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