summaryrefslogtreecommitdiffstats
path: root/modules/mono/glue/runtime_interop.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-201-1/+1
* Fix freeze after building C#Hilderin2024-06-091-3/+3
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+29
* Merge pull request #84947 from raulsntos/dotnet/instance_bindingsRémi Verschelde2024-04-041-2/+2
|\
| * C#: Use `get_instance_binding` instead of setRaul Santos2023-11-151-2/+2
* | Fix `#if *_ENABLED` inconsistencies, should check if definedRémi Verschelde2024-01-171-1/+1
|/
* C#: Generate and use compat methodsRaul Santos2023-09-191-0/+5
* C#: Improve `GD.PushError` and `GD.PushWarning`Raul Santos2023-07-111-10/+11
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-8/+7
* C#: Add global class supportRaul Santos2023-05-291-0/+24
* Merge pull request #71786 from raulsntos/dotnet/arrayRémi Verschelde2023-02-041-5/+84
|\
| * Sync C# Array with CoreRaul Santos2023-01-301-5/+84
* | C#: Implement `IEquatable<>` and equality operators in `NodePath`RedworkDE2023-02-031-0/+10
|/
* C#: Implement readonly-ness in Array and DictionaryRaul Santos2023-01-271-0/+10
* Merge pull request #71943 from paulloz/debugger/better-errors-printingRémi Verschelde2023-01-271-1/+4
|\
| * Better error display in debugger panelPaul Joannon2023-01-271-1/+4
* | Merge pull request #71984 from raulsntos/dotnet/dictionaryRémi Verschelde2023-01-261-0/+10
|\ \
| * | Sync C# Dictionary with CoreRaul Santos2023-01-241-0/+10
| |/
* / C#: Sync GD with CoreRaul Santos2023-01-241-16/+0
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* C#: Synchronize Color with CoreRaul Santos2022-12-161-0/+8
* C#: Cleanup and sync StringExtensions with coreRaul Santos2022-11-251-30/+0
* C#: Remove need for reflection to invoking callable delegatesIgnacio Roldán Etcheverry2022-10-301-3/+9
* ManagedCallable: use delegate target instead of middleman when possiblePatrick Dawson2022-10-011-2/+3
* C#: Fix Vector4 in godot_variant and missing marshalingIgnacio Roldán Etcheverry2022-08-311-10/+0
* Improve null and object printing to avoid confusion with arraysHugo Locurcio2022-08-311-1/+1
* Add `String.to_{camel,pascal,snake}_case` methodsDanil Alexeev2022-08-301-0/+15
* Rename `str2var` to `str_to_var` and similarMicky2022-08-261-8/+8
* C#: Replace P/Invoke with delegate pointersIgnacio Roldán Etcheverry2022-08-221-223/+227
* C#: Add dedicated Variant struct, replacing System.ObjectIgnacio Roldán Etcheverry2022-08-221-1/+6
* C#: Add source generator for signals as eventsIgnacio Roldán Etcheverry2022-08-221-9/+1
* C#: Re-implement assembly reloading with ALCsIgnacio Roldán Etcheverry2022-08-221-1/+13
* C#: Re-introduce exception logging and error stack traces in editorIgnacio Roldán Etcheverry2022-08-221-1/+28
* C#: Ensure we only create one CSharpScript per typeIgnacio Roldán Etcheverry2022-08-221-6/+15
* C#: Add source generator for properties and exports default valuesIgnacio Roldán Etcheverry2022-08-221-24/+50
* C#: Add initial implementation of source generator for script membersIgnacio Roldán Etcheverry2022-08-221-2/+2
* C#: Code cleanup and greatly reduce use of C# pointersIgnacio Roldán Etcheverry2022-08-221-1/+18
* C#: Begin move to .NET CoreIgnacio Roldán Etcheverry2022-08-221-10/+235
* C#: Restructure code prior move to .NET CoreIgnacio Roldán Etcheverry2022-08-221-6/+6
* C#: Re-write GD and some other icalls as P/InvokeIgnacio Roldán Etcheverry2022-08-221-2/+212
* C#: Re-write Array, Dictionary, NodePath, String icalls as P/InvokeIgnacio Roldán Etcheverry2022-08-221-9/+209
* C#: Move marshaling logic and generated glue to C#Ignacio Roldán Etcheverry2022-08-221-0/+786