summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* C#: Fix unhandled GD0303 error for nested generic attribute typesZae2024-10-112-1/+14
* 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 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
|\ \ \ \
| * | | | Fix C# operator *(Transform3D, AABB)kleonc2024-09-201-2/+2
* | | | | 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
|/ / / /
* | | | Merge pull request #97014 from hayahane/fix_script_property_orderRémi Verschelde2024-09-191-7/+34
|\ \ \ \
| * | | | 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
* | | | 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_configRyan2024-09-042-2/+2
* | | | Merge pull request #93779 from hayahane/fix_get_property_csRémi Verschelde2024-09-131-1/+2
|\ \ \ \
| * | | | Fix `get_property_list` get wrong order of propertiesalpacat2024-06-301-1/+2
| | |/ / | |/| |
* | | | Merge pull request #96301 from scgm0/Delete-old-C#-dataRémi Verschelde2024-09-121-2/+8
|\ \ \ \
| * | | | C#: Clear existing data directory extracted from PCKscgm02024-09-121-2/+8
* | | | | 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
|/ / / / /
* | | | | Merge pull request #78656 from Repiteo/typed-dictionaryRémi Verschelde2024-09-066-5/+94
|\ \ \ \ \
| * | | | | Implement typed dictionariesThaddeus Crews2024-09-046-5/+94
| |/ / / /
* / / / / C# Assemblies can now be built with deprecated=noFelix Bytow2024-09-053-5/+18
|/ / / /
* | | | Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-312-2/+2
* | | | 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
|/ / / /
* | | | Merge pull request #91018 from Daylily-Zeleen/daylily-zeleen/optionally_posti...Rémi Verschelde2024-08-264-6/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Allow ClassDB to create a Object without postinitialization for GDExtension.Daylily-Zeleen2024-08-204-6/+7
* | | | Merge pull request #95921 from akien-mga/scons-validate-opt-in-driversRémi Verschelde2024-08-221-2/+4
|\ \ \ \
| * | | | SCons: Better validation for platform-specific opt-in driversRémi Verschelde2024-08-211-2/+4
| |/ / /
* | | | Merge pull request #95790 from aaronfranke/rect-aabb-supportRémi Verschelde2024-08-222-7/+34
|\ \ \ \ | |/ / / |/| | |
| * | | Simplify and fix Rect2/AABB get_support functionAaron Franke2024-08-192-7/+34
* | | | Merge pull request #95808 from paulloz/bugfix/dotnet-globalclass-icon-relativ...Rémi Verschelde2024-08-201-2/+8
|\ \ \ \
| * | | | Fix relative paths for global class icons in C#Paul Joannon2024-08-191-2/+8
| |/ / /
* | | | Merge pull request #95269 from raulsntos/dotnet/determinantRémi Verschelde2024-08-201-8/+9
|\ \ \ \ | |/ / / |/| | |