summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor
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-2016-3/+372
|\|
| * Merge pull request #97894 from paulloz/dotnet/export-tool-buttonThaddeus Crews2024-11-1916-3/+372
| |\
| | * Implement [ExportToolButton]Paul Joannon2024-11-1816-3/+372
* | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-193-31/+16
|\| |
| * | 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-172-13/+13
| |/ /
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-123-13/+35
|\| |
| * | Merge pull request #98459 from zaevi/fix_csharp_signal_parametersThaddeus Crews2024-11-122-5/+5
| |\ \
| | * | C#: Escape signal parametersZae2024-10-232-5/+5
| * | | Add Codium support to C# external editorsHugo Locurcio2024-11-021-8/+30
* | | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-15/+95
|\| | |
| * | | Always add decimal when printing floatkobewi2024-10-231-15/+95
| |/ /
* | | Fix copyright headers referring to GodotSpartan3222024-10-2710-20/+20
* | | 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-142-11/+61
|\| |
| * | Add ReadOnlySpan API OverloadsDE YU2024-10-092-11/+61
| |/
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1110-0/+20
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-1125-35/+35
|/
* 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
* | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* | Merge pull request #96955 from Delsin-Yu/generator-based-CreateManagedForGodo...Rémi Verschelde2024-09-232-0/+145
|\ \
| * | Replace Reflection-Based implementation with Generated oneDE YU2024-09-222-0/+145
* | | 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 #97198 from raulsntos/dotnet/open-visual-studio-with-dotne...Rémi Verschelde2024-09-202-2/+2
|\ \ \
| * | | C#: Use dotnet CLI to launch OpenVisualStudio.dllRaul Santos2024-09-192-2/+2
* | | | Add error messages to binding generatorMatt Enad2024-09-191-12/+12
|/ / /
* | / C#: Fallback to CoreCLR/MonoVM hosting APIs when hostfxr/NativeAOT failsRaul Santos2024-09-164-1/+31
| |/ |/|
* | Merge pull request #95840 from raulsntos/char_metadataRémi Verschelde2024-09-121-0/+6
|\ \
| * | Add metadata for `char16_t` and `char32_t`Raul Santos2024-09-121-0/+6
* | | Extract editor main screenkit2024-09-091-1/+2
|/ /
* | Implement typed dictionariesThaddeus Crews2024-09-046-5/+94
* | C#: Use export platform to determine the target OS and log errorsRaul Santos2024-08-302-34/+31
* | Fix build logger unable to handle an event without an associated fileRedOrbweaver2024-08-291-2/+2
* | Merge pull request #92316 from alula/msvc-clangRémi Verschelde2024-08-291-0/+2
|\ \
| * | Add support for compiling with VS clang-cl toolsetAlula2024-08-281-0/+2
* | | [Windows] Fix OS.open_dynamic_librarybruvzg2024-08-281-1/+1
|/ /