phaser/src
2015-01-23 17:17:50 +01:00
..
animation Removed a few more references in Animation.destroy. 2014-12-15 09:42:18 +00:00
core Docs update #1489 2015-01-05 11:57:46 +00:00
gameobjects BitmapData.drawGroup draws the immediate children of a Phaser.Group to a BitmapData. Children are only drawn if they have their exists property set to true. The children will be drawn at their x and y world space coordinates. When drawing it will take into account the child's rotation, scale and alpha values. No iteration takes place. Groups nested inside other Groups will not be iterated through. 2015-01-05 14:28:16 +00:00
geom Phaser.Point.angleSq removed. It didn't work so any code relying on it would be broken, and it's unclear what it was meant for (thanks @nextht #1396) 2015-01-05 13:00:07 +00:00
input Mouse.mouseMoveCallback is flagged as deprecated. 2015-01-02 04:14:44 +00:00
loader Fix CORS loading BitmapFonts with IE9 2015-01-23 17:17:50 +01:00
math Phaser.Point.angleSq removed. It didn't work so any code relying on it would be broken, and it's unclear what it was meant for (thanks @nextht #1396) 2015-01-05 13:00:07 +00:00
net
particles Tidied up Emitter.update. 2015-01-05 11:43:24 +00:00
physics jsdocs fixes. 2015-01-05 10:59:10 +00:00
pixi TileSprite.loadTexture crashed when textures were updated in WebGL (thanks @pandavigoureux29 #1495) 2015-01-05 19:00:42 +00:00
sound docs update and sound marker check. 2015-01-02 04:14:44 +00:00
system Merge pull request #1498 from pnstickne/wip-tilelayer-safaribug 2015-01-05 11:11:40 +00:00
tilemap TilemapLayer - fix for regression typo 2015-01-05 20:37:00 -08: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 Fix floating point inaccuracy in edge cases, behavior not consistent across different browsers and/or devices 2014-12-29 14:38:18 +02:00
utils Utils - cleanup 2014-12-01 23:19:32 -08:00
Intro.js
Outro.js
Phaser.js Update for 2.2.2. 2015-01-06 06:20:46 +00:00
polyfills.js Math/Utils - various cleanup and deprecations/moves 2014-11-09 16:17:18 -08:00