Sam Lantinga <slouken@libsdl.org> [Sun, 18 Oct 2009 16:23:12 +0000] rev 4354
Use MacOS line endings for Mac resource files
Sam Lantinga <slouken@libsdl.org> [Sun, 18 Oct 2009 16:17:13 +0000] rev 4353
Use MacOS line endings for SDL.x
Sam Lantinga <slouken@libsdl.org> [Sun, 18 Oct 2009 16:14:57 +0000] rev 4352
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 <slouken@libsdl.org> [Sat, 17 Oct 2009 17:35:48 +0000] rev 4351
We no longer have a DirectInput link requirement
Sam Lantinga <slouken@libsdl.org> [Sat, 17 Oct 2009 16:49:23 +0000] rev 4350
Fixed bug #849
This was a silly bug. :)
Sam Lantinga <slouken@libsdl.org> [Sat, 17 Oct 2009 07:05:33 +0000] rev 4349
Don't need the define anymore...
Sam Lantinga <slouken@libsdl.org> [Sat, 17 Oct 2009 07:04:58 +0000] rev 4348
Enable the ALSA debug code via environment variable
Sam Lantinga <slouken@libsdl.org> [Sat, 17 Oct 2009 06:55:17 +0000] rev 4347
Option to fix bug #851
For some people setting the period size works better (and is what SDL 1.2.13 did), but for most people it's the same or worse. You can use an environment variable to pick which one you want.
Sam Lantinga <slouken@libsdl.org> [Sat, 17 Oct 2009 05:05:29 +0000] rev 4346
matthew green
actually, please don't apply this upstream. i need to think about
a better solution..
thanks.
.mrg.
Sam Lantinga <slouken@libsdl.org> [Fri, 16 Oct 2009 07:24:11 +0000] rev 4345
Allow the application to resize the window without destroying the OpenGL context