1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-16 11:13:02 +08:00
osu-lazer/osu.Game/Screens/OnlinePlay
Bartłomiej Dach f06f13215b
Split off multiplayer team results screen to separate class
The previous version tried to keep both normal multiplayer and team
multiplayer results as one screen, but didn't check that team-specific
components aren't null in `LoadComplete()`.

To decrease number of conditional, split off the team results screen to
a separate implementation, and choose one or the other at push time in
`MultiplayerPlayer`, depending on team count.
2021-08-12 20:01:31 +02:00
..
Components Merge branch 'master' into new-difficulty-colours 2021-08-06 18:05:53 +09:00
Lounge Add sounds to multiplayer games list 2021-08-06 23:39:42 +09:00
Match Remove playlist button 2021-08-06 18:58:50 +09:00
Multiplayer Split off multiplayer team results screen to separate class 2021-08-12 20:01:31 +02:00
Playlists Merge branch 'master' into multiplayer-create-with-enter 2021-08-05 17:07:03 +09:00
DrawableRoomPlaylist.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
DrawableRoomPlaylistItem.cs Truncate beatmap text 2021-07-22 12:18:37 +08:00
DrawableRoomPlaylistWithResults.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
FooterButtonFreeMods.cs Remove "Unranked" text from ModDisplay 2021-06-09 13:45:09 +09:00
FreeModSelectOverlay.cs Remove mod multiplier completely 2021-06-25 16:36:31 +09:00
Header.cs Rename I{Multiplayer -> OnlinePlay}SubScreen 2020-12-25 18:07:34 +01:00
IOnlinePlaySubScreen.cs Rename I{Multiplayer -> OnlinePlay}SubScreen 2020-12-25 18:07:34 +01:00
IRoomManager.cs Add remaining pieces of password flow (for osu-web join request) 2021-07-12 18:22:52 +09:00
OngoingOperationTracker.cs Move lease check inside schedule 2021-01-30 21:03:09 +01:00
OnlinePlayComposite.cs Rename GameType to MatchType and make enum instead of class 2021-08-03 14:46:31 +09:00
OnlinePlayScreen.cs Fix song select background not showing in multiplayer/playlists 2021-07-22 14:33:08 +09:00
OnlinePlaySongSelect.cs Add IDeepCloneable interface and update existing CreateCopy methods to use it 2021-07-19 12:54:17 +09:00
OnlinePlaySubScreen.cs Rename I{Multiplayer -> OnlinePlay}SubScreen 2020-12-25 18:07:34 +01:00
OnlinePlaySubScreenStack.cs Rename {Multiplayer -> OnlinePlay}SubScreenStack 2020-12-25 17:00:31 +01:00
RoomSubScreenComposite.cs Split OnlinePlayComposite to remove if-statement 2021-02-18 15:47:33 +09:00