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
*
[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
|
\
\
|
*
|
Allow MSVC dev_mode builds to succeed with dotnet
Thaddeus Crews
2023-07-17
1
-8
/
+8
*
|
|
[Web] Always return -1 as body length in HTTPClientWeb.
Fabio Alessandrelli
2023-07-24
3
-17
/
+9
*
|
|
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
2
-0
/
+2
|
|
/
|
/
|
*
|
Merge pull request #79062 from MewPurPur/svg-optimizations
Yuri Sizov
2023-07-12
1
-1
/
+1
|
\
\
|
*
|
Optimize SVG icons and remove unused Transpose icon
MewPurPur
2023-07-07
1
-1
/
+1
*
|
|
Merge pull request #78437 from bruvzg/set_icon
Yuri Sizov
2023-07-12
2
-32
/
+44
|
\
\
\
|
*
|
|
Add error checks and harmonize behavior of the set_icon method.
bruvzg
2023-07-03
2
-32
/
+44
|
|
/
/
*
|
|
Merge pull request #78248 from felaugmar/load-svg-adjustable-scale
Yuri Sizov
2023-07-12
1
-3
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Added Image's `load_svg_from_(buffer|string)`
Felipe Augusto Marques
2023-06-23
1
-3
/
+2
*
|
|
Fix formatting of dlopen error message on Windows
Kamil Brzoskowski
2023-07-09
1
-1
/
+1
*
|
|
Merge pull request #79048 from sepTN/its-platform-not-plafrom
Rémi Verschelde
2023-07-08
1
-1
/
+1
|
\
\
\
|
*
|
|
fix typo on TLSOptions.xml and library_godot_display.js
Septian
2023-07-08
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
1
-1
/
+1
*
|
|
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
1
-1
/
+1
|
/
/
*
/
Display a message about missing C# support on Android/iOS/Web platforms
Hugo Locurcio
2023-06-24
1
-1
/
+9
|
/
*
SCons: Move platform logo/run icon to `export` folder
Rémi Verschelde
2023-06-20
4
-6
/
+2
[next]