summaryrefslogtreecommitdiff
path: root/engine-ecs
AgeCommit message (Expand)Author
3 daysfeat(engine-ecs): replace Single deref impls with get* functionsHampusM
3 daysfeat(engine-ecs): add INIT phaseHampusM
3 daysfeat(engine-ecs): add declaring multiple entities with declare_entityHampusM
4 daysfeat(engine-ecs): create component info entity for components without type re...HampusM
5 daysfeat(engine-ecs): add fns for spawning named entitiesHampusM
5 daysrefactor(engine-ecs): rename entity creation fns to use 'spawn' terminologyHampusM
6 daysfeat(engine-ecs): add type ID to component::Info structHampusM
7 daysfeat(engine-ecs): add Error::from_system_defined_win32_error fnHampusM
7 daysfeat(engine): make context addable to errors & resultsHampusM
7 daysfix(engine-ecs): correct observer names in error metadataHampusM
10 daysfeat(engine-ecs): add Display impl to Either enumHampusM
13 daysfeat(engine-ecs): add stop_after_tick fn to WorldHampusM
13 daysfeat(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-16feat(engine-ecs): impl component::Sequence for component::Parts arraysHampusM
2026-06-13refactor(engine-ecs): make component::Info non-exhaustiveHampusM
2026-06-08feat(engine-ecs): add support for dyn Any component handlesHampusM
2026-06-07feat(engine-ecs): add query::Query::into_flexible_query fnHampusM
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