Skip to content

Improved error handling

Compare
Choose a tag to compare
@s427 s427 released this 23 Jan 13:05
· 28 commits to main since this release
  • Better error handling when loading files
    • In case of errors, MARL should not remain stuck on the loading screen anymore, but will get back to the welcome screen (or the main screen if another archive is already loaded) and show an error message (either directly on the welcome screen, or in the tools panel).
    • Github issue #8 - If the JSON files are stored in a subfolder within the ZIP file (instead of being at its root), MARL will attempt to find them and use their location as root.
  • Various small fixes