summaryrefslogtreecommitdiffstats
path: root/editor/editor_autoload_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix Autoload capitalization inconsistencyHaoyu Qiu2022-03-091-25/+25
* Port existing _notification code to use switch statements (part 1/3)jmb4622022-02-161-15/+19
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+3
* Merge pull request #57796 from akien-mga/revert-sname-theme-settersRémi Verschelde2022-02-081-1/+1
|\
| * Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-1/+1
* | Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-8/+8
|/
* Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-4/+4
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-1/+1
* Improve various textskobewi2021-11-231-6/+6
* 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
|/