phaser/build
photonstorm 26b2aa42ab Patching back into 2.0.4 master release a couple of important updates.
Tilemap.getTile and getTileXY used to return `null` in 2.0.3 but returned a Tile object in 2.0.4 (with an index of -1), they now return `null` again.
ScaleManager seeds _check private var with null to avoid later comparison check (thanks @jflowers45, fix #782)
P2.Body.applyForce should have used pxmi instead of pxm (thanks @Trufi, fix #776)
P2 fixed creation of RevoluteConstraint by passing maxForce in the options (thanks @woutercommandeur, fix #783)
Merge pull request #783 from woutercommandeur/dev

fix creation of RevoluteConstraint by passing maxForce in the options
2014-04-29 22:35:30 +01:00
..
custom Patching back into 2.0.4 master release a couple of important updates. 2014-04-29 22:35:30 +01:00
config.php Phaser.ArrayList is a new iterative object, similar in principal to a linked list but operating on a single array without modifying the object structure. 2014-04-25 15:11:54 +01:00
phaser.d.ts Update phaser.d.ts 2014-04-28 22:12:25 +08:00
phaser.js Patching back into 2.0.4 master release a couple of important updates. 2014-04-29 22:35:30 +01:00
phaser.map Patching back into 2.0.4 master release a couple of important updates. 2014-04-29 22:35:30 +01:00
phaser.min.js Patching back into 2.0.4 master release a couple of important updates. 2014-04-29 22:35:30 +01:00