Home
last modified time | relevance | path

Searched refs:JumpDriveFuel (Results 1 – 4 of 4) sorted by relevance

/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DDistanceMap.cpp172 jumpFuel = ship->JumpDriveFuel(); in Init()
H A DShip.h298 double JumpDriveFuel(double jumpDistance = 0.) const;
H A DShip.cpp2853 return max(JumpDriveFuel(), HyperdriveFuel()); in JumpFuel()
2861 …return JumpDriveFuel((linked || currentSystem->JumpRange()) ? 0. : currentSystem->Position().Dista… in JumpFuel()
2907 return JumpDriveFuel(); in HyperdriveFuel()
2917 double Ship::JumpDriveFuel(double jumpDistance) const in JumpDriveFuel() function in Ship
H A DMapPanel.cpp921 …double cost = isJump ? it.first->JumpDriveFuel(systemJumpRange ? 0. : jumpDistance) : it.first->Hy… in DrawTravelPlan()