<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/scene/gui/tree.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/gui/tree.cpp?h=1.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/scene/gui/tree.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>begin work on lighting system for 2D</title>
<updated>2015-01-22T14:07:16Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-01-22T14:07:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=67d357191ff74b2cfc80015941363a97e7ee19fd'/>
<id>urn:sha1:67d357191ff74b2cfc80015941363a97e7ee19fd</id>
<content type='text'>
nothing functional yet, just experimenting with API
</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>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>Fixes</title>
<updated>2014-10-14T22:44:41Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-10-14T22:44:41Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=cd218b8c09482f9f9f2d15285d55ad955673697f'/>
<id>urn:sha1:cd218b8c09482f9f9f2d15285d55ad955673697f</id>
<content type='text'>
-=-=-

-Fixed normalmap depth parameter
-Fixes to DirAccess on Windows
-Double click on resource dock will open them
-Fixes to doc generator (should make github wiki on class list more up to date)
</content>
</entry>
<entry>
<title>Fixed too many little issues, check the issues closed today.</title>
<updated>2014-09-21T04:43:42Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-09-21T04:43:42Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=11a5ed508b1cbde61a4d9dd4f469e86e74667623'/>
<id>urn:sha1:11a5ed508b1cbde61a4d9dd4f469e86e74667623</id>
<content type='text'>
</content>
</entry>
<entry>
<title>3D Physics and Other Stuff</title>
<updated>2014-09-03T02:13:40Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-09-03T02:13:40Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=1a2cb755e2d8b9d59178f36702f6dff7235b9088'/>
<id>urn:sha1:1a2cb755e2d8b9d59178f36702f6dff7235b9088</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-=-=-=-=

-New Vehicle (Based on Bullet's RaycastVehicle) - Vehiclebody/VehicleWheel. Demo will come soon, old vehicle (CarBody) will go away soon too.
-A lot of fixes to the 3D physics engine
-Added KinematicBody with demo
-Fixed the space query API for 2D (demo will come soon). 3D is WIP.
-Fixed long-standing bug with body_enter/body_exit for Area and Area2D
-Performance variables now includes physics (active bodies, collision pairs and islands)
-Ability to see what's inside of instanced scenes!
-Fixed Blend Shapes (no bs+skeleton yet)
-Added an Android JavaClassWrapper singleton for using Android native classes directly from GDScript. This is very Alpha!
</content>
</entry>
<entry>
<title>-Added ATITC texture support</title>
<updated>2014-02-26T13:08:17Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-02-26T13:08:17Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=ed6d9463d264d0983f75c2dc93191c8526e9115b'/>
<id>urn:sha1:ed6d9463d264d0983f75c2dc93191c8526e9115b</id>
<content type='text'>
-Fixed bug of some tabs showing wrong names
-Exported properties for viewport
</content>
</entry>
<entry>
<title>Disabled the slider for numeric values on the tree view.</title>
<updated>2014-02-10T21:42:46Z</updated>
<author>
<name>Trent McPheron</name>
</author>
<published>2014-02-10T21:42:46Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=555d3761dbb1047017909f939eae9979f887214e'/>
<id>urn:sha1:555d3761dbb1047017909f939eae9979f887214e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GODOT IS OPEN SOURCE</title>
<updated>2014-02-10T01:10:30Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-02-10T01:10:30Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0b806ee0fc9097fa7bda7ac0109191c9c5e0a1ac'/>
<id>urn:sha1:0b806ee0fc9097fa7bda7ac0109191c9c5e0a1ac</id>
<content type='text'>
</content>
</entry>
</feed>
