kc3-lang/SDL/test

Branch :


Log

Author Commit Date CI Message
65f0142f 2013-12-25 00:11:28 Fixed access of command line arguments on Android in two test programs.
36cbd506 2013-12-25 00:04:31 Fixed unused local variable warning in test program source.
18125f76 2013-12-24 19:55:41 Fixed missing return warning in test program source.
112f60a4 2013-12-23 15:55:08 Changed testgamecontroller to wait for controllers to be reattached, the way testjoystick does.
ec1cb49e 2013-12-14 20:18:43 Wayland support Based on the original port to Wayland by: Joel Teichroeb, Benjamin Franzke, Scott Moreau, et al. Additional changes in this commit, done by me: * Wayland uses the common EGL framework * EGL can now create a desktop OpenGL context * testgl2 loads GL functions dynamically, no need to link to libGL anymore * Assorted fixes to the Wayland backend Tested on the Weston Compositor (v1.0.5) that ships with Ubuntu 13.10, running Weston under X. Tests ran: testrendercopyex (all backends), testgl2, testgles2,testintersections
fcf69227 2013-12-11 21:13:45 Fixed bug 2294 - testdrawchessboard.c Sets the render color alpha to 0x0. Brandon Schaefer This means everything will render black if the software rendering backend selects a pixel format that supports alpha. So it seems best to at lease assume alpha is supported.
77d2d55e 2013-12-05 10:51:38 [Android] Handle native thread finishing when not commanded from the Java side
5ac18134 2013-12-03 12:01:28 Adds SDL_GameControllerAddMappingsFromRW, updates controllermap SDL_GameControllerAddMappingsFromFile is now a convenience macro. controllermap can now skip bindings by pressing space or clicking/touching the screen.
95ec90aa 2013-12-02 19:35:04 Adds controllermap utility to test suite.
f848adff 2013-11-29 10:06:08 Improve Android pause/resume behavior.