mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
PSM 21
This commit is contained in:
parent
2eb4e20150
commit
2a5ce6b97c
7 changed files with 62 additions and 2 deletions
BIN
PSM/PantropyServerManager_1.0.21.exe
Normal file
BIN
PSM/PantropyServerManager_1.0.21.exe
Normal file
Binary file not shown.
BIN
PSM/PantropyServerManager_1.0.21.zip
Normal file
BIN
PSM/PantropyServerManager_1.0.21.zip
Normal file
Binary file not shown.
|
|
@ -5,7 +5,60 @@
|
|||
<title>Pantropy Server Manager Version Feed</title>
|
||||
<subtitle>This is the Pantropy 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: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-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:D8AD9F83-A7D0-49D8-905D-8F17164F2CBA</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>
|
||||
<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:E27DA119-DD66-403A-9A4B-80CE2ECDBDF5</id>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
BIN
PSM/latest.exe
BIN
PSM/latest.exe
Binary file not shown.
|
|
@ -1 +1 @@
|
|||
1.0.19
|
||||
1.0.21
|
||||
|
|
|
|||
BIN
PSM/latest.zip
BIN
PSM/latest.zip
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue