Commit Graph

62 Commits

Author SHA1 Message Date
2a42418dbf Tidy up ReadyButton 2018-06-21 10:21:54 +09:00
4c068097c8 Change required child to use same structure as other use cases 2018-06-21 10:12:12 +09:00
96100a2200 Remove schedule logic (seems unnecessary) 2018-06-20 17:41:48 +09:00
39649747aa Simplify and synchronise multiplayer screen transitions 2018-06-20 17:25:22 +09:00
f0c72438a3 Group ValueChanged attachment with bindings 2018-06-20 17:06:02 +09:00
b8f9caf418 Merge branch 'master' into multiplayer-match 2018-06-19 17:18:33 +09:00
eb135b2e85 Merge branch 'master' into participant-count-default 2018-06-03 03:05:17 +09:00
da8b1f996f Override Type in Match. 2018-06-01 17:16:35 -03:00
5073057420 Cleanup. 2018-06-01 16:34:03 -03:00
97b473ef30 Expose tabs and hide beatmap select button in Header. 2018-06-01 16:23:11 -03:00
cc32adf51f Move max text updating into updateMax. 2018-06-01 14:28:24 -03:00
59762c0393 Change Room.Participants to an IEnumerable. 2018-06-01 06:15:23 -03:00
8dd36ee1a9 Default Max to null in ParticipantCount. 2018-06-01 06:08:57 -03:00
9989517ff0 Merge https://github.com/ppy/osu into multiplayer-match 2018-06-01 04:01:14 -03:00
b9c601074d Formatting fixes 2018-06-01 15:45:09 +09:00
c5a3eff182 Merge branch 'master' into multiplayer-logic-encapsulation 2018-06-01 15:31:19 +09:00
42bc6b6b2e Merge branch 'master' into updateable-beatmap-set-cover 2018-05-31 17:33:31 +09:00
ff93a54a64 Default Type to Title, use ToLower for the screen type title. 2018-05-30 23:16:54 -03:00
7b8211e6db Add MultiplayerScreen.Type 2018-05-29 04:23:29 -03:00
9a7e5a3e2c Update TestCaseMatch. 2018-05-29 04:16:19 -03:00
7edb82eb85 Add TestCaseMatchParticipants. 2018-05-29 03:53:30 -03:00
b4b4a8a157 Add TestCaseMatchInfo. 2018-05-29 03:24:38 -03:00
94b54a0520 Adjust design of ReadyButton. 2018-05-29 03:03:51 -03:00
3915cb7f2f Add Match Participants, change Room.Users to IEnumerable. 2018-05-29 02:42:52 -03:00
77ff0640c2 Add a gradient over the cover in Header. 2018-05-29 01:53:45 -03:00
c8ce34b6d4 Add Match Info. 2018-05-29 01:51:04 -03:00
98819880c4 Add match screen header. 2018-05-29 01:16:39 -03:00
ab3ac49a2d Add empty Match screen. 2018-05-29 01:16:39 -03:00
d090323c00 Add ParticipantCount to share with the Match screen. 2018-05-29 00:51:56 -03:00
852d7ef48d Use ?: expression instead of if/else. 2018-05-29 00:07:33 -03:00
7beac3a712 Cleanup DrawableRoom. 2018-05-28 23:56:00 -03:00
dcc39d96e2 BeatmapModeInfo -> BeatmapTypeInfo. 2018-05-28 23:45:59 -03:00
bd9af745dd Cleanup.
(cherry picked from commit fffa6a004cf074caf0cf5c8ae1408a80500859fa)
2018-05-28 23:41:50 -03:00
8b8d10349e Move RoomInspector info panel content to BeatmapModeInfo to share with Match.
(cherry picked from commit 257d9d13ac81d85583314f8b5dfabf05661b1572)
2018-05-28 23:41:42 -03:00
8b36e1dad0 Add BeatmapTitle to encapsulate multiplayer beatmap title display logic.
(cherry picked from commit 58e65afb45fbc675186e470cc4a268d9eaa2a539)
2018-05-28 23:41:07 -03:00
bdfb5752cd Update existing drawables to use UpdateableBeatmapSetCover. 2018-05-28 19:31:20 -03:00
ed7c860802 Adjust transitions of DrawableRoom 2018-05-28 13:30:29 +09:00
02c37ebc1f Move screen titles to OsuScreen 2018-05-28 13:30:24 +09:00
0ca6d73f0e Add a delay before the osu! logo appears when exiting multiplayer 2018-05-28 13:30:17 +09:00
95315e46f0 Make drawable rooms fade in when first displayed
Stops filtered rooms from briefly displaying.
2018-05-27 14:12:20 +09:00
349b0a3322 Remove empty ctor. 2018-05-22 01:46:08 -03:00
3cc5bb516e Remove unused Match ctor param. 2018-05-22 01:39:25 -03:00
662559d3c9 More test steps. 2018-05-22 01:22:23 -03:00
6aac4269e6 Add filtering. 2018-05-22 00:33:41 -03:00
f7a4a4eeef Add Lounge FilterControl. 2018-05-22 00:24:39 -03:00
cae09492c3 Basic Lounge functionality. 2018-05-22 00:07:04 -03:00
1210368e29 Add MultiplayerScreen base class. 2018-05-21 23:00:02 -03:00
92668f07e0 Merge branch 'master' into drawable-room-improvements 2018-05-21 11:09:12 +09:00
aaca7e92b4 Avoid excessive property lookups 2018-05-21 03:56:59 +09:00
9cd0ec366e Cleanup. 2018-05-19 02:51:51 -03:00