<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/editor/plugins/canvas_item_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/canvas_item_editor_plugin.cpp?h=3.0.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/editor/plugins/canvas_item_editor_plugin.cpp?h=3.0.1-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2018-02-19T21:18:22Z</updated>
<entry>
<title>Add a function to remove controls from containers</title>
<updated>2018-02-19T21:18:22Z</updated>
<author>
<name>George Marques</name>
</author>
<published>2018-02-13T21:21:19Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a39930c5b909fa0794af65a9127ebfa668a31bb9'/>
<id>urn:sha1:a39930c5b909fa0794af65a9127ebfa668a31bb9</id>
<content type='text'>
Closes #5968

(cherry picked from commit da69a0625333304e81e5d706d13e15ccbd414a52)
</content>
</entry>
<entry>
<title>Capitalized "View" menu options.</title>
<updated>2018-02-19T21:13:45Z</updated>
<author>
<name>Michael Alexsander Silva Dias</name>
</author>
<published>2018-02-02T19:27:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=617bcd1b911ff1455ae7c0f703ba82bdf82fe558'/>
<id>urn:sha1:617bcd1b911ff1455ae7c0f703ba82bdf82fe558</id>
<content type='text'>
(cherry picked from commit b507eeddcce18511445c940a8803ab439f830afa)
</content>
</entry>
<entry>
<title>Rotate Control node with respecting pivot offset</title>
<updated>2018-01-24T06:44:28Z</updated>
<author>
<name>volzhs</name>
</author>
<published>2018-01-24T02:28:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=48611afb80ec3d24b1a3466fb3541dee464eef2f'/>
<id>urn:sha1:48611afb80ec3d24b1a3466fb3541dee464eef2f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typos in code and docs with codespell</title>
<updated>2018-01-18T21:01:42Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-01-18T20:37:17Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9f479f096cb50fa8d1215e68c262f110116114ef'/>
<id>urn:sha1:9f479f096cb50fa8d1215e68c262f110116114ef</id>
<content type='text'>
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
</content>
</entry>
<entry>
<title>Changes the keep_margin parameter to true by default, so that people are not suprised that set_anchor changes the margins values</title>
<updated>2018-01-15T09:37:13Z</updated>
<author>
<name>Gilles Roudiere</name>
</author>
<published>2018-01-14T13:13:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b06c6602c8a1a96f72bcbebb2a86176d1e69c79d'/>
<id>urn:sha1:b06c6602c8a1a96f72bcbebb2a86176d1e69c79d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Fixes #15470 "Crash on drag and drop scene file on empty scene"</title>
<updated>2018-01-10T04:16:47Z</updated>
<author>
<name>Blazej Floch</name>
</author>
<published>2018-01-09T06:05:15Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9d4afdc37231146d0e36fe91d982d2edd9274b47'/>
<id>urn:sha1:9d4afdc37231146d0e36fe91d982d2edd9274b47</id>
<content type='text'>
- New: Allows for multiple files to be dragged over
- Added error when multiple nodes are dropped in scene **without** scene root
  - Removed TTR: "This operation requires a single selected node.", "I see.."
  - Introduces TTR: "Can not instaniate multiple nodes without root."
- Fixes "Can't add_child, already got a parent" error
- Reduced multiple resource loading by casting
- Make sure to not _show_resource_type_selector if only PackedScenes are being dropped
</content>
</entry>
<entry>
<title>Fix crash due to stale refs to node selection lists</title>
<updated>2018-01-07T08:57:28Z</updated>
<author>
<name>Bernhard Liebl</name>
</author>
<published>2018-01-07T08:55:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=6c6a0fe840d3f36d457d18652f9ce6a55e77205a'/>
<id>urn:sha1:6c6a0fe840d3f36d457d18652f9ce6a55e77205a</id>
<content type='text'>
</content>
</entry>
<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>Fix get_edited_scene_root error at starting editor</title>
<updated>2018-01-04T18:55:43Z</updated>
<author>
<name>volzhs</name>
</author>
<published>2018-01-04T18:55:43Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=1876999b3a86a91099c6c06b0ff29ae127f9767b'/>
<id>urn:sha1:1876999b3a86a91099c6c06b0ff29ae127f9767b</id>
<content type='text'>
Fix #15300
</content>
</entry>
<entry>
<title>Merge pull request #15191 from Jerome67000/z_renaming</title>
<updated>2018-01-03T23:41:45Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-01-03T23:41:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f9f6f250e68853dc0b3ab397145b8c060e1cb110'/>
<id>urn:sha1:f9f6f250e68853dc0b3ab397145b8c060e1cb110</id>
<content type='text'>
renames "z" Node2D property to "z_index"</content>
</entry>
</feed>
