|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "slider_resolution.qh"Go to the source code of this file.
Functions | |
| entity | makeXonoticResolutionSlider () |
| float | updateConwidths (float width, float height, float pixelheight) |
| void | XonoticResolutionSlider_addResolution (entity me, float w, float h, float pixelheight) |
| void | XonoticResolutionSlider_configureXonoticResolutionSlider (entity me) |
| void | XonoticResolutionSlider_draw (entity me) |
| void | XonoticResolutionSlider_loadCvars (entity me) |
| void | XonoticResolutionSlider_loadResolutions (entity me, float fullscreen) |
| void | XonoticResolutionSlider_saveCvars (entity me) |
Variables | |
| float | autocvar_menu_vid_allowdualscreenresolution |
| float | vid_conheight |
| float | vid_conwidth |
| float | XonoticResolutionSlider_DataHasChanged |
| entity makeXonoticResolutionSlider | ( | ) |
Definition at line 83 of file slider_resolution.qc.
Referenced by XonoticVideoSettingsTab_fill().
Definition at line 8 of file slider_resolution.qc.
References cvar(), cvar_set(), cvar_string(), CVAR_TYPEFLAG_ENGINE, ftos(), height, LOG_TRACE, max(), min(), rint(), vector, vid_conheight, vid_conwidth, and XonoticResolutionSlider_DataHasChanged.
Referenced by GameCommand(), and UpdateConWidthHeight().
Definition at line 90 of file slider_resolution.qc.
References argv(), entity(), fabs(), ftos(), rint(), stof(), strcat(), strzone(), and tokenize_console.
Definition at line 128 of file slider_resolution.qc.
Definition at line 230 of file slider_resolution.qc.
References cvar(), entity(), SUPER, and XonoticResolutionSlider_DataHasChanged.
Definition at line 211 of file slider_resolution.qc.
References cvar_string(), entity(), and strcat().
Definition at line 134 of file slider_resolution.qc.
References autocvar_menu_vid_allowdualscreenresolution, entity(), ftos(), getresolution(), LOG_TRACE, strunzone(), and vector.
Definition at line 215 of file slider_resolution.qc.
References argv(), cvar_set(), entity(), fabs(), getresolution(), stof(), tokenize_console, and vector.
| float autocvar_menu_vid_allowdualscreenresolution |
Definition at line 127 of file slider_resolution.qc.
Referenced by XonoticResolutionSlider_loadResolutions().
| float vid_conheight |
Definition at line 5 of file slider_resolution.qc.
| float vid_conwidth |
Definition at line 4 of file slider_resolution.qc.
| float XonoticResolutionSlider_DataHasChanged |
Definition at line 3 of file slider_resolution.qc.
Referenced by updateConwidths(), and XonoticResolutionSlider_draw().