summaryrefslogtreecommitdiff
path: root/modules/mono/editor
AgeCommit message (Expand)Author
2019-08-09Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'modules/mono'Ignacio Etcheverry
2019-08-04C#: Add Ide Connection library and server for the editorIgnacio Etcheverry
2019-07-26Merge pull request #30842 from neikeq/fix-custom-props-msbuildIgnacio Roldán Etcheverry
2019-07-26Mono: Fix custom defines for Mono's MSBuild; remove xbuildIgnacio Etcheverry
2019-07-25Fix incorrectly updating csproj and not closing build issues fileIgnacio Etcheverry
2019-07-24Mono: Fix regression: external editors not working on WindowsIgnacio Etcheverry
2019-07-14Mono: Better handling of missing/outdated API assembliesIgnacio Etcheverry
2019-07-11Mono: Add old TTRs to GodotToolsIgnacio Etcheverry
2019-07-10Merge pull request #30502 from neikeq/chotto-matte-kudasaiIgnacio Roldán Etcheverry
2019-07-10Merge pull request #30501 from neikeq/dispose-godotsharpexportIgnacio Roldán Etcheverry
2019-07-10Mono: Fix Api HintPath and update old game projectsIgnacio Etcheverry
2019-07-10Mono: Fix null dereference in EditorExportPlatformAndroidIgnacio Etcheverry
2019-07-10Merge pull request #30486 from neikeq/fix-indexoutofbounds-msbuildfinderIgnacio Roldán Etcheverry
2019-07-10Merge pull request #30489 from neikeq/fix-nullexc-on-gengameprojIgnacio Roldán Etcheverry
2019-07-10Mono: Fix null exception in GenerateGameProjectIgnacio Etcheverry
2019-07-10Fix IndexOutOfBounds in FindMsBuildToolsPathOnWindowsIgnacio Etcheverry
2019-07-10Mono: Add missing GodotTools.slnIgnacio Etcheverry
2019-07-08Fix --generate-mono-glue bug when directory doesn't existIgnacio Etcheverry
2019-07-08Fix C# bindings detection of abstract classesIgnacio Etcheverry
2019-07-08Fix InvalidCastException when loading script metadataIgnacio Etcheverry
2019-07-05Script API methods must return Ref<T> instead of Reference*Ignacio 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-15Mono: Fix -Wduplicated-branches warningRémi Verschelde
2019-06-03Android build and export for the mono moduleIgnacio Etcheverry
2019-05-29Escape quote char for non-Windows OSShyRed
2019-05-26Add Godot constants to Mono project buildsShyRed
2019-05-24C#: Implement ScriptInstance::to_stringIgnacio Etcheverry
2019-04-29Merge pull request #28423 from neikeq/dont-forget-to-think-a-name-for-this-br...Rémi Verschelde
2019-04-27C#: Generate the correct integer and floating point typesIgnacio Etcheverry
2019-04-26Mono: Lazily load scripts metadata fileIgnacio Etcheverry
2019-04-25C#: Mark generated property accessor methods as ObsoleteIgnacio Etcheverry
2019-04-25C# bindings generator cleanupIgnacio Etcheverry
2019-04-19Use StringBuilder in C# bindings generatorIgnacio Etcheverry
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-04-08Merge pull request #27809 from neikeq/github-plsIgnacio Roldán Etcheverry
2019-04-08Workaround for syntax highlighting issue in GitHubIgnacio Etcheverry
2019-04-08Merge pull request #27711 from neikeq/ifdef-clang-tidyRémi Verschelde
2019-04-05Replace a few #if/#elif with #ifdef and "#elif defined"Ignacio Etcheverry
2019-04-05Merge pull request #27677 from akien-mga/Wimplicit-fallthroughRémi Verschelde
2019-04-05Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-...Rémi Verschelde
2019-04-05Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde
2019-03-29EditorHelp, makerst: Improve enum ref resolving and constant ref supportIgnacio Etcheverry
2019-03-29C#: Add DynamicGodotObject classIgnacio Etcheverry
2019-03-23Merge pull request #27359 from neikeq/who-reads-docs-anywayIgnacio Roldán Etcheverry
2019-03-23C#: Bindings generator now translates BBCode docs to XML commentsIgnacio Etcheverry
2019-03-20Fix parsing of generic type declarations in C# source files.Sebastian Hartte
2019-03-12Mono: Update welcome message with current stateRémi Verschelde