<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/tools/collada, branch master</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/tools/collada?h=master</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/tools/collada?h=master'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2017-02-08T23:08:27Z</updated>
<entry>
<title>Reorder the folders in tools to prepare moving tools/editor</title>
<updated>2017-02-08T23:08:27Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-02-08T23:07:44Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b87a232668d9f9f3b32c2fceb60bc5f6ef46df22'/>
<id>urn:sha1:b87a232668d9f9f3b32c2fceb60bc5f6ef46df22</id>
<content type='text'>
- `certs` and `editor_fonts` go to `thirdparty`
- `dist` and `scripts` go to a new `misc` folder
- `collada` and `doc` go to `tools/editor`

The next step will be to rename `tools/editor` to `editor` directly,
but this will be done at the right time to avoid breaking too many PRs.
</content>
</entry>
<entry>
<title>Style: Fix statements ending with ';;'</title>
<updated>2017-01-16T07:49:52Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-01-14T17:03:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f44ee891beaad397481dd88da41cb80e6539774f'/>
<id>urn:sha1:f44ee891beaad397481dd88da41cb80e6539774f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Style: Cleanups, added headers, renamed files</title>
<updated>2017-01-16T07:04:23Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-01-16T07:04:19Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3890256fc57eafb2db83d328b8caf772188e21d4'/>
<id>urn:sha1:3890256fc57eafb2db83d328b8caf772188e21d4</id>
<content type='text'>
Made sure files in core/ and tools/ have a proper Godot license header
when written by us. Also renamed aabb.{cpp,h} and object_type_db.{cpp,h}
to rect3.{cpp,h} and class_db.{cpp,h} respectively.

Also added a proper header to core/io/base64.{c,h} after clarifying
the licensing with the original author (public domain).
</content>
</entry>
<entry>
<title>Style: Fix whole-line commented code</title>
<updated>2017-01-14T13:52:23Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-01-14T11:26:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=93ab45b6b5c4f8e0619e963156c983009d399a9d'/>
<id>urn:sha1:93ab45b6b5c4f8e0619e963156c983009d399a9d</id>
<content type='text'>
They do not play well with clang-format which aligns the `//` part
with the rest of the code block, thus producing badly indented commented code.
</content>
</entry>
<entry>
<title>-Changed most project settings in the engine, so they have major and minor categories.</title>
<updated>2017-01-05T12:16:00Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2017-01-05T12:16:00Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0f7af4ea51744cda23c4d3c7481f9c332973d1d4'/>
<id>urn:sha1:0f7af4ea51744cda23c4d3c7481f9c332973d1d4</id>
<content type='text'>
-Changed SectionedPropertyEditor to support this
-Renamed Globals singleton to GlobalConfig, makes more sense.
-Changed the logic behind persisten global settings, instead of the persist checkbox, a revert button is now available
</content>
</entry>
<entry>
<title>Use right handed coordinate system for rotation matrices and quaternions. Also fixes Euler angles (XYZ convention, which is used as default by Blender).</title>
<updated>2017-01-03T23:41:04Z</updated>
<author>
<name>Ferenc Arn</name>
</author>
<published>2016-10-18T20:50:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=bd7ba0b664fa98381db9ef8edb69ba211213d595'/>
<id>urn:sha1:bd7ba0b664fa98381db9ef8edb69ba211213d595</id>
<content type='text'>
Furthermore, functions which expect a rotation matrix will now give an error simply, rather than trying to orthonormalize such matrices. The documentation for such functions has be updated accordingly.

This commit breaks code using 3D rotations, and is a part of the breaking changes in 2.1 -&gt; 3.0 transition. The code affected within Godot code base is fixed in this commit.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/gles3' into gles3-on-master</title>
<updated>2017-01-02T20:52:26Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-01-02T20:38:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=3f3f5a5359973e95e94148676a9793d6f52468f3'/>
<id>urn:sha1:3f3f5a5359973e95e94148676a9793d6f52468f3</id>
<content type='text'>
Various merge conflicts have been fixed manually and some mistakes
might have been made - time will tell :)
</content>
</entry>
<entry>
<title>Welcome in 2017, dear changelog reader!</title>
<updated>2017-01-01T21:03:33Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-01-01T21:01:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c7bc44d5ad9aae4902280012f7654e2318cd910e'/>
<id>urn:sha1:c7bc44d5ad9aae4902280012f7654e2318cd910e</id>
<content type='text'>
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer
with state-of-the-art rendering techniques tuned to work as low as middle
end handheld devices - without compromising with the possibilities given
for higher end desktop games of course. Great times ahead for the Godot
community and the gamers that will play our games!
</content>
</entry>
<entry>
<title>Screen space reflection effect</title>
<updated>2016-11-29T22:55:12Z</updated>
<author>
<name>Juan Linietsky</name>
</author>
<published>2016-11-29T22:55:12Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a47c78aed113a9b4c009c5a2ef29c690192c7eef'/>
<id>urn:sha1:a47c78aed113a9b4c009c5a2ef29c690192c7eef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style: Fix PEP8 whitespace issues in Python files</title>
<updated>2016-10-31T23:35:16Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-10-30T17:57:40Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d4c17700aa2f36f69978beda04e42ff2749de270'/>
<id>urn:sha1:d4c17700aa2f36f69978beda04e42ff2749de270</id>
<content type='text'>
Done with `autopep8 --select=E2,W2`, fixes:

- E201 - Remove extraneous whitespace.
- E202 - Remove extraneous whitespace.
- E203 - Remove extraneous whitespace.
- E211 - Remove extraneous whitespace.
- E221 - Fix extraneous whitespace around keywords.
- E222 - Fix extraneous whitespace around keywords.
- E223 - Fix extraneous whitespace around keywords.
- E224 - Remove extraneous whitespace around operator.
- E225 - Fix missing whitespace around operator.
- E226 - Fix missing whitespace around operator.
- E227 - Fix missing whitespace around operator.
- E228 - Fix missing whitespace around operator.
- E231 - Add missing whitespace.
- E231 - Fix various deprecated code (via lib2to3).
- E241 - Fix extraneous whitespace around keywords.
- E242 - Remove extraneous whitespace around operator.
- E251 - Remove whitespace around parameter '=' sign.
- E261 - Fix spacing after comment hash.
- E262 - Fix spacing after comment hash.
- E265 - Format block comments.
- E271 - Fix extraneous whitespace around keywords.
- E272 - Fix extraneous whitespace around keywords.
- E273 - Fix extraneous whitespace around keywords.
- E274 - Fix extraneous whitespace around keywords.
- W291 - Remove trailing whitespace.
- W293 - Remove trailing whitespace.
</content>
</entry>
</feed>
