Lacoi
a14ee7c108
asm: update NewYear to nullable value
2023-11-04 12:38:53 +01:00
Lacoi
70ed633bc0
asm: add NewYear setting
2023-11-03 16:13:34 +01:00
Lacoi
64c55f3f32
bugfix: empty quoted string are not written properly
2023-08-21 15:37:10 +02:00
Lacoi
6e3a6b9890
asm: add new config options
2023-08-09 18:21:19 +02: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
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
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
0957d51e96
Url Change
2022-08-15 09:52:17 +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
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
19a6a80c56
Task Scheduler Changes
...
- added on Login option to Auto-Start server.
2022-08-08 00:39:22 +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
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
3e25077cc7
Server Setting Changes
...
- tribe alliance checkbox fixed.
- custom harvest multiplier checkbox fixed.
2022-07-08 17:33:44 +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
87f86036d7
Ragnarok Settings
...
- added Ragnarok settings
2022-06-22 15:08:18 +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
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
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
46997c6e71
Setting Find Changes
...
- added a find window to find setting in the settings control.
2022-06-18 15:29:22 +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
f3ff807cd0
Player Level Bugfixes
...
- changed INT to LONG when parsing the the INI file values.
- created new slider for LONG types.
2022-06-13 18:43:10 +10:00
Brett Hewitson
847868f3a6
Player Level Changes
...
- added 10 extra player levels
- changed level data type to LONG.
2022-06-13 17:06:13 +10:00
Brett Hewitson
bdd36bf235
Merge pull request #21 from Bletch1971/ServerMonitorChanges
...
Server monitor changes
2022-05-18 23:54:00 +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
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
9cf57736a4
Project Build Mode Changes
2022-05-16 19:02:32 +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
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
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
e017c679b9
Security Protocol Changes
...
- updated the security protocols to use TLS12 and TLS13.
2022-05-06 15:43:35 +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
56c0ba775c
AssemblyInfo Copyright Updated
2022-05-02 11:11:47 +10:00
Brett Hewitson
a2e1afb4e0
Language File Updates
...
Fixed error when deleting from list while iterating
2021-12-23 16:06:44 +10:00
Brett Hewitson
35257a95a7
Fixed the duplication of the Server Files for Steam Users.
2021-12-22 10:01:00 +10:00
Brett Hewitson
362566d100
added response logging
2021-12-20 13:33:26 +10:00
Brett Hewitson
fc6f309178
added back the server call home
2021-12-20 12:14:19 +10:00
Brett Hewitson
197fd1a811
Changed config type of Whitelist to use custom class
2021-12-19 11:46:09 +10:00
Brett Hewitson
8c1908310e
Fixed error when backup path was null
2021-12-19 11:20:08 +10:00