..
ChangeBuffer.cs
refactor: replace ForEach with Select iterators
2026-07-21 00:21:01 +08:00
ChangeKind.cs
feat(oecs): add support for reordering relationship sources
2026-07-21 22:46:32 +08:00
ChangeSet.cs
feat(oecs): add support for reordering relationship sources
2026-07-21 22:46:32 +08:00
CommandQueue.cs
refactor: simplify iterator usage and improve command execution
2026-07-21 10:09:40 +08:00
ComponentDescriptor.cs
refactor: replace ForEach with Select iterators
2026-07-21 00:21:01 +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
feat(serialization): Implement world save/load with MessagePack
2026-07-22 18:59:31 +08:00
EntityAllocator.cs
refactor: replace ForEach with Select iterators
2026-07-21 00:21:01 +08:00
EntityChange.cs
refactor: reorganize project structure and move examples
2026-07-20 16:30:02 +08:00
EntityFormatter.cs
feat(serialization): Implement world save/load with MessagePack
2026-07-22 18:59:31 +08:00
ICommand.cs
refactor: reorganize project structure and move examples
2026-07-20 16:30:02 +08:00
IInterrupt.cs
feat(oecs): Add interrupt mechanism to block system ticks
2026-07-22 15:59:13 +08:00
IInterruptHandlerCommand.cs
feat(oecs): Add interrupt mechanism to block system ticks
2026-07-22 15:59:13 +08:00
IRelationship.cs
refactor: remove Source property from IRelationship
2026-07-20 22:59:27 +08:00
ISystem.cs
refactor: rename iteration to batching and expand scope
2026-07-21 09:49:53 +08:00
ITickedSystem.cs
refactor: rename iteration to batching and expand scope
2026-07-21 09:49:53 +08:00
InterruptStore.cs
feat(oecs): Add interrupt mechanism to block system ticks
2026-07-22 15:59:13 +08:00
OECS.csproj
refactor: reorganize project structure and move examples
2026-07-20 16:30:02 +08:00
OrderedEntitySet.cs
feat(oecs): add support for reordering relationship sources
2026-07-21 22:46:32 +08:00
Query.cs
refactor: replace ForEach with Select iterators
2026-07-21 00:21:01 +08:00
Relationship.cs
refactor: remove Source property from IRelationship
2026-07-20 22:59:27 +08:00
RelationshipIndex.cs
feat(oecs): add support for reordering relationship sources
2026-07-21 22:46:32 +08:00
SparseSet.cs
feat(oecs): improve serialization and add snapshot tests
2026-07-20 17:05:17 +08:00
SystemGroup.cs
feat(oecs): Add interrupt mechanism to block system ticks
2026-07-22 15:59:13 +08:00
Tick.cs
refactor: reorganize project structure and move examples
2026-07-20 16:30:02 +08:00
World.cs
refactor: Remove ForEach discovery, cache MethodInfo
2026-07-22 16:14:58 +08:00
WorldQueryExtensions.cs
refactor: implement auto-tracking for component modifications
2026-07-21 11:02:53 +08:00
WorldSerializer.cs
feat(serialization): Implement world save/load with MessagePack
2026-07-22 18:59:31 +08:00
WorldSnapshot.cs
refactor: reorganize project structure and move examples
2026-07-20 16:30:02 +08:00