<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/editor/editor_export.h, branch 3.0.2-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom?h=3.0.2-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom?h=3.0.2-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2018-01-05T00:22:23Z</updated>
<entry>
<title>Add missing copyright headers and fix formatting</title>
<updated>2018-01-05T00:22:23Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-01-04T23:50:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e4213e66b2dd8f5a87d8cf5015ac83ba3143279d'/>
<id>urn:sha1:e4213e66b2dd8f5a87d8cf5015ac83ba3143279d</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Update copyright statements to 2018</title>
<updated>2018-01-01T13:40:47Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-01-01T13:40:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b50a9114b105dafafdda8248a38653bca314a6f3'/>
<id>urn:sha1:b50a9114b105dafafdda8248a38653bca314a6f3</id>
<content type='text'>
Happy new year to the wonderful Godot community!
</content>
</entry>
<entry>
<title>Merge pull request #14597 from NathanWarden/linux_extensions</title>
<updated>2017-12-16T12:05:18Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-12-16T12:05:18Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a68d15d509721587c1a38a34a861a0f7ce754eb2'/>
<id>urn:sha1:a68d15d509721587c1a38a34a861a0f7ce754eb2</id>
<content type='text'>
Updated Linux template extensions to match architecture.</content>
</entry>
<entry>
<title>-Added new scene conversion to binary on export (disabled by default, please test)</title>
<updated>2017-12-15T11:39:26Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-12-15T11:38:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=251433847f85124d87f193ded4cd353e1f5bf5f5'/>
<id>urn:sha1:251433847f85124d87f193ded4cd353e1f5bf5f5</id>
<content type='text'>
-This method works by directly converting text to binary, so the scene does not need to be loaded and saved
</content>
</entry>
<entry>
<title>Updated Linux template extensions to match architecture.</title>
<updated>2017-12-12T21:09:48Z</updated>
<author>
<name>Nathan Warden</name>
</author>
<published>2017-12-12T21:09:48Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f89d78a7a474612ec715e5c5da150f97dd716057'/>
<id>urn:sha1:f89d78a7a474612ec715e5c5da150f97dd716057</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Style: Apply new clang-format 5.0 style to all files</title>
<updated>2017-12-07T07:02:00Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-12-06T20:36:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=13c2ff932089db24841bb971b645141218bd8586'/>
<id>urn:sha1:13c2ff932089db24841bb971b645141218bd8586</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow configuring iOS export</title>
<updated>2017-11-20T18:16:49Z</updated>
<author>
<name>Ruslan Mustakov</name>
</author>
<published>2017-10-02T15:01:43Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=8f0f327f0207cbde27bbfba3ac106b9457d7201b'/>
<id>urn:sha1:8f0f327f0207cbde27bbfba3ac106b9457d7201b</id>
<content type='text'>
 - 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).
</content>
</entry>
<entry>
<title>Fix x11 exported executables not getting the +x flag</title>
<updated>2017-09-17T17:40:58Z</updated>
<author>
<name>Marcelo Fernandez</name>
</author>
<published>2017-09-17T17:40:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3528b1e571dee24917b0141232f135e29bf088ba'/>
<id>urn:sha1:3528b1e571dee24917b0141232f135e29bf088ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added type on export file callback, and initial export function.</title>
<updated>2017-09-15T16:45:03Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-09-15T16:45:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=25f742cc3d68693c51fbe84ce7bb633f4bb1ae04'/>
<id>urn:sha1:25f742cc3d68693c51fbe84ce7bb633f4bb1ae04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-Added export plugins with a more interesting API, as well as the ability to do path remapping.</title>
<updated>2017-09-14T22:41:14Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-09-14T22:38:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d3c1f2a7f69a54652a2a07eaca402db2ee489132'/>
<id>urn:sha1:d3c1f2a7f69a54652a2a07eaca402db2ee489132</id>
<content type='text'>
Also added ability to tell the exporter that a shared object needs to be bundled in the build.
</content>
</entry>
</feed>
