Age | Commit message (Expand) | Author |
2022-08-26 | Rename `str2var` to `str_to_var` and similar | Micky |
2022-08-26 | .NET: Change NETCore.App version detection to use highest match | Rémi Verschelde |
2022-08-26 | Restore RigidBody2/3D, SoftBody names in physics | fabriceci |
2022-08-26 | Merge pull request #64901 from raulsntos/dotnet/equals | Ignacio Roldán Etcheverry |
2022-08-26 | Remove `[Signal]` attribute from events | Raul Santos |
2022-08-25 | Merge pull request #64852 from paulloz/dotnet6-export-category-attribute | Ignacio Roldán Etcheverry |
2022-08-25 | Merge pull request #64898 from neikeq/dotnet-fix-find-arch | Rémi Verschelde |
2022-08-25 | C#: Preserve order of exported fields/categories | Paul Joannon |
2022-08-25 | C#: Fix buildsystem when `dotnet --info` does not specify arch | Ignacio Roldán Etcheverry |
2022-08-25 | Merge pull request #52815 from magian1127/temp3 | Ignacio Roldán Etcheverry |
2022-08-25 | Various C# documentation improvements | Raul Santos |
2022-08-25 | C# Generate StringName(SnakeName) for all class members | Magian |
2022-08-25 | Merge pull request #55778 from aaronfranke/use-arch-btw | Rémi Verschelde |
2022-08-25 | Merge pull request #64869 from bruvzg/dotnet_arch | Ignacio Roldán Etcheverry |
2022-08-25 | Unify bits, arch, and android_arch into env["arch"] | Aaron Franke |
2022-08-25 | [macOS] Check .NET binary architecture, and search for the cross compile SDK ... | bruvzg |
2022-08-25 | Merge pull request #64731 from raulsntos/dotnet6-variant-generics-analyzer | Rémi Verschelde |
2022-08-25 | Merge pull request #64781 from raulsntos/csharp_children | Rémi Verschelde |
2022-08-25 | Add MustBeVariant attribute and analyzer | Raul Santos |
2022-08-24 | Remove mentions of the Server platform from the Mono module | Aaron Franke |
2022-08-24 | Merge pull request #64742 from zaevi/csharp_add_grouping_attributes | Ignacio Roldán Etcheverry |
2022-08-24 | Merge pull request #64743 from raulsntos/dotnet6-signal-analyzer | Ignacio Roldán Etcheverry |
2022-08-24 | Use pattern matching to simplify `Equals` | Raul Santos |
2022-08-24 | Update C# named colors to use HEX codes | Raul Santos |
2022-08-24 | Avoid printing an error in GetChildOrNull | Raul Santos |
2022-08-24 | Merge pull request #64727 from raulsntos/csharp-remove-ctors | Ignacio Roldán Etcheverry |
2022-08-24 | Merge pull request #64773 from raulsntos/dotnet6-🦭 | Ignacio Roldán Etcheverry |
2022-08-23 | Add `includeInternal` to C# NodeExtensions and fix get_child documentation | Raul Santos |
2022-08-23 | Seal classes that can't be inherited from | Raul Santos |
2022-08-23 | Merge pull request #64762 from neikeq/csharp-dangling-callable-code | Rémi Verschelde |
2022-08-23 | Merge pull request #64729 from raulsntos/csharp-xform-operator | Rémi Verschelde |
2022-08-23 | C#: Remove old Callable code left dangling after switch to .NET 6 | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Replace `Xform` and `XformInv` with `*` operator | Raul Santos |
2022-08-22 | Improve C# signal analyzer errors | Raul Santos |
2022-08-23 | C#: Add grouping attributes for properties. | Zae |
2022-08-22 | Avoid trying to load non-existent assembly | Raul Santos |
2022-08-22 | Remove copy constructors in C# structs | Raul Santos |
2022-08-22 | C#: Add module README | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Replace P/Invoke with delegate pointers | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Remove IL post-processor build dependency | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Use custom project setting for C# project files name | Ignacio Roldán Etcheverry |
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#: Add source generator for signals as events | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Refactor Array & Dictionary interface implementations | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Re-implement assembly reloading with ALCs | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Make GodotSharp API a NuGet package | Ignacio Roldán Etcheverry |
2022-08-22 | C#: Initial NativeAOT support | Ignacio Roldán Etcheverry |