Commit Graph

9308 Commits

Author SHA1 Message Date
df24f7a81e Merge pull request #14256 from smoogipoo/multiplayer-header-redesign
Update multiplayer header to the latest designs
2021-08-13 16:16:25 +09:00
dd7ca4b77b Increase "create room" button height 2021-08-13 15:35:45 +09:00
3b6a8a2bae Rename background sprite and reduce load delay 2021-08-13 15:25:00 +09:00
5cec50bdd1 Add comment mentioning why event bindings are not unbound 2021-08-13 15:24:43 +09:00
755b6460b6 Fix multiplayer navigation test failure 2021-08-13 14:05:44 +09:00
e913c8f92f Change strings to verbatim 2021-08-13 13:07:02 +09:00
8249ce7988 Merge branch 'master' into multiplayer-header-redesign 2021-08-12 21:00:46 +09:00
03351cf434 Add blur to background 2021-08-12 20:01:53 +09:00
050f2d6b0d Add background to room subscreen 2021-08-12 19:51:03 +09:00
047b37788b Merge online play filter control with the lounge subscreen 2021-08-12 19:48:15 +09:00
e89aea1fc2 Add some padding between scroll bar and content 2021-08-12 19:47:26 +09:00
10195e0c53 Add total user count 2021-08-12 19:47:26 +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
127fd4d292 Match font weight of design for hidden user count 2021-08-12 19:47:26 +09:00
2c07b68f6f Fix incorrect colour for hidden user display 2021-08-12 19:47:26 +09:00
512382987e Add colour provider for multiplayer usage 2021-08-12 19:47:26 +09:00
ab7bd1df9d Use full-screen background 2021-08-12 19:27:06 +09:00
b75c20fee4 Adjust positioning and paddings 2021-08-12 18:02:00 +09:00
3b7aa262d5 Make header overlap content 2021-08-12 16:52:35 +09:00
d07bb10d02 Remove breadcrumbs from header 2021-08-12 16:52:30 +09:00
ab1cc6ad48 Fix padding around recent participants icon being uneven 2021-08-12 16:50:09 +09:00
5f3ceaf0ad Merge branch 'master' into lounge-redesign 2021-08-12 16:31:14 +09:00
60e988aac3 Merge branch 'master' into multiplayer-kick-support 2021-08-12 11:46:56 +09:00
543482111b Remove outdated todo 2021-08-12 10:40:14 +09:00
bbb28d1b29 Don't use null-propagation for status 2021-08-12 09:14:46 +09:00
58d76e9036 Use FinishTransforms() 2021-08-12 09:13:10 +09:00
4002a1606e Round star ratings before comparing 2021-08-11 18:20:39 +09:00
eb59f3c591 Revert "Buffer the entire star rating range to fix overlapping alpha"
This reverts commit c680012523.
2021-08-11 18:15:53 +09:00
0f5bea235c Merge branch 'master' into lounge-redesign 2021-08-11 18:15:34 +09:00
d6352637d6 Also add tooltip and context menu item 2021-08-11 17:45:34 +09:00
bb51ebd0ef Don't show button on self 2021-08-11 17:42:46 +09:00
7aab8c32ec Add kick button and hook up logic 2021-08-11 17:31:54 +09:00
3f067e3a8d Remove likely unnecessary score null check 2021-08-11 16:59:42 +09:00
ee3b373e8a Correctly handle tied scores 2021-08-11 14:48:37 +09:00
cf82bca09c Change logic to only handle the case of exactly two teams 2021-08-11 14:44:13 +09:00
a503274e1d Pass through MultiplayerRoomUsers instead of ints to avoid re-retrieval 2021-08-10 18:39:20 +09:00
58714dbe71 Fix ordering of teams to match colours 2021-08-09 19:48:53 +09:00
490f9e1848 Fix overlap in spectator view 2021-08-09 19:45:16 +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
77c9aadd05 Add team colour support to multiplaye gameplay leaderboard panels 2021-08-09 17:06:25 +09:00
e1d4eee1d2 Add the ability to set custom overriding colours on GameplayLeaderboardScores 2021-08-09 17:06:21 +09:00
0fa1f085df Store MultiplayerRoomUser as part of tracked data 2021-08-09 16:31:18 +09:00
fcec714b4f Add safeties to avoid MultiplayerPlayer crashing when beatmap can't be loaded 2021-08-09 16:31:18 +09:00
aa4c6b9341 Bring across tournament score display for game usage 2021-08-09 16:30:37 +09:00