This beatmap contains video
Fix beatmap set author information
SongSelectV2: Fix pressing multiple traversal keys in same frame causing weirdness
Fix incompatible mods not retaining settings after selecting autoplay via ctrl+enter
Fix flaky test failures at main menu due to early `ScalingContainer` access
ScalingContainer
See https://github.com/ppy/osu/actions/runs/15754567890/job/44406960692?pr=33775. Logic was running every frame incorrectly. Including transforms doing many allocations.
The gameplay clock runs at 1000 ms intervals, and the previous duration meant that the "store" step could cause a missed spinning check in a bad case scenario.
Fix drawable hold notes continuing to show hit lighting with No Release mod and classic skin
Served its purpose, no longer required.
Pick better initial beatmap status when submitting
Closes #33453.
traverseSelection
Ignore case when parsing `OSU_EXTERNAL_UPDATE_STREAM`
OSU_EXTERNAL_UPDATE_STREAM
Closes https://github.com/ppy/osu/issues/33751.
Add Tachyon support for package managed installations
Adjust rank formatting logic to avoid getting cut in score
Adjust some button's hover colours to improve visual contrast with text
Addresses https://github.com/ppy/osu/discussions/33722.
Fix skin layer not hiding when revealing background
Fix mod button still working after gameplay start if player is not fully loaded
Fix mod adjustment marker not masking correctly
Attempt to fix flaky editor test
Visual pass on loading spinner
Fix crash when random and rewind are run on the same frame