Richard Davey
|
7fd6b6fdf8
|
LoaderPlugin.maxRetries is a new property that holds the number of times to retry loading a single file before it fails.
|
2024-08-07 15:43:43 +01:00 |
|
Richard Davey
|
ca4e2da432
|
loader.maxRetries is a new Game Config option to set the number of retries a file will attempt to load. The default is 2.
|
2024-08-07 15:43:25 +01:00 |
|
Richard Davey
|
4021fa50fa
|
FileConfig.maxRetries is a new File Config option to set the number of retries a file will attempt to load. If not specified in the config, the value is read from the LoaderPlugin.maxRetries property.
|
2024-08-07 15:43:11 +01:00 |
|
Richard Davey
|
0a7df76c3f
|
Loader.File.retryAttempts is the internal property holding the counter for the number of times to retry loading this file before it fails. This value is decreased after each attempt. When it reaches zero, the file is considered as failed.
|
2024-08-07 15:42:57 +01:00 |
|
Richard Davey
|
195bede40e
|
Update CHANGELOG-v3.85.md
|
2024-08-06 23:59:45 +01:00 |
|
Richard Davey
|
13035a6718
|
If you had a sprite on the display list using the LightPipeline, followed by a Mesh using the LightPipeline, and you invalidated the mesh (i.e. by rotating it), it would cause a runtime error in the current batch. Fix #6822
|
2024-08-06 23:59:42 +01:00 |
|
Richard Davey
|
c5d8c7e04c
|
Update CHANGELOG-v3.85.md
|
2024-08-06 23:44:28 +01:00 |
|
Richard Davey
|
e01a5f8d2c
|
Update CHANGELOG-v3.85.md
|
2024-08-06 23:27:36 +01:00 |
|
Richard Davey
|
f434449dd8
|
The PreFXPipeline.batchQuad method will now apply Math.round to the target bounds center point. This prevents sub-pixel values during the copyTextSubImage2D call, preventing sprites with pre-fx from appearing mis-aligned during camera pans. Fix #6879
|
2024-08-06 23:27:34 +01:00 |
|
Richard Davey
|
fd35a37b85
|
Update CHANGELOG-v3.85.md
|
2024-08-06 23:03:18 +01:00 |
|
Richard Davey
|
6acd415d16
|
Don't round the midPoint, or it breaks high zoom scrolling. Fix #6878
|
2024-08-06 23:01:33 +01:00 |
|
Richard Davey
|
5aaa5ec601
|
Merge branch 'master' of https://github.com/phaserjs/phaser
|
2024-08-06 22:48:54 +01:00 |
|
Richard Davey
|
24125ef4d9
|
Update Config.js
|
2024-08-06 22:48:49 +01:00 |
|
Richard Davey
|
5387e9ef28
|
Update CHANGELOG-v3.85.md
|
2024-08-06 22:48:44 +01:00 |
|
Richard Davey
|
8ef75453d0
|
Merge pull request #6876 from wooseok123/wooseok123-feat-switch
feat : add data argument in Scene.switch
|
2024-08-06 21:57:28 +01:00 |
|
Richard Davey
|
1624312aea
|
Merge pull request #6883 from RomanFrom710/6880-text-with-stroke-and-letter-spacing-issue
Apply stroke letter by letter if there is custom letter spacing
|
2024-08-06 21:54:21 +01:00 |
|
Richard Davey
|
50196f4958
|
Disable autoResize flag. The size a DynamicTexture is created at is the size it should remain forever.
|
2024-08-06 18:58:31 +01:00 |
|
Richard Davey
|
c81c6cecc8
|
Remove the requirement for autoResize to be set, so anyone can resize a RenderTarget
|
2024-08-06 18:58:12 +01:00 |
|
Richard Davey
|
d4d6a4c308
|
Beta 3 tag
|
2024-08-06 18:41:11 +01:00 |
|
Roman Chaley
|
cdefe1f68c
|
Apply stroke letter by letter if there is custom letter spacing
|
2024-08-04 16:11:37 +02:00 |
|
zekechan
|
cc0bac0214
|
Removed empty line spacing added when text is undefined. Fix #6807
|
2024-07-30 13:40:53 +08:00 |
|
Richard Davey
|
a3470a08e5
|
Updated rounding to use Math.floor + 0.5
|
2024-07-28 14:56:53 +01:00 |
|
Wooseok Han
|
8a52c00cad
|
feat : add data argument in Scene.switch
|
2024-07-26 13:25:07 +09:00 |
|
Richard Davey
|
45db4b91e7
|
Updated change logs
|
2024-07-23 18:17:49 +01:00 |
|
Richard Davey
|
445d58faa9
|
v3.85 Beta 2 Release
|
2024-07-23 17:01:47 +01:00 |
|
Richard Davey
|
f519c582c7
|
Fixed jsdocs
|
2024-07-23 16:58:57 +01:00 |
|
Richard Davey
|
49456a08b8
|
Merge pull request #6870 from samme/feature/timestep-pauseDuration-2
Pass pauseDuration 0 in `Phaser.Core.Events#RESUME` after manual game resume
|
2024-07-23 16:53:01 +01:00 |
|
Richard Davey
|
412d0e5b71
|
Merge pull request #6869 from samme/docs/scene-events
Docs: correct args in some scene events
|
2024-07-23 16:52:33 +01:00 |
|
Richard Davey
|
33f3f0c777
|
Update CHANGELOG-v3.85.md
|
2024-07-23 16:39:52 +01:00 |
|
Richard Davey
|
abf857d949
|
The Texture.getFrameBounds method will now include the BASE texture in its calculations. This prevents it from returning a size of Infinity. This fixes an issue where a Tileset with margin/spacing loaded via load.spritesheet instead of load.image would have its margin and spacing ignored. Fix #6823
|
2024-07-23 16:39:49 +01:00 |
|
Richard Davey
|
ee2110c062
|
Removed debugging info.
|
2024-07-23 16:38:07 +01:00 |
|
Richard Davey
|
0d32e7bcbc
|
Fixed jsdoc
|
2024-07-23 15:48:54 +01:00 |
|
Zeke Chan
|
994389d041
|
Merge pull request #6816 from jacklehamster/master
Add PR to fix null pointer exception.
|
2024-07-23 16:52:37 +08:00 |
|
Zeke Chan
|
54e555d56a
|
Revert "#6816 Phaser.GameObjects.Components.FX#add fix null pipeline pointer"
This reverts commit 389e2af60f .
|
2024-07-23 16:51:45 +08:00 |
|
Zeke Chan
|
389e2af60f
|
#6816 Phaser.GameObjects.Components.FX#add fix null pipeline pointer
|
2024-07-23 16:50:00 +08:00 |
|
Richard Davey
|
6c02206a90
|
Debugging tile spacing
|
2024-07-22 19:03:57 +01:00 |
|
Richard Davey
|
52085dba91
|
Don't call setTileSize or setSpacing unless values are given
|
2024-07-22 19:03:11 +01:00 |
|
Richard Davey
|
f44b10631d
|
Update CHANGELOG-v3.85.md
|
2024-07-22 19:02:17 +01:00 |
|
Zeke Chan
|
c1cd18ef06
|
Update CHANGELOG-v3.85.md
|
2024-07-22 22:59:40 +08:00 |
|
samme
|
96bae29e62
|
Pass pauseDuration 0 for manual resume
|
2024-07-21 07:36:24 -07:00 |
|
Richard Davey
|
dc27d377f2
|
Include version in gameURL
|
2024-07-19 17:01:30 +01:00 |
|
Zeke Chan
|
5d74999620
|
Fixed "undefined" style bug causing crashes
|
2024-07-19 11:06:23 +08:00 |
|
samme
|
a98f1f5713
|
Docs: correct args in some scene events
|
2024-07-18 19:03:08 -07:00 |
|
Richard Davey
|
99260d2174
|
DynamicTexture now creates a Camera instance, not a BaseCamera
|
2024-07-18 21:21:33 +01:00 |
|
Richard Davey
|
4a7f2b8301
|
Merge branch 'master' of https://github.com/phaserjs/phaser
|
2024-07-18 20:38:05 +01:00 |
|
Richard Davey
|
57ecb75e05
|
Update CHANGELOG-v3.85.md
|
2024-07-18 20:38:00 +01:00 |
|
Richard Davey
|
14429786a0
|
Merge pull request #6867 from samme/feature/timestep-pauseDuration
Add TimeStep#pauseDuration, pass in Phaser.Core.Events#RESUME
|
2024-07-18 20:34:57 +01:00 |
|
samme
|
2824185784
|
Add TimeStep#pauseDuration
Pass in Phaser.Core.Events#RESUME
|
2024-07-17 18:57:03 -07:00 |
|
zekechan
|
1334cdef7d
|
Update phaser.json
|
2024-07-17 23:32:21 +08:00 |
|
zekechan
|
aacc610088
|
Update phaser.d.ts
|
2024-07-17 23:32:17 +08:00 |
|