phaser/src
2014-04-28 02:08:19 +01:00
..
animation Small jsdoc fix. 2014-04-20 10:47:09 +01:00
core Your State can now have a pauseUpdate method, which is called constantly when the game is paused. 2014-04-28 00:07:40 +01:00
gameobjects 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
geom jshint fixes 2014-04-27 12:10:29 +01: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 Timer has removed all use of local temporary vars in the core update loop. 2014-04-14 11:51:50 +01:00
math Finally - fully working setHSL and shiftHSL. 2014-04-25 02:45:35 +01: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 jshint fixes. 2014-04-25 02:52:14 +01:00
pixi ArrayList.callAll check added (ping @jflowers45 #746) 2014-04-25 19:38:10 +01:00
sound Improved the docs to do with Sound duration / durationMS and added the extra output to the Debug.soundInfo (issue #630) 2014-04-28 02:08:19 +01:00
system Finally - fully working setHSL and shiftHSL. 2014-04-25 02:45:35 +01:00
tilemap Updated Tilemap.destroy documentation to clarify layer removal (issue #740) 2014-04-28 01:39:45 +01:00
time Fixed issue where Animations resuming from a pause would skip frames (thanks @merixstudio, fix #730) 2014-04-28 01:48:46 +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 Improved the docs to do with Sound duration / durationMS and added the extra output to the Debug.soundInfo (issue #630) 2014-04-28 02:08:19 +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 More Timer tests. 2014-04-26 16:16:18 +01:00