phaser/src
Paul d8227cdceb Loader - documentation
Additional documentation updates.
2014-11-22 20:57:42 -08: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 Camera.preUpdate. 2014-11-18 12:36:25 +00:00
gameobjects Sprite.autoCull now properly works if the camera moves around the world. 2014-11-18 12:29:55 +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 Loader - documentation 2014-11-22 20:57:42 -08: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 Emitter.setScale fixed minX minY order presedence (thanks spayton) 2014-11-18 15:38:08 +00:00
physics Minor logic fix to nested loop counters. 2014-11-12 15:00:26 +13:00
pixi Added renderable check to Pixi.Sprite. 2014-11-18 12:36:11 +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 Added Tween.percent variable and tidied up the time values. 2014-11-18 09:22:24 +00:00
utils Sprite.autoCull now properly works if the camera moves around the world. 2014-11-18 12:29:55 +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 Updated docs. 2014-06-29 21:19:37 +01:00
Phaser.js Updated RC version. 2014-11-18 12:36:35 +00:00
polyfills.js Math/Utils - various cleanup and deprecations/moves 2014-11-09 16:17:18 -08:00