diff --git a/DSM/beta/VersionFeed.xml b/DSM/beta/VersionFeed.xml index 945921a8..710ca324 100644 --- a/DSM/beta/VersionFeed.xml +++ b/DSM/beta/VersionFeed.xml @@ -5,21 +5,28 @@ DnL Server Manager Version Feed This is the Dark and Light Server Manager beta version feed. - 2020-03-08T00:00:00Z + 2020-03-12T00:00:00Z - urn:uuid:EEAA3BDA-AB84-4B7E-AB83-E64D35150EDA - 1.0.55 (1.0.55.1) - 1.0.55.1 + urn:uuid:F97DFA57-C4EB-41C1-8ABD-BF8328558550 + 1.0.56 (1.0.56.1) + 1.0.56.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/DSM/beta/en-US.xaml b/DSM/beta/en-US.xaml index d5b26fc9..3f259556 100644 --- a/DSM/beta/en-US.xaml +++ b/DSM/beta/en-US.xaml @@ -277,6 +277,7 @@ Open Game Data Folder Open Game Data Forum Reload Game Data Files + Validate Game Data Files Delete Game Data File Name @@ -285,6 +286,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 @@ -293,6 +295,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/DSM/beta/latest.txt b/DSM/beta/latest.txt index 2d2a28b6..149d78a2 100644 --- a/DSM/beta/latest.txt +++ b/DSM/beta/latest.txt @@ -1 +1 @@ -1.0.55.1 +1.0.56.1 diff --git a/DSM/beta/latest.zip b/DSM/beta/latest.zip index 383600bf..5d1b746c 100644 Binary files a/DSM/beta/latest.zip and b/DSM/beta/latest.zip differ