phaser/src
2014-12-18 08:07:38 +00:00
..
animation Removed a few more references in Animation.destroy. 2014-12-15 09:42:18 +00:00
core Added init to State template class. 2014-12-17 13:07:19 +00:00
gameobjects Phaser.Graphics.drawCircle now overrides PIXI.drawCircle which means the docs are now correct re: diameter not radius (thanks @ethankaminski #1454) 2014-12-17 13:44:12 +00:00
geom Removed redundant tolerance parameter from Rectangle.intersects (thanks @toolness #1463) 2014-12-17 13:25:21 +00:00
input Merge pull request #1386 from pnstickne/wip-docs-1130 2014-12-01 12:07:10 +00:00
loader fixing documentation typo 2014-12-15 14:12:09 -08:00
math RandomDataGenerator seeding fix 2014-12-15 00:18:23 -08:00
net Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
particles Emitter.setScale fixed minX minY order presedence (thanks spayton) 2014-11-18 15:38:08 +00:00
physics Typo fixes :) 2014-12-11 22:30:24 +00:00
pixi Updated to Pixi 2.2.0 release. 2014-12-17 13:50:28 +00:00
sound Added extra checks to Sound.play to stop it throwing DOM Exception Error 11 if the sound.readyState wasn't set or the sound was invalid. Also wrapped stop() call in a try catch`. 2014-12-17 13:07:19 +00:00
system DOM.visualBounds now includes scrollbars 2014-12-08 18:40:00 -08:00
tilemap TilemapParser: fixed check for image collection 2014-12-10 22:42:17 +00:00
time Time.reset would incorrectly reset the _started property, now maps it to Time.time (thanks @XekeDeath #1467) 2014-12-18 08:07:38 +00:00
tween Tween.stop fired a different set of onComplete parameters to Tween.update. Both now dispatch onComplete(target, tween) as the parameters in that order (thanks @P0rnflake #1450) 2014-12-15 09:42:18 +00:00
utils Utils - cleanup 2014-12-01 23:19:32 -08: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 Preparing for Phaser 2.2.2 development. 2014-12-04 11:49:53 +00:00
polyfills.js Math/Utils - various cleanup and deprecations/moves 2014-11-09 16:17:18 -08:00