summaryrefslogtreecommitdiff
path: root/modules/mono
AgeCommit message (Expand)Author
2020-09-23Fix C# string.IsAbsPath()Zae
2020-09-18Fix typos with codespellRémi Verschelde
2020-09-16Fix ExprMatch stackoverflowRaul Santos
2020-09-13Add mono log message to error for fatal errorsTom Daffin
2020-09-13Merge pull request #42000 from aaronfranke/cs-arr-concatRémi Verschelde
2020-09-13C#: Fix csproj not synced on file move/removal from FS dockIgnacio Etcheverry
2020-09-12Add concatenation support and a new ctor to Godot.Collections.ArrayAaron Franke
2020-09-11Remove unused Python local variables.Marcel Admiraal
2020-09-10Remove unused Python imports.Marcel Admiraal
2020-09-08Change inequality comparison operators to use exact equalityAaron Franke
2020-09-08Merge pull request #41888 from neikeq/sln-bomRémi Verschelde
2020-09-08C#: Use BOM when creating a solutionIgnacio Etcheverry
2020-09-08C#: Fix endless reload loop if project has unicode charsIgnacio Etcheverry
2020-09-06Fix header guards in modules:Marcel Admiraal
2020-09-06Handle csproj "Remove" globsAlex de la Mare
2020-09-04Fix Mono path utils char types.bruvzg
2020-09-04Merge pull request #41753 from neikeq/csharp-hide-build-button-if-no-projRémi Verschelde
2020-09-04Merge pull request #41747 from neikeq/issue-41446Rémi Verschelde
2020-09-04Merge pull request #41750 from neikeq/issue-41745Rémi Verschelde
2020-09-04Merge pull request #41748 from neikeq/issue-41712Rémi Verschelde
2020-09-04C#: Hide Build button if there's no solution to buildIgnacio Etcheverry
2020-09-04C#: Fix Godot failing to find class namespaceIgnacio Etcheverry
2020-09-04Fix 'Parameter "assembly" is null' errorIgnacio Etcheverry
2020-09-04Fix parsing of C# files with spaces in the pathIgnacio Etcheverry
2020-09-03[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg
2020-09-03C#: Fix Windows detection for copying MSBuild stubIgnacio Etcheverry
2020-09-02Merge python EnvironmentError, IOError and WindowsError into OSError.Marcel Admiraal
2020-09-01Simplify html_is_valid and allow it to work with 3 and 4 hex digitsAaron Franke
2020-09-01Change Color HTML conversion from ARGB to RGBAAaron Franke
2020-08-31Add link titles for all links in the class referenceHugo Locurcio
2020-08-30Merge pull request #41613 from neikeq/possiblyRémi Verschelde
2020-08-30Merge pull request #41611 from neikeq/issue-41444Rémi Verschelde
2020-08-30Fix clang-tidy warnings due to semicolon after mono module macrosIgnacio Etcheverry
2020-08-30C#: Fix InvalidCastException on exportIgnacio Etcheverry
2020-08-30C#: Fix crash on export when incorrectly freeing MonoAssemblyNameIgnacio Etcheverry
2020-08-29Mono: Improve MSBuildFinder logic on WindowsThaina Yu
2020-08-24C#: Fix 'Parameter toolsPath cannot be null' errorIgnacio Etcheverry
2020-08-21Merge pull request #41410 from neikeq/no-bom-on-csproj-creationRémi Verschelde
2020-08-21Merge pull request #41409 from neikeq/fix-null-in-msbuild-loggerRémi Verschelde
2020-08-21C#: Save newly created csproj files without BOMIgnacio Etcheverry
2020-08-21C#: Fix null exception in our MSBuild loggerIgnacio Etcheverry
2020-08-21Mono/C#: Fix editor using wrong project assembly path in rare casesIgnacio Etcheverry
2020-08-19C#: Fix editor unable to play game after IDE PlayRequestIgnacio Etcheverry
2020-07-27Make all String float conversion methods be 64-bitAaron Franke
2020-07-27Pop from front to avoid infinite loop with nested classesNhiqill
2020-07-26Merge pull request #40595 from neikeq/godot-net-sdk-and-net-standardRémi Verschelde
2020-07-26CI: Install master version of psf/blackRémi Verschelde
2020-07-25C#: Switch games to MSBuild Sdks and .NET StandardIgnacio Etcheverry
2020-07-24Remove multilevel callsGeorge Marques
2020-07-22Fix typos in GodotSharp code docsmega-bit