| Commit message (Expand) | Author | Age | Files | Lines |
* | Use range iterators for `Map` | Lightning_A | 2021-09-30 | 1 | -2/+2 |
* | Display an error message in settings when autoload name is invalid | jmb462 | 2021-09-14 | 1 | -7/+21 |
* | Disallow class names to be the same as global names | George Marques | 2021-09-13 | 1 | -0/+8 |
* | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -9/+9 |
* | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -29/+18 |
* | Optimize StringName usage | reduz | 2021-07-18 | 1 | -9/+9 |
* | Clean up Tree | reduz | 2021-07-04 | 1 | -5/+3 |
* | Implement Tree's internal minimum width calculation | Gilles Roudière | 2021-06-28 | 1 | -4/+4 |
* | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -2/+2 |
* | Documentation search fixes | Gregory Basile | 2021-06-16 | 1 | -3/+3 |
* | Merge pull request #48619 from Calinou/editor-autoload-rename-singleton | Rémi Verschelde | 2021-06-15 | 1 | -4/+5 |
|\ |
|
| * | Rename "Singleton" to "Global Variable" in the AutoLoad editor | Hugo Locurcio | 2021-05-10 | 1 | -4/+5 |
* | | Consistently prefix bound virtual methods with _ | kobewi | 2021-06-12 | 1 | -3/+3 |
|/ |
|
* | 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 | -2/+2 |
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -4/+4 |
* | Fix TTR misuse | SkyJJ | 2020-07-24 | 1 | -2/+2 |
* | Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r... | Stijn Hinlopen | 2020-07-14 | 1 | -1/+1 |
* | Add a map of autoloads to ProjectSettings | George Marques | 2020-07-06 | 1 | -0/+8 |
* | Improved warning shown when autoload cannot be added. | Eric M | 2020-06-01 | 1 | -4/+4 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -25/+50 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -25/+0 |
* | Dissolving class EditorLineEditFileChooser into EditorAutoloadSettings. | unknown | 2020-04-05 | 1 | -12/+35 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -16/+16 |
* | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -4/+4 |
* | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Added a Window node, and made it the scene root. | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
* | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 1 | -18/+9 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -9/+9 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -2/+2 |
* | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky | 2020-02-15 | 1 | -1/+1 |
* | Improve the AutoLoad editor UX | Hugo Locurcio | 2020-01-31 | 1 | -3/+38 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Cleans up headers included in editor_node.h | Haoyu Qiu | 2019-12-24 | 1 | -0/+2 |
* | Fix an exception when trying to close down editor with plugins enabled. | Saracen | 2019-08-22 | 1 | -2/+2 |
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily | 2019-08-17 | 1 | -8/+4 |
* | Merge pull request #29941 from qarmin/redundant_code_and_others | Rémi Verschelde | 2019-06-27 | 1 | -7/+4 |
|\ |
|
| * | Some code changed with Clang-Tidy | qarmin | 2019-06-26 | 1 | -7/+4 |
* | | Check if autoload nodes are != NULL before deleting them. | Marcus Brummer | 2019-06-24 | 1 | -1/+1 |
|/ |
|
* | Fix minor typos | Yuri Chornoivan | 2019-06-17 | 1 | -1/+1 |
* | Restrict Autoloads from having keywords as their names | Michael Alexsander Silva Dias | 2019-05-21 | 1 | -10/+28 |
* | Improve wording of various messages and make casing more consistent | Hugo Locurcio | 2019-04-21 | 1 | -2/+2 |
* | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 1 | -5/+5 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Update autoload references when moving files. | Zaven Muradyan | 2018-10-16 | 1 | -0/+2 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -2/+2 |
* | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 1 | -1/+1 |
* | Remove extra addition to tree of editor autoloads | George Marques | 2018-06-25 | 1 | -8/+0 |
* | Fix order to register autoloads in-editor | George Marques | 2018-06-18 | 1 | -2/+22 |
* | Fix drag and drop autoload | volzhs | 2018-06-09 | 1 | -2/+2 |