summaryrefslogtreecommitdiff
path: root/ecs/src/system.rs
AgeCommit message (Collapse)Author
5 daysrefactor(ecs): remove system param compatability checkingHampusM
2024-11-03feat(ecs): add read-only query iteratingHampusM
2024-08-16feat(ecs): make relationships creatable without reference to worldHampusM
2024-08-10refactor(ecs): create archetype lookup entries on-the-goHampusM
2024-07-29refactor(ecs): rename system::Param handle_pre_run fn to prepareHampusM
2024-06-29refactor(ecs): pass World ref to system run & param new functionsHampusM
2024-06-20refactor(ecs): fix Clippy lintsHampusM
2024-06-16fix(ecs): update archetype lookups when entity is spawned with ActionsHampusM
2024-06-15perf(ecs): store components using archetypesHampusM
2024-06-07refactor(ecs): make tuple reduce operation more genericHampusM
2024-06-06refactor(ecs): rename tuple filter to tuple reduceHampusM
2024-05-19feat(ecs): add support for optional query componentsHampusM
2024-03-29feat(ecs): make World unwind safeHampusM
2024-03-12feat(ecs): make components internally mutableHampusM
2024-03-06refactor(ecs): pass around all world data and not component storageHampusM
2024-02-29feat(ecs): allow up to 15 system parametersHampusM
2024-02-28refactor(ecs): use better system input type filtering solutionHampusM
2024-02-26feat(ecs): add support for multiple system queries & local componentsHampusM
2024-02-22chore(ecs): add must_use attribute to System::initializeHampusM
2024-02-22feat(ecs): add support for system local componentsHampusM
2024-02-21refactor(ecs): add system traitHampusM