osu/osu.Game/Rulesets/Objects
Dean Herbert a8151d5c63 Fix HitWindows getting serialized alongside HitObjects
These were being serialized as the base type. On deserialization, due to
the HitWindow of objects being non-null, they would not get correctly
initialised by the CreateHitWindows() virtual method.

- Closes #10403
2020-10-07 13:45:42 +09:00
..
Drawables Rename method back and add xmldoc 2020-10-05 16:24:02 +09:00
Legacy Fix non-convert slider and spinner serialization 2020-09-14 17:32:32 +09:00
Types Add the ability to toggle new combo state from composer context menu 2020-09-23 16:38:16 +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
IBarLine.cs
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