Home
last modified time | relevance | path

Searched refs:trade_treaty (Results 1 – 15 of 15) sorted by relevance

/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOF_MARK2.cpp480 if( nation_array[firmPtr->nation_recno]->get_relation(nation_recno)->trade_treaty == 0 ) in think_import_specific_product()
598 if( !nationPtr->get_relation(townPtr->nation_recno)->trade_treaty ) in think_export_product()
711 if( nation_array[firmPtr->nation_recno]->get_relation(nation_recno)->trade_treaty == 0 ) in think_mft_specific_product()
H A DOTALKMSG.cpp359 if( fromNation->get_relation(talk_para1)->trade_treaty ) in is_valid_to_reply()
364 if( !toNation->get_relation(talk_para1)->trade_treaty ) in is_valid_to_reply()
H A DOTALKRES.cpp274 if( fromNation->get_relation(i)->trade_treaty==0 && in add_trade_embargo_choices()
275 toNation->get_relation(i)->trade_treaty==1 ) in add_trade_embargo_choices()
528 !toNation->get_relation(fromNationRecno)->trade_treaty; in can_send_msg()
540 toNation->get_relation(fromNationRecno)->trade_treaty; in can_send_msg()
H A DOF_MARK.cpp390 noTrade = nation_array[nation_recno]->get_relation(nation_array.player_recno)->trade_treaty==0; in put_market_info()
965 …tradeTreaty = ownNation->get_relation(firmPtr->nation_recno)->trade_treaty || firmPtr->nation_recn… in update_trade_link()
982 …tradeTreaty = ownNation->get_relation(townPtr->nation_recno)->trade_treaty || townPtr->nation_recn… in update_trade_link()
H A DOU_CARA2.cpp164 …nationPtr->get_relation(firmPtr->nation_recno)->trade_treaty==0 ) // if the treaty trade has been… in think_del_stop()
H A DOAI_GRAN.cpp260 nationPtr->get_relation(enemyNationRecno)->trade_treaty ) in think_deal_with_one_enemy()
276 if( !nationRelation->trade_treaty ) in think_deal_with_one_enemy()
H A DOU_CARA.cpp915 return nation_array[nation_recno]->get_relation(firmPtr->nation_recno)->trade_treaty; in can_set_stop()
1067 if(nation_array[nation_recno]->get_relation(firmPtr->nation_recno)->trade_treaty) in pre_process()
1252 if(nation_array[nation_recno]->get_relation(firmPtr->nation_recno)->trade_treaty) in caravan_on_way()
H A DOU_MARIT.cpp332 return nation_array[nation_recno]->get_relation(firmPtr->nation_recno)->trade_treaty; in can_set_stop()
396 if(nation_array[nation_recno]->get_relation(firmPtr->nation_recno)->trade_treaty) in pre_process()
570 if(nation_array[nation_recno]->get_relation(firmPtr->nation_recno)->trade_treaty) in ship_on_way()
H A DONATIONB.cpp305 nationRelation->trade_treaty = relationNationRecno==nation_recno; in init_relation()
1363 get_relation(nationRecno)->trade_treaty = treatyFlag; in set_trade_treaty()
1365 nation_array[nationRecno]->get_relation(nation_recno)->trade_treaty = treatyFlag; in set_trade_treaty()
H A DOR_NAT.cpp333 font_san.put( x+412, y, nationRelation->trade_treaty ? (char*)_("Yes") : (char*)_("No") ); in put_nation_rec()
602 if( nationPtr->get_relation(i)->trade_treaty ) in disp_nation_info()
H A DOAI_DIPL.cpp496 if( !ourRelation->trade_treaty ) in think_trade_treaty()
H A DOF_HARB.cpp1276 if(!nation_array[nation_recno]->get_relation(firmPtr->nation_recno)->trade_treaty) in update_linked_firm_info()
H A DOR_TRADE.cpp554 if( !nation_array[firmPtr->nation_recno]->get_relation(nation_array.player_recno)->trade_treaty ) in create_firm_list()
H A DOGFILE3.cpp1462 visit<int8_t>(v, &nr->trade_treaty); in visit_nation_relation()
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DONATIONB.h100 char trade_treaty; // whether allow trading with this nation member