Commit Graph

12304 Commits

Author SHA1 Message Date
00a2aa7881 Merge branch 'master' into useroverlay-overall-improvements 2019-06-24 13:28:17 +09:00
5272b3a929 Use .Darken() instead of hex-based colour 2019-06-24 13:27:58 +09:00
1057301322 Fix multiplayer create button appearing in match song selection (#5132)
Fix multiplayer create button appearing in match song selection
2019-06-24 12:31:39 +09:00
8d6fc3edf0 Fix multiplayer create button appearing in match song selection 2019-06-24 11:54:41 +09:00
c988dfbdaa Make things a bit more sensible 2019-06-24 11:43:34 +09:00
dfb791ed3e Update PopupDialog.cs
Changed Spacings
2019-06-23 22:59:14 +02:00
7bbd6b810f Update PopupDialog.cs
New here, i never really programmed on a big project like this. It looks kinda makeshift and i hope it doesn't cause any other issues but i've seen nothing and it fixed the issue for me. It was all dialog boxes that got cut off at the top (so also deleting all beatmaps etc.)
2019-06-23 20:33:43 +02:00
8430ac6d1c remove unused using 2019-06-23 19:19:36 +03:00
1c20df780a Adjust triangles colour 2019-06-23 17:08:18 +03:00
4963d4e8df CI fixes 2019-06-22 03:08:18 +03:00
3723ea05de Adjust Title style 2019-06-22 02:52:07 +03:00
4cd3b15f6e Add triangles 2019-06-22 02:40:33 +03:00
dbf53e9bda Use correct background colour for sections 2019-06-22 02:06:30 +03:00
132cb8f473 Add spacing between sections 2019-06-22 01:11:04 +03:00
36f59ec86d Remove unused using 2019-06-21 08:29:45 -07:00
74e99b2915 Remove unused parameter 2019-06-21 08:11:10 -07:00
1d6b6a7828 Fix audio being dimmed on preview tracks 2019-06-21 08:06:57 -07:00
3ad74e2ff3 Merge branch 'master' into update-framework 2019-06-21 22:24:57 +09:00
ca2a3937ea Fix audio not dimming after race condition (#5049)
Fix audio not dimming after race condition
2019-06-21 22:24:36 +09:00
859afefb79 Prevent non-combo affecting judgements from triggering sudden death (#5095)
Prevent non-combo affecting judgements from triggering sudden death
2019-06-21 22:24:00 +09:00
13f6c6a87e Update framework 2019-06-21 15:23:35 +03:00
cff5ddb137 Merge branch 'master' into fix-inactive-audio-race 2019-06-21 21:09:12 +09:00
f766068e17 Remove local implementation of bindable in OsuCheckbox (#5046)
Remove local implementation of bindable in OsuCheckbox
2019-06-21 21:08:09 +09:00
abd0c2bb1a Move NotificationSection strings to constructor (#5078)
Move NotificationSection strings to constructor
2019-06-21 20:47:31 +09:00
67246eddd4 Merge branch 'master' into fix-chat-test-scene 2019-06-21 16:34:35 +09:00
681a123560 Merge branch 'master' into add-spacing-user-profile-ranks 2019-06-21 16:06:49 +09:00
ae084157e4 Add tournament streaming and management toolchain (#3491)
Add tournament streaming and management toolchain
2019-06-21 16:02:35 +09:00
6627cdefd2 Merge branch 'master' into tournament-tools 2019-06-21 15:52:47 +09:00
540b61da0a Add some spacing between user profile ranks 2019-06-21 15:27:19 +09:00
5ed6c09aa9 Merge branch 'master' into key-binding-fixes 2019-06-21 15:12:37 +09:00
6c5599f874 Fix chat being dismissed in test scene when it shouldn't 2019-06-21 15:09:54 +09:00
666d5744cd Fix unbinding not working correctly 2019-06-21 14:43:00 +09:00
de59e038ac Prevent non-combo affecting judgements from triggering sudden death 2019-06-21 14:29:16 +09:00
c79c4641f3 Merge branch 'master' into use-modelbackeddrawable 2019-06-21 14:26:07 +09:00
a6e5c6a62a Add cancel/clear buttons in place of instructional text 2019-06-21 13:50:05 +09:00
73d307114f Merge branch 'master' into notification-overlay-always-present 2019-06-21 13:12:04 +09:00
cbc1eff8f1 Merge branch 'master' into chat-async-improvements 2019-06-21 12:59:58 +09:00
8ab7a8641b Add comment for why it's not a fill flow 2019-06-21 12:42:35 +09:00
0571bbd555 Merge branch 'master' into carousel-gradient 2019-06-21 12:40:24 +09:00
61d8cb628a Merge branch 'master' into music-controller-always-present 2019-06-21 11:57:36 +09:00
6deee968ac Merge branch 'master' into modselect-async-improvements 2019-06-21 11:42:25 +09:00
4d02e17539 Merge branch 'master' into remove-debug-utils 2019-06-21 11:10:59 +09:00
fa263b91a7 Attempt to fix tests 2019-06-21 00:12:39 +09:00
f2200594c9 Remove necessity for MusicController to be always visible 2019-06-20 23:40:25 +09:00
52ca5f9c00 Fix mod icons in ModSelect being loaded in a blocking fashion 2019-06-20 23:06:07 +09:00
74fabf8db4 Improve ChatOverlay load behaviour 2019-06-20 23:02:02 +09:00
4a25a84975 Fix DrawableChannel async flow 2019-06-20 23:01:39 +09:00
4ef165fdac Fix ChatLine not being correctly loaded asynchronously 2019-06-20 23:01:02 +09:00
21a1fd738b Remove the necessity for NotificationOverlay to always be present
Now it will only become present when there is a pending notification.
2019-06-20 19:06:21 +09:00
9a663715cd Make get methods of ProgressNotification return correct values immediately
Previously they were only updated after the resultant schedule ran. This would not bode well when the overlay containing them is not present.
2019-06-20 19:05:33 +09:00