Releases: OpenWebGAL/WebGAL
WebGAL 4.5.9
发布日志
本仓库只发布源代码
如果你想要体验使用便捷的图形化编辑器创建、制作并实时预览 WebGAL 游戏,请 下载 WebGAL 图形化编辑器
在此版本中
新功能
对话内容支持不间断的连续空格
修复
读取存档时意外在状态表中存储了多份演出记录的问题
带有 id 的效果音播放在停止后演出未完全清除的问题
对状态表和演出控制器中的演出列表在插入时去重
Release Notes
Only source code is released in this repository
If you want to experience creating, making, and real-time previewing WebGAL games using a user-friendly graphical editor, please download the WebGAL graphical editor
In this version
New Features
Dialogue content now supports continuous spaces.
Fixes
Fixed an issue where multiple performance records were unexpectedly stored in the state table when loading a save.
Fixed an issue where performances with IDs were not completely cleared after stopping sound effects playback.
Deduplicated performance lists in the state table and performance controller upon insertion.
リリースノート
このリポジトリはソースコードのみを公開しています
もしあなたが使いやすいグラフィカルエディタでWebGALゲームを作成、制作、リアルタイムプレビューしたい場合は、WebGALグラフィカルエディタをダウンロードしてください
このバージョンについて
新機能
会話内容で連続するスペースが正しく表示されるようになりました。
修正
セーブデータ読み込み時に、ステータステーブルに複数の演出記録が重複して保存される問題を修正しました。
IDを持つ効果音が停止した後、演出が完全にクリアされない問題を修正しました。
ステータステーブルと演出コントローラーの演出リストにおいて、重複した項目が挿入されるのを防ぐように修正しました。
WebGAL 4.5.8
发布日志
本仓库只发布源代码
如果你想要体验使用便捷的图形化编辑器创建、制作并实时预览 WebGAL 游戏,请 下载 WebGAL 图形化编辑器
在此版本中
新功能
文本拓展语法对角色名称生效
模拟口型同步
允许修改 Live2D 绘制范围
允许设定立绘的 z-index
修复
修复了文本增强语法在首行不生效的问题
优化为立绘应用效果的性能
优化立绘进出场效果的性能
Release Notes
Only source code is released in this repository
If you want to experience creating, making, and real-time previewing WebGAL games using a user-friendly graphical editor, please download the WebGAL graphical editor
In this version
New Features
Text extension syntax now affects character names
Simulate lip sync
Allow modification of Live2D drawing range
Allow setting the z-index of the character sprite
Fixes
Fixed the issue where text enhancement syntax did not take effect on the first line
Optimized the performance of applying effects to character sprites
Optimized the performance of character sprite entry and exit effects
リリースノート
このリポジトリはソースコードのみを公開しています
もしあなたが使いやすいグラフィカルエディタでWebGALゲームを作成、制作、リアルタイムプレビューしたい場合は、WebGALグラフィカルエディタをダウンロードしてください
このバージョンについて
新機能
テキスト拡張文法がキャラクタ名に有効になった
口パク同期
Live2D の描画範囲変更が可能になった
立ち絵の z-index 設定が可能になった
修正
テキスト拡張文法が先頭行に有効にならない問題を修正
立ち絵にエフェクトを適用する時のパフォーマンスを最適化
立ち絵の登場・退場エフェクトのパフォーマンスを最適化
WebGAL 4.5.7
发布日志
本仓库只发布源代码
如果你想要体验使用便捷的图形化编辑器创建、制作并实时预览 WebGAL 游戏,请 下载 WebGAL 图形化编辑器
在此版本中
新功能
新增参数,用于控制 “在本条语句的演出结束后,执行下一条”。
修复
4.5.7 修复:无法从状态中获取到对应 key 的变量时,返回 {key} 以避免变换不生效
修复了 -concat
选项动画在新行中的错误。
修复了样式定义时 ruby 不显示的问题。
修复了 intro 的 hold 问题。
修复了 say 延迟计算问题。
修复了 restoreScene 中的竞争状态。
修复了删除已关闭的自由图形的问题。
修复了变量值处理的问题。
修复了 setVar 进行 compile 字符串时异常的问题。
增强了 getValueFromState。
调整了对 style-alltext
键的正则匹配,使其可以触发文本框的样式修改。
修复了变量正则表达式的问题。
修复了 logo 图片的问题。
Release Notes
Only source code is released in this repository
If you want to experience creating, making, and real-time previewing WebGAL games using a user-friendly graphical editor, please download the WebGAL graphical editor
In this version
New Features
Added a new parameter to control "execute the next statement after the performance of this statement is finished".
Bug Fixes
4.5.7 Fix: When the corresponding key variable cannot be obtained from the state, return {key} to avoid ineffective transformation.
Fixed an animation error with the -concat
option in a new line.
Fixed an issue where ruby was not displayed when a style was defined.
Fixed the hold problem of intro.
Fixed the say delay calculation problem.
Fixed a race condition in restoreScene.
Fixed an issue with deleting closed free figures.
Fixed the variable value handling problem.
Fixed an exception when setVar compiled a string.
Enhanced getValueFromState.
Adjusted the regular expression matching for the style-alltext
key to allow it to trigger text box style modifications.
Fixed the variable regular expression problem.
Fixed the logo image issue.
リリースノート
このリポジトリはソースコードのみを公開しています
もしあなたが使いやすいグラフィカルエディタでWebGALゲームを作成、制作、リアルタイムプレビューしたい場合は、WebGALグラフィカルエディタをダウンロードしてください
このバージョンについて
新機能
「このステートメントの演出終了後に次のステートメントを実行する」を制御するための新しいパラメータが追加されました。
修正
4.5.7 修正:状態から対応する key の変数が取得できない場合、{key} を返すようにし、変換が無効になるのを回避しました
-concat
オプションのアニメーションが新しい行でエラーになる問題を修正しました。
スタイルが定義されているときにルビが表示されない問題を修正しました。
イントロのホールド問題を修正しました。
say 遅延計算の問題を修正しました。
restoreScene の競合状態を修正しました。
閉じたフリーフィギュアを削除する際の問題を修正しました。
変数値処理の問題を修正しました。
setVar が文字列をコンパイルする際の例外を修正しました。
getValueFromState を強化しました。
style-alltext
キーの正規表現マッチングを調整し、テキストボックスのスタイル変更をトリガーできるようにしました。
変数正規表現の問題を修正しました。
ロゴ画像の問題を修正しました。
WebGAL 4.5.6
发布日志
本仓库只发布源代码
如果你想要体验使用便捷的图形化编辑器创建、制作并实时预览 WebGAL 游戏,请 下载 WebGAL 图形化编辑器
在此版本中
新功能
新增参数,用于控制 “在本条语句的演出结束后,执行下一条”。
修复
4.5.6 修复:无法从状态中获取到对应 key 的变量时,返回 {key} 以避免变换不生效
修复了 -concat
选项动画在新行中的错误。
修复了样式定义时 ruby 不显示的问题。
修复了 intro 的 hold 问题。
修复了 say 延迟计算问题。
修复了 restoreScene 中的竞争状态。
修复了删除已关闭的自由图形的问题。
修复了变量值处理的问题。
修复了 setVar 进行 compile 字符串时异常的问题。
增强了 getValueFromState。
调整了对 style-alltext
键的正则匹配,使其可以触发文本框的样式修改。
修复了变量正则表达式的问题。
修复了 logo 图片的问题。
Release Notes
Only source code is released in this repository
If you want to experience creating, making, and real-time previewing WebGAL games using a user-friendly graphical editor, please download the WebGAL graphical editor
In this version
New Features
Added a new parameter to control "execute the next statement after the performance of this statement is finished".
Bug Fixes
4.5.6 Fix: When the corresponding key variable cannot be obtained from the state, return {key} to avoid ineffective transformation.
Fixed an animation error with the -concat
option in a new line.
Fixed an issue where ruby was not displayed when a style was defined.
Fixed the hold problem of intro.
Fixed the say delay calculation problem.
Fixed a race condition in restoreScene.
Fixed an issue with deleting closed free figures.
Fixed the variable value handling problem.
Fixed an exception when setVar compiled a string.
Enhanced getValueFromState.
Adjusted the regular expression matching for the style-alltext
key to allow it to trigger text box style modifications.
Fixed the variable regular expression problem.
Fixed the logo image issue.
リリースノート
このリポジトリはソースコードのみを公開しています
もしあなたが使いやすいグラフィカルエディタでWebGALゲームを作成、制作、リアルタイムプレビューしたい場合は、WebGALグラフィカルエディタをダウンロードしてください
このバージョンについて
新機能
「このステートメントの演出終了後に次のステートメントを実行する」を制御するための新しいパラメータが追加されました。
修正
4.5.6 修正:状態から対応する key の変数が取得できない場合、{key} を返すようにし、変換が無効になるのを回避しました
-concat
オプションのアニメーションが新しい行でエラーになる問題を修正しました。
スタイルが定義されているときにルビが表示されない問題を修正しました。
イントロのホールド問題を修正しました。
say 遅延計算の問題を修正しました。
restoreScene の競合状態を修正しました。
閉じたフリーフィギュアを削除する際の問題を修正しました。
変数値処理の問題を修正しました。
setVar が文字列をコンパイルする際の例外を修正しました。
getValueFromState を強化しました。
style-alltext
キーの正規表現マッチングを調整し、テキストボックスのスタイル変更をトリガーできるようにしました。
変数正規表現の問題を修正しました。
ロゴ画像の問題を修正しました。
WebGAL 4.5.5
发布日志
本仓库只发布源代码
如果你想要体验使用便捷的图形化编辑器创建、制作并实时预览 WebGAL 游戏,请 下载 WebGAL 图形化编辑器
在此版本中
新功能
新增参数,用于控制 “在本条语句的演出结束后,执行下一条”。
修复
修复了 -concat
选项动画在新行中的错误。
修复了样式定义时 ruby 不显示的问题。
修复了 intro 的 hold 问题。
修复了 say 延迟计算问题。
修复了 restoreScene 中的竞争状态。
修复了删除已关闭的自由图形的问题。
修复了变量值处理的问题。
修复了 setVar 进行 compile 字符串时异常的问题。
增强了 getValueFromState。
调整了对 style-alltext
键的正则匹配,使其可以触发文本框的样式修改。
修复了变量正则表达式的问题。
修复了 logo 图片的问题。
Release Notes
Only source code is released in this repository
If you want to experience creating, making, and real-time previewing WebGAL games using a user-friendly graphical editor, please download the WebGAL graphical editor
In this version
New Features
Added a new parameter to control "execute the next statement after the performance of this statement is finished".
Bug Fixes
Fixed an animation error with the -concat
option in a new line.
Fixed an issue where ruby was not displayed when a style was defined.
Fixed the hold problem of intro.
Fixed the say delay calculation problem.
Fixed a race condition in restoreScene.
Fixed an issue with deleting closed free figures.
Fixed the variable value handling problem.
Fixed an exception when setVar compiled a string.
Enhanced getValueFromState.
Adjusted the regular expression matching for the style-alltext
key to allow it to trigger text box style modifications.
Fixed the variable regular expression problem.
Fixed the logo image issue.
リリースノート
このリポジトリはソースコードのみを公開しています
もしあなたが使いやすいグラフィカルエディタでWebGALゲームを作成、制作、リアルタイムプレビューしたい場合は、WebGALグラフィカルエディタをダウンロードしてください
このバージョンについて
新機能
「このステートメントの演出終了後に次のステートメントを実行する」を制御するための新しいパラメータが追加されました。
修正
-concat
オプションのアニメーションが新しい行でエラーになる問題を修正しました。
スタイルが定義されているときにルビが表示されない問題を修正しました。
イントロのホールド問題を修正しました。
say 遅延計算の問題を修正しました。
restoreScene の競合状態を修正しました。
閉じたフリーフィギュアを削除する際の問題を修正しました。
変数値処理の問題を修正しました。
setVar が文字列をコンパイルする際の例外を修正しました。
getValueFromState を強化しました。
style-alltext
キーの正規表現マッチングを調整し、テキストボックスのスタイル変更をトリガーできるようにしました。
変数正規表現の問題を修正しました。
ロゴ画像の問題を修正しました。
WebGAL 4.5.4
发布日志
本仓库只发布源代码
如果你想要体验使用便捷的图形化编辑器创建、制作并实时预览 WebGAL 游戏,请 下载 WebGAL 图形化编辑器
在此版本中
新功能
允许使用脚本修改标题画面等游戏配置选项
允许使用变量获取一部分引擎状态
修复
为部分字符添加转义
Release Notes
Only source code is released in this repository
If you want to experience creating, making, and real-time previewing WebGAL games using a user-friendly graphical editor, please download the WebGAL graphical editor
In this version
New Features
Allow using scripts to modify game configuration options such as title screen
Allow using variables to get some engine states
Bug Fixes
Added escaping for some characters
リリースノート
このリポジトリはソースコードのみを公開しています
もしあなたが使いやすいグラフィカルエディタでWebGALゲームを作成、制作、リアルタイムプレビューしたい場合は、WebGALグラフィカルエディタをダウンロードしてください
このバージョンについて
新機能
スクリプトを使用してタイトル画面などのゲーム設定オプションを変更できるようになりました
変数を使用して一部のエンジン状態を取得できるようになりました
修正
一部の文字のエスケープを追加しました
WebGAL 4.5.3
发布日志
本仓库只发布源代码
如果你想要体验使用便捷的图形化编辑器创建、制作并实时预览 WebGAL 游戏,请 下载 WebGAL 图形化编辑器
在此版本中
新功能
为对话框中文本提供部分应用样式的支持
支持了选项界面的自定义
修复
下雨特效的内存泄露
同时调用多个 callScene 或 changeScene 的冲突问题
Release Notes
Only source code is released in this repository
If you want to experience creating, making, and real-time previewing WebGAL games using a user-friendly graphical editor, please download the WebGAL graphical editor
In this version
New Features
Added support for partial style application for text in dialog boxes.
Added support for custom option interfaces.
Fixes
Fixed a memory leak in the rain effect.
Fixed a conflict issue when calling multiple callScene or changeScene simultaneously.
新機能
対話ボックスで一部のスタイルを適用できるようになった
オプション画面のカスタマイズに対応した
修正
雨エフェクトのメモリリークを修正
複数の callScene または changeScene を同時に呼び出した際の競合の問題を修正
Nouvelles fonctionnalités
Prise en charge partielle des styles CSS pour le texte des boîtes de dialogue
Personnalisation de l'interface des choix
Corrections
Fuite de mémoire avec l'effet de pluie
Conflit lors de l'appel simultané de plusieurs callScene ou changeScene
WebGAL 4.5.2
发布日志
本仓库只发布源代码
如果你想要体验使用便捷的图形化编辑器创建、制作并实时预览 WebGAL 游戏,请 下载 WebGAL 图形化编辑器
在此版本中
新功能
解析器增加前后空值剪切和;的转义
在生产环境去除调试输出,提高性能
添加试验性快速预览
支持使用 Spine 做背景
修复
UI 自定义可以支持小头像不存在的情况
提高唇形同步性能
提高日语翻译质量
Release Notes
Only source code is released in this repository
If you want to experience creating, making, and real-time previewing WebGAL games using a user-friendly graphical editor, please download the WebGAL graphical editor
In this version
New Features
Parser adds trimming of leading and trailing whitespace and escaping of ;
Remove debug prints in production builds, improving performance
Add experimental fast preview
Support using Spine for backgrounds
Fixes
UI customization can handle the case where small portraits are missing
Improved performance of lip syncing
Improved Japanese translation quality
新機能
パーサーに前後空白トリムと;のエスケープを追加
本番環境でデバッグ出力を削除し、パフォーマンスを向上
試験的な高速プレビューを追加
Spine を背景として使用することをサポート
修正
UI カスタマイズでアバターが存在しない場合をサポート
リップシンクのパフォーマンスを向上
日本語翻訳の品質を向上
Nouvelles fonctionnalités
L'analyseur ajoute le rognage des espaces vides avant et après et l'échappement des ;
Suppression de la sortie de débogage en environnement de production, amélioration des performances
Ajout d'un aperçu rapide expérimental
Prise en charge de Spine pour les arrière-plans
Corrections
La personnalisation de l'interface utilisateur peut prendre en charge les cas où il n'y a pas de petite icône
Amélioration des performances de synchronisation labiale
Amélioration de la qualité de la traduction japonaise
WebGAL 4.5.1
发布日志
本仓库只发布源代码
如果你想要体验使用便捷的图形化编辑器创建、制作并实时预览 WebGAL 游戏,请 下载 WebGAL 图形化编辑器
在此版本中
新功能
Pixi Container 使用 AlphaFilter 代替 alpha 属性,更好地兼容 Live2D
修复
WebGAL 与编辑器同步的部分问题
提高资源预加载效率
修复 moc3 Live2D 加载问题
Release Notes
Only source code is released in this repository
If you want to experience creating, making, and real-time previewing WebGAL games using a user-friendly graphical editor, please download the WebGAL graphical editor
In this version
New Features
Pixi Container uses AlphaFilter instead of alpha property for better Live2D compatibility
Fixes
Some issues with WebGAL syncing with the editor
Improved resource preloading efficiency
Fixed moc3 Live2D loading issues
リリースノート
このリポジトリではソースコードのみを公開しています
ユーザーフレンドリーなグラフィックエディタを使用してWebGALゲームの作成、制作、リアルタイムプレビューを体験したい場合は、WebGALグラフィックエディタをダウンロードしてください
このバージョンでは
新機能
Pixi Containerがalpha属性の代わりにAlphaFilterを使用するようになり、Live2Dとの互換性が向上しました。
修正
WebGALとエディターの同期に関するいくつかの問題を修正しました。
リソースのプリロード効率を向上させました。
moc3 Live2Dのロードに関する問題を修正しました。
Notes de version
Seul le code source est publié dans ce dépôt
Si vous souhaitez expérimenter la création, la fabrication et la prévisualisation en temps réel des jeux WebGAL à l'aide d'un éditeur graphique convivial, veuillez télécharger l'éditeur graphique WebGAL
Dans cette version
Nouvelles fonctionnalités
Pixi Container utilise AlphaFilter à la place de la propriété alpha, pour une meilleure compatibilité avec Live2D
Correctifs
Certains problèmes de synchronisation entre WebGAL et l'éditeur
Amélioration de l'efficacité du préchargement des ressources
Correction du problème de chargement de Live2D moc3
WebGAL 4.5.0
发布日志
本仓库只发布源代码
如果你想要体验使用便捷的图形化编辑器创建、制作并实时预览 WebGAL 游戏,请 下载 WebGAL 图形化编辑器
在此版本中
新功能
引入标题和文本框的 UI 自定义功能
添加了一个新的水波纹进入特效
修复
WebGAL Parser 的部分问题
WebSocket 连接问题
iOS 下字体重叠的问题
Release Notes
Only source code is released in this repository
If you want to experience creating, making, and real-time previewing WebGAL games using a user-friendly graphical editor, please download the WebGAL graphical editor
In this version
New Features
Introduced UI customization for title and textbox
Added a new ripple entrance effect
Fixes
Some issues in WebGAL Parser
WebSocket connection issues
Font overlapping issue on iOS
リリースノート
このリポジトリではソースコードのみを公開しています
ユーザーフレンドリーなグラフィックエディタを使用してWebGALゲームの作成、制作、リアルタイムプレビューを体験したい場合は、WebGALグラフィックエディタをダウンロードしてください
このバージョンでは
新機能
タイトルとテキストボックスの UI カスタマイズ機能を導入
新しい波紋エフェクトを追加
修正
WebGAL パーサーの一部問題
WebSocket 接続の問題
iOS でのフォントの重なり問題
Notes de version
Seul le code source est publié dans ce dépôt
Si vous souhaitez expérimenter la création, la fabrication et la prévisualisation en temps réel des jeux WebGAL à l'aide d'un éditeur graphique convivial, veuillez télécharger l'éditeur graphique WebGAL
Dans cette version
Nouvelles fonctionnalités
Ajout de la personnalisation de l'interface utilisateur des titres et des zones de texte
Ajout d'un nouvel effet d'entrée d'ondulation
Corrections
Quelques problèmes avec WebGAL Parser
Problèmes de connexion WebSocket
Problème de chevauchement des polices sous iOS