Gabriel Jacobo <gabomdq@gmail.com> [Tue, 25 Sep 2012 08:54:05 -0300] rev 6454
Fix Windows build, version.o linking.
Sam Lantinga <slouken@libsdl.org> [Sun, 23 Sep 2012 17:15:05 -0700] rev 6453
Fixed syntax error
Sam Lantinga <slouken@libsdl.org> [Sun, 23 Sep 2012 17:01:58 -0700] rev 6452
Added UIInterfaceOrientationMask for building with older iOS SDKs
Sam Lantinga <slouken@libsdl.org> [Sun, 23 Sep 2012 03:46:49 -0700] rev 6451
Fixed autorotate / resize support on iOS 6.0, tested with iPad and iPhone simulators with iOS 5.1 and 6.0
Sam Lantinga <slouken@libsdl.org> [Sun, 23 Sep 2012 01:54:30 -0700] rev 6450
Added missing Android source that was supposed to go with changeset 64a6297a8b93
Thank you buildbot!
Sam Lantinga <slouken@libsdl.org> [Sun, 23 Sep 2012 01:50:35 -0700] rev 6449
Fixed bug 1591 - Renderer maximum texture size is incorrect when GL_ARB_texture_rectangle is active
Sam Lantinga <slouken@libsdl.org> [Sun, 23 Sep 2012 01:37:44 -0700] rev 6448
Fixed bug 1606 - SDL does not implement SDL_GetPowerInfo() for Android.
Philipp Wiesemann 2012-09-22 05:26:11 PDT
currently SDL (HG) does not implement the power management functionality of
SDL_GetPowerInfo() for Android.
I attached a patch which tries to implement this functionality (JNI only, API
5). It supports plugged state and battery percent return values but not
remaining seconds (which are not available on Android).
Sam Lantinga <slouken@libsdl.org> [Thu, 20 Sep 2012 22:40:23 -0700] rev 6447
Hopefully fixed the Windows build. We have to do this every time, to link version.o
Sam Lantinga <slouken@libsdl.org> [Thu, 20 Sep 2012 22:19:11 -0700] rev 6446
Whoops, that wasn't supposed to be a symlink.
Sam Lantinga <slouken@libsdl.org> [Thu, 20 Sep 2012 22:01:51 -0700] rev 6445
Fixed false positive when checking for X11 on Mac OS X when the X11 development environment isn't installed.