osu/osu.Game.Tests/Visual/Multiplayer
Dean Herbert 046a76cb1d Allow null users to still be displayed in the participant list
The fix here is correcting the access of `user.Country`. The deicision
to have null users display is because this is the best we can do (if
osu-web could not resolve the user). We still want the users in the
lobby to be aware of this user's presence, rather than hiding them from
view.

osu-stable does a similar thing, showing these users as `[Loading]`. I
decided to go with blank names instead because having *any* text there
causes confusion. We can iterate on this in future design updates.
2020-12-28 15:03:44 +09:00
..
RoomManagerTestScene.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
TestRoomManager.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
TestSceneDrawableRoomPlaylist.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
TestSceneLoungeRoomInfo.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
TestSceneLoungeRoomsContainer.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
TestSceneMatchBeatmapDetailArea.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
TestSceneMatchHeader.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
TestSceneMatchLeaderboard.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
TestSceneMatchSongSelect.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
TestSceneMultiHeader.cs Rename I{Multiplayer -> OnlinePlay}SubScreen 2020-12-25 18:07:34 +01:00
TestSceneMultiplayer.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
TestSceneMultiplayerMatchSubScreen.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
TestSceneMultiplayerParticipantsList.cs Allow null users to still be displayed in the participant list 2020-12-28 15:03:44 +09:00
TestSceneMultiplayerReadyButton.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
TestSceneMultiplayerRoomManager.cs Fix tests failing due to wrong inheritance 2020-12-25 14:18:21 +01:00
TestSceneRoomStatus.cs Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00