PSM 21 Beta 1

This commit is contained in:
Brett Hewitson 2020-03-12 19:42:27 +10:00
parent a7c7df780a
commit 22e811a768
4 changed files with 21 additions and 7 deletions

View file

@ -5,21 +5,28 @@
<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-08T00:00:00Z</updated>
<updated>2020-03-12T00:00:00Z</updated>
<entry>
<id>urn:uuid:D8AD9F83-A7D0-49D8-905D-8F17164F2CBA</id>
<title>1.0.20 (1.0.20.1)</title>
<summary>1.0.20.1</summary>
<id>urn:uuid:CD977A08-1D8C-42CF-883B-FB66C5626452</id>
<title>1.0.21 (1.0.21.1)</title>
<summary>1.0.21.1</summary>
<link href="" />
<updated>2020-03-08T00:00:00Z</updated>
<updated>2020-03-12T00: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>Dialog forms - have fixed an issue where the dialog forms would open behind the current window.</li>
<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>
</ul>
</p>
</div>

View file

@ -268,6 +268,7 @@
<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_ValidateGameDataTooltip">Validate 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>
@ -276,6 +277,7 @@
<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_ExistingFileErrorLabel">A file with the same name already exists, delete the existing file and try again.</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>
@ -284,6 +286,11 @@
<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_ValidateSuccessTitle">Validation</sys:String>
<sys:String x:Key="GameDataWindow_ValidateSuccessLabel">All game data files are valid.</sys:String>
<sys:String x:Key="GameDataWindow_ValidateErrorTitle">Validation Error</sys:String>
<sys:String x:Key="GameDataWindow_ValidateErrorLabel">The following file(s) have errors</sys:String>
<sys:String x:Key="GameDataWindow_ValidateErrorMessage">The file is not valid. It may contain errors or have incorrect formatting.</sys:String>
<sys:String x:Key="GameDataWindow_AddDialogTitle">Select game data file</sys:String>
<sys:String x:Key="GameDataWindow_GameDataDefaultExtension">gamedata</sys:String>

View file

@ -1 +1 @@
1.0.20.1
1.0.21.1

Binary file not shown.