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