This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2cd007fa4a75bd8a8d09620bf5bc4e4cc353447d
godot
/
modules
/
mono
/
editor
/
Godot.NET.Sdk
/
Godot.SourceGenerators
History
Thaddeus Crews
cb3c01a5fe
Merge pull request
#97588
from TML233/generated-raise-signal
...
[C#] Change generated On{SignalName} to EmitSignal{SignalName}
2024-10-21 16:39:12 -05:00
..
AnalyzerReleases.Shipped.md
…
AnalyzerReleases.Unshipped.md
…
ClassPartialModifierAnalyzer.cs
…
CodeAnalysisAttributes.cs
…
Common.cs
…
EventHandlerSuffixSuppressor.cs
…
ExtensionMethods.cs
C#: Generate signal event with the same accessibility as the delegate
2024-09-23 03:38:18 +02:00
GlobalClassAnalyzer.cs
…
Godot.SourceGenerators.csproj
Bump version to 4.4-dev
2024-08-15 11:39:34 +02:00
Godot.SourceGenerators.props
…
GodotClasses.cs
…
GodotEnums.cs
Implement typed dictionaries
2024-09-04 10:27:26 -05:00
GodotMemberData.cs
…
GodotPluginsInitializerGenerator.cs
…
Helper.cs
…
MarshalType.cs
…
MarshalUtils.cs
Implement typed dictionaries
2024-09-04 10:27:26 -05:00
MethodInfo.cs
…
MustBeVariantAnalyzer.cs
C#: Fix unhandled GD0303 error for nested generic attribute types
2024-10-11 03:03:05 +08:00
PropertyInfo.cs
…
ScriptMethodsGenerator.cs
…
ScriptPathAttributeGenerator.cs
…
ScriptPropertiesGenerator.cs
Fix exported typed dictionaries in .NET having an incorrect hint, which led to incorrect scene serialization
2024-10-18 00:55:24 -03:00
ScriptPropertyDefValGenerator.cs
…
ScriptRegistrarGenerator.cs
…
ScriptSerializationGenerator.cs
…
ScriptSignalsGenerator.cs
Change generated On{SignalName} to EmitSignal{SignalName}
2024-09-28 22:10:33 +08:00