Age | Commit message (Expand) | Author |
2025-03-18 | refactor(ecs): remove Component::self_id method | HampusM |
2025-03-18 | refactor(ecs): fix Clippy lints | HampusM |
2025-02-09 | perf(ecs): replace component::Sequence::into_vec fn with into_array | HampusM |
2025-01-02 | refactor(ecs): make component::Sequence return metadata as array | HampusM |
2024-12-21 | feat(ecs): add support for entities without components | HampusM |
2024-12-13 | refactor(ecs): remove system::Param associated type Flags | HampusM |
2024-12-11 | refactor(ecs): make system::Param trait not unsafe | HampusM |
2024-12-09 | feat(ecs): add action to despawn entity | HampusM |
2024-12-09 | refactor(ecs): use phases for system ordering | HampusM |
2024-11-16 | refactor(ecs): remove system param compatability checking | HampusM |
2024-11-11 | refactor(ecs): use same ID for entities & components | HampusM |
2024-08-21 | refactor(ecs): fix clippy lints | HampusM |
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 |