| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-18 | configure_input_player: Fixes motion mapping using ConfigureButtonClick | Morph | |
| 2020-09-17 | configure_input_player: Re-add "Clear" context menu option | Morph | |
| The context menu was removed in Mjölnir Part 1 as part of the input rewrite as we were unaware of it's usage statistics. However, as this was the only way to clear the inputs of individual buttons, this PR will re-add it back in. | |||
| 2020-09-17 | Merge pull request #4594 from german77/MotionHID | bunnei | |
| hid/configuration: Implement motion controls to HID | |||
| 2020-09-10 | Merge pull request #4597 from Morph1984/mjolnir-p2 | bunnei | |
| Project Mjölnir: Part 2 - Controller Applet | |||
| 2020-09-10 | Merge pull request #4608 from lioncash/sign3 | bunnei | |
| configure_input_player: Resolve sign conversion warnings in UpdateMappingWithDefaults() | |||
| 2020-09-05 | configure_input: Hook up the motion button and checkbox | Morph | |
| This allows toggling motion on or off, and allows access to the motion configuration. Also changes the [waiting] text for motion buttons to Shake! as this is how motion is connected to a player. | |||
| 2020-09-04 | Add cemu hook changes related to PR #4609 | german | |
| 2020-09-04 | configure_input_player: Show/hide motion buttons based on the controller | Morph | |
| 2020-09-04 | Include HID and configuration changes related to motion | german | |
| 2020-09-04 | clang-format | Morph | |
| 2020-09-04 | Project Mjölnir: Part 2 - Controller Applet | Morph | |
| Co-authored-by: Its-Rei <kupfel@gmail.com> | |||
| 2020-08-30 | Address second batch of reviews | FearlessTobi | |
| 2020-08-29 | configure_input_player: Resolve sign conversion warnings in ↵ | Lioncash | |
| UpdateMappingWithDefaults() Prevents sign mismatch warnings in the loop conditionals. | |||
| 2020-08-29 | Reolve reorder warning | FearlessTobi | |
| 2020-08-29 | Address review comments and fix code compilation | FearlessTobi | |
| 2020-08-29 | yuzu: Add motion and touch configuration | FearlessTobi | |
| 2020-08-29 | yuzu/configuration: Fix index out of bounds for default_analogs | Morph | |
| 2020-08-27 | input_common: Eliminate most global state | Lioncash | |
| Abstracts most of the input mechanisms under an InputSubsystem class that is managed by the frontends, eliminating any static constructors and destructors. This gets rid of global accessor functions and also allows the frontends to have a more fine-grained control over the lifecycle of the input subsystem. This also makes it explicit which interfaces rely on the input subsystem instead of making it opaque in the interface functions. All that remains to migrate over is the factories, which can be done in a separate change. | |||
| 2020-08-26 | configure_input_player: Fix modifier scale button mapping | Morph | |
| 2020-08-26 | configuration/input: Add support for mouse button clicks | Morph | |
| Supports the Left, Right, Middle, Backward and Forward mouse buttons. | |||
| 2020-08-26 | Address feedback | Morph | |
| 2020-08-26 | Project Mjölnir: Part 1 | Morph | |
| Co-authored-by: James Rowe <jroweboy@gmail.com> Co-authored-by: Its-Rei <kupfel@gmail.com> | |||
| 2020-08-21 | Merge pull request #4541 from MerryMage/yolo | bunnei | |
| dynarmic: Add unsafe optimizations | |||
| 2020-08-18 | Merge pull request #4532 from lioncash/object-name | bunnei | |
| configuration_shared: Simplify name lookup in highlighting functions | |||
| 2020-08-17 | Merge pull request #4535 from lioncash/fileutil | bunnei | |
| common/fileutil: Convert namespace to Common::FS | |||
| 2020-08-17 | Merge pull request #4540 from lioncash/tr3 | bunnei | |
| configure_hotkeys: Don't translate empty strings | |||
| 2020-08-16 | Address feedback, add shader compile notifier, update setting text | ameerj | |
| 2020-08-16 | dynarmic: Add unsafe optimizations | MerryMage | |
| 2020-08-16 | configure_hotkeys: Don't translate empty strings | Lioncash | |
| There's no need to translate an empty string. This just gives translators unnecessary work. | |||
| 2020-08-16 | common/fileutil: Convert namespace to Common::FS | Lioncash | |
| Migrates a remaining common file over to the Common namespace, making it consistent with the rest of common files. This also allows for high-traffic FS related code to alias the filesystem function namespace as namespace FS = Common::FS; for more concise typing. | |||
| 2020-08-14 | configuration_shared: Simplify name lookup in highlighting functions | Lioncash | |
| We can query the given object name directly from the widget itself. This removes any potential for forgetting to change the name if the widget gets renamed and makes the API much simpler (just pass in the widget, and not worry about its name). | |||
| 2020-08-13 | General: Tidy up clang-format warnings part 2 | Lioncash | |
| 2020-08-03 | yuzu: Resolve C++20 deprecation warnings related to lambda captures | Lioncash | |
| C++20 deprecates capturing the this pointer via the '=' capture. Instead, we replace it or extend the capture specification. | |||
| 2020-08-03 | Merge pull request #4263 from lat9nq/fix-screencaps-2 | David | |
| screenshots: Option to save screenshots immediately in a specified directory + Linux workaround | |||
| 2020-07-28 | configure_graphics: Remove Force 30 FPS mode | Morph | |
| The introduction of multicore rendered this setting non-functional as timing code was changed. This removes the setting entirely. | |||
| 2020-07-26 | config: Make the save-as identifier more consistent | lat9nq | |
| Solves an issue with restoring the value upon reloading program. | |||
| 2020-07-26 | yuzu/configure_debug: Remove duplicated checkboxes | FearlessTobi | |
| Those are already found in the Filesystem tab. They were added back to the Debug tab by mistake in the Vulkan PR. | |||
| 2020-07-20 | configure_ui: Ensure a separator follows the returned path | lat9nq | |
| 2020-07-20 | configure_ui: don't use an empty string | lat9nq | |
| If the user had cancelled, it would clear the text box. That behavior was sanitized underneath, but may anyways cause inconveniences. | |||
| 2020-07-20 | configuration: Setup UI to config screenshot path and saving | lat9nq | |
| This adds two options to the General -> UI tab. The first disables picking a place to save the file. The second chooses a default directory for saving screenshots. | |||
| 2020-07-19 | configure_graphics_advnaced: clang-format mk ii | lat9nq | |
| 2020-07-19 | configure_graphics_advanced: Fix oversight from rebase | lat9nq | |
| 2020-07-19 | configuration_shared: Remove unused functions | lat9nq | |
| These were only kept for compatibility with old code during testing. | |||
| 2020-07-19 | configuration: Use forward declares and remove extraneous structs | lat9nq | |
| 2020-07-19 | configuration_shared: Make CheckState strongly typed | lat9nq | |
| Also gets rid of unnecessary explicit namespace usage. | |||
| 2020-07-19 | clang-format | lat9nq | |
| 2020-07-19 | configuration_shared: Break up tracker structs to respective classes | lat9nq | |
| One less global variable. | |||
| 2020-07-19 | configure_system: break instead of semicolon | lat9nq | |
| Makes the code more readable Co-Authored-By: LC <lioncash@users.noreply.github.com> | |||
| 2020-07-19 | clang-format | lat9nq | |
| 2020-07-19 | configure_system: Highlight labels on startup | lat9nq | |
| whoops | |||
