Update framework
Make beatmap importing async.
Fix memory leak from Player's InputManager.
This should avoid any potential issues with intertwined transactions on the same connection while still allowing higher throughput when importing.
Visual and readability improvements to StarCounter.
Add support for undeleting beatmaps.
Moves star difficulty calculation entry-point to Beatmap, and sets star difficulty at the correct place for song select to display.
Fix incorrect slider logic (wrong variable name).
Add beatmap deletion support.
Note that this is a very naive approach and will result in file access exceptions. This will be fixed in a further commit.
They can now only be instantiated from BeatmapDatabase and are abstract (to avoid misuse).
Remove unnecessary using statements
Fix warnings; add "Async" suffix
Renames Colour to BackgroundColour instead.
Enable Tabbing in LoginOptions
Framework updates.