summaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_editor.h
AgeCommit message (Expand)Author
2018-09-27Fix warnings about set but unused variables [-Wunused-but-set-variable]Rémi Verschelde
2018-09-27Fix warnings on non-static data member initializers (C++11 feature)Rémi Verschelde
2018-09-08Change the default variable constructor to use EditorInspector and updated pr...K. S. Ernest (iFire) Lee
2018-07-27Carry property hint and hint string through to Visualscript virtual functions.K. S. Ernest (iFire) Lee
2018-07-26Visualscript fix crash and generic search does not connect ports.K. S. Ernest (iFire) Lee
2018-07-25Visualscript: Don't show Shift+A search box at every screen and reuse EDIT_FI...K. S. Ernest (iFire) Lee
2018-07-24Merge pull request #18867 from fire/better_vx_us_rebase_02Juan Linietsky
2018-07-24Improve VisualScript UXK. S. Ernest (iFire) Lee
2018-07-22Allow opening and editing of any utf_8 file in script editorPaulb23
2018-07-02-Fixes to how hashing happened, now StringName and NodePath use default hashe...Juan Linietsky
2018-04-02Abstracted the syntax highlighter from text editPaulb23
2018-02-14Merge pull request #15379 from ianb96/delete_key_fixRémi Verschelde
2018-01-06Filesystem and Visual Script Members keyboard shortcuts fixIan
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-15Create API to add and remove VisualScript custom nodesGeorge Marques
2017-09-12Improved VS node coloringDaniel J. Ramirez
2017-09-12Many fixes to visual script, changed virtuals override for a proper selector.Juan Linietsky
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-22VisualScriptEditor: Remove Node when canceling PropertySelector.Andreas Haas
2017-06-30-Many fixes to VisualScript, fixed property names, etc.Juan Linietsky
2017-05-29Added members overviewPaulb23
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-04-20Merge pull request #8417 from neikeq/hello-thereRémi Verschelde
2017-04-18Convert indent on savePaulb23
2017-04-17External editor improvements and fixesIgnacio Etcheverry
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-05Add a bunch of missing Godot headers in own filesRémi Verschelde
2017-03-05Refactoring: rename tools/editor/ to editor/Rémi Verschelde
2017-01-12some class renamesJuan Linietsky
2017-01-11Type renames:Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2016-09-06-Added diectly editable expressions on node to VSEditor, closes #6392Juan Linietsky
2016-09-03Connection hints when connecting to empty space.Juan Linietsky
2016-08-31More improvements to visual script..Juan Linietsky
2016-08-26Even more work on visual script editor:Juan Linietsky
2016-08-25More visual script workJuan Linietsky
2016-08-23Proper function/property selection in visual script editing for property.Juan Linietsky
2016-08-15VisualScript: Adding TOOLS_ENABLED flag where needed (#6144)vkbsb
2016-08-08-Show proper node name in subcallJuan Linietsky
2016-08-06Likely with bugs and with some features are missing, as well as profiler supp...Juan Linietsky
2016-08-03More work on visual scripting..Juan Linietsky
2016-08-03More progress on visual script editingJuan Linietsky
2016-08-02WIP visual scripting, not working yet but you can check out stuffJuan Linietsky