phaser/src
2024-01-31 21:33:47 +00:00
..
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 Added WebGLPipeline[] as a valid type for the pipeline property 2024-01-31 21:18:11 +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 version to 3.70 2023-11-10 15:04:01 +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 Fixed jsdoc 2024-01-30 22:44:25 +00:00
gameobjects Removed debug code 2024-01-31 16:51:54 +00:00
geom Updated docs 2024-01-31 17:15:38 +00:00
input Merge pull request #6679 from somechris/touch-move-coordinates-on-scrolled-down-page 2024-01-12 17:48:05 +00:00
loader There was an issue when loading Normal Maps with Sprite Sheets. Often, if the normal map image completed loading before the sprite sheet, it would cause it to be incorrectly added to the Texture Manager, resulting in broken frames. Now, regardless of the load order, the sprite sheet is added with its normal map correctly together. Fix #6491 2023-11-08 18:40:08 +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 The Matter.Body function scale has been updated so if the Body originally had an inertia of Infinity this will be restored at the end of the call. This happens if you set a Matter Body to have fixed rotation. Fix #6369 2024-01-31 20:32:10 +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 The PostFXPipeline.postBatch method will now skip onDraw is the pipeline hasn't booted, introducing an artificial frame skip. This should potentially fix glitch errors on mobile devices where Post FX would appear corrupted for a single frame. Fix #6681 2024-01-31 20:23:43 +00:00
scale lint fix 2024-01-23 00:46:53 +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 Removed generics that were breaking Layer in TypeScript 2023-11-10 15:27:07 +00:00
textures DynamicTexture.setSize will now check to see if the glTexture bound to the current frame is stale, and if so, destroy it before binding the one from the Render Target. This fixes an issue where constantly destroy and creating Dynamic Textures would cause a memory leak in WebGL. Fix #6669 2024-01-31 18:12:51 +00:00
tilemaps CheckIsoBounds after checking if the iso tile will be visible 2024-01-31 11:34:21 -05:00
time The Time.Timeline class didn't show as extending the Event Emitter, or have config as an optional argument in the docs / TS defs. Fix #6673 2024-01-12 18:21:59 +00:00
tweens The TweenChainBuilder was incorrectly setting the persist flag on the Chain to true, which goes against what the documentation says. It now correctly sets it to false. This means if you previously had a Tween Chain that was persisting, it will no longer do so, so add the property to regain the feature. 2024-01-12 17:43:51 +00:00
utils Update GetFirst.js 2023-12-02 15:38:05 -05:00
const.js Update version number 2024-01-12 18:03:09 +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