index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
mono
/
editor
/
Godot.NET.Sdk
/
Godot.SourceGenerators
/
MarshalUtils.cs
Age
Commit message (
Expand
)
Author
2022-12-11
C#: Fix exported properties of GodotObject[] type
Ignacio Roldán Etcheverry
2022-12-02
C#: Cleanup Variant marshaling code in source/bindings generators
Ignacio Roldán Etcheverry
2022-12-02
C#: Replace most conversions between Variant and System.Object
Ignacio Roldán Etcheverry
2022-11-26
C#: Add `global::` namespace to generated source
Raul Santos
2022-09-22
C#: Guard against null assemblies
Raul Santos
2022-09-17
don't marshal multidimensional arrays
antonWetzel
2022-08-26
Fix various C# exceptions
Raul Santos
2022-08-25
Add MustBeVariant attribute and analyzer
Raul Santos
2022-08-22
C#: Re-introduce generic Godot Array and Dictionary
Ignacio Roldán Etcheverry
2022-08-22
C#: Array, Dictionary and marshaling refactoring
Ignacio Roldán Etcheverry
2022-08-22
C#: Add dedicated Variant struct, replacing System.Object
Ignacio Roldán Etcheverry
2022-08-22
C#: Add source generator for method list
Ignacio Roldán Etcheverry
2022-08-22
C#: Static marshaling for bindings and source generators
Ignacio Roldán Etcheverry
2022-08-22
C#: Add source generator for properties and exports default values
Ignacio Roldán Etcheverry
2022-08-22
C#: Add initial implementation of source generator for script members
Ignacio Roldán Etcheverry