Zeke Chan
4751786e96
Update CHANGELOG-v3.85.md
2024-06-13 17:35:42 +08:00
Zeke Chan
52f3309ab5
Update GetLineToLine.js
2024-06-13 17:30:36 +08:00
Zeke Chan
7724dd0076
Update WebGLRenderer.js
2024-06-13 11:23:19 +08:00
Zeke Chan
382fd583d5
Update CHANGELOG-v3.85.md
2024-06-12 16:44:03 +08:00
Zeke Chan
b2d62b6234
Update DeathZone.js
...
DeathZone now checks for particle local coordinates, not world coordinates.
2024-06-12 16:43:32 +08:00
Zeke Chan
ef6a9331b6
Update Pointer.js
...
These methods will now return `true` when multiple mouse buttons are being pressed:
- leftButtonReleased
- rightButtonReleased
- middleButtonReleased
- backButtonReleased
- forwardButtonReleased
2024-06-11 17:25:02 +08:00
Zeke Chan
aa15dbd40d
Update CHANGELOG-v3.85.md
2024-06-11 17:23:41 +08:00
Zeke Chan
e14ab812f4
Update CHANGELOG-v3.85.md
2024-06-11 15:37:58 +08:00
Zeke Chan
67da96272a
Update CHANGELOG-v3.85.md
2024-06-11 15:36:16 +08:00
Zeke Chan
1b965326d4
Update World.js
...
Added pushable property collision checking when both bodies are set to circles
2024-06-11 15:36:09 +08:00
Zeke Chan
43ce515fcb
Update WebGLRenderer.js
2024-06-11 15:25:53 +08:00
Richard Davey
4a82a8bc9b
Tidied up documentation and small code tweaks
2024-06-10 17:22:54 +01:00
Zeke Chan
48cd2fc2e0
Update WebGLRenderer.js
2024-06-11 00:05:08 +08:00
Zeke Chan
efaa3b00e1
Update CHANGELOG-v3.85.md
2024-06-11 00:05:00 +08:00
Zeke Chan
6014b2d775
Update WebGLRenderer.js
...
Added `setContextHandlers` method
2024-06-10 23:35:27 +08:00
Richard Davey
ea78ec7822
Update CHANGELOG-v3.85.md
2024-06-10 11:56:08 +01:00
Zeke Chan
3212f6ff33
Reapply "Update WebGLRenderer.js"
...
This reverts commit ead539a664
.
2024-06-10 14:52:57 +08:00
Zeke Chan
1c5a9d02ea
Reapply "Update CHANGELOG-v3.85.md"
...
This reverts commit ca5cdf4b1a
.
2024-06-10 14:52:49 +08:00
Zeke Chan
ca5cdf4b1a
Revert "Update CHANGELOG-v3.85.md"
...
This reverts commit 86d4811246
.
2024-06-10 14:50:22 +08:00
Zeke Chan
ead539a664
Revert "Update WebGLRenderer.js"
...
This reverts commit 6489106aa8
.
2024-06-10 14:50:14 +08:00
Zeke Chan
6489106aa8
Update WebGLRenderer.js
...
Added `dispatchContextLost`, `dispatchContextRestored` methods
2024-06-10 14:49:38 +08:00
Zeke Chan
86d4811246
Update CHANGELOG-v3.85.md
2024-06-10 14:49:04 +08:00
Richard Davey
4ddba9bc5c
Update CHANGELOG-v3.85.md
2024-06-07 16:30:06 +01:00
Richard Davey
2f3a92b2d9
Added useSpriteSheet config property. Fix #6752
2024-06-07 16:30:06 +01:00
Zeke Chan
5036abe1e7
Update README.md
2024-06-07 23:13:30 +08:00
Richard Davey
ad55bad261
Update CHANGELOG-v3.85.md
2024-06-06 16:35:21 +01:00
Richard Davey
86c91e65d0
Update CHANGELOG-v3.85.md
2024-06-06 15:54:01 +01:00
Richard Davey
d0c23acccb
Update CHANGELOG-v3.85.md
2024-06-06 15:49:06 +01:00
Richard Davey
38d27c1fd7
Changed version number
2024-06-06 15:49:06 +01:00
Richard Davey
9723414a16
The requestVideoFrame
polyfill has been updated to the latest release, which should resolve some SSR framework issues.
2024-06-06 15:49:06 +01:00
Richard Davey
0a169a6ab6
Update CHANGELOG-v3.85.md
2024-06-06 15:49:06 +01:00
Richard Davey
722dfb79ed
Merge pull request #6771 from samme/patch-21
...
Docs: correct TilemapJSONFile superclass
2024-06-06 15:29:51 +01:00
Richard Davey
ca8102ab30
Merge pull request #6781 from samme/feature/audio-warnings
...
Improve the audio warnings
2024-06-06 15:29:01 +01:00
Richard Davey
27a0cb1a8f
Merge pull request #6813 from AlbertMontagutCasero/fix-TextStyle-setWordWrapWidth-definition
...
Fix jsdoc in setWordWrapWidth from Text and TextStyle
2024-06-06 15:27:45 +01:00
Richard Davey
d18f42377b
Merge pull request #6801 from samme/fix/getPipelineName-null
...
`getPipelineName()` is null if pipeline is null
2024-06-06 15:18:12 +01:00
Richard Davey
993e0cefa1
Merge pull request #6809 from samme/feature/sound-manager-isPlaying
...
Add BaseSoundManager#isPlaying()
2024-06-06 15:15:52 +01:00
Richard Davey
159fe935bb
Merge pull request #6785 from samme/feature/bitmaptext-key-error
...
Throw an error for invalid BitmapText key
2024-06-06 15:14:12 +01:00
Richard Davey
c534e2ae6a
Merge pull request #6795 from samme/docs/set-velocity
...
Docs: note velocity units in Phaser.Physics.Arcade.Components.Velocity
2024-06-06 15:13:24 +01:00
Richard Davey
f10147809f
Merge pull request #6815 from lgtome/fix-parent-parameter-type
...
JSDoc and type for parent property
2024-06-06 15:12:37 +01:00
Richard Davey
66d15f7624
Update CHANGELOG-v3.85.md
2024-06-06 15:09:22 +01:00
Richard Davey
c4501d2ccf
TimelineEvent
has a new property called tweenInstance
. If the Timeline event has a tween that has been activated, this will hold a reference to it.
2024-06-06 15:09:22 +01:00
Richard Davey
b70d06d475
Calling Timeline.clear
and Timeline.destroy
will now destroy any currently active Tweens that the Timeline had created. Previously, active tweens would continue to play to completion
...
Calling `Timeline.pause` will now pause any currently active Tweens that the Timeline had started
Calling `Timeline.resume` will now resume any currently paused Tweens that the Timeline had started
2024-06-06 15:09:22 +01:00
Richard Davey
228736a695
Merge pull request #6818 from rexrainbow/bugfix-expand-scale-mode
...
Set gameSize equal to baseSize, for EXPAND scale mode
2024-06-06 14:35:53 +01:00
Richard Davey
c508afca0c
Update CHANGELOG-v3.85.md
2024-06-06 14:33:01 +01:00
Richard Davey
023d9fb0ba
Added all of the missing Loader Config values (such as imageLoadType
) to LoaderConfig, so they now appear in the TypeScript defs.
2024-06-06 14:32:58 +01:00
Rex
687903fc76
Expose const EXPAND definition
2024-05-31 11:46:16 +08:00
Robert Kowalski
6b9b296c0f
Update CHANGELOG-v3.85.md
2024-05-16 16:20:01 -04:00
Richard Davey
b06483ecc6
Update CHANGELOG-v3.85.md
2024-05-15 18:46:23 +01:00
Richard Davey
078c3662ef
Moving to v3.85
2024-05-15 15:37:36 +01:00
Richard Davey
9b49655e9c
The method TextureManager.checkKey
will now return false
if the key is not a string, which fixes issues where a texture could be created if a key was given that was already in use
2024-05-15 15:37:19 +01:00