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('t_dump_node_queries', ProfilerCommands);
+
+ AddCommand('sq_use_grid', ProfilerCommands);
+ AddCommand('sq_use_tree', ProfilerCommands);
+
AddCommand('p1_name', GameCVars);
AddCommand('p2_name', GameCVars);
AddCommand('p1_color', GameCVars);