Home
last modified time | relevance | path

Searched refs:JumpFuel (Results 1 – 5 of 5) sorted by relevance

/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DShip.cpp1112 if(fuelCapacity < JumpFuel()) in FlightCheck()
1688 hyperspaceFuelCost = JumpFuel(hyperspaceSystem); in Move()
2123 double spareFuel = fuel - JumpFuel(); in Launch()
2503 double fuelCost = JumpFuel(targetSystem); in IsReadyToJump()
2676 return (fuel - JumpFuel(targetSystem) >= other.JumpFuelMissing()); in CanRefuel()
2836 jumpFuel = JumpFuel(p->GetTargetSystem()); in JumpsRemaining()
2839 jumpFuel = JumpFuel(targetSystem); in JumpsRemaining()
2845 double Ship::JumpFuel(const System *destination) const in JumpFuel() function in Ship
2932 double jumpFuel = JumpFuel(targetSystem); in JumpFuelMissing()
H A DAI.cpp56 && ship.JumpFuel() && ship.Attributes().Get("fuel capacity") && !ship.JumpsRemaining(); in IsStranded()
97 && locked->JumpFuel() && !locked->IsReadyToJump(true)) in EscortsReadyToJump()
195 if(!systemHasFuel || ship.Fuel() == 1. || !ship.JumpFuel()) in ShouldRefuel()
219 double needed = ship.JumpFuel(to); in ShouldRefuel()
778 if(!hasParent || (!inParentSystem && !it->JumpFuel()) || (!parentHasSpace && !Random::Int(1800))) in Step()
1552 bool hasFuelCapacity = ship.Attributes().Get("fuel capacity") && ship.JumpFuel(); in MoveEscort()
1717 if(maxFuel && ship.Fuel() < .005 && parent.JumpFuel() < parent.Fuel() * in ShouldDock()
2203 if((!neededFuel || fuel - neededFuel > ship.JumpFuel()) in ShouldUseAfterburner()
2507 if(fuel < ship.JumpFuel()) in DoCloak()
2946 if(!secondary || fuel < (isStaying ? 0. : ship.JumpFuel())) in AutoFire()
[all …]
H A DShip.h293 double JumpFuel(const System *destination = nullptr) const;
H A DPlayerInfo.cpp1275 …aveParent = (ship != flagship && !ship->IsParked() && (!ship->CanBeCarried() || ship->JumpFuel())); in TakeOff()
H A DEngine.cpp1172 if(system != to && !flagship->JumpFuel(to)) in EnterSystem()