| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a new HashSet template | reduz | 2022-05-20 | 1 | -2/+2 |
* | Use range iterators for RBSet in most cases | Aaron Record | 2022-05-19 | 1 | -6/+6 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -7/+7 |
* | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 1 | -7/+6 |
* | Add property name style toggle to Inspector | Haoyu Qiu | 2022-03-28 | 1 | -2/+8 |
* | Initialize bools in the headers in editor | Aaron Franke | 2022-03-12 | 1 | -2/+0 |
* | i18n: Make property paths and categories translatable | Haoyu Qiu | 2022-03-03 | 1 | -1/+3 |
* | Port existing _notification code to use switch statements (part 1/3) | jmb462 | 2022-02-16 | 1 | -11/+13 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -2/+3 |
* | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde | 2022-02-08 | 1 | -1/+1 |
* | Merge pull request #57749 from timothyqiu/feature-class-props | Rémi Verschelde | 2022-02-07 | 1 | -1/+9 |
|\ |
|
| * | Don't display empty Class Properties in feature profile | Haoyu Qiu | 2022-02-07 | 1 | -1/+9 |
* | | Add missing SNAME macro optimization to all theme methods call | jmb462 | 2022-02-06 | 1 | -1/+1 |
|/ |
|
* | String: Add contains(). | Anilforextra | 2022-02-04 | 1 | -1/+1 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -17/+17 |
* | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke | 2021-12-09 | 1 | -1/+1 |
* | Use range iterators for `Map` | Lightning_A | 2021-09-30 | 1 | -3/+3 |
* | Fix various i18n failures | Haoyu Qiu | 2021-08-03 | 1 | -1/+1 |
* | Put multiple colons back into translated strings | Yuri Sizov | 2021-07-31 | 1 | -6/+6 |
* | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -2/+2 |
* | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -7/+6 |
* | Optimize StringName usage | reduz | 2021-07-18 | 1 | -2/+2 |
* | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -5/+5 |
* | Consolidate JSON, JSONParseResults and JSONParser into JSON | Marcel Admiraal | 2021-06-19 | 1 | -22/+21 |
* | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde | 2021-06-11 | 1 | -1/+1 |
* | Improve the layout and texts of the Editor Feature Profiles dialog | Yuri Sizov | 2021-05-31 | 1 | -43/+88 |
* | Fixed changing enabled classes resetting folding in manage editor features. | Emre Aydin | 2021-05-27 | 1 | -0/+36 |
* | Initialize class variables with default values in scene/ [2/2] | Rafał Mikrut | 2021-02-09 | 1 | -5/+1 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -1/+1 |
* | Rename Control margin to offset | Marcel Admiraal | 2020-12-23 | 1 | -1/+1 |
* | Rename AcceptDialog get_ok() to get_ok_button() | Marcel Admiraal | 2020-12-14 | 1 | -1/+1 |
* | doc: Sync classref with current source | Rémi Verschelde | 2020-09-04 | 1 | -1/+1 |
* | Make the Import dock depend on the FileSystem dock | Aaron Franke | 2020-08-27 | 1 | -5/+12 |
* | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -2/+2 |
* | Remove String::find_last (same as rfind) | Stijn Hinlopen | 2020-07-03 | 1 | -1/+1 |
* | Fix build after merge of #37235 | Rémi Verschelde | 2020-05-25 | 1 | -2/+3 |
* | Merge pull request #37235 from Calinou/improve-editor-feature-profiles | Rémi Verschelde | 2020-05-25 | 1 | -5/+30 |
|\ |
|
| * | Improve the editor feature profiles UX | Hugo Locurcio | 2020-03-22 | 1 | -5/+30 |
* | | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -4/+8 |
* | | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+2 |
* | | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -31/+0 |
* | | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -1/+1 |
* | | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -10/+10 |
|/ |
|
* | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 1 | -1/+1 |
* | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -25/+15 |
* | Added StringName as a variant type. | Juan Linietsky | 2020-02-21 | 1 | -5/+5 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -15/+15 |