Age | Commit message (Expand) | Author |
2019-10-12 | Optimize images losslessly using `oxipng -o6 --strip all --zopfli` | Hugo Locurcio |
2019-10-10 | Remove dependency on the editor directory being in the build's include path. | Marcel Admiraal |
2019-10-03 | Properly revert cursor when using set_custom_mouse_cursor with null | PouleyKetchoupp |
2019-10-01 | Fixed running the export templates with newer emscripten versions. | Relintai |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-08-12 | https://github.com/godotengine/godot/issues/31297 - HTML5: this.rtenv.callMai... | mellondill |
2019-08-12 | Export: Remove temp files from cache after export | Rémi Verschelde |
2019-08-09 | Fix audio capture naming in Javascript | Saracen |
2019-08-09 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"... | Robin Hübner |
2019-07-22 | Emscripten: Do not define BINARYEN_TRAP_MODE='clamp' | Rémi Verschelde |
2019-07-10 | Merge pull request #30465 from guilhermefelipecgs/cursor_blinking | Rémi Verschelde |
2019-07-09 | Fix cursor blinking in integrated GPUs | Guilherme Felipe |
2019-07-09 | Better detect Emscripten toolchain. | Fabio Alessandrelli |
2019-07-01 | Merge pull request #29482 from Calinou/html5-fix-emscripten-root | Rémi Verschelde |
2019-06-19 | Fix Emscripten root directory detection when building for HTML5 | Hugo Locurcio |
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight |
2019-06-17 | Add script to fix style issues and copyright headers | Rémi Verschelde |
2019-06-16 | Merge pull request #10643 from BastiaanOlij/camera_server | Rémi Verschelde |
2019-06-15 | Merge pull request #29786 from dotdigitalgroup/hidpi-javascript-fix-master | Rémi Verschelde |
2019-06-15 | Fix compilation warnings in JS and Windows builds | Rémi Verschelde |
2019-06-15 | Adding a new Camera Server implementation to Godot. | BastiaanOlij |
2019-06-14 | Fix pointer position in hidpi-corrected resolutions on web | Leonardo Giovanni Scur |
2019-06-11 | Fix error macro calls not ending with semicolon | Rémi Verschelde |
2019-05-29 | Implement Clipboard API read when supported. | Fabio Alessandrelli |
2019-05-29 | Kinda working HTML5 clipboard paste. | Fabio Alessandrelli |
2019-05-28 | Add OS clipboard set support to OS Javascript | Fabio Alessandrelli |
2019-05-21 | Merge pull request #29032 from akien-mga/tools-exceptions-rtti | Rémi Verschelde |
2019-05-21 | added a const keyword for a methods that return constant literal... | hbina085 |
2019-05-20 | SCons: Keep exceptions and rtti on Android, iOS and HTML5 tools build | Rémi Verschelde |
2019-05-15 | Fix OS_Javascript execute method | Fabio Alessandrelli |
2019-04-30 | SCons: Always use env.Prepend for CPPPATH | Rémi Verschelde |
2019-04-12 | Move IDHandler JS module to platform from Websock | Fabio Alessandrelli |
2019-04-06 | Remove unused imports | Hendrikto |
2019-03-11 | HTML5: Fix ETC export for GLES2 fallback on mobile | Rémi Verschelde |
2019-03-06 | Fix directory check when exporting project | volzhs |
2019-03-06 | Merge pull request #26633 from akien-mga/driver-fallback-etc | Rémi Verschelde |
2019-03-05 | Merge pull request #26626 from rluders/misleading-error-message-export | Rémi Verschelde |
2019-03-05 | Fixes misleading error message when trying to export | Ricardo Lüders |
2019-03-05 | Disable driver fallback to GLES2 by default | Rémi Verschelde |
2019-03-05 | Fix HTML5 quick preview URL | bruvzg |
2019-03-03 | Improve VRAM texture compression checks for mobile/web | Rémi Verschelde |
2019-03-02 | SCons: Move platform-specific Opus config to its module | Rémi Verschelde |
2019-02-26 | -Properly handle missing ETC support on export | Juan Linietsky |
2019-02-26 | -Remove harcoded opengl extension testing from OS, ask rasterizer instead. | Juan Linietsky |
2019-02-24 | Use stdout/-err for all messages in HTML5 platform | Leon Krause |
2019-02-23 | Fix file preloading warning in HTML5 platform | Leon Krause |
2019-02-13 | Fix typos with codespell | Rémi Verschelde |
2019-01-27 | Fix pixelized previews, but also instances of breaking ImageTexture cache. Cl... | Juan Linietsky |
2019-01-23 | Allow requesting full screen during start-up in HTML5 platform | Leon Krause |
2019-01-21 | ExportDialog: Make error messages translatable | Rémi Verschelde |