summaryrefslogtreecommitdiff
path: root/ecs/src/query.rs
AgeCommit message (Expand)Author
5 daysfeat(ecs): add Query iter_with_extra_comps functionHampusM
5 daysrefactor(ecs): remove system param compatability checkingHampusM
11 daysrefactor(ecs): use same ID for entities & componentsHampusM
2024-11-03feat(ecs): add read-only query iteratingHampusM
2024-11-02refactor(ecs): make ComponentIter not know entity iter detailsHampusM
2024-08-21refactor(ecs): fix clippy lintsHampusM
2024-08-21fix(ecs): make Query::entity_uid use entity filter from query optionsHampusM
2024-08-16feat(ecs): make relationships creatable without reference to worldHampusM
2024-08-10refactor(ecs): create archetype lookup entries on-the-goHampusM
2024-08-06feat(ecs): add query function to get entity UID by indexHampusM
2024-08-02feat(ecs): add relationshipsHampusM
2024-08-01refactor(ecs): add & use component metadata structHampusM
2024-07-29refactor(ecs): rename system::Param handle_pre_run fn to prepareHampusM
2024-06-29chore(ecs): remove weak queriesHampusM
2024-06-29refactor(ecs): pass World ref to system run & param new functionsHampusM
2024-06-22feat(ecs): add query options filter entitiesHampusM
2024-06-20refactor(ecs): fix Clippy lintsHampusM
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-07refactor(ecs): make tuple reduce operation more genericHampusM
2024-06-06refactor(ecs): rename tuple filter to tuple reduceHampusM
2024-06-06refactor(ecs): move ComponentStorage to it's own moduleHampusM
2024-06-06chore(ecs): remove support for specifying component to be dropped lastHampusM
2024-05-24fix(ecs): prevent unnecessary locking in Sequence::from_componentsHampusM
2024-05-19feat(ecs): add support for optional query componentsHampusM
2024-04-11fix(ecs): allow queries to contain the same componentsHampusM
2024-04-09refactor: move query structs to new query moduleHampusM