Age | Commit message (Expand) | Author |
2023-01-31 | GDScript: Fix issues with typed arrays | Dmitrii Maganov |
2023-01-19 | Merge pull request #71649 from raulsntos/array-indexer | Rémi Verschelde |
2023-01-19 | Add property usage to array indexer | Raul Santos |
2023-01-19 | [GDExtension] Expose some low level functions and String operators. | bruvzg |
2023-01-08 | Use BitField<> in core type masks | Juan Linietsky |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-12-05 | Unify String and StringName | rune-scape |
2022-11-09 | Fix default values on virtual classes causing errors in projects | Aaron Franke |
2022-11-06 | Fix default values not showing up on virtual classes | Aaron Franke |
2022-09-14 | 2D and 3D Skeleton modification docs, and small fixes. | Lyuma |
2022-09-11 | Add ability to flag classes as experimental or deprecated. | SaracenOne |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |
2022-08-26 | Add ThemeDB, expose previously static Theme methods | Yuri Sizov |
2022-08-08 | Rename the argument tag to param in XML documentation | Yuri Sizov |
2022-08-08 | Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript | Yuri Sizov |
2022-07-29 | Add support for documenting most editor settings in the class reference | Hugo Locurcio |
2022-07-24 | Fix missing method qualifiers in script doc | Xwdit |
2022-07-06 | Merge pull request #62713 from YuriSizov/docs-scripting-annotations | Rémi Verschelde |
2022-07-05 | Implement a BitField hint | reduz |
2022-07-04 | Add support for documenting built-in annotations | Yuri Sizov |
2022-05-20 | Add a new HashSet template | reduz |
2022-05-16 | Replace most uses of Map by HashMap | reduz |
2022-04-11 | Make FileAccess and DirAccess classes reference counted. | bruvzg |
2022-03-14 | Remove generating of null comparison operators from documentation | Yuri Roubinsky |
2022-02-18 | Fix decompression functions not returning errcodes | Ricardo Subtil |
2022-02-17 | Translate link titles in classref XML | Haoyu Qiu |
2022-02-15 | Add an XML schema for documentation | Hugo Locurcio |
2022-02-02 | Vectors: Use clear() and has(). | Anilforextra |
2022-01-18 | Merge pull request #56920 from pycbouh/docs-sort-class-properties | Rémi Verschelde |
2022-01-19 | Sort class properties in the built-in docs | Yuri Sizov |
2022-01-18 | Dictionary: Serialize empty dict as `{}` instead of `{\n}` | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-16 | Make `--doctool` locale aware | Haoyu Qiu |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-03 | Make overridden properties link to parent definition | Yuri Sizov |
2021-12-01 | Sort and group theme properties in docs, improve formatting for theme and enums | Yuri Sizov |
2021-11-12 | Modules: Make sure to include modules_enabled.gen.h where needed | Rémi Verschelde |
2021-10-29 | Move the docs for constructors and operators out of methods section | Aaron Franke |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-09-20 | Don't generate empty doc sections and reduce code duplication | Aaron Franke |
2021-09-07 | Implement properties arrays in the Inspector. | Gilles Roudière |
2021-08-24 | Implement error return documetation | reduz |
2021-08-22 | Fix doctool merges when method signatures don't match | reduz |
2021-08-17 | Remove underscore hacks | Max Hilbrunner |
2021-08-04 | Add theme item descriptions to the online documentation | Yuri Sizov |
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |