summaryrefslogtreecommitdiffstats
path: root/platform/javascript/js/libs
Commit message (Expand)AuthorAgeFilesLines
* [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-251-0/+3
* [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-031-12/+1
* [HTML5] Fix WM notifications not being called.Fabio Alessandrelli2021-03-291-1/+1
* [HTML5] Drag and drop zip in project manager.Fabio Alessandrelli2021-03-122-26/+41
* [HTML5] Opt-in virtual keyboard support.Fabio Alessandrelli2021-03-112-2/+137
* [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
* [HTML5] Replace XMLHttpRequest with Fetch.Fabio Alessandrelli2021-03-062-142/+258
* [HTML5] Rename heapCopy to heapSlice.Fabio Alessandrelli2021-03-053-4/+18
* [HTML5] Better fullscreen, canvas resizing.Fabio Alessandrelli2021-02-192-24/+167
* [HTML5] Easier HTML templates, better deinit/cleanup.Fabio Alessandrelli2021-02-191-9/+25
* [HTML5] Implement get_processor_count.Fabio Alessandrelli2021-02-171-0/+5
* [HTML5] Detect screen scale and DPI.Fabio Alessandrelli2021-02-121-0/+26
* Merge pull request #45888 from Faless/js/4.x_xhr_fixRémi Verschelde2021-02-111-24/+6
|\
| * [HTML5] Fix HTTPClient request_raw.Fabio Alessandrelli2021-02-111-24/+6
* | [HTML5] Handle contextmenu, webglcontextlost internally.Fabio Alessandrelli2021-02-111-0/+12
|/
* [HTML5] Custom Gamepad library to allow remapping.Fabio Alessandrelli2021-01-181-1/+171
* Update copyright statements to 2021Rémi Verschelde2021-01-018-16/+16
* [HTML5] Fix errors when Mic is not allowed.Fabio Alessandrelli2020-12-091-10/+16
* [HTML5] Add function signatures to JS libraries.Fabio Alessandrelli2020-12-046-0/+57
* [HTML5] Remove file flags from writeFile in setup.Fabio Alessandrelli2020-11-301-1/+1
* [HTML5] Run eslint --fix.Fabio Alessandrelli2020-11-238-267/+271
* [HTML5] Libraries refactor for linting.Fabio Alessandrelli2020-11-218-0/+1689