<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/drivers, branch 1.0-rc2</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/drivers?h=1.0-rc2</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/drivers?h=1.0-rc2'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2014-12-07T05:04:20Z</updated>
<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>missing navmesh demo and small fixes</title>
<updated>2014-11-19T14:33:15Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-11-19T14:33:15Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e709468bb13e795cff72b3e87198c61c5b1a2ee7'/>
<id>urn:sha1:e709468bb13e795cff72b3e87198c61c5b1a2ee7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>UDP Fixes</title>
<updated>2014-11-13T03:53:12Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-11-13T03:53:12Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=abbea4d945bbb1114570c3b6c7f649e01ca8ebb8'/>
<id>urn:sha1:abbea4d945bbb1114570c3b6c7f649e01ca8ebb8</id>
<content type='text'>
-=-=-=-=-

Curse the day I decided to port UDP code, as it ended up
being two nights of work.  At least It's done now (I hope).

-Fixed UDP Support, API seems stable
-Added UDP Chat demo (chat that can lose your packets, heh)
-Added helpers to areas and bodies to get list of collided bodies and contained bodies.
-Sped up screen/viewport capture code.
-Added code to save an image as PNG
-Small fix so scripts register their singletons after modules did.
</content>
</entry>
<entry>
<title>3D Import Import &amp; UDP</title>
<updated>2014-11-12T14:23:23Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-11-12T14:23:23Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=6dd8768811cfca5bb831619d93cf870e5d20667f'/>
<id>urn:sha1:6dd8768811cfca5bb831619d93cf870e5d20667f</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-=-

-Animation Import filter support
-Animation Clip import support
-Animation Optimizer Fixes, Improvements and Visibile Options
-Extremely Experimental UDP support.
</content>
</entry>
<entry>
<title>missing files with fixes for shower of bullets</title>
<updated>2014-11-06T14:02:40Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-11-06T14:02:40Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=fc676fa6f8de6b0b24cf54ecfa3f9221c607095c'/>
<id>urn:sha1:fc676fa6f8de6b0b24cf54ecfa3f9221c607095c</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>Bug Fixes</title>
<updated>2014-11-02T14:31:01Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-11-02T14:31:01Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d85b67be53bac252c0a28b799d56d1b359c4ee99'/>
<id>urn:sha1:d85b67be53bac252c0a28b799d56d1b359c4ee99</id>
<content type='text'>
-=-=-=-=-

-Fixed problem with scaling shapes (#827), related to not taking scale in consideration for calculating the moment of inertia
-Added support for multiline strings (or comments) using """
-Save subscene bug, properties not being saved in root node (#806)
-Fix Crash in CollisionPolygon2DEditor (#814)
-Restored Ability to compile without 3D (#795)
-Fix InterpolatedCamera (#803)
-Fix UV Import for OBJ Meshes (#771)
-Fixed issue with modifier gizmos (#794)
-Fixed CapsuleShape gizmo handle (#50)
-Fixed Import Button (not properly working in 3D) (#733)
-Many misc fixes (though no new features)
</content>
</entry>
<entry>
<title>-Much improvement to baked light baker</title>
<updated>2014-10-28T01:54:32Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-10-28T01:54:32Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e82dc402052a47b44bb3bcf50ee4801257f92778'/>
<id>urn:sha1:e82dc402052a47b44bb3bcf50ee4801257f92778</id>
<content type='text'>
-Fixed many bugs in stretch mode
-Fixes to camera project and unproject as consequence of the above
-added setget to script (documented in script doc)
-more fixes to collada exporter for blender
</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>fix view dependent problem in normal mapping</title>
<updated>2014-10-14T08:21:50Z</updated>
<author>
<name>romulox_x</name>
</author>
<published>2014-10-14T08:21:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b479a2c8f0c9bd09617c1b925979a3708cab0525'/>
<id>urn:sha1:b479a2c8f0c9bd09617c1b925979a3708cab0525</id>
<content type='text'>
</content>
</entry>
</feed>
