Skip to content

Commit

Permalink
Merge pull request #230 from OpenWebGAL/engine-fix-4.4.12
Browse files Browse the repository at this point in the history
4.4.12
  • Loading branch information
MakinoharaShoko authored Mar 2, 2024
2 parents 87f5d63 + e601f24 commit 797c01f
Show file tree
Hide file tree
Showing 12 changed files with 264 additions and 262 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webgal-terre",
"version": "4.4.11",
"version": "4.4.12",
"private": true,
"scripts": {
"dev": "concurrently \"yarn dev:terre\" \"yarn dev:origine\" \"yarn dev:start-dev-server\"",
Expand Down
2 changes: 1 addition & 1 deletion packages/origine2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webgal-origine-2",
"private": true,
"version": "4.4.11",
"version": "4.4.12",
"license": "MPL-2.0",
"scripts": {
"dev": "vite --host",
Expand Down
2 changes: 1 addition & 1 deletion packages/origine2/src/config/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ export interface Info {
}

export const __INFO: Info = {
version: '4.4.11',
version: '4.4.12',
buildTime: '2023-12-30T03:22:49.651Z', // 编译时会通过 version-sync.js 自动更新
};
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ export default function GameConfig() {
<GameConfigEditor key="packageName" value={getConfigContentAsString('Package_name')}
onChange={(e: string) => updateGameConfigSimpleByKey('Package_name', e)}/>
</TabItem>
<TabItem title={t("options.textboxTheme")}>
<GameConfigEditorWithSelector key="packageName" value={getConfigContentAsString('Textbox_theme')}
onChange={(e: string) => updateGameConfigSimpleByKey('Textbox_theme', e)}
selectItems={textboxThemes}/>
</TabItem>
{/* <TabItem title={t("options.textboxTheme")}> */}
{/* <GameConfigEditorWithSelector key="packageName" value={getConfigContentAsString('Textbox_theme')} */}
{/* onChange={(e: string) => updateGameConfigSimpleByKey('Textbox_theme', e)} */}
{/* selectItems={textboxThemes}/> */}
{/* </TabItem> */}
<TabItem title={t("options.bg")}>
<GameConfigEditorWithFileChoose
sourceBase="background"
Expand Down

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/terre2/assets/templates/WebGAL_Template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<link rel="manifest" href="./manifest.json" />
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"/>-->
<title>WebGAL</title>
<script type="module" crossorigin src="./assets/index-e4a5e140.js"></script>
<link rel="stylesheet" href="./assets/index-89f179fe.css">
<script type="module" crossorigin src="./assets/index-9a56520c.js"></script>
<link rel="stylesheet" href="./assets/index-d935d359.css">
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion packages/terre2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webgal-terre-2",
"version": "4.4.11",
"version": "4.4.12",
"description": "",
"author": "",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/terre2/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { SwaggerModule, DocumentBuilder } from '@nestjs/swagger';
import { env } from 'process';

let WEBGAL_PORT = 3000; // default port
const version_number = `4.4.11`;
const version_number = `4.4.12`;
if (env.WEBGAL_PORT) {
WEBGAL_PORT = Number.parseInt(env.WEBGAL_PORT);
}
Expand Down
34 changes: 21 additions & 13 deletions releasenote.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,32 @@

#### 新功能

升级整体 UI
升级引擎到 4.4.12,进行了多项易用性改进

添加“调试器”功能
暂时移除了文本框预设选项,为下版本接入 UI 自定义功能做准备

#### 修复

修复引擎的一些故障

为 Mac OS X 用户添加特别的操作提示

<!-- English Translation -->
## Release Notes

### In this version

#### New Features

Upgrade the overall UI
Upgraded the engine to 4.4.12, made several usability improvements

Temporarily removed the preset options for text boxes, preparing for the UI customization feature in the next version

Add "Debugger" function
#### Fixes

#### Bug Fixes
Fixed some bugs in the engine

Fix some bugs of the engine
Added special operation tips for Mac OS X users



Expand All @@ -36,13 +40,15 @@ Fix some bugs of the engine

#### 新機能

全体のUIをアップグレード
エンジンを 4.4.12 にアップグレードし、使いやすさを向上させるために多くの改善を行いました。

「デバッガー」機能を追加
テキストボックスのプリセットオプションを一時的に削除し、次のバージョンで UI のカスタマイズ機能を導入できるようにしました。

#### 修正

エンジンのいくつかの障害を修正
エンジンのいくつかの不具合を修正しました。

Mac OS X ユーザー向けに特別な操作ヒントを追加しました。


<!-- French Translation -->
Expand All @@ -52,10 +58,12 @@ Fix some bugs of the engine

#### Nouvelles fonctionnalités

Mise à niveau de l'interface utilisateur globale
Mise à jour du moteur vers la version 4.4.12 avec de nombreuses améliorations de convivialité

Suppression temporaire des options prédéfinies de la zone de texte en vue de l'intégration de la fonctionnalité de personnalisation de l'interface utilisateur dans la prochaine version

Ajout de la fonction « débogueur »
#### Corrections

#### Résolution de bogues
Correction de quelques bugs du moteur

Résolution de certains problèmes du moteur
Ajout d'instructions d'utilisation spécifiques pour les utilisateurs de Mac OS X

0 comments on commit 797c01f

Please sign in to comment.