1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-05 16:02:56 +08:00
osu-lazer/osu.Game/Online
Dean Herbert de6709d12c Fix rank_history serialisation order dependence
```csharp
[network] 2022-09-26 18:18:39 [verbose]: Processing response from https://dev.ppy.sh/api/v2/me/ failed with Newtonsoft.Json.JsonSerializationException: Error setting value to 'rankHistory' on 'osu.Game.Online.API.Requests.Responses.APIUser'.
[network] 2022-09-26 18:18:39 [verbose]: ---> System.NullReferenceException: Object reference not set to an instance of an object.
[network] 2022-09-26 18:18:39 [verbose]: at osu.Game.Online.API.Requests.Responses.APIUser.set_rankHistory(APIRankHistory
value) in /tmp/osu/osu.Game/Online/API/Requests/Responses/APIUser.cs:line 231
```
2022-09-27 12:46:17 +09:00
..
API Fix rank_history serialisation order dependence 2022-09-27 12:46:17 +09:00
Chat Move colouring to full icon content rather than background 2022-08-30 18:06:48 +09:00
Leaderboards Apply NRT to base Leaderboard classes 2022-09-26 16:12:47 +09:00
Metadata Catch any unobserved exceptions during beatmap metadata harvesting 2022-09-16 14:00:06 +09:00
Multiplayer Remove countdown at under 5 seconds 2022-09-20 19:55:44 +09:00
Placeholders Automated #nullable processing 2022-06-17 16:37:17 +09:00
Rooms Fix playlist items showing download button briefly during initial local presence checks 2022-09-08 17:10:45 +09:00
Solo Remove SubmittableScore and replace with SoloScoreInfo extension method 2022-07-25 13:43:43 +03:00
Spectator watchedUsers -> watchedUsersRefCounts 2022-08-25 09:50:52 +03:00
BeatmapDownloadTracker.cs Update parameter discards 2022-06-24 21:26:19 +09:00
DevelopmentEndpointConfiguration.cs Add missing endpoint URLs 2022-07-05 22:15:52 +09:00
DownloadState.cs Fix playlist items showing download button briefly during initial local presence checks 2022-09-08 17:10:45 +09:00
DownloadTracker.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
EndpointConfiguration.cs Add OnlineMetadataClient 2022-07-05 21:32:00 +09:00
HubClientConnector.cs Perform actions after server reconnection 2022-07-17 21:09:48 +09:00
IHubClientConnector.cs Perform actions after server reconnection 2022-07-17 21:09:48 +09:00
ILinkHandler.cs Add and use ILinkHandler interface 2022-06-20 20:04:21 +02:00
OnlineViewContainer.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
PollingComponent.cs Use CompositeComponent in various locations 2022-08-19 20:43:15 +09:00
ProductionEndpointConfiguration.cs Add missing endpoint URLs 2022-07-05 22:15:52 +09:00
ScoreDownloadTracker.cs Update parameter discards 2022-06-24 21:26:19 +09:00
SignalRDerivedTypeWorkaroundJsonConverter.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
SignalRUnionWorkaroundResolver.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
SignalRWorkaroundTypes.cs Add ServerShuttingDownCountdown 2022-09-16 19:56:52 +09:00