summaryrefslogtreecommitdiff
path: root/modules/mono/editor
AgeCommit message (Expand)Author
2022-03-22Support static methods in C# bindings generatorRaul Santos
2022-03-18Ignore PhysicsServer3DExtension class in C#Raul Santos
2022-03-16Implement GDExtension export plugin.bruvzg
2022-03-09Fix Autoload capitalization inconsistencyHaoyu Qiu
2022-03-08Rename Control's Rect properties to exclude rect_ partMarcel Admiraal
2022-03-03Refactor `bbcode_to_xml` into multiple specific methodsRaul Santos
2022-03-03Find inherited members in C# documentation generatorRaul Santos
2022-03-03Add theme_item support to C# documentation generatorRaul Santos
2022-03-03Fix checking for `@GlobalScope` in C# documentation generatorRaul Santos
2022-03-03Check for missing methods/members in C# documentation generatorRaul Santos
2022-03-03Fix references to global constants in C# documentation generatorRaul Santos
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-10Support signals in C# documentationRaul Santos
2022-02-08Remove support for ARMv7 (32-bit) on iOSHugo Locurcio
2022-02-04Merge pull request #57618 from Densorius/masterIgnacio Roldán Etcheverry
2022-02-04Fixed opening new instances of VS 2022 while a instance is already openDensorius
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
2022-02-04Add Visual Studio 2022 support with fallback to 2019Densorius
2022-01-23BaseButton: Rename `pressed` property to `button_pressed`Rémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-06Rename "items_count" property to "item_count"Aaron Franke
2021-12-06Replace deprecated GetItemCount() with ItemsCountRaul Santos
2021-12-05Bump Godot.NET.Sdk and SourceGenerators versionsRaul Santos
2021-12-05Fix Godot.SourceGenerators for generic classesRaul Santos
2021-11-30Don't return reference on copy assignment operatorsRémi Verschelde
2021-10-28clang-format: Enable `BreakBeforeTernaryOperators`Rémi Verschelde
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
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-12Fix autoloads iterationRaul Santos
2021-09-08Fix properties arrays in C# bindings generatorRaul Santos
2021-09-03Fix constant tag documentation in C# bindings generatorRaul Santos
2021-09-03Fix PackedInt64Array typo in bindings_generator.hRaul Santos
2021-09-02Some more C# formattingAaron Franke
2021-08-26Use OrderedHashMap for autoloads to preserve orderLyuma
2021-08-20C#: Fix bindings generator for Callable argument default valueIgnacio Roldán Etcheverry
2021-08-17Namespaces instead of underscore prefix for bindsMax Hilbrunner
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-27Merge pull request #50917 from raulsntos/more-iteratorsRémi Verschelde
2021-07-27Ignore paths with invalid chars in PathWhichRaul Santos
2021-07-27Use C++ iterators in the Mono moduleRaul Santos
2021-07-26Use Array.Empty instead of allocating a every timeRaul Santos
2021-07-25Fix bindings generator range iterator errorsRaul Santos
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde