log src/haptic/linux/SDL_syshaptic.c @ 2950:04c9f1e4c496

age author description
2008-08-25 Sam Lantinga Final merge of Google Summer of Code 2008 work...
2008-08-24 Edgar Simo Fixed linux implementation of SDL_HapticStopAll. 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-12 Edgar Simo More comments. gsoc2008_force_feedback
2008-08-06 Edgar Simo Linux documentation was off, periodic does not imply all the individual effects. gsoc2008_force_feedback
2008-08-06 Edgar Simo Correctness patch my alam. gsoc2008_force_feedback
2008-07-31 Edgar Simo Correctness patch, it's up to the SDL_haptic.c to clean up effects, not SDL_syshaptic.c. gsoc2008_force_feedback
2008-07-30 Edgar Simo Updated button trigger stuff. gsoc2008_force_feedback
2008-07-20 Edgar Simo Properly support INFINITY length haptic effects on linux. gsoc2008_force_feedback
2008-07-18 Edgar Simo More comments. gsoc2008_force_feedback
2008-07-18 Edgar Simo More documentation. gsoc2008_force_feedback
2008-07-17 Edgar Simo Better handling of opening haptics from joysticks. gsoc2008_force_feedback
2008-07-17 Edgar Simo Haptic subsystem handles haptic axes now. gsoc2008_force_feedback
2008-07-15 Edgar Simo More explicit with iterations and length. gsoc2008_force_feedback
2008-07-15 Edgar Simo * Removed unneeded int. gsoc2008_force_feedback
2008-07-10 Edgar Simo Broke API by introducing iterations to SDL_HapticRunEffects(). gsoc2008_force_feedback
2008-07-10 Edgar Simo Added SDL_HapticNumEffectsPlaying(). gsoc2008_force_feedback
2008-07-10 Edgar Simo Prefixed all haptic errors with "Haptic:" for easier readability. gsoc2008_force_feedback
2008-07-10 Edgar Simo Improved some ioctl handling. gsoc2008_force_feedback
2008-07-09 Edgar Simo Fixed bugs in documentation. gsoc2008_force_feedback
2008-07-09 Edgar Simo Implemented SDL_HAPTIC_CARTESIAN on linux. gsoc2008_force_feedback
2008-07-07 Edgar Simo Another important typo mistake. gsoc2008_force_feedback
2008-07-07 Edgar Simo Fixed linux directions being inverted. gsoc2008_force_feedback
2008-07-06 Edgar Simo Implemented polar coordinates in linux. gsoc2008_force_feedback
2008-07-03 Edgar Simo Using errno for more verbosity in errors. gsoc2008_force_feedback
2008-07-03 Edgar Simo Added SDL_HapticGetEffectStatus(). gsoc2008_force_feedback
2008-07-03 Edgar Simo Fixed regex replace mistake. gsoc2008_force_feedback
2008-07-02 Edgar Simo Commented SDL_syshaptic.h. gsoc2008_force_feedback
2008-07-02 Edgar Simo Some more error checking. gsoc2008_force_feedback