osu/osu.Game/Rulesets/Objects
Dean Herbert 7f30140b7e Add new method handling hit state specifically
Until now UpdateStateTransforms was applying results offsets to
StartTime. This didn't cover the case of a HitObject with duration,
where the call would be made with `StartTime + hitOffset` rather than
`EndTime + hitOffset`.

To resolve this, a new method has been added which should be used to
handle hit-specific state transforms.
2020-11-04 16:13:14 +09:00
..
Drawables Add new method handling hit state specifically 2020-11-04 16:13:14 +09:00
Legacy Use char overloads for string methods 2020-10-16 11:52:29 +02:00
Types Fix slider samples being overwritten by the last node 2020-10-09 20:50:09 +09:00
BarLineGenerator.cs Apply rounding to bar line start times 2020-05-17 22:11:13 +02:00
HitObject.cs Fix HitWindows getting serialized alongside HitObjects 2020-10-07 13:45:42 +09:00
HitObjectParser.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
IBarLine.cs Decouple bar line hitobjects from generator 2019-09-25 00:36:27 +02:00
PathControlPoint.cs Fix non-convert slider and spinner serialization 2020-09-14 17:32:32 +09:00
SliderEventGenerator.cs Fix redundant override showing up in build warnings 2020-06-03 15:50:00 +09:00
SliderPath.cs Fix SliderPath not handling Clear correctly 2020-10-09 06:31:59 +09:00