<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/scene/3d/navigation_mesh.cpp, branch 3.0.4-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/3d/navigation_mesh.cpp?h=3.0.4-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/scene/3d/navigation_mesh.cpp?h=3.0.4-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2018-01-11T22:58:14Z</updated>
<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>Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created.</title>
<updated>2017-12-15T20:09:06Z</updated>
<author>
<name>Nathan Warden</name>
</author>
<published>2017-12-15T20:09:06Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=38caa4126f1d91d25d2fc9fb1d8fa68dde01299d'/>
<id>urn:sha1:38caa4126f1d91d25d2fc9fb1d8fa68dde01299d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Recast integration.</title>
<updated>2017-09-04T20:41:57Z</updated>
<author>
<name>Saracen</name>
</author>
<published>2017-02-28T12:10:29Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=92e77d5ff2a74612deb0375d31242e8c529d9b87'/>
<id>urn:sha1:92e77d5ff2a74612deb0375d31242e8c529d9b87</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use HTTPS URL for Godot's website in the headers</title>
<updated>2017-08-27T12:16:55Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-08-27T12:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=bd282ff43f23fe845f29a3e25c8efc01bd65ffb0'/>
<id>urn:sha1:bd282ff43f23fe845f29a3e25c8efc01bd65ffb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert Object::cast_to() to the static version</title>
<updated>2017-08-24T21:08:24Z</updated>
<author>
<name>Hein-Pieter van Braam</name>
</author>
<published>2017-08-24T20:58:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=cacced7e507f7603bacc03ae2616e58f0ede122a'/>
<id>urn:sha1:cacced7e507f7603bacc03ae2616e58f0ede122a</id>
<content type='text'>
Currently we rely on some undefined behavior when Object-&gt;cast_to() gets
called with a Null pointer. This used to work fine with GCC &lt; 6 but
newer versions of GCC remove all codepaths in which the this pointer is
Null. However, the non-static cast_to() was supposed to be null safe.

This patch makes cast_to() Null safe and removes the now redundant Null
checks where they existed.

It is explained in this article: https://www.viva64.com/en/b/0226/
</content>
</entry>
<entry>
<title>Exposed create_from_mesh in Navmesh</title>
<updated>2017-08-13T18:13:48Z</updated>
<author>
<name>TwistedTwigleg</name>
</author>
<published>2017-08-13T18:13:48Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=deaf095dcfe405d142b876b359df512e9e1ba2cc'/>
<id>urn:sha1:deaf095dcfe405d142b876b359df512e9e1ba2cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removes type information from method binds</title>
<updated>2017-08-10T05:17:50Z</updated>
<author>
<name>Ignacio Etcheverry</name>
</author>
<published>2017-08-09T11:19:41Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2f290038d63b55e6ce40296602f36bc98ab26015'/>
<id>urn:sha1:2f290038d63b55e6ce40296602f36bc98ab26015</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add object type hint for docs</title>
<updated>2017-07-18T19:03:34Z</updated>
<author>
<name>Poommetee Ketson</name>
</author>
<published>2017-07-18T19:03:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=49c7620326a557bc809340dd1090b46120e43eac'/>
<id>urn:sha1:49c7620326a557bc809340dd1090b46120e43eac</id>
<content type='text'>
</content>
</entry>
</feed>
