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

Fix strict tracking mod forcefully missing tail before slider start time #26053

Merged
merged 2 commits into from
Dec 22, 2023

Conversation

bdach
Copy link
Collaborator

@bdach bdach commented Dec 22, 2023

Closes #25816.

Regressed in #25748.

The reason this broke is that allowing the state of Tracking to change before the slider's start time to support the early hit scenario causes strict tracking to consider loss of tracking before the slider's start time as an actual miss, and thus forcefully miss the tail (see test case in 6cb8231).

Closes ppy#25816.

Regressed in ppy#25748.

The reason this broke is that allowing the state of `Tracking` to change
before the slider's start time to support the early hit scenario causes
strict tracking to consider loss of tracking before the slider's start
time as an actual miss, and thus forcefully miss the tail
(see test case in 6cb8231).
@bdach bdach added ruleset/osu! area:mods next release Pull requests which are almost there. We'll aim to get them in the next release, but no guarantees! labels Dec 22, 2023
@bdach bdach requested a review from smoogipoo December 22, 2023 12:46
Copy link
Member

@peppy peppy left a comment

Choose a reason for hiding this comment

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

Looks sane enough.

@peppy peppy merged commit 32e1b27 into ppy:master Dec 22, 2023
17 checks passed
@bdach bdach deleted the fix-strict-tracking-sliders branch December 22, 2023 16:15
bdach added a commit to bdach/osu that referenced this pull request Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:mods next release Pull requests which are almost there. We'll aim to get them in the next release, but no guarantees! ruleset/osu! size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Strict Tracking makes hitting sliders that are next to each other impossible to hit
2 participants