WebGAL

A brand new web Visual Novel engine | 全新的网页端视觉小说引擎

MPL-2.0 License

Stars
2.7K

Bot releases are visible (Hide)

WebGAL - WebGAL 4.5.7 Latest Release

Published by github-actions[bot] about 2 months ago

发布日志

本仓库只发布源代码

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

Published by github-actions[bot] about 2 months ago

发布日志

本仓库只发布源代码

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

Published by github-actions[bot] about 2 months ago

发布日志

本仓库只发布源代码

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

Published by github-actions[bot] 3 months ago

发布日志

本仓库只发布源代码

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

Published by github-actions[bot] 3 months ago

发布日志

本仓库只发布源代码

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

Published by github-actions[bot] 4 months ago

发布日志

本仓库只发布源代码

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

Published by github-actions[bot] 4 months ago

发布日志

本仓库只发布源代码

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

Published by github-actions[bot] 5 months ago

发布日志

本仓库只发布源代码

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

Published by github-actions[bot] 6 months ago

发布日志

本仓库只发布源代码

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

Published by github-actions[bot] 7 months ago

发布日志

本仓库只发布源代码

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

Published by github-actions[bot] 8 months ago

发布日志

本仓库只发布源代码

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

WebGAL - WebGAL 4.4.11

Published by github-actions[bot] 9 months ago

发布日志

本仓库只发布源代码

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

在此版本中

新功能

从编辑器接受指令

修复

小幅改善 iOS 设备的崩溃状况

优化 Backlog 性能

修复动画模块异常

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

Accept commands from editor

Fixes

Slightly improve crash situation on iOS devices

Optimize Backlog performance

Fix abnormal animation module

リリースノート

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

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

このバージョンでは

新機能

エディタからの指示を受け付ける

修正

iOS デバイスでのクラッシュを若干改善

Backlog のパフォーマンスを最適化

アニメーションモジュールの異常を修正

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

Recevoir des instructions de l'éditeur

Corrections

Amélioration mineure des plantages sur les appareils iOS

Optimisation des performances de Backlog

Correction d'un bug dans le module d'animation

WebGAL - WebGAL 4.4.10

Published by github-actions[bot] 9 months ago

发布日志

本仓库只发布源代码

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

在此版本中

新功能

可以根据变量来控制选择肢显隐和是否可以点击

添加水波纹滤镜

intro 可以设置是否在结束时关闭

更换系统音效,使其更加通用

修复

优化控制按钮自动消失的逻辑

修复相同文件名图像同时加载时冲突的异常

更换动画库

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

Choices can be shown/hidden and clickable based on variables

Added ripple filter

intro can be set to not close after it finishes

Replaced system sound effects to be more versatile

Fixes

Optimized the logic for auto-hiding control buttons

Fixed an exception when images with the same file name are loaded at the same time

Changed the animation library

リリースノート

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

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

このバージョンでは

新機能

変数によって選択肢の表示・非表示やクリック可能かどうかを制御可能に

水波紋フィルターを追加

introは終了時に閉じるかどうかを設定可能に

システム効果音を変更し、より汎用的に

修正

コントロールボタンの自動消去のロジックを最適化

同じファイル名の画像が同時にロードされたときの競合の異常を修正

アニメーションライブラリを変更

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

Possibilité de contrôler l'affichage et la sélection des choix en fonction des variables

Ajout d'un filtre d'ondulation

intro peut être configuré pour se fermer ou non à la fin

Remplacement des sons système pour les rendre plus universels

Corrections

Optimisation de la logique de disparition automatique des boutons de contrôle

Correction de l'exception de conflit lors du chargement simultané d'images portant le même nom

Remplacement de la bibliothèque d'animations

WebGAL - WebGAL 4.4.9

Published by github-actions[bot] 9 months ago

发布日志

本仓库只发布源代码

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

在此版本中

新功能

文本框可以调整透明度

支持长效(全局)变量

修复

Live2D 口型同步的异常和使用 Live2D 造成的内存泄露问题

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

Textbox can adjust transparency

Support persistent (global) variables

Fixes

Live2D lip-sync anomaly and memory leak caused by using Live2D

Live2D expression setting issue

Textbox character name space not displayed issue

Gallery file repeatedly unlocked issue

リリースノート

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

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

このバージョンでは

新機能

テキストボックスの透明度を調整可能

永続変数(グローバル変数)に対応

修正

Live2D の口パクの異常と Live2D 使用時のメモリリーク問題

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

Les zones de texte peuvent maintenant avoir une transparence réglable

Support des variables persistantes (globales)

Corrections

Anomalie de synchronisation labiale Live2D et problème de fuite de mémoire causé par l'utilisation de Live2D

Problème de configuration des expressions Live2D

Problème d'espace dans le nom du personnage de la zone de texte

Problème de déverrouillage répété des fichiers d'appréciation

WebGAL - WebGAL 4.4.8

Published by github-actions[bot] 10 months ago

发布日志

本仓库只发布源代码

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

在此版本中

新功能

jumpLabel 支持跳转到场景内任何标签,而不仅仅是向后跳转

支持了语音不中断的设置项

支持为变量设置随机数

支持隐藏控制按钮

修复

音乐鉴赏无法在条目数多时无法显示完全

bgm 设置为 none 时,无法正确停止 bgm

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

jumpLabel supports jumping to any label within a scene, not just backwards

Added a setting to allow uninterrupted voice playback

Added support for setting random numbers for variables

Added support for hiding control buttons

Fixes

Music appreciation cannot be fully displayed when there are many entries

When bgm is set to none, bgm cannot be stopped correctly

Live2D expression and motion setting exceptions

リリースノート

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

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

このバージョンでは

新機能

