Add a default ruleset to `OsuTestCase` to cover testing scenarios.
Also decouples the bindable at SongSelect, where it is debounced in line with the carousel being updated.
Closes #2653. Alternative to #2657.
Closes #1762
Closes #1722.
also fix Author showing when not wanted
determine content by data that is present instead
adding back deleted line ooops meh
- added Tooltips to the respective InfoLabels - made the TestCase internal like all others
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.
This also - Renames TextAwesome to SpriteIcon. - Removes the default size of "20" from SpriteIcon (now defaults to the underlying texture size).
# Conflicts: # osu-framework
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.Game.Rulesets.Mania/UI/Column.cs