RedworkDE
|
adc7edd907
C#: Do not print errors about missing references to intentionally ignored members
|
2 年之前 |
RedworkDE
|
20eeb7c66d
C#: Get singleton instances using the Core name
|
2 年之前 |
Raul Santos
|
3730d8e343
C#: Check if a class is a singleton using the Core name
|
2 年之前 |
Rémi Verschelde
|
2b55ac445b
Merge pull request #72111 from raulsntos/method-info-metadata
|
3 年之前 |
Raul Santos
|
1aceacaa6b
C#: Rename `Object` to `GodotObject`
|
3 年之前 |
Raul Santos
|
a968e51414
C#: Renames to follow .NET naming conventions
|
3 年之前 |
Rémi Verschelde
|
0d1b5f8832
Merge pull request #71356 from raulsntos/dotnet/get
|
3 年之前 |
Rémi Verschelde
|
4f572d1587
Merge pull request #71535 from raulsntos/dotnet/pointers-are-yabai
|
3 年之前 |
Rémi Verschelde
|
2aa532ad6c
Merge pull request #65529 from magian1127/4.0FixDocTag
|
3 年之前 |
Raul Santos
|
cac7a784d6
Add `GodotTypeInfo::Metadata` to `MethodInfo`
|
3 年之前 |
Magian
|
35bfce2afd
C# Improve the "Tag" conversion of documents
|
3 年之前 |
Raul Santos
|
ab5e532f1a
C#: Skip methods with pointer parameters
|
3 年之前 |
Raul Santos
|
47e355f965
C#: Make property accessors internal
|
3 年之前 |
Raul Santos
|
a6ba914f15
C#: Lookup signals and methods in Get method
|
3 年之前 |
Raul Santos
|
59e8fc1edf
C#: Add `[Flags]` attribute to core bitfield enums
|
3 年之前 |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
3 年之前 |
Raul Santos
|
24e4ac9167
C#: Rename `ConvertToX` methods
|
3 年之前 |
Rémi Verschelde
|
b8e1d6585c
Merge pull request #69971 from neikeq/csharp-vararg-ret-premature-free
|
3 年之前 |
Ignacio Roldán Etcheverry
|
833b252ce7
C#: Fix premature free of returned Variant in vararg methods
|
3 年之前 |
Raul Santos
|
1ab4f26cc4
C#: Fix bindings generator for methods that return signals
|
3 年之前 |
Ignacio Roldán Etcheverry
|
17b2838f39
C#: Cleanup Variant marshaling code in source/bindings generators
|
3 年之前 |
Raul Santos
|
3ff181096a
C#: Remove VariantSpanDisposer and use constants in stackalloc
|
3 年之前 |
Ignacio Roldán Etcheverry
|
3f645f980c
C#: Optimize Variant conversion callbacks
|
3 年之前 |
Ignacio Roldán Etcheverry
|
282bd37e5c
C#: Remove need for reflection to invoking callable delegates
|
3 年之前 |
Raul Santos
|
333f88dc49
Guard against more potential conflicts in C# bindings generator
|
3 年之前 |
Aaron Franke
|
2cea42cc7f
Rename Projection `matrix` to `columns`
|
3 年之前 |
Raul Santos
|
70b4533c47
C#: Add documentation to signal delegates
|
3 年之前 |
Raul Santos
|
a5ffd25292
C#: Move signal documentation to the event
|
3 年之前 |
Rémi Verschelde
|
6c818da55e
Merge pull request #65321 from rburing/physics_server_2d_extension
|
3 年之前 |
Ricardo Buring
|
d22ff48b3d
Create GDExtension classes for PhysicsServer2D
|
3 年之前 |