Skip to content

Commit a2a756a

Browse files
committed
Merge branch 'all-contributors/add-JesseTG' into develop
# Conflicts: # README.md
2 parents 6f849dc + 7519c1c commit a2a756a

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

.all-contributorsrc

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "JesseTG",
10+
"name": "Jesse Talavera-Greenberg",
11+
"avatar_url": "https://avatars0.githubusercontent.com/u/1175189?v=4",
12+
"profile": "https://jesse.tg",
13+
"contributions": [
14+
"code"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "fluid-behavior-tree",
20+
"projectOwner": "ashblue",
21+
"repoType": "github",
22+
"repoHost": "https://github.com"
23+
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.1.0](https://github.com/ashblue/fluid-behavior-tree/compare/v2.0.1...v2.1.0) (2019-06-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **manifest:** moved to scoped registries ([19dd266](https://github.com/ashblue/fluid-behavior-tree/commit/19dd266))
7+
8+
9+
### Features
10+
11+
* **behavior-tree:** calling `Reset()` now triggers End on active nodes ([0287fa8](https://github.com/ashblue/fluid-behavior-tree/commit/0287fa8))
12+
113
## [2.0.1](https://github.com/ashblue/fluid-behavior-tree/compare/v2.0.0...v2.0.1) (2019-05-31)
214

315

README.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Fluid Behavior Tree [![Build Status](https://travis-ci.org/ashblue/fluid-behavior-tree.svg?branch=master)](https://travis-ci.org/ashblue/fluid-behavior-tree)
1+
# Fluid Behavior Tree
2+
[![Build Status](https://travis-ci.org/ashblue/fluid-behavior-tree.svg?branch=master)](https://travis-ci.org/ashblue/fluid-behavior-tree)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors)
24

35
A pure code behavior tree micro-framework built for Unity3D projects.
46
Granting developers the power to dictate their GUI presentation.
@@ -158,10 +160,17 @@ with units who attempt to capture the flag while grabbing power ups to try and g
158160
+ [Custom Conditions](#custom-conditions)
159161
+ [Custom Composites](#custom-composites)
160162
+ [Custom Decorators](#custom-decorators)
161-
* [Development](#development)
163+
* [Development Environment](#development-environment)
162164
+ [Making Commits](#making-commits)
163165
+ [Submitting your own actions, conditions, ect](#submitting-code-to-this-project)
164166
+ [Nightly Builds](#nightly-builds)
167+
* [Contributors](#contributors)
168+
169+
## Example Scene
170+
171+
You might want to look at the [capture the flag](https://github.com/ashblue/fluid-behavior-tree-ctf-example) example project
172+
for a working example of how Fluid Behavior Tree can be used in your project. It demonstrates real time usage
173+
with units who attempt to capture the flag while grabbing power ups to try and gain the upper hand.
165174

166175
## Library
167176

@@ -707,3 +716,15 @@ To access nightly builds of `develop` that are package manager friendly you'll n
707716
```
708717

709718
Note that to get a newer nightly build you must delete this line and any related lock data in the manifest, let Unity rebuild, then add it back. As Unity locks the commit hash for Git urls as packages.
719+
720+
## Contributors
721+
722+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
723+
724+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
725+
<!-- prettier-ignore -->
726+
<table><tr><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>
727+
728+
<!-- ALL-CONTRIBUTORS-LIST:END -->
729+
730+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)