Commit Graph

130 Commits

Author SHA1 Message Date
cedcab1e26 s/Ring/Hit + privatize Judgement inside RingExplosion. 2017-03-23 13:02:01 +09:00
00054f1573 Comment out unused container for now. 2017-03-23 12:56:32 +09:00
7f33e10db0 Renaming + don't use List. 2017-03-23 12:53:38 +09:00
39ff026b27 Reimplement JudgementText with the new DrawableJudgementInfo. 2017-03-23 12:49:58 +09:00
8b71d70633 Add a way to get the score string from JugementInfo. 2017-03-23 12:21:09 +09:00
2c580f43e9 Merge branch 'master' into taiko_playfield_2 2017-03-23 11:10:23 +09:00
53c6665e07 Merge branch 'master' into taiko_bash_base 2017-03-23 10:57:15 +09:00
bf94587ca7 Add TODO. 2017-03-23 10:56:30 +09:00
9c325ddd33 Cleanups + fix CircularContainer usages. 2017-03-23 09:12:51 +09:00
e7a93073a4 Fix post-merge errors. 2017-03-22 01:42:40 +09:00
afcd42b06d Merge remote-tracking branch 'origin/master' into taiko_playfield_2 2017-03-22 01:38:53 +09:00
b3dde2c399 A bit more protection. 2017-03-22 01:35:39 +09:00
cf251618c7 Merge remote-tracking branch 'origin/master' into taiko_bash_base
Conflicts:
	osu.Game.Modes.Taiko/osu.Game.Modes.Taiko.csproj
2017-03-22 01:34:47 +09:00
712d2e194c A bit more protection. 2017-03-22 01:33:22 +09:00
a346191ca7 Merge remote-tracking branch 'origin/master' into taiko_drumroll_base
Conflicts:
	osu.Game.Modes.Taiko/osu.Game.Modes.Taiko.csproj
2017-03-22 01:27:07 +09:00
863f49c2bd Rename MAX_SCORE -> MAX_HIT_RESULT. 2017-03-21 21:38:39 +09:00
d9524f692d Renamings. 2017-03-21 21:36:05 +09:00
ad74797cd4 End letter oppression. 2017-03-21 21:31:31 +09:00
259ed03610 Reduce some container nesting. 2017-03-21 18:28:04 +09:00
e2b510f3f0 Add comments. 2017-03-21 18:26:19 +09:00
7cb237798a Add a 1px offset for the playfield border. 2017-03-21 18:13:10 +09:00
2cfab75bc7 Remove now unnecessary field. 2017-03-21 17:50:05 +09:00
60e866aebd Increase RingExplosion base size for finishers.
Subtle but looks good imo (checked with flyte).
2017-03-21 17:49:22 +09:00
eec4a1b5d3 Redesign HitTarget. 2017-03-21 17:48:19 +09:00
7bda1866fd Merge branch 'master' into taiko_judgement_scoring 2017-03-21 16:44:31 +09:00
4e7a44cd44 Add license + general fixes. 2017-03-21 16:41:58 +09:00
1ac9898a36 Add judgement texts. 2017-03-21 16:33:25 +09:00
4c398b106d Add explosion rings. 2017-03-21 15:54:57 +09:00
9b5cb7ec23 Merge branch 'taiko_judgement_scoring' into taiko_playfield_2 2017-03-21 15:33:59 +09:00
10ed6ef10d Move TaikoPlayfield to separate file. 2017-03-21 15:09:54 +09:00
090e8bbb79 Remove hit object types solution-wide. 2017-03-20 13:10:24 +09:00
b9006e4026 Remove Type. 2017-03-20 13:04:09 +09:00
c3d10f8abf Merge remote-tracking branch 'origin/master' into taiko_bash_base 2017-03-20 13:03:25 +09:00
b3b8fadf03 Remove Type. 2017-03-20 13:02:52 +09:00
7b7255863c Merge remote-tracking branch 'origin/master' into taiko_drumroll_base 2017-03-20 13:01:43 +09:00
73ffbf8142 Remove unnecessary using. 2017-03-19 11:52:16 +09:00
4b3308fd1d Remove TaikoHitObject Type, we won't be using this going forward. 2017-03-18 18:40:26 +09:00
977b506587 Add TaikoJudgementInfo. 2017-03-17 17:06:34 +09:00
f48af91686 Appease the resharper gods. 2017-03-17 15:45:54 +09:00
d478a58a89 Invert getters and setters for EndTime / Duration. 2017-03-17 14:43:00 +09:00
d2194e3d2a Implement Bash. 2017-03-17 14:01:32 +09:00
12de3f6657 Implement DrumRoll + DrumRollTick. 2017-03-17 13:56:14 +09:00
b399c6adbb Implement TaikoHitObject. 2017-03-17 13:38:48 +09:00
28240fb3b5 Rename TaikoBaseHit -> TaikoHitObject. 2017-03-17 13:33:48 +09:00
5cafec3b6a Add back CreateScoreProcessor to Ruleset to instantiate a non-generic ScoreProcessor for ScoreDatabase. 2017-03-16 13:13:45 +09:00
c82ae011fb Make ScoreProcessors take generic judgements. 2017-03-16 12:45:23 +09:00
afefde7ecf Remove old comments. 2017-03-15 21:53:01 +09:00
42da0f1a72 Merge remote-tracking branch 'origin/master' into generic_judgements_2
Conflicts:
	osu.Desktop.VisualTests/Tests/TestCaseHitObjects.cs
	osu.Game.Modes.Catch/UI/CatchHitRenderer.cs
	osu.Game.Modes.Mania/UI/ManiaHitRenderer.cs
	osu.Game.Modes.Mania/osu.Game.Modes.Mania.csproj
	osu.Game.Modes.Osu/Objects/Drawables/DrawableSlider.cs
	osu.Game.Modes.Osu/Objects/Drawables/DrawableSpinner.cs
	osu.Game.Modes.Osu/UI/OsuHitRenderer.cs
	osu.Game.Modes.Taiko/UI/TaikoHitRenderer.cs
	osu.Game.Modes.Taiko/osu.Game.Modes.Taiko.csproj
	osu.Game/Modes/Objects/Drawables/DrawableHitObject.cs
	osu.Game/Modes/UI/HitRenderer.cs
	osu.Game/osu.Game.csproj
2017-03-15 21:36:43 +09:00
3a8d1d3619 Add license headers. 2017-03-15 21:32:47 +09:00
a9bc253b8c General refactoring (no more casts :D). 2017-03-15 19:18:23 +09:00