phaser/src
2019-10-01 13:29:05 +01:00
..
actions License link update 2019-05-10 16:15:04 +01:00
animations Removing a frame from a 2 frame animation would cause an error when a Sprite using that animation next tried to render. Fix #4621 2019-07-03 15:07:53 +01:00
cache License link update 2019-05-10 16:15:04 +01:00
cameras fix intensity type 2019-08-01 16:19:32 +08:00
core Added antialiasGL option 2019-08-29 11:46:58 +01:00
create License link update 2019-05-10 16:15:04 +01:00
curves Update Path.js 2019-07-11 15:17:43 +01:00
data License link update 2019-05-10 16:15:04 +01:00
device License link update 2019-05-10 16:15:04 +01:00
display Updated context lost / restored handlers 2019-07-17 16:38:00 +01:00
dom CreateDOMContainer will now use div.style.cssText to set the inline styles of the container, so it now works on IE11. Fix #4674 2019-07-24 15:16:08 +01:00
events License link update 2019-05-10 16:15:04 +01:00
gameobjects Add tint feature of bob 2019-10-01 10:17:14 +08:00
geom Added the new Geometry type properties 2019-07-18 10:36:11 +01:00
input Merge pull request #4707 from MatthewAlner/Bug#4706-ignored-attempt-to-cancel-a-touchstart 2019-09-26 12:09:06 +01:00
loader MultiAtlasFiles would incorrectly add the atlas JSON into the JSON cache, causing you to not be able to destroy and reload the texture using the same atlas key as before. Fix #4720 2019-09-30 14:24:16 +01:00
math Testing rotation fix 2019-07-25 17:57:20 +01:00
physics Formatting tweak 2019-10-01 13:29:05 +01:00
plugins PluginManager.removeGameObject is a new method that allows you to de-register custom Game Object types from the global Game Object Factory and/or Creator. Useful for when custom plugins are destroyed and need to clean-up after themselves. 2019-07-17 14:34:00 +01:00
polyfills Removed bind polyfill as it's in IE9+ anyway 2018-07-19 16:22:43 +01:00
renderer update vertexComponentCount in WebGLPipeline 2019-09-10 18:55:30 +03:00
scale It was not possible to set the zoom value of the Scale Manager back to 1 again, having changed it to a different value. Fix #4633 2019-08-07 12:47:40 +01:00
scene A hasOwnProperty check has been applied to the SceneManager.createSceneFromObject method when parsing additional properties in the extend object 2019-09-26 12:24:59 +01:00
sound Fixed return type. Fix #4772 2019-09-30 13:32:14 +01:00
structs Removed dead code 2019-08-30 03:47:58 +01:00
textures Texture.remove is a new method that allows you to remove a Frame from a Texture based on its name. Fix #4460 2019-08-07 13:03:00 +01:00
tilemaps Updated context lost / restored handlers 2019-07-17 16:38:00 +01:00
time JSDocs fix 2019-06-25 16:56:56 +01:00
tweens Tween.updateTo would break out of the TweenData iteration as soon as it adjusted the first matching key, causing tweens acting on multiple targets to only update the first target. It now updates them all. Fix #4763 2019-09-26 12:46:55 +01:00
utils Updated docs 2019-07-08 13:03:25 +01:00
const.js Preparing for 3.20 dev 2019-08-28 12:03:38 +01:00
phaser-arcade-physics.js License link update 2019-05-10 16:15:04 +01:00
phaser-core.js License link update 2019-05-10 16:15:04 +01:00
phaser.js License link update 2019-05-10 16:15:04 +01:00