Home
last modified time | relevance | path

Searched defs:known_destroyed_objects (Results 1 – 3 of 3) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/Empire/
H A DEmpire.cpp695 …const std::set<int>& known_destroyed_objects = universe.EmpireKnownDestroyedObjectIDs(this->Empire… in UpdateSystemSupplyRanges() local
707 const std::set<int>& known_destroyed_objects = in UpdateUnobstructedFleets() local
728 …const std::set<int>& known_destroyed_objects = universe.EmpireKnownDestroyedObjectIDs(this->Empire… in UpdateSupplyUnobstructedSystems() local
752 …const auto& known_destroyed_objects = GetUniverse().EmpireKnownDestroyedObjectIDs(this->EmpireID()… in UpdateSupplyUnobstructedSystems() local
936 …const std::set<int>& known_destroyed_objects = universe.EmpireKnownDestroyedObjectIDs(this->Empire… in KnownStarlanes() local
H A DSupply.cpp358 … const auto& known_destroyed_objects = GetUniverse().EmpireKnownDestroyedObjectIDs(empire_id); in Update() local
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DMapWnd.cpp4880 const std::set<int>& known_destroyed_objects, in IsQualifiedFleet()