HomeSort by relevance Sort by last modified time
    Searched refs:lookstrafe (Results 1 - 17 of 17) sorted by null

  /external/quake/quake/src/WinQuake/
client.h 264 extern cvar_t lookstrafe;
in_sun.cpp 228 if ((in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1)))
cl_main.cpp 35 cvar_t lookstrafe = CVAR3("lookstrafe","0", true); variable
740 Cvar_RegisterVariable (&lookstrafe);
in_win.cpp 701 if ( (in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1) ))
1175 if ((in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1)))
in_dos.cpp 305 if ( (in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1) ))
menu.cpp 1136 case 11: // lookstrafe
1137 Cvar_SetValue ("lookstrafe", !lookstrafe.value);
1220 M_Print (16, 120, " Lookstrafe");
1221 M_DrawCheckbox (220, 120, (int) lookstrafe.value);
    [all...]
gl_vidlinuxglx.cpp 966 if ( (in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1) ))
vid_sunx.cpp 1237 if ( (in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1) ))
vid_sunxil.cpp 1264 if ( (in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1) ))
vid_x.cpp 1179 if ( (in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1) ))
  /external/quake/quake/src/QW/client/
client.h 316 extern cvar_t lookstrafe;
in_win.c 697 if ( (in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1) ))
1168 if ((in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1)))
menu.c 449 case 11: // lookstrafe
450 Cvar_SetValue ("lookstrafe", !lookstrafe.value);
538 M_Print (16, 120, " Lookstrafe");
539 M_DrawCheckbox (220, 120, lookstrafe.value);
cl_main.c 50 cvar_t lookstrafe = CVAR3("lookstrafe","0", true); variable
1094 Cvar_RegisterVariable (&lookstrafe);
gl_vidlinux_x11.c 845 if ( (in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1) ))
gl_vidlinuxglx.c 755 if ( (in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1) ))
vid_x.c 1087 if ( (in_strafe.state & 1) || (lookstrafe.value && (in_mlook.state & 1) ))

Completed in 336 milliseconds