<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/tools/editor/plugins/collision_polygon_editor_plugin.cpp, branch 2.0-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/tools/editor/plugins/collision_polygon_editor_plugin.cpp?h=2.0-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/tools/editor/plugins/collision_polygon_editor_plugin.cpp?h=2.0-stable'/>
<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>Fix for issue #2117</title>
<updated>2015-09-07T11:20:33Z</updated>
<author>
<name>Franklin Sobrinho</name>
</author>
<published>2015-09-07T11:20:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d6aed94651f43fa4a1a199fbdb2a5881fd79bc33'/>
<id>urn:sha1:d6aed94651f43fa4a1a199fbdb2a5881fd79bc33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-fixed many memory initialization issues</title>
<updated>2015-06-07T01:06:58Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-06-07T01:06:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b524b40fdc5325c840192ce92dbed8108ccef2d9'/>
<id>urn:sha1:b524b40fdc5325c840192ce92dbed8108ccef2d9</id>
<content type='text'>
-fixed deadlock on previews thread
-fixed compilation errors on unix
</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>Better 2D Snapping</title>
<updated>2015-02-15T08:00:55Z</updated>
<author>
<name>Carl Olsson</name>
</author>
<published>2015-02-15T08:00:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e2c8aecb3d65cacb7695316257ecd0ec90c91871'/>
<id>urn:sha1:e2c8aecb3d65cacb7695316257ecd0ec90c91871</id>
<content type='text'>
Consolidated duplicate snapping functions into CanvasItemEditor.
Allow non-square grids.
Add grid origin offsets.
Allow seperate toggling of grid display.
Add rotation snapping.
Add offset snapping.
</content>
</entry>
<entry>
<title>Added body mode property to TileMap to select between static and kinematic physics bodies. Kinematic allow use of TileMaps for moving platforms for example.</title>
<updated>2015-02-13T10:49:21Z</updated>
<author>
<name>Carl Olsson</name>
</author>
<published>2015-02-13T10:49:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9d182e93a3d75396405733109f9f086969c4b19b'/>
<id>urn:sha1:9d182e93a3d75396405733109f9f086969c4b19b</id>
<content type='text'>
Updated 2D Platformer demo to use kinematic TileMaps for moving platforms, in doing so discovered that the tileset was messed up and not converting properly, so fixed that too.
And in order to fix the tileset I need to activate snapping for collision polygon vertices.
</content>
</entry>
<entry>
<title>New Code Completion</title>
<updated>2014-12-17T01:31:57Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-12-17T01:31:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=bcf27feb980aec593c7cb771984e46113cfad757'/>
<id>urn:sha1:bcf27feb980aec593c7cb771984e46113cfad757</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-

-Massive improvement to code completion
-Argument hinting for functions

If you manage to out-smart the code-completion in a situation where completion
should be possible to guess, let me know.

 Please enter the commit message for your changes. Lines starting
</content>
</entry>
<entry>
<title>SceneMainLoop -&gt; SceneTree</title>
<updated>2014-11-06T00:20:42Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-11-06T00:20:42Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0dbedd18fc62f700e92a4cf581e505d849bc47ad'/>
<id>urn:sha1:0dbedd18fc62f700e92a4cf581e505d849bc47ad</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-=-=-=-=-

*YOUR SOURCE MIGHT NOT WORK*
For mor information on fix:
https://github.com/okamstudio/godot/wiki/devel_scene_tree

Other stuff:
-Shower of bullets demo
-Fixes all around
</content>
</entry>
<entry>
<title>CollisionPolygon (3D)</title>
<updated>2014-09-17T00:19:54Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-09-17T00:19:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f00f4b9296a827ac1014cc2cc84b0dfbb4cac497'/>
<id>urn:sha1:f00f4b9296a827ac1014cc2cc84b0dfbb4cac497</id>
<content type='text'>
Workaround for round() on PC.
</content>
</entry>
<entry>
<title>Polygon2D</title>
<updated>2014-07-07T20:44:21Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-07-07T20:44:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9ff6d55822647c87eef392147ea15641d0922d47'/>
<id>urn:sha1:9ff6d55822647c87eef392147ea15641d0922d47</id>
<content type='text'>
-=-=-=-=-

Another gift for those who make 2D games:
-Edit polygons, concave or convex, color them, texture them and uv-map them
-Corresponding editor
-Can have a custom pivot, so they are compatible with bones and IK
</content>
</entry>
</feed>
