summaryrefslogtreecommitdiff
path: root/ecs/src/actions.rs
AgeCommit message (Collapse)Author
5 daysrefactor(ecs): remove system param compatability checkingHampusM
11 daysrefactor(ecs): use same ID for entities & componentsHampusM
2024-08-21refactor(ecs): fix clippy lintsHampusM
2024-08-14feat(ecs): add component added eventHampusM
2024-08-12feat(ecs): add action for removing components(s) from entityHampusM
2024-08-12feat(ecs): add action to add component(s) to entityHampusM
2024-06-29refactor(ecs): pass World ref to system run & param new functionsHampusM
2024-06-07refactor(ecs): make tuple reduce operation more genericHampusM
2024-06-06refactor(ecs): rename tuple filter to tuple reduceHampusM
2024-04-06feat(ecs): add weak reference actionsHampusM
2024-04-06refactor(ecs): make stopping into a actionHampusM
2024-04-06refactor(ecs): fix Clippy lintsHampusM
2024-04-06chore(ecs): change Action visibility to pub(crate)HampusM
2024-03-29feat(ecs): make World unwind safeHampusM
2024-03-12feat(ecs): make components internally mutableHampusM
2024-03-06feat(ecs): add queueing up spawning entities from systemsHampusM