summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script_editor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #32853 from OsamaElHariri/visual_script_setter_props_fixRémi Verschelde2019-11-071-1/+5
|\ | | | | Set the properties of a Set node after add_node
| * Set the properties of a Set node after add_nodeOsama El Hariri2019-10-281-1/+5
| |
* | Fix: typo atleast -> at leastOmicron2019-11-011-2/+2
| | | | | | Typo found in source string, reported by linux-man on weblate
* | i18n: Sync translation template with current sourceRémi Verschelde2019-10-291-2/+2
|/
* Remove redundant compiler directivesTimo Schwarzer2019-10-141-8/+0
| | | | Closes #32817
* Fix theme in visual script dialogs (at startup)Chaosus2019-09-301-0/+2
|
* Merge pull request #32402 from YeldhamDev/fix_vs_add_functionRémi Verschelde2019-09-291-47/+55
|\ | | | | Fix VS editor's "Create Function" dialog
| * Fix VS editor's "Create Function" dialogMichael Alexsander Silva Dias2019-09-281-47/+55
| |
* | Deconstruct node for VisualscriptSwarnim Arun2019-09-291-2/+5
|/ | | | Adds deconstruct nodes for the built-in types and adds default text to function rename_input_box for the visualscript.
* Merge pull request #32398 from YeldhamDev/cleanup_vs_editor_leftRémi Verschelde2019-09-281-25/+16
|\ | | | | Cleanup VS editor's left menu
| * Cleanup VS editor's left menuMichael Alexsander Silva Dias2019-09-271-25/+16
| |
* | Fix Edit function buttonSwarnim Arun2019-09-281-1/+1
|/
* Visualscript editor graph unification & refactoringSwarnim Arun2019-09-261-614/+1833
| | | | Removes the need to have separate graphs per function for the VisualScript Nodes, and refactoring UI and other improvements such as fuzzy search, right click search boxes and in-graph editable nodes
* Merge pull request #30852 from swarnimarun/vs_tools_scriptRémi Verschelde2019-09-221-0/+10
|\ | | | | Tool Mode for Visualscript
| * Tool Mode for VisualscriptSwarnim Arun2019-09-211-0/+10
| | | | | | | | Add the ability to VisualScript to function in Tool mode aka the Editor itself similar to GDScript or Mono
* | Fix resizer icon visiblity on light theme in GraphNodeChaosus892019-09-011-0/+1
| |
* | Add descriptive tooltips in VS editorEmmanuel Barroga2019-07-311-4/+4
|/ | | | | | | | | In the Visual Script editor, the override icon is not very clear what it's intended purpose is for. Currently, its tooltip just says: "Function:" which is the same tooltip as the "add new function" icon. To resolve this issue, this PR adds descriptive tooltips to the following icons in the Visual Script editor: -Override Function -Add Function -Add Variable -Add Signal
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-1/+0
|
* Use base `Color()` constructors instead of `Color::html()`Hugo Locurcio2019-07-081-74/+74
| | | | | This results in slightly smaller binaries (-17 KB for an editor binary) as no strings need to be allocated.
* Merge pull request #29333 from hbina/fix_double_click_when_no_edited_funcRémi Verschelde2019-07-011-1/+3
|\ | | | | fixed an issue with double clicking available node in VisualScriptEditor
| * fixed an issue where there is no edited function but user double clicks on ↵hbina0852019-05-301-1/+3
| | | | | | | | an available functions
* | Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-191-2/+2
| |
* | Merge pull request #28766 from pgoral/editor_validation_issueRémi Verschelde2019-06-171-0/+3
|\ \ | | | | | | Changing method signature in other class in not recognized in working…
| * | Changing method signature in other class in not recognized in working class ↵Goral2019-05-291-0/+3
| | | | | | | | | | | | in typed GDScript #28685
* | | Merge pull request #29262 from DarknessCatt/issue-27476Rémi Verschelde2019-06-111-0/+3
|\ \ \ | |_|/ |/| | Automatically add new line to scripts
| * | Automatically add new line to scriptsMatheus Lima Cunha2019-05-291-0/+3
| | |
* | | Remove some redundant linesJames Buck2019-05-291-3/+0
| | |
* | | Merge pull request #28836 from Jummit/vs-fix-default-call-modesRémi Verschelde2019-05-241-69/+74
|\ \ \ | | | | | | | | Change the call mode to self when adding nodes via the node search
| * | | change call mode to self when adding nodes with node searchJummit2019-05-121-69/+74
| | |/ | |/| | | | | | | fixes #28614
* | | Merge pull request #28980 from Jummit/vs-rename-change-base-typeRémi Verschelde2019-05-241-1/+1
|\ \ \ | | | | | | | | Fix VisualScript Change Base Type title
| * | | Fix VisualScript Change Base Type titleJummit2019-05-181-1/+1
| |/ /
* / / Fix history state setup in VisualScriptSwarnim Arun2019-05-201-1/+1
|/ /
* | VS: Give the generic search the current base type.K. S. Ernest (iFire) Lee2019-05-011-4/+3
| |
* | Merge pull request #27707 from Calinou/tweak-message-wordingRémi Verschelde2019-04-301-1/+1
|\ \ | | | | | | Improve wording of various messages and make casing more consistent
| * | Improve wording of various messages and make casing more consistentHugo Locurcio2019-04-211-1/+1
| | | | | | | | | | | | | | | This also adds the number of selected projects to the confirmation dialog that appears before removing projects.
* | | Added a marker in text_edit that tells which row is executing.Rikhardur Bjarni Einarsson2019-04-231-0/+8
| | |
* | | position nodes from the generic search at the cursorJummit2019-04-181-0/+2
| |/ |/|
* | Properly handle different border widths in rounded corner aaPouleyKetchoupp2019-03-191-3/+3
|/ | | | Note: removed (unused and not implemented) support for multiple border colors
* Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias2019-02-211-1/+1
|
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Merge pull request #20609 from YeldhamDev/menu_hover_explicitRémi Verschelde2018-12-091-0/+1
|\ | | | | Make opening menus with the same parent on mouse focus explicit
| * Make opening menus with the same parent on mouse focus explicitMichael Alexsander Silva Dias2018-11-201-0/+1
| |
* | add undeclared function params of VisualScriptEditor::_selected_method , ↵Liangdi2018-11-211-1/+1
|/ | | | Fixes #23475
* Merge pull request #23537 from fire/visualscript-virtual-_function-crash-23536Rémi Verschelde2018-11-061-1/+1
|\ | | | | Fix creating a visual script virtual function after minimizing crashes #23536 and misc vs warning
| * On virtual method creation cancel don't do anything.K. S. Ernest (iFire) Lee2018-11-051-1/+1
| |
* | Fix empty script interface crash on tscn load.K. S. Ernest (iFire) Lee2018-11-061-1/+2
|/ | | | Add fail conditions to protect the visual script function and also fix the initiating cause.
* Updates visualscript editor when theme is changedChaosus2018-10-281-5/+13
|
* Merge pull request #22771 from guilhermefelipecgs/fix_inspector_previewRémi Verschelde2018-10-071-1/+1
|\ | | | | Fix inspector preview
| * Fix inspector previewGuilherme Felipe2018-10-071-1/+1
| | | | | | | | Remove script preview to inspector dock
* | Remove redundant "== false" codeAaron Franke2018-10-061-2/+2
| | | | | | | | | | | | Some of this code has been re-organized. f