TestSceneSkinnableHUDComponents
This reverts commit d1272d5e13.
d1272d5e13
Initial implementation of Wiki Overlay
Fix newly found inspections from 2021.1EAP1
Setting entry lifetime will cause `LifetimeChanged` event and `base.LifetimeStart`/`End` will be modified in the callback.
ICreateReplay
ModAutoplay
Enable nullable
Schedule
LinkDetails
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
Remove unused `IScrollingHitObject` interface
IScrollingHitObject
Multiple `ScrollingHitObjectContainer` logic simplification
LegacyBeatmapSkin
SkinProvidingContainer
FindProvider
LegacySkin
HitObjectContainer.OnAdd
OnRemove
Now, `OnAdd` is always invoked after the DHO is added to the container. This change is required by `ScrollingHitObjectContainer` to compute origin adjusted lifetime when origin position is relative to the parent drawable size.
Allow `LegacyDefaultSkin` to be constructed without extra resource store parameter
Fix usage of DI before it's ready in combo colour tests
TestCase