Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-04 | Split the Android platform java logic into an Android library module (`lib`) ↵ | fhuya | |
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'). | |||
2019-08-29 | Android: Extract libs from pre-built APKs when installing build template | Rémi Verschelde | |
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. | |||
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight | |
2019-04-07 | Android now (optionally) builds the template when exporting | Juan Linietsky | |
Added new way to create add-ons Removed old way to create add-ons | |||
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2018-08-13 | Remove cached .tpz archive after templates download and install | Rémi Verschelde | |
Closes #20640. | |||
2018-01-31 | Fix error when downloading export templates | nanoframe | |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde | |
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. | |||
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2017-12-17 | Property install export templates when downloaded from http | Juan Linietsky | |
added a scale parameter for scene import | |||
2017-11-01 | -Modules can now add custom version info (added it for Mono) | Juan Linietsky | |
-Version string takes this version info -Ability to download templates from the interweb (listing does not work yet) | |||
2017-09-01 | Fix files header | Poommetee Ketson | |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | |
2017-04-28 | Add a few missing copyright headers | Rémi Verschelde | |
2017-03-21 | Export template management dialog. | Juan Linietsky | |
Missing download (need to discuss this!) |