Rodney

Results 51 issues of Rodney

### Description This PR significantly improves search performance in the hotkey settings tab. The original author had the right idea with disabling updates so the list would not be continuously...

Enhancement
Seeking Testers
UI/UX

### Description Waits with loading hotkeys until the user clicks on the settings tab. The user sees a message while the tab is still loading: ![2023-02-12_01-37-46_fIunMq](https://user-images.githubusercontent.com/3123295/218287131-38387a08-92f4-4c9f-a180-132a3829a90c.png) ### Motivation and Context...

Enhancement
Seeking Testers
UI/UX

### Description Adds support for delta patches created with Zstandard rather than bsdiff. ToDo: - [x] Add support to [bouf](https://github.com/obsproject/bouf) + Supported added in [v0.4.0](https://github.com/obsproject/bouf/releases/tag/v0.4.0) - [x] Add Zstandard to...

Enhancement
Windows

### Description Changes the config file implementation to save default values in case no user-provided value has been set. ### Motivation and Context Migrations make life diffcult when we change...

Enhancement

### Description Makes Windows builds *mostly* reproducible using undocumented (but working) MSVC compiler/linker options and dropping the Qt Resource Compiler version to 1 (since 2+ includes last-modified timestamps). PDBs won't...

Seeking Testers
Windows

### Description This PR merges nix-update and win-update, upgrades OBS to Sparkle 2.3.1, and adds support for update channels on macOS. Closes #7869 if merged first. ToDo: - [x] Figure...

Seeking Testers
macOS

### Description Adds text warnings with optional URLs to window and game capture to notify users about incompatibilities using the new text labels introduced in #5160. The update mechanism for...

Seeking Testers
Windows

### Description When checking for running OBS instance ensure the executable of an OBS process is actually residing the the directory we want to update. Based on an old WIP...

Windows

### Description Removes remaining support for updating a 32 bit OBS build from the updater. (Ideally this should be merged after * #8070 * #8114 * #8115 so I only...

Code Cleanup
Windows

### Description - Disables beta/rc tags being published to live page - Runs version update step for `workflow_dispatch` as well - Sphinx output is now created without `.html` suffix in...

CI