phaser/src
Georgios Kaleadis 33fc41a9b0 fix comment
2014-04-24 11:59:55 +02:00
..
animation Small jsdoc fix. 2014-04-20 10:47:09 +01:00
core Updated the Device little / big endianess check. 2014-04-23 23:35:36 +01:00
gameobjects BitmapData.processPixelRGB lets you perform a custom callback on every pixel in the BitmapData. 2014-04-24 05:20:45 +01:00
geom Made jsdocs clear that Point.set/setTo 2nd parameter is optional (fix #743) 2014-04-22 02:02:56 +01:00
input Destroying an object with an input handler during its onDown event would throw Signals dispatch errors (thanks @jflowers45, fix #746) 2014-04-22 01:43:22 +01:00
loader Timer has removed all use of local temporary vars in the core update loop. 2014-04-14 11:51:50 +01:00
math jshint fix 2014-04-22 11:33:03 +01:00
net Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
particles The Emitter no longer checks minParticleScale = maxParticleScale, allowing for fixed scale particles again 2014-04-20 01:57:32 +01:00
physics fix comment 2014-04-24 11:59:55 +02:00
pixi Renable input on Phaser.Image fix 2014-04-01 08:54:08 +13:00
sound jshint fix 2014-04-01 20:57:52 +01:00
system Loads of BitmapData updates. More details soon. 2014-04-24 03:49:49 +01:00
tilemap P2.World.convertTilemap now correctly checks the collides parameter of the tiles as it converts them. 2014-04-14 13:52:53 +01:00
time Fix for #732 (Timer.onComplete not firing). 2014-04-16 18:50:54 +01:00
tween If Tween.yoyo was true but repeat was 0 then it wouldn't yoyo. Now if yoyo is set, but not repeat, the repeat count gets set to 1 (thanks @hilts-vaughan, fix #744) 2014-04-22 02:12:21 +01:00
utils Loads of BitmapData updates. More details soon. 2014-04-24 03:49:49 +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 Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
Phaser.js Preparing for 2.0.4 development. 2014-04-11 14:29:38 +01:00