1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 19:52:55 +08:00
osu-lazer/osu.Game.Rulesets.Osu/Skinning/Default
Bartłomiej Dach f3cda58474
Fix legacy slider repeats becoming much too large on hit
They had scale transforms applied to them in two places: the actual
legacy pieces themselves (esp. `LegacyHitCirclePiece`), and on the
`DrawableSliderRepeat` level.

This change moves all of the scale transforms to the skinnable pieces.
Argon and triangles have received a copy of the previous logic each,
so behaviour on those skins should not change.
2023-10-17 14:47:44 +02:00
..
CirclePiece.cs Simplify some maximum size specs 2023-09-20 12:48:15 +09:00
DefaultApproachCircle.cs Partial everything 2022-11-27 00:00:27 +09:00
DefaultFollowCircle.cs Partial everything 2022-11-27 00:00:27 +09:00
DefaultReverseArrow.cs Fix legacy slider repeats becoming much too large on hit 2023-10-17 14:47:44 +02:00
DefaultSliderBall.cs Partial everything 2022-11-27 00:00:27 +09:00
DefaultSmokeSegment.cs Partial everything 2022-11-27 00:00:27 +09:00
DefaultSpinner.cs Partial everything 2022-11-27 00:00:27 +09:00
DefaultSpinnerDisc.cs Rename RateAdjustedRotation to TotalRotation 2023-10-16 18:25:03 +09:00
DrawableSliderPath.cs Partial everything 2022-11-27 00:00:27 +09:00
ExplodePiece.cs Simplify some maximum size specs 2023-09-20 12:48:15 +09:00
FlashPiece.cs Simplify some maximum size specs 2023-09-20 12:48:15 +09:00
GlowPiece.cs Partial everything 2022-11-27 00:00:27 +09:00
KiaiFlash.cs Partial everything 2022-11-27 00:00:27 +09:00
MainCirclePiece.cs Simplify some maximum size specs 2023-09-20 12:48:15 +09:00
ManualSliderBody.cs Partial everything 2022-11-27 00:00:27 +09:00
NumberPiece.cs Partial everything 2022-11-27 00:00:27 +09:00
PlaySliderBody.cs Remove slider head circle movement (and remove setting from "classic" mod) 2023-09-14 17:49:41 +09:00
RingPiece.cs Simplify some maximum size specs 2023-09-20 12:48:15 +09:00
SpinnerBackgroundLayer.cs Partial everything 2022-11-27 00:00:27 +09:00
SpinnerCentreLayer.cs Partial everything 2022-11-27 00:00:27 +09:00
SpinnerFill.cs Partial everything 2022-11-27 00:00:27 +09:00
SpinnerRotationTracker.cs Fix incorrect initial rotation transfer value 2023-10-16 19:34:55 +09:00
SpinnerSpmCalculator.cs Fix SPM calculation division by zero 2023-01-20 21:00:01 +09:00
SpinnerTicks.cs Partial everything 2022-11-27 00:00:27 +09:00
TrianglesPiece.cs Partial everything 2022-11-27 00:00:27 +09:00