Home
last modified time | relevance | path

Searched refs:OVERTAKEMINDIST (Results 1 – 18 of 18) sorted by relevance

/dports/games/torcs/torcs-1.3.7/src/drivers/berniw/
H A Dmycar.h96 static const double OVERTAKEMINDIST; /* minimal distance of CG's while overtaking [m] */ variable
H A Dmycar.cpp39 const double MyCar::OVERTAKEMINDIST = 1.7; /* minimal distance between cars overtaking [m] */ member in MyCar
H A Dpathfinder.cpp1248 if (minorthdist <= myc->OVERTAKEMINDIST && o[collcarindex].dist >= o[minorthdistindex].dist) { in overtake()
1309 if (minorthdist > myc->OVERTAKEMINDIST) o[collcarindex].overtakee = true; in overtake()
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw2/
H A Dmycar.h96 static const double OVERTAKEMINDIST; /* minimal distance of CG's while overtaking [m] */ variable
H A Dmycar.cpp39 const double MyCar::OVERTAKEMINDIST = 1.7; /* minimal distance between cars overtaking [m] */ member in MyCar
H A Dpathfinder.cpp1248 if (minorthdist <= myc->OVERTAKEMINDIST && o[collcarindex].dist >= o[minorthdistindex].dist) { in overtake()
1309 if (minorthdist > myc->OVERTAKEMINDIST) o[collcarindex].overtakee = true; in overtake()
/dports/games/torcs/torcs-1.3.7/src/drivers/inferno/
H A Dmycar.h98 static const double OVERTAKEMINDIST; // Minimal distance of CG's while overtaking [m]. variable
H A Dmycar.cpp36 const double MyCar::OVERTAKEMINDIST = 1.7; // Minimal distance between cars overtaking [m]. member in MyCar
H A Dpathfinder.cpp905 if (minorthdist <= myc->OVERTAKEMINDIST && o[collcarindex].dist >= o[minorthdistindex].dist) { in overtake()
/dports/games/torcs/torcs-1.3.7/src/drivers/tita/
H A Dmycar.h98 static const double OVERTAKEMINDIST; // Minimal distance of CG's while overtaking [m]. variable
H A Dmycar.cpp36 const double MyCar::OVERTAKEMINDIST = 1.7; // Minimal distance between cars overtaking [m]. member in MyCar
H A Dpathfinder.cpp905 if (minorthdist <= myc->OVERTAKEMINDIST && o[collcarindex].dist >= o[minorthdistindex].dist) { in overtake()
/dports/games/torcs/torcs-1.3.7/src/drivers/lliaw/
H A Dmycar.h98 static const double OVERTAKEMINDIST; // Minimal distance of CG's while overtaking [m]. variable
H A Dmycar.cpp36 const double MyCar::OVERTAKEMINDIST = 1.7; // Minimal distance between cars overtaking [m]. member in MyCar
H A Dpathfinder.cpp905 if (minorthdist <= myc->OVERTAKEMINDIST && o[collcarindex].dist >= o[minorthdistindex].dist) { in overtake()
/dports/games/torcs/torcs-1.3.7/src/drivers/berniw3/
H A Dmycar.h96 static const double OVERTAKEMINDIST; /* minimal distance of CG's while overtaking [m] */ variable
H A Dmycar.cpp39 const double MyCar::OVERTAKEMINDIST = 1.7; /* minimal distance between cars overtaking [m] */ member in MyCar
H A Dpathfinder.cpp1248 if (minorthdist <= myc->OVERTAKEMINDIST && o[collcarindex].dist >= o[minorthdistindex].dist) { in overtake()
1309 if (minorthdist > myc->OVERTAKEMINDIST) o[collcarindex].overtakee = true; in overtake()