log

age author description
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
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:10:52 +0000 Edgar Simo Configure should try to use haptic on windows with directinput. 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 10:31:31 +0000 Edgar Simo Fixed broken envelopes. gsoc2008_force_feedback
Thu, 31 Jul 2008 10:26:21 +0000 Edgar Simo Missed a bracket. gsoc2008_force_feedback
Thu, 31 Jul 2008 10:25:49 +0000 Edgar Simo More verbose about envelopes. gsoc2008_force_feedback
Thu, 31 Jul 2008 10:21:11 +0000 Edgar Simo Fixed memory leak. 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
Thu, 31 Jul 2008 09:02:43 +0000 Edgar Simo Made ValidHaptic cleaner. gsoc2008_force_feedback
Wed, 30 Jul 2008 18:29:55 +0000 Edgar Simo Allow effects with no axes. gsoc2008_force_feedback
Wed, 30 Jul 2008 18:22:45 +0000 Edgar Simo Fixed some typos. gsoc2008_force_feedback
Wed, 30 Jul 2008 15:08:44 +0000 Edgar Simo Made envelopes behave correctly with length of 0. gsoc2008_force_feedback
Wed, 30 Jul 2008 15:00:45 +0000 Edgar Simo Updated button trigger stuff. gsoc2008_force_feedback
Wed, 30 Jul 2008 14:50:00 +0000 Edgar Simo Not being able to compile locally gets on my nerves. gsoc2008_force_feedback
Wed, 30 Jul 2008 14:48:34 +0000 Edgar Simo Warn about using button triggers. gsoc2008_force_feedback
Wed, 30 Jul 2008 14:09:10 +0000 Edgar Simo Fixed typo. gsoc2008_force_feedback
Wed, 30 Jul 2008 14:08:21 +0000 Edgar Simo Removed invalid type check. 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
Wed, 30 Jul 2008 10:28:37 +0000 Edgar Simo Reset device and enable actuators when initializing. gsoc2008_force_feedback
Mon, 28 Jul 2008 10:26:21 +0000 Edgar Simo Put haptic defines in SDL_configs, patch by Alam. gsoc2008_force_feedback
Mon, 28 Jul 2008 10:00:17 +0000 Edgar Simo Updated xcode. gsoc2008_force_feedback
Tue, 22 Jul 2008 11:42:01 +0000 Edgar Simo Accidently left in hidDevice. gsoc2008_force_feedback
Tue, 22 Jul 2008 11:40:43 +0000 Edgar Simo Attempt to fix HIDGetDeviceProduct. gsoc2008_force_feedback
Tue, 22 Jul 2008 10:58:27 +0000 Edgar Simo Allow haptic subsystem to build on mac. gsoc2008_force_feedback
Tue, 22 Jul 2008 10:51:24 +0000 Edgar Simo Alam pointed out that the dummy haptic driver does not compile. gsoc2008_force_feedback
Sun, 20 Jul 2008 22:04:57 +0000 Edgar Simo Commented out a bit until definition is found. gsoc2008_force_feedback
Sun, 20 Jul 2008 21:55:23 +0000 Edgar Simo Fixed some stupid mistakes. gsoc2008_force_feedback
Sun, 20 Jul 2008 21:50:01 +0000 Edgar Simo More verbose errors. gsoc2008_force_feedback
Sun, 20 Jul 2008 21:34:04 +0000 Edgar Simo Synced with trunk. gsoc2008_force_feedback
Sun, 20 Jul 2008 16:21:15 +0000 Edgar Simo Properly support INFINITY length haptic effects on linux. gsoc2008_force_feedback
Sun, 20 Jul 2008 14:12:52 +0000 Edgar Simo Improved correctiveness in CreateEffect. gsoc2008_force_feedback
Sat, 19 Jul 2008 17:05:30 +0000 Edgar Simo Support for SDL_HapticName in darwin. gsoc2008_force_feedback
Sat, 19 Jul 2008 16:06:43 +0000 Edgar Simo Fixed some typos in the doxygen. gsoc2008_force_feedback
Sat, 19 Jul 2008 15:57:07 +0000 Edgar Simo Added custom effect with support on darwin. gsoc2008_force_feedback
Fri, 18 Jul 2008 19:22:56 +0000 Edgar Simo Was a typo in the mac os x documentation. gsoc2008_force_feedback
Fri, 18 Jul 2008 19:21:36 +0000 Edgar Simo Added SDL_HAPTIC_RAMP support for darwin. gsoc2008_force_feedback
Fri, 18 Jul 2008 19:16:03 +0000 Edgar Simo More comments. gsoc2008_force_feedback
Fri, 18 Jul 2008 18:58:47 +0000 Edgar Simo Fixed some inconsistancies in coding style. gsoc2008_force_feedback
Fri, 18 Jul 2008 18:52:06 +0000 Edgar Simo More comments. gsoc2008_force_feedback
Fri, 18 Jul 2008 08:06:57 +0000 Edgar Simo Can't believe I missed this typo. gsoc2008_force_feedback
Fri, 18 Jul 2008 08:06:06 +0000 Edgar Simo Fixed some typos. gsoc2008_force_feedback
Fri, 18 Jul 2008 08:03:24 +0000 Edgar Simo Handle axes for darwin now. gsoc2008_force_feedback
Fri, 18 Jul 2008 08:00:16 +0000 Edgar Simo More documentation. gsoc2008_force_feedback
Thu, 17 Jul 2008 16:08:46 +0000 Edgar Simo Added third axis to condition effects. gsoc2008_force_feedback
Thu, 17 Jul 2008 16:07:20 +0000 Edgar Simo Better handling of opening haptics from joysticks. gsoc2008_force_feedback
Thu, 17 Jul 2008 11:47:48 +0000 Edgar Simo Haptic subsystem handles haptic axes now. gsoc2008_force_feedback
Tue, 15 Jul 2008 17:35:06 +0000 Edgar Simo Now compiles cleanly (has yet to work though). gsoc2008_force_feedback
Tue, 15 Jul 2008 17:03:34 +0000 Edgar Simo Many typo and silly mistake fixes. gsoc2008_force_feedback
Tue, 15 Jul 2008 16:35:14 +0000 Edgar Simo Adding initial darwin port of haptic subsystem - broken atm. gsoc2008_force_feedback
Tue, 15 Jul 2008 15:53:48 +0000 Edgar Simo More explicit with iterations and length. gsoc2008_force_feedback
Tue, 15 Jul 2008 11:24:25 +0000 Edgar Simo * Removed unneeded int. gsoc2008_force_feedback
Thu, 10 Jul 2008 17:54:08 +0000 Edgar Simo Broke API by introducing iterations to SDL_HapticRunEffects(). gsoc2008_force_feedback
Thu, 10 Jul 2008 17:52:57 +0000 Edgar Simo Created win32 and darwin dirs. gsoc2008_force_feedback
Thu, 10 Jul 2008 17:16:11 +0000 Edgar Simo Added SDL_HapticNumEffectsPlaying(). gsoc2008_force_feedback
Thu, 10 Jul 2008 16:42:43 +0000 Edgar Simo Minor corrections. gsoc2008_force_feedback
Thu, 10 Jul 2008 11:39:28 +0000 Edgar Simo Prefixed all haptic errors with "Haptic:" for easier readability. gsoc2008_force_feedback
Thu, 10 Jul 2008 08:38:08 +0000 Edgar Simo Improved some ioctl handling. gsoc2008_force_feedback
Wed, 09 Jul 2008 18:29:11 +0000 Edgar Simo Fixed bugs in documentation. gsoc2008_force_feedback
Wed, 09 Jul 2008 18:23:54 +0000 Edgar Simo Implemented SDL_HAPTIC_CARTESIAN on linux. gsoc2008_force_feedback
Wed, 09 Jul 2008 17:06:54 +0000 Edgar Simo Dummy SDL haptic driver finally builds now. gsoc2008_force_feedback
Wed, 09 Jul 2008 16:33:51 +0000 Edgar Simo Fixed some typos preventing SDL from compiling with the haptic dummy driver. gsoc2008_force_feedback
Tue, 08 Jul 2008 19:55:12 +0000 Edgar Simo Gain is set to max on haptic device open. gsoc2008_force_feedback
Tue, 08 Jul 2008 19:35:10 +0000 Edgar Simo Added SDL_HapticOpened(). gsoc2008_force_feedback
Tue, 08 Jul 2008 19:23:03 +0000 Edgar Simo Added SDL_HapticIndex. gsoc2008_force_feedback
Mon, 07 Jul 2008 18:42:10 +0000 Edgar Simo Fixed more mistakes in documentation. gsoc2008_force_feedback
Mon, 07 Jul 2008 17:01:14 +0000 Edgar Simo Another important typo mistake. gsoc2008_force_feedback
Mon, 07 Jul 2008 16:58:16 +0000 Edgar Simo Fixed linux directions being inverted. gsoc2008_force_feedback
Mon, 07 Jul 2008 11:51:28 +0000 Edgar Simo Fixed mistake in example. gsoc2008_force_feedback
Sun, 06 Jul 2008 21:47:41 +0000 Edgar Simo Implemented polar coordinates in linux. gsoc2008_force_feedback
Sun, 06 Jul 2008 20:41:00 +0000 Edgar Simo Created SDL_HapticDirection. gsoc2008_force_feedback
Sun, 06 Jul 2008 17:06:37 +0000 Edgar Simo Fixed various mistakes in the doxygen. gsoc2008_force_feedback
Sun, 06 Jul 2008 16:53:32 +0000 Edgar Simo Renamed SDL_HapticQueryEffects to SDL_HapticQuery. gsoc2008_force_feedback
Thu, 03 Jul 2008 21:03:25 +0000 Edgar Simo Using errno for more verbosity in errors. gsoc2008_force_feedback
Thu, 03 Jul 2008 09:58:27 +0000 Edgar Simo Added SDL_HapticGetEffectStatus(). gsoc2008_force_feedback
Thu, 03 Jul 2008 09:13:22 +0000 Edgar Simo Haptic subsystem should finally be properly attached to the build system. gsoc2008_force_feedback
Thu, 03 Jul 2008 08:48:05 +0000 Edgar Simo Fixed regex replace mistake. gsoc2008_force_feedback
Wed, 02 Jul 2008 10:41:56 +0000 Edgar Simo Updated the haptic dummy driver. gsoc2008_force_feedback
Wed, 02 Jul 2008 10:26:35 +0000 Edgar Simo Commented SDL_syshaptic.h. gsoc2008_force_feedback
Wed, 02 Jul 2008 09:52:44 +0000 Edgar Simo Some more error checking. gsoc2008_force_feedback
Wed, 02 Jul 2008 08:24:35 +0000 Edgar Simo Exposed some of the joystick stuff to the haptic subsystem. gsoc2008_force_feedback
Tue, 01 Jul 2008 18:35:05 +0000 Edgar Simo Added SDL_HapticUpdateEffect(). gsoc2008_force_feedback
Tue, 01 Jul 2008 16:42:12 +0000 Edgar Simo Merged seperate waveforms into types to be more compatible. gsoc2008_force_feedback
Tue, 01 Jul 2008 16:19:54 +0000 Edgar Simo Added SDL_HAPTIC_CUSTOM (not supported on linux). gsoc2008_force_feedback
Tue, 01 Jul 2008 14:31:04 +0000 Edgar Simo Added SDL_HapticStopEffect(). gsoc2008_force_feedback
Tue, 01 Jul 2008 14:21:09 +0000 Edgar Simo HapticSetGain checks to see if device supports it. gsoc2008_force_feedback
Tue, 01 Jul 2008 14:09:53 +0000 Edgar Simo Setting effects memory to 0. gsoc2008_force_feedback
Tue, 01 Jul 2008 11:21:36 +0000 Edgar Simo Removed the linux only SDL_HAPTIC_RUMBLE (use PERIODIC instead). gsoc2008_force_feedback
Tue, 01 Jul 2008 10:44:42 +0000 Edgar Simo More comments. gsoc2008_force_feedback
Tue, 01 Jul 2008 09:22:22 +0000 Edgar Simo Some more error reporting. gsoc2008_force_feedback
Mon, 30 Jun 2008 21:38:29 +0000 Edgar Simo Added some preliminary support for haptic effect control. gsoc2008_force_feedback
Mon, 30 Jun 2008 17:28:34 +0000 Edgar Simo Added query functions for haptic devices. gsoc2008_force_feedback
Mon, 30 Jun 2008 16:48:16 +0000 Edgar Simo Starting to add infrastructure to handle haptic effects. gsoc2008_force_feedback
Mon, 23 Jun 2008 09:01:58 +0000 Edgar Simo * Implemented opening and closing of haptic devices. gsoc2008_force_feedback
Sun, 01 Jun 2008 19:11:49 +0000 Edgar Simo Some code cleanup. gsoc2008_force_feedback
Sun, 01 Jun 2008 18:46:51 +0000 Edgar Simo Properly quit the SDL_haptic subsystem. gsoc2008_force_feedback