File tree Expand file tree Collapse file tree 3 files changed +57
-9
lines changed Expand file tree Collapse file tree 3 files changed +57
-9
lines changed Original file line number Diff line number Diff line change 55 "imageSize" : 100 ,
66 "commit" : false ,
77 "contributors" : [
8+ {
9+ "login" : " ashblue" ,
10+ "name" : " Ash Blue" ,
11+ "avatar_url" : " https://avatars2.githubusercontent.com/u/643307?v=4" ,
12+ "profile" : " http://blueashes.com" ,
13+ "contributions" : [
14+ " code"
15+ ]
16+ },
817 {
918 "login" : " JesseTG" ,
1019 "name" : " Jesse Talavera-Greenberg" ,
1524 ]
1625 },
1726 {
18- "login" : " ashblue " ,
19- "name" : " Ash Blue " ,
20- "avatar_url" : " https://avatars2 .githubusercontent.com/u/643307 ?v=4" ,
21- "profile" : " http ://blueashes .com" ,
27+ "login" : " PureSaltProductions " ,
28+ "name" : " PureSaltProductions " ,
29+ "avatar_url" : " https://avatars1 .githubusercontent.com/u/52610924 ?v=4" ,
30+ "profile" : " https ://github .com/PureSaltProductions " ,
2231 "contributions" : [
23- " code "
32+ " userTesting "
2433 ]
2534 }
2635 ],
2736 "contributorsPerLine" : 7 ,
2837 "projectName" : " fluid-behavior-tree" ,
2938 "projectOwner" : " ashblue" ,
3039 "repoType" : " github" ,
31- "repoHost" : " https://github.com"
40+ "repoHost" : " https://github.com" ,
41+ "skipCi" : true
3242}
Original file line number Diff line number Diff line change 1+ ## [ 2.2.1] ( https://github.com/ashblue/fluid-behavior-tree/compare/v2.2.0...v2.2.1 ) (2020-02-10)
2+
3+
4+ ### Bug Fixes
5+
6+ * ** parallel:** prevents crashes when used with Splice() ([ 010d4ef] ( https://github.com/ashblue/fluid-behavior-tree/commit/010d4ef ) )
7+
8+ # [ 2.2.0] ( https://github.com/ashblue/fluid-behavior-tree/compare/v2.1.0...v2.2.0 ) (2019-06-13)
9+
10+
11+ ### Bug Fixes
12+
13+ * ** travis:** nightly builds moved to a force push ([ b1ae62d] ( https://github.com/ashblue/fluid-behavior-tree/commit/b1ae62d ) )
14+ * nightly builds set to the wrong branch ([ 4413d51] ( https://github.com/ashblue/fluid-behavior-tree/commit/4413d51 ) )
15+ * ** behavior-tree:** recursive global position changes don't double up ([ e762e8e] ( https://github.com/ashblue/fluid-behavior-tree/commit/e762e8e ) )
16+ * ** visualizer:** bugfix for images vanishing ([ 53dcf0d] ( https://github.com/ashblue/fluid-behavior-tree/commit/53dcf0d ) )
17+
18+
19+ ### Features
20+
21+ * nightly builds now available ([ 2cd0774] ( https://github.com/ashblue/fluid-behavior-tree/commit/2cd0774 ) )
22+ * ** behavior-tree:** runtime trees can now be visually printed ([ 11534c7] ( https://github.com/ashblue/fluid-behavior-tree/commit/11534c7 ) )
23+ * ** decorators:** add three new decorators ([ f376ea6] ( https://github.com/ashblue/fluid-behavior-tree/commit/f376ea6 ) )
24+
25+
26+ ### Reverts
27+
28+ * ** nightly:** removing nightly back to what it originally was ([ f697eec] ( https://github.com/ashblue/fluid-behavior-tree/commit/f697eec ) )
29+
130# [ 2.1.0] ( https://github.com/ashblue/fluid-behavior-tree/compare/v2.0.1...v2.1.0 ) (2019-06-04)
231
332
Original file line number Diff line number Diff line change @@ -718,9 +718,18 @@ Please see the [Contributing Guidelines](CONTRIBUTING.md) document for more info
718718Thanks goes to these wonderful people ([ emoji key] ( https://allcontributors.org/docs/en/emoji-key ) ):
719719
720720<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
721- <!-- prettier-ignore -->
722- <table ><tr ><td align =" center " ><a href =" http://blueashes.com " ><img src =" https://avatars2.githubusercontent.com/u/643307?v=4 " width =" 100px; " alt =" Ash Blue " /><br /><sub ><b >Ash Blue</b ></sub ></a ><br /><a href =" https://github.com/ashblue/fluid-behavior-tree/commits?author=ashblue " title =" Code " >💻</a ></td ><td align =" center " ><a href =" https://jesse.tg " ><img src =" https://avatars0.githubusercontent.com/u/1175189?v=4 " width =" 100px; " alt =" Jesse Talavera-Greenberg " /><br /><sub ><b >Jesse Talavera-Greenberg</b ></sub ></a ><br /><a href =" https://github.com/ashblue/fluid-behavior-tree/commits?author=JesseTG " title =" Code " >💻</a ></td ></tr ></table >
723-
721+ <!-- prettier-ignore-start -->
722+ <!-- markdownlint-disable -->
723+ <table >
724+ <tr >
725+ <td align="center"><a href="http://blueashes.com"><img src="https://avatars2.githubusercontent.com/u/643307?v=4" width="100px;" alt=""/><br /><sub><b>Ash Blue</b></sub></a><br /><a href="https://github.com/ashblue/fluid-behavior-tree/commits?author=ashblue" title="Code">💻</a></td>
726+ <td align="center"><a href="https://jesse.tg"><img src="https://avatars0.githubusercontent.com/u/1175189?v=4" width="100px;" alt=""/><br /><sub><b>Jesse Talavera-Greenberg</b></sub></a><br /><a href="https://github.com/ashblue/fluid-behavior-tree/commits?author=JesseTG" title="Code">💻</a></td>
727+ <td align="center"><a href="https://github.com/PureSaltProductions"><img src="https://avatars1.githubusercontent.com/u/52610924?v=4" width="100px;" alt=""/><br /><sub><b>PureSaltProductions</b></sub></a><br /><a href="#userTesting-PureSaltProductions" title="User Testing">📓</a></td>
728+ </tr >
729+ </table >
730+
731+ <!-- markdownlint-enable -->
732+ <!-- prettier-ignore-end -->
724733<!-- ALL-CONTRIBUTORS-LIST:END -->
725734
726735This project follows the [ all-contributors] ( https://github.com/all-contributors/all-contributors ) specification. Contributions of any kind welcome!
You can’t perform that action at this time.
0 commit comments