phaser/src
2014-03-12 13:53:30 +00:00
..
animation Sorted out orientationImage in ScaleManager, throwing a preUpdate error (fix #534) 2014-03-10 19:06:16 +00:00
core RandomDataGenerator is now started on Game creation instead of boot. You can pass a seed array in the game config object (feature request #547) 2014-03-12 13:53:30 +00:00
gameobjects New Text examples. 2014-03-11 20:21:07 +00:00
geom Added Phasers new Physics Manager and restored the pre-1.1.4 ArcadePhysics system. The new manager can handle multiple physics systems running in parallel, which could be extremely useful for lots of games. 2014-03-05 02:36:08 +00:00
input InputHandler.enableSnap now correctly assigns the snap offset parameters (fixes #515) 2014-03-06 16:45:29 +00:00
loader Fix copy paste errors 2014-03-10 11:53:08 -04:00
math Renamed px2p and p2px to: pxm and mpx (px to meters and meters to px). Also removed from Math. 2014-03-12 00:07:27 +00:00
net Updating copyright year and README. 2014-02-05 16:54:59 +00:00
particles Particles back in and working again. Also updated most of the examples and put Body.gravity back in as well. 2014-03-11 02:49:55 +00:00
physics You can now hitTest against P2 bodies + example created. 2014-03-12 13:26:27 +00:00
pixi Changed the define function calls to use named modules, allows pixi, phaser and p2 to reside in 1 file and still be located by requirejs (thanks brejep, #531) 2014-03-10 01:39:36 +00:00
sound Sound.onMarkerComplete event is now dispatched when a marker stops. See Sound.onLoop for a looping marker event (thanks registered99, fixes #500) 2014-03-02 11:11:20 +00:00
system Time.reset does a removeAll on any Timers. 2014-03-02 10:56:39 +00:00
tilemap Documentation change: swap for swapTile 2014-03-11 23:56:12 -04:00
time New split physics system is implemented. Still tidying-up, but ArcadePhysics, P2 and Ninja Physics are in and configured. Lots more examples required, and tilemap collision mostly broken in Arcade at the moment. Time to implement in Ninja. 2014-03-06 06:29:19 +00:00
tween Tweens are now bound to their own TweenManager, not always the global game one. So you can create your own managers now (for you clark :) 2014-03-07 01:26:09 +00:00
utils New P2 examples and fixed Body debug assignment parameter. 2014-03-12 06:25:29 +00: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 Outro. 2014-03-10 12:21:07 +00:00
Phaser.js Renamed px2p and p2px to: pxm and mpx (px to meters and meters to px). Also removed from Math. 2014-03-12 00:07:27 +00:00