summaryrefslogtreecommitdiffstats
path: root/platform/javascript
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde2021-10-051-1/+2
|\
| * Provide a getter for the project data directory.ne0fhyk2021-09-151-1/+2
* | [HTML5] Refactor JS library listeners to OS.Fabio Alessandrelli2021-10-054-70/+70
* | [HTML5] Refactor display/input JS library code.Fabio Alessandrelli2021-10-054-414/+435
* | [HTML5] Implement Pointer Lock API in JS library.Fabio Alessandrelli2021-10-053-8/+37
* | [HTML5] Implement window blur in JS library.Fabio Alessandrelli2021-10-054-22/+12
* | [HTML5] Implement fullscreenchange in JS library.Fabio Alessandrelli2021-10-054-18/+22
* | [HTML5] Implement mouse/touch/key events in JS library.Fabio Alessandrelli2021-10-057-197/+259
* | Use range iterators for `Map`Lightning_A2021-09-301-2/+2
* | Merge pull request #52809 from selgesel/patch1Fabio Alessandrelli2021-09-292-0/+9
|\ \
| * | Release pressed events when the window is blurred on HTML5 platformSelgesel2021-09-232-0/+9
* | | HTML5: Fix minification error with Emscripten 1.39.9Rémi Verschelde2021-09-292-1/+9
|/ /
* | Merge pull request #52649 from Faless/js/4.x_audioworklet_nothreads_prRémi Verschelde2021-09-217-154/+339
|\ \
| * | [HTML5] Refactor audio drivers. Implement AudioWorklet w/o threads.Fabio Alessandrelli2021-09-157-154/+339
* | | Merge pull request #52720 from Faless/js/4.x_fix_wheelRémi Verschelde2021-09-161-5/+6
|\ \ \ | |/ / |/| |
| * | [HTML5] Fix wheel/touch callback modifying event after parse.Fabio Alessandrelli2021-09-151-5/+6
* | | Merge pull request #52695 from Faless/js/4.x_audio_mix_rateFabio Alessandrelli2021-09-153-7/+14
|\ \ \ | |/ / |/| |
| * | [HTML5] Use browser mix rate by default on the Web.Fabio Alessandrelli2021-09-153-7/+14
* | | [HTML5] Fix bug in AudioWorklet when reading output buffer.Fabio Alessandrelli2021-09-151-7/+7
|/ /
* | Merge pull request #52604 from Faless/js/4.x_input_fixFabio Alessandrelli2021-09-142-2/+23
|\ \
| * | [HTML5] Fix input not working when buffered.Fabio Alessandrelli2021-09-121-0/+21
| * | [HTML5] Fix build error due to missing string cast.Fabio Alessandrelli2021-09-121-2/+2
| |/
* / Add logo attribution for Android, HTML5 and Linux platform iconsHugo Locurcio2021-09-111-0/+15
|/
* Make platform feature tag names lowercaseHugo Locurcio2021-08-312-3/+3
* Merge pull request #49598 from Calinou/web-editor-improve-download-project-so...Fabio Alessandrelli2021-08-311-7/+25
|\
| * Improve the generated ZIP archive name when using Download Project SourceHugo Locurcio2021-08-161-7/+25
* | HTML5: Handle GODOT_VERSION_STATUS env var in @GODOT_VERSION@Rémi Verschelde2021-08-191-1/+4
* | [CI] Upgrade Emscripten to 2.0.27.Fabio Alessandrelli2021-08-181-1/+1
|/
* Split javascript export template into multiple filesSergey Minakov2021-08-125-964/+1081
* Use Key enum instead of plain integersAaron Franke2021-08-102-5/+5
* Fix various typos with codespellluz paz2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+2
* Move `alert` function from `DisplayServer` to `OS`.bruvzg2021-07-224-5/+7
* Optimize StringName usagereduz2021-07-181-1/+1
* Modernize Display server to use override keywordHendrik Brucker2021-07-161-54/+54
* [HTML5] Make threads build the default.Fabio Alessandrelli2021-07-151-1/+1
* [HTML5] Fix build (with module_webxr_enabled=no).Fabio Alessandrelli2021-07-153-12/+11
* Misc cleanup of header includesRémi Verschelde2021-07-151-1/+1
* [HTML5] Raise default initial memory to 32 MiB.Fabio Alessandrelli2021-07-131-2/+1
* Implement the ability to disable classesreduz2021-07-131-2/+2
* [HTML5] Fix JavaScript string parsing with new interface.Fabio Alessandrelli2021-07-071-1/+1
* [HTML5] Add option to focus canvas on start.Fabio Alessandrelli2021-06-253-0/+15
* Strip query string when parsing HTTP request line for pathHaoyu Qiu2021-06-251-2/+5
* [Net] Makes HTTPClient a custom instance class.Fabio Alessandrelli2021-06-233-103/+141
* [Net] Unify HTTPClient request and request_raw.Fabio Alessandrelli2021-06-232-17/+1
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-4/+4
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-192-17/+17
* Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal2021-06-191-5/+4
* [HTML5] JS callback functions now returns passed value.Fabio Alessandrelli2021-06-182-1/+25
* Merge pull request #49592 from Faless/js/4.x_fix_sigsRémi Verschelde2021-06-156-10/+13
|\