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
*
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
*
Use BoolVariable in platform-specific options.
Elliott Sales de Andrade
2017-09-25
1
-5
/
+5
*
Use BoolVariable for module options.
Elliott Sales de Andrade
2017-09-25
1
-2
/
+2
*
Use BoolVariable in target/component/advanced options.
Elliott Sales de Andrade
2017-09-25
1
-1
/
+1
*
Merge pull request #11154 from eska014/html5-startup-revamp
Poommetee Ketson
2017-09-12
1
-0
/
+2
|
\
|
*
HTML5 start-up overhaul
Leon Krause
2017-09-11
1
-0
/
+2
*
|
Make build scripts Python3 compatible
Matthias Hoelzl
2017-08-27
1
-1
/
+1
|
/
*
Buildsystem: Improve detect.py readability and fix issues
Rémi Verschelde
2017-07-01
1
-26
/
+36
*
Merge pull request #8191 from eska014/webgl2-export
Juan Linietsky
2017-03-29
1
-1
/
+1
|
\
|
*
WebGL 2 export per WebAssembly or asm.js
eska
2017-03-29
1
-1
/
+1
*
|
SCons: Add option to toggle warnings (on by default)
Rémi Verschelde
2017-03-26
1
-1
/
+1
|
/
*
Some WebGL 2 and build fixes/clean-up
eska
2017-03-17
1
-16
/
+13
*
more html5 fixes
Juan Linietsky
2017-03-14
1
-2
/
+3
*
Fix web export build
eska
2017-03-10
1
-2
/
+1
*
Fixes to webgl/opengl es 3.0 for compatibility with webgl2.0, still does not ...
Juan Linietsky
2017-02-22
1
-1
/
+0
*
Fix WebAssembly builds on Windows
eska
2017-02-21
1
-12
/
+28
*
Automatically zip web export templates
eska
2017-02-20
1
-18
/
+7
*
Fix parallel asm.js/WebAssembly builds
eska
2017-02-20
1
-1
/
+1
[next]