Mike Gorchak [Wed, 21 Oct 2009 14:51:42 +0000] rev 3408
Support for GL initialization parameters has been added.
Sam Lantinga [Mon, 19 Oct 2009 13:31:58 +0000] rev 3407
Partial fix for bug #859
Header file update from Ken for improved doxygen output
Sam Lantinga [Sun, 18 Oct 2009 23:21:15 +0000] rev 3406
There's a bug with gcc 4.4.1 and -O2 where srcp doesn't get the correct value after the first scanline. Ugh.
Sam Lantinga [Sun, 18 Oct 2009 17:49:40 +0000] rev 3405
Merged improvements to SDL_SoftStretch() from SDL 1.2
Sam Lantinga [Sun, 18 Oct 2009 16:14:35 +0000] rev 3404
Fixed bug #853
Ludwig Nussel 2009-10-18 05:34:18 PDT
src/joystick/linux/SDL_sysjoystick.c has some problems:
- test_bit() might break with strict aliasing
- test_bit() assumes array is Uint32 but its actually "unsigned long"
on 64bit systems sizeof(long) != sizeof(Uint32).
- the keybit array is too small
- the arrays are unitialized so the number of
detected buttons is quite random
Sam Lantinga [Sat, 17 Oct 2009 23:29:52 +0000] rev 3403
Whoops, need " inside quotes
Sam Lantinga [Sat, 17 Oct 2009 21:46:08 +0000] rev 3402
Fixed bug #852
Jesse Anders 2009-10-17 14:17:25 PDT
In VC++, the build script that creates SDL_config.h and SDL_revision.h fails
when the project directory path includes spaces. For example, if the project
directory path is:
c:\Documents and Settings\Jesse\My Documents\Visual Studio 2008\Projects\SDL
1.3\VisualC\SDL\
The following error is generated:
'and' is not recognized as an internal or external command
Placing all paths in quotes fixes this.
Sam Lantinga [Sat, 17 Oct 2009 07:38:14 +0000] rev 3401
iPhone/Xcode for 1.3
Eric Wing to Sam
Here's another patch for Xcode-iPhone for 1.3.
This has been sitting for awhile too, so you may want to test.
Contains mostly small changes, but tries to unify how I do some of the script stages with the Mac version.
Sam Lantinga [Sat, 17 Oct 2009 07:36:45 +0000] rev 3400
iPhone interruption patch / SDL 1.3
Eric Wing to Sam
I've been sitting on this too long. I need to push.
It's untested because of the unrelated crashing bug I've been experiencing.
Also have a fix for SIZEOF_VOIDP in the config for both iPhone and Mac.
Mike Gorchak [Tue, 13 Oct 2009 20:17:11 +0000] rev 3399
Working on fullscreen video modes support