Commit graph

113 commits

Author SHA1 Message Date
Dave
2509c12a59 asm & csm: update version.xml 2023-06-22 17:53:09 +02:00
Brett Hewitson
5c3f86a30d Housecleaning
- added new dino to base gamedata file - Carcharodontosaurus.
- updated zh-CN file in ASM.
- added zh-CN to CSM.
2022-11-07 20:38:29 +10:00
Brett Hewitson
d3e87a8d05 Version File Update 2022-08-17 14:57:11 +10:00
Brett Hewitson
10e6a08a3e Automatic Management Fix
- fixed on Login selection of the Auto-Start option
- added the AutoStartOnLogin option to the sync
2022-08-15 14:51:31 +10:00
Brett Hewitson
c9dda91aef Shutdown Server Day Changes
- fixed a bug with the shutdown server day selection.
Both Shutdown 1 and Shutdown 2 days would affect each other, now they are independant.
2022-08-08 22:59:07 +10:00
Brett Hewitson
8c77892d34 Version Feed Update 2022-08-08 21:48:12 +10:00
Brett Hewitson
5532050c04 Automatic Management Changes
- rearranged the options so they are grouped correctly.
- added RestartIfShutdown property to ServerApp and changed to use when checking to restart server.
2022-08-08 20:01:42 +10:00
Brett Hewitson
d9571943ad Version Feed Update 2022-08-08 00:42:06 +10:00
Brett Hewitson
795055f2f1 Feed File Update 2022-08-07 20:23:20 +10:00
Brett Hewitson
a20354c1b1 Server File Changes
- added Testlive server option
- changed code to use different appids.
2022-08-07 19:48:44 +10:00
Brett Hewitson
96ba2c3474 Logging Bug
- added data check when configuring logging.
- removed workshop interval expiry options.
- removed RCON password from logs.
2022-07-25 09:39:30 +10:00
Brett Hewitson
5fff2abc91 Configuration Changes
- Added a check for a valid configuration file when starting the server manager.
If config file is not valid, then it will delete the config file and shutdown the manager, with a message to restart the manager.
2022-07-16 13:50:46 +10:00
Brett Hewitson
9e52ccbaa1 Server Status Changes
- refactored the code to stop the server status cycling and to be more accurate.
2022-07-15 22:36:13 +10:00
Brett Hewitson
c79ec023d8 url changes
- updated http urls to https when possible.
2022-07-12 16:01:52 +10:00
Brett Hewitson
2391ab61d8 Language and CPU Changes
- french language file updated
- config settings added to allow multiple CPU processor count
2022-07-08 13:09:32 +10:00
Brett Hewitson
e671abd640 Colouring Changes
- changed the control coloring (now blue) that are NOT included in the profile sync
pt-BR Translation file updated
2022-06-24 16:35:22 +10:00
Brett Hewitson
f51e92c5a2 Server Monitor Changes
- fixed the display of the map name.
- added the ports as a grid column.
- language file update
2022-06-22 22:53:41 +10:00
Brett Hewitson
09659d9ae2 Availability Changes
- changed Waiting for Publication to more specific Statuses.
2022-06-22 21:52:50 +10:00
Brett Hewitson
52fe37c221 Version Feed Updates 2022-06-22 11:13:00 +10:00
Brett Hewitson
c212809cf5 Version Feed Changes 2022-06-21 11:25:18 +10:00
Brett Hewitson
4199ab6160 Setting Changes
- colored the settings (orange) that are NOT included in the profile sync.
2022-06-19 00:36:50 +10:00
Brett Hewitson
7015523837 Server Import/Set Location Changes
- when changing the location, the profile will be updated to use the new config files.
2022-06-19 00:04:01 +10:00
Brett Hewitson
a2d5c92c00 Main Window Changes
- added discord button
- reorganised the buttons
2022-06-18 22:10:39 +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
9c5b096429 Reset Server Button
- added new button to reset your server.
2022-06-15 20:01:05 +10:00
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
c223abf541 QueryMaster Timeout Change
- increase timeout from 10 to 30 seconds.
2022-06-13 17:06:34 +10:00
Brett Hewitson
897e43fefb Version Feed Update 2022-05-21 13:08:14 +10:00
Brett Hewitson
aee6a394fe Version Feed Updated 2022-05-20 01:11:49 +10:00
Brett Hewitson
837db3923e Feed File Updates. 2022-05-18 23:59:36 +10:00
Brett Hewitson
2c82807029 Feed file updated 2022-05-18 23:23:01 +10:00
Brett Hewitson
db6bbd3f7e Backup Interval Changes
- The backup interval has been changed to use the value in the global settings.
2022-05-18 23:08:39 +10:00
Brett Hewitson
99c4ed73fc World Save Zipping
- have changed the way the zip file is created. All files are now added to the zip in one pass, rather than as separate files.
2022-05-18 22:12:15 +10:00
Brett Hewitson
20c3887114 Language File Updates 2022-05-16 18:20:21 +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
2baf0bc392 Server Shutdown/Restart Fixes
- rewritten the code that sends the RCON commands to prevent the hangs after the RCON command fails.
- added an accessibility check when doing the worldsave and first shutdown via RCON.
- changed the online player count method on the main screen.
- updated the support zip method with the new global settings.
2022-05-15 00:38:08 +10:00
Brett Hewitson
2c84798a02 World Save Backup Changes
- fixed the timestamps associated with the file, so they are the same as the timestamps in the directory.
- changed the ZipUtils ZipFile method to accept a directory, not an entry name.
2022-05-09 19:01:40 +10:00
Brett Hewitson
6fd9d9c555 Security Protocol Changes
- Removed TLS13 from the list of accepted security protocols, as not all OS support TLS13.
2022-05-09 16:11:16 +10:00
Brett Hewitson
1a45d85ff6 RCON Player List Fixes
- fixed player list for EPIC players.
2022-05-09 13:34:33 +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
1fc9bc87e4 Backup Bugfixes
- fixed the zip utils to read the file contents before backup.
- added new content backup metho for support zip creation.
2022-05-08 20:07:13 +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
e017c679b9 Security Protocol Changes
- updated the security protocols to use TLS12 and TLS13.
2022-05-06 15:43:35 +10:00
Brett Hewitson
c1c303f32a Auto Backup Settings
- added an RCON broadcast mode droplist, so backup processes can send messages via RCON using this mode.
2022-05-06 14:07:38 +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
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