phaser/src
photonstorm 5a6ae5f696 Tilemap.putTile now correctly re-calculates the collision data based on the new collideIndexes array (fixes #371)
Tilemap.putTile can now insert a tile into a null/blank area of the map (before it could only replace existing tiles)
2014-03-04 03:08:35 +00:00
..
animation Animation.looped has been renamed to Animation.loop. It's a boolean you can toggle at run-time to turn on/off animation looping. 2014-03-03 16:05:55 +00:00
core Group.xy(index, x, y) allows you to set the x and y coordinates of a Group child at the given index. 2014-03-04 01:27:57 +00:00
gameobjects Tween.generateData(frameRate) allows you to generate tween data into an array, which can then be used however you wish (see new examples) 2014-03-03 22:43:35 +00:00
geom Lots of doc fixes (thanks nhowell) 2014-02-20 03:44:44 +00:00
input Keyboard.event now stores the most recent DOM keyboard event. 2014-03-03 11:18:56 +00:00
loader Body.loadPolygon now parses all shapes that may exist in a JSON data file, and re-creates them all on the Body. Assumes shapes are CCW + Convex (tested working with Lime Exportor). Almost fixes #449 but Body rotation seems to screw orientation of shapes. 2014-02-28 05:46:02 +00:00
math Group.xy(index, x, y) allows you to set the x and y coordinates of a Group child at the given index. 2014-03-04 01:27:57 +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 Completely empty Tilemaps can now be created. This allows for dynamic map generation at runtime. 2014-03-03 05:19:46 +00:00
pixi Updated Pixi to fix roundToPixel error. 2014-03-03 16:13:50 +00:00
sound Sound.onMarkerComplete event is now dispatched when a marker stops. See Sound.onLoop for a looping marker event (thanks registered99, fixes #500) 2014-03-02 11:11:20 +00:00
system Time.reset does a removeAll on any Timers. 2014-03-02 10:56:39 +00:00
tilemap Tilemap.putTile now correctly re-calculates the collision data based on the new collideIndexes array (fixes #371) 2014-03-04 03:08:35 +00:00
time Time.reset does a removeAll on any Timers. 2014-03-02 10:56:39 +00:00
tween Group.xy(index, x, y) allows you to set the x and y coordinates of a Group child at the given index. 2014-03-04 01:27:57 +00:00
utils Completely empty Tilemaps can now be created. This allows for dynamic map generation at runtime. 2014-03-03 05:19:46 +00: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 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
p2.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
Phaser.js The grunt task now creates an optional version of Phaser without any Physics support built in. Quite a bit smaller now. 2014-02-27 17:00:14 +00:00