Observable ECS for Godot / Unity ?
Go to file
hyper 6207872e45 feat(oecs): Add interrupt mechanism to block system ticks
Introduce IInterrupt marker interface, IInterruptHandlerCommand for
resolving
interrupts, and InterruptStore. When a pending interrupt exists at the
start
of a tick, system execution is skipped until resolved. Only one
interrupt of
a given type may be pending at a time.
2026-07-22 15:59:13 +08:00
.agents/skills docs: update skill guides for auto-tracking and batching changes 2026-07-21 11:03:01 +08:00
Game.Blackjack feat(oecs): add support for reordering relationship sources 2026-07-21 22:46:32 +08:00
Game.Blackjack.Tests test: add TestHelpers for blackjack tests 2026-07-21 22:25:51 +08:00
Game.CardWars docs(Game.CardWars): Add design documents for base game and factions 2026-07-22 11:36:09 +08:00
Game.CardWars.Tests feat: implement CardWars game engine 2026-07-20 22:52:28 +08:00
Game.TicTacToe refactor: update iterator access and simplify loops 2026-07-21 11:09:55 +08:00
Game.TicTacToe.Tests refactor(tests): extract test helpers and clean up play tests 2026-07-21 15:47:33 +08:00
OECS feat(oecs): Add interrupt mechanism to block system ticks 2026-07-22 15:59:13 +08:00
OECS.PlayTest feat(oecs): add support for reordering relationship sources 2026-07-21 22:46:32 +08:00
OECS.SourceGen refactor: simplify component iteration and singleton handling 2026-07-21 09:15:27 +08:00
OECS.Tests feat(oecs): Add interrupt mechanism to block system ticks 2026-07-22 15:59:13 +08:00
docs refactor: implement auto-tracking for component modifications 2026-07-21 11:02:53 +08:00
.gitignore feat: add local NuGet development workflow 2026-07-19 00:30:36 +08:00
Directory.Build.props refactor: reorganize project structure and move examples 2026-07-20 16:30:02 +08:00
Directory.Build.props.godot-template feat: add local NuGet development workflow 2026-07-19 00:30:36 +08:00
OECS.sln feat: add OECS.PlayTest project 2026-07-21 14:31:57 +08:00
design.md docs: add ADR-012 and MessagePack serialization guidelines 2026-07-18 19:07:22 +08:00
nuget.config feat: add local NuGet development workflow 2026-07-19 00:30:36 +08:00