summaryrefslogtreecommitdiffstats
path: root/editor/editor_export.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #51928 from reduz/extension-loaderJuan Linietsky2021-08-261-0/+9
|\
| * Implement Extension Loaderreduz2021-08-201-0/+9
* | Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz2021-08-221-12/+6
|/
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-7/+7
* Merge pull request #50786 from reduz/implement-resource-uidsRémi Verschelde2021-07-241-0/+7
|\
| * Implement Resource UIDsreduz2021-07-241-0/+7
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-26/+24
|/
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-4/+4
* Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde2021-06-111-2/+2
|\
| * Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2
* | Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-1/+1
|/
* Implement shader cachingreduz2021-05-311-5/+5
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-9/+9
* ICU: Update to version 69.1, improve ICU data export process.bruvzg2021-04-221-7/+21
* Merge pull request #43550 from KoBeWi/resourcismRémi Verschelde2021-04-011-0/+13
|\
| * Add option to exclude selected resources on exportTomasz Chabora2021-03-231-0/+13
* | Add a "keep" import mode to keep files as-is and export them.Juan Linietsky2021-03-221-0/+14
* | Fix crash when trying to export zero files.mujpao2021-03-111-13/+45
* | Update the filtering logic to properly handle directories with `.gdignore` fi...Fredia Huya-Kouadio2021-02-241-0/+5
* | Reorganize Project Settingsreduz2021-02-181-8/+8
* | Create the temporary PCK export directory if it doesn't existHugo Locurcio2021-01-301-0/+4
* | Add all AutoLoad resources when exporting the projectFilip2021-01-101-0/+20
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* | Merge pull request #44524 from madmiraal/rename-editor-viewportRémi Verschelde2020-12-281-1/+1
|\ \
| * | Rename EditorInterface get_editor_viewport to get_editor_main_controlMarcel Admiraal2020-12-191-1/+1
* | | Rename empty() to is_empty()Marcel Admiraal2020-12-281-5/+5
|/ /
* | Cleanup unused engine codeTomasz Chabora2020-12-091-7/+0
* | [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