summaryrefslogtreecommitdiffstats
path: root/editor/editor_autoload_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use range iterators for `Map`Lightning_A2021-09-301-2/+2
* Display an error message in settings when autoload name is invalidjmb4622021-09-141-7/+21
* Disallow class names to be the same as global namesGeorge Marques2021-09-131-0/+8
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-9/+9
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-29/+18
* Optimize StringName usagereduz2021-07-181-9/+9
* Clean up Treereduz2021-07-041-5/+3
* Implement Tree's internal minimum width calculationGilles Roudière2021-06-281-4/+4
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Documentation search fixesGregory Basile2021-06-161-3/+3
* Merge pull request #48619 from Calinou/editor-autoload-rename-singletonRémi Verschelde2021-06-151-4/+5
|\
| * Rename "Singleton" to "Global Variable" in the AutoLoad editorHugo Locurcio2021-05-101-4/+5
* | Consistently prefix bound virtual methods with _kobewi2021-06-121-3/+3
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-4/+4
* Fix TTR misuseSkyJJ2020-07-241-2/+2
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-1/+1
* Add a map of autoloads to ProjectSettingsGeorge Marques2020-07-061-0/+8
* Improved warning shown when autoload cannot be added.Eric M2020-06-011-4/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-25/+50
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-25/+0
* Dissolving class EditorLineEditFileChooser into EditorAutoloadSettings.unknown2020-04-051-12/+35
* Replace NULL with nullptrlupoDharkael2020-04-021-16/+16
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-4/+4
* Working multiple window support, including editorJuan Linietsky2020-03-261-1/+1
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-18/+9
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-9/+9
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-1/+1
* Improve the AutoLoad editor UXHugo Locurcio2020-01-311-3/+38
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+2
* Fix an exception when trying to close down editor with plugins enabled.Saracen2019-08-221-2/+2
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-8/+4
* Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde2019-06-271-7/+4
|\
| * Some code changed with Clang-Tidyqarmin2019-06-261-7/+4
* | Check if autoload nodes are != NULL before deleting them.Marcus Brummer2019-06-241-1/+1
|/
* Fix minor typosYuri Chornoivan2019-06-171-1/+1
* Restrict Autoloads from having keywords as their namesMichael Alexsander Silva Dias2019-05-211-10/+28
* Improve wording of various messages and make casing more consistentHugo Locurcio2019-04-211-2/+2
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-5/+5
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Update autoload references when moving files.Zaven Muradyan2018-10-161-0/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* Remove extra addition to tree of editor autoloadsGeorge Marques2018-06-251-8/+0
* Fix order to register autoloads in-editorGeorge Marques2018-06-181-2/+22
* Fix drag and drop autoloadvolzhs2018-06-091-2/+2