1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 16:25:32 +08:00
osu-lazer/osu.Game/Screens/OnlinePlay/Playlists
Dean Herbert 90acdd4361 Display the correct error message on score submission failure
The server will return a valid error message in most cases here. We may
eventually want to add some fallback message for cases an error may
occur that isn't of
[InvariantException](3169b33ccc/app/Exceptions/InvariantException.php (L9-L10)) type, but I'm not 100% sure
how to identify these just yet.
2021-02-02 18:45:05 +09:00
..
CreatePlaylistsRoomButton.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
Playlists.cs Rename {Multiplayer -> OnlinePlay}Screen 2020-12-25 17:00:00 +01:00
PlaylistsLoungeSubScreen.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
PlaylistsMatchSettingsOverlay.cs Hook up room-level max attempts to UI 2021-02-02 18:45:05 +09:00
PlaylistsPlayer.cs Display the correct error message on score submission failure 2021-02-02 18:45:05 +09:00
PlaylistsReadyButton.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
PlaylistsResultsScreen.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
PlaylistsRoomManager.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
PlaylistsRoomSubScreen.cs Added inline comments 2021-01-19 09:16:39 -05:00