Skip to content

Releases: fian46/addons-btree

1.1.9 beta

22 Feb 12:54

Choose a tag to compare

1.1.9 beta Pre-release
Pre-release

Fixing minim node cannot resize properly

AssetLib Release

27 Nov 12:57

Choose a tag to compare

1.1.8

27 Oct 14:08

Choose a tag to compare

adding is_init() function to inform a callable node that this call is…

Fix Minor Issue and New Feature

14 Oct 15:15

Choose a tag to compare

Pre-release
  • search next (ctrl + shift + RIGHT)
  • search prev (ctrl + shift + LEFT)
  • debugger now connect automatically so hot reload is always on when any scene is playing
  • support external code editor for scripting
  • new node random_wait and random_repeat

Minor update

09 Oct 15:57
7109365

Choose a tag to compare

Minor update Pre-release
Pre-release
  • add search next and previous from similar node

1.1.7-stable

02 Oct 14:17
d8b1176

Choose a tag to compare

  1. jump to source code from BTEditor
  2. undo redo functionality

1.1.7-beta

01 Oct 14:40
d8b1176

Choose a tag to compare

1.1.7-beta Pre-release
Pre-release
  1. jump to source code(specific function line) from BTEditor by selecting callable node and pressing ctrl + shit + j
  2. undo redo functionality

1.1.6 stable

26 Sep 10:29
3d66760

Choose a tag to compare

  1. hot reload runtime when connected to debugger.

1.1.6 hot reload test beta

25 Sep 12:18

Choose a tag to compare

Pre-release
1.1.6-beta

filename and relative path hash fix for generate_id()

1.1.5-stable

22 Sep 10:53

Choose a tag to compare

Fixed bug engine underflow when using coroutine inside editor. this bug happened during hot reload code when editing while the game is running