Commit Graph

127 Commits

Author SHA1 Message Date
fdf7142711 Remove Room.Position 2021-10-13 21:24:54 +09:00
b41fa41c85 Rename APIRequest.Result to Response 2021-10-05 14:28:56 +09:00
8acfefed1b Merge pull request #14741 from smoogipoo/fix-lounge-beatmaps-counter
Fix incorrect beatmap count and SR range in multi lounge
2021-09-15 18:51:52 +09:00
f54d554d30 Extract removal to method 2021-09-15 17:03:28 +09:00
a775915338 Fix incorrect beatmap count and SR range in multi lounge 2021-09-14 18:20:28 +09:00
e3c56f9ebd Show error message in popover 2021-09-14 14:14:06 +09:00
b8a1ebb786 Hide Popover after failed password attempt
Instead of throwing an error, just close the popover and let the user continue
2021-09-07 16:54:21 -04:00
99bb3032a5 Move gradient to be part of the background for now 2021-08-23 15:27:32 +09:00
58fb0c042b Remove background scale altogether
I'm not sure why this is required. Seems like something which was meant
to exist to handle parallax, but that is already handled elsewhere now.
2021-08-23 14:34:27 +09:00
c22c6f3a49 Initial room background implementation 2021-08-20 18:14:12 +09:00
258ba4674c Fix background overflows 2021-08-20 17:50:49 +09:00
3d96da84e6 Set a default background 2021-08-20 17:05:46 +09:00
610a162271 Merge branch 'master' into remove-current-room 2021-08-20 16:23:36 +09:00
44e157447c Initial rework of backgrounds 2021-08-19 19:10:54 +09:00
4d1897c6b4 Remove unnecessary resolve into ListingPollingComponent 2021-08-19 16:52:54 +09:00
3a1154c00e Pass room into SelectionPollingComponent 2021-08-19 16:41:21 +09:00
5e91ec73e3 Handle star rating range display sizing 2021-08-18 11:36:27 +03:00
9d2664cbb1 Merge branch 'master' into star-rating-display-v2 2021-08-18 17:22:33 +09:00
1e282432c9 Fix password in a better way 2021-08-17 09:40:25 +09:00
352949069a Move filter to LoungeSubScreen 2021-08-17 09:36:43 +09:00
6320768a67 Merge branch 'master' into multi-polling-request-refactor 2021-08-17 08:44:56 +09:00
b6a2020c59 General refactorings from PR review 2021-08-16 13:09:04 +09:00
81f9442471 Inline update/addRoom in usage sites 2021-08-16 13:04:06 +09:00
e8e387b549 Cache buffered background to fix multiplayer lounge performance
Consider this a request for comment. It's the cleanest solution I can
come up with without dropping either the blur, or use of
`ModelBackedDrawable`.

Intended to resolve https://github.com/ppy/osu/issues/14276.
2021-08-16 08:04:54 +09:00
6a46105b5e Fix incorrect dependency 2021-08-13 18:12:32 +09:00
8910781bcd Move listing polling component to LoungeSubScreen 2021-08-13 17:39:09 +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
0b76460043 Merge branch 'master' into lounge-redesign 2021-08-09 16:28:28 +09:00
b01893d3f2 Merge branch 'master' into star-rating-display-v2 2021-08-06 13:51:34 +03:00
c680012523 Buffer the entire star rating range to fix overlapping alpha 2021-08-06 19:06:16 +09:00
6164903fec Merge branch 'master' into new-difficulty-colours 2021-08-06 18:05:53 +09:00
b8ec1cb984 Hide star rating max display for equal difficulties 2021-08-05 21:00:28 +09:00
0246e6f850 Merge branch 'master' into lounge-redesign 2021-08-05 19:55:15 +09:00
b2332eb5b3 Use new difficulty colours permanently 2021-08-04 18:19:37 +03:00
d4399f10f9 Merge both variants of the star rating display 2021-08-04 18:19:28 +03:00
fbf89493ad Merge branch 'master' into lounge-redesign 2021-08-04 19:53:55 +09:00
b956d32587 Add the ability to change multiplayer game type 2021-08-03 23:42:37 +09:00
9a5e052dc0 Use star difficulty colour spectrum game-wide 2021-08-03 15:02:18 +03:00
1b6b7ce343 Merge branch 'master' into lounge-redesign 2021-08-03 20:02:31 +09:00
2564c0c3df Rename GameType to MatchType and make enum instead of class 2021-08-03 14:46:31 +09:00
0cb80e105b Renamespace classes 2021-07-13 16:02:18 +09:00
8c4a257742 Add recent participants 2021-07-13 15:10:44 +09:00
125bd36ab1 Send password in request ctor directly 2021-07-13 14:27:07 +09:00
9f9d7f9125 Add remaining pieces of password flow (for osu-web join request) 2021-07-12 18:22:52 +09:00
4ac812de86 Add rank range pill 2021-07-12 16:15:26 +09:00
435b4b0e6e Remove pill inheritance 2021-07-12 15:21:00 +09:00
a8cbffa57e Add playlist count pill 2021-07-12 15:11:53 +09:00
185e36bf97 Split pill display into abstract class 2021-07-12 15:11:10 +09:00
b4b0b862ef Adjust some layout 2021-07-12 14:07:21 +09:00