[PR #2300] [MERGED] Measured achievements #968

Open
opened 2026-01-29 19:10:24 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: measured-cheevos


📝 Commits (3)

  • d567f1e Upgrade rcheevos to v10.1.0
  • 5e9fc91 Add support for measured achievements
  • 67c9247 Slightly 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 rcheevos to v10.1.0 and adds UI support for Measured achievements. These achievements have a progress bar visible in the UI:

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stenzek/duckstation/pull/2300 **Author:** [@CookiePLMonster](https://github.com/CookiePLMonster) **Created:** 6/21/2021 **Status:** ✅ Merged **Merged:** 6/22/2021 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `measured-cheevos` --- ### 📝 Commits (3) - [`d567f1e`](https://github.com/stenzek/duckstation/commit/d567f1e8703d1adf51dab410edf8736bb6807cf5) Upgrade rcheevos to v10.1.0 - [`5e9fc91`](https://github.com/stenzek/duckstation/commit/5e9fc9166988f80f99ba33665441d01150a169b6) Add support for measured achievements - [`67c9247`](https://github.com/stenzek/duckstation/commit/67c92471d6254a73f2f1d9bd226da5b75fe5247e) Slightly decrease spacing between header entries in Leaderboards ### 📊 Changes **31 files changed** (+1641 additions, -1365 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description This PR updates `rcheevos` to `v10.1.0` and adds UI support for Measured achievements. These achievements have a progress bar visible in the UI: ![image](https://user-images.githubusercontent.com/7947461/122815049-44426100-d2d5-11eb-8a33-fd3449b0b9e0.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:10:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#968