summaryrefslogtreecommitdiffstats
path: root/platform/javascript
Commit message (Expand)AuthorAgeFilesLines
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-172-3/+3
* [HTML5] Refactor JS, threads support, closures.Fabio Alessandrelli2020-03-1113-482/+567
* AudioDriverJavascript uses IDHandler.Fabio Alessandrelli2020-03-112-40/+54
* OS_Javascript temporarly uses dummy rasterizer.Fabio Alessandrelli2020-03-081-1/+5
* Fix Javascript platform after PoolVector removal.Fabio Alessandrelli2020-03-084-39/+20
* Merge pull request #36557 from Schroedi/fix_html_touchFabio Alessandrelli2020-03-031-4/+4
|\
| * Fixes touch events for HTMLChristoph Schroeder2020-02-261-4/+4
* | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-012-4/+5
|\ \
| * | Rename `scancode` to `keycode`.bruvzg2020-02-252-4/+5
* | | Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-14/+13
| |/ |/|
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+2
|/
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-183-34/+34
* Remove incomplete battery status/power APIRémi Verschelde2020-02-142-22/+0
* Remove obsolete GLES3 backendRémi Verschelde2020-02-132-43/+10
* Fix startGame's logic in engine.js.Relintai2020-02-121-4/+2
* Custom material support seems complete.Juan Linietsky2020-02-111-1/+1
* Texture refactorJuan Linietsky2020-02-113-6/+6
* Allow per pixel transparency in javascript platformmuiroc2020-02-102-1/+24
* Merge pull request #35381 from Calinou/html5-export-faviconFabio Alessandrelli2020-02-081-15/+40
|\
| * Export and reference the icon as favicon when exporting to HTML5Hugo Locurcio2020-02-011-15/+40
* | Fix javascript platform buildmuiroc2020-02-071-1/+1
* | Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* | Merge pull request #35451 from Calinou/html5-web-environment-onlyRémi Verschelde2020-01-311-0/+5
|\ \
| * | Only emit the JavaScript support code for Web when building for HTML5Hugo Locurcio2020-01-311-0/+5
* | | Fix some URLs to use HTTPS when availableRémi Verschelde2020-01-292-3/+5
* | | Make `OS.execute()` blocking by default if not specifiedHugo Locurcio2020-01-231-1/+1
|/ /
* / Revert "Fix audio capture naming in Javascript"Rémi Verschelde2020-01-201-2/+4
|/
* HTML5 callbacks rework.Fabio Alessandrelli2020-01-171-31/+37
* HTML5: Address removal of 'timestamp' in Emscripten 1.39.5Rémi Verschelde2020-01-172-2/+3
* Properly close files served by debug HTTP server.Fabio Alessandrelli2020-01-141-2/+9
* Add mime type to responses from debug HTTP server.Fabio Alessandrelli2020-01-141-0/+7
* Export: Improve usability of command line interfaceRémi Verschelde2020-01-071-12/+12
* Update copyright statements to 2020Rémi Verschelde2020-01-0117-33/+33
* Emscripten: Re-add BINARYEN_TRAP_MODE='clamp' for fastcompRémi Verschelde2019-12-031-0/+7
* iOS modular build and export implementation.bruvzg2019-12-012-6/+0
* Add download_chunk_size property to HTTPRequest.Fabio Alessandrelli2019-11-241-0/+4
* pcre2: Use scons option to disable JIT on some platformsRémi Verschelde2019-11-201-0/+1
* HTML5: Explicitly link idbfs.js for IDBFS supportRémi Verschelde2019-11-191-0/+4
* HTML5: Fix support for Emscripten 1.39.1+Rémi Verschelde2019-11-151-4/+1
* Remove ECMAScript 6 "arrow operator".Fabio Alessandrelli2019-10-241-1/+1
* Implement HTTP server for HTML5 exportFabio Alessandrelli2019-10-231-8/+220
* Improve EditorExportPlatform interface.Fabio Alessandrelli2019-10-231-8/+8
* Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio2019-10-121-0/+0
* Remove dependency on the editor directory being in the build's include path.Marcel Admiraal2019-10-101-1/+1
* Properly revert cursor when using set_custom_mouse_cursor with nullPouleyKetchoupp2019-10-031-0/+2
* Fixed running the export templates with newer emscripten versions.Relintai2019-10-011-8/+5
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* https://github.com/godotengine/godot/issues/31297 - HTML5: this.rtenv.callMai...mellondill2019-08-121-0/+3