Sat, 02 Jan 2016 10:10:34 -0800 |
Sam Lantinga |
Updated copyright to 2016
|
file |
diff |
annotate
|
Sat, 13 Jun 2015 13:36:47 -0700 |
Sam Lantinga |
Fixed bug 3011 - pthread/SDL_syssem.c requires _GNU_SOURCE
|
file |
diff |
annotate
|
Tue, 26 May 2015 06:27:46 -0700 |
Sam Lantinga |
Updated the copyright year to 2015
|
file |
diff |
annotate
|
Fri, 28 Nov 2014 04:37:50 -0800 |
Sam Lantinga |
Fixed bug 2411 - Even if built with --enable-clock_gettime, SDL2 still calls gettimeofday()
|
file |
diff |
annotate
|
Thu, 05 Jun 2014 15:29:23 -0700 |
Brandon Schaefer |
Fix warnings, only major one being an SDL_SetError not providing enough arguments.
|
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
|
Sun, 20 Oct 2013 20:42:55 -0700 |
Sam Lantinga |
Added a macro SDL_TICKS_PASSED() to correctly compare two 32-bit tick values.
|
file |
diff |
annotate
|
Fri, 06 Sep 2013 20:45:08 -0700 |
Sam Lantinga |
Fixed time comparison and explicitly delay 1 ms instead of an arbitrary scheduled time.
|
file |
diff |
annotate
|
Thu, 29 Aug 2013 14:03:44 -0300 |
Gabriel Jacobo |
Fixes bug #2074 - Thanks Sylvain!
|
file |
diff |
annotate
|
Sun, 31 Mar 2013 12:48:50 -0400 |
Ryan C. Gordon |
Make SDL_SetError and friends unconditionally return -1.
|
file |
diff |
annotate
|
Fri, 15 Feb 2013 08:47:44 -0800 |
Sam Lantinga |
Happy New Year!
|
file |
diff |
annotate
|
Mon, 20 Feb 2012 23:51:53 -0500 |
Sam Lantinga |
Fixed bug 1426 - SDL_SemWaitTimeout returns -1 and sets error instead of SDL_MUTEX_TIMEDOUT on time out
|
file |
diff |
annotate
|
Mon, 20 Feb 2012 23:51:08 -0500 |
Sam Lantinga |
Fixed bug 1426 - SDL_SemWaitTimeout returns -1 and sets error instead of SDL_MUTEX_TIMEDOUT on time out
SDL-1.2
|
file |
diff |
annotate
|
Sun, 15 Jan 2012 03:34:14 -0500 |
Sam Lantinga |
Check for sem_timedwait(), which isn't available on some systems (including OpenBSD
|
file |
diff |
annotate
|
Sun, 15 Jan 2012 03:13:08 -0500 |
Sam Lantinga |
Check for sem_timedwait(), which isn't available on some systems (including OpenBSD)
SDL-1.2
|
file |
diff |
annotate
|
Sat, 31 Dec 2011 09:28:07 -0500 |
Sam Lantinga |
Happy New Year!
|
file |
diff |
annotate
|
Sat, 31 Dec 2011 09:16:08 -0500 |
Sam Lantinga |
Happy New Year!
SDL-1.2
|
file |
diff |
annotate
|
Thu, 13 Oct 2011 12:29:03 -0400 |
Ryan C. Gordon |
Cleaned up more compiler warnings in the 1.2 branch.
SDL-1.2
|
file |
diff |
annotate
|
Thu, 13 Oct 2011 01:08:30 -0400 |
Ryan C. Gordon |
Fixed a whole slew of compiler warnings that -Wall exposed.
|
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
|
Thu, 27 Jan 2011 00:34:12 -0800 |
Sam Lantinga |
Colin Leroy 2011-01-26 04:24:20 PST
|
file |
diff |
annotate
|
Thu, 27 Jan 2011 00:33:26 -0800 |
Sam Lantinga |
Colin Leroy 2011-01-26 04:24:20 PST
SDL-1.2
|
file |
diff |
annotate
|
Mon, 08 Dec 2008 00:25:42 +0000 |
Sam Lantinga |
Updated copyright date
SDL-1.2
|
file |
diff |
annotate
|
Sun, 24 Jan 2010 21:10:53 +0000 |
Sam Lantinga |
Fixed bug #926
|
file |
diff |
annotate
|
Mon, 08 Dec 2008 00:27:32 +0000 |
Sam Lantinga |
Updated copyright date
|
file |
diff |
annotate
|
Sat, 04 Oct 2008 06:46:59 +0000 |
Sam Lantinga |
Final merge of Google Summer of Code 2008 work...
|
file |
diff |
annotate
|
Tue, 10 Jun 2008 06:45:39 +0000 |
Darren Alton |
First commit. Added header configs for DS as well as a Makefile. Initial work on framebuffer video driver, currently not functioning as desired.
gsoc2008_nds
|
file |
diff |
annotate
|
Fri, 11 Jul 2008 00:35:04 +0000 |
Holmes Futrell |
Just modified the macro so that iPhone will use the Mac OS X code here
gsoc2008_iphone
|
file |
diff |
annotate
|
Mon, 10 Jul 2006 21:04:37 +0000 |
Sam Lantinga |
SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head.
|
file |
diff |
annotate
|
Wed, 17 May 2006 23:42:48 +0000 |
Ryan C. Gordon |
Make sure sem_wait didn't return early with EINTR. Fixes Bugzilla #231.
|
file |
diff |
annotate
|
Mon, 29 May 2006 04:04:35 +0000 |
Sam Lantinga |
more tweaking indent options
SDL-1.3
|
file |
diff |
annotate
|
Sun, 28 May 2006 13:04:16 +0000 |
Sam Lantinga |
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
SDL-1.3
|
file |
diff |
annotate
|
Thu, 13 Apr 2006 14:27:58 +0000 |
Sam Lantinga |
Fixed compile error
|
file |
diff |
annotate
|
Thu, 13 Apr 2006 14:04:13 +0000 |
Sam Lantinga |
Fixed bug #179
|
file |
diff |
annotate
|
Thu, 09 Mar 2006 06:33:21 +0000 |
Sam Lantinga |
Cleaning up warnings on MacOS X
|
file |
diff |
annotate
|
Tue, 21 Feb 2006 08:46:50 +0000 |
Sam Lantinga |
Use consistent identifiers for the various platforms we support.
|
file |
diff |
annotate
|
Thu, 16 Feb 2006 10:11:48 +0000 |
Sam Lantinga |
New configure-based build system. Still work in progress, but much improved
|
file |
diff |
annotate
|