summaryrefslogtreecommitdiffstats
path: root/platform/web/js/libs
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-8/+17
|\
| * Merge pull request #98069 from thedinosoar/fix/service-worker-sandbox-error-9...Thaddeus Crews2024-11-251-8/+17
| |\
| | * Fix PWA callback assignment and error handlingKeegan McGonigle2024-10-221-8/+17
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-38/+66
|\| |
| * | Fix issue where focus timer would throw continuouslyAdam Scott2024-11-111-9/+32
| * | Make IME code early return insteadAdam Scott2024-11-071-36/+41
* | | Merge commit godotengine/godot@1015a481ff43edb1126ab39a147fefda290131e5Spartan3222024-10-241-2/+14
|\| |
| * | Merge pull request #98431 from lodicolo/4.3-stable_GH_76825Thaddeus Crews2024-10-241-2/+14
| |\ \ | | |/ | |/|
| | * Fix GodotFetch glue code for null response bodiesRobbie Lodico2024-10-231-2/+14
* | | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1110-0/+20
|/ /
* | [Web] Make audio bus fetching more resilient to errorsAdam Scott2024-10-021-7/+31
* | Add `JavaScriptBridge` buffer methodsAdam Scott2024-09-161-0/+32
* | Honor `pitch_scale` value before playing audio sampleAdam Scott2024-08-201-3/+7
* | Merge pull request #95197 from yahkr/95128-audio-fixRémi Verschelde2024-08-162-3/+156
|\ \ | |/ |/|
| * Fix AudioStreamPlayer get_playback_position() for web buildYahkub-R2024-08-082-3/+156
* | Add missing null check before disconnecting sourceAdam Scott2024-07-301-1/+3
* | [Web] Gracefully handle non-finite audio volumesA Thousand Ships2024-07-291-1/+4
* | [Web] Enable the closure compiler in CIFabio Alessandrelli2024-07-261-13/+8
* | Merge pull request #94044 from adamscott/fix-web-sample-playback-finished-signalRémi Verschelde2024-07-071-2/+25
|\ \
| * | Fix Web samples finished missing signalAdam Scott2024-07-071-2/+25
* | | Fix IME blocking controlsAnni Ryynänen2024-07-071-0/+1
|/ /
* | Merge pull request #93750 from adamscott/add-bigint-support-on-js-value-conve...Rémi Verschelde2024-07-041-4/+12
|\ \
| * | Add `bigint` support on JS value conversionAdam Scott2024-07-031-4/+12
| |/
* / Fix assignations to non-existing keys and clean-upAdam Scott2024-06-291-6/+4
|/
* Fix pausing issues when using Web Audio samplesAdam Scott2024-06-201-59/+117
* Add samples playback supportAdam Scott2024-06-181-30/+1584
* Merge pull request #91695 from bruvzg/web_ime_posRémi Verschelde2024-05-281-4/+13
|\
| * [Web IME] Fix suggestion window position in Chromium based browsers.bruvzg2024-05-091-4/+13
* | Upgrade to eslint 9patwork2024-05-224-16/+16
|/
* Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-171-2/+2
* [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
* Add `proxy_to_pthread` option to `platform=web`Adam Scott2023-10-097-0/+104
* 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
* Get WebXR fully working in Godot 4!David Snopek2022-12-012-2/+39
* Add multiview to the opengl3 driverDavid Snopek2022-10-211-0/+52
* Fix Object type in GodotJSWrapper.Zae2022-10-101-2/+2