Ryan C. Gordon <icculus@icculus.org> [Fri, 09 Sep 2011 02:43:04 -0400] rev 5878
Added a newline to the end of a file to quiet old versions of GCC.
Ryan C. Gordon <icculus@icculus.org> [Fri, 09 Sep 2011 00:48:53 -0400] rev 5877
Removed WIN_GetKeyboardState().
It causes problems on modern Windows, when a player ALT-Tab's out of a window.
When they ALT-Tab back, the keystate gets confused.
Fixes Bugzilla #659.
Ryan C. Gordon <icculus@icculus.org> [Fri, 09 Sep 2011 00:34:48 -0400] rev 5876
Removed legacy Mac OS X dlcompat code.
It was only needed for Mac OS X 10.0 through 10.2, so it seems silly to keep
it around for SDL 1.3.
I'll leave it in the 1.2 branch for now, though.
Andreas Schiffler <aschiffler@ferzkopp.net> [Wed, 07 Sep 2011 21:47:10 -0700] rev 5875
Merge changes
Andreas Schiffler <aschiffler@ferzkopp.net> [Tue, 06 Sep 2011 23:51:46 -0700] rev 5874
Refactored IntersectRectAndLine tests and increased coverage
Ryan C. Gordon <icculus@icculus.org> [Wed, 07 Sep 2011 10:54:14 -0400] rev 5873
Fixed compiler warning on 32-bit Mac OS X.
Sam Lantinga <slouken@libsdl.org> [Tue, 06 Sep 2011 22:45:58 -0400] rev 5872
Fixed bug 1278.
From http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50111:
Andrew Pinski 2011-08-18 02:25:15 UTC
I really doubt this is a bug in GCC but rather SDL's inline-asm.
"=X" (mmx_trace)
'X'
Any operand whatsoever is allowed.
They most likely want:
y
Any MMX register.
Andreas Schiffler <aschiffler@ferzkopp.net> [Sun, 04 Sep 2011 20:45:38 -0700] rev 5871
Update SDL_REVISION
Andreas Schiffler <aschiffler@ferzkopp.net> [Sun, 04 Sep 2011 20:37:01 -0700] rev 5870
Added tests for SDL_HasIntersection; added negative parameter tests; refactored existing test code
Andreas Schiffler <aschiffler@ferzkopp.net> [Sun, 04 Sep 2011 20:34:48 -0700] rev 5869
Added input parameter validation to some SDL_rect functions