aboutsummaryrefslogtreecommitdiff
path: root/editor/export_template_manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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!)