1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 16:07:24 +08:00
osu-lazer/osu.Game.Rulesets.Catch/Objects
Bartłomiej Dach 72e502e615
Fix backwards z-ordering of fruits in juice streams and banana showers
Closes https://github.com/ppy/osu/issues/25827.

The logic cannot be easily abstracted out (because
`CompareReverseChildID()` is protected and non-static on
`CompositeDrawable`), so a local copy was applied instead.

No testing as any testing would have been purely visual anyways.
2024-01-02 11:55:59 +01:00
..
Drawables Fix backwards z-ordering of fruits in juice streams and banana showers 2024-01-02 11:55:59 +01:00
Banana.cs Fix weird optional usage in HitSampleInfo.With 2023-05-17 14:11:52 +09:00
BananaShower.cs Add some comments where truncations were added 2023-12-06 14:50:03 +09:00
CatchHitObject.cs Extract preempt durations to shared constants 2023-12-14 20:41:12 +01:00
Droplet.cs Remove #nullable disable from Catch.Objects 2023-01-15 17:29:35 +09:00
Fruit.cs Remove #nullable disable from Catch.Objects 2023-01-15 17:29:35 +09:00
FruitVisualRepresentation.cs Remove #nullable disable from Catch.Objects 2023-01-15 17:29:35 +09:00
JuiceStream.cs Fix catch applying positional clamping too early 2023-12-11 21:52:39 +09:00
JuiceStreamPath.cs Generalize Bezier curves to BSplines of Nth degree 2023-11-11 13:32:53 +01:00
JuiceStreamPathVertex.cs Automated #nullable processing 2022-06-17 16:37:17 +09:00
PalpableCatchHitObject.cs Remove #nullable disable from Catch.Objects 2023-01-15 17:29:35 +09:00
TinyDroplet.cs Remove #nullable disable from Catch.Objects 2023-01-15 17:29:35 +09:00