Sam Lantinga [Wed, 16 Feb 2011 14:35:38 -0800] rev 5323
Updated to remove stdio redirect option
Sam Lantinga [Wed, 16 Feb 2011 13:02:37 -0800] rev 5322
Fixed SDL_revision.h dependencies
Sam Lantinga [Wed, 16 Feb 2011 12:52:09 -0800] rev 5321
Source is not executable...
Sam Lantinga [Wed, 16 Feb 2011 12:27:29 -0800] rev 5320
Allow you to override SDL's main override
Sam Lantinga [Wed, 16 Feb 2011 12:15:04 -0800] rev 5319
The scripts to generate header files are no longer necessary.
Sam Lantinga [Wed, 16 Feb 2011 05:00:33 -0800] rev 5318
Updated HG ignore file for Visual C++ files
Sam Lantinga [Wed, 16 Feb 2011 04:51:13 -0800] rev 5317
Fixed bug #1121 (More than one device through SDL_JOYSTICK_DEVICE)
Chusslove Illich 2011-02-13 04:30:28 PST
Currently SDL_JOYSTICK_DEVICE environment variable can be used to add
exactly one topmost device. I think it would be nice if one could also set
several devices (e.g. a stick and a throttle) in this way, as a colon-
separated list. The attached patch implements this
Sam Lantinga [Wed, 16 Feb 2011 04:49:07 -0800] rev 5316
Fixed bug #1121 (More than one device through SDL_JOYSTICK_DEVICE)
Chusslove Illich 2011-02-13 04:30:28 PST
Currently SDL_JOYSTICK_DEVICE environment variable can be used to add
exactly one topmost device. I think it would be nice if one could also set
several devices (e.g. a stick and a throttle) in this way, as a colon-
separated list. The attached patch implements this
Sam Lantinga [Wed, 16 Feb 2011 04:08:28 -0800] rev 5315
Fixed bug #1085 (Jump to NULL function pointer on ALSA_OpenDevice)
Bruno 2010-12-16 02:41:51 PST
Fix segfault in ALSA_OpenDevice()
When alsa is linked to libsdl instead of being loaded on demand at runtime the
alsa macro snd_pcm_hw_params_alloca(ptr); misbehaves.
That macro calls snd_pcm_hw_params_sizeof() in order to determine the amount of
memory to allocate but due to mis-placed define that function is replaced with
ALSA_snd_pcm_hw_params_sizeof by preprocessor (and in case of link to alsa that
function pointer is initialized to itself).
Attached patch fixes the issue.
Sam Lantinga [Wed, 16 Feb 2011 03:59:39 -0800] rev 5314
Fixed bug #1064 (configure still has --enable-stdio-redirect option)