mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #2300] [MERGED] Measured achievements #968
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stenzek/duckstation/pull/2300
Author: @CookiePLMonster
Created: 6/21/2021
Status: ✅ Merged
Merged: 6/22/2021
Merged by: @stenzek
Base:
master← Head:measured-cheevos📝 Commits (3)
d567f1eUpgrade rcheevos to v10.1.05e9fc91Add support for measured achievements67c9247Slightly decrease spacing between header entries in Leaderboards📊 Changes
31 files changed (+1641 additions, -1365 deletions)
View changed files
📝
dep/rcheevos/CHANGELOG.md(+16 -5)📝
dep/rcheevos/CMakeLists.txt(+4 -1)📝
dep/rcheevos/README.md(+51 -389)📝
dep/rcheevos/include/rc_consoles.h(+36 -0)➕
dep/rcheevos/include/rc_error.h(+48 -0)📝
dep/rcheevos/include/rc_hash.h(+2 -2)➕
dep/rcheevos/include/rc_runtime.h(+146 -0)➕
dep/rcheevos/include/rc_runtime_types.h(+400 -0)📝
dep/rcheevos/include/rc_url.h(+5 -9)📝
dep/rcheevos/include/rcheevos.h(+3 -541)📝
dep/rcheevos/rcheevos.vcxproj(+4 -1)📝
dep/rcheevos/rcheevos.vcxproj.filters(+40 -31)📝
dep/rcheevos/src/rcheevos/alloc.c(+3 -1)📝
dep/rcheevos/src/rcheevos/condition.c(+23 -4)📝
dep/rcheevos/src/rcheevos/condset.c(+41 -7)📝
dep/rcheevos/src/rcheevos/consoleinfo.c(+88 -15)📝
dep/rcheevos/src/rcheevos/lboard.c(+5 -1)📝
dep/rcheevos/src/rcheevos/memref.c(+64 -16)📝
dep/rcheevos/src/rcheevos/operand.c(+13 -72)📝
dep/rcheevos/src/rcheevos/rc_internal.h(+5 -1)...and 11 more files
📄 Description
This PR updates
rcheevostov10.1.0and adds UI support for Measured achievements. These achievements have a progress bar visible in the UI:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.