summaryrefslogtreecommitdiff
path: root/modules/mono/mono_gd
AgeCommit message (Expand)Author
2019-07-25Mono: Don't try to update project assemblies from project managerIgnacio Etcheverry
2019-07-24Mono: Add option to keep running after unhandled exceptionsIgnacio Etcheverry
2019-07-22Mono: Fix editor API assembly not being updatedIgnacio Etcheverry
2019-07-20Fix mono module build errors for release templatesIgnacio Etcheverry
2019-07-14Mono: Better handling of missing/outdated API assembliesIgnacio Etcheverry
2019-07-09Merge pull request #30463 from neikeq/fix-search-dirsRémi Verschelde
2019-07-09Fix export templates ignoring assemblies in 'res://.mono/assemblies'Ignacio Etcheverry
2019-07-08Mono: Fix build errors with tools=noIgnacio Etcheverry
2019-07-08Fix --generate-mono-glue bug when directory doesn't existIgnacio Etcheverry
2019-07-05Re-write mono module editor code in C#Ignacio Etcheverry
2019-07-03Mono: Android build and shared libraries fixesIgnacio Etcheverry
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-03Android build and export for the mono moduleIgnacio Etcheverry
2019-05-21Merge pull request #29079 from neikeq/oopsieIgnacio Roldán Etcheverry
2019-05-21Fix C# build error in MarshalUtils debug codeIgnacio Etcheverry
2019-05-21Replace call to 'mono_runtime_object_init' with manual ctor invokingIgnacio Etcheverry
2019-05-18C#: Marshalling support for IEnumerable<> and IDictionary<,>Ignacio Etcheverry
2019-04-29C#: Support resource type hint in exported arraysIgnacio Etcheverry
2019-04-29Merge pull request #28423 from neikeq/dont-forget-to-think-a-name-for-this-br...Rémi Verschelde
2019-04-26Mono: Lazily load scripts metadata fileIgnacio Etcheverry
2019-04-25C# bindings generator cleanupIgnacio Etcheverry
2019-04-24Fix invalid mono log file name on WindowsIgnacio Etcheverry
2019-04-18Mono: Use exit(status) instead of abort() in exception hookIgnacio Etcheverry
2019-04-17Mono: Logging improvementsIgnacio Etcheverry
2019-04-08Merge pull request #27711 from neikeq/ifdef-clang-tidyRémi Verschelde
2019-04-06C#: Support type hints for exported ArraysIgnacio Etcheverry
2019-04-06C#: Add marshalling support for IEnumerable and IDictionaryIgnacio Etcheverry
2019-04-05Replace a few #if/#elif with #ifdef and "#elif defined"Ignacio Etcheverry
2019-03-10Mono: Some assembly referencing changes and cleanupIgnacio Etcheverry
2019-03-09Mono: Fix assemblies path String incorrectly constructed from utf8Ignacio Etcheverry
2019-03-08Merge pull request #26746 from shartte/godot-trace-listenerIgnacio Roldán Etcheverry
2019-03-07Added a Godot TraceListener, which is automatically installed on startup. Fix...Sebastian Hartte
2019-03-07Mono: Fix crash when re-using script binding after domain reloadingIgnacio Etcheverry
2019-03-05Merge pull request #26661 from neikeq/issue-17601Ignacio Etcheverry
2019-03-05Mono: Fix array field being assigned MonoArray** instead of MonoArray*Ignacio Etcheverry
2019-03-04Merge pull request #26591 from neikeq/oiRémi Verschelde
2019-03-04Mono: Add option to print MSBuild output and improve out of sync errorIgnacio Etcheverry
2019-03-02Add mono log profiler supportCarter Anderson
2019-02-27Fix -Wsign-compare warnings.marxin
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-19C#: Add 'Singleton' property to singleton wrapper classIgnacio Etcheverry
2019-02-19Merge pull request #25890 from neikeq/issue-25818Ignacio Etcheverry
2019-02-15Don't print 'Cannot find Mono in the registry' if bundled with GodotIgnacio Etcheverry
2019-02-15Mono: Fix export template build errorsIgnacio Etcheverry
2019-02-14Fix Godot.Reference marshalling from MonoObject* to VariantIgnacio Etcheverry
2019-02-13Merge pull request #25821 from akien-mga/sync-class-and-filenamesRémi Verschelde
2019-02-12Modules: Ensure classes match their header filenameRémi Verschelde
2019-02-12Merge pull request #25721 from neikeq/wwRémi Verschelde
2019-02-10Do not initialize Mono if 'res://.mono/' and mscorlib are missingIgnacio Etcheverry