log src/haptic/win32/SDL_syshaptic.c @ 4405:7828bb19af1e

age author description
2009-01-10 Sam Lantinga Reverted Bob's indent checkin
2009-01-09 Bob Pendleton I ran a global "make indent" it modified the following files.
2008-11-25 Sam Lantinga indent
2008-09-15 Sam Lantinga Almost got this compiling on Cygwin32, just needs DirectInput 7
2008-09-15 Sam Lantinga Updated Visual C++ build
2008-08-25 Edgar Simo Merge of force feedback branch r4039.
2008-08-25 Edgar Simo Merging another last minute fix from force feedback branch (r4036)
2008-08-25 Sam Lantinga Merged last minute fixes from force feedback branch (r4031, r4033, r4034)
2008-08-25 Sam Lantinga Final merge of Google Summer of Code 2008 work...
2008-08-25 Edgar Simo Fix for mingw compilation of haptic subsystem by Alam. gsoc2008_force_feedback
2008-08-25 Edgar Simo Fixed silly mistake because of coding too fast. gsoc2008_force_feedback
2008-08-25 Sam Lantinga Yep, 0 is the correct value here gsoc2008_force_feedback
2008-08-24 Edgar Simo Added SDL_HapticStopAll. gsoc2008_force_feedback
2008-08-24 Edgar Simo Added support for pausing/unpausing haptic devices. gsoc2008_force_feedback
2008-08-06 Edgar Simo Removed TODO. gsoc2008_force_feedback
2008-08-06 Edgar Simo Removed TODO. gsoc2008_force_feedback
2008-08-06 Edgar Simo Added SDL_HAPTIC_STATUS support to windows haptic port. gsoc2008_force_feedback
2008-08-06 Edgar Simo This should hopefully allow initailizing the joystick/haptic subsystems without calling SetVideoMode first. gsoc2008_force_feedback
2008-08-06 Edgar Simo Forgot to alloc the hwdata when opening from joystick. gsoc2008_force_feedback
2008-08-06 Edgar Simo Forgot a return. gsoc2008_force_feedback
2008-08-06 Edgar Simo Made prototypes for all static functions. gsoc2008_force_feedback
2008-08-06 Edgar Simo Finished implementing the haptic<->joystick functions. gsoc2008_force_feedback
2008-08-06 Edgar Simo Implemented SDL_SYS_HapticMouse on windows. gsoc2008_force_feedback
2008-08-06 Edgar Simo Fixed another typo. gsoc2008_force_feedback
2008-08-06 Edgar Simo Fixed typo. gsoc2008_force_feedback
2008-08-06 Edgar Simo Check for capabilities at init. gsoc2008_force_feedback
2008-08-06 Edgar Simo Enabled capabilities again. gsoc2008_force_feedback
2008-08-05 Edgar Simo CONVERT now checks for overflows. gsoc2008_force_feedback
2008-08-05 Edgar Simo Undocumented hack to get all force feedback devices. gsoc2008_force_feedback
2008-08-05 Edgar Simo Some correctness, especially on axes. gsoc2008_force_feedback
2008-08-05 Edgar Simo Make sure axes have force feedback actuators. gsoc2008_force_feedback
2008-08-05 Edgar Simo Better handling of direction axes. gsoc2008_force_feedback
2008-08-05 Edgar Simo Fixed mistake in CONVERT. gsoc2008_force_feedback
2008-08-05 Edgar Simo Typo. gsoc2008_force_feedback
2008-08-05 Edgar Simo Get number of axes. gsoc2008_force_feedback
2008-08-05 Edgar Simo Using DIEFF_OBJECTOFFSETS now that seems obligatory. gsoc2008_force_feedback
2008-08-05 Edgar Simo With no axes use spherical direction by default. gsoc2008_force_feedback
2008-08-05 Edgar Simo Fixed stupid mistake. gsoc2008_force_feedback
2008-08-05 Edgar Simo Fixed only supporting last effect. gsoc2008_force_feedback
2008-08-05 Edgar Simo Missed a closing parenthesis. gsoc2008_force_feedback
2008-08-05 Edgar Simo GUID is not a pointer as I thought. gsoc2008_force_feedback
2008-08-05 Edgar Simo Changed EFFECT_TEST again for win32. gsoc2008_force_feedback
2008-08-04 Edgar Simo Missed closing parenthesis. gsoc2008_force_feedback
2008-08-04 Edgar Simo Changed effect comparison a bit. gsoc2008_force_feedback
2008-08-04 Edgar Simo Disabled getting capabilities (not used atm). gsoc2008_force_feedback
2008-08-04 Edgar Simo Seems like you have to get capabilities after setting data format. gsoc2008_force_feedback
2008-08-04 Edgar Simo Fixed typo. gsoc2008_force_feedback
2008-08-04 Edgar Simo Seems like you have to set the data format too. gsoc2008_force_feedback
2008-08-04 Edgar Simo Need to get cooperative level before acquiring. gsoc2008_force_feedback
2008-08-04 Edgar Simo Added the concept of the HelperWindow to help with DirectInput. gsoc2008_force_feedback
2008-08-03 Edgar Simo Attempt to fix windows haptic port compilation errors. gsoc2008_force_feedback
2008-07-31 Edgar Simo Fixed some stray memcpy and free. gsoc2008_force_feedback
2008-07-31 Edgar Simo Windows build should compile after this. gsoc2008_force_feedback
2008-07-31 Edgar Simo More windows haptic patches. gsoc2008_force_feedback
2008-07-31 Edgar Simo More windows haptic patches. gsoc2008_force_feedback
2008-07-31 Edgar Simo Another windows patch. gsoc2008_force_feedback
2008-07-31 Edgar Simo Another patch for windows haptic. gsoc2008_force_feedback
2008-07-31 Edgar Simo Another set of fixes to try to get haptic subsystem compiling on windows. gsoc2008_force_feedback
2008-07-31 Edgar Simo First attempt to fix compilation on windows. gsoc2008_force_feedback
2008-07-31 Edgar Simo Basic haptic support for windows should work. Needs testing (probably won't compile). gsoc2008_force_feedback