Age | Commit message (Expand) | Author |
2020-11-20 | Export: Reorder options for consistency across platforms | Rémi Verschelde |
2020-11-10 | [HTML5] AudioWorklet API implementation. | Fabio Alessandrelli |
2020-10-02 | Add COOP/COEP headers to HTML5 "run" server. | Fabio Alessandrelli |
2020-09-23 | Make canvas resize optional in HTML5. | Fabio Alessandrelli |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-12 | Add WebSocket debugger, use it for Javascript. | Fabio Alessandrelli |
2020-04-22 | Set the `title` tag in the HTML5 export immediately | Hugo Locurcio |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-11 | [HTML5] Refactor JS, threads support, closures. | Fabio Alessandrelli |
2020-02-26 | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez |
2020-02-13 | Remove obsolete GLES3 backend | Rémi Verschelde |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-02-01 | Export and reference the icon as favicon when exporting to HTML5 | Hugo Locurcio |
2020-01-14 | Properly close files served by debug HTTP server. | Fabio Alessandrelli |
2020-01-14 | Add mime type to responses from debug HTTP server. | Fabio Alessandrelli |
2020-01-07 | Export: Improve usability of command line interface | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-10-23 | Implement HTTP server for HTML5 export | Fabio Alessandrelli |
2019-10-23 | Improve EditorExportPlatform interface. | Fabio Alessandrelli |
2019-10-10 | Remove dependency on the editor directory being in the build's include path. | Marcel Admiraal |
2019-08-12 | Export: Remove temp files from cache after export | Rémi Verschelde |
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight |
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-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 | Fix HTML5 quick preview URL | bruvzg |
2019-03-03 | Improve VRAM texture compression checks for mobile/web | Rémi Verschelde |
2019-02-26 | -Properly handle missing ETC support on export | Juan Linietsky |
2019-01-21 | ExportDialog: Make error messages translatable | Rémi Verschelde |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-01 | Export for OS X on OS X now lets you select .dmg or .zip | Marcelo Fernandez |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-23 | Fix file hints | Marcin Zawiejski |
2018-08-21 | BPTC support | elasota |
2018-08-20 | fix Android/HTML5 custom templates option does not work | Alessandro |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-05-10 | Use local path for custom HTML5 shell export | Leon Krause |
2018-01-20 | HTML export: Make s3tc the standard Texture Format | x1212 |
2018-01-12 | Fix HTML5 feature tags | Leon Krause |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-04 | Fixed missing parenthesis | Artem Varaksa |
2018-01-04 | Add missing translation in Javascript export dialog | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-12 | Updated Linux template extensions to match architecture. | Nathan Warden |
2017-11-25 | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron... | Juan Linietsky |
2017-11-21 | Allow configuring iOS export | Ruslan Mustakov |
2017-11-20 | Merge pull request #13061 from eska014/html5-export | Rémi Verschelde |