Sat, 29 Dec 2007 06:06:03 +0000 |
Sam Lantinga |
Improved detection of mprotect()
SDL-1.2
|
Sat, 29 Dec 2007 05:18:33 +0000 |
Sam Lantinga |
Made the mprotect() fix for SDL_SoftStretch() more general for hardened linux, etc.
SDL-1.2
|
Fri, 20 Jul 2007 08:17:45 +0000 |
Sam Lantinga |
I'm not sure if this helps anything, but it was clearly wrong.
SDL-1.2 release-1.2.12
|
Wed, 18 Jul 2007 04:04:24 +0000 |
Sam Lantinga |
Better windres detection
SDL-1.2
|
Mon, 16 Jul 2007 03:27:26 +0000 |
Sam Lantinga |
Added support for building version.rc in Windows build.
SDL-1.2
|
Fri, 13 Jul 2007 03:57:40 +0000 |
Sam Lantinga |
Update default cross-compile install prefix for the latest mingw toolchain
SDL-1.2
|
Tue, 10 Jul 2007 15:39:14 +0000 |
Sam Lantinga |
Sort of fixed NAS detection on NetBSD - requires that /usr/pkg be in your include/linker/library path
SDL-1.2
|
Tue, 10 Jul 2007 14:16:44 +0000 |
Sam Lantinga |
Backported the NAS detection from SDL 1.3, replacing the broken NetBSD patch
SDL-1.2
|
Tue, 10 Jul 2007 04:41:50 +0000 |
Sam Lantinga |
Added patch-aj from NetBSD pkgsrc:
SDL-1.2
|
Mon, 02 Jul 2007 02:45:52 +0000 |
Sam Lantinga |
Fixed assembly relocation problems, so we can check for NASM on Mac OS X.
SDL-1.2
|
Sat, 16 Jun 2007 05:51:51 +0000 |
Ryan C. Gordon |
Fixed assembler command line for older yasm releases and documented nasm
SDL-1.2
|
Fri, 15 Jun 2007 12:26:29 +0000 |
Ryan C. Gordon |
Make sure to check for glu.h before enabling glX support. We don't
SDL-1.2
|
Mon, 04 Jun 2007 11:06:48 +0000 |
Ryan C. Gordon |
Check if yasm supports a nasm-specific syntax we use (it doesn't in 0.5.0,
SDL-1.2
|
Sun, 13 May 2007 23:12:46 +0000 |
Ryan C. Gordon |
Committed PulseAudio driver. Thanks, Stephan!
SDL-1.2
|
Wed, 04 Apr 2007 10:34:42 +0000 |
Ryan C. Gordon |
There are several subsystems that need IOKit linked in on Mac OS X, so handle
SDL-1.2
|
Wed, 04 Apr 2007 10:30:07 +0000 |
Ryan C. Gordon |
Crap, put this patch in the wrong place.
SDL-1.2
|
Wed, 04 Apr 2007 10:28:14 +0000 |
Ryan C. Gordon |
Don't compile the joystick code if --disable-joystick is specified at
SDL-1.2
|
Thu, 15 Feb 2007 23:50:45 +0000 |
Ryan C. Gordon |
Patched fbcon to compile on newer Linux kernels that don't #define PAGE_SIZE,
SDL-1.2
|
Fri, 01 Dec 2006 20:26:06 +0000 |
Ryan C. Gordon |
Merge r2921:2922 from SDL trunk to 1.2 branch: mingw alloca.h workaround.
SDL-1.2
|
Fri, 03 Nov 2006 21:52:54 +0000 |
Ryan C. Gordon |
Merged r2896:2897 from trunk (use dummy joystick if subsystem enabled and
SDL-1.2
|
Sun, 24 Sep 2006 00:43:36 +0000 |
Sam Lantinga |
Fixed bug #321
SDL-1.2
|
Sun, 24 Sep 2006 00:10:59 +0000 |
Sam Lantinga |
Bumped the version in subversion to 1.2.12
SDL-1.2
|
Sun, 08 Oct 2006 01:39:01 +0000 |
Ryan C. Gordon |
BeOS audio now works in 1.3 branch.
SDL-ryan-multiple-audio-device
|
Sun, 08 Oct 2006 00:01:16 +0000 |
Ryan C. Gordon |
Still more PAudio renames...
SDL-ryan-multiple-audio-device
|
Sat, 07 Oct 2006 07:25:30 +0000 |
Ryan C. Gordon |
Dynamic loading for NAS audio driver.
SDL-ryan-multiple-audio-device
|
Sat, 07 Oct 2006 06:18:15 +0000 |
Ryan C. Gordon |
Look for NAS libraries in normal paths (where Ubuntu installs them).
SDL-ryan-multiple-audio-device
|
Tue, 03 Oct 2006 05:58:44 +0000 |
Ryan C. Gordon |
Ton of work on CoreAudio driver for new 1.3 features...most of the
SDL-ryan-multiple-audio-device
|
Wed, 02 Jul 2008 20:29:29 +0000 |
Szymon Wilczek |
Proximity events and evil-temporary makefile repair
gsoc2008_manymouse
|
Fri, 06 Jun 2008 15:23:29 +0000 |
Szymon Wilczek |
http://wilku.ravenlord.ws/doku.php?id=documentation for information how things work. Currently implemented: detecting many pointing devices and pressure detection. Still a bug. Each program has to be comipled with a flag -lXi
gsoc2008_manymouse
|
Sun, 24 Jan 2010 20:47:20 +0000 |
Sam Lantinga |
Fixed bug #935
|
Mon, 18 Jan 2010 14:58:58 +0000 |
Sam Lantinga |
Removed obsolete checks for ipod Linux
|
Mon, 18 Jan 2010 14:27:30 +0000 |
Sam Lantinga |
Fixed bug #930
|
Wed, 13 Jan 2010 08:06:32 +0000 |
Sam Lantinga |
Allow configure to override assertion settings, but by default this comes from the build optimization level.
|
Wed, 13 Jan 2010 07:25:28 +0000 |
Sam Lantinga |
The config sets the default assertion level so people can override it for their own use in application code.
|
Wed, 13 Jan 2010 06:47:17 +0000 |
Sam Lantinga |
First pass at Ryan's assertion code, minor tweaks to come.
|
Mon, 11 Jan 2010 21:46:59 +0000 |
Couriersud |
Fix detection of directfb.h
|
Sun, 10 Jan 2010 05:06:03 +0000 |
Ryan C. Gordon |
Reverted r5460 ... this was merged from 1.2, but was later reverted there.
|
Sun, 10 Jan 2010 04:42:45 +0000 |
Ryan C. Gordon |
Merged r4784:4785 from branches/SDL-1.2: Mac OS X linker command line fixes.
|
Thu, 07 Jan 2010 04:39:44 +0000 |
Sam Lantinga |
Made the comment more readable
|
Wed, 06 Jan 2010 21:04:11 +0000 |
Ryan C. Gordon |
Removed comment referring to previously-removed CD-ROM subsystem.
|
Wed, 06 Jan 2010 07:39:09 +0000 |
Sam Lantinga |
Removed the obsolete SDL 1.2 GAPI driver
|
Wed, 30 Dec 2009 19:38:08 +0000 |
Sam Lantinga |
Fixed bug #915
|
Thu, 17 Dec 2009 03:04:04 +0000 |
Sam Lantinga |
Added support for querying the number of CPUs available on Linux. This also happens to work on Mac OS X.
|
Wed, 16 Dec 2009 10:59:51 +0000 |
Ryan C. Gordon |
Implemented SDL_setenv(), moved SDL_putenv() to compat.
|
Wed, 16 Dec 2009 06:53:53 +0000 |
Sam Lantinga |
Added SDL_GetCPUCount() to see how many cores are available.
|
Mon, 09 Nov 2009 04:13:51 +0000 |
Sam Lantinga |
Fixed bug #878
|
Wed, 28 Oct 2009 04:27:50 +0000 |
Sam Lantinga |
Adam Strzelecki to SDL
|
Sun, 18 Oct 2009 17:49:40 +0000 |
Sam Lantinga |
Merged improvements to SDL_SoftStretch() from SDL 1.2
|
Tue, 13 Oct 2009 07:02:19 +0000 |
Sam Lantinga |
We don't need dlvsym() for ALSA anymore, yay!
|
Tue, 13 Oct 2009 06:49:29 +0000 |
Sam Lantinga |
Only show the dynamic audio libraries if we'll be dynamically loading them
|
Tue, 13 Oct 2009 06:40:08 +0000 |
Sam Lantinga |
Simplify and improve dynamic library detection, taken from SDL_image
|
Tue, 13 Oct 2009 06:33:46 +0000 |
Sam Lantinga |
Debian patch: 050_altivec_detection.diff
|
Tue, 13 Oct 2009 05:30:29 +0000 |
Sam Lantinga |
Missed converting PULSE to PULSEAUDIO
|
Sun, 11 Oct 2009 10:38:38 +0000 |
Sam Lantinga |
A better solution to making the default build optimization -O3
|
Sat, 10 Oct 2009 15:22:16 +0000 |
Mike Gorchak |
Added phrender library linkage for QNX target.
|
Sat, 10 Oct 2009 09:58:24 +0000 |
Sam Lantinga |
Fixed bug #833
|
Sat, 10 Oct 2009 05:27:59 +0000 |
Sam Lantinga |
Use test instead of [ because that's an m4 quote character
|
Thu, 08 Oct 2009 09:07:58 +0000 |
Sam Lantinga |
Fixed bug #828
|
Wed, 07 Oct 2009 06:11:53 +0000 |
Sam Lantinga |
SuSE 11.1 installs directfb-config without directfb-devel, so check to
|
Sun, 04 Oct 2009 03:38:01 +0000 |
Sam Lantinga |
Use gcc's built-in dependency generation, thanks to Adam Strzelecki
|
Fri, 02 Oct 2009 13:50:36 +0000 |
Sam Lantinga |
You should check for the C compiler before you set CFLAGS. :)
|
Fri, 25 Sep 2009 19:20:25 +0000 |
Bob Pendleton |
Changed to include SDL_atomic.c in the windows version of SDL 1.3
|
Wed, 23 Sep 2009 07:10:45 +0000 |
Sam Lantinga |
Fixed bug #732
|
Tue, 22 Sep 2009 02:20:56 +0000 |
Sam Lantinga |
Whoops, this breaks building on Mac OS X 10.4
|
Mon, 21 Sep 2009 10:23:19 +0000 |
Sam Lantinga |
Fixed bug #674
|
Mon, 21 Sep 2009 09:21:00 +0000 |
Sam Lantinga |
Fixed bug #615
|
Mon, 21 Sep 2009 08:31:02 +0000 |
Sam Lantinga |
Fixed bug #591
|
Sun, 20 Sep 2009 04:15:19 +0000 |
Sam Lantinga |
Removed outdated Atari support
|
Sat, 19 Sep 2009 07:30:29 +0000 |
Sam Lantinga |
Removed outdated VGL support
|
Sat, 19 Sep 2009 07:28:59 +0000 |
Sam Lantinga |
Removed outdated wscons support
|
Sat, 19 Sep 2009 07:26:51 +0000 |
Sam Lantinga |
Removed outdated Nano-X support
|
Sat, 19 Sep 2009 06:45:36 +0000 |
Sam Lantinga |
NASM is no longer used in SDL 1.3
|
Sat, 19 Sep 2009 06:24:07 +0000 |
Sam Lantinga |
Removed outdated iPodLinux support
|
Mon, 07 Sep 2009 04:51:29 +0000 |
Sam Lantinga |
Merged Martin's code changes from Google Summer of Code 2009
|
Sat, 05 Sep 2009 09:11:03 +0000 |
Sam Lantinga |
CD-ROM support is so passé :)
|
Sat, 05 Sep 2009 09:03:35 +0000 |
Sam Lantinga |
Bye bye SoundManager, you are officially obsolete...
|
Sun, 19 Jul 2009 08:04:59 +0000 |
Mike Gorchak |
Support for native and emulated atomic operations has been added.
|
Mon, 06 Jul 2009 21:56:38 +0000 |
Bob Pendleton |
Applied patch from bug id=762 provided by Pierre Phaneuf
|
Wed, 24 Jun 2009 20:04:08 +0000 |
Bob Pendleton |
This check in updates SDL_atomic.h to reflect the new set of atomic operations in 32 and 64 bit form.
|
Tue, 09 Jun 2009 17:33:44 +0000 |
Bob Pendleton |
First commit for SDL atomic operations.
|
Sun, 07 Jun 2009 22:44:59 +0000 |
Ryan C. Gordon |
BeOS support for power subsystem.
|
Sun, 07 Jun 2009 06:06:35 +0000 |
Ryan C. Gordon |
Initial work on power subsystem for SDL 1.3.
|
Sun, 07 Jun 2009 02:44:46 +0000 |
Sam Lantinga |
Hi,
|
Sat, 07 Nov 2009 11:35:19 +0000 |
Martin Lowinski |
created env (fbcon-1.3) and added basic files
gsoc2009_ps3
|
Tue, 11 Aug 2009 14:37:19 +0000 |
Martin Lowinski |
Checking for spu-progs and libs.
gsoc2009_ps3
|
Mon, 10 Aug 2009 18:05:33 +0000 |
Martin Lowinski |
Added Makefile rule for spu programs. Added Readme.
gsoc2009_ps3
|
Sun, 21 Jun 2009 03:55:21 +0000 |
Martin Lowinski |
configure.in changes missing in last commit.
gsoc2009_ps3
|
Wed, 10 Jun 2009 09:15:33 +0000 |
Martin Lowinski |
Moved SPE-functions to SDL_ps3spe.c.
gsoc2009_ps3
|
Fri, 29 May 2009 09:50:21 +0000 |
Martin Lowinski |
Added ps3 video driver based on the dummy driver.
gsoc2009_ps3
|
Tue, 28 Apr 2009 04:46:05 +0000 |
Mike Gorchak |
Added hiddi library linkage when GF target is available for QNX
|
Fri, 03 Apr 2009 13:35:05 +0000 |
Sam Lantinga |
Fixed undefined references to joystick code
|
Tue, 24 Mar 2009 10:33:12 +0000 |
Sam Lantinga |
Date: Mon, 23 Mar 2009 09:17:24 +0200
|
Mon, 23 Mar 2009 05:35:21 +0000 |
Sam Lantinga |
Date: Thu, 05 Feb 2009 18:07:35 +0100
|
Wed, 04 Mar 2009 15:10:47 +0000 |
Sam Lantinga |
Date: Wed, 4 Mar 2009 15:38:22 +0200
|
Wed, 04 Mar 2009 08:57:30 +0000 |
Sam Lantinga |
Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNX
|
Tue, 03 Mar 2009 04:21:51 +0000 |
Sam Lantinga |
Date: Mon, 2 Mar 2009 16:27:42 +0200
|
Fri, 27 Feb 2009 09:51:55 +0000 |
Sam Lantinga |
Removed unicows dependency, at least for now...
|
Mon, 19 Jan 2009 15:58:57 +0000 |
Sam Lantinga |
More Mac OS X 10.3.9 fixes
|
Mon, 12 Jan 2009 08:46:28 +0000 |
Sam Lantinga |
Fixed Visual C++ build
|
Mon, 12 Jan 2009 06:19:05 +0000 |
Sam Lantinga |
Added an API to enable/disable the screen saver.
|
Sat, 10 Jan 2009 22:36:30 +0000 |
Sam Lantinga |
Check for functions after including the libraries that they might be in.
|
Sat, 10 Jan 2009 18:32:24 +0000 |
Sam Lantinga |
Fixed Visual C++ release build for Visual C++ 2005
|
Fri, 09 Jan 2009 13:58:28 +0000 |
Sam Lantinga |
Date: Fri, 9 Jan 2009 19:18:23 +0600
|
Sun, 04 Jan 2009 23:43:33 +0000 |
Sam Lantinga |
Date: Sun, 04 Jan 2009 20:53:30 +0100
|
Thu, 01 Jan 2009 21:34:22 +0000 |
Sam Lantinga |
Date: Thu, 01 Jan 2009 21:32:12 +0100
|
Sun, 07 Dec 2008 23:57:42 +0000 |
Sam Lantinga |
Don't need multi-threaded X11 for SDL 1.3
|
Sun, 07 Dec 2008 23:25:39 +0000 |
Sam Lantinga |
Default SSE2 off on iX86, since gcc will use it for floating point operations
|
Mon, 01 Dec 2008 23:09:09 +0000 |
Sam Lantinga |
Make sure that we don't generate floating point code that would cause illegal instruction exceptions on older processors, unless someone passes --enable-ssemath to configure.
|
Sun, 30 Nov 2008 21:58:23 +0000 |
Sam Lantinga |
Implemented the X11 (non-OpenGL) renderer, no alpha or scaling available.
|
Thu, 27 Nov 2008 05:29:12 +0000 |
Sam Lantinga |
RemDisabled some video drivers which are not converted to 1.3 yet
|
Wed, 29 Oct 2008 05:56:23 +0000 |
Sam Lantinga |
We'd never port SDL to Minix... would we? :)
|
Wed, 17 Sep 2008 08:20:57 +0000 |
Ryan C. Gordon |
Some cleanups on the new XInput code.
|
Mon, 25 Aug 2008 17:34:58 +0000 |
Edgar Simo |
Merge of force feedback branch r4039.
|
Mon, 25 Aug 2008 10:04:06 +0000 |
Sam Lantinga |
Merged last minute fixes from force feedback branch (r4031, r4033, r4034)
|
Mon, 25 Aug 2008 09:55:03 +0000 |
Sam Lantinga |
Final merge of Google Summer of Code 2008 work...
|
Mon, 25 Aug 2008 06:33:00 +0000 |
Sam Lantinga |
Final merge of Google Summer of Code 2008 work...
|
Mon, 25 Aug 2008 17:30:39 +0000 |
Edgar Simo |
Fix for mingw compilation of haptic subsystem by Alam.
gsoc2008_force_feedback
|
Mon, 25 Aug 2008 09:51:02 +0000 |
Edgar Simo |
* Fixed autotools never properly detecting directinput.
gsoc2008_force_feedback
|
Tue, 12 Aug 2008 20:46:39 +0000 |
Edgar Simo |
Made LINUXEV required for haptic.
gsoc2008_force_feedback
|
Thu, 31 Jul 2008 11:10:52 +0000 |
Edgar Simo |
Configure should try to use haptic on windows with directinput.
gsoc2008_force_feedback
|