Sam Lantinga <slouken@libsdl.org> [Sun, 08 May 2005 19:58:34 +0000] rev 1055
*** empty log message ***
Patrice Mandin <patmandin@gmail.com> [Thu, 05 May 2005 10:52:22 +0000] rev 1054
Add support for ARAnyM Atari emulator
Ryan C. Gordon <icculus@icculus.org> [Wed, 20 Apr 2005 05:57:39 +0000] rev 1053
Patched to compile again on x86 systems that use the assembly blitters.
Ryan C. Gordon <icculus@icculus.org> [Sun, 17 Apr 2005 10:40:41 +0000] rev 1052
Some work on using accelerated alpha blits with hardware surfaces.
From Stephane Marchesin's fork, don't know who originally wrote it.
Ryan C. Gordon <icculus@icculus.org> [Sun, 17 Apr 2005 10:36:03 +0000] rev 1051
SDL_CDOpen() fails on Linux if data track on disc is mounted in the
filesystem. Removing O_EXCL from open() call fixes this.
Problem and solution noted by "Fosters":
http://www.libsdl.org/pipermail/sdl/2005-March/068028.html
Ryan C. Gordon <icculus@icculus.org> [Sun, 17 Apr 2005 10:32:41 +0000] rev 1050
Holding down shift while moving the mouse's scrollwheel on MacOS X makes the
OS report these are "horizontal scrollwheel" events, which confuses gaming
apps in several legitimate conditions. Now all scrollwheel events are made
to look vertical when passed to the app.
Patch by John Knottenbelt.
http://www.libsdl.org/pipermail/sdl/2005-March/067978.html
Ryan C. Gordon <icculus@icculus.org> [Sun, 17 Apr 2005 10:27:00 +0000] rev 1049
Mixer: Visual C MMX asm code now aligns loops to 16 bytes.
This patch came from Stephane Marchesin's codefork, but I don't know who
wrote it originally.
Ryan C. Gordon <icculus@icculus.org> [Sun, 17 Apr 2005 10:23:58 +0000] rev 1048
Fixed direction key input on WinCE devices, thanks to
cal-at-splitreflection-com.
http://www.libsdl.org/pipermail/sdl/2005-April/068072.html
Ryan C. Gordon <icculus@icculus.org> [Sun, 17 Apr 2005 10:19:22 +0000] rev 1047
Altivec-optimized blitters!
Vast majority of this work is compliments of Bob Ippolito.
http://www.devolution.com/pipermail/sdl/2005-February/067466.html and many
other posts.
Ryan C. Gordon <icculus@icculus.org> [Sun, 17 Apr 2005 10:16:30 +0000] rev 1046
Added some parentheses for a little more macro safety. Recommended by Petri
Kero, here: http://www.devolution.com/pipermail/sdl/2005-March/067630.html