<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/scene/scene_string_names.cpp, branch 1.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=1.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/scene/scene_string_names.cpp?h=1.1-stable'/>
<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>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>
<entry>
<title>3D Physics Rework, Other Stuff</title>
<updated>2014-09-15T14:33:30Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-09-15T14:33:30Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=8cab401d08f8e25aa9b2dc710204785858ff3dbb'/>
<id>urn:sha1:8cab401d08f8e25aa9b2dc710204785858ff3dbb</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-=-=-=-=-

3D Physics:
-Fixed "Bounce" parameter in 3D
-Fixed bug affecting Area (sometims it would not detect properly)
-Vehicle Body has seen heavy work
-Added Query API for doing space queries in 3D. Needs some docs though.
-Added JOINTS! Adapted Bullet Joints: and created easy gizmos for setting them up:
   -PinJoint
   -HingeJoint (with motor)
   -SliderJoint
   -ConeTwistJoint
   -Generic6DOFJoint
-Added OBJECT PICKING! based on the new query API. Any physics object now (Area or Body) has the following signals and virtual functions:
    -input_event (mouse or multitouch input over the body)
    -mouse_enter (mouse entered the body area)
    -mouse_exit (mouse exited body area)
   For Area it needs to be activated manually, as it isn't by default (ray goes thru).

Other:

-Begun working on Windows 8 (RT) port. Compiles but does not work yet.
-Added TheoraPlayer library for improved to-texture and portable video support.
-Fixed a few bugs in the renderer, collada importer, collada exporter, etc.
</content>
</entry>
<entry>
<title>2D Animation Improvements</title>
<updated>2014-07-06T14:49:27Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-07-06T14:49:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3d68949a1cc41b4865618bddde23122f66764ee1'/>
<id>urn:sha1:3d68949a1cc41b4865618bddde23122f66764ee1</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=--=-=-=

-Ability to set 2D nodes as bones
-Abity to set 2D nodes as IK chains
-2D IK Solver
-Improvements in the UI for adding keyframes (separate loc,rot,scale buttons)
</content>
</entry>
</feed>
