DEADSOFTWARE

"mon_sq_enabled" console command
[d2df-sdl.git] / src / game / g_console.pas
index c41cb23c8ab8c41de9c1eb5233f7135d73d0b933..0db51cf209682768cb56a34eada71f7512781e77 100644 (file)
@@ -388,14 +388,20 @@ begin
   AddCommand('d_player', DebugCommands);
   AddCommand('d_joy', DebugCommands);
 
-  AddCommand('dpp', ProfilerCommands);
-  AddCommand('dpu', ProfilerCommands);
-  AddCommand('dpc', ProfilerCommands);
-  AddCommand('r_gridrender', ProfilerCommands);
-  AddCommand('dbg_coldet_grid', ProfilerCommands);
+  AddCommand('pf_draw_frame', ProfilerCommands);
+  AddCommand('pf_update_frame', ProfilerCommands);
+  AddCommand('pf_coldet', ProfilerCommands);
+  AddCommand('r_sq_draw', ProfilerCommands);
+  AddCommand('r_sq_use_grid', ProfilerCommands);
+  AddCommand('r_sq_use_tree', ProfilerCommands);
+  AddCommand('dbg_sq_coldet', ProfilerCommands);
+
+  AddCommand('t_dump_node_queries', ProfilerCommands);
 
   AddCommand('sq_use_grid', ProfilerCommands);
-  AddCommand('sq_use_sap', ProfilerCommands);
+  AddCommand('sq_use_tree', ProfilerCommands);
+
+  AddCommand('mon_sq_enabled', ProfilerCommands);
 
   AddCommand('p1_name', GameCVars);
   AddCommand('p2_name', GameCVars);