virtualx-engine/editor/debugger
reduz 21637dfc25 Remove VARIANT_ARG* macros
* Very old macros from the time Godot was created.
* Limited arguments to 5 (then later changed to 8) in many places.
* They were replaced by C++11 Variadic Templates.
* Renamed methods that take argument pointers to have a "p" suffix. This was used in some places and not in others, so made it standard.
* Also added a dereference check for Variant*. Helped catch a couple of bugs.
2022-03-09 18:39:13 +01:00
..
debug_adapter Port existing _notification code to use switch statements (part 1/3) 2022-02-16 11:38:24 +01:00
editor_debugger_inspector.cpp Port existing _notification code to use switch statements (part 1/3) 2022-02-16 11:38:24 +01:00
editor_debugger_inspector.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
editor_debugger_node.cpp Remove VARIANT_ARG* macros 2022-03-09 18:39:13 +01:00
editor_debugger_node.h Remove VARIANT_ARG* macros 2022-03-09 18:39:13 +01:00
editor_debugger_server.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
editor_debugger_server.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
editor_debugger_tree.cpp Port existing _notification code to use switch statements (part 1/3) 2022-02-16 11:38:24 +01:00
editor_debugger_tree.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
editor_network_profiler.cpp Port existing _notification code to use switch statements (part 1/3) 2022-02-16 11:38:24 +01:00
editor_network_profiler.h [Debugger] Move most profilers to ServersDebugger. 2022-02-06 17:36:48 +01:00
editor_performance_profiler.cpp Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
editor_performance_profiler.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
editor_profiler.cpp Remove duplicate editor settings definitions 2022-03-06 22:05:49 +01:00
editor_profiler.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
editor_visual_profiler.cpp Remove duplicate editor settings definitions 2022-03-06 22:05:49 +01:00
editor_visual_profiler.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
script_editor_debugger.cpp Remove VARIANT_ARG* macros 2022-03-09 18:39:13 +01:00
script_editor_debugger.h Remove VARIANT_ARG* macros 2022-03-09 18:39:13 +01:00
SCsub Implemented initial DAP support 2021-08-02 10:43:35 +01:00