<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/demos/misc/tween, branch mirror</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/demos/misc/tween?h=mirror</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/demos/misc/tween?h=mirror'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-06-03T13:30:38Z</updated>
<entry>
<title>Removed demos</title>
<updated>2016-06-03T13:30:38Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-06-03T13:30:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c7d45ec085086ab86192a7890b9622320d57b89d'/>
<id>urn:sha1:c7d45ec085086ab86192a7890b9622320d57b89d</id>
<content type='text'>
they go to their own project now
</content>
</entry>
<entry>
<title>Rotation APIs: Better exposure for degrees methods</title>
<updated>2016-05-06T21:38:08Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-05-06T21:38:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4eab767a6fbc746f6a13e976b4e34d566e7cc4cd'/>
<id>urn:sha1:4eab767a6fbc746f6a13e976b4e34d566e7cc4cd</id>
<content type='text'>
Made public the various set/getters for rotations in degrees.
For consistency, renamed the exposed method names to remove the leading
underscore, and kept the old names with a deprecation warning.

Fixes #4511.
</content>
</entry>
<entry>
<title>Use upper-cased first letter at the start of comment sentences</title>
<updated>2015-12-09T07:39:12Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2015-11-21T12:31:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=8c4f19e79d3e8ac8bc8c283073dce5ccfbf222b5'/>
<id>urn:sha1:8c4f19e79d3e8ac8bc8c283073dce5ccfbf222b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve code formatting and update to 2.0</title>
<updated>2015-12-09T07:38:23Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2015-12-09T07:38:23Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=8639cecf4cedd56452b47503be19c44b304cd02f'/>
<id>urn:sha1:8639cecf4cedd56452b47503be19c44b304cd02f</id>
<content type='text'>
The scripts were streamlined using more or less the following conventions:
 - space after a comma in lists of arguments
 - space around weak operators (+, -), no space around strong operators (*, /)
 - space after a comment start (#)
 - removed trailing spaces or tabs, apart from those that delimit the function indentation level (those could be removed too but since they are added automatically by the editor when typing code, keeping them for now)
 - function blocks separate by two newlines

The scene files were resaved with the (current) 2.0 format, and some scenes that were in XML format were converted to SCN, to be consistent across all demos.
</content>
</entry>
<entry>
<title>Add icons to all demos that can have a meaningful one</title>
<updated>2015-11-19T22:45:37Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2015-11-19T22:45:19Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9d225016304f14ed0391622d96a32d2ff9ead724'/>
<id>urn:sha1:9d225016304f14ed0391622d96a32d2ff9ead724</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix icon locations in demo projects</title>
<updated>2015-10-21T19:29:52Z</updated>
<author>
<name>firefly2442</name>
</author>
<published>2015-10-21T19:29:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=580a88c3ced6aa59db50fea6b7b5e02330689b09'/>
<id>urn:sha1:580a88c3ced6aa59db50fea6b7b5e02330689b09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>1.Change interpolate_callback:p_times_in_sec argument before p_callback argument(more readable)</title>
<updated>2014-12-19T09:13:20Z</updated>
<author>
<name>sanikoyes</name>
</author>
<published>2014-12-19T09:13:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=64f77aa8f365e0be713a06d940f9a2ec912553e3'/>
<id>urn:sha1:64f77aa8f365e0be713a06d940f9a2ec912553e3</id>
<content type='text'>
2.NodePath replace to instance_ID(can control object doe's not in scene tree)
3.Change interpolate types from Node to Object, can control more types(etc script class object)
4.Add pending_update counter, avoid insert/remove interpolates-list while traversal it
</content>
</entry>
<entry>
<title>Add missing icon.png to tween demo</title>
<updated>2014-12-08T05:21:05Z</updated>
<author>
<name>marynate</name>
</author>
<published>2014-12-08T05:20:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=45c9e169d9a6fcf1630bf6fb23cb606f0bba5fb5'/>
<id>urn:sha1:45c9e169d9a6fcf1630bf6fb23cb606f0bba5fb5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update tween demo</title>
<updated>2014-08-27T07:39:04Z</updated>
<author>
<name>sanikoyes</name>
</author>
<published>2014-08-27T07:39:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5bddfa201e4982a27dfa2e6d70e2433e7861889c'/>
<id>urn:sha1:5bddfa201e4982a27dfa2e6d70e2433e7861889c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tween:</title>
<updated>2014-08-25T05:36:56Z</updated>
<author>
<name>sanikoyes</name>
</author>
<published>2014-08-25T05:36:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=64413191a96aed4479415a3d235117d9be2519da'/>
<id>urn:sha1:64413191a96aed4479415a3d235117d9be2519da</id>
<content type='text'>
1、add follow/targeting support
2、update demo
</content>
</entry>
</feed>
