phaser/src
2014-05-01 11:45:17 +01:00
..
animation Animation.setFrame allows you to set the animation to a specific frame (thanks @adamholdenyall, #706) 2014-04-28 23:35:08 +01:00
core New force parameter added to Group.set, setAll, setAllChildren, setProperty which controls if a property is created even if it doesn't exist. 2014-05-01 11:45:17 +01:00
gameobjects Documentation updates. 2014-05-01 02:38:12 +01:00
geom Fix pointOnLine 2014-04-30 11:50:01 +02:00
input Phaser.ArrayList is a new iterative object, similar in principal to a linked list but operating on a single array without modifying the object structure. 2014-04-25 15:11:54 +01:00
loader Loader now uses XDomainRequest in IE9 to load JSON data to help with CORS issues. 2014-04-29 14:41:26 +01:00
math Fix #771: make smoothstep(x,a,b) work if a > b 2014-04-28 15:16:51 +02:00
net Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
particles Emitter.makeParticles updated to use Array.isArray() check on the key/frame values, so non-string objects can be passed in (thanks @AnderbergE, fix #786) 2014-05-01 02:41:53 +01:00
physics Added an additional tile index check to P2.World.convertTilemap. 2014-05-01 02:40:17 +01:00
pixi ArrayList.callAll check added (ping @jflowers45 #746) 2014-04-25 19:38:10 +01:00
sound Documentation updates. 2014-05-01 02:38:12 +01:00
system Finally - fully working setHSL and shiftHSL. 2014-04-25 02:45:35 +01:00
tilemap Tilemap.createFromObjects will now force the creation of the property again even if it doesn't exist (regression fix from 2.0.4) 2014-05-01 11:42:15 +01:00
time Timer._now seeded on creation. 2014-04-28 15:25:05 +01:00
tween Moved the this._reversed flag outside of the property loop in Tween (as per tween.js issue 115) 2014-05-01 02:40:36 +01:00
utils Fixed and tested on IE9. 2014-04-29 15:38:33 +01: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 More Timer tests. 2014-04-26 16:16:18 +01:00
Phaser.js Prep for 2.0.5 development. 2014-04-29 16:25:10 +01:00