ConanServerManager Beta 1.1.75.1

This commit is contained in:
Brett Hewitson 2022-06-15 20:10:05 +10:00
parent 0ee48c415b
commit 65f464b5d1
4 changed files with 12 additions and 52 deletions

View file

@ -8,64 +8,18 @@
<updated>2022-06-16T00:00:00Z</updated>
<entry>
<id>urn:uuid:C9BB0F58-3C98-4E69-A0D1-E962EB61072C</id>
<title>1.1.74 (1.1.74.3)</title>
<summary>1.1.74.3</summary>
<id>urn:uuid:4E189446-9861-4B64-9B27-0E3E655CD1CA</id>
<title>1.1.75 (1.1.75.1)</title>
<summary>1.1.75.1</summary>
<link href="" />
<updated>2022-06-16T00:00:00Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
<p>
<u style="font-size: .9em;">BUGFIX</u>
<u style="font-size: .9em;">NEW</u>
<br/>
<ul>
<li>Global Settings - fixed the bug that cleared the Backup Rcon message mode when changing languages.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:74CFB107-BB04-4A41-B41A-DD6AFB1E8D0F</id>
<title>1.1.74 (1.1.74.2)</title>
<summary>1.1.74.2</summary>
<link href="" />
<updated>2022-06-15T00:00:00Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
<p>
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>RCON Message Modes - now loads them from the gamedata file, so they can be extended without a code change.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:4E189446-9861-4B64-9B27-0E3E655CD1CA</id>
<title>1.1.74 (1.1.74.1)</title>
<summary>1.1.74.1</summary>
<link href="" />
<updated>2022-06-13T00:00:00Z</updated>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
<p>
<u style="font-size: .9em;">CHANGE</u>
<br/>
<ul>
<li>Updated to query master timeouts from 10 seconds to 30 seconds.</li>
<li>Reset Server - added new button to reset your server. This will delete all server files and reset your server back to new.</li>
</ul>
</p>
</div>

View file

@ -1084,6 +1084,10 @@
<sys:String x:Key="ServerSettings_BackupServer_Title">Backup Server</sys:String>
<sys:String x:Key="ServerSettings_BackupServer_FailedTitle">Backup Server Error</sys:String>
<sys:String x:Key="ServerSettings_BackupServer_SuccessfulLabel">The backup was successful.</sys:String>
<sys:String x:Key="ServerSettings_ResetServer_Title">Reset Server</sys:String>
<sys:String x:Key="ServerSettings_ResetServer_FailedTitle">Reset Server Error</sys:String>
<sys:String x:Key="ServerSettings_ResetServer_ConfirmationLabel">This will delete all the server files and reset your server back to new. Do you wish to proceed?</sys:String>
<sys:String x:Key="ServerSettings_ResetServer_SuccessfulLabel">The reset was successful.</sys:String>
<sys:String x:Key="ServerSettings_ShutdownServer_FailedTitle">Shutdown Server Error</sys:String>
<sys:String x:Key="ServerSettings_ShutdownServer_CancelledTitle">Shutdown Server Cancelled</sys:String>
<sys:String x:Key="ServerSettings_ShutdownServer_AlreadyOpenLabel">The shutdown window is already open for this server.</sys:String>
@ -1161,6 +1165,8 @@
<sys:String x:Key="ServerSettings_ModIdsTooltip">A comma-separated list of mod ids, in the order in which they should be applied.</sys:String>
<sys:String x:Key="ServerSettings_ModDetailsTooltip">View the mod details.</sys:String>
<sys:String x:Key="ServerSettings_ModUpgradeTooltip">Upgrade to the latest version of the mods that is currently available to download.</sys:String>
<sys:String x:Key="ServerSettings_ResetServerButtonLabel">Reset</sys:String>
<sys:String x:Key="ServerSettings_ResetServerButtonTooltip">Deletes all the server files and resets your server back to new.</sys:String>
<sys:String x:Key="ServerSettings_SavesLabel">Saves</sys:String>
<sys:String x:Key="ServerSettings_AutoSavesPeriodLabel">Auto Save Period:</sys:String>

View file

@ -1 +1 @@
1.1.74.3
1.1.75.1

Binary file not shown.