Commit graph

18674 commits

Author SHA1 Message Date
Richard Davey
6d539ab1c4
Merge pull request #6419 from kainage/fix-particle-lifespan
Fix ParticleEmitter#setParticleLifespan
2023-03-31 14:27:20 +01:00
Richard Davey
84dcdd9719 Fixed eslint formatting errors #6429 2023-03-31 14:23:26 +01:00
Richard Davey
b65d4b48c6 Fixed jsdocs #6429 2023-03-31 14:23:13 +01:00
Richard Davey
c32c4ccfe4
Merge pull request #6429 from rexrainbow/tilemap-hexagon-staggeraxis-x
Support staggeraxis-x, staggerindex-odd
2023-03-31 14:18:49 +01:00
Richard Davey
e21bf2dafc
Merge pull request #6436 from samme/fix/put-empty-tile
Fix putTileAt() with empty tile
2023-03-31 14:17:22 +01:00
Richard Davey
8ac4db645e Upgraded TypeScript and Webpack 2023-03-31 14:13:51 +01:00
Richard Davey
fa0240872c Update Timeline.js 2023-03-30 22:51:37 +01:00
Richard Davey
9c1e216572 Added complete, totalComplete, getProgress, isRunning, stop and the ability to set a stop event. 2023-03-30 16:59:24 +01:00
Richard Davey
12c0dc2d03 Update Bloom.js 2023-03-30 16:58:47 +01:00
Richard Davey
2f2aeb82e8 Added FX.setActive method. 2023-03-30 16:58:43 +01:00
Richard Davey
09ebf4048e Removed use of 'Add' (don't need exclusive check) and fixed index 0 offset errors 2023-03-30 15:49:03 +01:00
Richard Davey
29c1cf506c Fixed property name 2023-03-30 14:02:18 +01:00
Richard Davey
14a4cc67ad Don't do esm build every time 2023-03-30 14:02:10 +01:00
Richard Davey
c9836fa266 Update Timeline.js 2023-03-29 23:06:51 +01:00
Richard Davey
cf4f37e860 Update Timeline.js 2023-03-29 23:06:24 +01:00
Richard Davey
4d3f748db3 Removed Event.action and store direct objects instead 2023-03-29 23:02:32 +01:00
Richard Davey
62be725e43 Lots more docs. Clear method. Better from chaining. 2023-03-29 18:47:18 +01:00
Richard Davey
e1d2ea97f6 Create TimelineEventConfig.js 2023-03-29 18:46:49 +01:00
Richard Davey
f046907ce7 Create TimelineEvent.js 2023-03-29 18:46:46 +01:00
Richard Davey
9fbf2e22f3 Fixed types 2023-03-29 18:46:41 +01:00
Richard Davey
8847565c1d Added support for once events and documentation 2023-03-29 17:43:27 +01:00
Richard Davey
cd2b8f8f41 Upgraded eslint 2023-03-29 14:30:41 +01:00
Richard Davey
ba49eb228f Testing new Timeline class 2023-03-29 13:38:45 +01:00
Richard Davey
e1e46f4b19 Merge branch 'master' of https://github.com/photonstorm/phaser 2023-03-27 23:16:37 +01:00
Richard Davey
15535914b8 Only destroy controller if set 2023-03-27 23:16:34 +01:00
Richard Davey
b8872b79d4 Sets forceClamp to false 2023-03-27 17:48:38 +01:00
Richard Davey
3e075bf018 Added forceClamp parameter 2023-03-27 17:48:27 +01:00
samme
e9e87bf8b7 Clear tiles when destroying tilemap 2023-03-26 14:31:52 -07:00
Richard Davey
5391116f09 Update CHANGELOG-v3.60.md 2023-03-26 17:42:25 +01:00
samme
3d386a055d Save tileset index, fix putting empty tile
Adds Phaser.Tilemaps.Tilemap#tiles

Fixes #6353
2023-03-26 09:34:25 -07:00
Richard Davey
3f318580d2
Merge pull request #6432 from samme/feature/GetBounds-output
Change GetBounds() default output type to Rectangle
2023-03-26 17:20:47 +01:00
Rex
bc1fcf7357 Suport staggerIndex-even with staggerAxis-y and staggerAxis-x 2023-03-25 20:47:45 +08:00
Rex
65c0f9f73b Support staggeraxis-x, staggerindex-odd 2023-03-25 11:54:41 +08:00
samme
22f6f08058 Change GetBounds() output to Rectangle 2023-03-24 18:04:48 -07:00
Kainage
469a7fac45
Merge branch 'photonstorm:master' into fix-particle-lifespan 2023-03-24 11:37:43 -07:00
Richard Davey
4eb5a180a7 Update CHANGELOG-v3.60.md 2023-03-24 18:35:32 +00:00
Richard Davey
2354e76280 Preparing for Beta 22 2023-03-24 15:44:02 +00:00
Richard Davey
78b8d40d91 v3.60 Beta 21 Release 2023-03-24 15:42:34 +00:00
Richard Davey
23d255ef38 Ignore phaser-esm 2023-03-24 15:41:07 +00:00
Richard Davey
cd58dd5f3a Fix doc types 2023-03-24 15:41:01 +00:00
Richard Davey
d9e98a7e85 Mesh and Plane now support setInteractive. Fix #6394 2023-03-24 00:07:11 +00:00
Richard Davey
01f06cddd8 Update CHANGELOG-v3.60.md 2023-03-23 17:15:57 +00:00
Richard Davey
7237299639 The GetBounds.getCenter method now has an optional includeParent argument, which allows you to get the value in world space. Also updated types. 2023-03-23 17:15:53 +00:00
Richard Davey
5658a46268 Webpack update 2023-03-23 14:27:33 +00:00
Richard Davey
5944a8f5a2 Add default origin. Fixes setInteractive(). 2023-03-23 00:34:21 +00:00
Richard Davey
dd98011eb3 Added custom hitAreaCallback for #6394 2023-03-22 18:51:46 +00:00
Richard Davey
f8faec2702 Fixed reference and removed mapData check 2023-03-22 18:23:36 +00:00
Richard Davey
8d5ef0e1e1 Update CHANGELOG-v3.60.md 2023-03-22 18:01:36 +00:00
Richard Davey
c850e85ca4 The TilemapLayer.skipCull feature wasn't being applied correctly for Isometric, Hexagonal or Staggered tiles, only for Orthographic tiles (the default). It will now respect the skipCull property and return all tiles during culling if enabled. Fix #5524 2023-03-22 18:01:34 +00:00
Richard Davey
fe0c0639c1 Update CHANGELOG-v3.60.md 2023-03-22 17:45:35 +00:00