summaryrefslogtreecommitdiffstats
path: root/platform/web/js
Commit message (Expand)AuthorAgeFilesLines
* Add option to ensure cross-origin isolation headers on web exportAdam Scott2024-02-121-3/+13
* Fix various typos with codespellRémi Verschelde2024-02-071-1/+1
* Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-172-8/+18
* [Web] Add IME input support.bruvzg2023-12-151-1/+134
* Add MSAA support for WebXRDavid Snopek2023-12-112-0/+33
* Fix various typos with codespellRémi Verschelde2023-11-111-2/+2
* [Web] Improve emscripten "locateFile" glue.Fabio Alessandrelli2023-10-111-1/+3
* Merge pull request #79711 from adamscott/web-non-blocking-main-threadRémi Verschelde2023-10-097-0/+104
|\
| * Add `proxy_to_pthread` option to `platform=web`Adam Scott2023-10-097-0/+104
* | Web: Catch using GDExtensions in a non-dlink buildMario Liebisch2023-10-061-0/+4
|/
* Fix godot_js_wrapper_create_cb regressionAdam Scott2023-10-031-1/+1
* Fix JavaScript callback memory leak issueSysError992023-09-071-1/+3
* Fix `JavaScriptBridge.eval()` never returning PackedByteArrayEmmanouil Papadeas2023-08-281-3/+3
* Fix various typos with codespellRémi Verschelde2023-08-072-5/+5
* [Web] Update npm packagesFabio Alessandrelli2023-07-311-1/+1
* [Web] Always return -1 as body length in HTTPClientWeb.Fabio Alessandrelli2023-07-241-15/+0
* Merge pull request #78437 from bruvzg/set_iconYuri Sizov2023-07-121-9/+16
|\
| * Add error checks and harmonize behavior of the set_icon method.bruvzg2023-07-031-9/+16
* | fix typo on TLSOptions.xml and library_godot_display.jsSeptian2023-07-081-1/+1
|/
* Fix `HTTPClient.get_response_body_length()` incorrect on WebZae2023-05-301-0/+5
* [Web] Detect host OS and use macOS keys on mac hosts.bruvzg2023-04-111-0/+22
* Further refactoring to AudioDriver implementations after #69120.Emmanouil Papadeas2023-02-091-6/+6
* One Copyright Update to rule them allRémi Verschelde2023-01-059-260/+261
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-122-4/+4
* Merge pull request #68870 from dsnopek/master-webxr-inputRémi Verschelde2022-12-022-2/+39
|\
| * Get WebXR fully working in Godot 4!David Snopek2022-12-012-2/+39
* | Merge pull request #67815 from Calinou/html5-improve-feature-errorsRémi Verschelde2022-11-281-5/+5
|\ \ | |/ |/|
| * Improve feature errors in HTML5 for easier understandingHugo Locurcio2022-10-231-5/+5
* | [Web] Improve Godot shutdown and cleanup.Fabio Alessandrelli2022-11-051-1/+1
* | Add multiview to the opengl3 driverDavid Snopek2022-10-211-0/+52
|/
* Fix Object type in GodotJSWrapper.Zae2022-10-101-2/+2
* Change auto to default in cursor css settings.Jason Knight2022-10-071-3/+3
* [Web] Add feature detection helpers to JS Engine class.Fabio Alessandrelli2022-09-172-16/+105
* [Web] Small fixes and enhancements.Fabio Alessandrelli2022-09-114-8/+20
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-2913-0/+4282