PSM 22 Beta 5

This commit is contained in:
Brett Hewitson 2020-03-16 11:48:30 +10:00
parent f7a9b6bad4
commit e026000067
4 changed files with 36 additions and 2 deletions

View file

@ -5,7 +5,37 @@
<title>Pantropy Server Manager Version Feed</title>
<subtitle>This is the Pantropy Server Manager beta version feed.</subtitle>
<link href="http://servermanagers.freeforums.net/" />
<updated>2020-03-14T00:00:00Z</updated>
<updated>2020-03-15T00:00:00Z</updated>
<entry>
<id>urn:uuid:7FD51EE7-B4B4-4F34-ACEE-F8F8EA9F19A8</id>
<title>1.0.22 (1.0.22.5)</title>
<summary>1.0.22.5</summary>
<link href="" />
<updated>2020-03-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;">BUGFIX</u>
<br/>
<ul>
<li>Server Monitor Window - Fixed the display of the map name, when a modded map.</li>
</ul>
<u style="font-size: .9em;">NEW</u>
<br/>
<ul>
<li>Global Settings - Shutdown Options - have added an option to enable/disable sending the shutdown message to the game client.</li>
<li>Shutdown Window - have added an option to enable/disable sending the shutdown message to the game client.</li>
<li>Shutdown Process - have added logic to send the shutdown message to the game client, only if the setting is enabled.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:D12CB555-D2EF-43AA-BDDB-F18E56861EF3</id>

View file

@ -363,6 +363,8 @@
<sys:String x:Key="ShutdownWindow_RestartServerTooltip">If enabled, the server will be immediately restarted after it is shutdown.</sys:String>
<sys:String x:Key="ShutdownWindow_UpdateServerLabel">Update server after shutdown</sys:String>
<sys:String x:Key="ShutdownWindow_UpdateServerTooltip">If enabled, the server will be updated after it is shutdown.</sys:String>
<sys:String x:Key="ShutdownWindow_SendShutdownMessagesLabel">Send Shutdown Messages to Game Client</sys:String>
<sys:String x:Key="ShutdownWindow_SendShutdownMessagesTooltip">If enabled, the shutdown messages will be sent to the game client.</sys:String>
<sys:String x:Key="ShutdownWindow_BackupWorldFileLabel">Backup world file after shutdown</sys:String>
<sys:String x:Key="ShutdownWindow_BackupWorldFileTooltip">If enabled, the world file will be backed up after shutdown.</sys:String>
<sys:String x:Key="ShutdownWindow_ShutdownReasonLabel">Reason (optional):</sys:String>
@ -470,6 +472,8 @@
<sys:String x:Key="GlobalSettings_SequencialDelayPeriodLabel">Delay between each server update</sys:String>
<sys:String x:Key="GlobalSettings_SequencialDelayPeriodTooltip">The amount of time to wait in between each server update, only available if Parallel Update is disabled.</sys:String>
<sys:String x:Key="GlobalSettings_ShutdownLabel">Shutdown Options</sys:String>
<sys:String x:Key="GlobalSettings_SendShutdownMessagesLabel">Send Shutdown Messages to Game Client</sys:String>
<sys:String x:Key="GlobalSettings_SendShutdownMessagesTooltip">If enabled, the shutdown messages will be sent to the game client.</sys:String>
<sys:String x:Key="GlobalSettings_ShutdownGraceIntervalLabel">Grace Period:</sys:String>
<sys:String x:Key="GlobalSettings_ShutdownGraceIntervalTooltip">The amount of time in minutes to broadcast messages about the upgrade before shutting down and upgrading the server.</sys:String>
<sys:String x:Key="GlobalSettings_ShutdownMessage1Label">Message 1:</sys:String>

View file

@ -1 +1 @@
1.0.22.4
1.0.22.5

Binary file not shown.