CGameHandler.cpp 135 KB

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