phaser/src
2014-09-09 12:48:38 +01:00
..
animation Testing out Frame and Animation clone features. 2014-09-02 21:03:16 +01:00
core Now bails out of a few methods if RESIZE is set. 2014-09-09 12:48:21 +01:00
gameobjects jsdoc fix. 2014-09-08 22:34:53 +01:00
geom Rectangle.topRight returns a Point object that represents the top-right coordinate of the Rectangle. 2014-09-05 15:45:47 +01:00
input Removed Gestures stuff as it was all commented-out anyway. 2014-09-05 01:07:16 +01:00
loader Fixed the jsdocs and crop method used on preloader sprites. 2014-09-09 12:48:38 +01:00
math If you are using CocoonJS, please set your game render type to CANVAS and not WEBGL or AUTO. You should also disable any of the ScaleManager screen resizing or margin setting code. By default in this mode CocoonJS will now set 'screencanvas=true' which helps with performance significantly. 2014-09-08 22:34:53 +01:00
net Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
particles Fixes issue of Pixi DisplayObject width/height sending an emitter scale into Infinity. 2014-07-09 11:37:22 +01:00
physics P2.Body.addCapsule didn't use to pass the radius value through pxm, but now does so you have to specify it in pixels, not meters. 2014-09-08 22:34:53 +01:00
pixi Updated to latest version of Pixi. 2014-08-28 23:11:13 +01:00
sound Added Sound._muteVolume which stops Firefox and IE9 crashing if you try to unmute a sound that hasn't yet been muted, which can also happen as a result of a game visibility change (thanks @osmanzeki #1108 #1123) 2014-09-01 03:13:05 +01:00
system Add jsdocs. 2014-09-04 05:04:54 +01:00
tilemap Code reformatting. 2014-08-29 18:06:01 +01:00
time If Time.elapsed was > Time.timeCap it would reset the elapsed value to be 1 / 60. It's now set to Time.timeCap and Time.timeCap defaults to 1 / 60 * 1000 as it's a ms value (thanks @casensiom #899) 2014-08-29 16:37:57 +01:00
tween Tween.generateData would skip the end values in the data array. They are now included as the object in the final array element. 2014-09-02 15:45:52 +01:00
utils moved: Utils.range to Math.numberArray 2014-09-05 09:36:36 -05: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 New debug header. 2014-09-04 05:05:05 +01:00