.. |
actions
|
The PlaceOnLine Action now supports ease functions
|
2024-01-31 15:34:19 -05:00 |
animations
|
AnimationFrame duration is the duration of the frame if set, msPerFrame is not added
|
2024-01-26 13:19:54 -05: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
|
Config#snapWidth and Config#snapHeight are new properties in the Game Config that hold the parsed snap config values, as used by the Scale Manager.
|
2024-02-19 16:35:27 +00:00 |
create
|
Added { willReadFrequently } to every canvas context, no matter where it comes from
|
2023-03-09 17:30:04 +00:00 |
curves
|
Path lineTo and moveTo now support Vector2Like Fix #6557
|
2024-02-15 20:24:49 -05:00 |
data
|
Fixed typedefs
|
2023-10-10 20:22:28 +01:00 |
device
|
The Browser Device class will no longer think that Chrome is Mobile Safari on iOS devices. Fix #6739
|
2024-02-19 15:36:37 +00: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
|
Merge branch 'master' into webgl-wrappers
|
2024-02-01 11:00:08 +13:00 |
gameobjects
|
The BitmapText.setFont method will now set the texture, size and alignment even if the same font key has been given as is already in use. Fix #6740
|
2024-02-19 14:41:59 +00:00 |
geom
|
Updated docs
|
2024-01-31 17:15:38 +00:00 |
input
|
Properly detect mesh like gameObjects when supplying an input configuration
|
2024-02-18 08:01:22 -05:00 |
loader
|
Merge pull request #6734 from yaustar/master
|
2024-02-19 14:29:57 +00:00 |
math
|
Modified RandomDataGenerator.weightedPick method to avoid sampling past the last element. Fix #6701
|
2024-01-31 21:33:47 +00:00 |
physics
|
Merge pull request #6719 from Stan-Stani/master
|
2024-02-19 14:31:29 +00: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
|
Merge pull request #6728 from moufmouf/fix-postfxpipeline
|
2024-02-19 15:30:34 +00:00 |
scale
|
A new property is available in the Game Configuration specifically for setting the 'snap' values for the Scale Manager. You can now set snap: { width, height } in the game config. This is then passed to the display size by the Scale Manager and used to control the snap values. Fix #6629 (thanks @musjj @samme)
|
2024-02-19 16:35:42 +00:00 |
scene
|
Check for undefined to avoid a crash in the examples at phaser3-custom-build.
|
2023-12-13 15:06:21 -05:00 |
sound
|
The BaseSound.destroy method will now call BaseSound.stop which will reset the isPlaying and other flags. Fix #6645
|
2023-11-08 16:26:48 +00:00 |
structs
|
Docs fix
|
2024-02-19 16:27:07 +00:00 |
textures
|
Verify compressed texture compatibility with WebGL and improve warnings.
|
2024-02-17 20:43:43 +13:00 |
tilemaps
|
Merge branch 'master' into webgl-wrappers
|
2024-02-01 11:00:08 +13:00 |
time
|
Call the Time.Timeline loop callback earlier
|
2024-02-16 16:31:05 -05:00 |
tweens
|
Docs: TweenChainBuilderConfig descriptions
|
2024-02-15 17:01:49 -08:00 |
utils
|
Update GetFirst.js
|
2023-12-02 15:38:05 -05:00 |
const.js
|
beta 3 tag for safety
|
2024-02-19 16:27:19 +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 |