phaser/src
2014-02-22 02:36:02 +00:00
..
animation Phaser.Animation.frame now returns the frame of the current animation, rather than the global frame from the sprite sheet / atlas (fix #466) 2014-02-21 10:31:17 +00:00
core Enhanced page visibility checks added 2014-02-22 02:36:02 +00:00
gameobjects TileSprites can now receive full Input events, dragging, etc and be positioned in-world and fixed to cameras (fixes #321) 2014-02-21 19:21:00 +00:00
geom Lots of doc fixes (thanks nhowell) 2014-02-20 03:44:44 +00:00
input TileSprites can now receive full Input events, dragging, etc and be positioned in-world and fixed to cameras (fixes #321) 2014-02-21 19:21:00 +00:00
loader Loader can now load JSON files specifically (game.load.json) and they are parsed and stored in the Game.Cache. Retrieve with game.cache.getJSON(key) (#329) 2014-02-21 18:48:06 +00:00
math Lots of doc fixes (thanks nhowell) 2014-02-20 03:44:44 +00:00
net Updating copyright year and README. 2014-02-05 16:54:59 +00:00
particles Group now extends PIXI.DisplayObjectContainer, rather than owning a _container property, which makes life a whole lot easier re: nesting. 2014-02-06 02:31:36 +00:00
physics Body.x/y didn't use pxpi. Also fixed out of bounds example. 2014-02-21 16:35:37 +00:00
pixi Tilemap.createCollisionObjects will parse Tiled data for objectgroups and convert polyline instances into physics objects you can collide with in the world. 2014-02-18 03:01:51 +00:00
sound SoundManager.play() does not do anything with destroyOnComplete (fix #333) 2014-02-21 23:55:11 +00:00
system Added Game configuration option: forceSetTimeOut 2014-02-20 01:31:13 +00:00
tilemap TilemapParser will now throw a warning if the tileset image isn't the right size for the tile dimensions (fixes #377) 2014-02-21 16:57:45 +00:00
time Timer checks now for running inside while loop. Any event which causes a call to Timer#stop is now safe. 2014-02-06 17:28:39 +01:00
tween Lots of doc fixes (thanks nhowell) 2014-02-20 03:44:44 +00:00
utils Fixed for renderSpriteInfo. 2014-02-21 15:50:02 +00:00
Intro.js Updating copyright year and README. 2014-02-05 16:54:59 +00:00
Phaser.js Fixing up documentation, missing functions, examples and alpha masks. 2014-02-21 14:50:18 +00:00