phaser/src
2016-03-09 15:54:40 -08:00
..
animation Docs update #2243 2016-02-02 23:04:54 +00:00
core The default state of the internal property _boundDispatch in Phaser.Signal is now false, which allows for use of boundDispatches (thanks @alvinlao #2346) 2016-02-26 13:40:35 +00:00
gameobjects BaseTexture.destroy wasn't correctly removing the texture from the BaseTextureCache if it was a cached CanvasPool entry (such as Text objects use), causing drawImage errors in Canvas mode, and just blank textures in WebGL (thanks @civet #2339) 2016-02-18 12:59:40 +00:00
geom Update Polygon.js 2016-02-28 16:00:29 -05:00
input Fixed issue with not removing mouseoutglobal eventlistener 2016-02-19 15:15:31 +02:00
loader URI + ? fix. 2016-02-18 14:34:20 +00:00
math Added RandomDataGenerator.sign (returns -1 or +1) 2016-02-07 14:25:19 +02:00
net All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
particles Emitter methods return the Emitter instance 2016-01-20 13:34:08 -08:00
physics fix typo in componentToHex 2016-03-09 15:54:40 -08:00
pixi Format updates. 2016-02-26 13:26:27 +00:00
sound Sound.position can no longer become negative, meaning calls to AudioContextNode.start with negative position offsets will no longer throw errors (thanks @Weedshaker #2351) 2016-02-26 13:36:19 +00:00
stubs Added removeAll to TweenManager's stub so call from stageManager doesn't throw errors 2016-01-05 21:03:04 +01:00
system Fixed Edge device check. 2016-02-17 13:37:32 +00:00
tilemap Tilemap.getObjectIndex has been removed as it didn't work correctly in most cases, and it's easier to just scan the Tilemap.objects object directly anyway (#2242) 2016-02-03 21:35:35 +00:00
time Fixed issue with Time.update not being properly set in IE9 / setTimeout environments. 2015-10-13 14:23:36 +01:00
tween Tween.onLoop would be fired when a Tween repeated and Tween.onRepeat would be fired when a Tween looped. These are now reversed to fire correctly (thanks @vladkens #2024) 2016-02-17 02:57:45 +00:00
utils Color.updateColor would pass color.a to the getColor32 method without first putting the value into the range 0 - 255 (thanks @mainpsyhos #2327) 2016-02-17 03:50:06 +00:00
Intro.js More tests with the UMD wrapper. 2015-07-24 13:21:33 +01:00
Outro.js More tests with the UMD wrapper. 2015-07-24 13:21:33 +01:00
Phaser.js Preparing for 2.4.7 development. 2016-02-18 15:06:43 +00:00
PixiDefaults.js Updated readme and build scripts. 2015-09-30 11:20:14 +01:00
polyfills.js Copyright date change. 2015-02-25 03:36:23 +00:00