Commit Graph

9088 Commits (v0.1-8591)
 

Author SHA1 Message Date
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
Stenzek 1aa9c2d564
GameDatabase: Add DisableSpriteTextureFiltering trait 1 year ago
Stenzek 3578572aa1
CPU/NewRec/x64: Fix data corruption on lwl/lwr with PGXP 1 year ago
Stenzek ccd7ba9acf
Qt: Move language/theme setting to window 1 year ago
Stenzek 5c14ac2fd1
GameDB: Allow clipping correction for Spyro 1
Can't remember why I enabled this in 2020.. maybe NCLIP related? Should
be fine now if so.
1 year ago
Stenzek 2971b2f34c
CPU/PGXP: Inline valid flag updates 1 year ago
Stenzek d4d813f043
CPU/PGXP: Identifier name consistency 1 year ago
Stenzek dadf388657
CPU/PGXP: Make validate a member function 1 year ago
Stenzek 491179a447
CPU/PGXP: Remove remaining C-isms 1 year ago
Stenzek a764954977
CPU/PGXP: Eliminate extra copy in SLT/SLTU 1 year ago
Stenzek 8629efc39c
CPU/PGXP: Purge macros 1 year ago
Stenzek 514116e6c3
CPU/PGXP: Rewrite SLL handler
Shift flags as well as the values.
1 year ago
Stenzek bcd2424db3
CPU/PGXP: Combine logical/arithmetic shift functions 1 year ago