-
-
Notifications
You must be signed in to change notification settings - Fork 208
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
Backend: Graph Editor Directional Edge Support #2970
Backend: Graph Editor Directional Edge Support #2970
Conversation
I have detected some issues with your pull request: Body issues: Please fix these issues. For the correct format, refer to the pull request template. |
One or more Detekt Failures were detected:
|
One or more Detekt Failures were detected:
|
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.
…ditor' into fork/Thunderblade73/tool/directional-graph-editor
…nto tool/directional-graph-editor
One or more Detekt Failures were detected:
|
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.
extensively tested, works fine <3
What
The graph editor can now work with directional graphs.
The user side logic for pathfinding did always support directional graphs which can now be utilized.
Changelog Technical Details