| Commit message (Expand) | Author | Files | Lines |
2021-04-27 | input_common: Reset GC sticks center by measuring multiple packets | german77 | 1 | -0/+1 |
2021-01-02 | general: Fix various spelling errors | Morph | 1 | -3/+3 |
2020-11-16 | input_common: Add VibrationDevice and VibrationDeviceFactory | Morph | 1 | -2/+2 |
2020-10-29 | Add hotplug, rumble and fix 3rd party adapters for the GC adapter | german | 1 | -56/+90 |
2020-10-16 | input_common/CMakeLists: Make some warnings errors | Lioncash | 1 | -4/+2 |
2020-09-18 | Add automap feature for GC adapter | german | 1 | -0/+5 |
2020-09-07 | gc_adapter: Make DeviceConnected() a const member function | Lioncash | 1 | -1/+1 |
2020-07-19 | Fix axis thresholding while polling | ameerj | 1 | -5/+2 |
2020-07-16 | Refactor adapter code | Ameer | 1 | -34/+5 |
2020-07-14 | Fix crash if gc configured but adapter not connected | Ameer | 1 | -3/+3 |
2020-07-13 | input_common: make libusb private to gc_adapter | Jan Beich | 1 | -1/+4 |
2020-07-12 | gc_adapter: Silence sign conversion warnings | Lioncash | 1 | -3/+3 |
2020-07-07 | Address PR feedback, fix axis button thresholding | Ameer | 1 | -2/+1 |
2020-07-07 | input_common/gcadapter: add missing C++11 header required by libc++ | Jan Beich | 1 | -0/+1 |
2020-07-07 | Save origin state of GC controller analog features, compare against origin for input detection | Ameer | 1 | -6/+5 |
2020-07-04 | Fix for always firing triggers on some controllers, trigger threshold more universal | Ameer | 1 | -1/+3 |
2020-07-03 | Address lioncash feedback: Log formatting, extern const PadButtonArray, little touch ups | Ameer | 1 | -6/+1 |
2020-07-01 | Reset adapter state on init, fixes errors relating driver hang from unexpected unplug | Ameer | 1 | -0/+1 |
2020-06-24 | padbutton enum class and struct initiailization | Ameer | 1 | -15/+15 |
2020-06-23 | cleanup check access, read, and factory GetNextInput funcs. Use size rather than magic number | Ameer | 1 | -1/+7 |
2020-06-23 | Fix deallocation of GC Adapter | Ameer | 1 | -1/+0 |
2020-06-23 | std::array and const reference passing of non-trivial objects | Ameer | 1 | -3/+3 |
2020-06-22 | shared_ptr for the GC adapter class, constexpr constants | Ameer | 1 | -24/+16 |
2020-06-22 | std::arrays where appropriate, clear q in adapter class, other touch ups | Ameer | 1 | -2/+3 |
2020-06-22 | fix include thread | Ameer | 1 | -0/+1 |
2020-06-22 | Singleton GC Adapter class, remove globals, fix naming convention | Ameer | 1 | -48/+97 |
2020-06-21 | Clang Formatting | Ameer | 1 | -9/+7 |
2020-06-21 | GC Adapter Implementation | Ameer | 1 | -0/+116 |