Skip to content

BeeT 0.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@traguill traguill released this 20 Jun 18:18
· 18 commits to master since this release
  • Library:

    • Function callback for Task now includes a type: OnInit, Update, OnFinish
    • Root node repeats infinitely when finishes
    • Set IP and port for debug connection
    • Optimized number of running nodes (unnecessary nodes doesn't tick)
    • Memory leaks cleanup
    • Avoid sending repeat running states while debugging
    • Decorator can be checked only the first time or each tick
    • Parallel node
  • GUI:

    • Fixed: crash when removing a child of a parallel node
    • New way to show BT evolution: drag bar like a video with play/pause/next/prev
    • Option to search a node by ID
    • Show node ID while debugging
    • Option to close a BT in editor
    • Multiple BT tabs while debugging
    • Parallel node
    • Option to set IP and port for debug connection
    • Decorator can be set to check only at the start or every tick