aa43b138b0
Merge branch 'master' into hud_visibility
2017-04-03 20:42:27 +09:00
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
c1b48c6cbf
FadeIn/Out
2017-04-03 12:17:53 +03:00
e1d3befaed
Added bool to ensure the notification is only displayed once per game execution
2017-04-03 12:03:21 +03:00
63a1eef6e4
Removed unnecessary line
2017-04-03 11:54:50 +03:00
e51fdd3c86
Added container whose visibility will be changable
2017-04-03 11:41:17 +03:00
8d28c54ff3
Merge remote-tracking branch 'refs/remotes/ppy/master' into hud_visibility
2017-04-03 11:07:14 +03: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
83322dc5cb
Merge branch 'master' into hud_visibility
2017-04-03 11:51:11 +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
ed476a79f8
Move posting notification in HudOverlay
2017-04-02 16:18:01 +03: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
9d027a61cd
Move input to HudOverlay
2017-04-01 14:46:45 +03:00
06850f7e1f
Merge remote-tracking branch 'refs/remotes/ppy/master' into hud_visibility
2017-04-01 14:04:48 +03:00
d7c39a00b4
Hud Visibility
2017-03-31 16:43:31 +03: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