log

age author description
Sun, 20 Nov 2005 23:59:26 +0000 Ryan C. Gordon SDL_GL_LoadLibrary() was returning 1, and not 0, to signify "success" on the
Sat, 19 Nov 2005 18:57:00 +0000 Ryan C. Gordon Date: Mon, 17 Oct 2005 20:09:03 -0400
Thu, 17 Nov 2005 03:43:42 +0000 Ryan C. Gordon Fixed Altivec support on Mac OS X.
Thu, 17 Nov 2005 03:16:01 +0000 Ryan C. Gordon Enable dynamic X11 on Mac OS X.
Thu, 17 Nov 2005 03:15:05 +0000 Ryan C. Gordon Split up src/SDL_loadso.c into platform directories.
Thu, 17 Nov 2005 03:04:47 +0000 Ryan C. Gordon Don't crash if a NULL is passed for a "%s" parameter to SDL_SetError(),
Thu, 17 Nov 2005 02:35:15 +0000 Ryan C. Gordon Fixed crash when dynamic X11 fails to load system Xlib libraries at runtime.
Tue, 08 Nov 2005 01:34:28 +0000 Ryan C. Gordon Use the right libs in dynamic X11 loading.
Sun, 06 Nov 2005 17:05:12 +0000 Ryan C. Gordon Date: Sun, 06 Nov 2005 18:23:03 +0900
Sat, 05 Nov 2005 19:53:37 +0000 Ryan C. Gordon Dynamically load X11 libraries like we currently do for alsa, esd, etc.
Sat, 05 Nov 2005 17:41:11 +0000 Sam Lantinga Date: Sat, 05 Nov 2005 17:46:48 +0900
Tue, 01 Nov 2005 23:19:59 +0000 Sam Lantinga Date: Tue, 1 Nov 2005 20:25:10 +0100
Tue, 01 Nov 2005 04:18:08 +0000 Ryan C. Gordon Date: Tue, 1 Nov 2005 02:51:09 +0000
Tue, 01 Nov 2005 04:14:24 +0000 Ryan C. Gordon Date: Mon, 31 Oct 2005 14:23:34 +0100
Sun, 30 Oct 2005 05:45:46 +0000 Ryan C. Gordon Prevent division-by-zero in WarpMouse if surface's pitch is zero (a GL surface?).
Thu, 20 Oct 2005 06:55:26 +0000 Ryan C. Gordon Enable altivec blitters on PowerPC Linux, and some fixes for recent
Thu, 20 Oct 2005 06:53:56 +0000 Ryan C. Gordon Placate gcc's strict aliasing rules with an extra cast.
Thu, 13 Oct 2005 09:47:06 +0000 Ryan C. Gordon Closed a memory leak caused when quitting video subsystem on Quartz target.
Tue, 11 Oct 2005 23:57:04 +0000 Ryan C. Gordon Valgrind fix.
Tue, 11 Oct 2005 20:05:54 +0000 Ryan C. Gordon POSIX clock_gettime() isn't available on Linux before 2.6, and the symbol may
Tue, 11 Oct 2005 18:16:12 +0000 Ryan C. Gordon Date: Mon, 10 Oct 2005 13:09:32 +0300
Tue, 11 Oct 2005 17:33:03 +0000 Ryan C. Gordon Date: Tue, 11 Oct 2005 16:58:12 +0300 (EEST)
Mon, 03 Oct 2005 08:38:28 +0000 Ryan C. Gordon Fixed some compiler warnings about "unreachable code" on Watcom C.
Mon, 03 Oct 2005 08:12:32 +0000 Ryan C. Gordon Fixed compiler warnings in Watcom C.
Sun, 02 Oct 2005 00:50:03 +0000 Ryan C. Gordon SDL_CDROMInit() shouldn't be a stub in the dummy driver, since that's
Thu, 29 Sep 2005 09:43:00 +0000 Ryan C. Gordon Updates to PocketPC (WinCE) support, thanks to Dmitry Yakimov at
Wed, 28 Sep 2005 11:36:20 +0000 Ryan C. Gordon Removed atexit() from most of the test programs; atexit(SDL_Quit) isn't safe
Wed, 28 Sep 2005 06:38:22 +0000 Ryan C. Gordon Typo that broke Windows builds.
Wed, 28 Sep 2005 03:34:24 +0000 Ryan C. Gordon Same inline asm bug in S8 mixer, fixed last night, is also in the MSVC version.
Wed, 28 Sep 2005 02:26:29 +0000 Ryan C. Gordon Patched inline assembly to compile on gcc 4.0.1. Details are here: