Commit Graph

11523 Commits (v0.1-11026)
 

Author SHA1 Message Date
Stenzek 5e7be496a2
Util: Add missing includes to compress_helpers.h 3 months ago
Stenzek 7f5d9c0818
Qt: Fix conversion warning 3 months ago
Davide Pesavento d001c8f806
Qt: Fix InputBindingWidget tooltip (#3710)
Ensure the bindings are listed first in all cases, followed by
the help text.

Regression from f7f93cc299.
3 months ago
Connor McLaughlin 69b10bb0ae
README: Update VC runtime link 3 months ago
Stenzek 9f7c5467b9
Common: Fix non-English descriptions in Error class
Makes it more difficult to debug user issues when it's localised.
3 months ago
Stenzek a6f7ff6846
Achievements: Supply error message for non-HTTP client errors
Avoids rc_client reading off the end of a non-null terminated string.
3 months ago
Stenzek dff49fddcb
dep/rcheevos: Fix runtime error on oversized log message 3 months ago
Stenzek 0cc6bde718
FullscreenUI: Don't blur empty background in loading screen 3 months ago
Stenzek a447846acd
Qt: Remove gamelistrefreshthread.cpp/h
Not complex enough to warrant its own file now.
3 months ago
Stenzek 7659a70c15
Common: Get rid of multiple virtuals in ProgressCallback
Do all the checking for value changes in the base class, and add
a mutator that allows all state to be changed atomically.

Reduces flicker when changing state.
3 months ago
Stenzek 3004aa35e3
CI: Don't double-archive builds 3 months ago
Mrlinkwii f1ae5b8bbb
CI: update actions/upload-artifact (#3709) 3 months ago
Stenzek ac06a86a36
Qt: Remove unnecessary startup semaphore 3 months ago
Stenzek 1d119ba189
Cheats: Reapply restorable codes after state load
Avoids having a single frame where the patch isn't applied.
3 months ago
Stenzek aecd1a64f1
Cheats: Disable restorable cheats before saving state
And then roll them back after saving.

Stops these cheats being "baked" into the save state, but we still
retain the tainted flag.
3 months ago
Stenzek bf3ae80ddf
ImGuiManager: Remove redundant texture bind 3 months ago
Stenzek ce83fa5f5c
FullscreenUI: Fix background blur drawn twice 3 months ago
Stenzek 41205d2d24
FullscreenUI: Fix invalid pause menu with external shutdown in achievements view 3 months ago
Stenzek 89d7579e5f
Achievements: Disable encore mode when spectator enabled
All achievements are unlocked when spectator mode is enabled anyway.
3 months ago
Stenzek 48a403b8ab
Achievements: Display a warning when spectator/encore mode is enabled 3 months ago
Stenzek 58b309fec4
Achievements: Store pinned achievements sorted
Use binary search for lookup, now that we're querying it for every
unlocked achievement in the list.
3 months ago
Stenzek 8161d65973
Achievements: Allow unpinning of achievements with empty progress
Undo the state mentioned in previous commit.
3 months ago
Stenzek 653b0e39eb
Achievements: Don't display empty pinned achievements without progress
Can happen if progress goes backwards (e.g. reset, spectator/encore
mode)
3 months ago
Stenzek 699922a370
Data: Update SDL Game Controller DB 3 months ago
Stenzek cd539c0cfd
Deps: Update to 20260404 3 months ago
Stenzek bbd36606d6
Cheats: Drop extern from declarations 3 months ago
Anderson Cardoso ed7261d9ee
Atualização Português do Brasil (#3708)
Atualizado para a última versão
3 months ago
Stenzek bdd796c6d9
FileSystem: Remove GetDisplayNameFromPath()
Was only needed for Android scoped storage, and I have a much better way
of handling that now.
3 months ago
Stenzek 9b0a4ec559
FullscreenUI: Fix OSD message background when guest display off
We don't want to disable blur, because then you get a colour change when
it turns back on.
3 months ago
Stenzek ac88e79382
FullscreenUI: Fix settings navbar icon in light theme 3 months ago
Stenzek 383331ddb4
FullscreenUI: Adjust light theme background alpha
Also improve legibility.
3 months ago
Stenzek a081ecfdb6
FullscreenUI: Disable text shadow in light themes
Improves legibility.
3 months ago
Stenzek cd6ab843ff
FullscreenUI: Add PopupHighlight colour
Fixes inability to differentiate popup menu items in light theme.
3 months ago
Stenzek 34c957e8f8
FullscreenUI: Fix submenu icon colours in light themes 3 months ago
Stenzek f512f493c3
Qt: Round borders on tree views 3 months ago
Stenzek 8197817055
Qt: Make game list settings slightly less ugly 3 months ago
Stenzek 9eaa6735ca
ImGuiOverlays: Add blur background to save state selector 3 months ago
Anderson Cardoso ffb33c281d
Atualização Português do Brasil (#3707)
Atualizado para a última versão
3 months ago
Stenzek 459a6fcfef
Deps: Update to 20260328 4 months ago
Stenzek 4e353ea00e
Deps: Update bundled ffmpeg headers to 8.1.0 4 months ago
Víctor "IlDucci 773fe4b886
Spanish (Spain) translation update (#3706)
Monthly update of the Spanish (Spain) translation.
4 months ago
Stenzek 125c3ec70f
Qt: Respond to QScreen refresh rate changes 4 months ago
Stenzek 7485d7ce8c
WindowInfo: Remove QueryRefreshRateForWindow()
No longer needed.
4 months ago
Stenzek 13ab70f47f
Qt: Use QScreen for refresh rate queries
At some point this started giving fractional values.

Fixes incorrect refresh rate detection when dragging windows between
displays.
4 months ago
Stenzek a7f2edd95f
FullscreenUI: Make menu border slightly less ugly 4 months ago
Stenzek aebca6a951
ImGuiOverlays: Use outline text for OSD 4 months ago
Stenzek 805dce4ade
FullscreenUI: Add outline renderer 4 months ago
Stenzek 0f7eed06cc
dep/imgui: Update to 3a26b64 4 months ago
Stenzek efa974193b
Qt: Warn when changing renderer for the first time 4 months ago
Stenzek 28c34feeb6
Qt: Use saveAndReloadGameSettings() instead of manual save 4 months ago