summaryrefslogtreecommitdiffstats
path: root/modules/mono
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #76026 from YuriSizov/editor-running-up-that-guiRémi Verschelde2023-04-261-2/+3
|\
| * Extract editor run toolbar into its own componentYuri Sizov2023-04-191-2/+3
* | C#: Do not use DocCache when generating glue codeRedworkDE2023-04-201-1/+1
|/
* C#: Make include scripts contents an export optionRedworkDE2023-04-182-5/+16
* Add the ability to set a custom C# editorKevin Simpson2023-04-183-4/+89
* C#: Discontinue `GodotNuGetFallbackFolder`RedworkDE2023-04-074-311/+0
* add `hex_decode()` to `String`bendn2023-04-051-0/+20
* Merge pull request #75477 from kleonc/csharp-fix-vector234i-from-floats-creationYuri Sizov2023-03-313-18/+15
|\
| * C# Truncate instead of round in Vector2/3/4 to Vector2I/3I/4I conversionkleonc2023-03-313-18/+15
* | Merge pull request #71049 from alexdlm/dotnet-generator-selective-disableYuri Sizov2023-03-319-7/+14
|\ \
| * | Add fine-grained disabling of SourceGeneratorsAlex de la Mare2023-03-259-7/+14
* | | C#: Fix Array.AddRange index out of boundsRedwarx0082023-03-271-2/+4
| |/ |/|
* | Merge pull request #75286 from AThousandShips/csharp_shadowYuri Sizov2023-03-251-66/+66
|\ \
| * | Fix "hides member" warnings in `csharp_script.cpp`Ninni Pipping2023-03-251-66/+66
| |/
* / C#: Do not print errors about missing references to intentionally ignored mem...RedworkDE2023-03-242-5/+26
|/
* Prevent crashing on startup if project has scripted theme typesYuri Sizov2023-03-081-8/+0
* Merge pull request #73429 from bruvzg/macos_no_scRémi Verschelde2023-03-071-10/+12
|\
| * [macOS] Re-add support for the _sc_ inside app bundle. Update docs.bruvzg2023-02-171-10/+12
* | C#: Fix building projects for MSBuild before 17.3RedworkDE2023-03-062-2/+9
* | Merge pull request #74375 from raulsntos/dotnet/ignore-explicit-interface-imp...Rémi Verschelde2023-03-054-2/+34
|\ \
| * | C#: Ignore explicit interface implementationsRaul Santos2023-03-044-2/+34
* | | Merge pull request #74330 from aleksrutins/csharp-identifier-validationRémi Verschelde2023-03-051-0/+5
|\ \ \
| * | | Validate that C# class names are valid identifiersAleks Rutins2023-03-041-0/+5
| |/ /
* | | Merge pull request #74312 from raulsntos/dotnet/godot-project-dir-base64Rémi Verschelde2023-03-054-3/+13
|\ \ \
| * | | C#: Encode GodotProjectDir as Base64 to prevent issues with special charactersRaul Santos2023-03-044-3/+13
| |/ /
* / / C#: Get singleton instances using the Core nameRedworkDE2023-03-031-3/+3
|/ /
* | Merge pull request #73904 from raulsntos/dotnet/tools-popupRémi Verschelde2023-03-021-5/+25
|\ \
| * | C#: Always show "Create C# solution" optionRaul Santos2023-02-261-5/+25
* | | Merge pull request #74127 from RedworkDE/net-debug-crashRémi Verschelde2023-03-021-1/+3
|\ \ \
| * | | C#: Fix crash when errors occur before language initialization.RedworkDE2023-03-011-1/+3
* | | | Bump version to 4.1-devRémi Verschelde2023-03-016-6/+6
|/ / /
* | | Remove unused `ScriptLanguage` methodsvoidedWarranties2023-02-262-6/+0
* | | C#: Check if a class is a singleton using the Core nameRaul Santos2023-02-241-1/+1
|/ /
* | C#: Fix editor crashing without a message when .NET is not installedRedworkDE2023-02-231-1/+9
* | [macOS] Replace all `Alt/Option+Letter/Number` default shortcuts to avoid con...bruvzg2023-02-201-0/+1
* | C#: Fix line position when opening file in VSCodeRedworkDE2023-02-191-1/+1
|/
* Merge pull request #73458 from paulloz/csharp/actually-clean-solutionRémi Verschelde2023-02-171-1/+1
|\
| * Clicking "Clean solution" should clean, not buildPaul Joannon2023-02-161-1/+1
* | Merge pull request #73392 from raulsntos/dotnet/vscode-open-solutionRémi Verschelde2023-02-161-2/+1
|\ \
| * | C#: Open the solution directory when using VSCodeRaul Santos2023-02-151-2/+1
| |/
* / C#: Fix internal source generator on the 7.0.200 SDKRedworkDE2023-02-161-1/+3
|/
* Merge pull request #73026 from SirUppyPancakes/sync-context-sendRémi Verschelde2023-02-121-4/+31
|\
| * Implement GodotSynchronizationContext.SendCaleb Kemper2023-02-121-4/+31
* | Build C# csproj instead of the solutionRaul Santos2023-02-103-8/+14
|/
* Merge pull request #72849 from RedworkDE/net-export-settingsRémi Verschelde2023-02-081-14/+2
|\
| * C#: Rename export settings `mono` -> `dotnet` and remove unused AOT settingsRedworkDE2023-02-071-14/+2
* | Try and match MSBuild and Godot UI languagesPaul Joannon2023-02-071-8/+14
* | Add new settings about MSBuildPaul Joannon2023-02-073-4/+89
* | Add button to open the msbuild logs folderPaul Joannon2023-02-073-2/+29
* | Rename existing editor settings `mono` -> `dotnet`Paul Joannon2023-02-073-10/+15
|/