aboutsummaryrefslogtreecommitdiff
path: root/tools/file_packager.py
AgeCommit message (Expand)Author
2013-05-29Fix handling of crunched files broken in previous commit.Jukka Jylänki
2013-05-25Add warning message print to file_packager to warn user when he accidentally ...Jukka Jylänki
2013-05-25Add support for specifying the target location of preloaded or embedded files...Jukka Jylänki
2013-05-23make file packager closure-friendlyAlon Zakai
2013-05-23handle ./ in file packagingAlon Zakai
2013-05-21Make a temporary variable local.tingyuan
2013-05-21mmap(): Align to malloc's default alignment instead of pages.tingyuan
2013-05-21Put preloaded files on HEAP instead of another ArrayBuffers.tingyuan
2013-05-17fix file packager issue with closureAlon Zakai
2013-04-25Try/catch around idb open.Alan Kligman
2013-04-25If caching fails, proceed to process package data.Alan Kligman
2013-04-25If there's a problem, fall back to default non-cache loading from remote.Alan Kligman
2013-04-25Add browser.test_preload_caching to unit tests. Replace modified-time check w...Alan Kligman
2013-04-25Fix incorrect cache logic (probably copy pasta error). Add Module.preloadResu...Alan Kligman
2013-04-25Updated documentation for --use-preload-cache.Alan Kligman
2013-04-25Fix broken unit tests (browser.test_sdl_image_compressed, browser.test_preloa...Alan Kligman
2013-04-25Fix missing parameter in cacheRemotePackage invocation. Remove debug console....Alan Kligman
2013-04-25Add --use-preload-cache flag to enable indexeddb preload cache. Defaults to o...Alan Kligman
2013-04-25Add no-cache to HEAD request.Alan Kligman
2013-04-25Preloading script now uses indexeddb to cache asset packages. Will load them ...Alan Kligman
2013-04-16* Added a warning to file_packager when an input file does not exist.Éloi Rivard
2013-04-15* Added --no-force argument.Éloi Rivard
2013-04-13* Little improvements of file_packager.pyÉloi Rivard
2013-03-04fix some test failuresChad Austin
2013-02-21hide verbose file packager outputAlon Zakai
2012-12-29chunk very large embed-fileAlon Zakai
2012-10-17fix closure error in file packagerAlon Zakai
2012-10-01fix file paths with --embed, fixes #597Alon Zakai
2012-09-28note on file packagerAlon Zakai
2012-09-24improve av workaround in file packagerAlon Zakai
2012-09-24better progress reporting with multiple datafile downloadsAlon Zakai
2012-09-21file packager docsAlon Zakai
2012-09-21workaround in file packager for silly antivirus programsAlon Zakai
2012-09-21use createPath in file packager to allow separate asset bundles to play nicel...Alon Zakai
2012-09-21allow loading multiple asset bundles / outputs of file packagerAlon Zakai
2012-09-21closurize file packager outputAlon Zakai
2012-08-09change download messageAlon Zakai
2012-08-09show progress on datafile downloadAlon Zakai
2012-08-08only create new Uint8Arrays during preloading when actually necessaryAlon Zakai
2012-07-30fix file preloading with -o subdir/..Alon Zakai
2012-07-22optional plugins for file packagerAlon Zakai
2012-07-18workaround for chromium bug 124926 in another necessary placeAlon Zakai
2012-07-18add runDependency tracking and fix detected bugsAlon Zakai
2012-07-18fix getAudioMimetypeAlon Zakai
2012-07-18use createPreloadedFile in file packagerAlon Zakai
2012-07-18refactor file preloading to happen in FS.createPreloadedFile, so that not onl...Alon Zakai
2012-07-16add commented option to make crunch try a png input if crunching the dds failedAlon Zakai
2012-06-19Merge pull request #480 from ehsan/crunch_import_warningAlon Zakai
2012-06-19crunch fixAlon Zakai
2012-06-19Only pull CRUNCH from shared.py if --crunch is usedEhsan Akhgari