phaser/src
photonstorm 24527eac3e Group.checkAll allows you to check if the same property exists across all children of the Group and is set to the given value (thanks @codevinsky #1013)
Group.checkProperty allows you to check if the property exists on the given child of the Group and is set to the value specified (thanks @codevinsky #1013)
Phaser.Utils.setProperty will set an Objects property regardless of depth (thanks @codevinsky #1013)
Phaser.Utils.setProperty will set an Objects property regardless of depth (thanks @codevinsky #1013)
Phaser.Utils.getProperty will get an Objects property regardless of depth (thanks @codevinsky #1013)
2014-07-18 11:52:39 +01:00
..
animation Merge pull request #1033 from lucbloom/updateFrameData-fix 2014-07-18 00:16:17 +01:00
core Group.checkAll allows you to check if the same property exists across all children of the Group and is set to the given value (thanks @codevinsky #1013) 2014-07-18 11:52:39 +01:00
gameobjects BitmapData.resize fixed to update the crop property too, resolves issues with images getting cut off with BitmapData.load. 2014-07-18 03:33:17 +01:00
geom Added null check to Rectangle.clone and size. 2014-07-10 14:46:09 +01:00
input Keyboard.processKeyPress now checks if the Keyboard Input handler is disabled or not before processing the key callbacks. 2014-07-16 00:12:59 +01:00
loader fixed onPackComplete Signal 2014-07-13 15:38:13 -04:00
math QuadTree leveling Bug 2014-07-14 12:55:26 -07: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 Physics.bounds now correctly matches World.bounds on system start (thanks @Dumtard #1028) 2014-07-16 00:14:47 +01:00
pixi Updating to Pixi 1.6.1 2014-07-18 11:22:55 +01:00
sound Removing debug / console.log output. 2014-07-09 05:49:13 +01:00
system Device.mobileSafari was no longer detecting Mobile Safari, now fixed (thanks @Zammy, #927) 2014-07-01 19:19:49 +01:00
tilemap jshint fix 2014-07-18 01:07:45 +01:00
time Time.add allows you to add an existing Phaser.Timer to the timer pool (request #864) 2014-06-02 00:54:42 +01:00
tween If you add a Tween to the TweenManager and then immediately stop it, it will still exist in the TweenManager (thanks @gilangcp #1032) 2014-07-16 19:50:58 +01:00
utils Group.checkAll allows you to check if the same property exists across all children of the Group and is set to the given value (thanks @codevinsky #1013) 2014-07-18 11:52:39 +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 Reverting to a 2.0.7 release to fix the issues with Image / RetroText / Buttons. 2014-07-11 16:30:25 +01:00