summaryrefslogtreecommitdiff
path: root/editor/editor_autoload_settings.cpp
AgeCommit message (Expand)Author
2021-11-23Improve various textskobewi
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-14Display an error message in settings when autoload name is invalidjmb462
2021-09-13Disallow class names to be the same as global namesGeorge Marques
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-18Optimize StringName usagereduz
2021-07-04Clean up Treereduz
2021-06-28Implement Tree's internal minimum width calculationGilles Roudière
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-16Documentation search fixesGregory Basile
2021-06-15Merge pull request #48619 from Calinou/editor-autoload-rename-singletonRémi Verschelde
2021-06-12Consistently prefix bound virtual methods with _kobewi
2021-05-10Rename "Singleton" to "Global Variable" in the AutoLoad editorHugo Locurcio
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-07-24Fix TTR misuseSkyJJ
2020-07-14Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen
2020-07-06Add a map of autoloads to ProjectSettingsGeorge Marques
2020-06-01Improved warning shown when autoload cannot be added.Eric M
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-05Dissolving class EditorLineEditFileChooser into EditorAutoloadSettings.unknown
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-01-31Improve the AutoLoad editor UXHugo Locurcio
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-24Cleans up headers included in editor_node.hHaoyu Qiu
2019-08-22Fix an exception when trying to close down editor with plugins enabled.Saracen
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-06-27Merge pull request #29941 from qarmin/redundant_code_and_othersRémi Verschelde
2019-06-26Some code changed with Clang-Tidyqarmin
2019-06-24Check if autoload nodes are != NULL before deleting them.Marcus Brummer
2019-06-17Fix minor typosYuri Chornoivan
2019-05-21Restrict Autoloads from having keywords as their namesMichael Alexsander Silva Dias
2019-04-21Improve wording of various messages and make casing more consistentHugo Locurcio
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-16Update autoload references when moving files.Zaven Muradyan
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-06-25Remove extra addition to tree of editor autoloadsGeorge Marques
2018-06-18Fix order to register autoloads in-editorGeorge Marques