osu/osu.Game
Bartłomiej Dach 898d5ce88b
Show selected submission failure messages even in solo
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.
2024-02-15 10:55:08 +01:00
..
Audio
Beatmaps Only apply set-level metadata after all difficulties have been processed 2024-02-12 12:08:51 +01:00
Collections Use new LINQ Order() instead of OrderBy() when possible 2024-02-08 18:01:00 +01:00
Configuration
Database Use new LINQ Order() instead of OrderBy() when possible 2024-02-08 18:01:00 +01:00
Extensions
Graphics Truncate long dropdown menu item text and show tooltip 2024-02-14 23:01:51 -08:00
Input
IO Fix compile error (reserved name) 2024-02-02 21:28:51 +09:00
IPC
Localisation Merge pull request #27054 from Loreos7/update-related-notifications-localisation 2024-02-06 09:07:58 +01:00
Models
Online Merge branch 'master' into score-statistics-updates-working-2 2024-02-15 02:55:12 +08:00
Overlays Merge branch 'master' into score-statistics-updates-working-2 2024-02-15 02:55:12 +08:00
Performance
Properties
Replays
Rulesets Add inline documentation as to why classic mod is not ranked 2024-02-15 13:22:54 +08:00
Scoring Remove placeholder classes and inline everything 2024-02-12 21:30:10 +03:00
Screens Show selected submission failure messages even in solo 2024-02-15 10:55:08 +01:00
Skinning Use more explicit match 2024-02-06 14:53:01 +01:00
Storyboards
Tests Show selected submission failure messages even in solo 2024-02-15 10:55:08 +01:00
Updater Merge pull request #26930 from Susko3/suggest-update-only-if-available 2024-02-10 22:08:56 +08:00
Users
Utils
.editorconfig
FodyWeavers.xml
osu!.res
osu.Game.csproj Update resources 2024-02-07 13:37:37 +01:00
OsuGame.cs Merge branch 'master' into score-statistics-updates-working-2 2024-02-15 02:55:12 +08:00
OsuGameBase_Importing.cs
OsuGameBase.cs Move SoloStatisticsWatcher to OsuGame 2024-02-13 14:28:24 +01:00
PerformFromMenuRunner.cs