Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-04 | perf(ecs): remove clearing archetype lookup table | HampusM | |
2024-08-02 | feat(ecs): add relationships | HampusM | |
2024-08-01 | refactor(ecs): add & use component metadata struct | HampusM | |
2024-07-30 | refactor(ecs): give archetype component IDs once in component storage | HampusM | |
2024-07-28 | refactor(ecs): move ArchetypeComponentsHash to archetype::Id | 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 | |