Files
osukey/osu.Game/Rulesets
ekrctb d262956146 Always use LifetimeEntry to manage hit objects in HitObjectContainer
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.
2021-04-29 14:38:01 +09:00
..
2021-04-27 13:23:14 +09:00
2021-04-09 13:56:58 +09:00
2021-04-21 09:14:19 +03:00
2020-12-03 19:44:12 +02:00
2019-11-12 13:41:54 +09:00
2019-06-26 17:52:25 +09:00
2021-04-02 02:45:26 +03:00