Home
last modified time | relevance | path

Searched refs:RCM_MAX_DT_ROBOTS (Results 1 – 16 of 16) sorted by relevance

/dports/games/torcs/torcs-1.3.7/src/drivers/bt/
H A Dpit.cpp168 pittimer += (float) RCM_MAX_DT_ROBOTS; in isTimeout()
H A Ddriver.cpp127 float deltaTime = (float) RCM_MAX_DT_ROBOTS; in newRace()
405 clutchtime += (float) RCM_MAX_DT_ROBOTS; in getClutch()
447 float cmplookahead = oldlookahead - car->_speed_x*RCM_MAX_DT_ROBOTS; in getTargetPoint()
/dports/games/torcs/torcs-1.3.7/src/drivers/damned/
H A Dpit.cpp168 pittimer += (float) RCM_MAX_DT_ROBOTS; in isTimeout()
H A Ddriver.cpp127 float deltaTime = (float) RCM_MAX_DT_ROBOTS; in newRace()
405 clutchtime += (float) RCM_MAX_DT_ROBOTS; in getClutch()
447 float cmplookahead = oldlookahead - car->_speed_x*RCM_MAX_DT_ROBOTS; in getTargetPoint()
/dports/games/torcs/torcs-1.3.7/src/drivers/olethros/
H A Dpit.cpp174 pittimer += (float) RCM_MAX_DT_ROBOTS; in isTimeout()
H A Ddriver.cpp228 float deltaTime = (float) RCM_MAX_DT_ROBOTS; in newRace()
868 clutchtime += (float) RCM_MAX_DT_ROBOTS; in getClutch()
910 float cmplookahead = oldlookahead - car->_speed_x*RCM_MAX_DT_ROBOTS; in getTargetPoint()
/dports/games/torcs/torcs-1.3.7/src/interfaces/
H A Draceman.h57 #define RCM_MAX_DT_ROBOTS 0.02 macro
/dports/games/torcs/torcs-1.3.7/src/drivers/tita/
H A Dpathfinder.h50 #define SEGRANGE ((int) (0.5+3.0/(50*RCM_MAX_DT_ROBOTS*TRACKRES)))
H A Dtita.cpp497 myc->clutchtime += (float) RCM_MAX_DT_ROBOTS; in getClutch()
/dports/games/torcs/torcs-1.3.7/src/drivers/inferno/
H A Dpathfinder.h50 #define SEGRANGE ((int) (0.5+3.0/(50*RCM_MAX_DT_ROBOTS*TRACKRES)))
H A Dinferno.cpp497 myc->clutchtime += (float) RCM_MAX_DT_ROBOTS; in getClutch()
/dports/games/torcs/torcs-1.3.7/src/drivers/lliaw/
H A Dpathfinder.h50 #define SEGRANGE ((int) (0.5+3.0/(50*RCM_MAX_DT_ROBOTS*TRACKRES)))
H A Dlliaw.cpp497 myc->clutchtime += (float) RCM_MAX_DT_ROBOTS; in getClutch()
/dports/games/torcs/torcs-1.3.7/src/drivers/sparkle/
H A Ddriver.cpp104 float deltaTime = RCM_MAX_DT_ROBOTS; in newRace()
/dports/games/torcs/torcs-1.3.7/src/libs/raceengineclient/
H A Draceengine.cpp644 if ((s->currentTime - ReInfo->_reLastTime) >= RCM_MAX_DT_ROBOTS) { in ReOneStep()
/dports/games/torcs/torcs-1.3.7/src/drivers/human/
H A Dhuman.cpp942 HCtx[idx]->clutchtime -= RCM_MAX_DT_ROBOTS; in getAutoClutch()