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 #96610 from adamscott/emscripten-minimum-requirements
Rémi Verschelde
2024-09-26
1
-20
/
+9
|
\
|
*
Update minimum requirements for emscripten to 3.1.62
Adam Scott
2024-09-26
1
-20
/
+9
*
|
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
|
/
*
Add `JavaScriptBridge` buffer methods
Adam Scott
2024-09-16
4
-0
/
+67
*
[Editor] Expose more editor settings to documentation
A Thousand Ships
2024-09-12
1
-0
/
+1
*
Add support for non-blocking IO mode to `OS.execute_with_pipe`.
bruvzg
2024-09-06
2
-2
/
+2
*
Merge pull request #70096 from rune-scape/stringname-dict
Rémi Verschelde
2024-09-03
2
-2
/
+2
|
\
|
*
StringName Dictionary keys
rune-scape
2024-08-29
2
-2
/
+2
*
|
Allow adding custom export platforms using scripts / GDExtension.
bruvzg
2024-08-28
2
-8
/
+7
|
/
*
Update the `GodotHost` interface to support signing and verifying Android apks
Fredia Huya-Kouadio
2024-08-26
1
-2
/
+0
*
Merge pull request #91018 from Daylily-Zeleen/daylily-zeleen/optionally_posti...
Rémi Verschelde
2024-08-26
2
-4
/
+4
|
\
|
*
Allow ClassDB to create a Object without postinitialization for GDExtension.
Daylily-Zeleen
2024-08-20
2
-4
/
+4
*
|
Honor `pitch_scale` value before playing audio sample
Adam Scott
2024-08-20
3
-4
/
+9
|
/
*
Merge pull request #90352 from Faless/web/serve_fix_browser_order
Rémi Verschelde
2024-08-19
1
-4
/
+16
|
\
|
*
[Web] Fix browser opening too early with serve.py
Fabio Alessandrelli
2024-08-01
1
-4
/
+16
*
|
Merge pull request #95197 from yahkr/95128-audio-fix
Rémi Verschelde
2024-08-16
8
-3
/
+170
|
\
\
|
*
|
Fix AudioStreamPlayer get_playback_position() for web build
Yahkub-R
2024-08-08
8
-3
/
+170
*
|
|
Fix gamepad triggers not working on web exports
Lisandro Lorea
2024-08-14
1
-2
/
+4
*
|
|
Add missing null check before disconnecting source
Adam Scott
2024-07-30
1
-1
/
+3
*
|
|
[Web] Gracefully handle non-finite audio volumes
A Thousand Ships
2024-07-29
1
-1
/
+4
|
|
/
|
/
|
*
|
[Web] Enable the closure compiler in CI
Fabio Alessandrelli
2024-07-26
1
-13
/
+8
*
|
[Web] Add workaround for missing export in threaded builds
Fabio Alessandrelli
2024-07-26
1
-0
/
+5
*
|
Fix audio samples not being able to be "finished"
Adam Scott
2024-07-17
1
-13
/
+1
*
|
SCons: Default `optimize` to `auto`, fixing `target`/`dev_build` inference fo...
Rémi Verschelde
2024-07-09
1
-0
/
+1
*
|
Merge pull request #94044 from adamscott/fix-web-sample-playback-finished-signal
Rémi Verschelde
2024-07-07
4
-2
/
+59
|
\
\
|
*
|
Fix Web samples finished missing signal
Adam Scott
2024-07-07
4
-2
/
+59
*
|
|
Fix IME blocking controls
Anni Ryynänen
2024-07-07
1
-0
/
+1
|
/
/
*
|
Fix missing include in Web main after #93906
Rémi Verschelde
2024-07-05
1
-0
/
+1
*
|
Fix preloading a zip in the web editor
Paul Sinnett
2024-07-04
1
-1
/
+2
*
|
Merge pull request #93750 from adamscott/add-bigint-support-on-js-value-conve...
Rémi Verschelde
2024-07-04
1
-4
/
+12
|
\
\
|
*
|
Add `bigint` support on JS value conversion
Adam Scott
2024-07-03
1
-4
/
+12
|
|
/
*
|
Merge pull request #93853 from Faless/web/no_force_stdlib
Rémi Verschelde
2024-07-02
1
-2
/
+0
|
\
\
|
*
|
[Web] Remove unnecessary EMCC_FORCE_STDLIBS in dlink builds
Fabio Alessandrelli
2024-07-02
1
-2
/
+0
|
|
/
*
/
Fix assignations to non-existing keys and clean-up
Adam Scott
2024-06-29
1
-6
/
+4
|
/
*
Fix web export state for remote debug
Adam Scott
2024-06-26
2
-35
/
+89
*
[Web] Add "threads"/"nothreads" feature tags to export presets
Fabio Alessandrelli
2024-06-25
1
-2
/
+6
*
Merge pull request #93489 from dsnopek/web-disable-getprocaddress
Rémi Verschelde
2024-06-25
2
-4
/
+7
|
\
|
*
Disable `*glGetProcAddress()` on the web
David Snopek
2024-06-24
2
-4
/
+7
*
|
Style: Optimize `.svg` files with `svgo`
Thaddeus Crews
2024-06-23
2
-2
/
+2
|
/
*
Fix pausing issues when using Web Audio samples
Adam Scott
2024-06-20
1
-59
/
+117
*
Merge pull request #91623 from adamscott/web-default-to-nonthreaded
Rémi Verschelde
2024-06-19
1
-1
/
+1
|
\
|
*
Default to non-threaded export setting for the web
Adam Scott
2024-05-06
1
-1
/
+1
*
|
Add samples playback support
Adam Scott
2024-06-18
6
-31
/
+1803
*
|
[Web] Use the module config to preload GDExtension libraries.
Fabio Alessandrelli
2024-06-14
2
-16
/
+13
*
|
[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
2
-27
/
+27
*
|
Replace deprecated `USE_WEBGL2` linker flag
Adam Scott
2024-06-10
1
-1
/
+1
*
|
Fix creating cursor image from AtlasTexture
kleonc
2024-06-05
1
-10
/
+1
*
|
Merge pull request #89033 from bruvzg/doc_end_err
Rémi Verschelde
2024-05-28
1
-1
/
+8
|
\
\
|
*
|
[DisplayServer] Add error messages and descriptions to callbacks.
bruvzg
2024-05-28
1
-1
/
+8
[next]