CPreGame.cpp 122 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506350735083509351035113512351335143515351635173518351935203521352235233524352535263527352835293530353135323533353435353536353735383539354035413542354335443545354635473548354935503551355235533554355535563557355835593560356135623563356435653566356735683569357035713572357335743575357635773578357935803581358235833584358535863587358835893590359135923593359435953596359735983599360036013602360336043605360636073608360936103611361236133614361536163617361836193620362136223623362436253626362736283629363036313632363336343635363636373638363936403641364236433644364536463647364836493650365136523653365436553656365736583659366036613662366336643665366636673668366936703671367236733674367536763677367836793680368136823683368436853686368736883689369036913692369336943695369636973698369937003701370237033704370537063707370837093710371137123713371437153716371737183719372037213722372337243725372637273728372937303731373237333734373537363737373837393740374137423743374437453746374737483749375037513752375337543755375637573758375937603761376237633764376537663767376837693770377137723773377437753776377737783779378037813782378337843785378637873788378937903791379237933794379537963797379837993800380138023803380438053806380738083809381038113812381338143815381638173818381938203821382238233824382538263827382838293830383138323833383438353836383738383839384038413842384338443845384638473848384938503851385238533854385538563857385838593860386138623863386438653866386738683869387038713872387338743875387638773878387938803881388238833884388538863887388838893890389138923893389438953896389738983899390039013902390339043905390639073908390939103911391239133914391539163917391839193920392139223923392439253926392739283929393039313932393339343935393639373938393939403941394239433944394539463947394839493950395139523953395439553956395739583959396039613962396339643965396639673968396939703971397239733974397539763977397839793980398139823983398439853986398739883989399039913992399339943995399639973998399940004001400240034004400540064007400840094010401140124013401440154016401740184019402040214022402340244025402640274028402940304031403240334034403540364037403840394040404140424043404440454046404740484049405040514052405340544055405640574058405940604061406240634064406540664067406840694070407140724073407440754076407740784079408040814082408340844085408640874088408940904091409240934094409540964097409840994100410141024103410441054106410741084109411041114112411341144115411641174118411941204121412241234124412541264127412841294130413141324133413441354136413741384139414041414142414341444145414641474148414941504151415241534154415541564157415841594160416141624163416441654166416741684169417041714172417341744175417641774178417941804181418241834184418541864187418841894190419141924193419441954196419741984199420042014202420342044205420642074208420942104211421242134214421542164217421842194220422142224223422442254226422742284229423042314232423342344235423642374238423942404241424242434244424542464247424842494250425142524253425442554256425742584259426042614262426342644265426642674268426942704271427242734274427542764277427842794280428142824283
  1. #include "StdInc.h"
  2. #include "CPreGame.h"
  3. #include "../lib/filesystem/Filesystem.h"
  4. #include "../lib/filesystem/CFileInfo.h"
  5. #include "../lib/filesystem/CCompressedStream.h"
  6. #include "../lib/CStopWatch.h"
  7. #include "gui/SDL_Extensions.h"
  8. #include "CGameInfo.h"
  9. #include "gui/CCursorHandler.h"
  10. #include "CDefHandler.h"
  11. #include "../lib/CGeneralTextHandler.h"
  12. #include "../lib/CTownHandler.h"
  13. #include "../lib/CHeroHandler.h"
  14. #include "../lib/mapping/CCampaignHandler.h"
  15. #include "../lib/CCreatureHandler.h"
  16. #include "../lib/JsonNode.h"
  17. #include "CMusicHandler.h"
  18. #include "CVideoHandler.h"
  19. #include "Graphics.h"
  20. #include "../lib/Connection.h"
  21. #include "../lib/VCMIDirs.h"
  22. #include "../lib/mapping/CMap.h"
  23. #include "windows/GUIClasses.h"
  24. #include "CPlayerInterface.h"
  25. #include "../CCallback.h"
  26. #include "CMessage.h"
  27. #include "../lib/CSpellHandler.h" /*for campaign bonuses*/
  28. #include "../lib/CArtHandler.h" /*for campaign bonuses*/
  29. #include "../lib/CBuildingHandler.h" /*for campaign bonuses*/
  30. #include "CBitmapHandler.h"
  31. #include "Client.h"
  32. #include "../lib/NetPacks.h"
  33. #include "../lib/registerTypes//RegisterTypes.h"
  34. #include "../lib/CThreadHelper.h"
  35. #include "../lib/CConfigHandler.h"
  36. #include "../lib/GameConstants.h"
  37. #include "gui/CGuiHandler.h"
  38. #include "gui/CAnimation.h"
  39. #include "widgets/CComponent.h"
  40. #include "widgets/Buttons.h"
  41. #include "widgets/MiscWidgets.h"
  42. #include "widgets/ObjectLists.h"
  43. #include "widgets/TextControls.h"
  44. #include "windows/InfoWindows.h"
  45. #include "../lib/mapping/CMapService.h"
  46. #include "../lib/mapping/CMap.h"
  47. #include "../lib/CRandomGenerator.h"
  48. /*
  49. * CPreGame.cpp, part of VCMI engine
  50. *
  51. * Authors: listed in file AUTHORS in main folder
  52. *
  53. * License: GNU General Public License v2.0 or later
  54. * Full text of license available in license.txt file, in main folder
  55. *
  56. */
  57. namespace fs = boost::filesystem;
  58. void startGame(StartInfo * options, CConnection *serv = nullptr);
  59. void endGame();
  60. CGPreGame * CGP = nullptr;
  61. ISelectionScreenInfo *SEL;
  62. static PlayerColor playerColor; //if more than one player - applies to the first
  63. /**
  64. * Stores the current name of the savegame.
  65. *
  66. * TODO better solution for auto-selection when saving already saved games.
  67. * -> CSelectionScreen should be divided into CLoadGameScreen, CSaveGameScreen,...
  68. * The name of the savegame can then be stored non-statically in CGameState and
  69. * passed separately to CSaveGameScreen.
  70. */
  71. static std::string saveGameName;
  72. struct EvilHlpStruct
  73. {
  74. CConnection *serv;
  75. StartInfo *sInfo;
  76. void reset(bool strong = true)
  77. {
  78. if(strong)
  79. {
  80. vstd::clear_pointer(serv);
  81. vstd::clear_pointer(sInfo);
  82. }
  83. else
  84. {
  85. serv = nullptr;
  86. sInfo = nullptr;
  87. }
  88. }
  89. } startingInfo;
  90. static void do_quit()
  91. {
  92. SDL_Event event;
  93. event.quit.type = SDL_QUIT;
  94. SDL_PushEvent(&event);
  95. }
  96. static CMapInfo *mapInfoFromGame()
  97. {
  98. auto ret = new CMapInfo();
  99. ret->mapHeader = std::unique_ptr<CMapHeader>(new CMapHeader(*LOCPLINT->cb->getMapHeader()));
  100. return ret;
  101. }
  102. static void setPlayersFromGame()
  103. {
  104. playerColor = LOCPLINT->playerID;
  105. }
  106. static void swapPlayers(PlayerSettings &a, PlayerSettings &b)
  107. {
  108. std::swap(a.playerID, b.playerID);
  109. std::swap(a.name, b.name);
  110. if(a.playerID == 1)
  111. playerColor = a.color;
  112. else if(b.playerID == 1)
  113. playerColor = b.color;
  114. }
  115. void setPlayer(PlayerSettings &pset, ui8 player, const std::map<ui8, std::string> &playerNames)
  116. {
  117. if(vstd::contains(playerNames, player))
  118. pset.name = playerNames.find(player)->second;
  119. else
  120. pset.name = CGI->generaltexth->allTexts[468];//Computer
  121. pset.playerID = player;
  122. if(player == playerNames.begin()->first)
  123. playerColor = pset.color;
  124. }
  125. void updateStartInfo(std::string filename, StartInfo & sInfo, const CMapHeader * mapHeader, const std::map<ui8, std::string> &playerNames)
  126. {
  127. sInfo.playerInfos.clear();
  128. if(!mapHeader)
  129. {
  130. return;
  131. }
  132. sInfo.mapname = filename;
  133. playerColor = PlayerColor::NEUTRAL;
  134. auto namesIt = playerNames.cbegin();
  135. for (int i = 0; i < mapHeader->players.size(); i++)
  136. {
  137. const PlayerInfo &pinfo = mapHeader->players[i];
  138. //neither computer nor human can play - no player
  139. if (!(pinfo.canHumanPlay || pinfo.canComputerPlay))
  140. continue;
  141. PlayerSettings &pset = sInfo.playerInfos[PlayerColor(i)];
  142. pset.color = PlayerColor(i);
  143. if(pinfo.canHumanPlay && namesIt != playerNames.cend())
  144. {
  145. setPlayer(pset, namesIt++->first, playerNames);
  146. }
  147. else
  148. {
  149. setPlayer(pset, 0, playerNames);
  150. if(!pinfo.canHumanPlay)
  151. {
  152. pset.compOnly = true;
  153. }
  154. }
  155. pset.castle = pinfo.defaultCastle();
  156. pset.hero = pinfo.defaultHero();
  157. if(pset.hero != PlayerSettings::RANDOM && pinfo.hasCustomMainHero())
  158. {
  159. pset.hero = pinfo.mainCustomHeroId;
  160. pset.heroName = pinfo.mainCustomHeroName;
  161. pset.heroPortrait = pinfo.mainCustomHeroPortrait;
  162. }
  163. pset.handicap = PlayerSettings::NO_HANDICAP;
  164. }
  165. }
  166. template <typename T> class CApplyOnPG;
  167. class CBaseForPGApply
  168. {
  169. public:
  170. virtual void applyOnPG(CSelectionScreen *selScr, void *pack) const =0;
  171. virtual ~CBaseForPGApply(){};
  172. template<typename U> static CBaseForPGApply *getApplier(const U * t=nullptr)
  173. {
  174. return new CApplyOnPG<U>;
  175. }
  176. };
  177. template <typename T> class CApplyOnPG : public CBaseForPGApply
  178. {
  179. public:
  180. void applyOnPG(CSelectionScreen *selScr, void *pack) const
  181. {
  182. T *ptr = static_cast<T*>(pack);
  183. ptr->apply(selScr);
  184. }
  185. };
  186. template <> class CApplyOnPG<CPack> : public CBaseForPGApply
  187. {
  188. public:
  189. void applyOnPG(CSelectionScreen *selScr, void *pack) const
  190. {
  191. logGlobal->errorStream() << "Cannot apply on PG plain CPack!";
  192. assert(0);
  193. }
  194. };
  195. static CApplier<CBaseForPGApply> *applier = nullptr;
  196. static CPicture* createPicture(const JsonNode& config)
  197. {
  198. return new CPicture(config["name"].String(), config["x"].Float(), config["y"].Float());
  199. }
  200. CMenuScreen::CMenuScreen(const JsonNode& configNode):
  201. config(configNode)
  202. {
  203. OBJ_CONSTRUCTION_CAPTURING_ALL;
  204. background = new CPicture(config["background"].String());
  205. if (config["scalable"].Bool())
  206. {
  207. if (background->bg->format->palette)
  208. background->convertToScreenBPP();
  209. background->scaleTo(Point(screen->w, screen->h));
  210. }
  211. pos = background->center();
  212. for(const JsonNode& node : config["items"].Vector())
  213. menuNameToEntry.push_back(node["name"].String());
  214. for(const JsonNode& node : config["images"].Vector())
  215. images.push_back(createPicture(node));
  216. //Hardcoded entry
  217. menuNameToEntry.push_back("credits");
  218. tabs = new CTabbedInt(std::bind(&CMenuScreen::createTab, this, _1), CTabbedInt::DestroyFunc());
  219. tabs->type |= REDRAW_PARENT;
  220. }
  221. CIntObject * CMenuScreen::createTab(size_t index)
  222. {
  223. if (config["items"].Vector().size() == index)
  224. return new CreditsScreen();
  225. return new CMenuEntry(this, config["items"].Vector()[index]);
  226. }
  227. void CMenuScreen::showAll(SDL_Surface * to)
  228. {
  229. CIntObject::showAll(to);
  230. if (pos.h != to->h || pos.w != to->w)
  231. CMessage::drawBorder(PlayerColor(1), to, pos.w+28, pos.h+30, pos.x-14, pos.y-15);
  232. }
  233. void CMenuScreen::show(SDL_Surface * to)
  234. {
  235. if (!config["video"].isNull())
  236. CCS->videoh->update(config["video"]["x"].Float() + pos.x, config["video"]["y"].Float() + pos.y, to, true, false);
  237. CIntObject::show(to);
  238. }
  239. void CMenuScreen::activate()
  240. {
  241. CCS->musich->playMusic("Music/MainMenu", true);
  242. if (!config["video"].isNull())
  243. CCS->videoh->open(config["video"]["name"].String());
  244. CIntObject::activate();
  245. }
  246. void CMenuScreen::deactivate()
  247. {
  248. if (!config["video"].isNull())
  249. CCS->videoh->close();
  250. CIntObject::deactivate();
  251. }
  252. void CMenuScreen::switchToTab(size_t index)
  253. {
  254. tabs->setActive(index);
  255. }
  256. //funciton for std::string -> std::function conversion for main menu
  257. static std::function<void()> genCommand(CMenuScreen* menu, std::vector<std::string> menuType, const std::string &string)
  258. {
  259. static const std::vector<std::string> commandType =
  260. {"to", "campaigns", "start", "load", "exit", "highscores"};
  261. static const std::vector<std::string> gameType =
  262. {"single", "multi", "campaign", "tutorial"};
  263. std::list<std::string> commands;
  264. boost::split(commands, string, boost::is_any_of("\t "));
  265. if (!commands.empty())
  266. {
  267. size_t index = std::find(commandType.begin(), commandType.end(), commands.front()) - commandType.begin();
  268. commands.pop_front();
  269. if (index > 3 || !commands.empty())
  270. {
  271. switch (index)
  272. {
  273. break; case 0://to - switch to another tab, if such tab exists
  274. {
  275. size_t index2 = std::find(menuType.begin(), menuType.end(), commands.front()) - menuType.begin();
  276. if ( index2 != menuType.size())
  277. return std::bind(&CMenuScreen::switchToTab, menu, index2);
  278. }
  279. break; case 1://open campaign selection window
  280. {
  281. return std::bind(&CGPreGame::openCampaignScreen, CGP, commands.front());
  282. }
  283. break; case 2://start
  284. {
  285. switch (std::find(gameType.begin(), gameType.end(), commands.front()) - gameType.begin())
  286. {
  287. case 0: return std::bind(&CGPreGame::openSel, CGP, CMenuScreen::newGame, CMenuScreen::SINGLE_PLAYER);
  288. case 1: return &pushIntT<CMultiMode>;
  289. case 2: return std::bind(&CGPreGame::openSel, CGP, CMenuScreen::campaignList, CMenuScreen::SINGLE_PLAYER);
  290. //TODO: start tutorial
  291. case 3: return std::bind(CInfoWindow::showInfoDialog, "Sorry, tutorial is not implemented yet\n", (const std::vector<CComponent*>*)nullptr, false, PlayerColor(1));
  292. }
  293. }
  294. break; case 3://load
  295. {
  296. switch (std::find(gameType.begin(), gameType.end(), commands.front()) - gameType.begin())
  297. {
  298. case 0: return std::bind(&CGPreGame::openSel, CGP, CMenuScreen::loadGame, CMenuScreen::SINGLE_PLAYER);
  299. case 1: return std::bind(&CGPreGame::openSel, CGP, CMenuScreen::loadGame, CMenuScreen::MULTI_HOT_SEAT);
  300. //TODO: load campaign
  301. case 2: return std::bind(CInfoWindow::showInfoDialog, "This function is not implemented yet. Campaign saves can be loaded from \"Single Player\" menu", (const std::vector<CComponent*>*)nullptr, false, PlayerColor(1));
  302. //TODO: load tutorial
  303. case 3: return std::bind(CInfoWindow::showInfoDialog, "Sorry, tutorial is not implemented yet\n", (const std::vector<CComponent*>*)nullptr, false, PlayerColor(1));
  304. }
  305. }
  306. break; case 4://exit
  307. {
  308. return std::bind(CInfoWindow::showYesNoDialog, std::ref(CGI->generaltexth->allTexts[69]), (const std::vector<CComponent*>*)nullptr, do_quit, 0, false, PlayerColor(1));
  309. }
  310. break; case 5://highscores
  311. {
  312. //TODO: high scores
  313. return std::bind(CInfoWindow::showInfoDialog, "Sorry, high scores menu is not implemented yet\n", (const std::vector<CComponent*>*)nullptr, false, PlayerColor(1));
  314. }
  315. }
  316. }
  317. }
  318. logGlobal->errorStream()<<"Failed to parse command: "<<string;
  319. return std::function<void()>();
  320. }
  321. CButton* CMenuEntry::createButton(CMenuScreen* parent, const JsonNode& button)
  322. {
  323. std::function<void()> command = genCommand(parent, parent->menuNameToEntry, button["command"].String());
  324. std::pair<std::string, std::string> help;
  325. if (!button["help"].isNull() && button["help"].Float() > 0)
  326. help = CGI->generaltexth->zelp[button["help"].Float()];
  327. int posx = button["x"].Float();
  328. if (posx < 0)
  329. posx = pos.w + posx;
  330. int posy = button["y"].Float();
  331. if (posy < 0)
  332. posy = pos.h + posy;
  333. return new CButton(Point(posx, posy), button["name"].String(), help, command, button["hotkey"].Float());
  334. }
  335. CMenuEntry::CMenuEntry(CMenuScreen* parent, const JsonNode &config)
  336. {
  337. OBJ_CONSTRUCTION_CAPTURING_ALL;
  338. type |= REDRAW_PARENT;
  339. pos = parent->pos;
  340. for(const JsonNode& node : config["images"].Vector())
  341. images.push_back(createPicture(node));
  342. for(const JsonNode& node : config["buttons"].Vector())
  343. {
  344. buttons.push_back(createButton(parent, node));
  345. buttons.back()->hoverable = true;
  346. buttons.back()->type |= REDRAW_PARENT;
  347. }
  348. }
  349. CreditsScreen::CreditsScreen():
  350. positionCounter(0)
  351. {
  352. addUsedEvents(LCLICK | RCLICK);
  353. type |= REDRAW_PARENT;
  354. OBJ_CONSTRUCTION_CAPTURING_ALL;
  355. pos.w = CGP->menu->pos.w;
  356. pos.h = CGP->menu->pos.h;
  357. auto textFile = CResourceHandler::get()->load(ResourceID("DATA/CREDITS.TXT"))->readAll();
  358. std::string text((char*)textFile.first.get(), textFile.second);
  359. size_t firstQuote = text.find('\"')+1;
  360. text = text.substr(firstQuote, text.find('\"', firstQuote) - firstQuote );
  361. credits = new CMultiLineLabel(Rect(pos.w - 350, 0, 350, 600), FONT_CREDITS, CENTER, Colors::WHITE, text);
  362. credits->scrollTextTo(-600); // move all text below the screen
  363. }
  364. void CreditsScreen::show(SDL_Surface * to)
  365. {
  366. CIntObject::show(to);
  367. positionCounter++;
  368. if (positionCounter % 2 == 0)
  369. credits->scrollTextBy(1);
  370. //end of credits, close this screen
  371. if (credits->textSize.y + 600 < positionCounter / 2)
  372. clickRight(false, false);
  373. }
  374. void CreditsScreen::clickLeft(tribool down, bool previousState)
  375. {
  376. clickRight(down, previousState);
  377. }
  378. void CreditsScreen::clickRight(tribool down, bool previousState)
  379. {
  380. CTabbedInt* menu = dynamic_cast<CTabbedInt*>(parent);
  381. assert(menu);
  382. menu->setActive(0);
  383. }
  384. CGPreGameConfig & CGPreGameConfig::get()
  385. {
  386. static CGPreGameConfig config;
  387. return config;
  388. }
  389. const JsonNode & CGPreGameConfig::getConfig() const
  390. {
  391. return config;
  392. }
  393. const JsonNode & CGPreGameConfig::getCampaigns() const
  394. {
  395. return campaignSets;
  396. }
  397. CGPreGameConfig::CGPreGameConfig() :
  398. campaignSets(JsonNode(ResourceID("config/campaignSets.json"))),
  399. config(JsonNode(ResourceID("config/mainmenu.json")))
  400. {
  401. }
  402. CGPreGame::CGPreGame()
  403. {
  404. pos.w = screen->w;
  405. pos.h = screen->h;
  406. GH.defActionsDef = 63;
  407. CGP = this;
  408. menu = new CMenuScreen(CGPreGameConfig::get().getConfig()["window"]);
  409. loadGraphics();
  410. }
  411. CGPreGame::~CGPreGame()
  412. {
  413. boost::unique_lock<boost::recursive_mutex> lock(*CPlayerInterface::pim);
  414. disposeGraphics();
  415. if(CGP == this)
  416. CGP = nullptr;
  417. if(GH.curInt == this)
  418. GH.curInt = nullptr;
  419. }
  420. void CGPreGame::openSel(CMenuScreen::EState screenType, CMenuScreen::EMultiMode multi /*= CMenuScreen::SINGLE_PLAYER*/)
  421. {
  422. GH.pushInt(new CSelectionScreen(screenType, multi));
  423. }
  424. void CGPreGame::loadGraphics()
  425. {
  426. OBJ_CONSTRUCTION_CAPTURING_ALL;
  427. new CFilledTexture("DIBOXBCK", pos);
  428. victory = CDefHandler::giveDef("SCNRVICT.DEF");
  429. loss = CDefHandler::giveDef("SCNRLOSS.DEF");
  430. }
  431. void CGPreGame::disposeGraphics()
  432. {
  433. delete victory;
  434. delete loss;
  435. }
  436. void CGPreGame::update()
  437. {
  438. boost::unique_lock<boost::recursive_mutex> lock(*CPlayerInterface::pim);
  439. if(CGP != this) //don't update if you are not a main interface
  440. return;
  441. if (GH.listInt.empty())
  442. {
  443. GH.pushInt(this);
  444. GH.pushInt(menu);
  445. menu->switchToTab(0);
  446. }
  447. if(SEL)
  448. SEL->update();
  449. // Handles mouse and key input
  450. GH.updateTime();
  451. GH.handleEvents();
  452. // check for null othervice crash on finishing a campaign
  453. // /FIXME: find out why GH.listInt is empty to begin with
  454. if (GH.topInt() != nullptr)
  455. GH.topInt()->show(screen);
  456. if (settings["general"]["showfps"].Bool())
  457. GH.drawFPSCounter();
  458. }
  459. void CGPreGame::runLocked(std::function<void(IUpdateable * )> cb)
  460. {
  461. boost::unique_lock<boost::recursive_mutex> lock(*CPlayerInterface::pim);
  462. cb(this);
  463. }
  464. void CGPreGame::openCampaignScreen(std::string name)
  465. {
  466. if (vstd::contains(CGPreGameConfig::get().getCampaigns().Struct(), name))
  467. {
  468. GH.pushInt(new CCampaignScreen(CGPreGameConfig::get().getCampaigns()[name]));
  469. return;
  470. }
  471. logGlobal->errorStream()<<"Unknown campaign set: "<<name;
  472. }
  473. CGPreGame *CGPreGame::create()
  474. {
  475. if(!CGP)
  476. CGP = new CGPreGame();
  477. return CGP;
  478. }
  479. void CGPreGame::removeFromGui()
  480. {
  481. //remove everything but main menu and background
  482. GH.popInts(GH.listInt.size() - 2);
  483. GH.popInt(GH.topInt()); //remove main menu
  484. GH.popInt(GH.topInt()); //remove background
  485. }
  486. CSelectionScreen::CSelectionScreen(CMenuScreen::EState Type, CMenuScreen::EMultiMode MultiPlayer /*= CMenuScreen::SINGLE_PLAYER*/, const std::map<ui8, std::string> * Names /*= nullptr*/, const std::string & Address /*=""*/, const std::string & Port /*= ""*/)
  487. : ISelectionScreenInfo(Names), serverHandlingThread(nullptr), mx(new boost::recursive_mutex),
  488. serv(nullptr), ongoingClosing(false), myNameID(255)
  489. {
  490. CGPreGame::create(); //we depend on its graphics
  491. screenType = Type;
  492. multiPlayer = MultiPlayer;
  493. OBJ_CONSTRUCTION_CAPTURING_ALL;
  494. bool network = (MultiPlayer == CMenuScreen::MULTI_NETWORK_GUEST || MultiPlayer == CMenuScreen::MULTI_NETWORK_HOST);
  495. CServerHandler *sh = nullptr;
  496. if(multiPlayer == CMenuScreen::MULTI_NETWORK_HOST)
  497. {
  498. sh = new CServerHandler;
  499. sh->startServer();
  500. }
  501. IShowActivatable::type = BLOCK_ADV_HOTKEYS;
  502. pos.w = 762;
  503. pos.h = 584;
  504. if(Type == CMenuScreen::saveGame)
  505. {
  506. bordered = false;
  507. center(pos);
  508. }
  509. else if(Type == CMenuScreen::campaignList)
  510. {
  511. bordered = false;
  512. bg = new CPicture("CamCust.bmp", 0, 0);
  513. pos = bg->center();
  514. }
  515. else
  516. {
  517. bordered = true;
  518. //load random background
  519. const JsonVector & bgNames = CGPreGameConfig::get().getConfig()["game-select"].Vector();
  520. bg = new CPicture(RandomGeneratorUtil::nextItem(bgNames, CRandomGenerator::getDefault())->String(), 0, 0);
  521. pos = bg->center();
  522. }
  523. sInfo.difficulty = 1;
  524. current = nullptr;
  525. sInfo.mode = (Type == CMenuScreen::newGame ? StartInfo::NEW_GAME : StartInfo::LOAD_GAME);
  526. sInfo.turnTime = 0;
  527. curTab = nullptr;
  528. card = new InfoCard(network); //right info card
  529. if (screenType == CMenuScreen::campaignList)
  530. {
  531. opt = nullptr;
  532. }
  533. else
  534. {
  535. opt = new OptionsTab(); //scenario options tab
  536. opt->recActions = DISPOSE;
  537. randMapTab = new CRandomMapTab();
  538. randMapTab->getMapInfoChanged() += std::bind(&CSelectionScreen::changeSelection, this, _1);
  539. randMapTab->recActions = DISPOSE;
  540. }
  541. sel = new SelectionTab(screenType, std::bind(&CSelectionScreen::changeSelection, this, _1), multiPlayer); //scenario selection tab
  542. sel->recActions = DISPOSE;
  543. switch(screenType)
  544. {
  545. case CMenuScreen::newGame:
  546. {
  547. SDL_Color orange = {232, 184, 32, 0};
  548. SDL_Color overlayColor = multiPlayer == CMenuScreen::MULTI_NETWORK_GUEST ? orange : Colors::WHITE;
  549. card->difficulty->addCallback(std::bind(&CSelectionScreen::difficultyChange, this, _1));
  550. card->difficulty->setSelected(1);
  551. CButton * select = new CButton(Point(411, 80), "GSPBUTT.DEF", CGI->generaltexth->zelp[45], 0, SDLK_s);
  552. select->addCallback([&]()
  553. {
  554. toggleTab(sel);
  555. changeSelection(sel->getSelectedMapInfo());
  556. });
  557. select->addTextOverlay(CGI->generaltexth->allTexts[500], FONT_SMALL, overlayColor);
  558. CButton *opts = new CButton(Point(411, 510), "GSPBUTT.DEF", CGI->generaltexth->zelp[46], std::bind(&CSelectionScreen::toggleTab, this, opt), SDLK_a);
  559. opts->addTextOverlay(CGI->generaltexth->allTexts[501], FONT_SMALL, overlayColor);
  560. CButton * randomBtn = new CButton(Point(411, 105), "GSPBUTT.DEF", CGI->generaltexth->zelp[47], 0, SDLK_r);
  561. randomBtn->addTextOverlay(CGI->generaltexth->allTexts[740], FONT_SMALL, overlayColor);
  562. randomBtn->addCallback([&]()
  563. {
  564. toggleTab(randMapTab);
  565. changeSelection(randMapTab->getMapInfo());
  566. });
  567. start = new CButton(Point(411, 535), "SCNRBEG.DEF", CGI->generaltexth->zelp[103], std::bind(&CSelectionScreen::startScenario, this), SDLK_b);
  568. if(network)
  569. {
  570. CButton *hideChat = new CButton(Point(619, 83), "GSPBUT2.DEF", CGI->generaltexth->zelp[48], std::bind(&InfoCard::toggleChat, card), SDLK_h);
  571. hideChat->addTextOverlay(CGI->generaltexth->allTexts[531], FONT_SMALL);
  572. if(multiPlayer == CMenuScreen::MULTI_NETWORK_GUEST)
  573. {
  574. select->block(true);
  575. opts->block(true);
  576. randomBtn->block(true);
  577. start->block(true);
  578. }
  579. }
  580. }
  581. break;
  582. case CMenuScreen::loadGame:
  583. sel->recActions = 255;
  584. start = new CButton(Point(411, 535), "SCNRLOD.DEF", CGI->generaltexth->zelp[103], std::bind(&CSelectionScreen::startScenario, this), SDLK_l);
  585. break;
  586. case CMenuScreen::saveGame:
  587. sel->recActions = 255;
  588. start = new CButton(Point(411, 535), "SCNRSAV.DEF", CGI->generaltexth->zelp[103], std::bind(&CSelectionScreen::startScenario, this), SDLK_s);
  589. break;
  590. case CMenuScreen::campaignList:
  591. sel->recActions = 255;
  592. start = new CButton(Point(411, 535), "SCNRLOD.DEF", CButton::tooltip(), std::bind(&CSelectionScreen::startCampaign, this), SDLK_b);
  593. break;
  594. }
  595. start->assignedKeys.insert(SDLK_RETURN);
  596. back = new CButton(Point(581, 535), "SCNRBACK.DEF", CGI->generaltexth->zelp[105], std::bind(&CGuiHandler::popIntTotally, &GH, this), SDLK_ESCAPE);
  597. if(network)
  598. {
  599. if(multiPlayer == CMenuScreen::MULTI_NETWORK_HOST)
  600. {
  601. assert(playerNames.size() == 1 && vstd::contains(playerNames, 1)); //TODO hot-seat/network combo
  602. serv = sh->connectToServer();
  603. *serv << (ui8) 4;
  604. myNameID = 1;
  605. }
  606. else
  607. {
  608. serv = CServerHandler::justConnectToServer(Address, Port);
  609. }
  610. serv->enterPregameConnectionMode();
  611. *serv << playerNames.begin()->second;
  612. if(multiPlayer == CMenuScreen::MULTI_NETWORK_GUEST)
  613. {
  614. const CMapInfo *map;
  615. *serv >> myNameID >> map;
  616. serv->connectionID = myNameID;
  617. changeSelection(map);
  618. }
  619. else //host
  620. {
  621. if(current)
  622. {
  623. SelectMap sm(*current);
  624. *serv << &sm;
  625. UpdateStartOptions uso(sInfo);
  626. *serv << &uso;
  627. }
  628. }
  629. applier = new CApplier<CBaseForPGApply>;
  630. registerTypesPregamePacks(*applier);
  631. serverHandlingThread = new boost::thread(&CSelectionScreen::handleConnection, this);
  632. }
  633. delete sh;
  634. }
  635. CSelectionScreen::~CSelectionScreen()
  636. {
  637. ongoingClosing = true;
  638. if(serv)
  639. {
  640. assert(serverHandlingThread);
  641. QuitMenuWithoutStarting qmws;
  642. *serv << &qmws;
  643. // while(!serverHandlingThread->timed_join(boost::posix_time::milliseconds(50)))
  644. // processPacks();
  645. serverHandlingThread->join();
  646. delete serverHandlingThread;
  647. }
  648. playerColor = PlayerColor::CANNOT_DETERMINE;
  649. playerNames.clear();
  650. assert(!serv);
  651. vstd::clear_pointer(applier);
  652. delete mx;
  653. }
  654. void CSelectionScreen::toggleTab(CIntObject *tab)
  655. {
  656. if(multiPlayer == CMenuScreen::MULTI_NETWORK_HOST && serv)
  657. {
  658. PregameGuiAction pga;
  659. if(tab == curTab)
  660. pga.action = PregameGuiAction::NO_TAB;
  661. else if(tab == opt)
  662. pga.action = PregameGuiAction::OPEN_OPTIONS;
  663. else if(tab == sel)
  664. pga.action = PregameGuiAction::OPEN_SCENARIO_LIST;
  665. else if(tab == randMapTab)
  666. pga.action = PregameGuiAction::OPEN_RANDOM_MAP_OPTIONS;
  667. *serv << &pga;
  668. }
  669. if(curTab && curTab->active)
  670. {
  671. curTab->deactivate();
  672. curTab->recActions = DISPOSE;
  673. }
  674. if(curTab != tab)
  675. {
  676. tab->recActions = 255;
  677. tab->activate();
  678. curTab = tab;
  679. }
  680. else
  681. {
  682. curTab = nullptr;
  683. };
  684. GH.totalRedraw();
  685. }
  686. void CSelectionScreen::changeSelection(const CMapInfo * to)
  687. {
  688. if(current == to) return;
  689. if(multiPlayer == CMenuScreen::MULTI_NETWORK_GUEST)
  690. {
  691. vstd::clear_pointer(current);
  692. }
  693. current = to;
  694. if(to && (screenType == CMenuScreen::loadGame ||
  695. screenType == CMenuScreen::saveGame))
  696. SEL->sInfo.difficulty = to->scenarioOpts->difficulty;
  697. if(screenType != CMenuScreen::campaignList)
  698. {
  699. updateStartInfo(to ? to->fileURI : "", sInfo, to ? to->mapHeader.get() : nullptr);
  700. if(screenType == CMenuScreen::newGame)
  701. {
  702. if(to && to->isRandomMap)
  703. {
  704. sInfo.mapGenOptions = std::shared_ptr<CMapGenOptions>(new CMapGenOptions(randMapTab->getMapGenOptions()));
  705. }
  706. else
  707. {
  708. sInfo.mapGenOptions.reset();
  709. }
  710. }
  711. }
  712. card->changeSelection(to);
  713. if(screenType != CMenuScreen::campaignList)
  714. {
  715. opt->recreate();
  716. }
  717. if(multiPlayer == CMenuScreen::MULTI_NETWORK_HOST && serv)
  718. {
  719. SelectMap sm(*to);
  720. *serv << &sm;
  721. UpdateStartOptions uso(sInfo);
  722. *serv << &uso;
  723. }
  724. }
  725. void CSelectionScreen::startCampaign()
  726. {
  727. if (SEL->current)
  728. {
  729. GH.pushInt(new CBonusSelection(SEL->current->fileURI));
  730. }
  731. }
  732. void CSelectionScreen::startScenario()
  733. {
  734. if(screenType == CMenuScreen::newGame)
  735. {
  736. //there must be at least one human player before game can be started
  737. std::map<PlayerColor, PlayerSettings>::const_iterator i;
  738. for(i = SEL->sInfo.playerInfos.cbegin(); i != SEL->sInfo.playerInfos.cend(); i++)
  739. if(i->second.playerID != PlayerSettings::PLAYER_AI)
  740. break;
  741. if(i == SEL->sInfo.playerInfos.cend())
  742. {
  743. GH.pushInt(CInfoWindow::create(CGI->generaltexth->allTexts[530])); //You must position yourself prior to starting the game.
  744. return;
  745. }
  746. }
  747. if(multiPlayer == CMenuScreen::MULTI_NETWORK_HOST)
  748. {
  749. start->block(true);
  750. StartWithCurrentSettings swcs;
  751. *serv << &swcs;
  752. ongoingClosing = true;
  753. return;
  754. }
  755. if(screenType != CMenuScreen::saveGame)
  756. {
  757. if(!current)
  758. return;
  759. if(sInfo.mapGenOptions)
  760. {
  761. //copy settings from interface to actual options. TODO: refactor, it used to have no effect at all -.-
  762. sInfo.mapGenOptions = std::shared_ptr<CMapGenOptions>(new CMapGenOptions(randMapTab->getMapGenOptions()));
  763. // Update player settings for RMG
  764. for(const auto & psetPair : sInfo.playerInfos)
  765. {
  766. const auto & pset = psetPair.second;
  767. sInfo.mapGenOptions->setStartingTownForPlayer(pset.color, pset.castle);
  768. if(pset.playerID != PlayerSettings::PLAYER_AI)
  769. {
  770. sInfo.mapGenOptions->setPlayerTypeForStandardPlayer(pset.color, EPlayerType::HUMAN);
  771. }
  772. }
  773. if(!sInfo.mapGenOptions->checkOptions())
  774. {
  775. GH.pushInt(CInfoWindow::create(CGI->generaltexth->allTexts[751]));
  776. return;
  777. }
  778. }
  779. saveGameName.clear();
  780. if(screenType == CMenuScreen::loadGame)
  781. {
  782. saveGameName = sInfo.mapname;
  783. }
  784. auto si = new StartInfo(sInfo);
  785. CGP->removeFromGui();
  786. CGP->showLoadingScreen(std::bind(&startGame, si, (CConnection *)nullptr));
  787. }
  788. else
  789. {
  790. if(!(sel && sel->txt && sel->txt->text.size()))
  791. return;
  792. saveGameName = "Saves/" + sel->txt->text;
  793. CFunctionList<void()> overWrite;
  794. overWrite += std::bind(&CCallback::save, LOCPLINT->cb.get(), saveGameName);
  795. overWrite += std::bind(&CGuiHandler::popIntTotally, &GH, this);
  796. if(CResourceHandler::get("local")->existsResource(ResourceID(saveGameName, EResType::CLIENT_SAVEGAME)))
  797. {
  798. std::string hlp = CGI->generaltexth->allTexts[493]; //%s exists. Overwrite?
  799. boost::algorithm::replace_first(hlp, "%s", sel->txt->text);
  800. LOCPLINT->showYesNoDialog(hlp, overWrite, 0, false);
  801. }
  802. else
  803. overWrite();
  804. }
  805. }
  806. void CSelectionScreen::difficultyChange( int to )
  807. {
  808. assert(screenType == CMenuScreen::newGame);
  809. sInfo.difficulty = to;
  810. propagateOptions();
  811. redraw();
  812. }
  813. void CSelectionScreen::handleConnection()
  814. {
  815. setThreadName("CSelectionScreen::handleConnection");
  816. try
  817. {
  818. assert(serv);
  819. while(serv)
  820. {
  821. CPackForSelectionScreen *pack = nullptr;
  822. *serv >> pack;
  823. logNetwork->traceStream() << "Received a pack of type " << typeid(*pack).name();
  824. assert(pack);
  825. if(QuitMenuWithoutStarting *endingPack = dynamic_cast<QuitMenuWithoutStarting *>(pack))
  826. {
  827. endingPack->apply(this);
  828. }
  829. else if(StartWithCurrentSettings *endingPack = dynamic_cast<StartWithCurrentSettings *>(pack))
  830. {
  831. endingPack->apply(this);
  832. }
  833. else
  834. {
  835. boost::unique_lock<boost::recursive_mutex> lll(*mx);
  836. upcomingPacks.push_back(pack);
  837. }
  838. }
  839. }
  840. catch(int i)
  841. {
  842. if(i != 666)
  843. throw;
  844. }
  845. catch(...)
  846. {
  847. handleException();
  848. throw;
  849. }
  850. }
  851. void CSelectionScreen::setSInfo(const StartInfo &si)
  852. {
  853. std::map<PlayerColor, PlayerSettings>::const_iterator i;
  854. for(i = si.playerInfos.cbegin(); i != si.playerInfos.cend(); i++)
  855. {
  856. if(i->second.playerID == myNameID)
  857. {
  858. playerColor = i->first;
  859. break;
  860. }
  861. }
  862. if(i == si.playerInfos.cend()) //not found
  863. playerColor = PlayerColor::CANNOT_DETERMINE;
  864. sInfo = si;
  865. if(current)
  866. opt->recreate(); //will force to recreate using current sInfo
  867. card->difficulty->setSelected(si.difficulty);
  868. GH.totalRedraw();
  869. }
  870. void CSelectionScreen::processPacks()
  871. {
  872. boost::unique_lock<boost::recursive_mutex> lll(*mx);
  873. while(!upcomingPacks.empty())
  874. {
  875. CPackForSelectionScreen *pack = upcomingPacks.front();
  876. upcomingPacks.pop_front();
  877. CBaseForPGApply *apply = applier->apps[typeList.getTypeID(pack)]; //find the applier
  878. apply->applyOnPG(this, pack);
  879. delete pack;
  880. }
  881. }
  882. void CSelectionScreen::update()
  883. {
  884. if(serverHandlingThread)
  885. processPacks();
  886. }
  887. void CSelectionScreen::propagateOptions()
  888. {
  889. if(isHost() && serv)
  890. {
  891. UpdateStartOptions ups(sInfo);
  892. *serv << &ups;
  893. }
  894. }
  895. void CSelectionScreen::postRequest(ui8 what, ui8 dir)
  896. {
  897. if(!isGuest() || !serv)
  898. return;
  899. RequestOptionsChange roc(what, dir, myNameID);
  900. *serv << &roc;
  901. }
  902. void CSelectionScreen::postChatMessage(const std::string &txt)
  903. {
  904. assert(serv);
  905. ChatMessage cm;
  906. cm.message = txt;
  907. cm.playerName = sInfo.getPlayersSettings(myNameID)->name;
  908. *serv << &cm;
  909. }
  910. void CSelectionScreen::propagateNames()
  911. {
  912. PlayersNames pn;
  913. pn.playerNames = playerNames;
  914. *serv << &pn;
  915. }
  916. void CSelectionScreen::showAll(SDL_Surface *to)
  917. {
  918. CIntObject::showAll(to);
  919. if (bordered && (pos.h != to->h || pos.w != to->w))
  920. CMessage::drawBorder(PlayerColor(1), to, pos.w+28, pos.h+30, pos.x-14, pos.y-15);
  921. }
  922. // A new size filter (Small, Medium, ...) has been selected. Populate
  923. // selMaps with the relevant data.
  924. void SelectionTab::filter( int size, bool selectFirst )
  925. {
  926. curItems.clear();
  927. if(tabType == CMenuScreen::campaignList)
  928. {
  929. for (auto & elem : allItems)
  930. curItems.push_back(&elem);
  931. }
  932. else
  933. {
  934. for (auto & elem : allItems)
  935. if( elem.mapHeader && elem.mapHeader->version && (!size || elem.mapHeader->width == size))
  936. curItems.push_back(&elem);
  937. }
  938. if(curItems.size())
  939. {
  940. slider->block(false);
  941. slider->setAmount(curItems.size());
  942. sort();
  943. if(selectFirst)
  944. {
  945. slider->moveTo(0);
  946. onSelect(curItems[0]);
  947. }
  948. selectAbs(0);
  949. }
  950. else
  951. {
  952. slider->block(true);
  953. onSelect(nullptr);
  954. }
  955. }
  956. std::unordered_set<ResourceID> SelectionTab::getFiles(std::string dirURI, int resType)
  957. {
  958. boost::to_upper(dirURI);
  959. std::unordered_set<ResourceID> ret = CResourceHandler::get()->getFilteredFiles([&](const ResourceID & ident)
  960. {
  961. return ident.getType() == resType
  962. && boost::algorithm::starts_with(ident.getName(), dirURI);
  963. });
  964. return ret;
  965. }
  966. void SelectionTab::parseMaps(const std::unordered_set<ResourceID> &files)
  967. {
  968. allItems.clear();
  969. for(auto & file : files)
  970. {
  971. try
  972. {
  973. CMapInfo mapInfo;
  974. mapInfo.mapInit(file.getName());
  975. // ignore unsupported map versions (e.g. WoG maps without WoG
  976. if (mapInfo.mapHeader->version <= CGI->modh->settings.data["textData"]["mapVersion"].Float())
  977. allItems.push_back(std::move(mapInfo));
  978. }
  979. catch(std::exception & e)
  980. {
  981. logGlobal->errorStream() << "Map " << file.getName() << " is invalid. Message: " << e.what();
  982. }
  983. }
  984. }
  985. void SelectionTab::parseGames(const std::unordered_set<ResourceID> &files, bool multi)
  986. {
  987. for(auto & file : files)
  988. {
  989. try
  990. {
  991. CLoadFile lf(*CResourceHandler::get()->getResourceName(file), minSupportedVersion);
  992. lf.checkMagicBytes(SAVEGAME_MAGIC);
  993. // ui8 sign[8];
  994. // lf >> sign;
  995. // if(std::memcmp(sign,"VCMISVG",7))
  996. // {
  997. // throw std::runtime_error("not a correct savefile!");
  998. // }
  999. // Create the map info object
  1000. CMapInfo mapInfo;
  1001. mapInfo.mapHeader = make_unique<CMapHeader>();
  1002. mapInfo.scenarioOpts = new StartInfo;
  1003. lf >> *(mapInfo.mapHeader.get()) >> mapInfo.scenarioOpts;
  1004. mapInfo.fileURI = file.getName();
  1005. mapInfo.countPlayers();
  1006. std::time_t time = CFileInfo(*CResourceHandler::get()->getResourceName(file)).getDate();
  1007. mapInfo.date = std::asctime(std::localtime(&time));
  1008. // If multi mode then only multi games, otherwise single
  1009. if((mapInfo.actualHumanPlayers > 1) != multi)
  1010. {
  1011. mapInfo.mapHeader.reset();
  1012. }
  1013. allItems.push_back(std::move(mapInfo));
  1014. }
  1015. catch(const std::exception & e)
  1016. {
  1017. logGlobal->errorStream() << "Error: Failed to process " << file.getName() <<": " << e.what();
  1018. }
  1019. }
  1020. }
  1021. void SelectionTab::parseCampaigns(const std::unordered_set<ResourceID> &files )
  1022. {
  1023. allItems.reserve(files.size());
  1024. for (auto & file : files)
  1025. {
  1026. CMapInfo info;
  1027. //allItems[i].date = std::asctime(std::localtime(&files[i].date));
  1028. info.fileURI = file.getName();
  1029. info.campaignInit();
  1030. allItems.push_back(std::move(info));
  1031. }
  1032. }
  1033. SelectionTab::SelectionTab(CMenuScreen::EState Type, const std::function<void(CMapInfo *)> &OnSelect, CMenuScreen::EMultiMode MultiPlayer /*= CMenuScreen::SINGLE_PLAYER*/)
  1034. :bg(nullptr), onSelect(OnSelect)
  1035. {
  1036. OBJ_CONSTRUCTION;
  1037. selectionPos = 0;
  1038. addUsedEvents(LCLICK | WHEEL | KEYBOARD | DOUBLECLICK);
  1039. slider = nullptr;
  1040. txt = nullptr;
  1041. tabType = Type;
  1042. if (Type != CMenuScreen::campaignList)
  1043. {
  1044. bg = new CPicture("SCSELBCK.bmp", 0, 6);
  1045. pos = bg->pos;
  1046. }
  1047. else
  1048. {
  1049. bg = nullptr; //use background from parent
  1050. pos.w = parent->pos.w;
  1051. pos.h = parent->pos.h;
  1052. pos.x += 3; pos.y += 6;
  1053. }
  1054. if(MultiPlayer == CMenuScreen::MULTI_NETWORK_GUEST)
  1055. {
  1056. positions = 18;
  1057. }
  1058. else
  1059. {
  1060. switch(tabType)
  1061. {
  1062. case CMenuScreen::newGame:
  1063. parseMaps(getFiles("Maps/", EResType::MAP));
  1064. positions = 18;
  1065. break;
  1066. case CMenuScreen::loadGame:
  1067. case CMenuScreen::saveGame:
  1068. parseGames(getFiles("Saves/", EResType::CLIENT_SAVEGAME), MultiPlayer);
  1069. if(tabType == CMenuScreen::loadGame)
  1070. {
  1071. positions = 18;
  1072. }
  1073. else
  1074. {
  1075. positions = 16;
  1076. }
  1077. if(tabType == CMenuScreen::saveGame)
  1078. {
  1079. txt = new CTextInput(Rect(32, 539, 350, 20), Point(-32, -25), "GSSTRIP.bmp", 0);
  1080. txt->filters += CTextInput::filenameFilter;
  1081. }
  1082. break;
  1083. case CMenuScreen::campaignList:
  1084. parseCampaigns(getFiles("Maps/", EResType::CAMPAIGN));
  1085. positions = 18;
  1086. break;
  1087. default:
  1088. assert(0);
  1089. break;
  1090. }
  1091. }
  1092. generalSortingBy = (tabType == CMenuScreen::loadGame || tabType == CMenuScreen::saveGame) ? _fileName : _name;
  1093. if (tabType != CMenuScreen::campaignList)
  1094. {
  1095. //size filter buttons
  1096. {
  1097. int sizes[] = {36, 72, 108, 144, 0};
  1098. const char * names[] = {"SCSMBUT.DEF", "SCMDBUT.DEF", "SCLGBUT.DEF", "SCXLBUT.DEF", "SCALBUT.DEF"};
  1099. for(int i = 0; i < 5; i++)
  1100. new CButton(Point(158 + 47*i, 46), names[i], CGI->generaltexth->zelp[54+i], std::bind(&SelectionTab::filter, this, sizes[i], true));
  1101. }
  1102. //sort buttons buttons
  1103. {
  1104. int xpos[] = {23, 55, 88, 121, 306, 339};
  1105. const char * names[] = {"SCBUTT1.DEF", "SCBUTT2.DEF", "SCBUTCP.DEF", "SCBUTT3.DEF", "SCBUTT4.DEF", "SCBUTT5.DEF"};
  1106. for(int i = 0; i < 6; i++)
  1107. {
  1108. ESortBy criteria = (ESortBy)i;
  1109. if(criteria == _name)
  1110. criteria = generalSortingBy;
  1111. new CButton(Point(xpos[i], 86), names[i], CGI->generaltexth->zelp[107+i], std::bind(&SelectionTab::sortBy, this, criteria));
  1112. }
  1113. }
  1114. }
  1115. else
  1116. {
  1117. //sort by buttons
  1118. new CButton(Point(23, 86), "CamCusM.DEF", CButton::tooltip(), std::bind(&SelectionTab::sortBy, this, _numOfMaps)); //by num of maps
  1119. new CButton(Point(55, 86), "CamCusL.DEF", CButton::tooltip(), std::bind(&SelectionTab::sortBy, this, _name)); //by name
  1120. }
  1121. slider = new CSlider(Point(372, 86), tabType != CMenuScreen::saveGame ? 480 : 430, std::bind(&SelectionTab::sliderMove, this, _1), positions, curItems.size(), 0, false, CSlider::BLUE);
  1122. slider->addUsedEvents(WHEEL);
  1123. format = CDefHandler::giveDef("SCSELC.DEF");
  1124. sortingBy = _format;
  1125. ascending = true;
  1126. filter(0);
  1127. //select(0);
  1128. switch(tabType)
  1129. {
  1130. case CMenuScreen::newGame:
  1131. selectFName("Maps/Arrogance");
  1132. break;
  1133. case CMenuScreen::loadGame:
  1134. case CMenuScreen::campaignList:
  1135. select(0);
  1136. break;
  1137. case CMenuScreen::saveGame:;
  1138. if(saveGameName.empty())
  1139. {
  1140. txt->setText("NEWGAME");
  1141. }
  1142. else
  1143. {
  1144. selectFName(saveGameName);
  1145. }
  1146. }
  1147. }
  1148. SelectionTab::~SelectionTab()
  1149. {
  1150. delete format;
  1151. }
  1152. void SelectionTab::sortBy( int criteria )
  1153. {
  1154. if(criteria == sortingBy)
  1155. {
  1156. ascending = !ascending;
  1157. }
  1158. else
  1159. {
  1160. sortingBy = (ESortBy)criteria;
  1161. ascending = true;
  1162. }
  1163. sort();
  1164. selectAbs(0);
  1165. }
  1166. void SelectionTab::sort()
  1167. {
  1168. if(sortingBy != generalSortingBy)
  1169. std::stable_sort(curItems.begin(), curItems.end(), mapSorter(generalSortingBy));
  1170. std::stable_sort(curItems.begin(), curItems.end(), mapSorter(sortingBy));
  1171. if(!ascending)
  1172. std::reverse(curItems.begin(), curItems.end());
  1173. redraw();
  1174. }
  1175. void SelectionTab::select( int position )
  1176. {
  1177. if(!curItems.size()) return;
  1178. // New selection. py is the index in curItems.
  1179. int py = position + slider->getValue();
  1180. vstd::amax(py, 0);
  1181. vstd::amin(py, curItems.size()-1);
  1182. selectionPos = py;
  1183. if(position < 0)
  1184. slider->moveBy(position);
  1185. else if(position >= positions)
  1186. slider->moveBy(position - positions + 1);
  1187. if(txt)
  1188. {
  1189. std::string filename = *CResourceHandler::get("local")->getResourceName(
  1190. ResourceID(curItems[py]->fileURI, EResType::CLIENT_SAVEGAME));
  1191. txt->setText(CFileInfo(filename).getBaseName());
  1192. }
  1193. onSelect(curItems[py]);
  1194. }
  1195. void SelectionTab::selectAbs( int position )
  1196. {
  1197. select(position - slider->getValue());
  1198. }
  1199. int SelectionTab::getPosition( int x, int y )
  1200. {
  1201. return -1;
  1202. }
  1203. void SelectionTab::sliderMove( int slidPos )
  1204. {
  1205. if(!slider) return; //ignore spurious call when slider is being created
  1206. redraw();
  1207. }
  1208. // Display the tab with the scenario names
  1209. //
  1210. // elemIdx is the index of the maps or saved game to display on line 0
  1211. // slider->capacity contains the number of available screen lines
  1212. // slider->positionsAmnt is the number of elements after filtering
  1213. void SelectionTab::printMaps(SDL_Surface *to)
  1214. {
  1215. int elemIdx = slider->getValue();
  1216. // Display all elements if there's enough space
  1217. //if(slider->amount < slider->capacity)
  1218. // elemIdx = 0;
  1219. SDL_Color itemColor;
  1220. for (int line = 0; line < positions && elemIdx < curItems.size(); elemIdx++, line++)
  1221. {
  1222. CMapInfo *currentItem = curItems[elemIdx];
  1223. if (elemIdx == selectionPos)
  1224. itemColor=Colors::YELLOW;
  1225. else
  1226. itemColor=Colors::WHITE;
  1227. if(tabType != CMenuScreen::campaignList)
  1228. {
  1229. //amount of players
  1230. std::ostringstream ostr(std::ostringstream::out);
  1231. ostr << currentItem->playerAmnt << "/" << currentItem->humanPlayers;
  1232. printAtLoc(ostr.str(), 29, 120 + line * 25, FONT_SMALL, itemColor, to);
  1233. //map size
  1234. std::string temp2 = "C";
  1235. switch (currentItem->mapHeader->width)
  1236. {
  1237. case 36:
  1238. temp2="S";
  1239. break;
  1240. case 72:
  1241. temp2="M";
  1242. break;
  1243. case 108:
  1244. temp2="L";
  1245. break;
  1246. case 144:
  1247. temp2="XL";
  1248. break;
  1249. }
  1250. printAtMiddleLoc(temp2, 70, 128 + line * 25, FONT_SMALL, itemColor, to);
  1251. int temp=-1;
  1252. switch (currentItem->mapHeader->version)
  1253. {
  1254. case EMapFormat::ROE:
  1255. temp=0;
  1256. break;
  1257. case EMapFormat::AB:
  1258. temp=1;
  1259. break;
  1260. case EMapFormat::SOD:
  1261. temp=2;
  1262. break;
  1263. case EMapFormat::WOG:
  1264. temp=3;
  1265. break;
  1266. default:
  1267. // Unknown version. Be safe and ignore that map
  1268. logGlobal->warnStream() << "Warning: " << currentItem->fileURI << " has wrong version!";
  1269. continue;
  1270. }
  1271. blitAtLoc(format->ourImages[temp].bitmap, 88, 117 + line * 25, to);
  1272. //victory conditions
  1273. blitAtLoc(CGP->victory->ourImages[currentItem->mapHeader->victoryIconIndex].bitmap, 306, 117 + line * 25, to);
  1274. //loss conditions
  1275. blitAtLoc(CGP->loss->ourImages[currentItem->mapHeader->defeatIconIndex].bitmap, 339, 117 + line * 25, to);
  1276. }
  1277. else //if campaign
  1278. {
  1279. //number of maps in campaign
  1280. std::ostringstream ostr(std::ostringstream::out);
  1281. ostr << CGI->generaltexth->campaignRegionNames[ currentItem->campaignHeader->mapVersion ].size();
  1282. printAtLoc(ostr.str(), 29, 120 + line * 25, FONT_SMALL, itemColor, to);
  1283. }
  1284. std::string name;
  1285. if(tabType == CMenuScreen::newGame)
  1286. {
  1287. if (!currentItem->mapHeader->name.length())
  1288. currentItem->mapHeader->name = "Unnamed";
  1289. name = currentItem->mapHeader->name;
  1290. }
  1291. else if(tabType == CMenuScreen::campaignList)
  1292. {
  1293. name = currentItem->campaignHeader->name;
  1294. }
  1295. else
  1296. {
  1297. name = CFileInfo(*CResourceHandler::get("local")->getResourceName(
  1298. ResourceID(currentItem->fileURI, EResType::CLIENT_SAVEGAME))).getBaseName();
  1299. }
  1300. //print name
  1301. printAtMiddleLoc(name, 213, 128 + line * 25, FONT_SMALL, itemColor, to);
  1302. }
  1303. }
  1304. void SelectionTab::showAll(SDL_Surface * to)
  1305. {
  1306. CIntObject::showAll(to);
  1307. printMaps(to);
  1308. std::string title;
  1309. switch(tabType) {
  1310. case CMenuScreen::newGame:
  1311. title = CGI->generaltexth->arraytxt[229];
  1312. break;
  1313. case CMenuScreen::loadGame:
  1314. title = CGI->generaltexth->arraytxt[230];
  1315. break;
  1316. case CMenuScreen::saveGame:
  1317. title = CGI->generaltexth->arraytxt[231];
  1318. break;
  1319. case CMenuScreen::campaignList:
  1320. title = CGI->generaltexth->allTexts[726];
  1321. break;
  1322. }
  1323. printAtMiddleLoc(title, 205, 28, FONT_MEDIUM, Colors::YELLOW, to); //Select a Scenario to Play
  1324. if(tabType != CMenuScreen::campaignList)
  1325. {
  1326. printAtMiddleLoc(CGI->generaltexth->allTexts[510], 87, 62, FONT_SMALL, Colors::YELLOW, to); //Map sizes
  1327. }
  1328. }
  1329. void SelectionTab::clickLeft( tribool down, bool previousState )
  1330. {
  1331. if(down)
  1332. {
  1333. int line = getLine();
  1334. if(line != -1)
  1335. select(line);
  1336. }
  1337. }
  1338. void SelectionTab::keyPressed( const SDL_KeyboardEvent & key )
  1339. {
  1340. if(key.state != SDL_PRESSED) return;
  1341. int moveBy = 0;
  1342. switch(key.keysym.sym)
  1343. {
  1344. case SDLK_UP:
  1345. moveBy = -1;
  1346. break;
  1347. case SDLK_DOWN:
  1348. moveBy = +1;
  1349. break;
  1350. case SDLK_PAGEUP:
  1351. moveBy = -positions+1;
  1352. break;
  1353. case SDLK_PAGEDOWN:
  1354. moveBy = +positions-1;
  1355. break;
  1356. case SDLK_HOME:
  1357. select(-slider->getValue());
  1358. return;
  1359. case SDLK_END:
  1360. select(curItems.size() - slider->getValue());
  1361. return;
  1362. default:
  1363. return;
  1364. }
  1365. select(selectionPos - slider->getValue() + moveBy);
  1366. }
  1367. void SelectionTab::onDoubleClick()
  1368. {
  1369. if(getLine() != -1) //double clicked scenarios list
  1370. {
  1371. //act as if start button was pressed
  1372. (static_cast<CSelectionScreen*>(parent))->start->clickLeft(false, true);
  1373. }
  1374. }
  1375. int SelectionTab::getLine()
  1376. {
  1377. int line = -1;
  1378. Point clickPos(GH.current->button.x, GH.current->button.y);
  1379. clickPos = clickPos - pos.topLeft();
  1380. // Ignore clicks on save name area
  1381. int maxPosY;
  1382. if(tabType == CMenuScreen::saveGame)
  1383. maxPosY = 516;
  1384. else
  1385. maxPosY = 564;
  1386. if(clickPos.y > 115 && clickPos.y < maxPosY && clickPos.x > 22 && clickPos.x < 371)
  1387. {
  1388. line = (clickPos.y-115) / 25; //which line
  1389. }
  1390. return line;
  1391. }
  1392. void SelectionTab::selectFName( std::string fname )
  1393. {
  1394. boost::to_upper(fname);
  1395. for(int i = curItems.size() - 1; i >= 0; i--)
  1396. {
  1397. if(curItems[i]->fileURI == fname)
  1398. {
  1399. slider->moveTo(i);
  1400. selectAbs(i);
  1401. return;
  1402. }
  1403. }
  1404. selectAbs(0);
  1405. }
  1406. const CMapInfo * SelectionTab::getSelectedMapInfo() const
  1407. {
  1408. return curItems.empty() ? nullptr : curItems[selectionPos];
  1409. }
  1410. CRandomMapTab::CRandomMapTab()
  1411. {
  1412. OBJ_CONSTRUCTION;
  1413. bg = new CPicture("RANMAPBK", 0, 6);
  1414. // Map Size
  1415. mapSizeBtnGroup = new CToggleGroup(0);
  1416. mapSizeBtnGroup->pos.y += 81;
  1417. mapSizeBtnGroup->pos.x += 158;
  1418. const std::vector<std::string> mapSizeBtns = {"RANSIZS", "RANSIZM","RANSIZL","RANSIZX"};
  1419. addButtonsToGroup(mapSizeBtnGroup, mapSizeBtns, 0, 3, 47, 198);
  1420. mapSizeBtnGroup->setSelected(1);
  1421. mapSizeBtnGroup->addCallback([&](int btnId)
  1422. {
  1423. const std::vector<int> mapSizeVal = {CMapHeader::MAP_SIZE_SMALL,CMapHeader::MAP_SIZE_MIDDLE,CMapHeader::MAP_SIZE_LARGE,CMapHeader::MAP_SIZE_XLARGE};
  1424. mapGenOptions.setWidth(mapSizeVal[btnId]);
  1425. mapGenOptions.setHeight(mapSizeVal[btnId]);
  1426. updateMapInfo();
  1427. });
  1428. // Two levels
  1429. twoLevelsBtn = new CToggleButton(Point(346, 81), "RANUNDR", CGI->generaltexth->zelp[202]);
  1430. //twoLevelsBtn->select(true); for now, deactivated
  1431. twoLevelsBtn->addCallback([&](bool on) { mapGenOptions.setHasTwoLevels(on); updateMapInfo(); });
  1432. // Create number defs list
  1433. std::vector<std::string> numberDefs;
  1434. for(int i = 0; i <= 8; ++i)
  1435. {
  1436. numberDefs.push_back("RANNUM" + boost::lexical_cast<std::string>(i));
  1437. }
  1438. const int NUMBERS_WIDTH = 32;
  1439. const int BTNS_GROUP_LEFT_MARGIN = 67;
  1440. // Amount of players
  1441. playersCntGroup = new CToggleGroup(0);
  1442. playersCntGroup->pos.y += 153;
  1443. playersCntGroup->pos.x += BTNS_GROUP_LEFT_MARGIN;
  1444. addButtonsWithRandToGroup(playersCntGroup, numberDefs, 1, 8, NUMBERS_WIDTH, 204, 212);
  1445. playersCntGroup->addCallback([&](int btnId)
  1446. {
  1447. mapGenOptions.setPlayerCount(btnId);
  1448. deactivateButtonsFrom(teamsCntGroup, btnId);
  1449. deactivateButtonsFrom(compOnlyPlayersCntGroup, 8 - btnId + 1);
  1450. validatePlayersCnt(btnId);
  1451. updateMapInfo();
  1452. });
  1453. // Amount of teams
  1454. teamsCntGroup = new CToggleGroup(0);
  1455. teamsCntGroup->pos.y += 219;
  1456. teamsCntGroup->pos.x += BTNS_GROUP_LEFT_MARGIN;
  1457. addButtonsWithRandToGroup(teamsCntGroup, numberDefs, 0, 7, NUMBERS_WIDTH, 214, 222);
  1458. teamsCntGroup->addCallback([&](int btnId)
  1459. {
  1460. mapGenOptions.setTeamCount(btnId);
  1461. updateMapInfo();
  1462. });
  1463. // Computer only players
  1464. compOnlyPlayersCntGroup = new CToggleGroup(0);
  1465. compOnlyPlayersCntGroup->pos.y += 285;
  1466. compOnlyPlayersCntGroup->pos.x += BTNS_GROUP_LEFT_MARGIN;
  1467. addButtonsWithRandToGroup(compOnlyPlayersCntGroup, numberDefs, 0, 7, NUMBERS_WIDTH, 224, 232);
  1468. compOnlyPlayersCntGroup->setSelected(0);
  1469. compOnlyPlayersCntGroup->addCallback([&](int btnId)
  1470. {
  1471. mapGenOptions.setCompOnlyPlayerCount(btnId);
  1472. deactivateButtonsFrom(compOnlyTeamsCntGroup, btnId);
  1473. validateCompOnlyPlayersCnt(btnId);
  1474. updateMapInfo();
  1475. });
  1476. // Computer only teams
  1477. compOnlyTeamsCntGroup = new CToggleGroup(0);
  1478. compOnlyTeamsCntGroup->pos.y += 351;
  1479. compOnlyTeamsCntGroup->pos.x += BTNS_GROUP_LEFT_MARGIN;
  1480. addButtonsWithRandToGroup(compOnlyTeamsCntGroup, numberDefs, 0, 6, NUMBERS_WIDTH, 234, 241);
  1481. deactivateButtonsFrom(compOnlyTeamsCntGroup, 0);
  1482. compOnlyTeamsCntGroup->addCallback([&](int btnId)
  1483. {
  1484. mapGenOptions.setCompOnlyTeamCount(btnId);
  1485. updateMapInfo();
  1486. });
  1487. const int WIDE_BTN_WIDTH = 85;
  1488. // Water content
  1489. waterContentGroup = new CToggleGroup(0);
  1490. waterContentGroup->pos.y += 419;
  1491. waterContentGroup->pos.x += BTNS_GROUP_LEFT_MARGIN;
  1492. const std::vector<std::string> waterContentBtns = {"RANNONE","RANNORM","RANISLD"};
  1493. addButtonsWithRandToGroup(waterContentGroup, waterContentBtns, 0, 2, WIDE_BTN_WIDTH, 243, 246);
  1494. waterContentGroup->addCallback([&](int btnId)
  1495. {
  1496. mapGenOptions.setWaterContent(static_cast<EWaterContent::EWaterContent>(btnId));
  1497. });
  1498. // Monster strength
  1499. monsterStrengthGroup = new CToggleGroup(0);
  1500. monsterStrengthGroup->pos.y += 485;
  1501. monsterStrengthGroup->pos.x += BTNS_GROUP_LEFT_MARGIN;
  1502. const std::vector<std::string> monsterStrengthBtns = {"RANWEAK","RANNORM","RANSTRG"};
  1503. addButtonsWithRandToGroup(monsterStrengthGroup, monsterStrengthBtns, 0, 2, WIDE_BTN_WIDTH, 248, 251);
  1504. monsterStrengthGroup->addCallback([&](int btnId)
  1505. {
  1506. if (btnId < 0)
  1507. mapGenOptions.setMonsterStrength(EMonsterStrength::RANDOM);
  1508. else
  1509. mapGenOptions.setMonsterStrength(static_cast<EMonsterStrength::EMonsterStrength>(btnId + EMonsterStrength::GLOBAL_WEAK)); //value 2 to 4
  1510. });
  1511. // Show random maps btn
  1512. showRandMaps = new CButton(Point(54, 535), "RANSHOW", CGI->generaltexth->zelp[252]);
  1513. // Initialize map info object
  1514. updateMapInfo();
  1515. }
  1516. void CRandomMapTab::addButtonsWithRandToGroup(CToggleGroup * group, const std::vector<std::string> & defs, int nStart, int nEnd, int btnWidth, int helpStartIndex, int helpRandIndex) const
  1517. {
  1518. addButtonsToGroup(group, defs, nStart, nEnd, btnWidth, helpStartIndex);
  1519. // Buttons are relative to button group, TODO better solution?
  1520. SObjectConstruction obj__i(group);
  1521. const std::string RANDOM_DEF = "RANRAND";
  1522. group->addToggle(CMapGenOptions::RANDOM_SIZE, new CToggleButton(Point(256, 0), RANDOM_DEF, CGI->generaltexth->zelp[helpRandIndex]));
  1523. group->setSelected(CMapGenOptions::RANDOM_SIZE);
  1524. }
  1525. void CRandomMapTab::addButtonsToGroup(CToggleGroup * group, const std::vector<std::string> & defs, int nStart, int nEnd, int btnWidth, int helpStartIndex) const
  1526. {
  1527. // Buttons are relative to button group, TODO better solution?
  1528. SObjectConstruction obj__i(group);
  1529. int cnt = nEnd - nStart + 1;
  1530. for(int i = 0; i < cnt; ++i)
  1531. {
  1532. auto button = new CToggleButton(Point(i * btnWidth, 0), defs[i + nStart], CGI->generaltexth->zelp[helpStartIndex + i]);
  1533. // For blocked state we should use pressed image actually
  1534. button->setImageOrder(0, 1, 1, 3);
  1535. group->addToggle(i + nStart, button);
  1536. }
  1537. }
  1538. void CRandomMapTab::deactivateButtonsFrom(CToggleGroup * group, int startId)
  1539. {
  1540. logGlobal->infoStream() << "Blocking buttons from " << startId;
  1541. for(auto toggle : group->buttons)
  1542. {
  1543. if (auto button = dynamic_cast<CToggleButton*>(toggle.second))
  1544. {
  1545. if(startId == CMapGenOptions::RANDOM_SIZE || toggle.first < startId)
  1546. {
  1547. button->block(false);
  1548. }
  1549. else
  1550. {
  1551. button->block(true);
  1552. }
  1553. }
  1554. }
  1555. }
  1556. void CRandomMapTab::validatePlayersCnt(int playersCnt)
  1557. {
  1558. if(playersCnt == CMapGenOptions::RANDOM_SIZE)
  1559. {
  1560. return;
  1561. }
  1562. if(mapGenOptions.getTeamCount() >= playersCnt)
  1563. {
  1564. mapGenOptions.setTeamCount(playersCnt - 1);
  1565. teamsCntGroup->setSelected(mapGenOptions.getTeamCount());
  1566. }
  1567. if(mapGenOptions.getCompOnlyPlayerCount() > 8 - playersCnt)
  1568. {
  1569. mapGenOptions.setCompOnlyPlayerCount(8 - playersCnt);
  1570. compOnlyPlayersCntGroup->setSelected(mapGenOptions.getCompOnlyPlayerCount());
  1571. }
  1572. validateCompOnlyPlayersCnt(mapGenOptions.getCompOnlyPlayerCount());
  1573. }
  1574. void CRandomMapTab::validateCompOnlyPlayersCnt(int compOnlyPlayersCnt)
  1575. {
  1576. if(compOnlyPlayersCnt == CMapGenOptions::RANDOM_SIZE)
  1577. {
  1578. return;
  1579. }
  1580. if(mapGenOptions.getCompOnlyTeamCount() >= compOnlyPlayersCnt)
  1581. {
  1582. mapGenOptions.setCompOnlyTeamCount(compOnlyPlayersCnt - 1);
  1583. compOnlyTeamsCntGroup->setSelected(mapGenOptions.getCompOnlyTeamCount());
  1584. }
  1585. }
  1586. void CRandomMapTab::showAll(SDL_Surface * to)
  1587. {
  1588. CIntObject::showAll(to);
  1589. // Headline
  1590. printAtMiddleLoc(CGI->generaltexth->allTexts[738], 222, 36, FONT_BIG, Colors::YELLOW, to);
  1591. printAtMiddleLoc(CGI->generaltexth->allTexts[739], 222, 56, FONT_SMALL, Colors::WHITE, to);
  1592. // Map size
  1593. printAtMiddleLoc(CGI->generaltexth->allTexts[752], 104, 97, FONT_SMALL, Colors::WHITE, to);
  1594. // Players cnt
  1595. printAtLoc(CGI->generaltexth->allTexts[753], 68, 133, FONT_SMALL, Colors::WHITE, to);
  1596. // Teams cnt
  1597. printAtLoc(CGI->generaltexth->allTexts[754], 68, 199, FONT_SMALL, Colors::WHITE, to);
  1598. // Computer only players cnt
  1599. printAtLoc(CGI->generaltexth->allTexts[755], 68, 265, FONT_SMALL, Colors::WHITE, to);
  1600. // Computer only teams cnt
  1601. printAtLoc(CGI->generaltexth->allTexts[756], 68, 331, FONT_SMALL, Colors::WHITE, to);
  1602. // Water content
  1603. printAtLoc(CGI->generaltexth->allTexts[757], 68, 398, FONT_SMALL, Colors::WHITE, to);
  1604. // Monster strength
  1605. printAtLoc(CGI->generaltexth->allTexts[758], 68, 465, FONT_SMALL, Colors::WHITE, to);
  1606. }
  1607. void CRandomMapTab::updateMapInfo()
  1608. {
  1609. // Generate header info
  1610. mapInfo = make_unique<CMapInfo>();
  1611. mapInfo->isRandomMap = true;
  1612. mapInfo->mapHeader = make_unique<CMapHeader>();
  1613. mapInfo->mapHeader->version = EMapFormat::SOD;
  1614. mapInfo->mapHeader->name = CGI->generaltexth->allTexts[740];
  1615. mapInfo->mapHeader->description = CGI->generaltexth->allTexts[741];
  1616. mapInfo->mapHeader->difficulty = 1; // Normal
  1617. mapInfo->mapHeader->height = mapGenOptions.getHeight();
  1618. mapInfo->mapHeader->width = mapGenOptions.getWidth();
  1619. mapInfo->mapHeader->twoLevel = mapGenOptions.getHasTwoLevels();
  1620. // Generate player information
  1621. mapInfo->mapHeader->players.clear();
  1622. int playersToGen = (mapGenOptions.getPlayerCount() == CMapGenOptions::RANDOM_SIZE
  1623. || mapGenOptions.getCompOnlyPlayerCount() == CMapGenOptions::RANDOM_SIZE)
  1624. ? 8 : mapGenOptions.getPlayerCount() + mapGenOptions.getCompOnlyPlayerCount();
  1625. mapInfo->mapHeader->howManyTeams = playersToGen;
  1626. for(int i = 0; i < playersToGen; ++i)
  1627. {
  1628. PlayerInfo player;
  1629. player.isFactionRandom = true;
  1630. player.canComputerPlay = true;
  1631. if(i >= mapGenOptions.getPlayerCount() && mapGenOptions.getPlayerCount() != CMapGenOptions::RANDOM_SIZE)
  1632. {
  1633. player.canHumanPlay = false;
  1634. }
  1635. else
  1636. {
  1637. player.canHumanPlay = true;
  1638. }
  1639. player.team = TeamID(i);
  1640. player.hasMainTown = true;
  1641. player.generateHeroAtMainTown = true;
  1642. mapInfo->mapHeader->players.push_back(player);
  1643. }
  1644. mapInfoChanged(mapInfo.get());
  1645. }
  1646. CFunctionList<void(const CMapInfo *)> & CRandomMapTab::getMapInfoChanged()
  1647. {
  1648. return mapInfoChanged;
  1649. }
  1650. const CMapInfo * CRandomMapTab::getMapInfo() const
  1651. {
  1652. return mapInfo.get();
  1653. }
  1654. const CMapGenOptions & CRandomMapTab::getMapGenOptions() const
  1655. {
  1656. return mapGenOptions;
  1657. }
  1658. CChatBox::CChatBox(const Rect &rect)
  1659. {
  1660. OBJ_CONSTRUCTION;
  1661. pos += rect;
  1662. addUsedEvents(KEYBOARD | TEXTINPUT);
  1663. captureAllKeys = true;
  1664. const int height = graphics->fonts[FONT_SMALL]->getLineHeight();
  1665. inputBox = new CTextInput(Rect(0, rect.h - height, rect.w, height));
  1666. inputBox->removeUsedEvents(KEYBOARD);
  1667. chatHistory = new CTextBox("", Rect(0, 0, rect.w, rect.h - height), 1);
  1668. chatHistory->label->color = Colors::GREEN;
  1669. }
  1670. void CChatBox::keyPressed(const SDL_KeyboardEvent & key)
  1671. {
  1672. if(key.keysym.sym == SDLK_RETURN && key.state == SDL_PRESSED && inputBox->text.size())
  1673. {
  1674. SEL->postChatMessage(inputBox->text);
  1675. inputBox->setText("");
  1676. }
  1677. else
  1678. inputBox->keyPressed(key);
  1679. }
  1680. void CChatBox::addNewMessage(const std::string &text)
  1681. {
  1682. chatHistory->setText(chatHistory->label->text + text + "\n");
  1683. if(chatHistory->slider)
  1684. chatHistory->slider->moveToMax();
  1685. }
  1686. InfoCard::InfoCard( bool Network )
  1687. : bg(nullptr), network(Network), chatOn(false), chat(nullptr), playerListBg(nullptr),
  1688. difficulty(nullptr), sizes(nullptr), sFlags(nullptr)
  1689. {
  1690. OBJ_CONSTRUCTION_CAPTURING_ALL;
  1691. CIntObject::type |= REDRAW_PARENT;
  1692. pos.x += 393;
  1693. pos.y += 6;
  1694. addUsedEvents(RCLICK);
  1695. mapDescription = nullptr;
  1696. Rect descriptionRect(26, 149, 320, 115);
  1697. mapDescription = new CTextBox("", descriptionRect, 1);
  1698. if(SEL->screenType == CMenuScreen::campaignList)
  1699. {
  1700. CSelectionScreen *ss = static_cast<CSelectionScreen*>(parent);
  1701. mapDescription->addChild(new CPicture(*ss->bg, descriptionRect + Point(-393, 0)), true); //move subpicture bg to our description control (by default it's our (Infocard) child)
  1702. }
  1703. else
  1704. {
  1705. bg = new CPicture("GSELPOP1.bmp", 0, 0);
  1706. parent->addChild(bg);
  1707. auto it = vstd::find(parent->children, this); //our position among parent children
  1708. parent->children.insert(it, bg); //put BG before us
  1709. parent->children.pop_back();
  1710. pos.w = bg->pos.w;
  1711. pos.h = bg->pos.h;
  1712. sizes = CDefHandler::giveDef("SCNRMPSZ.DEF");
  1713. sFlags = CDefHandler::giveDef("ITGFLAGS.DEF");
  1714. difficulty = new CToggleGroup(0);
  1715. {
  1716. static const char *difButns[] = {"GSPBUT3.DEF", "GSPBUT4.DEF", "GSPBUT5.DEF", "GSPBUT6.DEF", "GSPBUT7.DEF"};
  1717. for(int i = 0; i < 5; i++)
  1718. {
  1719. auto button = new CToggleButton(Point(110 + i*32, 450), difButns[i], CGI->generaltexth->zelp[24+i]);
  1720. difficulty->addToggle(i, button);
  1721. if(SEL->screenType != CMenuScreen::newGame)
  1722. button->block(true);
  1723. }
  1724. }
  1725. if(network)
  1726. {
  1727. playerListBg = new CPicture("CHATPLUG.bmp", 16, 276);
  1728. chat = new CChatBox(descriptionRect);
  1729. chat->chatHistory->addChild(new CPicture(*bg, chat->chatHistory->pos - pos), true); //move subpicture bg to our description control (by default it's our (Infocard) child)
  1730. chatOn = true;
  1731. mapDescription->disable();
  1732. }
  1733. }
  1734. }
  1735. InfoCard::~InfoCard()
  1736. {
  1737. delete sizes;
  1738. delete sFlags;
  1739. }
  1740. void InfoCard::showAll(SDL_Surface * to)
  1741. {
  1742. CIntObject::showAll(to);
  1743. //blit texts
  1744. if(SEL->screenType != CMenuScreen::campaignList)
  1745. {
  1746. printAtLoc(CGI->generaltexth->allTexts[390] + ":", 24, 400, FONT_SMALL, Colors::WHITE, to); //Allies
  1747. printAtLoc(CGI->generaltexth->allTexts[391] + ":", 190, 400, FONT_SMALL, Colors::WHITE, to); //Enemies
  1748. printAtLoc(CGI->generaltexth->allTexts[494], 33, 430, FONT_SMALL, Colors::YELLOW, to);//"Map Diff:"
  1749. printAtLoc(CGI->generaltexth->allTexts[492] + ":", 133,430, FONT_SMALL, Colors::YELLOW, to); //player difficulty
  1750. printAtLoc(CGI->generaltexth->allTexts[218] + ":", 290,430, FONT_SMALL, Colors::YELLOW, to); //"Rating:"
  1751. printAtLoc(CGI->generaltexth->allTexts[495], 26, 22, FONT_SMALL, Colors::YELLOW, to); //Scenario Name:
  1752. if(!chatOn)
  1753. {
  1754. printAtLoc(CGI->generaltexth->allTexts[496], 26, 132, FONT_SMALL, Colors::YELLOW, to); //Scenario Description:
  1755. printAtLoc(CGI->generaltexth->allTexts[497], 26, 283, FONT_SMALL, Colors::YELLOW, to); //Victory Condition:
  1756. printAtLoc(CGI->generaltexth->allTexts[498], 26, 339, FONT_SMALL, Colors::YELLOW, to); //Loss Condition:
  1757. }
  1758. else //players list
  1759. {
  1760. std::map<ui8, std::string> playerNames = SEL->playerNames;
  1761. int playerSoFar = 0;
  1762. for (auto i = SEL->sInfo.playerInfos.cbegin(); i != SEL->sInfo.playerInfos.cend(); i++)
  1763. {
  1764. if(i->second.playerID != PlayerSettings::PLAYER_AI)
  1765. {
  1766. printAtLoc(i->second.name, 24, 285 + playerSoFar++ * graphics->fonts[FONT_SMALL]->getLineHeight(), FONT_SMALL, Colors::WHITE, to);
  1767. playerNames.erase(i->second.playerID);
  1768. }
  1769. }
  1770. playerSoFar = 0;
  1771. for (auto i = playerNames.cbegin(); i != playerNames.cend(); i++)
  1772. {
  1773. printAtLoc(i->second, 193, 285 + playerSoFar++ * graphics->fonts[FONT_SMALL]->getLineHeight(), FONT_SMALL, Colors::WHITE, to);
  1774. }
  1775. }
  1776. }
  1777. if(SEL->current)
  1778. {
  1779. if(SEL->screenType != CMenuScreen::campaignList)
  1780. {
  1781. int temp = -1;
  1782. if(!chatOn)
  1783. {
  1784. CDefHandler * loss = CGP ? CGP->loss : CDefHandler::giveDef("SCNRLOSS.DEF");
  1785. CDefHandler * victory = CGP ? CGP->victory : CDefHandler::giveDef("SCNRVICT.DEF");
  1786. CMapHeader * header = SEL->current->mapHeader.get();
  1787. //victory conditions
  1788. printAtLoc(header->victoryMessage, 60, 307, FONT_SMALL, Colors::WHITE, to);
  1789. blitAtLoc(victory->ourImages[header->victoryIconIndex].bitmap, 24, 302, to); //victory cond descr
  1790. //loss conditoins
  1791. printAtLoc(header->defeatMessage, 60, 366, FONT_SMALL, Colors::WHITE, to);
  1792. blitAtLoc(loss->ourImages[header->defeatIconIndex].bitmap, 24, 359, to); //loss cond
  1793. if (!CGP)
  1794. {
  1795. delete loss;
  1796. delete victory;
  1797. }
  1798. }
  1799. //difficulty
  1800. assert(SEL->current->mapHeader->difficulty <= 4);
  1801. std::string &diff = CGI->generaltexth->arraytxt[142 + SEL->current->mapHeader->difficulty];
  1802. printAtMiddleLoc(diff, 62, 472, FONT_SMALL, Colors::WHITE, to);
  1803. //selecting size icon
  1804. switch (SEL->current->mapHeader->width)
  1805. {
  1806. case 36:
  1807. temp=0;
  1808. break;
  1809. case 72:
  1810. temp=1;
  1811. break;
  1812. case 108:
  1813. temp=2;
  1814. break;
  1815. case 144:
  1816. temp=3;
  1817. break;
  1818. default:
  1819. temp=4;
  1820. break;
  1821. }
  1822. blitAtLoc(sizes->ourImages[temp].bitmap, 318, 22, to);
  1823. if(SEL->screenType == CMenuScreen::loadGame)
  1824. printToLoc((static_cast<const CMapInfo*>(SEL->current))->date,308,34, FONT_SMALL, Colors::WHITE, to);
  1825. //print flags
  1826. int fx = 34 + graphics->fonts[FONT_SMALL]->getStringWidth(CGI->generaltexth->allTexts[390]);
  1827. int ex = 200 + graphics->fonts[FONT_SMALL]->getStringWidth(CGI->generaltexth->allTexts[391]);
  1828. TeamID myT;
  1829. if(playerColor < PlayerColor::PLAYER_LIMIT)
  1830. myT = SEL->current->mapHeader->players[playerColor.getNum()].team;
  1831. else
  1832. myT = TeamID::NO_TEAM;
  1833. for (auto i = SEL->sInfo.playerInfos.cbegin(); i != SEL->sInfo.playerInfos.cend(); i++)
  1834. {
  1835. int *myx = ((i->first == playerColor || SEL->current->mapHeader->players[i->first.getNum()].team == myT) ? &fx : &ex);
  1836. blitAtLoc(sFlags->ourImages[i->first.getNum()].bitmap, *myx, 399, to);
  1837. *myx += sFlags->ourImages[i->first.getNum()].bitmap->w;
  1838. }
  1839. std::string tob;
  1840. switch (SEL->sInfo.difficulty)
  1841. {
  1842. case 0:
  1843. tob="80%";
  1844. break;
  1845. case 1:
  1846. tob="100%";
  1847. break;
  1848. case 2:
  1849. tob="130%";
  1850. break;
  1851. case 3:
  1852. tob="160%";
  1853. break;
  1854. case 4:
  1855. tob="200%";
  1856. break;
  1857. }
  1858. printAtMiddleLoc(tob, 311, 472, FONT_SMALL, Colors::WHITE, to);
  1859. }
  1860. //blit description
  1861. std::string name;
  1862. if (SEL->screenType == CMenuScreen::campaignList)
  1863. {
  1864. name = SEL->current->campaignHeader->name;
  1865. }
  1866. else
  1867. {
  1868. name = SEL->current->mapHeader->name;
  1869. }
  1870. //name
  1871. if (name.length())
  1872. printAtLoc(name, 26, 39, FONT_BIG, Colors::YELLOW, to);
  1873. else
  1874. printAtLoc("Unnamed", 26, 39, FONT_BIG, Colors::YELLOW, to);
  1875. }
  1876. }
  1877. void InfoCard::changeSelection( const CMapInfo *to )
  1878. {
  1879. if(to && mapDescription)
  1880. {
  1881. if (SEL->screenType == CMenuScreen::campaignList)
  1882. mapDescription->setText(to->campaignHeader->description);
  1883. else
  1884. mapDescription->setText(to->mapHeader->description);
  1885. mapDescription->label->scrollTextTo(0);
  1886. if (mapDescription->slider)
  1887. mapDescription->slider->moveToMin();
  1888. if(SEL->screenType != CMenuScreen::newGame && SEL->screenType != CMenuScreen::campaignList) {
  1889. //difficulty->block(true);
  1890. difficulty->setSelected(SEL->sInfo.difficulty);
  1891. }
  1892. }
  1893. redraw();
  1894. }
  1895. void InfoCard::clickRight( tribool down, bool previousState )
  1896. {
  1897. static const Rect flagArea(19, 397, 335, 23);
  1898. if(down && SEL->current && isItInLoc(flagArea, GH.current->motion.x, GH.current->motion.y))
  1899. showTeamsPopup();
  1900. }
  1901. void InfoCard::showTeamsPopup()
  1902. {
  1903. SDL_Surface *bmp = CMessage::drawDialogBox(256, 90 + 50 * SEL->current->mapHeader->howManyTeams);
  1904. graphics->fonts[FONT_MEDIUM]->renderTextCenter(bmp, CGI->generaltexth->allTexts[657], Colors::YELLOW, Point(128, 30));
  1905. for(int i = 0; i < SEL->current->mapHeader->howManyTeams; i++)
  1906. {
  1907. std::vector<ui8> flags;
  1908. std::string hlp = CGI->generaltexth->allTexts[656]; //Team %d
  1909. hlp.replace(hlp.find("%d"), 2, boost::lexical_cast<std::string>(i+1));
  1910. graphics->fonts[FONT_SMALL]->renderTextCenter(bmp, hlp, Colors::WHITE, Point(128, 65 + 50 * i));
  1911. for(int j = 0; j < PlayerColor::PLAYER_LIMIT_I; j++)
  1912. if((SEL->current->mapHeader->players[j].canHumanPlay || SEL->current->mapHeader->players[j].canComputerPlay)
  1913. && SEL->current->mapHeader->players[j].team == TeamID(i))
  1914. flags.push_back(j);
  1915. int curx = 128 - 9*flags.size();
  1916. for(auto & flag : flags)
  1917. {
  1918. blitAt(sFlags->ourImages[flag].bitmap, curx, 75 + 50*i, bmp);
  1919. curx += 18;
  1920. }
  1921. }
  1922. GH.pushInt(new CInfoPopup(bmp, true));
  1923. }
  1924. void InfoCard::toggleChat()
  1925. {
  1926. setChat(!chatOn);
  1927. }
  1928. void InfoCard::setChat(bool activateChat)
  1929. {
  1930. if(chatOn == activateChat)
  1931. return;
  1932. assert(active);
  1933. if(activateChat)
  1934. {
  1935. mapDescription->disable();
  1936. chat->enable();
  1937. playerListBg->enable();
  1938. }
  1939. else
  1940. {
  1941. mapDescription->enable();
  1942. chat->disable();
  1943. playerListBg->disable();
  1944. }
  1945. chatOn = activateChat;
  1946. GH.totalRedraw();
  1947. }
  1948. OptionsTab::OptionsTab():
  1949. turnDuration(nullptr)
  1950. {
  1951. OBJ_CONSTRUCTION;
  1952. bg = new CPicture("ADVOPTBK", 0, 6);
  1953. pos = bg->pos;
  1954. if(SEL->screenType == CMenuScreen::newGame)
  1955. turnDuration = new CSlider(Point(55, 551), 194, std::bind(&OptionsTab::setTurnLength, this, _1), 1, 11, 11, true, CSlider::BLUE);
  1956. }
  1957. OptionsTab::~OptionsTab()
  1958. {
  1959. }
  1960. void OptionsTab::showAll(SDL_Surface * to)
  1961. {
  1962. CIntObject::showAll(to);
  1963. printAtMiddleLoc(CGI->generaltexth->allTexts[515], 222, 30, FONT_BIG, Colors::YELLOW, to);
  1964. printAtMiddleWBLoc(CGI->generaltexth->allTexts[516], 222, 68, FONT_SMALL, 300, Colors::WHITE, to); //Select starting options, handicap, and name for each player in the game.
  1965. printAtMiddleWBLoc(CGI->generaltexth->allTexts[517], 107, 110, FONT_SMALL, 100, Colors::YELLOW, to); //Player Name Handicap Type
  1966. printAtMiddleWBLoc(CGI->generaltexth->allTexts[518], 197, 110, FONT_SMALL, 70, Colors::YELLOW, to); //Starting Town
  1967. printAtMiddleWBLoc(CGI->generaltexth->allTexts[519], 273, 110, FONT_SMALL, 70, Colors::YELLOW, to); //Starting Hero
  1968. printAtMiddleWBLoc(CGI->generaltexth->allTexts[520], 349, 110, FONT_SMALL, 70, Colors::YELLOW, to); //Starting Bonus
  1969. printAtMiddleLoc(CGI->generaltexth->allTexts[521], 222, 538, FONT_SMALL, Colors::YELLOW, to); // Player Turn Duration
  1970. if (turnDuration)
  1971. printAtMiddleLoc(CGI->generaltexth->turnDurations[turnDuration->getValue()], 319,559, FONT_SMALL, Colors::WHITE, to);//Turn duration value
  1972. }
  1973. void OptionsTab::nextCastle( PlayerColor player, int dir )
  1974. {
  1975. if(SEL->isGuest())
  1976. {
  1977. SEL->postRequest(RequestOptionsChange::TOWN, dir);
  1978. return;
  1979. }
  1980. PlayerSettings &s = SEL->sInfo.playerInfos[player];
  1981. si16 &cur = s.castle;
  1982. auto & allowed = SEL->current->mapHeader->players[s.color.getNum()].allowedFactions;
  1983. if (cur == PlayerSettings::NONE) //no change
  1984. return;
  1985. if (cur == PlayerSettings::RANDOM) //first/last available
  1986. {
  1987. if (dir > 0)
  1988. cur = *allowed.begin(); //id of first town
  1989. else
  1990. cur = *allowed.rbegin(); //id of last town
  1991. }
  1992. else // next/previous available
  1993. {
  1994. if ( (cur == *allowed.begin() && dir < 0 )
  1995. || (cur == *allowed.rbegin() && dir > 0) )
  1996. cur = -1;
  1997. else
  1998. {
  1999. assert(dir >= -1 && dir <= 1); //othervice std::advance may go out of range
  2000. auto iter = allowed.find(cur);
  2001. std::advance(iter, dir);
  2002. cur = *iter;
  2003. }
  2004. }
  2005. if(s.hero >= 0 && !SEL->current->mapHeader->players[s.color.getNum()].hasCustomMainHero()) // remove hero unless it set to fixed one in map editor
  2006. {
  2007. usedHeroes.erase(s.hero); // restore previously selected hero back to available pool
  2008. s.hero = PlayerSettings::RANDOM;
  2009. }
  2010. if(cur < 0 && s.bonus == PlayerSettings::RESOURCE)
  2011. s.bonus = PlayerSettings::RANDOM;
  2012. entries[player]->selectButtons();
  2013. SEL->propagateOptions();
  2014. entries[player]->update();
  2015. redraw();
  2016. }
  2017. void OptionsTab::nextHero( PlayerColor player, int dir )
  2018. {
  2019. if(SEL->isGuest())
  2020. {
  2021. SEL->postRequest(RequestOptionsChange::HERO, dir);
  2022. return;
  2023. }
  2024. PlayerSettings &s = SEL->sInfo.playerInfos[player];
  2025. int old = s.hero;
  2026. if (s.castle < 0 || s.playerID == PlayerSettings::PLAYER_AI || s.hero == PlayerSettings::NONE)
  2027. return;
  2028. if (s.hero == PlayerSettings::RANDOM) // first/last available
  2029. {
  2030. int max = CGI->heroh->heroes.size(),
  2031. min = 0;
  2032. s.hero = nextAllowedHero(player, min,max,0,dir);
  2033. }
  2034. else
  2035. {
  2036. if(dir > 0)
  2037. s.hero = nextAllowedHero(player, s.hero, CGI->heroh->heroes.size(), 1, dir);
  2038. else
  2039. s.hero = nextAllowedHero(player, -1, s.hero, 1, dir); // min needs to be -1 -- hero at index 0 would be skipped otherwise
  2040. }
  2041. if(old != s.hero)
  2042. {
  2043. usedHeroes.erase(old);
  2044. usedHeroes.insert(s.hero);
  2045. entries[player]->update();
  2046. redraw();
  2047. }
  2048. SEL->propagateOptions();
  2049. }
  2050. int OptionsTab::nextAllowedHero( PlayerColor player, int min, int max, int incl, int dir )
  2051. {
  2052. if(dir>0)
  2053. {
  2054. for(int i=min+incl; i<=max-incl; i++)
  2055. if(canUseThisHero(player, i))
  2056. return i;
  2057. }
  2058. else
  2059. {
  2060. for(int i=max-incl; i>=min+incl; i--)
  2061. if(canUseThisHero(player, i))
  2062. return i;
  2063. }
  2064. return -1;
  2065. }
  2066. bool OptionsTab::canUseThisHero( PlayerColor player, int ID )
  2067. {
  2068. return CGI->heroh->heroes.size() > ID
  2069. && SEL->sInfo.playerInfos[player].castle == CGI->heroh->heroes[ID]->heroClass->faction
  2070. && !vstd::contains(usedHeroes, ID)
  2071. && SEL->current->mapHeader->allowedHeroes[ID];
  2072. }
  2073. void OptionsTab::nextBonus( PlayerColor player, int dir )
  2074. {
  2075. if(SEL->isGuest())
  2076. {
  2077. SEL->postRequest(RequestOptionsChange::BONUS, dir);
  2078. return;
  2079. }
  2080. PlayerSettings &s = SEL->sInfo.playerInfos[player];
  2081. PlayerSettings::Ebonus &ret = s.bonus = static_cast<PlayerSettings::Ebonus>(static_cast<int>(s.bonus) + dir);
  2082. if (s.hero==PlayerSettings::NONE &&
  2083. !SEL->current->mapHeader->players[s.color.getNum()].heroesNames.size() &&
  2084. ret==PlayerSettings::ARTIFACT) //no hero - can't be artifact
  2085. {
  2086. if (dir<0)
  2087. ret=PlayerSettings::RANDOM;
  2088. else ret=PlayerSettings::GOLD;
  2089. }
  2090. if(ret > PlayerSettings::RESOURCE)
  2091. ret = PlayerSettings::RANDOM;
  2092. if(ret < PlayerSettings::RANDOM)
  2093. ret = PlayerSettings::RESOURCE;
  2094. if (s.castle==PlayerSettings::RANDOM && ret==PlayerSettings::RESOURCE) //random castle - can't be resource
  2095. {
  2096. if (dir<0)
  2097. ret=PlayerSettings::GOLD;
  2098. else ret=PlayerSettings::RANDOM;
  2099. }
  2100. SEL->propagateOptions();
  2101. entries[player]->update();
  2102. redraw();
  2103. }
  2104. void OptionsTab::recreate()
  2105. {
  2106. for(auto & elem : entries)
  2107. {
  2108. delete elem.second;
  2109. }
  2110. entries.clear();
  2111. usedHeroes.clear();
  2112. OBJ_CONSTRUCTION_CAPTURING_ALL;
  2113. for(auto it = SEL->sInfo.playerInfos.begin(); it != SEL->sInfo.playerInfos.end(); ++it)
  2114. {
  2115. entries.insert(std::make_pair(it->first, new PlayerOptionsEntry(this, it->second)));
  2116. const std::vector<SHeroName> &heroes = SEL->current->mapHeader->players[it->first.getNum()].heroesNames;
  2117. for(auto & heroe : heroes)
  2118. usedHeroes.insert(heroe.heroId);
  2119. }
  2120. }
  2121. void OptionsTab::setTurnLength( int npos )
  2122. {
  2123. static const int times[] = {1, 2, 4, 6, 8, 10, 15, 20, 25, 30, 0};
  2124. vstd::amin(npos, ARRAY_COUNT(times) - 1);
  2125. SEL->sInfo.turnTime = times[npos];
  2126. redraw();
  2127. }
  2128. void OptionsTab::flagPressed( PlayerColor color )
  2129. {
  2130. PlayerSettings &clicked = SEL->sInfo.playerInfos[color];
  2131. PlayerSettings *old = nullptr;
  2132. if(SEL->playerNames.size() == 1) //single player -> just swap
  2133. {
  2134. if(color == playerColor) //that color is already selected, no action needed
  2135. return;
  2136. old = &SEL->sInfo.playerInfos[playerColor];
  2137. swapPlayers(*old, clicked);
  2138. }
  2139. else
  2140. {
  2141. //identify clicked player
  2142. int clickedNameID = clicked.playerID; //human is a number of player, zero means AI
  2143. if(clickedNameID > 0 && playerToRestore.id == clickedNameID) //player to restore is about to being replaced -> put him back to the old place
  2144. {
  2145. PlayerSettings &restPos = SEL->sInfo.playerInfos[playerToRestore.color];
  2146. SEL->setPlayer(restPos, playerToRestore.id);
  2147. playerToRestore.reset();
  2148. }
  2149. int newPlayer; //which player will take clicked position
  2150. //who will be put here?
  2151. if(!clickedNameID) //AI player clicked -> if possible replace computer with unallocated player
  2152. {
  2153. newPlayer = SEL->getIdOfFirstUnallocatedPlayer();
  2154. if(!newPlayer) //no "free" player -> get just first one
  2155. newPlayer = SEL->playerNames.begin()->first;
  2156. }
  2157. else //human clicked -> take next
  2158. {
  2159. auto i = SEL->playerNames.find(clickedNameID); //clicked one
  2160. i++; //player AFTER clicked one
  2161. if(i != SEL->playerNames.end())
  2162. newPlayer = i->first;
  2163. else
  2164. newPlayer = 0; //AI if we scrolled through all players
  2165. }
  2166. SEL->setPlayer(clicked, newPlayer); //put player
  2167. //if that player was somewhere else, we need to replace him with computer
  2168. if(newPlayer) //not AI
  2169. {
  2170. for(auto i = SEL->sInfo.playerInfos.begin(); i != SEL->sInfo.playerInfos.end(); i++)
  2171. {
  2172. int curNameID = i->second.playerID;
  2173. if(i->first != color && curNameID == newPlayer)
  2174. {
  2175. assert(i->second.playerID);
  2176. playerToRestore.color = i->first;
  2177. playerToRestore.id = newPlayer;
  2178. SEL->setPlayer(i->second, 0); //set computer
  2179. old = &i->second;
  2180. break;
  2181. }
  2182. }
  2183. }
  2184. }
  2185. entries[clicked.color]->selectButtons();
  2186. if(old)
  2187. {
  2188. entries[old->color]->selectButtons();
  2189. if(old->hero >= 0)
  2190. usedHeroes.erase(old->hero);
  2191. old->hero = entries[old->color]->pi.defaultHero();
  2192. entries[old->color]->update(); // update previous frame images in case entries were auto-updated
  2193. }
  2194. SEL->propagateOptions();
  2195. GH.totalRedraw();
  2196. }
  2197. OptionsTab::PlayerOptionsEntry::PlayerOptionsEntry( OptionsTab *owner, PlayerSettings &S)
  2198. : pi(SEL->current->mapHeader->players[S.color.getNum()]), s(S)
  2199. {
  2200. OBJ_CONSTRUCTION;
  2201. defActions |= SHARE_POS;
  2202. int serial = 0;
  2203. for(int g=0; g < s.color.getNum(); ++g)
  2204. {
  2205. PlayerInfo &itred = SEL->current->mapHeader->players[g];
  2206. if( itred.canComputerPlay || itred.canHumanPlay)
  2207. serial++;
  2208. }
  2209. pos.x += 54;
  2210. pos.y += 122 + serial*50;
  2211. static const char *flags[] = {"AOFLGBR.DEF", "AOFLGBB.DEF", "AOFLGBY.DEF", "AOFLGBG.DEF",
  2212. "AOFLGBO.DEF", "AOFLGBP.DEF", "AOFLGBT.DEF", "AOFLGBS.DEF"};
  2213. static const char *bgs[] = {"ADOPRPNL.bmp", "ADOPBPNL.bmp", "ADOPYPNL.bmp", "ADOPGPNL.bmp",
  2214. "ADOPOPNL.bmp", "ADOPPPNL.bmp", "ADOPTPNL.bmp", "ADOPSPNL.bmp"};
  2215. bg = new CPicture(BitmapHandler::loadBitmap(bgs[s.color.getNum()]), 0, 0, true);
  2216. if(SEL->screenType == CMenuScreen::newGame)
  2217. {
  2218. btns[0] = new CButton(Point(107, 5), "ADOPLFA.DEF", CGI->generaltexth->zelp[132], std::bind(&OptionsTab::nextCastle, owner, s.color, -1));
  2219. btns[1] = new CButton(Point(168, 5), "ADOPRTA.DEF", CGI->generaltexth->zelp[133], std::bind(&OptionsTab::nextCastle, owner, s.color, +1));
  2220. btns[2] = new CButton(Point(183, 5), "ADOPLFA.DEF", CGI->generaltexth->zelp[148], std::bind(&OptionsTab::nextHero, owner, s.color, -1));
  2221. btns[3] = new CButton(Point(244, 5), "ADOPRTA.DEF", CGI->generaltexth->zelp[149], std::bind(&OptionsTab::nextHero, owner, s.color, +1));
  2222. btns[4] = new CButton(Point(259, 5), "ADOPLFA.DEF", CGI->generaltexth->zelp[164], std::bind(&OptionsTab::nextBonus, owner, s.color, -1));
  2223. btns[5] = new CButton(Point(320, 5), "ADOPRTA.DEF", CGI->generaltexth->zelp[165], std::bind(&OptionsTab::nextBonus, owner, s.color, +1));
  2224. }
  2225. else
  2226. for(auto & elem : btns)
  2227. elem = nullptr;
  2228. selectButtons();
  2229. assert(SEL->current && SEL->current->mapHeader);
  2230. const PlayerInfo &p = SEL->current->mapHeader->players[s.color.getNum()];
  2231. assert(p.canComputerPlay || p.canHumanPlay); //someone must be able to control this player
  2232. if(p.canHumanPlay && p.canComputerPlay)
  2233. whoCanPlay = HUMAN_OR_CPU;
  2234. else if(p.canComputerPlay)
  2235. whoCanPlay = CPU;
  2236. else
  2237. whoCanPlay = HUMAN;
  2238. if(SEL->screenType != CMenuScreen::scenarioInfo
  2239. && SEL->current->mapHeader->players[s.color.getNum()].canHumanPlay
  2240. && SEL->multiPlayer != CMenuScreen::MULTI_NETWORK_GUEST)
  2241. {
  2242. flag = new CButton(Point(-43, 2), flags[s.color.getNum()], CGI->generaltexth->zelp[180], std::bind(&OptionsTab::flagPressed, owner, s.color));
  2243. flag->hoverable = true;
  2244. }
  2245. else
  2246. flag = nullptr;
  2247. town = new SelectedBox(Point(119, 2), s, TOWN);
  2248. hero = new SelectedBox(Point(195, 2), s, HERO);
  2249. bonus = new SelectedBox(Point(271, 2), s, BONUS);
  2250. }
  2251. void OptionsTab::PlayerOptionsEntry::showAll(SDL_Surface * to)
  2252. {
  2253. CIntObject::showAll(to);
  2254. printAtMiddleLoc(s.name, 55, 10, FONT_SMALL, Colors::WHITE, to);
  2255. printAtMiddleWBLoc(CGI->generaltexth->arraytxt[206+whoCanPlay], 28, 39, FONT_TINY, 50, Colors::WHITE, to);
  2256. }
  2257. void OptionsTab::PlayerOptionsEntry::update()
  2258. {
  2259. town->update();
  2260. hero->update();
  2261. bonus->update();
  2262. }
  2263. void OptionsTab::PlayerOptionsEntry::selectButtons()
  2264. {
  2265. if(!btns[0])
  2266. return;
  2267. if( (pi.defaultCastle() != -1) //fixed tow
  2268. || (SEL->isGuest() && s.color != playerColor)) //or not our player
  2269. {
  2270. btns[0]->disable();
  2271. btns[1]->disable();
  2272. }
  2273. else
  2274. {
  2275. btns[0]->enable();
  2276. btns[1]->enable();
  2277. }
  2278. if( (pi.defaultHero() != -1 || !s.playerID || s.castle < 0) //fixed hero
  2279. || (SEL->isGuest() && s.color != playerColor))//or not our player
  2280. {
  2281. btns[2]->disable();
  2282. btns[3]->disable();
  2283. }
  2284. else
  2285. {
  2286. btns[2]->enable();
  2287. btns[3]->enable();
  2288. }
  2289. if(SEL->isGuest() && s.color != playerColor)//or not our player
  2290. {
  2291. btns[4]->disable();
  2292. btns[5]->disable();
  2293. }
  2294. else
  2295. {
  2296. btns[4]->enable();
  2297. btns[5]->enable();
  2298. }
  2299. }
  2300. size_t OptionsTab::CPlayerSettingsHelper::getImageIndex()
  2301. {
  2302. enum EBonusSelection //frames of bonuses file
  2303. {
  2304. WOOD_ORE = 0, CRYSTAL = 1, GEM = 2,
  2305. MERCURY = 3, SULFUR = 5, GOLD = 8,
  2306. ARTIFACT = 9, RANDOM = 10,
  2307. WOOD = 0, ORE = 0, MITHRIL = 10, // resources unavailable in bonuses file
  2308. TOWN_RANDOM = 38, TOWN_NONE = 39, // Special frames in ITPA
  2309. HERO_RANDOM = 163, HERO_NONE = 164 // Special frames in PortraitsSmall
  2310. };
  2311. switch(type)
  2312. {
  2313. case TOWN:
  2314. switch (settings.castle)
  2315. {
  2316. case PlayerSettings::NONE: return TOWN_NONE;
  2317. case PlayerSettings::RANDOM: return TOWN_RANDOM;
  2318. default: return CGI->townh->factions[settings.castle]->town->clientInfo.icons[true][false] + 2;
  2319. }
  2320. case HERO:
  2321. switch (settings.hero)
  2322. {
  2323. case PlayerSettings::NONE: return HERO_NONE;
  2324. case PlayerSettings::RANDOM: return HERO_RANDOM;
  2325. default:
  2326. {
  2327. if(settings.heroPortrait >= 0)
  2328. return settings.heroPortrait;
  2329. return CGI->heroh->heroes[settings.hero]->imageIndex;
  2330. }
  2331. }
  2332. case BONUS:
  2333. {
  2334. switch(settings.bonus)
  2335. {
  2336. case PlayerSettings::RANDOM: return RANDOM;
  2337. case PlayerSettings::ARTIFACT: return ARTIFACT;
  2338. case PlayerSettings::GOLD: return GOLD;
  2339. case PlayerSettings::RESOURCE:
  2340. {
  2341. switch(CGI->townh->factions[settings.castle]->town->primaryRes)
  2342. {
  2343. case Res::WOOD_AND_ORE : return WOOD_ORE;
  2344. case Res::WOOD : return WOOD;
  2345. case Res::MERCURY : return MERCURY;
  2346. case Res::ORE : return ORE;
  2347. case Res::SULFUR : return SULFUR;
  2348. case Res::CRYSTAL : return CRYSTAL;
  2349. case Res::GEMS : return GEM;
  2350. case Res::GOLD : return GOLD;
  2351. case Res::MITHRIL : return MITHRIL;
  2352. }
  2353. }
  2354. }
  2355. }
  2356. }
  2357. return 0;
  2358. }
  2359. std::string OptionsTab::CPlayerSettingsHelper::getImageName()
  2360. {
  2361. switch(type)
  2362. {
  2363. case OptionsTab::TOWN: return "ITPA";
  2364. case OptionsTab::HERO: return "PortraitsSmall";
  2365. case OptionsTab::BONUS: return "SCNRSTAR";
  2366. }
  2367. return "";
  2368. }
  2369. std::string OptionsTab::CPlayerSettingsHelper::getTitle()
  2370. {
  2371. switch(type)
  2372. {
  2373. case OptionsTab::TOWN: return (settings.castle < 0) ? CGI->generaltexth->allTexts[103] : CGI->generaltexth->allTexts[80];
  2374. case OptionsTab::HERO: return (settings.hero < 0) ? CGI->generaltexth->allTexts[101] : CGI->generaltexth->allTexts[77];
  2375. case OptionsTab::BONUS:
  2376. {
  2377. switch(settings.bonus)
  2378. {
  2379. case PlayerSettings::RANDOM: return CGI->generaltexth->allTexts[86]; //{Random Bonus}
  2380. case PlayerSettings::ARTIFACT: return CGI->generaltexth->allTexts[83]; //{Artifact Bonus}
  2381. case PlayerSettings::GOLD: return CGI->generaltexth->allTexts[84]; //{Gold Bonus}
  2382. case PlayerSettings::RESOURCE: return CGI->generaltexth->allTexts[85]; //{Resource Bonus}
  2383. }
  2384. }
  2385. }
  2386. return "";
  2387. }
  2388. std::string OptionsTab::CPlayerSettingsHelper::getName()
  2389. {
  2390. switch(type)
  2391. {
  2392. case TOWN:
  2393. {
  2394. switch (settings.castle)
  2395. {
  2396. case PlayerSettings::NONE : return CGI->generaltexth->allTexts[523];
  2397. case PlayerSettings::RANDOM : return CGI->generaltexth->allTexts[522];
  2398. default : return CGI->townh->factions[settings.castle]->name;
  2399. }
  2400. }
  2401. case HERO:
  2402. {
  2403. switch (settings.hero)
  2404. {
  2405. case PlayerSettings::NONE : return CGI->generaltexth->allTexts[523];
  2406. case PlayerSettings::RANDOM : return CGI->generaltexth->allTexts[522];
  2407. default :
  2408. {
  2409. if (!settings.heroName.empty())
  2410. return settings.heroName;
  2411. return CGI->heroh->heroes[settings.hero]->name;
  2412. }
  2413. }
  2414. }
  2415. case BONUS:
  2416. {
  2417. switch (settings.bonus)
  2418. {
  2419. case PlayerSettings::RANDOM : return CGI->generaltexth->allTexts[522];
  2420. default: return CGI->generaltexth->arraytxt[214 + settings.bonus];
  2421. }
  2422. }
  2423. }
  2424. return "";
  2425. }
  2426. std::string OptionsTab::CPlayerSettingsHelper::getSubtitle()
  2427. {
  2428. switch(type)
  2429. {
  2430. case TOWN: return getName();
  2431. case HERO:
  2432. {
  2433. if (settings.hero >= 0)
  2434. return getName() + " - " + CGI->heroh->heroes[settings.hero]->heroClass->name;
  2435. return getName();
  2436. }
  2437. case BONUS:
  2438. {
  2439. switch(settings.bonus)
  2440. {
  2441. case PlayerSettings::GOLD: return CGI->generaltexth->allTexts[87]; //500-1000
  2442. case PlayerSettings::RESOURCE:
  2443. {
  2444. switch(CGI->townh->factions[settings.castle]->town->primaryRes)
  2445. {
  2446. case Res::MERCURY: return CGI->generaltexth->allTexts[694];
  2447. case Res::SULFUR: return CGI->generaltexth->allTexts[695];
  2448. case Res::CRYSTAL: return CGI->generaltexth->allTexts[692];
  2449. case Res::GEMS: return CGI->generaltexth->allTexts[693];
  2450. case Res::WOOD_AND_ORE: return CGI->generaltexth->allTexts[89]; //At the start of the game, 5-10 wood and 5-10 ore are added to your Kingdom's resource pool
  2451. }
  2452. }
  2453. }
  2454. }
  2455. }
  2456. return "";
  2457. }
  2458. std::string OptionsTab::CPlayerSettingsHelper::getDescription()
  2459. {
  2460. switch(type)
  2461. {
  2462. case TOWN: return CGI->generaltexth->allTexts[104];
  2463. case HERO: return CGI->generaltexth->allTexts[102];
  2464. case BONUS:
  2465. {
  2466. switch(settings.bonus)
  2467. {
  2468. case PlayerSettings::RANDOM: return CGI->generaltexth->allTexts[94]; //Gold, wood and ore, or an artifact is randomly chosen as your starting bonus
  2469. case PlayerSettings::ARTIFACT: return CGI->generaltexth->allTexts[90]; //An artifact is randomly chosen and equipped to your starting hero
  2470. case PlayerSettings::GOLD: return CGI->generaltexth->allTexts[92]; //At the start of the game, 500-1000 gold is added to your Kingdom's resource pool
  2471. case PlayerSettings::RESOURCE:
  2472. {
  2473. switch(CGI->townh->factions[settings.castle]->town->primaryRes)
  2474. {
  2475. case Res::MERCURY: return CGI->generaltexth->allTexts[690];
  2476. case Res::SULFUR: return CGI->generaltexth->allTexts[691];
  2477. case Res::CRYSTAL: return CGI->generaltexth->allTexts[688];
  2478. case Res::GEMS: return CGI->generaltexth->allTexts[689];
  2479. case Res::WOOD_AND_ORE: return CGI->generaltexth->allTexts[93]; //At the start of the game, 5-10 wood and 5-10 ore are added to your Kingdom's resource pool
  2480. }
  2481. }
  2482. }
  2483. }
  2484. }
  2485. return "";
  2486. }
  2487. OptionsTab::CPregameTooltipBox::CPregameTooltipBox(CPlayerSettingsHelper & helper):
  2488. CWindowObject(BORDERED | RCLICK_POPUP),
  2489. CPlayerSettingsHelper(helper)
  2490. {
  2491. OBJ_CONSTRUCTION_CAPTURING_ALL;
  2492. int value = PlayerSettings::NONE;
  2493. switch(CPlayerSettingsHelper::type)
  2494. {
  2495. break; case TOWN:
  2496. value = settings.castle;
  2497. break; case HERO:
  2498. value = settings.hero;
  2499. break; case BONUS:
  2500. value = settings.bonus;
  2501. }
  2502. if (value == PlayerSettings::RANDOM)
  2503. genBonusWindow();
  2504. else if (CPlayerSettingsHelper::type == BONUS)
  2505. genBonusWindow();
  2506. else if (CPlayerSettingsHelper::type == HERO)
  2507. genHeroWindow();
  2508. else if (CPlayerSettingsHelper::type == TOWN)
  2509. genTownWindow();
  2510. center();
  2511. }
  2512. void OptionsTab::CPregameTooltipBox::genHeader()
  2513. {
  2514. new CFilledTexture("DIBOXBCK", pos);
  2515. updateShadow();
  2516. new CLabel(pos.w / 2 + 8, 21, FONT_MEDIUM, CENTER, Colors::YELLOW, getTitle());
  2517. new CLabel(pos.w / 2, 88, FONT_SMALL, CENTER, Colors::WHITE, getSubtitle());
  2518. new CAnimImage(getImageName(), getImageIndex(), 0, pos.w / 2 - 24, 45);
  2519. }
  2520. void OptionsTab::CPregameTooltipBox::genTownWindow()
  2521. {
  2522. pos = Rect(0, 0, 228, 290);
  2523. genHeader();
  2524. new CLabel(pos.w / 2 + 8, 122, FONT_MEDIUM, CENTER, Colors::YELLOW, CGI->generaltexth->allTexts[79]);
  2525. std::vector<CComponent *> components;
  2526. const CTown * town = CGI->townh->factions[settings.castle]->town;
  2527. for (auto & elem : town->creatures)
  2528. {
  2529. if (!elem.empty())
  2530. components.push_back(new CComponent(CComponent::creature, elem.front(), 0, CComponent::tiny));
  2531. }
  2532. new CComponentBox(components, Rect(10, 140, pos.w - 20, 140));
  2533. }
  2534. void OptionsTab::CPregameTooltipBox::genHeroWindow()
  2535. {
  2536. pos = Rect(0, 0, 292, 226);
  2537. genHeader();
  2538. // specialty
  2539. new CAnimImage("UN44", CGI->heroh->heroes[settings.hero]->imageIndex, 0, pos.w / 2 - 22, 134);
  2540. new CLabel(pos.w / 2 + 4, 117, FONT_MEDIUM, CENTER, Colors::YELLOW, CGI->generaltexth->allTexts[78]);
  2541. new CLabel(pos.w / 2, 188, FONT_SMALL, CENTER, Colors::WHITE, CGI->heroh->heroes[settings.hero]->specName);
  2542. }
  2543. void OptionsTab::CPregameTooltipBox::genBonusWindow()
  2544. {
  2545. pos = Rect(0, 0, 228, 162);
  2546. genHeader();
  2547. new CTextBox(getDescription(), Rect(10, 100, pos.w - 20, 70), 0, FONT_SMALL, CENTER, Colors::WHITE );
  2548. }
  2549. OptionsTab::SelectedBox::SelectedBox(Point position, PlayerSettings & settings, SelType type)
  2550. :CIntObject(RCLICK, position),
  2551. CPlayerSettingsHelper(settings, type)
  2552. {
  2553. OBJ_CONSTRUCTION_CAPTURING_ALL;
  2554. image = new CAnimImage(getImageName(), getImageIndex());
  2555. subtitle = new CLabel(23, 39, FONT_TINY, CENTER, Colors::WHITE, getName());
  2556. pos = image->pos;
  2557. }
  2558. void OptionsTab::SelectedBox::update()
  2559. {
  2560. image->setFrame(getImageIndex());
  2561. subtitle->setText(getName());
  2562. }
  2563. void OptionsTab::SelectedBox::clickRight( tribool down, bool previousState )
  2564. {
  2565. if (down)
  2566. {
  2567. // cases when we do not need to display a message
  2568. if (settings.castle == -2 && CPlayerSettingsHelper::type == TOWN )
  2569. return;
  2570. if (settings.hero == -2 && !SEL->current->mapHeader->players[settings.color.getNum()].hasCustomMainHero() && CPlayerSettingsHelper::type == HERO)
  2571. return;
  2572. GH.pushInt(new CPregameTooltipBox(*this));
  2573. }
  2574. }
  2575. CScenarioInfo::CScenarioInfo(const CMapHeader *mapHeader, const StartInfo *startInfo)
  2576. {
  2577. OBJ_CONSTRUCTION_CAPTURING_ALL;
  2578. for(auto it = startInfo->playerInfos.cbegin(); it != startInfo->playerInfos.cend(); ++it)
  2579. {
  2580. if(it->second.playerID)
  2581. {
  2582. playerColor = it->first;
  2583. }
  2584. }
  2585. pos.w = 762;
  2586. pos.h = 584;
  2587. center(pos);
  2588. assert(LOCPLINT);
  2589. sInfo = *LOCPLINT->cb->getStartInfo();
  2590. assert(!SEL->current);
  2591. current = mapInfoFromGame();
  2592. setPlayersFromGame();
  2593. screenType = CMenuScreen::scenarioInfo;
  2594. card = new InfoCard();
  2595. opt = new OptionsTab();
  2596. opt->recreate();
  2597. card->changeSelection(current);
  2598. card->difficulty->setSelected(startInfo->difficulty);
  2599. back = new CButton(Point(584, 535), "SCNRBACK.DEF", CGI->generaltexth->zelp[105], std::bind(&CGuiHandler::popIntTotally, &GH, this), SDLK_ESCAPE);
  2600. }
  2601. CScenarioInfo::~CScenarioInfo()
  2602. {
  2603. delete current;
  2604. }
  2605. bool mapSorter::operator()(const CMapInfo *aaa, const CMapInfo *bbb)
  2606. {
  2607. const CMapHeader * a = aaa->mapHeader.get(),
  2608. * b = bbb->mapHeader.get();
  2609. if(a && b) //if we are sorting scenarios
  2610. {
  2611. switch (sortBy)
  2612. {
  2613. case _format: //by map format (RoE, WoG, etc)
  2614. return (a->version<b->version);
  2615. break;
  2616. case _loscon: //by loss conditions
  2617. return (a->defeatMessage < b->defeatMessage);
  2618. break;
  2619. case _playerAm: //by player amount
  2620. int playerAmntB,humenPlayersB,playerAmntA,humenPlayersA;
  2621. playerAmntB=humenPlayersB=playerAmntA=humenPlayersA=0;
  2622. for (int i=0;i<8;i++)
  2623. {
  2624. if (a->players[i].canHumanPlay) {playerAmntA++;humenPlayersA++;}
  2625. else if (a->players[i].canComputerPlay) {playerAmntA++;}
  2626. if (b->players[i].canHumanPlay) {playerAmntB++;humenPlayersB++;}
  2627. else if (b->players[i].canComputerPlay) {playerAmntB++;}
  2628. }
  2629. if (playerAmntB!=playerAmntA)
  2630. return (playerAmntA<playerAmntB);
  2631. else
  2632. return (humenPlayersA<humenPlayersB);
  2633. break;
  2634. case _size: //by size of map
  2635. return (a->width<b->width);
  2636. break;
  2637. case _viccon: //by victory conditions
  2638. return (a->victoryMessage < b->victoryMessage);
  2639. break;
  2640. case _name: //by name
  2641. return boost::ilexicographical_compare(a->name, b->name);
  2642. case _fileName: //by filename
  2643. return boost::ilexicographical_compare(aaa->fileURI, bbb->fileURI);
  2644. default:
  2645. return boost::ilexicographical_compare(a->name, b->name);
  2646. }
  2647. }
  2648. else //if we are sorting campaigns
  2649. {
  2650. switch(sortBy)
  2651. {
  2652. case _numOfMaps: //by number of maps in campaign
  2653. return CGI->generaltexth->campaignRegionNames[ aaa->campaignHeader->mapVersion ].size() <
  2654. CGI->generaltexth->campaignRegionNames[ bbb->campaignHeader->mapVersion ].size();
  2655. break;
  2656. case _name: //by name
  2657. return boost::ilexicographical_compare(aaa->campaignHeader->name, bbb->campaignHeader->name);
  2658. default:
  2659. return boost::ilexicographical_compare(aaa->campaignHeader->name, bbb->campaignHeader->name);
  2660. }
  2661. }
  2662. }
  2663. CMultiMode::CMultiMode()
  2664. {
  2665. OBJ_CONSTRUCTION_CAPTURING_ALL;
  2666. bg = new CPicture("MUPOPUP.bmp");
  2667. bg->convertToScreenBPP(); //so we could draw without problems
  2668. blitAt(CPicture("MUMAP.bmp"), 16, 77, *bg); //blit img
  2669. pos = bg->center(); //center, window has size of bg graphic
  2670. bar = new CGStatusBar(new CPicture(Rect(7, 465, 440, 18), 0));//226, 472
  2671. txt = new CTextInput(Rect(19, 436, 334, 16), *bg);
  2672. txt->setText(settings["general"]["playerName"].String()); //Player
  2673. btns[0] = new CButton(Point(373, 78), "MUBHOT.DEF", CGI->generaltexth->zelp[266], std::bind(&CMultiMode::openHotseat, this));
  2674. btns[1] = new CButton(Point(373, 78 + 57*1), "MUBHOST.DEF", CButton::tooltip("Host TCP/IP game", ""), std::bind(&CMultiMode::hostTCP, this));
  2675. btns[2] = new CButton(Point(373, 78 + 57*2), "MUBJOIN.DEF", CButton::tooltip("Join TCP/IP game", ""), std::bind(&CMultiMode::joinTCP, this));
  2676. btns[6] = new CButton(Point(373, 424), "MUBCANC.DEF", CGI->generaltexth->zelp[288], [&] { GH.popIntTotally(this);}, SDLK_ESCAPE);
  2677. }
  2678. void CMultiMode::openHotseat()
  2679. {
  2680. GH.pushInt(new CHotSeatPlayers(txt->text));
  2681. }
  2682. void CMultiMode::hostTCP()
  2683. {
  2684. Settings name = settings.write["general"]["playerName"];
  2685. name->String() = txt->text;
  2686. GH.popIntTotally(this);
  2687. GH.pushInt(new CSelectionScreen(CMenuScreen::newGame, CMenuScreen::MULTI_NETWORK_HOST));
  2688. }
  2689. void CMultiMode::joinTCP()
  2690. {
  2691. Settings name = settings.write["general"]["playerName"];
  2692. name->String() = txt->text;
  2693. GH.pushInt(new CSimpleJoinScreen);
  2694. }
  2695. CHotSeatPlayers::CHotSeatPlayers(const std::string &firstPlayer)
  2696. {
  2697. OBJ_CONSTRUCTION_CAPTURING_ALL;
  2698. bg = new CPicture("MUHOTSEA.bmp");
  2699. pos = bg->center(); //center, window has size of bg graphic
  2700. std::string text = CGI->generaltexth->allTexts[446];
  2701. boost::replace_all(text, "\t","\n");
  2702. Rect boxRect(25, 20, 315, 50);
  2703. title = new CTextBox(text, boxRect, 0, FONT_BIG, CENTER, Colors::WHITE);//HOTSEAT Please enter names
  2704. for(int i = 0; i < ARRAY_COUNT(txt); i++)
  2705. {
  2706. txt[i] = new CTextInput(Rect(60, 85 + i*30, 280, 16), *bg);
  2707. txt[i]->cb += std::bind(&CHotSeatPlayers::onChange, this, _1);
  2708. }
  2709. ok = new CButton(Point(95, 338), "MUBCHCK.DEF", CGI->generaltexth->zelp[560], std::bind(&CHotSeatPlayers::enterSelectionScreen, this), SDLK_RETURN);
  2710. cancel = new CButton(Point(205, 338), "MUBCANC.DEF", CGI->generaltexth->zelp[561], std::bind(&CGuiHandler::popIntTotally, std::ref(GH), this), SDLK_ESCAPE);
  2711. bar = new CGStatusBar(new CPicture(Rect(7, 381, 348, 18), 0));//226, 472
  2712. txt[0]->setText(firstPlayer, true);
  2713. txt[0]->giveFocus();
  2714. }
  2715. void CHotSeatPlayers::onChange(std::string newText)
  2716. {
  2717. size_t namesCount = 0;
  2718. for(auto & elem : txt)
  2719. if(!elem->text.empty())
  2720. namesCount++;
  2721. ok->block(namesCount < 2);
  2722. }
  2723. void CHotSeatPlayers::enterSelectionScreen()
  2724. {
  2725. std::map<ui8, std::string> names;
  2726. for(int i = 0, j = 1; i < ARRAY_COUNT(txt); i++)
  2727. if(txt[i]->text.length())
  2728. names[j++] = txt[i]->text;
  2729. Settings name = settings.write["general"]["playerName"];
  2730. name->String() = names.begin()->second;
  2731. GH.popInts(2); //pop MP mode window and this
  2732. GH.pushInt(new CSelectionScreen(CMenuScreen::newGame, CMenuScreen::MULTI_HOT_SEAT, &names));
  2733. }
  2734. void CBonusSelection::init()
  2735. {
  2736. highlightedRegion = nullptr;
  2737. ourHeader = nullptr;
  2738. diffLb = nullptr;
  2739. diffRb = nullptr;
  2740. bonuses = nullptr;
  2741. selectedMap = 0;
  2742. // Initialize start info
  2743. startInfo.mapname = ourCampaign->camp->header.filename;
  2744. startInfo.mode = StartInfo::CAMPAIGN;
  2745. startInfo.campState = ourCampaign;
  2746. startInfo.turnTime = 0;
  2747. OBJ_CONSTRUCTION_CAPTURING_ALL;
  2748. static const std::string bgNames [] = {"E1_BG.BMP", "G2_BG.BMP", "E2_BG.BMP", "G1_BG.BMP", "G3_BG.BMP", "N1_BG.BMP",
  2749. "S1_BG.BMP", "BR_BG.BMP", "IS_BG.BMP", "KR_BG.BMP", "NI_BG.BMP", "TA_BG.BMP", "AR_BG.BMP", "HS_BG.BMP",
  2750. "BB_BG.BMP", "NB_BG.BMP", "EL_BG.BMP", "RN_BG.BMP", "UA_BG.BMP", "SP_BG.BMP"};
  2751. loadPositionsOfGraphics();
  2752. background = BitmapHandler::loadBitmap(bgNames[ourCampaign->camp->header.mapVersion]);
  2753. pos.h = background->h;
  2754. pos.w = background->w;
  2755. center();
  2756. SDL_Surface * panel = BitmapHandler::loadBitmap("CAMPBRF.BMP");
  2757. blitAt(panel, 456, 6, background);
  2758. startB = new CButton(Point(475, 536), "CBBEGIB.DEF", CButton::tooltip(), std::bind(&CBonusSelection::startMap, this), SDLK_RETURN);
  2759. restartB = new CButton(Point(475, 536), "CBRESTB.DEF", CButton::tooltip(), std::bind(&CBonusSelection::restartMap, this), SDLK_RETURN);
  2760. backB = new CButton(Point(624, 536), "CBCANCB.DEF", CButton::tooltip(), std::bind(&CBonusSelection::goBack, this), SDLK_ESCAPE);
  2761. //campaign name
  2762. if (ourCampaign->camp->header.name.length())
  2763. graphics->fonts[FONT_BIG]->renderTextLeft(background, ourCampaign->camp->header.name, Colors::YELLOW, Point(481, 28));
  2764. else
  2765. graphics->fonts[FONT_BIG]->renderTextLeft(background, CGI->generaltexth->allTexts[508], Colors::YELLOW, Point(481, 28));
  2766. //map size icon
  2767. sizes = CDefHandler::giveDef("SCNRMPSZ.DEF");
  2768. //campaign description
  2769. graphics->fonts[FONT_SMALL]->renderTextLeft(background, CGI->generaltexth->allTexts[38], Colors::YELLOW, Point(481, 63));
  2770. campaignDescription = new CTextBox(ourCampaign->camp->header.description, Rect(480, 86, 286, 117), 1);
  2771. //campaignDescription->showAll(background);
  2772. //map description
  2773. mapDescription = new CTextBox("", Rect(480, 280, 286, 117), 1);
  2774. //bonus choosing
  2775. graphics->fonts[FONT_MEDIUM]->renderTextLeft(background, CGI->generaltexth->allTexts[71], Colors::WHITE, Point(511, 432));
  2776. bonuses = new CToggleGroup(std::bind(&CBonusSelection::selectBonus, this, _1));
  2777. //set left part of window
  2778. bool isCurrentMapConquerable = ourCampaign->currentMap && ourCampaign->camp->conquerable(*ourCampaign->currentMap);
  2779. for(int g = 0; g < ourCampaign->camp->scenarios.size(); ++g)
  2780. {
  2781. if(ourCampaign->camp->conquerable(g))
  2782. {
  2783. regions.push_back(new CRegion(this, true, true, g));
  2784. regions[regions.size()-1]->rclickText = ourCampaign->camp->scenarios[g].regionText;
  2785. if(highlightedRegion == nullptr)
  2786. {
  2787. if(!isCurrentMapConquerable || (isCurrentMapConquerable && g == *ourCampaign->currentMap))
  2788. {
  2789. highlightedRegion = regions.back();
  2790. selectMap(g, true);
  2791. }
  2792. }
  2793. }
  2794. else if (ourCampaign->camp->scenarios[g].conquered) //display as striped
  2795. {
  2796. regions.push_back(new CRegion(this, false, false, g));
  2797. regions[regions.size()-1]->rclickText = ourCampaign->camp->scenarios[g].regionText;
  2798. }
  2799. }
  2800. //allies / enemies
  2801. graphics->fonts[FONT_SMALL]->renderTextLeft(background, CGI->generaltexth->allTexts[390] + ":", Colors::WHITE, Point(486, 407));
  2802. graphics->fonts[FONT_SMALL]->renderTextLeft(background, CGI->generaltexth->allTexts[391] + ":", Colors::WHITE, Point(619, 407));
  2803. SDL_FreeSurface(panel);
  2804. //difficulty
  2805. std::vector<std::string> difficulty;
  2806. boost::split(difficulty, CGI->generaltexth->allTexts[492], boost::is_any_of(" "));
  2807. graphics->fonts[FONT_MEDIUM]->renderTextLeft(background, difficulty.back(), Colors::WHITE, Point(689, 432));
  2808. //difficulty pics
  2809. for (int b=0; b<ARRAY_COUNT(diffPics); ++b)
  2810. {
  2811. CDefEssential * cde = CDefHandler::giveDefEss("GSPBUT" + boost::lexical_cast<std::string>(b+3) + ".DEF");
  2812. SDL_Surface * surfToDuplicate = cde->ourImages[0].bitmap;
  2813. diffPics[b] = SDL_ConvertSurface(surfToDuplicate, surfToDuplicate->format,
  2814. surfToDuplicate->flags);
  2815. delete cde;
  2816. }
  2817. //difficulty selection buttons
  2818. if (ourCampaign->camp->header.difficultyChoosenByPlayer)
  2819. {
  2820. diffLb = new CButton(Point(694, 508), "SCNRBLF.DEF", CButton::tooltip(), std::bind(&CBonusSelection::decreaseDifficulty, this));
  2821. diffRb = new CButton(Point(738, 508), "SCNRBRT.DEF", CButton::tooltip(), std::bind(&CBonusSelection::increaseDifficulty, this));
  2822. }
  2823. //load miniflags
  2824. sFlags = CDefHandler::giveDef("ITGFLAGS.DEF");
  2825. }
  2826. CBonusSelection::CBonusSelection(shared_ptr<CCampaignState> _ourCampaign) : ourCampaign(_ourCampaign)
  2827. {
  2828. init();
  2829. }
  2830. CBonusSelection::CBonusSelection(const std::string & campaignFName)
  2831. {
  2832. ourCampaign = make_shared<CCampaignState>(CCampaignHandler::getCampaign(campaignFName));
  2833. init();
  2834. }
  2835. CBonusSelection::~CBonusSelection()
  2836. {
  2837. SDL_FreeSurface(background);
  2838. delete sizes;
  2839. delete ourHeader;
  2840. delete sFlags;
  2841. for (auto & elem : diffPics)
  2842. {
  2843. SDL_FreeSurface(elem);
  2844. }
  2845. }
  2846. void CBonusSelection::goBack()
  2847. {
  2848. GH.popIntTotally(this);
  2849. }
  2850. void CBonusSelection::showAll(SDL_Surface * to)
  2851. {
  2852. blitAt(background, pos.x, pos.y, to);
  2853. CIntObject::showAll(to);
  2854. show(to);
  2855. if (pos.h != to->h || pos.w != to->w)
  2856. CMessage::drawBorder(PlayerColor(1), to, pos.w+28, pos.h+30, pos.x-14, pos.y-15);
  2857. }
  2858. void CBonusSelection::loadPositionsOfGraphics()
  2859. {
  2860. const JsonNode config(ResourceID("config/campaign_regions.json"));
  2861. int idx = 0;
  2862. for(const JsonNode &campaign : config["campaign_regions"].Vector())
  2863. {
  2864. SCampPositions sc;
  2865. sc.campPrefix = campaign["prefix"].String();
  2866. sc.colorSuffixLength = campaign["color_suffix_length"].Float();
  2867. for(const JsonNode &desc : campaign["desc"].Vector())
  2868. {
  2869. SCampPositions::SRegionDesc rd;
  2870. rd.infix = desc["infix"].String();
  2871. rd.xpos = desc["x"].Float();
  2872. rd.ypos = desc["y"].Float();
  2873. sc.regions.push_back(rd);
  2874. }
  2875. campDescriptions.push_back(sc);
  2876. idx++;
  2877. }
  2878. assert(idx == CGI->generaltexth->campaignMapNames.size());
  2879. }
  2880. void CBonusSelection::selectMap(int mapNr, bool initialSelect)
  2881. {
  2882. if(initialSelect || selectedMap != mapNr)
  2883. {
  2884. // initialize restart / start button
  2885. if(!ourCampaign->currentMap || *ourCampaign->currentMap != mapNr)
  2886. {
  2887. // draw start button
  2888. restartB->disable();
  2889. startB->enable();
  2890. if (!ourCampaign->mapsConquered.empty())
  2891. backB->block(true);
  2892. else
  2893. backB->block(false);
  2894. }
  2895. else
  2896. {
  2897. // draw restart button
  2898. startB->disable();
  2899. restartB->enable();
  2900. backB->block(false);
  2901. }
  2902. startInfo.difficulty = ourCampaign->camp->scenarios[mapNr].difficulty;
  2903. selectedMap = mapNr;
  2904. selectedBonus = boost::none;
  2905. std::string scenarioName = ourCampaign->camp->header.filename.substr(0, ourCampaign->camp->header.filename.find('.'));
  2906. boost::to_lower(scenarioName);
  2907. scenarioName += ':' + boost::lexical_cast<std::string>(selectedMap);
  2908. //get header
  2909. delete ourHeader;
  2910. std::string & headerStr = ourCampaign->camp->mapPieces.find(mapNr)->second;
  2911. auto buffer = reinterpret_cast<const ui8 *>(headerStr.data());
  2912. ourHeader = CMapService::loadMapHeader(buffer, headerStr.size(), scenarioName).release();
  2913. std::map<ui8, std::string> names;
  2914. names[1] = settings["general"]["playerName"].String();
  2915. updateStartInfo(ourCampaign->camp->header.filename, startInfo, ourHeader, names);
  2916. mapDescription->setText(ourHeader->description);
  2917. updateBonusSelection();
  2918. GH.totalRedraw();
  2919. }
  2920. }
  2921. void CBonusSelection::show(SDL_Surface * to)
  2922. {
  2923. //blitAt(background, pos.x, pos.y, to);
  2924. //map name
  2925. std::string mapName = ourHeader->name;
  2926. if (mapName.length())
  2927. printAtLoc(mapName, 481, 219, FONT_BIG, Colors::YELLOW, to);
  2928. else
  2929. printAtLoc("Unnamed", 481, 219, FONT_BIG, Colors::YELLOW, to);
  2930. //map description
  2931. printAtLoc(CGI->generaltexth->allTexts[496], 481, 253, FONT_SMALL, Colors::YELLOW, to);
  2932. mapDescription->showAll(to); //showAll because CTextBox has no show()
  2933. //map size icon
  2934. int temp;
  2935. switch (ourHeader->width)
  2936. {
  2937. case 36:
  2938. temp=0;
  2939. break;
  2940. case 72:
  2941. temp=1;
  2942. break;
  2943. case 108:
  2944. temp=2;
  2945. break;
  2946. case 144:
  2947. temp=3;
  2948. break;
  2949. default:
  2950. temp=4;
  2951. break;
  2952. }
  2953. blitAtLoc(sizes->ourImages[temp].bitmap, 735, 26, to);
  2954. //flags
  2955. int fx = 496 + graphics->fonts[FONT_SMALL]->getStringWidth(CGI->generaltexth->allTexts[390]);
  2956. int ex = 629 + graphics->fonts[FONT_SMALL]->getStringWidth(CGI->generaltexth->allTexts[391]);
  2957. TeamID myT;
  2958. myT = ourHeader->players[playerColor.getNum()].team;
  2959. for (auto i = startInfo.playerInfos.cbegin(); i != startInfo.playerInfos.cend(); i++)
  2960. {
  2961. int *myx = ((i->first == playerColor || ourHeader->players[i->first.getNum()].team == myT) ? &fx : &ex);
  2962. blitAtLoc(sFlags->ourImages[i->first.getNum()].bitmap, *myx, 405, to);
  2963. *myx += sFlags->ourImages[i->first.getNum()].bitmap->w;
  2964. }
  2965. //difficulty
  2966. blitAtLoc(diffPics[startInfo.difficulty], 709, 455, to);
  2967. CIntObject::show(to);
  2968. }
  2969. void CBonusSelection::updateBonusSelection()
  2970. {
  2971. OBJ_CONSTRUCTION_CAPTURING_ALL;
  2972. //graphics:
  2973. //spell - SPELLBON.DEF
  2974. //monster - TWCRPORT.DEF
  2975. //building - BO*.BMP graphics
  2976. //artifact - ARTIFBON.DEF
  2977. //spell scroll - SPELLBON.DEF
  2978. //prim skill - PSKILBON.DEF
  2979. //sec skill - SSKILBON.DEF
  2980. //resource - BORES.DEF
  2981. //player - CREST58.DEF
  2982. //hero - PORTRAITSLARGE (HPL###.BMPs)
  2983. const CCampaignScenario &scenario = ourCampaign->camp->scenarios[selectedMap];
  2984. const std::vector<CScenarioTravel::STravelBonus> & bonDescs = scenario.travelOptions.bonusesToChoose;
  2985. updateStartButtonState(-1);
  2986. delete bonuses;
  2987. bonuses = new CToggleGroup(std::bind(&CBonusSelection::selectBonus, this, _1));
  2988. static const char *bonusPics[] = {"SPELLBON.DEF", "TWCRPORT.DEF", "", "ARTIFBON.DEF", "SPELLBON.DEF",
  2989. "PSKILBON.DEF", "SSKILBON.DEF", "BORES.DEF", "PORTRAITSLARGE", "PORTRAITSLARGE"};
  2990. for(int i = 0; i < bonDescs.size(); i++)
  2991. {
  2992. std::string picName=bonusPics[bonDescs[i].type];
  2993. size_t picNumber=bonDescs[i].info2;
  2994. std::string desc;
  2995. switch(bonDescs[i].type)
  2996. {
  2997. case CScenarioTravel::STravelBonus::SPELL:
  2998. desc = CGI->generaltexth->allTexts[715];
  2999. boost::algorithm::replace_first(desc, "%s", CGI->spellh->objects[bonDescs[i].info2]->name);
  3000. break;
  3001. case CScenarioTravel::STravelBonus::MONSTER:
  3002. picNumber = bonDescs[i].info2 + 2;
  3003. desc = CGI->generaltexth->allTexts[717];
  3004. boost::algorithm::replace_first(desc, "%d", boost::lexical_cast<std::string>(bonDescs[i].info3));
  3005. boost::algorithm::replace_first(desc, "%s", CGI->creh->creatures[bonDescs[i].info2]->namePl);
  3006. break;
  3007. case CScenarioTravel::STravelBonus::BUILDING:
  3008. {
  3009. int faction = -1;
  3010. for(auto & elem : startInfo.playerInfos)
  3011. {
  3012. if (elem.second.playerID)
  3013. {
  3014. faction = elem.second.castle;
  3015. break;
  3016. }
  3017. }
  3018. assert(faction != -1);
  3019. BuildingID buildID = CBuildingHandler::campToERMU(bonDescs[i].info1, faction, std::set<BuildingID>());
  3020. picName = graphics->ERMUtoPicture[faction][buildID];
  3021. picNumber = -1;
  3022. if (vstd::contains(CGI->townh->factions[faction]->town->buildings, buildID))
  3023. desc = CGI->townh->factions[faction]->town->buildings.find(buildID)->second->Name();
  3024. }
  3025. break;
  3026. case CScenarioTravel::STravelBonus::ARTIFACT:
  3027. desc = CGI->generaltexth->allTexts[715];
  3028. boost::algorithm::replace_first(desc, "%s", CGI->arth->artifacts[bonDescs[i].info2]->Name());
  3029. break;
  3030. case CScenarioTravel::STravelBonus::SPELL_SCROLL:
  3031. desc = CGI->generaltexth->allTexts[716];
  3032. boost::algorithm::replace_first(desc, "%s", CGI->spellh->objects[bonDescs[i].info2]->name);
  3033. break;
  3034. case CScenarioTravel::STravelBonus::PRIMARY_SKILL:
  3035. {
  3036. int leadingSkill = -1;
  3037. std::vector<std::pair<int, int> > toPrint; //primary skills to be listed <num, val>
  3038. const ui8* ptr = reinterpret_cast<const ui8*>(&bonDescs[i].info2);
  3039. for (int g=0; g<GameConstants::PRIMARY_SKILLS; ++g)
  3040. {
  3041. if (leadingSkill == -1 || ptr[g] > ptr[leadingSkill])
  3042. {
  3043. leadingSkill = g;
  3044. }
  3045. if (ptr[g] != 0)
  3046. {
  3047. toPrint.push_back(std::make_pair(g, ptr[g]));
  3048. }
  3049. }
  3050. picNumber = leadingSkill;
  3051. desc = CGI->generaltexth->allTexts[715];
  3052. std::string substitute; //text to be printed instead of %s
  3053. for (int v=0; v<toPrint.size(); ++v)
  3054. {
  3055. substitute += boost::lexical_cast<std::string>(toPrint[v].second);
  3056. substitute += " " + CGI->generaltexth->primarySkillNames[toPrint[v].first];
  3057. if(v != toPrint.size() - 1)
  3058. {
  3059. substitute += ", ";
  3060. }
  3061. }
  3062. boost::algorithm::replace_first(desc, "%s", substitute);
  3063. break;
  3064. }
  3065. case CScenarioTravel::STravelBonus::SECONDARY_SKILL:
  3066. desc = CGI->generaltexth->allTexts[718];
  3067. boost::algorithm::replace_first(desc, "%s", CGI->generaltexth->levels[bonDescs[i].info3 - 1]); //skill level
  3068. boost::algorithm::replace_first(desc, "%s", CGI->generaltexth->skillName[bonDescs[i].info2]); //skill name
  3069. picNumber = bonDescs[i].info2 * 3 + bonDescs[i].info3 - 1;
  3070. break;
  3071. case CScenarioTravel::STravelBonus::RESOURCE:
  3072. {
  3073. int serialResID = 0;
  3074. switch(bonDescs[i].info1)
  3075. {
  3076. case 0: case 1: case 2: case 3: case 4: case 5: case 6:
  3077. serialResID = bonDescs[i].info1;
  3078. break;
  3079. case 0xFD: //wood + ore
  3080. serialResID = 7;
  3081. break;
  3082. case 0xFE: //rare resources
  3083. serialResID = 8;
  3084. break;
  3085. }
  3086. picNumber = serialResID;
  3087. desc = CGI->generaltexth->allTexts[717];
  3088. boost::algorithm::replace_first(desc, "%d", boost::lexical_cast<std::string>(bonDescs[i].info2));
  3089. std::string replacement;
  3090. if (serialResID <= 6)
  3091. {
  3092. replacement = CGI->generaltexth->restypes[serialResID];
  3093. }
  3094. else
  3095. {
  3096. replacement = CGI->generaltexth->allTexts[714 + serialResID];
  3097. }
  3098. boost::algorithm::replace_first(desc, "%s", replacement);
  3099. }
  3100. break;
  3101. case CScenarioTravel::STravelBonus::HEROES_FROM_PREVIOUS_SCENARIO:
  3102. {
  3103. auto superhero = ourCampaign->camp->scenarios[bonDescs[i].info2].strongestHero(PlayerColor(bonDescs[i].info1));
  3104. if (!superhero) logGlobal->warnStream() << "No superhero! How could it be transferred?";
  3105. picNumber = superhero ? superhero->portrait : 0;
  3106. desc = CGI->generaltexth->allTexts[719];
  3107. boost::algorithm::replace_first(desc, "%s", ourCampaign->camp->scenarios[bonDescs[i].info2].scenarioName); //scenario
  3108. }
  3109. break;
  3110. case CScenarioTravel::STravelBonus::HERO:
  3111. desc = CGI->generaltexth->allTexts[718];
  3112. boost::algorithm::replace_first(desc, "%s", CGI->generaltexth->capColors[bonDescs[i].info1]); //hero's color
  3113. if (bonDescs[i].info2 == 0xFFFF)
  3114. {
  3115. boost::algorithm::replace_first(desc, "%s", CGI->generaltexth->allTexts[101]); //hero's name
  3116. picNumber = -1;
  3117. picName = "CBONN1A3.BMP";
  3118. }
  3119. else
  3120. {
  3121. boost::algorithm::replace_first(desc, "%s", CGI->heroh->heroes[bonDescs[i].info2]->name); //hero's name
  3122. }
  3123. break;
  3124. }
  3125. CToggleButton *bonusButton = new CToggleButton(Point(475 + i*68, 455), "", CButton::tooltip(desc, desc));
  3126. if (picNumber != -1)
  3127. picName += ":" + boost::lexical_cast<std::string>(picNumber);
  3128. auto anim = new CAnimation();
  3129. anim->setCustom(picName, 0);
  3130. bonusButton->setImage(anim);
  3131. const SDL_Color brightYellow = { 242, 226, 110, 0 };
  3132. bonusButton->borderColor = brightYellow;
  3133. bonuses->addToggle(i, bonusButton);
  3134. }
  3135. // set bonus if already chosen
  3136. if(vstd::contains(ourCampaign->chosenCampaignBonuses, selectedMap))
  3137. {
  3138. bonuses->setSelected(ourCampaign->chosenCampaignBonuses[selectedMap]);
  3139. }
  3140. }
  3141. void CBonusSelection::updateCampaignState()
  3142. {
  3143. ourCampaign->currentMap = selectedMap;
  3144. if (selectedBonus)
  3145. ourCampaign->chosenCampaignBonuses[selectedMap] = *selectedBonus;
  3146. }
  3147. void CBonusSelection::startMap()
  3148. {
  3149. auto si = new StartInfo(startInfo);
  3150. auto showPrologVideo = [=]()
  3151. {
  3152. auto exitCb = [=]()
  3153. {
  3154. logGlobal->infoStream() << "Starting scenario " << selectedMap;
  3155. CGP->showLoadingScreen(std::bind(&startGame, si, (CConnection *)nullptr));
  3156. };
  3157. const CCampaignScenario & scenario = ourCampaign->camp->scenarios[selectedMap];
  3158. if (scenario.prolog.hasPrologEpilog)
  3159. {
  3160. GH.pushInt(new CPrologEpilogVideo(scenario.prolog, exitCb));
  3161. }
  3162. else
  3163. {
  3164. exitCb();
  3165. }
  3166. };
  3167. if(LOCPLINT) // we're currently ingame, so ask for starting new map and end game
  3168. {
  3169. GH.popInt(this);
  3170. LOCPLINT->showYesNoDialog(CGI->generaltexth->allTexts[67], [=]
  3171. {
  3172. updateCampaignState();
  3173. endGame();
  3174. GH.curInt = CGPreGame::create();
  3175. showPrologVideo();
  3176. }, 0);
  3177. }
  3178. else
  3179. {
  3180. updateCampaignState();
  3181. showPrologVideo();
  3182. }
  3183. }
  3184. void CBonusSelection::restartMap()
  3185. {
  3186. GH.popInt(this);
  3187. LOCPLINT->showYesNoDialog(CGI->generaltexth->allTexts[67], [=]
  3188. {
  3189. updateCampaignState();
  3190. auto si = new StartInfo(startInfo);
  3191. SDL_Event event;
  3192. event.type = SDL_USEREVENT;
  3193. event.user.code = PREPARE_RESTART_CAMPAIGN;
  3194. event.user.data1 = si;
  3195. SDL_PushEvent(&event);
  3196. }, 0);
  3197. }
  3198. void CBonusSelection::selectBonus(int id)
  3199. {
  3200. // Total redraw is needed because the border around the bonus images
  3201. // have to be undrawn/drawn.
  3202. if (!selectedBonus || *selectedBonus != id)
  3203. {
  3204. selectedBonus = id;
  3205. GH.totalRedraw();
  3206. updateStartButtonState(id);
  3207. }
  3208. const CCampaignScenario &scenario = ourCampaign->camp->scenarios[selectedMap];
  3209. const std::vector<CScenarioTravel::STravelBonus> & bonDescs = scenario.travelOptions.bonusesToChoose;
  3210. if (bonDescs[id].type == CScenarioTravel::STravelBonus::HERO)
  3211. {
  3212. std::map<ui8, std::string> names;
  3213. names[1] = settings["general"]["playerName"].String();
  3214. for(auto & elem : startInfo.playerInfos)
  3215. {
  3216. if(elem.first == PlayerColor(bonDescs[id].info1))
  3217. ::setPlayer(elem.second, 1, names);
  3218. else
  3219. ::setPlayer(elem.second, 0, names);
  3220. }
  3221. }
  3222. }
  3223. void CBonusSelection::increaseDifficulty()
  3224. {
  3225. startInfo.difficulty = std::min(startInfo.difficulty + 1, 4);
  3226. }
  3227. void CBonusSelection::decreaseDifficulty()
  3228. {
  3229. startInfo.difficulty = std::max(startInfo.difficulty - 1, 0);
  3230. }
  3231. void CBonusSelection::updateStartButtonState(int selected /*= -1*/)
  3232. {
  3233. if(selected == -1)
  3234. {
  3235. startB->block(ourCampaign->camp->scenarios[selectedMap].travelOptions.bonusesToChoose.size());
  3236. }
  3237. else if(startB->isBlocked())
  3238. {
  3239. startB->block(false);
  3240. }
  3241. }
  3242. CBonusSelection::CRegion::CRegion( CBonusSelection * _owner, bool _accessible, bool _selectable, int _myNumber )
  3243. : owner(_owner), accessible(_accessible), selectable(_selectable), myNumber(_myNumber)
  3244. {
  3245. OBJ_CONSTRUCTION;
  3246. addUsedEvents(LCLICK | RCLICK);
  3247. static const std::string colors[2][8] = {
  3248. {"R", "B", "N", "G", "O", "V", "T", "P"},
  3249. {"Re", "Bl", "Br", "Gr", "Or", "Vi", "Te", "Pi"}};
  3250. const SCampPositions & campDsc = owner->campDescriptions[owner->ourCampaign->camp->header.mapVersion];
  3251. const SCampPositions::SRegionDesc & desc = campDsc.regions[myNumber];
  3252. pos.x += desc.xpos;
  3253. pos.y += desc.ypos;
  3254. //loading of graphics
  3255. std::string prefix = campDsc.campPrefix + desc.infix + "_";
  3256. std::string suffix = colors[campDsc.colorSuffixLength - 1][owner->ourCampaign->camp->scenarios[myNumber].regionColor];
  3257. static const std::string infix [] = {"En", "Se", "Co"};
  3258. for (int g = 0; g < ARRAY_COUNT(infix); g++)
  3259. {
  3260. graphics[g] = BitmapHandler::loadBitmap(prefix + infix[g] + suffix + ".BMP");
  3261. }
  3262. pos.w = graphics[0]->w;
  3263. pos.h = graphics[0]->h;
  3264. }
  3265. CBonusSelection::CRegion::~CRegion()
  3266. {
  3267. for (auto & elem : graphics)
  3268. {
  3269. SDL_FreeSurface(elem);
  3270. }
  3271. }
  3272. void CBonusSelection::CRegion::clickLeft( tribool down, bool previousState )
  3273. {
  3274. //select if selectable & clicked inside our graphic
  3275. if ( indeterminate(down) )
  3276. {
  3277. return;
  3278. }
  3279. if( !down && selectable && !CSDL_Ext::isTransparent(graphics[0], GH.current->motion.x-pos.x, GH.current->motion.y-pos.y) )
  3280. {
  3281. owner->selectMap(myNumber, false);
  3282. owner->highlightedRegion = this;
  3283. parent->showAll(screen);
  3284. }
  3285. }
  3286. void CBonusSelection::CRegion::clickRight( tribool down, bool previousState )
  3287. {
  3288. //show r-click text
  3289. if( down && !CSDL_Ext::isTransparent(graphics[0], GH.current->motion.x-pos.x, GH.current->motion.y-pos.y) &&
  3290. rclickText.size() )
  3291. {
  3292. CRClickPopup::createAndPush(rclickText);
  3293. }
  3294. }
  3295. void CBonusSelection::CRegion::show(SDL_Surface * to)
  3296. {
  3297. //const SCampPositions::SRegionDesc & desc = owner->campDescriptions[owner->ourCampaign->camp->header.mapVersion].regions[myNumber];
  3298. if (!accessible)
  3299. {
  3300. //show as striped
  3301. blitAtLoc(graphics[2], 0, 0, to);
  3302. }
  3303. else if (this == owner->highlightedRegion)
  3304. {
  3305. //show as selected
  3306. blitAtLoc(graphics[1], 0, 0, to);
  3307. }
  3308. else
  3309. {
  3310. //show as not selected selected
  3311. blitAtLoc(graphics[0], 0, 0, to);
  3312. }
  3313. }
  3314. CSavingScreen::CSavingScreen(bool hotseat)
  3315. : CSelectionScreen(CMenuScreen::saveGame, hotseat ? CMenuScreen::MULTI_HOT_SEAT : CMenuScreen::SINGLE_PLAYER)
  3316. {
  3317. ourGame = mapInfoFromGame();
  3318. sInfo = *LOCPLINT->cb->getStartInfo();
  3319. setPlayersFromGame();
  3320. }
  3321. CSavingScreen::~CSavingScreen()
  3322. {
  3323. }
  3324. ISelectionScreenInfo::ISelectionScreenInfo(const std::map<ui8, std::string> *Names /*= nullptr*/)
  3325. {
  3326. multiPlayer = CMenuScreen::SINGLE_PLAYER;
  3327. assert(!SEL);
  3328. SEL = this;
  3329. current = nullptr;
  3330. if(Names && !Names->empty()) //if have custom set of player names - use it
  3331. playerNames = *Names;
  3332. else
  3333. playerNames[1] = settings["general"]["playerName"].String(); //by default we have only one player and his name is "Player" (or whatever the last used name was)
  3334. }
  3335. ISelectionScreenInfo::~ISelectionScreenInfo()
  3336. {
  3337. assert(SEL == this);
  3338. SEL = nullptr;
  3339. }
  3340. void ISelectionScreenInfo::updateStartInfo(std::string filename, StartInfo & sInfo, const CMapHeader * mapHeader)
  3341. {
  3342. ::updateStartInfo(filename, sInfo, mapHeader, playerNames);
  3343. }
  3344. void ISelectionScreenInfo::setPlayer(PlayerSettings &pset, ui8 player)
  3345. {
  3346. ::setPlayer(pset, player, playerNames);
  3347. }
  3348. ui8 ISelectionScreenInfo::getIdOfFirstUnallocatedPlayer()
  3349. {
  3350. for(auto i = playerNames.cbegin(); i != playerNames.cend(); i++)
  3351. if(!sInfo.getPlayersSettings(i->first)) //
  3352. return i->first;
  3353. return 0;
  3354. }
  3355. bool ISelectionScreenInfo::isGuest() const
  3356. {
  3357. return multiPlayer == CMenuScreen::MULTI_NETWORK_GUEST;
  3358. }
  3359. bool ISelectionScreenInfo::isHost() const
  3360. {
  3361. return multiPlayer == CMenuScreen::MULTI_NETWORK_HOST;
  3362. }
  3363. void ChatMessage::apply(CSelectionScreen *selScreen)
  3364. {
  3365. selScreen->card->chat->addNewMessage(playerName + ": " + message);
  3366. GH.totalRedraw();
  3367. }
  3368. void QuitMenuWithoutStarting::apply(CSelectionScreen *selScreen)
  3369. {
  3370. if(!selScreen->ongoingClosing)
  3371. {
  3372. *selScreen->serv << this; //resend to confirm
  3373. GH.popIntTotally(selScreen); //will wait with deleting us before this thread ends
  3374. }
  3375. vstd::clear_pointer(selScreen->serv);
  3376. }
  3377. void PlayerJoined::apply(CSelectionScreen *selScreen)
  3378. {
  3379. //assert(SEL->playerNames.size() == connectionID); //temporary, TODO when player exits
  3380. SEL->playerNames[connectionID] = playerName;
  3381. //put new player in first slot with AI
  3382. for(auto & elem : SEL->sInfo.playerInfos)
  3383. {
  3384. if(!elem.second.playerID)
  3385. {
  3386. selScreen->setPlayer(elem.second, connectionID);
  3387. selScreen->opt->entries[elem.second.color]->selectButtons();
  3388. break;
  3389. }
  3390. }
  3391. selScreen->propagateNames();
  3392. selScreen->propagateOptions();
  3393. GH.totalRedraw();
  3394. }
  3395. void SelectMap::apply(CSelectionScreen *selScreen)
  3396. {
  3397. if(selScreen->multiPlayer == CMenuScreen::MULTI_NETWORK_GUEST)
  3398. {
  3399. free = false;
  3400. selScreen->changeSelection(mapInfo);
  3401. }
  3402. }
  3403. void UpdateStartOptions::apply(CSelectionScreen *selScreen)
  3404. {
  3405. if(!selScreen->isGuest())
  3406. return;
  3407. selScreen->setSInfo(*options);
  3408. }
  3409. void PregameGuiAction::apply(CSelectionScreen *selScreen)
  3410. {
  3411. if(!selScreen->isGuest())
  3412. return;
  3413. switch(action)
  3414. {
  3415. case NO_TAB:
  3416. selScreen->toggleTab(selScreen->curTab);
  3417. break;
  3418. case OPEN_OPTIONS:
  3419. selScreen->toggleTab(selScreen->opt);
  3420. break;
  3421. case OPEN_SCENARIO_LIST:
  3422. selScreen->toggleTab(selScreen->sel);
  3423. break;
  3424. case OPEN_RANDOM_MAP_OPTIONS:
  3425. selScreen->toggleTab(selScreen->randMapTab);
  3426. break;
  3427. }
  3428. }
  3429. void RequestOptionsChange::apply(CSelectionScreen *selScreen)
  3430. {
  3431. if(!selScreen->isHost())
  3432. return;
  3433. PlayerColor color = selScreen->sInfo.getPlayersSettings(playerID)->color;
  3434. switch(what)
  3435. {
  3436. case TOWN:
  3437. selScreen->opt->nextCastle(color, direction);
  3438. break;
  3439. case HERO:
  3440. selScreen->opt->nextHero(color, direction);
  3441. break;
  3442. case BONUS:
  3443. selScreen->opt->nextBonus(color, direction);
  3444. break;
  3445. }
  3446. }
  3447. void PlayerLeft::apply(CSelectionScreen *selScreen)
  3448. {
  3449. if(selScreen->isGuest())
  3450. return;
  3451. SEL->playerNames.erase(playerID);
  3452. if(PlayerSettings *s = selScreen->sInfo.getPlayersSettings(playerID)) //it's possible that player was unallocated
  3453. {
  3454. selScreen->setPlayer(*s, 0);
  3455. selScreen->opt->entries[s->color]->selectButtons();
  3456. }
  3457. selScreen->propagateNames();
  3458. selScreen->propagateOptions();
  3459. GH.totalRedraw();
  3460. }
  3461. void PlayersNames::apply(CSelectionScreen *selScreen)
  3462. {
  3463. if(selScreen->isGuest())
  3464. selScreen->playerNames = playerNames;
  3465. }
  3466. void StartWithCurrentSettings::apply(CSelectionScreen *selScreen)
  3467. {
  3468. startingInfo.reset();
  3469. startingInfo.serv = selScreen->serv;
  3470. startingInfo.sInfo = new StartInfo(selScreen->sInfo);
  3471. if(!selScreen->ongoingClosing)
  3472. {
  3473. *selScreen->serv << this; //resend to confirm
  3474. }
  3475. selScreen->serv = nullptr; //hide it so it won't be deleted
  3476. vstd::clear_pointer(selScreen->serverHandlingThread); //detach us
  3477. saveGameName.clear();
  3478. CGP->showLoadingScreen(std::bind(&startGame, startingInfo.sInfo, startingInfo.serv));
  3479. throw 666; //EVIL, EVIL, EVIL workaround to kill thread (does "goto catch" outside listening loop)
  3480. }
  3481. CCampaignScreen::CCampaignButton::CCampaignButton(const JsonNode &config )
  3482. {
  3483. pos.x += config["x"].Float();
  3484. pos.y += config["y"].Float();
  3485. pos.w = 200;
  3486. pos.h = 116;
  3487. campFile = config["file"].String();
  3488. video = config["video"].String();
  3489. OBJ_CONSTRUCTION_CAPTURING_ALL;
  3490. status = config["open"].Bool() ? CCampaignScreen::ENABLED : CCampaignScreen::DISABLED;
  3491. CCampaignHeader header = CCampaignHandler::getHeader(campFile);
  3492. hoverText = header.name;
  3493. if (status != CCampaignScreen::DISABLED)
  3494. {
  3495. addUsedEvents(LCLICK | HOVER);
  3496. image = new CPicture(config["image"].String());
  3497. hoverLabel = new CLabel(pos.w / 2, pos.h + 20, FONT_MEDIUM, CENTER, Colors::YELLOW, "");
  3498. parent->addChild(hoverLabel);
  3499. }
  3500. if (status == CCampaignScreen::COMPLETED)
  3501. checkMark = new CPicture("CAMPCHK");
  3502. }
  3503. void CCampaignScreen::CCampaignButton::clickLeft(tribool down, bool previousState)
  3504. {
  3505. if (down)
  3506. {
  3507. // Close running video and open the selected campaign
  3508. CCS->videoh->close();
  3509. GH.pushInt( new CBonusSelection(campFile) );
  3510. }
  3511. }
  3512. void CCampaignScreen::CCampaignButton::hover(bool on)
  3513. {
  3514. if (on)
  3515. hoverLabel->setText(hoverText); // Shows the name of the campaign when you get into the bounds of the button
  3516. else
  3517. hoverLabel->setText(" ");
  3518. }
  3519. void CCampaignScreen::CCampaignButton::show(SDL_Surface * to)
  3520. {
  3521. if (status == CCampaignScreen::DISABLED)
  3522. return;
  3523. CIntObject::show(to);
  3524. // Play the campaign button video when the mouse cursor is placed over the button
  3525. if (hovered)
  3526. {
  3527. if (CCS->videoh->fname != video)
  3528. CCS->videoh->open(video);
  3529. CCS->videoh->update(pos.x, pos.y, to, true, false); // plays sequentially frame by frame, starts at the beginning when the video is over
  3530. }
  3531. else if (CCS->videoh->fname == video) // When you got out of the bounds of the button then close the video
  3532. {
  3533. CCS->videoh->close();
  3534. redraw();
  3535. }
  3536. }
  3537. CButton* CCampaignScreen::createExitButton(const JsonNode& button)
  3538. {
  3539. std::pair<std::string, std::string> help;
  3540. if (!button["help"].isNull() && button["help"].Float() > 0)
  3541. help = CGI->generaltexth->zelp[button["help"].Float()];
  3542. std::function<void()> close = std::bind(&CGuiHandler::popIntTotally, &GH, this);
  3543. return new CButton(Point(button["x"].Float(), button["y"].Float()), button["name"].String(), help, close, button["hotkey"].Float());
  3544. }
  3545. CCampaignScreen::CCampaignScreen(const JsonNode &config)
  3546. {
  3547. OBJ_CONSTRUCTION_CAPTURING_ALL;
  3548. for(const JsonNode& node : config["images"].Vector())
  3549. images.push_back(createPicture(node));
  3550. if (!images.empty())
  3551. {
  3552. images[0]->center(); // move background to center
  3553. moveTo(images[0]->pos.topLeft()); // move everything else to center
  3554. images[0]->moveTo(pos.topLeft()); // restore moved twice background
  3555. pos = images[0]->pos; // fix height\width of this window
  3556. }
  3557. if (!config["exitbutton"].isNull())
  3558. {
  3559. back = createExitButton(config["exitbutton"]);
  3560. back->hoverable = true;
  3561. }
  3562. for(const JsonNode& node : config["items"].Vector())
  3563. campButtons.push_back(new CCampaignButton(node));
  3564. }
  3565. void CCampaignScreen::showAll(SDL_Surface *to)
  3566. {
  3567. CIntObject::showAll(to);
  3568. if (pos.h != to->h || pos.w != to->w)
  3569. CMessage::drawBorder(PlayerColor(1), to, pos.w+28, pos.h+30, pos.x-14, pos.y-15);
  3570. }
  3571. void CGPreGame::showLoadingScreen(std::function<void()> loader)
  3572. {
  3573. if (GH.listInt.size() && GH.listInt.front() == CGP) //pregame active
  3574. CGP->removeFromGui();
  3575. GH.pushInt(new CLoadingScreen(loader));
  3576. }
  3577. std::string CLoadingScreen::getBackground()
  3578. {
  3579. const auto & conf = CGPreGameConfig::get().getConfig()["loading"].Vector();
  3580. if(conf.empty())
  3581. {
  3582. return "loadbar";
  3583. }
  3584. else
  3585. {
  3586. return RandomGeneratorUtil::nextItem(conf, CRandomGenerator::getDefault())->String();
  3587. }
  3588. }
  3589. CLoadingScreen::CLoadingScreen(std::function<void ()> loader):
  3590. CWindowObject(BORDERED, getBackground()),
  3591. loadingThread(loader)
  3592. {
  3593. CCS->musich->stopMusic(5000);
  3594. }
  3595. CLoadingScreen::~CLoadingScreen()
  3596. {
  3597. loadingThread.join();
  3598. }
  3599. void CLoadingScreen::showAll(SDL_Surface *to)
  3600. {
  3601. Rect rect(0,0,to->w, to->h);
  3602. SDL_FillRect(to, &rect, 0);
  3603. CWindowObject::showAll(to);
  3604. }
  3605. CPrologEpilogVideo::CPrologEpilogVideo( CCampaignScenario::SScenarioPrologEpilog _spe, std::function<void()> callback ):
  3606. CWindowObject(BORDERED),
  3607. spe(_spe),
  3608. positionCounter(0),
  3609. voiceSoundHandle(-1),
  3610. exitCb(callback)
  3611. {
  3612. OBJ_CONSTRUCTION_CAPTURING_ALL;
  3613. addUsedEvents(LCLICK);
  3614. pos = center(Rect(0,0, 800, 600));
  3615. updateShadow();
  3616. CCS->videoh->open(CCampaignHandler::prologVideoName(spe.prologVideo));
  3617. CCS->musich->playMusic("Music/" + CCampaignHandler::prologMusicName(spe.prologMusic), true);
  3618. voiceSoundHandle = CCS->soundh->playSound(CCampaignHandler::prologVoiceName(spe.prologVideo));
  3619. text = new CMultiLineLabel(Rect(100, 500, 600, 100), EFonts::FONT_BIG, CENTER, Colors::METALLIC_GOLD, spe.prologText );
  3620. text->scrollTextTo(-100);
  3621. }
  3622. void CPrologEpilogVideo::show( SDL_Surface * to )
  3623. {
  3624. CSDL_Ext::fillRectBlack(to, &pos);
  3625. //BUG: some videos are 800x600 in size while some are 800x400
  3626. //VCMI should center them in the middle of the screen. Possible but needs modification
  3627. //of video player API which I'd like to avoid until we'll get rid of Windows-specific player
  3628. CCS->videoh->update(pos.x, pos.y, to, true, false);
  3629. //move text every 5 calls/frames; seems to be good enough
  3630. ++positionCounter;
  3631. if(positionCounter % 5 == 0)
  3632. {
  3633. text->scrollTextBy(1);
  3634. }
  3635. else
  3636. text->showAll(to);// blit text over video, if needed
  3637. if (text->textSize.y + 100 < positionCounter / 5)
  3638. clickLeft(false, false);
  3639. }
  3640. void CPrologEpilogVideo::clickLeft( tribool down, bool previousState )
  3641. {
  3642. GH.popInt(this);
  3643. CCS->soundh->stopSound(voiceSoundHandle);
  3644. exitCb();
  3645. }
  3646. CSimpleJoinScreen::CSimpleJoinScreen()
  3647. {
  3648. OBJ_CONSTRUCTION_CAPTURING_ALL;
  3649. bg = new CPicture("MUDIALOG.bmp"); // address background
  3650. pos = bg->center(); //center, window has size of bg graphic (x,y = 396,278 w=232 h=212)
  3651. Rect boxRect(20, 20, 205, 50);
  3652. title = new CTextBox("Enter address:", boxRect, 0, FONT_BIG, CENTER, Colors::WHITE);
  3653. address = new CTextInput(Rect(25, 68, 175, 16), *bg);
  3654. address->cb += std::bind(&CSimpleJoinScreen::onChange, this, _1);
  3655. port = new CTextInput(Rect(25, 115, 175, 16), *bg);
  3656. port->cb += std::bind(&CSimpleJoinScreen::onChange, this, _1);
  3657. port->filters += std::bind(&CTextInput::numberFilter, _1, _2, 0, 65535);
  3658. ok = new CButton(Point( 26, 142), "MUBCHCK.DEF", CGI->generaltexth->zelp[560], std::bind(&CSimpleJoinScreen::enterSelectionScreen, this), SDLK_RETURN);
  3659. cancel = new CButton(Point(142, 142), "MUBCANC.DEF", CGI->generaltexth->zelp[561], std::bind(&CGuiHandler::popIntTotally, std::ref(GH), this), SDLK_ESCAPE);
  3660. bar = new CGStatusBar(new CPicture(Rect(7, 186, 218, 18), 0));
  3661. port->setText(boost::lexical_cast<std::string>(settings["server"]["port"].Float()), true);
  3662. address->setText(settings["server"]["server"].String(), true);
  3663. address->giveFocus();
  3664. }
  3665. void CSimpleJoinScreen::enterSelectionScreen()
  3666. {
  3667. std::string textAddress = address->text;
  3668. std::string textPort = port->text;
  3669. GH.popIntTotally(this);
  3670. GH.pushInt(new CSelectionScreen(CMenuScreen::newGame, CMenuScreen::MULTI_NETWORK_GUEST, nullptr, textAddress, textPort));
  3671. }
  3672. void CSimpleJoinScreen::onChange(const std::string & newText)
  3673. {
  3674. ok->block(address->text.empty() || port->text.empty());
  3675. }