phaser/src
Paul 4845c2054b TilemapLayer - quibbles
- Removed accidental change
2015-01-24 17:49:20 -08:00
..
animation Sprite.frame and AnimationManager.frame wouldn't return the correct index if a sprite sheet was being used unless it had first been set via the setter. 2015-01-08 01:28:38 +00:00
core Typo. 2015-01-18 12:24:00 +00:00
gameobjects BitmapData.text will render the given string to the BitmapData, with optional font, color and shadow settings. 2015-01-18 12:24:00 +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 Added tools links. 2015-01-10 00:30:13 +00: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 Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
particles Tidied up Emitter.update. 2015-01-05 11:43:24 +00:00
physics Arcade.Body.friction allows you to have more fine-grained control over the amount of velocity passed between bodies on collision. 2015-01-18 12:24:00 +00:00
pixi TileSprite.loadTexture crashed when textures were updated in WebGL (thanks @pandavigoureux29 #1495) 2015-01-05 19:00:42 +00:00
sound SoundManager.unlock checks for audio start support and falls back to noteOn if not found. 2015-01-06 13:50:15 +00:00
system Merge pull request #1498 from pnstickne/wip-tilelayer-safaribug 2015-01-05 11:11:40 +00:00
tilemap TilemapLayer - quibbles 2015-01-24 17:49:20 -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 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 2.3.0 development. 2015-01-06 07:24:28 +00:00
polyfills.js Math/Utils - various cleanup and deprecations/moves 2014-11-09 16:17:18 -08:00