osu/osu.Game.Tests/Visual
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
..
Background Remove default from base ResultsScreen too 2020-11-21 14:38:38 +01:00
Collections
Components Make TimeBetweenPolls into a bindable 2020-12-20 18:34:54 +09:00
Editing Make all objects in selection candidates for spatial snapping 2020-11-24 17:35:54 +09:00
Gameplay Merge pull request #11285 from peppy/resort-leaderboard-less 2020-12-25 00:05:13 +09:00
Menus Make IAPIProvider read-only bindables into IBindables 2020-12-18 15:16:36 +09:00
Multiplayer Allow null users to still be displayed in the participant list 2020-12-28 15:03:44 +09:00
Navigation Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
Online Fix various tests failing due to dependence on specific online data 2020-12-24 21:28:24 +09:00
Playlists Re-namespace all files in OnlinePlay directory 2020-12-25 16:50:09 +01:00
Ranking Remove default from base ResultsScreen too 2020-11-21 14:38:38 +01:00
Settings Simplify input buttons/keys in tests 2020-11-09 14:18:20 -08:00
SongSelect Remove unnecessary resolved recommender in test 2020-12-22 14:42:12 +09:00
UserInterface Add the ability to import into ArchiveModelManagers from a stream 2020-12-07 18:09:18 +09:00
TestSceneOsuGame.cs
TestSceneOsuScreenStack.cs