67 Commits (1ba4f4ba1576141d37524b7582077b8181e35f00)
 

Author SHA1 Message Date
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 7494f88d44 docs(spec): define hex chase game design 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 46178e648b chore(test): remove out-of-scope scene manager rollback spec file 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 b56fb38a4d chore: remove out-of-scope lockfile from task1 2 weeks ago
npmrun 0978dc6db8 test: add vitest baseline and scene state machine skeleton 2 weeks ago
npmrun 58a9c675f7 chore: ignore local git worktrees directory 2 weeks ago
npmrun b544469605 docs: add DX-first runtime and asset redesign spec 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 534a32aee3 docs: add legacy Game pipeline removal design spec 3 weeks ago
npmrun 9ea7495b63 fix: resolve all TypeScript compilation errors 3 weeks ago
npmrun 4545c81b39 chore: update .gitignore 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
npmrun 208bb6d208 feat: update getAllScenes to return array instead of iterator 3 weeks ago
npmrun 4ff5157f40 feat: add app init with auto scene discovery 3 weeks ago
npmrun 0ba0bf4d44 fix: improve SceneManager type safety and code quality 3 weeks ago
npmrun 673c50ce8f feat: add SceneManager with full lifecycle management 3 weeks ago
npmrun 8d6a3f2fa4 feat: add Scene types and BaseScene abstract class 3 weeks ago
npmrun a0b54f4231 feat: add Game core class with orientation handling 3 weeks ago
npmrun 940b1d55af fix: 修复 AssetManager 代码质量问题 3 weeks ago
npmrun 9a57fd6743 feat: add AssetManager core module with ref counting 3 weeks ago