<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/scene/scene_string_names.cpp, branch 2.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/scene/scene_string_names.cpp?h=2.0.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/scene/scene_string_names.cpp?h=2.0.1-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>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>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>Changes to Light</title>
<updated>2015-04-03T04:43:37Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-03T04:43:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9fa1698c7420bae2c6353bf300ce2cdb73434bf6'/>
<id>urn:sha1:9fa1698c7420bae2c6353bf300ce2cdb73434bf6</id>
<content type='text'>
-=-=-=-=-=-=-=-=

-Changed material unshaded property for an enum, which supports light-only shading
-Added a "Mix" shading mode, useful for using lights as masks
-Added energy parameter to Light2D
</content>
</entry>
<entry>
<title>Area2D can now detect overlap with other areas</title>
<updated>2015-03-17T03:45:25Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-03-17T03:45:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a969e2e6f17d6810771e9c9c31551d57e5d1efdb'/>
<id>urn:sha1:a969e2e6f17d6810771e9c9c31551d57e5d1efdb</id>
<content type='text'>
this should make everything simpler, specially for newcomers to Godot
</content>
</entry>
<entry>
<title>support for 2D shadow casters</title>
<updated>2015-03-02T03:54:43Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-03-02T03:54:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a1f715a4da71fbc2b7d6fad68624bf8b22c6da17'/>
<id>urn:sha1:a1f715a4da71fbc2b7d6fad68624bf8b22c6da17</id>
<content type='text'>
Added support for 2D shadow casters.

*DANGER* Shaders in CanvasItem CHANGED, if you are using shader in a
CanvasItem and pull this, you will lose them. Shaders now work through a
2D material system similar to 3D. If you don't want to lose the 2D
shader code, save the shader as a .shd, then create a material in
CanvasItem and re-assign the shader.
</content>
</entry>
<entry>
<title>Fixes to GraphEdit:</title>
<updated>2015-01-08T03:41:34Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-01-08T03:41:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=78f4b937034c8bc24c2a871b1fc08ecbe39d0e5e'/>
<id>urn:sha1:78f4b937034c8bc24c2a871b1fc08ecbe39d0e5e</id>
<content type='text'>
-Working area is bigger now, solves #1148
-Using Position now works, fixes #1141
-RGB ops now work, fixes #1139
-Missing bindings to GraphEdit and GraphNode added
-Shader Graph Editor Shows errors on cyclic links and missing connections
</content>
</entry>
<entry>
<title>Batch of Bugfixes</title>
<updated>2014-12-07T05:04:20Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-12-07T05:04:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c79be979d47daae613d1b1bbc732a30a74f56543'/>
<id>urn:sha1:c79be979d47daae613d1b1bbc732a30a74f56543</id>
<content type='text'>
-=-=-=-=-=-=-=-=-

-Fixed Export UV XForm (should work now). #923
-Fixed enforcement of limits in property editor. #919
-Fixed long-standing bug of export editings in script inheritance. #914, #859, #756
-Fixed horrible error reporting in shader language. #912
-Added kinematic collision with plane (please test well). #911
-Fixed double animation track insert when using 2D rigs. #904
-VKey updates offset parameter in sprite edition. #901
-Do not allow anymore a script to preload itself. (does not fix #899, but narrows it down)
-Avoid connection editor from overriding selected text. #897
-Fixed timer autostart. #876
-Fixed collision layers in 3D physics. #872
-Improved operators in shader #857
-Fixed ambient lighting bug #834
-Avoid editor from processing gamepad input #813
-Added not keyword #752

Please test!
</content>
</entry>
<entry>
<title>-fixes to vmethod for button</title>
<updated>2014-12-02T20:26:56Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-12-02T20:26:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=8ad12525a90d90d77dc08b3d6decae33be5675c4'/>
<id>urn:sha1:8ad12525a90d90d77dc08b3d6decae33be5675c4</id>
<content type='text'>
</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>
</feed>
