Ryan C. Gordon aae29c9ebd test: Makefile should copy .dat files for testoverlay2. hace 6 años
..
emscripten fe40a17224 Initial merge of Emscripten port! hace 10 años
nacl 5298830945 Fixed bug 3480 - minor update to NACL common.js hace 8 años
shapes 3dcb451f85 Added a README file regarding WinRT support hace 11 años
CMakeLists.txt 6cf4d0e43b Fixed bug 4092 - CMake support for building everything in the "test" directory hace 7 años
COPYING 3dcb451f85 Added a README file regarding WinRT support hace 11 años
Makefile.in aae29c9ebd test: Makefile should copy .dat files for testoverlay2. hace 6 años
README 60ba8552d8 Backed out changeset e3fcdad257fc - testaudiocapture.c already does what we want hace 8 años
acinclude.m4 3dcb451f85 Added a README file regarding WinRT support hace 11 años
aclocal.m4 3dcb451f85 Added a README file regarding WinRT support hace 11 años
autogen.sh 3dcb451f85 Added a README file regarding WinRT support hace 11 años
axis.bmp 6d7da0887d Split controller axes into positive and negative sides so each can be bound independently. hace 8 años
button.bmp 3dcb451f85 Added a README file regarding WinRT support hace 11 años
checkkeys.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
configure e564da78b7 revert files I didnt mean to commit! hace 7 años
configure.in 071e101837 We use the SDL Vulkan headers hace 7 años
controllermap.bmp 3dcb451f85 Added a README file regarding WinRT support hace 11 años
controllermap.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
gcc-fat.sh 3dcb451f85 Added a README file regarding WinRT support hace 11 años
icon.bmp 3dcb451f85 Added a README file regarding WinRT support hace 11 años
loopwave.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
loopwavequeue.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
moose.dat 3dcb451f85 Added a README file regarding WinRT support hace 11 años
picture.xbm 3dcb451f85 Added a README file regarding WinRT support hace 11 años
relative_mode.markdown bd61c276fa Fixed compiling test with older C. hace 10 años
sample.bmp 3dcb451f85 Added a README file regarding WinRT support hace 11 años
sample.wav 3dcb451f85 Added a README file regarding WinRT support hace 11 años
testatomic.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testaudiocapture.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testaudiohotplug.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testaudioinfo.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testautomation.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testautomation_audio.c ca5c304814 Fixed bug 3744 - missing SDLCALL in several functions hace 7 años
testautomation_clipboard.c 70c8bd2481 Fixed a bunch of compiler warnings in the test code. hace 8 años
testautomation_events.c ca5c304814 Fixed bug 3744 - missing SDLCALL in several functions hace 7 años
testautomation_hints.c 3dcb451f85 Added a README file regarding WinRT support hace 11 años
testautomation_keyboard.c 70c8bd2481 Fixed a bunch of compiler warnings in the test code. hace 8 años
testautomation_main.c b524657118 Fixed three source comments in tests. hace 8 años
testautomation_mouse.c 2da830a909 Fixed bug 3741 - more compatible initializers for arrays hace 7 años
testautomation_pixels.c 6fef39d6b8 Added NV12 and NV21 texture support for OpenGL and OpenGL ES 2.0 renderers hace 10 años
testautomation_platform.c ae667da638 Fixed a bunch of compiler warnings. hace 7 años
testautomation_rect.c 3dcb451f85 Added a README file regarding WinRT support hace 11 años
testautomation_render.c 52760dcdf1 Fix assert format strings/parameters in testautomation modules; improve output of SDL_CompareSurfaces to aid debugging; update platform_testSetErrorInvalidInput for SDL changes hace 10 años
testautomation_rwops.c ae667da638 Fixed a bunch of compiler warnings. hace 7 años
testautomation_sdltest.c 846a9ab95e test: forgot to change a variable. hace 7 años
testautomation_stdlib.c 70c8bd2481 Fixed a bunch of compiler warnings in the test code. hace 8 años
testautomation_suites.h 3dcb451f85 Added a README file regarding WinRT support hace 11 años
testautomation_surface.c eab2433f6d Maybe patched to compile on Windows for real now? hace 10 años
testautomation_syswm.c 5575948b37 Fixed bug 2726 - WinRT touches not setting 'which' field in virtual mouse events hace 10 años
testautomation_timer.c ca5c304814 Fixed bug 3744 - missing SDLCALL in several functions hace 7 años
testautomation_video.c d80f45666b Fixed freeing uninitialized pointers on failure cleanup in tests. hace 9 años
testbounds.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testcustomcursor.c e20d4173bf Added Android custom cursor implementation hace 7 años
testdisplayinfo.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testdraw2.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testdrawchessboard.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testdropfile.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testerror.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testfile.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testfilesystem.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testgamecontroller.c d2042e1ed4 Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and Nintendo Switch Pro controller support across platforms. hace 6 años
testgesture.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testgl2.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testgles.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testgles2.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testhaptic.c f9adb453dd Removed redundant include statements from test programs. hace 10 años
testhittesting.c ca5c304814 Fixed bug 3744 - missing SDLCALL in several functions hace 7 años
testhotplug.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testiconv.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testime.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testintersections.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testjoystick.c d2042e1ed4 Added HIDAPI joystick drivers for more consistent support for Xbox, PS4 and Nintendo Switch Pro controller support across platforms. hace 6 años
testkeys.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testloadso.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testlock.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testmessage.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testmultiaudio.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testnative.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testnative.h e3cc5b2c6b Updated copyright for 2018 hace 7 años
testnativecocoa.m 3dcb451f85 Added a README file regarding WinRT support hace 11 años
testnativew32.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testnativex11.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testoverlay2.c af498591df testoverlay2: use SDL_atoi, not atoi. hace 7 años
testplatform.c 4df859c586 cpuinfo: Added SDL_HasAVX512F(). hace 7 años
testpower.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testqsort.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testrelative.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testrendercopyex.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testrendertarget.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testresample.c ed4fe4c9a0 testresample: correctly output .wav files that have floating point audio. hace 7 años
testrumble.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testscale.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testsem.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testsensor.c 7c3040e08a First pass on the new SDL sensor API hace 6 años
testshader.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testshape.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testsprite2.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testspriteminimal.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
teststreaming.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testthread.c f521b22eb5 Added SDL_THREAD_PRIORITY_TIME_CRITICAL hace 7 años
testtimer.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testver.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testviewport.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testvulkan.c a794126d56 vulkan: SDL_Vulkan_GetInstanceExtensions should accept a NULL window. hace 6 años
testwm2.c e061a92dc9 Some drag'and'drop improvements. hace 6 años
testyuv.bmp a6a4e27ae8 Updated SDL's YUV support, many thanks to Adrien Descamps hace 7 años
testyuv.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testyuv_cvt.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
testyuv_cvt.h e3cc5b2c6b Updated copyright for 2018 hace 7 años
torturethread.c e3cc5b2c6b Updated copyright for 2018 hace 7 años
utf8.txt 3dcb451f85 Added a README file regarding WinRT support hace 11 años

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
testerror Tests multi-threaded error handling
testfile Tests RWops layer
testgl2 A very simple example of using OpenGL with SDL
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.
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
testthread Hacked up test of multi-threading
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



This directory contains sample.wav, which is a sample from Will Provost's
song, The Living Proof:

From the album The Living Proof
Publisher: 5 Guys Named Will
Copyright 1996 Will Provost

You can get a copy of the full song (and album!) from iTunes...

https://itunes.apple.com/us/album/the-living-proof/id4153978

or Amazon...

http://www.amazon.com/The-Living-Proof-Will-Provost/dp/B00004R8RH

Thanks to Will for permitting us to distribute this sample with SDL!