Skip to content

Commit

Permalink
Merge pull request #16 from ashblue/all-contributors/add-PureSaltProd…
Browse files Browse the repository at this point in the history
…uctions

docs: add PureSaltProductions as a contributor
  • Loading branch information
ashblue authored Feb 10, 2020
2 parents 8bcf802 + 5dade6c commit 4b49c12
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 9 deletions.
22 changes: 16 additions & 6 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "ashblue",
"name": "Ash Blue",
"avatar_url": "https://avatars2.githubusercontent.com/u/643307?v=4",
"profile": "http://blueashes.com",
"contributions": [
"code"
]
},
{
"login": "JesseTG",
"name": "Jesse Talavera-Greenberg",
Expand All @@ -15,18 +24,19 @@
]
},
{
"login": "ashblue",
"name": "Ash Blue",
"avatar_url": "https://avatars2.githubusercontent.com/u/643307?v=4",
"profile": "http://blueashes.com",
"login": "PureSaltProductions",
"name": "PureSaltProductions",
"avatar_url": "https://avatars1.githubusercontent.com/u/52610924?v=4",
"profile": "https://github.com/PureSaltProductions",
"contributions": [
"code"
"userTesting"
]
}
],
"contributorsPerLine": 7,
"projectName": "fluid-behavior-tree",
"projectOwner": "ashblue",
"repoType": "github",
"repoHost": "https://github.com"
"repoHost": "https://github.com",
"skipCi": true
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## [2.2.1](https://github.com/ashblue/fluid-behavior-tree/compare/v2.2.0...v2.2.1) (2020-02-10)


### Bug Fixes

* **parallel:** prevents crashes when used with Splice() ([010d4ef](https://github.com/ashblue/fluid-behavior-tree/commit/010d4ef))

# [2.2.0](https://github.com/ashblue/fluid-behavior-tree/compare/v2.1.0...v2.2.0) (2019-06-13)


### Bug Fixes

* **travis:** nightly builds moved to a force push ([b1ae62d](https://github.com/ashblue/fluid-behavior-tree/commit/b1ae62d))
* nightly builds set to the wrong branch ([4413d51](https://github.com/ashblue/fluid-behavior-tree/commit/4413d51))
* **behavior-tree:** recursive global position changes don't double up ([e762e8e](https://github.com/ashblue/fluid-behavior-tree/commit/e762e8e))
* **visualizer:** bugfix for images vanishing ([53dcf0d](https://github.com/ashblue/fluid-behavior-tree/commit/53dcf0d))


### Features

* nightly builds now available ([2cd0774](https://github.com/ashblue/fluid-behavior-tree/commit/2cd0774))
* **behavior-tree:** runtime trees can now be visually printed ([11534c7](https://github.com/ashblue/fluid-behavior-tree/commit/11534c7))
* **decorators:** add three new decorators ([f376ea6](https://github.com/ashblue/fluid-behavior-tree/commit/f376ea6))


### Reverts

* **nightly:** removing nightly back to what it originally was ([f697eec](https://github.com/ashblue/fluid-behavior-tree/commit/f697eec))

# [2.1.0](https://github.com/ashblue/fluid-behavior-tree/compare/v2.0.1...v2.1.0) (2019-06-04)


Expand Down
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -718,9 +718,18 @@ Please see the [Contributing Guidelines](CONTRIBUTING.md) document for more info
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
<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>

<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<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>
<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>
<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>
</tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit 4b49c12

Please sign in to comment.