<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/scene/io, branch mirror</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom?h=mirror</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom?h=mirror'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2017-08-27T20:13:45Z</updated>
<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>Style: Apply clang-format on all files</title>
<updated>2017-07-30T20:53:40Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-07-30T20:53:40Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=76005a8e75d4e63ad0477e11dbc8cc1c86666875'/>
<id>urn:sha1:76005a8e75d4e63ad0477e11dbc8cc1c86666875</id>
<content type='text'>
Thus fixing some invalid changes that had still made it to the master branch.
</content>
</entry>
<entry>
<title>-Renamed GlobalConfig to ProjectSettings, makes more sense.</title>
<updated>2017-07-19T20:06:03Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-07-19T20:00:46Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=25678b1876816b9ccb14b2c92aef62f3b009f88f'/>
<id>urn:sha1:25678b1876816b9ccb14b2c92aef62f3b009f88f</id>
<content type='text'>
-Added system for feature overrides, it's pretty cool :)
</content>
</entry>
<entry>
<title>Rename [gs]et_pos to [gs]et_position for Controls</title>
<updated>2017-04-10T06:27:34Z</updated>
<author>
<name>Sergey Pusnei</name>
</author>
<published>2017-03-29T15:29:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=8589ca390373ae2e84d93b4a75640277e38e9780'/>
<id>urn:sha1:8589ca390373ae2e84d93b4a75640277e38e9780</id>
<content type='text'>
Control set_pos -&gt; set_position
Control set_global_pos -&gt; set_global_position
[gs]et_mouse_pos -&gt; [gs]et_mouse_position
[gs]et_global_mouse_pos -&gt; [gs]et_global_mouse_position
fixes #8005
</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>Fix typos in source code using codespell</title>
<updated>2017-03-24T20:45:31Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-03-24T20:45:31Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=debeee56f721178d44f71deb4e303b825d1dccd1'/>
<id>urn:sha1:debeee56f721178d44f71deb4e303b825d1dccd1</id>
<content type='text'>
From https://github.com/lucasdemarchi/codespell
</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>Complete the globals.h -&gt; global_config.h conversion</title>
<updated>2017-02-23T15:47:25Z</updated>
<author>
<name>Bojidar Marinov</name>
</author>
<published>2017-02-23T15:47:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=53921faa9114f57bd83a33404e7e216db0f27a33'/>
<id>urn:sha1:53921faa9114f57bd83a33404e7e216db0f27a33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Lot of work in new importer, importing textures now works.</title>
<updated>2017-02-01T12:46:36Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-02-01T12:45:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2cd2ca7bbc892eccc635b1c4aea80c956c9b92dc'/>
<id>urn:sha1:2cd2ca7bbc892eccc635b1c4aea80c956c9b92dc</id>
<content type='text'>
</content>
</entry>
</feed>
