quakeforge/libs/ecs
Bill Currie 00d1ae0b91 [ecs] Invalidate entity in hierarchy before removal
I'm not sure just what was going on other than *other* components were
getting double-removed when the hierarchy reference component was
removed when the entity was being deleted. This might even prevent
issues with removing the hierarchy from an entity that's not being
deleted as the pre-invalidation prevents the removal from deleting the
entity.
2023-03-07 02:00:19 +09:00
..
test [ecs] Plug a bunch of memory leaks 2023-03-05 22:03:01 +09:00
component.c [ecs] Organize headers and code 2022-12-13 15:31:35 +09:00
ecs.c [ecs] Invalidate entity in hierarchy before removal 2023-03-07 02:00:19 +09:00
entity.c [ecs] Plug a bunch of memory leaks 2023-03-05 22:03:01 +09:00
hierarchy.c [ecs] Invalidate entity in hierarchy before removal 2023-03-07 02:00:19 +09:00
Makemodule.am [ecs] Add support for subpools 2022-12-18 21:11:21 +09:00
subpool.c [ecs] Adjust subpool range type to return start,end 2022-12-20 17:56:08 +09:00