Home
last modified time | relevance | path

Searched refs:setGold (Results 1 – 13 of 13) sorted by relevance

/dports/textproc/xalan-c/xalan_c-1.12/Tests/Memory/
H A DStressmem.cpp110 bool setGold = false; in runTests() local
114 if (h.getParams(argc, argv, "MEM-RESULTS", setGold) == true) in runTests()
/dports/textproc/xalan-c/xalan_c-1.12/Tests/Compare/
H A Dcompare.cpp99 bool setGold = true; in runTests() local
105 if (h.getParams(argc, argv, "DOMCOM-RESULTS", setGold) == true) in runTests()
/dports/textproc/xalan-c/xalan_c-1.12/Tests/Errortests/
H A DErrortests.cpp126 bool setGold = false; in runTests() local
128 if (h.getParams(argc, argv, "ERR-RESULTS", setGold) == true) in runTests()
/dports/games/maxr/maxr-0.2.9/src/game/data/base/
H A Dbase.cpp197 void sSubBase::setGold (int value) in setGold() function in sSubBase
484 setGold (value); in setResource()
547 setGold (0); in refresh()
933 setGold (newGold); in makeTurnStart()
994 setGold (getGold() + b->data.getStoredResources()); in addBuilding()
1116 setGold (message.popInt16()); in popFrom()
H A Dbase.h119 void setGold (int value);
/dports/textproc/xalan-c/xalan_c-1.12/Tests/PerfT/
H A Dperft.cpp132 bool setGold = false; in runTests() local
136 if (h.getParams(argc, argv, "PERFT-RESULTS", setGold) == true) in runTests()
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A Dcity.h142 void setGold(guint32 gold){d_gold = gold;} in setGold() function
H A DCreateScenario.cpp492 c->setGold(getRandomCityIncome(c->isCapital())); in setupCities()
614 pit->setGold(adjustBaseGold(base_gold)); in setupPlayers()
H A Dplayerlist.cpp638 p->setGold(gold); in syncPlayer()
H A Dplayer.h209 void setGold(int gold){d_gold = gold;} in setGold() function
/dports/games/lordsawar/lordsawar-0.3.2/src/editor/
H A Dplayers-dialog.cpp176 p->setGold((*i)[player_columns.gold]); in update_player()
267 p->setGold (gold); in on_randomize_gold_pressed()
H A Dcity-editor-dialog.cpp483 city->setGold(income_spinbutton->get_value_as_int()); in on_income_changed()
/dports/games/lordsawar/lordsawar-0.3.2/src/utils/
H A Dimport.cpp655 player->setGold(gold); in import_players()
1280 p->setGold(recs[i].gold); in import_initial_gold()