|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#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.
Referenced by XonoticServerCreateTab_fill().
Definition at line 260 of file maplist.qc.
References _MapInfo_FilterGametype(), cons(), cvar_set(), entity(), MapInfo_BSPName_ByID(), MapInfo_count, MapInfo_ForbiddenFlags(), and MAPINFO_TYPE_ALL.
Referenced by XonoticServerCreateTab_fill().
Definition at line 236 of file maplist.qc.
References entity(), and strlen.
Referenced by XonoticServerCreateTab_fill().
Definition at line 278 of file maplist.qc.
References cvar(), cvar_string(), Dialog_Close(), entity(), localcmd(), LOG_INFO, MapInfo_BSPName_ByID(), MapInfo_CheckMap(), and MapInfo_LoadMap().
Referenced by XonoticMapInfoDialog_fill(), and XonoticServerCreateTab_fill().
Definition at line 272 of file maplist.qc.
References cvar_set(), and entity().
Referenced by XonoticServerCreateTab_fill().
Definition at line 248 of file maplist.qc.
References entity(), and strlen.
Referenced by XonoticServerCreateTab_fill().
Definition at line 23 of file maplist.qc.
References entity().
Definition at line 227 of file maplist.qc.
References entity(), strfree, and strzone().
Referenced by XonoticMapList_keyDown(), and XonoticServerCreateTab_fill().
Definition at line 391 of file maplist.qc.
References entity(), K_DOWNARROW, K_ENTER, K_KP_DOWNARROW, K_KP_ENTER, K_KP_UPARROW, K_UPARROW, and SUPER.
Referenced by XonoticServerCreateTab_fill().
Definition at line 108 of file maplist.qc.
References entity(), m_play_click_sound(), MENU_SOUND_SELECT, and vector.
Definition at line 29 of file maplist.qc.
References entity().
Definition at line 10 of file maplist.qc.
References entity(), and MapInfo_Shutdown().
Definition at line 118 of file maplist.qc.
References DialogOpenButton_Click_withCoords(), entity(), eX, eY, m_play_click_sound(), main, MENU_SOUND_OPEN, NULL, and vector.
Definition at line 79 of file maplist.qc.
References cvar(), entity(), GAME_CONNECTED, GAME_ISSERVER, gamestatus, and SUPER.
| void XonoticMapList_drawListBoxItem | ( | entity | me, |
| int | i, | ||
| vector | absSize, | ||
| bool | isSelected, | ||
| bool | isFocused ) |
Definition at line 130 of file maplist.qc.
References draw_Fill(), draw_Picture(), draw_PictureSize(), draw_Text(), draw_TextShortenToWidth(), draw_TextWidth(), entity(), eX, eY, getFadedAlpha(), MapInfo_ClearTemps(), MapInfo_Get_ByID(), MapInfo_Map_author, MapInfo_Map_bspname, MapInfo_Map_titlestring, strcat(), and vector.
Definition at line 41 of file maplist.qc.
References entity(), stof(), and substring().
Definition at line 45 of file maplist.qc.
References argv(), cvar_set(), cvar_string(), entity(), MapInfo_BSPName_ByID(), strcat(), strlen, strunzone(), strzone(), substring(), and tokenize_console.
Definition at line 316 of file maplist.qc.
References chr(), DialogOpenButton_Click_withCoords(), entity(), eX, eY, K_BACKSPACE, K_ENTER, K_INS, K_KP_ENTER, K_KP_INS, K_MOUSE1, 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 179 of file maplist.qc.
References argv(), cvar_string(), draw_PreloadPicture(), entity(), 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.
| void XonoticMapList_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize ) |
Definition at line 87 of file maplist.qc.
| bool disabled |
Definition at line 8 of file maplist.qc.