summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39837 from neikeq/fix-invalid-unbox-long-as-intRémi Verschelde2020-06-261-1/+1
|\
| * Mono/C#: Fix InvalidCast because of attempt to unbox long as intIgnacio Etcheverry2020-06-251-1/+1
* | Mono/C#: Use /restore instead of /t:restore when buildingIgnacio Etcheverry2020-06-253-28/+14
|/
* Merge pull request #39739 from MichaelBelousov/fix/long-enum-fix-rider-castRémi Verschelde2020-06-243-5/+5
|\
| * Mono: fix bad long casts and wrong underlying enum types in GodotToolsMichael Belousov2020-06-243-5/+5
* | Merge pull request #39783 from neikeq/messaging-codecompletion-localize-fixRémi Verschelde2020-06-243-2/+57
|\ \
| * | C#: Fix completion request with case insensitive resource pathIgnacio Etcheverry2020-06-233-2/+57
| |/
* / Remove ToolButton in favor of ButtonHugo Locurcio2020-06-192-6/+6
|/
* C#: Add VisualStudio supportIgnacio Etcheverry2020-06-1512-31/+410
* Update Mono C# warning to reflect latest list of platforms supportedMaganty Rushyendra2020-05-261-1/+1
* Added tests for ClassDBIgnacio Etcheverry2020-05-162-218/+414
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-146-45/+0
* Modernize remaining uses of 0/NULL instead of nullptr (C++11)Rémi Verschelde2020-05-141-1/+1
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-64/+29
* C#: Support for building with the dotnet CLIIgnacio Etcheverry2020-05-1111-70/+151
* Merge pull request #38621 from akien-mga/stylé-comme-jamaisRémi Verschelde2020-05-102-6/+17
|\
| * Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-5/+15
| * Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* | C#: Rewrite GodotTools messaging protocolIgnacio Etcheverry2020-05-0941-1047/+2235
* | C#: Use Sdks in GodotTools csprojs and switch to nuget Microsoft.BuildIgnacio Etcheverry2020-05-0926-531/+140
* | C#/Mono: Check assembly version when loadingIgnacio Etcheverry2020-05-092-40/+54
|/
* Mono: Use msbuild instead of nuget.exe for restoringIgnacio Etcheverry2020-05-091-23/+11
* Merge pull request #36960 from pycbouh/docs-improve-shortcutsRémi Verschelde2020-04-291-1/+5
|\
| * Improve shortcut formatting in docsYuri Sizov2020-04-101-1/+5
* | C#: Fix always saving copy of csproj even with no changesIgnacio Etcheverry2020-04-231-2/+23
* | Merge pull request #38110 from neikeq/csproj-safer-migrationIgnacio Roldán Etcheverry2020-04-225-43/+76
|\ \
| * | C#: Save copy of sln and csproj before applying fixesIgnacio Etcheverry2020-04-225-43/+76
* | | Mono/C#: Allow debugging exported gamesIgnacio Etcheverry2020-04-224-37/+49
|/ /
* / Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editorRémi Verschelde2020-04-201-1/+1
|/
* Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-04-035-23/+22
* Replace more occurrences of NULL with nullptrRémi Verschelde2020-04-021-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-025-45/+45
* Mono/C#: Add iOS supportIgnacio Etcheverry2020-03-317-358/+815
* Multiple changes to DisplayServerX11Mateo Kuruk Miccino2020-03-261-1/+1
* Move DocData and Collada out of their subfoldersRémi Verschelde2020-03-241-1/+1
* Merge pull request #37210 from van800/fix-36995Rémi Verschelde2020-03-222-1/+6
|\
| * Fix warning: Property not found: mono/editor/editor_path_optional (#36995)Ivan.Shakhov2020-03-212-1/+6
* | Make file formatting comply with POSIX and Unix standardsAaron Franke2020-03-213-3/+3
|/
* Merge pull request #37116 from neikeq/issue-12917Rémi Verschelde2020-03-186-15/+179
|\
| * Sync csproj when files are changed from the Godot FileSystem dockIgnacio Etcheverry2020-03-186-15/+179
* | Merge pull request #37131 from van800/masterIgnacio Roldán Etcheverry2020-03-181-2/+2
|\ \
| * | fix RiderPathLocator - searching for toolbox on MacIvan.Shakhov2020-03-181-2/+2
* | | [Mono] Marshaling for Vector2i, Vector3i, and Rect2iAaron Franke2020-03-171-0/+9
| |/ |/|
* | Fix C# bindings after recent breaking changesIgnacio Etcheverry2020-03-176-56/+363
* | Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-172-2/+2
* | C#: Replace uses of old Configuration and update old csprojsIgnacio Etcheverry2020-03-147-52/+173
* | reorder solution configurations + migrationIvan Shakhov2020-03-113-15/+34
|/
* On Windows find Rider installed for CurrentUserIvan Shakhov2020-02-281-11/+20
* Merge pull request #36602 from van800/jetbrains_msbuildRémi Verschelde2020-02-273-23/+35
|\
| * use Rider MSBuild on Windows, when Rider is selected as external editorIvan Shakhov2020-02-273-23/+35