phaser/src
2014-09-11 12:02:20 +01:00
..
animation Testing out Frame and Animation clone features. 2014-09-02 21:03:16 +01:00
core Version 2.1.1. of Phaser is an emergency point release. It addresses a potential race condition that could happen in States that tried to change state from the create method but had an empty preloader or pre-cached assets. 2014-09-11 10:38:40 +01:00
gameobjects jsdoc fix. 2014-09-08 22:34:53 +01:00
geom Unnecessary "if" in Line.fromSprite method 2014-09-09 17:24:36 -03: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 Added Math.numberArray back in and renamed the replacement to Math.numberArrayStep to avoid breaking the API. 2014-09-09 12:49:17 +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 The physics config object is now stored locally in World.config. 2014-09-09 12:49:31 +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 Phaser.Easing.Default is a new property that is used when a specific type of ease isn't given. It defaults to Linear.None but can be overridden to anything (thanks @alvinsight) 2014-09-09 14:01:49 +01:00
utils The Debug canvas is now cleared on State swap. 2014-09-09 15:28:58 +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