1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 10:47:25 +08:00
osu-lazer/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 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 accessing incorrect items list in event 2020-02-18 19:00:02 +09:00