ASM 359 Beta 2

This commit is contained in:
Brett Hewitson 2020-03-14 16:29:16 +10:00
parent 2a5ce6b97c
commit c1d3f8ea04
4 changed files with 65 additions and 3 deletions

View file

@ -5,7 +5,38 @@
<title>Ark Server Manager Version Feed</title>
<subtitle>This is the Ark Server Manager beta version feed.</subtitle>
<link href="http://arkservermanager.freeforums.net/" />
<updated>2020-03-12T00:00:00Z</updated>
<updated>2020-03-13T00:00:00Z</updated>
<entry>
<id>urn:uuid:E7152248-4E51-4C82-94C8-CC23FACF84A8</id>
<title>1.0.359 (1.0.359.2)</title>
<summary>1.0.359.2</summary>
<link href="" />
<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>
<br/>
<ul>
<li>Dino Levels - Dino levels now start at level 1, not level 2.</li>
</ul>
<u style="font-size: .9em;">New</u>
<br/>
<ul>
<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>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:C5946415-0354-472D-A6C4-AA74F940FC47</id>
@ -19,7 +50,7 @@
<u style="font-size: .9em;">BUGFIX</u>
<br/>
<ul>
<li>Game Data - have crash when loading with an invalid gamedata file.</li>
<li>Game Data - fixed a crash when loading with an invalid gamedata file.</li>
</ul>
<u style="font-size: .9em;">CHANGE</u>
<br/>

View file

@ -334,6 +334,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>
@ -582,6 +607,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>
@ -738,6 +764,7 @@
<sys:String x:Key="ServerSettings_StartServer_RunningLabel">This will shut down the server. Do you wish to proceed?\r\n\r\nClick Yes to shutdown with a timer.\r\nClick No to shutdown now.\r\nClick Cancel to cancel shutdown.</sys:String>
<sys:String x:Key="ServerSettings_StartServer_FailedTitle">Starting Server Error</sys:String>
<sys:String x:Key="ServerSettings_StartServer_MutexFailedLabel">Could not lock the server, another process is using the server. Server start was cancelled.</sys:String>
<sys:String x:Key="ServerSettings_UpdateServer_FailedTitle">Updating Server Error</sys:String>
<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_ShutdownServer_FailedTitle">Shutdown Server Error</sys:String>
@ -2266,6 +2293,8 @@
<sys:String x:Key="Ragnarok">Ragnarok</sys:String>
<sys:String x:Key="Aberration_P">Aberration</sys:String>
<sys:String x:Key="Extinction">Extinction</sys:String>
<sys:String x:Key="Valguero_P">Valguero</sys:String>
<sys:String x:Key="Genesis">Genesis</sys:String>
<!--#endregion-->
<!--#region Total Conversion Names -->
@ -5073,5 +5102,7 @@
<sys:String x:Key="DinoDropInventoryComponent_Kaiju_Forest_C">Boss Inventory - Forest Titan</sys:String>
<sys:String x:Key="DinoDropInventoryComponent_Kaiju_Ice_C">Boss Inventory - Ice Titan</sys:String>
<!--#endregion-->
<!--#endregion-->
</Globalization:GlobalizationResourceDictionary>

View file

@ -1 +1 @@
1.0.359.1
1.0.359.2

Binary file not shown.