Ryan C. Gordon 162ef5eae9 Cleanups in the joystick code. 10 年之前
..
emscripten fe40a17224 Initial merge of Emscripten port! 10 年之前
nacl efa2d0581d Fixes audio for Native Client, and other fixes... 11 年之前
shapes 3dcb451f85 Added a README file regarding WinRT support 11 年之前
COPYING 3dcb451f85 Added a README file regarding WinRT support 11 年之前
Makefile.in 0e02ce0856 Initial work on audio device hotplug support. 10 年之前
README f30e120aa9 Added audio device buffer queueing API. 10 年之前
acinclude.m4 3dcb451f85 Added a README file regarding WinRT support 11 年之前
aclocal.m4 3dcb451f85 Added a README file regarding WinRT support 11 年之前
autogen.sh 3dcb451f85 Added a README file regarding WinRT support 11 年之前
axis.bmp 3dcb451f85 Added a README file regarding WinRT support 11 年之前
button.bmp 3dcb451f85 Added a README file regarding WinRT support 11 年之前
checkkeys.c fe40a17224 Initial merge of Emscripten port! 10 年之前
configure fe40a17224 Initial merge of Emscripten port! 10 年之前
configure.in fe40a17224 Initial merge of Emscripten port! 10 年之前
controllermap.bmp 3dcb451f85 Added a README file regarding WinRT support 11 年之前
controllermap.c d99911544f Fixed setting text to clipboard in controllermap program. 10 年之前
gcc-fat.sh 3dcb451f85 Added a README file regarding WinRT support 11 年之前
icon.bmp 3dcb451f85 Added a README file regarding WinRT support 11 年之前
loopwave.c f9adb453dd Removed redundant include statements from test programs. 10 年之前
loopwavequeue.c 8a58e12f5f Updated test program for Emscripten. 10 年之前
moose.dat 3dcb451f85 Added a README file regarding WinRT support 11 年之前
picture.xbm 3dcb451f85 Added a README file regarding WinRT support 11 年之前
relative_mode.markdown bd61c276fa Fixed compiling test with older C. 10 年之前
sample.bmp 3dcb451f85 Added a README file regarding WinRT support 11 年之前
sample.wav 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testatomic.c f9adb453dd Removed redundant include statements from test programs. 10 年之前
testaudiohotplug.c e9a7a81f28 Immediately minimize the goofy window in testaudiohotplug. 10 年之前
testaudioinfo.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testautomation.c 73daadb74e switch to use SDL_PRI* macros for long long formatting everywhere. 10 年之前
testautomation_audio.c 743ba2f499 Added missing brackets in test source assert messages. 10 年之前
testautomation_clipboard.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testautomation_events.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testautomation_hints.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testautomation_keyboard.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testautomation_main.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testautomation_mouse.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testautomation_pixels.c 6fef39d6b8 Added NV12 and NV21 texture support for OpenGL and OpenGL ES 2.0 renderers 10 年之前
testautomation_platform.c 73daadb74e switch to use SDL_PRI* macros for long long formatting everywhere. 10 年之前
testautomation_rect.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testautomation_render.c 70438be272 Combo commit including the following mercurial changes 3 月之前
testautomation_rwops.c 73daadb74e switch to use SDL_PRI* macros for long long formatting everywhere. 10 年之前
testautomation_sdltest.c 73daadb74e switch to use SDL_PRI* macros for long long formatting everywhere. 10 年之前
testautomation_stdlib.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testautomation_suites.h 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testautomation_surface.c eab2433f6d Maybe patched to compile on Windows for real now? 10 年之前
testautomation_syswm.c 743ba2f499 Added missing brackets in test source assert messages. 10 年之前
testautomation_timer.c 73daadb74e switch to use SDL_PRI* macros for long long formatting everywhere. 10 年之前
testautomation_video.c 60f50c70a7 Updated a README. 10 年之前
testdraw2.c fe40a17224 Initial merge of Emscripten port! 10 年之前
testdrawchessboard.c fe40a17224 Initial merge of Emscripten port! 10 年之前
testdropfile.c ca11d7c8b5 Changed C++ style comments to fix pedantic warnings. 11 年之前
testerror.c f9adb453dd Removed redundant include statements from test programs. 10 年之前
testfile.c f9adb453dd Removed redundant include statements from test programs. 10 年之前
testfilesystem.c fe40a17224 Initial merge of Emscripten port! 10 年之前
testgamecontroller.c d1932834e2 Fixed test programs for joystick not exiting on events after first disconnect. 10 年之前
testgesture.c 97e876671b Fixed compile errors in example programs. 10 年之前
testgl2.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testgles.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testgles2.c fe40a17224 Initial merge of Emscripten port! 10 年之前
testhaptic.c f9adb453dd Removed redundant include statements from test programs. 10 年之前
testhittesting.c 31de8f8b99 Minor tweaks to testhittesting. 11 年之前
testhotplug.c f9adb453dd Removed redundant include statements from test programs. 10 年之前
testiconv.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testime.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testintersections.c fe40a17224 Initial merge of Emscripten port! 10 年之前
testjoystick.c 162ef5eae9 Cleanups in the joystick code. 10 年之前
testkeys.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testloadso.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testlock.c f9adb453dd Removed redundant include statements from test programs. 10 年之前
testmessage.c f9adb453dd Removed redundant include statements from test programs. 10 年之前
testmultiaudio.c 97e876671b Fixed compile errors in example programs. 10 年之前
testnative.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testnative.h 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testnativecocoa.m 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testnativew32.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testnativex11.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testoverlay2.c fe40a17224 Initial merge of Emscripten port! 10 年之前
testplatform.c 5b7ddd534c Updated name of assert type in test program. 10 年之前
testpower.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testrelative.c c17a5b1177 Fixed bug 2866 - testrelative.c: patch to make the orange box wrap around 10 年之前
testrendercopyex.c fe40a17224 Initial merge of Emscripten port! 10 年之前
testrendertarget.c fe40a17224 Initial merge of Emscripten port! 10 年之前
testresample.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testrumble.c f9adb453dd Removed redundant include statements from test programs. 10 年之前
testscale.c fe40a17224 Initial merge of Emscripten port! 10 年之前
testsem.c f9adb453dd Removed redundant include statements from test programs. 10 年之前
testshader.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testshape.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testsprite2.c fe40a17224 Initial merge of Emscripten port! 10 年之前
testspriteminimal.c fe40a17224 Initial merge of Emscripten port! 10 年之前
teststreaming.c fe40a17224 Initial merge of Emscripten port! 10 年之前
testthread.c f9adb453dd Removed redundant include statements from test programs. 10 年之前
testtimer.c 73daadb74e switch to use SDL_PRI* macros for long long formatting everywhere. 10 年之前
testver.c 3dcb451f85 Added a README file regarding WinRT support 11 年之前
testviewport.c fe40a17224 Initial merge of Emscripten port! 10 年之前
testwm2.c fe40a17224 Initial merge of Emscripten port! 10 年之前
torturethread.c f9adb453dd Removed redundant include statements from test programs. 10 年之前
utf8.txt 3dcb451f85 Added a README file regarding WinRT support 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
loopwavequeue Audio test -- loop playing a WAV file with SDL_QueueAudio
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
controllermap Useful to generate Game Controller API compatible maps