Commit Graph

2 Commits

Author SHA1 Message Date
hypercross 68eeeeb7a6 feat(oecs): add support for reordering relationship sources
Introduces `RelationshipReordered` change kind and `ReorderSources`
method to allow reordering the source set of a relationship without
removing and re-adding components. This optimizes shuffling operations
like deck setup in Blackjack.
2026-07-21 22:46:32 +08:00
hypercross b0bf10f286 feat: use OrderedEntitySet in RelationshipIndex
Replace HashSet with OrderedEntitySet in RelationshipIndex to
preserve the insertion order of source entities during iteration.
2026-07-21 22:39:35 +08:00