summaryrefslogtreecommitdiff
path: root/modules/mono/editor/bindings_generator.cpp
AgeCommit message (Expand)Author
2023-01-09C#: Add `[Flags]` attribute to core bitfield enumsRaul Santos
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-23C#: Rename `ConvertToX` methodsRaul Santos
2022-12-14Merge pull request #69971 from neikeq/csharp-vararg-ret-premature-freeRémi Verschelde
2022-12-12C#: Fix premature free of returned Variant in vararg methodsIgnacio Roldán Etcheverry
2022-12-12C#: Fix bindings generator for methods that return signalsRaul Santos
2022-12-02C#: Cleanup Variant marshaling code in source/bindings generatorsIgnacio Roldán Etcheverry
2022-11-27C#: Remove VariantSpanDisposer and use constants in stackallocRaul Santos
2022-11-25C#: Optimize Variant conversion callbacksIgnacio Roldán Etcheverry
2022-10-30C#: Remove need for reflection to invoking callable delegatesIgnacio Roldán Etcheverry
2022-10-15Guard against more potential conflicts in C# bindings generatorRaul Santos
2022-10-04Rename Projection `matrix` to `columns`Aaron Franke
2022-09-16C#: Add documentation to signal delegatesRaul Santos
2022-09-15C#: Move signal documentation to the eventRaul Santos
2022-09-05Merge pull request #65321 from rburing/physics_server_2d_extensionRémi Verschelde
2022-09-04Create GDExtension classes for PhysicsServer2DRicardo Buring
2022-09-01C#: Assume 64-bit types when type has no metaRaul Santos
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-26Remove `[Signal]` attribute from eventsRaul Santos
2022-08-25C# Generate StringName(SnakeName) for all class membersMagian
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#: 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#: Ensure native handles are freed after switch to .NET CoreIgnacio 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#: Move marshaling logic and generated glue to C#Ignacio Roldán Etcheverry
2022-07-23Implement Vector4, Vector4i, Projectionreduz
2022-07-06Add C# support for bitfield enums (flags)Raul Santos
2022-07-05Implement a BitField hintreduz
2022-06-17Make enum/constant binds 64-bit.bruvzg
2022-06-03Generate typed array parameters in C# bindingsRaul Santos
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-12Add a new HashMap implementationreduz
2022-04-29Rename Transform2D "elements" to "columns"Aaron Franke
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-22Support static methods in C# bindings generatorRaul Santos
2022-03-18Ignore PhysicsServer3DExtension class in C#Raul Santos
2022-03-03Refactor `bbcode_to_xml` into multiple specific methodsRaul Santos
2022-03-03Find inherited members in C# documentation generatorRaul Santos
2022-03-03Add theme_item support to C# documentation generatorRaul Santos
2022-03-03Fix checking for `@GlobalScope` in C# documentation generatorRaul Santos
2022-03-03Check for missing methods/members in C# documentation generatorRaul Santos
2022-03-03Fix references to global constants in C# documentation generatorRaul Santos