Commit Graph

536 Commits

Author SHA1 Message Date
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
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
f4739d0118 Remove MaskingSmoothness to avoid making sheered container blurry 2021-08-09 16:28:43 +09:00
0b76460043 Merge branch 'master' into lounge-redesign 2021-08-09 16:28:28 +09:00
a12f6b78a4 Split status retrieval into its own method 2021-08-09 16:21:12 +09:00
7cb743a734 Move font sizing to base class 2021-08-09 16:17:51 +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
c680012523 Buffer the entire star rating range to fix overlapping alpha 2021-08-06 19:06:16 +09:00
19ed24a06f Remove unnecessary duplicate background 2021-08-06 18:59:19 +09:00
b401dc0b2e Remove playlist button 2021-08-06 18:58:50 +09:00
9019e0947a Remove unused using 2021-08-06 18:54:02 +09:00
798b16fc24 Remove unused params 2021-08-06 18:52:46 +09:00
bdfdd00afe Adjust spacings and sizings of left-side details 2021-08-06 18:52:01 +09:00
6164903fec Merge branch 'master' into new-difficulty-colours 2021-08-06 18:05:53 +09:00
74bffeac5e Minor design adustments (paddings/sizing) 2021-08-06 17:03:44 +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
c74e620ce9 Add constant for background colour 2021-08-05 21:39:51 +09:00
87fd1eaf06 Explain negative padding 2021-08-05 21:19:23 +09:00
438f0ce702 Increase default number of avatars 2021-08-05 21:18:30 +09:00
2f2e3d7366 Use higher res background image 2021-08-05 21:01:21 +09:00
b8ec1cb984 Hide star rating max display for equal difficulties 2021-08-05 21:00:28 +09:00
bd394d9377 Fix pluralisation 2021-08-05 20:56:23 +09:00
5521f38cfb Adjust spacing 2021-08-05 20:56:09 +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
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
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
3b6771ca65 Remove todo 2021-08-04 22:09:03 +09:00
fbf89493ad Merge branch 'master' into lounge-redesign 2021-08-04 19:53:55 +09: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
c06fffb56a Increase background image resolution 2021-08-04 13:49:13 +09: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