godot/editor/debugger
Rémi Verschelde 01afc442c7 Signals: Port connect calls to use callable_mp
Remove now unnecessary bindings of signal callbacks in the public API.
There might be some false positives that need rebinding if they were
meant to be public.

No regular expressions were harmed in the making of this commit.
(Nah, just kidding.)
2020-02-28 14:24:09 +01:00
..
editor_debugger_inspector.cpp Signals: Port connect calls to use callable_mp 2020-02-28 14:24:09 +01:00
editor_debugger_inspector.h
editor_debugger_node.cpp Signals: Port connect calls to use callable_mp 2020-02-28 14:24:09 +01:00
editor_debugger_node.h Fix Breakpoint compare in new Debugger. 2020-02-23 14:15:22 +01:00
editor_debugger_tree.cpp Signals: Port connect calls to use callable_mp 2020-02-28 14:24:09 +01:00
editor_debugger_tree.h
script_editor_debugger.cpp Signals: Port connect calls to use callable_mp 2020-02-28 14:24:09 +01:00
script_editor_debugger.h Fix visuals of the new debugger editor 2020-02-22 12:39:44 -03:00
SCsub