summaryrefslogtreecommitdiffstats
path: root/editor/editor_export.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-261-1/+14
* | Export: Reorder options for consistency across platformsRémi Verschelde2020-11-201-4/+6
* | Fix Android Export jarsigner error with *.import whitelistNathan Franke2020-11-131-0/+3
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Disable code to add patches menuEv1lbl0w2020-10-191-36/+0
* iOS: Fix multiple issues with PVRTC import, disable ETC1Vasiliy Makarov2020-09-231-0/+14
* Adds PCK encryption support (using script encryption key for export).bruvzg2020-09-051-33/+229
* iOS Export: Add a method to embed a frameworkSergey Minakov2020-08-191-0/+9
* Fix overwrite of manual changes in export_presets.cfg when export dialog is o...Maganty Rushyendra2020-06-201-1/+0
* Account for file deletion and renaming in Export PresetsMaganty Rushyendra2020-06-111-1/+18
* Implementation of the Godot Android Plugin configuration fileFredia Huya-Kouadio2020-05-171-2/+54
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-25/+46
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+5
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-110/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-1/+1
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-7/+0
* Support multiple debug protocols.Fabio Alessandrelli2020-05-121-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-8/+8
* Mono/C#: Add iOS supportIgnacio Etcheverry2020-03-311-0/+9
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-4/+4
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-3/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-5/+5
* Remove obsolete GLES3 backendRémi Verschelde2020-02-131-12/+3
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Export: Improve usability of command line interfaceRémi Verschelde2020-01-071-29/+17
* PCK: Set VERSION_PATCH in header, factor out header magicJoost Heitbrink2020-01-061-4/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Improve EditorExportPlatform interface.Fabio Alessandrelli2019-10-231-1/+7
* Add code signing support for Windows exports (using "signtool" on Windows and...bruvzg2019-10-041-0/+7
* Added some obvious errors explanationsqarmin2019-09-251-2/+2
* Merge pull request #31586 from SonerSound/issue_31533Rémi Verschelde2019-08-231-0/+6
|\
| * Export path is the only path to be saved as a relative pathSonerSound2019-08-221-0/+6
* | Move CryptoCore to it's own folder.Fabio Alessandrelli2019-08-191-1/+1
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-1/+1
* | Export: Remove temp files from cache after exportRémi Verschelde2019-08-121-11/+27
|/
* Merge pull request #24086 from RandomShaper/bundle-pck-to-executableRémi Verschelde2019-07-051-16/+90
|\
| * Add embedded PCK option to PC platformsPedro J. Estébanez2019-07-031-16/+90
* | CryptoCore class to access to base crypto utils.Fabio Alessandrelli2019-07-021-6/+4
|/
* Some code changed with Clang-Tidyqarmin2019-06-261-5/+3
* Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-3/+3
* Merge pull request #29119 from bruvzg/native_icon_supportRémi Verschelde2019-05-271-0/+4
|\
| * Add native window/taskbar icon support for Windows and macOS.bruvzg2019-05-241-0/+4
* | Fixed virtual method not showing up in autocomplete and docsWiggleWizard2019-05-231-0/+1
|/
* Allow project export to be canceledGeorge Marques2019-05-181-8/+22
* Fix directory check when exporting projectvolzhs2019-03-061-1/+1
* Merge pull request #26633 from akien-mga/driver-fallback-etcRémi Verschelde2019-03-061-3/+13
|\
| * Disable driver fallback to GLES2 by defaultRémi Verschelde2019-03-051-3/+13
* | Fixes misleading error message when trying to exportRicardo Lüders2019-03-051-0/+4
|/