Sam Lantinga <slouken@libsdl.org> [Mon, 11 Feb 2013 20:56:34 -0800] rev 6856
Fixed bug 1679 - Error in buffer size setting in Haiku/BeOS audio driver
PulkoMandy
Just like in SDL, audio buffer sizes for BeOS and Haiku BSoundPlayer are sized
in bytes, not frames. SDL was feeding the wrong value, leading to buffers
smaller than expected and weird behaviour in some unsuspecting programs
(noticed it in HivelyTracker but others are likely affected as well. The fix is
fortunately very simple
Sam Lantinga <slouken@libsdl.org> [Mon, 11 Feb 2013 20:55:36 -0800] rev 6855
Fixed bug 1679 - Error in buffer size setting in Haiku/BeOS audio driver
PulkoMandy
Just like in SDL, audio buffer sizes for BeOS and Haiku BSoundPlayer are sized
in bytes, not frames. SDL was feeding the wrong value, leading to buffers
smaller than expected and weird behaviour in some unsuspecting programs
(noticed it in HivelyTracker but others are likely affected as well. The fix is
fortunately very simple
Sam Lantinga <slouken@libsdl.org> [Mon, 11 Feb 2013 18:28:05 -0800] rev 6854
Hopefully fixed the last of the C variable declaration problems which caused compile failures with Visual Studio.
Sam Lantinga <slouken@libsdl.org> [Mon, 11 Feb 2013 18:22:32 -0800] rev 6853
Fixed double-default case
Sam Lantinga <slouken@libsdl.org> [Mon, 11 Feb 2013 18:22:17 -0800] rev 6852
Fixed compiling SYN_DROPPED with older kernel headers
Sam Lantinga <slouken@libsdl.org> [Mon, 11 Feb 2013 18:18:34 -0800] rev 6851
Fixed compiler warnings
Sam Lantinga <slouken@libsdl.org> [Mon, 11 Feb 2013 18:13:52 -0800] rev 6850
Fixed C variable declarations
Sam Lantinga <slouken@libsdl.org> [Mon, 11 Feb 2013 17:40:09 -0800] rev 6849
Backed out use of @autorelease keyword for now, since it's not supported by older Xcode versions.
Sam Lantinga <slouken@libsdl.org> [Mon, 11 Feb 2013 17:39:52 -0800] rev 6848
Backed out use of @autorelease keyword for now, since it's not supported by older Xcode versions.
Sam Lantinga <slouken@libsdl.org> [Mon, 11 Feb 2013 17:25:58 -0800] rev 6847
Fixed compiler warning (and undefined behavior) in game controller event filter.