summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Collapse)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 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 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]`
| | * 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 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 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`
| | * | 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 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 converting float to string
| | * | | 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
| |/ / | | | | | | | | | - Set clang-format `Standard` rule to `c++20`
* | | 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
| |\ \ | | | | | | | | | | | | [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 commit godotengine/godot@af77100e394dcaca609b15bef815ed17475e51edSpartan3222024-10-152-1/+14
|\| |
| * | 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
| | | |
* | | | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-144-21/+121
|\| | |
| * | | 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
| |/
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1141-0/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-1129-43/+43
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Linux Editor tests workflow matrix Add Windows Editor w/ Mono workflow matrix Add Generate Glue Code job to Windows workflow Add Build GodotSharp job to Windows workflow Add godot compatibility version references Add Godot author info Add Godot version compatibility info Add Godot donor info Add Godot authors and donors to editor_about.cpp Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* 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)`