-
-
Notifications
You must be signed in to change notification settings - Fork 353
4.6.1 #970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
4.6.1 #970
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
9d70ff0
feat: 实现编辑器预览同步 V1 协议与运行时
A-kirami 0270f49
fix: 解决报告问题
A-kirami 7703cec
fix: 修复非官方引擎在 build 时版本号被错误覆盖的问题
boomwwww 1d265ed
Merge branch 'dev' into feat/editor-preview-sync-v1-runtime
A-kirami a1ccae4
refactor(webgal): 将引擎特效纹理从 game/tex 迁移到 assets
A-kirami a2d392a
fix(parser): resolve vocal named argument with assetSetter
A-kirami 63c055d
format code
A-kirami a1a6b6a
Merge branch 'dev' into feat/editor-preview-sync-v1-runtime
A-kirami a8aaec7
Create pt-br.ts
aracnus e3d6270
feat: support series argument for unlockCg
ChangeSuger 806816c
Merge branch 'dev' into pr/926
MakinoharaShoko d496b52
fix: publish committed preview snapshots
MakinoharaShoko f35d0be
Merge pull request #926 from A-kirami/feat/editor-preview-sync-v1-run…
MakinoharaShoko be91f89
Merge pull request #940 from boomwwww/fix-update-engine-version.js
MakinoharaShoko 1640805
Merge pull request #946 from A-kirami/fix/parser-vocal-asset-path
MakinoharaShoko 587f667
update parser version
MakinoharaShoko 367ee01
Update packages/webgal/src/translations/pt-br.ts
aracnus 9c5bbfa
Update packages/webgal/src/translations/pt-br.ts
aracnus 67433cc
Update packages/webgal/src/translations/pt-br.ts
aracnus 4af37ef
Update pt-br.ts
aracnus 026b47e
fix: register pt-br translation
MakinoharaShoko d308465
Merge pull request #951 from aracnus/main
MakinoharaShoko 5e4769e
feat: improve extra cg stack preview
MakinoharaShoko 0a820b9
Merge pull request #954 from ChangeSuger/feat/extra-series
MakinoharaShoko d7c48ae
fix: change MAX_FORWARD_SCRIPT_EXECUTION to 1000 to avoid call stack …
MakinoharaShoko eb7581a
fix: preview sync
MakinoharaShoko a20e5b7
fix: 实时预览关闭启动 Logo
MakinoharaShoko 0e02a05
feat: debug protocol support debugVariable
MakinoharaShoko 75d94e8
feat: 在加载模板后去除底样式
MakinoharaShoko e88d3e4
fix: 简化 textbox 样式写法
MakinoharaShoko 2a79ad3
feat: continue game function update
ChangeSuger d359379
fix: base preview set-effect on captured transform
A-kirami 62ca9cb
Merge branch 'dev' into fix/preview-set-effect-baseline
A-kirami ec8f12c
refactor: 简化预览 set-effect 基线合并
A-kirami 79f53f3
fix: throttle continue autosave
MakinoharaShoko 8bdd196
Merge branch 'dev' into pr/961
MakinoharaShoko 643a8b9
Merge pull request #961 from ChangeSuger/feat/continue-game
MakinoharaShoko 5f5d36a
Merge branch 'dev' into pr/962
MakinoharaShoko d653ef6
Merge pull request #962 from A-kirami/fix/preview-set-effect-baseline
MakinoharaShoko 787236f
Merge pull request #945 from A-kirami/refactor/move-engine-effect-tex…
MakinoharaShoko 8accb4c
animation support ignore default
MakinoharaShoko b617cf2
fix: stabilize fast-forward animation state
MakinoharaShoko 81381b8
add kor translation
YRae02 c9b791e
chore: update locale from zhCn to ko
9um4 8228da7
Merge pull request #1 from 9um4/dev
YRae02 1f1b463
优化语言选择
MakinoharaShoko 6beebd0
Merge pull request #966 from YRae02/dev
MakinoharaShoko 29bbf6d
Merge pull request #964 from OpenWebGAL/animation-ignore-default
MakinoharaShoko 4773d99
fix: 不用 randomUUID
MakinoharaShoko 5f569eb
update version
MakinoharaShoko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| "name":"WebGAL Refine 2026", | ||
| "webgal-version":"4.6.0" | ||
| "webgal-version":"4.6.1" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When
argValueis an empty string""(for example, when parsing an argument like-arg=),Number(argValue)evaluates to0, and!isNaN(0)istrue. This causes empty arguments to be incorrectly parsed as the number0instead of an empty string.Adding a check to ensure
argValueis not empty prevents this issue.