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

Remove remaining usages of LargeTick{Hit,Miss} in mania #25100

Merged
merged 2 commits into from
Oct 12, 2023

Conversation

bdach
Copy link
Collaborator

@bdach bdach commented Oct 12, 2023

A few minor stragglers from #25062. Noticed when reviewing #25096.

Of particular note, removal of LargeTickHit from GetValidHitResults() means that it will stop showing up in several places that deal with judgement counts and so on. One such place is the results screen, which would actually continue to show tick counts on results for old scores prior to the aforementioned pull, but not on scores set after it.

Another is the skinnable judgement counter display, wherein deleting LargeTickHit caused... test failures, as the test scene was using mania for ruleset, and using LargeTickHit specifically for counts, which would not be shown after the aforementioned removal. That was switched to use osu! instead.

bdach added 2 commits October 12, 2023 11:16
Large ticks are not a thing in mania anymore, so the judgement counter
tests began to fail as `LargeTickHit` is no longer a valid hit result
in that ruleset.
@peppy peppy enabled auto-merge October 12, 2023 10:01
@peppy peppy merged commit 45db4ab into ppy:master Oct 12, 2023
@bdach bdach deleted the large-tick-mania-begone branch October 12, 2023 10:21
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