Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-28 | refactor(ecs): move ArchetypeComponentsHash to archetype::Id | HampusM | |
2024-06-29 | refactor(ecs): pass World ref to system run & param new functions | HampusM | |
2024-06-20 | refactor(ecs): move down ArchetypeRefIter struct & impls in module | 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-16 | fix(ecs): create new archetype when archetype lookup entry is empty | HampusM | |
2024-06-16 | fix(ecs): prevent archetype creation from causing oob memory accesses | HampusM | |
2024-06-16 | refactor(ecs): add component ID struct | HampusM | |
2024-06-15 | perf(ecs): store components using archetypes | HampusM | |
2024-06-06 | refactor(ecs): move ComponentStorage to it's own module | HampusM | |
2024-04-10 | chore(ecs): make shared singletons not components | HampusM | |
2024-04-09 | feat(ecs): add support for singleton components | HampusM | |
2024-04-09 | refactor(ecs): move Local to own module | HampusM | |