|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Macros | |
| #define | InfoMessage(s) |
Functions | |
| string | get_team_list (int team_mask, string suf_col) |
| void | HUD_InfoMessages () |
| void | HUD_InfoMessages_Export (int fh) |
| int | img_select (int group_id) |
| vector | InfoMessages_drawstring (string s, vector pos, vector sz, float a, vector fontsize) |
Variables | |
| float | autocvar_hud_panel_infomessages_group0 = 1 |
| float | autocvar_hud_panel_infomessages_group_fadetime = 0.4 |
| float | autocvar_hud_panel_infomessages_group_time = 6 |
| const int | IMG_COUNT = 1 |
| int | img_cur_msg [IMG_COUNT] |
| float | img_fade [IMG_COUNT] |
| float | img_time [IMG_COUNT] |
| #define InfoMessage | ( | s | ) |
Definition at line 56 of file infomessages.qc.
Referenced by HUD_InfoMessages(), and MUTATOR_HOOKFUNCTION().
Definition at line 61 of file infomessages.qc.
References BIT, NUM_TEAM_1, NUM_TEAM_2, NUM_TEAM_3, NUM_TEAM_4, strcat(), and Team_ColoredFullName_WithSuffixColor.
Referenced by HUD_InfoMessages().
| void HUD_InfoMessages | ( | ) |
Definition at line 71 of file infomessages.qc.
References autocvar__hud_configure, autocvar_cl_showspectators, autocvar_hud_panel_infomessages, autocvar_hud_panel_infomessages_dynamichud, autocvar_hud_panel_infomessages_group0, ceil(), current_player, draw_beginBoldFont, draw_endBoldFont, entcs_GetName(), entcs_GetWantsJoin(), entity(), get_team_list(), getcommandkey, GetTeam(), HUD_Panel_DrawBg, HUD_Panel_LoadCvars(), HUD_Scale_Disable(), HUD_Scale_Enable(), img_select(), InfoMessage, M_ARGV, MAX_SPECTATORS, min(), missing_teams_mask, MUTATOR_CALLHOOK, myteam, NUM_SPECTATOR, num_spectators, numplayers, observe_blocked, panel_bg_padding, panel_pos, panel_size, ready_waiting, ready_waiting_for_me, Scoreboard_UpdatePlayerTeams(), spectatee_status, spectatorlist, srv_minplayers, STAT, strcat(), Team_ColorCode(), Team_ColorName(), Team_IndexToTeam(), teamnagger, teamplay, time, ts_max, ts_min, vector, wants_join, and warmup_stage.
Definition at line 8 of file infomessages.qc.
References HUD_Write_Cvar.
Definition at line 22 of file infomessages.qc.
References autocvar_hud_panel_infomessages_group_fadetime, autocvar_hud_panel_infomessages_group_time, fadetime, floor(), frametime, img_cur_msg, img_fade, img_time, max(), min(), and time.
Referenced by HUD_InfoMessages().
Definition at line 39 of file infomessages.qc.
References autocvar_hud_panel_infomessages_flip, drawcolorcodedstring, DRAWFLAG_NORMAL, eX, getWrappedLine(), getWrappedLine_remaining, stringwidth_colors(), and vector.
| float autocvar_hud_panel_infomessages_group0 = 1 |
Definition at line 14 of file infomessages.qc.
Referenced by HUD_InfoMessages().
| float autocvar_hud_panel_infomessages_group_fadetime = 0.4 |
Definition at line 15 of file infomessages.qc.
Referenced by img_select().
| float autocvar_hud_panel_infomessages_group_time = 6 |
Definition at line 16 of file infomessages.qc.
Referenced by img_select().
| const int IMG_COUNT = 1 |
Definition at line 17 of file infomessages.qc.
Definition at line 19 of file infomessages.qc.
Referenced by img_select().
Definition at line 18 of file infomessages.qc.
Referenced by img_select().
Definition at line 20 of file infomessages.qc.
Referenced by img_select().