summaryrefslogtreecommitdiff
path: root/platform/javascript/SCsub
AgeCommit message (Expand)Author
2021-11-26[HTML5] Use absolute path for JS lib/pre/externs.Fabio Alessandrelli
2021-10-05[HTML5] Implement mouse/touch/key events in JS library.Fabio Alessandrelli
2021-05-21[HTML5] Add easy to use download API.Fabio Alessandrelli
2021-05-20Merge pull request #48719 from Faless/js/4.x_interfacesRémi Verschelde
2021-05-20[HTML5] Implement Godot <-> JavaScript interface.Fabio Alessandrelli
2021-05-19[HTML5] Fix GDNative compilation with emcc 2.0.19+Fabio Alessandrelli
2021-03-08[HTML5] Add PWA support to the editor page.Fabio Alessandrelli
2021-03-06[HTML5] Replace XMLHttpRequest with Fetch.Fabio Alessandrelli
2021-02-26Merge pull request #46446 from Faless/js/4.x_jsdocRémi Verschelde
2021-02-26[HTML5] Make editor HTML build tag scons4-proof.Fabio Alessandrelli
2021-02-26[HTML5] Document Engine and EngineConfig (jsdoc).Fabio Alessandrelli
2021-02-19[HTML5] Easier HTML templates, better deinit/cleanup.Fabio Alessandrelli
2021-01-25[HTML5] Better editor HTML, small refactor.Fabio Alessandrelli
2021-01-10[HTML5] Reorganize build script.Fabio Alessandrelli
2021-01-04Add support for WebXRDavid Snopek
2020-12-09[HTML5] Add logo and favicon to editor html.Fabio Alessandrelli
2020-12-05[HTML5] Make GDNative support feature-based.Fabio Alessandrelli
2020-12-05[HTML5] GDNative support via SIDE_MODULE.Fabio Alessandrelli
2020-11-21[HTML5] Libraries refactor for linting.Fabio Alessandrelli
2020-11-10[HTML5] AudioWorklet API implementation.Fabio Alessandrelli
2020-11-10[HTML5] Port JavaScript inline code to libraries.Fabio Alessandrelli
2020-10-14[HTML5] Add JavaScriptToolsEditorPlugin.Fabio Alessandrelli
2020-10-14Add JavaScript editor html file.Fabio Alessandrelli
2020-10-02[HTML5] Run Audio process in thread when availableFabio Alessandrelli
2020-09-18Fix typos with codespellRémi Verschelde
2020-05-10Fix Closure compiler build, python style.Fabio Alessandrelli
2020-05-10DisplayServerJavaScript implementation.Fabio Alessandrelli
2020-05-10[HTML5] Locale, input fix, context, exit.Fabio Alessandrelli
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-11[HTML5] Refactor JS, threads support, closures.Fabio Alessandrelli
2019-04-12Move IDHandler JS module to platform from WebsockFabio Alessandrelli
2018-08-23Add responsive HTML5 export page with full-size canvas as new defaultLeon Krause
2018-05-14Small refactoring in HTML5 build scriptsLeon Krause
2018-03-26Refactor JavaScript platform build scriptLeon Krause
2018-01-13Wrap Emscripten module into JS Engine singleton per SConsLeon Krause
2017-11-28disable caching for targets using helper functionsRhody Lugo
2017-11-18Remove asm.js support from HTML5 platformLeon Krause
2017-11-13Implement HTTPClient in HTML5 platformLeon Krause
2017-11-06Fix WebAudio and HTML5 buildLeon Krause
2017-09-25Use BoolVariable in platform-specific options.Elliott Sales de Andrade
2017-09-11HTML5 start-up overhaulLeon Krause
2017-07-22Implement input focus behavior in HTML5L. Krause
2017-07-17Fix zipping HTML5 templates when using implicit cacheL. Krause
2017-03-10Fix web export buildeska
2017-02-21Fix WebAssembly builds on Windowseska
2017-02-20Automatically zip web export templateseska
2017-01-12Relink web build when HTML shell changeseska
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-11-01style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde
2016-10-31Add option 'wasm' to compile to WebAssembly in web exporteska