phaser/src
2014-10-03 03:57:49 +01:00
..
animation Bail out on undefined data. 2014-10-01 05:21:30 +01:00
core Removed the customBounds layer. 2014-09-24 06:52:22 +01:00
gameobjects Fixed textureLine and added repeat parameter. 2014-10-03 03:57:49 +01:00
geom BitmapData.textureLine takes a Phaser.Line object and an image in the image cache. It then accurately draws the image as a repeating texture for the full length of the line. 2014-10-03 02:21:09 +01:00
input InputHandler now uses localToGlobal conversion for scaled responsive layers. 2014-09-29 12:27:28 +01:00
loader Cache.addBitmapData has a new parameter: frameData allowing you to pass a Phaser.FrameData object along with the BitmapData. 2014-10-01 03:10:13 +01:00
math Lots of jsdocs fixes ready for the new doc generator. 2014-09-16 17:35:08 +01:00
net Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
particles jsdoc fix 2014-09-22 11:32:26 +01:00
physics jshint fixes. 2014-09-29 12:29:18 +01:00
pixi Updated to latest version of Pixi. 2014-08-28 23:11:13 +01:00
sound Sound.fadeOut(duration) will fade the Sound to a volume of zero over the duration given. At the end of the fade the Sound will be stopped and Sound.onFadeComplete dispatched. 2014-09-24 06:51:39 +01:00
system jsdoc updates. 2014-09-16 19:44:04 +01:00
tilemap jsdoc updates. 2014-09-16 19:44:04 +01:00
time A Timer with a delay value that was a float and not an integer would not loop correctly. Timer delay values are now passed through Math.round to avoid this (thanks @osmanzeki #1196) 2014-09-29 22:15:41 +01:00
tween jsdoc updates. 2014-09-16 19:44:04 +01:00
utils Color.createColor now populates the color property of the returned object with the results of Phaser.Color.getColor. 2014-10-01 16:51:34 +01:00
Intro.js Brand new Grunt task - creates each core library as its own file and a combined phaser.js. 2014-02-28 09:30:53 +00:00
Outro.js Updated docs. 2014-06-29 21:19:37 +01:00
Phaser.js Preparing for 2.1.2 2014-09-11 12:02:20 +01:00