summaryrefslogtreecommitdiff
path: root/platform/javascript
AgeCommit message (Expand)Author
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-23Adding missing include guards to header files identified by LGTM.Rajat Goswami
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-11[HTML5] Refactor JS, threads support, closures.Fabio Alessandrelli
2020-03-11AudioDriverJavascript uses IDHandler.Fabio Alessandrelli
2020-03-08OS_Javascript temporarly uses dummy rasterizer.Fabio Alessandrelli
2020-03-08Fix Javascript platform after PoolVector removal.Fabio Alessandrelli
2020-03-03Merge pull request #36557 from Schroedi/fix_html_touchFabio Alessandrelli
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-26Fixes touch events for HTMLChristoph Schroeder
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-14Remove incomplete battery status/power APIRémi Verschelde
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
2020-02-12Fix startGame's logic in engine.js.Relintai
2020-02-11Custom material support seems complete.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-02-10Allow per pixel transparency in javascript platformmuiroc
2020-02-08Merge pull request #35381 from Calinou/html5-export-faviconFabio Alessandrelli
2020-02-07Fix javascript platform buildmuiroc
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-02-01Export and reference the icon as favicon when exporting to HTML5Hugo Locurcio
2020-01-31Merge pull request #35451 from Calinou/html5-web-environment-onlyRémi Verschelde
2020-01-31Only emit the JavaScript support code for Web when building for HTML5Hugo Locurcio
2020-01-29Fix some URLs to use HTTPS when availableRémi Verschelde
2020-01-23Make `OS.execute()` blocking by default if not specifiedHugo Locurcio
2020-01-20Revert "Fix audio capture naming in Javascript"Rémi Verschelde
2020-01-17HTML5 callbacks rework.Fabio Alessandrelli
2020-01-17HTML5: Address removal of 'timestamp' in Emscripten 1.39.5Rémi Verschelde
2020-01-14Properly close files served by debug HTTP server.Fabio Alessandrelli
2020-01-14Add mime type to responses from debug HTTP server.Fabio Alessandrelli
2020-01-07Export: Improve usability of command line interfaceRémi Verschelde
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-03Emscripten: Re-add BINARYEN_TRAP_MODE='clamp' for fastcompRémi Verschelde
2019-12-01iOS modular build and export implementation.bruvzg
2019-11-24Add download_chunk_size property to HTTPRequest.Fabio Alessandrelli
2019-11-20pcre2: Use scons option to disable JIT on some platformsRémi Verschelde
2019-11-19HTML5: Explicitly link idbfs.js for IDBFS supportRémi Verschelde
2019-11-15HTML5: Fix support for Emscripten 1.39.1+Rémi Verschelde
2019-10-24Remove ECMAScript 6 "arrow operator".Fabio Alessandrelli
2019-10-23Implement HTTP server for HTML5 exportFabio Alessandrelli
2019-10-23Improve EditorExportPlatform interface.Fabio Alessandrelli
2019-10-12Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio
2019-10-10Remove dependency on the editor directory being in the build's include path.Marcel Admiraal
2019-10-03Properly revert cursor when using set_custom_mouse_cursor with nullPouleyKetchoupp
2019-10-01Fixed running the export templates with newer emscripten versions.Relintai
2019-09-25Added some obvious errors explanationsqarmin