-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Add BTEvaluateExpression
#43
Add BTEvaluateExpression
#43
Conversation
a008747
to
9526e73
Compare
This PR should be ready for review now. I should say I'm not entirely sure how to concisely name Same goes for |
Excellent work! It'll make a great addition for 1.0 release. I'll check it out tomorrow, we'll see if I can break it. |
The |
a313788
to
db95e48
Compare
I've left it as
I've added a test for this -- should be fixed now.
Made the change but I'm conflicted about it -- I'm not a copyright law expert, but I wouldn't mind if you did the same as Godot by tracking contributors/donors in AUTHORS.md. We'll have to update the copyright notice to include that file and in the LimboAI editor list yourself and the contributors inside an |
db95e48
to
5182694
Compare
I think this PR is ready for review again. |
Not a copyright expert myself. Perhaps in that case, the copyright notice should be appended to mine:
Need to take a look at how Godot is doing it. Seems like a good idea with the AUTHORS.md. |
5182694
to
578f8c4
Compare
This sounds much better to me. I've made that change. I don't mind replacing my name on the copyright header with a reference to |
578f8c4
to
fb958c7
Compare
Awesome, thanks! |
Implements #12.