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
/
javascript
/
js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for multiple virtual keyboard types
Brian Semrau
2022-08-04
1
-4
/
+43
*
HTML5: Add support for `Input.vibrate_handheld()`
pattlebass
2022-07-27
1
-0
/
+9
*
HTML5: Make `OS.get_locale()` match other platforms
pattlebass
2022-07-15
1
-0
/
+1
*
[HTML5] Limit the returned OS cpu count to 2.
Fabio Alessandrelli
2022-05-11
1
-1
/
+3
*
Added missing signature.
Fabio Alessandrelli
2022-05-03
1
-0
/
+1
*
Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...
bruvzg
2022-04-28
1
-0
/
+90
*
Revert "[HTML5] Fetch API now passes credentials."
Rémi Verschelde
2022-03-07
1
-1
/
+0
*
[HTML5] Fetch API now passes credentials.
Fabio Alessandrelli
2022-02-10
1
-0
/
+1
*
[HTML5] Implement JavaScript PWA update callbacks.
Fabio Alessandrelli
2022-02-06
1
-0
/
+55
*
[HTML5] PWA service worker prefers cached version.
Fabio Alessandrelli
2022-02-06
2
-0
/
+11
*
Revert "[HTML5] Better engine config parsing."
Fabio Alessandrelli
2022-02-03
1
-21
/
+22
*
[HTML5] Fix gamepad samples not being properly reset.
Fabio Alessandrelli
2022-01-31
1
-1
/
+1
*
[HTML5] Better engine config parsing.
Fabio Alessandrelli
2022-01-31
1
-20
/
+21
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
8
-16
/
+16
*
Fix files_dropped in HTML5 export.
Luis Sanchez
2021-12-03
1
-1
/
+1
*
[HTML5] Fix multi-touch input handling.
Fabio Alessandrelli
2021-11-30
1
-3
/
+3
*
[HTML5] Fix focus (again) in Firefox's iframes.
Fabio Alessandrelli
2021-11-26
1
-2
/
+6
*
[HTML5] Add checks to Gamepad API events.
Fabio Alessandrelli
2021-11-19
1
-2
/
+6
*
[HTML5] Fix input not focusing canvas.
Fabio Alessandrelli
2021-11-19
1
-0
/
+6
*
[HTML5] Refactor JS library listeners to OS.
Fabio Alessandrelli
2021-10-05
3
-69
/
+69
*
[HTML5] Refactor display/input JS library code.
Fabio Alessandrelli
2021-10-05
2
-389
/
+405
*
[HTML5] Implement Pointer Lock API in JS library.
Fabio Alessandrelli
2021-10-05
1
-0
/
+28
*
[HTML5] Implement window blur in JS library.
Fabio Alessandrelli
2021-10-05
1
-0
/
+8
*
[HTML5] Implement fullscreenchange in JS library.
Fabio Alessandrelli
2021-10-05
1
-0
/
+14
*
[HTML5] Implement mouse/touch/key events in JS library.
Fabio Alessandrelli
2021-10-05
2
-9
/
+133
*
HTML5: Fix minification error with Emscripten 1.39.9
Rémi Verschelde
2021-09-29
1
-1
/
+1
*
[HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads.
Fabio Alessandrelli
2021-09-15
2
-15
/
+152
*
Merge pull request #52695 from Faless/js/4.x_audio_mix_rate
Fabio Alessandrelli
2021-09-15
1
-5
/
+12
|
\
|
*
[HTML5] Use browser mix rate by default on the Web.
Fabio Alessandrelli
2021-09-15
1
-5
/
+12
*
|
[HTML5] Fix bug in AudioWorklet when reading output buffer.
Fabio Alessandrelli
2021-09-15
1
-7
/
+7
|
/
*
[CI] Upgrade Emscripten to 2.0.27.
Fabio Alessandrelli
2021-08-18
1
-1
/
+1
*
Fix various typos with codespell
luz paz
2021-07-25
1
-1
/
+1
*
[HTML5] Add option to focus canvas on start.
Fabio Alessandrelli
2021-06-25
2
-0
/
+13
*
[HTML5] JS callback functions now returns passed value.
Fabio Alessandrelli
2021-06-18
1
-1
/
+14
*
[HTML5] Fix some JS library signature.
Fabio Alessandrelli
2021-06-14
3
-5
/
+5
*
Fixed missed IDHandler dependency in GodotFetch
Arthur Bikmullin
2021-06-08
1
-1
/
+1
*
[HTML5] Add easy to use download API.
Fabio Alessandrelli
2021-05-21
2
-57
/
+17
*
Merge pull request #48719 from Faless/js/4.x_interfaces
Rémi Verschelde
2021-05-20
2
-86
/
+333
|
\
|
*
[HTML5] Implement Godot <-> JavaScript interface.
Fabio Alessandrelli
2021-05-20
2
-86
/
+333
*
|
Fix typos with codespell
Rémi Verschelde
2021-05-20
1
-1
/
+1
|
/
*
[HTML5] Implement WebGL fallback.
Fabio Alessandrelli
2021-04-06
1
-0
/
+11
*
[HTML5] Disable body_size in fetch.
Fabio Alessandrelli
2021-04-03
2
-29
/
+1
*
[HTML5] Fix WM notifications not being called.
Fabio Alessandrelli
2021-03-29
1
-1
/
+1
*
[HTML5] Fix Mono builds (old emcc?)
Fabio Alessandrelli
2021-03-29
1
-12
/
+16
*
[HTML5] Fix loading when mime-type is missing.
Fabio Alessandrelli
2021-03-20
1
-1
/
+1
*
[HTML5] Drag and drop zip in project manager.
Fabio Alessandrelli
2021-03-12
3
-26
/
+48
*
[HTML5] Opt-in virtual keyboard support.
Fabio Alessandrelli
2021-03-11
3
-2
/
+147
*
[HTML5] Properly set canvas size during setup.
Fabio Alessandrelli
2021-03-10
1
-0
/
+1
*
[HTML5] Respect allow_hidpi option during setup
Fabio Alessandrelli
2021-03-08
1
-5
/
+10
*
[HTML5] Catch audio worklet errors on disconnect.
Fabio Alessandrelli
2021-03-08
1
-1
/
+4
[next]