1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 14:17:26 +08:00
osu-lazer/osu.Game.Rulesets.Catch
ekrctb be495a7488 Add JuiceStreamPath to allow editing JuiceStream in catch editor
A `JuiceStream` holds a legacy `SliderPath` as the representation of the path.
However, the `SliderPath` representation is difficult to work with because `SliderPath` works in 2D position, while osu!catch works in `(time, x)` coordinates.
This `JuiceStreamPath` represents the path in a more convenient way, a polyline connecting list of `(distance, x)` vertices.
2021-07-19 13:59:10 +09:00
..
Beatmaps Use IApplicableToBeatmapProcessor in CatchModHardRock 2021-06-23 14:47:32 +09:00
Difficulty Replace calls to obsoleted GetOrDefault() extension 2021-07-18 21:52:16 +02:00
Edit Invert strangely negated condition 2021-07-10 11:23:38 +02:00
Judgements Restore hyper dash state on revert judgement result 2020-12-08 15:21:47 +09:00
MathUtils Fix some weird private field names 2019-12-11 14:10:35 +09:00
Mods Add missing osu!catch difficulty adjust attributes 2021-07-11 10:14:42 +09:00
Objects Add JuiceStreamPath to allow editing JuiceStream in catch editor 2021-07-19 13:59:10 +09:00
Properties Merge remote-tracking branch 'upstream/master' into android 2019-01-29 18:13:43 -06:00
Replays Rename FramedAutoGenerator<T> -> AutoGenerator<T> 2021-05-07 00:31:12 +09:00
Resources/Testing/Beatmaps Fix right bound not being applied correctly 2020-08-20 20:25:40 +09:00
Scoring Remove bogus CatchHitWindows 2021-06-07 13:16:07 +02:00
Skinning Fix default skin catcher not flipping catcher plate 2021-07-05 20:05:08 +09:00
UI Merge pull request #13747 from ekrctb/catcher-flip 2021-07-06 00:02:23 +09:00
CatchInputManager.cs Fix remaining issues 2019-02-28 13:31:40 +09:00
CatchRuleset.cs Merge pull request #13617 from ekrctb/catch-editor 2021-06-23 14:00:34 +09:00
CatchSkinComponent.cs Revert SkinnableSprite lookups to old behaviour 2019-09-03 14:21:54 +09:00
CatchSkinComponents.cs Refactor catcher sprite to use skinned piece pattern 2021-06-08 21:29:41 +09:00
osu.Game.Rulesets.Catch.csproj Adjust package titles 2021-01-18 11:08:03 +09:00