Commit Graph

480 Commits (v0.1-11443)

Author SHA1 Message Date
Stenzek fa167cab85
FullscreenUI: Add InputTextWithIcon() 3 months ago
Stenzek 2f8e9a8510
MSBuild: Enable strict aliasing for clang 4 months ago
Stenzek 4cf5f38a8c
Qt: Add ThemeSVGIconEngine to replace use of Qt SVG
Uses plutosvg to render icons with a different colour scheme dependent
on the text colour. No more duplicating all the icons.
4 months ago
Stenzek 83a1b0c450
Deps: Update to 20260526 4 months ago
Stenzek 2307ad9b0f
CMake: Drop Win32/MSVC specific paths. Use MSBuild.
This was never supported, and hasn't been updated in a while anyway.
4 months ago
Stenzek 77ecf99398
MSBuild: Enable segment heap via vsprops 4 months ago
Stenzek f6da96077b
CI: Bump dependencies to 20260512
Also update the Windows builder to use VS2026, and the Linux builders to
use clang-20.
4 months ago
Stenzek 6f8f4885e1
dep/imgui: Handle ClearTexData() for RendererHasTextures case
Don't leave textures in the updating state after clearing font data.
5 months ago
Stenzek d2e770131d
dep/rcheevos: Increase the time the progress tracker is shown 5 months ago
Stenzek c1d24b4e9c
dep/cubeb: Bump to a37dadd 5 months ago
Stenzek dff49fddcb
dep/rcheevos: Fix runtime error on oversized log message 6 months ago
Stenzek cd539c0cfd
Deps: Update to 20260404 6 months ago
Stenzek 459a6fcfef
Deps: Update to 20260328 6 months ago
Stenzek 4e353ea00e
Deps: Update bundled ffmpeg headers to 8.1.0 6 months ago
Stenzek 0f7eed06cc
dep/imgui: Update to 3a26b64 6 months ago
Stenzek 47dc3ce6ab
CI: Verify hashes of dependencies 6 months ago
Yang Liu 9ca9930da7 dep: Add lagoon 7 months ago
Yang Liu db0de91b98 dep/rapidyaml: Fix LoongArch compile 7 months ago
Yang Liu 8a7db2ad54 dep/imgui: Fix LoongArch64 compile 7 months ago
Stenzek ab1fd51827
dep: Remove simpleini 7 months ago
Stenzek 088f05726b
FullscreenUI: Add background blur to notifications/menus 7 months ago
Stenzek cdf6d5bd29
CI: Use prebuilt dependencies
Decouple from the repository. Less CI time, and faster building of older
commits.
7 months ago
Stenzek 5a7c855256
FullscreenUI: Use command/option key icons on MacOS
And the Windows icon on Windows.
7 months ago
Stenzek 4f6c42e0f7
Data: Add additional PromptFont glyphs
Fixes missing glyphs for guide/PS buttons.
7 months ago
Stenzek 890cde029b
Achievements: Add "Unlocked in Softcore" bucket 7 months ago
Stenzek fbf4cdd085
dep/rcheevos: Bump to dedfe2d 8 months ago
Stenzek 2da35d2d38
dep/rcheevos: Prioritize unsynchronized bucket over recently unlocked 8 months ago
Stenzek bd1b660514
dep/rcheevos: Destroy parse state in rc_find_next_classification()
Fixes memory leak.
8 months ago
Stenzek e26ad17fea
dep/rcheevos: Fix silent URL truncation in new functions 8 months ago
Stenzek c41eeda026
Achievements: Fix almost there/active challenge showing in all subsets 8 months ago
Stenzek 4f37bc6e18
dep/rcheevos: Update rcheevos to v12.2.1
Already applied the patch, but this will bump the user agent which may
help with troubleshooting.
8 months ago
Stenzek 2a8256673a
GPUDevice: Use separate variables for last/next present time
Fixes erratic frame rates in Big Picture mode.

Regression from 09926a3769.
8 months ago
Stenzek e2266cd617
dep/rcheevos: Bumpt a4b9156 + #492
And remove some local patches that are now unnecessary.
8 months ago
Stenzek 18768bcaba
Achievements: Use note area in more notifications
- Show RA logo for login/game summary.
- Add icons to game complete, subset complete, leaderboard start/fail.
8 months ago
Stenzek 93a5663fc8
Achievements: Make leaderboard notifications a little nicer 8 months ago
Stenzek 1431d5cf5b
FullscreenUI: Use horizontal buttons for message dialogs
Unless it's a long string, then use vertical.

Also add icons to the dialogs.
8 months ago
Stenzek a83ccdcd0e
FullscreenUI: Fix focusing when pressing west face button 8 months ago
Stenzek 454d33272f
FullscreenUI: Hook up L2/R2 to page up/down 8 months ago
Stenzek 9dcef869a3
FullscreenUI: Use appropriate icon for console settings 8 months ago
Stenzek c5ce2f999b
dep/imgui: Add ImGuiChildFlags_NoNavCancel 8 months ago
Stenzek a2f3d038db
dep/imgui: Update to 69a501d 9 months ago
Stenzek 64d70753fc
ImGuiManager: Use default icons when unspecified 9 months ago
Stenzek 170d4b9fb8
Build: Don't make fast_float a public link for libraries 9 months ago
Stenzek 4c79ee82ac
CMake: Adjust fmt build macros
Set on the library, not globally.
9 months ago
Stenzek 84e4aed8a7
dep/fmt: Update to v12.1.0 9 months ago
Stenzek 3f1ab1cb8a
SoundEffectManager: Upmix and resample sound effects when needed
Allows users to provide files at other sample rates/channels.
9 months ago
Davide Pesavento 6c46b0cfe8
Deps: Update FontAwesome to 7.1.0 9 months ago
Davide Pesavento 84ff881721 Deps: Remove version number from FontAwesome header
Reduces code churn on version bumps.
9 months ago
Stenzek c206bd6311
FullscreenUI: Fix incorrect icon for macro buttons 9 months ago
Stenzek 9370642434
Deps: Update rcheevos to v12.2.0 9 months ago