Go to the source code of this file.
Macros | |
#define | REF_SOFT 0 |
#define | REF_OPENGL 1 |
#define | REF_3DFX 2 |
#define | REF_POWERVR 3 |
#define | REF_VERITE 4 |
#define | SOFTWARE_MENU 0 |
#define | OPENGL_MENU 1 |
Functions | |
void | M_ForceMenuOff (void) |
static void | DriverCallback (void *unused) |
static void | ScreenSizeCallback (void *s) |
static void | BrightnessCallback (void *s) |
static void | ResetDefaults (void *unused) |
static void | ApplyChanges (void *unused) |
static void | CancelChanges (void *unused) |
void | VID_MenuInit (void) |
void | VID_MenuDraw (void) |
const char * | VID_MenuKey (int key) |
Variables | |
cvar_t * | vid_ref |
cvar_t * | vid_fullscreen |
cvar_t * | vid_gamma |
cvar_t * | scr_viewsize |
static cvar_t * | gl_mode |
static cvar_t * | gl_driver |
static cvar_t * | gl_picmip |
static cvar_t * | gl_ext_palettedtexture |
static cvar_t * | gl_finish |
static cvar_t * | sw_mode |
static cvar_t * | sw_stipplealpha |
static menuframework_s | s_software_menu |
static menuframework_s | s_opengl_menu |
static menuframework_s * | s_current_menu |
static int | s_current_menu_index |
static menulist_s | s_mode_list [2] |
static menulist_s | s_ref_list [2] |
static menuslider_s | s_tq_slider |
static menuslider_s | s_screensize_slider [2] |
static menuslider_s | s_brightness_slider [2] |
static menulist_s | s_fs_box [2] |
static menulist_s | s_stipple_box |
static menulist_s | s_paletted_texture_box |
static menulist_s | s_finish_box |
static menuaction_s | s_cancel_action [2] |
static menuaction_s | s_defaults_action [2] |
#define OPENGL_MENU 1 |
Definition at line 53 of file vid_menu.c.
#define REF_3DFX 2 |
Definition at line 25 of file vid_menu.c.
#define REF_OPENGL 1 |
Definition at line 24 of file vid_menu.c.
#define REF_POWERVR 3 |
Definition at line 26 of file vid_menu.c.
#define REF_SOFT 0 |
Definition at line 23 of file vid_menu.c.
#define REF_VERITE 4 |
Definition at line 27 of file vid_menu.c.
#define SOFTWARE_MENU 0 |
Definition at line 52 of file vid_menu.c.
Definition at line 118 of file vid_menu.c.
Referenced by VID_MenuKey().
Definition at line 199 of file vid_menu.c.
Referenced by VID_MenuInit().
Definition at line 117 of file menu.c.
Referenced by ApplyChanges(), CL_Disconnect(), Con_ToggleChat_f(), and Con_ToggleConsole_f().
Definition at line 113 of file vid_menu.c.
Referenced by VID_MenuInit().
Definition at line 209 of file vid_menu.c.
Referenced by M_Menu_Video_f(), ResetDefaults(), and VID_LoadRefresh().
const char* VID_MenuKey | ( | int | key | ) |
|
static |
Definition at line 35 of file vid_menu.c.
Referenced by ApplyChanges(), GLimp_InitGL(), VID_Init(), and VID_MenuInit().
|
static |
Definition at line 37 of file vid_menu.c.
Referenced by GL_SetDefaultState(), GL_SetTexturePalette(), GL_Upload32(), GL_Upload8(), R_SetSky(), and VID_MenuInit().
|
static |
Definition at line 38 of file vid_menu.c.
Referenced by VID_MenuInit().
|
static |
Definition at line 34 of file vid_menu.c.
Referenced by VID_Init(), and VID_MenuInit().
|
static |
Definition at line 36 of file vid_menu.c.
Referenced by GL_Upload32(), R_SetSky(), and VID_MenuInit().
|
static |
Definition at line 64 of file vid_menu.c.
Referenced by ApplyChanges(), BrightnessCallback(), and VID_MenuInit().
|
static |
Definition at line 69 of file vid_menu.c.
Referenced by VID_MenuInit().
|
static |
Definition at line 57 of file vid_menu.c.
Referenced by DriverCallback(), VID_MenuDraw(), and VID_MenuKey().
|
static |
Definition at line 58 of file vid_menu.c.
Referenced by ApplyChanges(), BrightnessCallback(), DriverCallback(), VID_MenuDraw(), and VID_MenuInit().
|
static |
Definition at line 70 of file vid_menu.c.
Referenced by VID_MenuInit().
|
static |
Definition at line 68 of file vid_menu.c.
Referenced by ApplyChanges(), and VID_MenuInit().
|
static |
Definition at line 65 of file vid_menu.c.
Referenced by ApplyChanges(), and VID_MenuInit().
|
static |
Definition at line 60 of file vid_menu.c.
Referenced by ApplyChanges(), and VID_MenuInit().
|
static |
Definition at line 56 of file vid_menu.c.
Referenced by DriverCallback(), VID_MenuDraw(), and VID_MenuInit().
|
static |
Definition at line 67 of file vid_menu.c.
Referenced by ApplyChanges(), and VID_MenuInit().
|
static |
Definition at line 61 of file vid_menu.c.
Referenced by ApplyChanges(), DriverCallback(), and VID_MenuInit().
|
static |
Definition at line 63 of file vid_menu.c.
Referenced by VID_MenuInit().
|
static |
Definition at line 55 of file vid_menu.c.
Referenced by DriverCallback(), VID_MenuDraw(), and VID_MenuInit().
|
static |
Definition at line 66 of file vid_menu.c.
Referenced by ApplyChanges(), and VID_MenuInit().
|
static |
Definition at line 62 of file vid_menu.c.
Referenced by ApplyChanges(), and VID_MenuInit().
cvar_t* scr_viewsize |
Definition at line 47 of file cl_scrn.c.
Referenced by VID_MenuInit().
|
static |
Definition at line 40 of file vid_menu.c.
Referenced by DDRAW_Init(), and VID_MenuInit().
|
static |
Definition at line 41 of file vid_menu.c.
Referenced by R_ClipAndDrawPoly(), and VID_MenuInit().
cvar_t* vid_fullscreen |
Definition at line 46 of file vid_dll.c.
Referenced by VID_MenuInit().
cvar_t* vid_gamma |
Definition at line 42 of file vid_dll.c.
Referenced by ApplyChanges(), and VID_MenuInit().
cvar_t* vid_ref |
Definition at line 43 of file vid_dll.c.
Referenced by ApplyChanges(), BrightnessCallback(), and VID_MenuInit().