phaser/src
2014-05-01 02:38:12 +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 ScaleManager seeds _check private var with null to avoid later comparison check (thanks @jflowers45, fix #782) 2014-04-29 19:34:38 +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 The Emitter no longer checks minParticleScale = maxParticleScale, allowing for fixed scale particles again 2014-04-20 01:57:32 +01:00
physics The P2 DistanceConstraint method signature has changed. Updated Phaser so maxForce is now passed as object (fix #788) 2014-04-30 16:54:56 +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.getTile and getTileXY used to return null in 2.0.3 but returned a Tile object in 2.0.4 (with an index of -1), they now return null again. 2014-04-29 21:28:14 +01:00
time Timer._now seeded on creation. 2014-04-28 15:25:05 +01:00
tween If Tween.yoyo was true but repeat was 0 then it wouldn't yoyo. Now if yoyo is set, but not repeat, the repeat count gets set to 1 (thanks @hilts-vaughan, fix #744) 2014-04-22 02:12:21 +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