Commit graph

16207 commits

Author SHA1 Message Date
Richard Davey
e6b009a038 Update README.md 2021-01-05 16:21:54 +00:00
Richard Davey
941361a1aa 3.51 dist files 2021-01-05 16:21:50 +00:00
Richard Davey
1c1f924a8d 3.51 Release 2021-01-05 15:12:35 +00:00
Richard Davey
9a222576a8 Spine 3.51 Plugin 2021-01-05 15:10:42 +00:00
Richard Davey
a4227143a2 3.51.0 TS Defs 2021-01-05 15:07:59 +00:00
Richard Davey
ba107c3596 Merge branch 'master' of https://github.com/photonstorm/phaser 2021-01-05 10:38:11 +00:00
Richard Davey
5f221a8920 Update CHANGELOG-v3.50.md 2021-01-05 10:38:05 +00:00
Richard Davey
cd8f375a0c
Merge pull request #5485 from jdcook/spine-prefix-bugfix
fixed spine texture bug when using prefixes
2021-01-05 10:35:33 +00:00
jdcook
80df367113 fixed spine texture bug when using prefixes 2021-01-04 13:02:51 -06:00
Richard Davey
e9d07ca8f8 Update CHANGELOG-v3.50.md 2021-01-04 16:16:08 +00:00
Richard Davey
c124d4c0a6
Merge pull request #5467 from rexrainbow/improve-postfx-pipeline
Remove a type of Post Pipeline instances, not only a single instance
2021-01-04 16:14:48 +00:00
Richard Davey
603acf0528 Update CHANGELOG-v3.50.md 2021-01-04 16:11:36 +00:00
Richard Davey
a19e4770df The Layer Game Object has been given all of the missing properties and methods from Game Object to make the class shapes identical. This includes the properties parentContainer, tabIndex, input and body. You cannot set any of these properties, they are ignored by the Layer itself. It also includes the methods: setInteractive, disableInteractive and removeInteractive. A Layer cannot be enabled for input or have a physics body. Fix #5459 2021-01-04 16:11:33 +00:00
Richard Davey
234b259db7 Update CHANGELOG-v3.50.md 2021-01-04 15:51:17 +00:00
Richard Davey
b71bfcf7ba The error RENDER WARNING: there is no texture bound to the unit ... would be thrown when destroying a Text Game Object, or any Game Object that uses its own custom texture. Destroying such an object will now reset the WebGL Texture cache. Fix #5464 2021-01-04 15:51:14 +00:00
Richard Davey
4fbdbb8a04 The error RENDER WARNING: there is no texture bound to the unit ... would be thrown when trying to restart a Scene. When a Scene is shutdown is will now reset the WebGL Texture cache. Fix #5464 2021-01-04 15:51:02 +00:00
Richard Davey
a765b7edfc WebGLRenderer.isTextureClean is a new boolean property that tracks of all of the multi-textures are in a clean 'default' state, to avoid lots of gl texture binds and activations during a Scene restart or destruction process. 2021-01-04 15:49:39 +00:00
Richard Davey
5457e463b1 Use displayList.getIndex 2021-01-04 12:43:34 +00:00
Richard Davey
a6716afe0b Update CHANGELOG-v3.50.md 2021-01-04 11:59:03 +00:00
Richard Davey
2a38e78bb4 Layer.destroy will now call destroy on all of its children as well. Layer.destroy will now emit the DESTROY event at the start of the method. Fix #5466 2021-01-04 11:59:00 +00:00
Richard Davey
b904ca28c9 Update CHANGELOG-v3.50.md 2021-01-04 11:52:38 +00:00
Richard Davey
cf2c607ac1 Canvas Tilemap Rendering is now working again. Fix #5480 2021-01-04 11:52:35 +00:00
Richard Davey
ba1b751e68 Update CHANGELOG-v3.50.md 2021-01-04 11:22:04 +00:00
Richard Davey
1b0649ed34 Fixed issue causing Cannot read property 'pipelines' of null to be thrown if using 3.50 with the HEADLESS renderer. Fix #5468 2021-01-04 11:22:00 +00:00
Richard Davey
f974dd7a7e Merge branch 'master' of https://github.com/photonstorm/phaser 2020-12-30 14:07:05 +00:00
Richard Davey
a2a8747dbe Update CHANGELOG-v3.50.md 2020-12-30 14:06:53 +00:00
Richard Davey
a3726a9f68
Merge pull request #5472 from cjw6k/master
Check event.type in duplicate event bailout
2020-12-30 14:06:05 +00:00
Francisco Pereira
5d1e76d640 new contributor added 2020-12-29 15:03:31 +01:00
Francisco Pereira
66d87bcba7 Added names of contributors 2020-12-29 14:41:22 +01:00
Richard Davey
e70e3a3a80 Preparing for 3.51 2020-12-29 13:11:03 +00:00
cjw6k
19c2874166
Added prevType to constructor. 2020-12-28 17:37:54 -04:00
cjw6k
8771c81649
Check event.type in duplicate event bailout
Fixes #5471.
2020-12-27 17:24:14 -04:00
Rex
60c42016b6 Remove a type of Post Pipeline instances, not only a single instance 2020-12-25 17:05:50 +08:00
Richard Davey
60cc53f972 3.50.1 Release 2020-12-21 13:36:57 +00:00
Richard Davey
080296e1a6 Update README.md 2020-12-21 13:28:40 +00:00
Richard Davey
b3b74a1108 3.50.1 2020-12-21 13:28:38 +00:00
Richard Davey
f51bbd1c38 Update CHANGELOG-v3.50.md 2020-12-21 13:28:28 +00:00
Richard Davey
afda0febcd The new Web Audio Panning feature breaks WebAudio on Safari (OSX and iOS). The stero panner node is now only created if supported. Fix #5460 2020-12-21 13:28:22 +00:00
Richard Davey
92085bb3e6 Update README.md 2020-12-17 11:40:07 +00:00
Richard Davey
ba1570089c Namespace adjustments 2020-12-17 11:40:03 +00:00
Richard Davey
04dd273fb3 Update CHANGELOG-v3.50.md 2020-12-16 16:23:54 +00:00
Richard Davey
17857fefa3 Updated README and Change Log 2020-12-16 16:21:31 +00:00
Richard Davey
9fdd7ab633 3.50 Dist files 2020-12-16 10:31:04 +00:00
Richard Davey
f42908f713 3.50 Spine Plugin Release 2020-12-16 10:28:05 +00:00
Richard Davey
f38530da23 3.50 TS Defs 2020-12-16 10:26:41 +00:00
Richard Davey
e7aff5d0dc Data type fix 2020-12-16 10:25:27 +00:00
Richard Davey
95ec20b9e0 Update CHANGELOG-v3.50.md 2020-12-16 10:16:26 +00:00
Richard Davey
0e42b4adb7 Update CHANGELOG-v3.50.md 2020-12-15 16:20:10 +00:00
Richard Davey
f7fe9f0278 Update CHANGELOG-v3.50.md 2020-12-15 16:05:37 +00:00
Richard Davey
6912124780 Fixed docs 2020-12-15 16:05:34 +00:00