summaryrefslogtreecommitdiff
path: root/modules/mono/editor/Godot.NET.Sdk
AgeCommit message (Expand)Author
2022-08-29C#: Fix exported game crash because of uninitialized callbacksIgnacio Roldán Etcheverry
2022-08-29[Web] Rename JavaScript platform to Web.Fabio Alessandrelli
2022-08-29Merge pull request #64956 from raulsntos/dotnet/format-ciRémi Verschelde
2022-08-29Merge pull request #64900 from raulsntos/dotnet/fix-exceptionsIgnacio Roldán Etcheverry
2022-08-28C#: Ignore property indexers and report if exportedRaul Santos
2022-08-27Fix C# style with `dotnet format`Raul Santos
2022-08-26Fix various C# exceptionsRaul Santos
2022-08-26Remove `[Signal]` attribute from eventsRaul Santos
2022-08-25C#: Preserve order of exported fields/categoriesPaul Joannon
2022-08-25Merge pull request #64731 from raulsntos/dotnet6-variant-generics-analyzerRémi Verschelde
2022-08-25Add MustBeVariant attribute and analyzerRaul Santos
2022-08-24Remove mentions of the Server platform from the Mono moduleAaron Franke
2022-08-24Merge pull request #64742 from zaevi/csharp_add_grouping_attributesIgnacio Roldán Etcheverry
2022-08-22Improve C# signal analyzer errorsRaul Santos
2022-08-23C#: Add grouping attributes for properties.Zae
2022-08-22C#: Re-introduce generic Godot Array and DictionaryIgnacio Roldán Etcheverry
2022-08-22C#: Array, Dictionary and marshaling refactoringIgnacio Roldán Etcheverry
2022-08-22C#: Add dedicated Variant struct, replacing System.ObjectIgnacio Roldán Etcheverry
2022-08-22C#: Add source generator for method listIgnacio Roldán Etcheverry
2022-08-22C#: Add source generator for signals as eventsIgnacio Roldán Etcheverry
2022-08-22C#: Re-implement assembly reloading with ALCsIgnacio Roldán Etcheverry
2022-08-22C#: Make GodotSharp API a NuGet packageIgnacio Roldán Etcheverry
2022-08-22C#: Initial NativeAOT supportIgnacio Roldán Etcheverry
2022-08-22C#: Upgrade to .NET 6 (5.0 -> 6.0)Ignacio Roldán Etcheverry
2022-08-22C#: Static marshaling for bindings and source generatorsIgnacio Roldán Etcheverry
2022-08-22C#: Add source generator for properties and exports default valuesIgnacio Roldán Etcheverry
2022-08-22C#/netcore: Add base desktop game export implementationIgnacio Roldán Etcheverry
2022-08-22C#: Add initial implementation of source generator for script membersIgnacio Roldán Etcheverry
2022-08-22C#: Begin move to .NET CoreIgnacio Roldán Etcheverry
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg
2021-12-05Bump Godot.NET.Sdk and SourceGenerators versionsRaul Santos
2021-12-05Fix Godot.SourceGenerators for generic classesRaul Santos
2021-07-23Add a simple C# .editorconfigAaron Franke
2021-03-13C#: Fix ScriptPathAttribute generator with none or nested namespacesIgnacio Etcheverry
2021-03-06Add C# source generator for a new ScriptPath attributeIgnacio Etcheverry
2020-10-23C#: Make editor create NuGet fallback folder for Godot packagesIgnacio Etcheverry
2020-10-09Mono: Fix typo in Godot.NET.Sdk.nuspecRémi Verschelde
2020-09-23Rename the ".mono" folder to ".godot/mono"Aaron Franke
2020-09-18Fix typos with codespellRémi Verschelde
2020-07-25C#: Switch games to MSBuild Sdks and .NET StandardIgnacio Etcheverry