summaryrefslogtreecommitdiffstats
path: root/platform/javascript/export/export.cpp
Commit message (Expand)AuthorAgeFilesLines
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-8/+14
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-27/+0
* Add WebSocket debugger, use it for Javascript.Fabio Alessandrelli2020-05-121-4/+12
* Set the `title` tag in the HTML5 export immediatelyHugo Locurcio2020-04-221-0/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* [HTML5] Refactor JS, threads support, closures.Fabio Alessandrelli2020-03-111-0/+8
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-14/+13
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-4/+2
* Texture refactorJuan Linietsky2020-02-111-4/+4
* Export and reference the icon as favicon when exporting to HTML5Hugo Locurcio2020-02-011-15/+40
* Properly close files served by debug HTTP server.Fabio Alessandrelli2020-01-141-2/+9
* Add mime type to responses from debug HTTP server.Fabio Alessandrelli2020-01-141-0/+7
* Export: Improve usability of command line interfaceRémi Verschelde2020-01-071-12/+12
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Implement HTTP server for HTML5 exportFabio Alessandrelli2019-10-231-8/+220
* Improve EditorExportPlatform interface.Fabio Alessandrelli2019-10-231-8/+8
* Remove dependency on the editor directory being in the build's include path.Marcel Admiraal2019-10-101-1/+1
* Export: Remove temp files from cache after exportRémi Verschelde2019-08-121-2/+11
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+1
* 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 #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
* -Properly handle missing ETC support on exportJuan Linietsky2019-02-261-0/+6
* ExportDialog: Make error messages translatableRémi Verschelde2019-01-211-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Export for OS X on OS X now lets you select .dmg or .zipMarcelo Fernandez2018-11-011-3/+5
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Fix file hintsMarcin Zawiejski2018-08-231-3/+3
* BPTC supportelasota2018-08-211-0/+3
* fix Android/HTML5 custom templates option does not workAlessandro2018-08-201-6/+27
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* Use local path for custom HTML5 shell exportLeon Krause2018-05-101-1/+1
* HTML export: Make s3tc the standard Texture Formatx12122018-01-201-3/+3
* Fix HTML5 feature tagsLeon Krause2018-01-121-2/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Fixed missing parenthesisArtem Varaksa2018-01-041-1/+1
* Add missing translation in Javascript export dialogRémi Verschelde2018-01-041-9/+9
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Updated Linux template extensions to match architecture.Nathan Warden2017-12-121-2/+2
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-2/+2
* Allow configuring iOS exportRuslan Mustakov2017-11-211-0/+1
* Merge pull request #13061 from eska014/html5-exportRémi Verschelde2017-11-201-12/+56
|\
| * Export boot splash and add custom HTML file option in HTML5 exportLeon Krause2017-11-201-12/+56
* | Merge pull request #12988 from akien-mga/xdg-home-pathsRémi Verschelde2017-11-201-1/+1
|\ \ | |/ |/|
| * Use new XDG folders to dehardcode pathsRémi Verschelde2017-11-191-1/+1
| * EditorSettings: Rename settings_path to settings_dirRémi Verschelde2017-11-171-1/+1
* | Remove asm.js support from HTML5 platformLeon Krause2017-11-181-55/+8
|/