Commit Graph

3123 Commits

Author SHA1 Message Date
3004a44b98 Further colour adjustments 2017-05-18 22:21:41 +09:00
c78dfb4a13 Oops colours were wrong 2017-05-18 21:56:19 +09:00
e3ae2bca6d Design improvements
paired with smoogi
2017-05-18 21:38:19 +09:00
ff5854d6bf Merge branch 'master' into generic-interface 2017-05-18 19:19:40 +08:00
afd3eb4b8d Implement things a bit more to remove warnings. 2017-05-18 18:04:32 +09:00
eebd5a910e Merge remote-tracking branch 'origin/master' into mania-beatmap-conversion 2017-05-18 11:59:31 +09:00
b26c8dd1c7 Added temporary difficulties on the panels 2017-05-17 18:42:40 -03:00
cd065b8ff3 Add back GetHashCode. 2017-05-18 05:27:20 +08:00
b3ef8b8fd4 Design updates 2017-05-17 18:10:29 -03:00
cabfe72c92 Changed DirectPanel to a base class for DirectGridPanel and DirectListPanel 2017-05-17 18:02:33 -03:00
ffbab6bfeb Tidy up DrawableChannel. 2017-05-18 04:08:47 +08:00
5fb445e3fe Basic direct panel, minor cleanups 2017-05-17 16:37:34 -03:00
88f8619e9a More missed exceptions. 2017-05-18 02:46:12 +08:00
23e2d3ef07 Use GroupBy in ChatOverlay. 2017-05-18 02:40:36 +08:00
e2b1fcc088 Use string.Join in GetMessagesRequest. 2017-05-18 02:40:33 +08:00
b5d7211cd6 Expire placeholder text. 2017-05-18 02:40:29 +08:00
65ff66682a Merge branch 'master' into generic-interface 2017-05-18 02:40:05 +08:00
32c471d285 Merge branch 'master' into pause-container 2017-05-18 01:22:37 +09:00
8084c575ef Merge branch 'master' into fix-fail-pause-conflict 2017-05-17 23:32:41 +09:00
f4c7a02a6f Fix having negative beat when it should be 0 2017-05-17 09:23:04 -05:00
25f217505e Merge branch 'master' into song-select-selection-fixes 2017-05-17 23:17:10 +09:00
1278d9c53d Merge branch 'master' into bad-bad-ratio-container 2017-05-17 23:01:56 +09:00
d606b5b3a7 Fix CI warning 2017-05-17 22:13:56 +09:00
41c252760d Move all pause logic into PauseContainer 2017-05-17 21:57:01 +09:00
74c23ff6d8 Add base for event parsing code. 2017-05-17 20:46:23 +09:00
88a70e407c Fix and simplifty pause logic
Resolves #770
2017-05-17 20:11:41 +09:00
6c9505fa3a Handle possible nulls. 2017-05-17 18:11:38 +08:00
b9b45493e6 Use generic IComparable together with IEqutable for Message. 2017-05-17 18:02:17 +08:00
cba7796777 Fix ratio container being added to a level too high
That's a bad ratio container! How did we not notice this until now?
2017-05-17 18:49:30 +09:00
9ba356f2c6 Added osu!direct header and filter control 2017-05-17 05:58:34 -03:00
b21be8f3f5 Merge branch 'master' into fix-chat-after-disconnect 2017-05-17 17:51:35 +09:00
7bb38e927b Fix song select reverting to first difficulty of current group on entering 2017-05-17 17:33:20 +09:00
cab12ee55a Reduce the possibility of recomputing drawables when underlying beatmap hasn't changed 2017-05-17 17:33:16 +09:00
198542465b More CI fixes 2017-05-17 01:37:31 -05:00
387d26a576 CI Fixes 2017-05-17 01:26:34 -05:00
5f192cae7b Add missing licence header 2017-05-17 01:18:56 -05:00
0801a211da Add a base container with beat syncing logic 2017-05-17 01:14:04 -05:00
78c1d4581f Revert "Use generic IComparable for message."
This reverts commit aaaee5ed10.
2017-05-17 13:44:43 +09:00
9565bb9572 Fix hold notes - remove glow for now.
# Conflicts:
#	osu.Game.Rulesets.Mania/Objects/Drawables/DrawableHoldNote.cs
#	osu.Game.Rulesets.Mania/Objects/Drawables/DrawableManiaHitObject.cs
2017-05-17 13:09:49 +09:00
17466a662c Add hold note conversion. 2017-05-17 13:09:07 +09:00
231f7939a6 Fix channels being unnecessarily recycled on disconnect
Resolves #768
2017-05-17 12:42:02 +09:00
12cb530358 Merge branch 'master' into tidy-up 2017-05-17 09:24:11 +09:00
a3e93afb37 Merge pull request #3 from ppy/master
cool
2017-05-16 16:57:45 -04:00
b22c84287a Fix typo. 2017-05-16 16:54:33 -04:00
e2a7f00a52 Remove unused namespace. 2017-05-16 22:20:05 +08:00
f1d5a92950 Use generic IEqutable to avoid typeless Equals. 2017-05-16 21:49:38 +08:00
aaaee5ed10 Use generic IComparable for message. 2017-05-16 21:46:22 +08:00
e911441394 Why AbandonedMutexException? 2017-05-16 21:23:14 +08:00
d929de466a DateDisplay -> DateTimeDisplay for more exactly. 2017-05-16 21:16:52 +08:00
d213706d07 Use DateTimeOffset. 2017-05-16 21:14:50 +08:00