quakeforge/libs/ecs
Bill Currie f5ebc1083f [ecs] Pass the registry in to the component destroy function
This makes it possible for hierarchies to clean themselves up (by
deleting their entities (though that will cause other problems later
when the hierarchy doesn't own the entities)), thus plugging a memory
leak when parsing passage text.
2024-01-03 12:39:54 +09:00
..
test [ecs] Implement hierarchies as components 2024-01-02 16:38:01 +09:00
component.c [ecs] Organize headers and code 2022-12-13 15:31:35 +09:00
ecs.c [ecs] Pass the registry in to the component destroy function 2024-01-03 12:39:54 +09:00
entity.c [ecs] Pass the registry in to the component destroy function 2024-01-03 12:39:54 +09:00
hierarchy.c [ecs] Pass the registry in to the component destroy function 2024-01-03 12:39:54 +09:00
Makemodule.am [build] Fix some library install issues 2023-04-20 15:15:12 +09:00
subpool.c [ecs] Move correct number of subpool ranges 2023-07-11 00:06:21 +09:00