In some cases we may want to refer to the cached configmanager dependency from subclasses. This prevents injection errors when doing so.
# Conflicts: # osu.Game.Rulesets.Mania/UI/ManiaRulesetContainer.cs
Also updated equation to be close to what is expected
This reverts commit 4eb7a34944.
4eb7a34944
Also adjusts exponential scoring to be closer to stable. Log wasn't cutting it.
# Conflicts: # osu.Game.Rulesets.Mania/Objects/Drawables/DrawableHoldNote.cs
It was so small previously that I believe many people didn't even realise it was working.
# Conflicts: # osu.Game.Tests/Visual/TestCaseBeatmapInfoWedge.cs # osu.Game/Screens/Menu/Intro.cs # osu.Game/Screens/Menu/MenuSideFlashes.cs
Closes #2740.
Closes #2689. - [ ] Depends on ppy/osu-framework#1569 being fixed.