Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(behavior-tree): calling Reset() now triggers End on active nodes #6

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

Merged
ashblue merged 1 commit into develop from feature/tree-continue-reset-handling
Jun 4, 2019

Conversation

@ashblue
Copy link
Owner

@ashblue ashblue commented Jun 3, 2019

Previously calling reset on a BehaviorTree did not call End() because it was not performant. Nodes
that return continue on a tree are now registered as active and removed after returning continue.
Allowing them to be discovered at the top level by the BehaviorTree without traversing the entire
system.

Previously calling reset on a BehaviorTree did not call `End()` because it was not performant. Nodes
that return continue on a tree are now registered as active and removed after returning continue.
Allowing them to be discovered at the top level by the BehaviorTree without traversing the entire
system.
@ashblue ashblue merged commit fb39173 into develop Jun 4, 2019
@ashblue ashblue deleted the feature/tree-continue-reset-handling branch June 4, 2019 00:45
Copy link
Owner Author

ashblue commented Jun 4, 2019

🎉 This PR is included in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

AltStyle によって変換されたページ (->オリジナル) /