summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * C#: Expose `Transform2D.Determinant()`Raul Santos2024-08-081-8/+9
* | Merge pull request #93172 from raulsntos/dotnet/clear-instance-bindingsRémi Verschelde2024-08-191-2/+11
|\ \
| * | C#: Clear instance bindings callbacks on finalizing the languageRaul Santos2024-06-141-2/+11
* | | Merge pull request #95676 from raulsntos/dotnet/clear-owner-orderRémi Verschelde2024-08-191-1/+1
|\ \ \
| * | | C#: Destroy script before clearing ownerRaul Santos2024-08-171-1/+1
* | | | C#: Use Godot's LipO implementation instead of Xcode's lipo commandRaul Santos2024-08-174-106/+30
* | | | Merge pull request #94766 from Z0rb14n/fix-vector3-slerpRémi Verschelde2024-08-161-1/+9
|\ \ \ \
| * | | | Fix Vector3 Slerp Normalizing Zero VectorsZ0rb14n2024-07-261-1/+9
* | | | | 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 #95431 from Joy-less/Fix-#10418Rémi Verschelde2024-08-161-1/+2
|\ \ \ \ \
| * | | | | Add NotNullWhenAttribute to IsInstanceValidJoyless2024-08-121-1/+2
| | |_|_|/ | |/| | |
* | | | | 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-154-4/+4
| |/ / |/| |
* | | Fix doc on Vector2.cs's / operatorMax2024-07-271-1/+1
|/ /
* | Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-232-2/+2
* | C#: Escape generated membersRaul Santos2024-06-1522-1040/+1041
* | Fix freeze after building C#Hilderin2024-06-094-8/+10
|/
* C#: Skip method name when checking CallErrorRaul Santos2024-06-051-2/+6
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-213-12/+4
* Merge pull request #91557 from AThousandShips/dotnet_doc_fixRémi Verschelde2024-05-216-41/+4
|\
| * [C#] Unexpose `GodotSharp`A Thousand Ships2024-05-046-41/+4
* | Merge pull request #88919 from nongvantinh/fix-88834Rémi Verschelde2024-05-211-3/+3
|\ \
| * | Revise implementation to match the implementation in `core`Nông Văn Tình2024-02-271-3/+3
* | | 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
* | | Merge pull request #91763 from paulloz/dotnet/fix-stringextension-warningsRémi Verschelde2024-05-101-3/+9
|\ \ \
| * | | Fix comparison warnings in `StringExtensions.cs`Paul Joannon2024-05-101-3/+9
* | | | Merge pull request #91645 from ZerxZ/dotnet/hint-string-fixRémi Verschelde2024-05-101-0/+36
|\ \ \ \
| * | | | Fix C# Hint NodeType and ResourceType HintStringGaoyao Massimo Hu2024-05-081-0/+36
| |/ / /
* | | | Merge pull request #91564 from paulloz/huisedenanhai-fix_csharp_method_infoRémi Verschelde2024-05-103-37/+35
|\ \ \ \ | |/ / / |/| | |
| * | | CSharpScript should not own base script signalsPaul Joannon2024-05-093-26/+33
| * | | CSharpScript should not own method infos of the base classhuisedenanhai2024-05-042-13/+4
| | |/ | |/|
* | | Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-3/+3
* | | Merge pull request #91696 from akien-mga/style-file-formatRémi Verschelde2024-05-087-12/+12
|\ \ \