DEADSOFTWARE

more tree/grid debug commands
[d2df-sdl.git] / src / game / g_console.pas
index 397d68f2b581acd335c2c6ccf3cb7b20f2e7be73..729bf956f956201f4c7a3787d9e1e59e4cdb98b4 100644 (file)
@@ -388,11 +388,13 @@ 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);