smoogipooo
|
e529ced131
|
Fix mania-specific beatmaps not setting samples correctly.
|
2017-05-29 16:18:01 +09:00 |
|
smoogipooo
|
cdf4fcea02
|
Fix input being reversed.
|
2017-05-29 11:07:17 +09:00 |
|
smoogipooo
|
f294fef29b
|
Remove holding property in favor of a nullable hold start time.
|
2017-05-26 18:56:21 +09:00 |
|
smoogipooo
|
e4b59314ea
|
Use new HitObjectStartTimeComparer.
|
2017-05-26 18:52:43 +09:00 |
|
smoogipooo
|
871d44d628
|
Renamings.
|
2017-05-26 16:39:43 +09:00 |
|
smoogipooo
|
3f4cbd02cd
|
Fix warnings.
|
2017-05-26 16:29:20 +09:00 |
|
smoogipooo
|
47e1b7b389
|
Fix tick construction loop.
|
2017-05-26 16:28:39 +09:00 |
|
smoogipooo
|
d3206396e7
|
Rewrite comments.
|
2017-05-26 16:10:04 +09:00 |
|
smoogipooo
|
c2d3b6c05a
|
Remove late initialization of head + tail, keep them updated with start time and end time.
|
2017-05-26 15:53:49 +09:00 |
|
smoogipooo
|
946cd4bfa3
|
General cleanup + more xmldocs.
|
2017-05-24 21:57:38 +09:00 |
|
smoogipooo
|
a5b79b2192
|
Fix notes not getting accent colours.
|
2017-05-24 21:56:49 +09:00 |
|
smoogipooo
|
ed65b3559a
|
CI fix.
|
2017-05-24 21:25:01 +09:00 |
|
smoogipooo
|
21cdee02f3
|
Get tickSpacing from beatmap.
|
2017-05-24 21:24:33 +09:00 |
|
smoogipooo
|
d6b104d794
|
Minor visual change for DrawableHoldNoteTick.
|
2017-05-24 21:24:18 +09:00 |
|
smoogipooo
|
78067e085c
|
Fix note input ordering.
|
2017-05-24 20:53:47 +09:00 |
|
smoogipooo
|
dcf879687d
|
Implement basic hold note + tick input.
|
2017-05-24 20:45:01 +09:00 |
|
Dean Herbert
|
0842e00f13
|
Merge branch 'master' into controlpoint-rework
|
2017-05-24 00:20:15 +09:00 |
|
Dean Herbert
|
836c33cfb0
|
Merge branch 'master' into mania-note-input
|
2017-05-23 16:50:01 +09:00 |
|
smoogipooo
|
a4823bca91
|
CI fixes.
|
2017-05-23 16:47:47 +09:00 |
|
smoogipooo
|
7e5bb61a44
|
Fix line endings.
|
2017-05-23 16:13:51 +09:00 |
|
smoogipooo
|
836bf930a0
|
More cleanups.
|
2017-05-23 15:29:38 +09:00 |
|
smoogipooo
|
002a0e99a2
|
Use SortedList + BinarySearch to find control points at time values.
|
2017-05-23 15:20:32 +09:00 |
|
smoogipooo
|
ea4a285329
|
Fix compile errors.
|
2017-05-23 14:08:15 +09:00 |
|
smoogipooo
|
3cdfd2eef5
|
Split ControlPoint into different types.
# Conflicts:
# osu.Game.Rulesets.Mania/UI/Column.cs
|
2017-05-23 14:03:40 +09:00 |
|
Dean Herbert
|
51728e48be
|
Merge branch 'master' into mania-hitobject-object-conversion
|
2017-05-22 21:12:00 +09:00 |
|
smoogipooo
|
4200e05fe7
|
Don't handle repeat keys.
|
2017-05-22 16:42:14 +09:00 |
|
smoogipooo
|
7314a9019c
|
Fix nullref.
|
2017-05-22 16:39:30 +09:00 |
|
smoogipooo
|
f9eb448f16
|
Implement DrawableNote hits.
|
2017-05-22 16:35:15 +09:00 |
|
Dan Balasescu
|
6f00f7f0d0
|
Update HitWindows.cs
|
2017-05-22 16:34:38 +09:00 |
|
smoogipooo
|
62c7e97a5f
|
Add helper method to easily compare time offset to hit windows.
|
2017-05-22 16:28:44 +09:00 |
|
smoogipooo
|
0f3cf18345
|
Forgot license header.
|
2017-05-22 16:15:52 +09:00 |
|
smoogipooo
|
9a578e036e
|
Add xmldoc.
|
2017-05-22 16:09:32 +09:00 |
|
smoogipooo
|
60e036b5f4
|
Fix missing reference.
|
2017-05-22 15:29:02 +09:00 |
|
smoogipooo
|
dcf3148d23
|
Fix osu!mania failing due to 0 hp.
|
2017-05-22 15:28:51 +09:00 |
|
smoogipooo
|
3dfe88c068
|
Make Key a bindable, pass down to drawable hit objects.
|
2017-05-22 15:28:30 +09:00 |
|
smoogipooo
|
c972335297
|
Add InputTarget to capture input from columns before hit objects.
|
2017-05-22 15:25:37 +09:00 |
|
smoogipooo
|
409464381c
|
Expose HitWindows so they're accessible from the drawable hit objects.
|
2017-05-22 14:11:14 +09:00 |
|
smoogipooo
|
d0ddd62f84
|
Add ManiaHitResult to ManiaJudgement.
|
2017-05-22 14:10:53 +09:00 |
|
smoogipooo
|
f70bfd5378
|
CI fixes.
|
2017-05-22 13:43:53 +09:00 |
|
Dan Balasescu
|
4556ead3b6
|
Merge branch 'master' into mania-hitobject-object-conversion
|
2017-05-22 12:54:06 +09:00 |
|
Dean Herbert
|
b50f9cad44
|
Merge branch 'master' into mania-endtime-object-conversion
|
2017-05-22 12:14:53 +09:00 |
|
Dean Herbert
|
fe70641980
|
Merge branch 'master' into mania-distance-object-conversion
|
2017-05-22 12:08:01 +09:00 |
|
Dan Balasescu
|
d02aaf0a28
|
Merge branch 'master' into mania-distance-object-conversion
|
2017-05-22 11:36:36 +09:00 |
|
Dean Herbert
|
7f08d60008
|
Merge branch 'master' into generic-interface
|
2017-05-22 11:35:50 +09:00 |
|
Dean Herbert
|
469cc5fa52
|
Merge branch 'master' into remove-siblings
|
2017-05-22 11:18:46 +09:00 |
|
smoogipooo
|
8077ddf944
|
Update with pattern changes.
|
2017-05-22 10:34:12 +09:00 |
|
smoogipooo
|
7d417e4219
|
Merge remote-tracking branch 'smoogipooo/mania-pattern-changes' into mania-hitobject-object-conversion
|
2017-05-22 10:32:32 +09:00 |
|
smoogipooo
|
dba9dd3509
|
Remove siblings.
|
2017-05-22 10:30:03 +09:00 |
|
smoogipooo
|
6c0d226459
|
Merge branch 'remove-siblings' into mania-hitobject-object-conversion
|
2017-05-22 10:25:59 +09:00 |
|
smoogipooo
|
e232968ea7
|
Fix line endings resulting in CI error.
|
2017-05-22 10:25:28 +09:00 |
|