phaser/src/loader
Richard Davey 780e1d9adb Texture parsed files no longer store their data in the data caches as well.
You can now use `TextureManager.remove` to remove a texture and not have to worry about clearing the corresponding JSON or XML cache entry as well in order to reload a new texture using the same key. Fix #5323
2020-09-29 10:38:44 +01:00
..
events Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
filetypes Texture parsed files no longer store their data in the data caches as well. 2020-09-29 10:38:44 +01:00
typedefs Merge pull request #4618 from jorbascrumps/feat-multiple-loader-headers 2020-04-27 13:54:26 +01:00
const.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
File.js The Loader.path was being added to the File URL even if the URL was absolute. This is now checked for and the path is not applied unless the URL is relative #5301 2020-09-14 09:23:59 +01:00
FileTypesManager.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
GetURL.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
index.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
LoaderPlugin.js Update JSDocs for events 2020-03-10 11:11:43 +03:00
MergeXHRSettings.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
MultiFile.js Changed copyright date to 2020 2020-01-15 12:07:09 +00:00
XHRLoader.js Merge pull request #4618 from jorbascrumps/feat-multiple-loader-headers 2020-04-27 13:54:26 +01:00
XHRSettings.js Merge pull request #4618 from jorbascrumps/feat-multiple-loader-headers 2020-04-27 13:54:26 +01:00