summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-262-20/+32
|\
| * Merge pull request #99424 from dalexeev/core-fix-builtin-enum-const-bindsThaddeus Crews2024-11-221-16/+19
| |\
| | * 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 commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-2018-3/+406
|\|
| * Merge pull request #97894 from paulloz/dotnet/export-tool-buttonThaddeus Crews2024-11-1918-3/+406
| |\
| | * Implement [ExportToolButton]Paul Joannon2024-11-1818-3/+406
* | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-195-33/+18
|\| |
| * | Merge pull request #99206 from a-johnston/fix_double_diagnosticThaddeus Crews2024-11-181-18/+3
| |\ \
| | * | 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 commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-125-16/+44
|\| |
| * | 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`Zae2024-10-241-2/+8
| * | | Merge pull request #98459 from zaevi/fix_csharp_signal_parametersThaddeus Crews2024-11-122-5/+5
| |\ \ \
| | * | | 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 editorsHugo Locurcio2024-11-021-8/+30
| * | | | Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
| |/ / /
* | | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-15/+95
|\| | |
| * | | Merge pull request #47502 from KoBeWi/add_0Thaddeus Crews2024-10-311-15/+95
| |\ \ \
| | * | | Always add decimal when printing floatkobewi2024-10-231-15/+95
| | |/ /
* | | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-2/+2
|\| | |
| * | | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-2/+2
| |/ /
* | | Fix copyright headers referring to GodotSpartan3222024-10-2741-82/+82
* | | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-226-8/+8
|\| |
| * | Merge pull request #97588 from TML233/generated-raise-signalThaddeus Crews2024-10-213-5/+5
| |\ \
| | * | Change generated On{SignalName} to EmitSignal{SignalName}TML2024-09-283-5/+5
| | |/
| * | Fix exported typed dictionaries in .NET having an incorrect hint, which led t...Juan Pablo Arce2024-10-183-3/+3
* | | Merge commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51edSpartan3222024-10-152-1/+14
|\| |
| * | Merge pull request #98059 from zaevi/fix_csharp_unhandled_GD0303Thaddeus Crews2024-10-142-1/+14
| |\ \
| | * | C#: Fix unhandled GD0303 error for nested generic attribute typesZae2024-10-112-1/+14
* | | | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-144-21/+121
|\| | |
| * | | Add ReadOnlySpan API OverloadsDE YU2024-10-093-20/+120
| |/ /
| * / Fix untyped dictionary .NET debug visualization showing keys as valuesJuan Pablo Arce2024-10-071-1/+1
| |/
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1141-0/+82
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-1129-43/+43
|/
* Merge pull request #68233 from raulsntos/dotnet/raise-eventsRémi Verschelde2024-09-274-8/+108
|\
| * 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.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 EditorDE-YU_H142024-09-232-28/+181
* | | Merge pull request #96955 from Delsin-Yu/generator-based-CreateManagedForGodo...Rémi Verschelde2024-09-234-74/+158
|\ \ \
| * | | Replace Reflection-Based implementation with Generated oneDE YU2024-09-224-74/+158
* | | | Merge pull request #94953 from raulsntos/dotnet/signals-with-typed-arraysRémi Verschelde2024-09-231-15/+11
|\ \ \ \ | |_|_|/ |/| | |
| * | | C#: Generate signal delegates with typed arraysRaul Santos2024-07-301-15/+11
* | | | Merge pull request #97208 from kleonc/transform3d_aabb_multiplication_fix_csharpRémi Verschelde2024-09-201-2/+2
|\ \ \ \