OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aspeed
(Results
1 - 4
of
4
) sorted by null
/external/quake/quake/src/WinQuake/
in_dos.cpp
337
float speed,
aspeed
;
local
351
aspeed
= speed*host_frametime;
363
cl.viewangles[YAW] +=
aspeed
*cl_yawspeed.value;
365
cl.viewangles[YAW] -=
aspeed
*cl_yawspeed.value;
375
cl.viewangles[PITCH] +=
aspeed
*cl_pitchspeed.value;
377
cl.viewangles[PITCH] -=
aspeed
*cl_pitchspeed.value;
in_win.cpp
1070
float speed,
aspeed
;
local
1098
aspeed
= speed * host_frametime;
1139
cl.viewangles[PITCH] -= (fAxisValue * joy_pitchsensitivity.value) *
aspeed
* cl_pitchspeed.value;
1143
cl.viewangles[PITCH] += (fAxisValue * joy_pitchsensitivity.value) *
aspeed
* cl_pitchspeed.value;
1190
cl.viewangles[YAW] += (fAxisValue * joy_yawsensitivity.value) *
aspeed
* cl_yawspeed.value;
1209
cl.viewangles[PITCH] += (fAxisValue * joy_pitchsensitivity.value) *
aspeed
* cl_pitchspeed.value;
/external/quake/quake/src/QW/client/
in_win.c
1063
float speed,
aspeed
;
local
1091
aspeed
= speed * host_frametime;
1132
cl.viewangles[PITCH] -= (fAxisValue * joy_pitchsensitivity.value) *
aspeed
* cl_pitchspeed.value;
1136
cl.viewangles[PITCH] += (fAxisValue * joy_pitchsensitivity.value) *
aspeed
* cl_pitchspeed.value;
1183
cl.viewangles[YAW] += (fAxisValue * joy_yawsensitivity.value) *
aspeed
* cl_yawspeed.value;
1202
cl.viewangles[PITCH] += (fAxisValue * joy_pitchsensitivity.value) *
aspeed
* cl_pitchspeed.value;
/external/quake/quake/src/QW/progs/
client.qc
892
local float mspeed,
aspeed
;
1129
local float mspeed,
aspeed
;
[
all
...]
Completed in 498 milliseconds