Commit Graph

499 Commits

Author SHA1 Message Date
8249ce7988 Merge branch 'master' into multiplayer-header-redesign 2021-08-12 21:00:46 +09:00
83703e4283 Add colour provider to online play dependencies 2021-08-12 20:08:14 +09:00
7b66616dc4 Simplify logic and test/fix edge case 2021-08-12 19:47:26 +09:00
8a67304b9f Fix recent participants hidden user logic not handling edge case correctly
Hiding just one user never makes sense, so this will now always show up
to the required circle count until two users are required to be hidden.
This will make the listing more consistent with the width requirement
spec.
2021-08-12 19:47:26 +09:00
512382987e Add colour provider for multiplayer usage 2021-08-12 19:47:26 +09:00
5f3ceaf0ad Merge branch 'master' into lounge-redesign 2021-08-12 16:31:14 +09:00
14fe2eea2a Add empty step to multiplayer TestEmpty() test 2021-08-12 16:20:08 +09:00
60e988aac3 Merge branch 'master' into multiplayer-kick-support 2021-08-12 11:46:56 +09:00
9393c6351d Fix another potential test case failure 2021-08-12 11:08:52 +09:00
531fba8f39 Fix potential test case failure 2021-08-12 11:05:31 +09:00
5d0b92e28c Fix multi spectator test not showing teams 2021-08-12 10:38:20 +09:00
c160e50f4f Merge branch 'master' into multiplayer-team-vs-leaderboard 2021-08-12 10:27:31 +09:00
0f5bea235c Merge branch 'master' into lounge-redesign 2021-08-11 18:15:34 +09:00
bb51ebd0ef Don't show button on self 2021-08-11 17:42:46 +09:00
50bda6023c Add test coverage 2021-08-11 17:31:54 +09:00
c376e652a4 Convey and show team scores at the multiplayer results screen 2021-08-11 15:32:14 +09:00
a503274e1d Pass through MultiplayerRoomUsers instead of ints to avoid re-retrieval 2021-08-10 18:39:20 +09:00
53d03745e0 Remove unused test scene 2021-08-10 17:48:47 +09:00
e0e0d5deb0 Remove unused using 2021-08-10 17:25:10 +09:00
5ea7909eea Fix incorrectly failing test 2021-08-10 16:23:53 +09:00
ea6e441dec Simplify method of marking players as playing in test scenes 2021-08-09 19:21:22 +09:00
551929cf5a Simplify method of marking players as playing in test scenes 2021-08-09 19:18:13 +09:00
5f3d087101 Also add team score display to multiplayer spectator screen 2021-08-09 19:17:51 +09:00
121648b593 Add gameplay-specific team score display which can expand and contract 2021-08-09 19:17:51 +09:00
ebbf6467e8 Support more than two teams 2021-08-09 17:23:02 +09:00
cdc173e867 Add tracking of team totals to leaderboard implementation 2021-08-09 17:08:32 +09:00
ab522e1569 Add test coverage of team display on leaderboard 2021-08-09 17:06:21 +09:00
1e5d9003d3 Add the ability for tests to alter the room and user states which during testing 2021-08-09 16:58:36 +09:00
54ffb8dc4e Add basic multiplayer gameplay test coverage 2021-08-09 16:31:18 +09:00
bdfdd00afe Adjust spacings and sizings of left-side details 2021-08-06 18:52:01 +09:00
0ea982c036 Update recent participants list to use participant_count 2021-08-05 22:49:41 +09:00
fd6d488657 Add thousands separator to rank range pill 2021-08-05 21:40:09 +09:00
bd394d9377 Fix pluralisation 2021-08-05 20:56:23 +09:00
c56b6a5379 Fix compilation failure 2021-08-05 20:52:40 +09:00
0246e6f850 Merge branch 'master' into lounge-redesign 2021-08-05 19:55:15 +09:00
0211521a97 Merge branch 'master' into multiplayer-create-with-enter 2021-08-05 17:07:03 +09:00
5811dff853 Merge pull request #14120 from peppy/multiplayer-team-vs-team-selection
Add ability to choose Team Versus match type and view / switch teams
2021-08-05 17:02:14 +09:00
fbf89493ad Merge branch 'master' into lounge-redesign 2021-08-04 19:53:55 +09:00
42e14fb492 Merge branch 'update-platform-action-triggers' into multiplayer-create-with-enter 2021-08-04 17:31:38 +09:00
9b9dacf3fe Update usages of Drawable.Click() 2021-08-04 17:30:33 +09:00
69e6c08cc2 Add test coverage of changing teams via clicking 2021-08-03 23:42:37 +09:00
75426f84f1 Fire initial match user states in TestMultiplayerClient 2021-08-03 23:42:37 +09:00
a0119f8cd6 Add basic test coverage 2021-08-03 23:42:37 +09:00
56ded4fde6 Fix DrawableRoom test scene 2021-08-03 20:33:34 +09:00
8b3feaabfc Fix more compile errors 2021-08-03 20:07:42 +09:00
1b6b7ce343 Merge branch 'master' into lounge-redesign 2021-08-03 20:02:31 +09:00
3c7a49f431 Add test coverage of keyboard room creation flow 2021-08-03 19:11:10 +09:00
888954747c Rename class, add commenting and avoid firing requests to create rooms for testing purposes 2021-07-26 15:47:13 +09:00
488dd3ea52 Merge pull request #13980 from peppy/fix-online-song-select-background
Fix song select background not showing in multiplayer/playlists
2021-07-26 15:16:39 +09:00
32e29d0428 Ensure lounge is loaded before continuing with tests 2021-07-26 14:29:16 +09:00