Commit graph

17918 commits

Author SHA1 Message Date
Richard Davey
2445fce49d Update CHANGELOG-v3.60.md 2022-10-14 15:39:43 +01:00
Richard Davey
12620abf52
Merge pull request #6252 from quocsinh/master
Fix Tween
2022-10-14 15:37:51 +01:00
Shin
96052dba5c Fix Tween.callbackScope 2022-10-14 21:10:21 +07:00
Richard Davey
e554be84bc Update CHANGELOG-v3.60.md 2022-10-14 13:33:02 +01:00
Richard Davey
3e65947cb2 When calling InputPlugin.clear it will now call removeDebug on the Game Object, making sure it clears up any Input Debug Graphics left in the Scene. Fix #6137 2022-10-14 13:32:59 +01:00
Richard Davey
d3ea62168f Update CHANGELOG-v3.60.md 2022-10-14 13:25:31 +01:00
Richard Davey
051dadd02a Add 'willReadFrequently' to CanvasTexture 2022-10-14 13:25:01 +01:00
Richard Davey
ac2c9c8fb8 Fixed Texture Manager reference. Fix #6250 2022-10-14 13:24:46 +01:00
Richard Davey
e722904139 Merge branch 'master' of https://github.com/photonstorm/phaser 2022-10-13 22:03:37 +01:00
Richard Davey
bd1adbd67e Clear TEXTURE1. Fix #6248 2022-10-13 22:03:33 +01:00
Richard Davey
fe75fa2a09
Merge pull request #6246 from rexrainbow/RenderTexture-resize
Add resize method back
2022-10-13 21:09:34 +01:00
Richard Davey
a69505e3f2
Merge pull request #6249 from samme/patch-17
Docs: correct EdgeZoneSourceCallback return type
2022-10-13 21:08:53 +01:00
samme
6960205f46
Docs: correct EdgeZoneSourceCallback return type 2022-10-13 12:59:26 -07:00
Richard Davey
ac79cea3bc Update TweenManager.js 2022-10-13 14:56:53 +01:00
Rex
999a68c019 Update hitarea 2022-10-13 12:36:37 +08:00
Rex
d4093765be Add resize method back 2022-10-12 16:58:52 +08:00
Richard Davey
4bd64129e9 Only checkWorldBounds in Body.reset if the Body collides with it 2022-10-11 01:45:21 +01:00
Richard Davey
0301922bdc Preparing for Beta 13 2022-10-10 17:59:52 +01:00
Richard Davey
5fdb91217e v3.60 Beta 12 2022-10-10 17:56:00 +01:00
Richard Davey
07e0753e74 Fixed type def 2022-10-10 17:54:34 +01:00
Richard Davey
17d46ecdb4 Update CHANGELOG-v3.60.md 2022-10-10 17:44:02 +01:00
Richard Davey
ead9de5c04 Drawing a frame via draw, drawFrame or batchDrawFrame and specifying a tint value would inverse the Red and Blue channels. These are now handled properly. Fix #5509 2022-10-10 17:44:00 +01:00
Richard Davey
f3c804805f Update MultiPipeline.js 2022-10-10 17:43:53 +01:00
Richard Davey
9c4dfb5bbf Update CHANGELOG-v3.60.md 2022-10-10 16:36:21 +01:00
Richard Davey
3bb2a51f85
Merge pull request #6193 from JaroVDH/master
Add raw character index to BitmapText text bounds
2022-10-10 16:34:21 +01:00
Richard Davey
bfcb70081d Update CHANGELOG-v3.60.md 2022-10-10 16:32:59 +01:00
Richard Davey
205dab8794 Abort update if stuck in a countdown 2022-10-10 16:32:54 +01:00
Jaro Vanderheijden
5c50bfb7d4 Clean up output types 2022-10-10 17:18:54 +02:00
Jaro Vanderheijden
63aa8435fc Fix auto indentation 2022-10-10 17:10:40 +02:00
Jaro Vanderheijden
e4b3e1ac15 Move BitmapTextCharacter typedef to proper location 2022-10-10 17:05:56 +02:00
Jaro Vanderheijden
f8f8f38715
Merge branch 'photonstorm:master' into master 2022-10-10 16:59:05 +02:00
Richard Davey
b02e0e15a7 Update CHANGELOG-v3.60.md 2022-10-10 15:39:19 +01:00
Richard Davey
a970e0bcfb Using DynamicTexture.fill in CANVAS mode only, after using the erase method, wouldn't reset the global composite operation correctly, resulting in fills. Fix #6124 2022-10-10 15:39:16 +01:00
Richard Davey
7ab66d2adc Update CHANGELOG-v3.60.md 2022-10-10 15:31:53 +01:00
Richard Davey
cb5d91f596 Fix #6242 2022-10-10 15:31:50 +01:00
Richard Davey
c5c32758f9 Update CHANGELOG-v3.60.md 2022-10-10 15:28:11 +01:00
Richard Davey
c5f50066db Update package-lock.json 2022-10-10 15:28:11 +01:00
Richard Davey
346aff2858 Don't get targets from destroyed tweens. Fix #6244 2022-10-10 15:28:11 +01:00
Richard Davey
a5b3b91da1
Merge pull request #6236 from samme/feature/group-post-creation-options
Skip the Group createMultiple() post-creation options if not set
2022-10-10 15:18:18 +01:00
Richard Davey
d68b0b7c91
Merge pull request #6155 from ef4/better-closest-type
Improve types for ArcdePhysics.closest
2022-10-10 14:50:36 +01:00
Richard Davey
8f4b57a018
Merge pull request #6007 from rexrainbow/scene-transition-onstart
Add onStart parameter into scene.transition(config)
2022-10-10 14:47:23 +01:00
Richard Davey
f56499f62b
Merge pull request #6221 from samme/fix/video-load-url
Update video texture after loading
2022-10-10 14:46:06 +01:00
Richard Davey
a6a83ca592 Testing customSampler 2022-10-10 13:27:33 +01:00
Richard Davey
ed679fc023 Don't try and stop destroyed tweens 2022-10-10 01:29:06 +01:00
Richard Davey
954eb00fa1 Give Shapes the FX component 2022-10-09 23:16:58 +01:00
Richard Davey
52f7ec621a Added destroy method back in again 2022-10-09 23:16:48 +01:00
Richard Davey
d0cc5f17d5 Extend the MultiPipeline and use new batch system 2022-10-09 23:16:38 +01:00
Richard Davey
6c2b45d99f Use setQuad 2022-10-09 21:40:22 +01:00
Richard Davey
2e2c6528b6 Preparing for beta 12 2022-10-09 18:25:34 +01:00
Richard Davey
d6bd284d40 3.60 Beta 11 Release 2022-10-09 18:11:17 +01:00