Commit Graph

2100 Commits

Author SHA1 Message Date
2e80ecfda8 Don't need explicit null value. 2017-04-03 20:33:10 +09:00
19b5555ef2 Slightly clean up archive readers + decoders. Read beatmap version into BeatmapInfo. 2017-04-03 20:26:46 +09:00
c539e514f5 Merge branch 'master' into fix_slider_velocities 2017-04-03 15:08:54 +09:00
27132958c8 Merge remote-tracking branch 'origin/master' into taiko-drawable-generation
Conflicts:
	osu.Desktop.VisualTests/Tests/TestCaseTaikoHitObjects.cs
	osu.Desktop.VisualTests/Tests/TestCaseTaikoPlayfield.cs
	osu.Game.Modes.Taiko/UI/TaikoHitRenderer.cs
	osu.Game.Modes.Taiko/osu.Game.Modes.Taiko.csproj
2017-04-03 14:19:31 +09:00
74bd427997 Remove SliderVelocityAt, compute it manually inside hit objects. 2017-04-03 14:12:15 +09:00
ffe4d0ae4a Remove BeatDistanceAt (does not express distance) and BeatVelocityAt. 2017-04-03 11:48:42 +09:00
f1b0a12ee3 Rename BPMMultiplierAt -> SpeedMultiplierAt. 2017-04-03 11:48:15 +09:00
263374a357 Remove unnecessary using. 2017-04-02 17:11:31 +09:00
bfa2e68bfb Container->Wrapper. 2017-04-02 16:17:13 +09:00
6f1fff4ee7 Update async load usage to new style. 2017-04-02 15:56:12 +09:00
24d06fa92d CheckBox -> Checkbox. 2017-03-31 17:38:33 +09:00
14fcc197e9 Merge branch 'master' into partial-judgements 2017-03-31 16:53:49 +09:00
50c328f1b4 Merge remote-tracking branch 'upstream/master' into partial-judgements
# Conflicts:
#	osu.Game/osu.Game.csproj
2017-03-31 16:46:40 +09:00
5d25fa3282 Merge remote-tracking branch 'upstream/master' into accented-interface 2017-03-31 16:38:19 +09:00
3f080ab424 Add some commenting. 2017-03-31 16:01:48 +09:00
cf87330f80 Allow SetReplay to receive null. 2017-03-31 16:00:40 +09:00
fa7c72a099 Refactor ReplayInputHandler creation for more flexibility. 2017-03-31 15:59:53 +09:00
0f4b98ce73 Move FramedReplayInputHandler to own file and un-nest. 2017-03-31 15:32:34 +09:00
c531d774b7 Fix file naming. 2017-03-31 15:21:30 +09:00
a48224bd6d Don't need Drawable type. 2017-03-31 15:06:33 +09:00
43c306d658 IAccented -> IHasAccentColour. 2017-03-31 15:06:31 +09:00
09b98d71a7 Add back Capacity. 2017-03-31 13:33:19 +09:00
79031b9e74 Update framework. 2017-03-31 12:58:54 +09:00
e7ecc479c9 Add FramedReplay and use where legacy is not needed. 2017-03-31 12:43:42 +09:00
cd915a32be Let's use a List for now. 2017-03-31 11:58:24 +09:00
49575c3447 Special case not needed. 2017-03-31 11:54:12 +09:00
d944b8c192 Implement IAccented interface + transform. 2017-03-31 11:01:42 +09:00
8e8d1bbd6d Merge branch 'master' into partial-judgements 2017-03-31 09:08:22 +09:00
76d0beb64f Fix custom transform. 2017-03-30 22:28:51 +09:00
ddc6d45985 Merge pull request #572 from smoogipooo/general-fixes
Fix missing base call that may result in invalid ScoreProcessor state.
2017-03-30 14:07:50 +09:00
77ac205b62 Merge branch 'master' into partial-judgements 2017-03-30 14:07:43 +09:00
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
c2d6faa7c2 Change Judgements into HashSet to prevent duplicates. 2017-03-30 10:39:38 +09:00
6afa6f30cc Keep selected beatmap in centre of screen post-filter. 2017-03-29 20:01:46 +09:00
a6c8be3637 Increase load delay on panel backgrounds; add back missing fade. 2017-03-29 19:52:16 +09:00
fa7fd6efe3 Fix mode selector not invoking a re-filter. 2017-03-29 19:48:13 +09:00
3050039972 Implement partial judgements + make Result non-nullable. 2017-03-29 18:35:28 +09:00
bae0ac4901 Fix missing base call that may result in invalid ScoreProcessor state. 2017-03-29 18:21:45 +09:00
b96a153e0e Resize ranks better. 2017-03-29 12:24:04 +09:00
eed50784ba Make player work with TaikoHitRenderer. 2017-03-29 11:35:57 +09:00
d7674e2367 Merge branch 'master' into dynamic-recompile 2017-03-29 10:12:48 +09:00
ab97967237 Update references and framework. 2017-03-29 09:54:00 +09:00
bca18ce209 Merge branch 'master' into move-easingtypes 2017-03-29 08:14:13 +09:00
e53a5a3521 Merge branch 'master' into avatars-and-login 2017-03-29 07:52:43 +09:00
f7dc7e9bb9 Update references. 2017-03-28 21:26:20 +09:00
4042b94e01 Use DelayedLoadContainer in more places. 2017-03-28 15:28:58 +09:00
f690e1d0c4 Move async logic to framework. 2017-03-28 14:24:34 +09:00
36af868f44 Add missing licence header. 2017-03-28 00:13:38 +09:00
768b3c4b4b Add better focus handling in the login form. 2017-03-28 00:08:27 +09:00
13272e6995 Make Avatar accept a user.
Add UpdateableAvatar to handle the toolbar use-case.
2017-03-28 00:08:26 +09:00