<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/modules/mono/editor, 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/modules/mono/editor?h=mirror</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/modules/mono/editor?h=mirror'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2018-06-06T14:31:54Z</updated>
<entry>
<title>allow undefined GODOT_DEBUG_MSBUILD environment  variable</title>
<updated>2018-06-06T14:31:54Z</updated>
<author>
<name>Kelly Thomas</name>
</author>
<published>2018-06-06T14:31:54Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=17516822f9424c6a94402339ee466f9d37264482'/>
<id>urn:sha1:17516822f9424c6a94402339ee466f9d37264482</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mono: Add 'View log' button to open the MSBuild log of a build</title>
<updated>2018-06-05T20:21:52Z</updated>
<author>
<name>Ignacio Etcheverry</name>
</author>
<published>2018-06-05T20:21:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4a021fa7a2fdafe4d8aaced8652fa0c72a2a7b08'/>
<id>urn:sha1:4a021fa7a2fdafe4d8aaced8652fa0c72a2a7b08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mono: Fix passing wrong logger assembly path to MSBuild</title>
<updated>2018-06-05T20:18:43Z</updated>
<author>
<name>Ignacio Etcheverry</name>
</author>
<published>2018-06-05T20:18:43Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=25f10b3c406761b0bb88bf70da1ba2d8f5335fbd'/>
<id>urn:sha1:25f10b3c406761b0bb88bf70da1ba2d8f5335fbd</id>
<content type='text'>
- Add option to print MSBuild's stdout and stderr instead of redirecting it. This can be enabled by setting the environment variable: Godot_DEBUG_MSBUILD=1
</content>
</entry>
<entry>
<title>fixes build error on Linux after its introduction in #18949</title>
<updated>2018-05-17T09:34:05Z</updated>
<author>
<name>Michele Valente</name>
</author>
<published>2018-05-17T09:34:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=6c74f3de6dbba53878d9ebe377a6c33ef2294afc'/>
<id>urn:sha1:6c74f3de6dbba53878d9ebe377a6c33ef2294afc</id>
<content type='text'>
The function expects now a return value. Returning NULL seems to work in
this case.
</content>
</entry>
<entry>
<title>Mono: Project building fixes</title>
<updated>2018-05-16T23:26:23Z</updated>
<author>
<name>Ignacio Etcheverry</name>
</author>
<published>2018-05-16T23:26:02Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=01397a10d9f82e00638eb9b5c200b6dde8e515a9'/>
<id>urn:sha1:01397a10d9f82e00638eb9b5c200b6dde8e515a9</id>
<content type='text'>
- Set (Csc/Vbc/Fsc)ToolExe environment variables to point to the batch files in Mono's bin directory when building with Mono's MSBuild.
- Set Mono's MSBuild as the default build tool on Windows.
- Generate projects with portable DebugType instead of full.
</content>
</entry>
<entry>
<title>Mono: BindingsGenerator enum fixes</title>
<updated>2018-04-28T20:25:25Z</updated>
<author>
<name>Ignacio Etcheverry</name>
</author>
<published>2018-04-28T20:25:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=fbc808012f0e9a0b977997aedcec705509970b96'/>
<id>urn:sha1:fbc808012f0e9a0b977997aedcec705509970b96</id>
<content type='text'>
- Make enums have an unique signature name of int. This means that when generating internal methods, there is no difference between different enums types nor between enums and int. This way enums can re-use internal methods.
- Make type resolver fallback to int if a type is not found and it's an enum.
</content>
</entry>
<entry>
<title>Merge pull request #18399 from neikeq/u</title>
<updated>2018-04-24T18:58:25Z</updated>
<author>
<name>Ignacio Etcheverry</name>
</author>
<published>2018-04-24T18:58:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=6faa96fb89ab33fe3a6b37eecca1c7cf2934ff75'/>
<id>urn:sha1:6faa96fb89ab33fe3a6b37eecca1c7cf2934ff75</id>
<content type='text'>
Mono fixes</content>
</entry>
<entry>
<title>Mono: Fix '!t' error messages when generating bindings</title>
<updated>2018-04-24T18:47:06Z</updated>
<author>
<name>Ignacio Etcheverry</name>
</author>
<published>2018-04-24T18:46:28Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=ff7fe9e771c0146b79aea7fa23a7bf262397992c'/>
<id>urn:sha1:ff7fe9e771c0146b79aea7fa23a7bf262397992c</id>
<content type='text'>
This error wasn't affecting the bindings generation process.
</content>
</entry>
<entry>
<title>Merge pull request #17864 from NikodemL/fix_mono_bottom_panel_issue_activated</title>
<updated>2018-04-09T07:15:43Z</updated>
<author>
<name>Ignacio Etcheverry</name>
</author>
<published>2018-04-09T07:15:43Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=ea0e73f3c8be433dba3b98808b57dd1e2ca4d934'/>
<id>urn:sha1:ea0e73f3c8be433dba3b98808b57dd1e2ca4d934</id>
<content type='text'>
Fixed mono bottom panel to select the correct file when messages are filtered</content>
</entry>
<entry>
<title>Fixed _issue_activated to take the correct issue id from the list</title>
<updated>2018-03-30T14:32:14Z</updated>
<author>
<name>Nikodem Lokatelj</name>
</author>
<published>2018-03-30T14:32:14Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=4fdee1d9f1265e29c836ba8887157682ad6e76f0'/>
<id>urn:sha1:4fdee1d9f1265e29c836ba8887157682ad6e76f0</id>
<content type='text'>
</content>
</entry>
</feed>
