DEADSOFTWARE

"t_dump_node_queries" (temp debug, DO NOT TOUCH)
[d2df-sdl.git] / src / game / g_console.pas
index 9a790820d34708265d1c7d5f87e90ee661cbbf6b..397d68f2b581acd335c2c6ccf3cb7b20f2e7be73 100644 (file)
@@ -390,6 +390,14 @@ begin
 
   AddCommand('dpp', ProfilerCommands);
   AddCommand('dpu', ProfilerCommands);
+  AddCommand('dpc', ProfilerCommands);
+  AddCommand('r_gridrender', ProfilerCommands);
+  AddCommand('dbg_coldet_grid', ProfilerCommands);
+
+  AddCommand('t_dump_node_queries', ProfilerCommands);
+
+  AddCommand('sq_use_grid', ProfilerCommands);
+  AddCommand('sq_use_tree', ProfilerCommands);
 
   AddCommand('p1_name', GameCVars);
   AddCommand('p2_name', GameCVars);