aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2012-09-25Support loading emscripten argument filenames with relative pathsChad Austin
2012-09-24improve av workaround in file packagerAlon Zakai
2012-09-24make with statement in shared.py work in python 2.6Alon Zakai
2012-09-24commented option to add verbose logging to makeAlon Zakai
2012-09-24fix python conventionsAlon Zakai
2012-09-24Merge pull request #582 from LCID-Fire/build_error_outputAlon Zakai
Reworked `build_library`:
2012-09-24better progress reporting with multiple datafile downloadsAlon Zakai
2012-09-23Reworked `build_library`:LCID Fire
- Prevent file handle leaking - Print first error log when second build attempt fails (way easier to debug/analyze)
2012-09-22move settings.py to a less conspicuous place and rename it, to avoid confusionAlon Zakai
2012-09-21add libcxxabi headers to include pathAlon Zakai
2012-09-21file packager docsAlon Zakai
2012-09-21Merge pull request #577 from LCID-Fire/scons_environment_pathAlon Zakai
Make EMSCRIPTEN_ROOT path available in Environment
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 ↵Alon Zakai
nicely with shared folders
2012-09-21allow loading multiple asset bundles / outputs of file packagerAlon Zakai
2012-09-21closurize file packager outputAlon Zakai
2012-09-21Make EMSCRIPTEN_ROOT path available in EnvironmentLCID Fire
2012-09-18indentation fixAlon Zakai
2012-09-18Merge pull request #569 from xrmx/llvmversionAlon Zakai
Add ability to use versioned llvm binaries
2012-09-18fix pnow replay bugAlon Zakai
2012-09-18Add ability to use versioned llvm binariesRiccardo Magliocchetti
Some distributions in order to have multiple version of the same tool add the version to the binary. Teach emscripten about an environment variable called LLVM_ADD_VERSION that add the version to the binary when building its path. This let me use emscripten on debian sid.
2012-09-18note on browser replayAlon Zakai
2012-09-17add lineWidth to shell replayAlon Zakai
2012-09-17fix fullscreen/pointer lock events in shell replayAlon Zakai
2012-09-17adjust fake shell screen sizesAlon Zakai
2012-09-17add some shell replay shimsAlon Zakai
2012-09-15reproduceriter is now 'stable'Alon Zakai
2012-09-15reproduceriter docsAlon Zakai
2012-09-14implement performance.now more carefully in the shell replayAlon Zakai
2012-09-14refactor reproduceriterAlon Zakai
2012-09-14split out reproducerwriter shellAlon Zakai
2012-09-14navigator typoAlon Zakai
2012-09-14remove some shell replay debug outputAlon Zakai
2012-09-14split out reproduceriter jsAlon Zakai
2012-09-14misc shell replay work; bananabread replay runs to completionAlon Zakai
2012-09-14misc shell replay work; bananabread replay runs until main loop is idleAlon Zakai
2012-09-14texture and imageData shims for shell replayAlon Zakai
2012-09-14more webgl shims for shell replayAlon Zakai
2012-09-14webgl shims for shell replayAlon Zakai
2012-09-14add some canvas shims for shell replayAlon Zakai
2012-09-14improve shell replay worker sandboxingAlon Zakai
2012-09-13do not consume randoms, dnows or pnows in 'workers' in shell replayAlon Zakai
2012-09-13magic jsoning for typed arrays in shell replayAlon Zakai
2012-09-13more debug in shell replayAlon Zakai
2012-09-13clearer error message when a crucial llvm tool is missing, and force sanity ↵Alon Zakai
checks in EMCC_DEBUG mode
2012-09-13fix worker message passing in shell replayAlon Zakai
2012-09-13Image and URL support in shell replayAlon Zakai
2012-09-13basic BlobBuilder support in shell replayAlon Zakai
2012-09-13fix handling of multiple worker modules in shell replayAlon Zakai
2012-09-12make all temp files be in TEMP_DIR from ~/.emscriptenAlon Zakai