summaryrefslogtreecommitdiffstats
path: root/platform/javascript/js
Commit message (Expand)AuthorAgeFilesLines
* Add support for multiple virtual keyboard typesBrian Semrau2022-08-041-4/+43
* HTML5: Add support for `Input.vibrate_handheld()`pattlebass2022-07-271-0/+9
* HTML5: Make `OS.get_locale()` match other platformspattlebass2022-07-151-0/+1
* [HTML5] Limit the returned OS cpu count to 2.Fabio Alessandrelli2022-05-111-1/+3
* Added missing signature.Fabio Alessandrelli2022-05-031-0/+1
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-281-0/+90
* Revert "[HTML5] Fetch API now passes credentials."Rémi Verschelde2022-03-071-1/+0
* [HTML5] Fetch API now passes credentials.Fabio Alessandrelli2022-02-101-0/+1
* [HTML5] Implement JavaScript PWA update callbacks.Fabio Alessandrelli2022-02-061-0/+55
* [HTML5] PWA service worker prefers cached version.Fabio Alessandrelli2022-02-062-0/+11
* Revert "[HTML5] Better engine config parsing."Fabio Alessandrelli2022-02-031-21/+22
* [HTML5] Fix gamepad samples not being properly reset.Fabio Alessandrelli2022-01-311-1/+1
* [HTML5] Better engine config parsing.Fabio Alessandrelli2022-01-311-20/+21
* Update copyright statements to 2022Rémi Verschelde2022-01-038-16/+16
* Fix files_dropped in HTML5 export.Luis Sanchez2021-12-031-1/+1
* [HTML5] Fix multi-touch input handling.Fabio Alessandrelli2021-11-301-3/+3
* [HTML5] Fix focus (again) in Firefox's iframes.Fabio Alessandrelli2021-11-261-2/+6
* [HTML5] Add checks to Gamepad API events.Fabio Alessandrelli2021-11-191-2/+6
* [HTML5] Fix input not focusing canvas.Fabio Alessandrelli2021-11-191-0/+6
* [HTML5] Refactor JS library listeners to OS.Fabio Alessandrelli2021-10-053-69/+69
* [HTML5] Refactor display/input JS library code.Fabio Alessandrelli2021-10-052-389/+405
* [HTML5] Implement Pointer Lock API in JS library.Fabio Alessandrelli2021-10-051-0/+28
* [HTML5] Implement window blur in JS library.Fabio Alessandrelli2021-10-051-0/+8
* [HTML5] Implement fullscreenchange in JS library.Fabio Alessandrelli2021-10-051-0/+14
* [HTML5] Implement mouse/touch/key events in JS library.Fabio Alessandrelli2021-10-052-9/+133
* HTML5: Fix minification error with Emscripten 1.39.9Rémi Verschelde2021-09-291-1/+1
* [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads.Fabio Alessandrelli2021-09-152-15/+152
* Merge pull request #52695 from Faless/js/4.x_audio_mix_rateFabio Alessandrelli2021-09-151-5/+12
|\
| * [HTML5] Use browser mix rate by default on the Web.Fabio Alessandrelli2021-09-151-5/+12
* | [HTML5] Fix bug in AudioWorklet when reading output buffer.Fabio Alessandrelli2021-09-151-7/+7
|/
* [CI] Upgrade Emscripten to 2.0.27.Fabio Alessandrelli2021-08-181-1/+1
* Fix various typos with codespellluz paz2021-07-251-1/+1
* [HTML5] Add option to focus canvas on start.Fabio Alessandrelli2021-06-252-0/+13
* [HTML5] JS callback functions now returns passed value.Fabio Alessandrelli2021-06-181-1/+14
* [HTML5] Fix some JS library signature.Fabio Alessandrelli2021-06-143-5/+5
* Fixed missed IDHandler dependency in GodotFetchArthur Bikmullin2021-06-081-1/+1
* [HTML5] Add easy to use download API.Fabio Alessandrelli2021-05-212-57/+17
* Merge pull request #48719 from Faless/js/4.x_interfacesRémi Verschelde2021-05-202-86/+333
|\
| * [HTML5] Implement Godot <-> JavaScript interface.Fabio Alessandrelli2021-05-202-86/+333
* | Fix typos with codespellRémi Verschelde2021-05-201-1/+1
|/
* [HTML5] Implement WebGL fallback.Fabio Alessandrelli2021-04-061-0/+11
* [HTML5] Disable body_size in fetch.Fabio Alessandrelli2021-04-032-29/+1
* [HTML5] Fix WM notifications not being called.Fabio Alessandrelli2021-03-291-1/+1
* [HTML5] Fix Mono builds (old emcc?)Fabio Alessandrelli2021-03-291-12/+16
* [HTML5] Fix loading when mime-type is missing.Fabio Alessandrelli2021-03-201-1/+1
* [HTML5] Drag and drop zip in project manager.Fabio Alessandrelli2021-03-123-26/+48
* [HTML5] Opt-in virtual keyboard support.Fabio Alessandrelli2021-03-113-2/+147
* [HTML5] Properly set canvas size during setup.Fabio Alessandrelli2021-03-101-0/+1
* [HTML5] Respect allow_hidpi option during setupFabio Alessandrelli2021-03-081-5/+10
* [HTML5] Catch audio worklet errors on disconnect.Fabio Alessandrelli2021-03-081-1/+4