index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
platform
/
javascript
/
detect.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
SCons: Keep exceptions and rtti on Android, iOS and HTML5 tools build
Rémi Verschelde
2019-05-20
1
-4
/
+6
*
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-04-30
1
-1
/
+1
*
Remove unused imports
Hendrikto
2019-04-06
1
-1
/
+0
*
SCons: Move platform-specific Opus config to its module
Rémi Verschelde
2019-03-02
1
-4
/
+0
*
Fix file preloading warning in HTML5 platform
Leon Krause
2019-02-23
1
-4
/
+0
*
Fix typos with codespell
Rémi Verschelde
2019-02-13
1
-1
/
+1
*
Implemented audio input support for JavaScript audio driver
Marcelo Fernandez
2018-11-26
1
-0
/
+1
*
Enable --no-heap-copy flag for HTML5 builds
Leon Krause
2018-10-29
1
-0
/
+4
*
Enable Theora module for HTML5 platform
Leon Krause
2018-08-28
1
-1
/
+0
*
Build HTML5 release_debug with -Os, like release.
Leon Krause
2018-05-14
1
-10
/
+6
*
Small refactoring in HTML5 build scripts
Leon Krause
2018-05-14
1
-3
/
+0
*
Merge pull request #17792 from eska014/enginejs-preloadpaths
Rémi Verschelde
2018-04-04
1
-7
/
+0
|
\
|
*
Expose Emscripten libs to engine.js discreetly
Leon Krause
2018-03-27
1
-7
/
+0
*
|
Detect and configure JavaScript build per Emscripten configuration file
Leon Krause
2018-03-29
1
-5
/
+15
|
/
*
Refactor JavaScript platform build script
Leon Krause
2018-03-26
1
-47
/
+66
*
Add RWLockDummy for NO_THREADS builds
Leon Krause
2018-03-20
1
-1
/
+1
*
Disable Emscripten assertions in release_debug builds
Leon Krause
2018-03-18
1
-1
/
+2
*
Disabled mbedtls module in javascript platform
Fabio Alessandrelli
2018-02-14
1
-2
/
+2
*
Deleting OpenSSL module and library
Fabio Alessandrelli
2018-02-14
1
-1
/
+1
*
Disable OpenSSL module in HTML5 platform by default
Leon Krause
2018-01-25
1
-0
/
+5
*
Build WebAssembly module with -Os to decrease file size
Leon Krause
2018-01-07
1
-2
/
+8
*
Change HTML5 start-up API
Leon Krause
2017-11-19
1
-6
/
+5
*
Remove asm.js support from HTML5 platform
Leon Krause
2017-11-18
1
-12
/
+5
*
Detect javascript platform using EMSCRIPTEN env as well
Marcelo Fernandez
2017-10-28
1
-2
/
+5
[next]