Commit graph

51 commits

Author SHA1 Message Date
Brett Hewitson
884ca10e53 Main window layout changes 2022-06-17 19:36:38 +10:00
Brett Hewitson
479e4a64dc GameData Changes
- when changing the gamedata files (add, delete, reload) it will reload all the gamedata files and repopulate the server managers.
- updated the viewmodels to check for valid class names.
2022-06-17 18:41:05 +10:00
Brett Hewitson
10506765fb Server Monitor Changes
- added shutdown reason to window.
2022-06-16 00:43:53 +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
27c762cefb Server Monitor Changes
- implemented the sequential server processing.
2022-05-20 01:08:00 +10:00
Brett Hewitson
1d6907a471 Server Monitor Changes
- added sequential checkbox and slider (not implemented up yet)
- added separate mod only update option.
- added a cancel process option.
- a lot of changes with the process methods - consoladated stop/shutdown and start/restart.

- removed the server accessable flag, will now just keep counting down if server unable to be contacted.
- added a retry to the RCON command sending - set to 3, with a 10 sec delay.
2022-05-19 23:52:47 +10:00
Brett Hewitson
61991ac55f Server Monitor Changes
- removed old button click events and replaced with commands.
- removed shutdown methods and added shutdown parameter to stop methods.
2022-05-18 01:01:44 +10:00
Brett Hewitson
3f4cc944b7 Server Monitor Changes
- added Start, Stop, Restart, Update and Backup buttons and functionality.
2022-05-17 00:31:26 +10:00
Brett Hewitson
0a3d42736e Player List Changes
- have adjusted the margin of the border around the players in the list.
2022-05-15 17:06:12 +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
74bad02b94 Rcon Changes
Rcon Window - minor changes to the player list, online player count and server status.
Online Player Count - fixed the online player count to display the correct value.
2022-05-08 01:08:23 +10:00
Brett Hewitson
a176a04362 Global Setting Changes
- Global Backup Settings - added option to include/exclude the SaveGames folder in the worldsave backup (default exclude).
- Global Alert Settings - added new textbox allowing the formatting of the ipaddress and port in the server startup message (default {ipaddress}:{port}).
2022-05-07 14:22:25 +10:00
Brett Hewitson
2fe5870b32 Fixed the Cancel Shutdown button 2022-05-02 13:00:39 +10:00
Brett Hewitson
a5e749963a World Save Back and Restore Changes
1. added the SaveGames folder to the to the backup zip file.
2. now restores the SaveGames folder.
2022-05-02 11:32:06 +10:00
Brett Hewitson
fc658b04dd Broadcast Message Changes
1. Added config option for auto processes to use broadcast keyword
2. Added config to global settings
2022-03-22 22:20:37 +10:00
Brett Hewitson
5c41809294 Language File Updates 2022-03-08 10:12:57 +10:00
Brett Hewitson
cc84a85850 Branch and Event Details moved to new Server Details section, easier to perform profile sync. 2022-03-02 12:58:54 +10:00
Brett Hewitson
2af1e772de 1. Added confirmation message to stop option in the shutdown window.
2. Added back the option to redirect the steamcmd output to the progress window.
2022-02-17 12:03:08 +10:00
Brett Hewitson
bcb7dce84e Added server monitor window startup state to global settings. 2022-01-25 12:53:13 +10:00
Brett Hewitson
3c822fa982 Added better status detection for stopping servers 2021-12-20 18:37:11 +10:00
Brett Hewitson
3b2bad7607 Fixed the cleanup of the User config backup files.
Fixed the cleanup of the profile/world backup file in CSM.
2021-12-18 23:57:11 +10:00
Brett Hewitson
a6f2b6f912 Add a reset to default button to discord bot section.
Added Discord Bot section to the profile sync list.
2021-12-18 12:17:58 +10:00
Brett Hewitson
15986be788 Removed fallback value for upgrade button 2021-12-18 10:45:32 +10:00
Brett Hewitson
a3dbf0842a Main Windows Cleanup 2021-12-18 10:43:11 +10:00
Brett Hewitson
e8dc83a596 Added Alias validation 2021-12-17 16:17:45 +10:00
Brett Hewitson
dd431e93b2 Changed the discord bot to be case insensitive.
Added IsEmpty and HasOne IEnumerable Extensions.
2021-12-17 15:27:52 +10:00
Brett Hewitson
13713b7092 Added Discord Bot Status and a button to Stop/Start the discord bot 2021-12-17 13:21:33 +10:00
Brett Hewitson
a2b811972f Code Cleanup of MainWindow 2021-12-17 10:28:04 +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
dbeaa7699d Fixed a bug when starting the server manager and it tries to download steamcmd, but fails as steamcmd is unavailable for download. 2021-12-15 14:55:32 +10:00
Brett Hewitson
65a8ee426b Code cleanup 2021-12-09 20:41:47 +10:00
Brett Hewitson
72a0c342c3 Server Monitor window now stores it's location. 2021-12-09 20:33:14 +10:00
Brett Hewitson
2dd8fedeaf UserControl folder relocation 2021-12-09 11:36:59 +10:00
Brett Hewitson
d1d4e98e6b Fixed language translation of Data Directory window 2021-12-08 18:40:32 +10:00
Brett Hewitson
cd2dbe9628 Added reset button to the Data Directory Location. 2021-12-08 16:23:53 +10:00
Brett Hewitson
ab3546688b Added options to enable/disable each command. 2021-12-05 20:38:45 +10:00
Brett Hewitson
aa62646f0f Finished the remaing bot commands 2021-12-05 15:08:37 +10:00
Brett Hewitson
0f3c6e6be9 Finished BackupServer and UpdateServer 2021-12-05 01:56:11 +10:00
Brett Hewitson
824daed0d1 GetServerInfo, GetServerList and GetServerStatus done 2021-12-04 21:47:16 +10:00
Brett Hewitson
a792b10253 Server Manager Changes
1. Added Discord Bot section to Global Settings
2. Added Discord Bot section to Server Settings.
2021-12-04 14:36:34 +10:00
Brett Hewitson
d4859e0722 New Globalisation Changes 2021-12-03 10:00:04 +10:00
Brett Hewitson
b0bced67a7
Data directory changes (#10)
* Data Directory Changes

1. Have implemented a new data directory selection window.
2. Have removed the data directory move button from global settings.

* Added restart message
2021-12-01 21:14:38 +10:00
Brett Hewitson
57d13faa8f Moving style resources to default.xaml 2021-12-01 11:14:58 +10:00
Brett Hewitson
36a203f106 Added the Profile ID to the top of the profile window. 2021-12-01 10:27:45 +10:00
Brett Hewitson
19a9db6490 Changed the Window States when the language is changed. 2021-11-30 13:05:07 +10:00
Brett Hewitson
01f0cc2bb6 Added globalization to the Main Window Start Mode setting in the Global Settings. 2021-11-30 11:55:02 +10:00
Brett Hewitson
ff4129d5ad Added resizing
Server Settings - have added resizing to all the grids, so the height can be increased/decreased. The height is also remembered, so when you reopen, it will size the grid correctly.
2021-11-26 09:58:00 +10:00
Brett Hewitson
9d5dafaed6 Fixed a crashing bug when the server manager closes and is unable to find the backup location to save the config settings. 2021-11-23 16:04:41 +10:00
Brett Hewitson
34582ca91b 1. Main window now stored the Left and Top positions.
2. Added global setting to set the start mode of the Main Window.
2021-11-23 15:26:06 +10:00
Brett Hewitson
02cd45c80d Added new server transfer options 2021-08-22 11:18:01 +10:00