Skip to content

Commit

Permalink
Build Phaser CE v2.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samme committed Oct 25, 2021
1 parent 79b5093 commit ae3be15
Show file tree
Hide file tree
Showing 215 changed files with 7,619 additions and 7,634 deletions.
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.

9 changes: 3 additions & 6 deletions build/custom/phaser-arcade-physics.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* Phaser CE - https://github.com/photonstorm/phaser-ce
*
* v2.19.1 "2021-10-13" - Built: Tue Oct 19 2021 11:50:07
* v2.19.2 "2021-10-25" - Built: Sun Oct 24 2021 17:53:11
*
* By Richard Davey http://www.photonstorm.com @photonstorm and Phaser CE contributors
*
Expand Down Expand Up @@ -5311,10 +5311,7 @@ PIXI.WebGLSpriteBatch.prototype.flush = function ()
gl.vertexAttribPointer(shader.colorAttribute, 4, gl.UNSIGNED_BYTE, true, stride, 16);

// Texture index
if (PIXI._enableMultiTextureToggle)
{
gl.vertexAttribPointer(shader.aTextureIndex, 1, gl.FLOAT, false, stride, 20);
}
gl.vertexAttribPointer(shader.aTextureIndex, 1, gl.FLOAT, false, stride, 20);
}

// upload the verts to the buffer
Expand Down Expand Up @@ -7787,7 +7784,7 @@ var Phaser = Phaser || { // jshint ignore:line
* @constant Phaser.VERSION
* @type {string}
*/
VERSION: '2.19.1',
VERSION: '2.19.2',

/**
* An array of Phaser game instances.
Expand Down
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.

4 changes: 2 additions & 2 deletions build/custom/phaser-creature.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* Phaser CE - https://github.com/photonstorm/phaser-ce
*
* v2.19.1 "2021-10-13" - Built: Tue Oct 19 2021 11:50:29
* v2.19.2 "2021-10-25" - Built: Sun Oct 24 2021 17:53:34
*
* By Richard Davey http://www.photonstorm.com @photonstorm and Phaser CE contributors
*
Expand Down Expand Up @@ -40,7 +40,7 @@ var Phaser = Phaser || { // jshint ignore:line
* @constant Phaser.VERSION
* @type {string}
*/
VERSION: '2.19.1',
VERSION: '2.19.2',

/**
* An array of Phaser game instances.
Expand Down
4 changes: 2 additions & 2 deletions build/custom/phaser-creature.min.js

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions build/custom/phaser-minimum.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* Phaser CE - https://github.com/photonstorm/phaser-ce
*
* v2.19.1 "2021-10-13" - Built: Tue Oct 19 2021 11:50:17
* v2.19.2 "2021-10-25" - Built: Sun Oct 24 2021 17:53:22
*
* By Richard Davey http://www.photonstorm.com @photonstorm and Phaser CE contributors
*
Expand Down Expand Up @@ -5311,10 +5311,7 @@ PIXI.WebGLSpriteBatch.prototype.flush = function ()
gl.vertexAttribPointer(shader.colorAttribute, 4, gl.UNSIGNED_BYTE, true, stride, 16);

// Texture index
if (PIXI._enableMultiTextureToggle)
{
gl.vertexAttribPointer(shader.aTextureIndex, 1, gl.FLOAT, false, stride, 20);
}
gl.vertexAttribPointer(shader.aTextureIndex, 1, gl.FLOAT, false, stride, 20);
}

// upload the verts to the buffer
Expand Down Expand Up @@ -7787,7 +7784,7 @@ var Phaser = Phaser || { // jshint ignore:line
* @constant Phaser.VERSION
* @type {string}
*/
VERSION: '2.19.1',
VERSION: '2.19.2',

/**
* An array of Phaser game instances.
Expand Down
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.

9 changes: 3 additions & 6 deletions build/custom/phaser-no-physics.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* Phaser CE - https://github.com/photonstorm/phaser-ce
*
* v2.19.1 "2021-10-13" - Built: Tue Oct 19 2021 11:50:13
* v2.19.2 "2021-10-25" - Built: Sun Oct 24 2021 17:53:17
*
* By Richard Davey http://www.photonstorm.com @photonstorm and Phaser CE contributors
*
Expand Down Expand Up @@ -5311,10 +5311,7 @@ PIXI.WebGLSpriteBatch.prototype.flush = function ()
gl.vertexAttribPointer(shader.colorAttribute, 4, gl.UNSIGNED_BYTE, true, stride, 16);

// Texture index
if (PIXI._enableMultiTextureToggle)
{
gl.vertexAttribPointer(shader.aTextureIndex, 1, gl.FLOAT, false, stride, 20);
}
gl.vertexAttribPointer(shader.aTextureIndex, 1, gl.FLOAT, false, stride, 20);
}

// upload the verts to the buffer
Expand Down Expand Up @@ -7787,7 +7784,7 @@ var Phaser = Phaser || { // jshint ignore:line
* @constant Phaser.VERSION
* @type {string}
*/
VERSION: '2.19.1',
VERSION: '2.19.2',

/**
* An array of Phaser game instances.
Expand Down
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.

4 changes: 2 additions & 2 deletions build/custom/phaser-split.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* Phaser CE - https://github.com/photonstorm/phaser-ce
*
* v2.19.1 "2021-10-13" - Built: Tue Oct 19 2021 11:50:22
* v2.19.2 "2021-10-25" - Built: Sun Oct 24 2021 17:53:27
*
* By Richard Davey http://www.photonstorm.com @photonstorm and Phaser CE contributors
*
Expand Down Expand Up @@ -40,7 +40,7 @@ var Phaser = Phaser || { // jshint ignore:line
* @constant Phaser.VERSION
* @type {string}
*/
VERSION: '2.19.1',
VERSION: '2.19.2',

/**
* An array of Phaser game instances.
Expand Down
4 changes: 2 additions & 2 deletions build/custom/phaser-split.min.js

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions build/custom/pixi.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* Phaser CE - https://github.com/photonstorm/phaser-ce
*
* v2.19.1 "2021-10-13" - Built: Tue Oct 19 2021 11:50:28
* v2.19.2 "2021-10-25" - Built: Sun Oct 24 2021 17:53:34
*
* By Richard Davey http://www.photonstorm.com @photonstorm and Phaser CE contributors
*
Expand Down Expand Up @@ -5311,10 +5311,7 @@ PIXI.WebGLSpriteBatch.prototype.flush = function ()
gl.vertexAttribPointer(shader.colorAttribute, 4, gl.UNSIGNED_BYTE, true, stride, 16);

// Texture index
if (PIXI._enableMultiTextureToggle)
{
gl.vertexAttribPointer(shader.aTextureIndex, 1, gl.FLOAT, false, stride, 20);
}
gl.vertexAttribPointer(shader.aTextureIndex, 1, gl.FLOAT, false, stride, 20);
}

// upload the verts to the buffer
Expand Down
2 changes: 1 addition & 1 deletion build/custom/pixi.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions build/phaser.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* Phaser CE - https://github.com/photonstorm/phaser-ce
*
* v2.19.1 "2021-10-13" - Built: Tue Oct 19 2021 11:50:00
* v2.19.2 "2021-10-25" - Built: Sun Oct 24 2021 17:53:03
*
* By Richard Davey http://www.photonstorm.com @photonstorm and Phaser CE contributors
*
Expand Down Expand Up @@ -20139,10 +20139,7 @@ PIXI.WebGLSpriteBatch.prototype.flush = function ()
gl.vertexAttribPointer(shader.colorAttribute, 4, gl.UNSIGNED_BYTE, true, stride, 16);

// Texture index
if (PIXI._enableMultiTextureToggle)
{
gl.vertexAttribPointer(shader.aTextureIndex, 1, gl.FLOAT, false, stride, 20);
}
gl.vertexAttribPointer(shader.aTextureIndex, 1, gl.FLOAT, false, stride, 20);
}

// upload the verts to the buffer
Expand Down Expand Up @@ -22615,7 +22612,7 @@ var Phaser = Phaser || { // jshint ignore:line
* @constant Phaser.VERSION
* @type {string}
*/
VERSION: '2.19.1',
VERSION: '2.19.2',

/**
* An array of Phaser game instances.
Expand Down
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
Expand Up @@ -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?2021101911">
<link rel="stylesheet" href="styles/site.phaser.css?2021102417">
</head>

<body>
Expand Down Expand Up @@ -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.19.1/src/gameobjects/Creature.js#L15" title="CreatureShader on line 15 of src/gameobjects/Creature.js">src/gameobjects/Creature.js line 15</a>
<a href="https://github.com/photonstorm/phaser-ce/blob/v2.19.2/src/gameobjects/Creature.js#L15" title="CreatureShader on line 15 of src/gameobjects/Creature.js">src/gameobjects/Creature.js line 15</a>



Expand Down Expand Up @@ -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.19.1/src/gameobjects/Creature.js#L42" title="fragmentSrc on line 42 of src/gameobjects/Creature.js">src/gameobjects/Creature.js line 42</a>
<a href="https://github.com/photonstorm/phaser-ce/blob/v2.19.2/src/gameobjects/Creature.js#L42" title="fragmentSrc on line 42 of src/gameobjects/Creature.js">src/gameobjects/Creature.js line 42</a>



Expand Down Expand Up @@ -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.19.1/src/gameobjects/Creature.js#L28" title="gl on line 28 of src/gameobjects/Creature.js">src/gameobjects/Creature.js line 28</a>
<a href="https://github.com/photonstorm/phaser-ce/blob/v2.19.2/src/gameobjects/Creature.js#L28" title="gl on line 28 of src/gameobjects/Creature.js">src/gameobjects/Creature.js line 28</a>



Expand Down Expand Up @@ -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.19.1/src/gameobjects/Creature.js#L35" title="program on line 35 of src/gameobjects/Creature.js">src/gameobjects/Creature.js line 35</a>
<a href="https://github.com/photonstorm/phaser-ce/blob/v2.19.2/src/gameobjects/Creature.js#L35" title="program on line 35 of src/gameobjects/Creature.js">src/gameobjects/Creature.js line 35</a>



Expand Down Expand Up @@ -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.19.1/src/gameobjects/Creature.js#L64" title="vertexSrc on line 64 of src/gameobjects/Creature.js">src/gameobjects/Creature.js line 64</a>
<a href="https://github.com/photonstorm/phaser-ce/blob/v2.19.2/src/gameobjects/Creature.js#L64" title="vertexSrc on line 64 of src/gameobjects/Creature.js">src/gameobjects/Creature.js line 64</a>



Expand Down Expand Up @@ -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.19.1">GitHub</a>
<a href="https://github.com/photonstorm/phaser-ce/releases/tag/v2.19.2">GitHub</a>
and
<a href="https://www.npmjs.com/package/phaser-ce">NPM</a>
</p>
Expand All @@ -608,7 +608,7 @@ <h5>Type:</h5>
<p class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on 2021-10-19
on 2021-10-24

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

<script defer src="scripts/bundle.js?2021101911"></script>
<script defer src="scripts/bundle.js?2021102417"></script>



Expand Down
12 changes: 6 additions & 6 deletions docs/EarCut.html
Original file line number Diff line number Diff line change
Expand Up @@ -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?2021101911">
<link rel="stylesheet" href="styles/site.phaser.css?2021102417">
</head>

<body>
Expand Down Expand Up @@ -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.19.1/src/utils/EarCut.js#L20" title="EarCut on line 20 of src/utils/EarCut.js">src/utils/EarCut.js line 20</a>
<a href="https://github.com/photonstorm/phaser-ce/blob/v2.19.2/src/utils/EarCut.js#L20" title="EarCut on line 20 of src/utils/EarCut.js">src/utils/EarCut.js line 20</a>



Expand Down Expand Up @@ -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.19.1">GitHub</a>
<a href="https://github.com/photonstorm/phaser-ce/releases/tag/v2.19.2">GitHub</a>
and
<a href="https://www.npmjs.com/package/phaser-ce">NPM</a>
</p>
Expand All @@ -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.6.7</a>

on 2021-10-19
on 2021-10-24

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

<script defer src="scripts/bundle.js?2021101911"></script>
<script defer src="scripts/bundle.js?2021102417"></script>



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

<body>
Expand Down Expand Up @@ -276,7 +276,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.19.1/src/plugins/path/EventTarget.js#L222" title="Event on line 222 of src/plugins/path/EventTarget.js">src/plugins/path/EventTarget.js line 222</a>
<a href="https://github.com/photonstorm/phaser-ce/blob/v2.19.2/src/plugins/path/EventTarget.js#L222" title="Event on line 222 of src/plugins/path/EventTarget.js">src/plugins/path/EventTarget.js line 222</a>



Expand Down Expand Up @@ -392,7 +392,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.19.1/src/plugins/path/EventTarget.js#L274" title="data on line 274 of src/plugins/path/EventTarget.js">src/plugins/path/EventTarget.js line 274</a>
<a href="https://github.com/photonstorm/phaser-ce/blob/v2.19.2/src/plugins/path/EventTarget.js#L274" title="data on line 274 of src/plugins/path/EventTarget.js">src/plugins/path/EventTarget.js line 274</a>



Expand Down Expand Up @@ -469,7 +469,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.19.1/src/plugins/path/EventTarget.js#L256" title="target on line 256 of src/plugins/path/EventTarget.js">src/plugins/path/EventTarget.js line 256</a>
<a href="https://github.com/photonstorm/phaser-ce/blob/v2.19.2/src/plugins/path/EventTarget.js#L256" title="target on line 256 of src/plugins/path/EventTarget.js">src/plugins/path/EventTarget.js line 256</a>



Expand Down Expand Up @@ -546,7 +546,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.19.1/src/plugins/path/EventTarget.js#L286" title="timeStamp on line 286 of src/plugins/path/EventTarget.js">src/plugins/path/EventTarget.js line 286</a>
<a href="https://github.com/photonstorm/phaser-ce/blob/v2.19.2/src/plugins/path/EventTarget.js#L286" title="timeStamp on line 286 of src/plugins/path/EventTarget.js">src/plugins/path/EventTarget.js line 286</a>



Expand Down Expand Up @@ -623,7 +623,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.19.1/src/plugins/path/EventTarget.js#L265" title="type on line 265 of src/plugins/path/EventTarget.js">src/plugins/path/EventTarget.js line 265</a>
<a href="https://github.com/photonstorm/phaser-ce/blob/v2.19.2/src/plugins/path/EventTarget.js#L265" title="type on line 265 of src/plugins/path/EventTarget.js">src/plugins/path/EventTarget.js line 265</a>



Expand Down Expand Up @@ -656,9 +656,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.19.1">GitHub</a>
<a href="https://github.com/photonstorm/phaser-ce/releases/tag/v2.19.2">GitHub</a>
and
<a href="https://www.npmjs.com/package/phaser-ce">NPM</a>
</p>
Expand All @@ -675,7 +675,7 @@ <h5>Type:</h5>
<p class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on 2021-10-19
on 2021-10-24

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

<script defer src="scripts/bundle.js?2021101911"></script>
<script defer src="scripts/bundle.js?2021102417"></script>



Expand Down
Loading

0 comments on commit ae3be15

Please sign in to comment.