Sat, 02 Jan 2016 10:10:34 -0800 |
Sam Lantinga |
Updated copyright to 2016
|
file |
diff |
annotate
|
Tue, 26 May 2015 06:27:46 -0700 |
Sam Lantinga |
Updated the copyright year to 2015
|
file |
diff |
annotate
|
Sun, 09 Mar 2014 11:36:47 -0700 |
Sam Lantinga |
Integrated David Ludwig's support for Windows RT
|
file |
diff |
annotate
|
Sun, 27 Oct 2013 21:26:46 -0400 |
David Ludwig |
WinRT: merged with SDL 2.0.1 codebase
|
file |
diff |
annotate
|
Mon, 12 Aug 2013 22:29:55 -0400 |
David Ludwig |
WinRT: merged with SDL 2.0.0 codebase (aka. SDL hg rev d6a8fa507a45)
|
file |
diff |
annotate
|
Sat, 23 Feb 2013 20:01:46 -0500 |
David Ludwig |
WinRT: merged with latest, official, SDL 2.x code
|
file |
diff |
annotate
|
Sun, 16 Dec 2012 22:02:01 -0500 |
David Ludwig |
WinRT: merged with the latest official SDL source
|
file |
diff |
annotate
|
Sun, 04 Nov 2012 13:26:53 -0500 |
David Ludwig |
WinRT: build fix for SDL_assert.c
|
file |
diff |
annotate
|
Sun, 04 Nov 2012 09:46:59 -0500 |
DavidLudwig |
Merge with latest, official SDL code
|
file |
diff |
annotate
|
Wed, 17 Oct 2012 21:43:20 -0400 |
David Ludwig |
Got a bare-bones version of SDL compiling for Windows RT. Dummy drivers are used in some places. Very little Windows-specific code (from the Win32 version of SDL) is used.
|
file |
diff |
annotate
|
Tue, 04 Feb 2014 11:38:40 -0500 |
Ryan C. Gordon |
Added SDL_GetAssertionHandler() and SDL_GetDefaultAssertionHandler().
|
file |
diff |
annotate
|
Sun, 02 Feb 2014 00:53:27 -0800 |
Sam Lantinga |
Fixed bug 2374 - Update copyright for 2014...
|
file |
diff |
annotate
|
Sun, 24 Nov 2013 23:56:17 -0500 |
Ryan C. Gordon |
Make internal SDL sources include SDL_internal.h instead of SDL_config.h
|
file |
diff |
annotate
|
Thu, 17 Oct 2013 23:02:29 -0700 |
Sam Lantinga |
Fixed building using MinGW
|
file |
diff |
annotate
|
Wed, 07 Aug 2013 11:00:44 -0700 |
Ryan C. Gordon |
Removed SDL_AssertionsInit(). It's a no-op, let's keep it that way. :)
|
file |
diff |
annotate
|
Fri, 15 Feb 2013 08:47:44 -0800 |
Sam Lantinga |
Happy New Year!
|
file |
diff |
annotate
|
Sun, 16 Dec 2012 14:46:16 -0500 |
Ryan C. Gordon |
SDL_assertion messages use "\n" instead of "\r\n" on non-Windows platforms.
|
file |
diff |
annotate
|
Tue, 30 Oct 2012 19:00:43 -0700 |
Sam Lantinga |
Switched assert system to use new message box functionality
|
file |
diff |
annotate
|
Mon, 09 Apr 2012 23:55:43 -0400 |
Ryan C. Gordon |
SDL_ExitProcess() was ignoring exit code parameter.
|
file |
diff |
annotate
|
Sat, 14 Jan 2012 13:21:19 -0500 |
Sam Lantinga |
Make sure that we use consistent configuration options on platforms like Windows so that command line builds and IDE builds have ABI compatibility.
|
file |
diff |
annotate
|
Sat, 31 Dec 2011 09:28:07 -0500 |
Sam Lantinga |
Happy New Year!
|
file |
diff |
annotate
|
Sun, 06 Nov 2011 17:05:48 -0500 |
Ryan C. Gordon |
Mac OS X: Fixed build when compiling without Cocoa support.
|
file |
diff |
annotate
|
Fri, 03 Jun 2011 16:03:10 -0400 |
Ryan C. Gordon |
Assert code's stdio interface was reading from the wrong variable.
|
file |
diff |
annotate
|
Tue, 19 Apr 2011 14:12:56 -0400 |
Ryan C. Gordon |
Removed assertion list terminator (just do it like a normal linked list).
|
file |
diff |
annotate
|
Fri, 08 Apr 2011 13:03:26 -0700 |
Sam Lantinga |
SDL 1.3 is now under the zlib license.
|
file |
diff |
annotate
|
Fri, 11 Feb 2011 22:37:15 -0800 |
Sam Lantinga |
Happy 2011! :)
|
file |
diff |
annotate
|
Mon, 24 Jan 2011 21:20:30 -0800 |
Sam Lantinga |
Include windows.h in a single point in the source, so we can be consistent about the definition of UNICODE and have core utility functions for Windows that all modules can share.
|
file |
diff |
annotate
|
Mon, 24 Jan 2011 15:46:11 -0800 |
Sam Lantinga |
Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
|
file |
diff |
annotate
|
Thu, 20 Jan 2011 18:42:41 -0800 |
Sam Lantinga |
Fixed bug #929
|
file |
diff |
annotate
|
Sun, 16 Jan 2011 17:47:52 -0800 |
Sam Lantinga |
Fixed compiler warning about symbol redefinition
|
file |
diff |
annotate
|
Sun, 16 Jan 2011 17:45:42 -0800 |
Sam Lantinga |
Include windows.h in SDL_atomic.h by default, but don't include the atomic API in SDL.h
|
file |
diff |
annotate
|
Sat, 26 Jun 2010 08:56:48 -0700 |
Sam Lantinga |
Mostly cleaned up warnings with -Wmissing-prototypes
|
file |
diff |
annotate
|
Sun, 24 Jan 2010 21:10:53 +0000 |
Sam Lantinga |
Fixed bug #926
|
file |
diff |
annotate
|
Thu, 21 Jan 2010 16:12:24 +0000 |
Sam Lantinga |
Fixed compilation on iPhone
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Fri, 15 Jan 2010 20:05:49 +0000 |
Sam Lantinga |
Fixed building under Visual Studio
|
file |
diff |
annotate
|
Wed, 13 Jan 2010 19:29:33 +0000 |
Ryan C. Gordon |
Clean up assertion API for public use.
|
file |
diff |
annotate
|
Wed, 13 Jan 2010 16:58:24 +0000 |
Ryan C. Gordon |
Whoops, that should be vfprintf(), not fprintf(). :)
|
file |
diff |
annotate
|
Wed, 13 Jan 2010 16:08:03 +0000 |
Ryan C. Gordon |
Handle assert init/quit better.
|
file |
diff |
annotate
|
Wed, 13 Jan 2010 09:44:17 +0000 |
Ryan C. Gordon |
Handle assertion failures when SDL_Init() isn't called.
|
file |
diff |
annotate
|
Wed, 13 Jan 2010 09:13:37 +0000 |
Ryan C. Gordon |
Handle assertion failures during assertion handler.
|
file |
diff |
annotate
|
Wed, 13 Jan 2010 08:44:46 +0000 |
Sam Lantinga |
Leave fullscreen mode to pop an assertion dialog
|
file |
diff |
annotate
|
Wed, 13 Jan 2010 08:30:34 +0000 |
Sam Lantinga |
Assume _exit() is available. It may be, even if unix isn't defined.
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Wed, 13 Jan 2010 07:33:33 +0000 |
Sam Lantinga |
Fixed include ordering
|
file |
diff |
annotate
|
Wed, 13 Jan 2010 07:00:20 +0000 |
Ryan C. Gordon |
Fixed build problems with gcc __attribute__.
|
file |
diff |
annotate
|
Wed, 13 Jan 2010 06:47:17 +0000 |
Sam Lantinga |
First pass at Ryan's assertion code, minor tweaks to come.
|
file |
diff |
annotate
|