Also renames test scene to more appropriate name.
Make FlowContainer insertions cleaner
Disable frame accurate replay playback
Force SQLite to multithreading mode
Fix track transfer not running when beatmap is retrieved from cache
Update framework
Update beatmap leaderboard to placeholder when signing out
Add ablity to see user's top score in beatmap overlay Co-authored-by: Dean Herbert <pe@ppy.sh>
Use the correct property to retrieve the milliseconds for online length
Fix a few inspections from EAP r#
Remember user's selected pause state when changing game screens Co-authored-by: Dean Herbert <pe@ppy.sh>
This reverts commit fae3348a69.
fae3348a69
Implement sorting by BPM and Length
I want to prioritise better playback performance over accuracy for now. Also, in my testing this is still 100% accurate due to the addition of the FrameStabilityContainer, which is pretty cool.