Commit Graph

11560 Commits (master)
 

Author SHA1 Message Date
Stenzek 2c52ff011e
Settings: Prefetch badges should default to on 20 hours ago
Stenzek 76cda3180e
Qt: Remove old achievement images directory on startup
No more thousands/tens of thousands of files.
20 hours ago
Stenzek c8a56a96ba
Qt: Adjust touchpad tooltip text 20 hours ago
Stenzek e7361775f8
FullscreenUI: Add missing settings
Web cache, folders, etc.
20 hours ago
Stenzek 1e591babc3
FullscreenUI: Keep choice over dropdown for larger lists 20 hours ago
Stenzek 3d6af6b4fc
GameDB: F1 games 20 hours ago
Stenzek b05e7ce52e
Qt: Add web cache section to advanced 20 hours ago
Stenzek 3b98973f1a
Qt: Move remaining folders to advanced settings 20 hours ago
Stenzek 5d8bad2c87
Qt: Style textures directory selector same as others 20 hours ago
Stenzek d140fbf8b2
Qt: Move screenshot/capture directories to Capture Settings 20 hours ago
Stenzek e3423e1a57
Qt: Move save states directory to memory card page
Getting rid of folders, and this is the closest logical place for it..
20 hours ago
Stenzek df47c9f53c
Qt: Move debug settings into its own category 20 hours ago
Stenzek 32ab1b70f9
Achievements: Use HTTP cache instead of loose files 20 hours ago
Stenzek 10a8f5e195
FullscreenUI: Support loading images from URLs with caching 20 hours ago
Stenzek 2f3e30ea00
Core: Remove GetHTTPUserAgent()
Only keep the HTTPCache replacement.
20 hours ago
Stenzek d618413c5d
Qt: Add AsyncPixmapLoader class 20 hours ago
Stenzek 1260891e4f
Qt: Use HTTPCache downloader for DownloadFile() 21 hours ago
Stenzek 80b93d3e04
GameList: Use HTTPCache downloader 21 hours ago
Stenzek 1c407c58d1
Achievements: Use HTTPCache's downloader 21 hours ago
Stenzek 1690c69495
Util: Add HTTPCache module 21 hours ago
Stenzek 331571b381
Util: Add ObjectArchive class 21 hours ago
Stenzek ee1fb3529b
FileSystem: Add OpenTemporaryCFile() 21 hours ago
Stenzek 574be46fe6
HTTPDownloader: Increase poll interval to 16ms
1ms is a bit silly.
21 hours ago
Stenzek 7d24e64e51
HTTPDownloader: Support setting timeout per-request 21 hours ago
Stenzek 821cab5a5a
HTTPDownloader: Support sending additional headers 21 hours ago
Stenzek 79576be41a
StringUtil: Add AppendUTF8ToWideString() 21 hours ago
Stenzek d731a65673
Common: Add OptionalWithStatus 21 hours ago
Stenzek 513643adb9
Common: Add LockedPtr 21 hours ago
Stenzek 79387759b0
ImGuiManager: Add icon type to OSD message
Allows spinner/persistent icons.
21 hours ago
bl@ck_m@ge c4481f5366
GameDB: Max speedup cycles for Monster Rancher 2 and some other fixes (#3712) 4 days ago
Stenzek aeeb592a20
FullscreenUI: Disable achievement icon download if unavailable 7 days ago
Stenzek 121ae17a3e
FullscreenUI: Remove duplicated string 7 days ago
Stenzek 911fe99f83
FullscreenUI: Use dropdown menus in settings 7 days ago
Stenzek a4c53a9055
FullscreenUI: Add menu dropdown widgets 7 days ago
Stenzek 9275e1ad77
Achievements: Add RA SVG icon variant
Can't be used for everything.
7 days ago
Charles the Thobe 99acb8fb10 ThirdParty/SmallVector: Add missing include 1 week ago
Charles the Thobe 3f52ebe015 gitignore: Add CLion generated directory 1 week ago
Stenzek 5e7be496a2
Util: Add missing includes to compress_helpers.h 1 week ago
Stenzek 7f5d9c0818
Qt: Fix conversion warning 1 week 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.
1 week ago
Connor McLaughlin 69b10bb0ae
README: Update VC runtime link 1 week ago
Stenzek 9f7c5467b9
Common: Fix non-English descriptions in Error class
Makes it more difficult to debug user issues when it's localised.
1 week 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.
1 week ago
Stenzek dff49fddcb
dep/rcheevos: Fix runtime error on oversized log message 1 week ago
Stenzek 0cc6bde718
FullscreenUI: Don't blur empty background in loading screen 2 weeks ago
Stenzek a447846acd
Qt: Remove gamelistrefreshthread.cpp/h
Not complex enough to warrant its own file now.
2 weeks 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.
2 weeks ago
Stenzek 3004aa35e3
CI: Don't double-archive builds 2 weeks ago
Mrlinkwii f1ae5b8bbb
CI: update actions/upload-artifact (#3709) 2 weeks ago
Stenzek ac06a86a36
Qt: Remove unnecessary startup semaphore 2 weeks ago