log

age author description
Wed, 06 Aug 2008 10:33:16 +0000 Edgar Simo Should remove warnings on compilation. gsoc2008_force_feedback
Wed, 06 Aug 2008 10:26:47 +0000 Edgar Simo Proper axes support for darwin haptic. 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:55:51 +0000 Edgar Simo Forgot to declare instance. gsoc2008_force_feedback
Wed, 06 Aug 2008 09:55:29 +0000 Edgar Simo Fixd outstanding typo. 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:35:09 +0000 Edgar Simo Documenting special cases. 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:22:36 +0000 Edgar Simo Need DirectX version 7 or later. 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 08:47:35 +0000 Edgar Simo Moved the directinput joystick hwdata stuff into a seperate header file. 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:52:22 +0000 Edgar Simo Added FFEFF_OBJECTOFFSETS to darwin port. 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 18:01:09 +0000 Edgar Simo Using same syntax as the windows port for updating effects. 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 15:58:01 +0000 Edgar Simo Set an event handler for the Helper Window. gsoc2008_force_feedback
Mon, 04 Aug 2008 15:34:22 +0000 Edgar Simo Trying to fix some issues with the Helper Window. gsoc2008_force_feedback
Mon, 04 Aug 2008 15:17:52 +0000 Edgar Simo Seems like you have to register the class and other black magic too. gsoc2008_force_feedback
Mon, 04 Aug 2008 14:44:21 +0000 Edgar Simo A bit of windows debugging. gsoc2008_force_feedback
Mon, 04 Aug 2008 11:30:16 +0000 Edgar Simo Fixed warning. gsoc2008_force_feedback
Mon, 04 Aug 2008 11:29:19 +0000 Edgar Simo Minor changes for it to compile. 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:25:25 +0000 Edgar Simo Used dxerr instead of dxerr9 in directinput joystick driver. 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:27:32 +0000 Edgar Simo Fixed some lone malloc and free. gsoc2008_force_feedback
Thu, 31 Jul 2008 17:15:36 +0000 Edgar Simo Converted some functions to SDL_mem*. 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