<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/editor/plugins/baked_light_baker.cpp, branch 2.1.4-stable</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom?h=2.1.4-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom?h=2.1.4-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2017-08-27T12:11:45Z</updated>
<entry>
<title>Use HTTPS URL for Godot's website in the headers</title>
<updated>2017-08-27T12:11:45Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-08-27T12:11:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9d598833d2e284b57458ade9d27b9433588339ef'/>
<id>urn:sha1:9d598833d2e284b57458ade9d27b9433588339ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct hash behavior for floating point numbers</title>
<updated>2017-08-20T21:44:28Z</updated>
<author>
<name>Hein-Pieter van Braam</name>
</author>
<published>2017-02-15T13:41:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=364f2e8082b01010628294d7ab7418687874993e'/>
<id>urn:sha1:364f2e8082b01010628294d7ab7418687874993e</id>
<content type='text'>
This backports the work in #7815 and the subsequent fixes in #8393

The following program now works as expected in this branch in both
release_debug and debug mode:

```gdscript
        print(sqrt(-1))
        print(sqrt(-1))

        var simple1=asin(10.0)
        var simple2=acos(10.0)
        print(simple1)
        print(simple2)
```

And successfully prints -nan 4 times

This fixes #9580 and fixes #8925
</content>
</entry>
<entry>
<title>Add closest_power_of_2 func and implement mix_rate/latency on OS X</title>
<updated>2017-08-18T15:10:21Z</updated>
<author>
<name>Marcelo Fernandez</name>
</author>
<published>2017-08-18T15:10:21Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=647c4ae5bf9b64e78b8ff0fd36c8aa610f2a814b'/>
<id>urn:sha1:647c4ae5bf9b64e78b8ff0fd36c8aa610f2a814b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add "Godot Engine contributors" copyright line</title>
<updated>2017-04-07T22:45:24Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-04-07T22:45:00Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e9b045d9e572ff7a211b604d6400f35003bae327'/>
<id>urn:sha1:e9b045d9e572ff7a211b604d6400f35003bae327</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bring that Whole New World to the Old Continent too</title>
<updated>2017-03-18T23:36:26Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-03-18T23:36:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f8db8a3faa30b71dca33ced38be16d3f93f43e8a'/>
<id>urn:sha1:f8db8a3faa30b71dca33ced38be16d3f93f43e8a</id>
<content type='text'>
Applies the clang-format style to the 2.1 branch as done for master in
5dbf1809c6e3e905b94b8764e99491e608122261.
</content>
</entry>
<entry>
<title>Refactoring: rename tools/editor/ to editor/</title>
<updated>2017-03-18T22:45:45Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-03-18T22:45:45Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=1b0e2b0c39f5fe36adaee8aa1a2eee39534850c0'/>
<id>urn:sha1:1b0e2b0c39f5fe36adaee8aa1a2eee39534850c0</id>
<content type='text'>
The other subfolders of tools/ had already been moved to either
editor/, misc/ or thirdparty/, so the hiding the editor code that
deep was no longer meaningful.

(Manual redo of 49c065d29ca07040c3fd810026121164ad86b247)
</content>
</entry>
</feed>
