summaryrefslogtreecommitdiffhomepage
path: root/tracker-joystick
AgeCommit message (Collapse)Author
2016-06-09tracker/{joystick,pt,rift-{025,042,080}}: options api cleanup onlyStanislaw Halik
2016-05-26many modules: trivial cleanups onlyStanislaw Halik
- Remove "this->" where it's not needed. Possibly rename shadowed vars. - Don't reload the options bundle manually since `options::opts' exists for that very reason. - Remove '^ \+$' whitespace - :retab
2016-05-22cmake/many: update for dinput8 manual link removalStanislaw Halik
It's automatic now.
2015-12-06tracker/joy: adapt to non-singleton joy workerStanislaw Halik
2015-11-22opentrack/joystick: rename header to clarify usageStanislaw Halik
2015-11-22tracker/joy: don't save joy friendly nameStanislaw Halik
We don't need it for joy selection
2015-11-22api/shortcuts, tracker/joy: adapt to synchronized joy apiStanislaw Halik
2015-11-22tracker/joy: use the centralized joystick state workerStanislaw Halik
Most of the code can be removed.
2015-11-19tracker/joystick: avoid recursive acquire of non-recursive mutexStanislaw Halik
2015-11-16tracker/win32-joy: forgot to save stick indexStanislaw Halik
Issue: #267
2015-11-01all: adjust options.hpp move to compatStanislaw Halik
2015-10-30fix icon pathsStanislaw Halik
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224