• Joined on 2026-02-02
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-09 15:54:59 +08:00
f044ed0b60 refactor: switch to key-based i18n for choices, revert inline textEn approach
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-09 15:51:40 +08:00
8e7f77bc38 feat: inline bilingual choice text (textEn), lang-aware choice rendering
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-09 15:46:00 +08:00
daec24d69b fix: App.vue updates
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-09 15:40:53 +08:00
59aed77199 feat: i18n system, lang switch component, english subtitles, UI improvements, roadmap update
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-09 15:40:04 +08:00
6b4114af43 feat: press Esc to open menu during gameplay, close with Esc
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-09 15:19:56 +08:00
72e442f2c3 feat: UI polish, chapter select improvements, save system enhancements, roadmap update
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-09 15:03:22 +08:00
2748b2c16f fix: remove absolute positioning from PlaybackBar to prevent overlap with top-bar buttons
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-09 14:57:48 +08:00
66c7028b32 fix: move skippable flag from QTE result scenes to the triggering scene
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-09 14:55:15 +08:00
0a6d26ecb0 fix: suppress videoEnd during QTE, clear QTE UI on game end and chapter restart
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-09 14:21:45 +08:00
660fa9347c feat: playback bar component, save system improvements, demo and roadmap updates
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-09 12:35:57 +08:00
ca71b6d52e docs: update README
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-09 12:32:52 +08:00
652162f565 fix: restore opacity when replaying same video after image scene
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-09 12:26:40 +08:00
ed435f790f refactor: extract enterScene as single source of truth for scene transitions
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-09 12:18:45 +08:00
bdf62bf0a6 fix: set currentScene before image branch in resumeScene so hotspots are clickable
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-09 12:06:44 +08:00
9e339c7c16 refactor: inline event registration at setup level, remove registerEvents duplication across entry points
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-09 11:35:14 +08:00
ace5ed1fb3 feat: chapter select system, multi-chapter support, scene manager refactor, and docs update
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-09 10:47:17 +08:00
655b9a23d0 feat: fullscreen composable, roadmap update, and future plans doc
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 23:18:37 +08:00
4bfdfbc27d feat: audio system, demo scene updates, docs, and engine improvements
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 22:02:22 +08:00
514c8f5207 fix: shorten stay subtitle cue to avoid overlap with loop segment
cocos02 pushed to master at wangjunxiao/tianshu-engine 2026-06-08 21:48:49 +08:00
0dbe1b097d feat: video loop support for hotspot scenes, demo updates, docs, and engine fixes