mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
ASM 359 Beta 1
This commit is contained in:
parent
74a1126085
commit
eaa8acf158
4 changed files with 19 additions and 41 deletions
|
|
@ -5,59 +5,30 @@
|
|||
<title>Ark Server Manager Version Feed</title>
|
||||
<subtitle>This is the Ark Server Manager beta version feed.</subtitle>
|
||||
<link href="http://arkservermanager.freeforums.net/" />
|
||||
<updated>2020-03-09T00:00:00Z</updated>
|
||||
<updated>2020-03-12T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:814D8572-49B5-4A7F-86FF-3C72E05F3755</id>
|
||||
<title>1.0.358 (1.0.358.2)</title>
|
||||
<summary>1.0.358.2</summary>
|
||||
<id>urn:uuid:C5946415-0354-472D-A6C4-AA74F940FC47</id>
|
||||
<title>1.0.359 (1.0.359.1)</title>
|
||||
<summary>1.0.359.1</summary>
|
||||
<link href="" />
|
||||
<updated>2020-03-09T00: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>Server Settings (Engrams section) - will not write OverrideNamedEngramEntries entries to the game.ini file unless one or more default values have changed.</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>Server Settings (Dino section) - changed the way the sort works for the dino grid.</li>
|
||||
<li>Server Settings (Engrams section) - changed the way the sort works for the engrams grid.</li>
|
||||
<li>Server Settings (Environment section) - changed the way the sort works for the resources grid.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:A3359CF9-37EE-4068-BEF6-2F661C2F9A00</id>
|
||||
<title>1.0.358 (1.0.358.1)</title>
|
||||
<summary>1.0.358.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;">BUGFIX</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Dialog forms - have fixed an issue where the dialog forms would open behind the current window.</li>
|
||||
<li>Server Settings - have added error dialogs when trying to add a child record without selecting a parent record first (crafting overrides, map spawner overrides and supply crate overrides).</li>
|
||||
</ul>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Server Settings (Engrams section) - added column header tooltips to for more clarity.</li>
|
||||
<li>fr-FR Translation file updated. (thanks @angemymy)</li>
|
||||
<li>fr-FR Translation file updated. (thanks @angemymy)</li>
|
||||
<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>
|
||||
<li>pt-BR Translation file updated. (thanks @bruno5011)</li>
|
||||
<li>ru-RU Translation file updated. (thanks @varlonec)</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -273,6 +273,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>
|
||||
|
|
@ -281,6 +282,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>
|
||||
|
|
@ -289,6 +291,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.358.2
|
||||
1.0.359.1
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue