Age | Commit message (Expand) | Author |
2021-06-28 | input_common: Remove #pragma warning directives for external headers | Morph |
2021-04-26 | input_common: Reset GC sticks center by measuring multiple packets | german77 |
2021-04-14 | common: Move settings to common from core. | bunnei |
2021-02-06 | Make settings controller image change with controller input | german |
2021-01-02 | general: Fix various spelling errors | Morph |
2020-12-26 | Allow to invert analog axis with right click | german |
2020-11-23 | input_common: Fix typo in gc_poller.cpp with [[maybe_unused]]. | bunnei |
2020-11-23 | input_common: Add more missing [[maybe_unused]] from #4927. | bunnei |
2020-11-22 | input_common: Treat warnings as errors | Lioncash |
2020-11-19 | Modify rumble amplification | german77 |
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-14 | gc_adapter: Disable MSVC nonstandard extension warning on libusb.h | ReinUsesLisp |
2020-09-07 | gc_adapter: Make DeviceConnected() a const member function | Lioncash |
2020-09-03 | Merge pull request #4583 from lioncash/trunc | bunnei |
2020-08-26 | input_common: Fix directional deadzone values | Morph |
2020-08-26 | Project Mjölnir: Part 1 | Morph |
2020-08-25 | gc_poller: Resolve compilation warnings on MSVC | Lioncash |
2020-08-10 | Remove UI changes | ameerj |
2020-08-10 | Add range slider functionality for gc adapter | ameerj |
2020-07-26 | GCAdapter: only join worker thread if running & joinable | Brian J. Tarricone |
2020-07-25 | gc_adapter: Resolve C++20 deprecation warning | Lioncash |
2020-07-25 | gc_poller: Resolve -Wsign-compare warning | Lioncash |
2020-07-25 | gc_poller: Resolve -Wredundant-move warning | Lioncash |
2020-07-19 | Fix axis thresholding while polling | ameerj |
2020-07-17 | std::size_t where appropriate, make error message more clear if can't read | 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_poller: Mark GCButtonFactory::GetNextInput() as const | Lioncash |
2020-07-12 | gc_poller: Get rid of undefined behavior in Create() | Lioncash |
2020-07-12 | gc_poller: Silence sign conversion warnings | Lioncash |
2020-07-12 | gc_adapter: Remove deprecated usage of = in lambda captures | Lioncash |
2020-07-12 | gc_adapter: Silence sign conversion warnings | Lioncash |
2020-07-10 | Break out of scan loop if can't find adapter on first run | Ameer |
2020-07-08 | Rebase to master, fix merge conflicts | Ameer |
2020-07-08 | Merge pull request #4266 from jbeich/freebsd | bunnei |
2020-07-08 | Address comments for better clarity/signed dev count | Ameer |
2020-07-08 | Add more libusb error checks | 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 | Brace the code! Fix compile error due to class member construction order | Ameer |
2020-07-06 | Recalibrate reconnected controllers | Ameer |
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 |