mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:33:30 +08:00
d262956146
Previously, non-pooled DHOs were immediately added as children of the HOC when Add is called. Also, non-pooled DHOs were always attached to the HOC as children. New behavior is that non-pooled DHOs are only added after CheckChildLifetime, and only attached to the HOC while the DHOs are alive. - LifetimeManagementContainer inheritance of HOC is removed, as it is now all DHOs are "unmanaged" (previously `AddInternal(false)`). - The signature of `Clear` is changed, and it is now always not disposing the children immediately. |
||
---|---|---|
.. | ||
.vscode | ||
Editor | ||
Mods | ||
Resources | ||
Skinning | ||
DrawableTaikoRulesetTestScene.cs | ||
DrawableTestHit.cs | ||
DrawableTestStrongHit.cs | ||
HitObjectApplicationTestScene.cs | ||
osu.Game.Rulesets.Taiko.Tests.csproj | ||
TaikoBeatmapConversionTest.cs | ||
TaikoDifficultyCalculatorTest.cs | ||
TaikoLegacyModConversionTest.cs | ||
TestSceneBarLineApplication.cs | ||
TestSceneDrumRollApplication.cs | ||
TestSceneFlyingHits.cs | ||
TestSceneHitApplication.cs | ||
TestSceneHits.cs | ||
TestSceneSampleOutput.cs | ||
TestSceneSwellJudgements.cs | ||
TestSceneTaikoHitObjectSamples.cs | ||
TestSceneTaikoPlayer.cs | ||
TestSceneTaikoSuddenDeath.cs |