Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-31 | chore: update project branding to citron | Zephyron | |
2024-01-16 | Merge remote-tracking branch 'origin/master' into typos3 | Viktor Szépe | |
2024-01-15 | Fix more typos | Viktor Szépe | |
2024-01-11 | service: hid: Create abstracted pad structure | german77 | |
2024-01-05 | hid_core: Move hid to it's own subproject | Narr the Reg | |
2023-11-11 | core: hid: Split SL and SR buttons | german77 | |
2023-05-08 | yuzu: Make 3d cube with joycon shape | Narr the Reg | |
2023-05-05 | yuzu: Add motion preview to controller input | Narr the Reg | |
2023-02-01 | yuzu: config: Draw turbo buttons with a different color | german77 | |
2023-01-19 | yuzu: Update controller colors and button names | Narr the Reg | |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | |
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | |||
2022-02-02 | yuzu: ui: Improve battery symbols | Narr the Reg | |
2021-11-24 | core/hid: Remove usage of native types, fix a couple of errors with motion | german77 | |
2021-11-24 | settings: Remove includes of core.h | german77 | |
2021-11-24 | settings: Fix controller preview not displaying the correct controller | german77 | |
2021-11-24 | core/hid: Rename NpadType to NpadStyleIndex | german77 | |
2021-11-24 | second commit lion review | german77 | |
2021-11-24 | settings: Fix Debug controller type options | german77 | |
2021-11-24 | kraken: Address comments from review | german77 | |
start lion review | |||
2021-11-24 | core/hid: Rework battery mappings | german77 | |
2021-11-24 | Morph review first wave | german77 | |
2021-11-24 | configuration: Migrate controller settings to emulated controller | german77 | |
2021-11-24 | core/hid: Only signal when needed | german77 | |
2021-11-24 | hid: Fix controller connection/disconnection | german77 | |
2021-11-24 | kraken: Fix errors from rebase and format files | german77 | |
2021-11-24 | core/hid: Add output devices | german77 | |
2021-11-24 | yuzu: Update frontend | german77 | |
2021-10-11 | Fix a few warnings | Romain Failliot | |
- configure_input_player_widget.cpp: always better to use `const auto &` whenever possible - profiler.cpp: `ev->pos()` is deprecated, replace with `ev->position()`, which returns floats, thus the addition of `.toPoint()` (same as what's happening in `pos()`) - game_list.cpp: `QString::SplitBehavior` is deprecate, use `Qt::` namespace instead | |||
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 | |