osu/osu.Game.Rulesets.Catch/Edit
Dean Herbert 171ac0f510
Fix incorrect osu!catch snap display when last object is a juice stream
Addresses https://github.com/ppy/osu/discussions/29678.
2024-09-02 17:26:14 +09:00
..
Blueprints Fix editing juice stream path sometimes changing its duration 2024-07-22 15:14:45 +02:00
Checks Refactor abstract check to reduce duplication 2024-03-26 11:13:03 +01:00
BananaShowerCompositionTool.cs Remove #nullable disable from Catch.Edit namespace 2023-01-15 17:29:32 +09:00
CatchBeatSnapGrid.cs Abstract out common implementation of `BeatSnapGrid` 2023-10-17 16:42:52 +09:00
CatchBeatmapVerifier.cs Make check ruleset specific 2024-03-22 14:48:22 -03:00
CatchBlueprintContainer.cs Remove #nullable disable from Catch.Edit namespace 2023-01-15 17:29:32 +09:00
CatchDistanceSnapGrid.cs Remove #nullable disable from Catch.Edit namespace 2023-01-15 17:29:32 +09:00
CatchDistanceSnapProvider.cs Fix incorrect osu!catch snap display when last object is a juice stream 2024-09-02 17:26:14 +09:00
CatchEditorPlayfield.cs Remove #nullable disable from Catch.Edit namespace 2023-01-15 17:29:32 +09:00
CatchEditorPlayfieldAdjustmentContainer.cs Bypass `Parent` nullability checks for now 2023-10-17 17:48:45 +09:00
CatchHitObjectComposer.cs Update `HasFlag` usages 2024-07-03 00:19:04 +09:00
CatchHitObjectUtils.cs Remove #nullable disable from Catch.Edit namespace 2023-01-15 17:29:32 +09:00
CatchSelectionHandler.cs Simplify implementation 2024-03-28 10:12:27 +01:00
DrawableCatchEditorRuleset.cs Remove #nullable disable from Catch.Edit namespace 2023-01-15 17:29:32 +09:00
FruitCompositionTool.cs Remove #nullable disable from Catch.Edit namespace 2023-01-15 17:29:32 +09:00
JuiceStreamCompositionTool.cs Remove #nullable disable from Catch.Edit namespace 2023-01-15 17:29:32 +09:00
PositionRange.cs