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
/
web
/
detect.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Web] Add workaround for missing export in threaded builds
Fabio Alessandrelli
2024-07-26
1
-0
/
+5
*
SCons: Default `optimize` to `auto`, fixing `target`/`dev_build` inference fo...
Rémi Verschelde
2024-07-09
1
-0
/
+1
*
Disable `*glGetProcAddress()` on the web
David Snopek
2024-06-24
1
-4
/
+3
*
[Web] Force emcc to use "wasm" longjmp mode
Fabio Alessandrelli
2024-06-14
1
-0
/
+4
*
[Web] Remove space between emscripten "-s" flags and the option
Fabio Alessandrelli
2024-06-14
1
-25
/
+25
*
Replace deprecated `USE_WEBGL2` linker flag
Adam Scott
2024-06-10
1
-1
/
+1
*
SCons: Minor fixes/adjustments for web compilation
Thaddeus Crews
2024-05-24
1
-1
/
+1
*
SCons: Convert platform `get_flags` to dictionary
Thaddeus Crews
2024-05-22
1
-8
/
+8
*
Update pre-commit hooks configuration to use `ruff` instead of `black`
Jakub Marcowski
2024-05-21
1
-5
/
+6
*
SCons: Colorize warnings/errors during generation
Thaddeus Crews
2024-04-28
1
-8
/
+8
*
Fix platform name in the message about unsupported CPU architecture
Yevhen Babiichuk (DustDFG)
2024-03-17
1
-1
/
+1
*
Add `WASM_BIGINT` linker flag to the web build
Adam Scott
2024-02-20
1
-0
/
+6
*
SCons: "Environment" to "SConsEnvironment"
Thaddeus Crews
2024-02-14
1
-2
/
+2
*
Web: Bump closure compiler spec to ECMASCRIPT_2021
Rémi Verschelde
2024-02-06
1
-1
/
+1
*
Merge pull request #87981 from adamscott/add-emscripten--sgl_enable_get_proc_...
Rémi Verschelde
2024-02-05
1
-0
/
+5
|
\
|
*
Fix emscripten 3.1.51 breaking change about `*glGetProcAddress()`
Adam Scott
2024-02-05
1
-0
/
+5
*
|
Add workaround for emscripten >= 3.1.47 LTO build
Adam Scott
2024-02-04
1
-0
/
+3
|
/
*
Add THREADS_ENABLED macro in order to compile Godot to run on the main thread
Adam Scott
2024-01-17
1
-8
/
+16
*
SCons: Add `stack_size` and `default_pthread_stack_size` options to Web target
nikitalita
2024-01-03
1
-6
/
+7
*
Set what were default values for some emscripten linkflags
Adam Scott
2023-12-11
1
-4
/
+10
*
Revert to `proxy_to_pthread=no` as default
Adam Scott
2023-10-23
1
-1
/
+1
*
[Web] Fix closure compiler builds using BIGINT
Fabio Alessandrelli
2023-10-21
1
-1
/
+1
*
Add `proxy_to_pthread` option to `platform=web`
Adam Scott
2023-10-09
1
-0
/
+19
*
Updated compiler version detection
Mario Liebisch
2023-09-25
1
-1
/
+1
*
Merge pull request #81716 from akien-mga/web-disable-raycast-embree
Rémi Verschelde
2023-09-22
1
-0
/
+2
|
\
|
*
Web: Disable raycast module by default (no occlusion culling)
Rémi Verschelde
2023-09-16
1
-0
/
+2
*
|
Web: Fix version check for missing scalbnf LTO workaround
Rémi Verschelde
2023-09-18
1
-7
/
+9
|
/
*
Web: Workaround Emscripten 3.1.42+ LTO regression
Rémi Verschelde
2023-09-05
1
-0
/
+5
*
Merge pull request #79578 from Faless/web/4.x_dlink_visibility
Rémi Verschelde
2023-08-17
1
-0
/
+2
|
\
|
*
[Web] Use fvisibility=hidden for side module when dlink_enabled.
Fabio Alessandrelli
2023-07-17
1
-0
/
+2
*
|
SCons: Disable C++ exception handling
Rémi Verschelde
2023-08-16
1
-6
/
+3
|
/
*
SCons: Move platform logo/run icon to `export` folder
Rémi Verschelde
2023-06-20
1
-4
/
+0
*
[Export docs] Move docs to platform folders.
bruvzg
2023-04-20
1
-0
/
+10
*
ci: add Python static analysis check via mypy
Jiri Suchan
2022-09-30
1
-1
/
+5
*
SCons: Unify tools/target build type configuration
Rémi Verschelde
2022-09-26
1
-16
/
+7
*
SCons: Refactor handling of `production` flag and per-platform LTO defaults
Rémi Verschelde
2022-09-19
1
-0
/
+4
*
[Web] Small fixes and enhancements.
Fabio Alessandrelli
2022-09-11
1
-0
/
+4
*
SCons: Refactor LTO options with `lto=<none|thin|full>`
Rémi Verschelde
2022-09-08
1
-7
/
+7
*
[Web] Require threads, rtti, allow optimize=speed.
Fabio Alessandrelli
2022-08-30
1
-42
/
+28
*
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
1
-0
/
+243