phaser/src
2014-11-03 17:01:36 +13:00
..
animation Established fixed steps for logic update with catch-up for dropped frames. 2014-11-03 12:02:43 +13:00
core Created Phaser.Signal fpsProblemNotifier to warn the game program when the CPU starts spiralling out of control. Signal dispatch is limited to once per 10 seconds. 2014-11-03 17:01:36 +13:00
gameobjects Texture width is recalculated larger on subsequent call to updateText() when text has a stroke thickness > 1 2014-10-28 11:48:57 +00:00
geom Small refactor to pass jshint. 2014-10-29 07:46:56 +00:00
input Comment fix 2014-10-28 22:47:44 -07:00
loader Loader.useXDomainRequest used to be enabled automatically for IE9 but is now always set to false. Please enable it only if you know your server set-up / CDN requires it, as some most certainly do, but we're finding them to be less and less used these days, so we feel it's safe to now disable this by default (#1248) 2014-10-27 12:31:55 +00:00
math JSDoc fixes. 2014-10-21 22:43:42 +01:00
net Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
particles Adjusted particle emitter for slow-mo. 2014-11-03 13:01:14 +13:00
physics Adjusted particle emitter for slow-mo. 2014-11-03 13:01:14 +13:00
pixi Final Pixi v2 updates. 2014-10-23 12:32:56 +01:00
sound JSDoc fixes. 2014-10-21 22:43:42 +01:00
system Established fixed steps for logic update with catch-up for dropped frames. 2014-11-03 12:02:43 +13:00
tilemap Tilemaps in WebGL wouldn't update after the first frame due to a subtle change in how Pixi uploads new textures to the GPU. 2014-10-25 10:09:04 +01:00
time Bug fix: this.time needs the Date.now() value, not the function! 2014-11-03 17:00:10 +13:00
tween Established fixed steps for logic update with catch-up for dropped frames. 2014-11-03 12:02:43 +13:00
utils Updated Color.webToColor to accept [more] spaces 2014-10-28 06:25:20 -07: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 Repackaging for 2.1.4 release. 2014-10-27 10:59:37 +00:00