Home
last modified time | relevance | path

Searched defs:tech_name (Results 1 – 25 of 36) sorted by relevance

12

/dports/games/freeorion/freeorion-0.4.10.2/default/python/AI/
H A DResearchAI.py77 def get_conditial_priority(tech_name=""): argument
92 def execute(value, tech_name=None): argument
101 def wrapper(tech_name=""): argument
210 def get_stealth_priority(tech_name=""): argument
219 def get_xeno_genetics_priority(tech_name=""): argument
242 def get_hull_priority(tech_name): argument
292 def get_priority(tech_name): argument
335 def tech_cost_sort_key(tech_name): argument
339 def tech_time_sort_key(tech_name): argument
554 def is_possible(tech_name): argument
[all …]
/dports/games/freeorion/freeorion-0.4.10.2/Empire/
H A DResearchQueue.cpp167 const std::string& tech_name = tech->Name(); in Update() local
265 const std::string& tech_name = m_queue[cur_tech].name; in Update() local
329 void ResearchQueue::push_back(const std::string& tech_name, bool paused) in push_back()
332 void ResearchQueue::insert(iterator it, const std::string& tech_name, bool paused) in insert()
341 ResearchQueue::iterator ResearchQueue::find(const std::string& tech_name) { in find()
H A DEmpire.cpp288 const auto& tech_name = progress.first; in MostRPSpentEnqueuedTech() local
308 const auto& tech_name = progress.first; in MostRPCostLeftEnqueuedTech() local
1648 const std::string& tech_name = tech->Name(); in CheckResearchProgress() local
1703 for (const std::string& tech_name : to_erase_from_queue_and_grant_next_turn) { in CheckResearchProgress() local
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DTechTreeWnd.cpp84 bool TechVisible(const std::string& tech_name, in TechVisible()
1347 const std::string& tech_name = tech->Name(); in Layout() local
1356 const std::string& tech_name = tech->Name(); in Layout() local
1378 const std::string& tech_name = tech->Name(); in Layout() local
1427 const std::string& tech_name = tech->Name(); in Layout() local
1965 const std::string& tech_name = tech_row->GetTech(); in TechRightClicked() local
2250 void TechTreeWnd::CenterOnTech(const std::string& tech_name) { in CenterOnTech()
2263 void TechTreeWnd::SetEncyclopediaTech(const std::string& tech_name) in SetEncyclopediaTech()
2266 void TechTreeWnd::SelectTech(const std::string& tech_name) in SelectTech()
2297 void TechTreeWnd::TechLeftClickedSlot(const std::string& tech_name, in TechLeftClickedSlot()
[all …]
H A DResearchWnd.cpp129 …QueueTechPanel::QueueTechPanel(GG::X x, GG::Y y, GG::X w, const std::string& tech_name, double tur… in QueueTechPanel()
339 std::string tech_name; in ItemRightClickedImpl() local
517 void ResearchWnd::CenterOnTech(const std::string& tech_name) in CenterOnTech()
520 void ResearchWnd::ShowTech(const std::string& tech_name, bool force) { in ShowTech()
644 for (const std::string& tech_name : tech_vec) { in AddTechsToQueueSlot() local
H A DTechTreeLayout.h187 std::string tech_name; variable
H A DTechTreeArcs.cpp114 for (const std::string& tech_name : techs) { in FillArcBuffer() local
H A DEncyclopediaDetailPanel.cpp230 for (const auto& tech_name : GetTechManager().TechNames()) { in GetSortedPediaDirEntires() local
233 for (const auto& tech_name : userstring_tech_names) { in GetSortedPediaDirEntires() local
506 for (const auto& tech_name : GetTechManager().TechNames()) in GetSortedPediaDirEntires() local
1083 const std::string& tech_name = tech->Name(); in TechsThatUnlockItem() local
1247 for (const auto& tech_name : unlocked_by_techs) in RefreshDetailPanelShipPartTag() local
1321 for (const auto& tech_name : unlocked_by_techs) in RefreshDetailPanelShipHullTag() local
1367 for (const auto& tech_name : unlocked_techs) { in RefreshDetailPanelTechTag() local
1411 for (const std::string& tech_name : unlocked_by_techs) in RefreshDetailPanelTechTag() local
1476 for (const std::string& tech_name : unlocked_by_techs) in RefreshDetailPanelBuildingTypeTag() local
3135 void EncyclopediaDetailPanel::SetTech(const std::string& tech_name) { in SetTech()
H A DClientUI.cpp256 std::shared_ptr<GG::Texture> ClientUI::TechIcon(const std::string& tech_name) { in TechIcon()
906 bool ClientUI::ZoomToTech(const std::string& tech_name) { in ZoomToTech()
H A DChatWnd.cpp169 for (const std::string& tech_name : GetTechManager().TechNames()) { in FindGameWords() local
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dvgrammar.y79 static char *tech_name = "default"; variable
/dports/games/freeciv/freeciv-2.6.6/tools/ruledit/
H A Dtab_tech.cpp179 QString tab_tech::tech_name(struct advance *padv) in tech_name() function in tab_tech
/dports/games/freeciv-nox11/freeciv-2.6.6/tools/ruledit/
H A Dtab_tech.cpp179 QString tab_tech::tech_name(struct advance *padv) in tech_name() function in tab_tech
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/base_geolocalize/models/
H A Dbase_geocoder.py17 tech_name = fields.Char() variable in GeoProvider
/dports/games/freeorion/freeorion-0.4.10.2/util/
H A DSitRepEntry.cpp59 SitRepEntry CreateTechResearchedSitRep(const std::string& tech_name) { in CreateTechResearchedSitRep()
104 SitRepEntry CreateTechUnlockedSitRep(const std::string& tech_name) { in CreateTechUnlockedSitRep()
H A DOrder.cpp895 ResearchQueueOrder::ResearchQueueOrder(int empire, const std::string& tech_name) : in ResearchQueueOrder()
901 ResearchQueueOrder::ResearchQueueOrder(int empire, const std::string& tech_name, int position) : in ResearchQueueOrder()
907 ResearchQueueOrder::ResearchQueueOrder(int empire, const std::string& tech_name, bool pause, float … in ResearchQueueOrder()
/dports/games/freeorion/freeorion-0.4.10.2/client/AI/
H A DAIWrapper.cpp313 int IssueEnqueueTechOrder(const std::string& tech_name, int position) { in IssueEnqueueTechOrder()
328 int IssueDequeueTechOrder(const std::string& tech_name) { in IssueDequeueTechOrder()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-filters/
H A Dcolor-grade-filter.c428 const char *tech_name = "Draw3D"; in color_grade_filter_render() local
/dports/cad/qflow/qflow-1.4.98/scripts/
H A Dqflow_manager.py.in4304 tech_name = sys.argv[1] variable
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.22/
H A Drepodlgs.c490 const char *tech_name; in science_report_current_callback() local
523 const char *tech_name; in science_report_goal_callback() local
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-2.0/
H A Drepodlgs.c472 const char *tech_name; in science_report_current_callback() local
505 const char *tech_name; in science_report_goal_callback() local
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.0/
H A Drepodlgs.c492 const char *tech_name; in science_report_current_callback() local
525 const char *tech_name; in science_report_goal_callback() local
/dports/games/freeciv-nox11/freeciv-2.6.6/client/gui-gtk-3.22/
H A Drepodlgs.c490 const char *tech_name; in science_report_current_callback() local
523 const char *tech_name; in science_report_goal_callback() local
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-2.0/
H A Drepodlgs.c472 const char *tech_name; in science_report_current_callback() local
505 const char *tech_name; in science_report_goal_callback() local
/dports/games/freeciv/freeciv-2.6.6/client/gui-gtk-3.0/
H A Drepodlgs.c492 const char *tech_name; in science_report_current_callback() local
525 const char *tech_name; in science_report_goal_callback() local

12