<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/scene/2d/node_2d.cpp, branch 2.0-beta</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.cpp?h=2.0-beta</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/scene/2d/node_2d.cpp?h=2.0-beta'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-01-01T13:50:53Z</updated>
<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>Add missing argument names in GDScript bindings</title>
<updated>2015-12-28T01:13:05Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2015-12-28T01:13:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d4993b74fc715d294ca0a77b335db3782d4bdcd6'/>
<id>urn:sha1:d4993b74fc715d294ca0a77b335db3782d4bdcd6</id>
<content type='text'>
All classes were reviewed apart from VisualServer for which no argument name is documented at all.
While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place).
</content>
</entry>
<entry>
<title>-remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260</title>
<updated>2015-11-19T13:41:20Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-11-19T13:41:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d3eb9e8c54d4a93b2bed90a5988f9814377d409f'/>
<id>urn:sha1:d3eb9e8c54d4a93b2bed90a5988f9814377d409f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Several performance improvements, mainly in loading and instancing scenes and resources.</title>
<updated>2015-06-29T03:29:49Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-06-29T03:29:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=95047562d743b1c1fdc007432c8a0c145a455c5d'/>
<id>urn:sha1:95047562d743b1c1fdc007432c8a0c145a455c5d</id>
<content type='text'>
A general speedup should be apparent, with even more peformance increase when compiling optimized.

WARNING: Tested and it seems to work, but if something breaks, please report.
</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>
</feed>
