summaryrefslogtreecommitdiffstats
path: root/editor/script_create_dialog.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-1/+1
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-2/+2
* Prevent crash attaching a script with no languages registeredAndrii Doroshenko (Xrayez)2020-05-311-3/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-13/+26
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-29/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-6/+12
* Warn about built-in script limitations in the script creation dialogHugo Locurcio2020-04-041-0/+9
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-10/+10
* Working multiple window support, including editorJuan Linietsky2020-03-261-42/+44
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-26/+13
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-13/+13
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-1/+1
* Fix script icon not showing at startup bugSkyJJ2020-02-151-8/+3
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Fix built-in script creation loading existing scripts by mistakeMichael Alexsander2020-02-031-1/+7
* Make ScriptCreateDialog's script valid message a bit more clearerMichael Alexsander2020-01-101-1/+1
* Add option to disable loading scripts in ScriptCreateDialogMichael Alexsander2020-01-091-13/+27
* Minor fixes for ScriptCreateDialogMichael Alexsander2020-01-081-7/+6
* [Mono]: the C# script icon is now visible in the editor.dankan18902020-01-031-1/+1
* Merge pull request #34721 from dankan1890/ext_fixRémi Verschelde2020-01-011-0/+1
|\
| * ScriptCreateDialog: Suggested language extension now matches the selected lan...dankan18902020-01-011-0/+1
* | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
|/
* Fix some overflows and unitialized variablesRafał Mikrut2019-11-201-0/+1
* Cleanup the "Attach Node Script" dialogMichael Alexsander Silva Dias2019-09-271-36/+11
* Add overriden properties to the documentationBojidar Marinov2019-09-041-14/+11
* Allow to define and load script templates per projectAndrii Doroshenko (Xrayez)2019-08-221-11/+107
* Display language icons in script create dialogAndrii Doroshenko (Xrayez)2019-08-121-4/+21
* Allow dots for class name in popup dialogEv1lbl0w2019-07-101-2/+2
* Use CheckBoxes in the editor instead of CheckButtons when applicableHugo Locurcio2019-07-041-2/+2
* ScriptCreateDialog should emit the script_changed signal firstLikeLakers22019-06-291-2/+2
* Fix script create dialogJames Buck2019-06-111-36/+26
* Hide "Built-in Script" option in the script creation dialog when not possibleMichael Alexsander Silva Dias2019-05-021-11/+10
* Make small changes to the script dialogMichael Alexsander Silva Dias2019-05-021-32/+11
* Fix script dialog asking for correct inheritance when not neededMichael Alexsander Silva Dias2019-05-021-6/+4
* Fix script dialog path validation to handle spaces correctlyDrNochi2019-04-301-93/+76
* Merge pull request #25708 from SeleckyErik/issue-25611-script_dialog_cursorRémi Verschelde2019-04-301-0/+18
|\
| * Moves cursor to and selects "new_script" in Create Script dialogErik2019-02-081-0/+18
* | Merge pull request #26022 from lupoDharkael/create-scriptRémi Verschelde2019-04-301-0/+30
|\ \
| * | Add class tree selection to script inheritance selectionlupoDharkael2019-02-181-0/+30
| |/
* | Improve wording of various messages and make casing more consistentHugo Locurcio2019-04-211-16/+16
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-2/+2
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Create built-in script properlyvolzhs2018-12-161-0/+2
* Prevent built-in-scripts from being made from FileSystem dockDualMatrix2018-09-231-6/+13
* Remove unnecessary "OK"s text settingsMichael Alexsander Silva Dias2018-09-151-2/+0
* Fix default script name in ScriptCreateDialogRémi Verschelde2018-09-121-7/+8
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
* Fix ScriptCreateDialog passing script w/ no filenamewillnationsdev2018-09-081-0/+6