mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #2493] [MERGED] Trophy pop-up and viewer enhancements #2779
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2779
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/shadps4-emu/shadPS4/pull/2493
Author: @rainmakerv3
Created: 2/21/2025
Status: ✅ Merged
Merged: 2/23/2025
Merged by: @georgemoralis
Base:
main← Head:TrophyStuff📝 Commits (8)
d42cc49Include trophy rarity icons in pop up, remove newlines from viewer06576faSmaller type icons, center text vertically50f0a9cuse original icons6dbc2b4MacOS fixesd922082Address Review commentsff28b97Move trophy type to leftmost and trophy art to rightmost9b4d73eEmbed resources94458edRevert packaging of resources with builds📊 Changes
13 files changed (+805 additions, -37 deletions)
View changed files
📝
.github/workflows/build.yml(+10 -10)📝
CMakeLists.txt(+19 -0)📝
REUSE.toml(+8 -0)➕
Resources/bronze.png(+0 -0)➕
Resources/gold.png(+0 -0)➕
Resources/platinum.png(+0 -0)➕
Resources/silver.png(+0 -0)➕
cmake/CMakeRC.cmake(+666 -0)📝
src/core/libraries/np_trophy/np_trophy.cpp(+2 -2)📝
src/core/libraries/np_trophy/trophy_ui.cpp(+59 -13)📝
src/core/libraries/np_trophy/trophy_ui.h(+8 -3)📝
src/qt_gui/trophy_viewer.cpp(+27 -3)📝
src/qt_gui/trophy_viewer.h(+6 -6)📄 Description
Partially addresses https://github.com/shadps4-emu/shadPS4/issues/2461
Trophy pop-up
Trophy viewer
Images, though patterned after the PS4 trophy icons, are originally modelled by discord user Tlarok. They are packaged inside the AppImage for Linux, inside the app bundle for Mac, and in a separate Resources folder which is packaged in the other builds, and copied by CMake command in the binary folder for locally compiled builds
sample photos:
Trophy pop-up (main):

Trophy pop-up (PR):

Trophy viewer (main):

Trophy viewer (PR):

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