# Conflicts: # osu.Game/Screens/Select/SongSelect.cs
Fix ArchiveModelManager's model import method not running import logic
Improve pause logic
Remove SingletonContextFactory database testing interface
Fixes parsing of HitObject in case of float coords
Combining them was causing complexity and logic errors.
# Conflicts: # osu.Game/Beatmaps/BeatmapManager.cs # osu.Game/Database/SingletonContextFactory.cs
It is dangerous to use this as it doesn't correctly handle contexts and can cause issues that will never actually arise in normal execution. # Conflicts: # osu.Game/Database/SingletonContextFactory.cs
It is dangerous to use this as it doesn't correctly handle contexts and can cause issues that will never actually arise in normal execution.
Fix potential quadratic complexity in taiko autoplay
Reduce osu!direct panel width to allow three panels displayed at 16:9 resolutions
Use switch with type matching in place of if-else where possible
Remove scroll direction from ScrolingPlayfield constructor
Fix mods not correctly resetting when changing ruleset at song select
Fix lead-in time not being long enough in many cases