mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 07:07:32 +00:00
PSM 22 Beta 1
This commit is contained in:
parent
185b315f88
commit
0e4a356cba
4 changed files with 37 additions and 15 deletions
|
|
@ -5,28 +5,24 @@
|
|||
<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-12T00:00:00Z</updated>
|
||||
<updated>2020-03-13T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:CD977A08-1D8C-42CF-883B-FB66C5626452</id>
|
||||
<title>1.0.21 (1.0.21.1)</title>
|
||||
<summary>1.0.21.1</summary>
|
||||
<id>urn:uuid:CE5219FC-C8C1-4684-AA5D-AE28C695D01E</id>
|
||||
<title>1.0.22 (1.0.22.1)</title>
|
||||
<summary>1.0.22.1</summary>
|
||||
<link href="" />
|
||||
<updated>2020-03-12T00:00:00Z</updated>
|
||||
<updated>2020-03-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;">BUGFIX</u>
|
||||
<u style="font-size: .9em;">New</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Game Data - have crash when loading with an invalid gamedata file.</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Game Data Window - Added a validate button, to validate the user gamedata files.</li>
|
||||
<li>Game Data Window - Displays the gamedata file in Red if the file is invalid.</li>
|
||||
<li>Game Data Window - When adding a new gamedata file, will display an error if the file is invalid.</li>
|
||||
<li>Main Window - the main window now stores the height and width of the window.</li>
|
||||
<li>Main Window - new button (top right corner) to open the new Server Monitor window.</li>
|
||||
<li>Server Monitor Window - new window that shows all you servers in one form. Allows you to Start, Stop, Update/Verify and open the Player List or RCON Windows.</li>
|
||||
<li>Server Monitor Window - includes a button to create a shortcut on your desktop that can start the Server Monitor directly, without the server manager.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -329,6 +329,31 @@
|
|||
<sys:String x:Key="PluginsWindow_AddFilterExtension">*.dll</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Server Monitor Window -->
|
||||
<sys:String x:Key="ServerMonitor_Title">Server Monitor</sys:String>
|
||||
|
||||
<sys:String x:Key="ServerMonitor_TotalCountLabel">Total Servers:</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_ServerColumnLabel">Server</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_MapColumnLabel">Map</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_ModsColumnLabel">Mods</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_VersionColumnLabel">Version</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_PlayersColumnLabel">Players</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_StatusColumnLabel">Status</sys:String>
|
||||
|
||||
<sys:String x:Key="ServerMonitor_CreateShortcutButtonTooltip">Create a desktop shortcut to open this form directly.</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_PlayerListButtonTooltip">Open the Player List window.</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_RCONButtonTooltip">Open the RCON window.</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_StartServerTooltip">Start the server.</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_StopServerTooltip">Stop the server.</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_InstallServerTooltip">Install the server.</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_UpgradeServerTooltip">Update/Verify the server.</sys:String>
|
||||
|
||||
<sys:String x:Key="ServerMonitor_UpgradeServer_FailedTitle">Server Update Error</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_UpgradeServer_FailedLabel">Another server is being upgraded, wait until the upgrade has finished and try again.</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_CloseWindow_ConfirmTitle">Confirm Window Close</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_CloseWindow_ConfirmLabel">You are currently perform a server update, closing the window with disconnect you from steamcmd. Do you want to continue closing the window?</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Shutdown Window -->
|
||||
<sys:String x:Key="ShutdownWindow_Title">Server Shutdown</sys:String>
|
||||
<sys:String x:Key="ShutdownWindow_ProfileTitle">Server Shutdown - {0}</sys:String>
|
||||
|
|
@ -576,6 +601,7 @@
|
|||
<sys:String x:Key="MainWindow_OpenGameDataTooltip">Open Game Data</sys:String>
|
||||
<sys:String x:Key="MainWindow_OpenPluginsTooltip">Open Plugins</sys:String>
|
||||
<sys:String x:Key="MainWindow_OpenHelpTooltip">Open Help</sys:String>
|
||||
<sys:String x:Key="MainWindow_OpenServerMonitorTooltip">Open Server Monitor</sys:String>
|
||||
<sys:String x:Key="MainWindow_UpdateToLabelFormat">Upgrade to {0} now!</sys:String>
|
||||
<sys:String x:Key="MainWindow_TaskStatusLabel">Task Status</sys:String>
|
||||
<sys:String x:Key="MainWindow_TaskAdminErrorTitle">Requires Administration Permissions</sys:String>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.0.21.1
|
||||
1.0.22.1
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue