Manco Capac
Friday,13 June,I Collapse
- Joined
- Mar 1, 2010
- Messages
- 8,051
Wut is that? Seriously...
I'm bothered by RL right now. Will get focus back later.
Code:
iNewAnger -= std::min(0, city.getLargestCityHappiness());
iAnger = ((iNewAnger - iOldAnger) + std::min(0, iOldAnger));
if (iAnger > 0)
{
szBuffer.append(gDLL->getText("TXT_KEY_ANGER_BIG_CITY", iAnger));
szBuffer.append(NEWLINE);
}
iOldAnger = iNewAnger;
Code:
int CvCity::getLargestCityHappiness() const
{
if (findPopulationRank() <= GC.getWorldInfo(GC.getMapINLINE().getWorldSize()).getTargetNumCities())
{
return GET_PLAYER(getOwnerINLINE()).getLargestCityHappiness();
}
return 0;
}
I'm bothered by RL right now. Will get focus back later.



For the spy guy I'm not entirely sure but I'll wager it means that either of You are spending esp points on spying each other. You can check that out in the relations screen when You hover Your mouse above the leader portrait - there's a ratio like x esp points/y esp points ; x - is theirs points against You, y - is Your points against them, in the esp screen the % value is how Your missions are cheaper/more expensive in esp points. It depends on how much points You have acumulated against one civ. Furthermore the arrows means that You are connected with said civ and can trade resources with them, the sroll means that You have signed open borders agreement with that civ and a scroll with a peace sing on it means defensive pact. Hope that it helps a bit 