summaryrefslogtreecommitdiff
path: root/editor/editor_export.cpp
AgeCommit message (Expand)Author
2021-02-24Update the filtering logic to properly handle directories with `.gdignore` fi...Fredia Huya-Kouadio
2021-02-18Reorganize Project Settingsreduz
2021-01-30Create the temporary PCK export directory if it doesn't existHugo Locurcio
2021-01-10Add all AutoLoad resources when exporting the projectFilip
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Merge pull request #44524 from madmiraal/rename-editor-viewportRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-19Rename EditorInterface get_editor_viewport to get_editor_main_controlMarcel Admiraal
2020-12-09Cleanup unused engine codeTomasz Chabora
2020-11-26[Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg
2020-11-20Export: Reorder options for consistency across platformsRémi Verschelde
2020-11-13Fix Android Export jarsigner error with *.import whitelistNathan Franke
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-19Disable code to add patches menuEv1lbl0w
2020-09-23iOS: Fix multiple issues with PVRTC import, disable ETC1Vasiliy Makarov
2020-09-05Adds PCK encryption support (using script encryption key for export).bruvzg
2020-08-19iOS Export: Add a method to embed a frameworkSergey Minakov
2020-06-20Fix overwrite of manual changes in export_presets.cfg when export dialog is o...Maganty Rushyendra
2020-06-11Account for file deletion and renaming in Export PresetsMaganty Rushyendra
2020-05-17Implementation of the Godot Android Plugin configuration fileFredia Huya-Kouadio
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Enforce use of bool literals instead of integersRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-12Support multiple debug protocols.Fabio Alessandrelli
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-31Mono/C#: Add iOS supportIgnacio Etcheverry
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-13Remove obsolete GLES3 backendRémi Verschelde
2020-02-11Texture refactorJuan Linietsky
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-07Export: Improve usability of command line interfaceRémi Verschelde
2020-01-06PCK: Set VERSION_PATCH in header, factor out header magicJoost Heitbrink
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-23Improve EditorExportPlatform interface.Fabio Alessandrelli
2019-10-04Add code signing support for Windows exports (using "signtool" on Windows and...bruvzg
2019-09-25Added some obvious errors explanationsqarmin
2019-08-23Merge pull request #31586 from SonerSound/issue_31533Rémi Verschelde
2019-08-22Export path is the only path to be saved as a relative pathSonerSound
2019-08-19Move CryptoCore to it's own folder.Fabio Alessandrelli
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-08-12Export: Remove temp files from cache after exportRémi Verschelde
2019-07-05Merge pull request #24086 from RandomShaper/bundle-pck-to-executableRémi Verschelde
2019-07-03Add embedded PCK option to PC platformsPedro J. Estébanez
2019-07-02CryptoCore class to access to base crypto utils.Fabio Alessandrelli
2019-06-26Some code changed with Clang-Tidyqarmin