summaryrefslogtreecommitdiffstats
path: root/platform/javascript
Commit message (Expand)AuthorAgeFilesLines
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-2951-15436/+0
* Improve platform-specific READMEs to add useful linksHugo Locurcio2022-08-251-2/+9
* Unify bits, arch, and android_arch into env["arch"]Aaron Franke2022-08-251-0/+10
* Replace Array return types with TypedArraykobewi2022-08-222-2/+2
* Merge pull request #64374 from RandomShaper/inheritable_cl_argsRémi Verschelde2022-08-221-1/+0
|\
| * Overhaul CLI argument forwarding to processes started by the editorPedro J. Estébanez2022-08-191-1/+0
* | Improve performance of screen_get_dpi() in JavascriptJamie Pate2022-08-151-21/+7
* | Refactor the export checking logic to improve separation of concernsFredia Huya-Kouadio2022-08-142-3/+24
|/
* Add support for multiple virtual keyboard typesBrian Semrau2022-08-044-8/+47
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-312-0/+2
* Merge pull request #63563 from aaronfranke/export-archRémi Verschelde2022-07-302-3/+3
|\
| * Make some editor export methods constAaron Franke2022-07-292-3/+3
* | Remove Signal connect bindsJuan Linietsky2022-07-292-6/+6
|/
* HTML5: Add support for `Input.vibrate_handheld()`pattlebass2022-07-274-0/+16
* Split up editor export code into multiple filesAaron Franke2022-07-262-2/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-259-8/+9
* HTML5: Make `OS.get_locale()` match other platformspattlebass2022-07-151-0/+1
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-7/+2
* Default cursor fix for html5 exportRaffaele Picca2022-07-011-2/+2
* refactoring: simplify compiler version checkJiri Suchan2022-06-141-13/+7
* [HTML5] Add GDNative+Threads build.Fabio Alessandrelli2022-06-145-23/+30
* Add readable export errors.bruvzg2022-06-081-17/+23
* HTML5: Run `npm audit fix`Rémi Verschelde2022-05-252-90/+151
* HTML5: Enable mbedTLS module for Crypto objectRémi Verschelde2022-05-251-5/+0
* Add a new HashSet templatereduz2022-05-201-1/+1
* Merge pull request #61020 from timothyqiu/wait-busyRémi Verschelde2022-05-191-2/+2
|\
| * Swap the meaning of CURSOR_WAIT and CURSOR_BUSYHaoyu Qiu2022-05-141-2/+2
* | Replace most uses of Map by HashMapreduz2022-05-165-9/+9
|/
* Fix ZipIO crash when reused (and possible leaks).bruvzg2022-05-112-2/+4
* [HTML5] Limit the returned OS cpu count to 2.Fabio Alessandrelli2022-05-111-1/+3
* [HTML5] Fix JS "tools" editor plugin.Fabio Alessandrelli2022-05-101-1/+1
* [HTML5] Add "webgl/webgl2.h" as OpenGL include.Fabio Alessandrelli2022-05-102-0/+39
* Merge pull request #51682 from mdavisprog/os-is-process-runningRémi Verschelde2022-05-042-0/+5
|\
| * Add OS::is_process_running function.mdavisprog2022-05-032-0/+5
* | [JS] Add flag to disable weak symbols in ZSTD.Fabio Alessandrelli2022-05-031-0/+2
* | Added missing signature.Fabio Alessandrelli2022-05-031-0/+1
|/
* Merge pull request #60714 from Calinou/typedef-remove-refRémi Verschelde2022-05-033-3/+3
|\
| * Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-033-3/+3
* | Add GDNativeInterface::get_library_path to GDExtensionEmmanuel Leblond2022-04-292-2/+7
|/
* Implement text-to-speech support on Android, iOS, HTML5, Linux, macOS and Win...bruvzg2022-04-284-0/+202
* Fix more issues found by cppcheck.bruvzg2022-04-201-1/+1
* Narrow FileAccess scope to prevent deadlocks.bruvzg2022-04-121-6/+8
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-113-42/+22
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* HTML5: Explain why export templates are missingRémi Verschelde2022-03-261-0/+9
* Bump minimist from 1.2.5 to 1.2.6 in /platform/javascriptdependabot[bot]2022-03-231-6/+6
* Merge pull request #59062 from BastiaanOlij/storagerd_textureRémi Verschelde2022-03-171-1/+1
|\
| * Split dummy renderer classes into separate filesBastiaan Olij2022-03-161-1/+1
* | Implement GDExtension export plugin.bruvzg2022-03-161-1/+1
|/
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-112-12/+12