quakeforge/libs/ecs
Bill Currie 8833518826 [ecs] Support sorting subpools
Sorting the whole pool when subpools are in use could break the
subpools (very high probability, depending on the sort criteria and
subpool criteria).
2023-01-16 11:32:12 +09:00
..
test [ecs] Adjust subpool range type to return start,end 2022-12-20 17:56:08 +09:00
component.c [ecs] Organize headers and code 2022-12-13 15:31:35 +09:00
ecs.c [ecs] Support sorting subpools 2023-01-16 11:32:12 +09:00
entity.c [ecs] Adjust subpool range type to return start,end 2022-12-20 17:56:08 +09:00
hierarchy.c [ecs] Organize headers and code 2022-12-13 15:31:35 +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