CPreGame.cpp 119 KB

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