phaser/src
Richard Davey 81d0a48c58 disableBody renamed disableGameObjectBody
disableBody now disables just a body object.
destroying a body sets its `pendingDestroy` flag, which is now cleared in the postUpdate method.
Group vs. Group collision has been implemented.
World.destroy properly clears down its Sets and RTrees.
2018-02-14 19:35:57 +00:00
..
actions SetHitArea now calls setInteractive, fixing Group.createMultiple when a hitArea has been set. 2018-02-13 08:09:13 +00:00
animations Fixed jsdocs and general tidying up. 2018-02-13 00:41:01 +00:00
boot Removed checksum. 2018-02-13 03:23:29 +00:00
cache Fixed jsdocs and general tidying up. 2018-02-13 00:41:01 +00:00
cameras jsdoc fixes. 2018-02-12 23:51:47 +00:00
create jsdoc fixes. 2018-02-12 23:51:47 +00:00
curves Fixed jsdocs and general tidying up. 2018-02-13 00:41:01 +00:00
data Fixed jsdocs and general tidying up. 2018-02-13 00:41:01 +00:00
device Fixed jsdocs and general tidying up. 2018-02-13 00:41:01 +00:00
display Fixed jsdocs 2018-02-12 21:39:26 +00:00
dom Fixed jsdocs and general tidying up. 2018-02-13 00:41:01 +00:00
events Fixed jsdocs and general tidying up. 2018-02-13 00:41:01 +00:00
gameobjects Destroying a Game Object will now call destroy on its physics body. 2018-02-14 19:33:13 +00:00
geom Moved Mesh out of core and into its own Graphics extension. 2018-02-12 16:59:27 +00:00
input Updated jsdocs 2018-02-13 01:13:12 +00:00
loader Added setCORS method. 2018-02-13 05:54:43 +00:00
math Added jsdocs 2018-02-12 16:01:21 +00:00
physics disableBody renamed disableGameObjectBody 2018-02-14 19:35:57 +00:00
polyfills Moved repository location 2018-01-09 21:43:56 +00:00
renderer Changed let to var 2018-02-13 17:03:28 +01:00
scene Updated jsdocs. 2018-02-13 01:39:22 +00:00
sound Updated jsdocs. 2018-02-13 01:39:22 +00:00
structs DisplayList now just extends List and removed the Plugin, as it acts as its own plugin now. 2018-02-12 16:59:57 +00:00
textures Updated jsdocs. 2018-02-13 01:39:22 +00:00
tilemaps Added jsdocs 2018-02-12 16:01:21 +00:00
time Moved PluginManager and merged configs into single root file for easier changing. 2018-02-12 23:03:48 +00:00
tweens Fixed call to TweenManager.makeActive. Fix #3219 2018-02-13 21:55:07 +00:00
utils Added jsdocs 2018-02-12 16:01:21 +00:00
const.js Added jsdocs 2018-02-12 16:01:21 +00:00
phaser-arcade-physics.js Added Arcade Physics entry point. 2018-02-13 03:43:12 +00:00
phaser.js Moved PluginManager and merged configs into single root file for easier changing. 2018-02-12 23:03:48 +00:00
plugins.js Added jsdocs. 2018-02-12 23:13:16 +00:00