oecs-sharp/OECS
hypercross e1fb197474 feat(oecs): improve serialization and add snapshot tests
Enhance the OECS framework to support more robust component
deserialization during world serialization. This includes adding
boxed component support and a runtime fallback for component
discovery.

Additionally, introduces snapshot testing patterns for Blackjack
and TicTacToe to allow for manual verification of world state and
reactivity logs.
2026-07-20 17:05:17 +08:00
..
ChangeBuffer.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
ChangeKind.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
ChangeSet.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
CommandQueue.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
ComponentDescriptor.cs feat(oecs): improve serialization and add snapshot tests 2026-07-20 17:05:17 +08:00
ComponentRegistry.cs feat(oecs): improve serialization and add snapshot tests 2026-07-20 17:05:17 +08:00
ComponentStore.cs feat(oecs): improve serialization and add snapshot tests 2026-07-20 17:05:17 +08:00
Entity.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
EntityAllocator.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
EntityChange.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
EntityIterator.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
ForEachAction.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
ICommand.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
IRelationship.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
ISystem.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
ITickedSystem.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
OECS.csproj refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
QueryBuilder.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
QueryDescriptor.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
QueryExecutor.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
Relationship.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
RelationshipIndex.cs feat(oecs): improve serialization and add snapshot tests 2026-07-20 17:05:17 +08:00
SparseSet.cs feat(oecs): improve serialization and add snapshot tests 2026-07-20 17:05:17 +08:00
SystemGroup.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
Tick.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
World.cs feat(oecs): improve serialization and add snapshot tests 2026-07-20 17:05:17 +08:00
WorldSerializer.cs feat(oecs): improve serialization and add snapshot tests 2026-07-20 17:05:17 +08:00
WorldSnapshot.cs refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00