summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crashing of VisualScript due to...Swarnim Arun2020-05-251-0/+6
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-107/+201
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-200/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-72/+200
* Rename InputFilter back to InputRémi Verschelde2020-04-281-14/+14
* Merge pull request #37542 from swarnimarun/patch_vs_02Rémi Verschelde2020-04-121-0/+5
|\
| * Update vsnodes on editing vs variablesSwarnim Arun2020-04-031-0/+5
* | Merge pull request #37530 from swarnimarun/patch_vs_01Rémi Verschelde2020-04-101-0/+16
|\ \
| * | VisualScript styling for new Variant TypesSwarnim Arun2020-04-031-0/+16
| |/
* / Remove Node.get_position_in_parent()Tomasz Chabora2020-04-061-1/+1
|/
* Replace NULL with nullptrlupoDharkael2020-04-021-11/+11
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-83/+83
* Working multiple window support, including editorJuan Linietsky2020-03-261-6/+3
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-14/+14
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-18/+18
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-1/+1
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-1/+1
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-108/+54
* | Fix resizer icon color in VisualScripts/Shaders when graph headers is onYuri Roubinsky2020-02-261-2/+10
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-12/+16
|/
* Replace FALLTHROUGH macro by C++17 [[fallthrough]]Rémi Verschelde2020-02-231-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-55/+55
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-29/+29
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-2/+2
* Texture refactorJuan Linietsky2020-02-111-10/+10
* Makes adding port in Visual Script nodes deferredHaoyu Qiu2020-01-141-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Makes more editor strings translatableHaoyu Qiu2019-12-211-2/+2
* Fixes size of create function dialogHaoyu Qiu2019-12-171-1/+1
* Makes more strings in editor translatableHaoyu Qiu2019-12-161-3/+3
* Fixes wrong position when adding node in VS editorcodecustard2019-12-041-0/+1
* Fix typos with codespellRémi Verschelde2019-11-221-3/+3
* 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_nodeOsama El Hariri2019-10-281-1/+5
* | Fix: typo atleast -> at leastOmicron2019-11-011-2/+2
* | i18n: Sync translation template with current sourceRémi Verschelde2019-10-291-2/+2
|/
* Remove redundant compiler directivesTimo Schwarzer2019-10-141-8/+0
* 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" dialogMichael Alexsander Silva Dias2019-09-281-47/+55
* | Deconstruct node for VisualscriptSwarnim Arun2019-09-291-2/+5
|/
* Merge pull request #32398 from YeldhamDev/cleanup_vs_editor_leftRémi Verschelde2019-09-281-25/+16
|\
| * 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
* Merge pull request #30852 from swarnimarun/vs_tools_scriptRémi Verschelde2019-09-221-0/+10
|\