| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
* | Allow ClassDB to create a Object without postinitialization for GDExtension. | Daylily-Zeleen | 2024-08-20 | 1 | -1/+1 |
* | Fix freeze after building C# | Hilderin | 2024-06-09 | 1 | -3/+3 |
* | Add PackedVector4Array Variant type | K. S. Ernest (iFire) Lee | 2024-05-03 | 1 | -0/+29 |
* | Merge pull request #84947 from raulsntos/dotnet/instance_bindings | Rémi Verschelde | 2024-04-04 | 1 | -2/+2 |
|\ |
|
| * | C#: Use `get_instance_binding` instead of set | Raul Santos | 2023-11-15 | 1 | -2/+2 |
* | | Fix `#if *_ENABLED` inconsistencies, should check if defined | Rémi Verschelde | 2024-01-17 | 1 | -1/+1 |
|/ |
|
* | C#: Generate and use compat methods | Raul Santos | 2023-09-19 | 1 | -0/+5 |
* | C#: Improve `GD.PushError` and `GD.PushWarning` | Raul Santos | 2023-07-11 | 1 | -10/+11 |
* | Style: Harmonize header includes in modules | Rémi Verschelde | 2023-06-15 | 1 | -8/+7 |
* | C#: Add global class support | Raul Santos | 2023-05-29 | 1 | -0/+24 |
* | Merge pull request #71786 from raulsntos/dotnet/array | Rémi Verschelde | 2023-02-04 | 1 | -5/+84 |
|\ |
|
| * | Sync C# Array with Core | Raul Santos | 2023-01-30 | 1 | -5/+84 |
* | | C#: Implement `IEquatable<>` and equality operators in `NodePath` | RedworkDE | 2023-02-03 | 1 | -0/+10 |
|/ |
|
* | C#: Implement readonly-ness in Array and Dictionary | Raul Santos | 2023-01-27 | 1 | -0/+10 |
* | Merge pull request #71943 from paulloz/debugger/better-errors-printing | Rémi Verschelde | 2023-01-27 | 1 | -1/+4 |
|\ |
|
| * | Better error display in debugger panel | Paul Joannon | 2023-01-27 | 1 | -1/+4 |
* | | Merge pull request #71984 from raulsntos/dotnet/dictionary | Rémi Verschelde | 2023-01-26 | 1 | -0/+10 |
|\ \ |
|
| * | | Sync C# Dictionary with Core | Raul Santos | 2023-01-24 | 1 | -0/+10 |
| |/ |
|
* / | C#: Sync GD with Core | Raul Santos | 2023-01-24 | 1 | -16/+0 |
|/ |
|
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | C#: Synchronize Color with Core | Raul Santos | 2022-12-16 | 1 | -0/+8 |
* | C#: Cleanup and sync StringExtensions with core | Raul Santos | 2022-11-25 | 1 | -30/+0 |
* | C#: Remove need for reflection to invoking callable delegates | Ignacio Roldán Etcheverry | 2022-10-30 | 1 | -3/+9 |
* | ManagedCallable: use delegate target instead of middleman when possible | Patrick Dawson | 2022-10-01 | 1 | -2/+3 |
* | C#: Fix Vector4 in godot_variant and missing marshaling | Ignacio Roldán Etcheverry | 2022-08-31 | 1 | -10/+0 |
* | Improve null and object printing to avoid confusion with arrays | Hugo Locurcio | 2022-08-31 | 1 | -1/+1 |
* | Add `String.to_{camel,pascal,snake}_case` methods | Danil Alexeev | 2022-08-30 | 1 | -0/+15 |
* | Rename `str2var` to `str_to_var` and similar | Micky | 2022-08-26 | 1 | -8/+8 |
* | C#: Replace P/Invoke with delegate pointers | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -223/+227 |
* | C#: Add dedicated Variant struct, replacing System.Object | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -1/+6 |
* | C#: Add source generator for signals as events | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -9/+1 |
* | C#: Re-implement assembly reloading with ALCs | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -1/+13 |
* | C#: Re-introduce exception logging and error stack traces in editor | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -1/+28 |
* | C#: Ensure we only create one CSharpScript per type | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -6/+15 |
* | C#: Add source generator for properties and exports default values | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -24/+50 |
* | C#: Add initial implementation of source generator for script members | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -2/+2 |
* | C#: Code cleanup and greatly reduce use of C# pointers | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -1/+18 |
* | C#: Begin move to .NET Core | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -10/+235 |
* | C#: Restructure code prior move to .NET Core | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -6/+6 |
* | C#: Re-write GD and some other icalls as P/Invoke | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -2/+212 |
* | C#: Re-write Array, Dictionary, NodePath, String icalls as P/Invoke | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -9/+209 |
* | C#: Move marshaling logic and generated glue to C# | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -0/+786 |