phaser/src
2018-01-26 00:55:05 -03:00
..
actions Fixed BresenhamPoints' usage in PlaceOnTriangle. 2018-01-25 07:55:04 +01:00
animations Removed un-used visible property and added jsdocs. 2018-01-24 23:50:46 +00:00
boot Added jsdocs to the Device inspector, removed out-dated properties and changed case of Device access 2018-01-25 17:03:35 +00:00
cache Updated docs and implemented destroy 2018-01-25 03:38:23 +00:00
cameras Added jsdocs 2018-01-25 05:11:52 +00:00
create Added jsdocs 2018-01-25 05:11:52 +00:00
curves Added jsdocs 2018-01-25 05:26:13 +00:00
data Removed the old events folder contents and added in an EventEmitter alias for user-land event creation. 2018-01-12 18:59:01 +00:00
device Added jsdocs to the Device inspector, removed out-dated properties and changed case of Device access 2018-01-25 17:03:35 +00:00
display Added jsdocs. 2018-01-26 02:20:33 +00:00
dom Added jsdocs. 2018-01-26 03:40:49 +00:00
events Added jsdocs. 2018-01-26 03:40:49 +00:00
gameobjects Commented out physics destroy call. 2018-01-25 23:19:37 +00:00
geom Added missing require for Point. 2018-01-19 14:20:45 +01:00
input Added jsdocs to the Device inspector, removed out-dated properties and changed case of Device access 2018-01-25 17:03:35 +00:00
loader Fixed use of Object.assign (doesn't work on IE11) 2018-01-25 23:19:23 +00:00
math Renamed no longer existing Vector2/3 .sub and .len to .subtract and .length where still used 2018-01-12 02:18:36 +02:00
physics Add matter component for inertia - useful for platformers 2018-01-25 16:05:49 -06:00
plugins Removed un-used file. 2018-01-19 13:29:24 +00:00
polyfills Moved repository location 2018-01-09 21:43:56 +00:00
renderer Fixed tint issue 2018-01-26 00:55:05 -03:00
scene Calls to the Scene Manager that happen before the Scene is running are now queued 2018-01-23 02:12:33 +00:00
sound Added jsdocs to the Device inspector, removed out-dated properties and changed case of Device access 2018-01-25 17:03:35 +00:00
structs Moved repository location 2018-01-09 21:43:56 +00:00
textures Text rendering added 2018-01-23 21:40:20 -03:00
time TimerEvent startAt field not scaled 2018-01-23 16:34:33 +01:00
tweens Plugins now check to see if the Scene is already booted and adapt accordingly. 2018-01-18 14:00:31 +00:00
utils Added ucfirst equivalent 2018-01-18 05:33:42 +00:00
const.js Moved repository location 2018-01-09 21:43:56 +00:00
CoreScenePlugins.js Split into base class and plugin extension so other classes can use them too 2018-01-20 16:21:12 +00:00
DefaultScenePlugins.js Config now gets the DefaultScenePlugins 2018-01-18 05:16:02 +00:00
GlobalPlugins.js Exposed the global and core plugins and updated the injection map 2018-01-18 05:20:33 +00:00
phaser.js Removed trailing slash 2018-01-18 05:19:17 +00:00