quakeforge/libs/ecs
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
..
test [ecs] Add a simplified test of the sbar hierarchy 2022-11-06 20:04:34 +09:00
component.c [ecs] Add support for sorting component pools 2022-10-31 13:10:53 +09:00
hierarchy.c [ecs] Adjust the source root during self insertions 2022-11-06 17:36:49 +09:00
Makemodule.am [ecs] Move ECS core into its own library 2022-10-26 17:24:03 +09:00