index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
visual_script
/
visual_script_editor.cpp
Age
Commit message (
Expand
)
Author
2019-07-31
Add descriptive tooltips in VS editor
Emmanuel Barroga
2019-07-20
Changed some code showed in LGTM and Coverage
qarmin
2019-07-08
Use base `Color()` constructors instead of `Color::html()`
Hugo Locurcio
2019-07-01
Merge pull request #29333 from hbina/fix_double_click_when_no_edited_func
Rémi Verschelde
2019-06-19
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-17
Merge pull request #28766 from pgoral/editor_validation_issue
Rémi Verschelde
2019-06-11
Merge pull request #29262 from DarknessCatt/issue-27476
Rémi Verschelde
2019-05-30
fixed an issue where there is no edited function but user double clicks on an...
hbina085
2019-05-29
Automatically add new line to scripts
Matheus Lima Cunha
2019-05-29
Changing method signature in other class in not recognized in working class i...
Goral
2019-05-29
Remove some redundant lines
James Buck
2019-05-24
Merge pull request #28836 from Jummit/vs-fix-default-call-modes
Rémi Verschelde
2019-05-24
Merge pull request #28980 from Jummit/vs-rename-change-base-type
Rémi Verschelde
2019-05-20
Fix history state setup in VisualScript
Swarnim Arun
2019-05-18
Fix VisualScript Change Base Type title
Jummit
2019-05-12
change call mode to self when adding nodes with node search
Jummit
2019-05-01
VS: Give the generic search the current base type.
K. S. Ernest (iFire) Lee
2019-04-30
Merge pull request #27707 from Calinou/tweak-message-wording
Rémi Verschelde
2019-04-23
Added a marker in text_edit that tells which row is executing.
Rikhardur Bjarni Einarsson
2019-04-21
Improve wording of various messages and make casing more consistent
Hugo Locurcio
2019-04-18
position nodes from the generic search at the cursor
Jummit
2019-03-19
Properly handle different border widths in rounded corner aa
PouleyKetchoupp
2019-02-21
Make translatable some undo/redo operations in the editor
Michael Alexsander Silva Dias
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-09
Merge pull request #20609 from YeldhamDev/menu_hover_explicit
Rémi Verschelde
2018-11-21
add undeclared function params of VisualScriptEditor::_selected_method , Fixe...
Liangdi
2018-11-20
Make opening menus with the same parent on mouse focus explicit
Michael Alexsander Silva Dias
2018-11-06
Merge pull request #23537 from fire/visualscript-virtual-_function-crash-23536
Rémi Verschelde
2018-11-06
Fix empty script interface crash on tscn load.
K. S. Ernest (iFire) Lee
2018-11-05
On virtual method creation cancel don't do anything.
K. S. Ernest (iFire) Lee
2018-10-28
Updates visualscript editor when theme is changed
Chaosus
2018-10-07
Merge pull request #22771 from guilhermefelipecgs/fix_inspector_preview
Rémi Verschelde
2018-10-07
Fix inspector preview
Guilherme Felipe
2018-10-06
Remove redundant "== false" code
Aaron Franke
2018-10-06
Remove redundant "== true" code
Aaron Franke
2018-09-27
Fix warnings about set but unused variables [-Wunused-but-set-variable]
Rémi Verschelde
2018-09-27
Fix warnings about unused variables [-Wunused-variable]
Rémi Verschelde
2018-09-27
Fix warnings on non-static data member initializers (C++11 feature)
Rémi Verschelde
2018-09-13
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-12
Misc. typos
luz.paz
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-08
Change the default variable constructor to use EditorInspector and updated pr...
K. S. Ernest (iFire) Lee
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-11
Do not use theme to set LineEdit right_icon
Łukasz Rutkowski
2018-08-11
Add clear text button to LineEdit
Łukasz Rutkowski
2018-07-27
Carry property hint and hint string through to Visualscript virtual functions.
K. S. Ernest (iFire) Lee
2018-07-27
Merge pull request #20457 from fire/vs_generic_search_crash_and_connecting
Rémi Verschelde
2018-07-26
Visualscript: Don't type guess on nil.
K. S. Ernest (iFire) Lee
2018-07-26
Visualscript fix crash and generic search does not connect ports.
K. S. Ernest (iFire) Lee
2018-07-26
Fix Visual Script duplicate issue
Swarnim Arun
[next]