Skip to content

Commit

Permalink
Merge pull request #633 from photonstorm/release/v2.13.2
Browse files Browse the repository at this point in the history
Phaser CE Version 2.13.2
photonstorm authored May 24, 2019
2 parents d943bf6 + 89e98dc commit da7bdf9
Showing 221 changed files with 7,609 additions and 7,609 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Change Log

## Unreleased
## Version 2.13.2 - 22 May 2019

### Bug Fixes

* Fixed an error when destroying or disabling a button from an input handler (#630).

### Thanks

@leandrop20, @samme, @ts1985, @XWILKINX
@leandrop20, @photonstorm, @samme, @ts1985, @XWILKINX

## Version 2.13.1 - 15 May 2019

16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ Phaser CE is a fast, free, and fun open source HTML5 game framework. It uses a c

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](http://phaser.io/phaser3) is in active development.

The [current Phaser CE release is 2.13.1](https://github.com/photonstorm/phaser-ce/releases/tag/v2.13.1).
The [current Phaser CE release is 2.13.2](https://github.com/photonstorm/phaser-ce/releases/tag/v2.13.2).

- **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](https://stackoverflow.com/questions/tagged/phaser-framework)
@@ -88,16 +88,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/[email protected].1/build/phaser.js"></script>
<script src="//cdn.jsdelivr.net/npm/[email protected].2/build/phaser.js"></script>
```

or the minified version:

```html
<script src="//cdn.jsdelivr.net/npm/[email protected].1"></script>
<script src="//cdn.jsdelivr.net/npm/[email protected].2"></script>
```

[Custom builds](https://cdn.jsdelivr.net/npm/[email protected].1/build/custom/) are available too.
[Custom builds](https://cdn.jsdelivr.net/npm/[email protected].2/build/custom/) are available too.

<a name="getting-started"></a>

@@ -312,10 +312,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.13.1/phaser.js
[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.13.1/phaser.min.js
[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.13.1.zip
[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.13.1.tar.gz
[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.13.2/phaser.js
[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.13.2/phaser.min.js
[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.13.2.zip
[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.13.2.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
2 changes: 1 addition & 1 deletion build/custom/creature.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/custom/p2.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/custom/phaser-arcade-physics.js
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
*
* Phaser - http://phaser.io
*
* v2.13.1 "2019-05-15" - Built: Wed May 15 2019 12:48:04
* v2.13.2 "2019-05-22" - Built: Wed May 22 2019 19:22:14
*
* By Richard Davey http://www.photonstorm.com @photonstorm
*
@@ -7823,7 +7823,7 @@ var Phaser = Phaser || { // jshint ignore:line
* @constant Phaser.VERSION
* @type {string}
*/
VERSION: '2.13.1',
VERSION: '2.13.2',

/**
* An array of Phaser game instances.
@@ -25101,7 +25101,7 @@ Phaser.Input.prototype = {
{
var item = list[i];

if (item.enabled)
if (item && item.enabled)
{
item[handler](pointer);
}
2 changes: 1 addition & 1 deletion build/custom/phaser-arcade-physics.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/custom/phaser-arcade-physics.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/custom/phaser-creature.js
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
*
* Phaser - http://phaser.io
*
* v2.13.1 "2019-05-15" - Built: Wed May 15 2019 12:48:20
* v2.13.2 "2019-05-22" - Built: Wed May 22 2019 19:22:31
*
* By Richard Davey http://www.photonstorm.com @photonstorm
*
@@ -53,7 +53,7 @@ var Phaser = Phaser || { // jshint ignore:line
* @constant Phaser.VERSION
* @type {string}
*/
VERSION: '2.13.1',
VERSION: '2.13.2',

/**
* An array of Phaser game instances.
@@ -17331,7 +17331,7 @@ Phaser.Input.prototype = {
{
var item = list[i];

if (item.enabled)
if (item && item.enabled)
{
item[handler](pointer);
}
2 changes: 1 addition & 1 deletion build/custom/phaser-creature.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/custom/phaser-creature.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/custom/phaser-minimum.js
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
*
* Phaser - http://phaser.io
*
* v2.13.1 "2019-05-15" - Built: Wed May 15 2019 12:48:11
* v2.13.2 "2019-05-22" - Built: Wed May 22 2019 19:22:21
*
* By Richard Davey http://www.photonstorm.com @photonstorm
*
@@ -7823,7 +7823,7 @@ var Phaser = Phaser || { // jshint ignore:line
* @constant Phaser.VERSION
* @type {string}
*/
VERSION: '2.13.1',
VERSION: '2.13.2',

/**
* An array of Phaser game instances.
@@ -25101,7 +25101,7 @@ Phaser.Input.prototype = {
{
var item = list[i];

if (item.enabled)
if (item && item.enabled)
{
item[handler](pointer);
}
2 changes: 1 addition & 1 deletion build/custom/phaser-minimum.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/custom/phaser-minimum.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/custom/phaser-no-physics.js
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
*
* Phaser - http://phaser.io
*
* v2.13.1 "2019-05-15" - Built: Wed May 15 2019 12:48:08
* v2.13.2 "2019-05-22" - Built: Wed May 22 2019 19:22:18
*
* By Richard Davey http://www.photonstorm.com @photonstorm
*
@@ -7823,7 +7823,7 @@ var Phaser = Phaser || { // jshint ignore:line
* @constant Phaser.VERSION
* @type {string}
*/
VERSION: '2.13.1',
VERSION: '2.13.2',

/**
* An array of Phaser game instances.
@@ -25101,7 +25101,7 @@ Phaser.Input.prototype = {
{
var item = list[i];

if (item.enabled)
if (item && item.enabled)
{
item[handler](pointer);
}
2 changes: 1 addition & 1 deletion build/custom/phaser-no-physics.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/custom/phaser-no-physics.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/custom/phaser-split.js
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
*
* Phaser - http://phaser.io
*
* v2.13.1 "2019-05-15" - Built: Wed May 15 2019 12:48:14
* v2.13.2 "2019-05-22" - Built: Wed May 22 2019 19:22:25
*
* By Richard Davey http://www.photonstorm.com @photonstorm
*
@@ -53,7 +53,7 @@ var Phaser = Phaser || { // jshint ignore:line
* @constant Phaser.VERSION
* @type {string}
*/
VERSION: '2.13.1',
VERSION: '2.13.2',

/**
* An array of Phaser game instances.
@@ -17331,7 +17331,7 @@ Phaser.Input.prototype = {
{
var item = list[i];

if (item.enabled)
if (item && item.enabled)
{
item[handler](pointer);
}
2 changes: 1 addition & 1 deletion build/custom/phaser-split.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/custom/phaser-split.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/custom/pixi.js
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
*
* Phaser - http://phaser.io
*
* v2.13.1 "2019-05-15" - Built: Wed May 15 2019 12:48:19
* v2.13.2 "2019-05-22" - Built: Wed May 22 2019 19:22:30
*
* By Richard Davey http://www.photonstorm.com @photonstorm
*
2 changes: 1 addition & 1 deletion build/custom/pixi.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/phaser.js
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
*
* Phaser - http://phaser.io
*
* v2.13.1 "2019-05-15" - Built: Wed May 15 2019 12:47:58
* v2.13.2 "2019-05-22" - Built: Wed May 22 2019 19:22:07
*
* By Richard Davey http://www.photonstorm.com @photonstorm
*
@@ -22651,7 +22651,7 @@ var Phaser = Phaser || { // jshint ignore:line
* @constant Phaser.VERSION
* @type {string}
*/
VERSION: '2.13.1',
VERSION: '2.13.2',

/**
* An array of Phaser game instances.
@@ -39929,7 +39929,7 @@ Phaser.Input.prototype = {
{
var item = list[i];

if (item.enabled)
if (item && item.enabled)
{
item[handler](pointer);
}
2 changes: 1 addition & 1 deletion build/phaser.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/phaser.min.js

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/CreatureShader.html
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Phaser CE Class: CreatureShader</title>
<link rel="stylesheet" href="styles/site.phaser.css?2019051512">
<link rel="stylesheet" href="styles/site.phaser.css?2019052219">
</head>

<body>
@@ -224,7 +224,7 @@ <h5>Parameters:</h5>
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">

<a href="https://github.com/photonstorm/phaser-ce/blob/v2.13.1/src/gameobjects/Creature.js#L16" title="CreatureShader on line 16 of src/gameobjects/Creature.js">src/gameobjects/Creature.js line 16</a>
<a href="https://github.com/photonstorm/phaser-ce/blob/v2.13.2/src/gameobjects/Creature.js#L16" title="CreatureShader on line 16 of src/gameobjects/Creature.js">src/gameobjects/Creature.js line 16</a>



@@ -329,7 +329,7 @@ <h5>Type:</h5>
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">

<a href="https://github.com/photonstorm/phaser-ce/blob/v2.13.1/src/gameobjects/Creature.js#L43" title="fragmentSrc on line 43 of src/gameobjects/Creature.js">src/gameobjects/Creature.js line 43</a>
<a href="https://github.com/photonstorm/phaser-ce/blob/v2.13.2/src/gameobjects/Creature.js#L43" title="fragmentSrc on line 43 of src/gameobjects/Creature.js">src/gameobjects/Creature.js line 43</a>



@@ -402,7 +402,7 @@ <h5>Type:</h5>
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">

<a href="https://github.com/photonstorm/phaser-ce/blob/v2.13.1/src/gameobjects/Creature.js#L29" title="gl on line 29 of src/gameobjects/Creature.js">src/gameobjects/Creature.js line 29</a>
<a href="https://github.com/photonstorm/phaser-ce/blob/v2.13.2/src/gameobjects/Creature.js#L29" title="gl on line 29 of src/gameobjects/Creature.js">src/gameobjects/Creature.js line 29</a>



@@ -479,7 +479,7 @@ <h5>Type:</h5>
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">

<a href="https://github.com/photonstorm/phaser-ce/blob/v2.13.1/src/gameobjects/Creature.js#L36" title="program on line 36 of src/gameobjects/Creature.js">src/gameobjects/Creature.js line 36</a>
<a href="https://github.com/photonstorm/phaser-ce/blob/v2.13.2/src/gameobjects/Creature.js#L36" title="program on line 36 of src/gameobjects/Creature.js">src/gameobjects/Creature.js line 36</a>



@@ -556,7 +556,7 @@ <h5>Type:</h5>
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">

<a href="https://github.com/photonstorm/phaser-ce/blob/v2.13.1/src/gameobjects/Creature.js#L63" title="vertexSrc on line 63 of src/gameobjects/Creature.js">src/gameobjects/Creature.js line 63</a>
<a href="https://github.com/photonstorm/phaser-ce/blob/v2.13.2/src/gameobjects/Creature.js#L63" title="vertexSrc on line 63 of src/gameobjects/Creature.js">src/gameobjects/Creature.js line 63</a>



@@ -589,9 +589,9 @@ <h5>Type:</h5>


<p class="package-signature">
[email protected].1
[email protected].2
is on
<a href="https://github.com/photonstorm/phaser-ce/releases/tag/v2.13.1">GitHub</a>
<a href="https://github.com/photonstorm/phaser-ce/releases/tag/v2.13.2">GitHub</a>
and
<a href="https://www.npmjs.com/package/phaser-ce">NPM</a>
</p>
@@ -608,7 +608,7 @@ <h5>Type:</h5>
<p class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.4</a>

on 2019-05-15
on 2019-05-22

using <a href="https://github.com/photonstorm/phaser-ce/tree/master/resources/docstrap-master">Tomorrow</a>.
</p>
@@ -637,7 +637,7 @@ <h5>Type:</h5>
</div>
</div>

<script defer src="scripts/bundle.js?2019051512"></script>
<script defer src="scripts/bundle.js?2019052219"></script>



12 changes: 6 additions & 6 deletions docs/EarCut.html
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Phaser CE Class: EarCut</title>
<link rel="stylesheet" href="styles/site.phaser.css?2019051512">
<link rel="stylesheet" href="styles/site.phaser.css?2019052219">
</head>

<body>
@@ -174,7 +174,7 @@ <h4 class="name" id="EarCut" data-name="EarCut">
<dt class="tag-source method-doc-label method-doc-details-label">Source:</dt>
<dd class="tag-source">

<a href="https://github.com/photonstorm/phaser-ce/blob/v2.13.1/src/utils/EarCut.js#L22" title="EarCut on line 22 of src/utils/EarCut.js">src/utils/EarCut.js line 22</a>
<a href="https://github.com/photonstorm/phaser-ce/blob/v2.13.2/src/utils/EarCut.js#L22" title="EarCut on line 22 of src/utils/EarCut.js">src/utils/EarCut.js line 22</a>



@@ -231,9 +231,9 @@ <h4 class="name" id="EarCut" data-name="EarCut">


<p class="package-signature">
[email protected].1
[email protected].2
is on
<a href="https://github.com/photonstorm/phaser-ce/releases/tag/v2.13.1">GitHub</a>
<a href="https://github.com/photonstorm/phaser-ce/releases/tag/v2.13.2">GitHub</a>
and
<a href="https://www.npmjs.com/package/phaser-ce">NPM</a>
</p>
@@ -250,7 +250,7 @@ <h4 class="name" id="EarCut" data-name="EarCut">
<p class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.4</a>

on 2019-05-15
on 2019-05-22

using <a href="https://github.com/photonstorm/phaser-ce/tree/master/resources/docstrap-master">Tomorrow</a>.
</p>
@@ -279,7 +279,7 @@ <h4 class="name" id="EarCut" data-name="EarCut">
</div>
</div>

<script defer src="scripts/bundle.js?2019051512"></script>
<script defer src="scripts/bundle.js?2019052219"></script>



Loading

0 comments on commit da7bdf9

Please sign in to comment.