summaryrefslogtreecommitdiffstats
path: root/platform/javascript
Commit message (Expand)AuthorAgeFilesLines
* https://github.com/godotengine/godot/issues/31297 - HTML5: this.rtenv.callMai...mellondill2019-08-121-0/+3
* Export: Remove temp files from cache after exportRémi Verschelde2019-08-121-2/+11
* Fix audio capture naming in JavascriptSaracen2019-08-091-4/+2
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"...Robin Hübner2019-08-092-26/+14
* Emscripten: Do not define BINARYEN_TRAP_MODE='clamp'Rémi Verschelde2019-07-221-1/+0
* Merge pull request #30465 from guilhermefelipecgs/cursor_blinkingRémi Verschelde2019-07-102-0/+18
|\
| * Fix cursor blinking in integrated GPUsGuilherme Felipe2019-07-092-0/+18
* | Better detect Emscripten toolchain.Fabio Alessandrelli2019-07-091-2/+7
|/
* Merge pull request #29482 from Calinou/html5-fix-emscripten-rootRémi Verschelde2019-07-011-3/+3
|\
| * Fix Emscripten root directory detection when building for HTML5Hugo Locurcio2019-06-191-3/+3
* | Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+1
* | Add script to fix style issues and copyright headersRémi Verschelde2019-06-171-1/+1
* | Merge pull request #10643 from BastiaanOlij/camera_serverRémi Verschelde2019-06-162-0/+6
|\ \
| * | Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-152-0/+6
* | | Merge pull request #29786 from dotdigitalgroup/hidpi-javascript-fix-masterRémi Verschelde2019-06-151-4/+18
|\ \ \
| * | | Fix pointer position in hidpi-corrected resolutions on webLeonardo Giovanni Scur2019-06-141-4/+18
| |/ /
* / / Fix compilation warnings in JS and Windows buildsRémi Verschelde2019-06-151-1/+1
|/ /
* / Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-1/+1
|/
* Implement Clipboard API read when supported.Fabio Alessandrelli2019-05-292-0/+18
* Kinda working HTML5 clipboard paste.Fabio Alessandrelli2019-05-291-0/+10
* Add OS clipboard set support to OS JavascriptFabio Alessandrelli2019-05-282-0/+21
* Merge pull request #29032 from akien-mga/tools-exceptions-rttiRémi Verschelde2019-05-211-4/+6
|\
| * SCons: Keep exceptions and rtti on Android, iOS and HTML5 tools buildRémi Verschelde2019-05-201-4/+6
* | added a const keyword for a methods that return constant literal...hbina0852019-05-212-2/+2
|/
* Fix OS_Javascript execute methodFabio Alessandrelli2019-05-152-2/+2
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-1/+1
* Move IDHandler JS module to platform from WebsockFabio Alessandrelli2019-04-122-0/+69
* Remove unused importsHendrikto2019-04-061-1/+0
* HTML5: Fix ETC export for GLES2 fallback on mobileRémi Verschelde2019-03-111-0/+3
* Fix directory check when exporting projectvolzhs2019-03-061-1/+1
* Merge pull request #26633 from akien-mga/driver-fallback-etcRémi Verschelde2019-03-061-1/+1
|\
| * Disable driver fallback to GLES2 by defaultRémi Verschelde2019-03-051-1/+1
* | Merge pull request #26626 from rluders/misleading-error-message-exportRémi Verschelde2019-03-051-0/+4
|\ \
| * | Fixes misleading error message when trying to exportRicardo Lüders2019-03-051-0/+4
| |/
* / Fix HTML5 quick preview URLbruvzg2019-03-051-1/+1
|/
* Improve VRAM texture compression checks for mobile/webRémi Verschelde2019-03-031-14/+19
* SCons: Move platform-specific Opus config to its moduleRémi Verschelde2019-03-021-4/+0
* -Properly handle missing ETC support on exportJuan Linietsky2019-02-261-0/+6
* -Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky2019-02-261-10/+0
* Use stdout/-err for all messages in HTML5 platformLeon Krause2019-02-244-8/+8
* Fix file preloading warning in HTML5 platformLeon Krause2019-02-232-5/+2
* Fix typos with codespellRémi Verschelde2019-02-131-1/+1
* Fix pixelized previews, but also instances of breaking ImageTexture cache. Cl...Juan Linietsky2019-01-271-0/+5
* Allow requesting full screen during start-up in HTML5 platformLeon Krause2019-01-231-1/+14
* ExportDialog: Make error messages translatableRémi Verschelde2019-01-211-2/+2
* Deal with Google's HTML5 autoplay policyLeon Krause2019-01-203-0/+16
* Merge pull request #25150 from eska014/html5-warningRémi Verschelde2019-01-201-2/+1
|\
| * Refactor OS_JavaScript headerLeon Krause2019-01-201-2/+1
* | Fix HTML5 gamepad logic for Emscripten 1.38.22 compat breakageLeon Krause2019-01-201-1/+2
|/
* Implements OS_JavaScript::set_custom_mouse_cursorGuilherme Felipe2019-01-032-2/+124