<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/modules, branch 2.0-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom?h=2.0-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom?h=2.0-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-02-20T13:02:14Z</updated>
<entry>
<title>-Change link to new documentation</title>
<updated>2016-02-20T13:02:14Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-02-20T13:01:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=70cdfa681a0196f5dcb4ec1bb524ae1643ce23cb'/>
<id>urn:sha1:70cdfa681a0196f5dcb4ec1bb524ae1643ce23cb</id>
<content type='text'>
-fixed bug in tilemap collision debug
</content>
</entry>
<entry>
<title>Merge pull request #3658 from Hinsbart/doc_joyevent</title>
<updated>2016-02-11T06:17:43Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-02-11T06:17:43Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=285c400288e3a7ccb41d14b1751c88b09c1df294'/>
<id>urn:sha1:285c400288e3a7ccb41d14b1751c88b09c1df294</id>
<content type='text'>
doc: use correct identifiers for InputEventJoystick{Motion, Button}</content>
</entry>
<entry>
<title>doc: use correct identifier for InputEventJoystick{Motion, Button}</title>
<updated>2016-02-10T22:37:25Z</updated>
<author>
<name>hondres</name>
</author>
<published>2016-02-10T21:58:32Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=6de2b9d8649d81180d7da733237370afd08657fa'/>
<id>urn:sha1:6de2b9d8649d81180d7da733237370afd08657fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-Added missing functions to the doc, fixes #3583</title>
<updated>2016-02-09T19:58:03Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-02-09T19:58:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=61f03c98c867d177b9ee4a528fdae4ed4f2512b2'/>
<id>urn:sha1:61f03c98c867d177b9ee4a528fdae4ed4f2512b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3587 from akien-mga/pr-reserved-keyords</title>
<updated>2016-02-04T17:57:25Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-02-04T17:57:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=6ea0863ed3e836127cfd38587a50679d40ca40bc'/>
<id>urn:sha1:6ea0863ed3e836127cfd38587a50679d40ca40bc</id>
<content type='text'>
Fix missing comma</content>
</entry>
<entry>
<title>Fix missing comma</title>
<updated>2016-02-04T17:56:41Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-02-04T17:56:41Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=ade7329625e7b21e2f428b3a9e19a7ebb6f2a304'/>
<id>urn:sha1:ade7329625e7b21e2f428b3a9e19a7ebb6f2a304</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #3582 from akien-mga/pr-reserved-keyords</title>
<updated>2016-02-04T16:52:44Z</updated>
<author>
<name>George Marques</name>
</author>
<published>2016-02-04T16:52:44Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0f41a183447cc753d30b7229c763638d3c89b4e2'/>
<id>urn:sha1:0f41a183447cc753d30b7229c763638d3c89b4e2</id>
<content type='text'>
Add preload and PI to GDScript reserved keywords</content>
</entry>
<entry>
<title>Add preload and PI to GDScript reserved keywords</title>
<updated>2016-02-04T09:26:10Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-02-04T09:26:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=99d9188da8f022cf0baca709964df0513700296c'/>
<id>urn:sha1:99d9188da8f022cf0baca709964df0513700296c</id>
<content type='text'>
I've noticed that gd_tokenizer also has keywords for `switch' and `do', but they seem not to be supported actually (only used in commented code for the shader language), so I don't add them.</content>
</entry>
<entry>
<title>Reorder reserved words by categories</title>
<updated>2016-02-04T09:17:23Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-02-04T09:17:23Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=8151110002c051a8d7d33ef20439a1980eb29fd8'/>
<id>urn:sha1:8151110002c051a8d7d33ef20439a1980eb29fd8</id>
<content type='text'>
They were previously kind of sorted with a mix between alphabetical and logical ordering, which made it hard to spot duplicates or missing words.</content>
</entry>
<entry>
<title>-Added method flags to global constants for script</title>
<updated>2016-01-31T18:40:51Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-01-31T18:40:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=817fd1ab7186d00ec0cf113b4431bc6d31eb8272'/>
<id>urn:sha1:817fd1ab7186d00ec0cf113b4431bc6d31eb8272</id>
<content type='text'>
-Added a new flag METHOD_FLAG_FROM_SCRIPT to get_method_list() flag property. Closes #3489
</content>
</entry>
</feed>
