aboutsummaryrefslogtreecommitdiff
path: root/editor/export_template_manager.h
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.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Property install export templates when downloaded from httpJuan Linietsky2017-12-171-1/+1
| | | | added a scale parameter for scene import
* -Modules can now add custom version info (added it for Mono)Juan Linietsky2017-11-011-0/+20
| | | | | -Version string takes this version info -Ability to download templates from the interweb (listing does not work yet)
* Fix files headerPoommetee Ketson2017-09-011-1/+1
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Add a few missing copyright headersRémi Verschelde2017-04-281-0/+29
|
* Export template management dialog.Juan Linietsky2017-03-211-0/+40
Missing download (need to discuss this!)