phaser/src
2018-08-07 16:25:45 +01:00
..
actions Fix JSDoc parameter type in Actions.GridAlign 2018-04-29 16:25:44 +08:00
animations fix keyword-spacing 2018-07-24 09:36:15 -03:00
boot Added properties and methods to Scale Manager ready for integration 2018-08-07 16:25:45 +01:00
cache Added HTML Cache 2018-07-19 13:19:24 +01:00
cameras Fixed lack of TempMatrix for Graphics generateTexture 2018-08-06 16:19:30 +01:00
create Add callbacks on Boot, Actions and Create 2018-03-19 22:37:47 +01:00
curves Tidying up jsdocs and changing float to number 2018-06-26 23:19:14 +01:00
data Fixed dataManager redefining previously (re)set property 2018-07-02 10:08:10 +02:00
device Put Android device check before Linux, because Android useragent always includes 'Linux' and Linux ua doesn't include Android 2018-06-07 10:15:44 +02:00
display Tidying p 2018-08-02 17:59:11 +01:00
dom More comprehensive AddToDom logic 2018-05-31 16:40:46 -04:00
events All systems now register themselves with the new PluginCache 2018-05-15 12:51:50 +01:00
fbinstant Added bots methods 2018-08-07 04:32:26 +01:00
gameobjects Fixed lack of TempMatrix for Graphics generateTexture 2018-08-06 16:19:30 +01:00
geom Rectangle.Intersection will take two Rectangle objects and return the area of intersection between them. If there is no intersection, an empty Rectangle is returned. 2018-07-05 23:54:51 +01:00
input Don't process events if the manager has been removed 2018-07-31 11:33:18 +01:00
loader Fixed invalid syntax in the HTMLFile's loader file type documentation example (#3873). 2018-07-30 19:01:53 +01:00
math Added divide argument to the Snap methods. 2018-08-03 00:34:11 +01:00
physics Update matter copy with bug fix from liabru/matter-js@4e04043fe0 2018-08-05 21:29:49 -05:00
plugins You can now access the Game instance directly from a Scene using this.game 2018-08-07 11:19:20 +01:00
polyfills Removed bind polyfill as it's in IE9+ anyway 2018-07-19 16:22:43 +01:00
renderer Fixed lack of TempMatrix for Graphics generateTexture 2018-08-06 16:19:30 +01:00
scene Iterate from front to back for destroy 2018-07-31 11:33:38 +01:00
sound Polished some DataManagerPlugin and EachActiveSoundCallback descriptions. 2018-05-23 08:18:49 +01:00
structs jsdoc fixes 2018-06-13 08:37:40 +01:00
textures The CanvasRenderer.DrawImage function has been removed, as has the associated drawImage property from the Canvas Renderer as they're no longer used. 2018-08-06 15:24:51 +01:00
tilemaps Disable culling if layer has non-1 scroll factor #3893 2018-08-06 22:22:32 +01:00
time Tidying up jsdocs and changing float to number 2018-06-26 23:19:14 +01:00
tweens Tidying up jsdocs and changing float to number 2018-06-26 23:19:14 +01:00
utils eslint fixes 2018-08-03 19:37:42 +01:00
const.js Moved to beta 2 2018-08-07 11:20:00 +01:00
phaser-arcade-physics.js Added fixed core build and updated AP config 2018-05-16 14:53:15 +01:00
phaser-core.js Added fixed core build and updated AP config 2018-05-16 14:53:15 +01:00
phaser.js Added FB Instant Games Plugin to core (will prepare for moving to unique build once feature complete) 2018-07-27 08:33:51 +01:00