Skip to content
Snippets Groups Projects
  1. Dec 26, 2022
    • Deucе's avatar
      Various SDL fixes: · cd22c54e
      Deucе authored
      Pass window size in SDL_USEREVENT_SETVIDMODE
      - Fixes race condition where SDL_WINDOWEVENT_RESIZED or
        SDL_WINDOWEVENT_SIZE_CHANGED arraves while
        SDL_USEREVENT_SETVIDMODE is in the queue
      
      Set new scaling based on old scaling multiplier
      - Will resize window on mode changes, but tries to keep integer
        multiplier similar.  May break fullscreen modes, dunno.
      
      Have aspect_fix() return higher rather than lower
      - This may make it the same as aspect_correct(), but I'm too lazy
        to figure that out.
      cd22c54e
    • Deucе's avatar
      Fix aspect_fix() to always grow, not shrink. · 7423419d
      Deucе authored
      Add additional stderr debugging.
      Don't try to correct the aspect ratio of the window.
      7423419d
    • Deucе's avatar
      Remove deprecated -i option. · 807095b6
      Deucе authored
      807095b6
    • Deucе's avatar
      Fix up forest fights for RIP a bit. · 6593a8cd
      Deucе authored
      6593a8cd
  2. Dec 25, 2022
  3. Dec 24, 2022
  4. Dec 23, 2022
  5. Dec 21, 2022
  6. Dec 17, 2022
  7. Dec 14, 2022
  8. Dec 08, 2022
  9. Dec 05, 2022
Loading