Home
last modified time | relevance | path

Searched refs:cl_maxfps (Results 1 – 25 of 34) sorted by relevance

12

/dports/games/libretro-tyrquake/tyrquake-e76477d/QW/client/
H A Dcl_main.c75 cvar_t cl_maxfps = { "cl_maxfps", "0", true }; variable
1071 Cvar_RegisterVariable(&cl_maxfps); in CL_Init()
1276 if (cl_maxfps.value)
1277 fps = qmax(30.0, qmin(cl_maxfps.value, 72.0));
1311 if (cl_maxfps.value) in Host_Frame()
1312 fps = qmax(30.0f, qmin(cl_maxfps.value, 72.0f)); in Host_Frame()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dhost.c71 cvar_t cl_maxfps = {CVAR_SAVE, "cl_maxfps", "0", "maximum fps cap, 0 = unlimited, if game is runnin… variable
224 Cvar_RegisterVariable (&cl_maxfps); in Host_InitLocal()
829 if (cls.state != ca_dedicated && (cl_timer > 0 || cls.timedemo || cl_maxfps.value < 1)) in Host_Main()
843 else if (vid_activewindow && cl_maxfps.value >= 1) in Host_Main()
844 clframetime = cl.realframetime = max(cl_timer, 1.0 / cl_maxfps.value); in Host_Main()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dhost.c78 cvar_t cl_maxfps = {CVAR_SAVE, "cl_maxfps", "0", "maximum fps cap, 0 = unlimited, if game is runnin… variable
254 Cvar_RegisterVariable (&cl_maxfps); in Host_InitLocal()
935 …if (cls.state != ca_dedicated && (cl_timer > 0 || cls.timedemo || ((vid_activewindow ? cl_maxfps :… in Host_Main()
952 else if (vid_activewindow && cl_maxfps.value >= 1 && !cls.timedemo) in Host_Main()
954 clframetime = cl.realframetime = max(cl_timer, 1.0 / cl_maxfps.value); in Host_Main()
/dports/games/darkplaces/darkplaces/
H A Dhost.c78 cvar_t cl_maxfps = {CVAR_SAVE, "cl_maxfps", "0", "maximum fps cap, 0 = unlimited, if game is runnin… variable
254 Cvar_RegisterVariable (&cl_maxfps); in Host_InitLocal()
935 …if (cls.state != ca_dedicated && (cl_timer > 0 || cls.timedemo || ((vid_activewindow ? cl_maxfps :… in Host_Main()
952 else if (vid_activewindow && cl_maxfps.value >= 1 && !cls.timedemo) in Host_Main()
954 clframetime = cl.realframetime = max(cl_timer, 1.0 / cl_maxfps.value); in Host_Main()
/dports/games/xonotic/Xonotic/source/qcsrc/menu/xonotic/
H A Ddialog_settings_misc.qc88 me.TD(me, 1, 2, e = makeXonoticTextSlider("cl_maxfps"));
127 setDependent(e, "cl_maxfps", 1, 1000);
/dports/games/q2pro/q2pro/source/
H A Dcl_main.c48 cvar_t *cl_maxfps; variable
2268 cl_maxfps = Cvar_Get( "cl_maxfps", "90", CVAR_ARCHIVE ); in CL_InitLocal()
2526 Cvar_ClampInteger( cl_maxfps, 10, 120 ); in CL_Frame()
2527 minPhysTime = 1000 / cl_maxfps->integer; in CL_Frame()
2541 if( cl_maxfps->integer ) { in CL_Frame()
2542 if( cl_maxfps->integer < 10 ) { in CL_Frame()
2545 minFrameTime = 1000 / cl_maxfps->integer; in CL_Frame()
/dports/games/alienarena/alienarena-7.66/source/client/
H A Dcl_main.c74 cvar_t *cl_maxfps; variable
1966 cl_maxfps = Cvar_Get ("cl_maxfps", "60", CVAR_ARCHIVE | CVARDOC_INT); in CL_InitLocal()
2426 if ( cl_maxfps->modified ) in CL_Frame()
2428 if ( cl_maxfps->value < 30.0f ) in CL_Frame()
2431 if ( cl_maxfps->value < 1.0f ) in CL_Frame()
2436 cl_maxfps->modified = false; in CL_Frame()
2441 framerate_cap = (int)(ceil( 1000.0f / cl_maxfps->value )); in CL_Frame()
H A Dcl_input.c663 adjust /= cls.frametime * cl_maxfps->value; in IN_Move()
H A Dclient.h262 extern cvar_t *cl_maxfps;
/dports/games/alienarena-data/alienarena-7.66/source/client/
H A Dcl_main.c74 cvar_t *cl_maxfps; variable
1966 cl_maxfps = Cvar_Get ("cl_maxfps", "60", CVAR_ARCHIVE | CVARDOC_INT); in CL_InitLocal()
2426 if ( cl_maxfps->modified ) in CL_Frame()
2428 if ( cl_maxfps->value < 30.0f ) in CL_Frame()
2431 if ( cl_maxfps->value < 1.0f ) in CL_Frame()
2436 cl_maxfps->modified = false; in CL_Frame()
2441 framerate_cap = (int)(ceil( 1000.0f / cl_maxfps->value )); in CL_Frame()
H A Dcl_input.c663 adjust /= cls.frametime * cl_maxfps->value; in IN_Move()
H A Dclient.h262 extern cvar_t *cl_maxfps;
/dports/games/quakeforge/quakeforge-0.7.2/doc/config/
H A Dglspeed-v1.cfg1 // Currently using qw-client-glx -nosound -zone 1024 -mem 32 +setrom cl_maxfps 72 +set gl_max_size …
124 cl_maxfps "0"
H A Dglspeed-v3.cfg1 // Currently using qw-client-glx -zone 1024 -mem 32 +setrom cl_maxfps 72 +set gl_max_size 256 +set …
125 cl_maxfps "0"
H A Dswspeed.cfg35 cl_maxfps "72"
/dports/games/quakeforge/quakeforge-0.7.2/qw/source/
H A Dcl_main.c147 cvar_t *cl_maxfps; variable
1376 cl_maxfps = Cvar_Get ("cl_maxfps", "0", CVAR_ARCHIVE, NULL, in CL_Init_Cvars()
1558 if (cl_maxfps->value <= 0) in Host_SimulationTime()
1561 fps = min (cl_maxfps->value, 72); in Host_SimulationTime()
/dports/games/quake2max/Quake2maX_0.45-src_unix/client/
H A Dcl_main.c48 cvar_t *cl_maxfps; variable
1527 cl_maxfps = Cvar_Get ("cl_maxfps", "90", CVAR_ARCHIVE); in CL_InitLocal()
1836 if (cl_maxfps->value>0 && extratime < 1000/cl_maxfps->value) in CL_Frame()
/dports/games/r1q2/r1q2-8012_5/client/
H A Dcl_main.c86 cvar_t *cl_maxfps; variable
3135 if (cl_async->intvalue && cl_maxfps->intvalue > 100) in CL_RequestNextDownload()
3298 if (var == cl_maxfps) in _maxfps_changed()
3309 Cvar_SetValue ("r_maxfps", cl_maxfps->value); in _async_changed()
3547 cl_maxfps = Cvar_Get ("cl_maxfps", "60", CVAR_ARCHIVE); in CL_InitLocal()
3548 cl_maxfps->changed = _maxfps_changed; in CL_InitLocal()
4012 if (extratime < 1000/cl_maxfps->value) in CL_Synchronous_Frame()
4173 if (packet_delta < 1000/cl_maxfps->intvalue) in CL_Frame()
/dports/games/qudos/QuDos-0.40.1-src/src/client/
H A Dcl_main.c60 cvar_t *cl_maxfps; variable
1456 cl_maxfps = Cvar_Get("cl_maxfps", "90", CVAR_ARCHIVE); in CL_InitLocal()
1829 if (extratime < 1000 / cl_maxfps->value) { in CL_Frame()
1832 int temptime = 1000 / cl_maxfps->value - extratime; in CL_Frame()
/dports/games/q2p/Q2P-0.2-2006-12-31/client/
H A Dcl_main.c49 cvar_t *cl_maxfps; variable
1663 cl_maxfps = Cvar_Get ("cl_maxfps", "90", CVAR_ARCHIVE); in CL_InitLocal()
1942 if (cl_maxfps->value) in CL_MinFrameFrame()
1943 return 1.0 / (double)cl_maxfps->value; in CL_MinFrameFrame()
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dcl_main.c35 cvar_t *cl_maxfps; variable
1245 cl_maxfps = Cvar_Get("cl_maxfps", "90", CVAR_ARCHIVE); in CL_InitLocal()
1401 if(render_delta < 1000.0 / cl_maxfps->value) in CL_Frame()
/dports/games/egl/egl-0.3.1_9/client/
H A Dcl_main.c35 cVar_t *cl_maxfps; variable
944 if (packetDelta < 1000.0f/cl_maxfps->floatVal) in CL_Frame()
1657 cl_maxfps = Cvar_Register ("cl_maxfps", "30", 0); in CL_Register()
/dports/games/ufoai/ufoai-2.5-source/src/common/
H A Dcommon.cpp53 static cvar_t* cl_maxfps; variable
1199 cl_maxfps = Cvar_Get("cl_maxfps", "50", CVAR_ARCHIVE); in Qcommon_Init()
1269 Schedule_Timer(cl_maxfps, &CL_Frame, nullptr, nullptr); in Qcommon_Init()
/dports/games/quake2lnx/quake2-r0.16.2/src/client/
H A Dcl_main.c48 cvar_t *cl_maxfps; variable
1463 cl_maxfps = Cvar_Get ("cl_maxfps", "90", 0); in CL_InitLocal()
1734 if (extratime < 1000/cl_maxfps->value) in CL_Frame()
/dports/games/quake2-source/quake2-r0.16.2/src/client/
H A Dcl_main.c48 cvar_t *cl_maxfps; variable
1463 cl_maxfps = Cvar_Get ("cl_maxfps", "90", 0); in CL_InitLocal()
1734 if (extratime < 1000/cl_maxfps->value) in CL_Frame()

12