Mercurial > sdl-ios-xcode
log include/SDL_compat.h @ 4468:82f357a91d43
age | author | description |
---|---|---|
Mon, 24 May 2010 22:56:36 -0700 | Sam Lantinga | SDL_KillThread() is no longer supported - it was always dangerous! :) |
Thu, 25 Mar 2010 01:08:26 -0700 | Sam Lantinga | General improvements for user custom event registration |
Tue, 09 Mar 2010 06:07:48 +0000 | Sam Lantinga | Fixed bug #961 |
Sun, 24 Jan 2010 21:10:53 +0000 | Sam Lantinga | Fixed bug #926 |
Thu, 21 Jan 2010 06:21:52 +0000 | Sam Lantinga | Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* for code simplicity and improved performance. |
Wed, 23 Dec 2009 01:55:00 +0000 | Sam Lantinga | Added SDL_RenderClear() as a fast method of clearing the screen to the drawing color. |
Wed, 16 Dec 2009 10:59:51 +0000 | Ryan C. Gordon | Implemented SDL_setenv(), moved SDL_putenv() to compat. |
Mon, 14 Dec 2009 23:29:37 +0000 | Sam Lantinga | The SDL 1.3 tests have been cleaned up not to include any 1.2 compatibility code. |