summaryrefslogtreecommitdiff
path: root/platform/javascript
AgeCommit message (Expand)Author
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-29Merge pull request #52809 from selgesel/patch1Fabio Alessandrelli
2021-09-29HTML5: Fix minification error with Emscripten 1.39.9Rémi Verschelde
2021-09-23Release pressed events when the window is blurred on HTML5 platformSelgesel
2021-09-21Merge pull request #52649 from Faless/js/4.x_audioworklet_nothreads_prRémi Verschelde
2021-09-16Merge pull request #52720 from Faless/js/4.x_fix_wheelRé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 wheel/touch callback modifying event after parse.Fabio 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-09-14Merge pull request #52604 from Faless/js/4.x_input_fixFabio Alessandrelli
2021-09-12[HTML5] Fix input not working when buffered.Fabio Alessandrelli
2021-09-12[HTML5] Fix build error due to missing string cast.Fabio Alessandrelli
2021-09-11Add logo attribution for Android, HTML5 and Linux platform iconsHugo Locurcio
2021-08-31Make platform feature tag names lowercaseHugo Locurcio
2021-08-31Merge pull request #49598 from Calinou/web-editor-improve-download-project-so...Fabio Alessandrelli
2021-08-19HTML5: Handle GODOT_VERSION_STATUS env var in @GODOT_VERSION@Rémi Verschelde
2021-08-18[CI] Upgrade Emscripten to 2.0.27.Fabio Alessandrelli
2021-08-16Improve the generated ZIP archive name when using Download Project SourceHugo Locurcio
2021-08-12Split javascript export template into multiple filesSergey Minakov
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-07-25Fix various typos with codespellluz paz
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-22Move `alert` function from `DisplayServer` to `OS`.bruvzg
2021-07-18Optimize StringName usagereduz
2021-07-16Modernize Display server to use override keywordHendrik Brucker
2021-07-15[HTML5] Make threads build the default.Fabio Alessandrelli
2021-07-15[HTML5] Fix build (with module_webxr_enabled=no).Fabio Alessandrelli
2021-07-15Misc cleanup of header includesRémi Verschelde
2021-07-13[HTML5] Raise default initial memory to 32 MiB.Fabio Alessandrelli
2021-07-13Implement the ability to disable classesreduz
2021-07-07[HTML5] Fix JavaScript string parsing with new interface.Fabio Alessandrelli
2021-06-25[HTML5] Add option to focus canvas on start.Fabio Alessandrelli
2021-06-25Strip query string when parsing HTTP request line for pathHaoyu Qiu
2021-06-23[Net] Makes HTTPClient a custom instance class.Fabio Alessandrelli
2021-06-23[Net] Unify HTTPClient request and request_raw.Fabio Alessandrelli
2021-06-20Use mouse and joypad enums instead of plain integersAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-19Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal
2021-06-18[HTML5] JS callback functions now returns passed value.Fabio Alessandrelli
2021-06-15Merge pull request #49592 from Faless/js/4.x_fix_sigsRémi Verschelde
2021-06-14[HTML5] Update eslint and jsdoc dependencies.Fabio Alessandrelli
2021-06-14[HTML5] Fix JS build without eval.Fabio Alessandrelli
2021-06-14[HTML5] Fix some JS library signature.Fabio Alessandrelli
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-06-08Fixed missed IDHandler dependency in GodotFetchArthur Bikmullin
2021-06-03Add MOUSE_MODE_CONFINED_HIDDENAaron Franke
2021-06-01Move remaining dummy drivers to servers.Fabio Alessandrelli