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.h
Age
Commit message (
Expand
)
Author
2021-01-04
Merge pull request #39649 from swarnimarun/master-visualscript-refactor
Rémi Verschelde
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
Refactoring Visual Script
Swarnim Arun
2020-11-16
Remove empty lines around braces with the formatting script
Aaron Franke
2020-09-18
Merge pull request #41861 from Razoric480/fix-vscript-value-by-type
Rémi Verschelde
2020-09-18
Add a VScript func to sanitize variant values
Francois Belair
2020-09-10
Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit
Paulb23
2020-07-17
Optimized ScriptEditor initialization when many scripts are loaded
PouleyKetchoupp
2020-07-11
Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter
Paulb23
2020-07-11
Convert syntax highlighters into a resource
Paulb23
2020-07-10
Add override keywords.
Marcel Admiraal
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
Working multiple window support, including editor
Juan Linietsky
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-15
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-11
Texture refactor
Juan Linietsky
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-10-14
Small fixes to redundand code, copy paste bugs
qarmin
2019-09-28
Fix VS editor's "Create Function" dialog
Michael Alexsander Silva Dias
2019-09-27
Cleanup VS editor's left menu
Michael Alexsander Silva Dias
2019-09-26
Visualscript editor graph unification & refactoring
Swarnim Arun
2019-09-21
Tool Mode for Visualscript
Swarnim Arun
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-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-01
VS: Give the generic search the current base type.
K. S. Ernest (iFire) Lee
2019-04-23
Added a marker in text_edit that tells which row is executing.
Rikhardur Bjarni Einarsson
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-11-21
add undeclared function params of VisualScriptEditor::_selected_method , Fixe...
Liangdi
2018-11-05
On virtual method creation cancel don't do anything.
K. S. Ernest (iFire) Lee
2018-10-07
Fix inspector preview
Guilherme Felipe
2018-09-27
Fix warnings about set but unused variables [-Wunused-but-set-variable]
Rémi Verschelde
2018-09-27
Fix warnings on non-static data member initializers (C++11 feature)
Rémi Verschelde
2018-09-08
Change the default variable constructor to use EditorInspector and updated pr...
K. S. Ernest (iFire) Lee
2018-07-27
Carry property hint and hint string through to Visualscript virtual functions.
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-25
Visualscript: Don't show Shift+A search box at every screen and reuse EDIT_FI...
K. S. Ernest (iFire) Lee
2018-07-24
Merge pull request #18867 from fire/better_vx_us_rebase_02
Juan Linietsky
2018-07-24
Improve VisualScript UX
K. S. Ernest (iFire) Lee
2018-07-22
Allow opening and editing of any utf_8 file in script editor
Paulb23
2018-07-02
-Fixes to how hashing happened, now StringName and NodePath use default hashe...
Juan Linietsky
2018-04-02
Abstracted the syntax highlighter from text edit
Paulb23
2018-02-14
Merge pull request #15379 from ianb96/delete_key_fix
Rémi Verschelde
2018-01-06
Filesystem and Visual Script Members keyboard shortcuts fix
Ian
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
[next]