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

Allow seeking via music controller overlay on more screens #29576

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

peppy
Copy link
Member

@peppy peppy commented Aug 23, 2024

In testing I can't find a reason for this to exist. Blaming back shows that it existed before we had AllowTrackControl and was likely being used as a stop-gap measure to achieve the same thing. It's existed since over 6 years ago.

Let's give removing it a try to fix some usability concerns?

Closes #29563.

In testing I can't find a reason for this to exist. Blaming back shows
that it existed before we had `AllowTrackControl` and was likely being
used as a stop-gap measure to achieve the same thing. It's existed since
over 6 years ago.

Let's give removing it a try to fix some usability concerns?

Closes ppy#29563.
@bdach
Copy link
Collaborator

bdach commented Aug 23, 2024

I'm not sure this is going to fly.

Tentative list of screens that specify DisallowExternalBeatmapRulesetChanges that I'd expect to potentially start acting wonky with this change:

  • Editor
  • PlayerLoader
  • ResultsScreen

Have you tested all of these?

@peppy
Copy link
Member Author

peppy commented Aug 23, 2024

I tested results and loader and all seemed okay, did not test editor (overlooked). Sounds sketch, will test now.

@peppy
Copy link
Member Author

peppy commented Aug 23, 2024

Editor does seem fine due to AllowGlobalTrackControl being disabled in EditorLoader.

@bdach bdach self-requested a review August 27, 2024 10:19
@bdach
Copy link
Collaborator

bdach commented Aug 27, 2024

Seeking on results screen looks a bit bugged if the track has stopped at end:

2024-08-27.12-26-46.mp4

Not super sure I want to block this PR on that, but yeah.

@peppy
Copy link
Member Author

peppy commented Aug 28, 2024

Dunno, that looks like a bass frame delay bug, since the game looks like it's trying to play the track. I'd probably just brush it under the rug for now..

@bdach bdach merged commit d49cd71 into ppy:master Aug 28, 2024
11 of 13 checks passed
@peppy peppy deleted the allow-seek-in-more-places branch August 29, 2024 06:31
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.

Cannot scrub on timeline of now playing overlay in online screens
2 participants