Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Favour updating daily challenge statistics when they come on screen #29187

Merged
merged 4 commits into from
Jul 29, 2024

Conversation

peppy
Copy link
Sponsor Member

@peppy peppy commented Jul 29, 2024

This also fixes an edge case we may have missed – score breakdown would have been creating text for each score set while in gameplay (something we fixed in the event feed locally).


var text = new OsuSpriteText
// ensure things don't get too out-of-hand.
if (newScores.Count > 25)
Copy link
Sponsor Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do think this can likely be increased, but keeping it in sync with event feed for now.

Copy link
Collaborator

@bdach bdach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

honestly feel like the score breakdown catchup spam is too much but i guess we'll see what users say

@bdach bdach merged commit 5032a14 into ppy:master Jul 29, 2024
11 of 13 checks passed
@peppy peppy deleted the daily-challenge-pieces-not-always-present branch July 30, 2024 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants