Home
last modified time | relevance | path

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

/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/types/
H A Dupgrade_type.h154 virtual int getMaxEp() const {return maxEp;} in getMaxEp() function
206 result += " maxEp = " + intToStr(getMaxEp()); in toString()
246 crcForUpgradeType.addInt(getMaxEp()); in getCRC()
408 virtual int getMaxEp() const;
H A Dupgrade_type.cpp339 if(getMaxEp() != 0 || getMaxEpRegeneration() != 0) { in getDesc()
1211 int newValue = ((double)unit->getEp() * ((double)ut->getMaxEp() / (double)100)); in sum()
1230 int newValue = ut->getMaxEp(); in sum()
1508 int TotalUpgrade::getMaxEp() const { in getMaxEp() function in Glest::Game::TotalUpgrade
1515 result += boost->getMaxEp(); in getMaxEpFromBoosts()
1606 maxEp += ut->getMaxEp()*50/100; in incLevel()
H A Dunit_type.h263 inline int getMaxEp() const {return maxEp;} in getMaxEp() function
H A Dunit_type.cpp1139 int result = maxEp + totalUpgrade->getMaxEp(); in getTotalMaxEp()
/dports/games/glest/glest_source_3.2.2/source/glest_game/types/
H A Dupgrade_type.cpp193 maxEp+= ut->getMaxEp(); in sum()
204 maxEp+= ut->getMaxEp()*50/100; in incLevel()
H A Dupgrade_type.h44 int getMaxEp() const {return maxEp;} in getMaxEp() function
H A Dunit_type.h128 int getMaxEp() const {return maxEp;} in getMaxEp() function
H A Dunit_type.cpp408 return maxEp + totalUpgrade->getMaxEp(); in getTotalMaxEp()
/dports/games/megaglest/megaglest-source-3.13.0/source/tools/convert_faction_xml2html/
H A Dmegapack.ini29 #maxEp+= ut->getMaxEp()*50/100;
/dports/games/glest/glest_source_3.2.2/source/glest_game/type_instances/
H A Dunit.cpp739 if(getType()->getMaxEp()!=0){ in getDesc()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/graphics/
H A Drenderer.cpp5654 …le && world->getThisFactionIndex() == unit->getFactionIndex() && unit->getType()->getMaxEp() > 0) {
5896 …IfNeeded) && unit->getType()->getMaxEp() > 0 && unit->getEp()<unit->getType()->getMaxEp()+unit->ge…
/dports/games/glest/glest_source_3.2.2/source/glest_game/graphics/
H A Drenderer.cpp1405 if(world->getThisFactionIndex()==unit->getFactionIndex() && unit->getType()->getMaxEp()>0){ in renderSelectionEffects()
/dports/games/megaglest/megaglest-source-3.13.0/source/glest_game/type_instances/
H A Dunit.cpp3494 if(getType()->getMaxEp()!=0){ in getDesc()