<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/tools/editor/scene_tree_dock.cpp, branch 1.1-rc2</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/scene_tree_dock.cpp?h=1.1-rc2</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/tools/editor/scene_tree_dock.cpp?h=1.1-rc2'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2015-04-18T17:38:54Z</updated>
<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>Changed popup_centered by popup_centered_minsize in editor dialogs</title>
<updated>2015-04-08T17:02:13Z</updated>
<author>
<name>Franklin Sobrinho</name>
</author>
<published>2015-04-08T17:02:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=59692d9012a320014366d3dcecac645a64a4d5f2'/>
<id>urn:sha1:59692d9012a320014366d3dcecac645a64a4d5f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>New node will be added to root node if nothing is selected</title>
<updated>2015-03-31T18:26:38Z</updated>
<author>
<name>mostafahassan</name>
</author>
<published>2015-03-31T18:26:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3d4cc27bad8fe05f38488c52ef6bb4c846993209'/>
<id>urn:sha1:3d4cc27bad8fe05f38488c52ef6bb4c846993209</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed the tooltip message for instancing a scene.</title>
<updated>2015-02-19T16:15:13Z</updated>
<author>
<name>Nathan Warden</name>
</author>
<published>2015-02-19T16:15:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c6a87d3a50582d294e0c468795145899213c8a8e'/>
<id>urn:sha1:c6a87d3a50582d294e0c468795145899213c8a8e</id>
<content type='text'>
- Old wording was misleading as it gave the impression that you could select any node from another scene.
- New wording matches the functionality that you instance the entire scene as a single node.
</content>
</entry>
<entry>
<title>Fixed a bug where if a scene hadn't been saved it would find a cyclical dependency.</title>
<updated>2015-01-20T14:05:22Z</updated>
<author>
<name>Nathan Warden</name>
</author>
<published>2015-01-20T14:05:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0e8987abaf898db74b8b0278effd305673935d5e'/>
<id>urn:sha1:0e8987abaf898db74b8b0278effd305673935d5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a bug where a user could add a cyclical dependency, causing a crash.</title>
<updated>2015-01-19T20:47:50Z</updated>
<author>
<name>Nathan Warden</name>
</author>
<published>2015-01-19T20:47:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=92cc7b840eff99e90b64caad6883aefbe4c3dd1e'/>
<id>urn:sha1:92cc7b840eff99e90b64caad6883aefbe4c3dd1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix naming of duplicated nodes, closes #1161, adds separator character preferences</title>
<updated>2015-01-11T05:08:32Z</updated>
<author>
<name>Dana Olson</name>
</author>
<published>2015-01-11T05:08:32Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9bbc3f0c94bfdbaceb507e4ccaf388950d84d8f0'/>
<id>urn:sha1:9bbc3f0c94bfdbaceb507e4ccaf388950d84d8f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Small clean-up..</title>
<updated>2014-12-18T04:52:27Z</updated>
<author>
<name>TheoXD</name>
</author>
<published>2014-12-18T04:52:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b3d8a72be92bde888f6240147f704f45c6b394aa'/>
<id>urn:sha1:b3d8a72be92bde888f6240147f704f45c6b394aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restricted to same parent, seem to work better now.</title>
<updated>2014-12-18T04:46:03Z</updated>
<author>
<name>TheoXD</name>
</author>
<published>2014-12-18T04:46:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f27282e0872e1c4bacbe34fc9ce9a0cd167f813d'/>
<id>urn:sha1:f27282e0872e1c4bacbe34fc9ce9a0cd167f813d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Selected node(s) can now be moved up and down in scene tree dock.</title>
<updated>2014-12-18T02:38:24Z</updated>
<author>
<name>TheoXD</name>
</author>
<published>2014-12-18T02:38:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4bf86bdd43108138251fbdf317a11150745e8c8e'/>
<id>urn:sha1:4bf86bdd43108138251fbdf317a11150745e8c8e</id>
<content type='text'>
</content>
</entry>
</feed>
