Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-09-28 | feat(ecs): add POST_UPDATE phase | HampusM | |
2025-09-25 | refactor(ecs): replace Pair ctor functions with builder | HampusM | |
2025-08-09 | fix(ecs): remove use of linkme to make pc-windows-gnu builds work | HampusM | |
Linkme is broken on the x86_64-pc-windows-gnu target (see https://github.com/dtolnay/linkme/issues/25) so static entities are now called entity declarations and must be created manually. | |||
2025-04-23 | refactor(ecs): remove PRESENT phase | HampusM | |
2025-04-10 | feat(ecs): replace Relationship component with pair UID support | HampusM | |
2024-12-09 | refactor(ecs): use phases for system ordering | HampusM | |