summaryrefslogtreecommitdiffstats
path: root/editor/export_template_manager.h
Commit message (Collapse)AuthorAgeFilesLines
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
| | | | | Typed `PoolTypeArray` types are now renamed `PackedTypeArray` and are sugar for `Vector<Type>`.
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
| | | | | | | | | | | Happy new year to the wonderful Godot community! We're starting a new decade with a well-established, non-profit, free and open source game engine, and tons of further improvements in the pipeline from hundreds of contributors. Godot will keep getting better, and we're looking forward to all the games that the community will keep developing and releasing with it.
* Split the Android platform java logic into an Android library module (`lib`) ↵fhuya2019-09-041-2/+0
| | | | | | and an application module (`app`). The application module `app` serves double duties of providing the prebuilt Godot binaries ('android_debug.apk', 'android_release.apk') and the Godot custom build template ('android_source.zip').
* Android: Extract libs from pre-built APKs when installing build templateRémi Verschelde2019-08-291-0/+2
| | | | | | | | | Otherwise we would need to include all of them in android_source.zip, which means building the zip after all libs have been built by SCons (so it would have to be done via gradle or a manual script). By extracting it from the pre-built APKs, we save some disk space in templates archives too.
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+1
|
* Android now (optionally) builds the template when exportingJuan Linietsky2019-04-071-0/+3
| | | | | Added new way to create add-ons Removed old way to create add-ons
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Remove cached .tpz archive after templates download and installRémi Verschelde2018-08-131-1/+1
| | | | Closes #20640.
* Fix error when downloading export templatesnanoframe2018-01-311-0/+2
|
* 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!)