75 Commits (b5947cfec7825f6b145e25af506cb7a1cb4fc0b6)

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