Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-25 | Fix mono build after bc2e8d99 | Rémi Verschelde | |
2017-11-17 | Rename Rect3 to AABB. | Ferenc Arn | |
Fixes #12973. | |||
2017-11-15 | doc: Rename "@Global Scope" to "@GlobalScope" | Rémi Verschelde | |
Spaces in filenames are evil. | |||
2017-11-14 | Move singleton management from ProjectSettings to Engine | Leon Krause | |
2017-11-10 | Remove preprocessor directives from macro arguments | Matthias Hoelzl | |
Preprocessor directives within macro arguments lead to undefined behavior, and VC++ actually rejects them as compiler errors. | |||
2017-11-09 | Fixed editor settings disappearing. | Daniel J. Ramirez | |
Some items that are no longer defined may disappear, but thats expected i guess. | |||
2017-11-05 | Merge pull request #12642 from BrainBlasted/fix_msbuild_unix | Rémi Verschelde | |
Added fallback for msbuild.exe. | |||
2017-11-05 | Convert DOS line endings to Unix line endings | Rémi Verschelde | |
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. | |||
2017-11-04 | Added for fallback msbuild.exe. | BrainBlasted | |
Fixes #12613 | |||
2017-10-31 | Merge pull request #12535 from neikeq/wtf··· | Ignacio Etcheverry | |
Fix msbuild hint paths returning only the directory | |||
2017-10-31 | Fix msbuild hint paths returning only the directory | Ignacio Etcheverry | |
2017-10-30 | Remove Visual Studio for now from the external editors list | Ignacio Etcheverry | |
2017-10-29 | Merge pull request #12491 from neikeq/waitasecond··· | Ignacio Etcheverry | |
Fix FrameworkPathOverride and assemblies path loop | |||
2017-10-29 | Fix FrameworkPathOverride and assemblies path loop | Ignacio Etcheverry | |
2017-10-29 | Merge pull request #12475 from neikeq/ohuiii | Rémi Verschelde | |
Fix regression from #12473 and #12388 | |||
2017-10-29 | Merge pull request #12474 from neikeq/s | Rémi Verschelde | |
Mono: Add build project button and reload interval | |||
2017-10-29 | Fix regression from #12473 and #12388 | Ignacio Etcheverry | |
2017-10-29 | Merge pull request #12473 from neikeq/Alpha2?-Let'sDoThis | Ignacio Etcheverry | |
BindingsGenerator cleanup and improved error messages | |||
2017-10-29 | Mono: Add build project button and reload interval | Ignacio Etcheverry | |
2017-10-29 | Merge pull request #12388 from neikeq/r | Ignacio Etcheverry | |
Buildsystem improvements for the Mono module | |||
2017-10-29 | Buildsystem improvements for the Mono module | Ignacio Etcheverry | |
- 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. | |||
2017-10-29 | BindingsGenerator cleanup and improved error messages | Ignacio Etcheverry | |
If there is an error generating a property or a method, the error message will include the member and class names. | |||
2017-10-27 | Mono: Use "UnnamedProject" if application/config/name is empty | Unknown | |
2017-10-24 | Exit after generating mono glue | Ignacio Etcheverry | |
2017-10-24 | Mono: Fix and cleanup build start errors | Ignacio Etcheverry | |
2017-10-23 | Mono: Prevent raising exceptions in native code | Ignacio Etcheverry | |
For now we will just print the exceptions we catch. Later, we should use something similar to 'mono_set_pending_exception(ex)'. | |||
2017-10-16 | Improve signature of signal target generated function | Ignacio Etcheverry | |
2017-10-16 | Merge pull request #12135 from neikeq/g | Ignacio Etcheverry | |
Re-write SignalAwaiter implementation | |||
2017-10-16 | Re-write SignalAwaiter implementation | Ignacio Etcheverry | |
Old implementation had issues where you could only await on the same signal of the same source once. | |||
2017-10-11 | Merge pull request #11954 from neikeq/d | Ignacio Etcheverry | |
Added 'exposed' field to ClassInfo for registered classes | |||
2017-10-09 | Mono: Make use of ClassInfo's exposed API | Ignacio Etcheverry | |
- BindingsGenerator only generates exposed classes. - Fix creation of managed instances of non-exposed classes. | |||
2017-10-07 | Merge pull request #11900 from neikeq/a | Ignacio Etcheverry | |
Fix assembly load hooks and sizeof wrong type | |||
2017-10-07 | Fix sizeof wrong type | Ignacio Etcheverry | |
2017-10-07 | Merge pull request #11896 from neikeq/pr-issue-11892 | Ignacio Etcheverry | |
Quote MSBuild arguments | |||
2017-10-07 | Quote MSBuild arguments. Fixes #11892 | Ignacio Etcheverry | |
2017-10-05 | Fix mono enabled builds (broken by 3d87b70). | Ferenc Arn | |
2017-10-05 | Add C# script to csproj when attaching it to an object | Ignacio Etcheverry | |
2017-10-05 | Add alternative search locations for msbuild | Ignacio Etcheverry | |
2017-10-03 | Added mono module | Ignacio Etcheverry | |