phaser/src
2014-11-20 21:19:09 +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 Merge pull request #1346 from pnstickne/wip-scalemanager-windowbounds2 2014-11-20 20:34:24 +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 Added missing duration parameter. 2014-11-20 21:19:09 +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 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 - window constraint updates 2014-11-19 15:42:08 -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 Fixes issue where Tween.from didn't set the target properties until after the delay was up. 2014-11-20 20:42:10 +00:00
utils Keyboard.justPressed has bee renamed to Keyboard.downDuration which is a much clearer name for what the method actually does. 2014-11-20 20:55:51 +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 Final new tween system is in place (just generateData left to do). 2014-11-20 05:26:50 +00:00
polyfills.js Math/Utils - various cleanup and deprecations/moves 2014-11-09 16:17:18 -08:00