summaryrefslogtreecommitdiff
path: root/ecs/src/component
AgeCommit message (Expand)Author
2024-07-28refactor(ecs): move ArchetypeComponentsHash to archetype::IdHampusM
2024-06-29refactor(ecs): pass World ref to system run & param new functionsHampusM
2024-06-20refactor(ecs): move down ArchetypeRefIter struct & impls in moduleHampusM
2024-06-20refactor(ecs): fix Clippy lintsHampusM
2024-06-16fix(ecs): update archetype lookups when entity is spawned with ActionsHampusM
2024-06-16fix(ecs): create new archetype when archetype lookup entry is emptyHampusM
2024-06-16fix(ecs): prevent archetype creation from causing oob memory accessesHampusM
2024-06-16refactor(ecs): add component ID structHampusM
2024-06-15perf(ecs): store components using archetypesHampusM
2024-06-06refactor(ecs): move ComponentStorage to it's own moduleHampusM
2024-04-10chore(ecs): make shared singletons not componentsHampusM
2024-04-09feat(ecs): add support for singleton componentsHampusM
2024-04-09refactor(ecs): move Local to own moduleHampusM