Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/Empire/
H A DEmpire.cpp1213 void Empire::SetProductionRallyPoint(int index, int rally_point_id) { in SetProductionRallyPoint() argument
1216 m_production_queue[index].rally_point_id = rally_point_id; in SetProductionRallyPoint()
1990 if (elem.rally_point_id != INVALID_OBJECT_ID) in CheckProductionProgress()
1991 new_ship_rally_point_ids[ship->ID()] = elem.rally_point_id; in CheckProductionProgress()
2036 int rally_point_id = INVALID_OBJECT_ID; in CheckProductionProgress() local
2040 rally_point_id = rally_it->second; in CheckProductionProgress()
2050 int rally_point_id = rally_ships.first; in CheckProductionProgress() local
2110 if (rally_point_id != INVALID_OBJECT_ID) { in CheckProductionProgress()
2111 if (Objects().get<System>(rally_point_id)) { in CheckProductionProgress()
2112 next_fleet->CalculateRouteTo(rally_point_id); in CheckProductionProgress()
[all …]
H A DProductionQueue.h86 int rally_point_id = INVALID_OBJECT_ID; member
H A DEmpire.h210 …void SetProductionRallyPoint(int index, int rally_point_id = INVALID_OBJECT_ID); ///< Sets the ra…
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DProductionWnd.cpp288 if (auto rally_object = Objects().get(elem.rally_point_id)) { in ProductionItemBrowseWnd()
454 …bool rally_dest_selected = (elem.rally_point_id != INVALID_OBJECT_ID && elem.rally_point_id == Sid… in CompleteConstruction()
1301 int rally_point_id = object_id; in QueueItemRallied() local
1302 if (rally_point_id == INVALID_OBJECT_ID) { in QueueItemRallied()
1304 rally_point_id = SidePanel::SystemID(); in QueueItemRallied()
1306 if (rally_point_id == INVALID_OBJECT_ID) in QueueItemRallied()
1316 rally_point_id)); in QueueItemRallied()
/dports/games/freeorion/freeorion-0.4.10.2/util/
H A DSerializeEmpire.cpp75 & BOOST_SERIALIZATION_NVP(rally_point_id) in serialize()