also added Status to APIBeatmap + APIBeatmapSet
This queue type can hold several references to already dequeued requests. In our usage, this can cause old api calls to hold references to already-disposed screens (and in turn, very large memory portions).
It should now be retrieved via the linked BeatmapSetInfo
They were previously breaking the two-class-per-file rule.
# Conflicts: # osu.Game/Beatmaps/RankStatus.cs # osu.Game/Online/API/Requests/SearchBeatmapSetsRequest.cs # osu.Game/Overlays/Direct/FilterControl.cs # osu.Game/Overlays/DirectOverlay.cs
Also makes username more private, and password completely private.
- Add missing JSON fields to response model - Add missing enum value