Judged
Without this change, when the `Judged` value is checked on an `HitObjectLifetimeEntry` it would return `true` if a `DrawableHitObject` has not yet been associated with the entry. Which is completely wrong. Of note, the usage in `DrawableHitObject` will have never fallen through to this incorrect value as they always have a result populated: https://github.com/ppy/osu/blob/f26f001e1d01ca6bb53225da7bf06c0ad21153c5/osu.Game/Rulesets/Objects/Drawables/DrawableHitObject.cs#L721-L726
Add handling of "unknown" beatmap availability in multiplayer flow
HitObjectLifetimeEntry
DrumSamplePlayer
DrumSampleTriggerSource
GameplaySampleTriggerSource
Add links to nested objects' lifetime entries to `HitObjectLifetimeEntry`
HitObjectEntryManager
HitObjectLifetimeEntry.NestedEntries
Fix cancelled progress notifications requiring exit confirmation
Use more correct localised string source for "sign out" text
Fix edge cases where selection buttons go outside playfield bounds
Reattach any orphaned scores when a beatmap is imported
Addresses https://github.com/ppy/osu/discussions/23599#discussioncomment-6300885.
.Run(r => r.Write(...))
Ensure "tablet support disabled" notification is only shown once
Increase the minimum size of the scroll bar
Allows easier targetting when there is a lot of content in the scroll view As discussed in https://github.com/ppy/osu/discussions/24095#discussioncomment-6332398.
PostImport