<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/drivers, branch 2.1.2-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.2-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom?h=2.1.2-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2017-01-12T18:15:30Z</updated>
<entry>
<title>Improvements to scons defined WINVER/_WIN32_WINNT</title>
<updated>2017-01-12T18:15:30Z</updated>
<author>
<name>Fabio Alessandrelli</name>
</author>
<published>2016-11-03T04:20:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9c8ecb45f8516a2d45c18c50093887448d8a64e8'/>
<id>urn:sha1:9c8ecb45f8516a2d45c18c50093887448d8a64e8</id>
<content type='text'>
(cherry picked from commit 65483d57bf322f847ecb1ab906e8f4fac49f2557)
</content>
</entry>
<entry>
<title>Windows: Workaround missing includes in MinGW-w64 &lt; 4</title>
<updated>2017-01-12T18:15:30Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-01-09T11:10:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=93a83c81f04cffc149e5048bd43f0a627e1cf700'/>
<id>urn:sha1:93a83c81f04cffc149e5048bd43f0a627e1cf700</id>
<content type='text'>
The MinGW-w64 version we have on our Travis build environment (Ubuntu 12.04,
mingw-w64 2.0.1, gcc 4.6) is old and has some missing includes in the
dependencies of the `tcpmib.h` header [0] [1] [2].
Those were not triggered before 6323779596dea0db7f58afef7d3d3d5588ef20cb
probably due to conflicting WINVER definitions which prevented triggering the code
specific to &gt;= 0x0600 (Vista). We ensure it won't be triggered by defining the
_WIN32_WINNT macro to Windows XP compatibility.
(cherry picked from commit b24fe6879a2d26b530c1198ba7abb8cf2719f06c)
</content>
</entry>
<entry>
<title>Windows: Define _WIN32_WINRT to 0x0600 (Vista)</title>
<updated>2017-01-12T18:15:30Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-01-08T19:41:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d66740175eef6f67f2edb364533fa71eaad5ceb7'/>
<id>urn:sha1:d66740175eef6f67f2edb364533fa71eaad5ceb7</id>
<content type='text'>
Passed as a compiler define to be sure it is always define before windows.h
is loaded. This means that Godot officially requires Vista API or later, it will
not work on Windows XP or earlier.

Also fix a bogus check for Windows 7 API.

(cherry picked from commit 6323779596dea0db7f58afef7d3d3d5588ef20cb)
</content>
</entry>
<entry>
<title>Fix for the huge audio latency of the SamplePlayer (&gt;200 ms)</title>
<updated>2017-01-12T18:15:30Z</updated>
<author>
<name>lonesurvivor</name>
</author>
<published>2017-01-03T18:00:31Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d2240404e39e50b19281dd31c0ef8b0120da11ee'/>
<id>urn:sha1:d2240404e39e50b19281dd31c0ef8b0120da11ee</id>
<content type='text'>
- fixes PulseAudio, ALSA and RtAudio driver
- cleans up the driver files for better readability (mostly whitespace-related stuff)
- makes ALSA and Pulseaudio actually use the global setting "audio/mix_rate" for the sample rate instead of a
fixed value (RtAudio did this already)

(cherry picked from commit da6b6c2dd790a1a6f1702efe1b075b09ec76fb48)
</content>
</entry>
<entry>
<title>Welcome in 2017, dear changelog reader!</title>
<updated>2017-01-12T18:15:30Z</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=d8223ffa75f7028bb104001e7195233f335556f2'/>
<id>urn:sha1:d8223ffa75f7028bb104001e7195233f335556f2</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!

(cherry picked from commit c7bc44d5ad9aae4902280012f7654e2318cd910e)
</content>
</entry>
<entry>
<title>Fix issue #7331</title>
<updated>2017-01-12T18:15:28Z</updated>
<author>
<name>REBELLIOUSX\Rebel_X</name>
</author>
<published>2016-12-22T13:05:56Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2fbae72d14a4849d7aa9c066a9101aa063399328'/>
<id>urn:sha1:2fbae72d14a4849d7aa9c066a9101aa063399328</id>
<content type='text'>
A Drive with "Z" letter assigned to it on Windows will be shown.

(cherry picked from commit 20d6af6028c97c6135faa0d937e9d0a458fb0fd1)
</content>
</entry>
<entry>
<title>Fix uniforms with the same name shadowing others</title>
<updated>2017-01-10T16:05:31Z</updated>
<author>
<name>Pedro J. Estébanez</name>
</author>
<published>2017-01-10T16:05:09Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=8589a1b117458fbf834015044bf01ff326897cc6'/>
<id>urn:sha1:8589a1b117458fbf834015044bf01ff326897cc6</id>
<content type='text'>
Follow-up of #7344
</content>
</entry>
<entry>
<title>Merge pull request #7141 from Faless/2.1.x-ipv6</title>
<updated>2017-01-04T07:38:28Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-01-04T07:38:28Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=a86dae57613fd6659b2b732100ace31b4bf4a63a'/>
<id>urn:sha1:a86dae57613fd6659b2b732100ace31b4bf4a63a</id>
<content type='text'>
Cherry pick IPv6 patches to 2.1.x</content>
</entry>
<entry>
<title>Remove old unused AI_V4MAPPED flag to getaddrinfo</title>
<updated>2017-01-03T23:46:33Z</updated>
<author>
<name>Fabio Alessandrelli</name>
</author>
<published>2016-12-09T22:38:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=ac9f0aea1a9b6d21dd8700a00472db2222edce4d'/>
<id>urn:sha1:ac9f0aea1a9b6d21dd8700a00472db2222edce4d</id>
<content type='text'>
(cherry picked from commit de23ce11b51847b7b8bfc10ecf5926827516ac5a)
</content>
</entry>
<entry>
<title>IP_Address now handle IPv4 and IPv6 transparently</title>
<updated>2017-01-03T23:46:33Z</updated>
<author>
<name>Fabio Alessandrelli</name>
</author>
<published>2016-12-05T15:32:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=00fdcf3cd000d0b2cf0bb1a95733ce905ca972f4'/>
<id>urn:sha1:00fdcf3cd000d0b2cf0bb1a95733ce905ca972f4</id>
<content type='text'>
IP_Address changes:
- Converts to and from String transparently while handling IPv4 as IPv6
  mapped (::ffff:[IP]) address internally.
- Completely remove AddrType enum.
- Setting/Getting of ip array is now only possible through dedicated functions
  (ie. set_ipv4, get_ipv4, set_ipv6, get_ipv6)
- Add function to know if the address is a valid IPv4 (for IP implementation and enet)

(cherry picked from commit 1aff508dd9713abf0db0d0436fa7f7c4788c5a4a)
</content>
</entry>
</feed>
