Commit graph

17216 commits

Author SHA1 Message Date
Richard Davey
d3a8e6ccf3
Merge pull request #6104 from samme/fix/getTilesWithinShape
Fix the GetTilesWithinShape() area
2022-05-09 16:48:11 +01:00
Richard Davey
086c2a1c39
Merge pull request #6095 from martincapello/fix-createFromAseprite
Fix frame durations when creating animations with createFromAseprite function
2022-05-09 16:42:47 +01:00
Richard Davey
d33035cf2d
Merge pull request #6094 from VanaMartin/imagefile-bugfix-1
FIX: ImageFile addCache pending destruction status
2022-05-09 16:39:26 +01:00
Richard Davey
4ce535b4ce
Merge pull request #6103 from samme/feature/Vector2-project
Add Phaser.Math.Vector2#project()
2022-05-09 16:35:43 +01:00
Richard Davey
257c3d76b0 Update CHANGELOG-v3.60.md 2022-05-06 18:21:28 +01:00
Richard Davey
201bfabf00 Setting scale.mode in the Game Config would be ignored. It now accepts either this, or scaleMode directly. Fix #5970 2022-05-06 18:21:28 +01:00
Richard Davey
0a59f89a32
Merge pull request #6087 from rexrainbow/lint-error
Fix lint error
2022-05-06 18:15:18 +01:00
samme
b60761a706 Fix the GetTilesWithinShape() area
Fixes #5640
2022-05-06 09:54:50 -07:00
Richard Davey
b4a06e1e27 Preparing for Beta 7 2022-05-06 17:24:44 +01:00
Richard Davey
a16484130d Update CHANGELOG-v3.60.md 2022-05-06 17:01:02 +01:00
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
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