summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script_editor.h
Commit message (Expand)AuthorAgeFilesLines
* Make OpenSimplex and VisualScript modules not depend on the editorAaron Franke2021-11-121-370/+0
* Fixes copy-paste issue in the visual script editorDavid Cambré2021-11-031-0/+2
* Added status bar and toggle scripts panel button to EditorHelp/VScriptsYuri Roubinsky2021-09-151-0/+6
* Merge pull request #51639 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli2021-09-011-0/+2
|\
| * Implemented advanced features of DAPEv1lbl0w2021-08-311-0/+2
* | Fix Visual Script editorMax Hilbrunner2021-08-241-10/+8
* | Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz2021-08-231-1/+1
* | Fix VisualScriptEditor after namespacesMax Hilbrunner2021-08-201-4/+2
* | Namespaces instead of underscore prefix for bindsMax Hilbrunner2021-08-171-6/+11
|/
* Automatic arrangement of nodes in VisualScript/VisualShaders editorsUmang Kalra2021-08-111-1/+1
* Improve and streamline VisualScriptFuncNodes Call Set GetDavid Cambré2021-07-211-3/+3
* VisualScriptEditor Fix in graph position calculation (do not skip zoom)kleonc2021-06-231-1/+2
* Move FindReplaceBar out of CodeTextEditorkobewi2021-06-081-0/+1
* Add get_base_editor to ScriptEditorBasesent442021-05-151-0/+2
* Improve the editor themeHugo Locurcio2021-04-271-0/+1
* Merge pull request #39649 from swarnimarun/master-visualscript-refactorRémi Verschelde2021-01-041-10/+6
|\
| * Refactoring Visual ScriptSwarnim Arun2021-01-011-10/+6
* | Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
|/
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-1/+0
* Merge pull request #41861 from Razoric480/fix-vscript-value-by-typeRémi Verschelde2020-09-181-0/+1
|\
| * Add a VScript func to sanitize variant valuesFrancois Belair2020-09-181-0/+1
* | Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb232020-09-101-1/+1
|/
* Optimized ScriptEditor initialization when many scripts are loadedPouleyKetchoupp2020-07-171-0/+1
* Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb232020-07-111-2/+2
* Convert syntax highlighters into a resourcePaulb232020-07-111-2/+2
* Add override keywords.Marcel Admiraal2020-07-101-33/+33
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-1/+1
* Working multiple window support, including editorJuan Linietsky2020-03-261-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-3/+3
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-1/+1
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Small fixes to redundand code, copy paste bugsqarmin2019-10-141-1/+1
* Fix VS editor's "Create Function" dialogMichael Alexsander Silva Dias2019-09-281-0/+1
* Cleanup VS editor's left menuMichael Alexsander Silva Dias2019-09-271-1/+1
* Visualscript editor graph unification & refactoringSwarnim Arun2019-09-261-14/+52
* Tool Mode for VisualscriptSwarnim Arun2019-09-211-0/+1
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-1/+1
* Merge pull request #28766 from pgoral/editor_validation_issueRémi Verschelde2019-06-171-0/+1
|\
| * Changing method signature in other class in not recognized in working class i...Goral2019-05-291-0/+1
* | Merge pull request #29262 from DarknessCatt/issue-27476Rémi Verschelde2019-06-111-0/+1
|\ \ | |/ |/|
| * Automatically add new line to scriptsMatheus Lima Cunha2019-05-291-0/+1
* | VS: Give the generic search the current base type.K. S. Ernest (iFire) Lee2019-05-011-1/+1
* | Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson2019-04-231-0/+2
|/
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* add undeclared function params of VisualScriptEditor::_selected_method , Fixe...Liangdi2018-11-211-1/+1
* On virtual method creation cancel don't do anything.K. S. Ernest (iFire) Lee2018-11-051-1/+1
* Fix inspector previewGuilherme Felipe2018-10-071-1/+1