Commit graph

17315 commits

Author SHA1 Message Date
Richard Davey
61545eb7e4 The SceneManager.moveAbove and moveBelow methods didn't check the order of the Scenes being moved, so moved them even if one was already above / below the other. Both methods now check the indexes first. Fix #6040 2022-05-06 17:00:59 +01:00
Richard Davey
c56c029c7c Updated jsdocs. Fix #6045 2022-05-06 16:38:19 +01:00
Richard Davey
7a86de3ab8 Update CHANGELOG-v3.60.md 2022-05-06 16:31:23 +01:00
Richard Davey
489fef7814 Update CHANGELOG-v3.60.md 2022-05-06 16:27:03 +01:00
Richard Davey
e100fd76fa Fixed issue in Utils.Objects.GetValue where it would return an incorrect result if a source and altSource were provided that didn't match in structure. Fix #5952 2022-05-06 16:27:00 +01:00
Richard Davey
81fc4d33a0 Update CHANGELOG-v3.60.md 2022-05-06 15:36:57 +01:00
Richard Davey
d7074c4e0a Fixed jsdocs 2022-05-06 15:36:53 +01:00
Richard Davey
f8267e4ff8 ContainerCanvasRenderer would pass in a 5th container parameter to the child renderCanvas call, which was breaking the GraphicsCanvasRenderer and isn't needed by any Game Object, so has been removed. Fix #6093 2022-05-06 15:36:48 +01:00
Richard Davey
3d0ff83c51 Updated jsdocs. 2022-05-06 15:27:37 +01:00
Richard Davey
ac6125504c Updated TS 2022-05-06 15:25:05 +01:00
Richard Davey
db51438aec Update CHANGELOG-v3.60.md 2022-05-06 15:16:44 +01:00
Richard Davey
4155daeaf6 Added jsdocs. Fix #6092 2022-05-06 15:16:41 +01:00
Richard Davey
41b7d3e763 Update CHANGELOG-v3.60.md 2022-05-06 15:12:30 +01:00
Richard Davey
6d9aceb727 The Key.reset method no longer resets the Key.enabled or Key.preventDefault booleans back to true again, but only resets the state of the Key. Fix #6098 2022-05-06 15:12:27 +01:00
Richard Davey
0545373587 Update CHANGELOG-v3.60.md 2022-05-06 14:45:41 +01:00
Richard Davey
ed152b92d5 WebGLSnapshot and CanvasSnapshot will now Math.floor the width/height values to ensure no sub-pixel dimensions, which corrupts the resulting texture. Fix #6099 2022-05-06 14:45:36 +01:00
samme
df9f4a63b1 Add Phaser.Math.Vector2#project() 2022-05-03 11:05:55 -07:00
Martin Vana
28b801840c FIX: ImageFile addCache pending destruction status 2022-04-28 18:46:10 +02:00
Richard Davey
27ebe928b5 Update RenderTexture.js 2022-04-27 22:37:15 +01:00
Richard Davey
7fe7e8be9d Update package-lock.json 2022-04-27 22:37:12 +01:00
Martín Capello
e668dccc8b Fix frame durations when creating animations with createFromAseprite function 2022-04-27 17:07:02 -03:00
Richard Davey
9310f8a5a7 Beta 6 2022-04-27 15:02:04 +01:00
Richard Davey
2857a4640b Deps update 2022-04-27 14:39:05 +01:00
Richard Davey
ff093571e8 Fix #6080 2022-04-26 11:42:17 +01:00
Rex
42a127832a Fix lint error 2022-04-25 15:59:31 +08:00
stu
c0e63d6a3a Allow input debug hit area colour to be adjusted after enabling. 2022-04-21 19:03:27 +01:00
Adam Azmil
902b916dd1 Fixes getTop for creating MatterTileBody for isometric tiles 2022-04-19 16:43:28 +08:00
Richard Davey
1148026e69 Update CHANGELOG-v3.60.md 2022-04-14 16:23:32 +01:00
Richard Davey
54c9b653ef
Merge pull request #6031 from arosemena/master
Fixed the type definition of SceneUpdateCallback
2022-04-14 16:20:30 +01:00
Richard Davey
92519b8efc Update CHANGELOG-v3.60.md 2022-04-14 16:14:13 +01:00
Richard Davey
5961399360 Update CHANGELOG-v3.60.md 2022-04-14 16:14:13 +01:00
Richard Davey
a9793f3261
Merge pull request #6030 from xmahle/handle-nullable-in-parser
Handle nullable in parser.parseType
2022-04-14 16:13:50 +01:00
Richard Davey
cead94be78
Merge pull request #6029 from xmahle/fix-issue-#5954
Fix issue: hitAreaCallback type definition #5954
2022-04-14 16:13:12 +01:00
Richard Davey
1057a18913
Merge pull request #6066 from TJ09/master
Fix kerning for BitmapText on Canvas renderer
2022-04-14 16:08:10 +01:00
Richard Davey
d53d8f3ea5
Merge pull request #6002 from rexrainbow/pack-loader-dotnotation-datakey
Can use dot notation as datakey
2022-04-14 15:49:36 +01:00
Richard Davey
cceb70a937
Merge pull request #6039 from rexrainbow/layer-destroy
Destroy game objects safely in layer.destroy()
2022-04-14 15:42:46 +01:00
Richard Davey
f70296382e
Merge pull request #6044 from samme/patch-11
Docs: correct Rectangle#setSize() description
2022-04-14 15:41:22 +01:00
Richard Davey
da9296eae7
Merge pull request #6038 from samme/patch-10
Docs: correct args in ParticleEmitter#explode()
2022-04-14 15:40:20 +01:00
Richard Davey
4b752aad2e
Merge pull request #6061 from samme/misc/opt-particle-moveTo
Simplify the particle moveTo calculations
2022-04-14 15:39:28 +01:00
Richard Davey
fb6f9d370b
Merge pull request #6060 from samme/feature/particle-moveTo-zero
Allow moving particles to (0, 0)
2022-04-14 15:37:55 +01:00
Richard Davey
25a44b8756 Update CHANGELOG-v3.60.md 2022-04-14 15:35:33 +01:00
Richard Davey
c49674dff8 Updated docs 2022-04-14 15:35:33 +01:00
Richard Davey
1aa58849f3
Merge pull request #6058 from samme/patch-12
Docs: correct generateFrameNames() example
2022-04-14 15:34:13 +01:00
Richard Davey
1174993e1d
Merge pull request #6062 from samme/docs/tilemaps-classType
Docs: add CreateFromObjectsClassTypeConstructor
2022-04-14 15:33:48 +01:00
Richard Davey
329bc0ac95
Merge pull request #6070 from lukashass/fix-disable-context-menu-target
Disable context menu on input target instead of document.body
2022-04-14 15:29:01 +01:00
Richard Davey
6edfec43db
Merge pull request #6073 from samme/patch-13
Docs: clarify ParticleEmitter#moveTo
2022-04-14 15:26:13 +01:00
Richard Davey
1659775dbc Upgraded packages 2022-04-14 14:07:01 +01:00
samme
0b6d26b114
Docs: clarify ParticleEmitter#moveTo
#6046
2022-04-08 09:55:42 -07:00
Krzysztof Głogocki
726c874c10 Merge remote-tracking branch 'origin/master' into bugfix/cordova-webaudio-fix 2022-04-07 14:08:05 +02:00
kglogocki
4abe0a6f9b
Merge pull request #1 from photonstorm/master
Syncing fork
2022-04-07 13:14:38 +02:00