Age | Commit message (Expand) | Author |
2021-01-02 | general: Fix various spelling errors | Morph |
2020-11-15 | input_common: Add VibrationDevice and VibrationDeviceFactory | Morph |
2020-10-28 | Add hotplug, rumble and fix 3rd party adapters for the GC adapter | german |
2020-10-15 | input_common/CMakeLists: Make some warnings errors | Lioncash |
2020-09-18 | Add automap feature for GC adapter | german |
2020-09-07 | gc_adapter: Make DeviceConnected() a const member function | Lioncash |
2020-07-19 | Fix axis thresholding while polling | ameerj |
2020-07-16 | Refactor adapter code | Ameer |
2020-07-14 | Rebase to master | Ameer |
2020-07-14 | Fix crash if gc configured but adapter not connected | Ameer |
2020-07-14 | Merge pull request #4314 from lioncash/input-warn | bunnei |
2020-07-13 | input_common: make libusb private to gc_adapter | Jan Beich |
2020-07-12 | gc_adapter: Silence sign conversion warnings | Lioncash |
2020-07-08 | Rebase to master, fix merge conflicts | Ameer |
2020-07-07 | Address PR feedback, fix axis button thresholding | Ameer |
2020-07-07 | input_common/gcadapter: add missing C++11 header required by libc++ | Jan Beich |
2020-07-06 | Save origin state of GC controller analog features, compare against origin fo... | Ameer |
2020-07-04 | Fix for always firing triggers on some controllers, trigger threshold more un... | Ameer |
2020-07-03 | Address lioncash feedback: Log formatting, extern const PadButtonArray, littl... | Ameer |
2020-07-01 | Reset adapter state on init, fixes errors relating driver hang from unexpecte... | Ameer |
2020-06-24 | padbutton enum class and struct initiailization | Ameer |
2020-06-23 | cleanup check access, read, and factory GetNextInput funcs. Use size rather t... | Ameer |
2020-06-23 | Fix deallocation of GC Adapter | Ameer |
2020-06-22 | std::array and const reference passing of non-trivial objects | Ameer |
2020-06-21 | shared_ptr for the GC adapter class, constexpr constants | Ameer |
2020-06-21 | std::arrays where appropriate, clear q in adapter class, other touch ups | Ameer |
2020-06-21 | fix include thread | Ameer |
2020-06-21 | Singleton GC Adapter class, remove globals, fix naming convention | Ameer |
2020-06-21 | Clang Formatting | Ameer |
2020-06-21 | GC Adapter Implementation | Ameer |