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 #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
*
Enable WebGL2 in web export, start fixing build
eska
2017-02-01
1
-10
/
+3
*
Relink web build when HTML shell changes
eska
2017-01-12
1
-1
/
+0
*
Emit asm.js code into a dedicated file for asm.js export
eska
2016-11-30
1
-0
/
+1
*
Remove explicit BINARYEN_METHOD for WebAssembly build
eska
2016-11-13
1
-1
/
+0
*
Enable memory growth in WebAssembly builds
eska
2016-11-13
1
-0
/
+7
*
scons: Reorder options for clarity
Rémi Verschelde
2016-11-03
1
-1
/
+0
*
style: Various other PEP8 fixes in Python files
Rémi Verschelde
2016-11-01
1
-1
/
+1
*
style: Fix PEP8 blank lines issues in Python files
Rémi Verschelde
2016-11-01
1
-1
/
+5
*
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
2016-11-01
1
-25
/
+25
*
style: Start applying PEP8 to Python files, indentation issues
Rémi Verschelde
2016-11-01
1
-68
/
+68
*
Add option 'wasm' to compile to WebAssembly in web export
eska
2016-10-31
1
-3
/
+9
*
Merge pull request #6993 from eska014/remove-js-compression
Rémi Verschelde
2016-10-31
1
-8
/
+1
|
\
|
*
Remove JavaScript compilation option `compress`.
eska
2016-10-21
1
-8
/
+1
*
|
zlib: Split thirdparty files, simplify scons option
Rémi Verschelde
2016-10-15
1
-0
/
+1
*
|
squish: Move to a module and split thirdparty lib
Rémi Verschelde
2016-10-15
1
-2
/
+1
*
|
mpc: Move to a module and split thirdparty libmpcdec
Rémi Verschelde
2016-10-15
1
-1
/
+1
*
|
theora: Move to a module and split thirdparty lib
Rémi Verschelde
2016-10-15
1
-1
/
+1
*
|
ogg/vorbis/opus: Make them modules and unbundle thirdparty libs
Rémi Verschelde
2016-10-15
1
-2
/
+3
*
|
Drop nedmalloc which is apparently not used anymore
Rémi Verschelde
2016-10-14
1
-9
/
+0
*
|
Remove speex support, it is obsoleted by opus
Rémi Verschelde
2016-10-13
1
-1
/
+0
|
/
[next]