This commit is contained in:
Brett Hewitson 2020-03-12 20:31:08 +10:00
parent a904f5c17c
commit 2eb4e20150
7 changed files with 62 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -5,7 +5,60 @@
<title>DnL Server Manager Version Feed</title>
<subtitle>This is the Dark and Light Server Manager release version feed.</subtitle>
<link href="http://servermanagers.freeforums.net/" />
<updated>2020-03-07T01:00:00Z</updated>
<updated>2020-03-12T00:00:00Z</updated>
<entry>
<id>urn:uuid:F97DFA57-C4EB-41C1-8ABD-BF8328558550</id>
<title>1.0.56 (1.0.56.1)</title>
<summary>1.0.56.1</summary>
<link href="" />
<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>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>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:EEAA3BDA-AB84-4B7E-AB83-E64D35150EDA</id>
<title>1.0.55 (1.0.55.1)</title>
<summary>1.0.55.1</summary>
<link href="" />
<updated>2020-03-08T00: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>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:F4CA1048-DC8F-4A7F-87B1-08D1FA4003E3</id>

View file

@ -277,6 +277,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>
@ -285,6 +286,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>
@ -293,6 +295,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>

Binary file not shown.

View file

@ -1 +1 @@
1.0.54
1.0.56

Binary file not shown.