summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #97894 from paulloz/dotnet/export-tool-buttonThaddeus Crews2024-11-1916-3/+372
|\
| * Implement [ExportToolButton]Paul Joannon2024-11-1816-3/+372
* | 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 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
* | | Always add decimal when printing floatkobewi2024-10-231-15/+95
|/ /
* | 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 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
| |/
* / Add ReadOnlySpan API OverloadsDE YU2024-10-092-11/+61
|/
* 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
|/ /
* | Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-201-1/+1
* | C#: Use Godot's LipO implementation instead of Xcode's lipo commandRaul Santos2024-08-174-106/+30
* | Merge pull request #94599 from juanjp600/node-array-export-diagnosticRémi Verschelde2024-08-163-19/+99
|\ \
| * | Fix GD0107 not applying to arrays and dictionaries containing nodesJuan Pablo Arce2024-07-243-19/+99
| |/
* | Merge pull request #94693 from jonatanrojderd/masterRémi Verschelde2024-08-161-7/+9
|\ \
| * | * Changed the VisualShaderNodeCustom template to use the correct overrides an...Jonatan Röjder Delnavaz2024-08-161-7/+9
| |/
* / Bump version to 4.4-devRémi Verschelde2024-08-152-2/+2
|/
* C#: Escape generated membersRaul Santos2024-06-1522-1040/+1041
* Merge pull request #91557 from AThousandShips/dotnet_doc_fixRémi Verschelde2024-05-211-1/+1
|\
| * [C#] Unexpose `GodotSharp`A Thousand Ships2024-05-041-1/+1
* | Fix ContextMenu Copy Error is off in MSBuild PanelMarius Hanl2024-05-151-1/+1
* | Remove useless isFirstEntry and useless source.Append("else ")Gaoyao Massimo Hu2024-05-1410-301/+276
* | Fix C# Hint NodeType and ResourceType HintStringGaoyao Massimo Hu2024-05-081-0/+36
* | Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-3/+3