Age | Commit message (Expand) | Author |
2021-02-17 | [HTML5] Fix compilation issues in 4.0 | Fabio Alessandrelli |
2021-02-16 | Add cwrap to EXTRA_EXPORTED_RUNTIME_METHODS | Quadtree |
2021-01-28 | Don't handle BaseException in JavaScript build script | Marcel Admiraal |
2021-01-25 | [HTML5] Better editor HTML, small refactor. | Fabio Alessandrelli |
2021-01-25 | [HTML5] Fix "initial_memory" build option parsing | Fabio Alessandrelli |
2021-01-10 | [HTML5] Reorganize build script. | Fabio Alessandrelli |
2021-01-04 | Add support for WebXR | David Snopek |
2020-12-12 | Merge pull request #44315 from madmiraal/fix-handles-baseexception | Rémi Verschelde |
2020-12-12 | Don't handle BaseException in build scripts | Marcel Admiraal |
2020-12-10 | HTML5: Code style cleanup for export code | Ré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-19 | SCons: Remove unnecessary $LINK overrides | Ré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-14 | Increase HTML5 THREADPOOL size. | Fabio Alessandrelli |
2020-10-04 | [HTML5] Scons now expects "emcc" to be in PATH. | Fabio Alessandrelli |
2020-10-02 | Add extra suffix for HTML5 thread builds. | Fabio Alessandrelli |
2020-05-10 | Fix Closure compiler build, python style. | Fabio Alessandrelli |
2020-05-10 | DisplayServerJavaScript implementation. | Fabio Alessandrelli |
2020-05-10 | [HTML5] Locale, input fix, context, exit. | Fabio Alessandrelli |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde |
2020-03-11 | [HTML5] Refactor JS, threads support, closures. | Fabio Alessandrelli |
2020-01-31 | Only emit the JavaScript support code for Web when building for HTML5 | Hugo Locurcio |
2019-12-03 | Emscripten: Re-add BINARYEN_TRAP_MODE='clamp' for fastcomp | Rémi Verschelde |
2019-11-20 | pcre2: Use scons option to disable JIT on some platforms | Rémi Verschelde |
2019-11-19 | HTML5: Explicitly link idbfs.js for IDBFS support | Rémi Verschelde |
2019-11-15 | HTML5: Fix support for Emscripten 1.39.1+ | Rémi Verschelde |
2019-08-12 | https://github.com/godotengine/godot/issues/31297 - HTML5: this.rtenv.callMai... | mellondill |
2019-07-22 | Emscripten: Do not define BINARYEN_TRAP_MODE='clamp' | Rémi Verschelde |
2019-07-09 | Better detect Emscripten toolchain. | Fabio Alessandrelli |
2019-06-19 | Fix Emscripten root directory detection when building for HTML5 | Hugo Locurcio |
2019-05-20 | SCons: Keep exceptions and rtti on Android, iOS and HTML5 tools build | Rémi Verschelde |
2019-04-30 | SCons: Always use env.Prepend for CPPPATH | Rémi Verschelde |
2019-04-06 | Remove unused imports | Hendrikto |
2019-03-02 | SCons: Move platform-specific Opus config to its module | Rémi Verschelde |
2019-02-23 | Fix file preloading warning in HTML5 platform | Leon Krause |
2019-02-13 | Fix typos with codespell | Rémi Verschelde |
2018-11-26 | Implemented audio input support for JavaScript audio driver | Marcelo Fernandez |
2018-10-29 | Enable --no-heap-copy flag for HTML5 builds | Leon Krause |
2018-08-28 | Enable Theora module for HTML5 platform | Leon Krause |
2018-05-14 | Build HTML5 release_debug with -Os, like release. | Leon Krause |
2018-05-14 | Small refactoring in HTML5 build scripts | Leon Krause |
2018-04-04 | Merge pull request #17792 from eska014/enginejs-preloadpaths | Rémi Verschelde |
2018-03-29 | Detect and configure JavaScript build per Emscripten configuration file | Leon Krause |
2018-03-27 | Expose Emscripten libs to engine.js discreetly | Leon Krause |
2018-03-26 | Refactor JavaScript platform build script | Leon Krause |
2018-03-20 | Add RWLockDummy for NO_THREADS builds | Leon Krause |
2018-03-18 | Disable Emscripten assertions in release_debug builds | Leon Krause |