Optimise song select filter application to avoid unnecessary property retrieval
Also reduces number of instantiations of SearchableTerms array in the case of multiple criteria terms.
Make player block exit if pausable Co-authored-by: Dean Herbert <pe@ppy.sh>
Implement CatchModRelax Co-authored-by: Dean Herbert <pe@ppy.sh>
Update framework
Fix replay download button not working
Decouple LegacyScoreInfo/APILegacyScoreInfo from ScoreInfo
Add some more missing LongRunningLoad flags
Remove some remaining untyped boxing calls
Fix spelling in comment on SearchTextBox.OnPressed
Fix currentTrackCompleted not being run on main thread
Bump Microsoft.CodeAnalysis.BannedApiAnalyzers from 2.9.7 to 2.9.8 Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [Microsoft.CodeAnalysis.BannedApiAnalyzers](https://github.com/dotnet/roslyn-analyzers) from 2.9.7 to 2.9.8. - [Release notes](https://github.com/dotnet/roslyn-analyzers/releases) - [Changelog](https://github.com/dotnet/roslyn-analyzers/blob/master/PostReleaseActivities.md) - [Commits](https://github.com/dotnet/roslyn-analyzers/compare/v2.9.7...v2.9.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Fix overlays closing when dragging from in/out or out/in
Hide the menu cursor while inside the playfield by default
Add API methods to perform requests out-of-queue