Brett Hewitson
accf67a9cf
Update VersionFeedBeta.xml
2023-08-25 16:15:19 +10:00
Brett Hewitson
f26854a15a
Update VersionFeed.xml
2023-08-25 16:15:15 +10:00
Lacoi
37add08f64
asm & csm: add message to mainwindow for missing Steam WebApiKey
2023-08-02 16:32:23 +02:00
Lacoi
0c18b60501
asm & csm: add file size to WorldSaveRestoreWindow
2023-08-02 16:25:31 +02:00
Brett Hewitson
957c18faf4
Added back id values to version feeds.
2023-06-26 14:12:50 +10:00
Dave
cc0849de43
csm: update versionfeed.xml
2023-06-22 21:00:39 +02:00
Dave
e3d42c6a14
csm: change ServerExeFile
2023-06-22 20:43:16 +02:00
Dave
2509c12a59
asm & csm: update version.xml
2023-06-22 17:53:09 +02:00
Dave
bc34316fa1
csm: change ServerProcessName for beta
2023-06-22 17:42:18 +02:00
Dave
092806ec66
asm & csm: add more files to the profile backup
2023-06-22 17:41:52 +02:00
Dave
5cecc28006
add setting to add additional steamcmd exitstatus codes as success
2023-06-22 15:00:27 +02:00
Brett Hewitson
89f60420cd
warning fixes
2022-12-23 18:31:21 +10: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
ba78542184
Support Zip Changes
...
- created new ZipContents method to handle multiple content objects to be zipped.
- changed the CreateSupportZip to use the new ZipContents method and changed the type of obfuscateFiles.
2022-08-17 14:55:09 +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
efbdc77be6
Auto-Start Server Changes
...
- added username/password settings to use for the Auto-Start server on Boot task.
- updated support zip with new settings.
2022-08-08 21:43:03 +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
19a6a80c56
Task Scheduler Changes
...
- added on Login option to Auto-Start server.
2022-08-08 00:39:22 +10:00
Brett Hewitson
795055f2f1
Feed File Update
2022-08-07 20:23:20 +10:00
Brett Hewitson
91a4d15b70
Testlive Coloring Changes
2022-08-07 20:21:09 +10:00
Brett Hewitson
fb115e9c5b
Code Cleanup
2022-08-07 19:56:46 +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
08b93429a5
Crash Report Changes
...
- removed the dumplog as it is never used.
2022-07-16 13:56:10 +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
5d58f51e42
Changed the online player count alert message
2022-06-25 16:04:39 +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
c2374f3106
Added new discord plugin alert - online player count change.
2022-06-23 00:09:02 +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
a14f91c412
Server Availability Changes
...
- moved a few things into the common project.
2022-06-22 17:27:23 +10:00
Brett Hewitson
52fe37c221
Version Feed Updates
2022-06-22 11:13:00 +10:00
Brett Hewitson
db30824957
IAsyncDisposable Change
...
- removed own implementation, using BCL library version now
2022-06-22 01:14:08 +10:00
Brett Hewitson
7688e2b2ae
Nuget package updates
...
- System.Threading.Tasks.Dataflow
2022-06-22 00:21:18 +10:00
Brett Hewitson
f416b5cd78
Nuget package updates
...
- Microsoft.Extensions
- updated discord modules to check for null response.
2022-06-21 22:01:04 +10:00
Brett Hewitson
e8da8862bf
Nuget package updates
...
- SQLite
2022-06-21 21:45:25 +10:00
Brett Hewitson
e5327ac946
Nuget package updates
...
- Newtonsoft.Json
- changed arkdata code to only check NON STEAM players 10 times, then stop.
2022-06-21 21:36:55 +10:00
Brett Hewitson
e069ecdfe7
Nuget package update
...
- NLog
2022-06-21 20:42:21 +10:00
Brett Hewitson
232951ca96
Nuget package updates
...
- TaskScheduler
2022-06-21 20:39:26 +10:00
Brett Hewitson
4ac3fdc7d2
Nuget package updates
...
- WindowsFirewallHelper
2022-06-21 20:33:25 +10:00
Brett Hewitson
9176ae6f2f
Nuget Updates
...
- DotNetZip
- TaskbarNotification
2022-06-21 19:27:03 +10:00
Brett Hewitson
c212809cf5
Version Feed Changes
2022-06-21 11:25:18 +10:00
Brett Hewitson
0b5d7c933a
Window Control Focus Changes
...
- set the default focus control for all the windows.
2022-06-21 11:23:10 +10:00