summaryrefslogtreecommitdiffstats
path: root/editor/script_create_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-1/+1
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-1/+1
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-0/+1
|\|
| * Create .uid file when creating new Resourcekobewi2024-11-131-0/+1
* | 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
|/
* Don't use EditorSettings metadatakobewi2024-09-051-22/+17
* Add `String.is_valid_unicode_identifier()`Haoyu Qiu2024-08-271-1/+1
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-2/+2
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-2/+2
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-5/+5
* Use Core/Scene stringnames consistentlykobewi2024-05-131-1/+1
* Register text enter for script base classkobewi2024-04-241-0/+1
* Fix ScriptCreateDialog to avoid selecting the file extension upon openingNông Văn Tình2024-03-091-1/+1
* Allow configuring the script filename casing ruleRedMser2024-03-051-45/+18
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-2/+2
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Ignore path error for built-in scripts/shaderskobewi2023-10-271-1/+1
* Fix ScriptCreateDialog not accepting on submitkobewi2023-09-251-7/+2
* Editor: Remove unused Class Name field from Create Script dialogDanil Alexeev2023-09-121-101/+21
* Merge pull request #81075 from SekoiaTree/prevent-leading-dotRémi Verschelde2023-09-081-0/+3
|\
| * Prevent creating any type of file with a leading dotsekoia2023-09-071-0/+3
* | Merge pull request #81299 from jsjtxietian/Reload-built_in-script-after-creat...Yuri Sizov2023-09-061-0/+2
|\ \
| * | Reload built-in script after create to allow dropping nodes into itjsjtxietian2023-09-061-0/+2
| |/
* / Add EditorStringNames singletonkobewi2023-09-031-6/+7
|/
* Standardize dialog input validation as a new classkobewi2023-08-081-104/+43
* Use compile-time Unicode string conversionHugo Locurcio2023-08-071-1/+1
* Fix indentation in script templatesNinni Pipping2023-06-261-16/+35
* Merge pull request #72288 from MewPurPur/use-string-repeatClay John2023-05-051-3/+3
|\
| * Use String.repeat() in more placesVolTer2023-05-011-3/+3
* | Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+1
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix invalid metadata names in script create dialogkobewi2022-12-011-9/+9
* Revert "Fix "Script Create" dialog errors with metadata"kobewi2022-12-011-13/+25
* Remove redundant Variant-types initializationsMarkus Sauermann2022-11-141-1/+1
* Merge pull request #68247 from akien-mga/emscripten-warnings-unuset-but-setRémi Verschelde2022-11-061-2/+0
|\
| * Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20Rémi Verschelde2022-11-041-2/+0
* | Merge pull request #65829 from KoBeWi/custom_path_typeRémi Verschelde2022-11-061-1/+1
|\ \ | |/ |/|
| * Fix extending scripts by pathkobewi2022-09-151-1/+1
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-5/+5
|/
* Merge pull request #58617 from KoBeWi/custom_somethingRémi Verschelde2022-09-071-2/+10
|\
| * Improve handling of custom typeskobewi2022-09-051-2/+10
* | Improve naming of theme properties throughout GUI codeYuri Sizov2022-09-061-1/+1
|/
* Add `String.to_{camel,pascal,snake}_case` methodsDanil Alexeev2022-08-301-1/+1
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-2/+2
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-1/+2
* Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-2/+1
* Clear built-in name field when creating new scriptkobewi2022-08-181-0/+1