Commit Graph

9225 Commits

Author SHA1 Message Date
543482111b Remove outdated todo 2021-08-12 10:40:14 +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
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
5031b19b42 Add sounds to multiplayer games list 2021-08-06 23:39:42 +09:00
8f014650df Merge branch 'master' into toggle-multiplayer-leaderboard-with-hud 2021-08-06 19:36:19 +09:00
724edcbecd Toggle the expanded state of the multiplayer leaderboard with the user's HUD
Resolves https://github.com/ppy/osu/discussions/14140.

---

Until now, the multiplayer leaderboard would expand during break time.
Now, it respects the user's HUD visibility status (which can be toggled
using Shift+Tab).
2021-08-06 19:23:44 +09:00
b401dc0b2e Remove playlist button 2021-08-06 18:58:50 +09:00
6164903fec Merge branch 'master' into new-difficulty-colours 2021-08-06 18:05:53 +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
2b973b9831 Redirect beatmap selection to intentionally click the button directly 2021-08-05 14:21:51 +09:00
bf720f7e06 Ensure operations are not performed during loading 2021-08-05 14:14:07 +09:00
22bd6c7556 Move keyboard progress flow handling to MatchSettingsOverlay 2021-08-05 14:06:58 +09:00
fd54487186 Add safety against pushing to non-current screen 2021-08-05 14:06:58 +09:00
2ccf7e75b0 Fix new possible nullref inspection due to delegate initialisation in constructor 2021-08-05 13:24:59 +09:00
c84bd2c74d Update new obsolete usages 2021-08-05 13:22:59 +09:00
d0ce0cf9f5 Merge branch 'master' into new-difficulty-colours 2021-08-04 17:12:15 +03:00
476442d1a3 Merge branch 'master' into multiplayer-create-with-enter 2021-08-04 19:37:41 +09:00
5a6636ae5c Merge pull request #14116 from peppy/update-platform-action-triggers
Update existing test to make use of `ManualInputManager.Keys`
2021-08-04 19:36:39 +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
b5970d5cdc Handle pitch black background case 2021-08-04 01:52:48 +03:00
aa320c70a7 Improve show/hide animation and add more padding around the crown 2021-08-03 23:42:37 +09:00
b8e878ccc9 Add the ability to change team by clicking current team colour
Definitely not the final UX, but it's what people are used to and easy
to implement, so it'll do for now.
2021-08-03 23:42:37 +09:00
5e59b1325c Add team display to participant list 2021-08-03 23:42:37 +09:00
b956d32587 Add the ability to change multiplayer game type 2021-08-03 23:42:37 +09:00
c856611f65 Merge branch 'master' into multiplayer-match-rulesets 2021-08-03 23:40:24 +09:00
9a5e052dc0 Use star difficulty colour spectrum game-wide 2021-08-03 15:02:18 +03:00
063868713e Add ability to create a room using only keyboard input 2021-08-03 19:11:10 +09:00
feadfbcca7 Add playlist type to picker temporarily 2021-08-03 17:48:20 +09:00
01f15bd6fc Rename picker class to match new naming 2021-08-03 17:47:53 +09:00
a42762e351 Merge branch 'multiplayer-rename-game-type' into multiplayer-match-rulesets 2021-08-03 14:55:51 +09:00
2564c0c3df Rename GameType to MatchType and make enum instead of class 2021-08-03 14:46:31 +09:00
867426441e Fix weird access to room via Client 2021-08-02 18:50:22 +09:00
a75da82986 Add explaining comment 2021-08-01 21:14:54 +03:00
ac930b8918 Fix judgement processors provided to mods while not completely loaded 2021-08-01 19:16:30 +03:00