summaryrefslogtreecommitdiffstats
path: root/editor/editor_export.h
Commit message (Collapse)AuthorAgeFilesLines
* Allow configuring iOS exportRuslan Mustakov2017-11-211-6/+59
| | | | | | | | | | | | | | | | | - EditorExportPlugin's _export_begin accepts all the arguments related to the current export (is_debug, path, flags). - EditorExportPlugin API is extended with methods allowing to configure iOS export: add_ios_framework, add_ios_plist_content, add_ios_linker_flags, add_ios_bundle_file. - iOS export template now contains Godot as a static library so that it can be linked with third-party Frameworks and GDNative static libraries. - Adds method to DirAccess for recursive copying of a directory. - Fixes iOS export to work with Xcode 9 (released recently).
* Fix x11 exported executables not getting the +x flagMarcelo Fernandez2017-09-171-0/+4
|
* Added type on export file callback, and initial export function.Juan Linietsky2017-09-151-2/+4
|
* Re-Added export plugins with a more interesting API, as well as the ability ↵Juan Linietsky2017-09-141-1/+42
| | | | | | to do path remapping. Also added ability to tell the exporter that a shared object needs to be bundled in the build.
* Fix files headerPoommetee Ketson2017-09-011-1/+1
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Merge pull request #10307 from Rubonnek/update-argument-namesRémi Verschelde2017-08-161-1/+1
|\ | | | | Updated function argument names
| * Updated function argument namesWilson E. Alvarez2017-08-121-1/+1
| |
* | Use include/exclude export filters. Fixes #9860Ruslan Mustakov2017-08-141-0/+4
|/
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-1/+17
| | | | -Added system for feature overrides, it's pretty cool :)
* Use custom native-run icons for Android and HTML5L. Krause2017-06-271-0/+1
|
* Fix template loadingJ08nY2017-05-051-1/+4
|
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* WebGL 2 export per WebAssembly or asm.jseska2017-03-291-0/+3
|
* Several fixes to Android exporter and port.Juan Linietsky2017-03-231-1/+4
| | | | Android seems to be working again!
* Export working (for linux at least)Juan Linietsky2017-03-211-1/+1
|
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-84/+66
| | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+297
The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful.