<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/modules/gdscript, 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?h=mirror</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom?h=mirror'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2018-06-13T17:25:02Z</updated>
<entry>
<title>Removed duplicate default colours and removed GDScriptHighligher colours from main editor.</title>
<updated>2018-06-13T17:25:02Z</updated>
<author>
<name>Paulb23</name>
</author>
<published>2018-06-10T14:30:49Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=08c036b706f8cd921b3d0ea5b7d4a29d67011c9f'/>
<id>urn:sha1:08c036b706f8cd921b3d0ea5b7d4a29d67011c9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #19526 from robojumper/fix_tutorials</title>
<updated>2018-06-13T12:29:45Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-06-13T12:29:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f0fa5902100b5b2a6207b1656cf90af3c36bd213'/>
<id>urn:sha1:f0fa5902100b5b2a6207b1656cf90af3c36bd213</id>
<content type='text'>
Add support for tutorial links to makerst.py</content>
</entry>
<entry>
<title>Add support for tutorial links to makerst.py</title>
<updated>2018-06-12T15:40:24Z</updated>
<author>
<name>robojumper</name>
</author>
<published>2018-06-11T11:35:44Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=98b59cf2a387e469851eee137cc6310cfc4b2a6d'/>
<id>urn:sha1:98b59cf2a387e469851eee137cc6310cfc4b2a6d</id>
<content type='text'>
Also change the &lt;tutorials&gt; structure to make use of individual &lt;link&gt; tags
</content>
</entry>
<entry>
<title>Inner classes' functions now appear in the editor's functions panel</title>
<updated>2018-06-12T13:43:37Z</updated>
<author>
<name>Jairo Honorio</name>
</author>
<published>2018-06-11T19:39:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=afcac41d313f64400b3ed8a19c64f7187d5b832f'/>
<id>urn:sha1:afcac41d313f64400b3ed8a19c64f7187d5b832f</id>
<content type='text'>
Fixes #19386
</content>
</entry>
<entry>
<title>SCons: Pass env to modules can_build method</title>
<updated>2018-05-30T17:11:36Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-05-30T17:11:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3334209a732737274a8598191267573fcb989a99'/>
<id>urn:sha1:3334209a732737274a8598191267573fcb989a99</id>
<content type='text'>
This allows to disable modules based on the environment,
in particular `env[tools]` which tells us if we are
building the editor or not.
</content>
</entry>
<entry>
<title>New sync keywords in GDScript, NativeScript, Mono</title>
<updated>2018-05-29T18:26:41Z</updated>
<author>
<name>Fabio Alessandrelli</name>
</author>
<published>2018-05-26T08:30:36Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=8e35d937a96399c7fc9dcc3b9cd7344a6a38cfd8'/>
<id>urn:sha1:8e35d937a96399c7fc9dcc3b9cd7344a6a38cfd8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refactor RPCMode enum and checks</title>
<updated>2018-05-29T18:26:41Z</updated>
<author>
<name>Fabio Alessandrelli</name>
</author>
<published>2018-05-13T05:07:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=1400f6fdc444650ebf37c83bb4164e25e641bab1'/>
<id>urn:sha1:1400f6fdc444650ebf37c83bb4164e25e641bab1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "RPCMode refactor, more sync modes"</title>
<updated>2018-05-29T09:47:52Z</updated>
<author>
<name>Max Hilbrunner</name>
</author>
<published>2018-05-29T09:47:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4c69a495c948b1698a1634b506bf660bd49cdd76'/>
<id>urn:sha1:4c69a495c948b1698a1634b506bf660bd49cdd76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #19021 from Faless/rpc_sync_fix</title>
<updated>2018-05-29T07:44:03Z</updated>
<author>
<name>Max Hilbrunner</name>
</author>
<published>2018-05-29T07:44:03Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d0b62ce1558766134ea2fc6bcf912e837d0ae40b'/>
<id>urn:sha1:d0b62ce1558766134ea2fc6bcf912e837d0ae40b</id>
<content type='text'>
RPCMode refactor, more sync modes</content>
</entry>
<entry>
<title>Enable singletons to be recognized as constant expressions</title>
<updated>2018-05-28T16:40:16Z</updated>
<author>
<name>George Marques</name>
</author>
<published>2018-05-28T16:38:35Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=38284bc6da801dcc0e1a6b47580a20b5ade32f06'/>
<id>urn:sha1:38284bc6da801dcc0e1a6b47580a20b5ade32f06</id>
<content type='text'>
Fix #14681
</content>
</entry>
</feed>
