Commit Graph

  • 66c7028b32 fix: move skippable flag from QTE result scenes to the triggering scene cocos02 2026-06-09 14:57:46 +08:00
  • 0a6d26ecb0 fix: suppress videoEnd during QTE, clear QTE UI on game end and chapter restart cocos02 2026-06-09 14:55:13 +08:00
  • 660fa9347c feat: playback bar component, save system improvements, demo and roadmap updates cocos02 2026-06-09 14:21:41 +08:00
  • ca71b6d52e docs: update README cocos02 2026-06-09 12:35:55 +08:00
  • 652162f565 fix: restore opacity when replaying same video after image scene cocos02 2026-06-09 12:32:48 +08:00
  • ed435f790f refactor: extract enterScene as single source of truth for scene transitions cocos02 2026-06-09 12:26:38 +08:00
  • bdf62bf0a6 fix: set currentScene before image branch in resumeScene so hotspots are clickable cocos02 2026-06-09 12:18:42 +08:00
  • 9e339c7c16 refactor: inline event registration at setup level, remove registerEvents duplication across entry points cocos02 2026-06-09 12:06:40 +08:00
  • ace5ed1fb3 feat: chapter select system, multi-chapter support, scene manager refactor, and docs update cocos02 2026-06-09 11:35:11 +08:00
  • 655b9a23d0 feat: fullscreen composable, roadmap update, and future plans doc cocos02 2026-06-09 10:47:14 +08:00
  • 4bfdfbc27d feat: audio system, demo scene updates, docs, and engine improvements cocos02 2026-06-08 23:18:33 +08:00
  • 514c8f5207 fix: shorten stay subtitle cue to avoid overlap with loop segment cocos02 2026-06-08 22:02:19 +08:00
  • 0dbe1b097d feat: video loop support for hotspot scenes, demo updates, docs, and engine fixes cocos02 2026-06-08 21:48:47 +08:00
  • 5b40781d0a fix: hide old video frame before crossfade when coming from image scene cocos02 2026-06-08 21:24:28 +08:00
  • 972738572f fix: filter stale timeupdate events by tracking sceneVideo element cocos02 2026-06-08 21:09:10 +08:00
  • 6c0deea0e2 fix: pause old video before switching to prevent stale timeupdate triggering wrong hotspot states cocos02 2026-06-08 15:29:28 +08:00
  • 17c479525d fix: emit initial hotspot state immediately after sceneChange to prevent flash cocos02 2026-06-08 15:17:43 +08:00
  • 077de2a64e fix: emit sceneChange before video start to avoid hotspot flash, prevent game end for hotspot-only scenes cocos02 2026-06-08 15:02:38 +08:00
  • d81042174a fix: skip crossfade when switching to same video, replay from start cocos02 2026-06-08 14:32:34 +08:00
  • fa7c333214 fix: use v-show instead of v-if for GamePlayer to prevent video element detach during image scenes cocos02 2026-06-08 14:26:21 +08:00
  • 6b67989007 feat: engine improvements, new scenes, videos, subtitles, hotspot component and docs update cocos02 2026-06-08 14:01:58 +08:00
  • e68ed9c962 fix: await nextTick before setting video src on first preview cocos02 2026-06-08 13:48:50 +08:00
  • a0749261bf feat: highlight upstream/downstream edges when node selected cocos02 2026-06-08 13:09:47 +08:00
  • a16f34acd9 docs: add graph layout optimization record to editor README cocos02 2026-06-08 13:07:18 +08:00
  • b542660095 feat: replace BFS layout with dagre for professional graph layout cocos02 2026-06-08 13:01:17 +08:00
  • e323f7973a fix: pass SmoothStepEdge component instead of string to default-edge-type cocos02 2026-06-08 12:49:42 +08:00
  • a008c927a5 feat: use smoothstep edge type for orthogonal lines cocos02 2026-06-08 12:24:42 +08:00
  • 419bfab1f4 fix: remove animated edges cocos02 2026-06-08 12:22:41 +08:00
  • 23f8fb97a6 feat: BFS-based left-to-right tree layout for scene graph cocos02 2026-06-08 12:21:05 +08:00
  • f439f7784e fix: add immediate:true to watcher so initial data renders on first mount cocos02 2026-06-08 12:14:57 +08:00
  • b48a760a1e fix: use local refs for nodes/edges, only useVueFlow for events and fitView cocos02 2026-06-08 12:10:18 +08:00
  • 518c451a59 fix: remove redundant :nodes/:edges props from VueFlow, useVueFlow already provides them via inject cocos02 2026-06-08 12:05:54 +08:00
  • 4d48463164 refactor: rewrite editor with immutable state, async-safe Vue Flow, and loading guard cocos02 2026-06-07 23:18:43 +08:00
  • 45461b4ed7 fix: prevent Vue Flow edge render crash by clearing edges before structural node changes cocos02 2026-06-07 23:01:52 +08:00
  • dad5e9b8c3 docs: add editor README with usage guide cocos02 2026-06-07 22:51:56 +08:00
  • a22dd8497e fix: move critical layout CSS to index.html, revert broken absolute positioning cocos02 2026-06-07 22:50:20 +08:00
  • 469fc1ff33 fix: ensure Vue Flow parent container has explicit dimensions cocos02 2026-06-07 22:41:51 +08:00
  • f9ee24197a chore: update roadmap and session log cocos02 2026-06-07 22:00:30 +08:00
  • 3b4c6d7024 feat: P3 - visual scenario editor with Vue Flow cocos02 2026-06-07 21:38:08 +08:00
  • 65c26e0972 fix: clear old subtitle cues when switching to scene without subtitles cocos02 2026-06-07 21:22:45 +08:00
  • a34d787336 fix: register checkQTE once in constructor instead of per-scene cocos02 2026-06-07 21:16:31 +08:00
  • 4da4d65d5e fix: checkQTE guard against stale scene closures cocos02 2026-06-07 21:14:40 +08:00
  • bb657b3547 fix: capture save thumbnail on videoEnd instead of sceneChange cocos02 2026-06-07 21:11:18 +08:00
  • b6eb3c3959 fix: QTE false race condition + restore auto-save slot in menu cocos02 2026-06-07 21:07:21 +08:00
  • e2670c50d4 refactor: rename Subtitles prop videoUrl to subtitleUrl cocos02 2026-06-07 20:48:39 +08:00
  • b3bbe7b39d fix: support multiple onTimeUpdate callbacks in VideoManager cocos02 2026-06-07 20:38:24 +08:00
  • ef00babdb7 feat: add dump() method to GameStore for debugging cocos02 2026-06-07 20:30:39 +08:00
  • 64a474a741 feat: expose store as window.__store for debugging cocos02 2026-06-07 20:29:14 +08:00
  • 12d30cc128 docs: add QTE explanation comment in QTESystem cocos02 2026-06-07 19:50:45 +08:00
  • 319a379921 feat: P2 - QTE system, subtitles, save thumbnails cocos02 2026-06-07 19:35:14 +08:00
  • c168e30e52 tweak: reduce intro timeLimit from 15s to 5s for faster testing cocos02 2026-06-07 19:00:16 +08:00
  • fa84ed909a test: add timeLimit to intro scene for timer feature testing cocos02 2026-06-07 18:59:37 +08:00
  • 7826d789a7 docs: add unit comment for Choice.timeLimit cocos02 2026-06-07 18:57:16 +08:00
  • c7d035bd8f fix: interpret Choice.timeLimit as seconds, convert to ms internally cocos02 2026-06-07 18:56:30 +08:00
  • 25ea9ce9fd fix: consistent timer unit (seconds) in ChoiceSystem first onUpdate cocos02 2026-06-07 18:53:05 +08:00
  • c61826e87c feat: auto-save on scene change + resume from auto-save cocos02 2026-06-07 18:42:34 +08:00
  • 2de9f99a81 feat: add StateManager.dump() and expose window.__sm for debugging cocos02 2026-06-07 17:27:52 +08:00
  • b96a12a2f3 docs: add comment explaining waitReady logic cocos02 2026-06-07 17:05:59 +08:00
  • 937e45c203 feat: P1 core - seamless video switching, conditional branches, save/load cocos02 2026-06-07 16:48:52 +08:00
  • 42181fe185 chore: remove unused imports in useGameEngine cocos02 2026-06-07 16:18:05 +08:00
  • 058e688f6e add feature idea: AI-generated story from player choices cocos02 2026-06-07 16:03:05 +08:00
  • 7aed2b46ca fix: add start button to satisfy browser autoplay policy cocos02 2026-06-07 15:44:31 +08:00
  • 192ecbbce2 fix: wait for video metadata before playing and set onEnd before play cocos02 2026-06-07 14:34:15 +08:00
  • fb93782331 fix: wait for DOM update before attaching video element cocos02 2026-06-07 14:16:20 +08:00
  • 3729b90be9 add README cocos02 2026-06-07 14:05:01 +08:00
  • aeb6dc46a4 init cocos02 2026-06-07 13:50:05 +08:00