Commit Graph

270 Commits

Author SHA1 Message Date
21d07428fe Fix some test regressions 2017-07-19 15:16:59 +09:00
9d523ea012 Update framework 2017-07-12 11:06:13 +09:00
e8ce3e16b0 Address CI concern 2017-07-10 12:52:29 +03:00
0e2dc9388a More changes in-line with framework changes. 2017-07-10 12:55:47 +09:00
89c8a34025 Merge branch 'master' into better-drawablehitobject-lifetimes 2017-06-21 20:13:57 +09:00
fc0e44b214 Update framework. 2017-06-21 11:28:27 +09:00
62dee59672 Shapes namespace
Depends on https://github.com/ppy/osu-framework/pull/837
2017-06-20 15:54:23 +10:00
34ac932fe2 Reduce pollution in DrawableHitObject in favor of a loosely-coupled IScrollingHitObject. 2017-06-19 10:54:23 +09:00
28e48eab2b CI fixes. 2017-06-16 19:30:30 +09:00
4afe83e74e Rework DrawableHitObject to provide default life times and proper DrawableTimingSection autosizing.
This exposes LifetimeOffset from DrawableHitObject which is used by the XSRG rulesets to adjust the life time range by the VisibleTimeRange.
2017-06-16 19:21:54 +09:00
ea87aca032 We no longer need to pass in the control point. 2017-06-16 13:12:36 +09:00
874db28478 CI fixes. 2017-06-16 13:09:06 +09:00
5bac0919f0 Remove gross autoSizingAxes and life time. 2017-06-16 13:00:08 +09:00
5d7336b235 A bit more cleanup. 2017-06-16 10:06:47 +09:00
fda220acbc Move speed adjustment code from ManiaHitRenderer to SpeedAdjustedHitRenderer. 2017-06-15 19:34:28 +09:00
6fd37ebc32 Merge branch 'master' into timingchange-rework 2017-06-15 16:23:51 +09:00
41d4aee4f5 Update nuget packages
- [ ] Depends on framework partner in crime https://github.com/ppy/osu-framework/pull/820
2017-06-13 11:50:46 +09:00
56244e0134 Add small test case to demonstrate usage. 2017-06-12 17:31:24 +09:00
ba8014bbd9 Cleanups + xmldoc rewordings/improvements. 2017-06-12 15:20:34 +09:00
419682b740 Merge remote-tracking branch 'origin/master' into timingchange-rework
# Conflicts:
#	osu-framework
2017-06-12 13:09:02 +09:00
ffbb46f668 Update in line with framework. 2017-06-12 12:48:47 +09:00
de35ea22b1 Make bar lines work again. 2017-06-09 22:03:28 +09:00
1f56848442 Rewrite the way speed adjustments are applied. 2017-06-09 19:57:03 +09:00
921350128d Rename SpeedAdjustment -> MultiplierControlPoint + reworking. 2017-06-09 16:57:17 +09:00
4b2669e65d Namespace movement. 2017-06-09 16:20:55 +09:00
d11002e499 Use new naming structure + VisibleTimeRange bindable. 2017-06-09 16:11:49 +09:00
cd435f7ec6 Merge remote-tracking branch 'origin/master' into timingchange-rework
# Conflicts:
#	osu-framework
#	osu.Game.Rulesets.Mania/Timing/ControlPointContainer.cs
2017-06-09 03:37:55 +09:00
8de6bdf340 Rewrite mania to use the new timing section stuff. 2017-06-09 02:43:48 +09:00
55f238f6a9 Remove IHasTimeSpan, add rename to TimingSection. 2017-06-08 23:40:24 +09:00
a454ca606f Merge remote-tracking branch 'upstream/master' into johnneijzen-master 2017-06-08 20:33:39 +09:00
5f7270ee4b Use new invalidation rules 2017-06-08 09:53:45 +02:00
2f7d9655fd More Clean up 2017-06-08 15:27:35 +08:00
431d225a60 Keyword Spacing and Brackets Fixing 2017-06-08 14:35:10 +08:00
9b0e1c26a3 Clean Up Code 2017-06-07 19:53:37 +08:00
8641379424 Not sure how these CI issues were missed. 2017-06-07 19:27:22 +09:00
1932b58663 g -> gravity + one more xmldoc. 2017-06-07 19:21:31 +09:00
1017cf54d9 CI fixes. 2017-06-07 19:17:45 +09:00
6f191193a1 Rename timing changes, simplify + improve columns/dictionary usage. 2017-06-07 19:15:51 +09:00
7aee8ee547 Make TimeSpan a double again. 2017-06-07 19:08:32 +09:00
5f537780cf Bring framework up-to-date 2017-06-07 15:32:50 +09:00
5104e65bcd Make hold notes utilize RelativeChildOffset for tick positionings. 2017-06-06 15:57:30 +09:00
e3d10fc4d3 Update with more framework changes. 2017-06-06 15:52:35 +09:00
4307242bb6 Update with framework changes. 2017-06-05 20:06:46 +09:00
a3299809fe Merge remote-tracking branch 'origin/master' into timingchange-rework
# Conflicts:
#	osu.Game/Graphics/Containers/ReverseDepthFillFlowContainer.cs
2017-06-05 10:19:53 +09:00
d66f114b5b Properly set starting lifetime for mania hit objects. 2017-06-03 18:18:25 +09:00
7022c8d496 Move timing change stuff to osu.Game project. 2017-06-02 20:17:44 +09:00
e5720b9477 CI fixes. 2017-06-02 19:53:30 +09:00
d6e49b94ec Add comment. 2017-06-02 19:36:47 +09:00
c7dcb54d45 Simplify gravity. 2017-06-02 19:34:55 +09:00
a4cd409835 Super huge abstraction changes to (hopefully) make this TimingChangeContainer usable for non-mania rulesets.
Also includes commenting improvements/fixes.
2017-06-02 19:27:22 +09:00