0caf15166e
Remove unnecessary FinishTransforms
2018-05-30 20:05:31 +09:00
0dafcf00b7
Fix some discrepancies with the main menu logo transitions
2018-05-30 19:50:00 +09:00
6d6b186fb2
Fix delayed logo animations playing even if screen has already been exited
2018-05-30 19:25:39 +09:00
a28e71995d
Offload database query to task
...
Allows song select to load a touch faster, in theory.
2018-05-30 16:15:57 +09:00
5872b61988
Fix potential double-disposal of player if PlayerLoader is finalised
2018-05-30 15:48:26 +09:00
54e53f7190
Fix player getting loaded when exiting song select
2018-05-30 15:48:20 +09:00
6000a90721
Merge branch 'master' into overlay-activation
2018-05-30 13:59:20 +09: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
2b3a630270
add OverlayActivation enum
...
+ fix Toolbar being toggleable when it shouldn't be able to
+ allow opening overlays in MenuState.Initial again
2018-05-28 13:43:47 +02:00
5be46307fd
Fix results screen parallax being cut off
...
Alternative to / closes #2549 .
Didn't want to reference the toolbar as was done, also wanted to remove the awkward scaling factors so rather than scaling down the inner one, we scale up the outer one.
2018-05-28 19:43:59 +09:00
a3470f9ec3
Merge remote-tracking branch 'origin/master' into disallow-beatmap-change
...
# Conflicts:
# osu.Game/Overlays/Music/PlaylistOverlay.cs
# osu.Game/Screens/OsuScreen.cs
2018-05-28 18:01:15 +09: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
3c3412791c
Merge remote-tracking branch 'upstream/release' into multiplayer-lounge
2018-05-28 13:30:04 +09:00
3abfd4711d
Fix wrong clock being seeked when unpausing
2018-05-28 03:42:53 +09:00
8ae2a3696f
Apply platform universal offset at player level
2018-05-28 03:31:46 +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
12b5ca1b0d
Merge branch 'master' into multiplayer-lounge
2018-05-27 11:15:03 +09:00
975ce82177
Ensure autoplay tests actually increase score above zero
2018-05-26 14:46:05 +09:00
699f661b02
Merge remote-tracking branch 'upstream/master' into AlFasGD-editor-seekbar-fix
2018-05-25 19:07:30 +09:00
28aa6faef9
Merge branch 'master' into player_loader_input_toggles
2018-05-25 18:38:12 +09:00
7961c56239
Merge remote-tracking branch 'FreezyLemon/master' into smoogipoo-disallow-beatmap-change
2018-05-25 10:55:01 +09:00
b649025e86
beginUserDrag/endUserDrag
2018-05-24 14:36:48 +09:00
d4f68e0b67
Fix possible NaN values due to trackvirtual infinite length
2018-05-24 14:31:31 +09:00
f1ac84d95b
Fix base.CreateLocalDependencies sometimes not being called
2018-05-24 13:03:25 +09:00
0c0f86fe26
fix incorrect default values keeping overlays in wrong state
2018-05-23 16:25:10 +02:00
a5d2d74447
Remove whitespace
2018-05-23 19:01:27 +09:00
8004b8af4d
Privatise the OsuGame beatmap, add local beatmap to OsuTestCase
2018-05-23 17:38:02 +09:00
a30f72b477
Add helper methods for seeking/scrolling
2018-05-23 14:32:00 +09:00
6b0eeb3436
Rework seeking interactions to support smooth scrolling
2018-05-23 14:14:32 +09:00
49f893d5e4
Couple the timeline to the audio
2018-05-23 12:00:11 +09:00
76fbc656a1
fix disclaimer allowing notifications
2018-05-22 17:53:36 +02:00