summaryrefslogtreecommitdiff
path: root/modules/mono
AgeCommit message (Expand)Author
2020-10-23C#: Make editor create NuGet fallback folder for Godot packagesIgnacio Etcheverry
2020-10-23C#: Re-work solution build output panelIgnacio Etcheverry
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-10-17Add GetStringFromUTF8 and GetStringFromASCIIAaron Franke
2020-10-13Fix code duplication in CSharpScriptopl-
2020-10-09Mono: Fix typo in Godot.NET.Sdk.nuspecRémi Verschelde
2020-10-08Adressed ReviewLorenz Junglas
2020-10-08C# GodotTools: Replace platform Identifier "OSX" with "macOS"Lorenz Junglas
2020-10-06Improve the Vector2 rotated code in C#Aaron Franke
2020-10-02iOS: RefactoringSergey Minakov
2020-09-29Fix error message when exporting a write-only property without a setterEduardo Rodrigues
2020-09-28Merge pull request #38704 from aaronfranke/mono-dotgodotRémi Verschelde
2020-09-25Style: Fix black formatting after #42332Rémi Verschelde
2020-09-25Enable the `copy_mono_root` SCons option by defaultHugo Locurcio
2020-09-24Merge pull request #42293 from ricardoalcantara/fix_basis_csharpRémi Verschelde
2020-09-24Basis RotationQuat should be public.Ricardo Alcantara
2020-09-23Rename the ".mono" folder to ".godot/mono"Aaron Franke
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