| 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 | 5 | -35/+334 | |
| | | |||||
| * | input_common: Move button names to the frontend | 2021-11-24 | 10 | -49/+55 | |
| | | |||||
| * | input_common: Fix SDL controller with inverted axis | 2021-11-24 | 2 | -24/+8 | |
| | | |||||
| * | kraken: Address comments from review | 2021-11-24 | 12 | -26/+14 | |
| | | | | | 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 | 6 | -26/+84 | |
| | | |||||
| * | core/hid: Improve accuracy of the keyboard implementation | 2021-11-24 | 4 | -4/+68 | |
| | | |||||
| * | input_common: Fix motion from 3 axis | 2021-11-24 | 1 | -0/+2 | |
| | | |||||
| * | core/hid: Prevent Emulated controller from flapping with multiple inputs devices | 2021-11-24 | 2 | -23/+12 | |
| | | |||||
| * | core/hid: Fully emulate motion from button | 2021-11-24 | 2 | -1/+22 | |
| | | |||||
| * | second commit lion review | 2021-11-24 | 7 | -21/+21 | |
| | | |||||
| * | settings: Fix Debug controller type options | 2021-11-24 | 5 | -49/+52 | |
| | | |||||
| * | kraken: Address comments from review | 2021-11-24 | 15 | -223/+254 | |
| | | | | | 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 | |
| | | |||||
| * | core/hid: Rework battery mappings | 2021-11-24 | 2 | -4/+37 | |
| | | |||||
| * | input_common: Add manual update options to input devices | 2021-11-24 | 3 | -0/+37 | |
| | | |||||
| * | settings: Fix mouse and keyboard mappings | 2021-11-24 | 4 | -1/+22 | |
| | | |||||
| * | kraken: Address comments from review | 2021-11-24 | 4 | -5/+9 | |
| | | | | | review fixes | ||||
| * | service/hid: Fix gesture input | 2021-11-24 | 2 | -2/+29 | |
| | | |||||
| * | configuration: Migrate controller settings to emulated controller | 2021-11-24 | 1 | -0/+10 | |
| | | |||||
| * | 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 | 10 | -27/+24 | |
| | | |||||
| * | core/hid: Add output devices | 2021-11-24 | 11 | -29/+117 | |
| | | |||||
| * | input_common: Rewrite main and add the new drivers | 2021-11-24 | 2 | -49/+330 | |
| | | |||||
| * | input_common: Remove obsolete files | 2021-11-24 | 5 | -444/+0 | |
| | | |||||
| * | input_common: Rewrite SDL | 2021-11-24 | 6 | -1757/+950 | |
| | | |||||
| * | input_common: Rewrite udp client | 2021-11-24 | 5 | -441/+54 | |
| | | |||||
| * | input_common: Rewrite tas input | 2021-11-24 | 5 | -840/+2 | |
| | | |||||
| * | input_common: Rewrite gc_adapter | 2021-11-24 | 8 | -827/+848 | |
| | | |||||
| * | input_common: Rewrite touch | 2021-11-24 | 3 | -0/+99 | |
| | | |||||
| * | input_common: Rewrite mouse | 2021-11-24 | 7 | -751/+217 | |
| | | |||||
| * | input_common: Rewrite keyboard | 2021-11-24 | 6 | -488/+53 | |
| | | |||||
| * | input_common: Move touch and analog from button. Move udp protocol | 2021-11-24 | 10 | -132/+172 | |
| | | |||||
| * | input_common: Create input poller and mapping | 2021-11-24 | 6 | -0/+1305 | |
| | | |||||
| * | input_common: Create input_engine | 2021-11-24 | 2 | -0/+585 | |
| | | |||||
| * | Revert "input_common: Fix data race on GC implementation" | 2021-10-23 | 2 | -120/+115 | |
| | | |||||
| * | Merge pull request #6515 from german77/gc_thread_safe | 2021-10-23 | 2 | -115/+120 | |
| |\ | | | | | input_common: Fix data race on GC implementation | ||||
| | * | input_common: Fix data race on GC implementation | 2021-08-07 | 2 | -115/+120 | |
| | | | |||||
| * | | input_common: Fix VS2022 compilation errors | 2021-10-20 | 1 | -39/+35 | |
| | | | |||||
| * | | input_common/sdl: Fix joystick range | 2021-10-11 | 1 | -3/+4 | |
| | | | |||||