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

Fix crash for missing class ids causing zero sized texture #1947

Merged
merged 8 commits into from
Apr 21, 2023

Commits on Apr 20, 2023

  1. Fix crash for missing class ids causing zero sized texture

    Two things fixed actually:
    * texture manager now checks for zero sized texture, this ripples out in a lot more error handling
    * class id texture texture handles not having any classes gracefully
    Wumpf committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    78b904d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a55054d View commit details
    Browse the repository at this point in the history
  3. Use Display for all errors

    emilk committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    a01584f View commit details
    Browse the repository at this point in the history
  4. typo

    emilk committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    449735e View commit details
    Browse the repository at this point in the history
  5. Better naming of error

    emilk committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    efb36ec View commit details
    Browse the repository at this point in the history
  6. Better docs and names

    emilk committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    f06abad View commit details
    Browse the repository at this point in the history
  7. Fix off-by-one error

    emilk committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    75297a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

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