Sam Lantinga <slouken@libsdl.org> [Sun, 03 Mar 2013 22:06:27 -0800] rev 6958
Added new tests to the .hgignore file
Sam Lantinga <slouken@libsdl.org> [Sun, 03 Mar 2013 21:52:51 -0800] rev 6957
Fixed bug 1740 - Android pixel format constants out of sync
wjp
In SDL HG (2.0) the pixel format constants in
android-project/src/org/libsdl/app/SDLActivity.java seem to have gone out of
sync with include/SDL_pixels.h in HG rev b1124b32b07d.
E.g., at a glance it seems like 0x85151002 should have become 0x15151002.
Andreas Schiffler <aschiffler@ferzkopp.net> [Sun, 03 Mar 2013 17:22:51 -0800] rev 6956
Fix behavior of SDL_GetWindowPosition for invalid input; add test cases to video suite
Sam Lantinga <slouken@libsdl.org> [Sun, 03 Mar 2013 11:25:43 -0800] rev 6955
Don't specify the texture unit when binding a texture, instead use whatever has been set up by the application.
This matches behavior in the OpenGL and OpenGL ES 1.1 renderers.
Sam Lantinga <slouken@libsdl.org> [Sun, 03 Mar 2013 11:25:09 -0800] rev 6954
Fixed formatting
Sam Lantinga <slouken@libsdl.org> [Sun, 03 Mar 2013 08:41:50 -0800] rev 6953
Fix compiler warning in Cocoa touch code
Sam Lantinga <slouken@libsdl.org> [Sun, 03 Mar 2013 08:32:08 -0800] rev 6952
Compile SDL on older versions of Xcode
Sam Lantinga <slouken@libsdl.org> [Sun, 03 Mar 2013 01:01:33 -0800] rev 6951
Updated touch API
* Normalized touch coordinates as floats in the 0...1 range
* Removed unused touchpad concepts from the API
* Added API functions to get active touch devices and current finger state
Sam Lantinga <slouken@libsdl.org> [Sat, 02 Mar 2013 20:44:16 -0800] rev 6950
Added a mouse ID to the mouse events, which set to the special value SDL_TOUCH_MOUSEID for mouse events simulated by touch input.
Sam Lantinga <slouken@libsdl.org> [Sat, 02 Mar 2013 17:51:32 -0800] rev 6949
Fixed the joystick id usage in the joystick and game controller events.