| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-20 | Merge pull request #1667 from DarkLordZach/swkbd | bunnei | |
| am: Implement HLE software keyboard applet | |||
| 2018-11-18 | configure_input: Use Joycons Docked instead of Connected as label | Zach Hilman | |
| 2018-11-18 | configure_input_player: Set minimum width on controls | Zach Hilman | |
| 2018-11-18 | configure_input: Properly update UI components on removal of player | Zach Hilman | |
| 2018-11-18 | configure_input: Make None a controller option instead of checkbox | Zach Hilman | |
| 2018-11-18 | hid: Use player-defined controller type as PREFERRED_CONTROLLER | Zach Hilman | |
| 2018-11-18 | qt: Move controller button config to separate dialog | Zach Hilman | |
| Handles button configuration for all controller layouts and debug pads. Configurable at construction. | |||
| 2018-11-18 | qt: Add UI to configure touchscreen parameters | Zach Hilman | |
| This allows adjusting the finger, diameter, and angle of the emulated touchscreen. It also provides a warning to the user about what changing these parameters can do. | |||
| 2018-11-18 | qt: Add UI to configure mouse buttons | Zach Hilman | |
| Supports setting the five mouse buttons to any valid controller button/keyboard key (Left, Right, Middle, Foward, Back) | |||
| 2018-11-18 | configure_input: Add support for multiplayer and controller types | Zach Hilman | |
| This moves the actual button configuration to a separate dialog and only has the enabled and type controls in the tab. | |||
| 2018-11-18 | yuzu/config: Add (de-)serialization for multiplayer | Zach Hilman | |
| Defaults to full keyboard for keyboard -- It did not seem to be necessary to make the keyboard configurable (besides enabled/disabled). | |||
| 2018-11-18 | Merge pull request #1640 from DarkLordZach/game-list-reload | bunnei | |
| game_list: Only reload game list after relevant settings changed | |||
| 2018-11-18 | software_keyboard: Add max and current length display to dialog | Zach Hilman | |
| 2018-11-18 | applet: Add operation completed callback | Zach Hilman | |
| 2018-11-18 | software_keyboard: Make GetText asynchronous | Zach Hilman | |
| a | |||
| 2018-11-18 | am: Allow applets to push multiple and different channels of data | Zach Hilman | |
| 2018-11-18 | am: Implement text check software keyboard mode | Zach Hilman | |
| Allows the game to verify and send a message to the frontend. | |||
| 2018-11-18 | am: Deglobalize software keyboard applet | Zach Hilman | |
| 2018-11-18 | qt/main: Register Qt Software Keyboard frontend with AM | Zach Hilman | |
| Allows using Qt provider over default. | |||
| 2018-11-18 | qt/applets: Provide Qt frontend implementation of software keyboard | Zach Hilman | |
| Implements all of the features of the keyboard, including length, default text, character validation, and UTF-16 character support. | |||
| 2018-11-16 | Merge pull request #1678 from FearlessTobi/amiibo-hotkeys | bunnei | |
| Port citra-emu/citra#4387: "yuzu: Add hotkey for Amiibo loading" | |||
| 2018-11-16 | Merge pull request #1632 from DarkLordZach/keys-manager-optimizations | bunnei | |
| game_list: Optimize game list refresh | |||
| 2018-11-16 | Fixed switching operation modes when not running a game | David Marcec | |
| The service manager seems to be a nullptr before a game boots | |||
| 2018-11-15 | Merge pull request #1618 from DarkLordZach/dump-nso | bunnei | |
| patch_manager: Add support for dumping uncompressed NSOs | |||
| 2018-11-14 | yuzu/configure_system: Mark the entropy mask string as nontranslatable | Lioncash | |
| There's no need for translators to concern themselves with the validation mask used by the entry field. | |||
| 2018-11-14 | Merge pull request #1679 from DarkLordZach/deterministic-rng-2 | bunnei | |
| svc: Use proper random entropy generation algorithm | |||
| 2018-11-13 | qt: Move Open yuzu Folder action from Help to File | Zach Hilman | |
| 2018-11-13 | svc: Use proper random entropy generation algorithm | Zach Hilman | |
| 2018-11-13 | yuzu: Add hotkey for Amiibo loading | fearlessTobi | |
| 2018-11-12 | Merge pull request #1670 from DarkLordZach/deterministic-rng | bunnei | |
| csrng: Add config option to set RNG seed | |||
| 2018-11-12 | svc: Return random seed for svcGetInfo RandomEntropy | Zach Hilman | |
| 2018-11-12 | Merge pull request #1650 from FreddyFunk/cast | bunnei | |
| yuzu/main: Fix compiler warning | |||
| 2018-11-12 | Merge pull request #1674 from FearlessTobi/fullscreen-fix | James Rowe | |
| yuzu: Add a missing "!" to fix the stuck-in-fullscreen bug | |||
| 2018-11-12 | yuzu: Add a missing "!" to fix the stuck-in-fullscreen bug | Tobias | |
| 2018-11-11 | settings: Add config option to set RNG seed | Zach Hilman | |
| 2018-11-11 | Merge pull request #1652 from FreddyFunk/static-cast | bunnei | |
| configure_system: Fix compiler warning | |||
| 2018-11-08 | Renamed CheckIfOperationChanged to OnDockedModeChanged | David Marcec | |
| 2018-11-07 | Fixups | David Marcec | |
| 2018-11-07 | Ability to switch between docked and undocked mode in-game | David Marcec | |
| Started implementation of the AM message queue mainly used in state getters. Added the ability to switch docked mode whilst in game without stopping emulation. Also removed some things which shouldn't be labelled as stubs as they're implemented correctly | |||
| 2018-11-06 | configure_system: Fix compiler warning | Frederic Laing | |
| 2018-11-06 | yuzu/main: Fix compiler warning | Frederic Laing | |
| 2018-11-05 | Merge pull request #1441 from CarlKenner/DebuggerLog | bunnei | |
| logging: Add DebuggerBackend for logging to Visual Studio | |||
| 2018-11-05 | Merge pull request #1639 from DarkLordZach/open-yuzu-folder | bunnei | |
| qt: Add help option to open yuzu folder | |||
| 2018-11-04 | Merge pull request #1625 from FernandoS27/astc | bunnei | |
| Implement ASTC Textures 5x5 and fix a bunch of ASTC texture problems | |||
| 2018-11-05 | Fix quickstart link | Dharmin K Shah | |
| 2018-11-03 | game_list: Only reload game list after relevant settings changed | Zach Hilman | |
| Prevents unnecessary reloads on every configuration operation. | |||
| 2018-11-03 | qt: Add help option to open yuzu folder | Zach Hilman | |
| Opens a new file manager window at the UserDir. | |||
| 2018-11-01 | game_list: Make add-ons column optional | Zach Hilman | |
| As the add-ons column takes the most processing time out of any (as it needs to search registration for updates/dlc, patch control NCAs, search for mods, etc.), an option was added to disable it. This does not affect the application of add-ons. In large game collections, this decreases game list refresh time by as much as 70%. | |||
| 2018-11-01 | Fix ASTC Decompressor to support depth parameter | FernandoS27 | |
| 2018-11-01 | Merge pull request #1615 from lioncash/input | bunnei | |
| configure_system: Contrain profile usernames to 32 characters | |||
