Fri, 26 Aug 2016 12:18:08 -0700 |
Sam Lantinga |
Added SDL_PrivateJoystickAdded() and SDL_PrivateJoystickRemoved()
|
file |
diff |
annotate
|
Sat, 02 Jan 2016 10:10:34 -0800 |
Sam Lantinga |
Updated copyright to 2016
|
file |
diff |
annotate
|
Sat, 14 Nov 2015 12:35:45 -0500 |
Ryan C. Gordon |
Added SDL_JoystickFromInstanceID() and SDL_GameControllerFromInstanceID().
|
file |
diff |
annotate
|
Wed, 30 Sep 2015 15:39:30 -0700 |
Sam Lantinga |
SDL - added new SDL_JoystickCurrentPowerLevel() API that returns the battery level of the selected joystick. Currently only implemented for XInput devices, other platforms are a TODO.
|
file |
diff |
annotate
|
Sun, 20 Sep 2015 23:08:36 -0300 |
Alex Szpakowski |
Added initial support for MFi game controllers on iOS.
|
file |
diff |
annotate
|
Tue, 26 May 2015 06:27:46 -0700 |
Sam Lantinga |
Updated the copyright year to 2015
|
file |
diff |
annotate
|
Tue, 24 Mar 2015 13:52:01 -0400 |
Ryan C. Gordon |
Cleanups in the joystick code.
|
file |
diff |
annotate
|
Tue, 24 Jun 2014 13:31:25 -0700 |
Sam Lantinga |
Fixed bug 2553 - Add support to all XInput devices
|
file |
diff |
annotate
|
Sat, 21 Jun 2014 21:30:49 -0700 |
Sam Lantinga |
You shouldn't get axis and hat events when your application doesn't have focus (unless you use the SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS hint)
|
file |
diff |
annotate
|
Sat, 14 Jun 2014 23:31:23 -0400 |
Ryan C. Gordon |
Removed SDL_SYS_JoystickNeedsPolling().
|
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
|
Sat, 09 Nov 2013 01:08:21 -0800 |
Sam Lantinga |
Fixed signed/unsigned warning
|
file |
diff |
annotate
|
Mon, 21 Oct 2013 01:16:16 -0700 |
Sam Lantinga |
Fixed some warnings building for 64-bit Windows
|
file |
diff |
annotate
|
Sun, 06 Oct 2013 13:49:23 -0700 |
Sam Lantinga |
Check for NULL joystick in SDL_JoystickGetGUID()
|
file |
diff |
annotate
|
Thu, 05 Sep 2013 15:49:57 -0700 |
Jørgen P. Tjernø |
Fix to buffer overrun in SDL_JoystickGetGUIDString().
|
file |
diff |
annotate
|
Thu, 29 Aug 2013 08:29:21 -0700 |
Sam Lantinga |
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
|
file |
diff |
annotate
|
Wed, 21 Aug 2013 09:43:09 -0300 |
Gabriel Jacobo |
OCD fixes: Adds a space before */
|
file |
diff |
annotate
|
Tue, 20 Aug 2013 19:49:24 -0300 |
Gabriel Jacobo |
Fixes a few non C89 compliant comments
|
file |
diff |
annotate
|
Mon, 22 Jul 2013 22:54:00 +0200 |
Philipp Wiesemann |
Corrected internal documentation in source.
|
file |
diff |
annotate
|
Sat, 13 Jul 2013 03:13:41 -0700 |
Sam Lantinga |
Added a hint to control the Windows timer resolution: SDL_HINT_TIMER_RESOLUTION
|
file |
diff |
annotate
|
Sat, 06 Jul 2013 12:28:57 -0700 |
Sam Lantinga |
Make it possible to use SDL events separately from the video subsystem.
|
file |
diff |
annotate
|
Fri, 28 Jun 2013 23:29:13 -0700 |
Sam Lantinga |
Only check for keyboard focus if the video subsystem was initialized.
|
file |
diff |
annotate
|
Thu, 13 Jun 2013 22:10:10 -0700 |
Sam Lantinga |
Fixed SDL building with the minimal configuration
|
file |
diff |
annotate
|
Fri, 07 Jun 2013 09:39:10 -0700 |
Sam Lantinga |
Slightly more efficient to check the event type first
|
file |
diff |
annotate
|
Thu, 06 Jun 2013 18:20:06 -0700 |
Sam Lantinga |
Fixed crash trying to get the GUID of an invalid joystick index
|
file |
diff |
annotate
|
Wed, 05 Jun 2013 15:11:38 -0700 |
Jørgen P. Tjernø |
Joystick: Only send joy events when focused.
|
file |
diff |
annotate
|
Sat, 18 May 2013 14:17:52 -0700 |
Sam Lantinga |
File style cleanup for the SDL 2.0 release
|
file |
diff |
annotate
|
Mon, 22 Apr 2013 15:24:35 -0700 |
VALVE\alfred |
- make sure to send a joy removed event even if the joystick wasn't opened under OSX
|
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
|
Fri, 14 Dec 2012 09:22:13 -0800 |
Sam Lantinga |
Only check SDL_SYS_JoystickNeedsPolling() if we know we don't need to poll for other reasons. This avoids a select() syscall on Linux if it isn't necessary.
|
file |
diff |
annotate
|
Tue, 11 Dec 2012 18:46:09 -0500 |
Ryan C. Gordon |
Minor sanity checking and tweaks in SDL_JoystickGetGUIDString().
|
file |
diff |
annotate
|
Tue, 11 Dec 2012 11:54:32 -0800 |
Sam Lantinga |
Changes from Alfred:
|
file |
diff |
annotate
|
Tue, 11 Dec 2012 10:49:54 -0800 |
Sam Lantinga |
Don't spam events if the axis values haven't changed
|
file |
diff |
annotate
|
Wed, 28 Nov 2012 11:52:38 -0800 |
Sam Lantinga |
Fixed crashes in new joystick code
|
file |
diff |
annotate
|
Tue, 27 Nov 2012 00:58:12 -0800 |
Sam Lantinga |
Organized joystick hotplug code a bit.
|
file |
diff |
annotate
|
Mon, 26 Nov 2012 21:11:28 -0800 |
Sam Lantinga |
Fixed iOS joystick support for new API
|
file |
diff |
annotate
|
Mon, 26 Nov 2012 16:37:54 -0800 |
Sam Lantinga |
Added hotplug joystick support and simplified game controller API, courtesy of Alfred Reynolds
|
file |
diff |
annotate
|
Sun, 01 Jan 2012 16:58:00 -0500 |
Sam Lantinga |
Fixed bug 1337 - joystick crash due to heap corruption with btnx
|
file |
diff |
annotate
|
Sun, 01 Jan 2012 16:55:06 -0500 |
Sam Lantinga |
Fixed bug 1337 - joystick crash due to heap corruption with btnx
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
|
Tue, 29 Nov 2011 02:28:34 -0500 |
Sam Lantinga |
It works better if you compile it.
|
file |
diff |
annotate
|
Tue, 29 Nov 2011 02:27:34 -0500 |
Sam Lantinga |
Better fix, iterate backwards over the array so we don't care whether the close code shuffles things down.
|
file |
diff |
annotate
|
Tue, 29 Nov 2011 02:15:39 -0500 |
Sam Lantinga |
Closing the joystick removes it from the list.
|
file |
diff |
annotate
|
Tue, 29 Nov 2011 02:12:24 -0500 |
Sam Lantinga |
Invalid assert. It's perfectly legit to initialize the joystick subsystem and get no joysticks.
|
file |
diff |
annotate
|
Thu, 03 Nov 2011 12:42:23 -0400 |
Ryan C. Gordon |
Fixed buffer overflow in joystick cleanup. (valgrind ftw!)
SDL-1.2
|
file |
diff |
annotate
|
Thu, 01 Sep 2011 14:02:12 -0400 |
Ryan C. Gordon |
Patched to compile.
|
file |
diff |
annotate
|
Thu, 01 Sep 2011 04:34:05 -0400 |
Ryan C. Gordon |
Removed unused variable.
|
file |
diff |
annotate
|
Thu, 01 Sep 2011 04:31:58 -0400 |
Ryan C. Gordon |
Removed unused variable.
SDL-1.2
|
file |
diff |
annotate
|
Thu, 01 Sep 2011 04:31:01 -0400 |
Ryan C. Gordon |
Backport from 1.3 branch: clean up opened joysticks in SDL_JoystickQuit().
SDL-1.2
|
file |
diff |
annotate
|
Thu, 01 Sep 2011 04:25:15 -0400 |
Ryan C. Gordon |
Clean up any opened joysticks during SDL_JoystickQuit().
|
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 22:44:08 -0800 |
Sam Lantinga |
Removed completely non-portable event thread hack.
|
file |
diff |
annotate
|
Thu, 25 Mar 2010 01:08:26 -0700 |
Sam Lantinga |
General improvements for user custom event registration
|
file |
diff |
annotate
|
Wed, 06 Jan 2010 06:41:41 +0000 |
Ryan C. Gordon |
Call SDL_OutOfMemory() if SDL_malloc() fails.
SDL-1.2
|
file |
diff |
annotate
|
Sat, 10 Oct 2009 10:01:38 +0000 |
Sam Lantinga |
Debian patch: 218_joystick_memmove.diff
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
|