75 Commits (fc14e1deb82f7d9ba0c4202265bd66baa9a1be16)
 

Author SHA1 Message Date
npmrun fc14e1deb8 fix(chase): restore snapshot state shape and retry semantics 1 month ago
npmrun ee24156958 feat(chase): implement turn-based chase model with retry/new round flow 1 month ago
npmrun 654ce85d2c test(chase): cover retry limit failure path in round generation 1 month ago
npmrun 3692b59ccc fix(chase): enforce distinct start positions in round generation 1 month ago
npmrun 448de36651 fix(chase): align round generator output with snapshot contract 1 month ago
npmrun 487d62864e feat(chase): implement seed-based round generator with playability checks 1 month ago
npmrun 0e85b657de fix(chase): handle invalid path endpoints and optimize bfs queue 1 month ago
npmrun 8962367652 feat(chase): add hex graph adjacency and path utilities 1 month ago
npmrun 1ba4f4ba15 test(chase): harden rng coverage and seed semantics 1 month ago
npmrun 5d1d29b0e3 fix(chase): align core chase types with spec 1 month ago
npmrun 49e6e7b6d1 feat(chase): add deterministic rng and core chase types 1 month ago
npmrun 7494f88d44 docs(spec): define hex chase game design 1 month ago
npmrun 1e24364f93 feat(init): integrate asset manager into runtime and enhance button functionality 1 month ago
npmrun 18e94df315 feat(scene): enhance scene initialization and button interactions 1 month ago
npmrun 808af7f67d feat(scene): implement loading overlay and enhance scene management lifecycle 1 month ago
npmrun 13838345e4 refactor(scene): migrate scenes to runtime lifecycle and finalize rollout 1 month ago
npmrun 12fe4c62f9 fix(devtools): guard key handlers and backquote modifiers 1 month ago
npmrun a5e8fd1f22 fix(devtools): harden overlay lifecycle and event observation 1 month ago
npmrun 5d70b25620 feat(devtools): add debug overlay and runtime command palette 1 month ago
npmrun 5a43d58f86 fix(kernel): harden runtime event compatibility and dispatch safety 1 month ago
npmrun 5977d399f4 refactor(kernel): introduce app runtime and event bus plugin system 1 month ago
npmrun 5c9ba882bb fix(assets): dedupe concurrent loads and close session lifecycle 1 month ago
npmrun d1a52e8816 feat(assets): add asset graph/session with owner tracking 1 month ago
npmrun 5e3c13ce1a fix(scene): defer destructive teardown until transition succeeds 1 month ago
npmrun 46178e648b chore(test): remove out-of-scope scene manager rollback spec file 1 month ago
npmrun fcacb5b6ce fix(scene): keep stage tree consistent on transition rollback 1 month ago
npmrun 0848c35c2e feat(scene): add transition transaction with rollback flow 1 month ago
npmrun 775a0721c0 test: enforce scene state machine transitions 1 month ago
npmrun b56fb38a4d chore: remove out-of-scope lockfile from task1 1 month ago
npmrun 0978dc6db8 test: add vitest baseline and scene state machine skeleton 1 month ago
npmrun 58a9c675f7 chore: ignore local git worktrees directory 1 month ago
npmrun b544469605 docs: add DX-first runtime and asset redesign spec 1 month ago
npmrun 3f47f09f60 refactor: update game orientation handling and viewport synchronization 1 month ago
npmrun b6050d57fb feat(global): 常驻场景循环播放全局 BGM;Sound 支持 loop/volume 1 month ago
npmrun 8030b00ab0 fix(vite): 仅生产环境 drop console,避免开发时误判场景未执行 1 month ago
npmrun 1eab0bde16 feat(init): 开始游戏界面 — 全屏背景、标题、角色与主按钮 1 month ago
npmrun 8a72443aba refactor: 删除 src/Game 旧栈,页面与构建对齐规格 1 month ago
npmrun 77590eeae0 refactor: 去除旧 Game 管线,统一 BaseScene 与 changeScene 1 month ago
npmrun 534a32aee3 docs: add legacy Game pipeline removal design spec 1 month ago
npmrun 9ea7495b63 fix: resolve all TypeScript compilation errors 1 month ago
npmrun 4545c81b39 chore: update .gitignore 1 month ago
npmrun c042f70d5d refactor: migrate example scene to new architecture 1 month ago
npmrun 72897d469b refactor: update main.ts for new architecture 1 month ago
npmrun b2f9260e6f fix: Update Panel.ts to properly handle background color and alpha 1 month ago
npmrun fec7da7ec4 feat: add Label and Panel components 1 month ago
npmrun b88d7535fe refactor: Button component with full typing 1 month ago
npmrun 86f7d97392 feat: add Storage and MathUtils utilities 1 month ago
npmrun e2841f60cf feat: add SoundManager utility 1 month ago
npmrun 8f47e54b56 feat: add Tween animation utility 1 month ago
npmrun db0e8a8c19 feat: add Position utility for alignment 1 month ago