summaryrefslogtreecommitdiff
path: root/modules/mono/glue/runtime_interop.cpp
AgeCommit message (Expand)Author
2023-02-04Merge pull request #71786 from raulsntos/dotnet/arrayRémi Verschelde
2023-02-03C#: Implement `IEquatable<>` and equality operators in `NodePath`RedworkDE
2023-01-30Sync C# Array with CoreRaul Santos
2023-01-27C#: Implement readonly-ness in Array and DictionaryRaul Santos
2023-01-27Merge pull request #71943 from paulloz/debugger/better-errors-printingRémi Verschelde
2023-01-27Better error display in debugger panelPaul Joannon
2023-01-26Merge pull request #71984 from raulsntos/dotnet/dictionaryRémi Verschelde
2023-01-24C#: Sync GD with CoreRaul Santos
2023-01-24Sync C# Dictionary with CoreRaul Santos
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-16C#: Synchronize Color with CoreRaul Santos
2022-11-25C#: Cleanup and sync StringExtensions with coreRaul Santos
2022-10-30C#: Remove need for reflection to invoking callable delegatesIgnacio Roldán Etcheverry
2022-10-01ManagedCallable: use delegate target instead of middleman when possiblePatrick Dawson
2022-08-31C#: Fix Vector4 in godot_variant and missing marshalingIgnacio Roldán Etcheverry
2022-08-31Improve null and object printing to avoid confusion with arraysHugo Locurcio
2022-08-30Add `String.to_{camel,pascal,snake}_case` methodsDanil Alexeev
2022-08-26Rename `str2var` to `str_to_var` and similarMicky
2022-08-22C#: Replace P/Invoke with delegate pointersIgnacio Roldán Etcheverry
2022-08-22C#: Add dedicated Variant struct, replacing System.ObjectIgnacio 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#: Re-introduce exception logging and error stack traces in editorIgnacio Roldán Etcheverry
2022-08-22C#: Ensure we only create one CSharpScript per typeIgnacio Roldán Etcheverry
2022-08-22C#: Add source generator for properties and exports default valuesIgnacio Roldán Etcheverry
2022-08-22C#: Add initial implementation of source generator for script membersIgnacio Roldán Etcheverry
2022-08-22C#: Code cleanup and greatly reduce use of C# pointersIgnacio Roldán Etcheverry
2022-08-22C#: Begin move to .NET CoreIgnacio Roldán Etcheverry
2022-08-22C#: Restructure code prior move to .NET CoreIgnacio Roldán Etcheverry
2022-08-22C#: Re-write GD and some other icalls as P/InvokeIgnacio Roldán Etcheverry
2022-08-22C#: Re-write Array, Dictionary, NodePath, String icalls as P/InvokeIgnacio Roldán Etcheverry
2022-08-22C#: Move marshaling logic and generated glue to C#Ignacio Roldán Etcheverry