Commit Graph

  • 9f2e6d5605 chore: add skill frontmatter metadata master cocos02 2026-06-16 19:47:59 +08:00
  • 298f0930ad refactor: rename skill file to SKILL.md for auto-loading cocos02 2026-06-16 19:37:47 +08:00
  • e1512c66d4 chore: add opencode skill configuration cocos02 2026-06-16 19:31:02 +08:00
  • 21a088bd99 refactor: move version history dropdown from AIPanel to toolbar cocos02 2026-06-16 17:56:39 +08:00
  • 4cca832641 fix: reset version debounce state on version restore cocos02 2026-06-16 17:53:31 +08:00
  • b8a5d55e8c chore: add debug logging for version history debounce cocos02 2026-06-16 17:49:31 +08:00
  • bef04efb1e feat: auto-save version history with 3s debounce cocos02 2026-06-16 17:46:06 +08:00
  • 7e896d53b8 refactor: move delete button to left side of NodeEditor header cocos02 2026-06-16 17:35:00 +08:00
  • a40cc8874a refactor: remove close button and AI button from NodeEditor header cocos02 2026-06-16 17:31:08 +08:00
  • 6bd61ae522 feat: collapsible NodeEditor panel with right-edge bar cocos02 2026-06-16 17:06:25 +08:00
  • 0616f4a702 feat: remove AI toolbar button, show AI panel by default cocos02 2026-06-16 16:43:36 +08:00
  • 9a990274d6 fix: hide collapsed bar when expanded, fix bottom offset cocos02 2026-06-16 16:39:38 +08:00
  • 897522ed5a feat: collapsible AI panel with overlay layout cocos02 2026-06-16 16:34:58 +08:00
  • f14390a69c chore: add debug logging for AI plugin in dev server cocos02 2026-06-16 16:00:15 +08:00
  • a21652b1ca feat: add version history and AI diff highlighting in editor cocos02 2026-06-16 15:23:16 +08:00
  • c1f7be1507 refactor: simplify AI panel workflow - direct file modification and reload from disk cocos02 2026-06-15 15:10:09 +08:00
  • 395c55b6b0 feat: enrich AI requests with scene context and project root path cocos02 2026-06-15 14:31:23 +08:00
  • 5f717ac3b6 fix: validate JSON before applying AI result, show raw text on parse failure cocos02 2026-06-15 14:16:44 +08:00
  • b1ea2e6474 fix: improve AI response JSON parsing robustness cocos02 2026-06-15 14:06:32 +08:00
  • 7b3ad95549 fix: accumulate streaming AI text parts instead of replacing cocos02 2026-06-15 14:00:48 +08:00
  • f346f8d568 perf: use direct opencode binary path instead of npx cocos02 2026-06-15 12:30:57 +08:00
  • c2a9fcdb2e fix: conditionally enable shell on Windows for npx spawn calls cocos02 2026-06-15 12:20:12 +08:00
  • 78208cd4b1 refactor: parse opencode JSON stream output directly, remove extra session list call, increase timeout to 60s cocos02 2026-06-15 12:02:40 +08:00
  • 525fa5ef8f fix: add shell:true to spawn calls for cross-platform npx compatibility cocos02 2026-06-15 11:42:31 +08:00
  • a34f3cf240 fix: prevent double response with responded guard in spawn handlers cocos02 2026-06-15 11:36:50 +08:00
  • 119b8201bb fix: use npx opencode instead of direct bin path, add spawn error handling cocos02 2026-06-15 11:33:34 +08:00
  • 0aac429908 refactor: AI session managed server-side, sessionId returned from API cocos02 2026-06-15 11:23:14 +08:00
  • 33357650c7 feat: AI assistant panel, editor improvements, vite and package config cocos02 2026-06-15 10:24:27 +08:00
  • 80b361813e chore: editor App and NodeEditor updates cocos02 2026-06-14 21:39:09 +08:00
  • f8af9e608d chore: editor App.vue update cocos02 2026-06-14 21:34:36 +08:00
  • 7c80fc431c feat: remember last edited scene path in editor via localStorage cocos02 2026-06-14 21:31:46 +08:00
  • 34e11a4f52 chore: NodeEditor.vue update cocos02 2026-06-14 21:23:21 +08:00
  • f741f73e11 chore: editor App and SceneGraph updates cocos02 2026-06-14 21:19:29 +08:00
  • 94e0ea9c24 chore: NodeEditor.vue update cocos02 2026-06-14 21:16:33 +08:00
  • b45ad8bbc3 fix: App.vue and useGameEngine refinements cocos02 2026-06-14 21:11:34 +08:00
  • 8b90ba0501 chore: App.vue and useGameEngine updates cocos02 2026-06-14 21:03:26 +08:00
  • 35ddef9dcc chore: editor App.vue update cocos02 2026-06-14 20:50:43 +08:00
  • 61fd5dbc2d chore: editor App.vue update cocos02 2026-06-14 20:48:19 +08:00
  • c6afeb2691 chore: vite config update cocos02 2026-06-14 20:43:34 +08:00
  • 59f6956b50 chore: editor store, graph, and vite config updates cocos02 2026-06-14 20:38:12 +08:00
  • 48da10147b chore: App.vue updates cocos02 2026-06-14 20:25:49 +08:00
  • ed462b1bee chore: editor NodeEditor, App.vue, and roadmap updates cocos02 2026-06-14 20:17:51 +08:00
  • 1619c9db8b fix: editor layout and SceneGraph refinements cocos02 2026-06-14 19:57:59 +08:00
  • 681efe1d92 fix: increase editor Dagre nodesep to 100, align ranksep with TreeFlow cocos02 2026-06-14 19:49:52 +08:00
  • 5cf0461e55 chore: App.vue updates for player and editor cocos02 2026-06-14 19:42:26 +08:00
  • 669a652ec7 fix: extract testScene window.open to method to avoid template scope issue cocos02 2026-06-14 19:33:54 +08:00
  • 0c59e54a2a fix: prevent preview video overflow with aspect-ratio + max-height constraint cocos02 2026-06-14 18:05:09 +08:00
  • 8c736d5c08 fix: remove redundant preview header from editor PreviewPanel cocos02 2026-06-14 18:02:03 +08:00
  • 51b71d07e7 fix: editor PreviewPanel updates cocos02 2026-06-14 17:58:48 +08:00
  • 94c55d3597 fix: editor PreviewPanel updates cocos02 2026-06-14 17:53:27 +08:00
  • a681e371ae fix: editor App.vue updates cocos02 2026-06-14 17:50:26 +08:00
  • 82bfae0e1b feat: editor services, stores, and graph improvements cocos02 2026-06-14 17:46:34 +08:00
  • 271c909398 feat: engine utils, editor and asset prefix improvements cocos02 2026-06-14 17:39:07 +08:00
  • e0331ab5a7 fix: handle array nextScene in editor sceneEdges and deleteScene cocos02 2026-06-14 17:31:34 +08:00
  • 73fade1b94 fix: add back missing alone_ending scene definition cocos02 2026-06-14 17:26:22 +08:00
  • 920f0ee9f3 feat: editor improvements and roadmap doc cocos02 2026-06-14 17:19:10 +08:00
  • c75db2886f docs: add battle system, conditional routing, key moments, and creators guide docs cocos02 2026-06-14 16:42:16 +08:00
  • 02a82e9801 refactor: unify panel UI to gold design system, add backdrop blur to all overlays cocos02 2026-06-14 16:25:56 +08:00
  • b61d08a0ca chore: battle result UI, demo locales, and scene updates cocos02 2026-06-14 16:19:31 +08:00
  • c46c4efd6c chore: engine, types, demo, and UI updates cocos02 2026-06-14 16:05:00 +08:00
  • 544f548275 chore: update demo locales and scene data cocos02 2026-06-14 15:42:12 +08:00
  • d0e901bd1f feat: battle system, state manager enhancements, engine and demo updates cocos02 2026-06-14 15:35:31 +08:00
  • 4d066b53bf fix: increase ranksep to 200 for wider horizontal spacing cocos02 2026-06-14 12:21:32 +08:00
  • d2b1d88ce3 fix: increase TreeFlow ranksep and nodesep for less crowded layout cocos02 2026-06-14 12:12:02 +08:00
  • 199ab1153b fix: use solid gold for main edge path instead of viewBox-mapped gradient cocos02 2026-06-14 12:05:47 +08:00
  • 92966331d3 feat: add dev diary and ending thumbnails, update chapter endings display cocos02 2026-06-14 11:51:32 +08:00
  • d373cb8fc0 fix: align quality popup menu to right edge to prevent overflow cocos02 2026-06-13 20:22:30 +08:00
  • 57118d3bfe simplify: embed bandwidth text directly into quality i18n labels, remove speed field cocos02 2026-06-13 20:19:10 +08:00
  • cf3060b7fe refactor: use full i18n keys for quality speed text instead of concatenation cocos02 2026-06-13 20:16:20 +08:00
  • a9929666a5 feat: add bandwidth hints to quality selector popup cocos02 2026-06-13 20:15:25 +08:00
  • 5a0252d0ea feat: i18n support for quality selector labels cocos02 2026-06-13 20:14:05 +08:00
  • a3379430cd fix: restore missing onEnter effect handling in goToScene cocos02 2026-06-13 01:41:37 +08:00
  • 16293eb11c fix: startChapter only overwrites specified defaultVars, no longer clears all variables cocos02 2026-06-13 01:34:41 +08:00
  • e949a84171 feat: P25 conditional routing, nextScene supports Choice[] with conditions cocos02 2026-06-13 00:50:48 +08:00
  • db4f06883d feat: replace speed cycle with popup dropdown, same style as quality selector cocos02 2026-06-12 21:52:11 +08:00
  • 7a802cdb02 chore: App.vue updates cocos02 2026-06-12 21:43:53 +08:00
  • 5a4acfc6bb docs: update SCENE_JSON_SPEC with current types, deprecate flag fields cocos02 2026-06-12 21:26:00 +08:00
  • 6a4ff7a328 fix: hide top bar when choices panel is visible cocos02 2026-06-12 19:54:38 +08:00
  • e7af4a8659 fix: hide bottom bar when choices panel is visible cocos02 2026-06-12 19:46:11 +08:00
  • 453b2c68d2 refactor: horizontal choice panel layout cocos02 2026-06-12 19:35:25 +08:00
  • 5ff8e2b669 refactor: move quality/skip/speed controls to bottom bar, sync visibility with top bar cocos02 2026-06-12 19:27:32 +08:00
  • 8655e01c23 refactor: unify video mode detection into getVideoMode() cocos02 2026-06-12 19:10:51 +08:00
  • 32f7e34130 fix: preload candidate URLs now use resolveVideoUrl in Web mode cocos02 2026-06-12 18:56:29 +08:00
  • 320502a7c3 feat: track HLS demo segments for all scenes cocos02 2026-06-12 18:04:53 +08:00
  • 47230b4a66 feat: add streamingUrl to all scenes in demo.json cocos02 2026-06-12 18:03:22 +08:00
  • 503496ea0e fix: only switch quality during active playback, not after video ended cocos02 2026-06-12 17:51:01 +08:00
  • d46a2194f4 fix: switchQuality reset currentTime=0 to unset ended flag cocos02 2026-06-12 17:42:43 +08:00
  • a465009086 fix: switchQuality add load() to reset HLS state after video ended cocos02 2026-06-12 17:39:58 +08:00
  • b62af5b7de chore: update HLS segments and App.vue tweaks cocos02 2026-06-12 17:33:32 +08:00
  • 08f4bf3648 fix: apply assetBase to streamingUrl paths for adaptive bitrate HLS cocos02 2026-06-12 17:18:30 +08:00
  • b6231e4efd feat: adaptive bitrate support, engine improvements, demo updates, and electron preload cocos02 2026-06-12 17:15:30 +08:00
  • 6575b0be0f Revert "docs: add UI scaling guide with transform scale approach and new page checklist" cocos02 2026-06-12 16:31:05 +08:00
  • 18bf98aa16 Revert "feat: add transform:scale() UI scaling for 1920x1080 canvas" cocos02 2026-06-12 16:30:58 +08:00
  • 6a6414510e feat: add transform:scale() UI scaling for 1920x1080 canvas cocos02 2026-06-12 16:23:49 +08:00
  • 0177af3416 docs: add UI scaling guide with transform scale approach and new page checklist cocos02 2026-06-12 16:18:49 +08:00
  • ff379ff56e fix: shorten resume button text in Chinese cocos02 2026-06-12 16:09:26 +08:00
  • c024b306bf fix: move start button to left nav when resume available, keep resume as sole primary action cocos02 2026-06-12 16:07:51 +08:00
  • 68f601db8c chore: regenerate test menu_bg video with visible text and timestamp cocos02 2026-06-12 15:58:00 +08:00
  • 741b067567 fix: change intro video to cover for full-screen immersion cocos02 2026-06-12 15:56:27 +08:00
  • 4d75326189 feat: redesign MainMenu to minimalist edge layout, zero overlay, pure video backdrop cocos02 2026-06-12 15:48:38 +08:00