1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-29 06:07:25 +08:00
osu-lazer/osu.Game/Modes/Objects
Dean Herbert 4f3ab879de
Make DrawableHitObject's UpdateState safer by blocking calls at a higher level with not yet loaded.
UpdateState is called in LoadComplete for cases where the state may have changed before a load operation.
2017-03-22 09:43:44 +09:00
..
Drawables Make DrawableHitObject's UpdateState safer by blocking calls at a higher level with not yet loaded. 2017-03-22 09:43:44 +09:00
Legacy HasSpecial -> HasHold. 2017-03-15 19:43:38 +09:00
Types HasSpecial -> HasHold. 2017-03-15 19:43:38 +09:00
BezierApproximator.cs Add further abstraction to Sliders/IHasCurve. 2017-03-15 12:52:25 +09:00
CircularArcApproximator.cs Add further abstraction to Sliders/IHasCurve. 2017-03-15 12:52:25 +09:00
CurvedHitObject.cs Refactorings. 2017-03-15 12:57:17 +09:00
HitObject.cs Fix post-rebase issues. 2017-03-17 00:38:40 +09:00
HitObjectParser.cs Fix some license headers. 2017-03-02 18:45:20 +09:00
LegacyHitObjectParser.cs HitObjectType -> LegacyHitObjectType, move to Legacy namespace. 2017-03-15 19:39:40 +09:00
SliderCurve.cs Add further abstraction to Sliders/IHasCurve. 2017-03-15 12:52:25 +09:00