Skip to content

Commit 60f2530

Browse files
authored
Merge pull request #710 from photonstorm/release/v2.19.2
Release Phaser CE v2.19.2
2 parents 8fa6cb0 + ae3be15 commit 60f2530

File tree

219 files changed

+7641
-7646
lines changed

Some content is hidden

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

219 files changed

+7641
-7646
lines changed

CHANGELOG.md

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

3+
## Version 2.19.2 - 24 October 2021
4+
5+
### Bug Fixes
6+
7+
- Fixed a WebGL error (#709).
8+
9+
### Thanks
10+
11+
@photonstorm, @XWILKINX
12+
313
## Version 2.19.1 - 13 October 2021
414

515
### Bug Fixes

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Phaser CE is a fast, free, and fun open source HTML5 game framework. It uses a c
66

77
Phaser CE is based on Phaser v2.6.2 by [Photon Storm](http://www.photonstorm.com). [Phaser v3](http://phaser.io/phaser3) and [Phaser v4](https://github.com/phaserjs/phaser4) are in active development.
88

9-
The [current Phaser CE release is 2.19.1](https://github.com/photonstorm/phaser-ce/releases/tag/v2.19.0).
9+
The [current Phaser CE release is 2.19.2](https://github.com/photonstorm/phaser-ce/releases/tag/v2.19.2).
1010

1111
- **Visit:** The [Phaser website](http://phaser.io) and follow on [Twitter](https://twitter.com/photonstorm) (#[phaserjs](https://twitter.com/hashtag/phaserjs))
1212
- **Learn:** [API Docs](https://photonstorm.github.io/phaser-ce/), [Support Forum][forum] and [StackOverflow](https://stackoverflow.com/questions/tagged/phaser-framework)
@@ -82,19 +82,19 @@ Please see additional steps for [Browserify/CommonJS](#browserify) and [Webpack]
8282
[Phaser CE is on jsDelivr](http://www.jsdelivr.com/projects/phaser-ce). Include the following in your html:
8383

8484
```html
85-
<script src="https://cdn.jsdelivr.net/npm/phaser-ce@2.19.1/build/phaser.js"></script>
85+
<script src="https://cdn.jsdelivr.net/npm/phaser-ce@2.19.2/build/phaser.js"></script>
8686
```
8787

8888
or the minified version:
8989

9090
```html
91-
<script src="https://cdn.jsdelivr.net/npm/phaser-ce@2.19.1"></script>
91+
<script src="https://cdn.jsdelivr.net/npm/phaser-ce@2.19.2"></script>
9292
```
9393

94-
[Custom builds](https://cdn.jsdelivr.net/npm/phaser-ce@2.19.1/build/custom/) are available too, e.g.,
94+
[Custom builds](https://cdn.jsdelivr.net/npm/phaser-ce@2.19.2/build/custom/) are available too, e.g.,
9595

9696
```html
97-
<script src="https://cdn.jsdelivr.net/npm/phaser-ce@2.19.1/build/custom/phaser-arcade-physics.js"></script>
97+
<script src="https://cdn.jsdelivr.net/npm/phaser-ce@2.19.2/build/custom/phaser-arcade-physics.js"></script>
9898
```
9999

100100
<a name="getting-started"></a>
@@ -282,10 +282,10 @@ All rights reserved.
282282

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

285-
[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.19.0/phaser.js
286-
[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.19.0/phaser.min.js
287-
[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.19.0.zip
288-
[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.19.0.tar.gz
285+
[get-js]: https://github.com/photonstorm/phaser-ce/releases/download/v2.19.2/phaser.js
286+
[get-minjs]: https://github.com/photonstorm/phaser-ce/releases/download/v2.19.2/phaser.min.js
287+
[get-zip]: https://github.com/photonstorm/phaser-ce/archive/v2.19.2.zip
288+
[get-tgz]: https://github.com/photonstorm/phaser-ce/archive/v2.19.2.tar.gz
289289
[clone-http]: https://github.com/photonstorm/phaser.git
290290
[clone-ssh]: ssh://git@github.com:photonstorm/phaser.git
291291
[clone-svn]: https://github.com/photonstorm/phaser

build/custom/creature.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/custom/p2.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/custom/phaser-arcade-physics.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Phaser CE - https://github.com/photonstorm/phaser-ce
99
*
10-
* v2.19.1 "2021-10-13" - Built: Tue Oct 19 2021 11:50:07
10+
* v2.19.2 "2021-10-25" - Built: Sun Oct 24 2021 17:53:11
1111
*
1212
* By Richard Davey http://www.photonstorm.com @photonstorm and Phaser CE contributors
1313
*
@@ -5311,10 +5311,7 @@ PIXI.WebGLSpriteBatch.prototype.flush = function ()
53115311
gl.vertexAttribPointer(shader.colorAttribute, 4, gl.UNSIGNED_BYTE, true, stride, 16);
53125312

53135313
// Texture index
5314-
if (PIXI._enableMultiTextureToggle)
5315-
{
5316-
gl.vertexAttribPointer(shader.aTextureIndex, 1, gl.FLOAT, false, stride, 20);
5317-
}
5314+
gl.vertexAttribPointer(shader.aTextureIndex, 1, gl.FLOAT, false, stride, 20);
53185315
}
53195316

53205317
// upload the verts to the buffer
@@ -7787,7 +7784,7 @@ var Phaser = Phaser || { // jshint ignore:line
77877784
* @constant Phaser.VERSION
77887785
* @type {string}
77897786
*/
7790-
VERSION: '2.19.1',
7787+
VERSION: '2.19.2',
77917788

77927789
/**
77937790
* An array of Phaser game instances.

build/custom/phaser-arcade-physics.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/custom/phaser-arcade-physics.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/custom/phaser-creature.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Phaser CE - https://github.com/photonstorm/phaser-ce
99
*
10-
* v2.19.1 "2021-10-13" - Built: Tue Oct 19 2021 11:50:29
10+
* v2.19.2 "2021-10-25" - Built: Sun Oct 24 2021 17:53:34
1111
*
1212
* By Richard Davey http://www.photonstorm.com @photonstorm and Phaser CE contributors
1313
*
@@ -40,7 +40,7 @@ var Phaser = Phaser || { // jshint ignore:line
4040
* @constant Phaser.VERSION
4141
* @type {string}
4242
*/
43-
VERSION: '2.19.1',
43+
VERSION: '2.19.2',
4444

4545
/**
4646
* An array of Phaser game instances.

build/custom/phaser-creature.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/custom/phaser-minimum.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Phaser CE - https://github.com/photonstorm/phaser-ce
99
*
10-
* v2.19.1 "2021-10-13" - Built: Tue Oct 19 2021 11:50:17
10+
* v2.19.2 "2021-10-25" - Built: Sun Oct 24 2021 17:53:22
1111
*
1212
* By Richard Davey http://www.photonstorm.com @photonstorm and Phaser CE contributors
1313
*
@@ -5311,10 +5311,7 @@ PIXI.WebGLSpriteBatch.prototype.flush = function ()
53115311
gl.vertexAttribPointer(shader.colorAttribute, 4, gl.UNSIGNED_BYTE, true, stride, 16);
53125312

53135313
// Texture index
5314-
if (PIXI._enableMultiTextureToggle)
5315-
{
5316-
gl.vertexAttribPointer(shader.aTextureIndex, 1, gl.FLOAT, false, stride, 20);
5317-
}
5314+
gl.vertexAttribPointer(shader.aTextureIndex, 1, gl.FLOAT, false, stride, 20);
53185315
}
53195316

53205317
// upload the verts to the buffer
@@ -7787,7 +7784,7 @@ var Phaser = Phaser || { // jshint ignore:line
77877784
* @constant Phaser.VERSION
77887785
* @type {string}
77897786
*/
7790-
VERSION: '2.19.1',
7787+
VERSION: '2.19.2',
77917788

77927789
/**
77937790
* An array of Phaser game instances.

0 commit comments

Comments
 (0)