Fix carousel items' borders getting blown out when selected and hovered
Fix preview point not being set correctly for beatmaps which don't specify an explicit time value
I tried restructuring the hierarchy to avoid needing this added property (moving the hover layer out of the border container) but this leads to some subpixel leakage outside the borders which looks even worse. Closes #6915.
Fix ModDisplay potentially being operated on before loaded completely
Fix long-running import tasks holding up user interactive imports
Fix audio previews not being adjusted in volume correctly
Closes https://github.com/ppy/osu/issues/11810.
Fix intro beatmap always being imported even if already in a good state
Make server authoritative in which mods the client should be using when gameplay starts
Use long type where required in multiplayer
Display remaining attempts for playlist rooms with room-level attempt limits
Add the ability to deselect the currently selected room via clicking away
Fix current selection not updating visually after creating a new playlist
This reverts commit 9ed45ce1ca.
9ed45ce1ca
Fix comment edited at date not showing tooltip
Always felt wrong that you couldn't do this until now.
Send client version hash on hub connection
Move HubClientConnector retrieval to IAPIProvider
Fix test failures in PerformFromScreen tests
Co-authored-by: Dean Herbert <pe@ppy.sh>