Skip to content

Releases: OpenWebGAL/WebGAL

WebGAL 4.5.7

01 Sep 03:52
Compare
Choose a tag to compare

发布日志

本仓库只发布源代码

如果你想要体验使用便捷的图形化编辑器创建、制作并实时预览 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

30 Aug 11:59
5ad7d97
Compare
Choose a tag to compare

发布日志

本仓库只发布源代码

如果你想要体验使用便捷的图形化编辑器创建、制作并实时预览 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

24 Aug 13:48
04506a0
Compare
Choose a tag to compare

发布日志

本仓库只发布源代码

如果你想要体验使用便捷的图形化编辑器创建、制作并实时预览 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

21 Jul 03:18
Compare
Choose a tag to compare

发布日志

本仓库只发布源代码

如果你想要体验使用便捷的图形化编辑器创建、制作并实时预览 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

30 Jun 03:17
ea0f06b
Compare
Choose a tag to compare

发布日志

本仓库只发布源代码

如果你想要体验使用便捷的图形化编辑器创建、制作并实时预览 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

15 Jun 15:55
75b2bf2
Compare
Choose a tag to compare

发布日志

本仓库只发布源代码

如果你想要体验使用便捷的图形化编辑器创建、制作并实时预览 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

19 May 09:50
fba1978
Compare
Choose a tag to compare

发布日志

本仓库只发布源代码

如果你想要体验使用便捷的图形化编辑器创建、制作并实时预览 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

03 May 13:53
744ada3
Compare
Choose a tag to compare

发布日志

本仓库只发布源代码

如果你想要体验使用便捷的图形化编辑器创建、制作并实时预览 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

WebGAL 4.4.13

24 Mar 11:56
Compare
Choose a tag to compare

发布日志

本仓库只发布源代码

如果你想要体验使用便捷的图形化编辑器创建、制作并实时预览 WebGAL 游戏,请 下载 WebGAL 图形化编辑器

在此版本中

新功能

-when 参数使用的条件跳转语句,支持逻辑运算符

在引擎层级支持 Spine 作为立绘

修复

立绘或背景 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

Conditional jump statements using the -when parameter, supporting logical operators

Spine is supported as figure at the engine level

Fixes

Effects cannot be applied correctly when the ID of the figure or background is a pure number

Saving and loading stalls

リリースノート

このリポジトリではソースコードのみを公開しています

ユーザーフレンドリーなグラフィックエディタを使用してWebGALゲームの作成、制作、リアルタイムプレビューを体験したい場合は、WebGALグラフィックエディタをダウンロードしてください

このバージョンでは

新機能

-when パラメータを使用した条件分岐文、論理演算子に対応

エンジンレベルで Spine を立ち絵としてサポート

修正

立ち絵や背景の id が純粋な数字の場合、エフェクトが正しく適用されない

セーブデータの読み書きがカクつく

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

Les instructions de saut conditionnel utilisent le paramètre -when, qui prend en charge les opérateurs logiques

Spine est pris en charge au niveau du moteur en tant qu'illustration

Corrections

Lorsque l'ID de l'illustration ou de l'arrière-plan est un nombre pur, l'effet ne peut pas être appliqué correctement

Enregistrement et chargement de la carte de bégaiement

WebGAL 4.4.12

02 Mar 10:15
5b9b137
Compare
Choose a tag to compare

发布日志

本仓库只发布源代码

如果你想要体验使用便捷的图形化编辑器创建、制作并实时预览 WebGAL 游戏,请 下载 WebGAL 图形化编辑器

在此版本中

新功能

调整菜单 UI

移除文本框其他预设,并接入 UI 自定义模块,为下版本编辑器支持 UI 自定义做准备

添加全屏游戏功能

修复

使用鼠标滚轮快进时立绘延迟退出的问题

效果音循环时阻塞自动播放的问题

iOS 或 Safari 平台下无法正确处理换行和空格的问题

调用 end 指令后在某些情况下无法继续游戏的问题

某些情况下音频无法自动播放的问题

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

Adjust menu UI

Remove other presets of text box, and connect to UI customization module, preparing for UI customization supported by next version of editor

Add full screen game function

Bug fixes

Fix the problem that standing pictures exit delay when fast forwarding with mouse wheel

Fix the problem that looping sound effects block automatic playback

Fix the problem that line breaks and spaces cannot be handled correctly on iOS or Safari platforms

Fix the problem that the game cannot continue in some cases after calling the end instruction

Fix the problem that audio cannot be played automatically in some cases

リリースノート

このリポジトリではソースコードのみを公開しています

ユーザーフレンドリーなグラフィックエディタを使用してWebGALゲームの作成、制作、リアルタイムプレビューを体験したい場合は、WebGALグラフィックエディタをダウンロードしてください

このバージョンでは

新機能

メニューUIの調整

テキストボックスのその他のプリセットを削除し、UIカスタマイズモジュールに接続して、次バージョンのエディタがUIカスタマイズをサポートできるようにします

全画面ゲーム機能を追加

修正

マウスホイールを使用して早送りすると立ち絵が遅れて終了する問題

効果音が循環すると自動再生がブロックされる問題

iOSまたはSafariプラットフォームで改行とスペースが正しく処理されない問題

特定の状況でend命令を呼び出した後、ゲームを続行できない問題

特定の状況でオーディオが自動再生されない問題

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

Ajustement de l'interface utilisateur du menu

Suppression des autres préréglages de zone de texte et connexion au module de personnalisation de l'interface utilisateur, en vue de la prise en charge de la personnalisation de l'interface utilisateur dans la prochaine version de l'éditeur

Ajout de la fonctionnalité de jeu en plein écran

Corrections

Problème de retard de sortie de l'image lors d'une avance rapide à l'aide de la molette de la souris

Problème de blocage de la lecture automatique lors de la mise en boucle des effets sonores

Problème de traitement incorrect des sauts de ligne et des espaces sur les plateformes iOS ou Safari

Problème d'impossibilité de continuer le jeu dans certains cas après avoir appelé l'instruction end

Problème d'impossibilité de lecture automatique de l'audio dans certains cas