quakeforge/libs/ecs
Bill Currie 8efe8e63d3 [ecs] Plug a bunch of memory leaks
The hierarchy leak was particularly troublesome to fix, but now the
hierarchies get updated (and freed) automatically just by removing the
hierarchy reference component from the entity. I suspect there will be
issues with entities that are on multiple hierarchies, but I'll sort
that out later.
2023-03-05 22:03:01 +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] Plug a bunch of memory leaks 2023-03-05 22:03:01 +09:00
entity.c [ecs] Plug a bunch of memory leaks 2023-03-05 22:03:01 +09:00
hierarchy.c [ecs] Plug a bunch of memory leaks 2023-03-05 22:03:01 +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