summaryrefslogtreecommitdiff
path: root/engine-ecs/src/lib.rs
AgeCommit message (Expand)Author
27 hoursfeat(engine-ecs): check phase parents on initHampusM
3 daysfeat(engine-ecs): add Time soleHampusM
3 daysrefactor(engine-ecs): remove StatsHampusM
12 daysfeat(engine-ecs): replace Single deref impls with get* functionsHampusM
12 daysfeat(engine-ecs): add INIT phaseHampusM
14 daysfeat(engine-ecs): create component info entity for components without type re...HampusM
14 daysfeat(engine-ecs): add fns for spawning named entitiesHampusM
14 daysrefactor(engine-ecs): rename entity creation fns to use 'spawn' terminologyHampusM
2026-07-08feat(engine-ecs): add type ID to component::Info structHampusM
2026-07-06feat(engine): make context addable to errors & resultsHampusM
2026-07-06fix(engine-ecs): correct observer names in error metadataHampusM
2026-06-30feat(engine-ecs): add stop_after_tick fn to WorldHampusM
2026-06-30feat(engine-ecs): pass world ref to error handlersHampusM
2026-06-23feat(engine-ecs): add entity name componentHampusM
2026-06-23refactor(engine-ecs): store soles as componentsHampusM
2026-06-07feat(engine-ecs): rename component::Type to Info & add name fieldHampusM
2026-06-07feat(engine-ecs): add component reflection supportHampusM
2026-06-06feat(engine-ecs): make &World implement system::ParamHampusM
2026-06-06feat(engine-ecs): remove Uid kindsHampusM
2026-06-02refactor(engine-ecs): make systems & observers same componentHampusM
2026-05-26style: format for Rust edition 2021HampusM
2026-05-21chore: rename ecs* crates to engine-ecs*HampusM