summaryrefslogtreecommitdiff
path: root/src/haptic
AgeCommit message (Expand)AuthorFilesLines
2018-01-03Updated copyright for 2018Sam Lantinga14-14/+14
2017-12-11Fixed bug 3999 - Build failed when try to build with configure script for And...Sam Lantinga1-2/+1
2017-08-28Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga1-3/+3
2017-08-14Fixed Android build warningSam Lantinga1-1/+1
2017-08-12Fixed bug 3191 - haptic system on android?Sam Lantinga3-0/+371
2017-06-21xinput: use the full range of the haptic motors (thanks, Trent!).Ryan C. Gordon1-2/+3
2017-06-11linux: Changed internal functions to be static.Philipp Wiesemann1-2/+2
2017-02-13windows: Try to unify all the GUID comparison code into a core helper function.Ryan C. Gordon1-18/+9
2017-01-18Fixed bug 3561 - Re-acquire device before playing effects if needed.Sam Lantinga1-0/+13
2017-01-01Updated copyright for 2017Sam Lantinga13-13/+13
2016-11-20Renaming of guard header names to quiet -Wreserved-id-macroSam Lantinga1-3/+3
2016-11-16Fixed empty parameter list in signatures of internal functions.Philipp Wiesemann3-3/+3
2016-11-13Fixed unresolved symbol on Visual StudioSam Lantinga1-2/+2
2016-11-13Patch from Sylvain to fix clang warningsSam Lantinga2-2/+2
2016-10-07Implemented SDL_GetHintBoolean() to make it easier to check boolean hintsSam Lantinga1-2/+1
2016-10-04Fixed bug 3021 - HapticOpenFromJoystick() problemsSam Lantinga1-8/+9
2016-10-01Fixed build warnings and errorsSam Lantinga1-1/+1
2016-07-20Linux: Fixed memory leak in haptic implementation (thanks, Martin!).Philipp Wiesemann1-1/+1
2016-04-12Patched to compile on various platforms.Ryan C. Gordon1-1/+1
2016-04-12threads: Move SDL's own thread creation to a new internal API.Ryan C. Gordon1-10/+2
2016-01-05Use SDL's stdinc functions instead of C runtime calls.Ryan C. Gordon1-1/+1
2016-01-03Remove almost all instances of "volatile" keyword.Ryan C. Gordon3-5/+5
2016-01-02Updated copyright to 2016Sam Lantinga13-13/+13
2015-09-30Fix crash on controller hotplug on linux.Sam Lantinga1-3/+6
2015-06-16Haptic/Linux: Keep track of device numbers properly to track duplicates.Ryan C. Gordon1-14/+6
2015-06-14Fixed bug 2953 - Crash due to a bad cleanup in the SDL_SYS_HapticQuit functionSam Lantinga6-3/+14
2015-06-08Linux: Fixed not needed call to close() on error.Philipp Wiesemann1-1/+1
2015-06-07Maybe patched to compile on some Windows configurations.Ryan C. Gordon1-0/+2
2015-05-28I think this will be the time...Ryan C. Gordon2-0/+2
2015-05-28Still trying to get this to compile...Ryan C. Gordon2-2/+2
2015-05-28More patching to compile...Ryan C. Gordon2-4/+8
2015-05-28Move tests from SDL_config higher up in Windows joystick/haptic code.Ryan C. Gordon2-7/+5
2015-05-26Whoops, fix the static analysis fix.Ryan C. Gordon1-1/+1
2015-05-26Darwin haptic: Fixed a static analysis warning if axes==0.Ryan C. Gordon1-30/+33
2015-05-26Updated the copyright year to 2015Sam Lantinga13-13/+13
2015-04-11Mac: Fixed typo in two error messages.Philipp Wiesemann1-2/+2
2015-02-19Remove unnecessary parentheses and an unnecessary free() of a NULL pointer.Ryan C. Gordon1-2/+1
2014-12-11Removed extern declaration of not existing SDL_numhaptics from internal header.Philipp Wiesemann1-6/+0
2014-12-04Replaced free() with SDL_free() because related allocation also uses wrapper.Philipp Wiesemann2-3/+3
2014-11-29Fixed bug 2766 - Haptic coding bugs and fixes for Linux FF: periodic.phase ha...Sam Lantinga1-4/+2
2014-11-29Fixed bug 2766 - Haptic coding bugs and fixes for Linux FF: periodic.phase ha...Sam Lantinga1-0/+2
2014-09-17Haptic: Deal with negative periodic magnitudes (thanks, Elias!).Ryan C. Gordon2-4/+8
2014-08-16Haptic: Fix clamping bugs on Windows, by using the Darwin haptics code.Ryan C. Gordon1-13/+16
2014-08-16Haptic: Fix the saturation and deadband parameters' available range.Ryan C. Gordon3-14/+12
2014-08-16Haptic: Explicitly avoid floating point arithmetic if it's not needed.Ryan C. Gordon1-4/+9
2014-08-16Haptic: DInput's POLAR direction actually matches Linux's direction.Ryan C. Gordon1-6/+6
2014-08-16Haptic: Don't interpret a direction of polar 35999 as "unsupported type".Ryan C. Gordon1-18/+18
2014-07-07Fixed bug 2631 - Mac: minor code cleanupSam Lantinga1-42/+41
2014-07-07Fixed mingw64 build and warningsSam Lantinga3-2/+7
2014-07-04Fixed haptic refcount bug (thanks David Ludwig!)Sam Lantinga1-1/+1