log

age author description
2010-01-13 Sam Lantinga Quiet tests shouldn't prompt during assertions
2010-01-13 Sam Lantinga Leave fullscreen mode to pop an assertion dialog
2010-01-13 Sam Lantinga Assume _exit() is available. It may be, even if unix isn't defined.
2010-01-13 Sam Lantinga Moved SDL_FUNCTION out so it's always available, and added SDL_FILE and SDL_LINE
2010-01-13 Sam Lantinga Allow configure to override assertion settings, but by default this comes from the build optimization level.
2010-01-13 Sam Lantinga Automatically figure out the appropriate assertion level
2010-01-13 Sam Lantinga Fixed release level assertions
2010-01-13 Sam Lantinga Fixed include ordering
2010-01-13 Sam Lantinga Check for signal.h before using it, don't assume unix is available or required
2010-01-13 Sam Lantinga The config sets the default assertion level so people can override it for their own use in application code.
2010-01-13 Ryan C. Gordon Fixed build problems with gcc __attribute__.
2010-01-13 Sam Lantinga First pass at Ryan's assertion code, minor tweaks to come.
2010-01-13 Ryan C. Gordon Added a few basic things to svn:ignore.
2010-01-13 Sam Lantinga Don't warn about unused variables - there's a ton of them. :)
2010-01-13 Sam Lantinga Fixed compiler warning (missing prototype for SDL_Quit())
2010-01-13 Sam Lantinga Fixed function prototype
2010-01-13 Sam Lantinga Fixed Mac OS X Xcode build
2010-01-13 Sam Lantinga Fixed iPhone build
2010-01-11 Couriersud DirectFB driver compiles again
2010-01-11 Couriersud Fix detection of directfb.h
2010-01-11 Ryan C. Gordon Removed incorrect SDL_GetAudioDeviceName() call from loopwave.c.
2010-01-11 Ryan C. Gordon Since we're not using the CoreAudio HAL now, we don't need to use EnableIO.
2010-01-11 Ryan C. Gordon Patched to compile.
2010-01-10 Ryan C. Gordon Call SDL_Init() before SDL_GetNumAudioDrivers().
2010-01-10 Ryan C. Gordon Merged r4874:4875 from branches/SDL-1.2: testwm keyboard debug output.
2010-01-10 Ryan C. Gordon Merged r3576:3577 from branches/SDL-1.2: X11 Xlibint.h include fixes.
2010-01-10 Sam Lantinga Updated 1.2 revisions that need to be revisited
2010-01-10 Ryan C. Gordon Revert r5463: Alpha blend "correctness" patch.
2010-01-10 Ryan C. Gordon Merged r5194:5195 from branches/SDL-1.2: coldfire cpu arch support.
2010-01-10 Ryan C. Gordon Merge r5179:5180 from branches/SDL-1.2: fatbuild.sh Xcode 3.2 fix.