Wed, 13 Jun 2018 14:45:02 +0300 |
use the 'aborts' pragma of Watcom for SDL_NORETURN functions
|
file | diff | annotate |
Fri, 02 Mar 2018 22:53:25 -0800 |
Progress fixing bug 4100 - errors and warnings after changeset 11917
|
file | diff | annotate |
Fri, 02 Mar 2018 14:10:25 -0500 |
windows: Restore patches for Task Dialogs and TerminateProcess().
|
file | diff | annotate |
Wed, 28 Feb 2018 10:39:41 -0500 |
Back out Task Dialog and TerminateProcess patches for 2.0.8.
|
file | diff | annotate |
Wed, 28 Feb 2018 01:23:49 -0500 |
assert: Use TerminateProcess() on Windows, vs ExitProcess (thanks, Jack!).
|
file | diff | annotate |
Wed, 03 Jan 2018 10:03:25 -0800 |
Updated copyright for 2018
|
file | diff | annotate |
Sun, 15 Oct 2017 21:21:19 -0700 |
Fixed bug 3883 - SDL_assert / SDL_PromptAssertion in TTY mode does not accept options ("abriA")
|
file | diff | annotate |
Sun, 13 Aug 2017 21:06:52 -0700 |
Fixed bug 3744 - missing SDLCALL in several functions
|
file | diff | annotate |
Fri, 19 May 2017 14:51:03 -0400 |
assert: Better Emscripten support.
|
file | diff | annotate |
Fri, 19 May 2017 12:54:17 -0400 |
assert: allow assertions to work on platforms without threads.
|
file | diff | annotate |
Sun, 01 Jan 2017 18:33:28 -0800 |
Updated copyright for 2017
|
file | diff | annotate |
Tue, 15 Nov 2016 01:30:08 -0800 |
Fixed bug 1646 - Warnings from clang with -Weverything
|
file | diff | annotate |
Sat, 02 Jan 2016 10:10:34 -0800 |
Updated copyright to 2016
|
file | diff | annotate |
Tue, 26 May 2015 06:27:46 -0700 |
Updated the copyright year to 2015
|
file | diff | annotate |
Sun, 09 Mar 2014 11:36:47 -0700 |
Integrated David Ludwig's support for Windows RT
|
file | diff | annotate |
Sun, 27 Oct 2013 21:26:46 -0400 |
WinRT: merged with SDL 2.0.1 codebase
|
file | diff | annotate |
Mon, 12 Aug 2013 22:29:55 -0400 |
WinRT: merged with SDL 2.0.0 codebase (aka. SDL hg rev d6a8fa507a45)
|
file | diff | annotate |
Sat, 23 Feb 2013 20:01:46 -0500 |
WinRT: merged with latest, official, SDL 2.x code
|
file | diff | annotate |
Sun, 16 Dec 2012 22:02:01 -0500 |
WinRT: merged with the latest official SDL source
|
file | diff | annotate |
Sun, 04 Nov 2012 13:26:53 -0500 |
WinRT: build fix for SDL_assert.c
|
file | diff | annotate |
Sun, 04 Nov 2012 09:46:59 -0500 |
Merge with latest, official SDL code
|
file | diff | annotate |
Wed, 17 Oct 2012 21:43:20 -0400 |
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 |
Added SDL_GetAssertionHandler() and SDL_GetDefaultAssertionHandler().
|
file | diff | annotate |
Sun, 02 Feb 2014 00:53:27 -0800 |
Fixed bug 2374 - Update copyright for 2014...
|
file | diff | annotate |
Sun, 24 Nov 2013 23:56:17 -0500 |
Make internal SDL sources include SDL_internal.h instead of SDL_config.h
|
file | diff | annotate |
Thu, 17 Oct 2013 23:02:29 -0700 |
Fixed building using MinGW
|
file | diff | annotate |
Wed, 07 Aug 2013 11:00:44 -0700 |
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 |
Happy New Year!
|
file | diff | annotate |
Sun, 16 Dec 2012 14:46:16 -0500 |
SDL_assertion messages use "\n" instead of "\r\n" on non-Windows platforms.
|
file | diff | annotate |
Tue, 30 Oct 2012 19:00:43 -0700 |
Switched assert system to use new message box functionality
|
file | diff | annotate |
Mon, 09 Apr 2012 23:55:43 -0400 |
SDL_ExitProcess() was ignoring exit code parameter.
|
file | diff | annotate |
Sat, 14 Jan 2012 13:21:19 -0500 |
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 |
Happy New Year!
|
file | diff | annotate |
Sun, 06 Nov 2011 17:05:48 -0500 |
Mac OS X: Fixed build when compiling without Cocoa support.
|
file | diff | annotate |
Fri, 03 Jun 2011 16:03:10 -0400 |
Assert code's stdio interface was reading from the wrong variable.
|
file | diff | annotate |
Tue, 19 Apr 2011 14:12:56 -0400 |
Removed assertion list terminator (just do it like a normal linked list).
|
file | diff | annotate |
Fri, 08 Apr 2011 13:03:26 -0700 |
SDL 1.3 is now under the zlib license.
|
file | diff | annotate |
Fri, 11 Feb 2011 22:37:15 -0800 |
Happy 2011! :)
|
file | diff | annotate |
Mon, 24 Jan 2011 21:20:30 -0800 |
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 |
Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
|
file | diff | annotate |
Thu, 20 Jan 2011 18:42:41 -0800 |
Fixed bug #929
|
file | diff | annotate |
Sun, 16 Jan 2011 17:47:52 -0800 |
Fixed compiler warning about symbol redefinition
|
file | diff | annotate |
Sun, 16 Jan 2011 17:45:42 -0800 |
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 |
Mostly cleaned up warnings with -Wmissing-prototypes
|
file | diff | annotate |
Sun, 24 Jan 2010 21:10:53 +0000 |
Fixed bug #926
|
file | diff | annotate |
Thu, 21 Jan 2010 16:12:24 +0000 |
Fixed compilation on iPhone
|
file | diff | annotate |
Thu, 21 Jan 2010 06:21:52 +0000 |
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 |
Fixed building under Visual Studio
|
file | diff | annotate |
Wed, 13 Jan 2010 19:29:33 +0000 |
Clean up assertion API for public use.
|
file | diff | annotate |
Wed, 13 Jan 2010 16:58:24 +0000 |
Whoops, that should be vfprintf(), not fprintf(). :)
|
file | diff | annotate |
Wed, 13 Jan 2010 16:08:03 +0000 |
Handle assert init/quit better.
|
file | diff | annotate |
Wed, 13 Jan 2010 09:44:17 +0000 |
Handle assertion failures when SDL_Init() isn't called.
|
file | diff | annotate |
Wed, 13 Jan 2010 09:13:37 +0000 |
Handle assertion failures during assertion handler.
|
file | diff | annotate |
Wed, 13 Jan 2010 08:44:46 +0000 |
Leave fullscreen mode to pop an assertion dialog
|
file | diff | annotate |
Wed, 13 Jan 2010 08:30:34 +0000 |
Assume _exit() is available. It may be, even if unix isn't defined.
|
file | diff | annotate |
Wed, 13 Jan 2010 08:25:16 +0000 |
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 |
Fixed include ordering
|
file | diff | annotate |
Wed, 13 Jan 2010 07:00:20 +0000 |
Fixed build problems with gcc __attribute__.
|
file | diff | annotate |
Wed, 13 Jan 2010 06:47:17 +0000 |
First pass at Ryan's assertion code, minor tweaks to come.
|
file | diff | annotate |