|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Variables | |
| string | campaign_longdesc_wrapped [CAMPAIGN_MAX_ENTRIES] |
Definition at line 262 of file campaign.qc.
References CampaignSetup(), and entity().
Referenced by XonoticCampaignList::ATTRIB(), XonoticCampaignList_doubleClickListBoxItem(), XonoticCampaignList_keyDown(), and XonoticSingleplayerDialog_fill().
| entity makeXonoticCampaignList | ( | ) |
Definition at line 48 of file campaign.qc.
Referenced by XonoticCampaignList::ATTRIB(), and XonoticSingleplayerDialog_fill().
Definition at line 141 of file campaign.qc.
References entity().
Referenced by XonoticCampaignList::ATTRIB(), and XonoticSingleplayerDialog_fill().
Definition at line 145 of file campaign.qc.
References entity().
Referenced by XonoticCampaignList::ATTRIB(), and XonoticSingleplayerDialog_fill().
Definition at line 8 of file campaign.qc.
References argv(), campaign_entries, campaign_longdesc_wrapped, draw_TextWidth_WithoutColors(), getWrappedLine(), getWrappedLine_remaining, LABEL, strcat(), strfree, strlen, strzone(), substring(), tokenizebyseparator, and vector.
Referenced by XonoticCampaignList_loadCvars(), and XonoticCampaignList_resizeNotify().
Definition at line 96 of file campaign.qc.
References campaign_name, cvar_defstring(), cvar_set(), entity(), mod(), search_getfilename(), search_getsize(), strcat(), strlen, and substring().
Definition at line 54 of file campaign.qc.
References entity(), and search_begin().
Definition at line 62 of file campaign.qc.
References entity(), and search_end().
Definition at line 190 of file campaign.qc.
References CampaignList_LoadMap(), entity(), and vector.
Definition at line 150 of file campaign.qc.
References campaign_name, cvar(), cvar_string(), entity(), and SUPER.
| void XonoticCampaignList_drawListBoxItem | ( | entity | me, |
| int | i, | ||
| vector | absSize, | ||
| bool | isSelected, | ||
| bool | isFocused ) |
Definition at line 194 of file campaign.qc.
References argv(), campaign_gametype, campaign_longdesc_wrapped, campaign_mapname, draw_Fill(), draw_Picture(), draw_PictureSize(), draw_Text(), draw_TextShortenToWidth(), draw_TextWidth(), entity(), eX, eY, getFadedAlpha(), strcat(), tokenizebyseparator, and vector.
Definition at line 275 of file campaign.qc.
References CampaignList_LoadMap(), entity(), K_ENTER, K_KP_ENTER, K_SPACE, and SUPER.
Definition at line 68 of file campaign.qc.
References bound(), campaign_entries, CAMPAIGN_MAX_ENTRIES, campaign_name, campaign_title, CampaignFile_Load(), CampaignFile_Unload(), cvar(), cvar_set(), cvar_string(), entity(), ftos(), min(), registercvar(), rewrapCampaign(), strcat(), and strcpy.
| void XonoticCampaignList_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize ) |
Definition at line 162 of file campaign.qc.
References entity(), eX, eY, rewrapCampaign(), SUPER, vec3, and vector.
Definition at line 88 of file campaign.qc.
References entity().
Definition at line 269 of file campaign.qc.
| string campaign_longdesc_wrapped[CAMPAIGN_MAX_ENTRIES] |
Definition at line 6 of file campaign.qc.
Referenced by rewrapCampaign(), and XonoticCampaignList_drawListBoxItem().