Skip to content

Critical Bugfix, Syntactic Sugar, New Features & Debugger Improvements

Choose a tag to compare

@meniku meniku released this 28 Jan 00:33
· 59 commits to master since this release

BUGFIXES

  • FIXED SERIOS BUG in BlackboardCondition: It returned always false after execution of it’s decorated node, even when it’s execution was actually successful

FEATURES

  • Blackboard can now be accessed by []-operator and nicer Set<T> Methods. See the updated README-File for examples. Thanks @Sam for this contribution.
  • Wait-Node: Added ability to wait for Blackboard Value or Lambda Results in “Wait” Node
  • Action-Node: Added “singleFrameFunc” constructor to Action-Node, allowing to add simple actions that can fail

DEBUGGER IMPROVEMENTS

  • Added “Collapsing” of Container Nodes
  • Added Ability to display custom statistics
  • Recently Failed/Stopped nodes are now visible in the Debugger Window
  • Added ability to adjust Timescale while debugging

Debugger Improvements
Thanks @Sam for the great foundation