summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-146-0/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1436-309/+0
* Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde2020-05-142-2/+2
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-1410-131/+63
* Merge pull request #38638 from pepegadeveloper123/mono_inherited_scene_bugRémi Verschelde2020-05-112-68/+94
|\
| * Inherited C# scene not inheriting parent's fieldspepegadeveloper1232020-05-112-68/+94
* | Merge pull request #38650 from neikeq/dotnet-cli-supportRémi Verschelde2020-05-1115-95/+198
|\ \
| * | C#: Support for building with the dotnet CLIIgnacio Etcheverry2020-05-1115-95/+198
| |/
* / Implement CSharpScript::inherits_scriptIgnacio Etcheverry2020-05-101-4/+9
|/
* Revert "Renamed plane's d to distance"Rémi Verschelde2020-05-102-27/+27
* Merge pull request #38621 from akien-mga/stylé-comme-jamaisRémi Verschelde2020-05-104-10/+23
|\
| * Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-102-6/+17
| * Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-102-4/+6
* | Merge pull request #38600 from neikeq/noIgnacio Roldán Etcheverry2020-05-1071-1645/+2510
|\ \ | |/ |/|
| * C#: Rewrite GodotTools messaging protocolIgnacio Etcheverry2020-05-0942-1047/+2239
| * C#: Use Sdks in GodotTools csprojs and switch to nuget Microsoft.BuildIgnacio Etcheverry2020-05-0926-531/+140
| * C#/Mono: Check assembly version when loadingIgnacio Etcheverry2020-05-099-72/+136
* | Renamed plane's d to distanceMarcus Elg2020-05-102-27/+27
* | C#: Remove StringExtensions.Empty() functionIgnacio Etcheverry2020-05-091-13/+5
|/
* Merge pull request #38596 from neikeq/msbuild-restoreIgnacio Roldán Etcheverry2020-05-094-132/+25
|\
| * Mono: Use msbuild instead of nuget.exe for restoringIgnacio Etcheverry2020-05-094-132/+25
* | Mono: Fix hot-reloading of nested classesIgnacio Etcheverry2020-05-093-6/+21
|/
* Merge pull request #36379 from aaronfranke/color-constructorsRémi Verschelde2020-05-071-1/+9
|\
| * Color with alpha constructorAaron Franke2020-04-291-1/+9
* | Remove some C++11 polyfill defines that are no longer neededHugo Locurcio2020-05-031-10/+0
* | Fix growMargin() not returning modified Rect2/Rect2iNannaquin2020-04-292-2/+2
|/
* [Mono] Rename LinearInterpolate to LerpAaron Franke2020-04-295-24/+52
* Merge pull request #36960 from pycbouh/docs-improve-shortcutsRémi Verschelde2020-04-291-1/+5
|\
| * Improve shortcut formatting in docsYuri Sizov2020-04-101-1/+5
* | Mono/C#: Fix load hook not called for some assemblies on domain reloadIgnacio Etcheverry2020-04-231-0/+13
* | C#: Fix always saving copy of csproj even with no changesIgnacio Etcheverry2020-04-231-2/+23
* | Merge pull request #38123 from neikeq/fix-hotreload-twiceRémi Verschelde2020-04-231-1/+4
|\ \
| * | Mono/C#: Fix assemblies being reloaded a second time unnecesarilyIgnacio Etcheverry2020-04-231-1/+4
* | | C#: Revert marshalling of IDictionary/IEnumerable implementing typesIgnacio Etcheverry2020-04-2313-475/+303
|/ /
* | Merge pull request #38117 from neikeq/export-mono-array-godot-objectIgnacio Roldán Etcheverry2020-04-223-0/+39
|\ \
| * | Mono/C#: Allow exporting System.Array of type Godot.ObjectIgnacio Etcheverry2020-04-223-0/+39
* | | Merge pull request #38110 from neikeq/csproj-safer-migrationIgnacio Roldán Etcheverry2020-04-225-43/+76
|\ \ \
| * | | C#: Save copy of sln and csproj before applying fixesIgnacio Etcheverry2020-04-225-43/+76
| |/ /
* / / Mono/C#: Allow debugging exported gamesIgnacio Etcheverry2020-04-225-44/+54
|/ /
* | Add ability to bind typed arrays to script APIJuan Linietsky2020-04-212-0/+14
* | Exposed RenderingDevice to script APIJuan Linietsky2020-04-202-2/+2
* | Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editorRémi Verschelde2020-04-201-1/+1
* | Mono: Fix include for Android supportRémi Verschelde2020-04-181-1/+1
|/
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-04-036-24/+23
* Replace more occurrences of NULL with nullptrRémi Verschelde2020-04-021-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-0240-566/+566
* Merge pull request #37484 from Calinou/csharp-verbatim-string-highlightRémi Verschelde2020-04-011-1/+2
|\
| * Remove syntax highlighting for C# verbatim strings due to bugsHugo Locurcio2020-04-011-1/+2
* | Mono/C#: Add iOS supportIgnacio Etcheverry2020-03-3124-634/+1344
* | Mono/C#: Fix MinGW build not supporting `.lib` librariesIgnacio Etcheverry2020-03-311-34/+57
|/