phaser/src
Richard Davey 24234fedcc
Merge pull request #6106 from samme/patch-14
Docs: fix the `mipmapFilter` example code
2022-05-09 18:36:07 +01:00
..
actions Updated copyright year 2022-02-28 14:29:51 +00:00
animations Fix frame durations when creating animations with createFromAseprite function 2022-04-27 17:07:02 -03:00
cache Updated copyright year 2022-02-28 14:29:51 +00:00
cameras Updated copyright year 2022-02-28 14:29:51 +00:00
core LoaderPlugin.localSchemes is a new array of scheme strings that the Loader considers as being local files. This is populated by the new Phaser.Core.Config#loaderLocalScheme game / scene config property. It defaults to [ 'file://', 'capacitor://' ] but additional schemes can be defined or pushed onto this array. Based on #6010 2022-05-09 18:34:56 +01:00
create Updated copyright year 2022-02-28 14:29:51 +00:00
curves Updated copyright year 2022-02-28 14:29:51 +00:00
data Updated copyright year 2022-02-28 14:29:51 +00:00
device Updated copyright year 2022-02-28 14:29:51 +00:00
display Updated copyright year 2022-02-28 14:29:51 +00:00
dom Updated copyright year 2022-02-28 14:29:51 +00:00
events Updated copyright year 2022-02-28 14:29:51 +00:00
gameobjects Merge pull request #6067 from TJ09/commonjs-import-change 2022-05-09 16:49:58 +01:00
geom Updated copyright year 2022-02-28 14:29:51 +00:00
input Merge pull request #6084 from spayton/master 2022-05-09 17:13:37 +01:00
loader LoaderPlugin.localSchemes is a new array of scheme strings that the Loader considers as being local files. This is populated by the new Phaser.Core.Config#loaderLocalScheme game / scene config property. It defaults to [ 'file://', 'capacitor://' ] but additional schemes can be defined or pushed onto this array. Based on #6010 2022-05-09 18:34:56 +01:00
math Add Phaser.Math.Vector2#project() 2022-05-03 11:05:55 -07:00
physics Updated copyright year 2022-02-28 14:29:51 +00:00
plugins Updated copyright year 2022-02-28 14:29:51 +00:00
polyfills 1, add missing polyfill for IE9,10 2021-12-21 17:09:55 +08:00
renderer Docs: fix the mipmapFilter example code 2022-05-09 09:44:09 -07:00
scale Updated copyright year 2022-02-28 14:29:51 +00:00
scene The SceneManager.moveAbove and moveBelow methods didn't check the order of the Scenes being moved, so moved them even if one was already above / below the other. Both methods now check the indexes first. Fix #6040 2022-05-06 17:00:59 +01:00
sound Updated copyright year 2022-02-28 14:29:51 +00:00
structs Updated copyright year 2022-02-28 14:29:51 +00:00
textures Updated copyright year 2022-02-28 14:29:51 +00:00
tilemaps Merge pull request #6081 from adamazmil/iso-map 2022-05-09 17:09:08 +01:00
time Updated copyright year 2022-02-28 14:29:51 +00:00
tweens Updated copyright year 2022-02-28 14:29:51 +00:00
utils Fixed issue in Utils.Objects.GetValue where it would return an incorrect result if a source and altSource were provided that didn't match in structure. Fix #5952 2022-05-06 16:27:00 +01:00
const.js Preparing for Beta 7 2022-05-06 17:24:44 +01:00
phaser-arcade-physics.js Updated copyright year 2022-02-28 14:29:51 +00:00
phaser-core.js Updated copyright year 2022-02-28 14:29:51 +00:00
phaser-ie9.js Updated copyright year 2022-02-28 14:29:51 +00:00
phaser.js Updated copyright year 2022-02-28 14:29:51 +00:00