phaser/src
2014-07-13 15:38:13 -04:00
..
animation Restored old Image object. 2014-07-11 18:02:40 +01:00
core Debug.preUpdate was still being called in the Game Loop even if enableDebug was set to false (thanks @qdrj, #995) 2014-07-11 11:52:48 +01:00
gameobjects Restored old Image object. 2014-07-11 18:02:40 +01:00
geom Added null check to Rectangle.clone and size. 2014-07-10 14:46:09 +01:00
input Fixed pixel perfect dragging, this was still using the old property 'pixelPerfect' instead of the new 'pixelPerfectClick' 2014-07-11 09:58:38 +02:00
loader fixed onPackComplete Signal 2014-07-13 15:38:13 -04:00
math Made the code jshint-friendly 2014-06-24 11:26:05 +02: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 Removing debug / console.log output. 2014-07-09 05:49:13 +01:00
pixi Pixi 1.6 patches for RenderTextures and IE9 Float32 calls. 2014-07-11 18:02:24 +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 Removing debug / console.log output. 2014-07-09 05:49:13 +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 Removed hasOwnProperty check from Tween.from because it breaks on extended or inherited Game Objects. 2014-07-08 12:59:36 +01:00
utils jshint fixes 2014-07-09 11:36:45 +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