Remove the concept of "unranked" mods
Fix `FindProvider` calls on `SkinProvidingContainer` not considering disable flags
Refactor osu!catch catcher sprite to factor out skinning logic
Add fallback lookup support for `DefaultSkin`
Fix background being dimmed forever after toggling statistics in results screen
[Resolved]
With
Align label widths of editor setup screen controls
Fix wiki image tooltips not showing inside table views
Update framework
Fix circle piece animation sometimes not playing when a replay is rewound (again)
Improve hit error judgement displays
DefaultSkin
SourceChanged
LegacySkinTransformer
Stops it from immediately disappearing.
The general rule is that screens should only apply colours and the likes on enter / resume, and leave the outwards transition to whatever screen is coming next.
PlayerLoader
ClearTransforms
The transforms are cleared by DHO before `ApplyCustomUpdateState` is invoked.
Use candidate skin for mania skin key lookup rather than `this`
Bring back skin background source
FindProvider
SkinProvidingContainer
Closes #13394.
Remove some obsoleted members
this
I don't think there's any reason difficulty calculators shouldn't be able to calculate for autoplays.
ModAutoplay
UserPlayable