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

Binary file not shown.

Binary file not shown.

View file

@ -5,7 +5,31 @@
<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>2019-11-01T00:00:00Z</updated>
<updated>2020-03-07T00:00:00Z</updated>
<entry>
<id>urn:uuid:4AF29AF5-4BF7-43B7-B47E-AE8938E023A6</id>
<title>1.0.53 (1.0.53.1)</title>
<summary>1.0.53.1</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:D1227F0E-1C12-4F48-9957-D77742CC21DC</id>

View file

@ -269,6 +269,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>
@ -569,6 +600,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.52
1.0.53

Binary file not shown.