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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 InputEventKey.location to tell left from right
Mel Collins
2024-01-26
3
-0
/
+25
*
Add THREADS_ENABLED macro in order to compile Godot to run on the main thread
Adam Scott
2024-01-17
11
-40
/
+195
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
2
-2
/
+2
*
SCons: Add `stack_size` and `default_pthread_stack_size` options to Web target
nikitalita
2024-01-03
1
-6
/
+7
*
[Web] Add IME input support.
bruvzg
2023-12-15
4
-14
/
+307
*
Merge pull request #84686 from dsnopek/webxr-msaa
Rémi Verschelde
2023-12-12
3
-0
/
+35
|
\
|
*
Add MSAA support for WebXR
David Snopek
2023-12-11
3
-0
/
+35
*
|
Set what were default values for some emscripten linkflags
Adam Scott
2023-12-11
1
-4
/
+10
*
|
Ensure more export errors are reported to users
Yuri Sizov
2023-12-06
1
-4
/
+13
|
/
*
Fix various typos with codespell
Rémi Verschelde
2023-11-11
1
-2
/
+2
*
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
*
[Web] Improve emscripten "locateFile" glue.
Fabio Alessandrelli
2023-10-11
1
-1
/
+3
*
Merge pull request #79711 from adamscott/web-non-blocking-main-thread
Rémi Verschelde
2023-10-09
16
-36
/
+392
|
\
|
*
Add `proxy_to_pthread` option to `platform=web`
Adam Scott
2023-10-09
16
-36
/
+392
*
|
Merge pull request #83003 from AThousandShips/null_check_extra
Rémi Verschelde
2023-10-09
1
-1
/
+1
|
\
\
|
*
|
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-10-08
1
-1
/
+1
|
|
/
*
/
Web: Catch using GDExtensions in a non-dlink build
Mario Liebisch
2023-10-06
1
-0
/
+4
|
/
*
Add vararg call() method to C++ Callable
kobewi
2023-10-05
2
-32
/
+9
*
Fix godot_js_wrapper_create_cb regression
Adam Scott
2023-10-03
1
-1
/
+1
*
Merge pull request #82633 from Faless/web/visibility_expose
Rémi Verschelde
2023-10-02
5
-26
/
+33
|
\
|
*
[Web] Fix dlink_enabled build
Fabio Alessandrelli
2023-10-01
5
-26
/
+33
*
|
Merge pull request #82441 from akien-mga/web-clarify-get_unique_id
Rémi Verschelde
2023-10-02
2
-0
/
+5
|
\
\
|
*
|
Web: Clarify that `OS.get_unique_id` is not supported
Rémi Verschelde
2023-09-27
2
-0
/
+5
|
|
/
*
/
Fix expected argument count for `Callable` call errors
Danil Alexeev
2023-09-29
2
-2
/
+2
|
/
*
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
*
|
[macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...
bruvzg
2023-09-21
3
-3
/
+41
*
|
Web: Fix version check for missing scalbnf LTO workaround
Rémi Verschelde
2023-09-18
1
-7
/
+9
|
/
*
[Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
1
-1
/
+1
*
Merge pull request #81105 from SysError99/master-fix-js-mem-leak
Rémi Verschelde
2023-09-07
1
-1
/
+3
|
\
|
*
Fix JavaScript callback memory leak issue
SysError99
2023-09-07
1
-1
/
+3
*
|
Merge pull request #80573 from KoBeWi/2k_lines_of_changes_created_at_2AM
Yuri Sizov
2023-09-06
2
-2
/
+4
|
\
\
|
*
|
Add EditorStringNames singleton
kobewi
2023-09-03
2
-2
/
+4
|
|
/
*
/
Web: Workaround Emscripten 3.1.42+ LTO regression
Rémi Verschelde
2023-09-05
1
-0
/
+5
|
/
*
Fix `JavaScriptBridge.eval()` never returning PackedByteArray
Emmanouil Papadeas
2023-08-28
1
-3
/
+3
*
Add missing tutorials to documentation classes
Hugo Locurcio
2023-08-19
1
-0
/
+1
*
Add a `--audio-output-latency` command-line argument
Hugo Locurcio
2023-08-17
1
-1
/
+1
*
Merge pull request #79578 from Faless/web/4.x_dlink_visibility
Rémi Verschelde
2023-08-17
2
-0
/
+5
|
\
|
*
[Web] Use fvisibility=hidden for side module when dlink_enabled.
Fabio Alessandrelli
2023-07-17
2
-0
/
+5
*
|
Add a button in the export dialog to fix missing texture formats
Aaron Franke
2023-08-17
1
-3
/
+2
*
|
SCons: Disable C++ exception handling
Rémi Verschelde
2023-08-16
1
-6
/
+3
*
|
Fix various typos with codespell
Rémi Verschelde
2023-08-07
2
-5
/
+5
*
|
[Web] Update npm packages
Fabio Alessandrelli
2023-07-31
3
-2939
/
+1142
*
|
Merge pull request #79351 from Repiteo/dotnet-handle-warnings
Yuri Sizov
2023-07-26
1
-8
/
+8
|
\
\
[next]