Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-14 | feat(ecs): add component added event | HampusM | |
2024-08-12 | feat(ecs): add action for removing components(s) from entity | HampusM | |
2024-08-12 | feat(ecs): add action to add component(s) to entity | HampusM | |
2024-06-29 | refactor(ecs): pass World ref to system run & param new functions | HampusM | |
2024-06-07 | refactor(ecs): make tuple reduce operation more generic | HampusM | |
2024-06-06 | refactor(ecs): rename tuple filter to tuple reduce | HampusM | |
2024-04-06 | feat(ecs): add weak reference actions | HampusM | |
2024-04-06 | refactor(ecs): make stopping into a action | HampusM | |
2024-04-06 | refactor(ecs): fix Clippy lints | HampusM | |
2024-04-06 | chore(ecs): change Action visibility to pub(crate) | HampusM | |
2024-03-29 | feat(ecs): make World unwind safe | HampusM | |
2024-03-12 | feat(ecs): make components internally mutable | HampusM | |
2024-03-06 | feat(ecs): add queueing up spawning entities from systems | HampusM | |