Commit graph

7 commits

Author SHA1 Message Date
cc019aef1c Added UI button to DevDebugWindow to expand it :) 2024-11-04 08:42:15 -08:00
4754677ae3 Added more debug messages
The last node of the alternate main paths will now end that main path

DevDebugWindow:
Added zoom in/out
Add Assets panel
BranchCapTileSets are added to the assets
2024-11-04 08:09:18 -08:00
d955f6e930 Renamed ForcedTiles to AdditionalTiles
Added backwards support (kinda, it needs to be looked at again since it probs don't work)
Added two behaviours for MainRoomDoorwayGroup. The original behaviour (RemoveGroup) and the new (SetInOrder)
Alternate main path's initial depth is set to the MainRoomTile's depth + 1 instead of always 1
DevDebugWindow now uses the retry counter outside of Application.IsEditor
2024-10-15 01:14:12 -07:00
e9c8da9c51 Added exit button
Added DunFlow panel
Some UI improvements
2024-08-26 11:31:02 -07:00
1407e39703 Redid BranchLoop from tile prioritization to branch path prioritization
Added performance logs for the generation
Refactored how the DunGenExtenderProperties are structured
2024-08-25 19:02:43 -07:00
fdb1767890 Some code refactoring to make it easier on me
Make some collections deserving to be readonly, to be readonly
List within lists contrast a bit better
StringBuilder instead of list of strings
Added dungen's generation stats to debug window
2024-08-24 06:08:59 -07:00
3160685123 Added setup for DunGen generation dev tools 2024-08-23 12:23:16 -07:00