smoogipooo
|
67cf64062a
|
Add flag to determine whether the beatmap requested for conversion is for the current ruleset.
|
2017-05-19 16:02:40 +09:00 |
|
smoogipooo
|
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 |
|
smoogipooo
|
17466a662c
|
Add hold note conversion.
|
2017-05-17 13:09:07 +09:00 |
|
Huo Yaoyuan
|
d213706d07
|
Use DateTimeOffset.
|
2017-05-16 21:14:50 +08:00 |
|
Dean Herbert
|
6fd95e0c52
|
Fix post-merge breakage
|
2017-05-11 17:16:01 +09:00 |
|
Dean Herbert
|
bc54b3c85f
|
Merge branch 'master' into mania-notes
|
2017-05-11 17:13:29 +09:00 |
|
Dean Herbert
|
b0e522345c
|
Combine DrawableHitObject classes into one
|
2017-05-11 17:07:46 +09:00 |
|
smoogipooo
|
a762f820c6
|
Fix possible nullrefs.
|
2017-05-11 14:50:18 +09:00 |
|
smoogipooo
|
2d2d1beddd
|
More concrete method to determine if all hit objects have been judged.
Covers the case where nested hit objects are involved.
|
2017-05-11 14:48:08 +09:00 |
|
smoogipooo
|
6445bea864
|
Make Playfield.HitObjects internal to playfields.
Because not all playfields will be using this.
|
2017-05-11 14:44:11 +09:00 |
|
smoogipooo
|
ea76eff1e1
|
Merge remote-tracking branch 'origin/master' into mania-notes
|
2017-05-09 19:31:35 +09:00 |
|
Dean Herbert
|
ab1768ef80
|
Merge branch 'master' into tidy-up
|
2017-05-09 10:27:29 +09:00 |
|
smoogipooo
|
e3b01e7b8c
|
Merge branch 'master' into mania-notes
# Conflicts:
# osu.Desktop.VisualTests/osu.Desktop.VisualTests.csproj
|
2017-05-08 12:12:40 +09:00 |
|
Dean Herbert
|
10910cfcef
|
Make field readonly.
|
2017-05-08 11:47:06 +09:00 |
|
Dean Herbert
|
2f4fad9d41
|
Refactor colour selection.
|
2017-05-08 11:33:22 +09:00 |
|
Huo Yaoyuan
|
4f8549f220
|
Standardise usages of exceptions.
|
2017-05-07 00:38:17 +08:00 |
|
Dean Herbert
|
4b385ded26
|
Tidy up ModIcon.
|
2017-05-05 13:22:10 +09:00 |
|
Dean Herbert
|
c9ba1ac4f6
|
Adjust namespaces.
Also adds transition, uses IHasCurrentValue, combines Mod TestCases and more.
|
2017-05-05 13:00:05 +09:00 |
|
Dean Herbert
|
6298b3effd
|
Refactor ModSection and ModIcon to avoid null mods.
|
2017-05-05 12:16:41 +09:00 |
|
EVAST9919
|
66c858030a
|
Merge remote-tracking branch 'refs/remotes/ppy/master' into mods_refactor
|
2017-05-04 17:35:41 +03:00 |
|
EVAST9919
|
475eb6fe5f
|
Cleanup
|
2017-05-04 17:29:52 +03:00 |
|
smoogipooo
|
956a7288fb
|
Add basic DrawableNote.
|
2017-05-03 20:12:27 +09:00 |
|
EVAST9919
|
9e35eb8d97
|
Fixes
|
2017-05-03 13:53:45 +03:00 |
|
smoogipooo
|
06e014708a
|
Defer virtual method to load().
|
2017-05-03 15:57:15 +09:00 |
|
EVAST9919
|
e7a8619f01
|
ModIcon refactor
|
2017-05-03 09:48:10 +03:00 |
|
EVAST9919
|
898d9495ff
|
line fix
|
2017-05-03 08:27:47 +03:00 |
|
smoogipooo
|
1fa42b26e8
|
Make base DrawableHitObject<TJudgement> uninheritable.
|
2017-05-03 14:02:23 +09:00 |
|
EVAST9919
|
37c3133981
|
Fixes
|
2017-05-02 22:46:18 +03:00 |
|
EVAST9919
|
7e1efcc20b
|
Added ModsContainer
|
2017-05-02 22:34:07 +03:00 |
|
EVAST9919
|
00a8dbbacf
|
Added ModType for each mode
|
2017-05-02 21:36:55 +03:00 |
|
Thomas Tan
|
9c6c017411
|
Merge branch 'master' into autoreplay-refactor-squashed
|
2017-04-29 17:47:38 +08:00 |
|
Dean Herbert
|
f202aee2a9
|
Fix input not being propagated to the playfield when outside its bounds.
|
2017-04-29 16:59:23 +09:00 |
|
Thomas Tan
|
d742092d9d
|
CI fixes
|
2017-04-29 02:30:34 +08:00 |
|
Thomas Tan
|
27632434c6
|
Add license header
|
2017-04-29 02:23:07 +08:00 |
|
Thomas Tan
|
9b8b88601f
|
Create "AutoGenerator" base class and interface.
|
2017-04-29 02:08:48 +08:00 |
|
Dean Herbert
|
c5afb4b2a0
|
Merge remote-tracking branch 'upstream/master' into replay-playback-accuracy
|
2017-04-26 19:53:30 +09:00 |
|
Dan Balasescu
|
22be765323
|
Update HitObject.cs
|
2017-04-26 14:45:30 +09:00 |
|
smoogipooo
|
28f7e0cdba
|
Introduce SampleInfoList as List<SampleInfo> to reduce generic nesting. Fix CI warnings.
|
2017-04-26 14:12:21 +09:00 |
|
Dean Herbert
|
e003d9fc3c
|
Add basic replay frame accurate "seeking".
Previously we were looping over Update, when we should instead have been looping over UpdateSubTree.
|
2017-04-25 22:59:58 +09:00 |
|
Dean Herbert
|
a475f1f237
|
Remove redundant qualifier.
|
2017-04-24 14:16:51 +09:00 |
|
Dan Balasescu
|
6fb8676215
|
Merge branch 'master' into nodal-hit-sounds
|
2017-04-22 22:11:19 +09:00 |
|
smoogipooo
|
2af9bf1423
|
Prefix everything inside Rulesets.Objects.Legacy with "Convert" to avoid naming clashes with Ruleset projects.
|
2017-04-22 21:33:11 +09:00 |
|
smoogipooo
|
ec04ceaece
|
Fix off-by-one on repeatCount.
|
2017-04-22 20:53:55 +09:00 |
|
smoogipooo
|
1bb0b96ddc
|
Make IHasCurve not depend on a SliderCurve object.
|
2017-04-22 20:43:20 +09:00 |
|
Dean Herbert
|
caf3d311cd
|
Merge remote-tracking branch 'upstream/master' into speed-adjust-mods
|
2017-04-21 20:55:20 +09:00 |
|
smoogipooo
|
d7477955ac
|
CI fixes.
|
2017-04-21 20:42:13 +09:00 |
|
smoogipooo
|
5cdbb226f8
|
Remove CurvedHitObject to make RepeatSamples not tied to curve.
|
2017-04-21 20:40:11 +09:00 |
|
smoogipooo
|
b8f9a2be6e
|
Whoops fix xmldoc.
|
2017-04-21 20:40:05 +09:00 |
|
smoogipooo
|
748f13501a
|
Remove HeadSamples and TailSamples, combine into RepeatSamples.
|
2017-04-21 20:04:40 +09:00 |
|
smoogipooo
|
382e656e9f
|
CI fixes.
|
2017-04-21 19:51:23 +09:00 |
|