Skip to content

Tags: ismailgamedev/godot-yet-another-behavior-tree

Tags

2.0.0

Toggle 2.0.0's commit message
Fix Earewien#10 : compatibility with Godot 4 beta 13+ : annotation sh…

…ould be placed before extend keyword

1.1.2

Toggle 1.1.2's commit message
Fix Earewien#9 : BTBlackboard hold weak references to nodes (and only…

… nodes)

1.1.1

Toggle 1.1.1's commit message
Fix Earewien#8 : BTActionCallable expression result can be an int, no…

…t a BTTickResult !

1.1.0

Toggle 1.1.0's commit message
Centralize expression evaluation into BTExpression object. delta vari…

…able is now accessible into expressions

1.0.3

Toggle 1.0.3's commit message
Prepare next release

1.0.2

Toggle 1.0.2's commit message
Fix Earewien#3 : Custom performance monitor in BTRoot produces erros …

…when node is removed from tree

1.0.1

Toggle 1.0.1's commit message
Fix Earewien#1 : StringName cannot be concatenate to Strings before G…

…odot 4 beta 10

Use a safer way to concatenate values to string litterals

1.0.0

Toggle 1.0.0's commit message
Update README to add exemple of custom nodes and a brief description …

…about behavior trees