phaser/src
2014-09-05 04:13:21 +01:00
..
animation Testing out Frame and Animation clone features. 2014-09-02 21:03:16 +01:00
core Fixed the assignment of the fullScreenTarget so FS mode works again now. 2014-09-05 01:07:51 +01:00
gameobjects alphaMask update. 2014-09-04 16:53:19 +01:00
geom Rectangle.centerOn(x,y) allows you to quickly center a Rectangle on the given coordinates. 2014-09-05 04:13:21 +01:00
input Removed Gestures stuff as it was all commented-out anyway. 2014-09-05 01:07:16 +01:00
loader Cache.getImage now returns null if no image was found. 2014-09-03 11:11:48 +01:00
math QuadTree leveling Bug 2014-07-14 12:55:26 -07: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 World.createDistanceConstraint signature changed to include new local anchors (thanks @rhmoller #1169) 2014-09-04 22:22:10 +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 Input.setMoveCallback has been removed due to deprecation. 2014-08-28 03:40:59 +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 New debug header. 2014-09-04 05:05:05 +01:00