Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miscellaneous bugfixes for beta 1 #313

Merged
merged 3 commits into from
May 20, 2023
Merged

Miscellaneous bugfixes for beta 1 #313

merged 3 commits into from
May 20, 2023

Commits on May 19, 2023

  1. Improve in-game exception handling. Any thrown exceptions kick the ga…

    …me back to the main menu, reset the display size, and show a "lost connection" dialog.
    ethanmoffat committed May 19, 2023
    Configuration menu
    Copy the full SHA
    3a3935e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. Invoke game state change operations that generate lots of new compone…

    …nts on the main update thread.
    
    Should fix crashes with GameComponentsCollection in MonoGame due to async threads modifying the components collection. Also improves performance of switching to in-game.
    ethanmoffat committed May 20, 2023
    Configuration menu
    Copy the full SHA
    08ce610 View commit details
    Browse the repository at this point in the history
  2. Take NPC walking into account when getting map cell state

    Fixes bug where walking into an NPC wouldn't move the character until the NPC had fully animated to the next tile, making it difficult to chase passive NPCs.
    ethanmoffat committed May 20, 2023
    Configuration menu
    Copy the full SHA
    fb00c47 View commit details
    Browse the repository at this point in the history