Xonotic
|
Go to the source code of this file.
Functions | |
void | DemoConfirm_ListClick_Check_Gamestatus (entity me) |
void | DemoList_Filter_Change (entity box, entity me) |
void | DemoList_Refresh_Click (entity btn, entity me) |
void | getDemos_for_ext (entity me, string ext, float subdir) |
entity | makeXonoticDemoList () |
void | XonoticDemoList_configureXonoticDemoList (entity me) |
string | XonoticDemoList_demoName (entity me, float i) |
void | XonoticDemoList_destroy (entity me) |
void | XonoticDemoList_doubleClickListBoxItem (entity me, float i, vector where) |
void | XonoticDemoList_drawListBoxItem (entity me, int i, vector absSize, bool isSelected, bool isFocused) |
void | XonoticDemoList_getDemos (entity me) |
float | XonoticDemoList_keyDown (entity me, float scan, float ascii, float shift) |
void | XonoticDemoList_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
void | XonoticDemoList_showNotify (entity me) |
void | XonoticDemoList_startDemo (entity me) |
void | XonoticDemoList_timeDemo (entity me) |
Definition at line 167 of file demolist.qc.
References boxToGlobal(), boxToGlobalSize(), DialogOpenButton_Click_withCoords(), eX, eY, GAME_CONNECTED, GAME_ISSERVER, gamestatus, and main.
Referenced by XonoticDemoList_doubleClickListBoxItem(), and XonoticDemoList_keyDown().
Definition at line 132 of file demolist.qc.
References strcat(), strfree, string_null, strstrofs, and strzone().
Definition at line 126 of file demolist.qc.
Definition at line 31 of file demolist.qc.
References rgb_to_hexcolor(), search_begin(), search_end(), search_getfilename(), search_getsize(), strcat(), strlen(), and substring().
Referenced by XonoticDemoList_getDemos().
entity makeXonoticDemoList | ( | ) |
Definition at line 5 of file demolist.qc.
Referenced by XonoticDemoBrowserTab_fill().
Definition at line 13 of file demolist.qc.
Definition at line 19 of file demolist.qc.
References strlen(), and substring().
Definition at line 84 of file demolist.qc.
Definition at line 184 of file demolist.qc.
References DemoConfirm_ListClick_Check_Gamestatus().
void XonoticDemoList_drawListBoxItem | ( | entity | me, |
int | i, | ||
vector | absSize, | ||
bool | isSelected, | ||
bool | isFocused | ||
) |
Definition at line 105 of file demolist.qc.
References draw_Fill(), draw_Text(), draw_TextShortenToWidth(), draw_TextWidth(), eX, eY, and getFadedAlpha().
Definition at line 68 of file demolist.qc.
References buf_create, and getDemos_for_ext().
Definition at line 189 of file demolist.qc.
References DemoConfirm_ListClick_Check_Gamestatus(), K_ENTER, K_KP_ENTER, and SUPER.
void XonoticDemoList_resizeNotify | ( | entity | me, |
vector | relOrigin, | ||
vector | relSize, | ||
vector | absOrigin, | ||
vector | absSize | ||
) |
Definition at line 121 of file demolist.qc.