Commit Graph

41713 Commits

Author SHA1 Message Date
c84807ed5c Refactor implementation 2020-12-18 16:20:54 +09:00
ceb2e4762d Add test covering a more consistent spread of player scores 2020-12-18 16:20:42 +09:00
91fbdc3aed Merge branch 'api-friends-list' into gameplay-leaderboard-update 2020-12-18 15:43:24 +09:00
a749dca20b Remove left over using statement 2020-12-18 15:43:15 +09:00
c80ecec0b4 Reorder methods 2020-12-18 15:36:24 +09:00
4af508235e Rename long variable 2020-12-18 15:35:18 +09:00
20175a884a Merge branch 'api-friends-list' into gameplay-leaderboard-update 2020-12-18 15:28:07 +09:00
99b670627a Remove unused placeholder friend in DummyAPI implementation 2020-12-18 15:25:12 +09:00
57c5d45c02 Standardise and extract common connection failure handling logic 2020-12-18 15:19:38 +09:00
bdfeb55dec Fix room status test scene not working 2020-12-18 15:18:06 +09:00
d36169f697 Move friend request to a more understandable place in connection flow 2020-12-18 15:16:48 +09:00
206bf3713e Make IAPIProvider read-only bindables into IBindables 2020-12-18 15:16:36 +09:00
8c5e25b990 Remove overlined test scenes 2020-12-18 15:11:11 +09:00
f0e91ba431 Fix overlined playlist test scene not working 2020-12-18 15:09:11 +09:00
a4f7eb83c7 Fix overlined participants test scene not working 2020-12-18 15:07:39 +09:00
208a9e596e Set new room for each test iteration 2020-12-18 14:58:58 +09:00
fa524d64f8 Merge branch 'master' into spectator-driven-leaderboard 2020-12-18 13:34:03 +09:00
9079d33412 X before Y for sanity 2020-12-18 11:20:21 +09:00
44f4ed4fd3 Fix spacing 2020-12-18 11:19:40 +09:00
2969500743 Merge pull request #11171 from peppy/add-bundle-header
Add summary scoring data to replay FrameBundle headers
2020-12-18 11:13:24 +09:00
45482e8709 Whitespace fixes 2020-12-17 18:43:39 -06:00
a0235a06e6 update comment 2020-12-17 19:40:21 -05:00
92bf74ba29 localUser -> localOrReplayPlayer 2020-12-18 03:37:24 +03:00
a8abefcd66 Make GameplayLeaderboardScore a model class 2020-12-18 03:34:33 +03:00
a01ed1827a Align the drag circles on the selction box in the editor to be on the center of the border 2020-12-17 19:34:16 -05:00
8a01e567a1 Fix API potentially getting stuck in connecting state 2020-12-18 03:06:28 +03:00
454c7538c0 CI Style Fixes 2020-12-17 17:59:36 -06:00
9c22753f3f Remove unnecessary inheritance to OverlayView 2020-12-18 02:51:19 +03:00
cbfa292c05 Minor test style fixes 2020-12-17 16:59:19 -06:00
d8864473b2 Merge branch 'keyboard_shortcuts' into jcramos/ctrl_shift_t 2020-12-17 16:56:44 -06:00
71a082110a Making style changes + supports reopening PM chats 2020-12-17 16:56:34 -06:00
5e4f667cff Revert "Allow OverlayView fetching with no API requests required"
This reverts commit 449b9a21ae.
2020-12-18 01:27:58 +03:00
569caa9500 Merge branch 'master' into add-bundle-header 2020-12-17 20:55:24 +01:00
bb586f3175 Merge pull request #11193 from smoogipoo/add-multiplayer-beatmap-checksum
Add beatmap checksum to MultiplayerRoomSettings
2020-12-17 23:55:38 +09:00
c15bb6b928 Add beatmap hash to MultiplayerRoomSettings 2020-12-17 22:04:24 +09:00
0faf3fdfd3 Update gameplay leaderboard scores with the new design 2020-12-17 15:19:10 +03:00
5d180753fa Complete connection once friends list is succesfully fetched 2020-12-17 13:44:30 +03:00
904a4daa98 Add todo comment reminding of updating friends list along 2020-12-17 13:33:49 +03:00
94175d0532 Use global friends list instead of always fetching 2020-12-17 13:33:17 +03:00
449b9a21ae Allow OverlayView fetching with no API requests required 2020-12-17 13:31:57 +03:00
78ce6f1cd2 Add friends list to API providers 2020-12-17 13:30:55 +03:00
76ffe31855 Merge pull request #11138 from smoogipoo/stanr-nf-multiplier
Port StanR's NF multiplier changes
2020-12-17 18:59:46 +09:00
3ff70d331a Mark recordingScore as nullable 2020-12-17 16:17:13 +09:00
81b0db0401 Remove double construction of empty replay object 2020-12-17 16:17:08 +09:00
fe76a00621 Merge branch 'master' into add-bundle-header 2020-12-17 16:13:40 +09:00
f13683dc90 Correctly account for max combo of the input, rather than the global 2020-12-17 16:05:41 +09:00
cc3dddf59f Fix test scene crashing on second run of SetUp
Also correctly support LongRunningLoad
2020-12-17 16:02:07 +09:00
de9c21e7d1 Tenatively mark leaderboard class as LongRunningLoad until final integration 2020-12-17 15:48:53 +09:00
41d8b84bd7 Revert MaxBaseScore to being a private field (no longe required to be public) 2020-12-17 15:47:20 +09:00
cc0442a9a1 Fix CI inspections. 2020-12-16 20:42:30 +01:00