Ryan C. Gordon [Sun, 11 Jan 2009 04:05:28 +0000] rev 3017
Added testresample.c
Sam Lantinga [Sun, 11 Jan 2009 02:18:18 +0000] rev 3016
Added svn ignore property for SDL_revision.h
Sam Lantinga [Sat, 10 Jan 2009 23:57:12 +0000] rev 3015
Removed extra debug output
Sam Lantinga [Sat, 10 Jan 2009 22:36:30 +0000] rev 3014
Check for functions after including the libraries that they might be in.
Sam Lantinga [Sat, 10 Jan 2009 21:50:26 +0000] rev 3013
Reverted Bob's indent checkin
Sam Lantinga [Sat, 10 Jan 2009 18:32:24 +0000] rev 3012
Fixed Visual C++ release build for Visual C++ 2005
* Some math functions become intrinsic in release mode, so we need to
convert all the math functions into SDL math functions, like we did
with the stdlib functions.
* Constant initializers of 8-bit values become calls to memset() in
release mode, but memset() itself is an intrinsic when explicitly
called. So we'll just explicitly call memset() in those cases.
Bob Pendleton [Fri, 09 Jan 2009 20:43:30 +0000] rev 3011
I ran a global "make indent" it modified the following files.
Bob Pendleton [Fri, 09 Jan 2009 20:41:31 +0000] rev 3010
Modified and totally untested code to load the color tables for DirectColor and PseudoColor windows.
Bob Pendleton [Fri, 09 Jan 2009 20:39:33 +0000] rev 3009
Changed and hopefully fixed support for DirectColor with support for gammaramps.
Ryan C. Gordon [Fri, 09 Jan 2009 15:41:45 +0000] rev 3008
First shot at autogenerated audio resamplers.
Don't check in a new SDL_audiotypecvt.c yet, though.