Commit graph

18899 commits

Author SHA1 Message Date
Richard Davey
3170c427c0 Update CHANGELOG-v3.60.md 2023-04-04 15:46:11 +01:00
Richard Davey
49d56e7dc4 Added new clearFX method and tidied up the docs and functions for FX removal. Fix #6451 2023-04-04 15:46:11 +01:00
Richard Davey
26c90c4492
Merge pull request #6450 from samme/docs/CameraConfig
Docs: correct types for SettingsConfig.cameras and SettingsObject.cameras
2023-04-04 15:08:59 +01:00
Richard Davey
d426e11ca6 Update CHANGELOG-v3.60.md 2023-04-04 15:05:47 +01:00
Richard Davey
8adbb15c13 Added new Matter Body methods (velocity and speed) 2023-04-04 15:05:42 +01:00
Richard Davey
0a8f9a9f04 Fixed jsdoc types 2023-04-04 15:05:11 +01:00
Richard Davey
f483629378 Updated Matter TS defs for v0.19 2023-04-04 15:04:56 +01:00
samme
7864024cbf Docs: correct cameras types
Phaser.Types.Scenes.SettingsConfig, Phaser.Types.Scenes.SettingsObject
2023-04-03 16:03:51 -07:00
Richard Davey
b2e0f446ec Update CHANGELOG-v3.60.md 2023-04-03 22:15:25 +01:00
Richard Davey
24c85af875 Upgrade to MatterJS v0.19 2023-04-03 22:01:39 +01:00
Richard Davey
b9b9ca9e64 Update CHANGELOG-v3.60.md 2023-04-03 20:19:28 +01:00
Richard Davey
ddc79c71a2 Update WebAudioSound.js 2023-04-03 20:19:26 +01:00
Richard Davey
0f72a9781b Updated jsdocs 2023-04-03 18:35:25 +01:00
Richard Davey
715ee10367 Clarifying the docs. Fix #6446 2023-04-03 18:30:05 +01:00
Richard Davey
19dfdeac14 jsdoc fixes and beta 23 prep 2023-03-31 18:39:40 +01:00
Richard Davey
6c46427ba7 Update CHANGELOG-v3.60.md 2023-03-31 17:00:12 +01:00
Richard Davey
f221831749 v3.60 Beta 22 Release 2023-03-31 16:49:54 +01:00
Richard Davey
f69292ed38 Update CHANGELOG-v3.60.md 2023-03-31 16:37:04 +01:00
Richard Davey
5e0dd72153 You will now get a warning from the AnimationManager and AnimationState if you try to add an animation with a key that already exists. Fix #6434 2023-03-31 16:37:01 +01:00
Richard Davey
ac060e8355 Set maxDim within the loop 2023-03-31 15:49:23 +01:00
Richard Davey
6d49b94305 Reverted pixel rounding. Should address offset pixelArt issues on HighDPI displays. #6327 2023-03-31 15:12:34 +01:00
Richard Davey
01afa66230 clear now has 2 arguments to clear pre/post or both. Fix #6440 2023-03-31 14:45:37 +01:00
Richard Davey
c679363a88 Update CHANGELOG-v3.60.md 2023-03-31 14:36:15 +01:00
Richard Davey
f97d4d2477
Merge pull request #6400 from imothee/addTilesetImage-tilesetOffset
Adds tileOffset param to Phaser.Tilemaps.Tilemap#addTilesetImage
2023-03-31 14:34:53 +01:00
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