Home
last modified time | relevance | path

Searched refs:getMetalProd (Results 1 – 5 of 5) sorted by relevance

/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/windows/windowresourcedistribution/
H A Dwindowresourcedistribution.cpp117 return subBase.getMetalProd(); in getMetalProduction()
145 metalLabels[0]->setText (iToStr (subBase.getMetalProd())); in setBarLabels()
146 metalLabels[1]->setText (secondBarText (subBase.getMetalProd(), subBase.MetalNeed)); in setBarLabels()
162 metalBars[0]->setValue (subBase.getMetalProd()); in setBarValues()
/dports/games/maxr/maxr-0.2.9/src/game/data/base/
H A Dbase.cpp125 int sSubBase::getMetalProd() const in getMetalProd() function in sSubBase
678 if (getMetalProd() < metal) in checkOil()
945 metal += sb->getMetalProd(); in merge()
1072 getMetalProd() == getMaxAllowedMetalProd() && in isDitributionMaximized()
1086 message.pushInt16 (getMetalProd()); in pushInto()
1226 int metal = sb->getMetalProd(); in deleteBuilding()
1257 metal -= subBase.getMetalProd(); in deleteBuilding()
H A Dbase.h101 int getMetalProd() const;
/dports/games/maxr/maxr-0.2.9/src/game/data/units/
H A Dbuilding.cpp717 …min (getMetalPerRound(), buildList[0].getRemainingMetal()) > SubBase->getMetalProd() + SubBase->ge… in ServerStartWork()
739 int metal = SubBase->getMetalProd(); in ServerStartWork()
752 if (SubBase->getMetalProd() < metal) in ServerStartWork()
753 …sendSavedReport (server, cSavedReportResourceChanged (RES_METAL, metal - SubBase->getMetalProd(), … in ServerStartWork()
792 int metal = SubBase->getMetalProd(); in ServerStartWork()
901 int metal = SubBase->getMetalProd(); in ServerStopWork()
/dports/games/maxr/maxr-0.2.9/src/game/logic/
H A Dsavegame.cpp1538 element->SetAttribute ("metal", iToStr (SubBase.getMetalProd()).c_str()); in writePlayer()