diff --git a/PSM/beta/VersionFeed.xml b/PSM/beta/VersionFeed.xml index 097c8c14..ca43875a 100644 --- a/PSM/beta/VersionFeed.xml +++ b/PSM/beta/VersionFeed.xml @@ -5,21 +5,28 @@ Pantropy Server Manager Version Feed This is the Pantropy Server Manager beta version feed. - 2020-03-08T00:00:00Z + 2020-03-12T00:00:00Z - urn:uuid:D8AD9F83-A7D0-49D8-905D-8F17164F2CBA - 1.0.20 (1.0.20.1) - 1.0.20.1 + urn:uuid:CD977A08-1D8C-42CF-883B-FB66C5626452 + 1.0.21 (1.0.21.1) + 1.0.21.1 - 2020-03-08T00:00:00Z + 2020-03-12T00:00:00Z

BUGFIX

    -
  • Dialog forms - have fixed an issue where the dialog forms would open behind the current window.
  • +
  • Game Data - have crash when loading with an invalid gamedata file.
  • +
+ CHANGE +
+
    +
  • Game Data Window - Added a validate button, to validate the user gamedata files.
  • +
  • Game Data Window - Displays the gamedata file in Red if the file is invalid.
  • +
  • Game Data Window - When adding a new gamedata file, will display an error if the file is invalid.

diff --git a/PSM/beta/en-US.xaml b/PSM/beta/en-US.xaml index 20d50057..721af39c 100644 --- a/PSM/beta/en-US.xaml +++ b/PSM/beta/en-US.xaml @@ -268,6 +268,7 @@ Open Game Data Folder Open Game Data Forum Reload Game Data Files + Validate Game Data Files Delete Game Data File Name @@ -276,6 +277,7 @@ Add Action Error An error occurred while reading the selected file. + A file with the same name already exists, delete the existing file and try again. Confirm Clear Action Click 'Yes' to confirm you want to clear all. Clear Action Error @@ -284,6 +286,11 @@ Delete Action Error Open Folder Error Load Error + Validation + All game data files are valid. + Validation Error + The following file(s) have errors + The file is not valid. It may contain errors or have incorrect formatting. Select game data file gamedata diff --git a/PSM/beta/latest.txt b/PSM/beta/latest.txt index f789b7d5..fb68e7b2 100644 --- a/PSM/beta/latest.txt +++ b/PSM/beta/latest.txt @@ -1 +1 @@ -1.0.20.1 +1.0.21.1 diff --git a/PSM/beta/latest.zip b/PSM/beta/latest.zip index 10956d48..f9370bd2 100644 Binary files a/PSM/beta/latest.zip and b/PSM/beta/latest.zip differ