<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/modules/gdscript, 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/modules/gdscript?h=1.0-rc2</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/modules/gdscript?h=1.0-rc2'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2014-12-08T18:47:45Z</updated>
<entry>
<title>Small Fixes</title>
<updated>2014-12-08T18:47:45Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-12-08T18:47:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=6851f9bfaefdd70eb009efdede444d3238c7277c'/>
<id>urn:sha1:6851f9bfaefdd70eb009efdede444d3238c7277c</id>
<content type='text'>
-=-=-=-=-=-

-Bug in navmesh demo fixed
-Bug in variant
-Better Collada Exporter supports proper names of exported shapekeys
</content>
</entry>
<entry>
<title>more bugfixes</title>
<updated>2014-12-07T05:39:51Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-12-07T05:39:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c940212b8931c0cc9c24984758568c2d2d18b951'/>
<id>urn:sha1:c940212b8931c0cc9c24984758568c2d2d18b951</id>
<content type='text'>
</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>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>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>Merge pull request #823 from grabiller/#821</title>
<updated>2014-10-28T01:44:53Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-10-28T01:44:53Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9608d4255eb6c76b1c4496f4494c829133e096f4'/>
<id>urn:sha1:9608d4255eb6c76b1c4496f4494c829133e096f4</id>
<content type='text'>
Fix issue #821: GDScript now accepts single quoted as well as double quoted strings.</content>
</entry>
<entry>
<title>- Fix issue #391: GDScript now reduce constant expressions to constant and forbids constant assignment after being defined.</title>
<updated>2014-10-27T21:26:31Z</updated>
<author>
<name>Guy Rabiller</name>
</author>
<published>2014-10-27T21:26:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=1317d20740470857308650095ac1fe50afd306e2'/>
<id>urn:sha1:1317d20740470857308650095ac1fe50afd306e2</id>
<content type='text'>
</content>
</entry>
</feed>
