godot/modules/visual_script
Ev1lbl0w 292ed61c18 Implemented advanced features of DAP
Respect client "supportsVariableType" capability

Implement "breakpointLocations" request

Implement "restart" request

Implement "evaluate" request

Fix error messages not being shown, and improved wrong path message

Removed thread option and behavior

Implemented detailed inspection of complex variables

Fix "const"ness of functions

Added a configurable timeout for requests

Implement Godot custom data request/event

Implement syncing of breakpoints

Added support for debugging native platforms
2021-08-31 15:17:58 +01:00
..
doc_classes Remove obsolete "dectime" method 2021-07-30 16:41:28 -05:00
icons
config.py
register_types.cpp
register_types.h
SCsub
visual_script_builtin_funcs.cpp Remove obsolete "dectime" method 2021-07-30 16:41:28 -05:00
visual_script_builtin_funcs.h Remove obsolete "dectime" method 2021-07-30 16:41:28 -05:00
visual_script_editor.cpp Fix duplicate conditions. 2021-08-13 12:22:38 +05:45
visual_script_editor.h Implemented advanced features of DAP 2021-08-31 15:17:58 +01:00
visual_script_expression.cpp Use the standard C INFINITY and NAN constants directly 2021-07-21 10:41:08 +02:00
visual_script_expression.h
visual_script_flow_control.cpp Use const references where possible for List range iterators 2021-07-25 12:22:25 +02:00
visual_script_flow_control.h
visual_script_func_nodes.cpp Use const references where possible for List range iterators 2021-07-25 12:22:25 +02:00
visual_script_func_nodes.h Revert unnecessary changes to VisualScriptEmitSignal 2021-07-23 19:34:27 +02:00
visual_script_nodes.cpp Use const references where possible for List range iterators 2021-07-25 12:22:25 +02:00
visual_script_nodes.h Merge pull request #48972 from DavidCambre/Expose_VisualScriptCustomNode_TypeHints_m 2021-07-21 12:02:17 +02:00
visual_script_property_selector.cpp Use Key enum instead of plain integers 2021-08-10 16:26:55 -05:00
visual_script_property_selector.h
visual_script_yield_nodes.cpp Use doubles for time in many other places 2021-08-09 14:05:42 -05:00
visual_script_yield_nodes.h Use doubles for time in many other places 2021-08-09 14:05:42 -05:00
visual_script.cpp Validates VisualScript.add_node input node 2021-08-02 23:36:13 +08:00
visual_script.h