summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* Handle csproj "Remove" globsAlex de la Mare2020-09-062-3/+5
* Fix Mono path utils char types.bruvzg2020-09-041-6/+16
* Merge pull request #41753 from neikeq/csharp-hide-build-button-if-no-projRémi Verschelde2020-09-041-9/+12
|\
| * C#: Hide Build button if there's no solution to buildIgnacio Etcheverry2020-09-041-9/+12
* | Merge pull request #41747 from neikeq/issue-41446Rémi Verschelde2020-09-041-3/+4
|\ \
| * | Fix parsing of C# files with spaces in the pathIgnacio Etcheverry2020-09-041-3/+4
| |/
* | Merge pull request #41750 from neikeq/issue-41745Rémi Verschelde2020-09-041-1/+1
|\ \
| * | C#: Fix Godot failing to find class namespaceIgnacio Etcheverry2020-09-041-1/+1
| |/
* | Merge pull request #41748 from neikeq/issue-41712Rémi Verschelde2020-09-041-2/+6
|\ \
| * | Fix 'Parameter "assembly" is null' errorIgnacio Etcheverry2020-09-041-2/+6
| |/
* | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-036-72/+18
* | C#: Fix Windows detection for copying MSBuild stubIgnacio Etcheverry2020-09-031-1/+1
|/
* Merge python EnvironmentError, IOError and WindowsError into OSError.Marcel Admiraal2020-09-021-5/+5
* Simplify html_is_valid and allow it to work with 3 and 4 hex digitsAaron Franke2020-09-011-30/+8
* Change Color HTML conversion from ARGB to RGBAAaron Franke2020-09-011-48/+47
* Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
* Merge pull request #41613 from neikeq/possiblyRémi Verschelde2020-08-302-9/+14
|\
| * Fix clang-tidy warnings due to semicolon after mono module macrosIgnacio Etcheverry2020-08-302-9/+14
* | Merge pull request #41611 from neikeq/issue-41444Rémi Verschelde2020-08-301-19/+22
|\ \
| * | C#: Fix crash on export when incorrectly freeing MonoAssemblyNameIgnacio Etcheverry2020-08-301-19/+22
| |/
* / C#: Fix InvalidCastException on exportIgnacio Etcheverry2020-08-301-1/+1
|/
* Mono: Improve MSBuildFinder logic on WindowsThaina Yu2020-08-291-2/+15
* C#: Fix 'Parameter toolsPath cannot be null' errorIgnacio Etcheverry2020-08-241-6/+14
* Merge pull request #41410 from neikeq/no-bom-on-csproj-creationRémi Verschelde2020-08-211-1/+3
|\
| * C#: Save newly created csproj files without BOMIgnacio Etcheverry2020-08-211-1/+3
* | Merge pull request #41409 from neikeq/fix-null-in-msbuild-loggerRémi Verschelde2020-08-211-4/+6
|\ \
| * | C#: Fix null exception in our MSBuild loggerIgnacio Etcheverry2020-08-211-4/+6
| |/
* / Mono/C#: Fix editor using wrong project assembly path in rare casesIgnacio Etcheverry2020-08-213-2/+3
|/
* C#: Fix editor unable to play game after IDE PlayRequestIgnacio Etcheverry2020-08-193-23/+21
* Make all String float conversion methods be 64-bitAaron Franke2020-07-271-1/+1
* Pop from front to avoid infinite loop with nested classesNhiqill2020-07-271-1/+1
* Merge pull request #40595 from neikeq/godot-net-sdk-and-net-standardRémi Verschelde2020-07-2624-1040/+450
|\
| * C#: Switch games to MSBuild Sdks and .NET StandardIgnacio Etcheverry2020-07-2524-1040/+450
* | CI: Install master version of psf/blackRémi Verschelde2020-07-261-1/+2
* | Remove multilevel callsGeorge Marques2020-07-242-41/+2
* | Fix typos in GodotSharp code docsmega-bit2020-07-225-10/+10
|/
* C#: Fix restore not called when building game projectsIgnacio Etcheverry2020-07-221-2/+7
* Fix XML in Plane.csAaron Franke2020-07-211-2/+2
* Update core documentation to match recent C# changesAaron Franke2020-07-212-3/+7
* Merge pull request #40218 from aaronfranke/mono-docsRémi Verschelde2020-07-1416-398/+3081
|\
| * Add C# XML documentation to core C# math typesAaron Franke2020-07-1116-398/+3081
* | Commit other files changed by file_format.shAaron Franke2020-07-133-5/+5
* | [macOS, Mono] Fix "Wdeprecated-declarations" build error.bruvzg2020-07-101-13/+10
|/
* Add a map of autoloads to ProjectSettingsGeorge Marques2020-07-061-9/+4
* Fix Mono PackedArray MarshallingDaniel Doran2020-07-051-16/+16
* Merge pull request #40137 from neikeq/fix-clangtidy-warnings-monoRémi Verschelde2020-07-0548-1205/+935
|\
| * Mono/C#: Fix several clang-tidy warnings and cleanupIgnacio Etcheverry2020-07-0548-1205/+935
* | fix crash when pass null in print array in GD.printendlesstravel2020-07-032-5/+9
|/
* Change assembly watcher after notification changesG'lek2020-06-301-1/+1
* Merge pull request #39837 from neikeq/fix-invalid-unbox-long-as-intRémi Verschelde2020-06-261-1/+1
|\