Dean Herbert
b48def1627
Align SwellSymbolPiece better for rotation.
2017-03-31 11:19:33 +09:00
smoogipooo
5a8099a591
Merge branch 'accented-interface' into taiko_drumroll_drawing
2017-03-31 11:13:52 +09:00
smoogipooo
b54201cbe3
Appease resharpoo.
2017-03-31 11:09:02 +09:00
smoogipooo
41aaf42183
Remove DrumRollCirclePiece, cleanup CirclePiece a bit.
2017-03-31 09:57:24 +09:00
smoogipooo
cf4d11c51c
Add explicit CentreHit/RimHit classes.
2017-03-30 15:51:16 +09:00
Dan Balasescu
ff325ac330
Merge branch 'master' into taiko_replays
2017-03-30 14:18:51 +09:00
Dan Balasescu
aa1a333a4b
Merge branch 'master' into taiko_swell_drawing
2017-03-30 14:16:58 +09:00
Dan Balasescu
5f0c681feb
Merge branch 'master' into taiko_drumroll_drawing
2017-03-30 14:10:57 +09:00
smoogipooo
6287ba321d
Rewrite ScoreProcessor to have a new method for when existing judgements are changed.
...
- OnNewJudgement: Keeps its previous functionality. It is now only invoked when a _new_ judgement has been added to the Judgements hashset.
- OnJudgementChanged: Has a similar funcitonality to OnNewJudgement, but is only invoked whenever a judgement that was _previously_ in the Judgements hashset is changed.
2017-03-30 10:51:14 +09:00
smoogipooo
c0dae89844
Implement partial strong hit judgements.
2017-03-29 18:35:38 +09:00
smoogipooo
3050039972
Implement partial judgements + make Result non-nullable.
2017-03-29 18:35:28 +09:00
smoogipooo
2967000839
Taiko autoplay username :D.
2017-03-29 16:22:08 +09:00
smoogipooo
c5f9c4cac9
Fix possible nullref.
2017-03-29 16:20:54 +09:00
smoogipooo
1b3e908565
Fix notelocking by pressing a key before the swell's start time.
2017-03-29 16:02:12 +09:00
smoogipooo
3d2c8f19ae
Make Swells require alternating key hits.
2017-03-29 15:59:12 +09:00
smoogipooo
7ba7bc18f8
Don't use a List for HitKeys.
2017-03-29 15:35:22 +09:00
Dan Balasescu
7ee7954f62
Merge branch 'master' into taiko_hit_drawing
2017-03-29 15:22:32 +09:00
smoogipooo
37dcc8b71d
Rewrite how swell circle piece is instantiated.
2017-03-29 14:52:14 +09:00
smoogipooo
400a57ace6
Fix delay + animations a bit (peppy).
2017-03-29 14:50:10 +09:00
smoogipooo
74e12bd95e
Rewrite how drawable-specific circle pieces are instantiated.
2017-03-29 14:01:01 +09:00
Dean Herbert
d64f00cae2
Merge pull request #563 from smoogipooo/general_taiko_fixes
...
General taiko fixes
2017-03-29 13:33:40 +09:00
smoogipooo
1c503edad1
Add explicit delay + expire (this will be moved into the base DrawableHitObject later).
2017-03-29 13:19:48 +09:00
smoogipooo
1a56c48ddb
Don't need CentreLeft anchors.
2017-03-29 13:07:43 +09:00
smoogipooo
b10f9512ad
Remove unused using.
2017-03-29 11:40:13 +09:00
smoogipooo
eed50784ba
Make player work with TaikoHitRenderer.
2017-03-29 11:35:57 +09:00
smoogipooo
1cfe58e905
Implement convesion from TaikoHitObjects to DrawableTaikoHitObjects.
2017-03-29 11:22:27 +09:00
smoogipooo
6333cd5225
Merge branch 'taiko_replays' into taiko-drawable-generation
...
Conflicts:
osu.Game.Modes.Taiko/osu.Game.Modes.Taiko.csproj
2017-03-29 11:17:55 +09:00
smoogipooo
3c21e6538b
Merge branch 'taiko_drumroll_drawing' into taiko-drawable-generation
...
Conflicts:
osu.Desktop.VisualTests/Tests/TestCaseTaikoHitObjects.cs
osu.Desktop.VisualTests/Tests/TestCaseTaikoPlayfield.cs
osu.Game.Modes.Taiko/osu.Game.Modes.Taiko.csproj
2017-03-29 11:15:10 +09:00
smoogipooo
24c6ee620f
Merge branch 'taiko_hit_drawing' into taiko-drawable-generation
...
Conflicts:
osu.Desktop.VisualTests/Tests/TestCaseTaikoHitObjects.cs
osu.Desktop.VisualTests/Tests/TestCaseTaikoPlayfield.cs
2017-03-29 11:12:39 +09:00
smoogipooo
475c865968
Implement TaikoModAutoplay.
2017-03-29 11:04:47 +09:00
smoogipooo
589bdde03c
Fix post-merge errors.
2017-03-29 10:59:35 +09:00
smoogipooo
b54e8356f2
Merge remote-tracking branch 'origin/master' into taiko_replays
...
Conflicts:
osu.Game.Modes.Taiko/Beatmaps/TaikoBeatmapConverter.cs
osu.Game.Modes.Taiko/osu.Game.Modes.Taiko.csproj
2017-03-29 10:56:24 +09:00
smoogipooo
1b291ec1a1
Make drumroll body colour depending on completion.
2017-03-29 09:38:24 +09:00
smoogipooo
2a018e708d
Better life time end.
2017-03-29 09:36:07 +09:00
smoogipooo
7b479ac737
Merge remote-tracking branch 'origin/master' into taiko_drumroll_drawing
2017-03-29 09:12:48 +09:00
smoogipooo
d74454141b
Remove explicit life time end.
2017-03-29 09:12:21 +09:00
smoogipooo
e518508f2d
Better life time ends.
2017-03-29 09:11:07 +09:00
smoogipooo
bbc6a4234a
Fix post-merge errors.
2017-03-29 09:08:26 +09:00
smoogipooo
c478c74227
Merge remote-tracking branch 'origin/master' into taiko_hit_drawing
2017-03-29 09:03:19 +09:00
smoogipooo
6d5b0a13e4
Fix resharper warning.
2017-03-29 09:02:49 +09:00
smoogipooo
7fc68864be
Move swells on top of the playfield when they reach the hit target.
2017-03-29 09:01:40 +09:00
smoogipooo
6bee57c94f
Better life time ends.
2017-03-29 08:41:50 +09:00
smoogipooo
45653d7b43
Fix post-merge errors.
2017-03-29 08:32:34 +09:00
smoogipooo
eabcae82c6
Merge remote-tracking branch 'origin/master' into taiko_swell_drawing
...
Conflicts:
osu.Game.Modes.Taiko/osu.Game.Modes.Taiko.csproj
2017-03-29 08:30:30 +09:00
Dan Balasescu
bca18ce209
Merge branch 'master' into move-easingtypes
2017-03-29 08:14:13 +09:00
Dean Herbert
f7dc7e9bb9
Update references.
2017-03-28 21:26:20 +09:00
smoogipooo
714c280531
One more xmldoc.
2017-03-28 17:26:39 +09:00
Dan Balasescu
0a1b9fe398
Merge branch 'master' into taiko_hit_drawing
2017-03-28 17:25:07 +09:00
smoogipooo
79764603d7
Adjust comment.
2017-03-28 17:19:05 +09:00
smoogipooo
efa7e5cb7d
Adjust radius.
2017-03-28 17:14:06 +09:00
smoogipooo
adf2550811
Base playfield height + hit target offset on hit object height.
2017-03-28 17:13:05 +09:00
smoogipooo
6f66558e29
Use relative size for ticks.
2017-03-28 17:10:01 +09:00
smoogipooo
6b1dab5b83
Implement drawable drumroll.
2017-03-28 17:08:34 +09:00
smoogipooo
2e8607687c
Implement DrumRollTick drawing.
2017-03-28 16:49:39 +09:00
smoogipooo
1220972170
Fix ticks not being passed IsStrong.
2017-03-28 16:47:25 +09:00
smoogipooo
1615db386a
Give DrumRoll some sane velocity/tickdistance defaults.
2017-03-28 16:47:13 +09:00
smoogipooo
d1f686b1a8
Fix DrawableTaikoHitObject origins.
2017-03-28 16:38:58 +09:00
smoogipooo
ae4cabccef
Adjust comment.
2017-03-28 16:00:39 +09:00
Dean Herbert
ffbf6888c4
Merge branch 'master' into general_taiko_fixes
2017-03-28 15:40:55 +09:00
smoogipooo
3f6b17c0bf
Add drawable Swell.
2017-03-28 15:05:45 +09:00
Dean Herbert
076dd73e84
Merge branch 'master' into rename_accented
2017-03-28 14:22:33 +09:00
smoogipooo
b7d9de57a2
Add rim hits.
2017-03-28 11:18:12 +09:00
smoogipooo
1faff828d1
Move piece to Pieces/.
2017-03-28 11:01:35 +09:00
smoogipooo
3f1e8ddcd1
License headers + general fixes.
2017-03-28 10:51:22 +09:00
smoogipooo
621bcaed59
Add drawable Hits/StrongHits.
2017-03-28 10:33:23 +09:00
smoogipooo
2211c08441
Properly set playfield scale.
2017-03-28 10:32:27 +09:00
smoogipooo
542cff0976
Move consts to CirclePiece.
2017-03-28 10:32:01 +09:00
smoogipooo
4c7e523d18
Rename Accented to Strong.
2017-03-28 10:02:41 +09:00
smoogipooo
4bb60607e1
Add property to make the div2 internal.
2017-03-28 09:50:43 +09:00
smoogipooo
4c7a724beb
Merge remote-tracking branch 'origin/master' into taiko_drumroll_drawable
2017-03-28 09:44:50 +09:00
Dean Herbert
b8c8ca2f0e
Adjust input drum transition slightly.
2017-03-27 15:49:32 +09:00
Dean Herbert
d0b1fda24f
Fix merge fail.
2017-03-27 12:33:15 +09:00
Dean Herbert
4e50b28884
Merge branch 'master' into taiko_drumroll_drawable
2017-03-27 12:30:31 +09:00
Dean Herbert
dfd40c6b29
Merge branch 'master' into taiko_drumroll_drawable
2017-03-27 11:51:10 +09:00
Dean Herbert
e81040cfa1
Merge branch 'master' into taiko_bash_drawable
2017-03-27 11:51:08 +09:00
smoogipooo
bcaf2f9758
Use lambda expression.
2017-03-26 00:01:00 +09:00
smoogipooo
7c9900376f
Remove validKeys (now in DrawableTaikoHitObject).
2017-03-25 23:54:50 +09:00
smoogipooo
e5c674a051
Merge branch 'better_taiko_keys' into taiko_drumroll_drawable
...
Conflicts:
osu.Game.Modes.Taiko/Objects/Drawable/DrawableTaikoHitObject.cs
osu.Game.Modes.Taiko/osu.Game.Modes.Taiko.csproj
2017-03-25 23:52:41 +09:00
smoogipooo
d9ecb430ed
Remove validKeys (now in DrawableTaikoHitObject).
2017-03-25 23:48:13 +09:00
smoogipooo
9b0a15cd6c
Fix post-merge errors.
2017-03-25 23:48:00 +09:00
smoogipooo
6e5db7b75d
Merge branch 'better_taiko_keys' into taiko_bash_drawable
...
Conflicts:
osu.Game.Modes.Taiko/Objects/Drawable/DrawableTaikoHitObject.cs
2017-03-25 23:44:40 +09:00
smoogipooo
989a6ab02b
Move validKeys to DrawableTaikoHitObject. Cleanup + reword comments.
2017-03-25 23:43:41 +09:00
Dean Herbert
a774a68456
Merge branch 'master' into taiko_bash_drawable
2017-03-25 22:01:50 +09:00
smoogipooo
cbb6930f76
Remove CreateCircle() - hitobjects should handle the addition of this to their hierarchy themselves.
...
CreateCircle() lends itself to a few issues:
- It can't be used for drum roll ticks unless it returned a Container instead, at which point the method loses its meaning, and I would rather that constructed in the ctor.
- Writing `return Accented ? new AccentedCirclePiece() : new CirclePiece()` in two places as the body of this method feels wrong - it's something I would expect to be taken care of in the base DrawableTaikoHitObject, but that leads back to #1 .
- Swells don't have an AccentedCirclePiece, so #2 becomes more problematic.
2017-03-25 20:58:02 +09:00
smoogipooo
e7941859e4
Rename bash -> swell.
2017-03-25 20:57:49 +09:00
smoogipooo
a7cea811f4
Merge remote-tracking branch 'origin/master' into taiko_bash_drawable
...
Conflicts:
osu.Game.Modes.Taiko/osu.Game.Modes.Taiko.csproj
2017-03-25 20:55:14 +09:00
smoogipooo
5bd9147661
Remove CreateCircle() - hitobjects should handle the addition of this to their hierarchy themselves.
...
CreateCircle() lends itself to a few issues:
- It can't be used for drum roll ticks unless it returned a Container instead, at which point the method loses its meaning, and I would rather that constructed in the ctor.
- Writing `return Accented ? new AccentedCirclePiece() : new CirclePiece()` in two places as the body of this method feels wrong - it's something I would expect to be taken care of in the base DrawableTaikoHitObject, but that leads back to #1 .
- Swells don't have an AccentedCirclePiece, so #2 becomes more problematic.
2017-03-25 20:53:45 +09:00
smoogipooo
be4ab13f4d
Rename finisher -> accented.
2017-03-25 20:30:26 +09:00
smoogipooo
cb189bd006
Merge remote-tracking branch 'origin/master' into taiko_hit_drawables
2017-03-25 20:16:25 +09:00
Dean Herbert
55d7b027d2
Merge branch 'master' into taiko_drumroll_drawable
2017-03-24 21:26:42 +09:00
smoogipooo
2ee68ae75a
Make CirclePiece use relative width (leaving length control to DrawableDrumRoll).
2017-03-24 20:10:17 +09:00
smoogipooo
fdd17c1575
Rewrite circle pieces to use custom graphics again.
...
Also using FontAwesome for now to enforce the same size, because otherwise you have to mess around with sprites + the custom graphics. This will all be changed when sprites are fixed to maintain aspect ratios and when glow/border use relative axes.
2017-03-24 20:08:40 +09:00
smoogipooo
405c6f9691
More explicative xmldoc.
2017-03-24 19:05:45 +09:00
smoogipooo
369e3903ac
Don't use a magic number.
2017-03-24 19:04:46 +09:00
smoogipooo
feecf23d9f
Don't force the size.
2017-03-24 19:04:32 +09:00
smoogipooo
df46d0f446
Cleanup.
2017-03-24 18:49:10 +09:00
smoogipooo
5281842965
Rewrite CirclePiece to be referenced to 128x128px and handle accented hits more sanely.
2017-03-24 18:37:56 +09:00
smoogipooo
47065d8031
Remove explicit alpha = 1.
2017-03-24 16:15:14 +09:00
smoogipooo
6753a22512
Fix post-merge issues.
2017-03-24 16:03:38 +09:00
smoogipooo
33c160efeb
Merge branch 'taiko_note_circle' into taiko_drawable_drawing
...
Conflicts:
osu.Game.Modes.Taiko/osu.Game.Modes.Taiko.csproj
2017-03-24 16:02:49 +09:00