-
Notifications
You must be signed in to change notification settings - Fork 490
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #440 from photonstorm/release/v2.10.0
Release Phaser CE v2.10.0
- Loading branch information
Showing
225 changed files
with
14,730 additions
and
10,948 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ Thousands of developers worldwide use Phaser. From indies and multi-national dig | |
|
||
Phaser v2 was built and maintained by [Photon Storm](http://www.photonstorm.com) and turned over to the community (as Phaser CE) in November 2016. [Phaser v3](https://github.com/photonstorm/phaser/tree/master/v3) is in active development. | ||
|
||
The [current Phaser CE release is 2.9.4](https://github.com/photonstorm/phaser-ce/releases/tag/v2.9.4). | ||
The [current Phaser CE release is 2.10.0](https://github.com/photonstorm/phaser-ce/releases/tag/v2.10.0). | ||
|
||
- **Visit:** The [Phaser website](http://phaser.io) and follow on [Twitter](https://twitter.com/photonstorm) (#[phaserjs](https://twitter.com/hashtag/phaserjs)) | ||
- **Learn:** [API Docs](https://photonstorm.github.io/phaser-ce/), [Support Forum][forum] and [StackOverflow](http://stackoverflow.com/questions/tagged/phaser-framework) | ||
|
@@ -128,16 +128,16 @@ Please see additional steps for [Browserify/CommonJS](#browserify) and [Webpack] | |
[Phaser CE is on jsDelivr](http://www.jsdelivr.com/projects/phaser-ce), a "super-fast CDN for developers". Include the following in your html: | ||
|
||
```html | ||
<script src="//cdn.jsdelivr.net/npm/phaser-ce@2.9.4/build/phaser.js"></script> | ||
<script src="//cdn.jsdelivr.net/npm/phaser-ce@2.10.0/build/phaser.js"></script> | ||
``` | ||
|
||
or the minified version: | ||
|
||
```html | ||
<script src="//cdn.jsdelivr.net/npm/phaser-ce@2.9.4"></script> | ||
<script src="//cdn.jsdelivr.net/npm/phaser-ce@2.10.0"></script> | ||
``` | ||
|
||
[Custom builds](https://cdn.jsdelivr.net/npm/phaser-ce@2.9.4/build/custom/) are available too. | ||
[Custom builds](https://cdn.jsdelivr.net/npm/phaser-ce@2.10.0/build/custom/) are available too. | ||
|
||
<a name="getting-started"></a> | ||
|
||
|
@@ -328,7 +328,7 @@ Written something cool in Phaser? Please tell us about it in the [forum][forum], | |
|
||
# Change Log | ||
|
||
## Unreleased | ||
## Version 2.10.0 - 18 January 2018 | ||
|
||
### New Features | ||
|
||
|
@@ -385,27 +385,7 @@ Written something cool in Phaser? Please tell us about it in the [forum][forum], | |
|
||
### Thanks | ||
|
||
@ankush-badyal, @Dreaded-Gnu, @Mertank, @pavle-goloskokovic, @photonstorm, @samme, @squaresun | ||
|
||
## Version 2.9.4 - 20th December 2017 | ||
|
||
### New Features | ||
|
||
* [TweenManager#isTweening](https://photonstorm.github.io/phaser-ce/Phaser.TweenManager.html#isTweening) has a `checkIsRunning` argument (#414). | ||
* You can now pass `game.stage` as the `parent` parameter in the `game.add` [methods](https://photonstorm.github.io/phaser-ce/Phaser.GameObjectFactory.html). | ||
* [Arcade#closest](https://photonstorm.github.io/phaser-ce/Phaser.Physics.Arcade.html#closest), [Arcade#distanceBetween](https://photonstorm.github.io/phaser-ce/Phaser.Physics.Arcade.html#distanceBetween), and [Arcade#farthest](https://photonstorm.github.io/phaser-ce/Phaser.Physics.Arcade.html#farthest) have a `useCenter` argument (#418). | ||
|
||
### Updates | ||
|
||
* [Phaser.Device](https://photonstorm.github.io/phaser-ce/Phaser.Device.html) tests for WebGL stencil buffer support (#402). | ||
|
||
### Bug Fixes | ||
|
||
* Fixed a TypeError when a [Text](https://photonstorm.github.io/phaser-ce/Phaser.Text.html) object is created without a `style` argument (#415). | ||
|
||
### Thanks | ||
|
||
@bananatron, @mblais, @mepsoid, @naglfar, @photonstorm, @samme | ||
@ankush-badyal, @Dreaded-Gnu, @Mertank, @pavle-goloskokovic, @photonstorm, @qdrj, @samme, @squaresun | ||
|
||
For changes in previous releases please see the extensive [Change Log](https://github.com/photonstorm/phaser-ce/blob/master/CHANGELOG.md). | ||
|
||
|
@@ -429,10 +409,10 @@ All rights reserved. | |
|
||
[![Analytics](https://ga-beacon.appspot.com/UA-44006568-2/phaser/index)](https://github.com/igrigorik/ga-beacon) | ||
|
||
[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.9.4/phaser.js | ||
[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.9.4/phaser.min.js | ||
[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.9.4.zip | ||
[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.9.4.tar.gz | ||
[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.10.0/phaser.js | ||
[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.10.0/phaser.min.js | ||
[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.10.0.zip | ||
[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.10.0.tar.gz | ||
[clone-http]: https://github.com/photonstorm/phaser.git | ||
[clone-ssh]: ssh://[email protected]:photonstorm/phaser.git | ||
[clone-svn]: https://github.com/photonstorm/phaser | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Custom Builds | ||
============= | ||
|
||
Any **one** of these can be used in place of [phaser.js](../phaser.js): | ||
|
||
- phaser-arcade-physics.js | ||
- phaser-no-physics.js | ||
- phaser-minimum.js | ||
|
||
Any one of these **sets** can be used in place of [phaser.js](../phaser.js): | ||
|
||
Browserify / CommonJS | ||
--------------------- | ||
|
||
1. p2.js | ||
1. pixi.js | ||
1. phaser-split.js | ||
|
||
Creature | ||
-------- | ||
|
||
1. creature.js | ||
1. p2.js | ||
1. pixi.js | ||
1. phaser-creature.js | ||
|
||
You can also [make your own custom build](http://phaser.io/tutorials/creating-custom-phaser-builds). |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.