<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/modules/mono/editor/GodotSharpTools, 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/GodotSharpTools?h=mirror</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/modules/mono/editor/GodotSharpTools?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: 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>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>Convert DOS line endings to Unix line endings</title>
<updated>2017-11-05T10:37:59Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2017-11-05T10:37:59Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5bc2cf257b46b7ba52c95e43c9b0f91f6e06998e'/>
<id>urn:sha1:5bc2cf257b46b7ba52c95e43c9b0f91f6e06998e</id>
<content type='text'>
Should fix issues some of us have with `misc/dist/uwp_template/AppxManifest.xml`
always showing up as modified.
Might cause issues on Windows due to the removal of BOMs or change of line endings
in some of the Mono, UWP or gradlew.bat files, we will test and adapt if need be.
</content>
</entry>
<entry>
<title>Fix regression from #12473 and #12388</title>
<updated>2017-10-29T09:11:20Z</updated>
<author>
<name>Ignacio Etcheverry</name>
</author>
<published>2017-10-29T09:11:20Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=15e30187eed48c4f70efe94c2624c2e50d302295'/>
<id>urn:sha1:15e30187eed48c4f70efe94c2624c2e50d302295</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Buildsystem improvements for the Mono module</title>
<updated>2017-10-29T03:26:13Z</updated>
<author>
<name>Ignacio Etcheverry</name>
</author>
<published>2017-10-24T20:47:27Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=9f469887fc72c98f4a5fac736860546cf54f87ee'/>
<id>urn:sha1:9f469887fc72c98f4a5fac736860546cf54f87ee</id>
<content type='text'>
- Make sure to search the mono installation directory for the right architecture in the windows registry.
- Do not build GodotSharpTools directly to #bin dir. Instead build to the default output path and copy it. This way we avoid MSBuild adding files we don't want to #bin.
- Add hint path for MSBuild in OSX.
- Copy shared library on Unix if not statically linking.
- Use vswhere to search MSBuild and search for 14.0 tools version in the registry instead of 4.0.
- SCons will only fallback xbuild when msbuild is not found if 'xbuild_fallback=yes' is passed to the command.
- Use mono's assembly path as FrameworkPathOverride if using with system's MSBuild (not mono's fork).
- Cleanup.
</content>
</entry>
<entry>
<title>Quote MSBuild arguments. Fixes #11892</title>
<updated>2017-10-06T23:21:11Z</updated>
<author>
<name>Ignacio Etcheverry</name>
</author>
<published>2017-10-06T23:21:11Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=14280ac44b2d1f687f2fde99d6998628dd1a31af'/>
<id>urn:sha1:14280ac44b2d1f687f2fde99d6998628dd1a31af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add C# script to csproj when attaching it to an object</title>
<updated>2017-10-04T22:10:51Z</updated>
<author>
<name>Ignacio Etcheverry</name>
</author>
<published>2017-10-04T22:10:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=df22bbd7ede088293d92e3c9c30da1fd4c26dccc'/>
<id>urn:sha1:df22bbd7ede088293d92e3c9c30da1fd4c26dccc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add alternative search locations for msbuild</title>
<updated>2017-10-04T22:08:38Z</updated>
<author>
<name>Ignacio Etcheverry</name>
</author>
<published>2017-10-04T22:08:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=b4d758e067f65de2f10d116efe0dbf682671317d'/>
<id>urn:sha1:b4d758e067f65de2f10d116efe0dbf682671317d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added mono module</title>
<updated>2017-10-02T22:01:26Z</updated>
<author>
<name>Ignacio Etcheverry</name>
</author>
<published>2017-10-02T21:24:00Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e36fb95c50ce0cd0ab9621afe668332895712c2e'/>
<id>urn:sha1:e36fb95c50ce0cd0ab9621afe668332895712c2e</id>
<content type='text'>
</content>
</entry>
</feed>
