<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/platform/windows, 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/platform/windows?h=mirror</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/platform/windows?h=mirror'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2018-06-11T16:22:11Z</updated>
<entry>
<title>IME context detection.</title>
<updated>2018-06-11T16:22:11Z</updated>
<author>
<name>Saracen</name>
</author>
<published>2018-06-07T20:16:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c5bdb5b1d8893abaf171520412479fb31a697a41'/>
<id>urn:sha1:c5bdb5b1d8893abaf171520412479fb31a697a41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak some help texts in the build system</title>
<updated>2018-06-07T19:40:54Z</updated>
<author>
<name>Hugo Locurcio</name>
</author>
<published>2018-06-07T18:46:32Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=d54b5da9406ffaad12d63b5895e53f293e834c34'/>
<id>urn:sha1:d54b5da9406ffaad12d63b5895e53f293e834c34</id>
<content type='text'>
This also removes `unix_global_settings_path` from SConstruct
since it is no longer used.
</content>
</entry>
<entry>
<title>Improve return value of OS.execute in blocking/non-blocking variants</title>
<updated>2018-05-30T10:55:17Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2018-05-30T10:18:01Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=f392650be2434aadad71af95a0b81a33900e84ec'/>
<id>urn:sha1:f392650be2434aadad71af95a0b81a33900e84ec</id>
<content type='text'>
Initialized the PID to -2, which will be the value returns in blocking-
mode where the PID is not available. (-1 was already taken to signify an
execution failure).

OS::execute will now properly return a non-OK error code when it fails
to execute the target file.

The documentation was rewritten to be very clear about the differences
between blocking and non-blocking mode.

Fixes #19056.
</content>
</entry>
<entry>
<title>Change position of validation in set_custom_mouse_cursor</title>
<updated>2018-05-28T12:36:30Z</updated>
<author>
<name>Guilherme Felipe</name>
</author>
<published>2018-05-28T12:36:30Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c8e0ec0580b16460372ae59a17b1b824eb5df4f1'/>
<id>urn:sha1:c8e0ec0580b16460372ae59a17b1b824eb5df4f1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #19210 from guilhermefelipecgs/fix_invalid_image</title>
<updated>2018-05-28T10:52:10Z</updated>
<author>
<name>Max Hilbrunner</name>
</author>
<published>2018-05-28T10:52:10Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=856d945248a8ff3518de80eba48f19d2388c06f9'/>
<id>urn:sha1:856d945248a8ff3518de80eba48f19d2388c06f9</id>
<content type='text'>
Add validation in set_custom_mouse_cursor</content>
</entry>
<entry>
<title>Add validation in set_custom_mouse_cursor</title>
<updated>2018-05-27T23:55:05Z</updated>
<author>
<name>Guilherme Felipe</name>
</author>
<published>2018-05-27T23:55:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=aad6bdad946e54e567d6cd22abfa2d829db6b871'/>
<id>urn:sha1:aad6bdad946e54e567d6cd22abfa2d829db6b871</id>
<content type='text'>
Check if the image is valid.
</content>
</entry>
<entry>
<title>Fix memory leak in set_custom_mouse_cursor</title>
<updated>2018-05-26T18:56:35Z</updated>
<author>
<name>Guilherme Felipe</name>
</author>
<published>2018-05-26T18:58:12Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=aa174d963df943ba8a763a57a51888e3a37c2fe0'/>
<id>urn:sha1:aa174d963df943ba8a763a57a51888e3a37c2fe0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More fixes to set_borderless_window</title>
<updated>2018-05-23T20:42:31Z</updated>
<author>
<name>Guilherme Felipe</name>
</author>
<published>2018-05-23T19:25:41Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=8c17d8e6fe632564965d861936be0c7e63c689bf'/>
<id>urn:sha1:8c17d8e6fe632564965d861936be0c7e63c689bf</id>
<content type='text'>
[x11] Preserve window size when calling this method.
[osx] Make sure it don't make the window resizable if it's not needed.
[windows] clean up the code.
</content>
</entry>
<entry>
<title>Merge pull request #19070 from guilhermefelipecgs/fix_19033</title>
<updated>2018-05-21T16:30:11Z</updated>
<author>
<name>Max Hilbrunner</name>
</author>
<published>2018-05-21T16:30:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=0980991e6433a3f394a9ae99bec10cb04c8b77e0'/>
<id>urn:sha1:0980991e6433a3f394a9ae99bec10cb04c8b77e0</id>
<content type='text'>
Fix mouse confined and set_borderless_window</content>
</entry>
<entry>
<title>Fix #15678</title>
<updated>2018-05-21T17:37:30Z</updated>
<author>
<name>Guilherme Felipe</name>
</author>
<published>2018-05-21T17:37:30Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9af14ac1db93f713fec7f37148d71f594c0752ca'/>
<id>urn:sha1:9af14ac1db93f713fec7f37148d71f594c0752ca</id>
<content type='text'>
Fix cursor not displaying arrow when transiting from mode captured to
visible.
</content>
</entry>
</feed>
