Commit Graph

8650 Commits (v0.1-8153)
 

Author SHA1 Message Date
Stenzek 542ef3a6c0
GPUDevice: Warning fix 12 months ago
Stenzek 667d1bf7c8
GPUDevice: Use CompressHelpers
And compress the pipeline cache. Saves a fair bit of disk space.
12 months ago
Stenzek f243dc075d
Host: Use CompressHelpers for ReadCompressedResourceFile() 12 months ago
Stenzek c7a6e7e483
SHA1Digest: Span-ify 12 months ago
Stenzek ae2e79f401
Util: Add CompressHelpers 12 months ago
Stenzek 2c27b20090
ImGuiManager: Remove unused function 12 months ago
Stenzek 63bf64b05d
ImGuiOverlays: Use actual recording icon 12 months ago
Stenzek 05c7e6009c
InputManager: Don't set key down for binds when ImGui has focus
Fixes unpausing etc when alt-tabbing.
12 months ago
Stenzek 940200f7f3
FullscreenUI: More animation fixes 12 months ago
Stenzek 46a6681159
CDROM: Fix incorrect clamp with seek speedup
And bump the minimum time up around 0.29ms or so, hopefully improve
stability in FF7.
12 months ago
Stenzek 344a4a6215
FullscreenUI: Navigation improvements
Improve default item focus, eliminate some animation glitches.
12 months ago
Stenzek e54c4c8101
ImGuiManager: Tweak OSD message size 12 months ago
Stenzek 7a05d5aca5
Achievements: Reset focus when opening windows 12 months ago
Stenzek b04f721d55
Achievements: Use plural form for points 12 months ago
Stenzek c9f5cfc1bc
Host: Add TranslatePluralToSmallString() 12 months ago
Stenzek 88e4bf6aad
SmallString: Tidy-up and add wide string helpers 12 months ago
Stenzek a49be5db7c
Data: Update SDL Game Controller DB 12 months ago
Stenzek 48c2760daa
dep/rcheevos: rc_validate does not need to be built 12 months ago
Stenzek 0f29cd8d63
Data: Update third-party notices 12 months ago
Stenzek 44471a66f6
dep/imgui: Don't copy the font data on building
For the CJK and SVG fonts, this is a **considerable** memory allocation
and copy, up to 20MB+. We really don't want to be doing this
unnecessarily, since we keep the buffer around anyway.
12 months ago
Stenzek 6deb2eb390
Achievements: Fix badge download bug
Where it would download the incorrect icon if the locked badge was the
first image seen.
12 months ago
Stenzek 5c2fc68755
dep/imgui: Use stb_sprintf 12 months ago
Stenzek b8026a038c
CMake: Remove unused file 12 months ago
Stenzek a7f3d7b02d
ImGuiManager: Add CompactFontRange() 12 months ago
Stenzek e8b787fb57
Misc: Change various icons 12 months ago
Stenzek f30844cc40
ImGuiManager: Move glyph ranges to separate file 12 months ago
Stenzek f37a97bf18
Host: Add ReadCompressedResourceFile() 12 months ago
Stenzek 707453b596
FileSystem: Swap vector for DynamicHeapArray
No point zeroing it out.
12 months ago
Stenzek a2aa040987
deps/rc_client: Add rc_client_get_rich_presence_strings() 12 months ago
Stenzek b378ffb975
ImGui: Enable lunasvg 12 months ago
Stenzek 25d8f1be67
Deps: Build lunasvg 12 months ago
Stenzek f2c0303875
Misc: Use lightgun controller icon 12 months ago
Stenzek 599800dfa1
Deps: Version bumps 12 months ago
Stenzek c8e61307b2
StringUtil: Use unicode replacement character in DecodeUTF8() 12 months ago
Stenzek 096a0811bf
dep/imgui: Bump to v1.91.0 12 months ago
Stenzek a8cac70ee6
Qt: Ensure window is raised after recreation
Should hopefully help with raw input issues.
1 year ago
Stenzek 41fb5d3d9a
CMake: Enable PIC on Linux
Otherwise ASLR does not work. Also stops LTO builds crashing in the
middle of Qt on Fedora.
1 year ago
Stenzek 72fc81a705
CMake: Add install target
Do **not** use this with /usr or /usr/local. It creates subdirectories
for resources/translations in the install prefix.

It's intended for creating a relocatable, self-contained bundle, which
can be packaged.
1 year ago
Stenzek 7745c9ef43
Deps: Make some libraries optional for Linux 1 year ago
Stenzek 873b540b82
Deps: Switch to libjpeg-turbo 1 year ago
Stenzek 96b8e53fbf
Deps: Bump shaderc 1 year ago
Anderson Cardoso 1425b2fb40
Atualização Português do Brasil (#3281)
Atualizado para a última versão.
1 year ago
Stenzek 9dd83c4f9f
InputManager: Remove unused pointer type 1 year ago
Stenzek f0deab2131
InputManager: Fix wheel scrolling in Big Picture 1 year ago
Stenzek bda6869084
Qt: Implement per-game controller configuration 1 year ago
Stenzek 9e3507e0f4
InputManager: Support multiple mice via raw input
Only on Windows for now.
1 year ago
Stenzek 8b3fd538ea
System: Fix HW/SW rendering swap 1 year ago
Stenzek 5433b30fec
Qt: Always display version info in settings 1 year ago
Stenzek 417c1e43dd
MediaCapture: Load media foundation on-demand
Saves loading a few megabytes worth of DLLs for a feature most users are
not going to use.
1 year ago
Stenzek 9a0d5db74f
GameDB: Use disable sprite texture filtering for FF7/LoD 1 year ago