summaryrefslogtreecommitdiffstats
path: root/modules/mono/editor
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #62782 from raulsntos/csharp-bitfield-enumsRémi Verschelde2022-07-072-0/+11
|\
| * Add C# support for bitfield enums (flags)Raul Santos2022-07-062-0/+11
* | Ensure NuGet.config directory existsRaul Santos2022-07-071-1/+2
|/
* Implement a BitField hintreduz2022-07-051-6/+6
* Merge pull request #59918 from piiertho/enhancement/rename-controll-minimum_s...Rémi Verschelde2022-06-241-1/+1
|\
| * enhancement: rename exposed property Control::minimum_size to Control::custom...Pierre-Thomas Meisels2022-06-231-1/+1
* | Mono: Update Newtonsoft.Json to 13.0.1Rémi Verschelde2022-06-233-3/+3
|/
* Make enum/constant binds 64-bit.bruvzg2022-06-172-7/+9
* Fix EditorScenePostImport templates for C#Raul Santos2022-06-162-7/+5
* Merge pull request #61486 from jtnicholl/import_script_templatesRémi Verschelde2022-06-152-0/+33
|\
| * Add script templates for EditorScenePostImportJonathan Nicholl2022-06-152-0/+33
* | Generate typed array parameters in C# bindingsRaul Santos2022-06-032-10/+69
|/
* Replace most uses of Map by HashMapreduz2022-05-162-26/+26
* Merge pull request #60956 from macjuul/hide-mono-cmd-promptRémi Verschelde2022-05-122-1/+3
|\
| * Fix blank command prompts spawningJulian Mills2022-05-122-1/+3
* | Add a new HashMap implementationreduz2022-05-123-26/+24
|/
* Changed signals of ItemListVitika92022-05-061-2/+7
* Rename Transform2D "elements" to "columns"Aaron Franke2022-04-291-1/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-112-11/+9
* Refactor GDScript/C# script templates logic to be editor-onlyRémi Verschelde2022-03-288-0/+223
* Support static methods in C# bindings generatorRaul Santos2022-03-222-18/+43
* Ignore PhysicsServer3DExtension class in C#Raul Santos2022-03-181-0/+9
* Implement GDExtension export plugin.bruvzg2022-03-161-2/+2
* Fix Autoload capitalization inconsistencyHaoyu Qiu2022-03-091-1/+1
* Rename Control's Rect properties to exclude rect_ partMarcel Admiraal2022-03-082-2/+2
* Refactor `bbcode_to_xml` into multiple specific methodsRaul Santos2022-03-032-249/+249
* Find inherited members in C# documentation generatorRaul Santos2022-03-031-2/+10
* Add theme_item support to C# documentation generatorRaul Santos2022-03-031-1/+6
* Fix checking for `@GlobalScope` in C# documentation generatorRaul Santos2022-03-031-20/+29
* Check for missing methods/members in C# documentation generatorRaul Santos2022-03-031-6/+32
* Fix references to global constants in C# documentation generatorRaul Santos2022-03-031-0/+11
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-1/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-0/+1
* Support signals in C# documentationRaul Santos2022-02-102-11/+58
* Remove support for ARMv7 (32-bit) on iOSHugo Locurcio2022-02-081-1/+0
* Merge pull request #57618 from Densorius/masterIgnacio Roldán Etcheverry2022-02-041-1/+1
|\
| * Fixed opening new instances of VS 2022 while a instance is already openDensorius2022-02-041-1/+1
* | Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-2/+2
|/
* Add Visual Studio 2022 support with fallback to 2019Densorius2022-02-041-2/+21
* BaseButton: Rename `pressed` property to `button_pressed`Rémi Verschelde2022-01-232-4/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-038-16/+16
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Rename "items_count" property to "item_count"Aaron Franke2021-12-061-3/+3
* Replace deprecated GetItemCount() with ItemsCountRaul Santos2021-12-061-4/+4
* Bump Godot.NET.Sdk and SourceGenerators versionsRaul Santos2021-12-051-1/+1
* Fix Godot.SourceGenerators for generic classesRaul Santos2021-12-052-5/+30
* Don't return reference on copy assignment operatorsRémi Verschelde2021-11-301-1/+1
* clang-format: Enable `BreakBeforeTernaryOperators`Rémi Verschelde2021-10-281-2/+1
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-20/+20
* Restrict the project data directory configurationne0fhyk2021-10-181-5/+10