Skip to content

Commit f2daaec

Browse files
committed
Merge remote-tracking branch 'origin/dev'
2 parents 0abb2cf + 1572a53 commit f2daaec

416 files changed

Lines changed: 30356 additions & 30299 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## Version 2.6.1 - "Caemlyn" - 11th July 2016
4+
5+
### Bug Fixes
6+
7+
* Fixed `Uncaught TypeError: Cannot set property 'x' of undefined` in Body.js (thanks @ErwanErwan #2607)
8+
39
## Version 2.6.0 - "Fal Moran" - 8th July 2016
410

511
### New Features

README.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ Grab the source and join in the fun!
3838

3939
<div align="center"><img src="http://phaser.io/images/github/news.jpg"></div>
4040

41-
> 8th July 2016
41+
> 11th July 2016
4242
43-
Welcome to Phaser 2.6.0. Our seventh release this year, and another leap forwards since 2.5.0 less than a month ago. This version includes the work undertaken with adding circular body support into Arcade Physics, allowing you to now define physics bodies as being circles instead of rectangles, something that was previously only available in P2 Physics.
43+
Welcome to Phaser 2.6.1. Our eighth release this year, and another leap forwards since 2.5.0 less than a month ago. This version includes the work undertaken with adding circular body support into Arcade Physics, allowing you to now define physics bodies as being circles instead of rectangles, something that was previously only available in P2 Physics.
4444

45-
Keeping with Arcade Physics for a moment there are now new events you can listen for, including `Body.onWorldBounds`, `Body.onCollide` and `Body.onOverlap`. Phaser.Groups have also been given a shot in the arm. You can now position them, and all of their children, using the new bounds commands such as `left`, `centerX` and `bottom`. They've also gained the `alignTo` and `alignIn` methods from the 2.5 release.
45+
Keeping with Arcade Physics for a moment there are now new events you can listen for, including Body.onWorldBounds, Body.onCollide and Body.onOverlap. Phaser.Groups have also been given a shot in the arm. You can now position them, and all of their children, using the new bounds commands such as left, centerX and bottom. They've also gained the alignTo and alignIn methods from the 2.5 release.
4646

47-
In this release we've undertaken a large amount of work refactoring Pixi. You will find lots of Pixi related methods, that were redundant, removed from the build (such as `fromImage`). All references to the Pixi Texture and Base Texture caches have also been removed, helping close-off some straggling issues, and free-up lingering resources. Please see the Pixi section of the Change Log for complete details. This will not effect you if you're just using Phaser, but if you had any Pixi specific mods or plugins, they may need checking over.
47+
In this release we've undertaken a large amount of work refactoring Pixi. You will find lots of Pixi related methods, that were redundant, removed from the build (such as fromImage). All references to the Pixi Texture and Base Texture caches have also been removed, helping close-off some straggling issues, and free-up lingering resources. Please see the Pixi section of the Change Log for complete details. This will not effect you if you're just using Phaser, but if you had any Pixi specific mods or plugins, they may need checking over.
4848

4949
I've also been working hard on the documentation. Tidying-up functions that didn't have parameter descriptions, adding lots more details to areas such as the Game Object events, and starting the huge task of rewriting all of the Pixi documentation into a more friendly and comprehensive format. This is an on-going task, and will be merged into releases from here-on.
5050

@@ -113,15 +113,15 @@ Using Browserify? Please [read this](#browserify).
113113

114114
[jsDelivr](http://www.jsdelivr.com/#!phaser) is a "super-fast CDN for developers". Include the following in your html:
115115

116-
`<script src="//cdn.jsdelivr.net/phaser/2.6.0/phaser.js"></script>`
116+
`<script src="//cdn.jsdelivr.net/phaser/2.6.1/phaser.js"></script>`
117117

118118
or the minified version:
119119

120-
`<script src="//cdn.jsdelivr.net/phaser/2.6.0/phaser.min.js"></script>`
120+
`<script src="//cdn.jsdelivr.net/phaser/2.6.1/phaser.min.js"></script>`
121121

122122
[cdnjs.com](https://cdnjs.com/libraries/phaser) also offers a free CDN service. They have all versions of Phaser and even the custom builds:
123123

124-
`<script src="https://cdnjs.cloudflare.com/ajax/libs/phaser/2.6.0/phaser.js"></script>`
124+
`<script src="https://cdnjs.cloudflare.com/ajax/libs/phaser/2.6.1/phaser.js"></script>`
125125

126126
### Phaser Sandbox
127127

@@ -311,6 +311,12 @@ You can read all about the philosophy behind Lazer [here](http://phaser.io/news/
311311
![Change Log](http://phaser.io/images/github/div-change-log.png "Change Log")
312312
<a name="change-log"></a>
313313

314+
## Version 2.6.1 - "Caemlyn" - 11th July 2016
315+
316+
### Bug Fixes
317+
318+
* Fixed `Uncaught TypeError: Cannot set property 'x' of undefined` in Body.js (thanks @ErwanErwan #2607)
319+
314320
## Version 2.6.0 - "Fal Moran" - 8th July 2016
315321

316322
### New Features
@@ -420,10 +426,10 @@ All rights reserved.
420426

421427
[![Analytics](https://ga-beacon.appspot.com/UA-44006568-2/phaser/index)](https://github.com/igrigorik/ga-beacon)
422428

423-
[get-js]: https://github.com/photonstorm/phaser/releases/download/v2.6.0/phaser.js
424-
[get-minjs]: https://github.com/photonstorm/phaser/releases/download/v2.6.0/phaser.min.js
425-
[get-zip]: https://github.com/photonstorm/phaser/archive/v2.6.0.zip
426-
[get-tgz]: https://github.com/photonstorm/phaser/archive/v2.6.0.tar.gz
429+
[get-js]: https://github.com/photonstorm/phaser/releases/download/v2.6.1/phaser.js
430+
[get-minjs]: https://github.com/photonstorm/phaser/releases/download/v2.6.1/phaser.min.js
431+
[get-zip]: https://github.com/photonstorm/phaser/archive/v2.6.1.zip
432+
[get-tgz]: https://github.com/photonstorm/phaser/archive/v2.6.1.tar.gz
427433
[clone-http]: https://github.com/photonstorm/phaser.git
428434
[clone-ssh]: git@github.com:photonstorm/phaser.git
429435
[clone-svn]: https://github.com/photonstorm/phaser

0 commit comments

Comments
 (0)