summaryrefslogtreecommitdiff
path: root/platform/javascript/detect.py
AgeCommit message (Expand)Author
2021-07-15[HTML5] Make threads build the default.Fabio Alessandrelli
2021-07-13[HTML5] Raise default initial memory to 32 MiB.Fabio Alessandrelli
2021-06-01LinuxBSD now compiles without vulkan/x11.Fabio Alessandrelli
2021-04-30[HTML5] Fix builds with recent emscripten versionsFabio Alessandrelli
2021-04-20[JS, Android] Re-add "no-exceptions" for export templates builds with ICU.bruvzg
2021-03-14Allow to not optimize release buildRafał Mikrut
2021-03-08[HTML5] Add PWA support to the editor page.Fabio Alessandrelli
2021-02-17[HTML5] Fix compilation issues in 4.0Fabio Alessandrelli
2021-02-16Add cwrap to EXTRA_EXPORTED_RUNTIME_METHODSQuadtree
2021-01-28Don't handle BaseException in JavaScript build scriptMarcel Admiraal
2021-01-25[HTML5] Better editor HTML, small refactor.Fabio Alessandrelli
2021-01-25[HTML5] Fix "initial_memory" build option parsingFabio Alessandrelli
2021-01-10[HTML5] Reorganize build script.Fabio Alessandrelli
2021-01-04Add support for WebXRDavid Snopek
2020-12-12Merge pull request #44315 from madmiraal/fix-handles-baseexceptionRémi Verschelde
2020-12-12Don't handle BaseException in build scriptsMarcel Admiraal
2020-12-10HTML5: Code style cleanup for export codeRémi Verschelde
2020-12-09[HTML5] Improve platform buildsystem.Fabio Alessandrelli
2020-12-05[HTML5] GDNative support via SIDE_MODULE.Fabio Alessandrelli
2020-11-26[Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz...bruvzg
2020-11-19SCons: Remove unnecessary $LINK overridesRémi Verschelde
2020-11-10[HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli
2020-11-10[HTML5] Update syntax for lto.Fabio Alessandrelli
2020-10-14Increase HTML5 THREADPOOL size.Fabio Alessandrelli
2020-10-04[HTML5] Scons now expects "emcc" to be in PATH.Fabio Alessandrelli
2020-10-02Add extra suffix for HTML5 thread builds.Fabio Alessandrelli
2020-05-10Fix Closure compiler build, python style.Fabio Alessandrelli
2020-05-10DisplayServerJavaScript implementation.Fabio Alessandrelli
2020-05-10[HTML5] Locale, input fix, context, exit.Fabio Alessandrelli
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-11[HTML5] Refactor JS, threads support, closures.Fabio Alessandrelli
2020-01-31Only emit the JavaScript support code for Web when building for HTML5Hugo Locurcio
2019-12-03Emscripten: Re-add BINARYEN_TRAP_MODE='clamp' for fastcompRémi Verschelde
2019-11-20pcre2: Use scons option to disable JIT on some platformsRémi Verschelde
2019-11-19HTML5: Explicitly link idbfs.js for IDBFS supportRémi Verschelde
2019-11-15HTML5: Fix support for Emscripten 1.39.1+Rémi Verschelde
2019-08-12https://github.com/godotengine/godot/issues/31297 - HTML5: this.rtenv.callMai...mellondill
2019-07-22Emscripten: Do not define BINARYEN_TRAP_MODE='clamp'Rémi Verschelde
2019-07-09Better detect Emscripten toolchain.Fabio Alessandrelli
2019-06-19Fix Emscripten root directory detection when building for HTML5Hugo Locurcio
2019-05-20SCons: Keep exceptions and rtti on Android, iOS and HTML5 tools buildRémi Verschelde
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
2019-04-06Remove unused importsHendrikto
2019-03-02SCons: Move platform-specific Opus config to its moduleRémi Verschelde
2019-02-23Fix file preloading warning in HTML5 platformLeon Krause
2019-02-13Fix typos with codespellRémi Verschelde
2018-11-26Implemented audio input support for JavaScript audio driverMarcelo Fernandez
2018-10-29Enable --no-heap-copy flag for HTML5 buildsLeon Krause
2018-08-28Enable Theora module for HTML5 platformLeon Krause
2018-05-14Build HTML5 release_debug with -Os, like release.Leon Krause