Age | Commit message (Expand) | Author |
2022-07-30 | Add editor_paths.h include missing in mono module | Raul Santos |
2022-07-29 | Move editor paths into the EditorPaths class | Aaron Franke |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde |
2022-07-23 | Implement Vector4, Vector4i, Projection | reduz |
2022-07-22 | Rename directory for export templates from templates to export_templates | Aaron Franke |
2022-07-21 | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg |
2022-07-07 | Merge pull request #62782 from raulsntos/csharp-bitfield-enums | Rémi Verschelde |
2022-07-07 | Ensure NuGet.config directory exists | Raul Santos |
2022-07-06 | Add C# support for bitfield enums (flags) | Raul Santos |
2022-07-05 | Implement a BitField hint | reduz |
2022-06-24 | Merge pull request #59918 from piiertho/enhancement/rename-controll-minimum_s... | Rémi Verschelde |
2022-06-23 | enhancement: rename exposed property Control::minimum_size to Control::custom... | Pierre-Thomas Meisels |
2022-06-23 | Mono: Update Newtonsoft.Json to 13.0.1 | Rémi Verschelde |
2022-06-17 | Make enum/constant binds 64-bit. | bruvzg |
2022-06-16 | Fix EditorScenePostImport templates for C# | Raul Santos |
2022-06-15 | Merge pull request #61486 from jtnicholl/import_script_templates | Rémi Verschelde |
2022-06-15 | Add script templates for EditorScenePostImport | Jonathan Nicholl |
2022-06-03 | Generate typed array parameters in C# bindings | Raul Santos |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-05-12 | Merge pull request #60956 from macjuul/hide-mono-cmd-prompt | Rémi Verschelde |
2022-05-12 | Fix blank command prompts spawning | Julian Mills |
2022-05-12 | Add a new HashMap implementation | reduz |
2022-05-06 | Changed signals of ItemList | Vitika9 |
2022-04-29 | Rename Transform2D "elements" to "columns" | Aaron Franke |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-03-28 | Refactor GDScript/C# script templates logic to be editor-only | Rémi Verschelde |
2022-03-22 | Support static methods in C# bindings generator | Raul Santos |
2022-03-18 | Ignore PhysicsServer3DExtension class in C# | Raul Santos |
2022-03-16 | Implement GDExtension export plugin. | bruvzg |
2022-03-09 | Fix Autoload capitalization inconsistency | Haoyu Qiu |
2022-03-08 | Rename Control's Rect properties to exclude rect_ part | Marcel Admiraal |
2022-03-03 | Refactor `bbcode_to_xml` into multiple specific methods | Raul Santos |
2022-03-03 | Find inherited members in C# documentation generator | Raul Santos |
2022-03-03 | Add theme_item support to C# documentation generator | Raul Santos |
2022-03-03 | Fix checking for `@GlobalScope` in C# documentation generator | Raul Santos |
2022-03-03 | Check for missing methods/members in C# documentation generator | Raul Santos |
2022-03-03 | Fix references to global constants in C# documentation generator | Raul Santos |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-10 | Support signals in C# documentation | Raul Santos |
2022-02-08 | Remove support for ARMv7 (32-bit) on iOS | Hugo Locurcio |
2022-02-04 | Merge pull request #57618 from Densorius/master | Ignacio Roldán Etcheverry |
2022-02-04 | Fixed opening new instances of VS 2022 while a instance is already open | Densorius |
2022-02-04 | Cleanup and move char functions to the `char_utils.h` header. | bruvzg |
2022-02-04 | Add Visual Studio 2022 support with fallback to 2019 | Densorius |
2022-01-23 | BaseButton: Rename `pressed` property to `button_pressed` | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-06 | Rename "items_count" property to "item_count" | Aaron Franke |
2021-12-06 | Replace deprecated GetItemCount() with ItemsCount | Raul Santos |