test


Log

Author Commit Date CI Message
Philipp Wiesemann 5b7ddd53 2015-03-15T19:25:10 Updated name of assert type in test program.
Philipp Wiesemann f9adb453 2015-02-18T21:31:21 Removed redundant include statements from test programs. The needed header files are already included with SDL.h. Still including them in the test programs is confusing because it somehow suggests they would be needed.
Philipp Wiesemann cec3efe6 2015-02-15T11:33:39 Fixed compile warning about unused variable in wave test program.
Philipp Wiesemann d1932834 2015-02-12T21:40:53 Fixed test programs for joystick not exiting on events after first disconnect. Exit was broken since the main loop extraction needed for Emscripten support because the former local but now global variables were not reset correctly.
Philipp Wiesemann 39c41bb9 2015-02-10T20:40:03 Fixed bug 2873 - Joystick test won't reload after reattach lectem -plug in the joystick -start testjoystick 0 -unplug -replug The joystick is detected but doesn't enter the loop anymore since done==SDL_TRUE
Philipp Wiesemann bd61c276 2015-02-10T20:31:05 Fixed compiling test with older C.
Philipp Wiesemann c17a5b11 2015-02-07T22:40:36 Fixed bug 2866 - testrelative.c: patch to make the orange box wrap around Eric Wasylishen Here's a patch to make the 'testrelative' demo program more useful: it just makes the orange rectangle wrap around. Previously, the orange cursor would just disappear off screen if you move the mouse a lot in one direction, so it was hard to tell if relative mouse mode was still working.
Philipp Wiesemann b48e54aa 2015-01-26T22:00:29 Fixed bug 2802 - [patch] Fix android build compiling in wrong filesystem implementation Jonas Kulla The configure script didn't differentiate between Linux and Android, unconditionally compiling in the unix implementation of SDL_sysfilesystem.c. I'm probably one of the very few people building SDL for android using classic configure + standalone toolchain, so this has gone undetected all along.