aboutsummaryrefslogtreecommitdiff
path: root/modules/mono/editor (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-2/+2
| | | | Fixes #12973.
* doc: Rename "@Global Scope" to "@GlobalScope"Rémi Verschelde2017-11-151-2/+2
| | | | Spaces in filenames are evil.
* Move singleton management from ProjectSettings to EngineLeon Krause2017-11-141-3/+3
|
* Remove preprocessor directives from macro argumentsMatthias Hoelzl2017-11-101-5/+5
| | | | | Preprocessor directives within macro arguments lead to undefined behavior, and VC++ actually rejects them as compiler errors.
* Fixed editor settings disappearing.Daniel J. Ramirez2017-11-092-10/+6
| | | | Some items that are no longer defined may disappear, but thats expected i guess.
* Merge pull request #12642 from BrainBlasted/fix_msbuild_unixRémi Verschelde2017-11-051-0/+4
|\ | | | | Added fallback for msbuild.exe.
| * Added for fallback msbuild.exe.BrainBlasted2017-11-041-0/+4
| | | | | | | | Fixes #12613
* | Convert DOS line endings to Unix line endingsRémi Verschelde2017-11-051-17/+17
|/ | | | | | | 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.
* Merge pull request #12535 from neikeq/wtf···Ignacio Etcheverry2017-10-311-3/+3
|\ | | | | Fix msbuild hint paths returning only the directory
| * Fix msbuild hint paths returning only the directoryIgnacio Etcheverry2017-10-311-3/+3
| |
* | Remove Visual Studio for now from the external editors listIgnacio Etcheverry2017-10-302-7/+1
|/
* Merge pull request #12491 from neikeq/waitasecond···Ignacio Etcheverry2017-10-291-3/+11
|\ | | | | Fix FrameworkPathOverride and assemblies path loop
| * Fix FrameworkPathOverride and assemblies path loopIgnacio Etcheverry2017-10-291-3/+11
| |
* | Merge pull request #12475 from neikeq/ohuiiiRémi Verschelde2017-10-293-66/+54
|\| | | | | Fix regression from #12473 and #12388
| * Fix regression from #12473 and #12388Ignacio Etcheverry2017-10-293-66/+54
| |
* | Merge pull request #12474 from neikeq/sRémi Verschelde2017-10-296-17/+90
|\ \ | |/ |/| Mono: Add build project button and reload interval
| * Mono: Add build project button and reload intervalIgnacio Etcheverry2017-10-296-17/+90
| |
* | Merge pull request #12473 from neikeq/Alpha2?-Let'sDoThisIgnacio Etcheverry2017-10-292-535/+572
|\| | | | | BindingsGenerator cleanup and improved error messages
| * BindingsGenerator cleanup and improved error messagesIgnacio Etcheverry2017-10-292-535/+572
| | | | | | | | If there is an error generating a property or a method, the error message will include the member and class names.
* | Merge pull request #12388 from neikeq/rIgnacio Etcheverry2017-10-293-43/+98
|\ \ | |/ |/| Buildsystem improvements for the Mono module
| * Buildsystem improvements for the Mono moduleIgnacio Etcheverry2017-10-293-43/+98
| | | | | | | | | | | | | | | | | | | | | | - 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.
* | Mono: Use "UnnamedProject" if application/config/name is emptyUnknown2017-10-271-0/+4
| |
* | Exit after generating mono glueIgnacio Etcheverry2017-10-241-10/+30
|/
* Mono: Fix and cleanup build start errorsIgnacio Etcheverry2017-10-243-19/+28
|
* Mono: Prevent raising exceptions in native codeIgnacio Etcheverry2017-10-231-4/+4
| | | | For now we will just print the exceptions we catch. Later, we should use something similar to 'mono_set_pending_exception(ex)'.
* Improve signature of signal target generated functionIgnacio Etcheverry2017-10-161-30/+0
|
* Merge pull request #12135 from neikeq/gIgnacio Etcheverry2017-10-161-4/+0
|\ | | | | Re-write SignalAwaiter implementation
| * Re-write SignalAwaiter implementationIgnacio Etcheverry2017-10-161-4/+0
| | | | | | | | Old implementation had issues where you could only await on the same signal of the same source once.
* | Merge pull request #11954 from neikeq/dIgnacio Etcheverry2017-10-111-15/+6
|\ \ | |/ |/| Added 'exposed' field to ClassInfo for registered classes
| * Mono: Make use of ClassInfo's exposed APIIgnacio Etcheverry2017-10-091-15/+6
| | | | | | | | | | - BindingsGenerator only generates exposed classes. - Fix creation of managed instances of non-exposed classes.
* | Merge pull request #11900 from neikeq/aIgnacio Etcheverry2017-10-071-1/+1
|\| | | | | Fix assembly load hooks and sizeof wrong type
| * Fix sizeof wrong typeIgnacio Etcheverry2017-10-071-1/+1
| |
* | Merge pull request #11896 from neikeq/pr-issue-11892Ignacio Etcheverry2017-10-072-1/+5
|\| | | | | Quote MSBuild arguments
| * Quote MSBuild arguments. Fixes #11892Ignacio Etcheverry2017-10-072-1/+5
| |
* | Fix mono enabled builds (broken by 3d87b70).Ferenc Arn2017-10-052-4/+4
|/
* Add C# script to csproj when attaching it to an objectIgnacio Etcheverry2017-10-052-3/+6
|
* Add alternative search locations for msbuildIgnacio Etcheverry2017-10-052-8/+54
|
* Added mono moduleIgnacio Etcheverry2017-10-0325-0/+5421