Age | Commit message (Expand) | Author |
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-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-08-03 | Fix various i18n failures | Haoyu Qiu |
2021-07-31 | Put multiple colons back into translated strings | Yuri Sizov |
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-07-18 | Optimize StringName usage | reduz |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-19 | Consolidate JSON, JSONParseResults and JSONParser into JSON | Marcel Admiraal |
2021-06-11 | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde |
2021-05-31 | Improve the layout and texts of the Editor Feature Profiles dialog | Yuri Sizov |
2021-05-27 | Fixed changing enabled classes resetting folding in manage editor features. | Emre Aydin |
2021-02-09 | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-28 | Rename empty() to is_empty() | Marcel Admiraal |
2020-12-23 | Rename Control margin to offset | Marcel Admiraal |
2020-12-14 | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal |
2020-09-04 | doc: Sync classref with current source | Rémi Verschelde |
2020-08-27 | Make the Import dock depend on the FileSystem dock | Aaron Franke |
2020-07-14 | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen |
2020-07-03 | Remove String::find_last (same as rfind) | Stijn Hinlopen |
2020-05-25 | Fix build after merge of #37235 | Rémi Verschelde |
2020-05-25 | Merge pull request #37235 from Calinou/improve-editor-feature-profiles | Rémi Verschelde |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-26 | Working multiple window support, including editor | Juan Linietsky |
2020-03-22 | Improve the editor feature profiles UX | Hugo Locurcio |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-21 | Added StringName as a variant type. | Juan Linietsky |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-05 | Remove duplicate ERR_PRINT macro. | Marcel Admiraal |
2020-01-09 | Add ignoring of disabled recent and favorite classes in create | PucklaMotzer09 |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-16 | Makes more strings in editor translatable | Haoyu Qiu |
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-09-24 | doc: Sync classref with current source | Rémi Verschelde |
2019-06-19 | Merge pull request #29493 from YeldhamDev/enhance_fix_feature_profile | Rémi Verschelde |
2019-06-17 | Fix minor typos | Yuri Chornoivan |
2019-06-12 | Enhancements and fixes for the editor feature profile | Michael Alexsander Silva Dias |
2019-06-11 | Add missing license headers | Rémi Verschelde |
2019-04-08 | Changes to to feature profile editor | Juan Linietsky |
2019-04-08 | Add ability to edit editor feature profiles | Juan Linietsky |