log

age author description
Wed, 13 Jan 2010 08:44:46 +0000 Sam Lantinga Leave fullscreen mode to pop an assertion dialog
Wed, 13 Jan 2010 08:30:34 +0000 Sam Lantinga Assume _exit() is available. It may be, even if unix isn't defined.
Wed, 13 Jan 2010 08:25:16 +0000 Sam Lantinga Moved SDL_FUNCTION out so it's always available, and added SDL_FILE and SDL_LINE
Wed, 13 Jan 2010 08:06:32 +0000 Sam Lantinga Allow configure to override assertion settings, but by default this comes from the build optimization level.
Wed, 13 Jan 2010 07:52:53 +0000 Sam Lantinga Automatically figure out the appropriate assertion level
Wed, 13 Jan 2010 07:36:00 +0000 Sam Lantinga Fixed release level assertions
Wed, 13 Jan 2010 07:33:33 +0000 Sam Lantinga Fixed include ordering
Wed, 13 Jan 2010 07:32:25 +0000 Sam Lantinga Check for signal.h before using it, don't assume unix is available or required
Wed, 13 Jan 2010 07:25:28 +0000 Sam Lantinga The config sets the default assertion level so people can override it for their own use in application code.
Wed, 13 Jan 2010 07:00:20 +0000 Ryan C. Gordon Fixed build problems with gcc __attribute__.
Wed, 13 Jan 2010 06:47:17 +0000 Sam Lantinga First pass at Ryan's assertion code, minor tweaks to come.
Wed, 13 Jan 2010 06:39:44 +0000 Ryan C. Gordon Added a few basic things to svn:ignore.
Wed, 13 Jan 2010 05:25:16 +0000 Sam Lantinga Don't warn about unused variables - there's a ton of them. :)
Wed, 13 Jan 2010 05:24:03 +0000 Sam Lantinga Fixed compiler warning (missing prototype for SDL_Quit())
Wed, 13 Jan 2010 05:21:30 +0000 Sam Lantinga Fixed function prototype
Wed, 13 Jan 2010 05:08:41 +0000 Sam Lantinga Fixed Mac OS X Xcode build
Wed, 13 Jan 2010 04:58:31 +0000 Sam Lantinga Fixed iPhone build
Mon, 11 Jan 2010 21:49:09 +0000 Couriersud DirectFB driver compiles again
Mon, 11 Jan 2010 21:46:59 +0000 Couriersud Fix detection of directfb.h
Mon, 11 Jan 2010 07:58:55 +0000 Ryan C. Gordon Removed incorrect SDL_GetAudioDeviceName() call from loopwave.c.
Mon, 11 Jan 2010 07:45:34 +0000 Ryan C. Gordon Since we're not using the CoreAudio HAL now, we don't need to use EnableIO.
Mon, 11 Jan 2010 07:33:56 +0000 Ryan C. Gordon Patched to compile.
Sun, 10 Jan 2010 19:09:57 +0000 Ryan C. Gordon Call SDL_Init() before SDL_GetNumAudioDrivers().
Sun, 10 Jan 2010 18:25:04 +0000 Ryan C. Gordon Merged r4874:4875 from branches/SDL-1.2: testwm keyboard debug output.
Sun, 10 Jan 2010 18:19:35 +0000 Ryan C. Gordon Merged r3576:3577 from branches/SDL-1.2: X11 Xlibint.h include fixes.
Sun, 10 Jan 2010 09:16:46 +0000 Sam Lantinga Updated 1.2 revisions that need to be revisited
Sun, 10 Jan 2010 08:59:25 +0000 Ryan C. Gordon Revert r5463: Alpha blend "correctness" patch.
Sun, 10 Jan 2010 08:21:19 +0000 Ryan C. Gordon Merged r5194:5195 from branches/SDL-1.2: coldfire cpu arch support.
Sun, 10 Jan 2010 08:15:25 +0000 Ryan C. Gordon Merge r5179:5180 from branches/SDL-1.2: fatbuild.sh Xcode 3.2 fix.
Sun, 10 Jan 2010 07:48:14 +0000 Ryan C. Gordon Merged r5070:5071 from branches/SDL-1.2: forcibly disable buggy MMX mixers.