Richard Davey
|
cb6347d3b6
|
Merge branch 'master' of https://github.com/photonstorm/phaser
|
2021-09-20 11:59:30 +01:00 |
|
Richard Davey
|
cf17493260
|
Update CHANGELOG.md
|
2021-09-20 11:59:24 +01:00 |
|
Richard Davey
|
f76f8711cd
|
Added scene property
|
2021-09-20 11:59:20 +01:00 |
|
Richard Davey
|
9adcd5c615
|
Merge pull request #5825 from ubershmekel/master
Fix #5811, log error on invalid scene.start(key)
|
2021-09-20 11:54:49 +01:00 |
|
Richard Davey
|
4007f597da
|
Merge pull request #5834 from samme/docs/CreateFromObjectLayerConfig
Docs: correct CreateFromObjectLayerConfig.classType
|
2021-09-20 11:52:56 +01:00 |
|
Richard Davey
|
5a7ed14b3b
|
Merge branch 'master' of https://github.com/photonstorm/phaser
|
2021-09-20 11:51:37 +01:00 |
|
Richard Davey
|
be4c27a227
|
Update CHANGELOG.md
|
2021-09-20 11:51:35 +01:00 |
|
Richard Davey
|
bf087e5068
|
Fixed JSDocs. Fix #5833 #5835
|
2021-09-20 11:51:21 +01:00 |
|
Richard Davey
|
929ad23b4e
|
Merge pull request #5748 from rexrainbow/zone-default-dropzone
Use default hitArea if hitArea parameter is not given
|
2021-09-20 11:45:18 +01:00 |
|
Richard Davey
|
235a997dfa
|
Merge pull request #5743 from rexrainbow/view-port
Add method to get visible area
|
2021-09-20 11:42:22 +01:00 |
|
Richard Davey
|
2f8d6a023d
|
Updated version number
|
2021-09-20 11:41:47 +01:00 |
|
Richard Davey
|
259f68d04b
|
Merge branch 'master' of https://github.com/photonstorm/phaser
|
2021-09-20 11:39:49 +01:00 |
|
Richard Davey
|
0c6b533506
|
Update CHANGELOG.md
|
2021-09-20 11:39:35 +01:00 |
|
Richard Davey
|
d8c5626a3a
|
The Display.Masks.BitmapMask destroy method will now remove the context-lost event handler.
|
2021-09-20 11:39:32 +01:00 |
|
Richard Davey
|
305fbd1ec6
|
Merge pull request #5742 from rexrainbow/turn-off-context-restore-event
Turn off context restore event when game object is destroyed
|
2021-09-20 11:35:34 +01:00 |
|
Richard Davey
|
9db0b98228
|
Merge pull request #5757 from samme/fix/tween-setCallback
Correct use of Tween#setCallback() and Timeline#setCallback()
|
2021-09-20 11:31:09 +01:00 |
|
Richard Davey
|
cb15887bda
|
Merge pull request #5824 from samme/feature/texture-missing-error-msg
Add texture key to the missing frame warning
|
2021-09-20 11:29:19 +01:00 |
|
natureofcode
|
81e3c06676
|
Hotfix broken drag
|
2021-09-17 23:00:29 +05:00 |
|
natureofcode
|
89ff86202b
|
Fix #5828
|
2021-09-17 12:19:39 +05:00 |
|
samme
|
08a600edcb
|
Docs: correct CreateFromObjectLayerConfig.classType
Fixes #5831
|
2021-09-14 09:10:09 -07:00 |
|
samme
|
6df5b7e3a6
|
Ignore scene stop if already shutdown
|
2021-09-14 08:53:44 -07:00 |
|
Yuval Greenfield
|
1a713b4c5e
|
Fix #5811, log error on invalid scene.start(key)
|
2021-09-03 23:11:29 -07:00 |
|
Richard Davey
|
e23d50eb04
|
Update CHANGELOG.md
|
2021-09-03 12:35:37 +01:00 |
|
Richard Davey
|
535ca66ec6
|
colr typo in the docs
|
2021-09-03 12:35:32 +01:00 |
|
Richard Davey
|
7bbccf3327
|
Changing to v3.60
|
2021-09-03 12:35:18 +01:00 |
|
samme
|
c9cbace6f2
|
Add texture key to the missing frame warning
|
2021-09-02 10:41:16 -07:00 |
|
samme
|
846ea3fe1d
|
Add DOMElement#preRender, remove DOMElement#preUpdate
Check parent visibility in preRender()
Fixes #5816
|
2021-08-27 10:43:21 -07:00 |
|
Richard Davey
|
c2a75b5bfa
|
Update README.md
|
2021-08-26 16:14:19 +01:00 |
|
samme
|
728db67a6d
|
Add Layer#addToDisplayList(), Layer#removeFromDisplayList()
Fixes #5799
|
2021-08-01 14:04:51 -07:00 |
|
samme
|
ec8a629d1c
|
Fix WEBGL-only selection and throw for unknown renderer type
Fixes #5583
|
2021-07-30 11:41:28 -07:00 |
|
samme
|
8c2b1a7e35
|
Fix snapshotCanvas
Fixes #5792
|
2021-07-28 10:29:15 -07:00 |
|
samme
|
214a19fb7a
|
Update body center after tile separation
|
2021-07-28 09:57:54 -07:00 |
|
samme
|
788bcb4330
|
Fix offset in createFromObjects()
Fixes #5789
|
2021-07-22 11:08:32 -07:00 |
|
Ryan Martell
|
078a94c3e6
|
Add Crossorigin support
|
2021-07-20 12:47:45 -06:00 |
|
Sylvain Pollet-Villard
|
7a4cdcf807
|
typo
|
2021-07-08 23:55:55 +02:00 |
|
Sylvain Pollet-Villard
|
2abe9e323f
|
types: fixed duplicate names
|
2021-07-08 23:54:10 +02:00 |
|
Sylvain Pollet-Villard
|
dca5346573
|
types: JSDoc for Phaser.Input.Gamepad.Configs
|
2021-07-08 23:53:58 +02:00 |
|
Sylvain Pollet-Villard
|
bdd22ac171
|
types: Phaser.Input.Gamepad.Configs definitions
|
2021-07-07 23:48:30 +02:00 |
|
Ikko Ashimine
|
21b11d8f7b
|
Fix typo in MatterCollisionPair.js
occured -> occurred
|
2021-07-07 16:40:53 +09:00 |
|
xiamidaxia
|
4ada682501
|
Fix all scene share the same spine renderer.
|
2021-07-01 14:06:27 +08:00 |
|
Maya Nedeljkovich
|
20ebc6f7a2
|
Fix getBounds for creating MatterTileBody for staggered tiles
|
2021-06-30 15:21:13 +02:00 |
|
xiamidaxia
|
eb6ef7debd
|
Fix SpinePlugin destroy
|
2021-06-30 20:41:25 +08:00 |
|
xiamidaxia
|
f93388851a
|
Fix spine plugin multiple game instances support #5765
|
2021-06-30 19:42:18 +08:00 |
|
xiamidaxia
|
9d2374c4a5
|
Fix install scene plugin #5765
|
2021-06-30 17:29:25 +08:00 |
|
samme
|
abfb8c6d7d
|
Collide group vs self as array
Fixes #5758
|
2021-06-29 10:46:57 -07:00 |
|
samme
|
0882e03fce
|
Remove obsolete comment
|
2021-06-27 11:53:30 -07:00 |
|
samme
|
9e6dc57063
|
Correct use of tween/timeline setCallback()
Fixes #5753
|
2021-06-26 17:30:24 -07:00 |
|
Jm
|
28f58f4e5e
|
Merge branch 'photonstorm:master' into loader-type
|
2021-06-23 13:09:15 +08:00 |
|
Richard Davey
|
8373e6f81a
|
Update CHANGELOG.md
|
2021-06-18 18:07:02 +01:00 |
|
Richard Davey
|
9066f756f9
|
Made it clear a Tween will not update _ properties. Fix #5747
|
2021-06-18 18:06:58 +01:00 |
|