<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/modules/visual_script/visual_script_yield_nodes.cpp, branch 3.0-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/modules/visual_script/visual_script_yield_nodes.cpp?h=3.0-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/modules/visual_script/visual_script_yield_nodes.cpp?h=3.0-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>Refactor Fixed to Physics</title>
<updated>2017-10-21T14:28:08Z</updated>
<author>
<name>Poommetee Ketson</name>
</author>
<published>2017-10-21T14:28:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9b634180aa9eefe079ecbf0ae1a1227d9555ba02'/>
<id>urn:sha1:9b634180aa9eefe079ecbf0ae1a1227d9555ba02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed fixed_process to physics_process</title>
<updated>2017-09-30T14:19:07Z</updated>
<author>
<name>AndreaCatania</name>
</author>
<published>2017-09-30T14:19:07Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4537977d6dd2a76580d9ab611a18634efab55c74'/>
<id>urn:sha1:4537977d6dd2a76580d9ab611a18634efab55c74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix use of unitialized variables</title>
<updated>2017-09-01T23:59:26Z</updated>
<author>
<name>Hein-Pieter van Braam</name>
</author>
<published>2017-09-01T20:33:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9c63ab99f0a505b0f60079bb30cc453b4415fddc'/>
<id>urn:sha1:9c63ab99f0a505b0f60079bb30cc453b4415fddc</id>
<content type='text'>
The second in my quest to make Godot 3.x compile with -Werror on GCC7
</content>
</entry>
<entry>
<title>Use HTTPS URL for Godot's website in the headers</title>
<updated>2017-08-27T12:16:55Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-08-27T12:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=bd282ff43f23fe845f29a3e25c8efc01bd65ffb0'/>
<id>urn:sha1:bd282ff43f23fe845f29a3e25c8efc01bd65ffb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added/Fixed null pointer checks</title>
<updated>2017-08-26T20:58:47Z</updated>
<author>
<name>Wilson E. Alvarez</name>
</author>
<published>2017-08-25T15:14:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=7a07895920196c00d1ee14187e4ccdb2a6f0d0b9'/>
<id>urn:sha1:7a07895920196c00d1ee14187e4ccdb2a6f0d0b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert Object::cast_to() to the static version</title>
<updated>2017-08-24T21:08:24Z</updated>
<author>
<name>Hein-Pieter van Braam</name>
</author>
<published>2017-08-24T20:58:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=cacced7e507f7603bacc03ae2616e58f0ede122a'/>
<id>urn:sha1:cacced7e507f7603bacc03ae2616e58f0ede122a</id>
<content type='text'>
Currently we rely on some undefined behavior when Object-&gt;cast_to() gets
called with a Null pointer. This used to work fine with GCC &lt; 6 but
newer versions of GCC remove all codepaths in which the this pointer is
Null. However, the non-static cast_to() was supposed to be null safe.

This patch makes cast_to() Null safe and removes the now redundant Null
checks where they existed.

It is explained in this article: https://www.viva64.com/en/b/0226/
</content>
</entry>
<entry>
<title>ClassDB: Provide the enum name of integer constants</title>
<updated>2017-08-20T20:07:43Z</updated>
<author>
<name>Ignacio Etcheverry</name>
</author>
<published>2017-08-20T15:45:01Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=32dd9a9f668db31e348c5ef5bc181cdb91c07299'/>
<id>urn:sha1:32dd9a9f668db31e348c5ef5bc181cdb91c07299</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Many fixes to VisualScript, fixed property names, etc.</title>
<updated>2017-07-01T00:35:05Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-07-01T00:30:17Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2a3e00c8c7e6f997b12864755a3df3b9bd3cca05'/>
<id>urn:sha1:2a3e00c8c7e6f997b12864755a3df3b9bd3cca05</id>
<content type='text'>
-Added ability to set/get a field in GetSet, as well as assignment ops
-Added a Select node
-Fixed update bugs related to variable list and exported properties, closes #9458
</content>
</entry>
</feed>
