You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed an infinite loop during level generation with 8a31294. However, this was only a partial fix. While it can no longer get stuck in an infinite loop, it is now possible for it to generate a dungeon in which there is no corridor connecting one or more rooms to the rest of the dungeon. On some occasions, this may leave the player with no obvious way to progress through the dungeon without tunneling at random to find the room. Better than encountering an infinite loop when going down a staircase, but this should still receive a proper fix eventually. The room_level function should probably be reworked at some point to deal with this. As far as I know, other level types are not effected by this issue.
The text was updated successfully, but these errors were encountered:
I fixed an infinite loop during level generation with 8a31294. However, this was only a partial fix. While it can no longer get stuck in an infinite loop, it is now possible for it to generate a dungeon in which there is no corridor connecting one or more rooms to the rest of the dungeon. On some occasions, this may leave the player with no obvious way to progress through the dungeon without tunneling at random to find the room. Better than encountering an infinite loop when going down a staircase, but this should still receive a proper fix eventually. The
room_level
function should probably be reworked at some point to deal with this. As far as I know, other level types are not effected by this issue.The text was updated successfully, but these errors were encountered: