log src/haptic/win32/SDL_syshaptic.c @ 2715:336b604ec15b

age author description
Mon, 25 Aug 2008 10:14:21 +0000 Edgar Simo Merging another last minute fix from force feedback branch (r4036)
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 17:30:39 +0000 Edgar Simo Fix for mingw compilation of haptic subsystem by Alam. gsoc2008_force_feedback
Mon, 25 Aug 2008 10:10:13 +0000 Edgar Simo Fixed silly mistake because of coding too fast. gsoc2008_force_feedback
Mon, 25 Aug 2008 09:58:51 +0000 Sam Lantinga Yep, 0 is the correct value here gsoc2008_force_feedback
Sun, 24 Aug 2008 17:32:50 +0000 Edgar Simo Added SDL_HapticStopAll. gsoc2008_force_feedback
Sun, 24 Aug 2008 17:17:45 +0000 Edgar Simo Added support for pausing/unpausing haptic devices. gsoc2008_force_feedback
Wed, 06 Aug 2008 11:02:13 +0000 Edgar Simo Removed TODO. gsoc2008_force_feedback
Wed, 06 Aug 2008 10:48:35 +0000 Edgar Simo Removed TODO. gsoc2008_force_feedback
Wed, 06 Aug 2008 10:11:35 +0000 Edgar Simo Added SDL_HAPTIC_STATUS support to windows haptic port. gsoc2008_force_feedback
Wed, 06 Aug 2008 09:52:51 +0000 Edgar Simo This should hopefully allow initailizing the joystick/haptic subsystems without calling SetVideoMode first. gsoc2008_force_feedback
Wed, 06 Aug 2008 09:28:07 +0000 Edgar Simo Forgot to alloc the hwdata when opening from joystick. gsoc2008_force_feedback
Wed, 06 Aug 2008 09:24:08 +0000 Edgar Simo Forgot a return. gsoc2008_force_feedback
Wed, 06 Aug 2008 09:23:22 +0000 Edgar Simo Made prototypes for all static functions. gsoc2008_force_feedback
Wed, 06 Aug 2008 09:06:41 +0000 Edgar Simo Finished implementing the haptic<->joystick functions. gsoc2008_force_feedback
Wed, 06 Aug 2008 07:59:03 +0000 Edgar Simo Implemented SDL_SYS_HapticMouse on windows. gsoc2008_force_feedback
Wed, 06 Aug 2008 07:54:33 +0000 Edgar Simo Fixed another typo. gsoc2008_force_feedback
Wed, 06 Aug 2008 07:53:51 +0000 Edgar Simo Fixed typo. gsoc2008_force_feedback
Wed, 06 Aug 2008 07:51:30 +0000 Edgar Simo Check for capabilities at init. gsoc2008_force_feedback
Wed, 06 Aug 2008 07:42:42 +0000 Edgar Simo Enabled capabilities again. gsoc2008_force_feedback
Tue, 05 Aug 2008 18:26:11 +0000 Edgar Simo CONVERT now checks for overflows. gsoc2008_force_feedback
Tue, 05 Aug 2008 16:48:53 +0000 Edgar Simo Undocumented hack to get all force feedback devices. gsoc2008_force_feedback
Tue, 05 Aug 2008 16:33:50 +0000 Edgar Simo Some correctness, especially on axes. gsoc2008_force_feedback
Tue, 05 Aug 2008 16:13:11 +0000 Edgar Simo Make sure axes have force feedback actuators. gsoc2008_force_feedback
Tue, 05 Aug 2008 16:02:56 +0000 Edgar Simo Better handling of direction axes. gsoc2008_force_feedback
Tue, 05 Aug 2008 15:56:35 +0000 Edgar Simo Fixed mistake in CONVERT. gsoc2008_force_feedback
Tue, 05 Aug 2008 11:41:04 +0000 Edgar Simo Typo. gsoc2008_force_feedback
Tue, 05 Aug 2008 11:39:51 +0000 Edgar Simo Get number of axes. gsoc2008_force_feedback
Tue, 05 Aug 2008 11:21:21 +0000 Edgar Simo Using DIEFF_OBJECTOFFSETS now that seems obligatory. gsoc2008_force_feedback
Tue, 05 Aug 2008 11:14:16 +0000 Edgar Simo With no axes use spherical direction by default. gsoc2008_force_feedback
Tue, 05 Aug 2008 11:08:59 +0000 Edgar Simo Fixed stupid mistake. gsoc2008_force_feedback
Tue, 05 Aug 2008 11:04:30 +0000 Edgar Simo Fixed only supporting last effect. gsoc2008_force_feedback
Tue, 05 Aug 2008 10:41:29 +0000 Edgar Simo Missed a closing parenthesis. gsoc2008_force_feedback
Tue, 05 Aug 2008 10:40:45 +0000 Edgar Simo GUID is not a pointer as I thought. gsoc2008_force_feedback
Tue, 05 Aug 2008 10:39:37 +0000 Edgar Simo Changed EFFECT_TEST again for win32. gsoc2008_force_feedback
Mon, 04 Aug 2008 17:31:09 +0000 Edgar Simo Missed closing parenthesis. gsoc2008_force_feedback
Mon, 04 Aug 2008 17:30:17 +0000 Edgar Simo Changed effect comparison a bit. gsoc2008_force_feedback
Mon, 04 Aug 2008 17:16:11 +0000 Edgar Simo Disabled getting capabilities (not used atm). gsoc2008_force_feedback
Mon, 04 Aug 2008 17:13:16 +0000 Edgar Simo Seems like you have to get capabilities after setting data format. gsoc2008_force_feedback
Mon, 04 Aug 2008 17:09:45 +0000 Edgar Simo Fixed typo. gsoc2008_force_feedback
Mon, 04 Aug 2008 17:08:52 +0000 Edgar Simo Seems like you have to set the data format too. gsoc2008_force_feedback
Mon, 04 Aug 2008 17:03:20 +0000 Edgar Simo Need to get cooperative level before acquiring. gsoc2008_force_feedback
Mon, 04 Aug 2008 11:22:01 +0000 Edgar Simo Added the concept of the HelperWindow to help with DirectInput. gsoc2008_force_feedback
Sun, 03 Aug 2008 10:20:31 +0000 Edgar Simo Attempt to fix windows haptic port compilation errors. gsoc2008_force_feedback
Thu, 31 Jul 2008 17:11:36 +0000 Edgar Simo Fixed some stray memcpy and free. gsoc2008_force_feedback
Thu, 31 Jul 2008 16:38:13 +0000 Edgar Simo Windows build should compile after this. gsoc2008_force_feedback
Thu, 31 Jul 2008 16:29:12 +0000 Edgar Simo More windows haptic patches. gsoc2008_force_feedback
Thu, 31 Jul 2008 16:23:52 +0000 Edgar Simo More windows haptic patches. gsoc2008_force_feedback
Thu, 31 Jul 2008 16:19:01 +0000 Edgar Simo Another windows patch. gsoc2008_force_feedback
Thu, 31 Jul 2008 16:16:19 +0000 Edgar Simo Another patch for windows haptic. gsoc2008_force_feedback
Thu, 31 Jul 2008 16:13:37 +0000 Edgar Simo Another set of fixes to try to get haptic subsystem compiling on windows. gsoc2008_force_feedback
Thu, 31 Jul 2008 15:57:49 +0000 Edgar Simo First attempt to fix compilation on windows. gsoc2008_force_feedback
Thu, 31 Jul 2008 11:06:16 +0000 Edgar Simo Basic haptic support for windows should work. Needs testing (probably won't compile). gsoc2008_force_feedback
Thu, 31 Jul 2008 09:45:27 +0000 Edgar Simo Correctness patch, it's up to the SDL_haptic.c to clean up effects, not SDL_syshaptic.c. gsoc2008_force_feedback
Wed, 30 Jul 2008 11:54:08 +0000 Edgar Simo First version of the windows haptic port, won't compile yet. gsoc2008_force_feedback