Handle more exceptions when checking for updates
Should resolve #849.
Make many internal classes and methods public
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.
Fix "unique constraints" errors during beatmap import
FocusedTextBox should not handle repeated escapes
fix result screen not showing name of mapper
fix missing text appearing when request returns nothing but beatmaps are already there
Fix leaderboard fadeout causing constant flow changes
Also cleans up logic significantly.
Fix osu! logo occasionally being in the wrong state on entering the main menu
Fix incorrect scores indexes in leaderboard
Fixes #1005 for real
Use lazy for WorkingBeatmap component loading
Optimise leaderboard display
Various improvements to make DifficultyCalculator support mods