summaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_editor.h
AgeCommit message (Expand)Author
2021-11-12Make OpenSimplex and VisualScript modules not depend on the editorAaron Franke
2021-11-03Fixes copy-paste issue in the visual script editorDavid Cambré
2021-09-15Added status bar and toggle scripts panel button to EditorHelp/VScriptsYuri Roubinsky
2021-09-01Merge pull request #51639 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli
2021-08-31Implemented advanced features of DAPEv1lbl0w
2021-08-24Fix Visual Script editorMax Hilbrunner
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-20Fix VisualScriptEditor after namespacesMax Hilbrunner
2021-08-17Namespaces instead of underscore prefix for bindsMax Hilbrunner
2021-08-11Automatic arrangement of nodes in VisualScript/VisualShaders editorsUmang Kalra
2021-07-21Improve and streamline VisualScriptFuncNodes Call Set GetDavid Cambré
2021-06-23VisualScriptEditor Fix in graph position calculation (do not skip zoom)kleonc
2021-06-08Move FindReplaceBar out of CodeTextEditorkobewi
2021-05-15Add get_base_editor to ScriptEditorBasesent44
2021-04-27Improve the editor themeHugo Locurcio
2021-01-04Merge pull request #39649 from swarnimarun/master-visualscript-refactorRémi Verschelde
2021-01-01Update copyright statements to 2021Rémi Verschelde
2021-01-01Refactoring Visual ScriptSwarnim Arun
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-09-18Merge pull request #41861 from Razoric480/fix-vscript-value-by-typeRémi Verschelde
2020-09-18Add a VScript func to sanitize variant valuesFrancois Belair
2020-09-10Add main_gutter (breakpoints, bookmarks, execution lines) to code_editPaulb23
2020-07-17Optimized ScriptEditor initialization when many scripts are loadedPouleyKetchoupp
2020-07-11Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighterPaulb23
2020-07-11Convert syntax highlighters into a resourcePaulb23
2020-07-10Add override keywords.Marcel Admiraal
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-14Small fixes to redundand code, copy paste bugsqarmin
2019-09-28Fix VS editor's "Create Function" dialogMichael Alexsander Silva Dias
2019-09-27Cleanup VS editor's left menuMichael Alexsander Silva Dias
2019-09-26Visualscript editor graph unification & refactoringSwarnim Arun
2019-09-21Tool Mode for VisualscriptSwarnim Arun
2019-06-19Made use of semicolons more consitent, fixed formattingJohnJLight
2019-06-17Merge pull request #28766 from pgoral/editor_validation_issueRémi Verschelde
2019-06-11Merge pull request #29262 from DarknessCatt/issue-27476Rémi Verschelde
2019-05-29Automatically add new line to scriptsMatheus Lima Cunha
2019-05-29Changing method signature in other class in not recognized in working class i...Goral
2019-05-01VS: Give the generic search the current base type.K. S. Ernest (iFire) Lee
2019-04-23Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-21add undeclared function params of VisualScriptEditor::_selected_method , Fixe...Liangdi
2018-11-05On virtual method creation cancel don't do anything.K. S. Ernest (iFire) Lee
2018-10-07Fix inspector previewGuilherme Felipe