Co-authored-by: Salman Ahmed <frenzibyte@gmail.com>
Adjust default follow circle animations to feel nicer
Highlight perfect slider tick/end values in beatmap info leaderboards
Fix slider velocity not using previous value if slider is not adjacent
Remove nullable disable annotation in the mods.
Fix multiplayer map selection carousel opening to wrong map
Fix floating mouse position not running correctly in single thread mode
Fix editor clap/finish buttons being ordered against expectations
Noticed while testing on iOS. Previously, the interpolation was being done in input handling but using the update thread clock, leading to incorrect application.
And initialize the breaks to avoid get the null instance.
Also, mark as nullable for some properties.
osu!taiko performance points balancing
Remove non-overlapping velocity buff from Aim in osu!
Fix `BeginPlayingInternal` firing actual errors when beatmap not available online
Add mention of "compatibility mode" in windows version check error message
BeginPlayingInternal
Use more correct json casing in `APIScoresCollection`
APIScoresCollection
osu-web API is already returning both of these casings for backwards compatibility, but the former will be removed at some point. https://github.com/ppy/osu-web/blob/e540276721951b72bd1b6625260da5e6b33110b0/app/Http/Controllers/BeatmapsController.php#L314-L315
Fix creating multiplayer game during server migration not joining new room correctly