Sam Lantinga 9cbd05df1e Report an error if creating a render target fails 11 år sedan
..
shapes dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
COPYING dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
Makefile.in 2dd7091e50 Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module. 11 år sedan
README dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
acinclude.m4 dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
aclocal.m4 dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
autogen.sh dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
checkkeys.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
configure aef52c3501 [Linux] Test config script: Add the X11 library search path if it is not empty 11 år sedan
configure.in aef52c3501 [Linux] Test config script: Add the X11 library search path if it is not empty 11 år sedan
gcc-fat.sh dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
icon.bmp dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
loopwave.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
moose.dat dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
picture.xbm dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
relative_mode.markdown dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
sample.bmp dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
sample.wav dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
testatomic.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testaudioinfo.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testautomation.c f79fc33a39 Christoph Mallon: Remove pointless if (x) before SDL_free(x) 11 år sedan
testautomation_audio.c e07d7e649c Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)). 11 år sedan
testautomation_clipboard.c e07d7e649c Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)). 11 år sedan
testautomation_events.c 695344d163 OCD fixes: Adds a space before */ 11 år sedan
testautomation_keyboard.c dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
testautomation_main.c 1e49b1ed6e OCD fixes: Adds a space after /* (glory to regular expressions!) 11 år sedan
testautomation_mouse.c dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
testautomation_pixels.c e07d7e649c Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)). 11 år sedan
testautomation_platform.c 1e49b1ed6e OCD fixes: Adds a space after /* (glory to regular expressions!) 11 år sedan
testautomation_rect.c 1e49b1ed6e OCD fixes: Adds a space after /* (glory to regular expressions!) 11 år sedan
testautomation_render.c 3e2930defe Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x) 11 år sedan
testautomation_rwops.c 1e49b1ed6e OCD fixes: Adds a space after /* (glory to regular expressions!) 11 år sedan
testautomation_sdltest.c e07d7e649c Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)). 11 år sedan
testautomation_stdlib.c dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
testautomation_suites.h 552b04c58a More non C89 compliant comments 11 år sedan
testautomation_surface.c 3e2930defe Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x) 11 år sedan
testautomation_syswm.c dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
testautomation_timer.c dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
testautomation_video.c f79fc33a39 Christoph Mallon: Remove pointless if (x) before SDL_free(x) 11 år sedan
testdraw2.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testdrawchessboard.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testerror.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testfile.c 552b04c58a More non C89 compliant comments 11 år sedan
testfilesystem.c 2dd7091e50 Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module. 11 år sedan
testgamecontroller.c 540cb5389c Fixed testgamecontroller output to make sense. 11 år sedan
testgesture.c 1e49b1ed6e OCD fixes: Adds a space after /* (glory to regular expressions!) 11 år sedan
testgl2.c 869a707612 add in High DPI support (aka Retina) 11 år sedan
testgles.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testhaptic.c 1e49b1ed6e OCD fixes: Adds a space after /* (glory to regular expressions!) 11 år sedan
testiconv.c f79fc33a39 Christoph Mallon: Remove pointless if (x) before SDL_free(x) 11 år sedan
testime.c e07d7e649c Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)). 11 år sedan
testintersections.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testjoystick.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testkeys.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testloadso.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testlock.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testmessage.c 695344d163 OCD fixes: Adds a space before */ 11 år sedan
testmultiaudio.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testnative.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testnative.h dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
testnativecocoa.m dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
testnativew32.c dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
testnativex11.c dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan
testoverlay2.c 1e49b1ed6e OCD fixes: Adds a space after /* (glory to regular expressions!) 11 år sedan
testplatform.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testpower.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testrelative.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testrendercopyex.c 1e49b1ed6e OCD fixes: Adds a space after /* (glory to regular expressions!) 11 år sedan
testrendertarget.c 9cbd05df1e Report an error if creating a render target fails 11 år sedan
testresample.c 552b04c58a More non C89 compliant comments 11 år sedan
testrumble.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testscale.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testsem.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testshader.c 552b04c58a More non C89 compliant comments 11 år sedan
testshape.c 3e2930defe Christoph Mallon: Remove pointless if (x) before SDL_FreeSurface(x) 11 år sedan
testsprite2.c f79fc33a39 Christoph Mallon: Remove pointless if (x) before SDL_free(x) 11 år sedan
testspriteminimal.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
teststreaming.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testthread.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testtimer.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testver.c 65728477af Fix bug 2034: replace printf by SDL_Log in tests; update loopwave VS solution: copy missing dependency 11 år sedan
testwm2.c 552b04c58a More non C89 compliant comments 11 år sedan
torturethread.c 1e49b1ed6e OCD fixes: Adds a space after /* (glory to regular expressions!) 11 år sedan
utf8.txt dad420670f Fixes #2022, do not resume on Android when surfaceChanged 11 år sedan

README


These are test programs for the SDL library:

checkkeys Watch the key events to check the keyboard
loopwave Audio test -- loop playing a WAV file
testaudioinfo Lists audio device capabilities
testcdrom Sample audio CD control program
testerror Tests multi-threaded error handling
testfile Tests RWops layer
testgl2 A very simple example of using OpenGL with SDL
testhread Hacked up test of multi-threading
testiconv Tests international string conversion
testjoystick List joysticks and watch joystick events
testkeys List the available keyboard keys
testloadso Tests the loadable library layer
testlock Hacked up test of multi-threading and locking
testmultiaudio Tests using several audio devices
testoverlay2 Tests the overlay flickering/scaling during playback.
testpalette Tests palette color cycling
testplatform Tests types, endianness and cpu capabilities
testsem Tests SDL's semaphore implementation
testshape Tests shaped windows
testsprite2 Example of fast sprite movement on the screen
testtimer Test the timer facilities
testver Check the version and dynamic loading and endianness
testwm2 Test window manager -- title, icon, events
torturethread Simple test for thread creation/destruction