Richard Davey
9eb364e3a2
Trying new flow
2022-08-30 23:45:19 +01:00
Richard Davey
b352deff83
create
accepts an array as well
2022-08-30 22:06:48 +01:00
Richard Davey
781926a14d
Update CHANGELOG-v3.60.md
2022-08-30 22:06:37 +01:00
Richard Davey
95d0dbb624
RenderTexture.fillFrame
is a new method that will take a given texture and draw it to the Render Texture as a fill-pattern. You can control the offset, alpha and tint of the draw
2022-08-30 22:06:34 +01:00
Richard Davey
113e0be098
Update CHANGELOG-v3.60.md
2022-08-30 18:44:13 +01:00
Richard Davey
0781e0f05b
Better chain method and getChainedTweens
2022-08-30 18:44:09 +01:00
Richard Davey
3bfa25f410
Improved docs, new chain method, new getChainedTweens method
2022-08-30 18:43:54 +01:00
Richard Davey
1fa524d3ad
Update CHANGELOG-v3.60.md
2022-08-30 18:18:13 +01:00
Richard Davey
7e69ffb279
add
can now take an array of configs and moved chain related functions to the new chain
method
2022-08-30 18:18:09 +01:00
Richard Davey
20f0c94ded
Deps update
2022-08-30 13:36:47 +01:00
brendo
93eceb7d99
show error code
2022-08-30 07:42:14 +08:00
Richard Davey
6332241d88
Testing chained tweens debug
2022-08-29 23:49:28 +01:00
Richard Davey
94658cf3f3
Update CHANGELOG-v3.60.md
2022-08-29 16:58:57 +01:00
Richard Davey
42b1afb784
Fixed fps rate limit
2022-08-29 16:58:54 +01:00
Richard Davey
9017d29d52
Update FPSConfig.js
2022-08-29 16:31:58 +01:00
Richard Davey
f776037f8e
Lots of jsdoc updates. Fixed time reset. Split limit fps up.
2022-08-29 16:29:37 +01:00
Richard Davey
1c34102a1a
Update CHANGELOG-v3.60.md
2022-08-29 16:29:19 +01:00
Richard Davey
bda695280f
Pass the raf timer value across to Timestep
2022-08-29 16:10:01 +01:00
samme
0462351a64
Add missing NoAudioSoundManager methods
...
Fixes #6200
2022-08-26 11:41:34 -07:00
Richard Davey
bbe25598f5
Update Tween.js
2022-08-26 18:55:06 +01:00
Richard Davey
7fdaa08343
Testing new fps limit system
2022-08-26 18:54:55 +01:00
samme
bbd4840dbc
Fix wrong alpha in snapshot pixel
2022-08-26 10:44:06 -07:00
Richard Davey
4e52e3b150
Update CHANGELOG-v3.60.md
2022-08-26 18:34:35 +01:00
Richard Davey
3c2272708f
The RequestAnimationFrame.target
property has been renamed to delay
to better describe what it does.
2022-08-26 18:34:32 +01:00
Richard Davey
3dc34deffb
Update CHANGELOG-v3.60.md
2022-08-26 18:32:51 +01:00
Richard Davey
45e3c24497
Removed tick, lastTime and target
...
* The `RequestAnimationFrame.tick` property has been removed as it's no longer used internally.
* The `RequestAnimationFrame.lastTime` property has been removed as it's no longer used internally.
* The `RequestAnimationFrame` class no longer calculates the tick or lastTime values and doesn't call `performance.now` as these values were never used internally and not used by the receiving callback either.
2022-08-26 18:32:47 +01:00
Richard Davey
286411ec33
Update CHANGELOG-v3.60.md
2022-08-26 17:56:58 +01:00
Richard Davey
593aaced12
The TimeStep
no longer calculates or passes the interpolation
value to Game.step as it was removed several versions ago, so is redundant.
2022-08-26 17:56:54 +01:00
Richard Davey
8625b02314
* RequestAnimationFrame.step
will now no longer call requestAnimationFrame
is isRunning
has been set to false
(via the stop
method)
2022-08-26 17:56:01 +01:00
Richard Davey
9d44547411
Upgrade TypeScript
2022-08-26 15:18:16 +01:00
Richard Davey
262dc391d6
Remove useFrames
2022-08-24 21:53:19 +01:00
Richard Davey
0dd8a25ea7
Update CHANGELOG-v3.60.md
2022-08-24 21:52:01 +01:00
Richard Davey
508252c039
The property and feature Tween.useFrames
has been removed and is no longer a valid Tween Config option. Tweens are now entirely ms/time based.
2022-08-24 21:51:57 +01:00
Richard Davey
d450863b4f
Merge branch 'master' of https://github.com/photonstorm/phaser
2022-08-24 21:20:35 +01:00
Richard Davey
1cee036e43
Update CHANGELOG-v3.60.md
2022-08-24 21:20:28 +01:00
Richard Davey
bc7e5f9c79
Merge pull request #6196 from samme/feature/texture-add-remove-key-events
...
Add texture add/remove key events
2022-08-24 21:20:13 +01:00
Richard Davey
5c4f4a3450
Merge pull request #6197 from samme/fix/getTextureKeys-white
...
Exclude __WHITE in getTextureKeys()
2022-08-24 21:16:15 +01:00
Richard Davey
169c402bb8
Merge pull request #6198 from samme/fix/arcade-world-destroy-debugGraphic
...
Destroy Arcade Physics debug graphic with world
2022-08-24 21:14:41 +01:00
Richard Davey
7fea4a095b
Testing new chain + delta system
2022-08-24 18:51:30 +01:00
Richard Davey
88d9c9c19c
Allow arrays of chained tweens
2022-08-24 18:51:18 +01:00
Richard Davey
23130bfaf0
Added CHAINED const
2022-08-24 18:50:16 +01:00
samme
7824876bd7
Add texture add/remove key events
...
- Phaser.Textures.Events.ADD_KEY
- Phaser.Textures.Events.REMOVE_KEY
2022-08-24 10:13:58 -07:00
Richard Davey
fef6718ea6
Added missing property
2022-08-24 14:51:45 +01:00
Richard Davey
4c2d3e3cff
setTextureZero will now set isTextureClean
to false
2022-08-24 13:56:12 +01:00
Richard Davey
c7d66ded23
Corrected docs
2022-08-24 13:55:53 +01:00
Richard Davey
6b6739f327
Update CHANGELOG-v3.60.md
2022-08-23 21:43:09 +01:00
Richard Davey
a236326dcc
Fixed jsdocs and preparing for Tween.chain
2022-08-23 21:43:05 +01:00
Richard Davey
2d11103c34
Removed BaseTween and merged back into Tween
...
As we don't need to split it for Timeline any longer.
2022-08-23 21:27:15 +01:00
Richard Davey
77603c2b42
Removed all Timeline related code and events
2022-08-23 21:13:03 +01:00
samme
01735b5a5c
Exclude __WHITE in getTextureKeys()
2022-08-23 10:38:51 -07:00