summaryrefslogtreecommitdiffstats
path: root/editor/export_template_manager.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Clean up \n from end of translation stringsArtem Varaksa2018-01-041-1/+1
|
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Fix bug in previous commitRémi Verschelde2017-12-181-1/+1
|
* Prevent infinite loop in export template managerRémi Verschelde2017-12-181-10/+7
|
* Fix installing export templates from fileOnur Aslan2017-12-181-1/+1
| | | | | 3de20641f5690aba7551da5c592a79d44af54fef did break installing export templates from file. This patch is fixing it.
* Property install export templates when downloaded from httpJuan Linietsky2017-12-171-5/+13
| | | | added a scale parameter for scene import
* Enhance undoredo action name, TTR, cleanupPoommetee Ketson2017-12-121-2/+2
|
* Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵Juan Linietsky2017-11-251-2/+2
| | | | | | wrong function, leading to unnecesary copy on writes and reduced performance.
* Pass engine name and version parts as proper stringsRémi Verschelde2017-11-201-1/+1
| | | | | | Removes the need for _MKSTR all over the place which has the drawback of converting _MKSTR(UNKNOWN_DEFINE) to "UKNOWN_DEFINE" instead of throwing a compilation error.
* Use new XDG folders to dehardcode pathsRémi Verschelde2017-11-191-4/+5
|
* EditorSettings: Rename settings_path to settings_dirRémi Verschelde2017-11-171-4/+4
| | | | Also to prepare for upcoming refactoring for XDG support.
* Change URL of the mirror listBojidar Marinov2017-11-041-4/+12
|
* -Modules can now add custom version info (added it for Mono)Juan Linietsky2017-11-011-2/+224
| | | | | -Version string takes this version info -Ability to download templates from the interweb (listing does not work yet)
* Removed most of the custom colors from the interface.Daniel J. Ramirez2017-09-251-4/+4
|
* Dead code tells no talesRémi Verschelde2017-08-271-71/+0
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-4/+4
|
* Add a few missing copyright headersRémi Verschelde2017-04-281-2/+31
|
* Export template management dialog.Juan Linietsky2017-03-211-0/+395
Missing download (need to discuss this!)