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

Fullscreen fix #367

Open
wants to merge 5 commits into
base: trunk
Choose a base branch
from
Open

Fullscreen fix #367

wants to merge 5 commits into from

Commits on Jul 24, 2023

  1. Fixing an issue where objects which were in a fatal collision state w…

    …ith other objects were not throwing the FFL exception that they're supposed to throw to allow us to gracefully recover, and were instead just asserting the game. Notably, this was causing a frogatto issue when moth bombers would drop a bomb through other moth bombers, and assert if said bomb overlapped another one as it was spawned.
    rkettering committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    38341b8 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Moved fullscreen logic to screen_handling in prep for a fix.

    It needs to be further moved to WindowManager instead of screen_handling, to be beside `bool setWindowSize`.
    DDR0 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    6b06892 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5af3c9d View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    44e4bae View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Configuration menu
    Copy the full SHA
    bc389f8 View commit details
    Browse the repository at this point in the history