CPreGame.cpp 98 KB

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