<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/scene/2d/joints_2d.cpp, branch 3.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/2d/joints_2d.cpp?h=3.0.2-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/scene/2d/joints_2d.cpp?h=3.0.2-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2018-01-05T00:22:23Z</updated>
<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>Fix joints collision exceptions</title>
<updated>2017-08-29T21:46:44Z</updated>
<author>
<name>Pedro J. Estébanez</name>
</author>
<published>2017-08-29T21:15:12Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d8584682f03c2b78ac531f1e7537a10d6a5787d3'/>
<id>urn:sha1:d8584682f03c2b78ac531f1e7537a10d6a5787d3</id>
<content type='text'>
Fix 3D joint handling of collision exceptions, so that they lose effect when the joint is not valid in every case; also some redundant code removed.

Also avoid trying to create the joint when not neither body A nor body B are set.

Make 2D joints be handled like their 3D counterparts, which adds the fixes to them while also removing duplicated code.

(adapted from commit 4a98a59aa6810a679370e3664e89b3d83eb3d879)
</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>Removes editor_hint from SceneTree</title>
<updated>2017-08-18T23:29:45Z</updated>
<author>
<name>Ignacio Etcheverry</name>
</author>
<published>2017-08-18T23:02:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=90b8a5b71ef79e0339826507c4b290f0c51b7cd2'/>
<id>urn:sha1:90b8a5b71ef79e0339826507c4b290f0c51b7cd2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add "Godot Engine contributors" copyright line</title>
<updated>2017-04-07T22:11:42Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-04-07T22:11:42Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=df61dc4b2bd54a5a40c515493c76f5a458e5b541'/>
<id>urn:sha1:df61dc4b2bd54a5a40c515493c76f5a458e5b541</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A Whole New World (clang-format edition)</title>
<updated>2017-03-05T15:44:50Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-03-05T15:44:50Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5dbf1809c6e3e905b94b8764e99491e608122261'/>
<id>urn:sha1:5dbf1809c6e3e905b94b8764e99491e608122261</id>
<content type='text'>
I can show you the code
Pretty, with proper whitespace
Tell me, coder, now when did
You last write readable code?

I can open your eyes
Make you see your bad indent
Force you to respect the style
The core devs agreed upon

A whole new world
A new fantastic code format
A de facto standard
With some sugar
Enforced with clang-format

A whole new world
A dazzling style we all dreamed of
And when we read it through
It's crystal clear
That now we're in a whole new world of code
</content>
</entry>
<entry>
<title>Rename the _MD macro to D_METHOD</title>
<updated>2017-02-13T11:50:02Z</updated>
<author>
<name>Hein-Pieter van Braam</name>
</author>
<published>2017-02-13T11:47:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=411ee71b4d2dd4dfb3c137b057e0cfcdb55d6291'/>
<id>urn:sha1:411ee71b4d2dd4dfb3c137b057e0cfcdb55d6291</id>
<content type='text'>
This new name also makes its purpose a little clearer

This is a step towards fixing #56
</content>
</entry>
<entry>
<title>Remove use of _SCS from ADD_METHOD</title>
<updated>2017-02-13T09:37:47Z</updated>
<author>
<name>Hein-Pieter van Braam</name>
</author>
<published>2017-02-12T00:11:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0f687f0ccbd7533a54dec38ca8dc5acd9a60e64a'/>
<id>urn:sha1:0f687f0ccbd7533a54dec38ca8dc5acd9a60e64a</id>
<content type='text'>
This saves typing and is a step towards fixing #56
</content>
</entry>
</feed>
