phaser/src
photonstorm a7f6165e39 InputManager.resetLocked - If the Input Manager has been reset locked then all calls made to InputManager.reset, such as from a State change, are ignored.
Keyboard.reset has a new `hard` parameter which controls the severity of the reset. A soft reset doesn't remove any callbacks or event listeners.
Key.reset has a new `hard` parameter which controls the severity of the reset. A soft reset doesn't remove any callbacks or event listeners.
2014-04-14 21:53:08 +01:00
..
animation Fix jshint issues in src/animation 2014-03-25 14:56:05 -07:00
core Fixed the use of the destroy parameter in Group.removeAll and related functions (thanks @AnderbergE, fix #717) 2014-04-14 12:57:29 +01:00
gameobjects Corrected initial particle scale. 2014-04-11 03:26:14 +01:00
geom Various jshint fixes. 2014-04-01 01:30:20 +01:00
input InputManager.resetLocked - If the Input Manager has been reset locked then all calls made to InputManager.reset, such as from a State change, are ignored. 2014-04-14 21:53:08 +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 Enable jshint immed flag. 2014-03-25 14:56:05 -07:00
net Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
particles Emitter.setScale now allows you to scale the x and y axis of the particles independently. 2014-04-10 05:18:06 +01:00
physics P2.World.convertTilemap now correctly checks the collides parameter of the tiles as it converts them. 2014-04-14 13:52:53 +01: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 Device.crosswalk detects if your game is running under Intels Crosswalk XDK. 2014-04-14 16:40:14 +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 P2.World.convertTilemap now correctly checks the collides parameter of the tiles as it converts them. 2014-04-14 13:52:53 +01:00
tween Emitter.minParticleScale and maxParticleScale wasn't resetting the Body size correctly. 2014-04-09 00:59:53 +01:00
utils P2 Fixtures Collection Class (@georgiee please test it works ok! #704) 2014-04-11 00:43:30 +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