quakeforge/libs/ecs/test
Bill Currie 1130919049 [ecs] Add a simplified test of the sbar hierarchy
Even 37 objects is a lot, but it's a whole lot better than 180. Most
importantly, it reproduces the problem, which seems to be not all parent
indices getting updated. The child indices seem to be working nice, as
do the reference object indices (ie, the entity components). I suspect
its the parent indices getting corrupted that cause problems on the
second switch of the hud/sbar cvar as the parent indices are used to
find the child indices that need to be updated.
2022-11-06 20:04:34 +09:00
..
Makemodule.am [ecs] Add hierarchy-only tests 2022-11-05 21:29:38 +09:00
test-components.c
test-hierarchy.c [ecs] Add a simplified test of the sbar hierarchy 2022-11-06 20:04:34 +09:00
test-registry.c