Skip to content

Releases: BenPyton/ProceduralDungeon

Procedural Dungeon v1.2.2

22 Aug 14:47
Compare
Choose a tag to compare

Fixed crashes when returning none in ChooseFirstRoomData or ChooseNextRoomData.
Updated the year in the LICENSE file, and added the license notice in code files.

Built with Unreal Engine 4.25 and 4.26. (unfortunately I can't build for 4.24 anymore...)
To install it, follow the instructions at the end of the ReadMe.md

Procedural Dungeon v1.2.1

14 Apr 16:56
Compare
Choose a tag to compare

Fixed packaging errors when installing the plugin in the engine. (now, blueprint only project can use the plugin)

Built with Unreal Engine 4.24, 4.25 and 4.26.
To install it, follow the instructions at the end of the ReadMe.md

Procedural Dungeon v1.2.0

25 Mar 21:28
Compare
Choose a tag to compare

Added an option to allow room loop in the dungeon.
Fixed multiple instances of door at one door place.

Built with Unreal Engine 4.24, 4.25 and 4.26.
To install it, unzip the content in the Plugins folder of your project.

Procedural Dungeon v1.1.0

21 Feb 16:18
Compare
Choose a tag to compare

Added the Depth First and Breadth First generation types.
Refactored the DungeonGenerator code to allow override of functions in C++ as well.
Added option to display the generation logs on screen too.

Warning!!!
Some changes from the refacto break override of functions in Blueprint from previous versions of the plugin. Thus you have to copy/paste the content of the previous functions inside the new ones.

Built with Unreal Engine 4.24, 4.25 and 4.26.
To install it, unzip the content in the Plugins folder of your project.

Procedural Dungeon v1.0.3

16 Feb 23:08
Compare
Choose a tag to compare

Fixed a crash caused by a conflict between GC and the C++ native delete.
Fixed a possible crash when too many rooms are generated (avoid a stack overflow from recursivity call to AddRoom)

Built with Unreal Engine 4.24, 4.25 and 4.26.
To install it, unzip the content in the Plugins folder of your project.

Procedural Dungeon v1.0.2

10 Jan 23:27
Compare
Choose a tag to compare

Fixed enum EDirection ambiguity with RigLogic plugin.

Built with Unreal Engine 4.26.0.
To install it, unzip it in the Plugins folder of your project.

Procedural Dungeon v1.0.1

10 Sep 19:10
Compare
Choose a tag to compare

Fixed some bugs.
Added Draw Debug toggle in the plugin settings.

Built with Unreal Engine 4.21.2.
To install it, unzip it in the Plugins folder of your project.

Procedural Dungeon v1.0.0

30 May 20:40
Compare
Choose a tag to compare

First release of this plugin.
Built with Unreal Engine 4.21.2.
To install it, unzip it in the Plugins folder of your project.