mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
CSM 20 Beta 1
This commit is contained in:
parent
eaa8acf158
commit
81c0b400cf
4 changed files with 21 additions and 7 deletions
|
|
@ -5,21 +5,28 @@
|
|||
<title>Conan Server Manager Version Feed</title>
|
||||
<subtitle>This is the Conan 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:BBA9E018-2C37-4407-A499-F4A54D37B1AA</id>
|
||||
<title>1.0.19 (1.0.19.1)</title>
|
||||
<summary>1.0.19.1</summary>
|
||||
<id>urn:uuid:DEA5605F-8087-4BC5-A344-B1443BFFE919</id>
|
||||
<title>1.0.20 (1.0.20.1)</title>
|
||||
<summary>1.0.20.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>
|
||||
|
|
|
|||
|
|
@ -242,6 +242,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>
|
||||
|
|
@ -250,6 +251,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>
|
||||
|
|
@ -258,6 +260,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>
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.0.19.1
|
||||
1.0.20.1
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue