-
Notifications
You must be signed in to change notification settings - Fork 85
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
Apply Shift+Click speed limit to entire roundabout #920
Conversation
Looking forward to testing this! |
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 am happy with how the code is done
TODO: Actual play test :)
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.
Works great! Particularly like how you deal with differing lane counts.
LGTM 👍
@kvakvs did you get chance to test this in-game yet? |
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.
Tested ingame.
Loving it.
I forgot to test with LHT |
Yup, I tested on LHT and couldn't break it. :) |
#869: Apply Shift+Click speed limit to entire roundabout
This reverts commit 8576410.
fixes #869
The GIF below demonstrates what happens in the case of lane count mismatch
The road names "inverted" or "not inverted" shows if the invert flag of the segment. I have tested with both flags in the GIF above.
PS: I used auto code cleanup. Please use ignore white spaces to make the code review easier for yourself :)