osu/osu.Game.Rulesets.Mania
Bartłomiej Dach 9a330c4c56 Fix mania hold note heads hiding when frozen
This was an insidious regression from a3dc1d5. Prior to that commit,
`DrawableHoldNoteHead` had `UpdateStateTransforms()` overridden, to set
the hold note head's lifetime. When that method was split into
`UpdateInitialStateTransforms()` and `UpdateHitStateTransforms()`, the
lifetime set was moved to the former.

Unfortunately, that override served two purposes: both to set the
lifetime, and to suppress hit animations which would normally be added
by the base `DrawableManiaHitObject`. That fact being missed led to
`UpdateHitStateTransforms()` hiding the hold note head immediately on
hit and with a slight delay on miss.

To resolve, explicitly override `UpdateHitStateTransforms()` and
suppress the base call, with an explanatory comment.
2021-03-21 18:46:41 +01:00
..
Beatmaps Fix spacing 2021-02-25 21:38:21 +09:00
Configuration Update usages of config with framework changes 2021-03-17 16:10:16 +09:00
Difficulty Add a list of mods to Skill class 2021-02-20 20:37:44 +11:00
Edit Centralise cases of performing actions on the current selection 2021-02-26 14:15:13 +09:00
Judgements Make new health increase values mania-specific 2020-10-03 12:16:22 +02:00
MathUtils Add copyright notice 2020-10-14 17:08:14 +09:00
Mods Make ExpandDirection abstract 2021-02-24 15:05:12 +09:00
Objects Fix mania hold note heads hiding when frozen 2021-03-21 18:46:41 +01:00
Properties
Replays
Resources/Testing/Beatmaps Update tests to refect new mappings 2020-10-30 12:12:30 +09:00
Scoring
Skinning Use ISample everywhere in Skin GetSample lookup path 2021-02-18 18:32:28 +09:00
UI Add a basic guard against setting ScrollMethod too late in initialisation 2021-02-04 22:28:17 +09:00
DualStageVariantGenerator.cs
ManiaInputManager.cs
ManiaRuleset.cs Update HasFlag usages to HasFlagFast 2021-02-25 15:38:56 +09:00
ManiaSettingsSubsection.cs Make SettingsItem conform to IHasCurrentValue 2020-10-06 17:18:54 +09:00
ManiaSkinComponent.cs
osu.Game.Rulesets.Mania.csproj Adjust package titles 2021-01-18 11:08:03 +09:00
SingleStageVariantGenerator.cs
VariantMappingGenerator.cs