..
emscripten
Initial merge of Emscripten port!
2014-12-18 00:19:52 -05:00
nacl
Fixes audio for Native Client, and other fixes...
2014-06-08 18:18:13 -03:00
shapes
acinclude.m4
Switched the SDL 2 autoconf macro to AM_PATH_SDL2
2012-01-30 21:39:26 -05:00
aclocal.m4
Switched the SDL 2 autoconf macro to AM_PATH_SDL2
2012-01-30 21:39:26 -05:00
autogen.sh
axis.bmp
Adds controllermap utility to test suite.
2013-12-02 19:35:04 -03:00
button.bmp
Adds controllermap utility to test suite.
2013-12-02 19:35:04 -03:00
checkkeys.c
Initial merge of Emscripten port!
2014-12-18 00:19:52 -05:00
configure
Initial merge of Emscripten port!
2014-12-18 00:19:52 -05:00
configure.in
Initial merge of Emscripten port!
2014-12-18 00:19:52 -05:00
controllermap.bmp
Adds controllermap utility to test suite.
2013-12-02 19:35:04 -03:00
controllermap.c
Fixed setting text to clipboard in controllermap program.
2014-12-10 21:13:43 +01:00
COPYING
gcc-fat.sh
icon.bmp
loopwave.c
Patched to compile on non-Emscripten targets.
2014-12-24 02:01:12 -05:00
loopwavequeue.c
Fixed bug 2688 - failure to build test/loopwavequeue.c on Linux
2014-08-17 10:10:41 -07:00
Makefile.in
Removed missing test program from Makefile.
2014-12-25 22:47:04 +01:00
moose.dat
picture.xbm
README
Added audio device buffer queueing API.
2014-07-22 21:41:49 -04:00
relative_mode.markdown
Test plan for relative mode.
2013-04-24 12:20:44 -07:00
sample.bmp
sample.wav
testatomic.c
Fixed compiler warning
2014-07-07 10:39:02 -07:00
testaudioinfo.c
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
testautomation.c
switch to use SDL_PRI* macros for long long formatting everywhere.
2014-12-03 12:23:17 -05:00
testautomation_audio.c
Added missing brackets in test source assert messages.
2014-11-07 10:02:45 +01:00
testautomation_clipboard.c
Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)).
2013-08-29 08:30:21 -07:00
testautomation_events.c
OCD fixes: Adds a space before */
2013-08-21 09:43:09 -03:00
testautomation_hints.c
Add input validation to SDL_getenv/SDL_setenv; update Stdlib testsuite; add Hints testsuite
2014-03-19 21:39:55 -07:00
testautomation_keyboard.c
Add missing VS2012 test projects; update VS2010 and VS2012 solutions; update keybord suite for VS compiler warnings
2013-06-03 19:24:18 -07:00
testautomation_main.c
OCD fixes: Adds a space after /* (glory to regular expressions!)
2013-08-21 09:47:10 -03:00
testautomation_mouse.c
File style cleanup for the SDL 2.0 release
2013-05-18 14:17:52 -07:00
testautomation_pixels.c
Added NV12 and NV21 texture support for OpenGL and OpenGL ES 2.0 renderers
2014-08-06 11:34:54 -07:00
testautomation_platform.c
switch to use SDL_PRI* macros for long long formatting everywhere.
2014-12-03 12:23:17 -05:00
testautomation_rect.c
OCD fixes: Adds a space after /* (glory to regular expressions!)
2013-08-21 09:47:10 -03:00
testautomation_render.c
Fix assert format strings/parameters in testautomation modules; improve output of SDL_CompareSurfaces to aid debugging; update platform_testSetErrorInvalidInput for SDL changes
2014-11-30 20:55:27 -08:00
testautomation_rwops.c
switch to use SDL_PRI* macros for long long formatting everywhere.
2014-12-03 12:23:17 -05:00
testautomation_sdltest.c
switch to use SDL_PRI* macros for long long formatting everywhere.
2014-12-03 12:23:17 -05:00
testautomation_stdlib.c
Fix visualstudio build break introduced by changeset 8645
2014-03-19 21:48:32 -07:00
testautomation_suites.h
Add input validation to SDL_getenv/SDL_setenv; update Stdlib testsuite; add Hints testsuite
2014-03-19 21:39:55 -07:00
testautomation_surface.c
Maybe patched to compile on Windows for real now?
2014-12-24 02:12:16 -05:00
testautomation_syswm.c
Added missing brackets in test source assert messages.
2014-11-07 10:02:45 +01:00
testautomation_timer.c
switch to use SDL_PRI* macros for long long formatting everywhere.
2014-12-03 12:23:17 -05:00
testautomation_video.c
Fix assert format strings/parameters in testautomation modules; improve output of SDL_CompareSurfaces to aid debugging; update platform_testSetErrorInvalidInput for SDL changes
2014-11-30 20:55:27 -08:00
testdraw2.c
Initial merge of Emscripten port!
2014-12-18 00:19:52 -05:00
testdrawchessboard.c
Initial merge of Emscripten port!
2014-12-18 00:19:52 -05:00
testdropfile.c
Changed C++ style comments to fix pedantic warnings.
2014-05-17 22:02:25 +02:00
testerror.c
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
testfile.c
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
testfilesystem.c
Initial merge of Emscripten port!
2014-12-18 00:19:52 -05:00
testgamecontroller.c
Fixed compile errors in example programs.
2014-12-25 21:42:56 +01:00
testgesture.c
Fixed compile errors in example programs.
2014-12-25 21:42:56 +01:00
testgl2.c
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
testgles.c
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
testgles2.c
Initial merge of Emscripten port!
2014-12-18 00:19:52 -05:00
testhaptic.c
Haptic: Deal with negative periodic magnitudes (thanks, Elias!).
2014-09-17 14:49:36 -04:00
testhittesting.c
Minor tweaks to testhittesting.
2014-06-05 00:49:25 -04:00
testhotplug.c
Changed C++ style comments.
2014-05-18 21:11:30 +02:00
testiconv.c
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
testime.c
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
testintersections.c
Initial merge of Emscripten port!
2014-12-18 00:19:52 -05:00
testjoystick.c
Initial merge of Emscripten port!
2014-12-18 00:19:52 -05:00
testkeys.c
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
testloadso.c
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
testlock.c
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
testmessage.c
Removed unused variable from test program.
2014-04-04 23:56:15 +02:00
testmultiaudio.c
Fixed compile errors in example programs.
2014-12-25 21:42:56 +01:00
testnative.c
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
testnative.h
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
testnativecocoa.m
testnativew32.c
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
testnativex11.c
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
testoverlay2.c
Initial merge of Emscripten port!
2014-12-18 00:19:52 -05:00
testplatform.c
switch to use SDL_PRI* macros for long long formatting everywhere.
2014-12-03 12:23:17 -05:00
testpower.c
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
testrelative.c
Initial merge of Emscripten port!
2014-12-18 00:19:52 -05:00
testrendercopyex.c
Initial merge of Emscripten port!
2014-12-18 00:19:52 -05:00
testrendertarget.c
Initial merge of Emscripten port!
2014-12-18 00:19:52 -05:00
testresample.c
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
testrumble.c
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
testscale.c
Initial merge of Emscripten port!
2014-12-18 00:19:52 -05:00
testsem.c
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
testshader.c
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
testshape.c
Removed empty statements.
2014-04-05 23:50:09 +02:00
testsprite2.c
Initial merge of Emscripten port!
2014-12-18 00:19:52 -05:00
testspriteminimal.c
Initial merge of Emscripten port!
2014-12-18 00:19:52 -05:00
teststreaming.c
Initial merge of Emscripten port!
2014-12-18 00:19:52 -05:00
testthread.c
Fixed line endings on WinRT source code
2014-03-09 11:06:11 -07:00
testtimer.c
switch to use SDL_PRI* macros for long long formatting everywhere.
2014-12-03 12:23:17 -05:00
testver.c
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
testviewport.c
Initial merge of Emscripten port!
2014-12-18 00:19:52 -05:00
testwm2.c
Initial merge of Emscripten port!
2014-12-18 00:19:52 -05:00
torturethread.c
Fixed bug 2374 - Update copyright for 2014...
2014-02-02 00:53:27 -08:00
utf8.txt