jumpLabelはシーン内の任意のラベルにジャンプすることができ、後方ジャンプだけではありません

音声中断しない設定項目をサポート

変数に乱数を設定することをサポート

コントロールボタンを隠すことをサポート

修正

音楽鑑賞はエントリ数が多いと完全に表示できない

bgmをnoneに設定すると、bgmを正しく停止できない

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

jumpLabel prend désormais en charge les sauts vers n'importe quelle étiquette dans une scène, et pas seulement vers l'arrière

Ajout d'une option pour désactiver l'interruption de la voix

Ajout de la prise en charge de l'attribution de nombres aléatoires aux variables

Ajout de la prise en charge du masquage des boutons de contrôle

Corrections

L'aperçu musical ne s'affiche pas complètement lorsque le nombre d'entrées est élevé

La musique de fond ne s'arrête pas correctement lorsque bgm est défini sur none

Anomalie dans les paramètres d'expression et d'animation Live2D

WebGAL - WebGAL 4.4.7

Published by github-actions[bot] 11 months ago

发布日志

本仓库只发布源代码

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

在此版本中

新功能

可以获取来自用户的输入

可以在对话中使用注音

返回标题页面添加确认弹窗

添加德语和繁体中文的 UI 翻译

修复

立绘或背景变换没有正确同步的异常

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

Can get input from the user

Can use phonetic annotations in dialogues

Added confirmation pop-up for returning to the title page

Added UI translations for German and Traditional Chinese

Fixes

Abnormality where character or background transitions were not properly synchronized

Anomalies in Live2D expressions and motion settings

リリースノート

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

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

このバージョンでは

新機能

ユーザーからの入力を取得できます

対話で注音を使用できます

タイトルページへの戻りに確認ポップアップを追加

ドイツ語と繁体字中国語のUI翻訳を追加

修正

立ち絵や背景の遷移が正しく同期されていない異常

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

Peut obtenir des entrées de l'utilisateur

Peut utiliser des annotations phonétiques dans les dialogues

Ajout d'une pop-up de confirmation pour le retour à la page de titre

Ajout de traductions de l'UI en allemand et en chinois traditionnel

Corrections

Anomalie où les transitions de personnages ou d'arrière-plan n'étaient pas correctement synchronisées

Anomalies dans les expressions et les paramètres de mouvement Live2D

WebGAL - WebGAL 4.4.6.4

Published by github-actions[bot] 11 months ago

发布日志

本仓库只发布源代码

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

在此版本中

新功能

文本框主题选择

视频禁止跳过的选项

变量插值

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

Textbox theme selection

Option to prohibit skipping videos

Variable interpolation

Live2D expression and motion settings

Fixes

The issue where the standing picture or background transformation was not correctly synchronized

Other known issues

リリースノート

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

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

このバージョンでは

新機能

テキストボックスのテーマ選択

ビデオのスキップ禁止オプション

変数の補間

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

Sélection du thème de la boîte de texte

Option pour interdire le saut des vidéos

Interpolation des variables

Paramètres d'expression et de mouvement Live2D

Corrections

Le problème où la transformation de l'image debout ou de l'arrière-plan n'était pas correctement synchronisée

Autres problèmes connus

WebGAL - WebGAL 4.4.6.3

Published by github-actions[bot] 12 months ago

发布日志

本仓库只发布源代码

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

在此版本中

新功能

文本框主题选择

视频禁止跳过的选项

变量插值

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

Textbox theme selection

Option to prohibit skipping videos

Variable interpolation

Live2D expression and motion settings

Fixes

The issue where the standing picture or background transformation was not correctly synchronized

Other known issues

リリースノート

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

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

このバージョンでは

新機能

テキストボックスのテーマ選択

ビデオのスキップ禁止オプション

変数の補間

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

Sélection du thème de la boîte de texte

Option pour interdire le saut des vidéos

Interpolation des variables

Paramètres d'expression et de mouvement Live2D

Corrections

Le problème où la transformation de l'image debout ou de l'arrière-plan n'était pas correctement synchronisée

Autres problèmes connus

WebGAL - WebGAL 4.4.6.2

Published by github-actions[bot] 12 months ago

发布日志

本仓库只发布源代码

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

在此版本中

新功能

文本框主题选择

视频禁止跳过的选项

变量插值

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

Textbox theme selection

Option to prohibit skipping videos

Variable interpolation

Live2D expression and motion settings

Fixes

The issue where the standing picture or background transformation was not correctly synchronized

Other known issues

リリースノート

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

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

このバージョンでは

新機能

テキストボックスのテーマ選択

ビデオのスキップ禁止オプション

変数の補間

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

Sélection du thème de la boîte de texte

Option pour interdire le saut des vidéos

Interpolation des variables

Paramètres d'expression et de mouvement Live2D

Corrections

Le problème où la transformation de l'image debout ou de l'arrière-plan n'était pas correctement synchronisée

Autres problèmes connus

WebGAL - WebGAL 4.4.6.1

Published by github-actions[bot] 12 months ago

发布日志

本仓库只发布源代码

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

在此版本中

新功能

文本框主题选择

视频禁止跳过的选项

变量插值

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

Textbox theme selection

Option to prohibit skipping videos

Variable interpolation

Live2D expression and motion settings

Fixes

The issue where the standing picture or background transformation was not correctly synchronized

Other known issues

リリースノート

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

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

このバージョンでは

新機能

テキストボックスのテーマ選択

ビデオのスキップ禁止オプション

変数の補間

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

Sélection du thème de la boîte de texte

Option pour interdire le saut des vidéos

Interpolation des variables

Paramètres d'expression et de mouvement Live2D

Corrections

Le problème où la transformation de l'image debout ou de l'arrière-plan n'était pas correctement synchronisée

Autres problèmes connus