Skip to content

Releases: AmigaPorts/SDL

SDL 3.2.28 release for AmigaOS 4

08 Dec 18:44

Choose a tag to compare

v3.2.28-amigaos4

Merge tag 'release-3.2.28' into release-3.2.x-amigaos4

SDL 3.2.24 release for AmigaOS 4

24 Oct 17:43

Choose a tag to compare

AmigaOS 4 changes:

  • Set mouse focus on window activation: fixes issue with hidden mouse cursor
  • Add Spanish locale
  • Improve debug logging

SDL 3.2.22 release for AmigaOS 4

21 Sep 18:49

Choose a tag to compare

AmigaOS 4 changes:

  • Fix fullscreen mode switching
  • Add global property SDL_PROP_IOSTREAM_AMIGAOS4_USE_BUFFERED

SDL 3.2.20 release for AmigaOS 4

13 Aug 18:26

Choose a tag to compare

AmigaOS 4 changes:

  • Change iostream to unbuffered by default

SDL 3.2.18 release for AmigaOS 4

16 Jul 16:00

Choose a tag to compare

AmigaOS 4 changes:

  • Build with -O3
  • Add some surface tests to sdl3benchmark tool
  • Restore constructor / destructor workarounds
  • Prefs: support MenuImageSize env variable

SDL 2.32.8 release for AmigaOS 4

18 Jul 17:54

Choose a tag to compare

AmigaOS 4 changes:

  • Build with -O3
  • Add some surface tests to sdl2benchmark tool
  • Restore constructor / destructor workarounds
  • Prefs: support MenuImageSize env variable

SDL 3.2.14 release for AmigaOS 4

24 May 14:29

Choose a tag to compare

AmigaOS 4 changes:

  • Fix 4th/5th buttons in global mouse state
  • Fix pointer visibility issue in relative mouse mode
  • Improve process code
  • Workaround testasyncio slowness

SDL 2.32.6 release for AmigaOS 4

24 May 10:08

Choose a tag to compare

AmigaOS 4 changes:

  • Fix pointer visibility issue in relative mouse mode
  • Fix 4th/5th buttons in global mouse state
  • Add AISS images to SDL2 prefs menu
  • Remove constructor/destructor workarounds

SDL 3.2.8 release for AmigaOS 4

05 Mar 13:45

Choose a tag to compare

  • Fix issue with window size after SetWindowPosition
  • Prefs: add AISS images to menus (#48)
  • Ignore destination alpha for target textures (#150)
  • Remove constructor / destructor workarounds
  • Improve OS4_DebugPrintF
  • sdl3benchmark: reset random seed before every test
  • Support SDL_PROP_APP_METADATA_NAME_STRING and SDL_HINT_APP_NAME (#115)
  • Improve timer resolution from milliseconds to microseconds
  • Cleanup code and makefiles

SDL 2.32.0 release for AmigaOS 4

11 Feb 20:03

Choose a tag to compare

AmigaOS 4 -specific changes:

  • Support 4th and 5th mouse buttons
  • Add localized system menus to window (both SDL2 prefs and SDL2 shared object use now sdl2.catalog)
  • Support SDL_HINT_APP_NAME
  • Fix issue with audio recording cleanup
  • sdl2benchmark: reset random seed before every test