|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "statslist.qh"#include <common/playerstats.qh>#include <common/gametypes/_mod.qh>#include <common/mapinfo.qh>Go to the source code of this file.
Functions | |
| entity | makeXonoticStatsList () |
| void | XonoticStatsList_configureXonoticStatsList (entity me) |
| string | XonoticStatsList_convertDate (string input) |
| void | XonoticStatsList_destroy (entity me) |
| void | XonoticStatsList_doubleClickListBoxItem (entity me, float i, vector where) |
| void | XonoticStatsList_drawListBoxItem (entity me, int i, vector absSize, bool isSelected, bool isFocused) |
| void | XonoticStatsList_getStats (entity me) |
| float | XonoticStatsList_keyDown (entity me, float scan, float ascii, float shift) |
| void | XonoticStatsList_resizeNotify (entity me, vector relOrigin, vector relSize, vector absOrigin, vector absSize) |
| void | XonoticStatsList_showNotify (entity me) |
| entity makeXonoticStatsList | ( | ) |
Definition at line 7 of file statslist.qc.
Referenced by XonoticProfileTab_fill().
Definition at line 14 of file statslist.qc.
References draw_PreloadPicture(), draw_PreloadPictureWithFlags(), entity(), GameType_GetIcon(), GameType_GetTotalCount(), and PRECACHE_PIC_MIPMAP.
Definition at line 26 of file statslist.qc.
References CTX(), itos, stoi, strlen, strzone(), and substring().
Referenced by XonoticStatsList_getStats().
Definition at line 260 of file statslist.qc.
References entity().
Definition at line 337 of file statslist.qc.
| void XonoticStatsList_drawListBoxItem | ( | entity | me, |
| int | i, | ||
| vector | absSize, | ||
| bool | isSelected, | ||
| bool | isFocused ) |
Definition at line 283 of file statslist.qc.
References draw_CondensedFontFactor(), draw_Fill(), draw_fontscale, draw_Picture(), draw_Text(), draw_TextWidth(), entity(), eX, eY, getFadedAlpha(), strlen, strstrofs, substring(), and vector.
Definition at line 71 of file statslist.qc.
References buf_create, car(), count_matches, db_get(), entity(), ftos(), ftos_decimals_percentage(), gametype, GameType_GetIcon_FromString(), LOG_TRACE, MapInfo_Type_FromString(), MapInfo_Type_ToText(), max(), process_time(), PS_D_IN_DB, PS_D_IN_EVL, stof(), stoi, strcat(), strlen, strstrofs, substring(), time, and XonoticStatsList_convertDate().
Definition at line 342 of file statslist.qc.
References entity(), K_ENTER, K_KP_ENTER, and SUPER.
| void XonoticStatsList_resizeNotify | ( | entity | me, |
| vector | relOrigin, | ||
| vector | relSize, | ||
| vector | absOrigin, | ||
| vector | absSize ) |
Definition at line 266 of file statslist.qc.
Definition at line 332 of file statslist.qc.
References entity(), and PlayerStats_PlayerDetail_CheckUpdate().