Sam Lantinga
|
7052036491
|
Fixed bug #926
Updated copyright to LGPL version 2.1 and year 2010
|
2010-01-24 21:10:53 +00:00 |
|
Sam Lantinga
|
a4d89ea6c5
|
Fixed compilation on iPhone
|
2010-01-21 16:12:24 +00:00 |
|
Sam Lantinga
|
e0a31b4dbb
|
Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance.
|
2010-01-21 06:21:52 +00:00 |
|
Sam Lantinga
|
cb028e3357
|
Fixed building under Visual Studio
|
2010-01-15 20:05:49 +00:00 |
|
Ryan C. Gordon
|
62b6ab68d0
|
Clean up assertion API for public use.
|
2010-01-13 19:29:33 +00:00 |
|
Ryan C. Gordon
|
f48b26ea6a
|
Whoops, that should be vfprintf(), not fprintf(). :)
|
2010-01-13 16:58:24 +00:00 |
|
Ryan C. Gordon
|
6a3cbf3b30
|
Handle assert init/quit better.
Don't create a mutex unles we need to, only clean it up if we made it.
|
2010-01-13 16:08:03 +00:00 |
|
Ryan C. Gordon
|
9c333b1152
|
Handle assertion failures when SDL_Init() isn't called.
|
2010-01-13 09:44:17 +00:00 |
|
Ryan C. Gordon
|
91168bd712
|
Handle assertion failures during assertion handler.
|
2010-01-13 09:13:37 +00:00 |
|
Sam Lantinga
|
5676823dcf
|
Leave fullscreen mode to pop an assertion dialog
|
2010-01-13 08:44:46 +00:00 |
|
Sam Lantinga
|
efb81e6b8c
|
Assume _exit() is available. It may be, even if unix isn't defined.
If we really have to, we can add a configure check for it.
|
2010-01-13 08:30:34 +00:00 |
|
Sam Lantinga
|
056bd9865b
|
Moved SDL_FUNCTION out so it's always available, and added SDL_FILE and SDL_LINE
|
2010-01-13 08:25:16 +00:00 |
|
Sam Lantinga
|
cbe33ba29a
|
Fixed include ordering
|
2010-01-13 07:33:33 +00:00 |
|
Ryan C. Gordon
|
bb12640ed4
|
Fixed build problems with gcc __attribute__.
|
2010-01-13 07:00:20 +00:00 |
|
Sam Lantinga
|
5f76c6b2d5
|
First pass at Ryan's assertion code, minor tweaks to come.
|
2010-01-13 06:47:17 +00:00 |
|