summaryrefslogtreecommitdiff
path: root/modules/mono/editor/GodotTools
AgeCommit message (Expand)Author
2022-07-22Rename directory for export templates from templates to export_templatesAaron Franke
2022-07-21Rename OSX to macOS and iPhoneOS to iOS.bruvzg
2022-07-07Ensure NuGet.config directory existsRaul Santos
2022-06-24Merge pull request #59918 from piiertho/enhancement/rename-controll-minimum_s...Rémi Verschelde
2022-06-23enhancement: rename exposed property Control::minimum_size to Control::custom...Pierre-Thomas Meisels
2022-06-23Mono: Update Newtonsoft.Json to 13.0.1Rémi Verschelde
2022-05-12Fix blank command prompts spawningJulian Mills
2022-05-06Changed signals of ItemListVitika9
2022-03-16Implement GDExtension export plugin.bruvzg
2022-03-08Rename Control's Rect properties to exclude rect_ partMarcel Admiraal
2022-02-08Remove support for ARMv7 (32-bit) on iOSHugo Locurcio
2022-02-04Fixed opening new instances of VS 2022 while a instance is already openDensorius
2022-02-04Add Visual Studio 2022 support with fallback to 2019Densorius
2022-01-23BaseButton: Rename `pressed` property to `button_pressed`Rémi Verschelde
2021-12-06Rename "items_count" property to "item_count"Aaron Franke
2021-12-06Replace deprecated GetItemCount() with ItemsCountRaul Santos
2021-10-18Restrict the project data directory configurationne0fhyk
2021-10-05Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_masterRémi Verschelde
2021-09-15Provide a getter for the project data directory.ne0fhyk
2021-09-14Add editor keyboard shortcut for Mono Build solution buttonLewis James
2021-09-02Some more C# formattingAaron Franke
2021-08-12Use real_t and double where appropriate in ParticlesAaron Franke
2021-08-06Ensure MSBuildPanel buttons are instantiatedRaul Santos
2021-08-03Fix the editor theme application for the Mono build logYuri Sizov
2021-07-27Ignore paths with invalid chars in PathWhichRaul Santos
2021-07-26Use Array.Empty instead of allocating a every timeRaul Santos
2021-07-23Add a simple C# .editorconfigAaron Franke
2021-07-15Mono: Remove info dialog discouraging use in productionRémi Verschelde
2021-06-23Fixing mono build after instance() -> instanciate() name changeGrzegorz Puławski
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-13Improve & fix Mono buildPedro J. Estébanez
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-03-06Add C# source generator for a new ScriptPath attributeIgnacio Etcheverry
2021-02-04[Mono] Use the same search logic for both `MSBuild` and `dotnet`, add custom ...bruvzg
2021-01-28Fix off by one error navigating to line number in RiderIvan Shakhov
2021-01-19Cleanup: Remove executable bit from files which don't need itRémi Verschelde
2021-01-13Update Mono module to use new execute method.Marcel Admiraal
2020-12-14Mono: Add extra WASM framework assemblies on game exportIgnacio Etcheverry
2020-12-05C#: Fix very slow build log update in the editorIgnacio Etcheverry
2020-10-23C#: Make editor create NuGet fallback folder for Godot packagesIgnacio Etcheverry
2020-10-23C#: Re-work solution build output panelIgnacio Etcheverry
2020-10-08Adressed ReviewLorenz Junglas
2020-10-08C# GodotTools: Replace platform Identifier "OSX" with "macOS"Lorenz Junglas
2020-09-23Rename the ".mono" folder to ".godot/mono"Aaron Franke
2020-09-18Fix typos with codespellRémi Verschelde
2020-09-13C#: Fix csproj not synced on file move/removal from FS dockIgnacio Etcheverry
2020-09-08C#: Use BOM when creating a solutionIgnacio Etcheverry
2020-09-06Handle csproj "Remove" globsAlex de la Mare
2020-09-04Merge pull request #41753 from neikeq/csharp-hide-build-button-if-no-projRémi Verschelde
2020-09-04Merge pull request #41747 from neikeq/issue-41446Rémi Verschelde