<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/core/math/math_2d.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/core/math/math_2d.cpp?h=3.0-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/core/math/math_2d.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>Inline some very common Vector2 operations</title>
<updated>2017-12-25T14:58:14Z</updated>
<author>
<name>Bernhard Liebl</name>
</author>
<published>2017-12-25T14:58:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=517227943fbea90bfb528a2f04ce73ac17ba3e8b'/>
<id>urn:sha1:517227943fbea90bfb528a2f04ce73ac17ba3e8b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rect2: add function returning same rect with positive w and h</title>
<updated>2017-11-27T17:41:29Z</updated>
<author>
<name>Poommetee Ketson</name>
</author>
<published>2017-11-27T17:41:29Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5c9be411ebbc57e6b9cc82ace776dd13449115c9'/>
<id>urn:sha1:5c9be411ebbc57e6b9cc82ace776dd13449115c9</id>
<content type='text'>
</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>Synchronize parameter names in definition and declaration</title>
<updated>2017-08-16T15:22:23Z</updated>
<author>
<name>TwistedTwigleg</name>
</author>
<published>2017-08-11T19:10:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=00f6c859282bb4dab3f6b4f6c20c44222221ebe9'/>
<id>urn:sha1:00f6c859282bb4dab3f6b4f6c20c44222221ebe9</id>
<content type='text'>
Fixes #10244.
</content>
</entry>
<entry>
<title>renamed all Rect2.pos to Rect2.position</title>
<updated>2017-06-04T00:09:17Z</updated>
<author>
<name>alexholly</name>
</author>
<published>2017-06-03T22:25:13Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a3c90b029308eb46b7fd83a0cf7b502ecbd79d55'/>
<id>urn:sha1:a3c90b029308eb46b7fd83a0cf7b502ecbd79d55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #8277 from tagcup/math_checks</title>
<updated>2017-04-24T09:16:20Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-04-24T09:16:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5ae1e172da08a63b14635f5d06e32385901525e2'/>
<id>urn:sha1:5ae1e172da08a63b14635f5d06e32385901525e2</id>
<content type='text'>
Added various functions basic math classes. Also enabled math checks …</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>
</feed>
