Conflicts: osu.Game/Screens/Select/SongSelect.cs
Truncate beatmap title and artist on score panel
Use DisplayModes rather than AvailableResolutions
Fix undo/redo behaving poorly with simultaneous objects
Show loading spinner when carousel is not ready to be displayed
Fix mania crashing on undo/redo
Fix skinned taiko hit explosions not being removed on rewind
Add kiai support to osu!taiko skinned playfields
Allow closing the game during intro
Move taiko additive blending locally to avoid applying to legacy skins
Reduce initial channel load overhead by only loading history on active channel
Further improve beatmap carousel load performance by avoiding incorrect query construction
Change taiko hit explosion animation to match stable for skins
Fix mania selection blueprints not moving/moving incorrectly
Fix speed adjustment mods affecting mania scroll speed
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
Avoid using internal EF methods in tests
Reduce database includes where possible