phaser/src
2018-07-24 09:36:15 -03: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 SM mock 2018-07-17 22:44:21 +01:00
cache The BaseCache has a new method exists that will return a boolean if an entry for the given key exists in the cache or not. 2018-04-25 17:07:39 +01:00
cameras Fixed jsdoc references 2018-07-17 11:43:09 +01:00
create Initial Commit 2018-03-30 13:46:44 -04: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 BitmapMask.destroy will now remove the textures and framebuffers that it created from the WebGL Renderer as part of the destroy process. Fix #3771 2018-07-09 14:26:45 +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
gameobjects added since 3.12.0 in new methods, fixed keywords-spacing issue, renamed 'revert' method to 'reverse' 2018-07-24 09:28:56 -03: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 Testing resolution input 2018-07-17 23:26:40 +01:00
loader Update AudioFile.js 2018-07-14 07:50:00 +02:00
math Tidying up jsdocs and changing float to number 2018-06-26 23:19:14 +01:00
physics Tidying up jsdocs and changing float to number 2018-06-26 23:19:14 +01:00
plugins Delete console.log call on PluginManager. 2018-05-26 14:01:07 -03:00
polyfills The AudioContextMonkeyPatch has been updated to use an iife. Fix #3437 2018-05-24 23:17:33 +01:00
renderer Cameras draw their backgrounds correctly at higher resolutions 2018-07-17 23:26:30 +01:00
scene Updated log and lint fixes 2018-07-10 16:49:53 +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 Tidy up 2018-07-11 16:23:57 +01:00
tilemaps Modified tile sizes. 2018-07-16 15:20:46 +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 ArrayUtils.AddAt didn't calculate the array offset correctly if you passed an array in to be merged with an existing array. This also caused Container.addAt to fail if an array was passed to it. Fix #3788 2018-06-27 11:31:51 +01:00
const.js Preparing for 3.12 development 2018-07-13 17:28:08 +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 Remapped EventEmitter correctly to Phaser.Events.EventEmitter 2018-05-11 14:05:34 +01:00