summaryrefslogtreecommitdiffstats
path: root/editor/export
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-313-14/+14
|\
| * Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-183-14/+14
* | Simplify GDVIRTUAL_CALL callskobewi2022-10-191-8/+4
|/
* Merge pull request #66952 from bruvzg/macos_net_exportRémi Verschelde2022-10-122-2/+5
|\
| * [.NET Export] Improve .NET export process.bruvzg2022-10-072-2/+5
* | SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde2022-10-101-3/+1
|/
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-072-28/+28
* Fix typos with codespellRémi Verschelde2022-09-301-1/+1
* Fix typo - "collison" -> "collision"danboo2022-09-292-3/+3
* Fix sub-scene root nodes not getting the correct inheritance chain when expor...Rindbee2022-09-231-1/+1
* Port remaining connections to callable_mpTomasz Chabora2022-09-181-4/+4
* Disable menus and functionality that are not relevant on the Android Editor portFredia Huya-Kouadio2022-09-132-6/+22
* [Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli2022-09-081-3/+3
* Rename EditorInterface.get_editor_main_control to get_editor_main_screenYuri Sizov2022-09-071-1/+1
* Add support for scene/resource customization in export pluginsJuan Linietsky2022-09-015-87/+605
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-294-23/+23
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-282-11/+11
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-272-11/+11
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
|/
* [macOS export] Simplify code signing options, add support for rcodesign tool ...bruvzg2022-08-265-7/+16
* Refactor the export checking logic to improve separation of concernsFredia Huya-Kouadio2022-08-144-3/+28
* Merge pull request #62925 from aaronfranke/pck-exportRémi Verschelde2022-08-101-2/+1
|\
| * Allow exporting PCK files without export templates installedAaron Franke2022-08-091-2/+1
* | Remove duplicate data structure for export featuresAaron Franke2022-08-092-23/+20
|/
* Remove excessive `editor/property_editor.h` includesYuri Sizov2022-08-011-0/+1
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-312-0/+3
* Merge pull request #63563 from aaronfranke/export-archRémi Verschelde2022-07-304-21/+16
|\
| * Update export dialog to handle many architecturesAaron Franke2022-07-291-13/+8
| * Make some editor export methods constAaron Franke2022-07-294-8/+8
* | Improve some export error messages.bruvzg2022-07-291-1/+1
* | Merge pull request #63603 from aaronfranke/editor-pathsRémi Verschelde2022-07-292-7/+7
|\ \
| * | Move editor paths into the EditorPaths classAaron Franke2022-07-292-7/+7
| |/
* | Merge pull request #63595 from reduz/remove-signal-connect-bindsRémi Verschelde2022-07-291-3/+3
|\ \ | |/ |/|
| * Remove Signal connect bindsJuan Linietsky2022-07-291-3/+3
* | Export: Fix template path for PC (Windows, Linux)Rémi Verschelde2022-07-291-1/+1
|/
* Move project export and export template manager into export folderAaron Franke2022-07-264-0/+2604
* Split up editor export code into multiple filesAaron Franke2022-07-2612-0/+2921