Sun, 17 Aug 2014 13:11:55 -0700 |
Removed SDL_round() because the license wasn't compatible with zlib
|
file | diff | annotate |
Sat, 16 Aug 2014 23:23:15 -0700 |
Added SDL_round(), contributed by Benoit Pierre - thanks!
|
file | diff | annotate |
Tue, 24 Jun 2014 01:32:20 -0700 |
Fixed compiling SDL 1.2 with Xcode 5.1.1
|
file | diff | annotate |
Sat, 07 Jun 2014 18:20:01 -0700 |
Added SDL_sqrtf(), SDL_tan(), SDL_tanf()
|
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:36:15 -0500 |
We don't need to check for snprintf() anymore, we don't use it.
|
file | diff | annotate |
Sun, 24 Nov 2013 23:35:38 -0500 |
Added SDL_vsscanf().
|
file | diff | annotate |
Mon, 09 Dec 2013 15:17:20 -0500 |
Hook up SDL_acos and SDL_asin properly.
|
file | diff | annotate |
Tue, 20 Aug 2013 19:57:11 -0400 |
Added SDL_GetBasePath() and SDL_GetPrefPath() in new filesystem module.
|
file | diff | annotate |
Tue, 23 Jul 2013 17:38:59 -0700 |
Mac: Codify SDK and OS requirements, and clean up.
|
file | diff | annotate |
Sat, 18 May 2013 14:17:52 -0700 |
File style cleanup for the SDL 2.0 release
|
file | diff | annotate |
Fri, 15 Feb 2013 08:47:44 -0800 |
Happy New Year!
|
file | diff | annotate |
Mon, 11 Feb 2013 11:09:55 -0800 |
Fixed building SDL under Xcode
|
file | diff | annotate |
Tue, 11 Dec 2012 12:03:00 -0800 |
Don't build with X11 by default since it's not included with the latest versions of Mac OS X. Cocoa is the preferred path here.
|
file | diff | annotate |
Thu, 09 Aug 2012 15:43:39 -0400 |
Fixed building on Mac OS X with Xcode 4.4 (OS X 10.8 SDK).
|
file | diff | annotate |
Wed, 11 Jul 2012 20:40:02 -0400 |
Patched to compile on Mac OS X with Xcode (Unix configure already worked).
|
file | diff | annotate |
Thu, 21 Jun 2012 10:41:25 -0400 |
Updated Mac OS X and iOS projects
|
file | diff | annotate |
Thu, 31 May 2012 19:23:30 +0300 |
1.Fixed a memory leak inside XInput2 code
|
file | diff | annotate |
Thu, 31 May 2012 13:37:02 +0300 |
1.Moved all xinput2 functionality to its own file
|
file | diff | annotate |
Wed, 30 May 2012 11:45:09 -0400 |
Fixed define for consistency
|
file | diff | annotate |
Wed, 30 May 2012 11:25:35 -0400 |
Initial support for XInput2 by Dimitris Zenios
|
file | diff | annotate |
Sat, 31 Dec 2011 09:28:07 -0500 |
Happy New Year!
|
file | diff | annotate |
Sat, 31 Dec 2011 09:16:08 -0500 |
Happy New Year!
|
file | diff | annotate |
Fri, 08 Apr 2011 13:03:26 -0700 |
SDL 1.3 is now under the zlib license.
|
file | diff | annotate |
Fri, 25 Mar 2011 13:47:49 -0700 |
SDL 1.3 requires a 64-bit type for the platform.
|
file | diff | annotate |
Mon, 28 Feb 2011 09:01:53 -0800 |
Dynamically load the Xinerama and xf86vmode extensions
|
file | diff | annotate |
Tue, 22 Feb 2011 21:44:36 -0800 |
Re-added the 3DNow! and AltiVec instruction support.
|
file | diff | annotate |
Fri, 11 Feb 2011 22:37:15 -0800 |
Happy 2011! :)
|
file | diff | annotate |
Fri, 11 Feb 2011 14:51:04 -0800 |
Updated CPU detection code for SSE3 and SSE4 and removed obsolete 3DNow! and Altivec support.
|
file | diff | annotate |
Mon, 31 Jan 2011 22:21:29 -0800 |
Removed partially functional renderers
|
file | diff | annotate |
Mon, 24 Jan 2011 17:38:18 -0800 |
Fixed bug #1100
|
file | diff | annotate |
Tue, 16 Nov 2010 07:03:26 -0800 |
Fix incorrect shape include and add HAVE_ATAN and HAVE_ATAN2 for OSX builds.
|
file | diff | annotate |
Tue, 13 Jul 2010 02:43:10 -0400 |
Add XShape test to configure scripts.
|
file | diff | annotate |
Mon, 21 Sep 2009 08:58:51 +0000 |
Oh yeah, we have GLX support too.
|
file | diff | annotate |
Mon, 21 Sep 2009 08:39:52 +0000 |
Fixed bug #577
|
file | diff | annotate |
Mon, 21 Sep 2009 07:03:29 +0000 |
The sound manager code is outdated and should only be used on Mac OS 9 now.
|
file | diff | annotate |
Mon, 08 Dec 2008 00:25:42 +0000 |
Updated copyright date
|
file | diff | annotate |
Fri, 29 Feb 2008 13:55:44 +0000 |
* Added configure option --enable-screensaver, to allow enabling the screensaver by default.
|
file | diff | annotate |
Wed, 28 Mar 2007 00:36:35 +0000 |
Fixed Mac OS X config header when compiling with -Wundef.
|
file | diff | annotate |
Tue, 27 Mar 2007 00:37:51 +0000 |
From: Laurence Passmore
|
file | diff | annotate |
Sun, 24 Jan 2010 21:10:53 +0000 |
Fixed bug #926
|
file | diff | annotate |
Wed, 13 Jan 2010 08:06:32 +0000 |
Allow configure to override assertion settings, but by default this comes from the build optimization level.
|
file | diff | annotate |
Wed, 13 Jan 2010 07:25:28 +0000 |
The config sets the default assertion level so people can override it for their own use in application code.
|
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 |
Thu, 17 Dec 2009 03:04:04 +0000 |
Added support for querying the number of CPUs available on Linux. This also happens to work on Mac OS X.
|
file | diff | annotate |
Wed, 16 Dec 2009 10:59:51 +0000 |
Implemented SDL_setenv(), moved SDL_putenv() to compat.
|
file | diff | annotate |
Wed, 16 Dec 2009 06:53:53 +0000 |
Added SDL_GetCPUCount() to see how many cores are available.
|
file | diff | annotate |
Sat, 17 Oct 2009 07:36:45 +0000 |
iPhone interruption patch / SDL 1.3
|
file | diff | annotate |
Mon, 21 Sep 2009 09:02:05 +0000 |
Oh yeah, we have GLX support too.
|
file | diff | annotate |
Mon, 21 Sep 2009 08:40:04 +0000 |
Fixed bug #577
|
file | diff | annotate |
Sat, 05 Sep 2009 09:11:03 +0000 |
CD-ROM support is so passé :)
|
file | diff | annotate |
Sat, 05 Sep 2009 09:03:35 +0000 |
Bye bye SoundManager, you are officially obsolete...
|
file | diff | annotate |
Tue, 09 Jun 2009 17:33:44 +0000 |
First commit for SDL atomic operations.
|
file | diff | annotate |
Sun, 07 Jun 2009 06:06:35 +0000 |
Initial work on power subsystem for SDL 1.3.
|
file | diff | annotate |
Tue, 03 Mar 2009 09:48:00 +0000 |
Mac OS X and iPhoneOS have the full math library
|
file | diff | annotate |
Mon, 08 Dec 2008 00:27:32 +0000 |
Updated copyright date
|
file | diff | annotate |
Mon, 28 Jul 2008 10:26:21 +0000 |
Put haptic defines in SDL_configs, patch by Alam.
|
file | diff | annotate |
Fri, 18 Jul 2008 18:22:41 +0000 |
Added SDL_VIDEO_RENDER_OGL macro back in
|
file | diff | annotate |
Mon, 16 Jul 2007 14:19:47 +0000 |
Fixed bug #460
|
file | diff | annotate |
Tue, 27 Mar 2007 00:39:03 +0000 |
Merge of r2554:2995 from branches/SDL-1.2: AvailabilityMacros.h for Mac OS X.
|
file | diff | annotate |