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

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