Commit Graph

352 Commits

Author SHA1 Message Date
637317f3a5 Add a yes command to the server console 2020-10-09 09:29:37 +02:00
35af71c613 Moved Nullable to utils package 2020-10-02 23:11:26 -04:00
3a4318551e add @echo off 2020-09-26 19:49:01 +03:00
7ce93c7f85 Prototype health/ammo indication 2020-09-13 21:08:24 -04:00
74cefb3ec9 Dacite decoration block / Environmental renaming 2020-09-10 15:17:10 -04:00
b66c29e12c Cleanup 2020-09-08 10:05:41 -04:00
92aba83450 Cleanup 2020-08-27 13:45:07 -04:00
de6cde6ddd Bugfixes 2020-08-24 23:16:24 -04:00
3b85dc27d7 Fixed "waiting for players" being shown after PvP end 2020-08-21 10:03:40 -04:00
f31b1ed8d0 Bugfixes 2020-08-18 19:30:11 -04:00
26acf7cbbc Bugfixes 2020-08-18 16:56:30 -04:00
1007667f9a Bugfixes 2020-08-18 11:23:17 -04:00
af3c88e606 Fix duplicated default settings 2020-08-14 20:59:15 +02:00
5b727ac6fd Fixed #2344 2020-08-12 13:39:20 -04:00
b11908f509 Event things 2020-08-04 15:14:01 -04:00
a074010eb7 Time.delta cleanup / Basic mobile input 2020-07-19 12:21:21 -04:00
f9ed74c15a Fixed #2243 2020-07-19 09:32:57 -04:00
660abe188b Fixed #2237 2020-07-17 08:46:11 -04:00
f9b6b8e5b7 recieve -> receive 2020-07-14 11:16:32 -04:00
fbd55a341e Implemented server autosave config (#1296) 2020-07-14 11:11:49 -04:00
8576d535bd Removed "on" prefix from all remote methods 2020-07-03 18:48:31 -04:00
fd2deb0a82 Moved pref saving to specific locations 2020-07-02 10:20:16 -04:00
5f6c71b9d3 Replaced concept of "turns" with raw seconds 2020-07-01 11:50:33 -04:00
df4278a646 Removed item core restrictions 2020-06-29 19:32:15 -04:00
0df4e26736 Cleanup 2020-06-26 15:59:54 -04:00
fdf7c88083 argh 2020-06-26 14:27:26 -04:00
caea5c7df2 Cleanup 2020-06-15 21:52:51 -04:00
126b54b981 Better built-in shuffle 2020-06-14 14:50:04 -04:00
8ea28e1ced Seq. 2020-06-08 17:19:47 -04:00
d9e05907af Basic schematic based generation 2020-06-05 10:45:57 -04:00
ed795076f0 Dynamic pathfinding 2020-05-28 11:27:42 -04:00
88608b3f88 Added support for server pausing 2020-05-21 22:55:40 -04:00
14e79b50d2 Removed legacy IO code 2020-05-21 16:50:49 -04:00
61d9fd3d72 Cleanup / Armor support 2020-05-21 14:57:15 -04:00
1c9ad2266d fix lowercase colorname (#2094) 2020-05-21 09:32:48 -04:00
d110fe5ea3 Removed usage of Core.settings#save 2020-05-16 10:23:06 -04:00
6e62936458 Refactoring 2020-05-13 18:11:28 -04:00
fe9df51721 Upgraded to 'implementation' / 'api' 2020-05-12 12:31:09 -04:00
f0d2f7b728 "grabage struct" 2020-05-09 16:29:01 -04:00
becc23ca42 Cleaner formatting 2020-05-03 21:18:25 -04:00
e75d1a51a6 More accurate resource display / Server fix 2020-05-01 11:23:36 -04:00
ea1e137a00 Server physics 2020-04-30 22:10:59 -04:00
5887169f90 Cleanup 2020-04-29 19:54:20 -04:00
dfcf11fb07 Removed mech-related bundle entries 2020-04-26 11:24:52 -04:00
0589290380 Prevent colored map author name from tainting gameover (#1922) 2020-04-26 10:59:27 -04:00
f1fd072400 Game state cleanup 2020-03-31 14:16:38 -04:00
808615a77c Bugfixes 2020-03-13 22:33:37 -04:00
0ff3c1ee78 Cleanup 2020-03-08 21:53:19 -04:00
f1aadd97a8 Merge branch 'master' of https://github.com/Anuken/Mindustry into 6.0
# Conflicts:
#	core/src/mindustry/core/Logic.java
#	gradle.properties
2020-03-03 12:12:25 -05:00
8e9dabb350 Add "pardon" command for votekicks (#1570)
* Add "pardon" command

Allows players who have been incorrectly votekicked to join again

* isn't hasn't

* getInfoOptional & space

* pardon me

no pun intended

* Update ServerControl.java
2020-03-02 13:37:04 -05:00