<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/editor/plugins/path_2d_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/path_2d_editor_plugin.cpp?h=3.0.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/editor/plugins/path_2d_editor_plugin.cpp?h=3.0.1-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>Universalize draw-over API for EditorPlugins</title>
<updated>2017-11-24T20:24:15Z</updated>
<author>
<name>Pedro J. Estébanez</name>
</author>
<published>2017-10-29T19:32:09Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3f31925b180dd0bfd2601c20d7200b9b152b12ef'/>
<id>urn:sha1:3f31925b180dd0bfd2601c20d7200b9b152b12ef</id>
<content type='text'>
- Now it is usable from both `CanvasItem` and `Spatial` editors.
- `EditorPlugin` API changes:
 - `forward_draw_over_canvas()` becomes `forward_draw_over_viewport()`.
 - `update_canvas()` becomes `update_overlays()`, which now triggers the update of every overlay on top of any 2D or 3D viewports present. Also now it returns the number of such viewports, which is useful whenever you need to know the number of draw-over calls you'll get.
 - New: `[set/is]_force_draw_over_forwarding_enabled()` to force overlaying regardless it handles the current object type, in a similar fashion as `[set/is]_input_event_forwarding_always_enabled`. This kind of overlay is also on top of those for regular handled node types.
 - New: `forward_force_draw_over_canvas()`, which is the callback that gets called for plugins that enable forced overlaying.
</content>
</entry>
<entry>
<title>Fixes snapping and replaces the _draw_canvas by forward_canvas_draw</title>
<updated>2017-10-17T22:01:59Z</updated>
<author>
<name>Gilles Roudiere</name>
</author>
<published>2017-10-15T20:33:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=fc02605b497727913922d873eb7bd36d73aa00a9'/>
<id>urn:sha1:fc02605b497727913922d873eb7bd36d73aa00a9</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>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>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>Some more typo fixes for "threshold"</title>
<updated>2017-07-15T10:01:46Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-07-15T10:01:46Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e64b82ebfcc3475c7a7d2a9196bfe20d6c9e3614'/>
<id>urn:sha1:e64b82ebfcc3475c7a7d2a9196bfe20d6c9e3614</id>
<content type='text'>
Looks like @reduz really does not like that word.
</content>
</entry>
</feed>
