Skip to content

Tags: ashblue/fluid-behavior-tree

Tags

v2.3.0

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)

v2.2.3

chore(release): 2.2.3 [skip ci]

## [2.2.3](v2.2.2...v2.2.3) (2021-03-24)

### Bug Fixes

* **actions:** generic action had exit and init reversed ([ff7dbc2](ff7dbc2)), closes [#35](#35)
* **builds:** node version now pulls from .nvmrc ([bf5c108](bf5c108))

v2.2.2

chore(release): 2.2.2 [skip ci]

## [2.2.2](v2.2.1...v2.2.2) (2020-06-04)

### Bug Fixes

* **dependencies:** nsubstitute no longer required ([a171e85](a171e85)), closes [#18](#18)
* **repeaters:** now handle composites and task hooks as expected ([3d8bcf6](3d8bcf6))

v2.2.1

chore(release): 2.2.1 [skip ci]

## [2.2.1](v2.2.0...v2.2.1) (2020-02-10)

### Bug Fixes

* **parallel:** prevents crashes when used with Splice() ([010d4ef](010d4ef))

v2.2.0

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))

v2.1.0

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))

v2.0.1

chore(release): 2.0.1 [skip ci]

## [2.0.1](v2.0.0...v2.0.1) (2019-05-31)

### Bug Fixes

* missing meta files no longer crash the dist package ([32f782d](32f782d))

v2.0.0

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

v1.0.0

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

version/1.1

Documentation first pass, fixed a bug with splicing, increased extend…

…ability of behavior tree builders.