CGameHandler.cpp 122 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127
  1. /*
  2. * CGameHandler.cpp, part of VCMI engine
  3. *
  4. * Authors: listed in file AUTHORS in main folder
  5. *
  6. * License: GNU General Public License v2.0 or later
  7. * Full text of license available in license.txt file, in main folder
  8. *
  9. */
  10. #include "StdInc.h"
  11. #include "CGameHandler.h"
  12. #include "CVCMIServer.h"
  13. #include "TurnTimerHandler.h"
  14. #include "ServerNetPackVisitors.h"
  15. #include "ServerSpellCastEnvironment.h"
  16. #include "battles/BattleProcessor.h"
  17. #include "processors/HeroPoolProcessor.h"
  18. #include "processors/NewTurnProcessor.h"
  19. #include "processors/PlayerMessageProcessor.h"
  20. #include "processors/TurnOrderProcessor.h"
  21. #include "queries/QueriesProcessor.h"
  22. #include "queries/MapQueries.h"
  23. #include "queries/VisitQueries.h"
  24. #include "../lib/ArtifactUtils.h"
  25. #include "../lib/CArtHandler.h"
  26. #include "../lib/CConfigHandler.h"
  27. #include "../lib/CCreatureHandler.h"
  28. #include "../lib/CCreatureSet.h"
  29. #include "../lib/texts/CGeneralTextHandler.h"
  30. #include "../lib/CHeroHandler.h"
  31. #include "../lib/CPlayerState.h"
  32. #include "../lib/CRandomGenerator.h"
  33. #include "../lib/CSoundBase.h"
  34. #include "../lib/CThreadHelper.h"
  35. #include "../lib/GameConstants.h"
  36. #include "../lib/UnlockGuard.h"
  37. #include "../lib/IGameSettings.h"
  38. #include "../lib/ScriptHandler.h"
  39. #include "../lib/StartInfo.h"
  40. #include "../lib/TerrainHandler.h"
  41. #include "../lib/VCMIDirs.h"
  42. #include "../lib/VCMI_Lib.h"
  43. #include "../lib/int3.h"
  44. #include "../lib/battle/BattleInfo.h"
  45. #include "../lib/entities/building/CBuilding.h"
  46. #include "../lib/entities/faction/CTownHandler.h"
  47. #include "../lib/filesystem/FileInfo.h"
  48. #include "../lib/filesystem/Filesystem.h"
  49. #include "../lib/gameState/CGameState.h"
  50. #include "../lib/mapping/CMap.h"
  51. #include "../lib/mapping/CMapService.h"
  52. #include "../lib/mapObjects/CGCreature.h"
  53. #include "../lib/mapObjects/CGMarket.h"
  54. #include "../lib/mapObjects/TownBuildingInstance.h"
  55. #include "../lib/mapObjects/CGTownInstance.h"
  56. #include "../lib/mapObjects/MiscObjects.h"
  57. #include "../lib/mapObjectConstructors/AObjectTypeHandler.h"
  58. #include "../lib/mapObjectConstructors/CObjectClassesHandler.h"
  59. #include "../lib/modding/ModIncompatibility.h"
  60. #include "../lib/networkPacks/StackLocation.h"
  61. #include "../lib/pathfinder/CPathfinder.h"
  62. #include "../lib/pathfinder/PathfinderOptions.h"
  63. #include "../lib/pathfinder/TurnInfo.h"
  64. #include "../lib/rmg/CMapGenOptions.h"
  65. #include "../lib/serializer/CSaveFile.h"
  66. #include "../lib/serializer/CLoadFile.h"
  67. #include "../lib/serializer/Connection.h"
  68. #include "../lib/spells/CSpellHandler.h"
  69. #include <vstd/RNG.h>
  70. #include <vstd/CLoggerBase.h>
  71. #include <vcmi/events/EventBus.h>
  72. #include <vcmi/events/GenericEvents.h>
  73. #include <vcmi/events/AdventureEvents.h>
  74. #define COMPLAIN_RET_IF(cond, txt) do {if (cond){complain(txt); return;}} while(0)
  75. #define COMPLAIN_RET_FALSE_IF(cond, txt) do {if (cond){complain(txt); return false;}} while(0)
  76. #define COMPLAIN_RET(txt) {complain(txt); return false;}
  77. #define COMPLAIN_RETF(txt, FORMAT) {complain(boost::str(boost::format(txt) % FORMAT)); return false;}
  78. static inline double distance(int3 a, int3 b)
  79. {
  80. return std::sqrt((double)(a.x-b.x)*(a.x-b.x) + (a.y-b.y)*(a.y-b.y));
  81. }
  82. template <typename T>
  83. void callWith(std::vector<T> args, std::function<void(T)> fun, ui32 which)
  84. {
  85. fun(args[which]);
  86. }
  87. const Services * CGameHandler::services() const
  88. {
  89. return VLC;
  90. }
  91. const CGameHandler::BattleCb * CGameHandler::battle(const BattleID & battleID) const
  92. {
  93. return gs->getBattle(battleID);
  94. }
  95. const CGameHandler::GameCb * CGameHandler::game() const
  96. {
  97. return this;
  98. }
  99. vstd::CLoggerBase * CGameHandler::logger() const
  100. {
  101. return logGlobal;
  102. }
  103. events::EventBus * CGameHandler::eventBus() const
  104. {
  105. return serverEventBus.get();
  106. }
  107. CVCMIServer * CGameHandler::gameLobby() const
  108. {
  109. return lobby;
  110. }
  111. void CGameHandler::levelUpHero(const CGHeroInstance * hero, SecondarySkill skill)
  112. {
  113. changeSecSkill(hero, skill, 1, 0);
  114. expGiven(hero);
  115. }
  116. void CGameHandler::levelUpHero(const CGHeroInstance * hero)
  117. {
  118. // required exp for at least 1 lvl-up hasn't been reached
  119. if (!hero->gainsLevel())
  120. {
  121. return;
  122. }
  123. // give primary skill
  124. logGlobal->trace("%s got level %d", hero->getNameTranslated(), hero->level);
  125. auto primarySkill = hero->nextPrimarySkill(getRandomGenerator());
  126. SetPrimSkill sps;
  127. sps.id = hero->id;
  128. sps.which = primarySkill;
  129. sps.abs = false;
  130. sps.val = 1;
  131. sendAndApply(&sps);
  132. HeroLevelUp hlu;
  133. hlu.player = hero->tempOwner;
  134. hlu.heroId = hero->id;
  135. hlu.primskill = primarySkill;
  136. hlu.skills = hero->getLevelUpProposedSecondarySkills(heroPool->getHeroSkillsRandomGenerator(hero->getHeroType()));
  137. if (hlu.skills.size() == 0)
  138. {
  139. sendAndApply(&hlu);
  140. levelUpHero(hero);
  141. }
  142. else if (hlu.skills.size() == 1 || !hero->getOwner().isValidPlayer())
  143. {
  144. sendAndApply(&hlu);
  145. levelUpHero(hero, hlu.skills.front());
  146. }
  147. else if (hlu.skills.size() > 1)
  148. {
  149. auto levelUpQuery = std::make_shared<CHeroLevelUpDialogQuery>(this, hlu, hero);
  150. hlu.queryID = levelUpQuery->queryID;
  151. queries->addQuery(levelUpQuery);
  152. sendAndApply(&hlu);
  153. //level up will be called on query reply
  154. }
  155. }
  156. void CGameHandler::levelUpCommander (const CCommanderInstance * c, int skill)
  157. {
  158. SetCommanderProperty scp;
  159. auto hero = dynamic_cast<const CGHeroInstance *>(c->armyObj);
  160. if (hero)
  161. scp.heroid = hero->id;
  162. else
  163. {
  164. complain ("Commander is not led by hero!");
  165. return;
  166. }
  167. scp.accumulatedBonus.additionalInfo = 0;
  168. scp.accumulatedBonus.duration = BonusDuration::PERMANENT;
  169. scp.accumulatedBonus.turnsRemain = 0;
  170. scp.accumulatedBonus.source = BonusSource::COMMANDER;
  171. scp.accumulatedBonus.valType = BonusValueType::BASE_NUMBER;
  172. if (skill <= ECommander::SPELL_POWER)
  173. {
  174. scp.which = SetCommanderProperty::BONUS;
  175. auto difference = [](std::vector< std::vector <ui8> > skillLevels, std::vector <ui8> secondarySkills, int skill)->int
  176. {
  177. int s = std::min (skill, (int)ECommander::SPELL_POWER); //spell power level controls also casts and resistance
  178. return skillLevels.at(skill).at(secondarySkills.at(s)) - (secondarySkills.at(s) ? skillLevels.at(skill).at(secondarySkills.at(s)-1) : 0);
  179. };
  180. switch (skill)
  181. {
  182. case ECommander::ATTACK:
  183. scp.accumulatedBonus.type = BonusType::PRIMARY_SKILL;
  184. scp.accumulatedBonus.subtype = BonusSubtypeID(PrimarySkill::ATTACK);
  185. break;
  186. case ECommander::DEFENSE:
  187. scp.accumulatedBonus.type = BonusType::PRIMARY_SKILL;
  188. scp.accumulatedBonus.subtype = BonusSubtypeID(PrimarySkill::DEFENSE);
  189. break;
  190. case ECommander::HEALTH:
  191. scp.accumulatedBonus.type = BonusType::STACK_HEALTH;
  192. scp.accumulatedBonus.valType = BonusValueType::PERCENT_TO_ALL; //TODO: check how it accumulates in original WoG with artifacts such as vial of life blood, elixir of life etc.
  193. break;
  194. case ECommander::DAMAGE:
  195. scp.accumulatedBonus.type = BonusType::CREATURE_DAMAGE;
  196. scp.accumulatedBonus.subtype = BonusCustomSubtype::creatureDamageBoth;
  197. scp.accumulatedBonus.valType = BonusValueType::PERCENT_TO_ALL;
  198. break;
  199. case ECommander::SPEED:
  200. scp.accumulatedBonus.type = BonusType::STACKS_SPEED;
  201. break;
  202. case ECommander::SPELL_POWER:
  203. scp.accumulatedBonus.type = BonusType::MAGIC_RESISTANCE;
  204. scp.accumulatedBonus.val = difference (VLC->creh->skillLevels, c->secondarySkills, ECommander::RESISTANCE);
  205. sendAndApply (&scp); //additional pack
  206. scp.accumulatedBonus.type = BonusType::CREATURE_SPELL_POWER;
  207. scp.accumulatedBonus.val = difference (VLC->creh->skillLevels, c->secondarySkills, ECommander::SPELL_POWER) * 100; //like hero with spellpower = ability level
  208. sendAndApply (&scp); //additional pack
  209. scp.accumulatedBonus.type = BonusType::CASTS;
  210. scp.accumulatedBonus.val = difference (VLC->creh->skillLevels, c->secondarySkills, ECommander::CASTS);
  211. sendAndApply (&scp); //additional pack
  212. scp.accumulatedBonus.type = BonusType::CREATURE_ENCHANT_POWER; //send normally
  213. break;
  214. }
  215. scp.accumulatedBonus.val = difference (VLC->creh->skillLevels, c->secondarySkills, skill);
  216. sendAndApply (&scp);
  217. scp.which = SetCommanderProperty::SECONDARY_SKILL;
  218. scp.additionalInfo = skill;
  219. scp.amount = c->secondarySkills.at(skill) + 1;
  220. sendAndApply (&scp);
  221. }
  222. else if (skill >= 100)
  223. {
  224. scp.which = SetCommanderProperty::SPECIAL_SKILL;
  225. scp.accumulatedBonus = *VLC->creh->skillRequirements.at(skill-100).first;
  226. scp.additionalInfo = skill; //unnormalized
  227. sendAndApply (&scp);
  228. }
  229. expGiven(hero);
  230. }
  231. void CGameHandler::levelUpCommander(const CCommanderInstance * c)
  232. {
  233. if (!c->gainsLevel())
  234. {
  235. return;
  236. }
  237. CommanderLevelUp clu;
  238. auto hero = dynamic_cast<const CGHeroInstance *>(c->armyObj);
  239. if(hero)
  240. {
  241. clu.heroId = hero->id;
  242. clu.player = hero->tempOwner;
  243. }
  244. else
  245. {
  246. complain ("Commander is not led by hero!");
  247. return;
  248. }
  249. //picking sec. skills for choice
  250. for (int i = 0; i <= ECommander::SPELL_POWER; ++i)
  251. {
  252. if (c->secondarySkills.at(i) < ECommander::MAX_SKILL_LEVEL)
  253. clu.skills.push_back(i);
  254. }
  255. int i = 100;
  256. for (auto specialSkill : VLC->creh->skillRequirements)
  257. {
  258. if (c->secondarySkills.at(specialSkill.second.first) >= ECommander::MAX_SKILL_LEVEL - 1
  259. && c->secondarySkills.at(specialSkill.second.second) >= ECommander::MAX_SKILL_LEVEL - 1
  260. && !vstd::contains (c->specialSkills, i))
  261. clu.skills.push_back (i);
  262. ++i;
  263. }
  264. int skillAmount = static_cast<int>(clu.skills.size());
  265. if (!skillAmount)
  266. {
  267. sendAndApply(&clu);
  268. levelUpCommander(c);
  269. }
  270. else if (skillAmount == 1 || hero->tempOwner == PlayerColor::NEUTRAL) //choose skill automatically
  271. {
  272. sendAndApply(&clu);
  273. levelUpCommander(c, *RandomGeneratorUtil::nextItem(clu.skills, getRandomGenerator()));
  274. }
  275. else if (skillAmount > 1) //apply and ask for secondary skill
  276. {
  277. auto commanderLevelUp = std::make_shared<CCommanderLevelUpDialogQuery>(this, clu, hero);
  278. clu.queryID = commanderLevelUp->queryID;
  279. queries->addQuery(commanderLevelUp);
  280. sendAndApply(&clu);
  281. }
  282. }
  283. void CGameHandler::expGiven(const CGHeroInstance *hero)
  284. {
  285. if (hero->gainsLevel())
  286. levelUpHero(hero);
  287. else if (hero->commander && hero->commander->gainsLevel())
  288. levelUpCommander(hero->commander);
  289. //if (hero->commander && hero->level > hero->commander->level && hero->commander->gainsLevel())
  290. // levelUpCommander(hero->commander);
  291. // else
  292. // levelUpHero(hero);
  293. }
  294. void CGameHandler::giveExperience(const CGHeroInstance * hero, TExpType amountToGain)
  295. {
  296. TExpType maxExp = VLC->heroh->reqExp(VLC->heroh->maxSupportedLevel());
  297. TExpType currExp = hero->exp;
  298. if (gs->map->levelLimit != 0)
  299. maxExp = VLC->heroh->reqExp(gs->map->levelLimit);
  300. TExpType canGainExp = 0;
  301. if (maxExp > currExp)
  302. canGainExp = maxExp - currExp;
  303. if (amountToGain > canGainExp)
  304. {
  305. // set given experience to max possible, but don't decrease if hero already over top
  306. amountToGain = canGainExp;
  307. InfoWindow iw;
  308. iw.player = hero->tempOwner;
  309. iw.text.appendLocalString(EMetaText::GENERAL_TXT, 1); //can gain no more XP
  310. iw.text.replaceTextID(hero->getNameTextID());
  311. sendAndApply(&iw);
  312. }
  313. SetPrimSkill sps;
  314. sps.id = hero->id;
  315. sps.which = PrimarySkill::EXPERIENCE;
  316. sps.abs = false;
  317. sps.val = amountToGain;
  318. sendAndApply(&sps);
  319. //hero may level up
  320. if (hero->commander && hero->commander->alive)
  321. {
  322. //FIXME: trim experience according to map limit?
  323. SetCommanderProperty scp;
  324. scp.heroid = hero->id;
  325. scp.which = SetCommanderProperty::EXPERIENCE;
  326. scp.amount = amountToGain;
  327. sendAndApply (&scp);
  328. CBonusSystemNode::treeHasChanged();
  329. }
  330. expGiven(hero);
  331. }
  332. void CGameHandler::changePrimSkill(const CGHeroInstance * hero, PrimarySkill which, si64 val, bool abs)
  333. {
  334. SetPrimSkill sps;
  335. sps.id = hero->id;
  336. sps.which = which;
  337. sps.abs = abs;
  338. sps.val = val;
  339. sendAndApply(&sps);
  340. }
  341. void CGameHandler::changeSecSkill(const CGHeroInstance * hero, SecondarySkill which, int val, bool abs)
  342. {
  343. if(!hero)
  344. {
  345. logGlobal->error("changeSecSkill provided no hero");
  346. return;
  347. }
  348. SetSecSkill sss;
  349. sss.id = hero->id;
  350. sss.which = which;
  351. sss.val = val;
  352. sss.abs = abs;
  353. sendAndApply(&sss);
  354. if (hero->visitedTown)
  355. giveSpells(hero->visitedTown, hero);
  356. // Our scouting range may have changed - update it
  357. if (hero->getOwner().isValidPlayer())
  358. changeFogOfWar(hero->getSightCenter(), hero->getSightRadius(), hero->getOwner(), ETileVisibility::REVEALED);
  359. }
  360. void CGameHandler::handleClientDisconnection(std::shared_ptr<CConnection> c)
  361. {
  362. if(lobby->getState() == EServerState::SHUTDOWN || !gs || !gs->scenarioOps)
  363. {
  364. assert(0); // game should have shut down before reaching this point!
  365. return;
  366. }
  367. for(auto & playerConnections : connections)
  368. {
  369. PlayerColor playerId = playerConnections.first;
  370. auto * playerSettings = gs->scenarioOps->getPlayersSettings(playerId.getNum());
  371. if(!playerSettings)
  372. continue;
  373. auto playerConnection = vstd::find(playerConnections.second, c);
  374. if(playerConnection != playerConnections.second.end())
  375. {
  376. std::string messageText = boost::str(boost::format("%s (cid %d) was disconnected") % playerSettings->name % c->connectionID);
  377. playerMessages->broadcastMessage(playerId, messageText);
  378. }
  379. }
  380. }
  381. void CGameHandler::handleReceivedPack(CPackForServer * pack)
  382. {
  383. //prepare struct informing that action was applied
  384. auto sendPackageResponse = [&](bool successfullyApplied)
  385. {
  386. PackageApplied applied;
  387. applied.player = pack->player;
  388. applied.result = successfullyApplied;
  389. applied.packType = CTypeList::getInstance().getTypeID(pack);
  390. applied.requestID = pack->requestID;
  391. pack->c->sendPack(&applied);
  392. };
  393. if(isBlockedByQueries(pack, pack->player))
  394. {
  395. sendPackageResponse(false);
  396. }
  397. bool result;
  398. try
  399. {
  400. ApplyGhNetPackVisitor applier(*this);
  401. pack->visit(applier);
  402. result = applier.getResult();
  403. }
  404. catch(ExceptionNotAllowedAction &)
  405. {
  406. result = false;
  407. }
  408. if(result)
  409. logGlobal->trace("Message %s successfully applied!", typeid(*pack).name());
  410. else
  411. complain((boost::format("Got false in applying %s... that request must have been fishy!")
  412. % typeid(*pack).name()).str());
  413. sendPackageResponse(true);
  414. vstd::clear_pointer(pack);
  415. }
  416. CGameHandler::CGameHandler(CVCMIServer * lobby)
  417. : lobby(lobby)
  418. , heroPool(std::make_unique<HeroPoolProcessor>(this))
  419. , battles(std::make_unique<BattleProcessor>(this))
  420. , turnOrder(std::make_unique<TurnOrderProcessor>(this))
  421. , queries(std::make_unique<QueriesProcessor>())
  422. , playerMessages(std::make_unique<PlayerMessageProcessor>(this))
  423. , randomNumberGenerator(std::make_unique<CRandomGenerator>())
  424. , complainNoCreatures("No creatures to split")
  425. , complainNotEnoughCreatures("Cannot split that stack, not enough creatures!")
  426. , complainInvalidSlot("Invalid slot accessed!")
  427. , turnTimerHandler(std::make_unique<TurnTimerHandler>(*this))
  428. , newTurnProcessor(std::make_unique<NewTurnProcessor>(this))
  429. {
  430. QID = 1;
  431. spellEnv = new ServerSpellCastEnvironment(this);
  432. }
  433. CGameHandler::~CGameHandler()
  434. {
  435. delete spellEnv;
  436. delete gs;
  437. gs = nullptr;
  438. }
  439. void CGameHandler::reinitScripting()
  440. {
  441. serverEventBus = std::make_unique<events::EventBus>();
  442. #if SCRIPTING_ENABLED
  443. serverScripts.reset(new scripting::PoolImpl(this, spellEnv));
  444. #endif
  445. }
  446. void CGameHandler::init(StartInfo *si, Load::ProgressAccumulator & progressTracking)
  447. {
  448. int requestedSeed = settings["server"]["seed"].Integer();
  449. if (requestedSeed != 0)
  450. randomNumberGenerator->setSeed(requestedSeed);
  451. logGlobal->info("Using random seed: %d", randomNumberGenerator->nextInt());
  452. CMapService mapService;
  453. gs = new CGameState();
  454. gs->preInit(VLC, this);
  455. logGlobal->info("Gamestate created!");
  456. gs->init(&mapService, si, progressTracking);
  457. logGlobal->info("Gamestate initialized!");
  458. for (auto & elem : gs->players)
  459. turnOrder->addPlayer(elem.first);
  460. for (auto & elem : gs->map->allHeroes)
  461. {
  462. if(elem)
  463. heroPool->getHeroSkillsRandomGenerator(elem->getHeroType()); // init RMG seed
  464. }
  465. reinitScripting();
  466. }
  467. void CGameHandler::setPortalDwelling(const CGTownInstance * town, bool forced=false, bool clear = false)
  468. {// bool forced = true - if creature should be replaced, if false - only if no creature was set
  469. const PlayerState * p = getPlayerState(town->tempOwner);
  470. if (!p)
  471. {
  472. assert(town->tempOwner == PlayerColor::NEUTRAL);
  473. return;
  474. }
  475. if (forced || town->creatures.at(town->town->creatures.size()).second.empty())//we need to change creature
  476. {
  477. SetAvailableCreatures ssi;
  478. ssi.tid = town->id;
  479. ssi.creatures = town->creatures;
  480. ssi.creatures[town->town->creatures.size()].second.clear();//remove old one
  481. std::set<CreatureID> availableCreatures;
  482. for (const auto & dwelling : p->getOwnedObjects())
  483. {
  484. const auto & dwellingCreatures = dwelling->asOwnable()->providedCreatures();
  485. availableCreatures.insert(dwellingCreatures.begin(), dwellingCreatures.end());
  486. }
  487. if (availableCreatures.empty())
  488. return;
  489. CreatureID creatureId = *RandomGeneratorUtil::nextItem(availableCreatures, getRandomGenerator());
  490. if (clear)
  491. {
  492. ssi.creatures[town->town->creatures.size()].first = std::max(1, (creatureId.toEntity(VLC)->getGrowth())/2);
  493. }
  494. else
  495. {
  496. ssi.creatures[town->town->creatures.size()].first = creatureId.toEntity(VLC)->getGrowth();
  497. }
  498. ssi.creatures[town->town->creatures.size()].second.push_back(creatureId);
  499. sendAndApply(&ssi);
  500. }
  501. }
  502. void CGameHandler::onPlayerTurnStarted(PlayerColor which)
  503. {
  504. events::PlayerGotTurn::defaultExecute(serverEventBus.get(), which);
  505. turnTimerHandler->onPlayerGetTurn(which);
  506. newTurnProcessor->onPlayerTurnStarted(which);
  507. }
  508. void CGameHandler::onPlayerTurnEnded(PlayerColor which)
  509. {
  510. newTurnProcessor->onPlayerTurnEnded(which);
  511. }
  512. void CGameHandler::addStatistics(StatisticDataSet &stat) const
  513. {
  514. for (const auto & elem : gs->players)
  515. {
  516. if (elem.first == PlayerColor::NEUTRAL || !elem.first.isValidPlayer())
  517. continue;
  518. auto data = StatisticDataSet::createEntry(&elem.second, gs);
  519. stat.add(data);
  520. }
  521. }
  522. void CGameHandler::onNewTurn()
  523. {
  524. logGlobal->trace("Turn %d", gs->day+1);
  525. bool firstTurn = !getDate(Date::DAY);
  526. bool newMonth = getDate(Date::DAY_OF_MONTH) == 28;
  527. if (firstTurn)
  528. {
  529. for (auto obj : gs->map->objects)
  530. {
  531. if (obj && obj->ID == Obj::PRISON) //give imprisoned hero 0 exp to level him up. easiest to do at this point
  532. {
  533. giveExperience(getHero(obj->id), 0);
  534. }
  535. }
  536. for (auto & elem : gs->players)
  537. heroPool->onNewWeek(elem.first);
  538. }
  539. else
  540. {
  541. addStatistics(gameState()->statistic); // write at end of turn
  542. }
  543. for (CGTownInstance *t : gs->map->towns)
  544. {
  545. PlayerColor player = t->tempOwner;
  546. if(t->hasBuilt(BuildingID::GRAIL)
  547. && t->town->buildings.at(BuildingID::GRAIL)->height == CBuilding::HEIGHT_SKYSHIP)
  548. {
  549. // Skyship, probably easier to handle same as Veil of darkness
  550. // do it every new day before veils
  551. if (player.isValidPlayer())
  552. changeFogOfWar(t->getSightCenter(), t->getSightRadius(), player, ETileVisibility::REVEALED);
  553. }
  554. }
  555. for (CGTownInstance *t : gs->map->towns)
  556. {
  557. if (t->hasBonusOfType (BonusType::DARKNESS))
  558. {
  559. for (auto & player : gs->players)
  560. {
  561. if (getPlayerStatus(player.first) == EPlayerStatus::INGAME &&
  562. getPlayerRelations(player.first, t->tempOwner) == PlayerRelations::ENEMIES)
  563. changeFogOfWar(t->getSightCenter(), t->valOfBonuses(BonusType::DARKNESS), player.first, ETileVisibility::HIDDEN);
  564. }
  565. }
  566. }
  567. if (newMonth)
  568. {
  569. SetAvailableArtifacts saa;
  570. saa.id = ObjectInstanceID::NONE;
  571. pickAllowedArtsSet(saa.arts, getRandomGenerator());
  572. sendAndApply(&saa);
  573. }
  574. newTurnProcessor->onNewTurn();
  575. if (!firstTurn)
  576. checkVictoryLossConditionsForAll(); // check for map turn limit
  577. //call objects
  578. for (auto & elem : gs->map->objects)
  579. {
  580. if (elem)
  581. elem->newTurn(getRandomGenerator());
  582. }
  583. synchronizeArtifactHandlerLists(); //new day events may have changed them. TODO better of managing that
  584. }
  585. void CGameHandler::start(bool resume)
  586. {
  587. LOG_TRACE_PARAMS(logGlobal, "resume=%d", resume);
  588. for (auto cc : lobby->activeConnections)
  589. {
  590. auto players = lobby->getAllClientPlayers(cc->connectionID);
  591. std::stringstream sbuffer;
  592. sbuffer << "Connection " << cc->connectionID << " will handle " << players.size() << " player: ";
  593. for (PlayerColor color : players)
  594. {
  595. sbuffer << color << " ";
  596. connections[color].insert(cc);
  597. }
  598. logGlobal->info(sbuffer.str());
  599. }
  600. #if SCRIPTING_ENABLED
  601. services()->scripts()->run(serverScripts);
  602. #endif
  603. if (!resume)
  604. {
  605. onNewTurn();
  606. events::TurnStarted::defaultExecute(serverEventBus.get());
  607. for(auto & player : gs->players)
  608. turnTimerHandler->onGameplayStart(player.first);
  609. }
  610. else
  611. events::GameResumed::defaultExecute(serverEventBus.get());
  612. turnOrder->onGameStarted();
  613. }
  614. void CGameHandler::tick(int millisecondsPassed)
  615. {
  616. turnTimerHandler->update(millisecondsPassed);
  617. }
  618. void CGameHandler::giveSpells(const CGTownInstance *t, const CGHeroInstance *h)
  619. {
  620. if (!h->hasSpellbook())
  621. return; //hero hasn't spellbook
  622. ChangeSpells cs;
  623. cs.hid = h->id;
  624. cs.learn = true;
  625. if (t->hasBuilt(BuildingID::GRAIL, ETownType::CONFLUX) && t->hasBuilt(BuildingID::MAGES_GUILD_1))
  626. {
  627. // Aurora Borealis give spells of all levels even if only level 1 mages guild built
  628. for (int i = 0; i < h->maxSpellLevel(); i++)
  629. {
  630. std::vector<SpellID> spells;
  631. getAllowedSpells(spells, i+1);
  632. for (auto & spell : spells)
  633. cs.spells.insert(spell);
  634. }
  635. }
  636. else
  637. {
  638. for (int i = 0; i < std::min(t->mageGuildLevel(), h->maxSpellLevel()); i++)
  639. {
  640. for (int j = 0; j < t->spellsAtLevel(i+1, true) && j < t->spells.at(i).size(); j++)
  641. {
  642. if (!h->spellbookContainsSpell(t->spells.at(i).at(j)))
  643. cs.spells.insert(t->spells.at(i).at(j));
  644. }
  645. }
  646. }
  647. if (!cs.spells.empty())
  648. sendAndApply(&cs);
  649. }
  650. bool CGameHandler::removeObject(const CGObjectInstance * obj, const PlayerColor & initiator)
  651. {
  652. if (!obj || !getObj(obj->id))
  653. {
  654. logGlobal->error("Something wrong, that object already has been removed or hasn't existed!");
  655. return false;
  656. }
  657. RemoveObject ro;
  658. ro.objectID = obj->id;
  659. ro.initiator = initiator;
  660. sendAndApply(&ro);
  661. checkVictoryLossConditionsForAll(); //eg if monster escaped (removing objs after battle is done dircetly by endBattle, not this function)
  662. return true;
  663. }
  664. bool CGameHandler::moveHero(ObjectInstanceID hid, int3 dst, EMovementMode movementMode, bool transit, PlayerColor asker)
  665. {
  666. const CGHeroInstance *h = getHero(hid);
  667. // not turn of that hero or player can't simply teleport hero (at least not with this function)
  668. if(!h || (asker != PlayerColor::NEUTRAL && movementMode != EMovementMode::STANDARD))
  669. {
  670. if(h && getStartInfo()->turnTimerInfo.isEnabled() && gs->players[h->getOwner()].turnTimer.turnTimer == 0)
  671. return true; //timer expired, no error
  672. logGlobal->error("Illegal call to move hero!");
  673. return false;
  674. }
  675. logGlobal->trace("Player %d (%s) wants to move hero %d from %s to %s", asker, asker.toString(), hid.getNum(), h->pos.toString(), dst.toString());
  676. const int3 hmpos = h->convertToVisitablePos(dst);
  677. if (!gs->map->isInTheMap(hmpos))
  678. {
  679. logGlobal->error("Destination tile is outside the map!");
  680. return false;
  681. }
  682. const TerrainTile t = *getTile(hmpos);
  683. const int3 guardPos = gs->guardingCreaturePosition(hmpos);
  684. CGObjectInstance * objectToVisit = nullptr;
  685. CGObjectInstance * guardian = nullptr;
  686. if (!t.visitableObjects.empty())
  687. objectToVisit = t.visitableObjects.back();
  688. if (isInTheMap(guardPos))
  689. {
  690. for (auto const & object : getTile(guardPos)->visitableObjects)
  691. if (object->ID == MapObjectID::MONSTER) // exclude other objects, such as hero flying above monster
  692. guardian = object;
  693. }
  694. const bool embarking = !h->boat && objectToVisit && objectToVisit->ID == Obj::BOAT;
  695. const bool disembarking = h->boat
  696. && t.terType->isLand()
  697. && (dst == h->pos
  698. || (h->boat->layer == EPathfindingLayer::SAIL && !t.blocked));
  699. //result structure for start - movement failed, no move points used
  700. TryMoveHero tmh;
  701. tmh.id = hid;
  702. tmh.start = h->pos;
  703. tmh.end = dst;
  704. tmh.result = TryMoveHero::FAILED;
  705. tmh.movePoints = h->movementPointsRemaining();
  706. //check if destination tile is available
  707. auto pathfinderHelper = std::make_unique<CPathfinderHelper>(gs, h, PathfinderOptions(this));
  708. auto ti = pathfinderHelper->getTurnInfo();
  709. const bool canFly = pathfinderHelper->hasBonusOfType(BonusType::FLYING_MOVEMENT) || (h->boat && h->boat->layer == EPathfindingLayer::AIR);
  710. const bool canWalkOnSea = pathfinderHelper->hasBonusOfType(BonusType::WATER_WALKING) || (h->boat && h->boat->layer == EPathfindingLayer::WATER);
  711. const int cost = pathfinderHelper->getMovementCost(h->visitablePos(), hmpos, nullptr, nullptr, h->movementPointsRemaining());
  712. const bool movingOntoObstacle = t.blocked && !t.visitable;
  713. const bool objectCoastVisitable = objectToVisit && objectToVisit->isCoastVisitable();
  714. const bool movingOntoWater = !h->boat && t.terType->isWater() && !objectCoastVisitable;
  715. const auto complainRet = [&](const std::string & message)
  716. {
  717. //send info about movement failure
  718. complain(message);
  719. sendAndApply(&tmh);
  720. return false;
  721. };
  722. if (guardian && getVisitingHero(guardian) != nullptr)
  723. return complainRet("You cannot move your hero there. Simultaneous turns are active and another player is interacting with this wandering monster!");
  724. if (objectToVisit && getVisitingHero(objectToVisit) != nullptr && getVisitingHero(objectToVisit) != h)
  725. return complainRet("You cannot move your hero there. Simultaneous turns are active and another player is interacting with this map object!");
  726. if (objectToVisit &&
  727. objectToVisit->getOwner().isValidPlayer() &&
  728. getPlayerRelations(objectToVisit->getOwner(), h->getOwner()) == PlayerRelations::ENEMIES &&
  729. !turnOrder->isContactAllowed(objectToVisit->getOwner(), h->getOwner()))
  730. return complainRet("You cannot move your hero there. This object belongs to another player and simultaneous turns are still active!");
  731. //it's a rock or blocked and not visitable tile
  732. //OR hero is on land and dest is water and (there is not present only one object - boat)
  733. if (!t.terType->isPassable() || (movingOntoObstacle && !canFly))
  734. return complainRet("Cannot move hero, destination tile is blocked!");
  735. //hero is not on boat/water walking and dst water tile doesn't contain boat/hero (objs visitable from land) -> we test back cause boat may be on top of another object (#276)
  736. if(movingOntoWater && !canFly && !canWalkOnSea)
  737. return complainRet("Cannot move hero, destination tile is on water!");
  738. if(h->boat && h->boat->layer == EPathfindingLayer::SAIL && t.terType->isLand() && t.blocked)
  739. return complainRet("Cannot disembark hero, tile is blocked!");
  740. if(distance(h->pos, dst) >= 1.5 && movementMode == EMovementMode::STANDARD)
  741. return complainRet("Tiles are not neighboring!");
  742. if(h->inTownGarrison)
  743. return complainRet("Can not move garrisoned hero!");
  744. if(h->movementPointsRemaining() < cost && dst != h->pos && movementMode == EMovementMode::STANDARD)
  745. return complainRet("Hero doesn't have any movement points left!");
  746. if (transit && !canFly && !(canWalkOnSea && t.terType->isWater()) && !CGTeleport::isTeleport(objectToVisit))
  747. return complainRet("Hero cannot transit over this tile!");
  748. //several generic blocks of code
  749. // should be called if hero changes tile but before applying TryMoveHero package
  750. auto leaveTile = [&]()
  751. {
  752. for (CGObjectInstance *obj : gs->map->getTile(int3(h->pos.x-1, h->pos.y, h->pos.z)).visitableObjects)
  753. {
  754. obj->onHeroLeave(h);
  755. }
  756. this->getTilesInRange(tmh.fowRevealed, h->getSightCenter()+(tmh.end-tmh.start), h->getSightRadius(), ETileVisibility::HIDDEN, h->tempOwner);
  757. };
  758. auto doMove = [&](TryMoveHero::EResult result, EGuardLook lookForGuards,
  759. EVisitDest visitDest, ELEaveTile leavingTile) -> bool
  760. {
  761. LOG_TRACE_PARAMS(logGlobal, "Hero %s starts movement from %s to %s", h->getNameTranslated() % tmh.start.toString() % tmh.end.toString());
  762. auto moveQuery = std::make_shared<CHeroMovementQuery>(this, tmh, h);
  763. queries->addQuery(moveQuery);
  764. if (leavingTile == LEAVING_TILE)
  765. leaveTile();
  766. if (lookForGuards == CHECK_FOR_GUARDS && isInTheMap(guardPos))
  767. tmh.attackedFrom = std::make_optional(guardPos);
  768. tmh.result = result;
  769. sendAndApply(&tmh);
  770. if (visitDest == VISIT_DEST && objectToVisit && objectToVisit->id == h->id)
  771. { // Hero should be always able to visit any object he is staying on even if there are guards around
  772. visitObjectOnTile(t, h);
  773. }
  774. else if (lookForGuards == CHECK_FOR_GUARDS && isInTheMap(guardPos))
  775. {
  776. objectVisited(guardian, h);
  777. moveQuery->visitDestAfterVictory = visitDest==VISIT_DEST;
  778. }
  779. else if (visitDest == VISIT_DEST)
  780. {
  781. visitObjectOnTile(t, h);
  782. }
  783. queries->popIfTop(moveQuery);
  784. logGlobal->trace("Hero %s ends movement", h->getNameTranslated());
  785. return result != TryMoveHero::FAILED;
  786. };
  787. //interaction with blocking object (like resources)
  788. auto blockingVisit = [&]() -> bool
  789. {
  790. for (CGObjectInstance *obj : t.visitableObjects)
  791. {
  792. if(h->boat && !obj->isBlockedVisitable() && !h->boat->onboardVisitAllowed)
  793. return doMove(TryMoveHero::SUCCESS, this->IGNORE_GUARDS, DONT_VISIT_DEST, REMAINING_ON_TILE);
  794. if (obj != h && obj->isBlockedVisitable() && !obj->passableFor(h->tempOwner))
  795. {
  796. EVisitDest visitDest = VISIT_DEST;
  797. if(h->boat && !h->boat->onboardVisitAllowed)
  798. visitDest = DONT_VISIT_DEST;
  799. return doMove(TryMoveHero::BLOCKING_VISIT, this->IGNORE_GUARDS, visitDest, REMAINING_ON_TILE);
  800. }
  801. }
  802. return false;
  803. };
  804. if (!transit && embarking)
  805. {
  806. tmh.movePoints = h->movementPointsAfterEmbark(h->movementPointsRemaining(), cost, false, ti);
  807. return doMove(TryMoveHero::EMBARK, IGNORE_GUARDS, DONT_VISIT_DEST, LEAVING_TILE);
  808. // In H3 embark ignore guards
  809. }
  810. if (disembarking)
  811. {
  812. tmh.movePoints = h->movementPointsAfterEmbark(h->movementPointsRemaining(), cost, true, ti);
  813. return doMove(TryMoveHero::DISEMBARK, CHECK_FOR_GUARDS, VISIT_DEST, LEAVING_TILE);
  814. }
  815. if (movementMode != EMovementMode::STANDARD)
  816. {
  817. if (blockingVisit()) // e.g. hero on the other side of teleporter
  818. return true;
  819. EGuardLook guardsCheck = (getSettings().getBoolean(EGameSettings::DIMENSION_DOOR_TRIGGERS_GUARDS) && movementMode == EMovementMode::DIMENSION_DOOR)
  820. ? CHECK_FOR_GUARDS
  821. : IGNORE_GUARDS;
  822. doMove(TryMoveHero::TELEPORTATION, guardsCheck, DONT_VISIT_DEST, LEAVING_TILE);
  823. // visit town for town portal \ castle gates
  824. // do not visit any other objects, e.g. monoliths to avoid double-teleporting
  825. if (objectToVisit)
  826. {
  827. if (CGTownInstance * town = dynamic_cast<CGTownInstance *>(objectToVisit))
  828. objectVisited(town, h);
  829. }
  830. return true;
  831. }
  832. //still here? it is standard movement!
  833. {
  834. tmh.movePoints = (int)h->movementPointsRemaining() >= cost
  835. ? h->movementPointsRemaining() - cost
  836. : 0;
  837. EGuardLook lookForGuards = CHECK_FOR_GUARDS;
  838. EVisitDest visitDest = VISIT_DEST;
  839. if (transit)
  840. {
  841. if (CGTeleport::isTeleport(objectToVisit))
  842. visitDest = DONT_VISIT_DEST;
  843. if (canFly || (canWalkOnSea && t.terType->isWater()))
  844. {
  845. lookForGuards = IGNORE_GUARDS;
  846. visitDest = DONT_VISIT_DEST;
  847. }
  848. }
  849. else if (blockingVisit())
  850. return true;
  851. if(h->boat && !h->boat->onboardAssaultAllowed)
  852. lookForGuards = IGNORE_GUARDS;
  853. turnTimerHandler->setEndTurnAllowed(h->getOwner(), !movingOntoWater && !movingOntoObstacle);
  854. doMove(TryMoveHero::SUCCESS, lookForGuards, visitDest, LEAVING_TILE);
  855. gs->statistic.accumulatedValues[asker].movementPointsUsed += tmh.movePoints;
  856. return true;
  857. }
  858. }
  859. bool CGameHandler::teleportHero(ObjectInstanceID hid, ObjectInstanceID dstid, ui8 source, PlayerColor asker)
  860. {
  861. const CGHeroInstance *h = getHero(hid);
  862. const CGTownInstance *t = getTown(dstid);
  863. if (!h || !t)
  864. COMPLAIN_RET("Invalid call to teleportHero!");
  865. const CGTownInstance *from = h->visitedTown;
  866. if (((h->getOwner() != t->getOwner())
  867. && complain("Cannot teleport hero to another player"))
  868. || (from->town->faction->getId() != t->town->faction->getId()
  869. && complain("Source town and destination town should belong to the same faction"))
  870. || ((!from || !from->hasBuilt(BuildingSubID::CASTLE_GATE))
  871. && complain("Hero must be in town with Castle gate for teleporting"))
  872. || (!t->hasBuilt(BuildingSubID::CASTLE_GATE)
  873. && complain("Cannot teleport hero to town without Castle gate in it")))
  874. return false;
  875. int3 pos = h->convertFromVisitablePos(t->visitablePos());
  876. moveHero(hid,pos,EMovementMode::CASTLE_GATE);
  877. return true;
  878. }
  879. void CGameHandler::setOwner(const CGObjectInstance * obj, const PlayerColor owner)
  880. {
  881. PlayerColor oldOwner = getOwner(obj->id);
  882. setObjPropertyID(obj->id, ObjProperty::OWNER, owner);
  883. std::set<PlayerColor> playerColors = {owner, oldOwner};
  884. checkVictoryLossConditions(playerColors);
  885. const CGTownInstance * town = dynamic_cast<const CGTownInstance *>(obj);
  886. if (town) //town captured
  887. {
  888. gs->statistic.accumulatedValues[owner].lastCapturedTownDay = gs->getDate(Date::DAY);
  889. if (owner.isValidPlayer()) //new owner is real player
  890. {
  891. if (town->hasBuilt(BuildingSubID::PORTAL_OF_SUMMONING))
  892. setPortalDwelling(town, true, false);
  893. }
  894. }
  895. if ((obj->ID == Obj::CREATURE_GENERATOR1 || obj->ID == Obj::CREATURE_GENERATOR4))
  896. {
  897. if (owner.isValidPlayer())
  898. {
  899. for (const CGTownInstance * t : getPlayerState(owner)->getTowns())
  900. {
  901. if (t->hasBuilt(BuildingSubID::PORTAL_OF_SUMMONING))
  902. setPortalDwelling(t);//set initial creatures for all portals of summoning
  903. }
  904. }
  905. }
  906. }
  907. void CGameHandler::showBlockingDialog(const IObjectInterface * caller, BlockingDialog *iw)
  908. {
  909. auto dialogQuery = std::make_shared<CBlockingDialogQuery>(this, caller, *iw);
  910. queries->addQuery(dialogQuery);
  911. iw->queryID = dialogQuery->queryID;
  912. sendToAllClients(iw);
  913. }
  914. void CGameHandler::showTeleportDialog(TeleportDialog *iw)
  915. {
  916. auto dialogQuery = std::make_shared<CTeleportDialogQuery>(this, *iw);
  917. queries->addQuery(dialogQuery);
  918. iw->queryID = dialogQuery->queryID;
  919. sendToAllClients(iw);
  920. }
  921. void CGameHandler::giveResource(PlayerColor player, GameResID which, int val) //TODO: cap according to Bersy's suggestion
  922. {
  923. if (!val) return; //don't waste time on empty call
  924. TResources resources;
  925. resources[which] = val;
  926. giveResources(player, resources);
  927. }
  928. void CGameHandler::giveResources(PlayerColor player, TResources resources)
  929. {
  930. SetResources sr;
  931. sr.abs = false;
  932. sr.player = player;
  933. sr.res = resources;
  934. sendAndApply(&sr);
  935. }
  936. void CGameHandler::giveCreatures(const CArmedInstance *obj, const CGHeroInstance * h, const CCreatureSet &creatures, bool remove)
  937. {
  938. COMPLAIN_RET_IF(!creatures.stacksCount(), "Strange, giveCreatures called without args!");
  939. COMPLAIN_RET_IF(obj->stacksCount(), "Cannot give creatures from not-cleared object!");
  940. COMPLAIN_RET_IF(creatures.stacksCount() > GameConstants::ARMY_SIZE, "Too many stacks to give!");
  941. //first we move creatures to give to make them army of object-source
  942. for (auto & elem : creatures.Slots())
  943. {
  944. addToSlot(StackLocation(obj, obj->getSlotFor(elem.second->type)), elem.second->type, elem.second->count);
  945. }
  946. tryJoiningArmy(obj, h, remove, true);
  947. }
  948. void CGameHandler::takeCreatures(ObjectInstanceID objid, const std::vector<CStackBasicDescriptor> &creatures)
  949. {
  950. std::vector<CStackBasicDescriptor> cres = creatures;
  951. if (cres.size() <= 0)
  952. return;
  953. const CArmedInstance* obj = static_cast<const CArmedInstance*>(getObj(objid));
  954. for (CStackBasicDescriptor &sbd : cres)
  955. {
  956. TQuantity collected = 0;
  957. while(collected < sbd.count)
  958. {
  959. bool foundSth = false;
  960. for (auto i = obj->Slots().begin(); i != obj->Slots().end(); i++)
  961. {
  962. if (i->second->type == sbd.type)
  963. {
  964. TQuantity take = std::min(sbd.count - collected, i->second->count); //collect as much cres as we can
  965. changeStackCount(StackLocation(obj, i->first), -take, false);
  966. collected += take;
  967. foundSth = true;
  968. break;
  969. }
  970. }
  971. if (!foundSth) //we went through the whole loop and haven't found appropriate cres
  972. {
  973. complain("Unexpected failure during taking creatures!");
  974. return;
  975. }
  976. }
  977. }
  978. }
  979. void CGameHandler::heroVisitCastle(const CGTownInstance * obj, const CGHeroInstance * hero)
  980. {
  981. if (obj->visitingHero != hero && obj->garrisonHero != hero)
  982. {
  983. HeroVisitCastle vc;
  984. vc.hid = hero->id;
  985. vc.tid = obj->id;
  986. vc.flags |= 1;
  987. sendAndApply(&vc);
  988. }
  989. visitCastleObjects(obj, hero);
  990. giveSpells (obj, hero);
  991. if (obj->visitingHero && obj->garrisonHero)
  992. useScholarSkill(obj->visitingHero->id, obj->garrisonHero->id);
  993. checkVictoryLossConditionsForPlayer(hero->tempOwner); //transported artifact?
  994. }
  995. void CGameHandler::visitCastleObjects(const CGTownInstance * t, const CGHeroInstance * h)
  996. {
  997. for (auto & building : t->rewardableBuildings)
  998. {
  999. if (!t->town->buildings.at(building.first)->manualHeroVisit)
  1000. building.second->onHeroVisit(h);
  1001. }
  1002. }
  1003. void CGameHandler::stopHeroVisitCastle(const CGTownInstance * obj, const CGHeroInstance * hero)
  1004. {
  1005. HeroVisitCastle vc;
  1006. vc.hid = hero->id;
  1007. vc.tid = obj->id;
  1008. sendAndApply(&vc);
  1009. }
  1010. void CGameHandler::removeArtifact(const ArtifactLocation & al)
  1011. {
  1012. removeArtifact(al.artHolder, {al.slot});
  1013. }
  1014. void CGameHandler::removeArtifact(const ObjectInstanceID & srcId, const std::vector<ArtifactPosition> & slotsPack)
  1015. {
  1016. BulkEraseArtifacts ea;
  1017. ea.artHolder = srcId;
  1018. ea.posPack.insert(ea.posPack.end(), slotsPack.begin(), slotsPack.end());
  1019. sendAndApply(&ea);
  1020. }
  1021. void CGameHandler::changeSpells(const CGHeroInstance * hero, bool give, const std::set<SpellID> &spells)
  1022. {
  1023. ChangeSpells cs;
  1024. cs.hid = hero->id;
  1025. cs.spells = spells;
  1026. cs.learn = give;
  1027. sendAndApply(&cs);
  1028. }
  1029. void CGameHandler::giveHeroBonus(GiveBonus * bonus)
  1030. {
  1031. sendAndApply(bonus);
  1032. }
  1033. void CGameHandler::setMovePoints(SetMovePoints * smp)
  1034. {
  1035. sendAndApply(smp);
  1036. }
  1037. void CGameHandler::setMovePoints(ObjectInstanceID hid, int val, bool absolute)
  1038. {
  1039. SetMovePoints smp;
  1040. smp.hid = hid;
  1041. smp.val = val;
  1042. smp.absolute = absolute;
  1043. sendAndApply(&smp);
  1044. }
  1045. void CGameHandler::setManaPoints(ObjectInstanceID hid, int val)
  1046. {
  1047. SetMana sm;
  1048. sm.hid = hid;
  1049. sm.val = val;
  1050. sm.absolute = true;
  1051. sendAndApply(&sm);
  1052. }
  1053. void CGameHandler::giveHero(ObjectInstanceID id, PlayerColor player, ObjectInstanceID boatId)
  1054. {
  1055. GiveHero gh;
  1056. gh.id = id;
  1057. gh.player = player;
  1058. gh.boatId = boatId;
  1059. sendAndApply(&gh);
  1060. //Reveal fow around new hero, especially released from Prison
  1061. auto h = getHero(id);
  1062. changeFogOfWar(h->getSightCenter(), h->getSightRadius(), player, ETileVisibility::REVEALED);
  1063. }
  1064. void CGameHandler::changeObjPos(ObjectInstanceID objid, int3 newPos, const PlayerColor & initiator)
  1065. {
  1066. ChangeObjPos cop;
  1067. cop.objid = objid;
  1068. cop.nPos = newPos;
  1069. cop.initiator = initiator;
  1070. sendAndApply(&cop);
  1071. }
  1072. void CGameHandler::useScholarSkill(ObjectInstanceID fromHero, ObjectInstanceID toHero)
  1073. {
  1074. const CGHeroInstance * h1 = getHero(fromHero);
  1075. const CGHeroInstance * h2 = getHero(toHero);
  1076. int h1_scholarSpellLevel = h1->valOfBonuses(BonusType::LEARN_MEETING_SPELL_LIMIT);
  1077. int h2_scholarSpellLevel = h2->valOfBonuses(BonusType::LEARN_MEETING_SPELL_LIMIT);
  1078. if (h1_scholarSpellLevel < h2_scholarSpellLevel)
  1079. {
  1080. std::swap (h1,h2);//1st hero need to have higher scholar level for correct message
  1081. std::swap(fromHero, toHero);
  1082. }
  1083. int ScholarSpellLevel = std::max(h1_scholarSpellLevel, h2_scholarSpellLevel);//heroes can trade up to this level
  1084. if (!ScholarSpellLevel || !h1->hasSpellbook() || !h2->hasSpellbook())
  1085. return;//no scholar skill or no spellbook
  1086. int h1Lvl = std::min(ScholarSpellLevel, h1->maxSpellLevel());//heroes can receive these levels
  1087. int h2Lvl = std::min(ScholarSpellLevel, h2->maxSpellLevel());
  1088. ChangeSpells cs1;
  1089. cs1.learn = true;
  1090. cs1.hid = toHero;//giving spells to first hero
  1091. for (auto it : h1->getSpellsInSpellbook())
  1092. if (h2Lvl >= it.toSpell()->getLevel() && !h2->spellbookContainsSpell(it))//hero can learn it and don't have it yet
  1093. cs1.spells.insert(it);//spell to learn
  1094. ChangeSpells cs2;
  1095. cs2.learn = true;
  1096. cs2.hid = fromHero;
  1097. for (auto it : h2->getSpellsInSpellbook())
  1098. if (h1Lvl >= it.toSpell()->getLevel() && !h1->spellbookContainsSpell(it))
  1099. cs2.spells.insert(it);
  1100. if (!cs1.spells.empty() || !cs2.spells.empty())//create a message
  1101. {
  1102. SecondarySkill scholarSkill = SecondarySkill::SCHOLAR;
  1103. int scholarSkillLevel = std::max(h1->getSecSkillLevel(scholarSkill), h2->getSecSkillLevel(scholarSkill));
  1104. InfoWindow iw;
  1105. iw.player = h1->tempOwner;
  1106. iw.components.emplace_back(ComponentType::SEC_SKILL, scholarSkill, scholarSkillLevel);
  1107. iw.text.appendLocalString(EMetaText::GENERAL_TXT, 139);//"%s, who has studied magic extensively,
  1108. iw.text.replaceTextID(h1->getNameTextID());
  1109. if (!cs2.spells.empty())//if found new spell - apply
  1110. {
  1111. iw.text.appendLocalString(EMetaText::GENERAL_TXT, 140);//learns
  1112. int size = static_cast<int>(cs2.spells.size());
  1113. for (auto it : cs2.spells)
  1114. {
  1115. iw.components.emplace_back(ComponentType::SPELL, it);
  1116. iw.text.appendName(it);
  1117. switch (size--)
  1118. {
  1119. case 2:
  1120. iw.text.appendLocalString(EMetaText::GENERAL_TXT, 141);
  1121. case 1:
  1122. break;
  1123. default:
  1124. iw.text.appendRawString(", ");
  1125. }
  1126. }
  1127. iw.text.appendLocalString(EMetaText::GENERAL_TXT, 142);//from %s
  1128. iw.text.replaceTextID(h2->getNameTextID());
  1129. sendAndApply(&cs2);
  1130. }
  1131. if (!cs1.spells.empty() && !cs2.spells.empty())
  1132. {
  1133. iw.text.appendLocalString(EMetaText::GENERAL_TXT, 141);//and
  1134. }
  1135. if (!cs1.spells.empty())
  1136. {
  1137. iw.text.appendLocalString(EMetaText::GENERAL_TXT, 147);//teaches
  1138. int size = static_cast<int>(cs1.spells.size());
  1139. for (auto it : cs1.spells)
  1140. {
  1141. iw.components.emplace_back(ComponentType::SPELL, it);
  1142. iw.text.appendName(it);
  1143. switch (size--)
  1144. {
  1145. case 2:
  1146. iw.text.appendLocalString(EMetaText::GENERAL_TXT, 141);
  1147. case 1:
  1148. break;
  1149. default:
  1150. iw.text.appendRawString(", ");
  1151. }
  1152. }
  1153. iw.text.appendLocalString(EMetaText::GENERAL_TXT, 148);//from %s
  1154. iw.text.replaceTextID(h2->getNameTextID());
  1155. sendAndApply(&cs1);
  1156. }
  1157. sendAndApply(&iw);
  1158. }
  1159. }
  1160. void CGameHandler::heroExchange(ObjectInstanceID hero1, ObjectInstanceID hero2)
  1161. {
  1162. auto h1 = getHero(hero1);
  1163. auto h2 = getHero(hero2);
  1164. if (getPlayerRelations(h1->getOwner(), h2->getOwner()) != PlayerRelations::ENEMIES)
  1165. {
  1166. auto exchange = std::make_shared<CGarrisonDialogQuery>(this, h1, h2);
  1167. ExchangeDialog hex;
  1168. hex.queryID = exchange->queryID;
  1169. hex.player = h1->getOwner();
  1170. hex.hero1 = hero1;
  1171. hex.hero2 = hero2;
  1172. sendAndApply(&hex);
  1173. useScholarSkill(hero1,hero2);
  1174. queries->addQuery(exchange);
  1175. }
  1176. }
  1177. void CGameHandler::sendToAllClients(CPackForClient * pack)
  1178. {
  1179. logNetwork->trace("\tSending to all clients: %s", typeid(*pack).name());
  1180. for (auto c : lobby->activeConnections)
  1181. c->sendPack(pack);
  1182. }
  1183. void CGameHandler::sendAndApply(CPackForClient * pack)
  1184. {
  1185. sendToAllClients(pack);
  1186. gs->apply(pack);
  1187. logNetwork->trace("\tApplied on gs: %s", typeid(*pack).name());
  1188. }
  1189. void CGameHandler::sendAndApply(CGarrisonOperationPack * pack)
  1190. {
  1191. sendAndApply(static_cast<CPackForClient *>(pack));
  1192. checkVictoryLossConditionsForAll();
  1193. }
  1194. void CGameHandler::sendAndApply(SetResources * pack)
  1195. {
  1196. sendAndApply(static_cast<CPackForClient *>(pack));
  1197. checkVictoryLossConditionsForPlayer(pack->player);
  1198. }
  1199. void CGameHandler::sendAndApply(NewStructures * pack)
  1200. {
  1201. sendAndApply(static_cast<CPackForClient *>(pack));
  1202. checkVictoryLossConditionsForPlayer(getTown(pack->tid)->tempOwner);
  1203. }
  1204. bool CGameHandler::isPlayerOwns(CPackForServer * pack, ObjectInstanceID id)
  1205. {
  1206. return pack->player == getOwner(id) && hasPlayerAt(getOwner(id), pack->c);
  1207. }
  1208. void CGameHandler::throwNotAllowedAction(CPackForServer * pack)
  1209. {
  1210. if(pack->c)
  1211. playerMessages->sendSystemMessage(pack->c, "You are not allowed to perform this action!");
  1212. logNetwork->error("Player is not allowed to perform this action!");
  1213. throw ExceptionNotAllowedAction();
  1214. }
  1215. void CGameHandler::wrongPlayerMessage(CPackForServer * pack, PlayerColor expectedplayer)
  1216. {
  1217. std::ostringstream oss;
  1218. oss << "You were identified as player " << pack->player << " while expecting " << expectedplayer;
  1219. logNetwork->error(oss.str());
  1220. if(pack->c)
  1221. playerMessages->sendSystemMessage(pack->c, oss.str());
  1222. }
  1223. void CGameHandler::throwIfWrongOwner(CPackForServer * pack, ObjectInstanceID id)
  1224. {
  1225. if(!isPlayerOwns(pack, id))
  1226. {
  1227. wrongPlayerMessage(pack, getOwner(id));
  1228. throwNotAllowedAction(pack);
  1229. }
  1230. }
  1231. void CGameHandler::throwIfPlayerNotActive(CPackForServer * pack)
  1232. {
  1233. if (!turnOrder->isPlayerMakingTurn(pack->player))
  1234. throwNotAllowedAction(pack);
  1235. }
  1236. void CGameHandler::throwIfWrongPlayer(CPackForServer * pack)
  1237. {
  1238. throwIfWrongPlayer(pack, pack->player);
  1239. }
  1240. void CGameHandler::throwIfWrongPlayer(CPackForServer * pack, PlayerColor player)
  1241. {
  1242. if(!hasPlayerAt(player, pack->c) || pack->player != player)
  1243. {
  1244. wrongPlayerMessage(pack, player);
  1245. throwNotAllowedAction(pack);
  1246. }
  1247. }
  1248. void CGameHandler::throwAndComplain(CPackForServer * pack, std::string txt)
  1249. {
  1250. complain(txt);
  1251. throwNotAllowedAction(pack);
  1252. }
  1253. void CGameHandler::save(const std::string & filename)
  1254. {
  1255. logGlobal->info("Saving to %s", filename);
  1256. const auto stem = FileInfo::GetPathStem(filename);
  1257. const auto savefname = stem.to_string() + ".vsgm1";
  1258. ResourcePath savePath(stem.to_string(), EResType::SAVEGAME);
  1259. CResourceHandler::get("local")->createResource(savefname);
  1260. try
  1261. {
  1262. {
  1263. CSaveFile save(*CResourceHandler::get("local")->getResourceName(savePath));
  1264. saveCommonState(save);
  1265. logGlobal->info("Saving server state");
  1266. save << *this;
  1267. }
  1268. logGlobal->info("Game has been successfully saved!");
  1269. }
  1270. catch(std::exception &e)
  1271. {
  1272. logGlobal->error("Failed to save game: %s", e.what());
  1273. }
  1274. }
  1275. bool CGameHandler::load(const std::string & filename)
  1276. {
  1277. logGlobal->info("Loading from %s", filename);
  1278. const auto stem = FileInfo::GetPathStem(filename);
  1279. reinitScripting();
  1280. try
  1281. {
  1282. {
  1283. CLoadFile lf(*CResourceHandler::get()->getResourceName(ResourcePath(stem.to_string(), EResType::SAVEGAME)), ESerializationVersion::MINIMAL);
  1284. lf.serializer.cb = this;
  1285. loadCommonState(lf);
  1286. logGlobal->info("Loading server state");
  1287. lf >> *this;
  1288. }
  1289. logGlobal->info("Game has been successfully loaded!");
  1290. }
  1291. catch(const ModIncompatibility & e)
  1292. {
  1293. logGlobal->error("Failed to load game: %s", e.what());
  1294. std::string errorMsg;
  1295. if(!e.whatMissing().empty())
  1296. {
  1297. errorMsg += VLC->generaltexth->translate("vcmi.server.errors.modsToEnable") + '\n';
  1298. errorMsg += e.whatMissing();
  1299. }
  1300. if(!e.whatExcessive().empty())
  1301. {
  1302. errorMsg += VLC->generaltexth->translate("vcmi.server.errors.modsToDisable") + '\n';
  1303. errorMsg += e.whatExcessive();
  1304. }
  1305. lobby->announceMessage(errorMsg);
  1306. return false;
  1307. }
  1308. catch(const IdentifierResolutionException & e)
  1309. {
  1310. logGlobal->error("Failed to load game: %s", e.what());
  1311. MetaString errorMsg;
  1312. errorMsg.appendTextID("vcmi.server.errors.unknownEntity");
  1313. errorMsg.replaceRawString(e.identifierName);
  1314. lobby->announceMessage(errorMsg.toString());//FIXME: should be localized on client side
  1315. return false;
  1316. }
  1317. catch(const std::exception & e)
  1318. {
  1319. logGlobal->error("Failed to load game: %s", e.what());
  1320. lobby->announceMessage(std::string("Failed to load game: ") + e.what());
  1321. return false;
  1322. }
  1323. gs->preInit(VLC, this);
  1324. gs->updateOnLoad(lobby->si.get());
  1325. return true;
  1326. }
  1327. bool CGameHandler::bulkSplitStack(SlotID slotSrc, ObjectInstanceID srcOwner, si32 howMany)
  1328. {
  1329. if(!slotSrc.validSlot() && complain(complainInvalidSlot))
  1330. return false;
  1331. const CArmedInstance * army = static_cast<const CArmedInstance*>(getObjInstance(srcOwner));
  1332. const CCreatureSet & creatureSet = *army;
  1333. if((!vstd::contains(creatureSet.stacks, slotSrc) && complain(complainNoCreatures))
  1334. || (howMany < 1 && complain("Invalid split parameter!")))
  1335. {
  1336. return false;
  1337. }
  1338. auto actualAmount = army->getStackCount(slotSrc);
  1339. if(actualAmount <= howMany && complain(complainNotEnoughCreatures)) // '<=' because it's not intended just for moving a stack
  1340. return false;
  1341. auto freeSlots = creatureSet.getFreeSlots();
  1342. if(freeSlots.empty() && complain("No empty stacks"))
  1343. return false;
  1344. BulkRebalanceStacks bulkRS;
  1345. for(auto slot : freeSlots)
  1346. {
  1347. RebalanceStacks rs;
  1348. rs.srcArmy = army->id;
  1349. rs.dstArmy = army->id;
  1350. rs.srcSlot = slotSrc;
  1351. rs.dstSlot = slot;
  1352. rs.count = howMany;
  1353. bulkRS.moves.push_back(rs);
  1354. actualAmount -= howMany;
  1355. if(actualAmount <= howMany)
  1356. break;
  1357. }
  1358. sendAndApply(&bulkRS);
  1359. return true;
  1360. }
  1361. bool CGameHandler::bulkMergeStacks(SlotID slotSrc, ObjectInstanceID srcOwner)
  1362. {
  1363. if(!slotSrc.validSlot() && complain(complainInvalidSlot))
  1364. return false;
  1365. const CArmedInstance * army = static_cast<const CArmedInstance*>(getObjInstance(srcOwner));
  1366. const CCreatureSet & creatureSet = *army;
  1367. if(!vstd::contains(creatureSet.stacks, slotSrc) && complain(complainNoCreatures))
  1368. return false;
  1369. auto actualAmount = creatureSet.getStackCount(slotSrc);
  1370. if(actualAmount < 1 && complain(complainNoCreatures))
  1371. return false;
  1372. auto currentCreature = creatureSet.getCreature(slotSrc);
  1373. if(!currentCreature && complain(complainNoCreatures))
  1374. return false;
  1375. auto creatureSlots = creatureSet.getCreatureSlots(currentCreature, slotSrc);
  1376. if(!creatureSlots.size())
  1377. return false;
  1378. BulkRebalanceStacks bulkRS;
  1379. for(auto slot : creatureSlots)
  1380. {
  1381. RebalanceStacks rs;
  1382. rs.srcArmy = army->id;
  1383. rs.dstArmy = army->id;
  1384. rs.srcSlot = slot;
  1385. rs.dstSlot = slotSrc;
  1386. rs.count = creatureSet.getStackCount(slot);
  1387. bulkRS.moves.push_back(rs);
  1388. }
  1389. sendAndApply(&bulkRS);
  1390. return true;
  1391. }
  1392. bool CGameHandler::bulkMoveArmy(ObjectInstanceID srcArmy, ObjectInstanceID destArmy, SlotID srcSlot)
  1393. {
  1394. if(!srcSlot.validSlot() && complain(complainInvalidSlot))
  1395. return false;
  1396. const CArmedInstance * armySrc = static_cast<const CArmedInstance*>(getObjInstance(srcArmy));
  1397. const CCreatureSet & setSrc = *armySrc;
  1398. if(!vstd::contains(setSrc.stacks, srcSlot) && complain(complainNoCreatures))
  1399. return false;
  1400. const CArmedInstance * armyDest = static_cast<const CArmedInstance*>(getObjInstance(destArmy));
  1401. const CCreatureSet & setDest = *armyDest;
  1402. auto freeSlots = setDest.getFreeSlotsQueue();
  1403. typedef std::map<SlotID, std::pair<SlotID, TQuantity>> TRebalanceMap;
  1404. TRebalanceMap moves;
  1405. auto srcQueue = setSrc.getCreatureQueue(srcSlot); // Exclude srcSlot, it should be moved last
  1406. auto slotsLeft = setSrc.stacksCount();
  1407. auto destMap = setDest.getCreatureMap();
  1408. TMapCreatureSlot::key_compare keyComp = destMap.key_comp();
  1409. while(!srcQueue.empty())
  1410. {
  1411. auto pair = srcQueue.top();
  1412. srcQueue.pop();
  1413. auto currCreature = pair.first;
  1414. auto currSlot = pair.second;
  1415. const auto quantity = setSrc.getStackCount(currSlot);
  1416. TMapCreatureSlot::iterator lb = destMap.lower_bound(currCreature);
  1417. const bool alreadyExists = (lb != destMap.end() && !(keyComp(currCreature, lb->first)));
  1418. if(!alreadyExists)
  1419. {
  1420. if(freeSlots.empty())
  1421. continue;
  1422. auto currFreeSlot = freeSlots.front();
  1423. freeSlots.pop();
  1424. destMap.insert(lb, TMapCreatureSlot::value_type(currCreature, currFreeSlot));
  1425. }
  1426. moves.insert(std::make_pair(currSlot, std::make_pair(destMap[currCreature], quantity)));
  1427. slotsLeft--;
  1428. }
  1429. if(slotsLeft == 1)
  1430. {
  1431. auto lastCreature = setSrc.getCreature(srcSlot);
  1432. auto slotToMove = SlotID();
  1433. // Try to find a slot for last creature
  1434. if(destMap.find(lastCreature) == destMap.end())
  1435. {
  1436. if(!freeSlots.empty())
  1437. slotToMove = freeSlots.front();
  1438. }
  1439. else
  1440. {
  1441. slotToMove = destMap[lastCreature];
  1442. }
  1443. if(slotToMove != SlotID())
  1444. {
  1445. const bool needsLastStack = armySrc->needsLastStack();
  1446. const auto quantity = setSrc.getStackCount(srcSlot) - (needsLastStack ? 1 : 0);
  1447. if(quantity > 0) //0 may happen when we need last creature and we have exactly 1 amount of that creature - amount of "rest we can transfer" becomes 0
  1448. moves.insert(std::make_pair(srcSlot, std::make_pair(slotToMove, quantity)));
  1449. }
  1450. }
  1451. BulkRebalanceStacks bulkRS;
  1452. for(auto & move : moves)
  1453. {
  1454. RebalanceStacks rs;
  1455. rs.srcArmy = armySrc->id;
  1456. rs.dstArmy = armyDest->id;
  1457. rs.srcSlot = move.first;
  1458. rs.dstSlot = move.second.first;
  1459. rs.count = move.second.second;
  1460. bulkRS.moves.push_back(rs);
  1461. }
  1462. sendAndApply(&bulkRS);
  1463. return true;
  1464. }
  1465. bool CGameHandler::bulkSmartSplitStack(SlotID slotSrc, ObjectInstanceID srcOwner)
  1466. {
  1467. if(!slotSrc.validSlot() && complain(complainInvalidSlot))
  1468. return false;
  1469. const CArmedInstance * army = static_cast<const CArmedInstance*>(getObjInstance(srcOwner));
  1470. const CCreatureSet & creatureSet = *army;
  1471. if(!vstd::contains(creatureSet.stacks, slotSrc) && complain(complainNoCreatures))
  1472. return false;
  1473. auto actualAmount = creatureSet.getStackCount(slotSrc);
  1474. if(actualAmount <= 1 && complain(complainNoCreatures))
  1475. return false;
  1476. auto freeSlot = creatureSet.getFreeSlot();
  1477. auto currentCreature = creatureSet.getCreature(slotSrc);
  1478. if(freeSlot == SlotID() && creatureSet.isCreatureBalanced(currentCreature))
  1479. return true;
  1480. auto creatureSlots = creatureSet.getCreatureSlots(currentCreature, SlotID(-1), 1); // Ignore slots where's only 1 creature, don't ignore slotSrc
  1481. TQuantity totalCreatures = 0;
  1482. for(auto slot : creatureSlots)
  1483. totalCreatures += creatureSet.getStackCount(slot);
  1484. if(totalCreatures <= 1 && complain("Total creatures number is invalid"))
  1485. return false;
  1486. if(freeSlot != SlotID())
  1487. creatureSlots.push_back(freeSlot);
  1488. if(creatureSlots.empty() && complain("No available slots for smart rebalancing"))
  1489. return false;
  1490. const auto totalCreatureSlots = creatureSlots.size();
  1491. const auto rem = totalCreatures % totalCreatureSlots;
  1492. const auto quotient = totalCreatures / totalCreatureSlots;
  1493. // totalCreatures == rem * (quotient + 1) + (totalCreatureSlots - rem) * quotient;
  1494. // Proof: r(q+1)+(s-r)q = rq+r+qs-rq = r+qs = total, where total/s = q+r/s
  1495. BulkSmartRebalanceStacks bulkSRS;
  1496. if(freeSlot != SlotID())
  1497. {
  1498. RebalanceStacks rs;
  1499. rs.srcArmy = rs.dstArmy = army->id;
  1500. rs.srcSlot = slotSrc;
  1501. rs.dstSlot = freeSlot;
  1502. rs.count = 1;
  1503. bulkSRS.moves.push_back(rs);
  1504. }
  1505. auto currSlot = 0;
  1506. auto check = 0;
  1507. for(auto slot : creatureSlots)
  1508. {
  1509. ChangeStackCount csc;
  1510. csc.army = army->id;
  1511. csc.slot = slot;
  1512. csc.count = (currSlot < rem)
  1513. ? quotient + 1
  1514. : quotient;
  1515. csc.absoluteValue = true;
  1516. bulkSRS.changes.push_back(csc);
  1517. currSlot++;
  1518. check += csc.count;
  1519. }
  1520. if(check != totalCreatures)
  1521. {
  1522. complain((boost::format("Failure: totalCreatures=%d but check=%d") % totalCreatures % check).str());
  1523. return false;
  1524. }
  1525. sendAndApply(&bulkSRS);
  1526. return true;
  1527. }
  1528. bool CGameHandler::arrangeStacks(ObjectInstanceID id1, ObjectInstanceID id2, ui8 what, SlotID p1, SlotID p2, si32 val, PlayerColor player)
  1529. {
  1530. const CArmedInstance * s1 = static_cast<const CArmedInstance *>(getObjInstance(id1));
  1531. const CArmedInstance * s2 = static_cast<const CArmedInstance *>(getObjInstance(id2));
  1532. const CCreatureSet & S1 = *s1;
  1533. const CCreatureSet & S2 = *s2;
  1534. StackLocation sl1(s1, p1);
  1535. StackLocation sl2(s2, p2);
  1536. if (s1 == nullptr || s2 == nullptr)
  1537. {
  1538. complain("Cannot exchange stacks between non-existing objects!!\n");
  1539. return false;
  1540. }
  1541. if (!sl1.slot.validSlot() || !sl2.slot.validSlot())
  1542. {
  1543. complain(complainInvalidSlot);
  1544. return false;
  1545. }
  1546. if (!isAllowedExchange(id1,id2))
  1547. {
  1548. complain("Cannot exchange stacks between these two objects!\n");
  1549. return false;
  1550. }
  1551. // We can always put stacks into locked garrison, but not take them out of it
  1552. auto notRemovable = [&](const CArmedInstance * army)
  1553. {
  1554. if (id1 != id2) // Stack arrangement inside locked garrison is allowed
  1555. {
  1556. auto g = dynamic_cast<const CGGarrison *>(army);
  1557. if (g && !g->removableUnits)
  1558. {
  1559. complain("Stacks in this garrison are not removable!\n");
  1560. return true;
  1561. }
  1562. }
  1563. return false;
  1564. };
  1565. if (what==1) //swap
  1566. {
  1567. if (((s1->tempOwner != player && s1->tempOwner != PlayerColor::UNFLAGGABLE) && s1->getStackCount(p1))
  1568. || ((s2->tempOwner != player && s2->tempOwner != PlayerColor::UNFLAGGABLE) && s2->getStackCount(p2)))
  1569. {
  1570. complain("Can't take troops from another player!");
  1571. return false;
  1572. }
  1573. if (sl1.army == sl2.army && sl1.slot == sl2.slot)
  1574. {
  1575. complain("Cannot swap stacks - slots are the same!");
  1576. return false;
  1577. }
  1578. if (!s1->slotEmpty(p1) && !s2->slotEmpty(p2))
  1579. {
  1580. if (notRemovable(sl1.army) || notRemovable(sl2.army))
  1581. return false;
  1582. }
  1583. if (s1->slotEmpty(p1) && notRemovable(sl2.army))
  1584. return false;
  1585. else if (s2->slotEmpty(p2) && notRemovable(sl1.army))
  1586. return false;
  1587. swapStacks(sl1, sl2);
  1588. }
  1589. else if (what==2)//merge
  1590. {
  1591. if ((s1->getCreature(p1) != s2->getCreature(p2) && complain("Cannot merge different creatures stacks!"))
  1592. || (((s1->tempOwner != player && s1->tempOwner != PlayerColor::UNFLAGGABLE) && s2->getStackCount(p2)) && complain("Can't take troops from another player!")))
  1593. return false;
  1594. if (s1->slotEmpty(p1) || s2->slotEmpty(p2))
  1595. {
  1596. complain("Cannot merge empty stack!");
  1597. return false;
  1598. }
  1599. else if (notRemovable(sl1.army))
  1600. return false;
  1601. moveStack(sl1, sl2);
  1602. }
  1603. else if (what==3) //split
  1604. {
  1605. const int countToMove = val - s2->getStackCount(p2);
  1606. const int countLeftOnSrc = s1->getStackCount(p1) - countToMove;
  1607. if ( (s1->tempOwner != player && countLeftOnSrc < s1->getStackCount(p1))
  1608. || (s2->tempOwner != player && val < s2->getStackCount(p2)))
  1609. {
  1610. complain("Can't move troops of another player!");
  1611. return false;
  1612. }
  1613. //general conditions checking
  1614. if ((!vstd::contains(S1.stacks,p1) && complain(complainNoCreatures))
  1615. || (val<1 && complain(complainNoCreatures)) )
  1616. {
  1617. return false;
  1618. }
  1619. if (vstd::contains(S2.stacks,p2)) //dest. slot not free - it must be "rebalancing"...
  1620. {
  1621. int total = s1->getStackCount(p1) + s2->getStackCount(p2);
  1622. if ((total < val && complain("Cannot split that stack, not enough creatures!"))
  1623. || (s1->getCreature(p1) != s2->getCreature(p2) && complain("Cannot rebalance different creatures stacks!"))
  1624. )
  1625. {
  1626. return false;
  1627. }
  1628. if (notRemovable(sl1.army))
  1629. {
  1630. if (s1->getStackCount(p1) > countLeftOnSrc)
  1631. return false;
  1632. }
  1633. else if (notRemovable(sl2.army))
  1634. {
  1635. if (s2->getStackCount(p1) < countLeftOnSrc)
  1636. return false;
  1637. }
  1638. moveStack(sl1, sl2, countToMove);
  1639. //S2.slots[p2]->count = val;
  1640. //S1.slots[p1]->count = total - val;
  1641. }
  1642. else //split one stack to the two
  1643. {
  1644. if (s1->getStackCount(p1) < val)//not enough creatures
  1645. {
  1646. complain(complainNotEnoughCreatures);
  1647. return false;
  1648. }
  1649. if (notRemovable(sl1.army))
  1650. return false;
  1651. moveStack(sl1, sl2, val);
  1652. }
  1653. }
  1654. return true;
  1655. }
  1656. bool CGameHandler::hasPlayerAt(PlayerColor player, std::shared_ptr<CConnection> c) const
  1657. {
  1658. return connections.count(player) && connections.at(player).count(c);
  1659. }
  1660. bool CGameHandler::hasBothPlayersAtSameConnection(PlayerColor left, PlayerColor right) const
  1661. {
  1662. return connections.count(left) && connections.count(right) && connections.at(left) == connections.at(right);
  1663. }
  1664. bool CGameHandler::disbandCreature(ObjectInstanceID id, SlotID pos)
  1665. {
  1666. const CArmedInstance * s1 = static_cast<const CArmedInstance *>(getObjInstance(id));
  1667. if (!vstd::contains(s1->stacks,pos))
  1668. {
  1669. complain("Illegal call to disbandCreature - no such stack in army!");
  1670. return false;
  1671. }
  1672. eraseStack(StackLocation(s1, pos));
  1673. return true;
  1674. }
  1675. bool CGameHandler::buildStructure(ObjectInstanceID tid, BuildingID requestedID, bool force)
  1676. {
  1677. const CGTownInstance * t = getTown(tid);
  1678. if(!t)
  1679. COMPLAIN_RETF("No such town (ID=%s)!", tid);
  1680. if(!t->town->buildings.count(requestedID))
  1681. COMPLAIN_RETF("Town of faction %s does not have info about building ID=%s!", t->town->faction->getNameTranslated() % requestedID);
  1682. if(t->hasBuilt(requestedID))
  1683. COMPLAIN_RETF("Building %s is already built in %s", t->town->buildings.at(requestedID)->getNameTranslated() % t->getNameTranslated());
  1684. const CBuilding * requestedBuilding = t->town->buildings.at(requestedID);
  1685. //Vector with future list of built building and buildings in auto-mode that are not yet built.
  1686. std::vector<const CBuilding*> remainingAutoBuildings;
  1687. std::set<BuildingID> buildingsThatWillBe;
  1688. //Check validity of request
  1689. if(!force)
  1690. {
  1691. switch(requestedBuilding->mode)
  1692. {
  1693. case CBuilding::BUILD_NORMAL :
  1694. if (canBuildStructure(t, requestedID) != EBuildingState::ALLOWED)
  1695. COMPLAIN_RET("Cannot build that building!");
  1696. break;
  1697. case CBuilding::BUILD_AUTO :
  1698. case CBuilding::BUILD_SPECIAL:
  1699. COMPLAIN_RET("This building can not be constructed normally!");
  1700. case CBuilding::BUILD_GRAIL :
  1701. if(requestedBuilding->mode == CBuilding::BUILD_GRAIL) //needs grail
  1702. {
  1703. if(!t->visitingHero || !t->visitingHero->hasArt(ArtifactID::GRAIL))
  1704. COMPLAIN_RET("Cannot build this without grail!")
  1705. else
  1706. removeArtifact(ArtifactLocation(t->visitingHero->id, t->visitingHero->getArtPos(ArtifactID::GRAIL, false)));
  1707. }
  1708. break;
  1709. }
  1710. }
  1711. //Performs stuff that has to be done before new building is built
  1712. auto processBeforeBuiltStructure = [t, this](const BuildingID buildingID)
  1713. {
  1714. if(buildingID >= BuildingID::DWELL_FIRST) //dwelling
  1715. {
  1716. int level = BuildingID::getLevelFromDwelling(buildingID);
  1717. int upgradeNumber = BuildingID::getUpgradedFromDwelling(buildingID);
  1718. if(upgradeNumber >= t->town->creatures.at(level).size())
  1719. {
  1720. complain(boost::str(boost::format("Error encountered when building dwelling (bid=%s):"
  1721. "no creature found (upgrade number %d, level %d!")
  1722. % buildingID % upgradeNumber % level));
  1723. return;
  1724. }
  1725. const CCreature * crea = t->town->creatures.at(level).at(upgradeNumber).toCreature();
  1726. SetAvailableCreatures ssi;
  1727. ssi.tid = t->id;
  1728. ssi.creatures = t->creatures;
  1729. if (ssi.creatures[level].second.empty()) // first creature in a dwelling
  1730. ssi.creatures[level].first = crea->getGrowth();
  1731. ssi.creatures[level].second.push_back(crea->getId());
  1732. sendAndApply(&ssi);
  1733. }
  1734. if(t->town->buildings.at(buildingID)->subId == BuildingSubID::PORTAL_OF_SUMMONING)
  1735. {
  1736. setPortalDwelling(t);
  1737. }
  1738. };
  1739. //Performs stuff that has to be done after new building is built
  1740. auto processAfterBuiltStructure = [t, this](const BuildingID buildingID)
  1741. {
  1742. auto isMageGuild = (buildingID <= BuildingID::MAGES_GUILD_5 && buildingID >= BuildingID::MAGES_GUILD_1);
  1743. auto isLibrary = isMageGuild ? false
  1744. : t->town->buildings.at(buildingID)->subId == BuildingSubID::EBuildingSubID::LIBRARY;
  1745. if(isMageGuild || isLibrary || (t->getFaction() == ETownType::CONFLUX && buildingID == BuildingID::GRAIL))
  1746. {
  1747. if(t->visitingHero)
  1748. giveSpells(t,t->visitingHero);
  1749. if(t->garrisonHero)
  1750. giveSpells(t,t->garrisonHero);
  1751. }
  1752. };
  1753. //Checks if all requirements will be met with expected building list "buildingsThatWillBe"
  1754. auto areRequirementsFulfilled = [&](const BuildingID & buildID)
  1755. {
  1756. return buildingsThatWillBe.count(buildID);
  1757. };
  1758. //Init the vectors
  1759. for(auto & build : t->town->buildings)
  1760. {
  1761. if(t->hasBuilt(build.first))
  1762. {
  1763. buildingsThatWillBe.insert(build.first);
  1764. }
  1765. else
  1766. {
  1767. if(build.second->mode == CBuilding::BUILD_AUTO) //not built auto building
  1768. remainingAutoBuildings.push_back(build.second);
  1769. }
  1770. }
  1771. //Prepare structure (list of building ids will be filled later)
  1772. NewStructures ns;
  1773. ns.tid = tid;
  1774. ns.built = force ? t->built : (t->built+1);
  1775. std::queue<const CBuilding*> buildingsToAdd;
  1776. buildingsToAdd.push(requestedBuilding);
  1777. while(!buildingsToAdd.empty())
  1778. {
  1779. auto b = buildingsToAdd.front();
  1780. buildingsToAdd.pop();
  1781. ns.bid.insert(b->bid);
  1782. buildingsThatWillBe.insert(b->bid);
  1783. remainingAutoBuildings -= b;
  1784. for(auto autoBuilding : remainingAutoBuildings)
  1785. {
  1786. auto actualRequirements = t->genBuildingRequirements(autoBuilding->bid);
  1787. if(actualRequirements.test(areRequirementsFulfilled))
  1788. buildingsToAdd.push(autoBuilding);
  1789. }
  1790. }
  1791. // FIXME: it's done before NewStructures applied because otherwise town window wont be properly updated on client. That should be actually fixed on client and not on server.
  1792. for(auto builtID : ns.bid)
  1793. processBeforeBuiltStructure(builtID);
  1794. //Take cost
  1795. if(!force)
  1796. {
  1797. giveResources(t->tempOwner, -requestedBuilding->resources);
  1798. gs->statistic.accumulatedValues[t->tempOwner].spentResourcesForBuildings += requestedBuilding->resources;
  1799. }
  1800. //We know what has been built, apply changes. Do this as final step to properly update town window
  1801. sendAndApply(&ns);
  1802. //Other post-built events. To some logic like giving spells to work gamestate changes for new building must be already in place!
  1803. for(auto builtID : ns.bid)
  1804. processAfterBuiltStructure(builtID);
  1805. // now when everything is built - reveal tiles for lookout tower
  1806. changeFogOfWar(t->getSightCenter(), t->getSightRadius(), t->getOwner(), ETileVisibility::REVEALED);
  1807. if (!force)
  1808. {
  1809. if(t->garrisonHero) //garrison hero first - consistent with original H3 Mana Vortex and Battle Scholar Academy levelup windows order
  1810. objectVisited(t, t->garrisonHero);
  1811. if(t->visitingHero)
  1812. objectVisited(t, t->visitingHero);
  1813. }
  1814. checkVictoryLossConditionsForPlayer(t->tempOwner);
  1815. return true;
  1816. }
  1817. bool CGameHandler::visitTownBuilding(ObjectInstanceID tid, BuildingID bid)
  1818. {
  1819. const CGTownInstance * t = getTown(tid);
  1820. if(!t->hasBuilt(bid))
  1821. return false;
  1822. auto subID = t->town->buildings.at(bid)->subId;
  1823. if(subID == BuildingSubID::EBuildingSubID::BANK)
  1824. {
  1825. TResources res;
  1826. res[EGameResID::GOLD] = 2500;
  1827. giveResources(t->getOwner(), res);
  1828. setObjPropertyValue(t->id, ObjProperty::BONUS_VALUE_SECOND, 2500);
  1829. return true;
  1830. }
  1831. if (t->rewardableBuildings.count(bid))
  1832. {
  1833. auto & hero = t->garrisonHero ? t->garrisonHero : t->visitingHero;
  1834. auto * building = t->rewardableBuildings.at(bid);
  1835. if (hero && t->town->buildings.at(bid)->manualHeroVisit)
  1836. {
  1837. auto visitQuery = std::make_shared<TownBuildingVisitQuery>(this, t, hero, bid);
  1838. queries->addQuery(visitQuery);
  1839. building->onHeroVisit(hero);
  1840. queries->popIfTop(visitQuery);
  1841. return true;
  1842. }
  1843. }
  1844. return true;
  1845. }
  1846. bool CGameHandler::razeStructure (ObjectInstanceID tid, BuildingID bid)
  1847. {
  1848. ///incomplete, simply erases target building
  1849. const CGTownInstance * t = getTown(tid);
  1850. if(!t->hasBuilt(bid))
  1851. return false;
  1852. RazeStructures rs;
  1853. rs.tid = tid;
  1854. rs.bid.insert(bid);
  1855. rs.destroyed = t->destroyed + 1;
  1856. sendAndApply(&rs);
  1857. //TODO: Remove dwellers
  1858. // if (t->subID == 4 && bid == 17) //Veil of Darkness
  1859. // {
  1860. // RemoveBonus rb(RemoveBonus::TOWN);
  1861. // rb.whoID = t->id;
  1862. // rb.source = BonusSource::TOWN_STRUCTURE;
  1863. // rb.id = 17;
  1864. // sendAndApply(&rb);
  1865. // }
  1866. return true;
  1867. }
  1868. bool CGameHandler::recruitCreatures(ObjectInstanceID objid, ObjectInstanceID dstid, CreatureID crid, ui32 cram, si32 fromLvl, PlayerColor player)
  1869. {
  1870. const CGDwelling * dwelling = dynamic_cast<const CGDwelling *>(getObj(objid));
  1871. const CGTownInstance * town = dynamic_cast<const CGTownInstance *>(getObj(objid));
  1872. const CArmedInstance * army = dynamic_cast<const CArmedInstance *>(getObj(dstid));
  1873. const CGHeroInstance * hero = dynamic_cast<const CGHeroInstance *>(getObj(dstid));
  1874. const CCreature * c = crid.toCreature();
  1875. const bool warMachine = c->warMachine != ArtifactID::NONE;
  1876. //TODO: check if hero is actually visiting object
  1877. COMPLAIN_RET_FALSE_IF(!dwelling || !army, "Cannot recruit: invalid object!");
  1878. COMPLAIN_RET_FALSE_IF(dwelling->getOwner() != player && dwelling->getOwner() != PlayerColor::UNFLAGGABLE, "Cannot recruit: dwelling not owned!");
  1879. if (town)
  1880. {
  1881. COMPLAIN_RET_FALSE_IF(town != army && !hero, "Cannot recruit: invalid destination!");
  1882. COMPLAIN_RET_FALSE_IF(hero != town->garrisonHero && hero != town->visitingHero, "Cannot recruit: can only recruit to town or hero in town!!");
  1883. }
  1884. else
  1885. {
  1886. COMPLAIN_RET_FALSE_IF(getVisitingHero(dwelling) != hero, "Cannot recruit: can only recruit by visiting hero!");
  1887. COMPLAIN_RET_FALSE_IF(!hero || hero->getOwner() != player, "Cannot recruit: can only recruit to owned hero!");
  1888. }
  1889. //verify
  1890. bool found = false;
  1891. int level = 0;
  1892. for (; level < dwelling->creatures.size(); level++) //iterate through all levels
  1893. {
  1894. if ((fromLvl != -1) && (level !=fromLvl))
  1895. continue;
  1896. const auto &cur = dwelling->creatures.at(level); //current level info <amount, list of cr. ids>
  1897. int i = 0;
  1898. for (; i < cur.second.size(); i++) //look for crid among available creatures list on current level
  1899. if (cur.second.at(i) == crid)
  1900. break;
  1901. if (i < cur.second.size())
  1902. {
  1903. found = true;
  1904. cram = std::min(cram, cur.first); //reduce recruited amount up to available amount
  1905. break;
  1906. }
  1907. }
  1908. SlotID slot = army->getSlotFor(crid);
  1909. if ((!found && complain("Cannot recruit: no such creatures!"))
  1910. || ((si32)cram > VLC->creh->objects.at(crid)->maxAmount(getPlayerState(army->tempOwner)->resources) && complain("Cannot recruit: lack of resources!"))
  1911. || (cram<=0 && complain("Cannot recruit: cram <= 0!"))
  1912. || (!slot.validSlot() && !warMachine && complain("Cannot recruit: no available slot!")))
  1913. {
  1914. return false;
  1915. }
  1916. //recruit
  1917. TResources cost = (c->getFullRecruitCost() * cram);
  1918. giveResources(army->tempOwner, -cost);
  1919. gs->statistic.accumulatedValues[army->tempOwner].spentResourcesForArmy += cost;
  1920. SetAvailableCreatures sac;
  1921. sac.tid = objid;
  1922. sac.creatures = dwelling->creatures;
  1923. sac.creatures[level].first -= cram;
  1924. sendAndApply(&sac);
  1925. if (warMachine)
  1926. {
  1927. ArtifactID artId = c->warMachine;
  1928. const CArtifact * art = artId.toArtifact();
  1929. COMPLAIN_RET_FALSE_IF(!hero, "Only hero can buy war machines");
  1930. COMPLAIN_RET_FALSE_IF(artId == ArtifactID::CATAPULT, "Catapult cannot be recruited!");
  1931. COMPLAIN_RET_FALSE_IF(nullptr == art, "Invalid war machine artifact");
  1932. return giveHeroNewArtifact(hero, artId, ArtifactPosition::FIRST_AVAILABLE);
  1933. }
  1934. else
  1935. {
  1936. addToSlot(StackLocation(army, slot), c, cram);
  1937. }
  1938. return true;
  1939. }
  1940. bool CGameHandler::upgradeCreature(ObjectInstanceID objid, SlotID pos, CreatureID upgID)
  1941. {
  1942. const CArmedInstance * obj = static_cast<const CArmedInstance *>(getObjInstance(objid));
  1943. if (!obj->hasStackAtSlot(pos))
  1944. {
  1945. COMPLAIN_RET("Cannot upgrade, no stack at slot " + std::to_string(pos));
  1946. }
  1947. UpgradeInfo ui;
  1948. fillUpgradeInfo(obj, pos, ui);
  1949. PlayerColor player = obj->tempOwner;
  1950. const PlayerState *p = getPlayerState(player);
  1951. int crQuantity = obj->stacks.at(pos)->count;
  1952. int newIDpos= vstd::find_pos(ui.newID, upgID);//get position of new id in UpgradeInfo
  1953. //check if upgrade is possible
  1954. if ((ui.oldID == CreatureID::NONE || newIDpos == -1) && complain("That upgrade is not possible!"))
  1955. {
  1956. return false;
  1957. }
  1958. TResources totalCost = ui.cost.at(newIDpos) * crQuantity;
  1959. //check if player has enough resources
  1960. if (!p->resources.canAfford(totalCost))
  1961. COMPLAIN_RET("Cannot upgrade, not enough resources!");
  1962. //take resources
  1963. giveResources(player, -totalCost);
  1964. gs->statistic.accumulatedValues[player].spentResourcesForArmy += totalCost;
  1965. //upgrade creature
  1966. changeStackType(StackLocation(obj, pos), upgID.toCreature());
  1967. return true;
  1968. }
  1969. bool CGameHandler::changeStackType(const StackLocation &sl, const CCreature *c)
  1970. {
  1971. if (!sl.army->hasStackAtSlot(sl.slot))
  1972. COMPLAIN_RET("Cannot find a stack to change type");
  1973. SetStackType sst;
  1974. sst.army = sl.army->id;
  1975. sst.slot = sl.slot;
  1976. sst.type = c->getId();
  1977. sendAndApply(&sst);
  1978. return true;
  1979. }
  1980. void CGameHandler::moveArmy(const CArmedInstance *src, const CArmedInstance *dst, bool allowMerging)
  1981. {
  1982. assert(src->canBeMergedWith(*dst, allowMerging));
  1983. while(src->stacksCount())//while there are unmoved creatures
  1984. {
  1985. auto i = src->Slots().begin(); //iterator to stack to move
  1986. StackLocation sl(src, i->first); //location of stack to move
  1987. SlotID pos = dst->getSlotFor(i->second->type);
  1988. if (!pos.validSlot())
  1989. {
  1990. //try to merge two other stacks to make place
  1991. std::pair<SlotID, SlotID> toMerge;
  1992. if (dst->mergeableStacks(toMerge, i->first) && allowMerging)
  1993. {
  1994. moveStack(StackLocation(dst, toMerge.first), StackLocation(dst, toMerge.second)); //merge toMerge.first into toMerge.second
  1995. assert(!dst->hasStackAtSlot(toMerge.first)); //we have now a new free slot
  1996. moveStack(sl, StackLocation(dst, toMerge.first)); //move stack to freed slot
  1997. }
  1998. else
  1999. {
  2000. complain("Unexpected failure during an attempt to move army from " + src->nodeName() + " to " + dst->nodeName() + "!");
  2001. return;
  2002. }
  2003. }
  2004. else
  2005. {
  2006. moveStack(sl, StackLocation(dst, pos));
  2007. }
  2008. }
  2009. }
  2010. bool CGameHandler::swapGarrisonOnSiege(ObjectInstanceID tid)
  2011. {
  2012. const CGTownInstance * town = getTown(tid);
  2013. if(!town->garrisonHero == !town->visitingHero)
  2014. return false;
  2015. SetHeroesInTown intown;
  2016. intown.tid = tid;
  2017. if(town->garrisonHero) //garrison -> vising
  2018. {
  2019. intown.garrison = ObjectInstanceID();
  2020. intown.visiting = town->garrisonHero->id;
  2021. }
  2022. else //visiting -> garrison
  2023. {
  2024. if(town->armedGarrison())
  2025. town->mergeGarrisonOnSiege();
  2026. intown.visiting = ObjectInstanceID();
  2027. intown.garrison = town->visitingHero->id;
  2028. }
  2029. sendAndApply(&intown);
  2030. return true;
  2031. }
  2032. bool CGameHandler::garrisonSwap(ObjectInstanceID tid)
  2033. {
  2034. const CGTownInstance * town = getTown(tid);
  2035. if (!town->garrisonHero && town->visitingHero) //visiting => garrison, merge armies: town army => hero army
  2036. {
  2037. if (!town->visitingHero->canBeMergedWith(*town))
  2038. {
  2039. complain("Cannot make garrison swap, not enough free slots!");
  2040. return false;
  2041. }
  2042. moveArmy(town, town->visitingHero, true);
  2043. SetHeroesInTown intown;
  2044. intown.tid = tid;
  2045. intown.visiting = ObjectInstanceID();
  2046. intown.garrison = town->visitingHero->id;
  2047. sendAndApply(&intown);
  2048. return true;
  2049. }
  2050. else if (town->garrisonHero && !town->visitingHero) //move hero out of the garrison
  2051. {
  2052. int mapCap = getSettings().getInteger(EGameSettings::HEROES_PER_PLAYER_ON_MAP_CAP);
  2053. //check if moving hero out of town will break wandering heroes limit
  2054. if (getHeroCount(town->garrisonHero->tempOwner,false) >= mapCap)
  2055. {
  2056. complain("Cannot move hero out of the garrison, there are already " + std::to_string(mapCap) + " wandering heroes!");
  2057. return false;
  2058. }
  2059. SetHeroesInTown intown;
  2060. intown.tid = tid;
  2061. intown.garrison = ObjectInstanceID();
  2062. intown.visiting = town->garrisonHero->id;
  2063. sendAndApply(&intown);
  2064. return true;
  2065. }
  2066. else if (!!town->garrisonHero && town->visitingHero) //swap visiting and garrison hero
  2067. {
  2068. SetHeroesInTown intown;
  2069. intown.tid = tid;
  2070. intown.garrison = town->visitingHero->id;
  2071. intown.visiting = town->garrisonHero->id;
  2072. sendAndApply(&intown);
  2073. return true;
  2074. }
  2075. else
  2076. {
  2077. complain("Cannot swap garrison hero!");
  2078. return false;
  2079. }
  2080. }
  2081. // With the amount of changes done to the function, it's more like transferArtifacts.
  2082. // Function moves artifact from src to dst. If dst is not a backpack and is already occupied, old dst art goes to backpack and is replaced.
  2083. bool CGameHandler::moveArtifact(const PlayerColor & player, const ArtifactLocation & src, const ArtifactLocation & dst)
  2084. {
  2085. const auto srcArtSet = getArtSet(src);
  2086. const auto dstArtSet = getArtSet(dst);
  2087. assert(srcArtSet);
  2088. assert(dstArtSet);
  2089. // Make sure exchange is even possible between the two heroes.
  2090. if(!isAllowedExchange(src.artHolder, dst.artHolder))
  2091. COMPLAIN_RET("That heroes cannot make any exchange!");
  2092. COMPLAIN_RET_FALSE_IF(!ArtifactUtils::checkIfSlotValid(*srcArtSet, src.slot), "moveArtifact: wrong artifact source slot");
  2093. const auto srcArtifact = srcArtSet->getArt(src.slot);
  2094. auto dstSlot = dst.slot;
  2095. if(dstSlot == ArtifactPosition::FIRST_AVAILABLE)
  2096. dstSlot = ArtifactUtils::getArtAnyPosition(dstArtSet, srcArtifact->getTypeId());
  2097. if(!ArtifactUtils::checkIfSlotValid(*dstArtSet, dstSlot))
  2098. return true;
  2099. const auto dstArtifact = dstArtSet->getArt(dstSlot);
  2100. const bool isDstSlotOccupied = dstArtSet->bearerType() == ArtBearer::ALTAR ? false : dstArtifact != nullptr;
  2101. const bool isDstSlotBackpack = dstArtSet->bearerType() == ArtBearer::HERO ? ArtifactUtils::isSlotBackpack(dstSlot) : false;
  2102. if(srcArtifact == nullptr)
  2103. COMPLAIN_RET("No artifact to move!");
  2104. if(isDstSlotOccupied && getOwner(src.artHolder) != getOwner(dst.artHolder) && !isDstSlotBackpack)
  2105. COMPLAIN_RET("Can't touch artifact on hero of another player!");
  2106. // Check if src/dest slots are appropriate for the artifacts exchanged.
  2107. // Moving to the backpack is always allowed.
  2108. if((!srcArtifact || !isDstSlotBackpack) && !srcArtifact->canBePutAt(dstArtSet, dstSlot, true))
  2109. COMPLAIN_RET("Cannot move artifact!");
  2110. auto srcSlotInfo = srcArtSet->getSlot(src.slot);
  2111. auto dstSlotInfo = dstArtSet->getSlot(dstSlot);
  2112. if((srcSlotInfo && srcSlotInfo->locked) || (dstSlotInfo && dstSlotInfo->locked))
  2113. COMPLAIN_RET("Cannot move artifact locks.");
  2114. if(isDstSlotBackpack && srcArtifact->artType->isBig())
  2115. COMPLAIN_RET("Cannot put big artifacts in backpack!");
  2116. if(src.slot == ArtifactPosition::MACH4 || dstSlot == ArtifactPosition::MACH4)
  2117. COMPLAIN_RET("Cannot move catapult!");
  2118. if(isDstSlotBackpack && !ArtifactUtils::isBackpackFreeSlots(dstArtSet))
  2119. COMPLAIN_RET("Backpack is full!");
  2120. dstSlot = std::min(dstSlot, ArtifactPosition(ArtifactPosition::BACKPACK_START + dstArtSet->artifactsInBackpack.size()));
  2121. if(src.slot == dstSlot && src.artHolder == dst.artHolder)
  2122. COMPLAIN_RET("Won't move artifact: Dest same as source!");
  2123. BulkMoveArtifacts ma(player, src.artHolder, dst.artHolder, false);
  2124. ma.srcCreature = src.creature;
  2125. ma.dstCreature = dst.creature;
  2126. // Check if dst slot is occupied
  2127. if(!isDstSlotBackpack && isDstSlotOccupied)
  2128. {
  2129. // Previous artifact must be swapped
  2130. COMPLAIN_RET_FALSE_IF(!dstArtifact->canBePutAt(srcArtSet, src.slot, true), "Cannot swap artifacts!");
  2131. ma.artsPack1.push_back(BulkMoveArtifacts::LinkedSlots(dstSlot, src.slot));
  2132. }
  2133. auto hero = getHero(dst.artHolder);
  2134. if(ArtifactUtils::checkSpellbookIsNeeded(hero, srcArtifact->artType->getId(), dstSlot))
  2135. giveHeroNewArtifact(hero, ArtifactID::SPELLBOOK, ArtifactPosition::SPELLBOOK);
  2136. ma.artsPack0.push_back(BulkMoveArtifacts::LinkedSlots(src.slot, dstSlot));
  2137. if(src.artHolder != dst.artHolder)
  2138. ma.artsPack0.back().askAssemble = true;
  2139. sendAndApply(&ma);
  2140. return true;
  2141. }
  2142. bool CGameHandler::bulkMoveArtifacts(const PlayerColor & player, ObjectInstanceID srcId, ObjectInstanceID dstId, bool swap, bool equipped, bool backpack)
  2143. {
  2144. // Make sure exchange is even possible between the two heroes.
  2145. if(!isAllowedExchange(srcId, dstId))
  2146. COMPLAIN_RET("That heroes cannot make any exchange!");
  2147. auto psrcSet = getArtSet(srcId);
  2148. auto pdstSet = getArtSet(dstId);
  2149. if((!psrcSet) || (!pdstSet))
  2150. COMPLAIN_RET("bulkMoveArtifacts: wrong hero's ID");
  2151. BulkMoveArtifacts ma(player, srcId, dstId, swap);
  2152. auto & slotsSrcDst = ma.artsPack0;
  2153. auto & slotsDstSrc = ma.artsPack1;
  2154. // Temporary fitting set for artifacts. Used to select available slots before sending data.
  2155. CArtifactFittingSet artFittingSet(pdstSet->bearerType());
  2156. auto moveArtifact = [this, &artFittingSet, dstId](const CArtifactInstance * artifact,
  2157. ArtifactPosition srcSlot, std::vector<BulkMoveArtifacts::LinkedSlots> & slots) -> void
  2158. {
  2159. assert(artifact);
  2160. auto dstSlot = ArtifactUtils::getArtAnyPosition(&artFittingSet, artifact->getTypeId());
  2161. if(dstSlot != ArtifactPosition::PRE_FIRST)
  2162. {
  2163. artFittingSet.putArtifact(dstSlot, static_cast<ConstTransitivePtr<CArtifactInstance>>(artifact));
  2164. slots.push_back(BulkMoveArtifacts::LinkedSlots(srcSlot, dstSlot));
  2165. // TODO Shouldn't be here. Possibly in callback after equipping the artifact
  2166. if(auto dstHero = getHero(dstId))
  2167. {
  2168. if(ArtifactUtils::checkSpellbookIsNeeded(dstHero, artifact->getTypeId(), dstSlot))
  2169. giveHeroNewArtifact(dstHero, ArtifactID::SPELLBOOK, ArtifactPosition::SPELLBOOK);
  2170. }
  2171. }
  2172. };
  2173. if(swap)
  2174. {
  2175. auto moveArtsWorn = [moveArtifact](const CArtifactSet * srcArtSet, std::vector<BulkMoveArtifacts::LinkedSlots> & slots)
  2176. {
  2177. for(auto & artifact : srcArtSet->artifactsWorn)
  2178. {
  2179. if(ArtifactUtils::isArtRemovable(artifact))
  2180. moveArtifact(artifact.second.getArt(), artifact.first, slots);
  2181. }
  2182. };
  2183. auto moveArtsInBackpack = [](const CArtifactSet * artSet,
  2184. std::vector<BulkMoveArtifacts::LinkedSlots> & slots) -> void
  2185. {
  2186. for(auto & slotInfo : artSet->artifactsInBackpack)
  2187. {
  2188. auto slot = artSet->getArtPos(slotInfo.artifact);
  2189. slots.push_back(BulkMoveArtifacts::LinkedSlots(slot, slot));
  2190. }
  2191. };
  2192. if(equipped)
  2193. {
  2194. // Move over artifacts that are worn srcHero -> dstHero
  2195. moveArtsWorn(psrcSet, slotsSrcDst);
  2196. artFittingSet.artifactsWorn.clear();
  2197. // Move over artifacts that are worn dstHero -> srcHero
  2198. moveArtsWorn(pdstSet, slotsDstSrc);
  2199. }
  2200. if(backpack)
  2201. {
  2202. // Move over artifacts that are in backpack srcHero -> dstHero
  2203. moveArtsInBackpack(psrcSet, slotsSrcDst);
  2204. // Move over artifacts that are in backpack dstHero -> srcHero
  2205. moveArtsInBackpack(pdstSet, slotsDstSrc);
  2206. }
  2207. }
  2208. else
  2209. {
  2210. artFittingSet.artifactsInBackpack = pdstSet->artifactsInBackpack;
  2211. artFittingSet.artifactsWorn = pdstSet->artifactsWorn;
  2212. if(equipped)
  2213. {
  2214. // Move over artifacts that are worn
  2215. for(auto & artInfo : psrcSet->artifactsWorn)
  2216. {
  2217. if(ArtifactUtils::isArtRemovable(artInfo))
  2218. {
  2219. moveArtifact(psrcSet->getArt(artInfo.first), artInfo.first, slotsSrcDst);
  2220. }
  2221. }
  2222. }
  2223. if(backpack)
  2224. {
  2225. // Move over artifacts that are in backpack
  2226. for(auto & slotInfo : psrcSet->artifactsInBackpack)
  2227. {
  2228. moveArtifact(psrcSet->getArt(psrcSet->getArtPos(slotInfo.artifact)),
  2229. psrcSet->getArtPos(slotInfo.artifact), slotsSrcDst);
  2230. }
  2231. }
  2232. }
  2233. sendAndApply(&ma);
  2234. return true;
  2235. }
  2236. bool CGameHandler::scrollBackpackArtifacts(const PlayerColor & player, const ObjectInstanceID heroID, bool left)
  2237. {
  2238. const auto artSet = getArtSet(heroID);
  2239. COMPLAIN_RET_FALSE_IF(artSet == nullptr, "scrollBackpackArtifacts: wrong hero's ID");
  2240. BulkMoveArtifacts bma(player, heroID, heroID, false);
  2241. const auto backpackEnd = ArtifactPosition(ArtifactPosition::BACKPACK_START + artSet->artifactsInBackpack.size() - 1);
  2242. if(backpackEnd > ArtifactPosition::BACKPACK_START)
  2243. {
  2244. if(left)
  2245. bma.artsPack0.push_back(BulkMoveArtifacts::LinkedSlots(backpackEnd, ArtifactPosition::BACKPACK_START));
  2246. else
  2247. bma.artsPack0.push_back(BulkMoveArtifacts::LinkedSlots(ArtifactPosition::BACKPACK_START, backpackEnd));
  2248. sendAndApply(&bma);
  2249. }
  2250. return true;
  2251. }
  2252. bool CGameHandler::saveArtifactsCostume(const PlayerColor & player, const ObjectInstanceID heroID, uint32_t costumeIdx)
  2253. {
  2254. auto artSet = getArtSet(heroID);
  2255. COMPLAIN_RET_FALSE_IF(artSet == nullptr, "saveArtifactsCostume: wrong hero's ID");
  2256. ChangeArtifactsCostume costume(player, costumeIdx);
  2257. for(const auto & slot : ArtifactUtils::commonWornSlots())
  2258. {
  2259. if(const auto slotInfo = artSet->getSlot(slot); slotInfo != nullptr && !slotInfo->locked)
  2260. costume.costumeSet.emplace(slot, slotInfo->getArt()->getTypeId());
  2261. }
  2262. sendAndApply(&costume);
  2263. return true;
  2264. }
  2265. bool CGameHandler::switchArtifactsCostume(const PlayerColor & player, const ObjectInstanceID heroID, uint32_t costumeIdx)
  2266. {
  2267. const auto artSet = getArtSet(heroID);
  2268. COMPLAIN_RET_FALSE_IF(artSet == nullptr, "switchArtifactsCostume: wrong hero's ID");
  2269. const auto playerState = getPlayerState(player);
  2270. COMPLAIN_RET_FALSE_IF(playerState == nullptr, "switchArtifactsCostume: wrong player");
  2271. if(auto costume = playerState->costumesArtifacts.find(costumeIdx); costume != playerState->costumesArtifacts.end())
  2272. {
  2273. CArtifactFittingSet artFittingSet(*artSet);
  2274. BulkMoveArtifacts bma(player, heroID, heroID, false);
  2275. auto costumeArtMap = costume->second;
  2276. auto estimateBackpackSize = artSet->artifactsInBackpack.size();
  2277. // First, find those artifacts that are already in place
  2278. for(const auto & slot : ArtifactUtils::commonWornSlots())
  2279. {
  2280. if(const auto * slotInfo = artFittingSet.getSlot(slot); slotInfo != nullptr && !slotInfo->locked)
  2281. if(const auto artPos = costumeArtMap.find(slot); artPos != costumeArtMap.end() && artPos->second == slotInfo->getArt()->getTypeId())
  2282. {
  2283. costumeArtMap.erase(artPos);
  2284. artFittingSet.removeArtifact(slot);
  2285. }
  2286. }
  2287. // Second, find the necessary artifacts for the costume
  2288. for(const auto & artPos : costumeArtMap)
  2289. {
  2290. if(const auto availableArts = artFittingSet.getAllArtPositions(artPos.second, false, false, false); !availableArts.empty())
  2291. {
  2292. bma.artsPack0.emplace_back(BulkMoveArtifacts::LinkedSlots
  2293. {
  2294. artSet->getArtPos(artFittingSet.getArt(availableArts.front())),
  2295. artPos.first
  2296. });
  2297. artFittingSet.removeArtifact(availableArts.front());
  2298. if(ArtifactUtils::isSlotBackpack(availableArts.front()))
  2299. estimateBackpackSize--;
  2300. }
  2301. }
  2302. // Third, put unnecessary artifacts into backpack
  2303. for(const auto & slot : ArtifactUtils::commonWornSlots())
  2304. if(artFittingSet.getArt(slot))
  2305. {
  2306. bma.artsPack0.emplace_back(BulkMoveArtifacts::LinkedSlots{slot, ArtifactPosition::BACKPACK_START});
  2307. estimateBackpackSize++;
  2308. }
  2309. const auto backpackCap = getSettings().getInteger(EGameSettings::HEROES_BACKPACK_CAP);
  2310. if((backpackCap < 0 || estimateBackpackSize <= backpackCap) && !bma.artsPack0.empty())
  2311. sendAndApply(&bma);
  2312. }
  2313. return true;
  2314. }
  2315. /**
  2316. * Assembles or disassembles a combination artifact.
  2317. * @param heroID ID of hero holding the artifact(s).
  2318. * @param artifactSlot The worn slot ID of the combination- or constituent artifact.
  2319. * @param assemble True for assembly operation, false for disassembly.
  2320. * @param assembleTo If assemble is true, this represents the artifact ID of the combination
  2321. * artifact to assemble to. Otherwise it's not used.
  2322. */
  2323. bool CGameHandler::assembleArtifacts(ObjectInstanceID heroID, ArtifactPosition artifactSlot, bool assemble, ArtifactID assembleTo)
  2324. {
  2325. const CGHeroInstance * hero = getHero(heroID);
  2326. const CArtifactInstance * destArtifact = hero->getArt(artifactSlot);
  2327. if(!destArtifact)
  2328. COMPLAIN_RET("assembleArtifacts: there is no such artifact instance!");
  2329. const auto dstLoc = ArtifactLocation(hero->id, artifactSlot);
  2330. if(assemble)
  2331. {
  2332. const CArtifact * combinedArt = assembleTo.toArtifact();
  2333. if(!combinedArt->isCombined())
  2334. COMPLAIN_RET("assembleArtifacts: Artifact being attempted to assemble is not a combined artifacts!");
  2335. if(!vstd::contains(ArtifactUtils::assemblyPossibilities(hero, destArtifact->getTypeId()), combinedArt))
  2336. {
  2337. COMPLAIN_RET("assembleArtifacts: It's impossible to assemble requested artifact!");
  2338. }
  2339. if(!destArtifact->canBePutAt(hero, artifactSlot, true)
  2340. && !destArtifact->canBePutAt(hero, ArtifactPosition::BACKPACK_START, true))
  2341. {
  2342. COMPLAIN_RET("assembleArtifacts: It's impossible to give the artholder requested artifact!");
  2343. }
  2344. if(ArtifactUtils::checkSpellbookIsNeeded(hero, assembleTo, artifactSlot))
  2345. giveHeroNewArtifact(hero, ArtifactID::SPELLBOOK, ArtifactPosition::SPELLBOOK);
  2346. AssembledArtifact aa;
  2347. aa.al = dstLoc;
  2348. aa.builtArt = combinedArt;
  2349. sendAndApply(&aa);
  2350. }
  2351. else
  2352. {
  2353. if(!destArtifact->isCombined())
  2354. COMPLAIN_RET("assembleArtifacts: Artifact being attempted to disassemble is not a combined artifact!");
  2355. if(ArtifactUtils::isSlotBackpack(artifactSlot)
  2356. && !ArtifactUtils::isBackpackFreeSlots(hero, destArtifact->artType->getConstituents().size() - 1))
  2357. COMPLAIN_RET("assembleArtifacts: Artifact being attempted to disassemble but backpack is full!");
  2358. DisassembledArtifact da;
  2359. da.al = dstLoc;
  2360. sendAndApply(&da);
  2361. }
  2362. return true;
  2363. }
  2364. bool CGameHandler::eraseArtifactByClient(const ArtifactLocation & al)
  2365. {
  2366. const auto * hero = getHero(al.artHolder);
  2367. if(hero == nullptr)
  2368. COMPLAIN_RET("eraseArtifactByClient: wrong hero's ID");
  2369. const auto * art = hero->getArt(al.slot);
  2370. if(art == nullptr)
  2371. COMPLAIN_RET("Cannot remove artifact!");
  2372. if(art->canBePutAt(hero) || al.slot != ArtifactPosition::TRANSITION_POS)
  2373. COMPLAIN_RET("Illegal artifact removal request");
  2374. removeArtifact(al);
  2375. return true;
  2376. }
  2377. bool CGameHandler::buyArtifact(ObjectInstanceID hid, ArtifactID aid)
  2378. {
  2379. const CGHeroInstance * hero = getHero(hid);
  2380. COMPLAIN_RET_FALSE_IF(nullptr == hero, "Invalid hero index");
  2381. const CGTownInstance * town = hero->visitedTown;
  2382. COMPLAIN_RET_FALSE_IF(nullptr == town, "Hero not in town");
  2383. if (aid==ArtifactID::SPELLBOOK)
  2384. {
  2385. if ((!town->hasBuilt(BuildingID::MAGES_GUILD_1) && complain("Cannot buy a spellbook, no mage guild in the town!"))
  2386. || (getResource(hero->getOwner(), EGameResID::GOLD) < GameConstants::SPELLBOOK_GOLD_COST && complain("Cannot buy a spellbook, not enough gold!"))
  2387. || (hero->getArt(ArtifactPosition::SPELLBOOK) && complain("Cannot buy a spellbook, hero already has a one!"))
  2388. )
  2389. return false;
  2390. giveResource(hero->getOwner(),EGameResID::GOLD,-GameConstants::SPELLBOOK_GOLD_COST);
  2391. giveHeroNewArtifact(hero, ArtifactID::SPELLBOOK, ArtifactPosition::SPELLBOOK);
  2392. assert(hero->getArt(ArtifactPosition::SPELLBOOK));
  2393. giveSpells(town,hero);
  2394. return true;
  2395. }
  2396. else
  2397. {
  2398. const CArtifact * art = aid.toArtifact();
  2399. COMPLAIN_RET_FALSE_IF(nullptr == art, "Invalid artifact index to buy");
  2400. COMPLAIN_RET_FALSE_IF(art->getWarMachine() == CreatureID::NONE, "War machine artifact required");
  2401. COMPLAIN_RET_FALSE_IF(hero->hasArt(aid),"Hero already has this machine!");
  2402. const int price = art->getPrice();
  2403. COMPLAIN_RET_FALSE_IF(getPlayerState(hero->getOwner())->resources[EGameResID::GOLD] < price, "Not enough gold!");
  2404. if(town->isWarMachineAvailable(aid))
  2405. {
  2406. bool hasFreeSlot = false;
  2407. for(auto slot : art->getPossibleSlots().at(ArtBearer::HERO))
  2408. if (hero->getArt(slot) == nullptr)
  2409. hasFreeSlot = true;
  2410. if (!hasFreeSlot)
  2411. {
  2412. auto slot = art->getPossibleSlots().at(ArtBearer::HERO).front();
  2413. removeArtifact(ArtifactLocation(hero->id, slot));
  2414. }
  2415. giveResource(hero->getOwner(),EGameResID::GOLD,-price);
  2416. return giveHeroNewArtifact(hero, aid, ArtifactPosition::FIRST_AVAILABLE);
  2417. }
  2418. else
  2419. COMPLAIN_RET("This machine is unavailable here!");
  2420. }
  2421. }
  2422. bool CGameHandler::buyArtifact(const IMarket *m, const CGHeroInstance *h, GameResID rid, ArtifactID aid)
  2423. {
  2424. if(!h)
  2425. COMPLAIN_RET("Only hero can buy artifacts!");
  2426. if (!vstd::contains(m->availableItemsIds(EMarketMode::RESOURCE_ARTIFACT), aid))
  2427. COMPLAIN_RET("That artifact is unavailable!");
  2428. int b1;
  2429. int b2;
  2430. m->getOffer(rid, aid, b1, b2, EMarketMode::RESOURCE_ARTIFACT);
  2431. if (getResource(h->tempOwner, rid) < b1)
  2432. COMPLAIN_RET("You can't afford to buy this artifact!");
  2433. giveResource(h->tempOwner, rid, -b1);
  2434. SetAvailableArtifacts saa;
  2435. if(dynamic_cast<const CGTownInstance *>(m))
  2436. {
  2437. saa.id = ObjectInstanceID::NONE;
  2438. saa.arts = gs->map->townMerchantArtifacts;
  2439. }
  2440. else if(const CGBlackMarket *bm = dynamic_cast<const CGBlackMarket *>(m)) //black market
  2441. {
  2442. saa.id = bm->id;
  2443. saa.arts = bm->artifacts;
  2444. }
  2445. else
  2446. COMPLAIN_RET("Wrong marktet...");
  2447. bool found = false;
  2448. for (const CArtifact *&art : saa.arts)
  2449. {
  2450. if (art && art->getId() == aid)
  2451. {
  2452. art = nullptr;
  2453. found = true;
  2454. break;
  2455. }
  2456. }
  2457. if (!found)
  2458. COMPLAIN_RET("Cannot find selected artifact on the list");
  2459. sendAndApply(&saa);
  2460. giveHeroNewArtifact(h, aid, ArtifactPosition::FIRST_AVAILABLE);
  2461. return true;
  2462. }
  2463. bool CGameHandler::sellArtifact(const IMarket *m, const CGHeroInstance *h, ArtifactInstanceID aid, GameResID rid)
  2464. {
  2465. COMPLAIN_RET_FALSE_IF((!h), "Only hero can sell artifacts!");
  2466. const CArtifactInstance *art = h->getArtByInstanceId(aid);
  2467. COMPLAIN_RET_FALSE_IF((!art), "There is no artifact to sell!");
  2468. COMPLAIN_RET_FALSE_IF((!art->artType->isTradable()), "Cannot sell a war machine or spellbook!");
  2469. int resVal = 0;
  2470. int dump = 1;
  2471. m->getOffer(art->artType->getId(), rid, dump, resVal, EMarketMode::ARTIFACT_RESOURCE);
  2472. removeArtifact(ArtifactLocation(h->id, h->getArtPos(art)));
  2473. giveResource(h->tempOwner, rid, resVal);
  2474. return true;
  2475. }
  2476. bool CGameHandler::buySecSkill(const IMarket *m, const CGHeroInstance *h, SecondarySkill skill)
  2477. {
  2478. if (!h)
  2479. COMPLAIN_RET("You need hero to buy a skill!");
  2480. if (h->getSecSkillLevel(SecondarySkill(skill)))
  2481. COMPLAIN_RET("Hero already know this skill");
  2482. if (!h->canLearnSkill())
  2483. COMPLAIN_RET("Hero can't learn any more skills");
  2484. if (!h->canLearnSkill(skill))
  2485. COMPLAIN_RET("The hero can't learn this skill!");
  2486. if (!vstd::contains(m->availableItemsIds(EMarketMode::RESOURCE_SKILL), skill))
  2487. COMPLAIN_RET("That skill is unavailable!");
  2488. if (getResource(h->tempOwner, EGameResID::GOLD) < GameConstants::SKILL_GOLD_COST)//TODO: remove hardcoded resource\summ?
  2489. COMPLAIN_RET("You can't afford to buy this skill");
  2490. giveResource(h->tempOwner, EGameResID::GOLD, -GameConstants::SKILL_GOLD_COST);
  2491. changeSecSkill(h, skill, 1, true);
  2492. return true;
  2493. }
  2494. bool CGameHandler::tradeResources(const IMarket *market, ui32 amountToSell, PlayerColor player, GameResID toSell, GameResID toBuy)
  2495. {
  2496. TResourceCap haveToSell = getPlayerState(player)->resources[toSell];
  2497. vstd::amin(amountToSell, haveToSell); //can't trade more resources than have
  2498. int b1; //base quantities for trade
  2499. int b2;
  2500. market->getOffer(toSell, toBuy, b1, b2, EMarketMode::RESOURCE_RESOURCE);
  2501. int amountToBoy = amountToSell / b1; //how many base quantities we trade
  2502. if (amountToSell % b1 != 0) //all offered units of resource should be used, if not -> somewhere in calculations must be an error
  2503. {
  2504. COMPLAIN_RET("Invalid deal, not all offered units of resource were used.");
  2505. }
  2506. giveResource(player, toSell, -b1 * amountToBoy);
  2507. giveResource(player, toBuy, b2 * amountToBoy);
  2508. gs->statistic.accumulatedValues[player].tradeVolume[toSell] += -b1 * amountToBoy;
  2509. gs->statistic.accumulatedValues[player].tradeVolume[toBuy] += b2 * amountToBoy;
  2510. return true;
  2511. }
  2512. bool CGameHandler::sellCreatures(ui32 count, const IMarket *market, const CGHeroInstance * hero, SlotID slot, GameResID resourceID)
  2513. {
  2514. if(!hero)
  2515. COMPLAIN_RET("Only hero can sell creatures!");
  2516. if (!vstd::contains(hero->Slots(), slot))
  2517. COMPLAIN_RET("Hero doesn't have any creature in that slot!");
  2518. const CStackInstance &s = hero->getStack(slot);
  2519. if (s.count < (TQuantity)count //can't sell more creatures than have
  2520. || (hero->stacksCount() == 1 && hero->needsLastStack() && s.count == count)) //can't sell last stack
  2521. {
  2522. COMPLAIN_RET("Not enough creatures in army!");
  2523. }
  2524. int b1; //base quantities for trade
  2525. int b2;
  2526. market->getOffer(s.type->getId(), resourceID, b1, b2, EMarketMode::CREATURE_RESOURCE);
  2527. int units = count / b1; //how many base quantities we trade
  2528. if (count%b1) //all offered units of resource should be used, if not -> somewhere in calculations must be an error
  2529. {
  2530. //TODO: complain?
  2531. assert(0);
  2532. }
  2533. changeStackCount(StackLocation(hero, slot), -(TQuantity)count);
  2534. giveResource(hero->tempOwner, resourceID, b2 * units);
  2535. return true;
  2536. }
  2537. bool CGameHandler::transformInUndead(const IMarket *market, const CGHeroInstance * hero, SlotID slot)
  2538. {
  2539. const CArmedInstance *army = nullptr;
  2540. if (hero)
  2541. army = hero;
  2542. else
  2543. army = dynamic_cast<const CGTownInstance *>(market);
  2544. if (!army)
  2545. COMPLAIN_RET("Incorrect call to transform in undead!");
  2546. if (!army->hasStackAtSlot(slot))
  2547. COMPLAIN_RET("Army doesn't have any creature in that slot!");
  2548. const CStackInstance &s = army->getStack(slot);
  2549. //resulting creature - bone dragons or skeletons
  2550. CreatureID resCreature = CreatureID::SKELETON;
  2551. if ((s.hasBonusOfType(BonusType::DRAGON_NATURE)
  2552. && !(s.hasBonusOfType(BonusType::UNDEAD)))
  2553. || (s.getCreatureID() == CreatureID::HYDRA)
  2554. || (s.getCreatureID() == CreatureID::CHAOS_HYDRA))
  2555. resCreature = CreatureID::BONE_DRAGON;
  2556. changeStackType(StackLocation(army, slot), resCreature.toCreature());
  2557. return true;
  2558. }
  2559. bool CGameHandler::sendResources(ui32 val, PlayerColor player, GameResID r1, PlayerColor r2)
  2560. {
  2561. const PlayerState *p2 = getPlayerState(r2, false);
  2562. if (!p2 || p2->status != EPlayerStatus::INGAME)
  2563. {
  2564. complain("Dest player must be in game!");
  2565. return false;
  2566. }
  2567. TResourceCap curRes1 = getPlayerState(player)->resources[r1];
  2568. vstd::amin(val, curRes1);
  2569. giveResource(player, r1, -(int)val);
  2570. giveResource(r2, r1, val);
  2571. return true;
  2572. }
  2573. bool CGameHandler::setFormation(ObjectInstanceID hid, EArmyFormation formation)
  2574. {
  2575. const CGHeroInstance *h = getHero(hid);
  2576. if (!h)
  2577. {
  2578. logGlobal->error("Hero doesn't exist!");
  2579. return false;
  2580. }
  2581. ChangeFormation cf;
  2582. cf.hid = hid;
  2583. cf.formation = formation;
  2584. sendAndApply(&cf);
  2585. return true;
  2586. }
  2587. bool CGameHandler::queryReply(QueryID qid, std::optional<int32_t> answer, PlayerColor player)
  2588. {
  2589. logGlobal->trace("Player %s attempts answering query %d with answer:", player, qid);
  2590. if (answer)
  2591. logGlobal->trace("%d", *answer);
  2592. auto topQuery = queries->topQuery(player);
  2593. COMPLAIN_RET_FALSE_IF(!topQuery, "This player doesn't have any queries!");
  2594. if(topQuery->queryID != qid)
  2595. {
  2596. auto currentQuery = queries->getQuery(qid);
  2597. if(currentQuery != nullptr && currentQuery->endsByPlayerAnswer())
  2598. currentQuery->setReply(answer);
  2599. COMPLAIN_RET("This player top query has different ID!"); //topQuery->queryID != qid
  2600. }
  2601. COMPLAIN_RET_FALSE_IF(!topQuery->endsByPlayerAnswer(), "This query cannot be ended by player's answer!");
  2602. topQuery->setReply(answer);
  2603. queries->popQuery(topQuery);
  2604. return true;
  2605. }
  2606. bool CGameHandler::complain(const std::string &problem)
  2607. {
  2608. #ifndef ENABLE_GOLDMASTER
  2609. playerMessages->broadcastSystemMessage("Server encountered a problem: " + problem);
  2610. #endif
  2611. logGlobal->error(problem);
  2612. return true;
  2613. }
  2614. void CGameHandler::showGarrisonDialog(ObjectInstanceID upobj, ObjectInstanceID hid, bool removableUnits)
  2615. {
  2616. //PlayerColor player = getOwner(hid);
  2617. auto upperArmy = dynamic_cast<const CArmedInstance*>(getObj(upobj));
  2618. auto lowerArmy = dynamic_cast<const CArmedInstance*>(getObj(hid));
  2619. assert(lowerArmy);
  2620. assert(upperArmy);
  2621. auto garrisonQuery = std::make_shared<CGarrisonDialogQuery>(this, upperArmy, lowerArmy);
  2622. queries->addQuery(garrisonQuery);
  2623. GarrisonDialog gd;
  2624. gd.hid = hid;
  2625. gd.objid = upobj;
  2626. gd.removableUnits = removableUnits;
  2627. gd.queryID = garrisonQuery->queryID;
  2628. sendAndApply(&gd);
  2629. }
  2630. void CGameHandler::showObjectWindow(const CGObjectInstance * object, EOpenWindowMode window, const CGHeroInstance * visitor, bool addQuery)
  2631. {
  2632. OpenWindow pack;
  2633. pack.window = window;
  2634. pack.object = object->id;
  2635. pack.visitor = visitor->id;
  2636. if (addQuery)
  2637. {
  2638. auto windowQuery = std::make_shared<OpenWindowQuery>(this, visitor, window);
  2639. pack.queryID = windowQuery->queryID;
  2640. queries->addQuery(windowQuery);
  2641. }
  2642. sendAndApply(&pack);
  2643. }
  2644. bool CGameHandler::isAllowedExchange(ObjectInstanceID id1, ObjectInstanceID id2)
  2645. {
  2646. if (id1 == id2)
  2647. return true;
  2648. const CGObjectInstance *o1 = getObj(id1);
  2649. const CGObjectInstance *o2 = getObj(id2);
  2650. if (!o1 || !o2)
  2651. return true; //arranging stacks within an object should be always allowed
  2652. if (o1 && o2)
  2653. {
  2654. if (o1->ID == Obj::TOWN)
  2655. {
  2656. const CGTownInstance *t = static_cast<const CGTownInstance*>(o1);
  2657. if (t->visitingHero == o2 || t->garrisonHero == o2)
  2658. return true;
  2659. }
  2660. if (o2->ID == Obj::TOWN)
  2661. {
  2662. const CGTownInstance *t = static_cast<const CGTownInstance*>(o2);
  2663. if (t->visitingHero == o1 || t->garrisonHero == o1)
  2664. return true;
  2665. }
  2666. auto market = getMarket(id1);
  2667. if(market == nullptr)
  2668. market = getMarket(id2);
  2669. if(market)
  2670. return market->allowsTrade(EMarketMode::ARTIFACT_EXP);
  2671. if (o1->ID == Obj::HERO && o2->ID == Obj::HERO)
  2672. {
  2673. const CGHeroInstance *h1 = static_cast<const CGHeroInstance*>(o1);
  2674. const CGHeroInstance *h2 = static_cast<const CGHeroInstance*>(o2);
  2675. // two heroes in same town (garrisoned and visiting)
  2676. if (h1->visitedTown != nullptr && h2->visitedTown != nullptr && h1->visitedTown == h2->visitedTown)
  2677. return true;
  2678. }
  2679. //Ongoing garrison exchange - usually picking from top garison (from o1 to o2), but who knows
  2680. auto dialog = std::dynamic_pointer_cast<CGarrisonDialogQuery>(queries->topQuery(o1->tempOwner));
  2681. if (!dialog)
  2682. {
  2683. dialog = std::dynamic_pointer_cast<CGarrisonDialogQuery>(queries->topQuery(o2->tempOwner));
  2684. }
  2685. if (dialog)
  2686. {
  2687. auto topArmy = dialog->exchangingArmies.at(0);
  2688. auto bottomArmy = dialog->exchangingArmies.at(1);
  2689. if ((topArmy == o1 && bottomArmy == o2) || (bottomArmy == o1 && topArmy == o2))
  2690. return true;
  2691. }
  2692. }
  2693. return false;
  2694. }
  2695. void CGameHandler::objectVisited(const CGObjectInstance * obj, const CGHeroInstance * h)
  2696. {
  2697. using events::ObjectVisitStarted;
  2698. logGlobal->debug("%s visits %s (%d)", h->nodeName(), obj->getObjectName(), obj->ID);
  2699. if (getVisitingHero(obj) != nullptr)
  2700. {
  2701. logGlobal->error("Attempt to visit object that is being visited by another hero!");
  2702. throw std::runtime_error("Can not visit object that is being visited");
  2703. }
  2704. std::shared_ptr<MapObjectVisitQuery> visitQuery;
  2705. auto startVisit = [&](ObjectVisitStarted & event)
  2706. {
  2707. auto visitedObject = obj;
  2708. if(obj->ID == Obj::HERO)
  2709. {
  2710. auto visitedHero = static_cast<const CGHeroInstance *>(obj);
  2711. const auto visitedTown = visitedHero->visitedTown;
  2712. if(visitedTown)
  2713. {
  2714. const bool isEnemy = visitedHero->getOwner() != h->getOwner();
  2715. if(isEnemy && !visitedTown->isBattleOutsideTown(visitedHero))
  2716. visitedObject = visitedTown;
  2717. }
  2718. }
  2719. visitQuery = std::make_shared<MapObjectVisitQuery>(this, visitedObject, h);
  2720. queries->addQuery(visitQuery); //TODO real visit pos
  2721. HeroVisit hv;
  2722. hv.objId = obj->id;
  2723. hv.heroId = h->id;
  2724. hv.player = h->tempOwner;
  2725. hv.starting = true;
  2726. sendAndApply(&hv);
  2727. obj->onHeroVisit(h);
  2728. };
  2729. ObjectVisitStarted::defaultExecute(serverEventBus.get(), startVisit, h->tempOwner, h->id, obj->id);
  2730. if(visitQuery)
  2731. queries->popIfTop(visitQuery); //visit ends here if no queries were created
  2732. }
  2733. void CGameHandler::objectVisitEnded(const CGHeroInstance *h, PlayerColor player)
  2734. {
  2735. using events::ObjectVisitEnded;
  2736. logGlobal->debug("%s visit ends.\n", h->nodeName());
  2737. auto endVisit = [&](ObjectVisitEnded & event)
  2738. {
  2739. HeroVisit hv;
  2740. hv.player = event.getPlayer();
  2741. hv.heroId = event.getHero();
  2742. hv.starting = false;
  2743. sendAndApply(&hv);
  2744. };
  2745. //TODO: ObjectVisitEnded should also have id of visited object,
  2746. //but this requires object being deleted only by `removeAfterVisit()` but not `removeObject()`
  2747. ObjectVisitEnded::defaultExecute(serverEventBus.get(), endVisit, player, h->id);
  2748. }
  2749. bool CGameHandler::buildBoat(ObjectInstanceID objid, PlayerColor playerID)
  2750. {
  2751. const auto *obj = dynamic_cast<const IShipyard *>(getObj(objid));
  2752. if (obj->shipyardStatus() != IBoatGenerator::GOOD)
  2753. {
  2754. complain("Cannot build boat in this shipyard!");
  2755. return false;
  2756. }
  2757. TResources boatCost;
  2758. obj->getBoatCost(boatCost);
  2759. TResources available = getPlayerState(playerID)->resources;
  2760. if (!available.canAfford(boatCost))
  2761. {
  2762. complain("Not enough resources to build a boat!");
  2763. return false;
  2764. }
  2765. int3 tile = obj->bestLocation();
  2766. if (!gs->map->isInTheMap(tile))
  2767. {
  2768. complain("Cannot find appropriate tile for a boat!");
  2769. return false;
  2770. }
  2771. giveResources(playerID, -boatCost);
  2772. createBoat(tile, obj->getBoatType(), playerID);
  2773. return true;
  2774. }
  2775. void CGameHandler::checkVictoryLossConditions(const std::set<PlayerColor> & playerColors)
  2776. {
  2777. for (auto playerColor : playerColors)
  2778. {
  2779. if (getPlayerState(playerColor, false))
  2780. checkVictoryLossConditionsForPlayer(playerColor);
  2781. }
  2782. }
  2783. void CGameHandler::checkVictoryLossConditionsForAll()
  2784. {
  2785. std::set<PlayerColor> playerColors;
  2786. for (int i = 0; i < PlayerColor::PLAYER_LIMIT_I; ++i)
  2787. {
  2788. playerColors.insert(PlayerColor(i));
  2789. }
  2790. checkVictoryLossConditions(playerColors);
  2791. }
  2792. void CGameHandler::checkVictoryLossConditionsForPlayer(PlayerColor player)
  2793. {
  2794. const PlayerState * p = getPlayerState(player);
  2795. if(!p || p->status != EPlayerStatus::INGAME) return;
  2796. auto victoryLossCheckResult = gs->checkForVictoryAndLoss(player);
  2797. if (victoryLossCheckResult.victory() || victoryLossCheckResult.loss())
  2798. {
  2799. InfoWindow iw;
  2800. getVictoryLossMessage(player, victoryLossCheckResult, iw);
  2801. sendAndApply(&iw);
  2802. PlayerEndsGame peg;
  2803. peg.player = player;
  2804. peg.victoryLossCheckResult = victoryLossCheckResult;
  2805. peg.statistic = StatisticDataSet(gameState()->statistic);
  2806. addStatistics(peg.statistic); // add last turn befor win / loss
  2807. sendAndApply(&peg);
  2808. turnOrder->onPlayerEndsGame(player);
  2809. if (victoryLossCheckResult.victory())
  2810. {
  2811. //one player won -> all enemies lost
  2812. for (auto i = gs->players.cbegin(); i!=gs->players.cend(); i++)
  2813. {
  2814. if (i->first != player && getPlayerState(i->first)->status == EPlayerStatus::INGAME)
  2815. {
  2816. peg.player = i->first;
  2817. peg.victoryLossCheckResult = getPlayerRelations(player, i->first) == PlayerRelations::ALLIES ?
  2818. victoryLossCheckResult : victoryLossCheckResult.invert(); // ally of winner
  2819. InfoWindow iw;
  2820. getVictoryLossMessage(player, peg.victoryLossCheckResult, iw);
  2821. iw.player = i->first;
  2822. sendAndApply(&iw);
  2823. sendAndApply(&peg);
  2824. }
  2825. }
  2826. if(p->human)
  2827. {
  2828. lobby->setState(EServerState::SHUTDOWN);
  2829. }
  2830. }
  2831. else
  2832. {
  2833. //copy heroes vector to avoid iterator invalidation as removal change PlayerState
  2834. auto hlp = p->getHeroes();
  2835. for (auto h : hlp) //eliminate heroes
  2836. {
  2837. if (h)
  2838. removeObject(h, player);
  2839. }
  2840. //player lost -> all his objects become unflagged (neutral)
  2841. for (auto obj : gs->map->objects) //unflag objs
  2842. {
  2843. if (obj.get() && obj->tempOwner == player)
  2844. setOwner(obj, PlayerColor::NEUTRAL);
  2845. }
  2846. //eliminating one player may cause victory of another:
  2847. std::set<PlayerColor> playerColors;
  2848. //do not copy player state (CBonusSystemNode) by value
  2849. for (auto &p : gs->players) //players may have different colors, iterate over players and not integers
  2850. {
  2851. if (p.first != player)
  2852. playerColors.insert(p.first);
  2853. }
  2854. //notify all players
  2855. for (auto pc : playerColors)
  2856. {
  2857. if (getPlayerState(pc)->status == EPlayerStatus::INGAME)
  2858. {
  2859. InfoWindow iw;
  2860. getVictoryLossMessage(player, victoryLossCheckResult.invert(), iw);
  2861. iw.player = pc;
  2862. sendAndApply(&iw);
  2863. }
  2864. }
  2865. checkVictoryLossConditions(playerColors);
  2866. }
  2867. }
  2868. }
  2869. void CGameHandler::getVictoryLossMessage(PlayerColor player, const EVictoryLossCheckResult & victoryLossCheckResult, InfoWindow & out) const
  2870. {
  2871. out.player = player;
  2872. out.text = victoryLossCheckResult.messageToSelf;
  2873. out.text.replaceName(player);
  2874. out.components.emplace_back(ComponentType::FLAG, player);
  2875. }
  2876. bool CGameHandler::dig(const CGHeroInstance *h)
  2877. {
  2878. if (h->diggingStatus() != EDiggingStatus::CAN_DIG) //checks for terrain and movement
  2879. COMPLAIN_RETF("Hero cannot dig (error code %d)!", static_cast<int>(h->diggingStatus()));
  2880. createHole(h->visitablePos(), h->getOwner());
  2881. //take MPs
  2882. SetMovePoints smp;
  2883. smp.hid = h->id;
  2884. smp.val = 0;
  2885. sendAndApply(&smp);
  2886. InfoWindow iw;
  2887. iw.type = EInfoWindowMode::AUTO;
  2888. iw.player = h->tempOwner;
  2889. if (gs->map->grailPos == h->visitablePos())
  2890. {
  2891. ArtifactID grail = ArtifactID::GRAIL;
  2892. iw.text.appendLocalString(EMetaText::GENERAL_TXT, 58); //"Congratulations! After spending many hours digging here, your hero has uncovered the " ...
  2893. iw.text.appendName(grail); // ... " The Grail"
  2894. iw.soundID = soundBase::ULTIMATEARTIFACT;
  2895. giveHeroNewArtifact(h, grail, ArtifactPosition::FIRST_AVAILABLE); //give grail
  2896. sendAndApply(&iw);
  2897. iw.soundID = soundBase::invalid;
  2898. iw.components.emplace_back(ComponentType::ARTIFACT, grail);
  2899. iw.text.clear();
  2900. iw.text.appendTextID(grail.toArtifact()->getDescriptionTextID());
  2901. sendAndApply(&iw);
  2902. }
  2903. else
  2904. {
  2905. iw.text.appendLocalString(EMetaText::GENERAL_TXT, 59); //"Nothing here. \n Where could it be?"
  2906. iw.soundID = soundBase::Dig;
  2907. sendAndApply(&iw);
  2908. }
  2909. return true;
  2910. }
  2911. void CGameHandler::visitObjectOnTile(const TerrainTile &t, const CGHeroInstance * h)
  2912. {
  2913. if (!t.visitableObjects.empty())
  2914. {
  2915. //to prevent self-visiting heroes on space press
  2916. if (t.visitableObjects.back() != h)
  2917. objectVisited(t.visitableObjects.back(), h);
  2918. else if (t.visitableObjects.size() > 1)
  2919. objectVisited(*(t.visitableObjects.end()-2),h);
  2920. }
  2921. }
  2922. bool CGameHandler::sacrificeCreatures(const IMarket * market, const CGHeroInstance * hero, const std::vector<SlotID> & slot, const std::vector<ui32> & count)
  2923. {
  2924. if (!hero)
  2925. COMPLAIN_RET("You need hero to sacrifice creature!");
  2926. int expSum = 0;
  2927. auto finish = [this, &hero, &expSum]()
  2928. {
  2929. giveExperience(hero, hero->calculateXp(expSum));
  2930. };
  2931. for(int i = 0; i < slot.size(); ++i)
  2932. {
  2933. int oldCount = hero->getStackCount(slot[i]);
  2934. if(oldCount < (int)count[i])
  2935. {
  2936. finish();
  2937. COMPLAIN_RET("Not enough creatures to sacrifice!")
  2938. }
  2939. else if(oldCount == count[i] && hero->stacksCount() == 1 && hero->needsLastStack())
  2940. {
  2941. finish();
  2942. COMPLAIN_RET("Cannot sacrifice last creature!");
  2943. }
  2944. int crid = hero->getStack(slot[i]).type->getId();
  2945. changeStackCount(StackLocation(hero, slot[i]), -(TQuantity)count[i]);
  2946. int dump;
  2947. int exp;
  2948. market->getOffer(crid, 0, dump, exp, EMarketMode::CREATURE_EXP);
  2949. exp *= count[i];
  2950. expSum += exp;
  2951. }
  2952. finish();
  2953. return true;
  2954. }
  2955. bool CGameHandler::sacrificeArtifact(const IMarket * market, const CGHeroInstance * hero, const std::vector<ArtifactInstanceID> & arts)
  2956. {
  2957. if (!hero)
  2958. COMPLAIN_RET("You need hero to sacrifice artifact!");
  2959. if(hero->getAlignment() == EAlignment::EVIL)
  2960. COMPLAIN_RET("Evil hero can't sacrifice artifact!");
  2961. assert(market);
  2962. const auto artSet = market->getArtifactsStorage();
  2963. int expSum = 0;
  2964. std::vector<ArtifactPosition> artPack;
  2965. auto finish = [this, &hero, &expSum, &artPack, market]()
  2966. {
  2967. removeArtifact(market->getObjInstanceID(), artPack);
  2968. giveExperience(hero, hero->calculateXp(expSum));
  2969. };
  2970. for(const auto & artInstId : arts)
  2971. {
  2972. if(auto art = artSet->getArtByInstanceId(artInstId))
  2973. {
  2974. if(art->artType->isTradable())
  2975. {
  2976. int dmp;
  2977. int expToGive;
  2978. market->getOffer(art->getTypeId(), 0, dmp, expToGive, EMarketMode::ARTIFACT_EXP);
  2979. expSum += expToGive;
  2980. artPack.push_back(artSet->getArtPos(art));
  2981. }
  2982. else
  2983. {
  2984. COMPLAIN_RET("Cannot sacrifice not tradable artifact!");
  2985. }
  2986. }
  2987. else
  2988. {
  2989. finish();
  2990. COMPLAIN_RET("Cannot find artifact to sacrifice!");
  2991. }
  2992. }
  2993. finish();
  2994. return true;
  2995. }
  2996. bool CGameHandler::insertNewStack(const StackLocation &sl, const CCreature *c, TQuantity count)
  2997. {
  2998. if (sl.army->hasStackAtSlot(sl.slot))
  2999. COMPLAIN_RET("Slot is already taken!");
  3000. if (!sl.slot.validSlot())
  3001. COMPLAIN_RET("Cannot insert stack to that slot!");
  3002. InsertNewStack ins;
  3003. ins.army = sl.army->id;
  3004. ins.slot = sl.slot;
  3005. ins.type = c->getId();
  3006. ins.count = count;
  3007. sendAndApply(&ins);
  3008. return true;
  3009. }
  3010. bool CGameHandler::eraseStack(const StackLocation &sl, bool forceRemoval)
  3011. {
  3012. if (!sl.army->hasStackAtSlot(sl.slot))
  3013. COMPLAIN_RET("Cannot find a stack to erase");
  3014. if (sl.army->stacksCount() == 1 //from the last stack
  3015. && sl.army->needsLastStack() //that must be left
  3016. && !forceRemoval) //ignore above conditions if we are forcing removal
  3017. {
  3018. COMPLAIN_RET("Cannot erase the last stack!");
  3019. }
  3020. EraseStack es;
  3021. es.army = sl.army->id;
  3022. es.slot = sl.slot;
  3023. sendAndApply(&es);
  3024. return true;
  3025. }
  3026. bool CGameHandler::changeStackCount(const StackLocation &sl, TQuantity count, bool absoluteValue)
  3027. {
  3028. TQuantity currentCount = sl.army->getStackCount(sl.slot);
  3029. if ((absoluteValue && count < 0)
  3030. || (!absoluteValue && -count > currentCount))
  3031. {
  3032. COMPLAIN_RET("Cannot take more stacks than present!");
  3033. }
  3034. if ((currentCount == -count && !absoluteValue)
  3035. || (!count && absoluteValue))
  3036. {
  3037. eraseStack(sl);
  3038. }
  3039. else
  3040. {
  3041. ChangeStackCount csc;
  3042. csc.army = sl.army->id;
  3043. csc.slot = sl.slot;
  3044. csc.count = count;
  3045. csc.absoluteValue = absoluteValue;
  3046. sendAndApply(&csc);
  3047. }
  3048. return true;
  3049. }
  3050. bool CGameHandler::addToSlot(const StackLocation &sl, const CCreature *c, TQuantity count)
  3051. {
  3052. const CCreature *slotC = sl.army->getCreature(sl.slot);
  3053. if (!slotC) //slot is empty
  3054. insertNewStack(sl, c, count);
  3055. else if (c == slotC)
  3056. changeStackCount(sl, count);
  3057. else
  3058. {
  3059. COMPLAIN_RET("Cannot add " + c->getNamePluralTranslated() + " to slot " + boost::lexical_cast<std::string>(sl.slot) + "!");
  3060. }
  3061. return true;
  3062. }
  3063. void CGameHandler::tryJoiningArmy(const CArmedInstance *src, const CArmedInstance *dst, bool removeObjWhenFinished, bool allowMerging)
  3064. {
  3065. if (removeObjWhenFinished)
  3066. removeAfterVisit(src);
  3067. if (!src->canBeMergedWith(*dst, allowMerging))
  3068. {
  3069. if (allowMerging) //do that, add all matching creatures.
  3070. {
  3071. bool cont = true;
  3072. while (cont)
  3073. {
  3074. for (auto i = src->stacks.begin(); i != src->stacks.end(); i++)//while there are unmoved creatures
  3075. {
  3076. SlotID pos = dst->getSlotFor(i->second->type);
  3077. if (pos.validSlot())
  3078. {
  3079. moveStack(StackLocation(src, i->first), StackLocation(dst, pos));
  3080. cont = true;
  3081. break; //or iterator crashes
  3082. }
  3083. cont = false;
  3084. }
  3085. }
  3086. }
  3087. showGarrisonDialog(src->id, dst->id, true); //show garrison window and optionally remove ourselves from map when player ends
  3088. }
  3089. else //merge
  3090. {
  3091. moveArmy(src, dst, allowMerging);
  3092. }
  3093. }
  3094. bool CGameHandler::moveStack(const StackLocation &src, const StackLocation &dst, TQuantity count)
  3095. {
  3096. if (!src.army->hasStackAtSlot(src.slot))
  3097. COMPLAIN_RET("No stack to move!");
  3098. if (dst.army->hasStackAtSlot(dst.slot) && dst.army->getCreature(dst.slot) != src.army->getCreature(src.slot))
  3099. COMPLAIN_RET("Cannot move: stack of different type at destination pos!");
  3100. if (!dst.slot.validSlot())
  3101. COMPLAIN_RET("Cannot move stack to that slot!");
  3102. if (count == -1)
  3103. {
  3104. count = src.army->getStackCount(src.slot);
  3105. }
  3106. if (src.army != dst.army //moving away
  3107. && count == src.army->getStackCount(src.slot) //all creatures
  3108. && src.army->stacksCount() == 1 //from the last stack
  3109. && src.army->needsLastStack()) //that must be left
  3110. {
  3111. COMPLAIN_RET("Cannot move away the last creature!");
  3112. }
  3113. RebalanceStacks rs;
  3114. rs.srcArmy = src.army->id;
  3115. rs.dstArmy = dst.army->id;
  3116. rs.srcSlot = src.slot;
  3117. rs.dstSlot = dst.slot;
  3118. rs.count = count;
  3119. sendAndApply(&rs);
  3120. return true;
  3121. }
  3122. void CGameHandler::castSpell(const spells::Caster * caster, SpellID spellID, const int3 &pos)
  3123. {
  3124. if (!spellID.hasValue())
  3125. return;
  3126. AdventureSpellCastParameters p;
  3127. p.caster = caster;
  3128. p.pos = pos;
  3129. const CSpell * s = spellID.toSpell();
  3130. s->adventureCast(spellEnv, p);
  3131. }
  3132. bool CGameHandler::swapStacks(const StackLocation & sl1, const StackLocation & sl2)
  3133. {
  3134. if(!sl1.army->hasStackAtSlot(sl1.slot))
  3135. {
  3136. return moveStack(sl2, sl1);
  3137. }
  3138. else if(!sl2.army->hasStackAtSlot(sl2.slot))
  3139. {
  3140. return moveStack(sl1, sl2);
  3141. }
  3142. else
  3143. {
  3144. SwapStacks ss;
  3145. ss.srcArmy = sl1.army->id;
  3146. ss.dstArmy = sl2.army->id;
  3147. ss.srcSlot = sl1.slot;
  3148. ss.dstSlot = sl2.slot;
  3149. sendAndApply(&ss);
  3150. return true;
  3151. }
  3152. }
  3153. bool CGameHandler::putArtifact(const ArtifactLocation & al, const CArtifactInstance * art, std::optional<bool> askAssemble)
  3154. {
  3155. assert(art && art->artType);
  3156. ArtifactLocation dst(al.artHolder, ArtifactPosition::PRE_FIRST);
  3157. dst.creature = al.creature;
  3158. auto putTo = getArtSet(al);
  3159. assert(putTo);
  3160. if(al.slot == ArtifactPosition::FIRST_AVAILABLE)
  3161. {
  3162. dst.slot = ArtifactUtils::getArtAnyPosition(putTo, art->getTypeId());
  3163. }
  3164. else if(ArtifactUtils::isSlotBackpack(al.slot) && !al.creature.has_value())
  3165. {
  3166. dst.slot = ArtifactUtils::getArtBackpackPosition(putTo, art->getTypeId());
  3167. }
  3168. else
  3169. {
  3170. dst.slot = al.slot;
  3171. }
  3172. if(!askAssemble.has_value())
  3173. {
  3174. if(!dst.creature.has_value() && ArtifactUtils::isSlotEquipment(dst.slot))
  3175. askAssemble = true;
  3176. else
  3177. askAssemble = false;
  3178. }
  3179. if(art->canBePutAt(putTo, dst.slot))
  3180. {
  3181. PutArtifact pa(dst, askAssemble.value());
  3182. pa.art = art;
  3183. sendAndApply(&pa);
  3184. return true;
  3185. }
  3186. else
  3187. {
  3188. return false;
  3189. }
  3190. }
  3191. bool CGameHandler::giveHeroNewArtifact(
  3192. const CGHeroInstance * h, const CArtifact * artType, const SpellID & spellId, const ArtifactPosition & pos)
  3193. {
  3194. assert(artType);
  3195. NewArtifact na;
  3196. na.artHolder = h->id;
  3197. na.artId = artType->getId();
  3198. na.spellId = spellId;
  3199. na.pos = pos;
  3200. if(pos == ArtifactPosition::FIRST_AVAILABLE)
  3201. {
  3202. na.pos = ArtifactUtils::getArtAnyPosition(h, artType->getId());
  3203. if(!artType->canBePutAt(h, na.pos))
  3204. COMPLAIN_RET("Cannot put artifact in that slot!");
  3205. }
  3206. else if(ArtifactUtils::isSlotBackpack(pos))
  3207. {
  3208. if(!artType->canBePutAt(h, ArtifactUtils::getArtBackpackPosition(h, artType->getId())))
  3209. COMPLAIN_RET("Cannot put artifact in that slot!");
  3210. }
  3211. else
  3212. {
  3213. COMPLAIN_RET_FALSE_IF(!artType->canBePutAt(h, pos, false), "Cannot put artifact in that slot!");
  3214. }
  3215. sendAndApply(&na);
  3216. return true;
  3217. }
  3218. bool CGameHandler::giveHeroNewArtifact(const CGHeroInstance * h, const ArtifactID & artId, const ArtifactPosition & pos)
  3219. {
  3220. return giveHeroNewArtifact(h, artId.toArtifact(), SpellID::NONE, pos);
  3221. }
  3222. bool CGameHandler::giveHeroNewScroll(const CGHeroInstance * h, const SpellID & spellId, const ArtifactPosition & pos)
  3223. {
  3224. return giveHeroNewArtifact(h, ArtifactID(ArtifactID::SPELL_SCROLL).toArtifact(), spellId, pos);
  3225. }
  3226. void CGameHandler::spawnWanderingMonsters(CreatureID creatureID)
  3227. {
  3228. std::vector<int3>::iterator tile;
  3229. std::vector<int3> tiles;
  3230. getFreeTiles(tiles);
  3231. ui32 amount = (ui32)tiles.size() / 200; //Chance is 0.5% for each tile
  3232. RandomGeneratorUtil::randomShuffle(tiles, getRandomGenerator());
  3233. logGlobal->trace("Spawning wandering monsters. Found %d free tiles. Creature type: %d", tiles.size(), creatureID.num);
  3234. const CCreature *cre = creatureID.toCreature();
  3235. for (int i = 0; i < (int)amount; ++i)
  3236. {
  3237. tile = tiles.begin();
  3238. logGlobal->trace("\tSpawning monster at %s", tile->toString());
  3239. {
  3240. auto count = cre->getRandomAmount(std::rand);
  3241. createWanderingMonster(*tile, creatureID);
  3242. auto monsterId = getTopObj(*tile)->id;
  3243. setObjPropertyValue(monsterId, ObjProperty::MONSTER_COUNT, count);
  3244. setObjPropertyValue(monsterId, ObjProperty::MONSTER_POWER, (si64)1000*count);
  3245. }
  3246. tiles.erase(tile); //not use it again
  3247. }
  3248. }
  3249. void CGameHandler::synchronizeArtifactHandlerLists()
  3250. {
  3251. UpdateArtHandlerLists uahl;
  3252. uahl.allocatedArtifacts = gs->allocatedArtifacts;
  3253. sendAndApply(&uahl);
  3254. }
  3255. bool CGameHandler::isValidObject(const CGObjectInstance *obj) const
  3256. {
  3257. return vstd::contains(gs->map->objects, obj);
  3258. }
  3259. bool CGameHandler::isBlockedByQueries(const CPack *pack, PlayerColor player)
  3260. {
  3261. if (dynamic_cast<const PlayerMessage *>(pack) != nullptr)
  3262. return false;
  3263. auto query = queries->topQuery(player);
  3264. if (query && query->blocksPack(pack))
  3265. {
  3266. complain(boost::str(boost::format(
  3267. "\r\n| Player \"%s\" has to answer queries before attempting any further actions.\r\n| Top Query: \"%s\"\r\n")
  3268. % boost::to_upper_copy<std::string>(player.toString())
  3269. % query->toString()
  3270. ));
  3271. return true;
  3272. }
  3273. return false;
  3274. }
  3275. void CGameHandler::removeAfterVisit(const CGObjectInstance *object)
  3276. {
  3277. //If the object is being visited, there must be a matching query
  3278. for (const auto &query : queries->allQueries())
  3279. {
  3280. if (auto someVistQuery = std::dynamic_pointer_cast<MapObjectVisitQuery>(query))
  3281. {
  3282. if (someVistQuery->visitedObject == object)
  3283. {
  3284. someVistQuery->removeObjectAfterVisit = true;
  3285. return;
  3286. }
  3287. }
  3288. }
  3289. //If we haven't returned so far, there is no query and no visit, call was wrong
  3290. assert("This function needs to be called during the object visit!");
  3291. }
  3292. void CGameHandler::changeFogOfWar(int3 center, ui32 radius, PlayerColor player, ETileVisibility mode)
  3293. {
  3294. std::unordered_set<int3> tiles;
  3295. if (mode == ETileVisibility::HIDDEN)
  3296. {
  3297. getTilesInRange(tiles, center, radius, ETileVisibility::REVEALED, player);
  3298. }
  3299. else
  3300. {
  3301. getTilesInRange(tiles, center, radius, ETileVisibility::HIDDEN, player);
  3302. }
  3303. changeFogOfWar(tiles, player, mode);
  3304. }
  3305. void CGameHandler::changeFogOfWar(const std::unordered_set<int3> &tiles, PlayerColor player, ETileVisibility mode)
  3306. {
  3307. if (tiles.empty())
  3308. return;
  3309. FoWChange fow;
  3310. fow.tiles = tiles;
  3311. fow.player = player;
  3312. fow.mode = mode;
  3313. if (mode == ETileVisibility::HIDDEN)
  3314. {
  3315. // do not hide tiles observed by owned objects. May lead to disastrous AI problems
  3316. // FIXME: this leads to a bug - shroud of darkness from Necropolis does can not override Skyship from Tower
  3317. std::unordered_set<int3> observedTiles;
  3318. auto p = getPlayerState(player);
  3319. for (auto obj : p->getOwnedObjects())
  3320. getTilesInRange(observedTiles, obj->getSightCenter(), obj->getSightRadius(), ETileVisibility::REVEALED, obj->getOwner());
  3321. for (auto tile : observedTiles)
  3322. vstd::erase_if_present (fow.tiles, tile);
  3323. if (fow.tiles.empty())
  3324. return;
  3325. }
  3326. sendAndApply(&fow);
  3327. }
  3328. const CGHeroInstance * CGameHandler::getVisitingHero(const CGObjectInstance *obj)
  3329. {
  3330. assert(obj);
  3331. for(const auto & query : queries->allQueries())
  3332. {
  3333. auto visit = std::dynamic_pointer_cast<const VisitQuery>(query);
  3334. if (visit && visit->visitedObject == obj)
  3335. return visit->visitingHero;
  3336. }
  3337. return nullptr;
  3338. }
  3339. const CGObjectInstance * CGameHandler::getVisitingObject(const CGHeroInstance *hero)
  3340. {
  3341. assert(hero);
  3342. for(const auto & query : queries->allQueries())
  3343. {
  3344. auto visit = std::dynamic_pointer_cast<const VisitQuery>(query);
  3345. if (visit && visit->visitingHero == hero)
  3346. return visit->visitedObject;
  3347. }
  3348. return nullptr;
  3349. }
  3350. bool CGameHandler::isVisitCoveredByAnotherQuery(const CGObjectInstance *obj, const CGHeroInstance *hero)
  3351. {
  3352. assert(obj);
  3353. assert(hero);
  3354. assert(getVisitingHero(obj) == hero);
  3355. // Check top query of targeted player:
  3356. // If top query is NOT visit to targeted object then we assume that
  3357. // visitation query is covered by other query that must be answered first
  3358. if (auto topQuery = queries->topQuery(hero->getOwner()))
  3359. if (auto visit = std::dynamic_pointer_cast<const VisitQuery>(topQuery))
  3360. return !(visit->visitedObject == obj && visit->visitingHero == hero);
  3361. return true;
  3362. }
  3363. void CGameHandler::setObjPropertyValue(ObjectInstanceID objid, ObjProperty prop, int32_t value)
  3364. {
  3365. SetObjectProperty sob;
  3366. sob.id = objid;
  3367. sob.what = prop;
  3368. sob.identifier = NumericID(value);
  3369. sendAndApply(&sob);
  3370. }
  3371. void CGameHandler::setObjPropertyID(ObjectInstanceID objid, ObjProperty prop, ObjPropertyID identifier)
  3372. {
  3373. SetObjectProperty sob;
  3374. sob.id = objid;
  3375. sob.what = prop;
  3376. sob.identifier = identifier;
  3377. sendAndApply(&sob);
  3378. }
  3379. void CGameHandler::setBankObjectConfiguration(ObjectInstanceID objid, const BankConfig & configuration)
  3380. {
  3381. SetBankConfiguration srb;
  3382. srb.objectID = objid;
  3383. srb.configuration = configuration;
  3384. sendAndApply(&srb);
  3385. }
  3386. void CGameHandler::setRewardableObjectConfiguration(ObjectInstanceID objid, const Rewardable::Configuration & configuration)
  3387. {
  3388. SetRewardableConfiguration srb;
  3389. srb.objectID = objid;
  3390. srb.configuration = configuration;
  3391. sendAndApply(&srb);
  3392. }
  3393. void CGameHandler::setRewardableObjectConfiguration(ObjectInstanceID townInstanceID, BuildingID buildingID, const Rewardable::Configuration & configuration)
  3394. {
  3395. SetRewardableConfiguration srb;
  3396. srb.objectID = townInstanceID;
  3397. srb.buildingID = buildingID;
  3398. srb.configuration = configuration;
  3399. sendAndApply(&srb);
  3400. }
  3401. void CGameHandler::showInfoDialog(InfoWindow * iw)
  3402. {
  3403. sendAndApply(iw);
  3404. }
  3405. vstd::RNG & CGameHandler::getRandomGenerator()
  3406. {
  3407. return *randomNumberGenerator;
  3408. }
  3409. #if SCRIPTING_ENABLED
  3410. scripting::Pool * CGameHandler::getGlobalContextPool() const
  3411. {
  3412. return serverScripts.get();
  3413. }
  3414. //scripting::Pool * CGameHandler::getContextPool() const
  3415. //{
  3416. // return serverScripts.get();
  3417. //}
  3418. #endif
  3419. CGObjectInstance * CGameHandler::createNewObject(const int3 & visitablePosition, MapObjectID objectID, MapObjectSubID subID)
  3420. {
  3421. TerrainId terrainType = ETerrainId::NONE;
  3422. if (!gs->isInTheMap(visitablePosition))
  3423. throw std::runtime_error("Attempt to create object outside map at " + visitablePosition.toString());
  3424. const TerrainTile & t = gs->map->getTile(visitablePosition);
  3425. terrainType = t.terType->getId();
  3426. auto handler = VLC->objtypeh->getHandlerFor(objectID, subID);
  3427. CGObjectInstance * o = handler->create(gs->callback, nullptr);
  3428. handler->configureObject(o, getRandomGenerator());
  3429. assert(o->ID == objectID);
  3430. assert(!handler->getTemplates(terrainType).empty());
  3431. if (handler->getTemplates().empty())
  3432. throw std::runtime_error("Attempt to create object (" + std::to_string(objectID) + ", " + std::to_string(subID.getNum()) + ") with no templates!");
  3433. if (!handler->getTemplates(terrainType).empty())
  3434. o->appearance = handler->getTemplates(terrainType).front();
  3435. else
  3436. o->appearance = handler->getTemplates().front();
  3437. o->pos = visitablePosition + o->getVisitableOffset();
  3438. return o;
  3439. }
  3440. void CGameHandler::createWanderingMonster(const int3 & visitablePosition, CreatureID creature)
  3441. {
  3442. auto createdObject = createNewObject(visitablePosition, Obj::MONSTER, creature);
  3443. auto * cre = dynamic_cast<CGCreature *>(createdObject);
  3444. assert(cre);
  3445. cre->notGrowingTeam = cre->neverFlees = false;
  3446. cre->character = 2;
  3447. cre->gainedArtifact = ArtifactID::NONE;
  3448. cre->identifier = -1;
  3449. cre->addToSlot(SlotID(0), new CStackInstance(creature, -1)); //add placeholder stack
  3450. newObject(createdObject, PlayerColor::NEUTRAL);
  3451. }
  3452. void CGameHandler::createBoat(const int3 & visitablePosition, BoatId type, PlayerColor initiator)
  3453. {
  3454. auto createdObject = createNewObject(visitablePosition, Obj::BOAT, type);
  3455. newObject(createdObject, initiator);
  3456. }
  3457. void CGameHandler::createHole(const int3 & visitablePosition, PlayerColor initiator)
  3458. {
  3459. auto createdObject = createNewObject(visitablePosition, Obj::HOLE, 0);
  3460. newObject(createdObject, initiator);
  3461. }
  3462. void CGameHandler::newObject(CGObjectInstance * object, PlayerColor initiator)
  3463. {
  3464. object->initObj(gs->getRandomGenerator());
  3465. NewObject no;
  3466. no.newObject = object;
  3467. no.initiator = initiator;
  3468. sendAndApply(&no);
  3469. }
  3470. void CGameHandler::startBattle(const CArmedInstance *army1, const CArmedInstance *army2, int3 tile, const CGHeroInstance *hero1, const CGHeroInstance *hero2, const BattleLayout & layout, const CGTownInstance *town)
  3471. {
  3472. battles->startBattle(army1, army2, tile, hero1, hero2, layout, town);
  3473. }
  3474. void CGameHandler::startBattle(const CArmedInstance *army1, const CArmedInstance *army2 )
  3475. {
  3476. battles->startBattle(army1, army2);
  3477. }