log test/testsprite.c @ 3391:188fc5ecc58c

age author description
2009-10-04 Sam Lantinga Fixed bug #817
2008-11-27 Sam Lantinga Show the grey background first before starting to blit sprites
2008-11-26 Sam Lantinga Both testsprite and testsprite2 use a grey background
2008-11-25 Sam Lantinga indent
2008-11-25 Sam Lantinga (none)
2006-07-23 Sam Lantinga The Mac OS X Cocoa video driver is under construction...
2006-07-15 Sam Lantinga Streamlined the API a bit and optimized the software renderer.
2006-07-10 Sam Lantinga SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
2006-06-26 Sam Lantinga Started framework for Windows video driver SDL-1.3
2006-05-29 Sam Lantinga more tweaking indent options SDL-1.3
2006-05-28 Sam Lantinga The dummy video driver compiles. :) SDL-1.3
2006-05-28 Sam Lantinga Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API. SDL-1.3
2006-03-13 Sam Lantinga Updated MacOS Classic build
2006-01-02 Ryan C. Gordon Toggle flip debugging in testsprite.c on the command line, not as a hardcoded
2005-09-28 Ryan C. Gordon Removed atexit() from most of the test programs; atexit(SDL_Quit) isn't safe