Add support for right mouse absolute scrolling (when enabled)
Hide "Unranked" text in ModDisplay if play is ranked
DrawableRoom design update
Medal splash
Note that this will break rotation loops until https://github.com/ppy/osu-framework/issues/900 is addressed.
Make the skip button clickable only once.
Add ruleset settings
Remove all unnecessary parenthesis where object initialisers are used
Enforces at CI.
Insert window icon as EmbeddedResource into osu!.exe
osu!direct search
Aso debounce and don't require hitting enter.
Also rename GetBackground to CreateBackground, since it's returning a new instance.
Will likely need to be bindable when hooked up to settings and actually used.
Update framework with ICollection & IReadOnlyList Containers