quakeforge/libs/ecs/test
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
..
Makemodule.am [ecs] Add support for subpools 2022-12-18 21:11:21 +09:00
test-components.c [ecs] Split component registration from pool creation 2022-12-13 22:58:44 +09:00
test-hierarchy.c [ecs] Plug a bunch of memory leaks 2023-03-05 22:03:01 +09:00
test-registry.c [ecs] Split component registration from pool creation 2022-12-13 22:58:44 +09:00
test-subpools.c [ecs] Adjust subpool range type to return start,end 2022-12-20 17:56:08 +09:00