8
8
9
9
#### 新功能
10
10
11
- 允许使用脚本修改标题画面等游戏配置选项
12
-
13
- 允许使用变量获取一部分引擎状态
11
+ 新增参数,用于控制 “在本条语句的演出结束后,执行下一条”。
14
12
15
13
#### 修复
16
14
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
+
18
39
19
40
<!-- English Translation -->
20
41
## Release Notes
27
48
28
49
#### New Features
29
50
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".
33
52
34
53
#### Bug Fixes
35
54
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
+
37
79
38
80
<!-- Japanese Translation -->
39
81
## リリースノート
@@ -46,33 +88,30 @@ Added escaping for some characters
46
88
47
89
#### 新機能
48
90
49
- スクリプトを使用してタイトル画面などのゲーム設定オプションを変更できるようになりました
50
-
51
- 変数を使用して一部のエンジン状態を取得できるようになりました
91
+ 「このステートメントの演出終了後に次のステートメントを実行する」を制御するための新しいパラメータが追加されました。
52
92
53
93
#### 修正
54
94
55
- 一部の文字のエスケープを追加しました
95
+ ` -concat ` オプションのアニメーションが新しい行でエラーになる問題を修正しました。
56
96
97
+ スタイルが定義されているときにルビが表示されない問題を修正しました。
57
98
99
+ イントロのホールド問題を修正しました。
58
100
101
+ say 遅延計算の問題を修正しました。
59
102
103
+ restoreScene の競合状態を修正しました。
60
104
61
- [ // ] : # ( <!-- French Translation --> )
105
+ 閉じたフリーフィギュアを削除する際の問題を修正しました。
62
106
63
- [ // ] : # ( #### Nouvelles fonctionnalités )
107
+ 変数値処理の問題を修正しました。
64
108
65
- [ // ] : # ( )
66
- [ // ] : # ( Prise en charge partielle des styles CSS pour le texte des boîtes de dialogue )
109
+ setVar が文字列をコンパイルする際の例外を修正しました。
67
110
68
- [ // ] : # ( )
69
- [ // ] : # ( Personnalisation de l'interface des choix )
111
+ getValueFromState を強化しました。
70
112
71
- [ // ] : # ( )
72
- [ // ] : # ( #### Corrections )
113
+ ` style-alltext ` キーの正規表現マッチングを調整し、テキストボックスのスタイル変更をトリガーできるようにしました。
73
114
74
- [ // ] : # ( )
75
- [ // ] : # ( Fuite de mémoire avec l'effet de pluie )
115
+ 変数正規表現の問題を修正しました。
76
116
77
- [ // ] : # ( )
78
- [ // ] : # ( Conflit lors de l'appel simultané de plusieurs callScene ou changeScene )
117
+ ロゴ画像の問題を修正しました。
0 commit comments