| Commit message (Expand) | Author | Age | Files | Lines |
* | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli | 2022-08-29 | 1 | -243/+0 |
* | Unify bits, arch, and android_arch into env["arch"] | Aaron Franke | 2022-08-25 | 1 | -0/+10 |
* | refactoring: simplify compiler version check | Jiri Suchan | 2022-06-14 | 1 | -13/+7 |
* | [HTML5] Add GDNative+Threads build. | Fabio Alessandrelli | 2022-06-14 | 1 | -5/+12 |
* | HTML5: Enable mbedTLS module for Crypto object | Rémi Verschelde | 2022-05-25 | 1 | -5/+0 |
* | [JS] Add flag to disable weak symbols in ZSTD. | Fabio Alessandrelli | 2022-05-03 | 1 | -0/+2 |
* | Force threads when compiling web editor instead of erroring out | Hugo Locurcio | 2022-01-19 | 1 | -3/+3 |
* | [HTML5] Add WebGL2 (GLES3) support using the OpenGL renderer. | Fabio Alessandrelli | 2021-11-19 | 1 | -14/+7 |
* | SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstruct | Rémi Verschelde | 2021-10-15 | 1 | -3/+0 |
* | SCons: Add `DEV_ENABLED` defines for `target=debug` builds | Rémi Verschelde | 2021-10-14 | 1 | -0/+1 |
* | [HTML5] Make threads build the default. | Fabio Alessandrelli | 2021-07-15 | 1 | -1/+1 |
* | [HTML5] Raise default initial memory to 32 MiB. | Fabio Alessandrelli | 2021-07-13 | 1 | -2/+1 |
* | LinuxBSD now compiles without vulkan/x11. | Fabio Alessandrelli | 2021-06-01 | 1 | -0/+1 |
* | [HTML5] Fix builds with recent emscripten versions | Fabio Alessandrelli | 2021-04-30 | 1 | -4/+4 |
* | [JS, Android] Re-add "no-exceptions" for export templates builds with ICU. | bruvzg | 2021-04-20 | 1 | -1/+2 |
* | Allow to not optimize release build | Rafał Mikrut | 2021-03-14 | 1 | -9/+9 |
* | [HTML5] Add PWA support to the editor page. | Fabio Alessandrelli | 2021-03-08 | 1 | -4/+4 |
* | [HTML5] Fix compilation issues in 4.0 | Fabio Alessandrelli | 2021-02-17 | 1 | -3/+11 |
* | Add cwrap to EXTRA_EXPORTED_RUNTIME_METHODS | Quadtree | 2021-02-16 | 1 | -1/+1 |
* | Don't handle BaseException in JavaScript build script | Marcel Admiraal | 2021-01-28 | 1 | -6/+5 |
* | [HTML5] Better editor HTML, small refactor. | Fabio Alessandrelli | 2021-01-25 | 1 | -2/+11 |
* | [HTML5] Fix "initial_memory" build option parsing | Fabio Alessandrelli | 2021-01-25 | 1 | -2/+5 |
* | [HTML5] Reorganize build script. | Fabio Alessandrelli | 2021-01-10 | 1 | -1/+4 |
* | Add support for WebXR | David Snopek | 2021-01-04 | 1 | -1/+3 |
* | Merge pull request #44315 from madmiraal/fix-handles-baseexception | Rémi Verschelde | 2020-12-12 | 1 | -3/+1 |
|\ |
|
| * | Don't handle BaseException in build scripts | Marcel Admiraal | 2020-12-12 | 1 | -3/+1 |
* | | HTML5: Code style cleanup for export code | Rémi Verschelde | 2020-12-10 | 1 | -5/+5 |
|/ |
|
* | [HTML5] Improve platform buildsystem. | Fabio Alessandrelli | 2020-12-09 | 1 | -7/+48 |
* | [HTML5] GDNative support via SIDE_MODULE. | Fabio Alessandrelli | 2020-12-05 | 1 | -10/+15 |
* | [Complex Text Layouts] Add third-party TextServer dependencies (ICU, HarfBuzz... | bruvzg | 2020-11-26 | 1 | -0/+2 |
* | SCons: Remove unnecessary $LINK overrides | Rémi Verschelde | 2020-11-19 | 1 | -1/+0 |
* | [HTML5] Port JavaScript inline code to libraries. | Fabio Alessandrelli | 2020-11-10 | 1 | -2/+5 |
* | [HTML5] Update syntax for lto. | Fabio Alessandrelli | 2020-11-10 | 1 | -1/+2 |
* | Increase HTML5 THREADPOOL size. | Fabio Alessandrelli | 2020-10-14 | 1 | -1/+1 |
* | [HTML5] Scons now expects "emcc" to be in PATH. | Fabio Alessandrelli | 2020-10-04 | 1 | -5/+3 |
* | Add extra suffix for HTML5 thread builds. | Fabio Alessandrelli | 2020-10-02 | 1 | -0/+1 |
* | Fix Closure compiler build, python style. | Fabio Alessandrelli | 2020-05-10 | 1 | -2/+4 |
* | DisplayServerJavaScript implementation. | Fabio Alessandrelli | 2020-05-10 | 1 | -8/+8 |
* | [HTML5] Locale, input fix, context, exit. | Fabio Alessandrelli | 2020-05-10 | 1 | -0/+3 |
* | SCons: Format buildsystem files with psf/black | Rémi Verschelde | 2020-03-30 | 1 | -75/+77 |
* | [HTML5] Refactor JS, threads support, closures. | Fabio Alessandrelli | 2020-03-11 | 1 | -56/+60 |
* | Only emit the JavaScript support code for Web when building for HTML5 | Hugo Locurcio | 2020-01-31 | 1 | -0/+5 |
* | Emscripten: Re-add BINARYEN_TRAP_MODE='clamp' for fastcomp | Rémi Verschelde | 2019-12-03 | 1 | -0/+7 |
* | pcre2: Use scons option to disable JIT on some platforms | Rémi Verschelde | 2019-11-20 | 1 | -0/+1 |
* | HTML5: Explicitly link idbfs.js for IDBFS support | Rémi Verschelde | 2019-11-19 | 1 | -0/+4 |
* | HTML5: Fix support for Emscripten 1.39.1+ | Rémi Verschelde | 2019-11-15 | 1 | -4/+1 |
* | https://github.com/godotengine/godot/issues/31297 - HTML5: this.rtenv.callMai... | mellondill | 2019-08-12 | 1 | -0/+3 |
* | Emscripten: Do not define BINARYEN_TRAP_MODE='clamp' | Rémi Verschelde | 2019-07-22 | 1 | -1/+0 |
* | Better detect Emscripten toolchain. | Fabio Alessandrelli | 2019-07-09 | 1 | -2/+7 |
* | Fix Emscripten root directory detection when building for HTML5 | Hugo Locurcio | 2019-06-19 | 1 | -3/+3 |