Don't delete scores when deleting beatmaps
The score model's spec allows for null `BeatmapInfo` so the reasoning of the inline comment is no longer valid. We match based on hash these days.
Highlight maximum combo and accuracy on user best score display to match web
Fix cursor rotating with barrel roll mod active
Change convert-to-ternary warning to hint
Nobody is supposed to be using `ColourInfo` directly, really.
Add "Use relative size" setting to argon & default song progress
Refactor `BeatmapAttributeText` to compute values on the fly
DefaultSongProgress
Update dependencies
Preventing malicious actors from permanently destroying games via skins.
ctor
Expose no-op constructors as `protected`
protected
Fix argument order in diffcalc workflow
Fix slider ticks and repeats incorrectly moved to position of head when strict tracking and any conversion mod that moves objects is active
Improve diffcalc workflow with explicit wait + logs
Add ranked date and submitted date filtering to song select
Remove hold-to-confirm delay when pausing using keyboard shortcuts
Add keybind for cycling grid type
Not sure why inspectcode is quiet about this?
Group `HitResult`s with the same name into one column in beatmap ranking
Remove default keybind for "Toggle FPS counter"
Allow more localisation in skin editor
Ensure at least one scale popover axis is active at any time
As in, toggling off an axis if it is the only one enabled will enable the other one in turn. Co-authored-by: Dean Herbert <pe@ppy.sh>