Mercurial > sdl-ios-xcode
log src/SDL_assert.c @ 3669:46d27a9571fa
age | author | description |
---|---|---|
Wed, 13 Jan 2010 16:58:24 +0000 | Ryan C. Gordon | Whoops, that should be vfprintf(), not fprintf(). :) |
Wed, 13 Jan 2010 16:08:03 +0000 | Ryan C. Gordon | Handle assert init/quit better. |
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 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. |