88
99#### 新功能
1010
11- 允许使用脚本修改标题画面等游戏配置选项
12-
13- 允许使用变量获取一部分引擎状态
11+ 新增参数,用于控制 “在本条语句的演出结束后,执行下一条”。
1412
1513#### 修复
1614
17- 为部分字符添加转义
15+ 修复了 ` -concat ` 选项动画在新行中的错误。
16+
17+ 修复了样式定义时 ruby 不显示的问题。
18+
19+ 修复了 intro 的 hold 问题。
20+
21+ 修复了 say 延迟计算问题。
22+
23+ 修复了 restoreScene 中的竞争状态。
24+
25+ 修复了删除已关闭的自由图形的问题。
26+
27+ 修复了变量值处理的问题。
28+
29+ 修复了 setVar 进行 compile 字符串时异常的问题。
30+
31+ 增强了 getValueFromState。
32+
33+ 调整了对 ` style-alltext ` 键的正则匹配,使其可以触发文本框的样式修改。
34+
35+ 修复了变量正则表达式的问题。
36+
37+ 修复了 logo 图片的问题。
38+
1839
1940<!-- English Translation -->
2041## Release Notes
2748
2849#### New Features
2950
30- Allow using scripts to modify game configuration options such as title screen
31-
32- Allow using variables to get some engine states
51+ Added a new parameter to control "execute the next statement after the performance of this statement is finished".
3352
3453#### Bug Fixes
3554
36- Added escaping for some characters
55+ Fixed an animation error with the ` -concat ` option in a new line.
56+
57+ Fixed an issue where ruby was not displayed when a style was defined.
58+
59+ Fixed the hold problem of intro.
60+
61+ Fixed the say delay calculation problem.
62+
63+ Fixed a race condition in restoreScene.
64+
65+ Fixed an issue with deleting closed free figures.
66+
67+ Fixed the variable value handling problem.
68+
69+ Fixed an exception when setVar compiled a string.
70+
71+ Enhanced getValueFromState.
72+
73+ Adjusted the regular expression matching for the ` style-alltext ` key to allow it to trigger text box style modifications.
74+
75+ Fixed the variable regular expression problem.
76+
77+ Fixed the logo image issue.
78+
3779
3880<!-- Japanese Translation -->
3981## リリースノート
@@ -46,33 +88,30 @@ Added escaping for some characters
4688
4789#### 新機能
4890
49- スクリプトを使用してタイトル画面などのゲーム設定オプションを変更できるようになりました
50-
51- 変数を使用して一部のエンジン状態を取得できるようになりました
91+ 「このステートメントの演出終了後に次のステートメントを実行する」を制御するための新しいパラメータが追加されました。
5292
5393#### 修正
5494
55- 一部の文字のエスケープを追加しました
95+ ` -concat ` オプションのアニメーションが新しい行でエラーになる問題を修正しました。
5696
97+ スタイルが定義されているときにルビが表示されない問題を修正しました。
5798
99+ イントロのホールド問題を修正しました。
58100
101+ say 遅延計算の問題を修正しました。
59102
103+ restoreScene の競合状態を修正しました。
60104
61- [ // ] : # ( <!-- French Translation --> )
105+ 閉じたフリーフィギュアを削除する際の問題を修正しました。
62106
63- [ // ] : # ( #### Nouvelles fonctionnalités )
107+ 変数値処理の問題を修正しました。
64108
65- [ // ] : # ( )
66- [ // ] : # ( Prise en charge partielle des styles CSS pour le texte des boîtes de dialogue )
109+ setVar が文字列をコンパイルする際の例外を修正しました。
67110
68- [ // ] : # ( )
69- [ // ] : # ( Personnalisation de l'interface des choix )
111+ getValueFromState を強化しました。
70112
71- [ // ] : # ( )
72- [ // ] : # ( #### Corrections )
113+ ` style-alltext ` キーの正規表現マッチングを調整し、テキストボックスのスタイル変更をトリガーできるようにしました。
73114
74- [ // ] : # ( )
75- [ // ] : # ( Fuite de mémoire avec l'effet de pluie )
115+ 変数正規表現の問題を修正しました。
76116
77- [ // ] : # ( )
78- [ // ] : # ( Conflit lors de l'appel simultané de plusieurs callScene ou changeScene )
117+ ロゴ画像の問題を修正しました。
0 commit comments