| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-18 | input_common/tas: new update method | german77 | |
| 2021-09-18 | input_common/tas: Document the main class | german77 | |
| 2021-09-18 | input_common/tas: Add swap controller | german77 | |
| 2021-09-18 | input_common/tas: Fallback to simple update | MonsterDruide1 | |
| 2021-09-18 | config: Move TAS options to it's own menu | german77 | |
| 2021-09-18 | input_common/tas: Base playback & recording system | MonsterDruide1 | |
| The base playback system supports up to 8 controllers (specified by `PLAYER_NUMBER` in `tas_input.h`), which all change their inputs simulataneously when `TAS::UpdateThread` is called. The recording system uses the controller debugger to read the state of the first controller and forwards that data to the TASing system for recording. Currently, this process sadly is not frame-perfect and pixel-accurate. Co-authored-by: Naii-the-Baf <sfabian200@gmail.com> Co-authored-by: Narr-the-Reg <juangerman-13@hotmail.com> | |||
| 2021-08-19 | Replace QPoint with QPointF where applicable | Valeri | |
| Previously, floats were implicitly cast to integers | |||
| 2021-08-04 | settings_ui: Add emulated joystick position dot to controller preview | german77 | |
| 2021-05-30 | settings: Disable controller preview if controller is not active | german77 | |
| 2021-02-15 | Merge pull request #4940 from german77/nativeGC | bunnei | |
| HID: Implement GC controller in game | |||
| 2021-02-10 | Merge pull request #5893 from lioncash/input | bunnei | |
| configure_input_player_widget: Minor cleanup | |||
| 2021-02-09 | configure_input_player_widget: Silence unused variable warnings | lat9nq | |
| Prevents clang 11 from throwing an error since these variables are unused. | |||
| 2021-02-09 | configure_input_player_widget: Reduce duplication of array accessors where ↵ | Lioncash | |
| applicable Reduces the amount of code to read in expressions a little bit by separating constituents out a little. | |||
| 2021-02-09 | configure_input_player_widget: Avoid nontrivial copies where applicable | Lioncash | |
| Previously a function was copying an array of 20 std::string instances by value. | |||
| 2021-02-09 | Use GC image | german | |
| 2021-02-08 | Settings: Add depth to Joysticks on Pro Controller preview (#5894) | Jatoxo | |
| * Add some depth to ProJoysticks * address comments * clang * address nits * fix wrong inner_offset when offset.x was 0 | |||
| 2021-02-07 | Add GC controller animation | german | |
| 2021-02-06 | Refresh controller only when necessary | german | |
| 2021-02-06 | Add SL SR vectors, change dual joycon view, add missing raw data from ↵ | german | |
| keyboard/mouse | |||
| 2021-02-06 | Add controller window and single joycon top view | german | |
| 2021-02-06 | Replace text with vectors | german | |
| 2021-02-06 | Make settings controller image change with controller input | german | |
