Home
last modified time | relevance | path

Searched refs:scr_conspeed (Results 1 – 25 of 29) sorted by relevance

12

/dports/games/ufoai/ufoai-2.5-source/src/client/
H A Dcl_screen.cpp59 static cvar_t* scr_conspeed; variable
233 scr_con_current -= scr_conspeed->value * cls.frametime; in SCR_RunConsole()
238 scr_con_current += scr_conspeed->value * cls.frametime; in SCR_RunConsole()
387 scr_conspeed = Cvar_Get("scr_conspeed", "3", 0, "Console open/close speed"); in SCR_Init()
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dscreen.c109 static cvar_t scr_conspeed = { "scr_conspeed", "300" }; variable
192 scr_con_current -= scr_conspeed.value * host_frametime; in SCR_SetUpToDrawConsole()
197 scr_con_current += scr_conspeed.value * host_frametime; in SCR_SetUpToDrawConsole()
765 Cvar_RegisterVariable(&scr_conspeed); in SCR_Init()
/dports/games/tenebrae/tenebrae_0/
H A Dscreen.c35 cvar_t scr_conspeed = {"scr_conspeed","300"}; variable
318 Cvar_RegisterVariable (&scr_conspeed); in SCR_Init()
468 scr_con_current -= scr_conspeed.value*host_frametime; in SCR_SetUpToDrawConsole()
475 scr_con_current += scr_conspeed.value*host_frametime; in SCR_SetUpToDrawConsole()
H A Dgl_screen.c85 cvar_t scr_conspeed = {"scr_conspeed","300"}; variable
375 Cvar_RegisterVariable (&scr_conspeed); in SCR_Init()
607 scr_con_current -= scr_conspeed.value*host_frametime; in SCR_SetUpToDrawConsole()
614 scr_con_current += scr_conspeed.value*host_frametime; in SCR_SetUpToDrawConsole()
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dgl_screen.c85 cvar_t scr_conspeed = {"scr_conspeed","5000"}; //300 variable
378 Cvar_RegisterVariable (&scr_conspeed); in SCR_Init()
553 scr_con_current -= scr_conspeed.value*host_frametime; in SCR_SetUpToDrawConsole()
560 scr_con_current += scr_conspeed.value*host_frametime; in SCR_SetUpToDrawConsole()
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dgl_screen.c94 cvar_t scr_conspeed = {"scr_conspeed","500",CVAR_ARCHIVE}; variable
421 Cvar_RegisterVariable (&scr_conspeed); in SCR_Init()
718 …scr_con_current -= scr_conspeed.value*(glheight/600.0)*host_frametime/timescale; //johnfitz -- tim… in SCR_SetUpToDrawConsole()
725 …scr_con_current += scr_conspeed.value*(glheight/600.0)*host_frametime/timescale; //johnfitz -- tim… in SCR_SetUpToDrawConsole()
/dports/games/quakeforge/quakeforge-0.7.2/doc/config/gib/
H A Dln.gib32 ln "con_speed" "scr_conspeed"
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dgl_screen.c96 static cvar_t scr_conspeed = {"scr_conspeed", "300", CVAR_NONE}; variable
452 Cvar_RegisterVariable (&scr_conspeed); in SCR_Init()
752 scr_con_current -= scr_conspeed.value * host_frametime; in SCR_SetUpToDrawConsole()
758 scr_con_current += scr_conspeed.value * host_frametime; in SCR_SetUpToDrawConsole()
H A Dscreen.c98 static cvar_t scr_conspeed = {"scr_conspeed", "300", CVAR_NONE}; variable
484 Cvar_RegisterVariable (&scr_conspeed); in SCR_Init()
783 scr_con_current -= scr_conspeed.value * host_frametime; in SCR_SetUpToDrawConsole()
789 scr_con_current += scr_conspeed.value * host_frametime; in SCR_SetUpToDrawConsole()
/dports/games/quakeforge/quakeforge-0.7.2/include/
H A Dr_cvar.h97 extern struct cvar_s *scr_conspeed;
/dports/games/quake2-source/quake2-r0.16.2/src/client/
H A Dcl_scrn.c48 cvar_t *scr_conspeed; variable
422 scr_conspeed = Cvar_Get ("scr_conspeed", "3", 0); in SCR_Init()
517 scr_con_current -= scr_conspeed->value*cls.frametime; in SCR_RunConsole()
524 scr_con_current += scr_conspeed->value*cls.frametime; in SCR_RunConsole()
/dports/games/quake2lnx/quake2-r0.16.2/src/client/
H A Dcl_scrn.c48 cvar_t *scr_conspeed; variable
422 scr_conspeed = Cvar_Get ("scr_conspeed", "3", 0); in SCR_Init()
517 scr_con_current -= scr_conspeed->value*cls.frametime; in SCR_RunConsole()
524 scr_con_current += scr_conspeed->value*cls.frametime; in SCR_RunConsole()
/dports/games/r1q2/r1q2-8012_5/client/
H A Dcl_scrn.c48 cvar_t *scr_conspeed; variable
662 scr_conspeed = Cvar_Get ("scr_conspeed", "3", 0); in SCR_Init()
779 scr_con_current -= scr_conspeed->value*cls.frametime; in SCR_RunConsole()
786 scr_con_current += scr_conspeed->value*cls.frametime; in SCR_RunConsole()
/dports/games/quake2max/Quake2maX_0.45-src_unix/client/
H A Dcl_scrn.c49 cvar_t *scr_conspeed; variable
633 scr_conspeed = Cvar_Get ("scr_conspeed", "3", 0); in SCR_Init()
897 scr_con_current -= scr_conspeed->value*cls.frametime; in SCR_RunConsole()
904 scr_con_current += scr_conspeed->value*cls.frametime; in SCR_RunConsole()
/dports/games/qudos/QuDos-0.40.1-src/src/client/
H A Dcl_scrn.c44 cvar_t *scr_conspeed; variable
579 scr_conspeed = Cvar_Get("scr_conspeed", "3", 0); in SCR_Init()
697 scr_con_current -= scr_conspeed->value * cls.frametime; in SCR_RunConsole()
702 scr_con_current += scr_conspeed->value * cls.frametime; in SCR_RunConsole()
/dports/games/egl/egl-0.3.1_9/cgame/
H A Dcg_main.c117 cVar_t *scr_conspeed; variable
412 scr_conspeed = cgi.Cvar_Register ("scr_conspeed", "3", 0); in CG_RegisterMain()
H A Dcg_local.h444 extern cVar_t *scr_conspeed;
/dports/games/egl/egl-0.3.1_9/client/
H A Dcl_local.h276 extern cVar_t *scr_conspeed;
H A Dcl_console.c808 cl_console.currentDrop -= scr_conspeed->floatVal*cls.refreshFrameTime; in CL_RunConsole()
813 cl_console.currentDrop += scr_conspeed->floatVal*cls.refreshFrameTime; in CL_RunConsole()
H A Dcl_main.c79 cVar_t *scr_conspeed; variable
1701 scr_conspeed = Cvar_Register ("scr_conspeed", "3", 0); in CL_Register()
/dports/games/alienarena/alienarena-7.66/source/client/
H A Dcl_scrn.c50 cvar_t *scr_conspeed; variable
476 scr_conspeed = Cvar_Get ("scr_conspeed", "3", CVAR_ARCHIVE); in SCR_Init()
864 scr_con_current -= scr_conspeed->value*cls.frametime; in SCR_RunConsole()
871 scr_con_current += scr_conspeed->value*cls.frametime; in SCR_RunConsole()
/dports/games/alienarena-data/alienarena-7.66/source/client/
H A Dcl_scrn.c50 cvar_t *scr_conspeed; variable
476 scr_conspeed = Cvar_Get ("scr_conspeed", "3", CVAR_ARCHIVE); in SCR_Init()
864 scr_con_current -= scr_conspeed->value*cls.frametime; in SCR_RunConsole()
871 scr_con_current += scr_conspeed->value*cls.frametime; in SCR_RunConsole()
/dports/games/uhexen2/hexen2source-1.5.9/patches/
H A Dsoftware_scale2d.patch896 - scr_con_current -= scr_conspeed.value * host_frametime;
897 + scr_con_current -= scr_conspeed.value * host_frametime * vid.height / vid.conheight;
903 - scr_con_current += scr_conspeed.value * host_frametime;
904 + scr_con_current += scr_conspeed.value * host_frametime * vid.height / vid.conheight;
/dports/games/q2p/Q2P-0.2-2006-12-31/client/
H A Dcl_scrn.c48 cvar_t *scr_conspeed; variable
860 scr_conspeed = Cvar_Get ("scr_conspeed", "3", 0); in SCR_Init()
1508 scr_con_current -= scr_conspeed->value*cls.frametime; in SCR_RunConsole()
1515 scr_con_current += scr_conspeed->value*cls.frametime; in SCR_RunConsole()
/dports/games/quake-dpmod/quake-dpmod-20130301/dpmod/menu/
H A Doptions.menu179 cvarname "scr_conspeed"

12