summaryrefslogtreecommitdiff
path: root/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators
AgeCommit message (Expand)Author
2023-01-27C#: Rename `Object` to `GodotObject`Raul Santos
2023-01-27C#: Renames to follow .NET naming conventionsRaul Santos
2023-01-27C#: Add global namespace to grouping property infoRaul Santos
2023-01-27Merge pull request #71356 from raulsntos/dotnet/getRémi Verschelde
2023-01-26Merge pull request #72057 from raulsntos/dotnet/fix-must-be-variantRémi Verschelde
2023-01-25C#: Skip documentation syntax in MustBeVariant analyzerRaul Santos
2023-01-24Add PROPERTY_USAGE_NEVER_DUPLICATE flag and use for scriptAaron Franke
2023-01-24PropertyUsage: Rename "DO_NOT_SHARE_ON_DUPLICATE" to "ALWAYS_DUPLICATE"Aaron Franke
2023-01-13C#: Lookup signals and methods in Get methodRaul Santos
2023-01-09Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky
2022-12-28C#: Avoid generic types in the script path attribute generatorRaul Santos
2022-12-23Merge pull request #70486 from raulsntos/dotnet/convert-toIgnacio Roldán Etcheverry
2022-12-23C#: Rename `ConvertToX` methodsRaul Santos
2022-12-23C#: Disallow init-only propertiesRaul Santos
2022-12-16Fix out of sync PropertyUsageFlags for csSilc Renew
2022-12-12C#: Rename SignalInfo to Signal and make awaitableRaul Santos
2022-12-11C#: Fix exported properties of GodotObject[] typeIgnacio Roldán Etcheverry
2022-12-02C#: Cleanup Variant marshaling code in source/bindings generatorsIgnacio Roldán Etcheverry
2022-12-02C#: Replace most conversions between Variant and System.ObjectIgnacio Roldán Etcheverry
2022-11-29Remove unnecessary namespaces in generated PropertyDefVal files.R. Alex Hofer
2022-11-28Merge pull request #65907 from magian1127/4.0FixPropertiesGeneratorIgnacio Roldán Etcheverry
2022-11-27C#: Fix Generated ScriptProperty Error.Magian
2022-11-26C#: Add `global::` namespace to generated sourceRaul Santos
2022-11-23Merge pull request #68580 from rhofour/fix-source-generationRémi Verschelde
2022-11-22Fully qualify C# default values in exported fields.R. Alex Hofer
2022-11-19Merge pull request #68866 from raulsntos/dotnet/godot-enumsRémi Verschelde
2022-11-19C#: Synchronize Godot enums with coreRaul Santos
2022-11-14Add `readonly` to C# methods and types that don't mutateRaul Santos
2022-10-30C#: Remove need for reflection to invoking callable delegatesIgnacio Roldán Etcheverry
2022-10-22Use `.generated` suffix for generated C# codeRaul Santos
2022-09-30Fix typos with codespellRémi Verschelde
2022-09-22Merge pull request #66253 from raulsntos/dotnet/assembly-may-be-nullIgnacio Roldán Etcheverry
2022-09-22C#: Suppress EventHandler suffix diagnostic for signalsRaul Santos
2022-09-22C#: Guard against null assembliesRaul Santos
2022-09-19Merge pull request #65879 from magian1127/4.0GenSDocRémi Verschelde
2022-09-18C#: inheritdoc the "///" comment from EventHandler to the generated eventMagian
2022-09-17don't marshal multidimensional arraysantonWetzel
2022-09-06Merge pull request #65433 from neikeq/fix-mustbevariant-omittedtypeargRémi Verschelde
2022-09-06C#: Make MustBeVariantAnalyzer ignore OmittedTypeArgumentIgnacio Roldán Etcheverry
2022-09-06C# Modify the MemberName generated for the user scriptMagian
2022-08-29C#: Fix exported game crash because of uninitialized callbacksIgnacio Roldán Etcheverry
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-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-25Add MustBeVariant attribute and analyzerRaul Santos
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