CGameHandler.cpp 63 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114
  1. #include "../CGameState.h"
  2. #include "../StartInfo.h"
  3. #include "../hch/CArtHandler.h"
  4. #include "../hch/CBuildingHandler.h"
  5. #include "../hch/CDefObjInfoHandler.h"
  6. #include "../hch/CHeroHandler.h"
  7. #include "../hch/CObjectHandler.h"
  8. #include "../hch/CSpellHandler.h"
  9. #include "../hch/CTownHandler.h"
  10. #include "../lib/CondSh.h"
  11. #include "../lib/Connection.h"
  12. #include "../lib/NetPacks.h"
  13. #include "../lib/VCMI_Lib.h"
  14. #include "../map.h"
  15. #include "CGameHandler.h"
  16. #include <boost/bind.hpp>
  17. #include <boost/date_time/posix_time/posix_time_types.hpp> //no i/o just types
  18. #include <boost/foreach.hpp>
  19. #include <boost/thread.hpp>
  20. #include <boost/thread/shared_mutex.hpp>
  21. #include <fstream>
  22. #ifndef _MSC_VER
  23. #include <boost/thread/xtime.hpp>
  24. #endif
  25. extern bool end2;
  26. #include "../lib/BattleAction.h"
  27. #ifdef min
  28. #undef min
  29. #endif
  30. #ifdef max
  31. #undef max
  32. #endif
  33. #define NEW_ROUND BattleNextRound bnr;\
  34. bnr.round = gs->curB->round + 1;\
  35. sendAndApply(&bnr);
  36. boost::mutex gsm;
  37. ui32 CGameHandler::QID = 1;
  38. CondSh<bool> battleMadeAction;
  39. CondSh<BattleResult *> battleResult(NULL);
  40. std::map<ui32, CFunctionList<void(ui32)> > callbacks; //question id => callback function - for selection dialogs
  41. class CMP_stack
  42. {
  43. public:
  44. inline bool operator ()(const CStack* a, const CStack* b)
  45. {
  46. return (a->speed())>(b->speed());
  47. }
  48. } cmpst ;
  49. double distance(int3 a, int3 b)
  50. {
  51. return std::sqrt( (double)(a.x-b.x)*(a.x-b.x) + (a.y-b.y)*(a.y-b.y) );
  52. }
  53. int getSchoolLevel(const CGHeroInstance *h, const CSpell *s)
  54. {
  55. int ret = 0;
  56. if(s->fire)
  57. ret = std::max(ret,h->getSecSkillLevel(14));
  58. if(s->air)
  59. ret = std::max(ret,h->getSecSkillLevel(15));
  60. if(s->water)
  61. ret = std::max(ret,h->getSecSkillLevel(16));
  62. if(s->earth)
  63. ret = std::max(ret,h->getSecSkillLevel(17));
  64. return ret;
  65. }
  66. void giveExp(BattleResult &r)
  67. {
  68. r.exp[0] = 0;
  69. r.exp[1] = 0;
  70. for(std::set<std::pair<ui32,si32> >::iterator i = r.casualties[!r.winner].begin(); i!=r.casualties[!r.winner].end(); i++)
  71. {
  72. r.exp[r.winner] += VLC->creh->creatures[i->first].hitPoints * i->second;
  73. }
  74. }
  75. //bool CGameState::checkFunc(int obid, std::string name)
  76. //{
  77. // if (objscr.find(obid)!=objscr.end())
  78. // {
  79. // if(objscr[obid].find(name)!=objscr[obid].end())
  80. // {
  81. // return true;
  82. // }
  83. // }
  84. // return false;
  85. //}
  86. PlayerStatus PlayerStatuses::operator[](ui8 player)
  87. {
  88. boost::unique_lock<boost::mutex> l(mx);
  89. if(players.find(player) != players.end())
  90. {
  91. return players[player];
  92. }
  93. else
  94. {
  95. throw std::string("No such player!");
  96. }
  97. }
  98. void PlayerStatuses::addPlayer(ui8 player)
  99. {
  100. boost::unique_lock<boost::mutex> l(mx);
  101. players[player];
  102. }
  103. bool PlayerStatuses::hasQueries(ui8 player)
  104. {
  105. boost::unique_lock<boost::mutex> l(mx);
  106. if(players.find(player) != players.end())
  107. {
  108. return players[player].queries.size();
  109. }
  110. else
  111. {
  112. throw std::string("No such player!");
  113. }
  114. }
  115. bool PlayerStatuses::checkFlag(ui8 player, bool PlayerStatus::*flag)
  116. {
  117. boost::unique_lock<boost::mutex> l(mx);
  118. if(players.find(player) != players.end())
  119. {
  120. return players[player].*flag;
  121. }
  122. else
  123. {
  124. throw std::string("No such player!");
  125. }
  126. }
  127. void PlayerStatuses::setFlag(ui8 player, bool PlayerStatus::*flag, bool val)
  128. {
  129. boost::unique_lock<boost::mutex> l(mx);
  130. if(players.find(player) != players.end())
  131. {
  132. players[player].*flag = val;
  133. }
  134. else
  135. {
  136. throw std::string("No such player!");
  137. }
  138. cv.notify_all();
  139. }
  140. void PlayerStatuses::addQuery(ui8 player, ui32 id)
  141. {
  142. boost::unique_lock<boost::mutex> l(mx);
  143. if(players.find(player) != players.end())
  144. {
  145. players[player].queries.insert(id);
  146. }
  147. else
  148. {
  149. throw std::string("No such player!");
  150. }
  151. cv.notify_all();
  152. }
  153. void PlayerStatuses::removeQuery(ui8 player, ui32 id)
  154. {
  155. boost::unique_lock<boost::mutex> l(mx);
  156. if(players.find(player) != players.end())
  157. {
  158. players[player].queries.erase(id);
  159. }
  160. else
  161. {
  162. throw std::string("No such player!");
  163. }
  164. cv.notify_all();
  165. }
  166. //void CGameHandler::handleCPPObjS(std::map<int,CCPPObjectScript*> * mapa, CCPPObjectScript * script)
  167. //{
  168. // std::vector<int> tempv = script->yourObjects();
  169. // for (unsigned i=0;i<tempv.size();i++)
  170. // {
  171. // (*mapa)[tempv[i]]=script;
  172. // }
  173. // cppscripts.insert(script);
  174. //}
  175. template <typename T>
  176. void callWith(std::vector<T> args, boost::function<void(T)> fun, ui32 which)
  177. {
  178. fun(args[which]);
  179. }
  180. void CGameHandler::changeSecSkill(int ID, ui16 which, int val, bool abs)
  181. {
  182. SetSecSkill sps;
  183. sps.id = ID;
  184. sps.which = which;
  185. sps.abs = abs;
  186. sps.val = val;
  187. sendAndApply(&sps);
  188. }
  189. void CGameHandler::changePrimSkill(int ID, int which, int val, bool abs)
  190. {
  191. SetPrimSkill sps;
  192. sps.id = ID;
  193. sps.which = which;
  194. sps.abs = abs;
  195. sps.val = val;
  196. sendAndApply(&sps);
  197. if(which==4) //only for exp - hero may level up
  198. {
  199. CGHeroInstance *hero = static_cast<CGHeroInstance *>(gs->map->objects[ID]);
  200. if(hero->exp >= VLC->heroh->reqExp(hero->level+1)) //new level
  201. {
  202. //give prim skill
  203. tlog5 << hero->name <<" got level "<<hero->level<<std::endl;
  204. int r = rand()%100, pom=0, x=0;
  205. int std::pair<int,int>::*g = (hero->level>9) ? (&std::pair<int,int>::second) : (&std::pair<int,int>::first);
  206. for(;x<PRIMARY_SKILLS;x++)
  207. {
  208. pom += hero->type->heroClass->primChance[x].*g;
  209. if(r<pom)
  210. break;
  211. }
  212. tlog5 << "Bohater dostaje umiejetnosc pierwszorzedna " << x << " (wynik losowania "<<r<<")"<<std::endl;
  213. SetPrimSkill sps;
  214. sps.id = ID;
  215. sps.which = x;
  216. sps.abs = false;
  217. sps.val = 1;
  218. sendAndApply(&sps);
  219. HeroLevelUp hlu;
  220. hlu.heroid = ID;
  221. hlu.primskill = x;
  222. hlu.level = hero->level+1;
  223. //picking sec. skills for choice
  224. std::set<int> basicAndAdv, expert, none;
  225. for(int i=0;i<SKILL_QUANTITY;i++) none.insert(i);
  226. for(unsigned i=0;i<hero->secSkills.size();i++)
  227. {
  228. if(hero->secSkills[i].second < 3)
  229. basicAndAdv.insert(hero->secSkills[i].first);
  230. else
  231. expert.insert(hero->secSkills[i].first);
  232. none.erase(hero->secSkills[i].first);
  233. }
  234. if(hero->secSkills.size() < hero->type->heroClass->skillLimit) //free skill slot
  235. {
  236. hlu.skills.push_back(hero->type->heroClass->chooseSecSkill(none)); //new skill
  237. }
  238. else
  239. {
  240. int s = hero->type->heroClass->chooseSecSkill(basicAndAdv);
  241. hlu.skills.push_back(s);
  242. basicAndAdv.erase(s);
  243. }
  244. if(basicAndAdv.size())
  245. {
  246. hlu.skills.push_back(hero->type->heroClass->chooseSecSkill(basicAndAdv)); //new skill
  247. }
  248. else if(hero->secSkills.size() < hero->type->heroClass->skillLimit)
  249. {
  250. hlu.skills.push_back(hero->type->heroClass->chooseSecSkill(none)); //new skill
  251. }
  252. boost::function<void(ui32)> callback = boost::function<void(ui32)>(boost::bind(callWith<ui16>,hlu.skills,boost::function<void(ui16)>(boost::bind(&CGameHandler::changeSecSkill,this,ID,_1,1,0)),_1));
  253. applyAndAsk(&hlu,hero->tempOwner,callback); //call changeSecSkill with appropriate args when client responds
  254. }
  255. }
  256. }
  257. CCreatureSet takeCasualties(int color, const CCreatureSet &set, BattleInfo *bat)
  258. {
  259. CCreatureSet ret(set);
  260. for(int i=0; i<bat->stacks.size();i++)
  261. {
  262. CStack *st = bat->stacks[i];
  263. if(st->owner==color && vstd::contains(set.slots,st->slot) && st->amount < set.slots.find(st->slot)->second.second)
  264. {
  265. if(st->alive())
  266. ret.slots[st->slot].second = st->amount;
  267. else
  268. ret.slots.erase(st->slot);
  269. }
  270. }
  271. return ret;
  272. }
  273. void CGameHandler::startBattle(CCreatureSet army1, CCreatureSet army2, int3 tile, CGHeroInstance *hero1, CGHeroInstance *hero2, boost::function<void(BattleResult*)> cb)
  274. {
  275. BattleInfo *curB = new BattleInfo;
  276. setupBattle(curB, tile, army1, army2, hero1, hero2); //initializes stacks, places creatures on battlefield, blocks and informs player interfaces
  277. NEW_ROUND;
  278. //TODO: pre-tactic stuff, call scripts etc.
  279. //tactic round
  280. {
  281. NEW_ROUND;
  282. if( (hero1 && hero1->getSecSkillLevel(19)>0) ||
  283. ( hero2 && hero2->getSecSkillLevel(19)>0) )//someone has tactics
  284. {
  285. //TODO: tactic round (round -1)
  286. }
  287. }
  288. //main loop
  289. while(!battleResult.get()) //till the end of the battle ;]
  290. {
  291. NEW_ROUND;
  292. std::vector<CStack*> & stacks = (gs->curB->stacks);
  293. const BattleInfo & curB = *gs->curB;
  294. //stack loop
  295. CStack *next;
  296. while(!battleResult.get() && (next=gs->curB->getNextStack()))
  297. {
  298. BattleSetActiveStack sas;
  299. sas.stack = next->ID;
  300. sendAndApply(&sas);
  301. boost::unique_lock<boost::mutex> lock(battleMadeAction.mx);
  302. while(!battleMadeAction.data && !battleResult.get()) //active stack hasn't made its action and battle is still going
  303. battleMadeAction.cond.wait(lock);
  304. battleMadeAction.data = false;
  305. checkForBattleEnd(stacks); //check if this action ended the battle
  306. }
  307. }
  308. //unblock engaged players
  309. if(hero1->tempOwner<PLAYER_LIMIT)
  310. states.setFlag(hero1->tempOwner,&PlayerStatus::engagedIntoBattle,false);
  311. if(hero2 && hero2->tempOwner<PLAYER_LIMIT)
  312. states.setFlag(hero2->tempOwner,&PlayerStatus::engagedIntoBattle,false);
  313. //casualties among heroes armies
  314. SetGarrisons sg;
  315. if(hero1)
  316. sg.garrs[hero1->id] = takeCasualties(hero1->tempOwner,hero1->army,gs->curB);
  317. if(hero2)
  318. sg.garrs[hero2->id] = takeCasualties(hero2->tempOwner,hero2->army,gs->curB);
  319. sendAndApply(&sg);
  320. //end battle, remove all info, free memory
  321. giveExp(*battleResult.data);
  322. sendAndApply(battleResult.data);
  323. if(cb)
  324. cb(battleResult.data);
  325. //if one hero has lost we will erase him
  326. if(battleResult.data->winner!=0 && hero1)
  327. {
  328. RemoveObject ro(hero1->id);
  329. sendAndApply(&ro);
  330. }
  331. if(battleResult.data->winner!=1 && hero2)
  332. {
  333. RemoveObject ro(hero2->id);
  334. sendAndApply(&ro);
  335. }
  336. //give exp
  337. if(battleResult.data->exp[0] && hero1)
  338. changePrimSkill(hero1->id,4,battleResult.data->exp[0]);
  339. if(battleResult.data->exp[1] && hero2)
  340. changePrimSkill(hero2->id,4,battleResult.data->exp[1]);
  341. delete battleResult.data;
  342. }
  343. void CGameHandler::prepareAttacked(BattleStackAttacked &bsa, CStack *def)
  344. {
  345. bsa.killedAmount = bsa.damageAmount / def->creature->hitPoints;
  346. unsigned damageFirst = bsa.damageAmount % def->creature->hitPoints;
  347. if( def->firstHPleft <= damageFirst )
  348. {
  349. bsa.killedAmount++;
  350. bsa.newHP = def->firstHPleft + def->creature->hitPoints - damageFirst;
  351. }
  352. else
  353. {
  354. bsa.newHP = def->firstHPleft - damageFirst;
  355. }
  356. if(def->amount <= bsa.killedAmount) //stack killed
  357. {
  358. bsa.newAmount = 0;
  359. bsa.flags |= 1;
  360. bsa.killedAmount = def->amount; //we cannot kill more creatures than we have
  361. }
  362. else
  363. {
  364. bsa.newAmount = def->amount - bsa.killedAmount;
  365. }
  366. }
  367. void CGameHandler::prepareAttack(BattleAttack &bat, CStack *att, CStack *def)
  368. {
  369. bat.stackAttacking = att->ID;
  370. bat.bsa.stackAttacked = def->ID;
  371. bat.bsa.damageAmount = BattleInfo::calculateDmg(att, def, gs->getHero(att->attackerOwned ? gs->curB->hero1 : gs->curB->hero2), gs->getHero(def->attackerOwned ? gs->curB->hero1 : gs->curB->hero2), bat.shot());//counting dealt damage
  372. prepareAttacked(bat.bsa,def);
  373. }
  374. void CGameHandler::handleConnection(std::set<int> players, CConnection &c)
  375. {
  376. try
  377. {
  378. ui16 pom;
  379. while(!end2)
  380. {
  381. c >> pom;
  382. bool blockvis = false;
  383. switch(pom)
  384. {
  385. case 98:
  386. {
  387. std::string fname;
  388. c >> fname;
  389. CSaveFile save(fname);
  390. save << VLC->arth << VLC->buildh << VLC->creh << VLC->dobjinfo << VLC->heroh
  391. << VLC->spellh << VLC->townh << this;
  392. //save << this;
  393. break;
  394. }
  395. case 99: //end!
  396. {
  397. tlog0 << "We have been requested to close.\n";
  398. exit(0);
  399. }
  400. case 100: //my interface ended its turn
  401. {
  402. states.setFlag(gs->currentPlayer,&PlayerStatus::makingTurn,false);
  403. break;
  404. }
  405. case 500: //dismiss hero
  406. {
  407. si32 id;
  408. c >> id;
  409. RemoveObject rh(id);
  410. sendAndApply(&rh);
  411. break;
  412. }
  413. case 501://interface wants to move hero
  414. {
  415. int3 start, end;
  416. si32 id;
  417. c >> id >> start >> end;
  418. tlog5 << "Interface wants to move hero "<<id << " from "<<start << " to " << end << std::endl;
  419. int3 hmpos = end + int3(-1,0,0);
  420. TerrainTile t = gs->map->terrain[hmpos.x][hmpos.y][hmpos.z];
  421. CGHeroInstance *h = static_cast<CGHeroInstance *>(gs->map->objects[id]);
  422. int cost = (int)((double)h->getTileCost(t.tertype,t.malle,t.nuine) * distance(start,end));
  423. TryMoveHero tmh;
  424. tmh.id = id;
  425. tmh.start = start;
  426. tmh.end = end;
  427. tmh.result = 0;
  428. tmh.movePoints = h->movement;
  429. if((h->getOwner() != gs->currentPlayer) //not turn of that hero
  430. || (distance(start,end)>=1.5) //tiles are not neighouring
  431. || (h->movement < cost) //lack of movement points
  432. || (t.tertype == rock) //rock
  433. || (!h->canWalkOnSea() && t.tertype == water)
  434. || (t.blocked && !t.visitable) //tile is blocked andnot visitable
  435. )
  436. goto fail;
  437. //check if there is blocking visitable object
  438. blockvis = false;
  439. tmh.movePoints = h->movement = (h->movement-cost); //take move points
  440. BOOST_FOREACH(CGObjectInstance *obj, t.visitableObjects)
  441. {
  442. if(obj->blockVisit)
  443. {
  444. blockvis = true;
  445. break;
  446. }
  447. }
  448. //we start moving
  449. if(blockvis)//interaction with blocking object (like resources)
  450. {
  451. sendAndApply(&tmh); //failed to move to that tile but we visit object
  452. BOOST_FOREACH(CGObjectInstance *obj, t.visitableObjects)
  453. {
  454. if (obj->blockVisit)
  455. {
  456. //if(gs->checkFunc(obj->ID,"heroVisit")) //script function
  457. // gs->objscr[obj->ID]["heroVisit"]->onHeroVisit(obj,h->subID);
  458. //if(obj->state) //hard-coded function
  459. obj->onHeroVisit(h);
  460. }
  461. }
  462. tlog5 << "Blocing visit at " << hmpos << std::endl;
  463. break;
  464. }
  465. else //normal move
  466. {
  467. tmh.result = 1;
  468. BOOST_FOREACH(CGObjectInstance *obj, gs->map->terrain[start.x-1][start.y][start.z].visitableObjects)
  469. {
  470. //TODO: allow to handle this in script-languages
  471. //if(obj->state) //hard-coded function
  472. obj->onHeroLeave(h);
  473. }
  474. tmh.fowRevealed = gs->tilesToReveal(h->getPosition(false),h->getSightDistance(),h->tempOwner);
  475. sendAndApply(&tmh);
  476. tlog5 << "Moved to " <<tmh.end<<std::endl;
  477. BOOST_FOREACH(CGObjectInstance *obj, t.visitableObjects)//call objects if they are visited
  478. {
  479. //if(gs->checkFunc(obj->ID,"heroVisit")) //script function
  480. // gs->objscr[obj->ID]["heroVisit"]->onHeroVisit(obj,h->subID);
  481. //if(obj->state) //hard-coded function
  482. obj->onHeroVisit(h);
  483. }
  484. }
  485. tlog5 << "Movement end!\n";
  486. break;
  487. fail:
  488. tlog2 << "Movement failed to " << tmh.end << std::endl;
  489. sendAndApply(&tmh);
  490. break;
  491. }
  492. case 502: //swap creatures in garrison
  493. {
  494. ui8 what, p1, p2; si32 id1, id2;
  495. c >> what >> id1 >> p1 >> id2 >> p2;
  496. CArmedInstance *s1 = static_cast<CArmedInstance*>(gs->map->objects[id1]),
  497. *s2 = static_cast<CArmedInstance*>(gs->map->objects[id2]);
  498. CCreatureSet temp1 = s1->army, temp2 = s2->army,
  499. &S1 = temp1, &S2 = (s1!=s2)?(temp2):(temp1);
  500. if(what==1) //swap
  501. {
  502. std::swap(S1.slots[p1],S2.slots[p2]);
  503. if(!S1.slots[p1].second)
  504. S1.slots.erase(p1);
  505. if(!S2.slots[p2].second)
  506. S2.slots.erase(p2);
  507. }
  508. else if(what==2)//merge
  509. {
  510. if(S1.slots[p1].first != S2.slots[p2].first) break; //not same creature
  511. S2.slots[p2].second += S1.slots[p1].second;
  512. S1.slots.erase(p1);
  513. }
  514. else if(what==3) //split
  515. {
  516. si32 val;
  517. c >> val;
  518. if( vstd::contains(S2.slots,p2) //dest. slot not free
  519. || !vstd::contains(S1.slots,p1) //no creatures to split
  520. || S1.slots[p1].second < val //not enough creatures
  521. || val<1 //val must be positive
  522. )
  523. break;
  524. S2.slots[p2].first = S1.slots[p1].first;
  525. S2.slots[p2].second = val;
  526. S1.slots[p1].second -= val;
  527. if(!S1.slots[p1].second) //if we've moved all creatures
  528. S1.slots.erase(p1);
  529. }
  530. if((s1->needsLastStack() && !S1.slots.size()) //it's not allowed to take last stack from hero army!
  531. || (s2->needsLastStack() && !S2.slots.size())
  532. )
  533. {
  534. break; //leave without applying changes to garrison
  535. }
  536. SetGarrisons sg;
  537. sg.garrs[id1] = S1;
  538. if(s1 != s2)
  539. sg.garrs[id2] = S2;
  540. sendAndApply(&sg);
  541. break;
  542. }
  543. case 503: //disband creature
  544. {
  545. si32 id;
  546. ui8 pos;
  547. c >> id >> pos;
  548. CArmedInstance *s1 = static_cast<CArmedInstance*>(gs->map->objects[id]);
  549. s1->army.slots.erase(pos);
  550. SetGarrisons sg;
  551. sg.garrs[id] = s1->army;
  552. sendAndApply(&sg);
  553. break;
  554. }
  555. case 504: //build structure
  556. {
  557. si32 tid, bid;
  558. c >> tid >> bid;
  559. CGTownInstance * t = static_cast<CGTownInstance*>(gs->map->objects[tid]);
  560. CBuilding * b = VLC->buildh->buildings[t->subID][bid];
  561. for(int i=0;i<RESOURCE_QUANTITY;i++)
  562. if(b->resources[i] > gs->players[t->tempOwner].resources[i])
  563. break; //no res
  564. for( std::set<int>::iterator ri = VLC->townh->requirements[t->subID][bid].begin();
  565. ri != VLC->townh->requirements[t->subID][bid].end();
  566. ri++ )
  567. {
  568. if(!vstd::contains(t->builtBuildings,*ri))
  569. break; //lack of requirements - cannot build
  570. }
  571. if(vstd::contains(t->forbiddenBuildings,bid))
  572. break; //this building is forbidden
  573. NewStructures ns;
  574. ns.tid = tid;
  575. if(bid>36) //upg dwelling
  576. {
  577. if(t->getHordeLevel(0) == (bid-37))
  578. ns.bid.insert(19);
  579. else if(t->getHordeLevel(1) == (bid-37))
  580. ns.bid.insert(25);
  581. }
  582. else if(bid >= 30) //bas. dwelling
  583. {
  584. SetAvailableCreatures ssi;
  585. ssi.tid = tid;
  586. ssi.creatures = t->strInfo.creatures;
  587. ssi.creatures[bid-30] = VLC->creh->creatures[t->town->basicCreatures[bid-30]].growth;
  588. sendAndApply(&ssi);
  589. }
  590. ns.bid.insert(bid);
  591. ns.builded = t->builded + 1;
  592. sendAndApply(&ns);
  593. SetResources sr;
  594. sr.player = t->tempOwner;
  595. sr.res = gs->players[t->tempOwner].resources;
  596. for(int i=0;i<7;i++)
  597. sr.res[i]-=b->resources[i];
  598. sendAndApply(&sr);
  599. if(bid<5) //it's mage guild
  600. {
  601. if(t->visitingHero)
  602. giveSpells(t,t->visitingHero);
  603. if(t->garrisonHero)
  604. giveSpells(t,t->garrisonHero);
  605. }
  606. break;
  607. }
  608. case 506: //recruit creature
  609. {
  610. si32 objid, ser=-1; //ser - used dwelling level
  611. ui32 crid, cram; //recruited creature id and amount
  612. c >> objid >> crid >> cram;
  613. CGTownInstance * t = static_cast<CGTownInstance*>(gs->map->objects[objid]);
  614. //verify
  615. bool found = false;
  616. typedef std::pair<const int,int> Parka;
  617. for(std::map<si32,ui32>::iterator av = t->strInfo.creatures.begin(); av!=t->strInfo.creatures.end(); av++)
  618. {
  619. if( ( found = (crid == t->town->basicCreatures[av->first]) ) //creature is available among basic cretures
  620. || (found = (crid == t->town->upgradedCreatures[av->first])) )//creature is available among upgraded cretures
  621. {
  622. cram = std::min(cram,av->second); //reduce recruited amount up to available amount
  623. ser = av->first;
  624. break;
  625. }
  626. }
  627. int slot = t->army.getSlotFor(crid);
  628. if(!found || //no such creature
  629. cram > VLC->creh->creatures[crid].maxAmount(gs->players[t->tempOwner].resources) || //lack of resources
  630. cram<=0 ||
  631. slot<0 )
  632. break;
  633. //recruit
  634. SetResources sr;
  635. sr.player = t->tempOwner;
  636. for(int i=0;i<RESOURCE_QUANTITY;i++)
  637. sr.res[i] = gs->players[t->tempOwner].resources[i] - (VLC->creh->creatures[crid].cost[i] * cram);
  638. SetAvailableCreatures sac;
  639. sac.tid = objid;
  640. sac.creatures = t->strInfo.creatures;
  641. sac.creatures[ser] -= cram;
  642. SetGarrisons sg;
  643. sg.garrs[objid] = t->army;
  644. if(sg.garrs[objid].slots.find(slot) == sg.garrs[objid].slots.end()) //take a free slot
  645. {
  646. sg.garrs[objid].slots[slot] = std::make_pair(crid,cram);
  647. }
  648. else //add creatures to a already existing stack
  649. {
  650. sg.garrs[objid].slots[slot].second += cram;
  651. }
  652. sendAndApply(&sr);
  653. sendAndApply(&sac);
  654. sendAndApply(&sg);
  655. break;
  656. }
  657. case 507://upgrade creature
  658. {
  659. ui32 objid, upgID;
  660. ui8 pos;
  661. c >> objid >> pos >> upgID;
  662. CArmedInstance *obj = static_cast<CArmedInstance*>(gs->map->objects[objid]);
  663. UpgradeInfo ui = gs->getUpgradeInfo(obj,pos);
  664. int player = obj->tempOwner;
  665. int crQuantity = obj->army.slots[pos].second;
  666. //check if upgrade is possible
  667. if(ui.oldID<0 || !vstd::contains(ui.newID,upgID))
  668. break;
  669. //check if player has enough resources
  670. for(int i=0;i<ui.cost.size();i++)
  671. {
  672. for (std::set<std::pair<int,int> >::iterator j=ui.cost[i].begin(); j!=ui.cost[i].end(); j++)
  673. {
  674. if(gs->players[player].resources[j->first] < j->second*crQuantity)
  675. goto upgend;
  676. }
  677. }
  678. //take resources
  679. for(int i=0;i<ui.cost.size();i++)
  680. {
  681. for (std::set<std::pair<int,int> >::iterator j=ui.cost[i].begin(); j!=ui.cost[i].end(); j++)
  682. {
  683. SetResource sr;
  684. sr.player = player;
  685. sr.resid = j->first;
  686. sr.val = gs->players[player].resources[j->first] - j->second*crQuantity;
  687. sendAndApply(&sr);
  688. }
  689. }
  690. {
  691. //upgrade creature
  692. SetGarrisons sg;
  693. sg.garrs[objid] = obj->army;
  694. sg.garrs[objid].slots[pos].first = upgID;
  695. sendAndApply(&sg);
  696. }
  697. upgend:
  698. break;
  699. }
  700. case 508: //garrison swap
  701. {
  702. si32 tid;
  703. c >> tid;
  704. CGTownInstance *town = gs->getTown(tid);
  705. if(!town->garrisonHero && town->visitingHero) //visiting => garrison, merge armies
  706. {
  707. CCreatureSet csn = town->visitingHero->army, cso = town->army;
  708. while(!cso.slots.empty())//while there are unmoved creatures
  709. {
  710. int pos = csn.getSlotFor(cso.slots.begin()->second.first);
  711. if(pos<0)
  712. goto handleConEnd;
  713. if(csn.slots.find(pos)!=csn.slots.end()) //add creatures to the existing stack
  714. {
  715. csn.slots[pos].second += cso.slots.begin()->second.second;
  716. }
  717. else //move stack on the free pos
  718. {
  719. csn.slots[pos].first = cso.slots.begin()->second.first;
  720. csn.slots[pos].second = cso.slots.begin()->second.second;
  721. }
  722. cso.slots.erase(cso.slots.begin());
  723. }
  724. SetGarrisons sg;
  725. sg.garrs[town->visitingHero->id] = csn;
  726. sg.garrs[town->id] = csn;
  727. sendAndApply(&sg);
  728. SetHeroesInTown intown;
  729. intown.tid = tid;
  730. intown.visiting = -1;
  731. intown.garrison = town->visitingHero->id;
  732. sendAndApply(&intown);
  733. }
  734. else if (town->garrisonHero && !town->visitingHero) //move hero out of the garrison
  735. {
  736. SetHeroesInTown intown;
  737. intown.tid = tid;
  738. intown.garrison = -1;
  739. intown.visiting = town->garrisonHero->id;
  740. sendAndApply(&intown);
  741. //town will be empty
  742. SetGarrisons sg;
  743. sg.garrs[tid] = CCreatureSet();
  744. sendAndApply(&sg);
  745. }
  746. else if (town->garrisonHero && town->visitingHero) //swap visiting and garrison hero
  747. {
  748. SetGarrisons sg;
  749. sg.garrs[town->id] = town->visitingHero->army;
  750. sg.garrs[town->garrisonHero->id] = town->garrisonHero->army;
  751. //sg.garrs[town->visitingHero->id] = town->visitingHero->army;
  752. SetHeroesInTown intown;
  753. intown.tid = tid;
  754. intown.garrison = town->visitingHero->id;
  755. intown.visiting = town->garrisonHero->id;
  756. sendAndApply(&intown);
  757. sendAndApply(&sg);
  758. }
  759. else
  760. {
  761. tlog3 << "Warning, wrong garrison swap command for " << tid << std::endl;
  762. }
  763. break;
  764. }
  765. case 509: //swap artifacts
  766. {
  767. si32 hid1, hid2;
  768. ui16 slot1, slot2;
  769. c >> hid1 >> slot1 >> hid2 >> slot2;
  770. CGHeroInstance *h1 = gs->getHero(hid1), *h2 = gs->getHero(hid2);
  771. if((distance(h1->pos,h2->pos) > 1.0) || (h1->tempOwner != h2->tempOwner))
  772. break;
  773. int a1=h1->getArtAtPos(slot1), a2=h2->getArtAtPos(slot2);
  774. h2->setArtAtPos(slot2,a1);
  775. h1->setArtAtPos(slot1,a2);
  776. SetHeroArtifacts sha;
  777. sha.hid = hid1;
  778. sha.artifacts = h1->artifacts;
  779. sha.artifWorn = h1->artifWorn;
  780. sendAndApply(&sha);
  781. if(hid1 != hid2)
  782. {
  783. sha.hid = hid2;
  784. sha.artifacts = h2->artifacts;
  785. sha.artifWorn = h2->artifWorn;
  786. sendAndApply(&sha);
  787. }
  788. break;
  789. }
  790. case 510: //buy artifact
  791. {
  792. ui32 hid;
  793. si32 aid, bid;
  794. c >> hid >> aid;
  795. CGHeroInstance *hero = gs->getHero(hid);
  796. CGTownInstance *town = hero->visitedTown;
  797. if(aid==0) //spellbok
  798. {
  799. if(!vstd::contains(town->builtBuildings,si32(0)))
  800. break;
  801. SetResource sr;
  802. sr.player = hero->tempOwner;
  803. sr.resid = 6;
  804. sr.val = gs->players[hero->tempOwner].resources[6] - 500;
  805. sendAndApply(&sr);
  806. SetHeroArtifacts sha;
  807. sha.hid = hid;
  808. sha.artifacts = hero->artifacts;
  809. sha.artifWorn = hero->artifWorn;
  810. sha.artifWorn[17] = 0;
  811. sendAndApply(&sha);
  812. giveSpells(town,hero);
  813. }
  814. else if(aid < 7 && aid > 3) //war machine
  815. {
  816. int price = VLC->arth->artifacts[aid].price;
  817. if(vstd::contains(hero->artifWorn,ui16(9+aid)) //hero already has this machine
  818. || !vstd::contains(town->builtBuildings,si32(16)) //no blackismith
  819. || gs->players[hero->tempOwner].resources[6] < price //no gold
  820. || town->town->warMachine!= aid ) //this machine is not available here (//TODO: support ballista yard in stronghold)
  821. {
  822. break;
  823. }
  824. SetResource sr;
  825. sr.player = hero->tempOwner;
  826. sr.resid = 6;
  827. sr.val = gs->players[hero->tempOwner].resources[6] - price;
  828. sendAndApply(&sr);
  829. SetHeroArtifacts sha;
  830. sha.hid = hid;
  831. sha.artifacts = hero->artifacts;
  832. sha.artifWorn = hero->artifWorn;
  833. sha.artifWorn[9+aid] = aid;
  834. sendAndApply(&sha);
  835. }
  836. break;
  837. }
  838. case 511: //trade at marketplace
  839. {
  840. ui8 player;
  841. ui32 mode, id1, id2, val;
  842. c >> player >> mode >> id1 >> id2 >> val;
  843. val = std::min(si32(val),gs->players[player].resources[id1]);
  844. double uzysk = (double)gs->resVals[id1] * val * gs->getMarketEfficiency(player);
  845. uzysk /= gs->resVals[id2];
  846. SetResource sr;
  847. sr.player = player;
  848. sr.resid = id1;
  849. sr.val = gs->players[player].resources[id1] - val;
  850. sendAndApply(&sr);
  851. sr.resid = id2;
  852. sr.val = gs->players[player].resources[id2] + (int)uzysk;
  853. sendAndApply(&sr);
  854. break;
  855. }
  856. case 512:
  857. {
  858. si32 hid;
  859. ui8 formation;
  860. c >> hid >> formation;
  861. gs->getHero(hid)->army.formation = formation;
  862. break;
  863. }
  864. case 513:
  865. {
  866. std::string message;
  867. c >> message;
  868. bool cheated=true;
  869. sendDataToClients(ui16(513));
  870. sendDataToClients(ui8(*players.begin()));
  871. sendDataToClients(message);
  872. if(message == "vcmiistari") //give all spells and 999 mana
  873. {
  874. SetMana sm;
  875. ChangeSpells cs;
  876. cs.learn = 1;
  877. for(int i=0;i<VLC->spellh->spells.size();i++)
  878. cs.spells.insert(i);
  879. sm.hid = cs.hid = gs->players[*players.begin()].currentSelection;
  880. sm.val = 999;
  881. if(gs->getHero(cs.hid))
  882. {
  883. sendAndApply(&cs);
  884. sendAndApply(&sm);
  885. }
  886. }
  887. else if(message == "vcmiainur") //gives 5 archangels into each slot
  888. {
  889. SetGarrisons sg;
  890. CGHeroInstance *hero = gs->getHero(gs->players[*players.begin()].currentSelection);
  891. if(!hero) break;
  892. sg.garrs[hero->id] = hero->army;
  893. for(int i=0;i<7;i++)
  894. if(!vstd::contains(sg.garrs[hero->id].slots,i))
  895. sg.garrs[hero->id].slots[i] = std::pair<ui32,si32>(13,5);
  896. sendAndApply(&sg);
  897. }
  898. else if(message == "vcmiangband") //gives 10 black knightinto each slot
  899. {
  900. SetGarrisons sg;
  901. CGHeroInstance *hero = gs->getHero(gs->players[*players.begin()].currentSelection);
  902. if(!hero) break;
  903. sg.garrs[hero->id] = hero->army;
  904. for(int i=0;i<7;i++)
  905. if(!vstd::contains(sg.garrs[hero->id].slots,i))
  906. sg.garrs[hero->id].slots[i] = std::pair<ui32,si32>(66,10);
  907. sendAndApply(&sg);
  908. }
  909. else if(message == "vcminoldor") //all war machines
  910. {
  911. CGHeroInstance *hero = gs->getHero(gs->players[*players.begin()].currentSelection);
  912. if(!hero) break;
  913. SetHeroArtifacts sha;
  914. sha.hid = hero->id;
  915. sha.artifacts = hero->artifacts;
  916. sha.artifWorn = hero->artifWorn;
  917. sha.artifWorn[13] = 4;
  918. sha.artifWorn[14] = 5;
  919. sha.artifWorn[15] = 6;
  920. sendAndApply(&sha);
  921. }
  922. else if(message == "vcminahar") //1000000 movement points
  923. {
  924. CGHeroInstance *hero = gs->getHero(gs->players[*players.begin()].currentSelection);
  925. if(!hero) break;
  926. SetMovePoints smp;
  927. smp.hid = hero->id;
  928. smp.val = 1000000;
  929. sendAndApply(&smp);
  930. }
  931. else if(message == "vcmiformenos") //give resources
  932. {
  933. SetResources sr;
  934. sr.player = *players.begin();
  935. sr.res = gs->players[sr.player].resources;
  936. for(int i=0;i<7;i++)
  937. sr.res[i] += 100;
  938. sr.res[6] += 19900;
  939. sendAndApply(&sr);
  940. }
  941. else if(message == "vcmieagles") //reveal FoW
  942. {
  943. FoWChange fc;
  944. fc.player = *players.begin();
  945. for(int i=0;i<gs->map->width;i++)
  946. for(int j=0;j<gs->map->height;j++)
  947. for(int k=0;k<gs->map->twoLevel+1;k++)
  948. if(!gs->players[fc.player].fogOfWarMap[i][j][k])
  949. fc.tiles.insert(int3(i,j,k));
  950. sendAndApply(&fc);
  951. }
  952. else if(message == "vcmiglorfindel")
  953. {
  954. CGHeroInstance *hero = gs->getHero(gs->players[*players.begin()].currentSelection);
  955. changePrimSkill(hero->id,4,VLC->heroh->reqExp(hero->level+1) - VLC->heroh->reqExp(hero->level));
  956. }
  957. else
  958. cheated = false;
  959. if(cheated)
  960. {
  961. message = "CHEATER!!!";
  962. sendDataToClients(ui16(513));
  963. sendDataToClients(ui8(*players.begin()));
  964. sendDataToClients(message);
  965. }
  966. break;
  967. }
  968. case 514:
  969. {
  970. ui32 id;
  971. c >> id;
  972. gs->players[*players.begin()].currentSelection = id;
  973. break;
  974. }
  975. case 515:
  976. {
  977. ui32 tid;
  978. ui8 hid;
  979. c >> tid >> hid;
  980. CGTownInstance *t = gs->getTown(tid);
  981. if(!vstd::contains(players,t->tempOwner) //not our town
  982. || !vstd::contains(t->builtBuildings,5) //no tavern in the town
  983. || gs->players[t->tempOwner].resources[6]<2500 //not enough gold
  984. || t->visitingHero //there is visiting hero - no place
  985. || gs->players[t->tempOwner].heroes.size()>7 //8 hero limit
  986. )
  987. break;
  988. CGHeroInstance *nh = gs->players[t->tempOwner].availableHeroes[hid];
  989. HeroRecruited hr;
  990. hr.tid = tid;
  991. hr.hid = nh->subID;
  992. hr.player = t->tempOwner;
  993. hr.tile = t->pos - int3(1,0,0);
  994. sendAndApply(&hr);
  995. SetAvailableHeroes sah;
  996. (hid ? sah.hid2 : sah.hid1) = gs->hpool.pickHeroFor(false,t->tempOwner,t->town)->subID;
  997. (hid ? sah.hid1 : sah.hid2) = gs->players[t->tempOwner].availableHeroes[!hid]->subID;
  998. sah.player = t->tempOwner;
  999. sah.flags = hid+1;
  1000. sendAndApply(&sah);
  1001. SetResource sr;
  1002. sr.player = t->tempOwner;
  1003. sr.resid = 6;
  1004. sr.val = gs->players[t->tempOwner].resources[6] - 2500;
  1005. sendAndApply(&sr);
  1006. break;
  1007. }
  1008. case 2001:
  1009. {
  1010. ui32 qid, answer;
  1011. c >> qid >> answer;
  1012. gsm.lock();
  1013. CFunctionList<void(ui32)> callb = callbacks[qid];
  1014. callbacks.erase(qid);
  1015. gsm.unlock();
  1016. callb(answer);
  1017. break;
  1018. }
  1019. case 3002:
  1020. {
  1021. BattleAction ba;
  1022. c >> ba;
  1023. switch(ba.actionType)
  1024. {
  1025. case 2: //walk
  1026. {
  1027. sendAndApply(&StartAction(ba)); //start movement
  1028. moveStack(ba.stackNumber,ba.destinationTile); //move
  1029. sendDataToClients(ui16(3008)); //end movement
  1030. break;
  1031. }
  1032. case 3: //defend
  1033. case 8: //wait
  1034. {
  1035. sendAndApply(&StartAction(ba));
  1036. sendDataToClients(ui16(3008));
  1037. break;
  1038. }
  1039. case 4: //retreat/flee
  1040. {
  1041. //TODO: check if fleeing is possible (e.g. enemy may have Shackles of War)
  1042. //TODO: calculate casualties
  1043. //TODO: remove retreating hero from map and place it in recruitment list
  1044. BattleResult *br = new BattleResult;
  1045. br->result = 1;
  1046. br->winner = !ba.side; //fleeing side loses
  1047. gs->curB->calculateCasualties(br->casualties);
  1048. giveExp(*br);
  1049. battleResult.set(br);
  1050. break;
  1051. }
  1052. case 6: //walk or attack
  1053. {
  1054. sendAndApply(&StartAction(ba)); //start movement and attack
  1055. moveStack(ba.stackNumber,ba.destinationTile);
  1056. CStack *curStack = gs->curB->getStack(ba.stackNumber),
  1057. *stackAtEnd = gs->curB->getStackT(ba.additionalInfo);
  1058. if( curStack->position != ba.destinationTile //we wasn't able to reach destination tile
  1059. || BattleInfo::mutualPosition(ba.destinationTile,ba.additionalInfo) < 0 //destination tile is not neighbouring with enemy stack
  1060. )
  1061. {
  1062. sendDataToClients(ui16(3008)); //end movement and attack
  1063. break;
  1064. }
  1065. BattleAttack bat;
  1066. prepareAttack(bat,curStack,stackAtEnd);
  1067. sendAndApply(&bat);
  1068. //counterattack
  1069. if(!vstd::contains(curStack->abilities,NO_ENEMY_RETALIATION)
  1070. && stackAtEnd->alive()
  1071. && stackAtEnd->counterAttacks ) //TODO: support for multiple retaliatons per turn
  1072. {
  1073. prepareAttack(bat,stackAtEnd,curStack);
  1074. bat.flags |= 2;
  1075. sendAndApply(&bat);
  1076. }
  1077. if(vstd::contains(curStack->abilities,TWICE_ATTACK)
  1078. && curStack->alive()
  1079. && stackAtEnd->alive() )
  1080. {
  1081. bat.flags = 0;
  1082. prepareAttack(bat,curStack,stackAtEnd);
  1083. sendAndApply(&bat);
  1084. }
  1085. sendDataToClients(ui16(3008)); //end movement and attack
  1086. break;
  1087. }
  1088. case 7: //shoot
  1089. {
  1090. CStack *curStack = gs->curB->getStack(ba.stackNumber),
  1091. *destStack= gs->curB->getStackT(ba.destinationTile);
  1092. if(!curStack //our stack exists
  1093. || !destStack //there is a stack at destination tile
  1094. || !curStack->shots //stack has shots
  1095. || gs->curB->isStackBlocked(curStack->ID) //we are not blocked
  1096. || !vstd::contains(curStack->abilities,SHOOTER) //our stack is shooting unit
  1097. )
  1098. break;
  1099. for(int g=0; g<curStack->effects.size(); ++g)
  1100. {
  1101. if(61 == curStack->effects[g].id) //forgetfulness
  1102. break;
  1103. }
  1104. sendAndApply(&StartAction(ba)); //start shooting
  1105. BattleAttack bat;
  1106. prepareAttack(bat,curStack,destStack);
  1107. bat.flags |= 1;
  1108. sendAndApply(&bat);
  1109. if(vstd::contains(curStack->abilities,TWICE_ATTACK) //if unit shots twice let's make another shot
  1110. && curStack->alive()
  1111. && destStack->alive()
  1112. && curStack->shots
  1113. )
  1114. {
  1115. prepareAttack(bat,curStack,destStack);
  1116. sendAndApply(&bat);
  1117. }
  1118. sendDataToClients(ui16(3008)); //end shooting
  1119. break;
  1120. }
  1121. }
  1122. battleMadeAction.setn(true);
  1123. break;
  1124. }
  1125. case 3003: //custom action (probably spell)
  1126. {
  1127. BattleAction ba;
  1128. c >> ba;
  1129. switch(ba.actionType)
  1130. {
  1131. case 1: //hero casts spell
  1132. {
  1133. CGHeroInstance *h = (ba.side) ? gs->getHero(gs->curB->hero2) : gs->getHero(gs->curB->hero1);
  1134. if(!h)
  1135. {
  1136. tlog2 << "Wrong caster!\n";
  1137. goto customactionend;
  1138. }
  1139. if(ba.additionalInfo >= VLC->spellh->spells.size())
  1140. {
  1141. tlog2 << "Wrong spell id (" << ba.additionalInfo << ")!\n";
  1142. goto customactionend;
  1143. }
  1144. CSpell *s = &VLC->spellh->spells[ba.additionalInfo];
  1145. int skill = 0; //skill level
  1146. if(s->fire)
  1147. skill = std::max(skill,h->getSecSkillLevel(14));
  1148. if(s->air)
  1149. skill = std::max(skill,h->getSecSkillLevel(15));
  1150. if(s->water)
  1151. skill = std::max(skill,h->getSecSkillLevel(16));
  1152. if(s->earth)
  1153. skill = std::max(skill,h->getSecSkillLevel(17));
  1154. //TODO: skill level may be different on special terrain
  1155. if( // !vstd::contains(h->spells,ba.additionalInfo) //hero doesn't know this spell
  1156. /*||*/ (h->mana < s->costs[skill]) //not enough mana
  1157. || (ba.additionalInfo < 10) //it's adventure spell (not combat)
  1158. || 0 )//TODO: hero has already casted a spell in this round
  1159. {
  1160. tlog2 << "Spell cannot be casted!\n";
  1161. goto customactionend;
  1162. }
  1163. sendAndApply(&StartAction(ba)); //start spell casting
  1164. //TODO: check resistances
  1165. SpellCasted sc;
  1166. sc.side = ba.side;
  1167. sc.id = ba.additionalInfo;
  1168. sc.skill = skill;
  1169. sc.tile = ba.destinationTile;
  1170. sendAndApply(&sc);
  1171. switch(ba.additionalInfo) //spell id
  1172. {
  1173. case 15: //magic arrow
  1174. {
  1175. CStack * attacked = gs->curB->getStackT(ba.destinationTile);
  1176. if(!attacked) break;
  1177. BattleStackAttacked bsa;
  1178. bsa.flags |= 2;
  1179. bsa.effect = 64;
  1180. bsa.damageAmount = h->getPrimSkillLevel(2) * 10 + s->powers[getSchoolLevel(h,s)];
  1181. bsa.stackAttacked = attacked->ID;
  1182. prepareAttacked(bsa,attacked);
  1183. sendAndApply(&bsa);
  1184. break;
  1185. }
  1186. case 16: //ice bolt
  1187. {
  1188. CStack * attacked = gs->curB->getStackT(ba.destinationTile);
  1189. if(!attacked) break;
  1190. BattleStackAttacked bsa;
  1191. bsa.flags |= 2;
  1192. bsa.effect = 46;
  1193. bsa.damageAmount = h->getPrimSkillLevel(2) * 20 + s->powers[getSchoolLevel(h,s)];
  1194. bsa.stackAttacked = attacked->ID;
  1195. prepareAttacked(bsa,attacked);
  1196. sendAndApply(&bsa);
  1197. break;
  1198. }
  1199. case 17: //lightning bolt
  1200. {
  1201. CStack * attacked = gs->curB->getStackT(ba.destinationTile);
  1202. if(!attacked) break;
  1203. BattleStackAttacked bsa;
  1204. bsa.flags |= 2;
  1205. bsa.effect = 38;
  1206. bsa.damageAmount = h->getPrimSkillLevel(2) * 25 + s->powers[getSchoolLevel(h,s)];
  1207. bsa.stackAttacked = attacked->ID;
  1208. prepareAttacked(bsa,attacked);
  1209. sendAndApply(&bsa);
  1210. break;
  1211. }
  1212. case 18: //implosion
  1213. {
  1214. CStack * attacked = gs->curB->getStackT(ba.destinationTile);
  1215. if(!attacked) break;
  1216. BattleStackAttacked bsa;
  1217. bsa.flags |= 2;
  1218. bsa.effect = 10;
  1219. bsa.damageAmount = h->getPrimSkillLevel(2) * 75 + s->powers[getSchoolLevel(h,s)];
  1220. bsa.stackAttacked = attacked->ID;
  1221. prepareAttacked(bsa,attacked);
  1222. sendAndApply(&bsa);
  1223. break;
  1224. }
  1225. case 27: //shield
  1226. {
  1227. SetStackEffect sse;
  1228. sse.stack = gs->curB->getStackT(ba.destinationTile)->ID;
  1229. sse.effect.id = 27;
  1230. sse.effect.level = getSchoolLevel(h,s);
  1231. sse.effect.turnsRemain = h->getPrimSkillLevel(2);
  1232. sendAndApply(&sse);
  1233. break;
  1234. }
  1235. case 28: //air shield
  1236. {
  1237. SetStackEffect sse;
  1238. sse.stack = gs->curB->getStackT(ba.destinationTile)->ID;
  1239. sse.effect.id = 28;
  1240. sse.effect.level = getSchoolLevel(h,s);
  1241. sse.effect.turnsRemain = h->getPrimSkillLevel(2);
  1242. sendAndApply(&sse);
  1243. break;
  1244. }
  1245. case 41: //bless
  1246. {
  1247. SetStackEffect sse;
  1248. sse.stack = gs->curB->getStackT(ba.destinationTile)->ID;
  1249. sse.effect.id = 41;
  1250. sse.effect.level = getSchoolLevel(h,s);
  1251. sse.effect.turnsRemain = h->getPrimSkillLevel(2);
  1252. sendAndApply(&sse);
  1253. break;
  1254. }
  1255. case 42: //curse
  1256. {
  1257. SetStackEffect sse;
  1258. sse.stack = gs->curB->getStackT(ba.destinationTile)->ID;
  1259. sse.effect.id = 42;
  1260. sse.effect.level = getSchoolLevel(h,s);
  1261. sse.effect.turnsRemain = h->getPrimSkillLevel(2);
  1262. sendAndApply(&sse);
  1263. break;
  1264. }
  1265. case 43: //bloodlust
  1266. {
  1267. SetStackEffect sse;
  1268. sse.stack = gs->curB->getStackT(ba.destinationTile)->ID;
  1269. sse.effect.id = 43;
  1270. sse.effect.level = getSchoolLevel(h,s);
  1271. sse.effect.turnsRemain = h->getPrimSkillLevel(2);
  1272. sendAndApply(&sse);
  1273. break;
  1274. }
  1275. case 45: //weakness
  1276. {
  1277. SetStackEffect sse;
  1278. sse.stack = gs->curB->getStackT(ba.destinationTile)->ID;
  1279. sse.effect.id = 45;
  1280. sse.effect.level = getSchoolLevel(h,s);
  1281. sse.effect.turnsRemain = h->getPrimSkillLevel(2);
  1282. sendAndApply(&sse);
  1283. break;
  1284. }
  1285. case 46: //stone skin
  1286. {
  1287. SetStackEffect sse;
  1288. sse.stack = gs->curB->getStackT(ba.destinationTile)->ID;
  1289. sse.effect.id = 46;
  1290. sse.effect.level = getSchoolLevel(h,s);
  1291. sse.effect.turnsRemain = h->getPrimSkillLevel(2);
  1292. sendAndApply(&sse);
  1293. break;
  1294. }
  1295. case 48: //prayer
  1296. {
  1297. SetStackEffect sse;
  1298. sse.stack = gs->curB->getStackT(ba.destinationTile)->ID;
  1299. sse.effect.id = 48;
  1300. sse.effect.level = getSchoolLevel(h,s);
  1301. sse.effect.turnsRemain = h->getPrimSkillLevel(2);
  1302. sendAndApply(&sse);
  1303. break;
  1304. }
  1305. case 53: //haste
  1306. {
  1307. SetStackEffect sse;
  1308. sse.stack = gs->curB->getStackT(ba.destinationTile)->ID;
  1309. sse.effect.id = 53;
  1310. sse.effect.level = getSchoolLevel(h,s);
  1311. sse.effect.turnsRemain = h->getPrimSkillLevel(2);
  1312. sendAndApply(&sse);
  1313. break;
  1314. }
  1315. case 54: //slow
  1316. {
  1317. SetStackEffect sse;
  1318. sse.stack = gs->curB->getStackT(ba.destinationTile)->ID;
  1319. sse.effect.id = 54;
  1320. sse.effect.level = getSchoolLevel(h,s);
  1321. sse.effect.turnsRemain = h->getPrimSkillLevel(2);
  1322. sendAndApply(&sse);
  1323. break;
  1324. }
  1325. case 56: //frenzy
  1326. {
  1327. SetStackEffect sse;
  1328. sse.stack = gs->curB->getStackT(ba.destinationTile)->ID;
  1329. sse.effect.id = 56;
  1330. sse.effect.level = getSchoolLevel(h,s);
  1331. sse.effect.turnsRemain = 1; //! - different duration
  1332. sendAndApply(&sse);
  1333. break;
  1334. }
  1335. case 61: //forgetfulness
  1336. {
  1337. SetStackEffect sse;
  1338. sse.stack = gs->curB->getStackT(ba.destinationTile)->ID;
  1339. sse.effect.id = 61;
  1340. sse.effect.level = getSchoolLevel(h,s);
  1341. sse.effect.turnsRemain = h->getPrimSkillLevel(2);
  1342. sendAndApply(&sse);
  1343. break;
  1344. }
  1345. }
  1346. //TODO: spells to support possibly soon (list by Zamolxis):
  1347. /*- Magic Arrow
  1348. - Haste
  1349. - Bless
  1350. - Bloodlust
  1351. - Curse
  1352. - Dispel
  1353. - Shield
  1354. - Slow
  1355. - Stone Skin
  1356. - Lightning Bolt
  1357. - Ice Bolt
  1358. - Precision
  1359. - Blind
  1360. - Fire Wall
  1361. - Weakness
  1362. - Death Ripple */
  1363. sendDataToClients(ui16(3008)); //end casting
  1364. break;
  1365. }
  1366. }
  1367. customactionend:
  1368. break;
  1369. }
  1370. default:
  1371. throw std::string("Not supported client message!");
  1372. }
  1373. }
  1374. }
  1375. catch (const std::exception& e)
  1376. {
  1377. tlog1 << "Exception during handling connection: " << e.what() << std::endl;
  1378. end2 = true;
  1379. }
  1380. catch (const std::exception * e)
  1381. {
  1382. tlog1 << "Exception during handling connection: " << e->what()<< std::endl;
  1383. end2 = true;
  1384. delete e;
  1385. }
  1386. catch(...)
  1387. {
  1388. end2 = true;
  1389. }
  1390. handleConEnd:
  1391. tlog1 << "Ended handling connection\n";
  1392. }
  1393. void CGameHandler::moveStack(int stack, int dest)
  1394. {
  1395. CStack *curStack = gs->curB->getStack(stack),
  1396. *stackAtEnd = gs->curB->getStackT(dest);
  1397. //initing necessary tables
  1398. bool accessibility[BFIELD_SIZE];
  1399. if(curStack->creature->isDoubleWide())
  1400. gs->curB->getAccessibilityMapForTwoHex(accessibility,curStack->attackerOwned,curStack->ID);
  1401. else
  1402. gs->curB->getAccessibilityMap(accessibility,curStack->ID);
  1403. if((stackAtEnd && stackAtEnd!=curStack && stackAtEnd->alive()) || !accessibility[dest])
  1404. return;
  1405. //if(dists[dest] > curStack->creature->speed && !(stackAtEnd && dists[dest] == curStack->creature->speed+1)) //we can attack a stack if we can go to adjacent hex
  1406. // return false;
  1407. std::vector<int> path = gs->curB->getPath(curStack->position,dest,accessibility);
  1408. int tilesToMove = std::max((int)(path.size() - curStack->speed()), 0);
  1409. for(int v=path.size()-1; v>=tilesToMove; --v)
  1410. {
  1411. //inform clients about move
  1412. BattleStackMoved sm;
  1413. sm.stack = curStack->ID;
  1414. sm.tile = path[v];
  1415. sendAndApply(&sm);
  1416. }
  1417. }
  1418. CGameHandler::CGameHandler(void)
  1419. {
  1420. gs = NULL;
  1421. }
  1422. CGameHandler::~CGameHandler(void)
  1423. {
  1424. delete gs;
  1425. }
  1426. void CGameHandler::init(StartInfo *si, int Seed)
  1427. {
  1428. IObjectInterface::cb = this;
  1429. Mapa *map = new Mapa(si->mapname);
  1430. tlog0 << "Map loaded!" << std::endl;
  1431. gs = new CGameState();
  1432. tlog0 << "Gamestate created!" << std::endl;
  1433. gs->init(si,map,Seed);
  1434. tlog0 << "Gamestate initialized!" << std::endl;
  1435. for(int i=0; i<gs->map->objects.size(); i++)
  1436. gs->map->objects[i]->initObj();
  1437. /****************************LUA OBJECT SCRIPTS************************************************/
  1438. //std::vector<std::string> * lf = CLuaHandler::searchForScripts("scripts/lua/objects"); //files
  1439. //for (int i=0; i<lf->size(); i++)
  1440. //{
  1441. // try
  1442. // {
  1443. // std::vector<std::string> * temp = CLuaHandler::functionList((*lf)[i]);
  1444. // CLuaObjectScript * objs = new CLuaObjectScript((*lf)[i]);
  1445. // CLuaCallback::registerFuncs(objs->is);
  1446. // //objs
  1447. // for (int j=0; j<temp->size(); j++)
  1448. // {
  1449. // int obid ; //obj ID
  1450. // int dspos = (*temp)[j].find_first_of('_');
  1451. // obid = atoi((*temp)[j].substr(dspos+1,(*temp)[j].size()-dspos-1).c_str());
  1452. // std::string fname = (*temp)[j].substr(0,dspos);
  1453. // if (skrypty->find(obid)==skrypty->end())
  1454. // skrypty->insert(std::pair<int, std::map<std::string, CObjectScript*> >(obid,std::map<std::string,CObjectScript*>()));
  1455. // (*skrypty)[obid].insert(std::pair<std::string, CObjectScript*>(fname,objs));
  1456. // }
  1457. // delete temp;
  1458. // }HANDLE_EXCEPTION
  1459. //}
  1460. //delete lf;
  1461. }
  1462. void CGameHandler::newTurn()
  1463. {
  1464. tlog5 << "Turn " << gs->day+1 << std::endl;
  1465. NewTurn n;
  1466. n.day = gs->day + 1;
  1467. n.resetBuilded = true;
  1468. for ( std::map<ui8, PlayerState>::iterator i=gs->players.begin() ; i!=gs->players.end();i++)
  1469. {
  1470. if(i->first == 255) continue;
  1471. if(gs->getDate(1)==7) //first day of week - new heroes in tavern
  1472. {
  1473. SetAvailableHeroes sah;
  1474. sah.player = i->first;
  1475. //TODO: - will fail when there are not enough available heroes
  1476. sah.hid1 = gs->hpool.pickHeroFor(true,i->first,&VLC->townh->towns[gs->scenarioOps->getIthPlayersSettings(i->first).castle])->subID;
  1477. sah.hid2 = gs->hpool.pickHeroFor(false,i->first,&VLC->townh->towns[gs->scenarioOps->getIthPlayersSettings(i->first).castle],sah.hid1)->subID;
  1478. sendAndApply(&sah);
  1479. }
  1480. if(i->first>=PLAYER_LIMIT) continue;
  1481. SetResources r;
  1482. r.player = i->first;
  1483. for(int j=0;j<RESOURCE_QUANTITY;j++)
  1484. r.res[j] = i->second.resources[j];
  1485. BOOST_FOREACH(CGHeroInstance *h, (*i).second.heroes)
  1486. {
  1487. NewTurn::Hero hth;
  1488. hth.id = h->id;
  1489. hth.move = h->maxMovePoints(true); //TODO: check if hero is really on the land
  1490. hth.mana = std::max(h->mana,std::min(h->mana+1+h->getSecSkillLevel(8), h->manaLimit())); //hero regains 1 mana point + mysticism lvel
  1491. n.heroes.insert(hth);
  1492. switch(h->getSecSkillLevel(13)) //handle estates - give gold
  1493. {
  1494. case 1: //basic
  1495. r.res[6] += 125;
  1496. break;
  1497. case 2: //advanced
  1498. r.res[6] += 250;
  1499. break;
  1500. case 3: //expert
  1501. r.res[6] += 500;
  1502. break;
  1503. }
  1504. }
  1505. for(std::vector<CGTownInstance *>::iterator j=i->second.towns.begin();j!=i->second.towns.end();j++)//handle towns
  1506. {
  1507. if(vstd::contains((**j).builtBuildings,15)) //there is resource silo
  1508. {
  1509. if((**j).town->primaryRes == 127) //we'll give wood and ore
  1510. {
  1511. r.res[0] += 1;
  1512. r.res[2] += 1;
  1513. }
  1514. else
  1515. {
  1516. r.res[(**j).town->primaryRes] += 1;
  1517. }
  1518. }
  1519. if(gs->getDate(1)==7) //first day of week
  1520. {
  1521. SetAvailableCreatures sac;
  1522. sac.tid = (**j).id;
  1523. sac.creatures = (**j).strInfo.creatures;
  1524. for(int k=0;k<CREATURES_PER_TOWN;k++) //creature growths
  1525. {
  1526. if((**j).creatureDwelling(k))//there is dwelling (k-level)
  1527. sac.creatures[k] += (**j).creatureGrowth(k);
  1528. }
  1529. n.cres.push_back(sac);
  1530. }
  1531. if((gs->day) && i->first<PLAYER_LIMIT)//not the first day and town not neutral
  1532. r.res[6] += (**j).dailyIncome();
  1533. }
  1534. n.res.push_back(r);
  1535. }
  1536. sendAndApply(&n);
  1537. tlog5 << "Info about turn " << n.day << "has been sent!" << std::endl;
  1538. for(size_t i = 0; i<gs->map->objects.size(); i++)
  1539. gs->map->objects[i]->newTurn();
  1540. }
  1541. void CGameHandler::run()
  1542. {
  1543. BOOST_FOREACH(CConnection *cc, conns)
  1544. {//init conn.
  1545. ui8 quantity, pom;
  1546. //ui32 seed;
  1547. (*cc) << gs->scenarioOps->mapname << gs->map->checksum << gs->seed;
  1548. (*cc) >> quantity; //how many players will be handled at that client
  1549. for(int i=0;i<quantity;i++)
  1550. {
  1551. (*cc) >> pom; //read player color
  1552. gsm.lock();
  1553. connections[pom] = cc;
  1554. gsm.unlock();
  1555. }
  1556. }
  1557. for(std::set<CConnection*>::iterator i = conns.begin(); i!=conns.end();i++)
  1558. {
  1559. std::set<int> pom;
  1560. for(std::map<int,CConnection*>::iterator j = connections.begin(); j!=connections.end();j++)
  1561. if(j->second == *i)
  1562. pom.insert(j->first);
  1563. boost::thread(boost::bind(&CGameHandler::handleConnection,this,pom,boost::ref(**i)));
  1564. }
  1565. /****************************SCRIPTS************************************************/
  1566. //std::map<int, std::map<std::string, CObjectScript*> > * skrypty = &objscr; //alias for easier access
  1567. /****************************C++ OBJECT SCRIPTS************************************************/
  1568. //std::map<int,CCPPObjectScript*> scripts;
  1569. //CScriptCallback * csc = new CScriptCallback();
  1570. //csc->gh = this;
  1571. //handleCPPObjS(&scripts,new CVisitableOPH(csc));
  1572. //handleCPPObjS(&scripts,new CVisitableOPW(csc));
  1573. //handleCPPObjS(&scripts,new CPickable(csc));
  1574. //handleCPPObjS(&scripts,new CMines(csc));
  1575. //handleCPPObjS(&scripts,new CTownScript(csc));
  1576. //handleCPPObjS(&scripts,new CHeroScript(csc));
  1577. //handleCPPObjS(&scripts,new CMonsterS(csc));
  1578. //handleCPPObjS(&scripts,new CCreatureGen(csc));
  1579. //handleCPPObjS(&scripts,new CTeleports(csc));
  1580. /****************************INITIALIZING OBJECT SCRIPTS************************************************/
  1581. //std::string temps("newObject");
  1582. //for (unsigned i=0; i<gs->map->objects.size(); i++)
  1583. //{
  1584. //c++ scripts
  1585. //if (scripts.find(gs->map->objects[i]->ID) != scripts.end())
  1586. //{
  1587. // gs->map->objects[i]->state = scripts[gs->map->objects[i]->ID];
  1588. // gs->map->objects[i]->state->newObject(gs->map->objects[i]->id);
  1589. //}
  1590. //else
  1591. //{
  1592. // gs->map->objects[i]->state = NULL;
  1593. //}
  1594. //// lua scripts
  1595. //if(checkFunc(map->objects[i]->ID,temps))
  1596. // (*skrypty)[map->objects[i]->ID][temps]->newObject(map->objects[i]);
  1597. //}
  1598. for(std::map<ui8,PlayerState>::iterator i = gs->players.begin(); i != gs->players.end(); i++)
  1599. states.addPlayer(i->first);
  1600. while (!end2)
  1601. {
  1602. newTurn();
  1603. for(std::map<ui8,PlayerState>::iterator i = gs->players.begin(); i != gs->players.end(); i++)
  1604. {
  1605. if((i->second.towns.size()==0 && i->second.heroes.size()==0) || i->second.color<0 || i->first>=PLAYER_LIMIT ) continue; //players has not towns/castle - loser
  1606. states.setFlag(i->first,&PlayerStatus::makingTurn,true);
  1607. gs->currentPlayer = i->first;
  1608. *connections[i->first] << ui16(100) << i->first;
  1609. //wait till turn is done
  1610. boost::unique_lock<boost::mutex> lock(states.mx);
  1611. while(states.players[i->first].makingTurn && !end2)
  1612. {
  1613. boost::posix_time::time_duration p;
  1614. p = boost::posix_time::milliseconds(200);
  1615. #ifdef _MSC_VER
  1616. states.cv.timed_wait(lock,p);
  1617. #else
  1618. boost::xtime time={0,0};
  1619. time.nsec = static_cast<boost::xtime::xtime_nsec_t>(p.total_nanoseconds());
  1620. states.cv.timed_wait(lock,time);
  1621. #endif
  1622. }
  1623. }
  1624. }
  1625. }
  1626. namespace CGH
  1627. {
  1628. using namespace std;
  1629. void readItTo(ifstream & input, vector< vector<int> > & dest)
  1630. {
  1631. for(int j=0; j<7; ++j)
  1632. {
  1633. std::vector<int> pom;
  1634. for(int g=0; g<j+1; ++g)
  1635. {
  1636. int hlp; input>>hlp;
  1637. pom.push_back(hlp);
  1638. }
  1639. dest.push_back(pom);
  1640. }
  1641. }
  1642. }
  1643. void CGameHandler::setupBattle( BattleInfo * curB, int3 tile, CCreatureSet &army1, CCreatureSet &army2, CGHeroInstance * hero1, CGHeroInstance * hero2 )
  1644. {
  1645. battleResult.set(NULL);
  1646. std::vector<CStack*> & stacks = (curB->stacks);
  1647. curB->tile = tile;
  1648. curB->siege = 0; //TODO: add sieges
  1649. curB->army1=army1;
  1650. curB->army2=army2;
  1651. curB->hero1=(hero1)?(hero1->id):(-1);
  1652. curB->hero2=(hero2)?(hero2->id):(-1);
  1653. curB->side1=(hero1)?(hero1->tempOwner):(-1);
  1654. curB->side2=(hero2)?(hero2->tempOwner):(-1);
  1655. curB->round = -2;
  1656. curB->activeStack = -1;
  1657. for(std::map<si32,std::pair<ui32,si32> >::iterator i = army1.slots.begin(); i!=army1.slots.end(); i++)
  1658. {
  1659. stacks.push_back(new CStack(&VLC->creh->creatures[i->second.first],i->second.second,hero1->tempOwner, stacks.size(), true,i->first));
  1660. stacks[stacks.size()-1]->ID = stacks.size()-1;
  1661. }
  1662. //initialization of positions
  1663. std::ifstream positions;
  1664. positions.open("config" PATHSEPARATOR "battleStartpos.txt", std::ios_base::in|std::ios_base::binary);
  1665. if(!positions.is_open())
  1666. {
  1667. tlog1<<"Unable to open battleStartpos.txt!"<<std::endl;
  1668. }
  1669. std::string dump;
  1670. positions>>dump; positions>>dump;
  1671. std::vector< std::vector<int> > attackerLoose, defenderLoose, attackerTight, defenderTight;
  1672. CGH::readItTo(positions, attackerLoose);
  1673. positions>>dump;
  1674. CGH::readItTo(positions, defenderLoose);
  1675. positions>>dump;
  1676. positions>>dump;
  1677. CGH::readItTo(positions, attackerTight);
  1678. positions>>dump;
  1679. CGH::readItTo(positions, defenderTight);
  1680. positions.close();
  1681. if(army1.formation)
  1682. for(int b=0; b<army1.slots.size(); ++b) //tight
  1683. {
  1684. stacks[b]->position = attackerTight[army1.slots.size()-1][b];
  1685. }
  1686. else
  1687. for(int b=0; b<army1.slots.size(); ++b) //loose
  1688. {
  1689. stacks[b]->position = attackerLoose[army1.slots.size()-1][b];
  1690. }
  1691. for(std::map<si32,std::pair<ui32,si32> >::iterator i = army2.slots.begin(); i!=army2.slots.end(); i++)
  1692. stacks.push_back(new CStack(&VLC->creh->creatures[i->second.first],i->second.second,hero2 ? hero2->tempOwner : 255, stacks.size(), false, i->first));
  1693. if(army2.formation)
  1694. for(int b=0; b<army2.slots.size(); ++b) //tight
  1695. {
  1696. stacks[b+army1.slots.size()]->position = defenderTight[army2.slots.size()-1][b];
  1697. }
  1698. else
  1699. for(int b=0; b<army2.slots.size(); ++b) //loose
  1700. {
  1701. stacks[b+army1.slots.size()]->position = defenderLoose[army2.slots.size()-1][b];
  1702. }
  1703. for(unsigned g=0; g<stacks.size(); ++g) //shifting positions of two-hex creatures
  1704. {
  1705. if((stacks[g]->position%17)==1 && stacks[g]->creature->isDoubleWide())
  1706. {
  1707. stacks[g]->position += 1;
  1708. }
  1709. else if((stacks[g]->position%17)==15 && stacks[g]->creature->isDoubleWide())
  1710. {
  1711. stacks[g]->position -= 1;
  1712. }
  1713. }
  1714. //adding war machines
  1715. if(hero1)
  1716. {
  1717. if(hero1->artifWorn[13]) //ballista
  1718. {
  1719. stacks.push_back(new CStack(&VLC->creh->creatures[146], 1, hero1->tempOwner, stacks.size(), true, 255));
  1720. stacks[stacks.size()-1]->position = 52;
  1721. }
  1722. if(hero1->artifWorn[14]) //ammo cart
  1723. {
  1724. stacks.push_back(new CStack(&VLC->creh->creatures[148], 1, hero1->tempOwner, stacks.size(), true, 255));
  1725. stacks[stacks.size()-1]->position = 18;
  1726. }
  1727. if(hero1->artifWorn[15]) //first aid tent
  1728. {
  1729. stacks.push_back(new CStack(&VLC->creh->creatures[147], 1, hero1->tempOwner, stacks.size(), true, 255));
  1730. stacks[stacks.size()-1]->position = 154;
  1731. }
  1732. }
  1733. if(hero2)
  1734. {
  1735. if(hero2->artifWorn[13]) //ballista
  1736. {
  1737. stacks.push_back(new CStack(&VLC->creh->creatures[146], 1, hero2->tempOwner, stacks.size(), false, 255));
  1738. stacks[stacks.size()-1]->position = 66;
  1739. }
  1740. if(hero2->artifWorn[14]) //ammo cart
  1741. {
  1742. stacks.push_back(new CStack(&VLC->creh->creatures[148], 1, hero2->tempOwner, stacks.size(), false, 255));
  1743. stacks[stacks.size()-1]->position = 32;
  1744. }
  1745. if(hero2->artifWorn[15]) //first aid tent
  1746. {
  1747. stacks.push_back(new CStack(&VLC->creh->creatures[147], 1, hero2->tempOwner, stacks.size(), false, 255));
  1748. stacks[stacks.size()-1]->position = 168;
  1749. }
  1750. }
  1751. //war machiens added
  1752. std::stable_sort(stacks.begin(),stacks.end(),cmpst);
  1753. //block engaged players
  1754. if(hero1->tempOwner<PLAYER_LIMIT)
  1755. states.setFlag(hero1->tempOwner,&PlayerStatus::engagedIntoBattle,true);
  1756. if(hero2 && hero2->tempOwner<PLAYER_LIMIT)
  1757. states.setFlag(hero2->tempOwner,&PlayerStatus::engagedIntoBattle,true);
  1758. //send info about battles
  1759. BattleStart bs;
  1760. bs.info = curB;
  1761. sendAndApply(&bs);
  1762. }
  1763. void CGameHandler::checkForBattleEnd( std::vector<CStack*> &stacks )
  1764. {
  1765. //checking winning condition
  1766. bool hasStack[2]; //hasStack[0] - true if attacker has a living stack; defender similarily
  1767. hasStack[0] = hasStack[1] = false;
  1768. for(int b = 0; b<stacks.size(); ++b)
  1769. {
  1770. if(stacks[b]->alive())
  1771. {
  1772. hasStack[1-stacks[b]->attackerOwned] = true;
  1773. }
  1774. }
  1775. if(!hasStack[0] || !hasStack[1]) //somebody has won
  1776. {
  1777. BattleResult *br = new BattleResult; //will be deleted at the end of startBattle(...)
  1778. br->result = 0;
  1779. br->winner = hasStack[1]; //fleeing side loses
  1780. gs->curB->calculateCasualties(br->casualties);
  1781. battleResult.set(br);
  1782. }
  1783. }
  1784. void CGameHandler::giveSpells( const CGTownInstance *t, const CGHeroInstance *h )
  1785. {
  1786. if(!vstd::contains(h->artifWorn,17))
  1787. return; //hero hasn't spellbok
  1788. ChangeSpells cs;
  1789. cs.hid = h->id;
  1790. cs.learn = true;
  1791. for(int i=0; i<std::min(t->mageGuildLevel(),h->getSecSkillLevel(7)+4);i++)
  1792. {
  1793. for(int j=0; j<t->spellsAtLevel(i+1,true) && j<t->spells[i].size(); j++)
  1794. {
  1795. if(!vstd::contains(h->spells,t->spells[i][j]))
  1796. cs.spells.insert(t->spells[i][j]);
  1797. }
  1798. }
  1799. if(cs.spells.size())
  1800. sendAndApply(&cs);
  1801. }
  1802. void CGameHandler::setBlockVis(int objid, bool bv)
  1803. {
  1804. SetObjectProperty sop(objid,2,bv);
  1805. sendAndApply(&sop);
  1806. }
  1807. void CGameHandler::removeObject(int objid)
  1808. {
  1809. RemoveObject ro;
  1810. ro.id = objid;
  1811. sendAndApply(&ro);
  1812. }
  1813. void CGameHandler::setAmount(int objid, ui32 val)
  1814. {
  1815. SetObjectProperty sop(objid,3,val);
  1816. sendAndApply(&sop);
  1817. }
  1818. void CGameHandler::moveHero(int hid, int3 pos, bool instant)
  1819. {
  1820. if(!instant)
  1821. {
  1822. tlog1 << "Not supported call to CGameHandler::moveHero\n";
  1823. return;
  1824. }
  1825. CGHeroInstance *h = const_cast<CGHeroInstance *>(getHero(hid));
  1826. //check if destination tile is free
  1827. BOOST_FOREACH(CGObjectInstance* obj, gs->map->terrain[pos.x-1][pos.y][pos.z].blockingObjects)
  1828. {
  1829. if(obj->ID==34)
  1830. {
  1831. if(obj->tempOwner==h->tempOwner)
  1832. return;//TODO: exchange
  1833. //TODO: check for ally
  1834. CGHeroInstance *dh = static_cast<CGHeroInstance *>(obj);
  1835. startBattleI(&h->army,&dh->army,pos,h,dh,0);
  1836. return;
  1837. }
  1838. }
  1839. TryMoveHero tmh;
  1840. tmh.start = h->pos;
  1841. tmh.end = pos;
  1842. tmh.id = hid;
  1843. tmh.movePoints = h->movement;
  1844. tmh.result = instant+1;
  1845. tmh.fowRevealed = gs->tilesToReveal(CGHeroInstance::convertPosition(pos,false),h->getSightDistance(),h->tempOwner);
  1846. sendAndApply(&tmh);
  1847. }
  1848. void CGameHandler::setOwner(int objid, ui8 owner)
  1849. {
  1850. SetObjectProperty sop(objid,1,owner);
  1851. sendAndApply(&sop);
  1852. }
  1853. const CGObjectInstance* CGameHandler::getObj(int objid)
  1854. {
  1855. return gs->map->objects[objid];
  1856. }
  1857. const CGHeroInstance* CGameHandler::getHero(int objid)
  1858. {
  1859. return dynamic_cast<const CGHeroInstance*>(gs->map->objects[objid]);
  1860. }
  1861. const CGTownInstance* CGameHandler::getTown(int objid)
  1862. {
  1863. return dynamic_cast<const CGTownInstance*>(gs->map->objects[objid]);
  1864. }
  1865. void CGameHandler::setHoverName(int objid, MetaString* name)
  1866. {
  1867. SetHoverName shn(objid, *name);
  1868. sendAndApply(&shn);
  1869. }
  1870. int CGameHandler::getOwner(int heroID)
  1871. {
  1872. return gs->map->objects[heroID]->tempOwner;
  1873. }
  1874. int CGameHandler::getResource(int player, int which)
  1875. {
  1876. return gs->players.find(player)->second.resources[which];
  1877. }
  1878. void CGameHandler::showInfoDialog(InfoWindow *iw)
  1879. {
  1880. sendToAllClients(iw);
  1881. }
  1882. void CGameHandler::showYesNoDialog( YesNoDialog *iw, const CFunctionList<void(ui32)> &callback )
  1883. {
  1884. ask(iw,iw->player,callback);
  1885. }
  1886. void CGameHandler::showSelectionDialog(SelectionDialog *iw, const CFunctionList<void(ui32)> &callback)
  1887. {
  1888. ask(iw,iw->player,callback);
  1889. }
  1890. int CGameHandler::getSelectedHero()
  1891. {
  1892. //int ret;
  1893. //if (LOCPLINT->adventureInt->selection->ID == HEROI_TYPE)
  1894. // ret = ((CGHeroInstance*)(LOCPLINT->adventureInt->selection))->subID;
  1895. //else
  1896. // ret = -1;;
  1897. return -1;
  1898. }
  1899. const CGHeroInstance* CGameHandler::getSelectedHero( int player )
  1900. {
  1901. return getHero(gs->players.find(player)->second.currentSelection);
  1902. }
  1903. int CGameHandler::getDate(int mode)
  1904. {
  1905. return getDate(mode);
  1906. }
  1907. void CGameHandler::giveResource(int player, int which, int val)
  1908. {
  1909. SetResource sr;
  1910. sr.player = player;
  1911. sr.resid = which;
  1912. sr.val = (gs->players.find(player)->second.resources[which]+val);
  1913. sendAndApply(&sr);
  1914. }
  1915. void CGameHandler::showCompInfo(ShowInInfobox * comp)
  1916. {
  1917. sendToAllClients(comp);
  1918. }
  1919. void CGameHandler::heroVisitCastle(int obj, int heroID)
  1920. {
  1921. HeroVisitCastle vc;
  1922. vc.hid = heroID;
  1923. vc.tid = obj;
  1924. vc.flags |= 1;
  1925. sendAndApply(&vc);
  1926. giveSpells(getTown(obj),getHero(heroID));
  1927. }
  1928. void CGameHandler::stopHeroVisitCastle(int obj, int heroID)
  1929. {
  1930. HeroVisitCastle vc;
  1931. vc.hid = heroID;
  1932. vc.tid = obj;
  1933. sendAndApply(&vc);
  1934. }
  1935. void CGameHandler::giveHeroArtifact(int artid, int hid, int position) //pos==-1 - first free slot in backpack
  1936. {
  1937. const CGHeroInstance* h = getHero(hid);
  1938. SetHeroArtifacts sha;
  1939. sha.hid = hid;
  1940. sha.artifacts = h->artifacts;
  1941. sha.artifWorn = h->artifWorn;
  1942. if(position<0)
  1943. {
  1944. if(position == -2)
  1945. {
  1946. int i;
  1947. for(i=0; i<VLC->arth->artifacts[artid].possibleSlots.size(); i++) //try to put artifact into first avaialble slot
  1948. {
  1949. if( !vstd::contains(sha.artifWorn,VLC->arth->artifacts[artid].possibleSlots[i]) )
  1950. {
  1951. sha.artifWorn[VLC->arth->artifacts[artid].possibleSlots[i]] = artid;
  1952. break;
  1953. }
  1954. }
  1955. if(i==VLC->arth->artifacts[artid].possibleSlots.size()) //if haven't find proper slot, use backpack
  1956. sha.artifacts.push_back(artid);
  1957. }
  1958. else //should be -1 => putartifact into backpack
  1959. {
  1960. sha.artifacts.push_back(artid);
  1961. }
  1962. }
  1963. else
  1964. {
  1965. if(!vstd::contains(sha.artifWorn,ui16(position)))
  1966. sha.artifWorn[position] = artid;
  1967. else
  1968. sha.artifacts.push_back(artid);
  1969. }
  1970. sendAndApply(&sha);
  1971. }
  1972. void CGameHandler::startBattleI(const CCreatureSet * army1, const CCreatureSet * army2, int3 tile, const CGHeroInstance *hero1, const CGHeroInstance *hero2, boost::function<void(BattleResult*)> cb) //use hero=NULL for no hero
  1973. {
  1974. boost::thread(boost::bind(&CGameHandler::startBattle,this,*(CCreatureSet *)army1,*(CCreatureSet *)army2,tile,(CGHeroInstance *)hero1,(CGHeroInstance *)hero2,cb));
  1975. }
  1976. void CGameHandler::startBattleI(int heroID, CCreatureSet army, int3 tile, boost::function<void(BattleResult*)> cb) //for hero<=>neutral army
  1977. {
  1978. CGHeroInstance* h = const_cast<CGHeroInstance*>(getHero(heroID));
  1979. startBattleI(&h->army,&army,tile,h,NULL,cb);
  1980. //battle(&h->army,army,tile,h,NULL);
  1981. }
  1982. void CGameHandler::changeSpells( int hid, bool give, const std::set<ui32> &spells )
  1983. {
  1984. ChangeSpells cs;
  1985. cs.hid = hid;
  1986. cs.spells = spells;
  1987. cs.learn = give;
  1988. sendAndApply(&cs);
  1989. }
  1990. int CGameHandler::getCurrentPlayer()
  1991. {
  1992. return gs->currentPlayer;
  1993. }