| 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 |
* | Add methods to get argument count of methods | A Thousand Ships | 2024-03-10 | 1 | -0/+2 |
* | Improve handling of generic C# types | Raul Santos | 2024-02-08 | 1 | -1/+3 |
* | Merge pull request #81101 from 398utubzyt/dotnet/abstract-class-support | Rémi Verschelde | 2023-09-25 | 1 | -1/+1 |
|\ |
|
| * | C#: Abstract script class support | 398utubzyt | 2023-09-15 | 1 | -1/+1 |
* | | C#: make C# static methods accessible. | Zae | 2023-09-20 | 1 | -0/+2 |
|/ |
|
* | C#: Fix editor integration breaking and causing error spam when reloading ass... | RedworkDE | 2023-06-21 | 1 | -0/+2 |
* | Style: Harmonize header includes in modules | Rémi Verschelde | 2023-06-15 | 1 | -2/+3 |
* | C#: Add global class support | Raul Santos | 2023-05-29 | 1 | -1/+1 |
* | C#: Mostly fix hash of ManagedCallable | RedworkDE | 2023-05-18 | 1 | -0/+2 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | C#: Remove need for reflection to invoking callable delegates | Ignacio Roldán Etcheverry | 2022-10-30 | 1 | -1/+1 |
* | C#: Fix module builds for Windows 32-bit with mingw-w64 | Ignacio Roldán Etcheverry | 2022-09-08 | 1 | -4/+4 |
* | C#: Add source generator for method list | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -1/+1 |
* | C#: Add source generator for signals as events | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -5/+1 |
* | C#: Re-implement assembly reloading with ALCs | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -4/+11 |
* | C#: Re-introduce exception logging and error stack traces in editor | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -4/+4 |
* | C#: Ensure we only create one CSharpScript per type | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -0/+2 |
* | C#: Add source generator for properties and exports default values | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -3/+25 |
* | C#/netcore: Add base desktop game export implementation | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -2/+4 |
* | C#: Ensure native handles are freed after switch to .NET Core | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -0/+2 |
* | C#: Begin move to .NET Core | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -40/+72 |
* | C#: Restructure code prior move to .NET Core | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -96/+38 |
* | C#: Re-write GD and some other icalls as P/Invoke | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -3/+0 |
* | C#: Move marshaling logic and generated glue to C# | Ignacio Roldán Etcheverry | 2022-08-22 | 1 | -70/+14 |
* | Implement Vector4, Vector4i, Projection | reduz | 2022-07-23 | 1 | -0/+3 |
* | C#: New `RPCAttribute` | Raul Santos | 2022-07-07 | 1 | -2/+5 |
* | Support explicit values in flag properties, add C# flags support | Raul Santos | 2022-06-03 | 1 | -0/+1 |
* | Zero initialize all pointer class and struct members | Rémi Verschelde | 2022-04-04 | 1 | -72/+72 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Fix get_all_delegates method for generic classes | Raul Santos | 2021-12-04 | 1 | -0/+2 |
* | [Net] Rename RPC constants and annotation arguments. | Fabio Alessandrelli | 2021-10-01 | 1 | -1/+1 |
* | Update C# RPC attributes to share new Any/Auth naming convention | Edward Auttonberry | 2021-09-28 | 1 | -2/+2 |
* | [Net] Rename RPC "puppet" to "auth" (authority). Drop "master". | Fabio Alessandrelli | 2021-08-30 | 1 | -1/+0 |
* | [Net] Single `rpc` annotation. "sync" no longer part of mode. | Fabio Alessandrelli | 2021-07-20 | 1 | -3/+0 |
* | Rename Quat to Quaternion | Marcel Admiraal | 2021-06-04 | 1 | -1/+1 |
* | Rename Variant TRANSFORM to TRANSFORM3D | Aaron Franke | 2021-06-03 | 1 | -1/+1 |
* | Add C# source generator for a new ScriptPath attribute | Ignacio Etcheverry | 2021-03-06 | 1 | -0/+5 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Remove empty lines around braces with the formatting script | Aaron Franke | 2020-11-16 | 1 | -1/+0 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -1/+0 |
* | C#: Revert marshalling of IDictionary/IEnumerable implementing types | Ignacio Etcheverry | 2020-04-23 | 1 | -17/+6 |
* | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky | 2020-03-27 | 1 | -1/+1 |
* | Merge pull request #36756 from aaronfranke/mono-vec2i3i | Ignacio Roldán Etcheverry | 2020-03-18 | 1 | -0/+3 |
|\ |
|
| * | [Mono] Marshaling for Vector2i, Vector3i, and Rect2i | Aaron Franke | 2020-03-17 | 1 | -0/+3 |
* | | Mono/C#: Optimize the way we store GC handles for scripts | Ignacio Etcheverry | 2020-03-17 | 1 | -1/+1 |
|/ |
|
* | Fix C# bindings after recent breaking changes | Ignacio Etcheverry | 2020-03-17 | 1 | -7/+9 |
* | Remove deprecated sync and slave networking keywords | Rémi Verschelde | 2020-02-13 | 1 | -4/+2 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |