-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Plug-in ver1.5.5 and Android support #5
- Loading branch information
Showing
102 changed files
with
365 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"version": "1.0", | ||
"components": [ | ||
"Microsoft.Net.Component.4.6.2.TargetingPack", | ||
"Microsoft.VisualStudio.Component.VC.14.36.17.6.x86.x64", | ||
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64", | ||
"Microsoft.VisualStudio.Component.Windows10SDK.22000", | ||
"Microsoft.VisualStudio.Workload.CoreEditor", | ||
"Microsoft.VisualStudio.Workload.ManagedDesktop", | ||
"Microsoft.VisualStudio.Workload.NativeDesktop", | ||
"Microsoft.VisualStudio.Workload.NativeGame" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,192 @@ | ||
# Change Log - Procedural 3D Dungeon Generator Plug-in | ||
|
||
## [Unreleased] -1.5.6 (20) | ||
### Changes | ||
* | ||
### 変更点 | ||
* | ||
|
||
## 20240201-1.5.5 (19) | ||
### Changes | ||
* Extended the ability to choose to spawn actors in the client | ||
### 変更点 | ||
* クライアントでのアクターのスポーンを選択できるように拡張 | ||
|
||
## 20240129-1.5.4 (18) | ||
### Changes | ||
* Fixed a replication bug. | ||
### 変更点 | ||
* レプリケーションの不具合を修正 | ||
|
||
## 20240126-1.5.3 (17) | ||
### Changes | ||
* Discontinued support for Unreal Engine 4 | ||
* Changed door generation to before room sensors | ||
* Added function to get door from sensor | ||
* Added function to get candlestick from sensor | ||
* Added MissionGraph validity specification | ||
* Added complex passage generation | ||
* Added dungeon generation mode with no hierarchy | ||
* Replication changed to standard enabled | ||
### 変更点 | ||
* Unreal Engine 4のサポートを終了 | ||
* ドアの生成を部屋のセンサーの前に変更 | ||
* センサーからドアを取得する関数を追加 | ||
* センサーから燭台を取得する関数を追加 | ||
* MissionGraph有効性の指定を追加 | ||
* 複雑な通路の生成を追加 | ||
* 階層のないダンジョン生成モードを追加 | ||
* レプリケーションを標準で有効に変更 | ||
|
||
## 20231211-1.5.2 (16) | ||
### Changes | ||
* Fixed a bug that prevented specifying doors. | ||
### 変更点 | ||
* ドアを指定できない不具合を修正 | ||
|
||
## 20231202-1.5.1 (15) | ||
### Changes | ||
* Support for Android (UE5.3 only) | ||
* Added a system to support load reduction | ||
* Added a system for specifying the prohibition of generating walls and doors to level streaming | ||
* Fixed several bugs | ||
### 変更点 | ||
* Androidに対応 (UE5.3のみ) | ||
* 負荷軽減をサポートするシステムを追加 | ||
* レベルストリーミングに壁やドアの生成禁止を指定するシステムを追加 | ||
* いくつかの不具合を修正 | ||
|
||
## 20231022-1.5.0 (14) | ||
### Changes | ||
* Added room and passageway mesh set assets | ||
* Fixed some bugs | ||
### 変更点 | ||
* 部屋と通路のメッシュセットアセットを追加 | ||
* いくつかの不具合を修正 | ||
|
||
## 20230930-1.4.8 (13) | ||
### Changes | ||
* Fixed a bug when the start room was not set | ||
### 変更点 | ||
* スタート部屋を未設定の時の不具合を修正 | ||
|
||
## 20230920-1.4.7 (12) | ||
### Changes | ||
* Register dungeon mesh in DungeonPartsDatabase asset | ||
* Fixed some bugs | ||
### 変更点 | ||
* DungeonPartsDatabaseアセットにダンジョンのメッシュを登録 | ||
* いくつかの不具合を修正 | ||
|
||
## 20230908-1.4.6 (11) | ||
### Changes | ||
* Support for Unreal Engine 5.3 | ||
* Unreal Engine 4 no longer supported | ||
* Support for loading sublevels in the start and finish rooms | ||
* Added plug-in content | ||
### 変更点 | ||
* Unreal Engine 5.3に対応 | ||
* Unreal Engine 4のサポートを終了 | ||
* スタート部屋、ゴール部屋のサブレベル読み込みに対応 | ||
* プラグインコンテンツの追加 | ||
|
||
## 20230901-1.4.5 (10) | ||
### Changes | ||
* Modified to generate dungeons on a flat surface if room merging or room margins are less than 1 | ||
* Added minimap information asset | ||
* Added world space to texture space conversion class | ||
* modified paths for plugin content | ||
* Added sample data to plugin, eliminated dungeon hierarchy specification | ||
* Fixed cache misalignment in system tags | ||
* Started network functionality verification | ||
* Moved PlayerStart off center of start room if more than one PlayerStart was installed | ||
### 変更点 | ||
* 部屋の結合または部屋の余白が1以下ならば平面にダンジョンを生成するように修正 | ||
* ミニマップ情報アセットを追加 | ||
* ワールド空間からテクスチャ空間への変換クラスを追加 | ||
* プラグインコンテンツのパスを修正 | ||
* プラグインにサンプルデータを追加、ダンジョンの階層指定を廃止 | ||
* システムタグのキャッシュずれを修正 | ||
* ネットワーク機能検証開始 | ||
* PlayerStartが複数設置されていた場合はスタート部屋の中心からずらして配置 | ||
|
||
## 20230801-1.4.4 (9) | ||
### Changes | ||
* Interior Decorator beta version released | ||
* Added interior assets | ||
* Fixed some bugs | ||
### 変更点 | ||
* インテリアデコレーターベータ版リリース | ||
* インテリアアセットを追加 | ||
* いくつかの不具合を修正 | ||
|
||
## 20230514-1.4.3 (8) | ||
### Changes | ||
* Interior Decorator Verification | ||
* Removed sample models as plug-in assets were added | ||
### 変更点 | ||
* インテリアデコレーターの検証 | ||
* プラグインアセットを追加に伴ってサンプルモデルを削除 | ||
|
||
## 20230514-1.4.2 (7) | ||
### Changes | ||
* UE5.2 support | ||
* Supports sub-level merging | ||
* Copy LevelStreaming actors in editor mode to level | ||
### 変更点 | ||
* Unreal Engine 5.2に対応 | ||
* サブレベルのマージに対応 | ||
* エディタモードの LevelStreamingアクターをレベルにコピー | ||
|
||
## 20230409-v1.4.1 (6) | ||
### Changes | ||
* Confirmed that the package can be created. | ||
* Add a test that generates pre-created sublevels in the room. | ||
* Add a test for vertical margins. | ||
* Add a test generation of minimap texture assets. | ||
### 変更点 | ||
* パッケージが作成できることを確認 | ||
* 部屋にあらかじめ作成されたサブレベルを生成するテスト | ||
* 垂直マージンのテスト | ||
* ミニマップのテクスチャアセットの生成テスト | ||
|
||
## 20230403-v1.4.0 (5) | ||
### Changes | ||
* Generate mini-maps in two types of pixel size and resolution (dots/meters) | ||
### 変更点 | ||
* ミニマップをピクセルサイズと解像度(ドット/メートル)の二種類から生成 | ||
|
||
## 20230321-v1.3.1 (4) | ||
### Changes | ||
* Fixed mini-map generationo fail. | ||
### 変更点 | ||
* ミニマップ生成時にクラッシュする問題を修正 | ||
|
||
## 20230319-v1.3.0 (3) | ||
### Changes | ||
* Supports mini-maps | ||
### 変更点 | ||
* ミニマップに対応 | ||
|
||
## 20230316-v1.2.0 (2) | ||
### Changes | ||
* Compatible with Unreal Engine 4.27.2 | ||
### 変更点 | ||
* Unreal Engine 4.27.2に対応 | ||
|
||
## 20230308-v1.0.1 (1) | ||
### Changes | ||
* Fixed hang-up when referencing minimap textures when dungeon creation fails. | ||
* Changed random room placement method to be more randomly distributed. | ||
* Improved dungeon creation speed. | ||
### 変更点 | ||
* ダンジョン生成に失敗した時にミニマップのテクスチャを参照するとハングアップする問題を修正 | ||
* 部屋のランダム配置方法をよりランダムに分散するよう変更 | ||
* ダンジョン生成速度を改善 | ||
|
||
## 20230303-v1.0.0 (0) | ||
### Changes | ||
* Initial release version | ||
### 変更点 | ||
* 初回リリース版 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+46.9 KB
.../LevelPrototyping/Actors/A_BaseKey.uasset → .../LevelPrototyping/Actors/A_BaseKey.uasset
Binary file not shown.
Binary file added
BIN
+28.7 KB
Content/DungeonGenerator/LevelPrototyping/Actors/A_BaseTorchlight.uasset
Binary file not shown.
Binary file renamed
BIN
+46.5 KB
...Prototyping/Actors/A_BaseUniqueKey.uasset → ...Prototyping/Actors/A_BaseUniqueKey.uasset
Binary file not shown.
Binary file renamed
BIN
+44 KB
...t/LevelPrototyping/Actors/A_Candle.uasset → ...r/LevelPrototyping/Actors/A_Candle.uasset
Binary file not shown.
Binary file renamed
BIN
+31.8 KB
...nt/LevelPrototyping/Actors/A_Enemy.uasset → ...or/LevelPrototyping/Actors/A_Enemy.uasset
Binary file not shown.
Binary file renamed
BIN
+37.2 KB
...evelPrototyping/Actors/A_PropWheel.uasset → ...evelPrototyping/Actors/A_PropWheel.uasset
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+27.6 KB
...nt/LevelPrototyping/Actors/A_Table.uasset → ...or/LevelPrototyping/Actors/A_Table.uasset
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+47.5 KB
...lPrototyping/Materials/MF_ProcGrid.uasset → ...lPrototyping/Materials/MF_ProcGrid.uasset
Binary file not shown.
Binary file renamed
BIN
+12.4 KB
...ng/Materials/MI_PrototypeGrid_Gray.uasset → ...ng/Materials/MI_PrototypeGrid_Gray.uasset
Binary file not shown.
Binary file renamed
BIN
+11.6 KB
...Materials/MI_PrototypeGrid_Gray_02.uasset → ...Materials/MI_PrototypeGrid_Gray_02.uasset
Binary file not shown.
Binary file renamed
BIN
+11.9 KB
...Materials/MI_PrototypeGrid_TopDark.uasset → ...Materials/MI_PrototypeGrid_TopDark.uasset
Binary file not shown.
Binary file renamed
BIN
+8.93 KB
...rototyping/Materials/MI_Solid_Blue.uasset → ...rototyping/Materials/MI_Solid_Blue.uasset
Binary file not shown.
Binary file renamed
BIN
+40.6 KB
...totyping/Materials/M_PrototypeGrid.uasset → ...totyping/Materials/M_PrototypeGrid.uasset
Binary file not shown.
Binary file renamed
BIN
+11 KB
...LevelPrototyping/Materials/M_Solid.uasset → ...LevelPrototyping/Materials/M_Solid.uasset
Binary file not shown.
Binary file renamed
BIN
+39.3 KB
...elPrototyping/Meshes/SM_BaseFloor1.uasset → ...elPrototyping/Meshes/SM_BaseFloor1.uasset
Binary file not shown.
Binary file renamed
BIN
+39.6 KB
...elPrototyping/Meshes/SM_BaseFloor2.uasset → ...elPrototyping/Meshes/SM_BaseFloor2.uasset
Binary file not shown.
Binary file renamed
BIN
+39.2 KB
...elPrototyping/Meshes/SM_BasePillar.uasset → ...elPrototyping/Meshes/SM_BasePillar.uasset
Binary file not shown.
Binary file renamed
BIN
+38.7 KB
...velPrototyping/Meshes/SM_BaseRoof1.uasset → ...velPrototyping/Meshes/SM_BaseRoof1.uasset
Binary file not shown.
Binary file renamed
BIN
+38.9 KB
...velPrototyping/Meshes/SM_BaseRoof2.uasset → ...velPrototyping/Meshes/SM_BaseRoof2.uasset
Binary file not shown.
Binary file renamed
BIN
+42.9 KB
...velPrototyping/Meshes/SM_BaseSlope.uasset → ...velPrototyping/Meshes/SM_BaseSlope.uasset
Binary file not shown.
Binary file renamed
BIN
+38.4 KB
...velPrototyping/Meshes/SM_BaseWall1.uasset → ...velPrototyping/Meshes/SM_BaseWall1.uasset
Binary file not shown.
Binary file renamed
BIN
+38.9 KB
...velPrototyping/Meshes/SM_BaseWall2.uasset → ...velPrototyping/Meshes/SM_BaseWall2.uasset
Binary file not shown.
Binary file renamed
BIN
+23.1 KB
...lPrototyping/Meshes/SM_ChamferCube.uasset → ...lPrototyping/Meshes/SM_ChamferCube.uasset
Binary file not shown.
Binary file renamed
BIN
+16.9 KB
...nt/LevelPrototyping/Meshes/SM_Cube.uasset → ...or/LevelPrototyping/Meshes/SM_Cube.uasset
Binary file not shown.
Binary file renamed
BIN
+20.3 KB
...evelPrototyping/Meshes/SM_Cylinder.uasset → ...evelPrototyping/Meshes/SM_Cylinder.uasset
Binary file not shown.
Binary file renamed
BIN
+17.5 KB
...totyping/Meshes/SM_QuarterCylinder.uasset → ...totyping/Meshes/SM_QuarterCylinder.uasset
Binary file not shown.
Binary file renamed
BIN
+17.5 KB
...nt/LevelPrototyping/Meshes/SM_Ramp.uasset → ...or/LevelPrototyping/Meshes/SM_Ramp.uasset
Binary file not shown.
Binary file renamed
BIN
+10.7 KB
...ototyping/Textures/T_GridChecker_A.uasset → ...ototyping/Textures/T_GridChecker_A.uasset
Binary file not shown.
Binary file modified
BIN
+68 Bytes
(100%)
Content/DungeonGenerator/NewDungeonAisleMeshSetDatabase.uasset
Binary file not shown.
Binary file modified
BIN
+215 Bytes
(110%)
Content/DungeonGenerator/NewDungeonGenerateParameter.uasset
Binary file not shown.
Binary file modified
BIN
+102 Bytes
(100%)
Content/DungeonGenerator/NewDungeonRoomMeshSetDatabase.uasset
Binary file not shown.
Binary file modified
BIN
+10 Bytes
(100%)
Content/DungeonGenerator/NewDungeonSubLevelDatabase.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+26.8 KB
(130%)
Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+813 Bytes
(100%)
Content/FirstPerson/Blueprints/BP_FirstPersonProjectile.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-923 Bytes
Content/LevelPrototyping/Meshes/NewDungeonGenerateParameter.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+50.5 KB
Content/Maps/Sub/StartMap.umap → Content/Maps/Main/Sub/StartMap.umap
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+11 KB
Content/Widget/Material/M_MiniMap.uasset → ...ent/Widget/Main/Material/M_MiniMap.uasset
Binary file not shown.
Binary file renamed
BIN
+228 KB
Content/Widget/PlayGameWidget.uasset → Content/Widget/Main/PlayGameWidget.uasset
Binary file not shown.
Binary file renamed
BIN
+7.69 KB
Content/Widget/Texture/T_GunSight.uasset → ...ent/Widget/Main/Texture/T_GunSight.uasset
Binary file not shown.
Binary file renamed
BIN
+10.4 KB
Content/Widget/Texture/T_MiniMapMask.uasset → .../Widget/Main/Texture/T_MiniMapMask.uasset
Binary file not shown.
Binary file renamed
BIN
+8.29 KB
.../Texture/T_SampleDungeonPlayerIcon.uasset → .../Texture/T_SampleDungeonPlayerIcon.uasset
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.