-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed some PreventRoomOverlap issues #260
base: dev
Are you sure you want to change the base?
Conversation
+1 I made the same I'm also working on improving the |
What about |
Room extents are only used by |
@ChronoQuote Should I remove the same changes as in #210 and change target branch to yours? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you forgot to put the function after checkpoint rooms placement
Line 7477 in 3b5a480
EndIf |
No, there is a difference between the rooms that are hard-coded to be ignored by So I agree with Jabka that the room extents should be calculated for the checkpoint rooms. I think you can just move the
Sure, if you want to do that I would merge it. But maybe that would cause #210 to include too many changes... perhaps it would be better if we moved my two |
I agree. I realised checkpoints problem right after sending comment, so I decided to delete it immediately (but too late I guess XD)
I will try to cherry-pick your commits to this branch then |
Fixed some issues and false-negatives in PreventRoomOverlap function: