| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Allow ClassDB to create a Object without postinitialization for GDExtension. | Daylily-Zeleen | 2024-08-20 | 1 | -1/+1 |
* | | C#: Use Godot's LipO implementation instead of Xcode's lipo command | Raul Santos | 2024-08-17 | 4 | -106/+30 |
* | | Merge pull request #94599 from juanjp600/node-array-export-diagnostic | Rémi Verschelde | 2024-08-16 | 3 | -19/+99 |
|\ \ |
|
| * | | Fix GD0107 not applying to arrays and dictionaries containing nodes | Juan Pablo Arce | 2024-07-24 | 3 | -19/+99 |
| |/ |
|
* | | Merge pull request #94693 from jonatanrojderd/master | Rémi Verschelde | 2024-08-16 | 1 | -7/+9 |
|\ \ |
|
| * | | * Changed the VisualShaderNodeCustom template to use the correct overrides an... | Jonatan Röjder Delnavaz | 2024-08-16 | 1 | -7/+9 |
| |/ |
|
* / | Bump version to 4.4-dev | Rémi Verschelde | 2024-08-15 | 2 | -2/+2 |
|/ |
|
* | C#: Escape generated members | Raul Santos | 2024-06-15 | 22 | -1040/+1041 |
* | Merge pull request #91557 from AThousandShips/dotnet_doc_fix | Rémi Verschelde | 2024-05-21 | 1 | -1/+1 |
|\ |
|
| * | [C#] Unexpose `GodotSharp` | A Thousand Ships | 2024-05-04 | 1 | -1/+1 |
* | | Fix ContextMenu Copy Error is off in MSBuild Panel | Marius Hanl | 2024-05-15 | 1 | -1/+1 |
* | | Remove useless isFirstEntry and useless source.Append("else ") | Gaoyao Massimo Hu | 2024-05-14 | 10 | -301/+276 |
* | | Fix C# Hint NodeType and ResourceType HintString | Gaoyao Massimo Hu | 2024-05-08 | 1 | -0/+36 |
* | | Replace `find` with `contains/has` where applicable | A Thousand Ships | 2024-05-08 | 1 | -3/+3 |
* | | Merge pull request #91696 from akien-mga/style-file-format | Rémi Verschelde | 2024-05-08 | 7 | -12/+12 |
|\ \ |
|
| * | | Style: Trim trailing whitespace and ensure newline at EOF | Rémi Verschelde | 2024-05-08 | 7 | -12/+12 |
* | | | Specify a runtime rollforward for OpenVisualStudio | Paul Joannon | 2024-05-07 | 1 | -0/+1 |
|/ / |
|
* / | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 1 | -17/+18 |
|/ |
|
* | Merge pull request #91509 from akien-mga/dotnet-fix-generating-glue-in-projec... | Rémi Verschelde | 2024-05-04 | 1 | -4/+10 |
|\ |
|
| * | .NET: Prevent generating mono glue in project folder | Rémi Verschelde | 2024-05-03 | 1 | -4/+10 |
* | | Merge pull request #91479 from Repiteo/dotnet/sln-csproj-attributes | Rémi Verschelde | 2024-05-04 | 14 | -21/+38 |
|\ \
| |/
|/| |
|
| * | Dotnet: Fix attributes for `sln`/`csproj` files | Thaddeus Crews | 2024-05-03 | 14 | -21/+38 |
* | | Add PackedVector4Array Variant type | K. S. Ernest (iFire) Lee | 2024-05-03 | 5 | -2/+15 |
|/ |
|
* | Merge pull request #91375 from paulloz/dotnet/prevent-generator-crash-on-expo... | Rémi Verschelde | 2024-05-02 | 4 | -1/+69 |
|\ |
|
| * | C#: Fix generator crash w/ generic arrays | Paul Joannon | 2024-04-30 | 4 | -1/+69 |
* | | C#: Ignore late bound methods in MustBeVariantAnalyzer | Raul Santos | 2024-05-01 | 2 | -2/+18 |
|/ |
|
* | Fill copyright field in .csproj files | Konstantin Kretov | 2024-04-26 | 3 | -0/+3 |
* | Merge pull request #90002 from raulsntos/dotnet/expose-property-accessors | Rémi Verschelde | 2024-04-22 | 2 | -8/+34 |
|\ |
|
| * | C#: Make internal properties and property accessors public (but hidden) | Raul Santos | 2024-03-29 | 2 | -8/+34 |
* | | [.NET] Disable output embedding on macOS, move it to the advanced options on ... | bruvzg | 2024-04-09 | 1 | -1/+1 |
* | | Show errors when solution file is missing in C# project | Nông Văn Tình | 2024-04-07 | 1 | -0/+7 |
* | | Fixed "Create C# solution" dialog | AyOhEe | 2024-04-01 | 1 | -2/+2 |
|/ |
|
* | Add property UsingGodotNETSdk to Godot.NET.Sdk | Jason Hunter | 2024-03-18 | 1 | -0/+2 |
* | clang-tidy: Enforce `modernize-use-nullptr` | Thaddeus Crews | 2024-03-12 | 1 | -1/+1 |
* | C#: Fix warnings | Paul Joannon | 2024-03-09 | 1 | -0/+18 |
* | Merge pull request #89007 from paulloz/dotnet/fix-interpolated-string-scriptp... | Rémi Verschelde | 2024-03-04 | 5 | -1/+105 |
|\ |
|
| * | Fix interpolated strings in ScriptPropertyDefVal | Paul Joannon | 2024-03-01 | 5 | -1/+105 |
* | | Merge pull request #85153 from Repiteo/scons-improve-logs | Rémi Verschelde | 2024-03-04 | 1 | -1/+1 |
|\ \ |
|
| * | | Add two new COMSTR environment variables | Thaddeus Crews | 2024-03-01 | 1 | -1/+1 |
| |/ |
|
* | | Merge pull request #83504 from Repiteo/c#-generator-langword-check | Rémi Verschelde | 2024-03-04 | 1 | -4/+21 |
|\ \
| |/
|/| |
|
| * | C# - bindings generator langword check | Thaddeus Crews | 2023-10-17 | 1 | -4/+21 |
* | | Merge pull request #88570 from paulloz/dotnet/warnings-editorconfig-cleanup | Rémi Verschelde | 2024-02-27 | 41 | -1568/+1569 |
|\ \ |
|
| * | | Cleanup C# projects, code quality & style | Paul Joannon | 2024-02-27 | 41 | -1568/+1569 |
* | | | C#: Only check for empty deprecation message if deprecated | Thaddeus Crews | 2024-02-27 | 1 | -6/+6 |
* | | | Merge pull request #88652 from RobProductions/fix-hover-margin | Rémi Verschelde | 2024-02-27 | 1 | -0/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix hover style margin with extra borders enabled | Matt Enad | 2024-02-21 | 1 | -0/+1 |
* | | | C#: Add deprecated message to generated bindings | Raul Santos | 2024-02-23 | 2 | -39/+653 |
|/ / |
|
* | | Merge pull request #87253 from van800/van800/analyser | Rémi Verschelde | 2024-02-21 | 15 | -77/+231 |
|\ \ |
|
| * | | provide analyser corresponding to the GD0001 and GD0002, add ClassPartialModi... | Ivan Shakhov | 2024-02-21 | 15 | -77/+231 |
* | | | Merge pull request #88495 from paulloz/dotnet/test-and-fix-exports-diagnostics | Rémi Verschelde | 2024-02-21 | 19 | -9/+242 |
|\ \ \ |
|