.. |
actions
|
Merge branch 'master' of https://github.com/photonstorm/phaser
|
2023-10-26 21:07:41 +01:00 |
animations
|
Both the Animation Config and the Play Animation Config allow you to set a new boolean property randomFrame . This is false by default, but if set, it will pick a random frame from the animation when it _starts_ playback. This allows for much more variety in groups of sprites created at the same time, using the same animation. This is also reflected in the new Animation.randomFrame and AnimationState.randomFrame properties.
|
2023-09-07 18:00:18 +01:00 |
cache
|
Updated copyright year
|
2023-01-02 17:36:27 +00:00 |
cameras
|
Remove rounding
|
2023-11-07 18:52:23 +00:00 |
core
|
Added disablePreFX and disablePostFX flags
|
2023-11-08 12:34:46 +00:00 |
create
|
Added { willReadFrequently } to every canvas context, no matter where it comes from
|
2023-03-09 17:30:04 +00:00 |
curves
|
Updated copyright year
|
2023-01-02 17:36:27 +00:00 |
data
|
Fixed typedefs
|
2023-10-10 20:22:28 +01:00 |
device
|
iOS and any browser identifying as AppleWebKit will now set the Device.es2019 flag to true . This causes Phaser to use the native array Stable Sort. This fixes an issue where overlapping particles could flicker on iOS. Fix #6483
|
2023-09-07 16:22:39 +01:00 |
display
|
Tidy the docs
|
2023-04-05 14:38:19 +01:00 |
dom
|
Updated copyright year
|
2023-01-02 17:36:27 +00:00 |
events
|
Updated copyright year
|
2023-01-02 17:36:27 +00:00 |
fx
|
FX.Circle.backgroundAlpha is a new property that allows you to set the amount of the alpha of the background color in the Circle FX (thanks @rexrainbow)
|
2023-07-21 16:05:07 +01:00 |
gameobjects
|
Merge pull request #6626 from rexrainbow/layer-remove-removeall
|
2023-11-08 15:45:50 +00:00 |
geom
|
Remove unused code
|
2023-08-16 05:42:00 +02:00 |
input
|
Update InputConfiguration.js: Clarify alphaTolerance
|
2023-08-30 13:07:33 -07:00 |
loader
|
The LoaderPlugin will now call removeAllListeners() as part of its shutdown method, which will clear any event listeners bound to a Loader instance of the Scene, during the Scene shutdown. Fix #6633
|
2023-09-27 18:15:12 +01:00 |
math
|
Math.Wrap` has been reverted to the previous version. Fix #6479
|
2023-07-21 18:32:45 +01:00 |
physics
|
Added setDirectControl to allow a body to calculate velocity from position changes
|
2023-10-26 23:03:08 +01:00 |
plugins
|
Updated copyright year
|
2023-01-02 17:36:27 +00:00 |
polyfills
|
The Request Video Frame polyfill will now check first to see if the browser supports HTMLVideoElement before trying to inspect its prototype. This should help in non-browser environments.
|
2023-09-27 17:18:10 +01:00 |
renderer
|
Respect the disable fx flags and only create the pipelines and render targets as needed
|
2023-11-08 12:35:19 +00:00 |
scale
|
If you gave the width or height in the Game Config object as a string it would multiply the value given by the parent size, often leading to a huge game canvas, or causing WebGL errors as it tried to create a texture larger than the GPU could handle. This has now been strengthened. If you give a string with a % at the end, it works as before, i.e. "100%" or "50%" to set the scale based on the parent. If you don't include the %, or use another unit, such as "800px" it will now be treated as a fixed value, not a percentage.
|
2023-09-07 15:19:57 +01:00 |
scene
|
Docs: correct cameras types
|
2023-04-03 16:03:51 -07:00 |
sound
|
fix: memory leak in WebAudioSoundManager
|
2023-04-14 18:16:38 +09:00 |
structs
|
Structs.Map.setAll is a new method that allows you to pass an array of elements to be set into the Map. This is a chainable method.
|
2023-11-08 12:09:05 +00:00 |
textures
|
Fixed issue with Dynamic Textures and Render Textures not displaying until resized. Fix #6662
|
2023-11-03 19:02:52 +00:00 |
tilemaps
|
Merge pull request #6648 from samme/fix/PutTileAt-2
|
2023-11-08 15:28:12 +00:00 |
time
|
Change default callback scope to the timer event
|
2023-04-06 10:25:09 -07:00 |
tweens
|
Merge pull request #6632 from samme/docs/tween-persist
|
2023-09-27 17:57:36 +01:00 |
utils
|
Fixed jsdoc for GetRandom
|
2023-10-27 17:22:39 +02:00 |
const.js
|
Beta 5
|
2023-11-07 18:37:42 +00:00 |
phaser-arcade-physics.js
|
Added requestVideoFrame polyfill
|
2023-04-11 17:02:09 +01:00 |
phaser-core.js
|
Added requestVideoFrame polyfill
|
2023-04-11 17:02:09 +01:00 |
phaser-esm.js
|
Added requestVideoFrame polyfill
|
2023-04-11 17:02:09 +01:00 |
phaser-ie9.js
|
Updated copyright year
|
2023-01-02 17:36:27 +00:00 |
phaser.js
|
Added requestVideoFrame polyfill
|
2023-04-11 17:02:09 +01:00 |