<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/editor/plugins/animation_tree_editor_plugin.cpp, branch fix/use-bin-name</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/editor/plugins/animation_tree_editor_plugin.cpp?h=fix%2Fuse-bin-name</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/editor/plugins/animation_tree_editor_plugin.cpp?h=fix%2Fuse-bin-name'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2017-09-30T14:19:07Z</updated>
<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>Rename pos to position in user facing methods and variables</title>
<updated>2017-09-20T11:11:10Z</updated>
<author>
<name>letheed</name>
</author>
<published>2017-09-10T13:37:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5ad9be4c24e9d7dc5672fdc42cea896622fe5685'/>
<id>urn:sha1:5ad9be4c24e9d7dc5672fdc42cea896622fe5685</id>
<content type='text'>
Rename user facing methods and variables as well as the corresponding
C++ methods according to the folloming changes:

* pos -&gt; position
* rot -&gt; rotation
* loc -&gt; location

C++ variables are left as is.
</content>
</entry>
<entry>
<title>Add missing icons in animation tree editor</title>
<updated>2017-09-17T01:10:01Z</updated>
<author>
<name>Guilherme Felipe</name>
</author>
<published>2017-09-17T00:59:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=6d13e113734bcdd02532b27282956e58408b9f6e'/>
<id>urn:sha1:6d13e113734bcdd02532b27282956e58408b9f6e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Dead code tells no tales</title>
<updated>2017-08-27T20:13:45Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-08-27T19:07:15Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=7ad14e7a3e6f87ddc450f7e34621eb5200808451'/>
<id>urn:sha1:7ad14e7a3e6f87ddc450f7e34621eb5200808451</id>
<content type='text'>
</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>Editor: Add some more translatable strings.</title>
<updated>2017-08-25T16:49:45Z</updated>
<author>
<name>Andreas Haas</name>
</author>
<published>2017-08-23T20:25:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=6134d8741d6b255751e7b2811be85b60ef916269'/>
<id>urn:sha1:6134d8741d6b255751e7b2811be85b60ef916269</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>Merge pull request #10319 from neikeq/pr-engine-editor-hint</title>
<updated>2017-08-20T15:55:46Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-08-20T15:55:46Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=541fdffc0ab2115238fe9cedbf1c088b15f11fdf'/>
<id>urn:sha1:541fdffc0ab2115238fe9cedbf1c088b15f11fdf</id>
<content type='text'>
Adds Engine::is_editor_hint() method</content>
</entry>
<entry>
<title>Removes editor_hint from SceneTree</title>
<updated>2017-08-18T23:29:45Z</updated>
<author>
<name>Ignacio Etcheverry</name>
</author>
<published>2017-08-18T23:02:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=90b8a5b71ef79e0339826507c4b290f0c51b7cd2'/>
<id>urn:sha1:90b8a5b71ef79e0339826507c4b290f0c51b7cd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #10307 from Rubonnek/update-argument-names</title>
<updated>2017-08-16T15:17:56Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-08-16T15:17:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b1ecaaa22b8dd87a75db414cb84ad0f60d5d4cef'/>
<id>urn:sha1:b1ecaaa22b8dd87a75db414cb84ad0f60d5d4cef</id>
<content type='text'>
Updated function argument names</content>
</entry>
</feed>
