phaser/src
photonstorm 0f3cda0aed Cache.getRenderTexture will retrieve a RenderTexture that is stored in the Phaser Cache. This method replaces Cache.getTexture which is now deprecated.
Cache.autoResolveURL is a new boolean (default `false`) that automatically builds a cached map of all loaded assets vs. their absolute URLs, for use with Cache.getURL and Cache.checkURL. Note that in 2.1.3 and earlier this was enabled by default, but has since been moved behind this property which needs to be set to `true` *before* you load any assets to enable.

Cache._resolveUrl has been renamed to Cache._resolveURL internally and gained a new parameter. This method is a private internal one.

Cache.getUrl is deprecated. The same method is now available as Cache.getURL.

XML files weren't being added to the URL map.

Cache._resolveURL was causing a Sound double-load in Firefox and causing errors (thanks @domonyiv #1253)
2014-10-27 11:46:24 +00:00
..
animation Lots of small jsdoc fixes and DocGen updates. 2014-10-20 00:54:56 +01:00
core JSDoc fixes. 2014-10-21 23:08:16 +01:00
gameobjects Small fix for Text wordWrapping #1247 2014-10-23 16:03:29 +01:00
geom Updated to support new Pixi style of points. 2014-10-22 23:52:46 +01:00
input jsdoc fix 2014-10-23 12:27:07 +01:00
loader Cache.getRenderTexture will retrieve a RenderTexture that is stored in the Phaser Cache. This method replaces Cache.getTexture which is now deprecated. 2014-10-27 11:46:24 +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 jsdoc fix 2014-09-22 11:32:26 +01:00
physics JSDoc fixes. 2014-10-21 22:43:42 +01: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 Device.canPlayAudio now supports the opus files directly, as well as opus encoded audio stored in ogg containers (#1232) 2014-10-13 13:52:41 +01: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 Put the Timer.timeCap back to 1000 as this will be a major breaking change to existing code otherwise. It may be incorrect, but it can't happen in this point release. 2014-10-15 21:37:17 +01:00
tween jsdoc updates. 2014-09-16 19:44:04 +01:00
utils Fixed for Pixi v2 new method of batching. 2014-10-23 12:27:25 +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 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