a6dfed9668
Formatting
2017-03-24 00:41:56 -03:00
0edee04200
Use OsuColour instead of static colours
2017-03-24 00:41:14 -03:00
cb0c7dca71
Merge branch 'master' into taiko_scoreprocessing
2017-03-24 12:25:19 +09:00
f1f6f2041f
Null track handling in player
2017-03-23 23:57:33 -03:00
befbc63c35
Merge https://github.com/ppy/osu into song-progress-graph
2017-03-23 23:42:06 -03:00
b56fb310bf
More cleanup
2017-03-23 23:38:23 -03:00
2a6da0751d
Rename UpdateJudgement -> OnNewJugement + rename judgement parameter.
2017-03-24 11:32:48 +09:00
59ba497952
Remove linear interpolation of hp_hit_good.
...
I think this is an okay compromise because hp_hit_great doesn't use linear interpolation here. I am tentative on this change, but I need to code up the rest of taiko before I can test this further.
2017-03-24 11:28:52 +09:00
5e34c2497a
More accented renaming + improve comments.
2017-03-24 11:24:31 +09:00
a1f5bc04aa
Use isTick.
2017-03-24 11:24:07 +09:00
4ae45ea866
Final -> cumulative, to represent a growing score.
2017-03-24 11:15:22 +09:00
afdb719c60
Rename finisher -> accented.
2017-03-24 11:09:01 +09:00
4e31e3b443
Rename things around to make a bit more sense.
2017-03-24 09:51:58 +09:00
2074812f46
Move ScoreProcessor and Score to Scoring/.
2017-03-24 09:51:52 +09:00
f23372599d
Merge pull request #542 from smoogipooo/taiko_drumroll_tick_judgements
...
Add DrumRoll tick judgement info.
2017-03-24 09:29:45 +09:00
dace1e15c9
Merge pull request #546 from peppy/song-select-improvements
...
Song select improvements
2017-03-24 09:26:51 +09:00
e3071894f4
Merge branch 'master' into song-select-improvements
2017-03-24 09:21:26 +09:00
b77448ae4e
Merge pull request #544 from peppy/parallax-requires-position
...
ParallaxContainer should always know the mouse position.
2017-03-24 09:20:47 +09:00
d7426bdc32
Merge branch 'master' into taiko_drumroll_tick_judgements
2017-03-24 09:09:16 +09:00
f218066f83
Merge branch 'master' into parallax-requires-position
2017-03-23 22:52:06 +09:00
1c404cba5c
Update framework.
2017-03-23 22:42:50 +09:00
0bcb463acf
ParallaxContainer should always know the mouse position.
2017-03-23 22:42:40 +09:00
0a11d035fe
Formatting
2017-03-23 09:07:13 -03:00
b429d8f1b3
More proper fix
2017-03-23 09:05:53 -03:00
c533650c26
Merge branch 'master' into song-select-improvements
2017-03-23 20:36:18 +09:00
c52ad6c6ee
Attempt to speed up CI by excluding some file types from analysis.
2017-03-23 20:34:24 +09:00
c3adbb9b41
Fix nullref.
2017-03-23 20:34:11 +09:00
3364801221
Fix for the fix
2017-03-23 08:32:24 -03:00
8901d6137e
Merge branch 'master' into song-select-improvements
2017-03-23 20:25:38 +09:00
bbca6cf602
Fix bottom square being clipped
2017-03-23 08:13:03 -03:00
60dcf2d14d
Make readonly.
2017-03-23 19:43:49 +09:00
315deb6f12
Fix post-merge errors.
2017-03-23 19:43:00 +09:00
217fd14595
Merge branch 'taiko_drumroll_tick_judgements' into taiko_drumroll_drawable
2017-03-23 19:40:14 +09:00
a0c0a0fcfe
Fix post-merge errors.
2017-03-23 19:39:30 +09:00
938f5eaf58
Dragging
2017-03-23 07:38:08 -03:00
99cd215f56
Merge branch 'taiko_drumroll_tick_judgements' into taiko_scoreprocessing
...
Conflicts:
osu.Game.Modes.Taiko/TaikoScoreProcessor.cs
2017-03-23 19:38:00 +09:00
35f1f06ee2
Rename drum roll tick judgement.
2017-03-23 19:36:58 +09:00
63d7c5a5a3
Pressing back while mod select is visible should close mod select before exiting.
2017-03-23 19:35:46 +09:00
11fb404574
Merge remote-tracking branch 'origin/master' into taiko_drumroll_tick_judgements
...
Conflicts:
osu.Game.Modes.Taiko/osu.Game.Modes.Taiko.csproj
2017-03-23 19:35:36 +09:00
672fda79bd
Merge pull request #543 from peppy/rename-judgement-info
...
JudgementInfo -> Judgement.
2017-03-23 19:34:43 +09:00
8c4fd44a85
Tidy up song select footer and fix depth of mod select vs osu! cookie.
2017-03-23 19:32:58 +09:00
ca2816f9c8
Formatting
2017-03-23 07:24:43 -03:00
322a78830e
Implement Taiko score processing.
2017-03-23 19:24:23 +09:00
3923892863
Delete SongProgressGraphColumn.cs
2017-03-23 07:20:16 -03:00
546a3d0914
Merge branch 'song-progress-graph' of https://github.com/DrabWeb/osu into song-progress-graph
2017-03-23 07:15:53 -03:00
768bc2bb5f
Make TaikoHitObject store whether the hit object is a finisher.
2017-03-23 19:14:21 +09:00
2cb801317d
JudgementInfo -> Judgement.
...
There is no case where we use the term "Judgement" without the suffix, so deemed it unnecessary.
2017-03-23 19:00:18 +09:00
93915ba527
Fix regression of osu! judgement animation.
2017-03-23 18:56:27 +09:00
0337f18fb9
Cleaning
2017-03-23 06:37:12 -03:00
b5d661b53a
some fixing and restyling.
2017-03-23 18:20:00 +09:00