Brett Hewitson
38691bc939
Nuget package updates
...
- MSTest
2022-06-21 19:47:22 +10:00
Brett Hewitson
bbe493c215
Nuget package update
...
- TinyCsvParser
2022-06-21 19:41:18 +10:00
Brett Hewitson
2ff05fcb20
Merge branch 'source' of https://github.com/Bletch1971/ServerManagers into source
2022-06-21 19:27:17 +10:00
Brett Hewitson
9176ae6f2f
Nuget Updates
...
- DotNetZip
- TaskbarNotification
2022-06-21 19:27:03 +10:00
Brett Hewitson
c454fc45a7
Update webapi.yml
...
Changed to dotnet6
2022-06-21 19:20:27 +10:00
Brett Hewitson
5374b0c52a
Web Api Changes
...
- removed the old endpoints
- changed querymaster to be netstandard20
2022-06-21 19:14:35 +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
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
738332dca2
Find Setting Changes
2022-06-18 20:28:00 +10:00
Brett Hewitson
808d7b00a8
Language File Updated
2022-06-18 15:47:42 +10:00
Brett Hewitson
56121e2a43
Merge pull request #23 from Bletch1971/SettingsSearch
...
Settings search
2022-06-18 15:30:15 +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
174b5f14c9
Merge pull request #22 from Bletch1971/source
...
Source
2022-06-17 22:08:44 +10:00
Brett Hewitson
e544b06ffa
version feed updates
2022-06-17 19:48:38 +10:00
Brett Hewitson
690a1d3121
Language file updates
2022-06-17 19:39:52 +10:00
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
1bf04ed33e
Fjordur Setting
...
- added UseFjordurTraversalBuff setting to rules.
2022-06-16 12:26:51 +10:00
Brett Hewitson
10506765fb
Server Monitor Changes
...
- added shutdown reason to window.
2022-06-16 00:43:53 +10:00
Brett Hewitson
b24904d13c
Stack Size Grid
...
- added good, warning and bad icons to the stack size grid.
2022-06-15 23:33:49 +10:00
Brett Hewitson
ca9c053f08
Grid Changes
...
- added good, warning and bad icons to the map spawner and prevent transfer grids.
2022-06-15 23:18:42 +10:00
Brett Hewitson
9df02ec05e
Crafting Override Changes
...
- added good, warning and bad icons to crafting override grids.
2022-06-15 22:33:59 +10:00
Brett Hewitson
a5e1f78629
Official Mod Changes
...
- update gamedata file with correct official mod name.
2022-06-15 21:07:27 +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
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
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
c223abf541
QueryMaster Timeout Change
...
- increase timeout from 10 to 30 seconds.
2022-06-13 17:06:34 +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
f33d463782
Changes
...
Game Data Update
QueryMaster Update
2022-06-13 10:22:49 +10:00
Brett Hewitson
523396d810
Default SteamKey Updated
2022-05-24 20:58:09 +10:00
Brett Hewitson
4870e74a5c
Language file updates
2022-05-24 20:30:57 +10:00
Brett Hewitson
3ed7cd5b27
Versions Feed Update
2022-05-21 13:33:17 +10:00
Brett Hewitson
897e43fefb
Version Feed Update
2022-05-21 13:08:14 +10:00
Brett Hewitson
3d606835ea
Server Log Option
2022-05-21 12:27:51 +10:00
Brett Hewitson
aee6a394fe
Version Feed Updated
2022-05-20 01:11:49 +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
f42da44940
Added build files
2022-05-19 00:32:04 +10:00
Brett Hewitson
88c9aa6d52
New source branch
2022-05-19 00:21:34 +10:00
Brett Hewitson
040ef3c988
ConanServerManager Beta 1.1.73.3
2022-05-19 00:08:40 +10:00
Brett Hewitson
979741aab1
ArkServerManager Beta 1.1.429.3
2022-05-19 00:08:22 +10:00
Brett Hewitson
837db3923e
Feed File Updates.
2022-05-18 23:59:36 +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
d83b3e259b
Removal of older ASM discord plugin
2022-05-18 23:32:19 +10:00
Brett Hewitson
2ec96a05ee
Removal of older ASM versions
2022-05-18 23:28:40 +10:00
Brett Hewitson
2c82807029
Feed file updated
2022-05-18 23:23:01 +10:00