Richard Davey
|
aa2dda09e2
|
UtilityPipeline.blitFrame has a new optional boolean parameter flipY which, if set, will invert the source Render Target while drawing it to the destination Render Target.
|
2022-05-30 18:25:21 +01:00 |
|
Richard Davey
|
4fd0fa2ab2
|
Update KeyboardPlugin.js
|
2022-05-27 18:54:41 +01:00 |
|
Richard Davey
|
0e09776bd5
|
Added tileFilterOptions property
|
2022-05-26 18:54:55 +01:00 |
|
Richard Davey
|
dfaa91b48c
|
Deps update
|
2022-05-26 15:40:09 +01:00 |
|
Richard Davey
|
aedf666ffc
|
Testing filterOptions to avoid needless iterations
|
2022-05-25 21:01:30 +01:00 |
|
Richard Davey
|
c45caa86df
|
JSDoc fix
|
2022-05-25 21:01:12 +01:00 |
|
Richard Davey
|
7c351998ce
|
Update CHANGELOG-v3.60.md
|
2022-05-24 18:27:37 +01:00 |
|
Richard Davey
|
03842535c3
|
TilemapLayer.setTint is a new method that allows you to set the tint color of all tiles in the given area, optionally based on the filtering search options. This is a WebGL only feature.
|
2022-05-24 18:27:33 +01:00 |
|
Richard Davey
|
f69b50999a
|
Beta 9
|
2022-05-24 18:12:43 +01:00 |
|
Richard Davey
|
b537f377db
|
Deps update
|
2022-05-17 16:45:35 +01:00 |
|
Richard Davey
|
4757383dd6
|
Update CHANGELOG-v3.60.md
|
2022-05-16 18:47:06 +01:00 |
|
Richard Davey
|
4e391fa6ab
|
Merge pull request #6108 from samme/feature/TilemapLayer-mask
Add Mask component to TilemapLayer
|
2022-05-16 15:58:47 +01:00 |
|
Richard Davey
|
9fef7f0d75
|
Beta 8
|
2022-05-13 15:13:57 +01:00 |
|
Richard Davey
|
e404e926b7
|
Merge pull request #6111 from rexrainbow/pack-loader-bug-fix
Fix pack-loader bug
|
2022-05-12 14:27:16 +01:00 |
|
Rex
|
7615d3c731
|
Fix pack-loader bug
'packKey' could be undefined, an object, or a string. So test if packKey is a string type first.
|
2022-05-11 07:58:50 +08:00 |
|
samme
|
b6171f6e43
|
Add Mask component to TilemapLayer
|
2022-05-10 10:37:45 -07:00 |
|
Richard Davey
|
25540a350d
|
Update README.md
|
2022-05-10 18:10:37 +01:00 |
|
Richard Davey
|
a323935565
|
Update README.md
|
2022-05-10 18:08:27 +01:00 |
|
Richard Davey
|
f0e451e1e8
|
Update README.md
|
2022-05-10 18:07:37 +01:00 |
|
Richard Davey
|
1e1ff3651c
|
Updated TS Defs for 3.60 Beta 7
|
2022-05-10 18:07:31 +01:00 |
|
Richard Davey
|
1020f72e4b
|
Fixed type
|
2022-05-10 18:07:17 +01:00 |
|
Richard Davey
|
a4d8e87095
|
Fixed lint errors
|
2022-05-10 17:06:53 +01:00 |
|
Richard Davey
|
1c3903ebf0
|
Deps update
|
2022-05-10 16:24:28 +01:00 |
|
Richard Davey
|
24234fedcc
|
Merge pull request #6106 from samme/patch-14
Docs: fix the `mipmapFilter` example code
|
2022-05-09 18:36:07 +01:00 |
|
Richard Davey
|
65795cdc6f
|
Update CHANGELOG-v3.60.md
|
2022-05-09 18:34:59 +01:00 |
|
Richard Davey
|
b1f03649bb
|
LoaderPlugin.localSchemes is a new array of scheme strings that the Loader considers as being local files. This is populated by the new Phaser.Core.Config#loaderLocalScheme game / scene config property. It defaults to [ 'file://', 'capacitor://' ] but additional schemes can be defined or pushed onto this array. Based on #6010
|
2022-05-09 18:34:56 +01:00 |
|
samme
|
54d12080eb
|
Docs: fix the mipmapFilter example code
|
2022-05-09 09:44:09 -07:00 |
|
Richard Davey
|
4ec234fccc
|
Update CHANGELOG-v3.60.md
|
2022-05-09 17:16:37 +01:00 |
|
Richard Davey
|
033d4eeb32
|
Merge pull request #6084 from spayton/master
Allow input debug hit area colour to be adjusted after enabling.
|
2022-05-09 17:13:37 +01:00 |
|
Richard Davey
|
d8947e84b0
|
Merge pull request #6081 from adamazmil/iso-map
Fixes getTop for creating MatterTileBody for isometric tiles
|
2022-05-09 17:09:08 +01:00 |
|
Richard Davey
|
21bdac8a29
|
Merge pull request #6010 from Azim-Palmer/bugfix/cordova-webaudio-fix
Fix WebAudio for Crodova based apps
|
2022-05-09 16:56:37 +01:00 |
|
Richard Davey
|
440fc8f6ca
|
Update CHANGELOG-v3.60.md
|
2022-05-09 16:51:02 +01:00 |
|
Richard Davey
|
919fa39faa
|
Merge pull request #6067 from TJ09/commonjs-import-change
Don't reassign the return values from require()
|
2022-05-09 16:49:58 +01:00 |
|
Richard Davey
|
991693326f
|
Update CHANGELOG-v3.60.md
|
2022-05-09 16:49:06 +01:00 |
|
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 |
|