|
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 263 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 142 of file campaign.qc.
References entity().
Referenced by XonoticCampaignList::ATTRIB(), and XonoticSingleplayerDialog_fill().
Definition at line 146 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 97 of file campaign.qc.
References campaign_name, cvar_defstring(), cvar_set(), entity(), mod(), search_getfilename(), search_getsize(), strcat(), strlen, and substring().
Definition at line 55 of file campaign.qc.
References entity(), and search_begin().
Definition at line 63 of file campaign.qc.
References entity(), and search_end().
Definition at line 191 of file campaign.qc.
References CampaignList_LoadMap(), entity(), and vector.
Definition at line 151 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 195 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 276 of file campaign.qc.
References CampaignList_LoadMap(), entity(), K_ENTER, K_KP_ENTER, K_SPACE, and SUPER.
Definition at line 69 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 163 of file campaign.qc.
References entity(), eX, eY, rewrapCampaign(), SUPER, vec3, and vector.
Definition at line 89 of file campaign.qc.
References entity().
Definition at line 270 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().