summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #99424 from dalexeev/core-fix-builtin-enum-const-bindsThaddeus Crews2024-11-221-16/+19
|\ | | | | | | Core: Fix built-in enum constant bindings
| * Core: Fix built-in enum constant bindingsDanil Alexeev2024-11-221-16/+19
| |
* | [.NET] Preserve no-hint behavior for unmarshallable generics in dictionariesRaul Santos2024-11-211-4/+13
|/
* Merge pull request #97894 from paulloz/dotnet/export-tool-buttonThaddeus Crews2024-11-1918-3/+406
|\ | | | | | | Implement `[ExportToolButton]`
| * Implement [ExportToolButton]Paul Joannon2024-11-1818-3/+406
| |
* | Merge pull request #99206 from a-johnston/fix_double_diagnosticThaddeus Crews2024-11-181-18/+3
|\ \ | | | | | | | | | Remove duplicate read/write-only property warning from ScriptPropertiesGenerator
| * | remove duplicate read/write only property warning from ScriptPropertiesGeneratorAdam Johnston2024-11-131-18/+3
| | |
* | | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-174-15/+15
|/ /
* | Merge pull request #98467 from zaevi/fix_csharp_stringname_leakThaddeus Crews2024-11-121-2/+8
|\ \ | | | | | | | | | C#: Fix StringName leak when converting `Variant` to `Signal` / `Callable`
| * | C#: Fix StringName leak when converting `Variant` to `Signal` / `Callable`Zae2024-10-241-2/+8
| | |
* | | Merge pull request #98459 from zaevi/fix_csharp_signal_parametersThaddeus Crews2024-11-122-5/+5
|\ \ \ | | | | | | | | | | | | C#: Escape signal parameters
| * | | C#: Escape signal parametersZae2024-10-232-5/+5
| |/ /
* | | Merge pull request #89051 from Calinou/csharp-vscode-add-codium-supportThaddeus Crews2024-11-111-8/+30
|\ \ \ | | | | | | | | | | | | Add Codium support to C# external editors
| * | | Add Codium support to C# external editorsHugo Locurcio2024-11-021-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 possibleThaddeus Crews2024-11-101-1/+1
|/ / /
* | | Merge pull request #47502 from KoBeWi/add_0Thaddeus Crews2024-10-311-15/+95
|\ \ \ | | | | | | | | | | | | Always add decimal when converting float to string
| * | | Always add decimal when printing floatkobewi2024-10-231-15/+95
| |/ /
* / / Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-2/+2
|/ / | | | | | | - Set clang-format `Standard` rule to `c++20`
* | Merge pull request #97588 from TML233/generated-raise-signalThaddeus Crews2024-10-213-5/+5
|\ \ | | | | | | | | | [C#] Change generated On{SignalName} to EmitSignal{SignalName}
| * | Change generated On{SignalName} to EmitSignal{SignalName}TML2024-09-283-5/+5
| |/
* | Fix exported typed dictionaries in .NET having an incorrect hint, which led ↵Juan Pablo Arce2024-10-183-3/+3
| | | | | | | | to incorrect scene serialization
* | Merge pull request #98059 from zaevi/fix_csharp_unhandled_GD0303Thaddeus Crews2024-10-142-1/+14
|\ \ | | | | | | | | | [.NET] Fix unhandled GD0303 error for nested generic attribute types
| * | C#: Fix unhandled GD0303 error for nested generic attribute typesZae2024-10-112-1/+14
| | |
* | | Add ReadOnlySpan API OverloadsDE YU2024-10-093-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 valuesJuan Pablo Arce2024-10-071-1/+1
|/
* Merge pull request #68233 from raulsntos/dotnet/raise-eventsRémi Verschelde2024-09-274-8/+108
|\ | | | | | | C#: Generate strongly-typed method to raise signal events and fix event accessibility
| * C#: Generate On{EventName} method to raise signal eventsRaul Santos2024-09-263-7/+81
| |
| * C#: Generate signal event with the same accessibility as the delegateRaul Santos2024-09-232-1/+27
| |
* | Merge pull request #97483 from akien-mga/clang-format-19.1.0Rémi Verschelde2024-09-261-1/+1
|\ \ | | | | | | | | | CI: Update `clang-format` pre-commit hook to 19.1.0
| * | CI: Update `clang-format` pre-commit hook to 19.1.0Rémi Verschelde2024-09-261-1/+1
| | |
* | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-252-0/+2
|/ /
* | Merge pull request #88363 from Delsin-Yu/masterRémi Verschelde2024-09-242-28/+181
|\ \ | | | | | | | | | C#: Implement proper generic type name printing for Godot Editor
| * | C#: Implement proper generic type name printing for Godot EditorDE-YU_H142024-09-232-28/+181
| | | | | | | | | | | | Co-authored-by: Raul Santos <raulsntos@gmail.com>
* | | Merge pull request #96955 from ↵Rémi Verschelde2024-09-234-74/+158
|\ \ \ | | | | | | | | | | | | | | | | | | | | Delsin-Yu/generator-based-CreateManagedForGodotObjectBinding [.NET] Replace Reflection-Based implementation with Generated one in `CreateManagedForGodotObjectBinding`
| * | | Replace Reflection-Based implementation with Generated oneDE YU2024-09-224-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-arraysRémi Verschelde2024-09-231-15/+11
|\ \ \ \ | |_|_|/ |/| | | | | | | C#: Generate signal delegates with typed arrays
| * | | C#: Generate signal delegates with typed arraysRaul Santos2024-07-301-15/+11
| | | | | | | | | | | | | | | | Signals with typed arrays were generating C# delegates with untyped arrays.
* | | | Merge pull request #97208 from kleonc/transform3d_aabb_multiplication_fix_csharpRémi Verschelde2024-09-201-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | Fix C# `operator *(Transform3D, Aabb)`
| * | | | Fix C# operator *(Transform3D, AABB)kleonc2024-09-201-2/+2
| | | | |
* | | | | Merge pull request #97198 from ↵Rémi Verschelde2024-09-202-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.dllRaul Santos2024-09-192-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 generatorMatt Enad2024-09-191-12/+12
|/ / / /
* | | | Merge pull request #97014 from hayahane/fix_script_property_orderRémi Verschelde2024-09-191-7/+34
|\ \ \ \ | | | | | | | | | | | | | | | Reorder C# script properties to fix editor serialization
| * | | | Reorder C# script properties to fix editor serializationalpacat2024-09-191-7/+34
| | |/ / | |/| |
* | | | C#: Use `char *` with CoreCLR/MonoVM APIsRaul Santos2024-09-171-5/+5
| | | |
* | | | C#: Fallback to CoreCLR/MonoVM hosting APIs when hostfxr/NativeAOT failsRaul Santos2024-09-167-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_configRémi Verschelde2024-09-162-2/+2
|\ \ \ \ | |/ / / |/| | | | | | | Expose `get_rpc_config` and `get_node_rpc_config`
| * | | Expose get_rpc_config and get_node_rpc_configRyan2024-09-042-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_csRémi Verschelde2024-09-131-1/+2
|\ \ \ \ | | | | | | | | | | | | | | | [C#] Fix `get_property_list` get wrong order of properties
| * | | | Fix `get_property_list` get wrong order of propertiesalpacat2024-06-301-1/+2
| | |/ / | |/| |