| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tas_input: Use u8string_view instead of u8string | 2021-12-13 | 2 | -6/+7 | |
| | | | | | Same behavior, but without the potential for extra allocations. | ||||
| * | tas_input: Remove unused std::smatch variable | 2021-12-13 | 1 | -2/+0 | |
| | | | | | This also means we can get rid of the dependency on <regex> | ||||
| * | tas_input: Amend -Wdocumentation warnings | 2021-12-13 | 2 | -28/+30 | |
| | | | | | Parameters shouldn't have the colon by their name. | ||||
| * | tas_input: Make TasAxes enum an enum class | 2021-12-13 | 2 | -5/+14 | |
| | | | | | | Prevents these values from potentially clashing with anything in other headers. | ||||
| * | input_common: Fix error with thread name | 2021-11-29 | 1 | -2/+1 | |
| | | |||||
| * | input_common: Fully implement UDP controllers | 2021-11-26 | 2 | -8/+254 | |
| | | |||||
| * | input_common: Move button names to the frontend | 2021-11-24 | 6 | -33/+35 | |
| | | |||||
| * | input_common: Fix SDL controller with inverted axis | 2021-11-24 | 1 | -23/+0 | |
| | | |||||
| * | kraken: Address comments from review | 2021-11-24 | 10 | -23/+11 | |
| | | | | | Fix compiler bug | ||||
| * | core/hid: Improve accuary of mouse implementation | 2021-11-24 | 2 | -8/+14 | |
| | | |||||
| * | core/hid: Fully implement native mouse | 2021-11-24 | 2 | -6/+32 | |
| | | |||||
| * | input_common: Allow keyboard to be backwards compatible | 2021-11-24 | 2 | -14/+52 | |
| | | |||||
| * | core/hid: Improve accuracy of the keyboard implementation | 2021-11-24 | 2 | -4/+56 | |
| | | |||||
| * | core/hid: Prevent Emulated controller from flapping with multiple inputs devices | 2021-11-24 | 2 | -23/+12 | |
| | | |||||
| * | second commit lion review | 2021-11-24 | 6 | -19/+18 | |
| | | |||||
| * | settings: Fix Debug controller type options | 2021-11-24 | 1 | -1/+0 | |
| | | |||||
| * | kraken: Address comments from review | 2021-11-24 | 7 | -23/+23 | |
| | | | | | start lion review | ||||
| * | input_common: Revert deleted TAS functions | 2021-11-24 | 2 | -18/+19 | |
| | | |||||
| * | input_common: Fix GC adapter initialization | 2021-11-24 | 1 | -12/+12 | |
| | | | | | Fix GC controller | ||||
| * | input_common: Fix UDP uuid | 2021-11-24 | 2 | -1/+11 | |
| | | |||||
| * | input_common: Add multiple vibration curves | 2021-11-24 | 1 | -14/+19 | |
| | | |||||
| * | settings: Fix mouse and keyboard mappings | 2021-11-24 | 2 | -1/+17 | |
| | | |||||
| * | kraken: Address comments from review | 2021-11-24 | 2 | -2/+4 | |
| | | | | | review fixes | ||||
| * | service/hid: Fix gesture input | 2021-11-24 | 2 | -2/+29 | |
| | | |||||
| * | core/hid: Fix rumble too strong at 1% | 2021-11-24 | 1 | -1/+19 | |
| | | |||||
| * | core/hid: Only signal when needed | 2021-11-24 | 5 | -23/+84 | |
| | | |||||
| * | kraken: Fix errors from rebase and format files | 2021-11-24 | 3 | -3/+4 | |
| | | |||||
| * | core/hid: Add output devices | 2021-11-24 | 4 | -6/+14 | |
| | | |||||
| * | input_common: Rewrite SDL | 2021-11-24 | 2 | -0/+1035 | |
| | | |||||
| * | input_common: Rewrite udp client | 2021-11-24 | 2 | -0/+491 | |
| | | |||||
| * | input_common: Rewrite gc_adapter | 2021-11-24 | 4 | -0/+1131 | |
| | | |||||
| * | input_common: Rewrite touch | 2021-11-24 | 2 | -0/+97 | |
| | | |||||
| * | input_common: Rewrite mouse | 2021-11-24 | 2 | -0/+215 | |
| | | |||||
| * | input_common: Rewrite keyboard | 2021-11-24 | 2 | -0/+79 | |