Home
last modified time | relevance | path

Searched refs:UpdateSystemSupplyRanges (Results 1 – 3 of 3) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/Empire/
H A DEmpire.h271 void UpdateSystemSupplyRanges(const std::set<int>& known_objects);
273 void UpdateSystemSupplyRanges();
H A DEmpire.cpp653 void Empire::UpdateSystemSupplyRanges(const std::set<int>& known_objects) { in UpdateSystemSupplyRanges() function in Empire
690 void Empire::UpdateSystemSupplyRanges() { in UpdateSystemSupplyRanges() function in Empire
703 UpdateSystemSupplyRanges(known_objects_set); in UpdateSystemSupplyRanges()
/dports/games/freeorion/freeorion-0.4.10.2/server/
H A DServerApp.cpp648 …empire->UpdateSystemSupplyRanges(); // sets range systems can propagate fleet and … in UpdateEmpireSupply()