Home
last modified time | relevance | path

Searched defs:tech_cost (Results 1 – 4 of 4) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/Empire/
H A DResearchQueue.cpp46 float tech_cost = tech->ResearchCost(empire_id); in SetTechQueueElementSpending() local
268 float tech_cost = tech ? tech->ResearchCost(m_empire_id) : 0.0f; in Update() local
H A DEmpire.cpp212 float tech_cost = tech->ResearchCost(m_id); in ResearchProgress() local
248 float tech_cost = tech->ResearchCost(m_id); in MostExpensiveEnqueuedTech() local
271 float tech_cost = tech->ResearchCost(m_id); in LeastExpensiveEnqueuedTech() local
1625 float tech_cost = tech->ResearchCost(m_id); in CheckResearchProgress() local
/dports/games/freeciv/freeciv-2.6.6/ai/default/
H A Ddaimilitary.c812 int tech_cost = research_goal_bulbs_required(presearch, in dai_process_defender_want() local
957 int tech_cost = research_goal_bulbs_required(presearch, tech_req) / 4 in process_attacker_want() local
/dports/games/freeciv-nox11/freeciv-2.6.6/ai/default/
H A Ddaimilitary.c812 int tech_cost = research_goal_bulbs_required(presearch, in dai_process_defender_want() local
957 int tech_cost = research_goal_bulbs_required(presearch, tech_req) / 4 in process_attacker_want() local