Commit Graph

828 Commits

Author SHA1 Message Date
a3e0168a46 Update tests 2021-07-12 18:25:04 +09:00
3c49b46c5f Add lock overlay for rooms which are password protected 2021-07-12 18:22:52 +09:00
aba09b20a5 Add host under room title 2021-07-12 16:28:22 +09:00
4ac812de86 Add rank range pill 2021-07-12 16:15:26 +09:00
84b0a3290c Add multiplayer lounge test coverage 2021-07-12 15:49:19 +09:00
ac26374a93 Merge branch 'master' into lounge-redesign 2021-07-12 13:54:42 +09:00
8929aa0ca7 Initial redesign of DrawableRoom 2021-07-07 14:47:24 +09:00
1a832a4e6b Add clickability to test 2021-07-07 14:47:24 +09:00
33615646bd Rename DrawableRoom test scene 2021-07-07 14:47:24 +09:00
6bc0020825 Fix intermittent spectate button test failures 2021-07-06 20:28:55 +09:00
b209868d96 Fix another potential failure 2021-07-06 17:57:24 +09:00
8b12ec9586 Fix intermittent ready button test failures 2021-07-06 17:52:27 +09:00
32e6c9c5d3 Merge pull request #13786 from peppy/multiplayer-test-fixes
Fix multiplayer test failures due to leaderboard load process
2021-07-06 16:33:41 +09:00
e1c646b9b2 Remove redundant arguments 2021-07-05 23:52:39 +08:00
10e7c846e5 Add local UserLookupCache to avoid online requests being fired from multiplayer tests 2021-07-05 19:41:00 +09:00
9c2fed4806 Move setup steps to SetUpSteps and add empty test case 2021-07-05 19:10:27 +09:00
7b0f970e7d Fix ongoing operation being begun in an async context 2021-07-02 16:09:02 +09:00
f2d9d78455 Fix some incorrectly invoked async calls 2021-07-02 14:43:48 +09:00
4c95af4b16 Add star rating range display 2021-07-01 20:35:31 +09:00
aa7405afa1 Increase number of sent frames to prevent timing issues 2021-06-30 20:16:57 +09:00
741ecbb2df Merge branch 'master' into spectator-start-at-end-2 2021-06-30 15:06:30 +09:00
4337577448 Remove unused private methods 2021-06-30 14:31:27 +09:00
331b7237ab Attempt to fix one more intermittent test failure 2021-06-29 23:02:20 +09:00
6dd3c6fe93 Make MultiSpectatorScreen and tests more resillient to timing 2021-06-29 22:45:51 +09:00
8e04d73b67 Merge branch 'rework-multiplayer-test-scenes' into spectator-start-at-end-2 2021-06-29 17:06:57 +09:00
bcdf36e77b Merge branch 'master' into spectator-start-at-end-2 2021-06-29 15:53:58 +09:00
06beeee4d8 Cleanup match header test 2021-06-29 15:39:01 +09:00
d035633f95 Load participants list after joining room 2021-06-25 20:56:13 +09:00
3e5ae7ea58 Don't join room in participants test 2021-06-25 20:44:00 +09:00
1ed61b9b98 Fix up dependencies class names 2021-06-25 20:11:38 +09:00
57f2b4f812 Fix incorrect parent class 2021-06-25 20:09:03 +09:00
04cc390c41 Fix TestSceneMultiplayer resolving the wrong client 2021-06-25 19:16:54 +09:00
a27a647ae7 Rename RoomDependencies -> OnlinePlayDependencies 2021-06-25 18:07:47 +09:00
c0d2b41d4c Move SpectatorClient into multiplayer dependencies 2021-06-25 17:55:16 +09:00
7aefbe3da1 Move UserLookupCache inside dependencies 2021-06-25 17:37:02 +09:00
d6ab08c958 Remove manual dependencies in TestSceneMultiplayerGameplayLeaderboard 2021-06-25 15:30:28 +09:00
81a812e216 Rework MultiplayerTestScene to make use of OnlinePlayTestScene 2021-06-25 15:00:10 +09:00
aa5d22d04a Remove "test container", make everything go through OnlinePlayTestScene 2021-06-25 13:02:19 +09:00
8fba7d2423 Remove MultiplayerTestScene inheritance from simple test scenes 2021-06-24 21:02:29 +09:00
a21cf87b5f Split room manager and allow overrides 2021-06-24 19:14:05 +09:00
5115299e9a Merge RoomManagerTestScene into OnlinePlaySubScreenTestScene 2021-06-24 19:09:31 +09:00
a7b5c3bed1 Add OnlinePlaySubScreenTestScene 2021-06-24 17:01:28 +09:00
4af119a407 Re-namespace 2021-06-24 16:29:06 +09:00
c9ec4b9da4 Remove RoomTestScene inheritance from simple test scenes 2021-06-24 16:02:20 +09:00
49000b9501 Add multiplayer leave navigation tests 2021-06-22 19:30:40 -07:00
0a8daab4f7 Pause master clock when too far ahead 2021-06-11 19:15:53 +09:00
e9ebbd298d Add a few more tests 2021-06-11 18:13:54 +09:00
58d71e4aea Remove local "next frame" storage 2021-06-10 22:41:38 +09:00
6ef9b346e1 Fix newly found inspections from 2021.1EAP1 2021-06-01 14:33:21 +09:00
b16d10bd95 Provide game-wide resources via IStorageResourceProvider 2021-05-31 18:57:47 +09:00