<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/modules/gdscript/gd_tokenizer.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_tokenizer.cpp?h=1.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/modules/gdscript/gd_tokenizer.cpp?h=1.1-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2015-05-09T21:09:58Z</updated>
<entry>
<title>-Added prints() function, fixes #1132, #1859</title>
<updated>2015-05-09T21:09:58Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-05-09T21:09:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=65d48d6d39452e003381de7e2b0758f6580be197'/>
<id>urn:sha1:65d48d6d39452e003381de7e2b0758f6580be197</id>
<content type='text'>
-Tabs work inside built-in log window, fixes #1867
</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>restored @ for nodepaths/stringnames</title>
<updated>2015-02-19T21:12:45Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-02-19T21:12:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=daeac73c543d4abfa49399a3abb03da42d77684d'/>
<id>urn:sha1:daeac73c543d4abfa49399a3abb03da42d77684d</id>
<content type='text'>
</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>Fix issue #821: GDScript now accepts single quoted as well as double quoted strings.</title>
<updated>2014-10-26T09:33:35Z</updated>
<author>
<name>Guy Rabiller</name>
</author>
<published>2014-10-26T09:33:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f1744c8c3106b43a48bb9ac314f1f51334b54fd9'/>
<id>urn:sha1:f1744c8c3106b43a48bb9ac314f1f51334b54fd9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- more fixes on #672 on windows</title>
<updated>2014-09-20T00:01:41Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-09-20T00:01:41Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0a557f3bf50a0ccff444003c5adc8078862e52c7'/>
<id>urn:sha1:0a557f3bf50a0ccff444003c5adc8078862e52c7</id>
<content type='text'>
- added #660, but need help on osx, help please I don't have a mac!
- fixed #667 and #668 (eol detection in comments)
- added #670 (hint when using method without () )
</content>
</entry>
<entry>
<title>Fixing Issues...</title>
<updated>2014-09-19T21:39:50Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-09-19T21:39:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=549d344f0fef5e5748ded69b6a037698ff55f8bc'/>
<id>urn:sha1:549d344f0fef5e5748ded69b6a037698ff55f8bc</id>
<content type='text'>
- #672 (default user:// in $HOME/.godot/app_userdata (linux/osx) and $APPDATA/Godot/app_userdata (Windows)
- #676 (draw both tiles and octants in order from top to bottom, left to right )
- #686 (unicode escape sequences work now)
- #702 (was not a bug, but a test was added to see if bodies went too far away)
</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>
