summaryrefslogtreecommitdiff
path: root/ecs/src/lib.rs
AgeCommit message (Expand)Author
2024-04-10chore(ecs): remove Event trait id method & take events by valueHampusM
2024-04-09feat(ecs): add support for singleton componentsHampusM
2024-04-09refactor: move query structs to new query moduleHampusM
2024-04-09refactor(ecs): make entity finding a ComponentStorage methodHampusM
2024-04-06feat(ecs): add weak reference actionsHampusM
2024-04-06refactor(ecs): make stopping into a actionHampusM
2024-04-06refactor(ecs): fix Clippy lintsHampusM
2024-04-06feat(ecs): add stopping event loopHampusM
2024-04-06feat(ecs): add event loop function to worldHampusM
2024-04-04feat(ecs): allow components to be specified to be dropped lastHampusM
2024-04-04feat(ecs): add weak reference queryHampusM
2024-03-29fix(ecs): prevent silently ignoring component if lock is occupiedHampusM
2024-03-29feat(ecs): make World unwind safeHampusM
2024-03-16feat(ecs): make perform_queued_actions take non mut self referenceHampusM
2024-03-12feat(ecs): make components internally mutableHampusM
2024-03-06feat(ecs): add queueing up spawning entities from systemsHampusM
2024-03-06refactor(ecs): pass around all world data and not component storageHampusM
2024-03-02feat(ecs): add event traitHampusM
2024-02-29fix(ecs): make Query Comps generic type bound to ComponentSequenceHampusM
2024-02-29feat(ecs): add iterating over queries non-mutablyHampusM
2024-02-28refactor(ecs): use better system input type filtering solutionHampusM
2024-02-26fix(ecs): make Component trait not automatic & add derive macroHampusM
2024-02-26feat(ecs): add support for multiple system queries & local componentsHampusM
2024-02-22feat(ecs): make Query implement IntoIteratorHampusM
2024-02-21refactor(ecs): add system traitHampusM
2024-02-20feat(ecs): rename WorldExtra to ComponentStorage & make publicHampusM
2024-02-18feat: add entity component system libraryHampusM