Closes https://github.com/ppy/osu/issues/27548. Reference: https://github.com/peppy/osu-stable-reference/blob/e53980dd76857ee899f66ce519ba1597e7874f28/osu!/GameplayElements/Beatmaps/BeatmapTreeManager.cs#L341-L347
Show user statistics updates on multiplayer and playlists results screens
Fix advanced stats in beatmap info overlay showing "key count" on non-mania beatmaps
Ruleset
Without this, there's a large overhead to do a realm-live `Contains` search when a collection is selected. This may also help considerably alleviate https://github.com/ppy/osu/discussions/27298#discussioncomment-8552508 as we will be performing the native realm search much less.
ResultsScreen
DEFAULT
INSTANCE
Matches other similar comparers.
Consider case sensitivity when sorting beatmaps in song select
Allows "author" to show the results of "creator"
FooterButtonMods
Fixes the logo flying out of the wrong corner when transitioning from song select to gameplay. Co-authored-by: Dean Herbert <pe@ppy.sh>
.Children
ScrollContent
Closes https://github.com/ppy/osu/issues/26415. The crash report with incomplete log was backwards, the exit comes first. Sentry events and the reproducing test in 8a87301c55 confirm this.
8a87301c55
Fix beatmap carousel not preloading panels when off-screen
MinBy
Signed-off-by: CaffeeLake <PascalCoffeeLake@gmail.com>