Skip to content

Commit

Permalink
updated 1.5 changeset in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RonenNess committed Dec 29, 2015
1 parent 7f73e89 commit a300488
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,15 @@ Note: building this version before attempting to become npm compliance.
- Fixed bug that factor_self and factor_other not working in composite-shape repel().
- Added option to set collision tags to null for quick reset.
- Docs update.
### 1.5
- Minor optimization in collision detection by ditching "instanceof"
- Added field-of-view test.
- Fixed bug with line collision when line goes backwards.
- Some docs update.
- Fixed Vector.from_angle() to be really angle and not radian. added radian in addition.
- All code had been beautified.
## License
SSCD is provided under the zlib-license, and is absolutely free for use for educational & commercial purposes.
Expand Down
9 changes: 9 additions & 0 deletions dist/npm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,15 @@ Note: building this version before attempting to become npm compliance.
- Added option to set collision tags to null for quick reset.
- Docs update.
### 1.5
- Minor optimization in collision detection by ditching "instanceof"
- Added field-of-view test.
- Fixed bug with line collision when line goes backwards.
- Some docs update.
- Fixed Vector.from_angle() to be really angle and not radian. added radian in addition.
- All code had been beautified.
## License
SSCD is provided under the zlib-license, and is absolutely free for use for educational & commercial purposes.
See LICENSE.txt for more info.
Expand Down
2 changes: 1 addition & 1 deletion dist/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sscd",
"version": "1.5.0",
"version": "1.5.1",
"description": "Super simple collision detection for 2d gamedev.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a300488

Please sign in to comment.