<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/scene/main/timer.cpp, branch 2.0.2-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/scene/main/timer.cpp?h=2.0.2-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/scene/main/timer.cpp?h=2.0.2-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-04-02T20:03:48Z</updated>
<entry>
<title>remove trailing whitespace</title>
<updated>2016-04-02T20:03:48Z</updated>
<author>
<name>Hubert Jarosz</name>
</author>
<published>2016-03-08T23:00:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=424a1046664eb1dc8138ccb886ba1c1967c3caa4'/>
<id>urn:sha1:424a1046664eb1dc8138ccb886ba1c1967c3caa4</id>
<content type='text'>
(cherry picked from commit 4a4f2479146aa33e235ed57cde311efda68d3c8f)
</content>
</entry>
<entry>
<title>-make stream player and time restore state properly if removed, fixes #1949</title>
<updated>2016-02-03T02:27:10Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-02-03T02:26:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=259bd73caed445b7d36caa31743cd049d6204e98'/>
<id>urn:sha1:259bd73caed445b7d36caa31743cd049d6204e98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright to 2016 in headers</title>
<updated>2016-01-01T13:50:53Z</updated>
<author>
<name>George Marques</name>
</author>
<published>2016-01-01T13:50:53Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5be9ff7b6715a661e85f99b108f96340de7ef435'/>
<id>urn:sha1:5be9ff7b6715a661e85f99b108f96340de7ef435</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update documentation for TileSet and Timer</title>
<updated>2015-09-25T18:45:00Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2015-09-25T18:45:00Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4abc7f57403bdc2e29b0c6a6627a556440b2b9b9'/>
<id>urn:sha1:4abc7f57403bdc2e29b0c6a6627a556440b2b9b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Implemented support for fixed process on timer. Useful for cooldowns without the influence from framerate</title>
<updated>2015-05-10T14:00:26Z</updated>
<author>
<name>Hearto Lazor</name>
</author>
<published>2015-05-10T14:00:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=bd1e54a8b75348fe948ef92f07a55815cc005b78'/>
<id>urn:sha1:bd1e54a8b75348fe948ef92f07a55815cc005b78</id>
<content type='text'>
similar to animation player (idle/fixed mode), where idle mode = old timer, fixed mode = fixed process implementation:
Example of the behaviour with a stream of bullets with timers on different frame rates:
https://gfycat.com/HeartyImpressiveIndiancow

- A change for more uniform ticks on fixed/idle

without this fix:
http://i.imgur.com/0TMQ6CG.png
with this fix:
http://i.imgur.com/3zYx16c.png
</content>
</entry>
<entry>
<title>-fix timer behavior described, closes #1455</title>
<updated>2015-05-01T14:44:02Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2015-05-01T14:44:02Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=bf53b7789a3de5d7f7e82b30c87b59544b900c1f'/>
<id>urn:sha1:bf53b7789a3de5d7f7e82b30c87b59544b900c1f</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>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>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>Collada</title>
<updated>2014-10-14T04:01:25Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2014-10-14T04:01:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a84ba9c853f972f8e666b17f3e0f875b7282e6c1'/>
<id>urn:sha1:a84ba9c853f972f8e666b17f3e0f875b7282e6c1</id>
<content type='text'>
-=-=-=-

-Fixed some DAE import &amp; export bugs
-Changed Collada exporter to use the mesh loops API
-Added tangent export to Collada exporter
-Added triangulation option to Collada exporter
-Changed a little how normalmaps are handled in shader. Not sure if it's working properly, be careful.
-Fixed some strange bug with kinematic bodies #776
-Fix release compilaiton issues #782
</content>
</entry>
</feed>
