aboutsummaryrefslogtreecommitdiff
path: root/src/client/joystick_controller.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use "Aux1" key name consistently everywhereWuzzy2021-02-241-3/+3
* Fix some more joystick issues (#10624)Markus2020-12-191-24/+26
* Joystick: Remap joystick-specific KeyTypes to generic onesMarkus Koch2020-11-091-11/+11
* Move files to subdirectories (#6599)Vitaliy2017-11-081-1/+1
* Modernize client code (#6250)Loïc Blot2017-08-151-10/+10
* C++11 cleanup on constructors dir client (#6012)Vincent Glize2017-06-211-5/+2
* Clean up getTime helpersShadowNinja2017-04-281-1/+2
* Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot2017-04-201-1/+2
* Fix always using the xbox layout (reported by coverity).Ekdohibs2017-04-181-1/+1
* Fix signed/unsigned conversion warningrubenwardy2017-04-071-2/+2
* Add Joystick type detection and Xbox controller supportrubenwardy2017-04-061-12/+92
* Initial Gamepad supportest312016-06-031-0/+179