Age | Commit message (Expand) | Author |
2021-11-24 | input_common: Rewrite gc_adapter | german77 |
2021-02-06 | Make settings controller image change with controller input | german |
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-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-25 | gc_poller: Resolve -Wsign-compare warning | Lioncash |
2020-07-25 | gc_poller: Resolve -Wredundant-move warning | Lioncash |
2020-07-14 | Rebase to master | Ameer |
2020-07-14 | Fix crash if gc configured but adapter not connected | Ameer |
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-07 | Address PR feedback, fix axis button thresholding | Ameer |
2020-07-06 | Brace the code! Fix compile error due to class member construction order | Ameer |
2020-07-06 | Save origin state of GC controller analog features, compare against origin fo... | Ameer |
2020-07-03 | Address lioncash feedback: Log formatting, extern const PadButtonArray, littl... | Ameer |
2020-07-02 | Add LR triggers as axes, half press to initiate a press, add GC axis id in co... | Ameer |
2020-06-30 | Address feedback regarding increments, const vars, and general cleanup | 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-21 | Tidy up the pointers, use pair over tuple where appropriate | 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 | Singleton GC Adapter class, remove globals, fix naming convention | Ameer |
2020-06-21 | Clang Formatting | Ameer |
2020-06-21 | GC Adapter Implementation | Ameer |