This commit is contained in:
Brett Hewitson 2020-03-08 14:36:59 +10:00
parent 35d3a5ad07
commit f78b9e3cdd
7 changed files with 58 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -5,7 +5,31 @@
<title>Pantropy Server Manager Version Feed</title>
<subtitle>This is the Pantropy Server Manager release version feed.</subtitle>
<link href="http://servermanagers.freeforums.net/" />
<updated>2019-11-01T00:00:00Z</updated>
<updated>2020-03-07T00:00:00Z</updated>
<entry>
<id>urn:uuid:982C2AB5-B9FB-4E03-B0DD-92A77F24B4FB</id>
<title>1.0.18 (1.0.18.2)</title>
<summary>1.0.18.2</summary>
<link href="" />
<updated>2020-03-07T00: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;">NEW</u>
<br/>
<ul>
<li>Main Window - Added Game Data Window button to open a new Game Data window. Button is top right corner next to plugins button.</li>
<li>Game Data Window - A new window that allows you to manage your game data files.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:08170914-E821-4967-8FCD-8EDC59BEB118</id>

View file

@ -260,6 +260,37 @@
<sys:String x:Key="Progress_ReinstallSteamCmd_WindowTitle">SteamCMD Progress</sys:String>
<!--#endregion-->
<!--#region GameData Window -->
<sys:String x:Key="GameDataWindow_Title">Game Data Files</sys:String>
<sys:String x:Key="GameDataWindow_AddGameDataTooltip">Add Game Data File</sys:String>
<sys:String x:Key="GameDataWindow_ClearGameDataTooltip">Delete All User Game Data Files</sys:String>
<sys:String x:Key="GameDataWindow_OpenGameDataFolderTooltip">Open Game Data Folder</sys:String>
<sys:String x:Key="GameDataWindow_GameDataForumTooltip">Open Game Data Forum</sys:String>
<sys:String x:Key="GameDataWindow_ReloadGameDataTooltip">Reload Game Data Files</sys:String>
<sys:String x:Key="GameDataWindow_RemoveGameDataTooltip">Delete Game Data File</sys:String>
<sys:String x:Key="GameDataWindow_NameColumnLabel">Name</sys:String>
<sys:String x:Key="GameDataWindow_VersionColumnLabel">Version</sys:String>
<sys:String x:Key="GameDataWindow_DateColumnLabel">Created Date</sys:String>
<sys:String x:Key="GameDataWindow_AddErrorTitle">Add Action Error</sys:String>
<sys:String x:Key="GameDataWindow_AddErrorLabel">An error occurred while reading the selected file.</sys:String>
<sys:String x:Key="GameDataWindow_ClearTitle">Confirm Clear Action</sys:String>
<sys:String x:Key="GameDataWindow_ClearLabel">Click 'Yes' to confirm you want to clear all.</sys:String>
<sys:String x:Key="GameDataWindow_ClearErrorTitle">Clear Action Error</sys:String>
<sys:String x:Key="GameDataWindow_DeleteTitle">Confirm Delete Action</sys:String>
<sys:String x:Key="GameDataWindow_DeleteLabel">Click 'Yes' to confirm you want to perform the delete.</sys:String>
<sys:String x:Key="GameDataWindow_DeleteErrorTitle">Delete Action Error</sys:String>
<sys:String x:Key="GameDataWindow_OpenErrorTitle">Open Folder Error</sys:String>
<sys:String x:Key="GameDataWindow_LoadErrorTitle">Load Error</sys:String>
<sys:String x:Key="GameDataWindow_AddDialogTitle">Select game data file</sys:String>
<sys:String x:Key="GameDataWindow_GameDataDefaultExtension">gamedata</sys:String>
<sys:String x:Key="GameDataWindow_AddFilterLabel">Game Data Files</sys:String>
<sys:String x:Key="GameDataWindow_AddFilterExtension">*.gamedata</sys:String>
<!--#endregion-->
<!--#region Plugins Window -->
<sys:String x:Key="PluginsWindow_Title">Plugins</sys:String>
@ -535,6 +566,7 @@
<sys:String x:Key="MainWindow_OpenRCONTooltip">Open remote console</sys:String>
<sys:String x:Key="MainWindow_OpenLogFolderTooltip">Open Server Manager logs folder</sys:String>
<sys:String x:Key="MainWindow_OpenSettingsTooltip">Open Global Settings</sys:String>
<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_UpdateToLabelFormat">Upgrade to {0} now!</sys:String>

Binary file not shown.

View file

@ -1 +1 @@
1.0.17
1.0.18

Binary file not shown.