<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/modules/gdscript/gd_compiler.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/modules/gdscript/gd_compiler.cpp?h=1.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/modules/gdscript/gd_compiler.cpp?h=1.1-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2015-04-18T20:55:04Z</updated>
<entry>
<title>-Throw error if setter and getter reference their member variable with self. , fixes #1685</title>
<updated>2015-04-18T20:55:04Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-18T20:55:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=701335e845166acb2a386778a70476ee57f33919'/>
<id>urn:sha1:701335e845166acb2a386778a70476ee57f33919</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-try to avoid errors when path using ".." is present in script include, fixes #1703</title>
<updated>2015-04-18T19:17:33Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-04-18T19:17:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4661a6e126f03efcb7b41196d2fca9c9564123c6'/>
<id>urn:sha1:4661a6e126f03efcb7b41196d2fca9c9564123c6</id>
<content type='text'>
</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>-Resolved bug that made yield() not work in some situations, fixes #884</title>
<updated>2015-01-06T03:39:35Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-01-06T03:39:35Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=bd0356207631602f35e2111bc73bca2bd53e91a1'/>
<id>urn:sha1:bd0356207631602f35e2111bc73bca2bd53e91a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-added a check for setget while running the game , closes #1009</title>
<updated>2015-01-03T03:57:02Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-01-03T03:57:02Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=60afd79a6e2354e0254c280d826bc6f12f68ffa1'/>
<id>urn:sha1:60afd79a6e2354e0254c280d826bc6f12f68ffa1</id>
<content type='text'>
-fixed issues in tilemap editor (swap arrows not showing/hiding properly)
</content>
</entry>
<entry>
<title>New Code Completion</title>
<updated>2014-12-17T01:31:57Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-12-17T01:31:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=bcf27feb980aec593c7cb771984e46113cfad757'/>
<id>urn:sha1:bcf27feb980aec593c7cb771984e46113cfad757</id>
<content type='text'>
-=-=-=-=-=-=-=-=-=-

-Massive improvement to code completion
-Argument hinting for functions

If you manage to out-smart the code-completion in a situation where completion
should be possible to guess, let me know.

 Please enter the commit message for your changes. Lines starting
</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>-variables with export in script are now IMMEDIATELY AND ALWAYS visible in properties (#718)</title>
<updated>2014-09-22T03:50:48Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-09-22T03:50:48Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=048fdc8aeabbd80ba9cc8914ec7f7baa00ad0c3d'/>
<id>urn:sha1:048fdc8aeabbd80ba9cc8914ec7f7baa00ad0c3d</id>
<content type='text'>
-WorldEnvironment cleanup issues fixed (#563)
-Text Editor improvement to shift-mouse selection (#648)
-(Hopefully) fixed rare (but horrible) indexing bug in GDScript compiler (#652)
-Some changes to PhysicsBody API, renamed property "active" to "sleeping", which makes more sense
-Added add_collision_exception() API in PhysicsBody (more accessible)
-ability to select and copy in the output messages panel
</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>
</feed>
