summaryrefslogtreecommitdiffstats
path: root/editor/editor_autoload_settings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-3/+3
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-3/+3
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Allow using Unicode identifier for Autoload nameHaoyu Qiu2024-09-211-7/+2
* Set auto translate mode for drag previewsHaoyu Qiu2024-09-191-0/+1
* Add `String.is_valid_unicode_identifier()`Haoyu Qiu2024-08-271-1/+1
* Fix autoload node cannot be accessed by plugin on start-upHilderin2024-07-261-1/+3
* Fix synchronization of global class nameHilderin2024-06-251-26/+31
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-2/+2
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-1/+1
* Fix incorrect autoload path in errorrune-scape2024-06-181-2/+2
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-2/+2
* Use Core/Scene stringnames consistentlykobewi2024-05-131-4/+4
* Merge pull request #81177 from Calinou/filedialog-focus-path-shortcutRémi Verschelde2024-03-051-0/+4
|\
| * Add Ctrl + L / Cmd + Shift + G shortcut to focus path bar in FileDialogHugo Locurcio2024-03-051-0/+4
* | Allow configuring the script filename casing ruleRedMser2024-03-051-1/+1
|/
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-3/+3
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Improve "Add" button consistency in Project SettingsChristian Kaiser2024-01-111-0/+1
* Update deferred calls to use Callableskobewi2024-01-091-2/+2
* Correctly check scripts that must inherit `EditorPlugin`Yuri Sizov2023-11-231-6/+5
* Merge pull request #79832 from DarkMessiah/fix-autoload-settingsRémi Verschelde2023-11-091-4/+2
|\
| * Fix undo methods for DELETE in EditorAutoloadSettingsStanislav Labzyuk2023-07-231-4/+2
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-2/+2
* | Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-1/+1
* | Add EditorStringNames singletonkobewi2023-09-031-7/+8
* | Made hidden ProjectSettings groups more explicitkobewi2023-08-231-0/+2
|/
* 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