Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #99424 from dalexeev/core-fix-builtin-enum-const-binds | Thaddeus Crews | 2024-11-22 | 1 | -16/+19 |
|\ | | | | | | | Core: Fix built-in enum constant bindings | ||||
| * | Core: Fix built-in enum constant bindings | Danil Alexeev | 2024-11-22 | 1 | -16/+19 |
| | | |||||
* | | [.NET] Preserve no-hint behavior for unmarshallable generics in dictionaries | Raul Santos | 2024-11-21 | 1 | -4/+13 |
|/ | |||||
* | Merge pull request #97894 from paulloz/dotnet/export-tool-button | Thaddeus Crews | 2024-11-19 | 18 | -3/+406 |
|\ | | | | | | | Implement `[ExportToolButton]` | ||||
| * | Implement [ExportToolButton] | Paul Joannon | 2024-11-18 | 18 | -3/+406 |
| | | |||||
* | | Merge pull request #99206 from a-johnston/fix_double_diagnostic | Thaddeus Crews | 2024-11-18 | 1 | -18/+3 |
|\ \ | | | | | | | | | | Remove duplicate read/write-only property warning from ScriptPropertiesGenerator | ||||
| * | | remove duplicate read/write only property warning from ScriptPropertiesGenerator | Adam Johnston | 2024-11-13 | 1 | -18/+3 |
| | | | |||||
* | | | Use `(r)find_char` instead of `(r)find` for single characters | A Thousand Ships | 2024-11-17 | 4 | -15/+15 |
|/ / | |||||
* | | Merge pull request #98467 from zaevi/fix_csharp_stringname_leak | Thaddeus Crews | 2024-11-12 | 1 | -2/+8 |
|\ \ | | | | | | | | | | C#: Fix StringName leak when converting `Variant` to `Signal` / `Callable` | ||||
| * | | C#: Fix StringName leak when converting `Variant` to `Signal` / `Callable` | Zae | 2024-10-24 | 1 | -2/+8 |
| | | | |||||
* | | | Merge pull request #98459 from zaevi/fix_csharp_signal_parameters | Thaddeus Crews | 2024-11-12 | 2 | -5/+5 |
|\ \ \ | | | | | | | | | | | | | C#: Escape signal parameters | ||||
| * | | | C#: Escape signal parameters | Zae | 2024-10-23 | 2 | -5/+5 |
| |/ / | |||||
* | | | Merge pull request #89051 from Calinou/csharp-vscode-add-codium-support | Thaddeus Crews | 2024-11-11 | 1 | -8/+30 |
|\ \ \ | | | | | | | | | | | | | Add Codium support to C# external editors | ||||
| * | | | Add Codium support to C# external editors | Hugo Locurcio | 2024-11-02 | 1 | -8/+30 |
| | | | | | | | | | | | | | | | | | | | | Selecting the VS Code option will now work if Codium is installed, picking it as the last option after attempting to run VS Code. | ||||
* | | | | Core: Integrate `Ref::instantiate` where possible | Thaddeus Crews | 2024-11-10 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #47502 from KoBeWi/add_0 | Thaddeus Crews | 2024-10-31 | 1 | -15/+95 |
|\ \ \ | | | | | | | | | | | | | Always add decimal when converting float to string | ||||
| * | | | Always add decimal when printing float | kobewi | 2024-10-23 | 1 | -15/+95 |
| |/ / | |||||
* / / | Set clang-format `RemoveSemicolon` rule to `true` | Adam Scott | 2024-10-25 | 1 | -2/+2 |
|/ / | | | | | | | - Set clang-format `Standard` rule to `c++20` | ||||
* | | Merge pull request #97588 from TML233/generated-raise-signal | Thaddeus Crews | 2024-10-21 | 3 | -5/+5 |
|\ \ | | | | | | | | | | [C#] Change generated On{SignalName} to EmitSignal{SignalName} | ||||
| * | | Change generated On{SignalName} to EmitSignal{SignalName} | TML | 2024-09-28 | 3 | -5/+5 |
| |/ | |||||
* | | Fix exported typed dictionaries in .NET having an incorrect hint, which led ↵ | Juan Pablo Arce | 2024-10-18 | 3 | -3/+3 |
| | | | | | | | | to incorrect scene serialization | ||||
* | | Merge pull request #98059 from zaevi/fix_csharp_unhandled_GD0303 | Thaddeus Crews | 2024-10-14 | 2 | -1/+14 |
|\ \ | | | | | | | | | | [.NET] Fix unhandled GD0303 error for nested generic attribute types | ||||
| * | | C#: Fix unhandled GD0303 error for nested generic attribute types | Zae | 2024-10-11 | 2 | -1/+14 |
| | | | |||||
* | | | Add ReadOnlySpan API Overloads | DE YU | 2024-10-09 | 3 | -20/+120 |
|/ / | | | | | | | | | Co-authored-by: Raul Santos <raulsntos@gmail.com> Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | ||||
* / | Fix untyped dictionary .NET debug visualization showing keys as values | Juan Pablo Arce | 2024-10-07 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #68233 from raulsntos/dotnet/raise-events | Rémi Verschelde | 2024-09-27 | 4 | -8/+108 |
|\ | | | | | | | C#: Generate strongly-typed method to raise signal events and fix event accessibility | ||||
| * | C#: Generate On{EventName} method to raise signal events | Raul Santos | 2024-09-26 | 3 | -7/+81 |
| | | |||||
| * | C#: Generate signal event with the same accessibility as the delegate | Raul Santos | 2024-09-23 | 2 | -1/+27 |
| | | |||||
* | | Merge pull request #97483 from akien-mga/clang-format-19.1.0 | Rémi Verschelde | 2024-09-26 | 1 | -1/+1 |
|\ \ | | | | | | | | | | CI: Update `clang-format` pre-commit hook to 19.1.0 | ||||
| * | | CI: Update `clang-format` pre-commit hook to 19.1.0 | Rémi Verschelde | 2024-09-26 | 1 | -1/+1 |
| | | | |||||
* | | | SCons: Add unobtrusive type hints in SCons files | Thaddeus Crews | 2024-09-25 | 2 | -0/+2 |
|/ / | |||||
* | | Merge pull request #88363 from Delsin-Yu/master | Rémi Verschelde | 2024-09-24 | 2 | -28/+181 |
|\ \ | | | | | | | | | | C#: Implement proper generic type name printing for Godot Editor | ||||
| * | | C#: Implement proper generic type name printing for Godot Editor | DE-YU_H14 | 2024-09-23 | 2 | -28/+181 |
| | | | | | | | | | | | | Co-authored-by: Raul Santos <raulsntos@gmail.com> | ||||
* | | | Merge pull request #96955 from ↵ | Rémi Verschelde | 2024-09-23 | 4 | -74/+158 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | Delsin-Yu/generator-based-CreateManagedForGodotObjectBinding [.NET] Replace Reflection-Based implementation with Generated one in `CreateManagedForGodotObjectBinding` | ||||
| * | | | Replace Reflection-Based implementation with Generated one | DE YU | 2024-09-22 | 4 | -74/+158 |
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Raul Santos <raulsntos@gmail.com> Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> | ||||
* | | | | Merge pull request #94953 from raulsntos/dotnet/signals-with-typed-arrays | Rémi Verschelde | 2024-09-23 | 1 | -15/+11 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | C#: Generate signal delegates with typed arrays | ||||
| * | | | C#: Generate signal delegates with typed arrays | Raul Santos | 2024-07-30 | 1 | -15/+11 |
| | | | | | | | | | | | | | | | | Signals with typed arrays were generating C# delegates with untyped arrays. | ||||
* | | | | Merge pull request #97208 from kleonc/transform3d_aabb_multiplication_fix_csharp | Rémi Verschelde | 2024-09-20 | 1 | -2/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | Fix C# `operator *(Transform3D, Aabb)` | ||||
| * | | | | Fix C# operator *(Transform3D, AABB) | kleonc | 2024-09-20 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #97198 from ↵ | Rémi Verschelde | 2024-09-20 | 2 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | raulsntos/dotnet/open-visual-studio-with-dotnet-cli C#: Use dotnet CLI to launch `OpenVisualStudio.dll` | ||||
| * | | | | | C#: Use dotnet CLI to launch OpenVisualStudio.dll | Raul Santos | 2024-09-19 | 2 | -2/+2 |
| |/ / / / | | | | | | | | | | | | | | | | Use the DLL instead of the EXE, so we can rely on the dotnet CLI handling the architecture. | ||||
* / / / / | Add error messages to binding generator | Matt Enad | 2024-09-19 | 1 | -12/+12 |
|/ / / / | |||||
* | | | | Merge pull request #97014 from hayahane/fix_script_property_order | Rémi Verschelde | 2024-09-19 | 1 | -7/+34 |
|\ \ \ \ | | | | | | | | | | | | | | | | Reorder C# script properties to fix editor serialization | ||||
| * | | | | Reorder C# script properties to fix editor serialization | alpacat | 2024-09-19 | 1 | -7/+34 |
| | |/ / | |/| | | |||||
* | | | | C#: Use `char *` with CoreCLR/MonoVM APIs | Raul Santos | 2024-09-17 | 1 | -5/+5 |
| | | | | |||||
* | | | | C#: Fallback to CoreCLR/MonoVM hosting APIs when hostfxr/NativeAOT fails | Raul Santos | 2024-09-16 | 7 | -13/+197 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some platforms don't support hostfxr but we can use the coreclr/monosgen library directly to initialize the runtime. Android exports now use the `android` runtime identifier instead of `linux-bionic`, this removes the restrictions we previously had: - Adds support for all Android architectures (arm32, arm64, x32, and x64), previously only the 64-bit architectures were supported. - Loads `System.Security.Cryptography.Native.Android` (the .NET library that binds to the Android OS crypto functions). | ||||
* | | | | Merge pull request #96024 from Ryan-000/expose_get_rpc_config | Rémi Verschelde | 2024-09-16 | 2 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | | | | | Expose `get_rpc_config` and `get_node_rpc_config` | ||||
| * | | | Expose get_rpc_config and get_node_rpc_config | Ryan | 2024-09-04 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add documentation Update doc/classes/Node.xml change name of get_node_rpc_config to get_rpc_config Co-Authored-By: moondog <159832633+dog-on-moon@users.noreply.github.com> Co-Authored-By: Micky <66727710+Mickeon@users.noreply.github.com> | ||||
* | | | | Merge pull request #93779 from hayahane/fix_get_property_cs | Rémi Verschelde | 2024-09-13 | 1 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | | | | | | [C#] Fix `get_property_list` get wrong order of properties | ||||
| * | | | | Fix `get_property_list` get wrong order of properties | alpacat | 2024-06-30 | 1 | -1/+2 |
| | |/ / | |/| | |