<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/editor/plugins/shader_graph_editor_plugin.cpp, branch 3.0.1-stable</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/shader_graph_editor_plugin.cpp?h=3.0.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/editor/plugins/shader_graph_editor_plugin.cpp?h=3.0.1-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2018-01-01T13:40:47Z</updated>
<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>Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_preset(PRESET_WIDE)</title>
<updated>2017-09-22T09:39:44Z</updated>
<author>
<name>Gilles Roudiere</name>
</author>
<published>2017-09-21T22:12:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=05bb8e0c106686f2ed5a9aad0f76ecc64fa5faa0'/>
<id>urn:sha1:05bb8e0c106686f2ed5a9aad0f76ecc64fa5faa0</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>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>Cleanup tons of obsolete commented out code</title>
<updated>2017-08-26T15:47:57Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-08-26T15:46:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=565600e8445a3073e4188a1a2bde1f47dd299c5a'/>
<id>urn:sha1:565600e8445a3073e4188a1a2bde1f47dd299c5a</id>
<content type='text'>
Mostly in EditorNode, dropping some obsolete editor plugins and also a
cleanup of ProjectSettings/EditorSettings.
</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>[#9292] Renamed Image.put_pixel() to set_pixel().</title>
<updated>2017-07-07T17:05:45Z</updated>
<author>
<name>ducdetronquito</name>
</author>
<published>2017-07-07T17:05:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=566655adc1c1b25cb2cc7c905c899f78170264d8'/>
<id>urn:sha1:566655adc1c1b25cb2cc7c905c899f78170264d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removal of InputEvent as built-in Variant type..</title>
<updated>2017-05-20T20:05:38Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-05-20T15:38:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5b3709d3096df737b8bb2344446be818b0389bfe'/>
<id>urn:sha1:5b3709d3096df737b8bb2344446be818b0389bfe</id>
<content type='text'>
this might cause bugs I haven't found yet..
</content>
</entry>
<entry>
<title>Rename [gs]et_pos to [gs]et_position for Controls</title>
<updated>2017-04-10T06:27:34Z</updated>
<author>
<name>Sergey Pusnei</name>
</author>
<published>2017-03-29T15:29:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=8589ca390373ae2e84d93b4a75640277e38e9780'/>
<id>urn:sha1:8589ca390373ae2e84d93b4a75640277e38e9780</id>
<content type='text'>
Control set_pos -&gt; set_position
Control set_global_pos -&gt; set_global_position
[gs]et_mouse_pos -&gt; [gs]et_mouse_position
[gs]et_global_mouse_pos -&gt; [gs]et_global_mouse_position
fixes #8005
</content>
</entry>
</feed>
