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
/
ScriptPropertyDefValGenerator.cs
Age
Commit message (
Expand
)
Author
2023-03-13
C#: Ignore explicit interface implementations
Raul Santos
2022-12-23
C#: Disallow init-only properties
Raul Santos
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-29
Remove unnecessary namespaces in generated PropertyDefVal files.
R. Alex Hofer
2022-11-28
Merge pull request #65907 from magian1127/4.0FixPropertiesGenerator
Ignacio Roldán Etcheverry
2022-11-27
C#: Fix Generated ScriptProperty Error.
Magian
2022-11-26
C#: Add `global::` namespace to generated source
Raul Santos
2022-11-22
Fully qualify C# default values in exported fields.
R. Alex Hofer
2022-10-22
Use `.generated` suffix for generated C# code
Raul Santos
2022-09-06
C# Modify the MemberName generated for the user script
Magian
2022-08-28
C#: Ignore property indexers and report if exported
Raul Santos
2022-08-25
Add MustBeVariant attribute and analyzer
Raul Santos
2022-08-22
C#: Add source generator for properties and exports default values
Ignacio Roldán Etcheverry