summaryrefslogtreecommitdiffstats
path: root/editor/editor_autoload_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-2/+2
* Add some missing translatable editor stringsHaoyu Qiu2023-02-101-1/+1
* Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde2023-01-181-7/+1
|\
| * Remove set_drag_forwarding_compat()kobewi2023-01-141-7/+1
* | Add EditorUndoRedoManager singletonkobewi2023-01-161-5/+5
|/
* Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #63512 from MmAaXx500/autoload-double-add-removeRémi Verschelde2022-11-291-8/+0
|\
| * Prevent autoloads from being added or removed twiceMmAaXx5002022-07-261-8/+0
* | Fix singleton scene cyclic loadingAdam Scott2022-11-251-15/+26
* | Unify usage of undo_redo in editorkobewi2022-11-021-5/+5
* | Merge pull request #67578 from KoBeWi/GEDITORRémi Verschelde2022-10-311-8/+8
|\ \
| * | Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-8/+8
* | | Rename queue_delete => queue_freeMarc Gilleron2022-10-241-1/+1
|/ /
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-25/+24
* | Add `String.to_{camel,pascal,snake}_case` methodsDanil Alexeev2022-08-301-3/+3
* | Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-1/+1
* | Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
* | Add per-scene UndoRedokobewi2022-08-221-5/+6
|/
* Add the button pressed to some signals in Treetrollodel2022-05-211-2/+5
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Improve autoload inheritance error messageJason Yundt2022-04-041-1/+1
* Add "Add Script" option to project autoload settingsYuri Roubinsky2022-03-121-13/+50
* 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