<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/drivers, 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/drivers?h=2.1.4-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/drivers?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>Re-apply clang-format to all files</title>
<updated>2017-08-27T12:11:11Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-08-27T12:11:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=886c7d82d07797344439f09de64811467f5a6300'/>
<id>urn:sha1:886c7d82d07797344439f09de64811467f5a6300</id>
<content type='text'>
Some badly formatted code has managed to pass through our CI...
</content>
</entry>
<entry>
<title>RtAudio: Restore previous (incorrect but safer) buffer size</title>
<updated>2017-08-27T08:12:25Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-08-27T08:12:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=cf80fbc95c47ce023bb85837808fe7f05aaefb31'/>
<id>urn:sha1:cf80fbc95c47ce023bb85837808fe7f05aaefb31</id>
<content type='text'>
See #10683 for a potential better fix, but this close to the 2.1.4 release
I am taking the safe route.
</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>Merge pull request #7912 from RandomShaper/pause-rasterizer-2.1</title>
<updated>2017-08-17T09:43:58Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-08-17T09:43:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=938dc07b2b11a1f4f418ee0f7811285d57035507'/>
<id>urn:sha1:938dc07b2b11a1f4f418ee0f7811285d57035507</id>
<content type='text'>
Implement time scaling for the rasterizer (2.1)</content>
</entry>
<entry>
<title>Explicitily unsed AI_NUMERICHOST flag to fix HTML5</title>
<updated>2017-08-13T18:29:46Z</updated>
<author>
<name>Fabio Alessandrelli</name>
</author>
<published>2017-08-11T17:12:39Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=82b7fca9376ba4edac44916b9bdc1b9ea973040f'/>
<id>urn:sha1:82b7fca9376ba4edac44916b9bdc1b9ea973040f</id>
<content type='text'>
(cherry picked from commit f863c0ca14111d4bab06604fb4e2bf42fc83f0da)
</content>
</entry>
<entry>
<title>Add missing NULL checks to prevent possible crashes on _add_geometry</title>
<updated>2017-08-06T13:37:37Z</updated>
<author>
<name>Marcelo Fernandez</name>
</author>
<published>2017-08-06T13:37:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=45096ee62c4910c088b16b72f8824c0d71c1f21f'/>
<id>urn:sha1:45096ee62c4910c088b16b72f8824c0d71c1f21f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>get_executable_path slight change to make it work under OpenBSD</title>
<updated>2017-07-30T19:11:02Z</updated>
<author>
<name>David Carlier</name>
</author>
<published>2017-07-16T09:52:30Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=14392c979861b3cca5e5979b5baa9453ebf5473d'/>
<id>urn:sha1:14392c979861b3cca5e5979b5baa9453ebf5473d</id>
<content type='text'>
(cherry picked from commit df87ad14d0be851ecdc02e592c3593b696762d26)
</content>
</entry>
<entry>
<title>BuildSystem: generated files have .gen.ext</title>
<updated>2017-06-25T13:31:56Z</updated>
<author>
<name>Poommetee Ketson</name>
</author>
<published>2017-06-25T12:26:24Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4a0dc529ce9d1dd35ffa9643351babb1fe0f12dc'/>
<id>urn:sha1:4a0dc529ce9d1dd35ffa9643351babb1fe0f12dc</id>
<content type='text'>
</content>
</entry>
</feed>
