Anuken
3d4b432540
Button for viewing content fields on wiki + More tests and fixes
2025-10-28 19:33:04 -04:00
Anuken
9cc3105518
Content patch import dialog & server support
2025-10-22 06:42:01 -04:00
Lett
a18c5d148d
Improve server control and logging of the DOS blacklist ( #10904 )
...
* Log kicks related to DOS bans
* unBlacklistDos method
Added a method to remove an IP that was blacklisted for being a potential DOS attack.
* Added a command to add/remove/list DOS bans
* Switched from spaces to a tab in the subnet-ban command
Switched from spaces to a tab in the subnet-ban command's listing function. This is better for accessibility and customizability.
* Use info(String, Object...) instead of String.format
* Fixed formatting to fit style guidelines
2025-06-07 00:13:15 -04:00
Anuken
adb7264bc4
Fixed #10815
2025-05-16 14:14:09 -04:00
WMF
39834f21db
ServerControl was broken, yet again ( #10661 )
2025-04-15 15:42:45 -04:00
Anuken
988e8c1eaa
Fixed #10652
2025-04-14 11:34:21 -04:00
Anuken
b7dbe54d76
Merging changes from private branch
2025-04-04 11:47:35 -04:00
Anuken
68dccab5ca
Improved crash logs; source mod of crashes now included in report
2024-09-20 13:15:26 -04:00
Anuken
ee01e36560
Stained mountains remake submission / WIP wave graph improvements
2024-09-02 14:16:39 -04:00
Anuken
f1f17965bc
Fixed #9888
2024-05-26 09:31:40 -04:00
Anuken
c6b1dd44f9
Server delta cap
2024-05-25 21:30:44 -04:00
FelixDesyatirikov
40cd2fd276
Fix pause toggling ( #9696 )
2024-03-31 16:16:58 -04:00
Anuken
288c969f51
Fixed #9422
2024-01-03 14:26:10 -05:00
Atomic-Laboratory
ef1413beab
Add "loadautosave" server command. ( #9169 )
...
* Add "loadautosave" server command.
A command that loads the last auto-save. This command can be placed inside `config startcommands` to automatically load the last save when the server starts.
* autosaves config is actually autosave. use first() not get(0)
* Get most recent autosave w/o sorting
* Remove left over debug
oops....
2023-10-14 22:18:13 -04:00
Anuken
2b12800123
Remove all piercing from shocked status
2023-09-24 12:24:48 -04:00
Darkness
b0cbe06e08
More ServerControl improvements ( #9038 )
...
* More ServerControl improvements
* Update server/src/mindustry/server/ServerControl.java
---------
Co-authored-by: Anuken <arnukren@gmail.com>
2023-09-09 15:53:24 -04:00
Даркнесс#3729
6566f1c554
ServerControl improvements ( #8928 )
...
* Update ServerControl.java
* Update Administration.java
* Update Maps.java
* Update ServerControl.java
* Update ServerControl.java
* Update Administration.java
* Update ServerControl.java
* Update Maps.java
2023-08-15 09:51:52 -04:00
Anuken
09d00b30e9
Fixed incorrect consumption rate in booster stats
2023-07-29 09:51:58 -04:00
Даркнесс#3729
4e5475f0ed
Team improvements ( #8704 )
...
* Update Team.java
* Update ServerControl.java
* better
* kill me please
* kill me please
* kill me please
* Update bundle_ca.properties
* kill me please
* Update bundle_da.properties
* kill me please
* kill me please
* Update bundle_et.properties
* Update bundle_eu.properties
* Update bundle_fi.properties
* Update bundle_fil.properties
* Update bundle_fr.properties
* Update bundle_hu.properties
* Update bundle_id_ID.properties
* Update bundle_ja.properties
* Update bundle_ko.properties
* Update bundle_lt.properties
* Update bundle_nl.properties
* Update bundle_nl_BE.properties
* Update bundle_pl.properties
* Update bundle_pt_BR.properties
* Update bundle_pt_PT.properties
* Update bundle_ro.properties
* Update bundle_ru.properties
* Update bundle_sr.properties
* Update bundle_sv.properties
* Update bundle_th.properties
* Update bundle_tr.properties
* Update bundle_tk.properties
* Update bundle_uk_UA.properties
* Update bundle_vi.properties
* Update bundle_zh_CN.properties
* Update bundle_zh_TW.properties
* Update World.java
* Update CustomRulesDialog.java
* skill issue
* skill issue x2
* skill issue x3
2023-06-13 18:54:10 -04:00
Даркнесс#3729
ef0efc84cb
Map improvements ( #8682 )
...
* Update Map.java
* Update MapListDialog.java
* Update ServerControl.java
2023-06-07 09:35:57 -04:00
Даркнесс#3729
e3ccd5cc2c
Load content icons on a headless server ( #8650 )
...
* Update build.gradle
* Update Fonts.java
* Update ServerLauncher.java
* Update ServerLauncher.java
* s stands for shiza
* Update build.gradle
2023-05-29 13:09:56 -04:00
Anuken
06e63dad45
Fixed #8582
2023-05-11 17:05:18 -04:00
Anuken
83a059b2da
Multi-line server list
2023-03-26 22:46:30 -04:00
Anuken
11f8e06708
Fixed #8340 / Reverted #8220
2023-03-08 06:56:44 -05:00
Gureumi
8eb3c16c50
Fix server always paused ( #8330 )
2023-02-22 13:02:04 -05:00
Anuken
39e88ae614
Fixed #8328
2023-02-21 18:15:20 -05:00
Gureumi
0fd26e68d4
Fix server auto pause when gameover ( #8220 )
...
* Fix server auto pause when gameover
* Update ServerControl.java
* Update ServerControl.java
2023-02-09 09:21:55 -05:00
Anuken
31cb169002
Random server order
2023-02-01 15:20:34 -05:00
Anuken
c2262cc9cf
Fixed #8235 / Fixed #8221
2023-02-01 14:42:50 -05:00
Anuken
f9d7c172c4
Possible minimap fog update fix for servers
2022-11-04 15:14:06 -04:00
Anuken
7f37b97861
Removed serverPaused
2022-11-01 08:47:00 -04:00
zenonet
dde9f895cf
Added autoPause config for servers ( #7405 )
...
* Extracted the method ServerControl.setPauseState()
* Added a comment to EventType.PlayerLeave
* Added the `pauseWithoutPlayers` config
* Revert "Extracted the method ServerControl.setPauseState()"
This reverts commit 45f5b01547 .
* Renamed pauseWithoutPlayers to autoPause,
fixed manual- and automatic pausing to interfere
and made the server pause when hosting a new game
* Added a dot to the config description of `autoPause` and added my name to the contributors list
* Refactoring
* Merged remote-tracking changed I guess
* More refactoring
* More refactoring
* Removed logging about autoPause
* Removed another log I forgot in the last commit
Co-authored-by: Anuken <arnukren@gmail.com>
2022-08-21 10:32:58 -04:00
Ilya246
0d6303c841
bugfix ( #7010 )
2022-06-13 08:30:53 -04:00
Anuken
966a93ddfa
Fixed #6930 (probably)
2022-06-08 10:00:32 -04:00
Anuken
b5b4edcb67
Misc polish stuff
2022-04-17 17:12:01 -04:00
Anuken
495250850e
Custom Config support / Corrupt crux
2022-04-17 10:21:44 -04:00
Anuken
89af2c8033
Bullet pierceCap fix + Malis + Other fixes
2022-04-10 17:12:49 -04:00
Anuken
c0ac84fbc6
Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features
...
Conflicts:
core/src/mindustry/core/NetServer.java
2022-03-28 15:18:13 -04:00
TranquillyUnpleasant
580fcd1fbc
Apply color stripping to player names in console wherever applicable. ( #6672 )
...
* utility method
* plainName for all console outputs
* plainLastName for all console outputs
* some formats
* slightly reformat trace output
* Slightly nicer admin indicator
* A space
2022-03-28 10:09:01 -04:00
Anuken
775c7722b2
Documentation cleanup
2022-03-08 19:32:05 -05:00
Anuken
feba0cf207
Erekir tech fixes
2022-01-27 15:01:01 -05:00
Anuken
d09039f6e6
Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features
2022-01-10 23:43:18 -05:00
TranquillyUnpleasant
3701ac131e
More info ( #6465 )
...
* change wave timer to display serverside when waves exist
* show total and enemy units, not just enemy units
* format
2022-01-02 00:22:19 -05:00
Phinner
84d87e7e9f
Allow Custom input handling in servers ( #6452 )
...
* enable input redirection
* oops
2021-12-23 23:30:46 -05:00
Anuken
45b81fae37
Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features
2021-12-21 10:39:49 -05:00
L0615T1C5-216AC-9437
7880135824
Allow setting to be reset through the use of config key default ( #6442 )
2021-12-17 17:13:49 -05:00
Anuken
3644825dc5
Slightly less terrible regen projector
2021-12-06 22:13:06 -05:00
Anuken
f5cb6f2542
Fixed arguments resetting red in server errors
2021-10-10 14:04:08 -04:00
Anuken
1a55f19ab2
Fixed #5774
2021-08-16 10:34:48 -04:00
Darkness6030
7f896723be
Small changes in reloadmaps command ( #5687 )
...
Idk is it useful, but why not
2021-08-03 09:33:27 -04:00