log

age author description
Wed, 13 Jan 2010 16:08:03 +0000 Ryan C. Gordon Handle assert init/quit better.
Wed, 13 Jan 2010 09:48:42 +0000 Sam Lantinga Moved the assertion tests to testplatform
Wed, 13 Jan 2010 09:44:17 +0000 Ryan C. Gordon Handle assertion failures when SDL_Init() isn't called.
Wed, 13 Jan 2010 09:13:37 +0000 Ryan C. Gordon Handle assertion failures during assertion handler.
Wed, 13 Jan 2010 09:10:17 +0000 Ryan C. Gordon Fixed Mac OS X assertion code.
Wed, 13 Jan 2010 08:53:32 +0000 Sam Lantinga Don't forget to install the new header. :)
Wed, 13 Jan 2010 08:52:47 +0000 Sam Lantinga Quiet tests shouldn't prompt during assertions
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