Home
last modified time | relevance | path

Searched defs:techId (Results 1 – 14 of 14) sorted by relevance

/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOF_RESE.cpp238 void set_all_research(int techId) in set_all_research()
264 int techId, y=INFO_Y1; in disp_research_menu() local
300 int techId = button_research_array[i].custom_para.value; in detect_research_menu() local
502 void FirmResearch::start_research(int techId, char remoteAction) in start_research()
559 …int techId = tech_id; // techInfo->progress() will reset tech_id if the current research level is… in process_research() local
565 int techId = tech_id; in process_research() local
601 short techId = tech_id; // backup tech_id in research_complete() local
H A DOF_RESE2.cpp104 for( int techId=tech_res.tech_count ; techId>0 ; techId-- ) in think_new_research() local
H A DOR_TECH.cpp200 for( int techId=tech_res.tech_count ; techId>0 ; techId-- ) in tech_filter() local
264 int techId = tech_filter(recNo); in put_tech_rec() local
H A DOTECHRES.cpp237 TechInfo* TechRes::operator[](int techId) in operator []()
H A DOAI_DIPL.cpp981 int techId; in think_demand_tech() local
H A DONEWS2.cpp742 void NewsArray::tech_researched(int techId, int techVersion) in tech_researched()
H A DONATIONB.cpp1995 void NationBase::give_tech(int toNationRecno, int techId, int techVersion) in give_tech()
/dports/games/keeperrl/keeperrl-alpha23/
H A Ditem_type.h93 TechId techId; member
H A Dimmigration.cpp117 [&](const TechId& techId) { in getMissingRequirements()
169 [&](const TechId& techId, double prob) { in getRequirementMultiplier()
H A Dplayer_control.cpp1017 [&](const TechId& techId) { in fillImmigrationHelp()
/dports/games/ufoai/ufoai-2.5-source/src/client/cgame/campaign/
H A Dcp_aliencont_callbacks.cpp122 const char* techId = cgi->Cmd_Argv(argc - 1); in AC_KillOne_f() local
H A Dcp_ufopedia.cpp871 const int techId = atoi(cgi->Cmd_Argv(1) + 1); in UP_Click_f() local
/dports/games/uqm/uqm-0.8.0/src/uqm/comm/melnorm/
H A Dmelnorm.c270 GetTechData (TechId_t techId) in GetTechData()
317 HasTech (TechId_t techId) in HasTech()
336 GrantTech (TechId_t techId) in GrantTech()
441 TechId_t techId; // ID of technology member
/dports/graphics/libgltf/libgltf-0.0.2/src/
H A DCommon.cpp356 void Technique::setTechId(std::string techId) in setTechId()