|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "cl_cmd.qh"#include <client/draw.qh>#include <client/hud/_mod.qh>#include <client/hud/panel/quickmenu.qh>#include <client/hud/panel/radar.qh>#include <client/hud/panel/scoreboard.qh>#include <client/hud/panel/vote.qh>#include <client/mapvoting.qh>#include <client/mutators/_mod.qh>#include <client/view.qh>#include <common/command/_mod.qh>#include <common/mapinfo.qh>#include <common/minigames/cl_minigames_hud.qh>Go to the source code of this file.
Macros | |
| #define | CONSOLE_COMMAND(name, execution) |
| #define | CONSOLE_COMMAND(name, execution) |
| #define | CONSOLE_COMMAND(name, execution) |
| #define | CONSOLE_COMMAND(name, execution) |
| #define | CONSOLE_COMMANDS_MOVEMENT() |
| #define | CONSOLE_COMMANDS_NORMAL() |
Functions | |
| CLIENT_COMMAND (blurtest, "Feature for testing blur postprocessing") | |
| CLIENT_COMMAND (boxparticles, "Spawn particles manually") | |
| CLIENT_COMMAND (create_scrshot_ent, "Create an entity at this location for automatic screenshots") | |
| CLIENT_COMMAND (debugmodel, "Spawn a debug model manually") | |
| CLIENT_COMMAND (handlevote, "System to handle selecting a vote or option") | |
| CLIENT_COMMAND (hud, "Commands regarding/controlling the HUD system") | |
| CLIENT_COMMAND (localprint, "Create your own centerprint sent to yourself") | |
| CLIENT_COMMAND (mv_download, "Retrieve mapshot picture from the server") | |
| CLIENT_COMMAND (print_cptimes, "Print the stored checkpoint times for current or last run") | |
| CLIENT_COMMAND (sendcvar, "Send a cvar to the server (like cl_weaponpriority)") | |
| void | ConsoleCommand_macro_init () |
| bool | ConsoleCommand_macro_movement (string s, int argc) |
| bool | ConsoleCommand_macro_normal (string s, int argc) |
| bool | CSQC_ConsoleCommand (string command) |
| void | DrawDebugModel (entity this) |
| void | GameCommand (string command) |
| void | LocalCommand_blurtest (int request) |
| void | LocalCommand_boxparticles (int request, int argc) |
| void | LocalCommand_create_scrshot_ent (int request) |
| void | LocalCommand_debugmodel (int request, int argc) |
| void | LocalCommand_handlevote (int request, int argc) |
| void | LocalCommand_hud (int request, int argc) |
| void | LocalCommand_localprint (int request, int argc) |
| bool | LocalCommand_macro_command (int argc, string command) |
| void | LocalCommand_macro_help () |
| bool | LocalCommand_macro_usage (int argc) |
| void | LocalCommand_macro_write_aliases (int fh) |
| void | LocalCommand_mv_download (int request, int argc) |
| void | LocalCommand_print_cptimes (int request) |
| void | LocalCommand_sendcvar (int request, int argc) |
| #define CONSOLE_COMMAND | ( | name, | |
| execution ) |
| #define CONSOLE_COMMAND | ( | name, | |
| execution ) |
| #define CONSOLE_COMMANDS_MOVEMENT | ( | ) |
Definition at line 586 of file cl_cmd.qc.
Referenced by ConsoleCommand_macro_init(), and ConsoleCommand_macro_movement().
| #define CONSOLE_COMMANDS_NORMAL | ( | ) |
Definition at line 581 of file cl_cmd.qc.
Referenced by ConsoleCommand_macro_init(), and ConsoleCommand_macro_normal().
| CLIENT_COMMAND | ( | blurtest | , |
| "Feature for testing blur postprocessing" | ) |
Definition at line 483 of file cl_cmd.qc.
References LocalCommand_blurtest().
| CLIENT_COMMAND | ( | boxparticles | , |
| "Spawn particles manually" | ) |
Definition at line 484 of file cl_cmd.qc.
References LocalCommand_boxparticles().
| CLIENT_COMMAND | ( | create_scrshot_ent | , |
| "Create an entity at this location for automatic screenshots" | ) |
Definition at line 485 of file cl_cmd.qc.
References LocalCommand_create_scrshot_ent().
Definition at line 486 of file cl_cmd.qc.
References LocalCommand_debugmodel().
| CLIENT_COMMAND | ( | handlevote | , |
| "System to handle selecting a vote or option" | ) |
Definition at line 487 of file cl_cmd.qc.
References LocalCommand_handlevote().
| CLIENT_COMMAND | ( | hud | , |
| "Commands regarding/controlling the HUD system" | ) |
Definition at line 488 of file cl_cmd.qc.
References hud, and LocalCommand_hud().
| CLIENT_COMMAND | ( | localprint | , |
| "Create your own centerprint sent to yourself" | ) |
Definition at line 489 of file cl_cmd.qc.
References LocalCommand_localprint().
| CLIENT_COMMAND | ( | mv_download | , |
| "Retrieve mapshot picture from the server" | ) |
Definition at line 490 of file cl_cmd.qc.
References LocalCommand_mv_download().
| CLIENT_COMMAND | ( | print_cptimes | , |
| "Print the stored checkpoint times for current or last run" | ) |
Definition at line 491 of file cl_cmd.qc.
References LocalCommand_print_cptimes().
| CLIENT_COMMAND | ( | sendcvar | , |
| "Send a cvar to the server (like cl_weaponpriority)" | ) |
Definition at line 492 of file cl_cmd.qc.
References LocalCommand_sendcvar().
| void ConsoleCommand_macro_init | ( | ) |
Definition at line 605 of file cl_cmd.qc.
References CONSOLE_COMMANDS_MOVEMENT, CONSOLE_COMMANDS_NORMAL, and isdemo().
Referenced by CSQC_Init().
Definition at line 640 of file cl_cmd.qc.
References camera_active, and CONSOLE_COMMANDS_MOVEMENT.
Referenced by CSQC_ConsoleCommand().
Definition at line 629 of file cl_cmd.qc.
References CONSOLE_COMMANDS_NORMAL.
Referenced by CSQC_ConsoleCommand().
Definition at line 660 of file cl_cmd.qc.
References argv(), ConsoleCommand_macro_movement(), ConsoleCommand_macro_normal(), strtolower(), and tokenize_console.
Definition at line 21 of file cl_cmd.qc.
References drawmask, entity(), floor(), MASK_NORMAL, PolyDrawModel(), renderflags, and time.
Referenced by LocalCommand_debugmodel().
Definition at line 530 of file cl_cmd.qc.
References argv(), CSQC_ConsoleCommand, GenericCommand(), GenericCommand_macro_help(), GenericCommand_macro_usage(), LocalCommand_macro_command(), LocalCommand_macro_help(), LocalCommand_macro_usage(), LOG_HELP, LOG_INFO, MUTATOR_CALLHOOK, strcat(), strtolower(), and tokenize_console.
Definition at line 40 of file cl_cmd.qc.
References argv(), CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, LOG_HELP, LOG_INFO, stof(), TC, and time.
Referenced by CLIENT_COMMAND().
Definition at line 76 of file cl_cmd.qc.
References argv(), CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, entity(), entnum, findfloat(), flags, LOG_HELP, LOG_INFOF, NULL, stoi, stov(), TC, and vector.
Referenced by CLIENT_COMMAND().
Definition at line 130 of file cl_cmd.qc.
References argv(), CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, fclose(), FILE_APPEND, fopen(), fputs(), ftos(), LOG_HELP, LOG_INFO, MapInfo_Map_bspname, strcat(), TC, view_angles, and view_origin.
Referenced by CLIENT_COMMAND().
Definition at line 170 of file cl_cmd.qc.
References argv(), CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, DrawDebugModel(), entity(), g_drawables, IL_PUSH(), LOG_HELP, TC, view_angles, and view_origin.
Referenced by CLIENT_COMMAND().
Definition at line 203 of file cl_cmd.qc.
References argv(), CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, ftos(), InterpretBoolean(), localcmd(), LOG_HELP, LOG_INFOF, strcat(), TC, uid2name_dialog, vote_active, vote_change, vote_prev, and vote_selection.
Referenced by CLIENT_COMMAND().
Definition at line 251 of file cl_cmd.qc.
References argv(), autocvar__hud_configure, autocvar_hud_panel_quickmenu_file, CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, Cmd_Scoreboard_Help(), Cmd_Scoreboard_SetFields(), cvar_set(), ftos(), HUD_Panel_ExportCfg(), hud_panel_radar_maximized, hud_panel_radar_mouse, HUD_Radar_Show_Maximized(), InterpretBoolean(), isdemo(), LOG_HELP, LOG_INFOF, MUTATOR_CALLHOOK, QuickMenu_Close(), QuickMenu_IsOpened(), QuickMenu_Open(), and TC.
Referenced by CLIENT_COMMAND().
Definition at line 345 of file cl_cmd.qc.
References argv(), centerprint_AddStandard(), CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, LOG_HELP, LOG_INFOF, and TC.
Referenced by CLIENT_COMMAND().
Definition at line 499 of file cl_cmd.qc.
References argv(), FOREACH, and strtolower().
Referenced by GameCommand().
| void LocalCommand_macro_help | ( | ) |
Definition at line 509 of file cl_cmd.qc.
References argv(), FOREACH, and strtolower().
Referenced by GameCommand().
Definition at line 519 of file cl_cmd.qc.
References CMD_Write_Alias, and FOREACH.
Referenced by GENERIC_COMMAND().
Definition at line 370 of file cl_cmd.qc.
References argv(), Cmd_MapVote_MapDownload(), CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, LOG_HELP, LOG_INFOF, and TC.
Referenced by CLIENT_COMMAND().
Definition at line 430 of file cl_cmd.qc.
References CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, LOG_HELP, and race_checkpoint_splits.
Referenced by CLIENT_COMMAND().
Definition at line 395 of file cl_cmd.qc.
References argv(), CMD_REQUEST_COMMAND, CMD_REQUEST_USAGE, cvar_string(), localcmd(), LOG_HELP, LOG_INFOF, strcpy, strfree, string_null, strlen, substring(), TC, W_FixWeaponOrder(), and W_NumberWeaponOrder().
Referenced by CLIENT_COMMAND().