Display quick play pool name as sub-heading in selector
Remove now-unnecessary timestamp updates
Since #35820, this is now handled when messages are added and removed.
Fix chat lines flipping colours at maximum history
* Adjust top level matchmaking screen layout * Adjust colours in StageDisplay * Fix flipped animation in StageDisplay * Adjust colours in CurrentRoundDisplay * Fade out stage segments as they approach the left screen border * Remove redundant `OfType<T>()` call * Soften banner shadow Co-authored-by: marvin <minetoblend@gmail.com> --------- Co-authored-by: Dan Balasescu <smoogipoo@smgi.me>
Show self in online users list
Fix quick retry/exit overlay volume dimming potentially sticking at results
Update drain thresholds in osu!taiko verify check
see change in https://github.com/ppy/osu-wiki/pull/13958/commits/25169ccbe6f5b399a8a659623d622b1332d043db
Fix some copy link actions/buttons not showing copied toast
Adjust settings buttons and general section to feel better
I don't see a reason to hide self. I kinda expect to be able to see that I'm online.
Closes #35737.
Use actual mod-adjusted map difficulty settings in the `SongBar`
Bypass 300ms debounce when requesting local leaderboards in song select
Fix hover fighting when a `SettingsToolboxGroup`'s child handles hover
Revert "Expand group that current selection resides in when moving mouse to left side of song select"
Reverts https://github.com/ppy/osu/pull/35184 as per https://github.com/ppy/osu/discussions/35683#discussioncomment-15034835.
RFC. Would probably close https://github.com/ppy/osu/issues/35773.
This is dodgy as hell but `ShortName` is completely derived from `OnlineID` anyway so there should be no valid reason to ever attempt to serialise it anyway.
SettingsToolboxGroup
Addresses https://github.com/ppy/osu/discussions/35772.
Clear chat state when local user changes
Fix editor test play autoplay / quick play toggles being usable while pause or resume overlays were showing
Add double-click-nub-to-reset function to form slider bars
Closes https://github.com/ppy/osu/issues/35081.
APIRuleset
RulesetInfo
See https://github.com/ppy/osu/pull/35742#issuecomment-3561517030.
TournamentBeatmap
IBeatmapInfo.Ruleset
This is being queried by the https://github.com/ppy/osu/blob/master/osu.Game.Rulesets.Mania/ManiaRuleset.cs#L442 but since we don't actually draw column count anywhere nor are we supposed to be running converts in tournaments it should be safe to populate it with nothing.
SongBar