| Commit message (Expand) | Author | Files | Lines |
2021-02-06 | Make settings controller image change with controller input | german | 1 | -0/+10 |
2020-12-27 | Allow to invert analog axis with right click | german | 1 | -7/+21 |
2020-11-24 | input_common: Fix typo in gc_poller.cpp with [[maybe_unused]]. | bunnei | 1 | -2/+2 |
2020-11-24 | input_common: Add more missing [[maybe_unused]] from #4927. | bunnei | 1 | -1/+2 |
2020-11-22 | input_common: Treat warnings as errors | Lioncash | 1 | -1/+0 |
2020-11-19 | Modify rumble amplification | german77 | 1 | -2/+2 |
2020-11-16 | input_common: Add VibrationDevice and VibrationDeviceFactory | Morph | 1 | -10/+40 |
2020-10-29 | Add hotplug, rumble and fix 3rd party adapters for the GC adapter | german | 1 | -58/+70 |
2020-10-16 | input_common/CMakeLists: Make some warnings errors | Lioncash | 1 | -23/+25 |
2020-09-07 | gc_adapter: Make DeviceConnected() a const member function | Lioncash | 1 | -7/+7 |
2020-08-26 | input_common: Fix directional deadzone values | Morph | 1 | -1/+1 |
2020-08-26 | Project Mjölnir: Part 1 | Morph | 1 | -1/+1 |
2020-08-26 | gc_poller: Resolve compilation warnings on MSVC | Lioncash | 1 | -3/+5 |
2020-08-10 | Remove UI changes | ameerj | 1 | -1/+1 |
2020-08-10 | Add range slider functionality for gc adapter | ameerj | 1 | -7/+7 |
2020-07-25 | gc_poller: Resolve -Wsign-compare warning | Lioncash | 1 | -1/+2 |
2020-07-25 | gc_poller: Resolve -Wredundant-move warning | Lioncash | 1 | -2/+1 |
2020-07-14 | Fix crash if gc configured but adapter not connected | Ameer | 1 | -12/+22 |
2020-07-12 | gc_poller: Mark GCButtonFactory::GetNextInput() as const | Lioncash | 1 | -1/+1 |
2020-07-12 | gc_poller: Get rid of undefined behavior in Create() | Lioncash | 1 | -0/+4 |
2020-07-12 | gc_poller: Silence sign conversion warnings | Lioncash | 1 | -1/+1 |
2020-07-07 | Address PR feedback, fix axis button thresholding | Ameer | 1 | -12/+3 |
2020-07-07 | Brace the code! Fix compile error due to class member construction order | Ameer | 1 | -3/+4 |
2020-07-07 | Save origin state of GC controller analog features, compare against origin for input detection | Ameer | 1 | -4/+13 |
2020-07-03 | Address lioncash feedback: Log formatting, extern const PadButtonArray, little touch ups | Ameer | 1 | -4/+5 |
2020-07-02 | Add LR triggers as axes, half press to initiate a press, add GC axis id in config, clarify some code blocks for better readability | Ameer | 1 | -10/+22 |
2020-06-30 | Address feedback regarding increments, const vars, and general cleanup | Ameer | 1 | -10/+7 |
2020-06-24 | padbutton enum class and struct initiailization | Ameer | 1 | -3/+4 |
2020-06-23 | cleanup check access, read, and factory GetNextInput funcs. Use size rather than magic number | Ameer | 1 | -56/+18 |
2020-06-22 | Tidy up the pointers, use pair over tuple where appropriate | Ameer | 1 | -19/+17 |
2020-06-22 | shared_ptr for the GC adapter class, constexpr constants | Ameer | 1 | -12/+12 |
2020-06-22 | std::arrays where appropriate, clear q in adapter class, other touch ups | Ameer | 1 | -15/+1 |
2020-06-22 | Singleton GC Adapter class, remove globals, fix naming convention | Ameer | 1 | -60/+65 |
2020-06-21 | Clang Formatting | Ameer | 1 | -28/+28 |
2020-06-21 | GC Adapter Implementation | Ameer | 1 | -0/+310 |