mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
898d5ce88b
Previously, if a `SubmittingPlayer` instance deemed it okay to proceed with gameplay despite submission failure, it would silently log all errors and proceed, but the score would still not be submitted. This feels a bit anti-user in the cases wherein something is genuinely wrong with either the client or web, so things like token verification failures or API failures are now shown as notifications to give the user an indication that something went wrong at all. Selected cases (non-user-playable mod, logged out, beatmap is not online) are still logged silently because those are either known and expected, or someone is messing with things. |
||
---|---|---|
.. | ||
Beatmaps | ||
Gameplay | ||
Rulesets | ||
Visual | ||
CleanRunHeadlessGameHost.cs | ||
FlakyTestAttribute.cs | ||
OsuTestBrowser.cs | ||
PollingChatClient.cs | ||
TestChatClientConnector.cs | ||
VisualTestRunner.cs |