<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/modules/webm, branch 3.0.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?h=3.0.1-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom?h=3.0.1-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2018-02-24T17:59:38Z</updated>
<entry>
<title>Update doc version strings to 3.0.1</title>
<updated>2018-02-24T17:59:38Z</updated>
<author>
<name>Hein-Pieter van Braam</name>
</author>
<published>2018-02-24T17:59:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5f15642fde5db2caf823fc984626a95ca7c65c79'/>
<id>urn:sha1:5f15642fde5db2caf823fc984626a95ca7c65c79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed android arm64v8</title>
<updated>2018-02-19T19:46:49Z</updated>
<author>
<name>Colin Kinloch</name>
</author>
<published>2017-12-18T15:39:09Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=611caa06a5d781353fd0f047cdf69f3e2932c0a6'/>
<id>urn:sha1:611caa06a5d781353fd0f047cdf69f3e2932c0a6</id>
<content type='text'>
(cherry picked from commit 853b1daa499cf3add4014cf4d825c01603e2d1ea)
</content>
</entry>
<entry>
<title>doc: Sync with current source</title>
<updated>2018-01-25T07:50:56Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-01-25T07:50:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d516aab8fa6b64c914082888863c5a89b3fec574'/>
<id>urn:sha1:d516aab8fa6b64c914082888863c5a89b3fec574</id>
<content type='text'>
Also enhance RigidBody docs as per https://github.com/godotengine/godot-docs/pull/1018
and fix the version tag in all files (not really stable yet, but it makes no sense
to hardcode rc3 at this stage).
</content>
</entry>
<entry>
<title>doc: Update version string in XML</title>
<updated>2018-01-13T10:43:42Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-01-13T10:43:06Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e28cdc4654cf9f678385fbecdbd90d8b8c42c2a1'/>
<id>urn:sha1:e28cdc4654cf9f678385fbecdbd90d8b8c42c2a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bind many more properties to scripts</title>
<updated>2018-01-11T22:58:14Z</updated>
<author>
<name>Bojidar Marinov</name>
</author>
<published>2018-01-11T22:35:12Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9b8e8b2220b4e2bac3310262d3d1cd7a8eb3b0a5'/>
<id>urn:sha1:9b8e8b2220b4e2bac3310262d3d1cd7a8eb3b0a5</id>
<content type='text'>
Notable potentially breaking changes:
- PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL
- Some properties were renamed, and sometimes even shadowed by new ones
- New getter methods (some virtual) were added
</content>
</entry>
<entry>
<title>Add missing copyright headers and fix formatting</title>
<updated>2018-01-05T00:22:23Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-01-04T23:50:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e4213e66b2dd8f5a87d8cf5015ac83ba3143279d'/>
<id>urn:sha1:e4213e66b2dd8f5a87d8cf5015ac83ba3143279d</id>
<content type='text'>
Using `misc/scripts/fix_headers.py` on all Godot files.
Some missing header guards were added, and the header inclusion order
was fixed in the Bullet module.
</content>
</entry>
<entry>
<title>Update copyright statements to 2018</title>
<updated>2018-01-01T13:40:47Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-01-01T13:40:08Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b50a9114b105dafafdda8248a38653bca314a6f3'/>
<id>urn:sha1:b50a9114b105dafafdda8248a38653bca314a6f3</id>
<content type='text'>
Happy new year to the wonderful Godot community!
</content>
</entry>
<entry>
<title>Merge pull request #14332 from akien-mga/clang-format</title>
<updated>2017-12-07T08:18:11Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-12-07T08:18:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=96dbf19093cfc88aa688d4321fd07c2fb9afb259'/>
<id>urn:sha1:96dbf19093cfc88aa688d4321fd07c2fb9afb259</id>
<content type='text'>
Update style for clang-format 5.0.0, new min required version</content>
</entry>
<entry>
<title>doc: Sync classref after a496dd4d, removing NOEDITOR properties from doc</title>
<updated>2017-12-07T07:29:38Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-12-07T07:29:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=624a2b08f362d0ec74cd617890b1a4c9de6b0d96'/>
<id>urn:sha1:624a2b08f362d0ec74cd617890b1a4c9de6b0d96</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Style: Apply new clang-format 5.0 style to all files</title>
<updated>2017-12-07T07:02:00Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-12-06T20:36:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=13c2ff932089db24841bb971b645141218bd8586'/>
<id>urn:sha1:13c2ff932089db24841bb971b645141218bd8586</id>
<content type='text'>
</content>
</entry>
</feed>
