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
/
js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rebrand preambles to Redot
Spartan322
2024-10-13
10
-0
/
+20
*
Rebrand Godot 4.3 to Redot
Trashguy
2024-10-13
3
-3
/
+3
*
Honor `pitch_scale` value before playing audio sample
Adam Scott
2024-09-16
1
-3
/
+7
*
Fix AudioStreamPlayer get_playback_position() for web build
Yahkub-R
2024-09-16
3
-3
/
+158
*
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
*
Merge pull request #94044 from adamscott/fix-web-sample-playback-finished-signal
Rémi Verschelde
2024-07-07
1
-2
/
+25
|
\
|
*
Fix Web samples finished missing signal
Adam Scott
2024-07-07
1
-2
/
+25
*
|
Fix IME blocking controls
Anni Ryynänen
2024-07-07
1
-0
/
+1
|
/
*
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
*
|
Fix assignations to non-existing keys and clean-up
Adam Scott
2024-06-29
1
-6
/
+4
|
/
*
Fix pausing issues when using Web Audio samples
Adam Scott
2024-06-20
1
-59
/
+117
*
Add samples playback support
Adam Scott
2024-06-18
2
-31
/
+1586
*
[Web] Use the module config to preload GDExtension libraries.
Fabio Alessandrelli
2024-06-14
2
-16
/
+13
*
Merge pull request #91695 from bruvzg/web_ime_pos
Rémi Verschelde
2024-05-28
1
-4
/
+13
|
\
|
*
[Web IME] Fix suggestion window position in Chromium based browsers.
bruvzg
2024-05-09
1
-4
/
+13
*
|
Upgrade to eslint 9
patwork
2024-05-22
5
-17
/
+17
|
/
*
[Web] Fix closure compiler typedef annotation
Fabio Alessandrelli
2024-04-26
1
-2
/
+1
*
Add option to ensure cross-origin isolation headers on web export
Adam Scott
2024-02-12
1
-3
/
+13
*
Fix various typos with codespell
Rémi Verschelde
2024-02-07
1
-1
/
+1
*
Add THREADS_ENABLED macro in order to compile Godot to run on the main thread
Adam Scott
2024-01-17
2
-8
/
+18
*
[Web] Add IME input support.
bruvzg
2023-12-15
1
-1
/
+134
*
Add MSAA support for WebXR
David Snopek
2023-12-11
2
-0
/
+33
*
Fix various typos with codespell
Rémi Verschelde
2023-11-11
1
-2
/
+2
*
[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
7
-0
/
+104
|
\
|
*
Add `proxy_to_pthread` option to `platform=web`
Adam Scott
2023-10-09
7
-0
/
+104
*
|
Web: Catch using GDExtensions in a non-dlink build
Mario Liebisch
2023-10-06
1
-0
/
+4
|
/
*
Fix godot_js_wrapper_create_cb regression
Adam Scott
2023-10-03
1
-1
/
+1
*
Fix JavaScript callback memory leak issue
SysError99
2023-09-07
1
-1
/
+3
*
Fix `JavaScriptBridge.eval()` never returning PackedByteArray
Emmanouil Papadeas
2023-08-28
1
-3
/
+3
*
Fix various typos with codespell
Rémi Verschelde
2023-08-07
2
-5
/
+5
*
[Web] Update npm packages
Fabio Alessandrelli
2023-07-31
1
-1
/
+1
*
[Web] Always return -1 as body length in HTTPClientWeb.
Fabio Alessandrelli
2023-07-24
1
-15
/
+0
*
Merge pull request #78437 from bruvzg/set_icon
Yuri Sizov
2023-07-12
1
-9
/
+16
|
\
|
*
Add error checks and harmonize behavior of the set_icon method.
bruvzg
2023-07-03
1
-9
/
+16
*
|
fix typo on TLSOptions.xml and library_godot_display.js
Septian
2023-07-08
1
-1
/
+1
|
/
*
Fix `HTTPClient.get_response_body_length()` incorrect on Web
Zae
2023-05-30
1
-0
/
+5
*
[Web] Detect host OS and use macOS keys on mac hosts.
bruvzg
2023-04-11
1
-0
/
+22
*
Further refactoring to AudioDriver implementations after #69120.
Emmanouil Papadeas
2023-02-09
1
-6
/
+6
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
9
-260
/
+261
*
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-12
2
-4
/
+4
*
Merge pull request #68870 from dsnopek/master-webxr-input
Rémi Verschelde
2022-12-02
2
-2
/
+39
|
\
|
*
Get WebXR fully working in Godot 4!
David Snopek
2022-12-01
2
-2
/
+39
*
|
Merge pull request #67815 from Calinou/html5-improve-feature-errors
Rémi Verschelde
2022-11-28
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
Improve feature errors in HTML5 for easier understanding
Hugo Locurcio
2022-10-23
1
-5
/
+5
*
|
[Web] Improve Godot shutdown and cleanup.
Fabio Alessandrelli
2022-11-05
1
-1
/
+1
*
|
Add multiview to the opengl3 driver
David Snopek
2022-10-21
1
-0
/
+52
|
/
[next]