Update libraries to latest versions
Upgrade ReSharper + improve cache busting heuristic
Focus textbox upon opening control point popovers
Change multiplayer leaderboard to always hide during gameplay unless holding-for-HUD
Fix timeline not handling mouse down events
HoldingForHUD
HUDOverlay
Fat-fingered.
Remove build suffix from version when reporting to sentry
Rename new mod select classes to "mod overlay" nomenclature
Remove old mod overlay code
Fix realm refetch operations potentially being unsafe
ModSelect{Screen -> Overlay}
TestSceneModSettings
As they're not really testing anything visual.
TestCustomisableModRuleset
UnbindAdjustments
It is not necessary given that `CurrentTrack` already removes all adjustments first.
ModTimeRampTest
Update
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
MusicController
Isolates `CurrentTrack` from being directly adjusted by the mod, which could lead to issues depending on how the mod adds adjustments (i.e. `ModTimeRamp`, which adds adjustments based on changes to a setting bindable).
IApplicableToSample
Done for consistency with `IApplicableToTrack`.
IApplicableToTrack