Age | Commit message (Expand) | Author |
2025-03-18 | refactor(ecs): fix Clippy lints | HampusM |
2025-02-04 | fix(ecs): make ComponentRef & ComponentRefMut deref not able to panic | HampusM |
2025-02-04 | chore(ecs): use parking_lot for inner rwlock of Lock | HampusM |
2025-01-05 | feat(ecs): allow control over component mutability in query | 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-10 | refactor(ecs): merge a couple of tuple traits together | 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-03 | feat(ecs): add read-only query iterating | HampusM |
2024-08-16 | feat(ecs): make relationships creatable without reference to world | HampusM |
2024-08-10 | refactor(ecs): create archetype lookup entries on-the-go | HampusM |
2024-07-29 | refactor(ecs): rename system::Param handle_pre_run fn to prepare | HampusM |
2024-06-29 | refactor(ecs): pass World ref to system run & param new functions | HampusM |
2024-06-20 | refactor(ecs): fix Clippy lints | HampusM |
2024-06-16 | fix(ecs): update archetype lookups when entity is spawned with Actions | HampusM |
2024-06-15 | perf(ecs): store components using archetypes | 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-05-19 | feat(ecs): add support for optional query components | HampusM |
2024-03-29 | feat(ecs): make World unwind safe | HampusM |
2024-03-12 | feat(ecs): make components internally mutable | HampusM |
2024-03-06 | refactor(ecs): pass around all world data and not component storage | HampusM |
2024-02-29 | feat(ecs): allow up to 15 system parameters | HampusM |
2024-02-28 | refactor(ecs): use better system input type filtering solution | HampusM |
2024-02-26 | feat(ecs): add support for multiple system queries & local components | HampusM |
2024-02-22 | chore(ecs): add must_use attribute to System::initialize | HampusM |
2024-02-22 | feat(ecs): add support for system local components | HampusM |
2024-02-21 | refactor(ecs): add system trait | HampusM |