Skip to content

Tags: Sollimann/bonsai

Tags

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Optional serde support (#37)

This PR makes serde an optional feature. 

I also added serialization derive traits to `BT` struct so you can now
serialize the whole behavior tree.

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor adding WhileAll behavior (#36)

**In this MR**

* Rename behavior  `RepeatSequence` to `WhileAll`
* Improve readme slightly for While and WhileAll behavior
* Bump rust version
* Bump lib version

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Separate graphing data from main BT struct (#32)

All data needed to draw graphs is now created on the fly every time when
`get_graphviz()` gets called. This should make behavior trees consume
less memory and construct faster.

Issue: #29

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Generic blackboard implementation (#26)

Generalize blackboard. 

From user's perspective, in addition to being able to use generic
blackboard type, the user must now use tick directly with `bt.tick(...)`
instead of `bt.state.tick(...)` This change is required so that we can
pass a mutable reference of the blackboard to the user's tick callback
under the hood.

v0.5.0

Toggle v0.5.0's commit message
fix ci badge

v0.4.9

Toggle v0.4.9's commit message
fix failing doctest

v0.3.9

Toggle v0.3.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #13 from Sollimann/release-0.3.9

Release 0.3.9

v0.3.8

Toggle v0.3.8's commit message
typo in docs

v0.3.7

Toggle v0.3.7's commit message
newline

v0.3.6

Toggle v0.3.6's commit message
push images