Home
last modified time | relevance | path

Searched refs:inPit (Results 1 – 12 of 12) sorted by relevance

/dports/games/torcs/torcs-1.3.7/src/drivers/inferno/
H A Dpathfinder.cpp66 inPit = pitStop = false; in Pathfinder()
406 inPit = false; in plan()
410 inPit = true; in plan()
414 if (!pitStop && !inPit) { in plan()
430 if (!inPit && (!pitStop || track->isBetween(e3, (s1 - AHEAD + nPathSeg) % nPathSeg, trackSegId))) { in plan()
491 if ((pitStop || inPit) && track->isBetween(s3, e1, j)) { in plan()
H A Dpathfinder.h261 bool inPit; // internal pit state. variable
/dports/games/torcs/torcs-1.3.7/src/drivers/tita/
H A Dpathfinder.cpp66 inPit = pitStop = false; in Pathfinder()
406 inPit = false; in plan()
410 inPit = true; in plan()
414 if (!pitStop && !inPit) { in plan()
430 if (!inPit && (!pitStop || track->isBetween(e3, (s1 - AHEAD + nPathSeg) % nPathSeg, trackSegId))) { in plan()
491 if ((pitStop || inPit) && track->isBetween(s3, e1, j)) { in plan()
H A Dpathfinder.h261 bool inPit; // internal pit state. variable
/dports/games/torcs/torcs-1.3.7/src/drivers/lliaw/
H A Dpathfinder.cpp66 inPit = pitStop = false; in Pathfinder()
406 inPit = false; in plan()
410 inPit = true; in plan()
414 if (!pitStop && !inPit) { in plan()
430 if (!inPit && (!pitStop || track->isBetween(e3, (s1 - AHEAD + nPathSeg) % nPathSeg, trackSegId))) { in plan()
491 if ((pitStop || inPit) && track->isBetween(s3, e1, j)) { in plan()
H A Dpathfinder.h261 bool inPit; // internal pit state. variable
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw2/
H A Dpathfinder.cpp43 inPit = pitStop = false; in Pathfinder()
724 if (track->isBetween(e3, s1, trackSegId)) inPit = false; in plan()
726 if (track->isBetween(s1, e3, trackSegId) && (pitStop)) inPit = true; in plan()
729 if (!pitStop && !inPit) { in plan()
744 if (!inPit && (!pitStop || track->isBetween(e3, (s1 - AHEAD + nPathSeg) % nPathSeg, trackSegId))) { in plan()
798 if ((pitStop || inPit) && track->isBetween(s3, e1, j)) { in plan()
H A Dpathfinder.h174 bool inPit; /* internal pit state */ variable
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw3/
H A Dpathfinder.cpp43 inPit = pitStop = false; in Pathfinder()
724 if (track->isBetween(e3, s1, trackSegId)) inPit = false; in plan()
726 if (track->isBetween(s1, e3, trackSegId) && (pitStop)) inPit = true; in plan()
729 if (!pitStop && !inPit) { in plan()
744 if (!inPit && (!pitStop || track->isBetween(e3, (s1 - AHEAD + nPathSeg) % nPathSeg, trackSegId))) { in plan()
798 if ((pitStop || inPit) && track->isBetween(s3, e1, j)) { in plan()
H A Dpathfinder.h174 bool inPit; /* internal pit state */ variable
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw/
H A Dpathfinder.cpp43 inPit = pitStop = false; in Pathfinder()
724 if (track->isBetween(e3, s1, trackSegId)) inPit = false; in plan()
726 if (track->isBetween(s1, e3, trackSegId) && (pitStop)) inPit = true; in plan()
729 if (!pitStop && !inPit) { in plan()
744 if (!inPit && (!pitStop || track->isBetween(e3, (s1 - AHEAD + nPathSeg) % nPathSeg, trackSegId))) { in plan()
798 if ((pitStop || inPit) && track->isBetween(s3, e1, j)) { in plan()
H A Dpathfinder.h174 bool inPit; /* internal pit state */ variable