Commit graph

435 commits

Author SHA1 Message Date
Brett Hewitson
c85ec44d9f Split Discord Start and Stop into separate methods, so they can be called from other parts of the application. 2021-12-17 00:11:56 +10:00
Brett Hewitson
430bfe7bbb Added a log level droplist 2021-12-16 23:08:31 +10:00
Brett Hewitson
e2e95da737 Changed LogLevel to Verbose. 2021-12-16 21:46:31 +10:00
Brett Hewitson
4aef891312 Fixed a bug that would prevent a bot on the whitelist processing the message. 2021-12-16 20:44:11 +10:00
Brett Hewitson
f9c6702108 version feed updates 2021-12-16 16:30:22 +10:00
Brett Hewitson
d51c0a95de Removed the mandatory requirement to enter the '!' after the discord prefix 2021-12-16 15:57:38 +10:00
Brett Hewitson
327103182c Added an alias that can be used with the discord command instead of the profile id. 2021-12-16 15:42:42 +10:00
Brett Hewitson
e6bbc9417f language file updates 2021-12-16 13:28:44 +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
213a90e072 Renamed CurrentConfig to Config 2021-12-16 09:53:42 +10:00
Brett Hewitson
8661bc8e29 version feed updates 2021-12-16 08:50:05 +10:00
Brett Hewitson
7af5f90e30 Removal of ToList() 2021-12-16 00:57:01 +10:00
Brett Hewitson
9f5cf132f0 Removal of ToArray() 2021-12-16 00:21:23 +10:00
Brett Hewitson
9eb22da9e7 Dino Settings code optimisations 2021-12-15 23:03:50 +10:00
Brett Hewitson
cd9d36a51d Type assignment change 2021-12-15 22:26:33 +10:00
Brett Hewitson
5c06fd00d5 Deserialize code optimisations
1. reading ini files
2. regex match of section names.
2021-12-15 21:31:04 +10:00
Brett Hewitson
f73b8c530d merged individual LoadServerFiles into one method to fetch steam users only once. 2021-12-15 18:25:35 +10:00
Brett Hewitson
89a03123bb update Public IP urls 2021-12-15 17:27:57 +10:00
Brett Hewitson
2b838c6337 Fixed support zip message 2021-12-15 16:01:57 +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
07f7481127 language file updates 2021-12-15 13:14:01 +10:00
Brett Hewitson
6a46155463 Added additional validation when setting directories in the global setting, to ensure they are rooted correctly. 2021-12-15 13:08:30 +10:00
Brett Hewitson
7d6859915d Added coloring to the setting grids for the Lost Island DLC engrams, creatures and resources. 2021-12-15 11:46:40 +10:00
Brett Hewitson
bfc8b87872 Fixed a bug with the Server Shutdown when the CheckForOnlinePlayers option not selected.
Fixed a bug when the backup path was a root directory that caused a 'Invalid URI: A Dos path must be rooted, for example' crash.
Language File updates
2021-12-15 10:50:04 +10:00
Brett Hewitson
f3cbdc1a52 Language file update 2021-12-14 00:04:31 +10:00
Brett Hewitson
8b385be075 Language File Updates 2021-12-13 12:25:14 +10:00
Brett Hewitson
b1554c396c Language file updates 2021-12-12 19:48:04 +10:00
Brett Hewitson
d1b352d619 Language file addition 2021-12-12 18:54:08 +10:00
Brett Hewitson
f11924e9a9 Language File Update 2021-12-12 18:47:01 +10:00
Brett Hewitson
8af0f402c7 Version Feed updates 2021-12-12 15:03:01 +10:00
Brett Hewitson
bdbead0df6
Merge pull request #16 from Bletch1971/LostIsland
Added LostIsland stuff in preparation.
2021-12-12 14:48:33 +10:00
Brett Hewitson
638242ae42 Removal of all Build and Deploy files 2021-12-12 14:05:18 +10:00
Brett Hewitson
6efc2eb62c Reference library downgrades 2021-12-12 11:17:51 +10:00
Brett Hewitson
e1e3d5f5ed Language file updates 2021-12-12 10:19:49 +10:00
Brett Hewitson
78f61e9fd3 Language file updates 2021-12-12 10:19:41 +10:00
Brett Hewitson
3aa4c48cc4 Nuget Package Downgrades 2021-12-11 13:47:01 +10:00
Brett Hewitson
12cfc06e53 removed version files 2021-12-10 23:26:45 +10:00
Brett Hewitson
1ca90f99ee build file removal 2021-12-10 23:01:25 +10:00
Brett Hewitson
3e7f52b875 Assembly file updates 2021-12-10 13:19:38 +10:00
Brett Hewitson
0156b10869 Language file update 2021-12-10 08:37:58 +10:00
Brett Hewitson
fe3df5498b build pipeline stubs 2021-12-10 00:04:41 +10:00
Brett Hewitson
e5381d1140
Update README.md 2021-12-09 22:20:14 +10:00
Brett Hewitson
040855ad5b
Update README.md 2021-12-09 22:14:53 +10:00
Brett Hewitson
cf4a374d3d
Update appsettings.Development.json 2021-12-09 22:08:49 +10:00
Brett Hewitson
07479e6dd6 added additional fields to support zip file. 2021-12-09 20:52:18 +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
77cac3329a language file updates 2021-12-09 20:22:18 +10:00
Brett Hewitson
35b0eca73d changed target framework to netstandard2.0 2021-12-09 20:16:21 +10:00
Brett Hewitson
e1fd5f4944 package updates 2021-12-09 20:08:31 +10:00