• Joined on 2026-02-02
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 21:24:31 +08:00
5b40781d0a fix: hide old video frame before crossfade when coming from image scene
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 21:09:14 +08:00
972738572f fix: filter stale timeupdate events by tracking sceneVideo element
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 15:29:31 +08:00
6c0deea0e2 fix: pause old video before switching to prevent stale timeupdate triggering wrong hotspot states
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 15:17:47 +08:00
17c479525d fix: emit initial hotspot state immediately after sceneChange to prevent flash
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 15:02:40 +08:00
077de2a64e fix: emit sceneChange before video start to avoid hotspot flash, prevent game end for hotspot-only scenes
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 14:32:37 +08:00
d81042174a fix: skip crossfade when switching to same video, replay from start
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 14:26:24 +08:00
fa7c333214 fix: use v-show instead of v-if for GamePlayer to prevent video element detach during image scenes
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 14:02:01 +08:00
6b67989007 feat: engine improvements, new scenes, videos, subtitles, hotspot component and docs update
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 13:48:52 +08:00
e68ed9c962 fix: await nextTick before setting video src on first preview
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 13:09:50 +08:00
a0749261bf feat: highlight upstream/downstream edges when node selected
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 13:07:20 +08:00
a16f34acd9 docs: add graph layout optimization record to editor README
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 13:01:19 +08:00
b542660095 feat: replace BFS layout with dagre for professional graph layout
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 12:49:46 +08:00
e323f7973a fix: pass SmoothStepEdge component instead of string to default-edge-type
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 12:24:46 +08:00
a008c927a5 feat: use smoothstep edge type for orthogonal lines
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 12:22:45 +08:00
419bfab1f4 fix: remove animated edges
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 12:21:08 +08:00
23f8fb97a6 feat: BFS-based left-to-right tree layout for scene graph
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 12:15:00 +08:00
f439f7784e fix: add immediate:true to watcher so initial data renders on first mount
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 12:10:21 +08:00
b48a760a1e fix: use local refs for nodes/edges, only useVueFlow for events and fitView
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 12:05:58 +08:00
518c451a59 fix: remove redundant :nodes/:edges props from VueFlow, useVueFlow already provides them via inject
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-07 23:18:46 +08:00
4d48463164 refactor: rewrite editor with immutable state, async-safe Vue Flow, and loading guard