osu/osu.Game.Rulesets.Osu/Objects
Dean Herbert 6dcd9427ac Remove bindable usage in `PathControlPoint`
This is quite a breaking change, but I think it is beneficial due to the large amount of usage of this class.

I originally intended just to remove the allocations of the two delegates handling the `Changed` flow internally, but as nothing was really using the bindables for anything more than a general "point has changed" case, this felt like a better direction.
2021-08-26 12:33:53 +09:00
..
Drawables Implement `IHasApproachCircle` in `DrawableHitCircle` as well 2021-06-21 07:35:07 +03:00
HitCircle.cs
ISliderProgress.cs
OsuHitObject.cs Add `ComboIndexWithOffsetsBindable` and bind similar to `ComboIndexBindable` 2021-07-22 16:40:33 +03:00
Slider.cs Remove bindable usage in `PathControlPoint` 2021-08-26 12:33:53 +09:00
SliderEndCircle.cs
SliderHeadCircle.cs Judge heads as slider ticks instead 2021-02-10 18:38:31 +09:00
SliderRepeat.cs
SliderTailCircle.cs
SliderTick.cs Judge heads as slider ticks instead 2021-02-10 18:38:31 +09:00
Spinner.cs
SpinnerBonusTick.cs
SpinnerTick.cs