CPreGame.cpp 101 KB

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