Commit Graph

27372 Commits

Author SHA1 Message Date
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
db270a79ab Update resources 2021-08-08 03:54:20 +09:00
404a4234cb Merge branch 'master' into more-missing-sounds 2021-08-08 03:49:17 +09:00
d099bb8ab6 Calculate offsets from overlay ScreenSpaceDrawQuads instead 2021-08-07 21:08:26 +03:00
19a19f915c Adjust settings panel to autosize to zero when hiding it
Previously, when hiding the settings overlay, it remains to have a width
of `56` (sidebar width), this is due to the panel content being placed
next to the sidebar, so therefore the content has to move 400
(PANEL_WIDTH) + 56 (sidebar_width) backwards, for the overlay to have a
width of 0 on hide.
2021-08-07 21:07:08 +03:00
9f3013e2c8 Remove all HorizontalScreenOffset calculations from overlays 2021-08-07 19:30:12 +03:00
e924ea8d93 Make ScreenOffsetContainer privatly settable only 2021-08-07 18:52:27 +03:00
ff1730f9f8 Do not play open/close samples for top-level menus 2021-08-07 14:38:54 +02:00
9ac5c9aa2f Fix notification overlay having incorrect initial X 2021-08-07 01:27:54 +03:00
8dc0650ca7 Add test coverage 2021-08-06 22:56:43 +03:00
ac157f6cef Fix settings panel children not processing transforms while masked away 2021-08-06 22:36:26 +03:00
2f187cb90f Update framework 2021-08-07 01:17:58 +09:00
f77037ef57 Replace state-based screen offsetting logic with HorizontalScreenOffsets 2021-08-06 18:38:57 +03:00
8e8e0fb8d8 Add placement-dependent horizontal screen offset properties 2021-08-06 18:38:15 +03:00
067ff0e0ad Store last opened settings subpanel rather than relying on LINQ 2021-08-06 18:38:15 +03:00
52400961f6 Add open/close sounds to context menus 2021-08-06 23:47:02 +09:00
5031b19b42 Add sounds to multiplayer games list 2021-08-06 23:39:42 +09:00
3f06ecdd48 Add open/close sounds to menus 2021-08-06 21:01:34 +09:00
f1ea830828 Re-add on-click feedback to MonthSection and OsuDropdown headers 2021-08-06 20:58:07 +09:00
f262f288fc Fix DHO state is overwritten to Idle on LoadComplete
The state may already be changed before `LoadComplete` is called because DHO is already added to the draw hierarchy.
2021-08-06 19:58:46 +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
8dc167ac9a Set default MultiplayerRoomSettings type to something that isn't playlists 2021-08-06 18:56:01 +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
7d670c6d35 Fix gap in fill colour 2021-08-06 18:05:24 +09:00
74bffeac5e Minor design adustments (paddings/sizing) 2021-08-06 17:03:44 +09:00
c4a4f2a77a Merge branch 'master' into lounge-redesign 2021-08-06 16:51:01 +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
e13a82ed63 Fix colour picker antialiasing 2021-08-05 14:07:35 +03:00
0246e6f850 Merge branch 'master' into lounge-redesign 2021-08-05 19:55:15 +09:00
e6cd05ea93 Update framework 2021-08-05 19:06:05 +09:00
1476b3b22a Merge branch 'master' into bassmix 2021-08-05 17:33:21 +09:00
27ff428491 Revert "Temporary changes to compile with latest framework"
This reverts commit 34c671f712.
2021-08-05 17:33:19 +09:00