Commit graph

16 commits

Author SHA1 Message Date
Brett Hewitson
e2f92bf7a9 Global Settings Changes
- fixed the bug that cleared the Backup Rcon message mode when changing languages.
-language file updates
2022-06-15 10:55:48 +10:00
Brett Hewitson
e7100e6323 Rcon Command Changes
- moved the rcon commands to the gamedata files, so they can be extended.
2022-06-14 12:55:58 +10:00
Brett Hewitson
fb936241c6 Task Priority Changes
- added a new task priority for the four auto processes.
- added the task priority selection to the global settings.
2022-05-15 14:24:47 +10:00
Brett Hewitson
bbaad6099f IOUtils Changes
- added new NormalizeFolder method to format the path parameter, so that it is formed correctly.
If the path is a local root path (eg. d:) then it must end with \\.
If the path is not a root path, or is a Unc path, then any ending \\ must be removed.

This fix was due to an issue with the previous code, as it kept appending a \ to the end when the path was a Unc path.
2022-05-09 00:25:27 +10:00
Brett Hewitson
dc830c602c RCON Broadcast Mode
- Added RCON broadcast mode selection to ASM global settings.
- Added new Mode selection method to ServerApp, so the correct command is used.
2022-05-06 12:50:50 +10:00
Brett Hewitson
eb23acc64e Fixed Window State being cleared when changing Languages. 2022-03-03 13:31:11 +10:00
Brett Hewitson
bcb7dce84e Added server monitor window startup state to global settings. 2022-01-25 12:53:13 +10:00
Brett Hewitson
197fd1a811 Changed config type of Whitelist to use custom class 2021-12-19 11:46:09 +10:00
Brett Hewitson
dace70a37c Fixed the cleanup of the log files generated by the auto processes (Backup, Update and Shutdown/Restart)
Added new Log settings which allow you to turn if on/off and set the number of days/files to retain
Language file updates
2021-12-18 21:31:36 +10:00
Brett Hewitson
c85ec44d9f Split Discord Start and Stop into separate methods, so they can be called from other parts of the application. 2021-12-17 00:11:56 +10:00
Brett Hewitson
430bfe7bbb Added a log level droplist 2021-12-16 23:08:31 +10:00
Brett Hewitson
461221294a Global Settings - Discord Bot section - Added a whitelist to allow bots to send commands to the server manager. 2021-12-16 12:56:26 +10:00
Brett Hewitson
213a90e072 Renamed CurrentConfig to Config 2021-12-16 09:53:42 +10:00
Brett Hewitson
6a46155463 Added additional validation when setting directories in the global setting, to ensure they are rooted correctly. 2021-12-15 13:08:30 +10:00
Brett Hewitson
65a8ee426b Code cleanup 2021-12-09 20:41:47 +10:00
Brett Hewitson
7f6fec6aca Added MutagenLevelBoost and MutagenLevelBoostBred settings 2021-12-09 11:35:05 +10:00
Renamed from src/ARKServerManager/Windows/GlobalSettingsControl.xaml.cs (Browse further)