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

Image module SDL3 support #3166

Merged
merged 2 commits into from
Oct 18, 2024
Merged

Commits on Oct 14, 2024

  1. Image module SDL3 support

    - Rework argument order of PG_CreateSurfaceFrom to match newest SDL3 (they changed it)
    - Deal with all the pixelformat fallout throughout the file
    - Fix TGA saving routine file writes
    - Switch out SDL_SetPaletteColors (all colors) for SDL_SetSurfacePalette
    Starbuck5 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6aaa776 View commit details
    Browse the repository at this point in the history
  2. Adjust type in image.c

    Starbuck5 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a20c77e View commit details
    Browse the repository at this point in the history