As requested by bdach
Not finished. Will be finished in a later commit.
Was removed for being unneeded in a prerequisite PR but then ended up leading to compilation failures in the dependent PR.
Fix tournament client silently failing on error during parsing
FixedWidth
AutoSizeAxes
Fix incorrect length when calling `APIBeatmap.ToBeatmapInfo`
APIBeatmap.ToBeatmapInfo
LadderInfo
No clue if this is how peppy wanted me to do it but it still works
BeatmapMetrics
APIFailTimes
JsonIgnore
Just to avoid them getting serialised as part of the "new" .osu serialisation format.
BeatmapInfo
BeatmapSetInfo
Suggested by peppy. Changes name and description of setting Co-authored-by: Dean Herbert <pe@ppy.sh>
Fix `BeatmapSetInfo`'s `Status` value being marked as non-databased
PreviewTrackManager
IBeatmapSetInfo
APIBeatmaps
Allow tests to create a sample `APIBeatmapSet` One step towards removing calls to `ToBeatmap` / `ToBeatmapSet`.
Added as an option for nostalgia nerds like me
Status
Add build-only CI jobs for mobile platforms
Shoutout to Echo for making Wizards in Winter x3
As requested by @frenzibyte
This ensures the spinner's hit judgement will always be centre instead of in the top left corner.
Done to allow overriding in the other object classes.
For some reason, spinner judgements would stack from the top left in an awkward fashion. This patch ensures that the judgement location will always be in the centre of the screen.