Commit Graph

86 Commits

Author SHA1 Message Date
491537b8ba Add fade duration
Not really visible in the existing usage, but once we enable the settings tab it will be required. Tested by manually enabling it.
2019-01-17 18:13:05 +09:00
2bc3464802 Hide Room tab when Settings tab is active 2019-01-17 17:27:34 +09:00
122fc2de58 Show room leaderboard instead in the lounge 2019-01-08 19:24:55 +09:00
2d405bfc43 Add back options for 3 and 7 day long rooms 2019-01-02 16:33:52 +09:00
2d1736e477 Merge pull request #3936 from smoogipoo/fix-multi-mods
Ensure mods are set prior to starting play
2018-12-27 22:04:35 +09:00
101fdf993e Ensure mods are set prior to starting play 2018-12-27 21:59:43 +09:00
5977fc838f Limit available durations for the time being 2018-12-27 21:59:08 +09:00
eaba9e1378 Fix mode icon not being updated for correct ruleset 2018-12-27 18:16:30 +09:00
9a5630b3d5 Fix working beatmap not being updated 2018-12-27 18:16:30 +09:00
f70e60747f Remove option for 1-minute duration 2018-12-27 16:54:14 +09:00
8e031325dd CI fixes 2018-12-27 16:28:17 +09:00
50201e602e Combine implementations of status + end date info 2018-12-27 16:19:00 +09:00
8cf30bdb6a Play with delegate 2018-12-26 22:16:35 +09:00
a1fa914c66 Participants 2018-12-26 21:58:14 +09:00
bf9954aede Merge remote-tracking branch 'smoogipoo/timeshift-wip' into timeshift-wip
# Conflicts:
#	osu.Game.Tests/Visual/TestCaseLoungeRoomsContainer.cs
#	osu.Game.Tests/Visual/TestCaseMatchSettingsOverlay.cs
#	osu.Game/Screens/Multi/IRoomManager.cs
#	osu.Game/Screens/Multi/Lounge/LoungeSubScreen.cs
#	osu.Game/Screens/Multi/Match/Components/MatchSettingsOverlay.cs
#	osu.Game/Screens/Multi/RoomManager.cs
2018-12-26 21:32:12 +09:00
152f3b1da3 Add processing overlay to lounge screen 2018-12-26 21:20:53 +09:00
0c384417f1 Add processing overlay to room creation process 2018-12-26 21:19:02 +09:00
26834abd33 Fade and no schedule 2018-12-26 21:18:55 +09:00
940d4a16bb Add error message when creation fails 2018-12-26 21:18:44 +09:00
be9ba78d47 Add error message when creation fails 2018-12-26 20:33:19 +09:00
2353c204ee Renaming 2018-12-26 20:05:57 +09:00
532a970c0f Give leaderboard and chat more breathing room 2018-12-26 19:20:54 +09:00
c6c8c472bb Split class out 2018-12-26 16:50:50 +09:00
9b2575cc20 RoomSettingsOverlay -> MatchSettingOverlay 2018-12-26 16:50:50 +09:00
6e8c46f00b Fix padding and use grid container for more correctness 2018-12-26 15:23:57 +09:00
755c6b9243 Make room settings scroll 2018-12-26 15:03:35 +09:00
e9556afe22 Don't use all uppercase (is applied automatically) 2018-12-26 14:26:35 +09:00
1dd2a4e368 Fix host info not working 2018-12-25 18:07:19 +09:00
d4f5a8507c Exit from match screen on escape 2018-12-25 17:14:56 +09:00
91b83cd4b8 Fix leaderboard being queried on room creation 2018-12-25 13:57:25 +09:00
6712a68797 Create IRoomManager interface, add test for RoomsContainer 2018-12-25 11:45:50 +09:00
baed0ef3ba Rename variable 2018-12-22 15:46:04 +09:00
b9ec179713 Split out more requests + responses 2018-12-22 15:45:16 +09:00
ac0e6f8d42 Fix post-merge issues 2018-12-22 15:35:22 +09:00
3570c35d7f Make RoomScore derive ScoreInfo 2018-12-22 15:17:35 +09:00
6afd2f7263 Adjust styling of disabled settings 2018-12-22 15:00:35 +09:00
b82bb0ea28 Mate RoomSettingsOverlay fill height 2018-12-22 14:40:10 +09:00
09d7dc73dc Allow channel manager and osugame to be null 2018-12-22 14:38:46 +09:00
21cfe5a3e6 Decouple header from matchscreen 2018-12-22 14:12:27 +09:00
c06cf5d379 Decouple match info from match screen 2018-12-22 14:08:00 +09:00
f1a9a352fc Cleanup bindable handling 2018-12-22 14:01:06 +09:00
4149734f89 Add room leaderboard to results 2018-12-21 18:22:13 +09:00
fe6c369e07 Fix incorrect channel 2018-12-21 14:37:05 +09:00
fa2bc16140 Remove participants, add match chat 2018-12-21 14:01:11 +09:00
14879acd83 Fix possible nullref 2018-12-21 13:26:50 +09:00
822225577b Add joining/parting room requests 2018-12-20 20:58:34 +09:00
6a76e335c7 Linkify everything 2018-12-20 20:03:45 +09:00
deaf4ab4a1 Cleanup 2018-12-20 18:21:55 +09:00
1701af61d6 Add host avatar+username to match screen 2018-12-20 18:04:22 +09:00
2e28f378de Move beatmap + mod info to header 2018-12-20 15:17:33 +09:00