osu/osu.Game/Screens/Multi
Bartłomiej Dach 3272804704 Fix potential crash when no submission token
Can happen because `TimeshiftPlayer` will schedule a screen exit on
token retrieval failure, and `RealtimePlayer`'s BDL won't even attempt
to create a leaderboard in that case.
2020-12-22 22:34:26 +01:00
..
Components Fix some errors being completely ignored 2020-12-22 16:19:19 +09:00
Lounge Create the correct room subscreen 2020-12-21 00:21:30 +09:00
Match Move timeshift settings overlay to correct namespace 2020-12-22 15:52:47 +09:00
Play Add realtime player 2020-12-21 00:13:05 +09:00
Ranking Disable watching replays from realtime results screen 2020-12-21 00:14:54 +09:00
RealtimeMultiplayer Fix potential crash when no submission token 2020-12-22 22:34:26 +01:00
Timeshift Move timeshift settings overlay to correct namespace 2020-12-22 15:52:47 +09:00
DrawableRoomPlaylist.cs Remove nesting of components inside overlined component 2020-07-08 14:45:51 +09:00
DrawableRoomPlaylistItem.cs Make DifficultyIcon support dynamic star rating 2020-10-01 00:53:25 +09:00
DrawableRoomPlaylistWithResults.cs Replace large "show results" button with embedded button each playlist item 2020-07-10 20:19:17 +09:00
Header.cs Remove outdated SearchableList classes 2020-09-03 16:34:58 +09:00
IMultiplayerSubScreen.cs
IRoomManager.cs Refactor InitialRoomsReceived to avoid extra bindables 2020-12-20 23:05:17 +09:00
Multiplayer.cs Split MatchSubScreen into abstract component + timeshift implementation 2020-12-20 23:40:19 +09:00
MultiplayerComposite.cs Make room duration/endsat nullable 2020-12-21 16:18:39 +09:00
MultiplayerSubScreen.cs Improve transition between multiplayer screens (and share constants) 2020-02-20 18:03:53 +09:00
MultiplayerSubScreenStack.cs Simplify the way multiple subscreens handle their disable states via a custom stack 2020-02-06 14:22:01 +09:00