Age | Commit message (Expand) | Author |
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 |
2018-02-14 | Disabled mbedtls module in javascript platform | Fabio Alessandrelli |
2018-02-14 | Deleting OpenSSL module and library | Fabio Alessandrelli |
2018-01-25 | Disable OpenSSL module in HTML5 platform by default | Leon Krause |
2018-01-07 | Build WebAssembly module with -Os to decrease file size | Leon Krause |
2017-11-19 | Change HTML5 start-up API | Leon Krause |
2017-11-18 | Remove asm.js support from HTML5 platform | Leon Krause |
2017-10-28 | Detect javascript platform using EMSCRIPTEN env as well | Marcelo Fernandez |
2017-09-25 | Use BoolVariable in platform-specific options. | Elliott Sales de Andrade |
2017-09-25 | Use BoolVariable for module options. | Elliott Sales de Andrade |
2017-09-25 | Use BoolVariable in target/component/advanced options. | Elliott Sales de Andrade |
2017-09-12 | Merge pull request #11154 from eska014/html5-startup-revamp | Poommetee Ketson |
2017-09-11 | HTML5 start-up overhaul | Leon Krause |