Skip to content

Commit

Permalink
Rebuild Phaser CE v2.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samme committed Oct 19, 2021
1 parent c4b7305 commit 8377ed1
Show file tree
Hide file tree
Showing 211 changed files with 619 additions and 604 deletions.
7 changes: 5 additions & 2 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: Wed Oct 13 2021 11:29:58
* v2.19.1 "2021-10-13" - Built: Tue Oct 19 2021 11:50:07
*
* By Richard Davey http://www.photonstorm.com @photonstorm and Phaser CE contributors
*
Expand Down Expand Up @@ -5311,7 +5311,10 @@ PIXI.WebGLSpriteBatch.prototype.flush = function ()
gl.vertexAttribPointer(shader.colorAttribute, 4, gl.UNSIGNED_BYTE, true, stride, 16);

// Texture index
gl.vertexAttribPointer(shader.aTextureIndex, 1, gl.FLOAT, false, stride, 20);
if (PIXI._enableMultiTextureToggle)
{
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/phaser-arcade-physics.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/custom/phaser-arcade-physics.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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: Wed Oct 13 2021 11:30:22
* v2.19.1 "2021-10-13" - Built: Tue Oct 19 2021 11:50:29
*
* By Richard Davey http://www.photonstorm.com @photonstorm and Phaser CE contributors
*
Expand Down
7 changes: 5 additions & 2 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: Wed Oct 13 2021 11:30:09
* v2.19.1 "2021-10-13" - Built: Tue Oct 19 2021 11:50:17
*
* By Richard Davey http://www.photonstorm.com @photonstorm and Phaser CE contributors
*
Expand Down Expand Up @@ -5311,7 +5311,10 @@ PIXI.WebGLSpriteBatch.prototype.flush = function ()
gl.vertexAttribPointer(shader.colorAttribute, 4, gl.UNSIGNED_BYTE, true, stride, 16);

// Texture index
gl.vertexAttribPointer(shader.aTextureIndex, 1, gl.FLOAT, false, stride, 20);
if (PIXI._enableMultiTextureToggle)
{
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/phaser-minimum.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/custom/phaser-minimum.min.js

Large diffs are not rendered by default.

7 changes: 5 additions & 2 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: Wed Oct 13 2021 11:30:04
* v2.19.1 "2021-10-13" - Built: Tue Oct 19 2021 11:50:13
*
* By Richard Davey http://www.photonstorm.com @photonstorm and Phaser CE contributors
*
Expand Down Expand Up @@ -5311,7 +5311,10 @@ PIXI.WebGLSpriteBatch.prototype.flush = function ()
gl.vertexAttribPointer(shader.colorAttribute, 4, gl.UNSIGNED_BYTE, true, stride, 16);

// Texture index
gl.vertexAttribPointer(shader.aTextureIndex, 1, gl.FLOAT, false, stride, 20);
if (PIXI._enableMultiTextureToggle)
{
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/phaser-no-physics.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/custom/phaser-no-physics.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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: Wed Oct 13 2021 11:30:14
* v2.19.1 "2021-10-13" - Built: Tue Oct 19 2021 11:50:22
*
* By Richard Davey http://www.photonstorm.com @photonstorm and Phaser CE contributors
*
Expand Down
7 changes: 5 additions & 2 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: Wed Oct 13 2021 11:30:21
* v2.19.1 "2021-10-13" - Built: Tue Oct 19 2021 11:50:28
*
* By Richard Davey http://www.photonstorm.com @photonstorm and Phaser CE contributors
*
Expand Down Expand Up @@ -5311,7 +5311,10 @@ PIXI.WebGLSpriteBatch.prototype.flush = function ()
gl.vertexAttribPointer(shader.colorAttribute, 4, gl.UNSIGNED_BYTE, true, stride, 16);

// Texture index
gl.vertexAttribPointer(shader.aTextureIndex, 1, gl.FLOAT, false, stride, 20);
if (PIXI._enableMultiTextureToggle)
{
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.

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

Large diffs are not rendered by default.

7 changes: 5 additions & 2 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: Wed Oct 13 2021 11:29:50
* v2.19.1 "2021-10-13" - Built: Tue Oct 19 2021 11:50:00
*
* By Richard Davey http://www.photonstorm.com @photonstorm and Phaser CE contributors
*
Expand Down Expand Up @@ -20139,7 +20139,10 @@ PIXI.WebGLSpriteBatch.prototype.flush = function ()
gl.vertexAttribPointer(shader.colorAttribute, 4, gl.UNSIGNED_BYTE, true, stride, 16);

// Texture index
gl.vertexAttribPointer(shader.aTextureIndex, 1, gl.FLOAT, false, stride, 20);
if (PIXI._enableMultiTextureToggle)
{
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/phaser.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

6 changes: 3 additions & 3 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?2021101311">
<link rel="stylesheet" href="styles/site.phaser.css?2021101911">
</head>

<body>
Expand Down Expand Up @@ -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-13
on 2021-10-19

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?2021101311"></script>
<script defer src="scripts/bundle.js?2021101911"></script>



Expand Down
6 changes: 3 additions & 3 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?2021101311">
<link rel="stylesheet" href="styles/site.phaser.css?2021101911">
</head>

<body>
Expand Down Expand Up @@ -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-13
on 2021-10-19

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?2021101311"></script>
<script defer src="scripts/bundle.js?2021101911"></script>



Expand Down
6 changes: 3 additions & 3 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?2021101311">
<link rel="stylesheet" href="styles/site.phaser.css?2021101911">
</head>

<body>
Expand Down Expand Up @@ -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-13
on 2021-10-19

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?2021101311"></script>
<script defer src="scripts/bundle.js?2021101911"></script>



Expand Down
6 changes: 3 additions & 3 deletions docs/EventTarget.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: EventTarget</title>
<link rel="stylesheet" href="styles/site.phaser.css?2021101311">
<link rel="stylesheet" href="styles/site.phaser.css?2021101911">
</head>

<body>
Expand Down Expand Up @@ -353,7 +353,7 @@ <h4 class="name" id=".call" data-name="call">
<p class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on 2021-10-13
on 2021-10-19

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

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



Expand Down
6 changes: 3 additions & 3 deletions docs/PIXI.BaseTexture.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: BaseTexture</title>
<link rel="stylesheet" href="styles/site.phaser.css?2021101311">
<link rel="stylesheet" href="styles/site.phaser.css?2021101911">
</head>

<body>
Expand Down Expand Up @@ -1832,7 +1832,7 @@ <h4 class="name" id="unloadFromGPU" data-name="unloadFromGPU">
<p class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on 2021-10-13
on 2021-10-19

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

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



Expand Down
6 changes: 3 additions & 3 deletions docs/PIXI.CanvasBuffer.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: CanvasBuffer</title>
<link rel="stylesheet" href="styles/site.phaser.css?2021101311">
<link rel="stylesheet" href="styles/site.phaser.css?2021101911">
</head>

<body>
Expand Down Expand Up @@ -888,7 +888,7 @@ <h5>Parameters:</h5>
<p class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on 2021-10-13
on 2021-10-19

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

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



Expand Down
6 changes: 3 additions & 3 deletions docs/PIXI.CanvasGraphics.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: CanvasGraphics</title>
<link rel="stylesheet" href="styles/site.phaser.css?2021101311">
<link rel="stylesheet" href="styles/site.phaser.css?2021101911">
</head>

<body>
Expand Down Expand Up @@ -418,7 +418,7 @@ <h5>Parameters:</h5>
<p class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on 2021-10-13
on 2021-10-19

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

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



Expand Down
6 changes: 3 additions & 3 deletions docs/PIXI.CanvasMaskManager.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: CanvasMaskManager</title>
<link rel="stylesheet" href="styles/site.phaser.css?2021101311">
<link rel="stylesheet" href="styles/site.phaser.css?2021101911">
</head>

<body>
Expand Down Expand Up @@ -552,7 +552,7 @@ <h5>Parameters:</h5>
<p class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on 2021-10-13
on 2021-10-19

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

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



Expand Down
6 changes: 3 additions & 3 deletions docs/PIXI.CanvasRenderer.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: CanvasRenderer</title>
<link rel="stylesheet" href="styles/site.phaser.css?2021101311">
<link rel="stylesheet" href="styles/site.phaser.css?2021101911">
</head>

<body>
Expand Down Expand Up @@ -1906,7 +1906,7 @@ <h5>Parameters:</h5>
<p class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on 2021-10-13
on 2021-10-19

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

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



Expand Down
6 changes: 3 additions & 3 deletions docs/PIXI.CanvasTinter.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: CanvasTinter</title>
<link rel="stylesheet" href="styles/site.phaser.css?2021101311">
<link rel="stylesheet" href="styles/site.phaser.css?2021101911">
</head>

<body>
Expand Down Expand Up @@ -806,7 +806,7 @@ <h5>Parameters:</h5>
<p class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.7</a>

on 2021-10-13
on 2021-10-19

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

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



Expand Down
Loading

0 comments on commit 8377ed1

Please sign in to comment.