phaser/src
2014-11-18 09:22:24 +00:00
..
animation Time.now can no longer be relied upon to contain a timestamp value. If the browser supports requestAnimationFrame then Time.now will contain the high resolution timer value that rAf generates. Otherwise it will contain the value of Date.now. If you require the actual time value (in milliseconds) then please use Time.time instead. Note that all Phaser sub-systems that used to rely on Time.now have been updated, so if you have any code that extends these please be sure to check it. 2014-11-08 20:01:10 +00:00
core ScaleManager + DOM 2014-11-17 23:56:30 -08:00
gameobjects Tidying up a little. 2014-11-13 00:27:47 +00:00
geom Merge pull request #1307 from pnstickne/wip-math-util-cleanup 2014-11-12 22:21:34 +00:00
input Merge pull request #1325 from pnstickne/wip-collections 2014-11-16 18:54:24 +00:00
loader Fix documentation for Cache.addPhysicsData 2014-11-16 15:01:23 +01:00
math Math/Utils - various cleanup and deprecations/moves 2014-11-11 21:28:25 -08:00
net Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
particles Time.now can no longer be relied upon to contain a timestamp value. If the browser supports requestAnimationFrame then Time.now will contain the high resolution timer value that rAf generates. Otherwise it will contain the value of Date.now. If you require the actual time value (in milliseconds) then please use Time.time instead. Note that all Phaser sub-systems that used to rely on Time.now have been updated, so if you have any code that extends these please be sure to check it. 2014-11-08 20:01:10 +00:00
physics Minor logic fix to nested loop counters. 2014-11-12 15:00:26 +13:00
pixi Fixed TileSprite rendering issue. 2014-11-18 09:22:24 +00:00
sound Phaser 2.2 Release Candidate 8 (newsletter build) 2014-11-17 14:14:50 +00:00
system ScaleManager + DOM 2014-11-17 23:56:30 -08:00
tilemap jshint fixes 2014-11-11 01:09:57 +00:00
time jsdoc fixes 2014-11-18 09:22:24 +00:00
tween Merge pull request #1279 from lewster32/patch-1 2014-11-16 18:58:43 +00:00
utils ArraySet - documentation 2014-11-17 19:55:23 -08: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 Updated docs. 2014-06-29 21:19:37 +01:00
Phaser.js Phaser 2.2 Release Candidate 8 2014-11-17 13:08:53 +00:00
polyfills.js Math/Utils - various cleanup and deprecations/moves 2014-11-09 16:17:18 -08:00