SDL/test
2006-06-20 04:04:25 +00:00
..
.gdbinit
acinclude.m4 Don't add NONE/bin to the path - inexplicably fixes building on mingw+msys, apparently 2006-05-01 07:23:46 +00:00
autogen.sh Added yet another variant of autoconf to the list 2006-05-15 06:39:10 +00:00
checkkeys.c
configure.in sdl-config doesn't include the OpenGL library in --libs 2006-05-11 04:16:39 +00:00
COPYING
gcc-fat.sh Fat test programs! :) 2006-05-09 16:10:04 +00:00
graywin.c
icon.bmp
loopwave.c Fixed bug #215 2006-05-07 03:40:06 +00:00
Makefile.in Add program to test mouse cursor change 2006-06-14 18:59:30 +00:00
moose.dat
picture.xbm
README
sail.bmp
sample.bmp
sample.wav
testalpha.c Made it easier to test some things on the framebuffer console 2006-05-08 05:30:15 +00:00
testbitmap.c
testblitspeed.c
testcdrom.c Added documentation on how to build a completely useless SDL library. :) 2006-03-08 08:30:17 +00:00
testcursor.c Test case for bug #240 2006-06-20 04:04:25 +00:00
testdyngl.c Fixed building with CodeWarrior on MacOS Classic 2006-05-11 08:09:16 +00:00
testerror.c Fixed bug #215 2006-05-07 03:40:06 +00:00
testfile.c Needed unistd.h for unlink() 2006-05-17 04:11:33 +00:00
testgamma.c
testgl.c Fixed building with CodeWarrior on MacOS Classic 2006-05-11 08:09:16 +00:00
testhread.c Fixed bug #215 2006-05-07 03:40:06 +00:00
testiconv.c The check for UTF-* isn't needed anymore since UTF-8 has the same code range. 2006-03-14 07:45:15 +00:00
testjoystick.c Moved DirectInput joystick code to 1.3 branch 2006-05-21 17:26:40 +00:00
testkeys.c
testlock.c Fixed bug #215 2006-05-07 03:40:06 +00:00
testoverlay.c Fixed warnings in -pedantic mode 2006-02-26 05:02:14 +00:00
testoverlay2.c Fixed bug #189 2006-04-17 05:38:33 +00:00
testpalette.c Fixed building with CodeWarrior on MacOS Classic 2006-05-11 08:09:16 +00:00
testplatform.c Fixes bug #195: 2006-04-13 13:08:26 +00:00
testsem.c Fixed bug #215 2006-05-07 03:40:06 +00:00
testsprite.c Updated MacOS Classic build 2006-03-13 05:36:42 +00:00
testtimer.c Fixed bug #215 2006-05-07 03:40:06 +00:00
testver.c
testvidinfo.c Added current_w and current_h to the SDL_VideoInfo structure, which is set to the desktop resolution during video intialization, and then set to the current resolution when a video mode is set. 2006-03-15 17:46:41 +00:00
testwin.c Patch from Dmitry Yakimov to fix building on WinCE 2006-05-03 04:11:38 +00:00
testwm.c Made it easier to test some things on the framebuffer console 2006-05-08 05:30:15 +00:00
threadwin.c Fixed bug #215 2006-05-07 03:40:06 +00:00
torturethread.c Fixed bug #215 2006-05-07 03:40:06 +00:00
utf8.txt Updated by Ryan Gordon 2006-03-13 16:56:01 +00:00

These are test programs for the SDL library:

	testver		Check the version and dynamic loading and endianness
	testtypes	Check to see if the data types are the correct size
	testhread	Hacked up test of multi-threading
	testlock	Hacked up test of multi-threading and locking
	testerror	Tests multi-threaded error handling
	testsem		Tests SDL's semaphore implementation
	testtimer	Test the timer facilities
	loopwave	Audio test -- loop playing a WAV file
	testcdrom	Sample audio CD control program
	testkeys	List the available keyboard keys
	testvidinfo	Show the pixel format of the display and perfom the benchmark
	checkkeys	Watch the key events to check the keyboard
	testwin		Display a BMP image at various depths
	graywin		Display a gray gradient and center mouse on spacebar
	testsprite	Example of fast sprite movement on the screen
	testbitmap	Test displaying 1-bit bitmaps
	testalpha	Display an alpha faded icon -- paint with mouse
	testwm		Test window manager -- title, icon, events
	threadwin	Test multi-threaded event handling
	testgl		A very simple example of using OpenGL with SDL
	testjoystick	List joysticks and watch joystick events
	testoverlay	Tests the software/hardware overlay functionality.
	testoverlay2	Tests the overlay flickering/scaling during playback.
	testblitspeed	Tests performance of SDL's blitters and converters.