Fixed holding retry hotkey at end of map causing hard crash
Conflicts: osu-framework osu.Game/Screens/Play/Player.cs
Rename "InputManager" to "Container" where keybindings are involved
Consitent with "FrameworkActionContainer".
Remember mod selection when re-entering song select
Update framework
Add JetBrains.Annotations NuGet package
Fix incorrect case on migration file
Removes mod application when exiting back to main menu. Alternative to #1968. Closes #1961.
Implement ruleset-specific config managers and attach them to the global OnScreenDisplay
Fix RepeatPoint animations
Also adds variant to settings
Now not needed due to having this databased.
This reverts commit 72df2c681b.
72df2c681b
Add new default hitsounds (thanks to cYsmix)
Getting these in for more widespread feedback.
Make MusicController draggable again
Fix settings button
Use obtained value for displayed name.
Make mania play the next note's sounds if no note is hit
Fixes #1911. This follows what osu!stable does, which is rather unfortunate, since it just plays _every_ sound for the note :|.
Do not assign hudOverlay's and breakOverlay's members in Player class