| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | input_common: Eliminate most global state | Lioncash | 2020-08-27 | 2 | -153/+227 |
| |/ / |
|
| * | | input_common/main: Add "/Mouse" to the display name | Morph | 2020-08-26 | 1 | -1/+1 |
| * | | input_common: Fix directional deadzone values | Morph | 2020-08-26 | 2 | -2/+2 |
| * | | Address feedback | Morph | 2020-08-26 | 5 | -44/+32 |
| * | | Project Mjölnir: Part 1 | Morph | 2020-08-26 | 11 | -102/+798 |
| |/ |
|
| * | General: Tidy up clang-format warnings part 2 | Lioncash | 2020-08-13 | 1 | -4/+2 |
| * | Remove UI changes | ameerj | 2020-08-10 | 2 | -2/+2 |
| * | Add range slider functionality for gc adapter | ameerj | 2020-08-10 | 1 | -7/+7 |
| * | undo unnecessary newlines, slider range 50-150 | Ameer | 2020-08-10 | 1 | -1/+1 |
| * | Add range slider for analog sticks | Ameer | 2020-08-10 | 1 | -11/+14 |
| * | GCAdapter: only join worker thread if running & joinable | Brian J. Tarricone | 2020-07-26 | 1 | -1/+3 |
| * | Merge pull request #4418 from lioncash/udp-warn | bunnei | 2020-07-25 | 1 | -1/+0 |
| |\ |
|
| | * | udp/client: Remove unused boost include | Lioncash | 2020-07-25 | 1 | -1/+0 |
| * | | gc_adapter: Resolve C++20 deprecation warning | Lioncash | 2020-07-25 | 1 | -1/+1 |
| * | | gc_poller: Resolve -Wsign-compare warning | Lioncash | 2020-07-25 | 1 | -1/+2 |
| * | | gc_poller: Resolve -Wredundant-move warning | Lioncash | 2020-07-25 | 1 | -2/+1 |
| |/ |
|
| * | Fix axis thresholding while polling | ameerj | 2020-07-19 | 1 | -5/+2 |
| * | std::size_t where appropriate, make error message more clear if can't read | ameerj | 2020-07-17 | 1 | -3/+4 |
| * | Refactor adapter code | Ameer | 2020-07-16 | 2 | -179/+44 |
| * | Rebase to master | Ameer | 2020-07-14 | 7 | -31/+48 |
| |\ |
|
| | * | Fix crash if gc configured but adapter not connected | Ameer | 2020-07-14 | 2 | -15/+25 |
| | * | Merge pull request #4314 from lioncash/input-warn | bunnei | 2020-07-14 | 4 | -11/+15 |
| | |\ |
|
| | | * | gc_poller: Mark GCButtonFactory::GetNextInput() as const | Lioncash | 2020-07-12 | 2 | -2/+2 |
| | | * | gc_poller: Get rid of undefined behavior in Create() | Lioncash | 2020-07-12 | 1 | -0/+4 |
| | | * | gc_poller: Silence sign conversion warnings | Lioncash | 2020-07-12 | 1 | -1/+1 |
| | | * | gc_adapter: Remove deprecated usage of = in lambda captures | Lioncash | 2020-07-12 | 1 | -1/+1 |
| | | * | gc_adapter: Silence sign conversion warnings | Lioncash | 2020-07-12 | 2 | -7/+7 |
| | * | | Merge pull request #4315 from lioncash/udp-warn | bunnei | 2020-07-14 | 1 | -1/+1 |
| | |\ \ |
|
| | | * | | udp: Silence a C++20 deprecation warning | Lioncash | 2020-07-12 | 1 | -1/+1 |
| | | |/ |
|
| | * | | input_common: drop unused libusb.h include | Ameer | 2020-07-14 | 1 | -1/+0 |
| | * | | input_common: make libusb private to gc_adapter | Jan Beich | 2020-07-13 | 3 | -3/+7 |
| | * | | cmake: pass libusb include directory as well | Jan Beich | 2020-07-09 | 1 | -0/+1 |
| | |/ |
|
| * | | Break out of scan loop if can't find adapter on first run | Ameer | 2020-07-10 | 1 | -0/+3 |
| * | | Rebase to master, fix merge conflicts | Ameer | 2020-07-08 | 2 | -10/+30 |
| |\| |
|
| | * | Merge pull request #4266 from jbeich/freebsd | bunnei | 2020-07-08 | 1 | -0/+1 |
| | |\ |
|
| | | * | input_common/gcadapter: add missing C++11 header required by libc++ | Jan Beich | 2020-07-07 | 1 | -0/+1 |
| | * | | Address comments for better clarity/signed dev count | Ameer | 2020-07-08 | 1 | -11/+15 |
| | * | | Add more libusb error checks | Ameer | 2020-07-08 | 1 | -3/+18 |
| | |/ |
|
| * | | Address PR feedback, fix axis button thresholding | Ameer | 2020-07-07 | 3 | -58/+22 |
| * | | Brace the code! Fix compile error due to class member construction order | Ameer | 2020-07-06 | 2 | -15/+31 |
| * | | Recalibrate reconnected controllers | Ameer | 2020-07-06 | 1 | -0/+5 |
| * | | Save origin state of GC controller analog features, compare against origin fo... | Ameer | 2020-07-06 | 3 | -28/+72 |
| |/ |
|
| * | Fix for always firing triggers on some controllers, trigger threshold more un... | Ameer | 2020-07-04 | 2 | -5/+5 |
| * | Address lioncash feedback: Log formatting, extern const PadButtonArray, littl... | Ameer | 2020-07-03 | 3 | -24/+32 |
| * | Fix unnecessary diffs | Ameer | 2020-07-02 | 3 | -3/+3 |
| * | Add LR triggers as axes, half press to initiate a press, add GC axis id in co... | Ameer | 2020-07-02 | 2 | -10/+34 |
| * | Reset adapter state on init, fixes errors relating driver hang from unexpecte... | Ameer | 2020-07-01 | 2 | -0/+9 |
| * | Address feedback regarding increments, const vars, and general cleanup | Ameer | 2020-06-30 | 2 | -24/+21 |
| * | fix implicit conversion of size_t type to int | Ameer | 2020-06-30 | 1 | -1/+1 |
| * | left const auto&, comment punctuation. | Ameer J | 2020-06-26 | 1 | -2/+2 |