phaser/src
2014-02-24 20:33:22 +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 The Keyboard class has had a complete overhaul. Phaser.Key objects are created automatically, there are fixes against duration and keys reset properly on visibility loss. 2014-02-24 15:58: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 The Keyboard class has had a complete overhaul. Phaser.Key objects are created automatically, there are fixes against duration and keys reset properly on visibility loss. 2014-02-24 15:58:02 +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 World gravity restored. 2014-02-23 11:42:24 +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 Updated Sound.play loop check 2014-02-22 03:05:41 +00:00
system Fixed full-screen anti-alias issue (#478). 2014-02-24 20:33:22 +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 full-screen anti-alias issue (#478). 2014-02-24 20:33:22 +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