Xonotic
|
#include "maplist.qh"
#include <common/mapinfo.qh>
#include "dialog_multiplayer_create_mapinfo.qh"
#include "mainwindow.qh"
#include "inputbox.qh"
Go to the source code of this file.
Variables | |
bool | disabled |
entity makeXonoticMapList | ( | ) |
Definition at line 15 of file maplist.qc.
Definition at line 251 of file maplist.qc.
References _MapInfo_FilterGametype(), cvar_set(), MapInfo_BSPName_ByID(), MapInfo_count, MapInfo_ForbiddenFlags(), MAPINFO_TYPE_ALL, strcat(), strlen(), and substring().
Definition at line 227 of file maplist.qc.
References strlen().
Definition at line 269 of file maplist.qc.
References Dialog_Close(), LOG_INFO, and MapInfo_BSPName_ByID().
Definition at line 263 of file maplist.qc.
References cvar_set().
Definition at line 239 of file maplist.qc.
References strlen().
Definition at line 23 of file maplist.qc.
Definition at line 218 of file maplist.qc.
References strfree, and strzone().
Referenced by XonoticMapList_keyDown().
Definition at line 382 of file maplist.qc.
References K_DOWNARROW, K_ENTER, K_KP_DOWNARROW, K_KP_ENTER, K_KP_UPARROW, K_UPARROW, and SUPER.
Definition at line 107 of file maplist.qc.
References m_play_click_sound(), and MENU_SOUND_SELECT.
Definition at line 29 of file maplist.qc.
Definition at line 10 of file maplist.qc.
References MapInfo_Shutdown().
Definition at line 117 of file maplist.qc.
References DialogOpenButton_Click_withCoords(), eX, eY, m_play_click_sound(), main, MENU_SOUND_OPEN, and NULL.
void XonoticMapList_drawListBoxItem | ( | entity | me, |
int | i, | ||
vector | absSize, | ||
bool | isSelected, | ||
bool | isFocused | ||
) |
Definition at line 129 of file maplist.qc.
References draw_Fill(), draw_Picture(), draw_PictureSize(), draw_Text(), draw_TextShortenToWidth(), draw_TextWidth(), eX, eY, getFadedAlpha(), MapInfo_ClearTemps(), MapInfo_Get_ByID(), MapInfo_Map_author, MapInfo_Map_bspname, MapInfo_Map_titlestring, and strcat().
Definition at line 41 of file maplist.qc.
References stof(), and substring().
Definition at line 45 of file maplist.qc.
References argv(), cvar_set(), cvar_string(), MapInfo_BSPName_ByID(), strcat(), strlen(), strunzone(), strzone(), substring(), and tokenize_console.
Definition at line 307 of file maplist.qc.
References chr(), DialogOpenButton_Click_withCoords(), eX, eY, K_BACKSPACE, K_ENTER, K_INS, K_KP_ENTER, K_KP_INS, K_MOUSE2, K_MOUSE3, K_SPACE, m_play_click_sound(), main, MapInfo_FindName(), MapInfo_FindName_firstResult, MapList_StringFilterBox_Change(), MENU_SOUND_OPEN, MENU_SOUND_SELECT, NULL, S_CTRL, strcat(), strcpy, strlen(), substring(), SUPER, and time.
Definition at line 35 of file maplist.qc.
Definition at line 173 of file maplist.qc.
References argv(), cvar_string(), draw_PreloadPicture(), MapInfo_BSPName_ByID(), MapInfo_count, MapInfo_CurrentFeatures(), MapInfo_CurrentGametype(), MapInfo_FilterGametype(), MapInfo_FilterString(), MapInfo_FindName(), MapInfo_ForbiddenFlags(), MapInfo_RequiredFlags(), strcat(), strcpy, strlen(), substring(), and tokenize_console.
Definition at line 213 of file maplist.qc.
void XonoticMapList_resizeNotify | ( | entity | me, |
vector | relOrigin, | ||
vector | relSize, | ||
vector | absOrigin, | ||
vector | absSize | ||
) |
Definition at line 86 of file maplist.qc.
bool disabled |
Definition at line 8 of file maplist.qc.