virtualx-engine/modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators
Ignacio Roldán Etcheverry 3123be2384 C#: Array, Dictionary and marshaling refactoring
- Array and Dictionary now store `Variant` instead of `System.Object`.
- Removed generic Array and Dictionary.
  They cause too much issues, heavily relying on reflection and
  very limited by the lack of a generic specialization.
- Removed support for non-Godot collections.
  Support for them also relied heavily on reflection for marshaling.
  Support for them will likely be re-introduced in the future, but
  it will have to rely on source generators instead of reflection.
- Reduced our use of reflection.
  The remaining usages will be moved to source generators soon.
  The only usage that I'm not sure yet how to replace is dynamic
  invocation of delegates.
2022-08-22 03:36:52 +02:00
..
Common.cs C#: Add source generator for signals as events 2022-08-22 03:36:52 +02:00
ExtensionMethods.cs C#: Add source generator for signals as events 2022-08-22 03:36:52 +02:00
Godot.SourceGenerators.csproj C#: Make GodotSharp API a NuGet package 2022-08-22 03:36:51 +02:00
Godot.SourceGenerators.props C#/netcore: Add base desktop game export implementation 2022-08-22 03:36:51 +02:00
GodotClasses.cs C#: Add source generator for signals as events 2022-08-22 03:36:52 +02:00
GodotEnums.cs C#: Add source generator for signals as events 2022-08-22 03:36:52 +02:00
GodotMemberData.cs C#: Add source generator for signals as events 2022-08-22 03:36:52 +02:00
GodotPluginsInitializerGenerator.cs C#: Initial NativeAOT support 2022-08-22 03:36:51 +02:00
MarshalType.cs C#: Array, Dictionary and marshaling refactoring 2022-08-22 03:36:52 +02:00
MarshalUtils.cs C#: Array, Dictionary and marshaling refactoring 2022-08-22 03:36:52 +02:00
MethodInfo.cs C#: Add source generator for signals as events 2022-08-22 03:36:52 +02:00
PropertyInfo.cs C#: Add source generator for signals as events 2022-08-22 03:36:52 +02:00
ScriptMethodsGenerator.cs C#: Array, Dictionary and marshaling refactoring 2022-08-22 03:36:52 +02:00
ScriptPathAttributeGenerator.cs C#: Add source generator for properties and exports default values 2022-08-22 03:36:51 +02:00
ScriptPropertiesGenerator.cs C#: Array, Dictionary and marshaling refactoring 2022-08-22 03:36:52 +02:00
ScriptPropertyDefValGenerator.cs C#: Add source generator for properties and exports default values 2022-08-22 03:36:51 +02:00
ScriptRegistrarGenerator.cs C#: Add initial implementation of source generator for script members 2022-08-22 03:36:51 +02:00
ScriptSerializationGenerator.cs C#: Array, Dictionary and marshaling refactoring 2022-08-22 03:36:52 +02:00
ScriptSignalsGenerator.cs C#: Array, Dictionary and marshaling refactoring 2022-08-22 03:36:52 +02:00