Philipp Wiesemann [Sun, 07 Jul 2013 16:13:17 +0200] rev 7369
Changed include directive to standard header.
Philipp Wiesemann [Sun, 07 Jul 2013 16:11:29 +0200] rev 7368
Fixed SDL_RWread() returning -1 as unsigned instead of 0 if error on Android.
Found by Cppcheck (pointed out check of unsigned < 0 which was left in place).
Ryan C. Gordon [Sun, 07 Jul 2013 02:03:07 -0400] rev 7367
Added an SDL2 OpenBSD sndio(7) audio target.
Ryan C. Gordon [Sun, 07 Jul 2013 02:04:19 -0400] rev 7366
Disk audio target was using this->hidden->mixlen before we set it.
Ryan C. Gordon [Sun, 07 Jul 2013 02:03:50 -0400] rev 7365
Minor ALSA tweaks (include-once macro name, len for memset() more clear).
Sam Lantinga [Sat, 06 Jul 2013 21:17:09 -0700] rev 7364
Added 8-bit RGB source surface support to NtoN blitters
Sam Lantinga [Sat, 06 Jul 2013 20:29:40 -0700] rev 7363
Fixed bug 1923 - Crash with SDL_SetColorKey
Sylvain
1/ Load an Image XPM with IMG_ReadXPMFromArray()
2/ Try to set a ColorKey on it.
I notice that :
- the SDL_Surface that is created from XPM has a palette !
- the colorkey is a RBG.
it crashes (SIGSEGV) inside the SDL_SetColorKey function:
"surface->format->palette->colors[surface->map->info.colorkey].a"
Sam Lantinga [Sat, 06 Jul 2013 12:39:56 -0700] rev 7362
Fixed bug 1911 - enable HAVE_GCC_ATOMICS for android platform
David Gow [Tue, 25 Jun 2013 21:36:36 +0800] rev 7361
Remove full-desktop Xinerama mode when using XRandR
Sam Lantinga [Sat, 06 Jul 2013 12:28:57 -0700] rev 7360
Make it possible to use SDL events separately from the video subsystem.