Home
last modified time | relevance | path

Searched refs:phys_maxwalkvelocity (Results 1 – 24 of 24) sorted by relevance

/dports/games/ioquake3-server/ioquake3-1.36/code/botlib/
H A Dbe_aas_move.c85 aassettings.phys_maxwalkvelocity = LibVarValue("phys_maxwalkvelocity", "320"); in AAS_InitSettings()
517 float phys_maxwalkvelocity, phys_maxcrouchvelocity, phys_maxswimvelocity; in AAS_ClientMovementPrediction() local
537 phys_maxwalkvelocity = aassettings.phys_maxwalkvelocity;// * frametime; in AAS_ClientMovementPrediction()
578 maxvel = phys_maxwalkvelocity; in AAS_ClientMovementPrediction()
H A Dbe_aas_def.h108 float phys_maxwalkvelocity; member
H A Dbe_aas_reach.c2349 …ettings.rs_startjump + VectorDistance(bestend, beststart) * 240 / aassettings.phys_maxwalkvelocity; in AAS_Reachability_Jump()
/dports/games/ioquake3/ioquake3-1.36/code/botlib/
H A Dbe_aas_move.c85 aassettings.phys_maxwalkvelocity = LibVarValue("phys_maxwalkvelocity", "320"); in AAS_InitSettings()
517 float phys_maxwalkvelocity, phys_maxcrouchvelocity, phys_maxswimvelocity; in AAS_ClientMovementPrediction() local
537 phys_maxwalkvelocity = aassettings.phys_maxwalkvelocity;// * frametime; in AAS_ClientMovementPrediction()
578 maxvel = phys_maxwalkvelocity; in AAS_ClientMovementPrediction()
H A Dbe_aas_def.h108 float phys_maxwalkvelocity; member
H A Dbe_aas_reach.c2349 …ettings.rs_startjump + VectorDistance(bestend, beststart) * 240 / aassettings.phys_maxwalkvelocity; in AAS_Reachability_Jump()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/botlib/
H A Dbe_aas_move.c86 aassettings.phys_maxwalkvelocity = LibVarValue("phys_maxwalkvelocity", "320"); in AAS_InitSettings()
518 float phys_maxwalkvelocity, phys_maxcrouchvelocity, phys_maxswimvelocity; in AAS_ClientMovementPrediction() local
538 phys_maxwalkvelocity = aassettings.phys_maxwalkvelocity;// * frametime; in AAS_ClientMovementPrediction()
579 maxvel = phys_maxwalkvelocity; in AAS_ClientMovementPrediction()
H A Dbe_aas_def.h109 float phys_maxwalkvelocity; member
H A Dbe_aas_reach.c2350 …ettings.rs_startjump + VectorDistance(bestend, beststart) * 240 / aassettings.phys_maxwalkvelocity; in AAS_Reachability_Jump()
/dports/games/evq3/evq3/code/botlib/
H A Dbe_aas_move.c85 aassettings.phys_maxwalkvelocity = LibVarValue("phys_maxwalkvelocity", "320"); in AAS_InitSettings()
517 float phys_maxwalkvelocity, phys_maxcrouchvelocity, phys_maxswimvelocity; in AAS_ClientMovementPrediction() local
537 phys_maxwalkvelocity = aassettings.phys_maxwalkvelocity;// * frametime; in AAS_ClientMovementPrediction()
578 maxvel = phys_maxwalkvelocity; in AAS_ClientMovementPrediction()
H A Dbe_aas_def.h108 float phys_maxwalkvelocity; member
H A Dbe_aas_reach.c2349 …ettings.rs_startjump + VectorDistance(bestend, beststart) * 240 / aassettings.phys_maxwalkvelocity; in AAS_Reachability_Jump()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/botlib/
H A Dbe_aas_move.c85 aassettings.phys_maxwalkvelocity = LibVarValue("phys_maxwalkvelocity", "320"); in AAS_InitSettings()
516 float phys_maxwalkvelocity, phys_maxcrouchvelocity, phys_maxswimvelocity; in AAS_ClientMovementPrediction() local
536 phys_maxwalkvelocity = aassettings.phys_maxwalkvelocity;// * frametime; in AAS_ClientMovementPrediction()
577 maxvel = phys_maxwalkvelocity; in AAS_ClientMovementPrediction()
H A Dbe_aas_def.h108 float phys_maxwalkvelocity; member
H A Dbe_aas_reach.c2349 …ettings.rs_startjump + VectorDistance(bestend, beststart) * 240 / aassettings.phys_maxwalkvelocity; in AAS_Reachability_Jump()
/dports/games/openarena/openarena-engine-source-0.8.8/code/botlib/
H A Dbe_aas_move.c85 aassettings.phys_maxwalkvelocity = LibVarValue("phys_maxwalkvelocity", "320"); in AAS_InitSettings()
517 float phys_maxwalkvelocity, phys_maxcrouchvelocity, phys_maxswimvelocity; in AAS_ClientMovementPrediction() local
537 phys_maxwalkvelocity = aassettings.phys_maxwalkvelocity;// * frametime; in AAS_ClientMovementPrediction()
578 maxvel = phys_maxwalkvelocity; in AAS_ClientMovementPrediction()
H A Dbe_aas_def.h108 float phys_maxwalkvelocity; member
H A Dbe_aas_reach.c2349 …ettings.rs_startjump + VectorDistance(bestend, beststart) * 240 / aassettings.phys_maxwalkvelocity; in AAS_Reachability_Jump()
/dports/games/openjk/OpenJK-07675e2/codemp/botlib/
H A Dbe_aas_move.cpp90 aassettings.phys_maxwalkvelocity = LibVarValue("phys_maxwalkvelocity", "320"); in AAS_InitSettings()
510 float phys_maxwalkvelocity, phys_maxcrouchvelocity, phys_maxswimvelocity; in AAS_ClientMovementPrediction() local
531 phys_maxwalkvelocity = aassettings.phys_maxwalkvelocity;// * frametime; in AAS_ClientMovementPrediction()
572 maxvel = phys_maxwalkvelocity; in AAS_ClientMovementPrediction()
H A Dbe_aas_def.h100 float phys_maxwalkvelocity; member
H A Dbe_aas_reach.cpp2350 …ettings.rs_startjump + VectorDistance(bestend, beststart) * 240 / aassettings.phys_maxwalkvelocity; in AAS_Reachability_Jump()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/botlib/
H A Dbe_aas_move.c85 aassettings.phys_maxwalkvelocity = LibVarValue("phys_maxwalkvelocity", "320"); in AAS_InitSettings()
517 float phys_maxwalkvelocity, phys_maxcrouchvelocity, phys_maxswimvelocity; in AAS_ClientMovementPrediction() local
537 phys_maxwalkvelocity = aassettings.phys_maxwalkvelocity;// * frametime; in AAS_ClientMovementPrediction()
578 maxvel = phys_maxwalkvelocity; in AAS_ClientMovementPrediction()
H A Dbe_aas_def.h108 float phys_maxwalkvelocity; member
H A Dbe_aas_reach.c2349 …ettings.rs_startjump + VectorDistance(bestend, beststart) * 240 / aassettings.phys_maxwalkvelocity; in AAS_Reachability_Jump()