summaryrefslogtreecommitdiff
path: root/platform/javascript
AgeCommit message (Expand)Author
2019-07-22Emscripten: Do not define BINARYEN_TRAP_MODE='clamp'Rémi Verschelde
2019-07-10Merge pull request #30465 from guilhermefelipecgs/cursor_blinkingRémi Verschelde
2019-07-09Fix cursor blinking in integrated GPUsGuilherme Felipe
2019-07-09Better detect Emscripten toolchain.Fabio Alessandrelli
2019-07-01Merge pull request #29482 from Calinou/html5-fix-emscripten-rootRémi Verschelde
2019-06-19Fix Emscripten root directory detection when building for HTML5Hugo Locurcio
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-17Add script to fix style issues and copyright headersRémi Verschelde
2019-06-16Merge pull request #10643 from BastiaanOlij/camera_serverRémi Verschelde
2019-06-15Merge pull request #29786 from dotdigitalgroup/hidpi-javascript-fix-masterRémi Verschelde
2019-06-15Fix compilation warnings in JS and Windows buildsRémi Verschelde
2019-06-15Adding a new Camera Server implementation to Godot.BastiaanOlij
2019-06-14Fix pointer position in hidpi-corrected resolutions on webLeonardo Giovanni Scur
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-05-29Implement Clipboard API read when supported.Fabio Alessandrelli
2019-05-29Kinda working HTML5 clipboard paste.Fabio Alessandrelli
2019-05-28Add OS clipboard set support to OS JavascriptFabio Alessandrelli
2019-05-21Merge pull request #29032 from akien-mga/tools-exceptions-rttiRémi Verschelde
2019-05-21added a const keyword for a methods that return constant literal...hbina085
2019-05-20SCons: Keep exceptions and rtti on Android, iOS and HTML5 tools buildRémi Verschelde
2019-05-15Fix OS_Javascript execute methodFabio Alessandrelli
2019-04-30SCons: Always use env.Prepend for CPPPATHRémi Verschelde
2019-04-12Move IDHandler JS module to platform from WebsockFabio Alessandrelli
2019-04-06Remove unused importsHendrikto
2019-03-11HTML5: Fix ETC export for GLES2 fallback on mobileRémi Verschelde
2019-03-06Fix directory check when exporting projectvolzhs
2019-03-06Merge pull request #26633 from akien-mga/driver-fallback-etcRémi Verschelde
2019-03-05Merge pull request #26626 from rluders/misleading-error-message-exportRémi Verschelde
2019-03-05Fixes misleading error message when trying to exportRicardo Lüders
2019-03-05Disable driver fallback to GLES2 by defaultRémi Verschelde
2019-03-05Fix HTML5 quick preview URLbruvzg
2019-03-03Improve VRAM texture compression checks for mobile/webRémi Verschelde
2019-03-02SCons: Move platform-specific Opus config to its moduleRémi Verschelde
2019-02-26-Properly handle missing ETC support on exportJuan Linietsky
2019-02-26-Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky
2019-02-24Use stdout/-err for all messages in HTML5 platformLeon Krause
2019-02-23Fix file preloading warning in HTML5 platformLeon Krause
2019-02-13Fix typos with codespellRémi Verschelde
2019-01-27Fix pixelized previews, but also instances of breaking ImageTexture cache. Cl...Juan Linietsky
2019-01-23Allow requesting full screen during start-up in HTML5 platformLeon Krause
2019-01-21ExportDialog: Make error messages translatableRémi Verschelde
2019-01-20Deal with Google's HTML5 autoplay policyLeon Krause
2019-01-20Merge pull request #25150 from eska014/html5-warningRémi Verschelde
2019-01-20Refactor OS_JavaScript headerLeon Krause
2019-01-20Fix HTML5 gamepad logic for Emscripten 1.38.22 compat breakageLeon Krause
2019-01-03Implements OS_JavaScript::set_custom_mouse_cursorGuilherme Felipe
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-14Merge pull request #20385 from moiman100/unify-double-clickingRémi Verschelde
2018-12-14Merge pull request #20063 from moiman100/fix-button-maskRémi Verschelde
2018-11-26Implemented audio input support for JavaScript audio driverMarcelo Fernandez