summaryrefslogtreecommitdiffstats
path: root/editor/script_create_dialog.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Allow configuring the script filename casing ruleRedMser2024-03-051-2/+1
* Fix ScriptCreateDialog not accepting on submitkobewi2023-09-251-1/+0
* Editor: Remove unused Class Name field from Create Script dialogDanil Alexeev2023-09-121-9/+4
* Standardize dialog input validation as a new classkobewi2023-08-081-8/+10
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Revert "Fix "Script Create" dialog errors with metadata"kobewi2022-12-011-1/+0
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-2/+2
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-22/+22
* Fix "Script Create" dialog errors with metadataMichael Alexsander2022-03-271-0/+1
* Initialize bools in the headers in editorAaron Franke2022-03-121-15/+13
* Fix errors when updating script template listHaoyu Qiu2022-02-201-1/+0
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Improve editor template workflowfabriceci2022-01-021-18/+15
* Allow to name built-in scripts upon creationkobewi2021-11-041-0/+4
* Minor cleanup of the "New Script" dialogMichael Alexsander2021-07-041-2/+0
* Documentation search fixesGregory Basile2021-06-161-1/+1
* Warn when creating a script with the same name as the parent classAaron Franke2021-04-061-0/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Initialize class/struct variables with default values in platform/ and editor/Rafał Mikrut2020-12-021-2/+2
* Add override keywords.Marcel Admiraal2020-07-101-1/+1
* Warn about built-in script limitations in the script creation dialogHugo Locurcio2020-04-041-0/+1
* Working multiple window support, including editorJuan Linietsky2020-03-261-0/+2
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Add option to disable loading scripts in ScriptCreateDialogMichael Alexsander2020-01-091-1/+2
* Minor fixes for ScriptCreateDialogMichael Alexsander2020-01-081-1/+0
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Allow to define and load script templates per projectAndrii Doroshenko (Xrayez)2019-08-221-1/+18
* Display language icons in script create dialogAndrii Doroshenko (Xrayez)2019-08-121-0/+1
* Use CheckBoxes in the editor instead of CheckButtons when applicableHugo Locurcio2019-07-041-2/+2
* Fix script create dialogJames Buck2019-06-111-1/+2
* Hide "Built-in Script" option in the script creation dialog when not possibleMichael Alexsander Silva Dias2019-05-021-0/+1
* Fix script dialog path validation to handle spaces correctlyDrNochi2019-04-301-0/+1
* Merge pull request #25708 from SeleckyErik/issue-25611-script_dialog_cursorRémi Verschelde2019-04-301-0/+1
|\
| * Moves cursor to and selects "new_script" in Create Script dialogErik2019-02-081-0/+1
* | Add class tree selection to script inheritance selectionlupoDharkael2019-02-181-0/+8
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Prevent built-in-scripts from being made from FileSystem dockDualMatrix2018-09-231-2/+3
* Update icons when theme changedPoommetee Ketson2018-02-251-0/+1
* Fixed "Attach Script" dialog's file dialog labeling.Michael Alexsander Silva Dias2018-01-101-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Pressing Enter key creates or loads script on Attach script windowvolzhs2017-12-111-0/+1
* Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry2017-10-241-0/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Updated function argument namesWilson E. Alvarez2017-08-121-1/+1
* ScriptCreateDialog: fix open error crash, remember templatePoommetee Ketson2017-07-071-1/+1
* Add ability to use custom script templates.Andreas Haas2017-06-131-0/+3