<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/scene/2d/node_2d.h, branch 2.0.4-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/scene/2d/node_2d.h?h=2.0.4-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/scene/2d/node_2d.h?h=2.0.4-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-05-12T06:55:14Z</updated>
<entry>
<title>Rotation APIs: Better exposure for degrees methods</title>
<updated>2016-05-12T06:55:14Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-05-06T21:38:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b6be2f503de19ce6d5ffb9c9d8efb7238b445cb3'/>
<id>urn:sha1:b6be2f503de19ce6d5ffb9c9d8efb7238b445cb3</id>
<content type='text'>
Made public the various set/getters for rotations in degrees.
For consistency, renamed the exposed method names to remove the leading
underscore, and kept the old names with a deprecation warning.

Fixes #4511.

(cherry picked from commit 4eab767a6fbc746f6a13e976b4e34d566e7cc4cd)
</content>
</entry>
<entry>
<title>Update copyright to 2016 in headers</title>
<updated>2016-01-01T13:50:53Z</updated>
<author>
<name>George Marques</name>
</author>
<published>2016-01-01T13:50:53Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5be9ff7b6715a661e85f99b108f96340de7ef435'/>
<id>urn:sha1:5be9ff7b6715a661e85f99b108f96340de7ef435</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-renamed function get_relative_transform() to get_relative_transform_to_parent(), makes more sense</title>
<updated>2015-12-29T00:05:57Z</updated>
<author>
<name>reduz</name>
</author>
<published>2015-12-29T00:05:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f7b64a62d115d4955a47ea6735960f535ed8133c'/>
<id>urn:sha1:f7b64a62d115d4955a47ea6735960f535ed8133c</id>
<content type='text'>
-fixed newly introduced bug in onready keyword, fixes #3155
</content>
</entry>
<entry>
<title>-Added lookat/get_angle_to functions in 2D, and a demo, closes #1843</title>
<updated>2015-05-12T11:17:09Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-05-12T11:17:09Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3936ed882c6f39c74a3b124a95d5adc5e61ab3c5'/>
<id>urn:sha1:3936ed882c6f39c74a3b124a95d5adc5e61ab3c5</id>
<content type='text'>
-Added get_viewport().get_mouse_pos() to replace Input.get_mouse_pos(), closes #1838
</content>
</entry>
<entry>
<title>Updated copyright year in all headers</title>
<updated>2015-04-18T17:38:54Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-18T17:38:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=fdaa2920eb21fff3320a17e9239e04dfadecdb00'/>
<id>urn:sha1:fdaa2920eb21fff3320a17e9239e04dfadecdb00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added spatial and node2d helper methods</title>
<updated>2015-03-22T13:33:58Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-03-22T13:33:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a93e33f5c8afc8ce2e9c1674718ff103bfae49b0'/>
<id>urn:sha1:a93e33f5c8afc8ce2e9c1674718ff103bfae49b0</id>
<content type='text'>
to perform operations such as translaiton, rotation, etc directly on
nodes.
</content>
</entry>
<entry>
<title>New Navigation &amp; Pathfinding support for 2D</title>
<updated>2015-02-14T15:10:15Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-02-14T15:09:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c5f509f238576dba39ffcce74ab2066f24e67b58'/>
<id>urn:sha1:c5f509f238576dba39ffcce74ab2066f24e67b58</id>
<content type='text'>
-Added Navigation &amp; NavigationPolygon nodes
-Added corresponding visual editor
-New pathfinding algorithm is modern and fast!
-Similar API to 3D Pathfinding (more coherent)
</content>
</entry>
<entry>
<title>-begin work on unidirectional collision detection</title>
<updated>2015-01-13T13:49:26Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-01-13T13:49:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2ef5a342e34df3863ac512bb3673eba28f15e9f4'/>
<id>urn:sha1:2ef5a342e34df3863ac512bb3673eba28f15e9f4</id>
<content type='text'>
-fixed performance issue in new 2D engine
-texscreen() working in shader 2D
</content>
</entry>
<entry>
<title>2D Rewrite Step [1]</title>
<updated>2015-01-10T20:35:26Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-01-10T20:35:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=89970848311ee2d49040a148a56d80590091877c'/>
<id>urn:sha1:89970848311ee2d49040a148a56d80590091877c</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-

-Moved drawing code to a single function that takes linked list (should make it easier to optimize in the future).
-Implemented Z ordering of 2D nodes. Node2D and those that inherit have a visibility/Z property that affects drawing order (besides the tree order)
-Removed OpenGL ES 1.x support. Good riddance!
</content>
</entry>
<entry>
<title>Add node2d::get_global_pos()</title>
<updated>2014-07-07T11:08:26Z</updated>
<author>
<name>marynate</name>
</author>
<published>2014-07-01T14:07:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a62305e0e3296dc226f469a75b25f72163873e85'/>
<id>urn:sha1:a62305e0e3296dc226f469a75b25f72163873e85</id>
<content type='text'>
</content>
</entry>
</feed>
