Philipp Wiesemann <philipp.wiesemann@arcor.de> [Tue, 09 Dec 2014 22:49:16 +0100] rev 9268
Fixed bug 2811 - [patch] Android core: Fix JNI 'nativeGetHint' symbol not being exported
Jonas Kulla
I don't see a reason why this shouldn't be exported. Currently a strip -s on the final application library eats it.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Sat, 06 Dec 2014 00:17:52 +0100] rev 9267
Fixed warnings about possible loss of data in conversion.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Thu, 04 Dec 2014 21:41:30 +0100] rev 9266
Replaced free() with SDL_free() because related allocation also uses wrapper.
Philipp Wiesemann <philipp.wiesemann@arcor.de> [Thu, 04 Dec 2014 21:33:59 +0100] rev 9265
Corrected header file guard comment.
Ryan C. Gordon <icculus@icculus.org> [Thu, 04 Dec 2014 02:24:22 -0500] rev 9264
Fixed some paths in the new buildbot windows zipper script.
Ryan C. Gordon <icculus@icculus.org> [Thu, 04 Dec 2014 02:09:07 -0500] rev 9263
Added a script to handle packing up Windows builds for the buildbot.
Edward Rudd <urkle@outoforder.cc> [Wed, 03 Dec 2014 12:47:39 -0500] rev 9262
ugh.. stray character
Edward Rudd <urkle@outoforder.cc> [Wed, 03 Dec 2014 12:45:04 -0500] rev 9261
fix SDL_PRIs64 on windows compilers.. (should end in d)
Edward Rudd <urkle@outoforder.cc> [Wed, 03 Dec 2014 12:23:17 -0500] rev 9260
switch to use SDL_PRI* macros for long long formatting everywhere.
Edward Rudd <urkle@outoforder.cc> [Wed, 03 Dec 2014 11:04:07 -0500] rev 9259
fix incorrect struct member name in test code for wheel direction