Commit graph

16780 commits

Author SHA1 Message Date
Richard Davey
5dfab5f5d9 eslint and jsdoc fixes for #5697 2021-09-23 16:02:52 +01:00
Richard Davey
209943ac0d
Merge pull request #5698 from browndragon/tilemap
Addresses https://github.com/photonstorm/phaser/issues/5697
2021-09-23 15:47:58 +01:00
Richard Davey
d44e8e782e
Merge branch 'master' into tilemap 2021-09-23 15:47:47 +01:00
Richard Davey
d6932e7190 Update CHANGELOG.md 2021-09-23 15:39:13 +01:00
Richard Davey
dc6b9c6d93 lint fix 2021-09-23 15:37:22 +01:00
Richard Davey
a6d62b7d09 Update CHANGELOG.md 2021-09-23 15:36:13 +01:00
Richard Davey
0c8bc91d4c
Merge pull request #5316 from kainage/camera-flash-effect-alpha
Allow setting alpha for 2D camera flash effect
2021-09-23 15:35:50 +01:00
Richard Davey
93db763f69
Merge pull request #5340 from 16patsle/Fix_object_types
Add more specific 'object' types, including GO Configs
2021-09-23 15:30:43 +01:00
Richard Davey
c8aeb4724a Added scale configs to game config #5840 2021-09-22 12:12:35 +01:00
Richard Davey
bb47bf24e7 Update CHANGELOG.md 2021-09-22 12:12:15 +01:00
Richard Davey
b57afb45c9 Fixed eslint issues in #5701 2021-09-22 11:44:43 +01:00
Richard Davey
fa57ce9e25 Update CHANGELOG.md 2021-09-22 11:44:24 +01:00
Richard Davey
49c9d2795d
Merge pull request #5701 from Skel0t/patch-1
Line-Line Intersection fix if dx1 === 0
2021-09-22 11:42:17 +01:00
Richard Davey
b1c900430e Merge branch 'master' of https://github.com/photonstorm/phaser 2021-09-22 11:36:22 +01:00
Richard Davey
524643d6e8 Update CHANGELOG.md 2021-09-22 11:36:18 +01:00
Richard Davey
a5c0795967
Merge pull request #5772 from sylvainpolletvillard/master
types: complete Phaser.Input.Gamepad.Configs definitions
2021-09-22 11:35:25 +01:00
Richard Davey
00a21faba8 Merge branch 'master' of https://github.com/photonstorm/phaser 2021-09-22 11:34:27 +01:00
Richard Davey
9ee9aa20d8 Update CHANGELOG.md 2021-09-22 11:34:24 +01:00
Richard Davey
ede72366ca
Merge pull request #5624 from andriibarvynko/fix_check_matrix_for_one_row_matrix_support
Allow to have one row matrix in CheckMatrix
2021-09-22 11:32:56 +01:00
Richard Davey
7e5c184d38 Update CHANGELOG.md 2021-09-22 11:31:46 +01:00
Richard Davey
f4c7cb4a6d Fixed jsdocs. Renamed property to tileOffset. Fixed parsing of it. #5637 2021-09-22 11:26:08 +01:00
Richard Davey
736be1abc8 tileOffset hadn't been applied to the canvas renderer #5637 2021-09-22 11:25:39 +01:00
Richard Davey
d0b5b91a5e tileOffset is always set, so this check is redundant #5637 2021-09-22 11:25:13 +01:00
Richard Davey
32209baf39 Updated jsdocs 2021-09-22 11:24:35 +01:00
Richard Davey
d16588014f
Merge pull request #5637 from moJiXiang/fix-tilemap-offset
fix tilemap draw offset, maybe it is a bug, related issue #5633
2021-09-22 11:14:15 +01:00
Richard Davey
0a0c28458d Merge branch 'master' of https://github.com/photonstorm/phaser 2021-09-22 11:11:57 +01:00
Richard Davey
7b2a591afe Update CHANGELOG.md 2021-09-22 11:11:54 +01:00
Richard Davey
7434769faf
Merge pull request #5657 from moJiXiang/fix-bug-#5647
fix PutTileAt tile size with releated tileset width and height, releated bug #5647
2021-09-22 11:10:03 +01:00
Richard Davey
2771f280d2
Merge pull request #5750 from jonnytest1/master
assign array by index for skipped chunks
2021-09-22 11:03:44 +01:00
Richard Davey
698694828f Merge branch 'master' of https://github.com/photonstorm/phaser 2021-09-22 11:02:52 +01:00
Richard Davey
d71381f987 Update CHANGELOG.md 2021-09-22 11:02:47 +01:00
Richard Davey
d70b149170
Merge pull request #5793 from samme/fix/separate-tile-update-center
Update body center after tile separation
2021-09-22 11:01:28 +01:00
Richard Davey
6eaa5bbc1d Update CHANGELOG.md 2021-09-22 11:00:08 +01:00
Richard Davey
0ab2534306 Update PipelineManager.js 2021-09-21 14:53:18 +01:00
Richard Davey
0020dc5486 Updated to webpack 5 and updated configs 2021-09-21 14:41:11 +01:00
Richard Davey
424583efcd Update package-lock.json 2021-09-21 12:04:27 +01:00
Richard Davey
ad91a6dc58 Rebuilt phaser defs 2021-09-21 12:04:24 +01:00
Richard Davey
1c64f44dab Fixed eslint, added documentation 2021-09-21 12:01:48 +01:00
Richard Davey
bbe74a3135 Merge branch 'master' of https://github.com/photonstorm/phaser 2021-09-21 11:52:46 +01:00
Richard Davey
1c7b11f67a Update CHANGELOG.md 2021-09-21 11:52:42 +01:00
Richard Davey
1e5542df92
Merge pull request #5740 from hanzooo/loader-type
feat: Add support for load image by HTMLImageElement
2021-09-21 11:52:28 +01:00
Richard Davey
7ffb7f35eb
Delete phaser.d.ts
Please do not submit changes to the defs.
2021-09-21 11:49:11 +01:00
Richard Davey
cd4baa100d
Merge pull request #5744 from rexrainbow/rectangle-setsize
Update Rectangle shape game object's display origin and default hitArea
2021-09-21 11:46:42 +01:00
Richard Davey
f0eb694166
Merge pull request #5763 from samme/fix/group-double-collide
Do physics group vs. self collisions without the RTree
2021-09-21 11:44:52 +01:00
Richard Davey
2a0f19a061 Update CHANGELOG.md 2021-09-21 11:44:24 +01:00
Richard Davey
496b928c61 Fixed eslint issues 2021-09-21 11:38:33 +01:00
Richard Davey
9cfbe65bfa
Merge pull request #5766 from xiamidaxia/scenePlugins
Spine plugin multiple game instances support
2021-09-21 11:36:01 +01:00
Richard Davey
2546096b64 Fixed JSDocs. Close #5836 2021-09-21 11:33:01 +01:00
Sylvain Pollet-Villard
0187e45ed2 revert phaser.d.ts 2021-09-20 14:28:46 +02:00
Sylvain Pollet-Villard
dafd640bd0 revert phaser.d.ts 2021-09-20 14:19:14 +02:00