Fixes volume not being able to be changed in dead areas of OverlayContainers.
This is important when using dynamic compiling to rapidly iterate. Until we actually split projects out into pieces (like the abstract ruleset project we have talked about) there is no advantage to using internal in the osu! game code.
They were blocking each others' input unnecessarily.
Fixes them not working at all, too.
Most issues were related to BeginLoopedSequence usage and lack of "this." in front of transform helpers.
Depends on https://github.com/ppy/osu-framework/pull/837
# Conflicts: # osu.Desktop.VisualTests/Tests/TestCaseResults.cs # osu.Game/Screens/Ranking/ResultModeButton.cs # osu.Game/Screens/Ranking/Results.cs
# Conflicts: # osu-framework # osu.Game/Beatmaps/Drawables/BeatmapGroup.cs
References now use the Create*-names instead of the outdated Get*-names to create instances of FlowStrategies.
Allows closing the MusicController using escape.
# Conflicts: # osu-framework # osu.Game/GameModes/OsuGameMode.cs # osu.Game/GameModes/Play/Player.cs # osu.Game/OsuGame.cs # osu.Game/Overlays/MusicController.cs # osu.Game/Overlays/Options/EditorSection.cs # osu.Game/Overlays/Options/Input/MouseOptions.cs # osu.Game/Overlays/Options/Online/InGameChatOptions.cs # osu.Game/Overlays/Options/SkinSection.cs