Tags: ashblue/fluid-behavior-tree
Tags
chore(release): 2.3.0 [skip ci] # [2.3.0](v2.2.3...v2.3.0) (2024-11-09) ### Bug Fixes * **assetpath.cs:** retarget PATH_PROJECT ([45f5620](45f5620)), closes [#79](#79) * **builds:** node version now pulls from .nvmrc ([8564210](8564210)) * **conditions:** generic condition had exit and init reversed ([c9ac8cc](c9ac8cc)) * **dark mode:** boxes keep proper color in dark mode for the visualizer ([b3dd08f](b3dd08f)), closes [#48](#48) * **visualizer:** vertically connected nodes now connect properly ([321e47e](321e47e)), closes [#29](#29) ### Features * **visualizer:** pausing the game now keeps active node highlighting ([b031653](b031653)), closes [#94](#94)
chore(release): 2.2.0 [skip ci] # [2.2.0](v2.1.0...v2.2.0) (2019-06-13) ### Bug Fixes * **travis:** nightly builds moved to a force push ([b1ae62d](b1ae62d)) * nightly builds set to the wrong branch ([4413d51](4413d51)) * **behavior-tree:** recursive global position changes don't double up ([e762e8e](e762e8e)) * **visualizer:** bugfix for images vanishing ([53dcf0d](53dcf0d)) ### Features * nightly builds now available ([2cd0774](2cd0774)) * **behavior-tree:** runtime trees can now be visually printed ([11534c7](11534c7)) * **decorators:** add three new decorators ([f376ea6](f376ea6)) ### Reverts * **nightly:** removing nightly back to what it originally was ([f697eec](f697eec))
chore(release): 2.1.0 [skip ci] # [2.1.0](v2.0.1...v2.1.0) (2019-06-04) ### Bug Fixes * **manifest:** moved to scoped registries ([19dd266](19dd266)) ### Features * **behavior-tree:** calling `Reset()` now triggers End on active nodes ([0287fa8](0287fa8))
chore(release): 2.0.0 [skip ci] # [2.0.0](v1.0.0...v2.0.0) (2019-05-31) ### Bug Fixes * **github:** fixed corrupt GitHub archive generation ([f94a140](f94a140)) * **semantic-release:** prevents a crash due to no version number change ([55aa2ba](55aa2ba)) ### BREAKING CHANGES * **github:** Artifical breaking change to make the number match with the correct version
chore(release): 1.0.0 [skip ci] # 1.0.0 (2019-05-31) ### Bug Fixes * **travis:** fixes an npm verification bug ([3bbb40c](3bbb40c)) ### Code Refactoring * **namespace:** namespace changed to CleverCrow.Fluid.BTs ([073c1e9](073c1e9)) ### Features * **action:** new wait time node ([bc49935](bc49935)) * **commits:** added commitizen support ([916f5cb](916f5cb)) * **composites:** new selector random node ([0e13b8d](0e13b8d)) ### BREAKING CHANGES * **namespace:** Will cause any project using the old namespace to break
PreviousNext