Commit Graph

171 Commits

Author SHA1 Message Date
Anuken
0842c3f0a0 Progress on sector state 2020-05-30 21:04:41 -04:00
Anuken
e1dfb68cfd Preparation for moving planet dialog 2020-05-30 12:12:04 -04:00
Anuken
d988b4b5c9 Method refactoring / Cleanup 2020-05-30 12:11:00 -04:00
Anuken
be5ba03142 Cleaned up schematic dialog code 2020-05-29 14:01:27 -04:00
Anuken
35679925d2 Merge branch 'master' of https://github.com/Anuken/Mindustry 2020-05-29 13:58:57 -04:00
Anuken
780c4208bb Cleanup 2020-05-29 13:58:53 -04:00
zethnest
b3590134ab [QOL] Search Ignore Symbols (#2079)
* autofocus implementation

* fuzzy match schematic search implementation

* enter to select first schematic implementation

* fix duplicate variable

fix setting check

* no fuzzy match

* Update SchematicsDialog.java

useless t.update

* fix no schematic match
2020-05-29 13:58:44 -04:00
Anuken
d851a09944 Cleanup 2020-05-29 13:52:42 -04:00
Anuken
5275599baf Removed player damage/speed rules
these didn't work anyway, since units are player-controlled
2020-05-29 13:49:29 -04:00
zethnest
0d0450e3d1 Icon.upload for schematic upload (#2116) 2020-05-26 22:58:53 -04:00
Anuken
a375dd3fc2 Cleanup 2020-05-26 19:39:50 -04:00
Anuken
e8869c07fe Removed respawn time rule 2020-05-24 17:05:31 -04:00
Anuken
46bc2207ff Initial reconstructor impl 2020-05-23 18:49:28 -04:00
zethnest
8e0fa30439 [QOL] Search Schematic (#2089)
* autofocus implementation

* enter to select first schematic implementation

* fix undeclared variable

* fix import
2020-05-22 09:37:08 -04:00
Anuken
14e79b50d2 Removed legacy IO code 2020-05-21 16:50:49 -04:00
Anuken
b562c30381 Merge remote-tracking branch 'origin/master' 2020-05-21 11:04:59 -04:00
Anuken
684b84310b Balancing 2020-05-21 11:04:48 -04:00
zethnest
1c9ad2266d fix lowercase colorname (#2094) 2020-05-21 09:32:48 -04:00
Anuken
77c0163a79 Re-implemented some units / Bugfixes 2020-05-19 14:58:04 -04:00
Anuken
c3ad3a9823 Lock state implementation 2020-05-18 20:17:02 -04:00
Anuken
a9ece49c0d Shale biome implementation 2020-05-18 17:25:50 -04:00
Anuken
530ff9761b Fixed core selection in preset sectors 2020-05-18 15:38:56 -04:00
Anuken
3784251108 Initial support for arbitrary types of content in tech tree 2020-05-18 09:40:38 -04:00
Anuken
4254de01e4 Bugfixes 2020-05-17 16:17:08 -04:00
Anuken
7b3a5ad227 Functional presets 2020-05-17 13:07:46 -04:00
Anuken
d9751dbc6d Sector preset support / Per-player votekick cooldown 2020-05-17 11:12:22 -04:00
Anuken
a796fc1dce various tweaks 2020-05-16 22:44:41 -04:00
Anuken
2b46659daf Turn notification 2020-05-16 16:40:24 -04:00
Anuken
bdbc8ab6d2 Many campaign changes 2020-05-16 16:11:53 -04:00
Anuken
d110fe5ea3 Removed usage of Core.settings#save 2020-05-16 10:23:06 -04:00
Anuken
6938c69d97 Minor planet dialog polish 2020-05-15 22:24:01 -04:00
Anuken
381df23bf2 Fixed #2066 2020-05-15 19:54:04 -04:00
Anuken
bc28dd392b Bugfixes / Built-in rate limits 2020-05-15 15:45:23 -04:00
Anuken
b68e0a8562 Turn logic / Cross-sector production / Pad tweaks 2020-05-15 11:03:21 -04:00
Anuken
a4987f864f Refactoring / Launch pad tweaks 2020-05-14 22:00:04 -04:00
Anuken
a06f6f0b2d Refactoring 2020-05-13 22:29:27 -04:00
Anuken
04dc701c25 Various campaign-related tweaks 2020-05-13 17:04:59 -04:00
Anuken
43642ff546 Bugfixes / Cleanup 2020-05-11 23:40:23 -04:00
Anuken
2cb9cfb097 Cleanup 2020-05-10 13:34:52 -04:00
Anuken
dabc891791 Cleanup 2020-05-10 10:37:36 -04:00
Anuken
2b9d618bd2 Implemented various suggestions
- Pathfinding weighs walls more
- C disables all HUD
- Unloader doesn't store items
- Some bugfixes
2020-05-07 21:37:41 -04:00
Anuken
5aec051d9b progress 2020-05-06 19:07:37 -04:00
Anuken
a4bd1dcc6d Mod event support 2020-05-04 17:57:08 -04:00
Anuken
becc23ca42 Cleaner formatting 2020-05-03 21:18:25 -04:00
Anuken
53e7c03730 Enabled flow rates by default 2020-05-03 10:06:47 -04:00
Anuken
1b2e10d355 Cleanup, re-implementations 2020-04-24 11:01:17 -04:00
Anuken
eeb8d5ef9c Renamed key fields and table methods 2020-04-17 11:26:59 -04:00
Anuken
2693f9c176 Implemented some PR features 2020-04-16 13:46:45 -04:00
Anuken
a8f4df8030 Merge branches '6.0' and 'master' of https://github.com/Anuken/Mindustry into 6.0
# Conflicts:
#	core/src/mindustry/ui/fragments/PlayerListFragment.java
2020-04-16 10:14:13 -04:00
Olexandr Nesterenko
95d603a035 Separate the use of map name and player name (#1863)
* change use 'name'

* remove schematic.name
2020-04-14 10:04:05 -04:00