phaser/src
Richard Davey 56d1cef1c8 Merge pull request #941 from kay-is/master
Changed a @method string
2014-06-24 22:39:55 +01:00
..
animation Removed the cacheKey parameters from the AnimationParser methods as they're no longer used. 2014-06-10 23:50:12 +01:00
core Swapped to using escaped Unicode characters for the console output. 2014-06-09 16:15:41 +01:00
gameobjects Added new loadTexture and setFrame calls. Will test crop support. 2014-06-11 14:38:14 +01:00
geom stop travis complaints 2014-06-23 22:59:47 +02:00
input Fix checkPointerDown method 2014-06-22 23:03:15 +01:00
loader Merge pull request #941 from kay-is/master 2014-06-24 22:39:55 +01:00
math Added RandomDataGenerator.between (an alias for integerInRange) 2014-06-06 04:12:35 +01:00
net Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
particles Emitter.start has a new parameter: forceQuantity which will force the quantity of a flow of particles to be the given value (request #853) 2014-06-02 01:15:58 +01:00
physics Added P2 body anchor docs to clarify #938 2014-06-23 23:34:27 +01:00
pixi RetroFont.text would throw WebGL errors due to an issue with Pixi.RenderTexture. Fixed in Phaser and submitted code to Pixi. 2014-05-15 15:32:59 +01:00
sound Update to #868 2014-06-05 13:17:32 +01:00
system Canvas.create has deprecated the noCocoon parameter as it's no longer required. The parameter is still in the signature, but no longer used in the method. 2014-05-30 02:03:07 +01:00
tilemap TilemapLayers can now be used with an unbounded camera (a camera that can move beyond the world boundaries). Currently, when an unbounded camera moves outside of the world, tilemaps start acting weird because they only render themselves strictly within the world limits. With this change, the tilemap will continue scrolling and show empty space beyond its edge (thanks @jotson #851) 2014-06-11 00:15:02 +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 Updated docs for Tween.onUpdateCallback to indicate that you can specify the context 2014-06-03 23:56:49 -04:00
utils Tidying up. 2014-05-30 05:33: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 More Timer tests. 2014-04-26 16:16:18 +01:00
Phaser.js Preparing for 2.0.6 "Jornhill" development. 2014-05-20 10:56:45 +01:00