Patrice Mandin <patmandin@gmail.com> [Fri, 08 Sep 2006 19:18:02 +0000] rev 2020
Forgot to reshow mouse cursor when exiting grab/hide mode
Patrice Mandin <patmandin@gmail.com> [Thu, 07 Sep 2006 20:50:13 +0000] rev 2019
/me dumb, sizeof(keymap != number of elements
Patrice Mandin <patmandin@gmail.com> [Tue, 05 Sep 2006 19:32:35 +0000] rev 2018
Use correct function to free allocated mem
Ryan C. Gordon <icculus@icculus.org> [Sat, 02 Sep 2006 21:50:04 +0000] rev 2017
Fixed macosx audio initialization (passed wrong struct to CoreAudio).
Ryan C. Gordon <icculus@icculus.org> [Sat, 02 Sep 2006 21:19:00 +0000] rev 2016
Compile fixes.
Ryan C. Gordon <icculus@icculus.org> [Fri, 01 Sep 2006 22:48:43 +0000] rev 2015
Added a FIXME and macro to sun audio.
Ryan C. Gordon <icculus@icculus.org> [Fri, 01 Sep 2006 19:29:49 +0000] rev 2014
Replaced unions with calls to SDL_SwapFloat...
Ryan C. Gordon <icculus@icculus.org> [Fri, 01 Sep 2006 19:17:05 +0000] rev 2013
Fixed S32 audio mixing, but I'm a bit nervous about the use of 64-bit
datatypes here...
Ryan C. Gordon <icculus@icculus.org> [Fri, 01 Sep 2006 19:16:26 +0000] rev 2012
Continuing my quest to replace all the bitwise operations on SDL_AudioFormats
with the new 1.3 macros...
Ryan C. Gordon <icculus@icculus.org> [Fri, 01 Sep 2006 18:07:41 +0000] rev 2011
Fixed broken audio conversions between float and unsigned datatypes.