<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/servers/physics/space_sw.cpp, branch 3.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/servers/physics/space_sw.cpp?h=3.0-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/servers/physics/space_sw.cpp?h=3.0-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>Removed type_mask and fixed some variable name</title>
<updated>2017-11-21T21:56:40Z</updated>
<author>
<name>AndreaCatania</name>
</author>
<published>2017-11-21T21:56:40Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d6e413bb9cb91255014cddacdba1591e14df56dd'/>
<id>urn:sha1:d6e413bb9cb91255014cddacdba1591e14df56dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename Rect3 to AABB.</title>
<updated>2017-11-17T16:01:41Z</updated>
<author>
<name>Ferenc Arn</name>
</author>
<published>2017-11-17T02:09:00Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d28763a4c1792dc00fde3d151eaea54f9cf2b8a9'/>
<id>urn:sha1:d28763a4c1792dc00fde3d151eaea54f9cf2b8a9</id>
<content type='text'>
Fixes #12973.
</content>
</entry>
<entry>
<title>Disabled filter clip by default and made it optional, fixes #12368, likely others too</title>
<updated>2017-11-10T12:22:25Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-11-10T12:21:33Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=19b1ff0fc5f7acce23176ad6c8752604357472f0'/>
<id>urn:sha1:19b1ff0fc5f7acce23176ad6c8752604357472f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename RayCasts collision_layer to collision_mask</title>
<updated>2017-10-21T20:17:47Z</updated>
<author>
<name>Pedro J. Estébanez</name>
</author>
<published>2017-10-21T20:17:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=7b12ae39f280e9168e314cba08107cce6b99c4ff'/>
<id>urn:sha1:7b12ae39f280e9168e314cba08107cce6b99c4ff</id>
<content type='text'>
The point is that `RayCast`s are checked against objects' `collision_layer`(s), but they themselves are considered no to _belong_ to any layer. Therefore, the correct name for their property is `collision_mask`, rather than `collision_layer`.

Only renaming is needed since the behavior was already the right one, only that it wasn't matching what users would expect from the name and description of the property.

Fixes #7589, where it's also discussed.
</content>
</entry>
<entry>
<title>Dead code tells no tales</title>
<updated>2017-08-27T20:13:45Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-08-27T19:07:15Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=7ad14e7a3e6f87ddc450f7e34621eb5200808451'/>
<id>urn:sha1:7ad14e7a3e6f87ddc450f7e34621eb5200808451</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>Removed unnecessary assignments</title>
<updated>2017-08-21T19:15:55Z</updated>
<author>
<name>Wilson E. Alvarez</name>
</author>
<published>2017-08-21T19:15:36Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=738d2ab96997faa1e13b91e38cf8a0000d829f70'/>
<id>urn:sha1:738d2ab96997faa1e13b91e38cf8a0000d829f70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix early-accepting area-area match when masks don't match</title>
<updated>2017-07-25T02:45:01Z</updated>
<author>
<name>Pedro J. Estébanez</name>
</author>
<published>2017-07-25T02:06:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=fa1049b46bd1d8b9c6b75b815fa503ecc2811bf0'/>
<id>urn:sha1:fa1049b46bd1d8b9c6b75b815fa503ecc2811bf0</id>
<content type='text'>
</content>
</entry>
</feed>
