summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor
Commit message (Expand)AuthorAgeFilesLines
* [Mono] Use the same search logic for both `MSBuild` and `dotnet`, add custom ...bruvzg2021-02-041-1/+5
* Fix off by one error navigating to line number in RiderIvan Shakhov2021-01-281-1/+1
* Cleanup: Remove executable bit from files which don't need itRémi Verschelde2021-01-192-0/+0
* Merge pull request #45136 from akien-mga/clang-format-11Rémi Verschelde2021-01-132-3/+3
|\
| * CI: Update to clang-format 11 and apply ternary operator changesRémi Verschelde2021-01-122-3/+3
* | Update Mono module to use new execute method.Marcel Admiraal2021-01-132-2/+2
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-0110-20/+20
* Rename empty() to is_empty()Marcel Admiraal2020-12-283-14/+14
* Merge pull request #44105 from neikeq/mono-wasm-m2n-hookRémi Verschelde2020-12-172-146/+64
|\
| * Mono: Make Godot provide its own WASM m2n trampolinesIgnacio Etcheverry2020-12-142-146/+64
* | Mono: Add extra WASM framework assemblies on game exportIgnacio Etcheverry2020-12-141-1/+44
* | Merge pull request #43742 from qarmin/editor_modules_default_valuesRémi Verschelde2020-12-083-12/+12
|\ \
| * | Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-023-12/+12
* | | Merge pull request #44107 from neikeq/fix-slow-build-log-updateRémi Verschelde2020-12-051-6/+30
|\ \ \ | |/ / |/| |
| * | C#: Fix very slow build log update in the editorIgnacio Etcheverry2020-12-051-6/+30
| |/
* / Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-022-2/+3
|/
* [Complex Text Layouts] Refactor Font class, default themes and controls to us...bruvzg2020-11-262-0/+13
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-164-4/+0
* Variant: Rename Type::_RID to Type::RIDRémi Verschelde2020-11-091-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-078-21/+21
* Merge pull request #43029 from neikeq/offline-nuget-fallbackRémi Verschelde2020-10-2711-6/+422
|\
| * C#: Make editor create NuGet fallback folder for Godot packagesIgnacio Etcheverry2020-10-2311-6/+422
* | C#: Fix custom event signals crash on hot-reloadIgnacio Etcheverry2020-10-261-2/+2
|/
* C#: Re-work solution build output panelIgnacio Etcheverry2020-10-2311-526/+499
* Mono: Fix typo in Godot.NET.Sdk.nuspecRémi Verschelde2020-10-091-1/+1
* Adressed ReviewLorenz Junglas2020-10-088-22/+22
* C# GodotTools: Replace platform Identifier "OSX" with "macOS"Lorenz Junglas2020-10-088-22/+22
* Rename the ".mono" folder to ".godot/mono"Aaron Franke2020-09-232-8/+8
* Fix typos with codespellRémi Verschelde2020-09-182-2/+2
* C#: Fix csproj not synced on file move/removal from FS dockIgnacio Etcheverry2020-09-131-2/+13
* C#: Use BOM when creating a solutionIgnacio Etcheverry2020-09-081-1/+2
* Handle csproj "Remove" globsAlex de la Mare2020-09-062-3/+5
* Merge pull request #41753 from neikeq/csharp-hide-build-button-if-no-projRémi Verschelde2020-09-041-9/+12
|\
| * C#: Hide Build button if there's no solution to buildIgnacio Etcheverry2020-09-041-9/+12
* | Merge pull request #41747 from neikeq/issue-41446Rémi Verschelde2020-09-041-3/+4
|\ \
| * | Fix parsing of C# files with spaces in the pathIgnacio Etcheverry2020-09-041-3/+4
| |/
* | Merge pull request #41750 from neikeq/issue-41745Rémi Verschelde2020-09-041-1/+1
|\ \
| * | C#: Fix Godot failing to find class namespaceIgnacio Etcheverry2020-09-041-1/+1
| |/
* | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-4/+4
* | C#: Fix Windows detection for copying MSBuild stubIgnacio Etcheverry2020-09-031-1/+1
|/
* Merge pull request #41611 from neikeq/issue-41444Rémi Verschelde2020-08-301-19/+22
|\
| * C#: Fix crash on export when incorrectly freeing MonoAssemblyNameIgnacio Etcheverry2020-08-301-19/+22
* | C#: Fix InvalidCastException on exportIgnacio Etcheverry2020-08-301-1/+1
|/
* Mono: Improve MSBuildFinder logic on WindowsThaina Yu2020-08-291-2/+15
* C#: Fix 'Parameter toolsPath cannot be null' errorIgnacio Etcheverry2020-08-241-6/+14
* Merge pull request #41410 from neikeq/no-bom-on-csproj-creationRémi Verschelde2020-08-211-1/+3
|\
| * C#: Save newly created csproj files without BOMIgnacio Etcheverry2020-08-211-1/+3
* | Merge pull request #41409 from neikeq/fix-null-in-msbuild-loggerRémi Verschelde2020-08-211-4/+6
|\ \
| * | C#: Fix null exception in our MSBuild loggerIgnacio Etcheverry2020-08-211-4/+6
| |/
* / Mono/C#: Fix editor using wrong project assembly path in rare casesIgnacio Etcheverry2020-08-213-2/+3
|/