Tue, 26 May 2015 12:47:03 -0400 |
Darwin haptic: Fixed a static analysis warning if axes==0.
|
file | diff | annotate |
Tue, 26 May 2015 06:27:46 -0700 |
Updated the copyright year to 2015
|
file | diff | annotate |
Sat, 11 Apr 2015 20:41:49 +0200 |
Mac: Fixed typo in two error messages.
|
file | diff | annotate |
Thu, 04 Dec 2014 21:41:30 +0100 |
Replaced free() with SDL_free() because related allocation also uses wrapper.
|
file | diff | annotate |
Wed, 17 Sep 2014 14:49:36 -0400 |
Haptic: Deal with negative periodic magnitudes (thanks, Elias!).
|
file | diff | annotate |
Sat, 16 Aug 2014 16:47:42 -0400 |
Haptic: Fix the saturation and deadband parameters' available range.
|
file | diff | annotate |
Mon, 07 Jul 2014 12:48:25 -0700 |
Fixed bug 2631 - Mac: minor code cleanup
|
file | diff | annotate |
Wed, 25 Jun 2014 01:43:58 -0700 |
Fixed compiler warning - HRESULT is set to FFERR_* values, but is an int
|
file | diff | annotate |
Sat, 05 Apr 2014 23:50:09 +0200 |
Removed empty statements.
|
file | diff | annotate |
Tue, 25 Feb 2014 17:25:49 -0800 |
Mac: Fix error message for haptic subsystem.
|
file | diff | annotate |
Mon, 24 Feb 2014 10:25:02 -0300 |
Zero out haptic linked list items on creation
|
file | diff | annotate |
Fri, 07 Feb 2014 09:35:13 -0500 |
ignore hot plugs in mac haptic layer IF hap tics hasn't been initialized.
|
file | diff | annotate |
Thu, 06 Feb 2014 09:35:44 -0500 |
Fix device counting in HapticMouse and JoystickOpen routines. 0 is the first item in the list not the last
|
file | diff | annotate |
Thu, 06 Feb 2014 09:11:05 -0500 |
fix indentation and spaces
|
file | diff | annotate |
Wed, 05 Feb 2014 20:07:25 -0500 |
Fixed memory leak.
|
file | diff | annotate |
Wed, 05 Feb 2014 18:36:40 -0500 |
Make SDL_SYS_HapticMouse() count device indexes like HapticByDevIndex().
|
file | diff | annotate |
Wed, 05 Feb 2014 01:02:09 -0500 |
Cleanup some vi footer comments, rename new PRIVATE_* funcs to MacHaptic_*.
|
file | diff | annotate |
Tue, 04 Feb 2014 18:17:16 -0500 |
Implement new backend methods for haptic and hot plugging on OS X
|
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, 29 Aug 2013 08:29:21 -0700 |
Christoph Mallon: Remove pointless if (x) before SDL_free(x)
|
file | diff | annotate |
Wed, 28 Aug 2013 17:12:07 -0400 |
Fixed comment typo.
|
file | diff | annotate |
Wed, 21 Aug 2013 09:47:10 -0300 |
OCD fixes: Adds a space after /* (glory to regular expressions!)
|
file | diff | annotate |
Wed, 21 Aug 2013 09:43:09 -0300 |
OCD fixes: Adds a space before */
|
file | diff | annotate |
Sat, 10 Aug 2013 13:38:09 -0400 |
Replaced SDL_HAPTIC_SQUARE with SDL_HAPTIC_LEFTRIGHT.
|
file | diff | annotate |
Sat, 18 May 2013 14:17:52 -0700 |
File style cleanup for the SDL 2.0 release
|
file | diff | annotate |
Wed, 01 May 2013 11:42:29 +0200 |
Corrected spelling in C source files.
|
file | diff | annotate |
Sun, 31 Mar 2013 12:48:50 -0400 |
Make SDL_SetError and friends unconditionally return -1.
|
file | diff | annotate |
Fri, 15 Feb 2013 08:47:44 -0800 |
Happy New Year!
|
file | diff | annotate |
Mon, 11 Feb 2013 21:47:13 -0800 |
tree 5b46fd5b8c94
|
file | diff | annotate |
Sat, 31 Dec 2011 13:28:07 -0500 |
Check return value, not unsigned "supported" flags
|
file | diff | annotate |
Sat, 31 Dec 2011 09:28:07 -0500 |
Happy New Year!
|
file | diff | annotate |
Mon, 22 Aug 2011 13:41:35 -0400 |
Fixed compiler warning on 64-bit builds.
|
file | diff | annotate |
Fri, 08 Apr 2011 13:03:26 -0700 |
SDL 1.3 is now under the zlib license.
|
file | diff | annotate |
Sun, 20 Feb 2011 09:28:13 -0800 |
Untested fix for bug 946 (SDL_HapticIndex returns 0 for all devices)
|
file | diff | annotate |
Mon, 19 Jan 2009 15:15:03 +0000 |
Fixed compilation on Mac OS X 10.3.9
|
file | diff | annotate |
Sat, 10 Jan 2009 21:50:26 +0000 |
Reverted Bob's indent checkin
|
file | diff | annotate |
Fri, 09 Jan 2009 20:43:30 +0000 |
I ran a global "make indent" it modified the following files.
|
file | diff | annotate |
Tue, 26 Aug 2008 11:17:16 +0000 |
Missing an include.
|
file | diff | annotate |
Mon, 25 Aug 2008 09:55:03 +0000 |
Final merge of Google Summer of Code 2008 work...
|
file | diff | annotate |
Sun, 24 Aug 2008 17:32:50 +0000 |
Added SDL_HapticStopAll.
|
file | diff | annotate |
Sun, 24 Aug 2008 17:17:45 +0000 |
Added support for pausing/unpausing haptic devices.
|
file | diff | annotate |
Mon, 11 Aug 2008 15:29:28 +0000 |
Simplified some error messages.
|
file | diff | annotate |
Mon, 11 Aug 2008 11:40:44 +0000 |
More comments.
|
file | diff | annotate |
Sun, 10 Aug 2008 19:53:58 +0000 |
Casting for warnings.
|
file | diff | annotate |
Sun, 10 Aug 2008 19:45:38 +0000 |
First draft of darwin haptic<->joystick stuff.
|
file | diff | annotate |
Wed, 06 Aug 2008 11:10:44 +0000 |
Fixed typo.
|
file | diff | annotate |
Wed, 06 Aug 2008 11:08:29 +0000 |
Exposed the darwin joystick hardware data to the haptic subsystem.
|
file | diff | annotate |
Wed, 06 Aug 2008 10:48:35 +0000 |
Removed TODO.
|
file | diff | annotate |
Wed, 06 Aug 2008 10:33:16 +0000 |
Should remove warnings on compilation.
|
file | diff | annotate |
Wed, 06 Aug 2008 10:26:47 +0000 |
Proper axes support for darwin haptic.
|
file | diff | annotate |
Tue, 05 Aug 2008 18:52:22 +0000 |
Added FFEFF_OBJECTOFFSETS to darwin port.
|
file | diff | annotate |
Tue, 05 Aug 2008 18:26:11 +0000 |
CONVERT now checks for overflows.
|
file | diff | annotate |
Tue, 05 Aug 2008 18:01:09 +0000 |
Using same syntax as the windows port for updating effects.
|
file | diff | annotate |
Tue, 05 Aug 2008 16:02:56 +0000 |
Better handling of direction axes.
|
file | diff | annotate |
Tue, 05 Aug 2008 15:56:35 +0000 |
Fixed mistake in CONVERT.
|
file | diff | annotate |
Thu, 31 Jul 2008 10:31:31 +0000 |
Fixed broken envelopes.
|
file | diff | annotate |
Thu, 31 Jul 2008 10:26:21 +0000 |
Missed a bracket.
|
file | diff | annotate |
Thu, 31 Jul 2008 10:25:49 +0000 |
More verbose about envelopes.
|
file | diff | annotate |
Thu, 31 Jul 2008 10:21:11 +0000 |
Fixed memory leak.
|
file | diff | annotate |