1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-14 01:07:42 +08:00
osu-lazer/osu.Game/Online/API
Dean Herbert 4a312d5658 Use a placeholder user with the correct username during connecting process
This allows for various components (like gameplay) to obtain a correct
username even if the API is not yet in a connected state. The most
common case is during startup, where a connection may not have been
established yet, but the user's username was restored from their config
file.

By making the change, local scores will now have the correct username
(although avatar etc. will be missing, which I think it fine) even if
the API is not yet connected. Previously, they would show up as "Guest".
2022-08-09 17:13:09 +09:00
..
Requests Trim zero values from hit statistics 2022-08-04 19:27:50 +09:00
APIAccess.cs Use a placeholder user with the correct username during connecting process 2022-08-09 17:13:09 +09:00
APIDownloadRequest.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIException.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIMessagesRequest.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIMod.cs Don't serialise empty mod settings 2022-08-05 14:00:53 +09:00
APIRequest.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
APIRequestCompletionState.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ArchiveDownloadRequest.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
DummyAPIAccess.cs Fix chat tests failing 1/10000 runs 2022-06-27 16:50:10 +09:00
IAPIProvider.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
ModSettingsDictionaryFormatter.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OAuth.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OAuthToken.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuJsonWebRequest.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
OsuWebRequest.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
RegistrationRequest.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00