annotate UI/Books/UIMapBook.cpp @ 2155:0a1438c16c2b

Render decoupling.
author Nomad
date Thu, 09 Jan 2014 17:29:17 +0200
parents d28d3c006077
children 00bd098f6435
rev   line source
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
1 #include "..\..\MM7.h"
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
2 #include "..\..\Render.h"
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
3 #include "..\..\Mouse.h"
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
4 #include "..\UIBooks.h"
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
5 #include "..\..\MapInfo.h"
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
6 #include "..\..\GUIWindow.h"
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
7 #include "..\..\GUIFont.h"
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
8 #include "..\..\Party.h"
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
9 #include "..\..\AudioPlayer.h"
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
10 #include "..\..\Outdoor.h"
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
11 #include "..\..\LOD.h"
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
12 #include "..\..\Viewport.h"
2037
7a9477135943 Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents: 1838
diff changeset
13 #include "..\..\OurMath.h"
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
14 #include "..\..\texts.h"
1828
35c1e4ff6ba7 party_finds_gold to Party::PartyFindsGold, cleaned up, moved Level/Decoration.h reference out of Indoor.h
Grumpy7
parents: 1730
diff changeset
15 #include "..\..\Level/Decoration.h"
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
16 //
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
17 #include "..\..\mm7_data.h"
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
18
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
19 std::array<__int16, 6> pTownPortalBook_xs = {{260, 324, 147, 385, 390, 19}};
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
20 std::array<__int16, 6> pTownPortalBook_ys = {{206, 84, 182, 239, 17, 283}};
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
21
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
22 std::array<unsigned int, 5> pLloydsBeaconsPreviewXs = {{61, 281, 61, 281, 171}}; // 004E249C
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
23 std::array<unsigned int, 5> pLloydsBeaconsPreviewYs = {{84, 84, 228, 228, 155}};
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
24 std::array<unsigned int, 5> pLloydsBeacons_SomeXs = {{59, 279, 59, 279, 169}};
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
25 std::array<unsigned int, 5> pLloydsBeacons_SomeYs = {{82, 82, 226, 226, 153}};
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
26
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
27
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
28
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
29
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
30 //----- (00411150) --------------------------------------------------------
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
31 void BookUI_DrawTownPortalMap()
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
32 {
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
33 int v3; // edi@17
1446
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
34 GUIWindow TownPortalWindow; // [sp+Ch] [bp-64h]@1
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
35 POINT a2; // [sp+68h] [bp-8h]@17
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
36
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
37 pRenderer->ClearZBuffer(0, 479);
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
38 pRenderer->DrawTextureTransparent(8, 8, pTexture_CurrentBook);
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
39 pRenderer->DrawTextureTransparent(471, 445, pIcons_LOD->GetTexture(uExitCancelTextureId));
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
40
1446
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
41 TownPortalWindow.uFrameX = game_viewport_x;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
42 TownPortalWindow.uFrameY = game_viewport_y;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
43 TownPortalWindow.uFrameWidth = game_viewport_width;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
44 TownPortalWindow.uFrameHeight = game_viewport_height;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
45 TownPortalWindow.uFrameZ = game_viewport_z;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
46 TownPortalWindow.uFrameW = game_viewport_w;
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1312
diff changeset
47
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
48 const uint fountain_bits_lut[] = {PARTY_QUEST_FOUNTAIN_HARMONDALE,
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
49 PARTY_QUEST_FOUNTAIN_PIERPONT,
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
50 PARTY_QUEST_FOUNTAIN_NIGHON,
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
51 PARTY_QUEST_FOUNTAIN_EVENMORN_ISLE,
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
52 PARTY_QUEST_FOUNTAIN_CELESTIA,
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
53 PARTY_QUEST_FOUNTAIN_THE_PIT};
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
54 for (uint i = 0; i < 6; ++i)
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
55 {
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
56
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
57 if (_449B57_test_bit(pParty->_quest_bits, fountain_bits_lut[i]))
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
58 pRenderer->DrawMaskToZBuffer(pTownPortalBook_xs[i],
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
59 pTownPortalBook_ys[i],
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
60 pTexture_TownPortalIcons[i], i + 1);
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
61 }
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
62
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
63 pMouse->GetCursorPos(&a2);
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
64 v3 = pRenderer->pActiveZBuffer[a2.x + pSRZBufferLineOffsets[a2.y]] & 0xFFFF;
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
65
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
66 if (v3)
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
67 {
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
68 if (_449B57_test_bit(pParty->_quest_bits, fountain_bits_lut[v3 - 1]))
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
69 pRenderer->DrawTextureIndexed(pTownPortalBook_xs[v3 - 1], pTownPortalBook_ys[v3 - 1], pTexture_TownPortalIcons[v3 - 1]);
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
70 }
1446
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
71 TownPortalWindow.DrawTitleText(pBook2Font, 0, 22, 0, pGlobalTXT_LocalizationStrings[10], 3);
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
72 }
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
73
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
74 //----- (00410DEC) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1453
diff changeset
75 unsigned int DrawLloydBeaconsScreen()
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
76 {
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
77 Player *pPlayer; // esi@1
1838
211dfe2d8db1 changing global char* vars to const char* vars
Grumpy7
parents: 1828
diff changeset
78 const char *pText; // eax@1
1430
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
79 int pTextHeight; // eax@14
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
80 int RemainingTime; // kr08_8@14
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
81 unsigned int pHours; // esi@14
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
82 unsigned int pDays; // eax@14
1838
211dfe2d8db1 changing global char* vars to const char* vars
Grumpy7
parents: 1828
diff changeset
83 const char *pSelectionText; // eax@19
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
84 Texture *v19; // [sp-4h] [bp-8Ch]@4
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
85 GUIWindow pWindow; // [sp+Ch] [bp-7Ch]@1
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
86 char *Str; // [sp+74h] [bp-14h]@14
1430
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
87 int BeaconID; // [sp+78h] [bp-10h]@11
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
88 int uNumMaxBeacons; // [sp+84h] [bp-4h]@6
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
89
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
90 pPlayer = &pParty->pPlayers[_506348_current_lloyd_playerid];
1430
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
91 pRenderer->DrawTextureIndexed(8, 8, pTexture_LloydBeacons[(unsigned __int8)bRecallingBeacon]);
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
92 pText = pGlobalTXT_LocalizationStrings[523]; // Recall Beacon
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
93 pWindow.uFrameX = game_viewport_x;
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
94 pWindow.uFrameY = game_viewport_y;
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
95 pWindow.uFrameWidth = 428;
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
96 pWindow.uFrameHeight = game_viewport_height;
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
97 pWindow.uFrameZ = 435;
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
98 pWindow.uFrameW = game_viewport_w;
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
99 if ( !bRecallingBeacon )
1430
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
100 pText = pGlobalTXT_LocalizationStrings[375]; // Set Beacon
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
101 sprintf(pTmpBuf.data(), "%s", pText);
1446
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
102 pWindow.DrawTitleText(pBook2Font, 0, 22, 0, pTmpBuf.data(), 3);
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
103 if ( bRecallingBeacon )
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
104 {
1453
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
105 pRenderer->DrawTextureTransparent(pBtn_Book_1->uX, pBtn_Book_1->uY, pTex_book_button1_on);
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
106 v19 = pTex_book_button1_off;
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
107 }
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
108 else
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
109 {
1453
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
110 pRenderer->DrawTextureTransparent(pBtn_Book_1->uX, pBtn_Book_1->uY, pTex_book_button1_off);
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
111 v19 = pTex_book_button1_on;
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
112 }
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
113 pRenderer->DrawTextureTransparent(pBtn_Book_2->uX, pBtn_Book_2->uY, v19);
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
114 uNumMaxBeacons = 1;
1430
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
115 if ( HIBYTE(pPlayer->pActiveSkills[14]) & 1 || (pPlayer->pActiveSkills[14] & 0x80u) != 0 )
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
116 {
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
117 uNumMaxBeacons = 5;
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
118 }
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
119 else
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
120 {
1430
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
121 if ( pPlayer->pActiveSkills[14] & 0x40 )
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
122 uNumMaxBeacons = 3;
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
123 }
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
124 if ( uNumMaxBeacons > 0 )
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
125 {
1430
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
126 for ( BeaconID = 0; BeaconID < uNumMaxBeacons; BeaconID++ )
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
127 {
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
128 pWindow.uFrameWidth = 92;
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
129 pWindow.uFrameHeight = 68;
1430
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
130 pWindow.uFrameY = pLloydsBeaconsPreviewYs[BeaconID];
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
131 pWindow.uFrameX = pLloydsBeaconsPreviewXs[BeaconID];
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
132 pWindow.uFrameW = pWindow.uFrameY + 67;
1430
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
133 pWindow.uFrameZ = pLloydsBeaconsPreviewXs[BeaconID] + 91;
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
134 //if ( pSavegameThumbnails[BeaconID].pPixels != 0 )
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
135 if ( pPlayer->pInstalledBeacons[BeaconID].SaveFileID != 0 )
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
136 {
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
137 pRenderer->DrawTextureTransparent(pLloydsBeacons_SomeXs[BeaconID], pLloydsBeacons_SomeYs[BeaconID], pTexture_CurrentBook);
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
138 pRenderer->DrawTextureRGB(pLloydsBeaconsPreviewXs[BeaconID], pLloydsBeaconsPreviewYs[BeaconID], &pSavegameThumbnails[BeaconID]);
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
139 Str = pMapStats->pInfos[sub_410D99_get_map_index(pPlayer->pInstalledBeacons[BeaconID].SaveFileID)].pName;
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
140 pTextHeight = pSpellFont->CalcTextHeight(Str, &pWindow, 0, 0);
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
141 pWindow.uFrameY += -6 - pTextHeight;
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
142 pWindow.DrawTitleText(pSpellFont, 0, 0, 1, Str, 3);
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
143 RemainingTime = pPlayer->pInstalledBeacons[BeaconID].uBeaconTime - pParty->uTimePlayed;
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
144 pHours = (signed __int64)((double)RemainingTime * 0.234375) / 60 / 60;
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
145 pDays = pHours / 24;
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
146 if ( pDays )
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
147 {
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
148 sprintf(pTmpBuf.data(), "%lu %s", pDays + 1, pGlobalTXT_LocalizationStrings[57]);//days
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
149 pWindow.uFrameY = pWindow.uFrameY + pWindow.uFrameHeight + 4;
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
150 pWindow.DrawTitleText(pSpellFont, 0, 0, 1, pTmpBuf.data(), 3);
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
151 continue;
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
152 }
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
153 else
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
154 {
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
155 if ( pHours + 1 <= 23 )
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
156 {
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
157 if ( pHours < 1 )
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
158 pSelectionText = pGlobalTXT_LocalizationStrings[109];// Hour
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
159 else
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
160 pSelectionText = pGlobalTXT_LocalizationStrings[110];// Hours
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
161 sprintf(pTmpBuf.data(), "%lu %s", pHours + 1, pSelectionText);
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
162 pWindow.uFrameY = pWindow.uFrameY + pWindow.uFrameHeight + 4;
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
163 pWindow.DrawTitleText(pSpellFont, 0, 0, 1, pTmpBuf.data(), 3);
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
164 continue;
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
165 }
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
166 }
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
167 sprintf(pTmpBuf.data(), "%lu %s", pDays + 1, pGlobalTXT_LocalizationStrings[56]);//Day
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
168 pWindow.uFrameY = pWindow.uFrameY + pWindow.uFrameHeight + 4;
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
169 pWindow.DrawTitleText(pSpellFont, 0, 0, 1, pTmpBuf.data(), 3);
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
170 continue;
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
171 }
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
172 if ( !bRecallingBeacon )
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
173 {
1430
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
174 pRenderer->DrawTextureTransparent(pLloydsBeacons_SomeXs[BeaconID], pLloydsBeacons_SomeYs[BeaconID], pTexture_CurrentBook);
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
175 pTextHeight = pSpellFont->CalcTextHeight(pGlobalTXT_LocalizationStrings[19], &pWindow, 0, 0);
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
176 pWindow.DrawTitleText(pSpellFont, 0, (signed int)pWindow.uFrameHeight / 2 - pTextHeight / 2, 1, pGlobalTXT_LocalizationStrings[19], 3);//Доступно
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
177 }
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
178 }
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
179 }
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
180 if ( byte_506360 )
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
181 pMessageQueue_50CBD0->AddMessage(UIMSG_CloseAfterInstallBeacon, 0, 0);
1430
71a2cf416478 LloydBeacons
Ritor1
parents: 1393
diff changeset
182 return BeaconID;
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
183 }
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
184
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
185 //----- (00413980) --------------------------------------------------------
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
186 void BookUI_Map_Draw()
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
187 {
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
188 unsigned int map_id; // eax@35
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
189 char party_coord[120]; // [sp+Ch] [bp-CCh]@37
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
190 GUIWindow map_window; // [sp+84h] [bp-54h]@35
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
191
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
192 pRenderer->DrawTextureIndexed(pViewport->uViewportTL_X, pViewport->uViewportTL_Y, pSpellBookPagesTextr_12);
1720
Ritor1
parents: 1583
diff changeset
193 if ( BtnUp_flag || viewparams->uMapBookMapZoom / 128 >= 12 )//Button 1
1453
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
194 pRenderer->DrawTextureTransparent(pViewport->uViewportTL_X + 408, pViewport->uViewportTL_Y + 2, pTex_book_button1_off);
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
195 else
1453
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
196 pRenderer->DrawTextureTransparent(pViewport->uViewportTL_X + 398, pViewport->uViewportTL_Y + 1, pTex_book_button1_on);
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
197
1720
Ritor1
parents: 1583
diff changeset
198 if ( BtnDown_flag || viewparams->uMapBookMapZoom / 128 <= 3 )//Button 2
1453
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
199 pRenderer->DrawTextureTransparent(pViewport->uViewportTL_X + 408, pViewport->uViewportTL_Y + 38, pTex_book_button2_off);
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
200 else
1453
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
201 pRenderer->DrawTextureTransparent(pViewport->uViewportTL_X + 398, pViewport->uViewportTL_Y + 38, pTex_book_button2_on);
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
202
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
203 if ( Book_PageBtn3_flag )//Button 3
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
204 pRenderer->DrawTextureTransparent(pViewport->uViewportTL_X + 408, pViewport->uViewportTL_Y + 113, pTex_book_button3_off);
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
205 else
1453
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
206 pRenderer->DrawTextureTransparent(pViewport->uViewportTL_X + 398, pViewport->uViewportTL_Y + 113, pTex_book_button3_on);
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
207
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
208 if ( Book_PageBtn4_flag )//Button 4
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
209 pRenderer->DrawTextureTransparent(pViewport->uViewportTL_X + 408, pViewport->uViewportTL_Y + 150, pTex_book_button4_off);
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
210 else
1453
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
211 pRenderer->DrawTextureTransparent(pViewport->uViewportTL_X + 399, pViewport->uViewportTL_Y + 150, pTex_book_button4_on);
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
212
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
213 if ( Book_PageBtn5_flag )//Button 5
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
214 pRenderer->DrawTextureTransparent(pViewport->uViewportTL_X + 408, pViewport->uViewportTL_Y + 188, pTex_book_button5_off);
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
215 else
1453
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
216 pRenderer->DrawTextureTransparent(pViewport->uViewportTL_X + 397, pViewport->uViewportTL_Y + 188, pTex_book_button5_on);
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
217
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
218 if ( Book_PageBtn6_flag )//Button 6
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
219 pRenderer->DrawTextureTransparent(pViewport->uViewportTL_X + 408, pViewport->uViewportTL_Y + 226, pTex_book_button6_off);
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
220 else
1453
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
221 pRenderer->DrawTextureTransparent(pViewport->uViewportTL_X + 397, pViewport->uViewportTL_Y + 226, pTex_book_button6_on);
dfc9484ed94c GetDayPart and Journal_Draw
Ritor1
parents: 1446
diff changeset
222
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
223 if ( BtnDown_flag )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
224 viewparams->CenterOnParty2();
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
225 if ( BtnUp_flag )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
226 viewparams->CenterOnParty();
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
227 if ( Book_PageBtn3_flag )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
228 viewparams->_443219();
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
229 if ( Book_PageBtn4_flag )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
230 viewparams->_443231();
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
231 if ( Book_PageBtn5_flag )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
232 viewparams->_44323D();
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
233 if ( Book_PageBtn6_flag )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
234 viewparams->_443225();
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
235
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
236 if ( BtnUp_flag | BtnDown_flag | Book_PageBtn3_flag | Book_PageBtn4_flag | Book_PageBtn5_flag | Book_PageBtn6_flag )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
237 pAudioPlayer->PlaySound(SOUND_Button2, 0, 0, -1, 0, 0, 0, 0);
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
238 BtnUp_flag = 0;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
239 BtnDown_flag = 0;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
240 Book_PageBtn6_flag = 0;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
241 Book_PageBtn5_flag = 0;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
242 Book_PageBtn4_flag = 0;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
243 Book_PageBtn3_flag = 0;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
244 DrawBook_Map_sub(97, 49, 361, 313, 0);
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
245 pRenderer->DrawTextureTransparent(75, 22, pTexture_mapbordr);
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
246 map_window.uFrameWidth = game_viewport_width;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
247 map_window.uFrameHeight = game_viewport_height;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
248 map_window.uFrameX = game_viewport_x;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
249 map_window.uFrameY = game_viewport_y;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
250 map_window.uFrameZ = game_viewport_z;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
251 map_window.uFrameW = game_viewport_w;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1458
diff changeset
252 map_id = pMapStats->GetMapInfo(pCurrentMapName);
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
253 if ( map_id )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
254 map_window.DrawTitleText(pBook2Font, -14, 12, ui_book_map_title_color, pMapStats->pInfos[map_id].pName, 3);
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
255
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
256 map_window.uFrameX = 0;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
257 sprintf(party_coord, pGlobalTXT_LocalizationStrings[659], pParty->vPosition.x, pParty->vPosition.y); //"x: %d y: %d"
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
258 map_window.DrawTitleText(pFontComic, 0, 320, ui_book_map_coordinates_color, party_coord, 0);
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
259 }
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
260
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
261 //----- (00442955) --------------------------------------------------------
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
262 void DrawBook_Map_sub( unsigned int tl_x, unsigned int tl_y, unsigned int br_x, int br_y, int _48074 )
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
263 {
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
264 int v20; // eax@16
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
265 int v26; // ecx@21
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
266 unsigned __int16 *v27; // edi@21
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
267 int v28; // edx@21
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
268 int v29; // eax@21
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
269 double v30; // st7@23
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
270 signed __int64 v31; // qax@23
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
271 unsigned short *v32; // edx@23
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
272 int textr_width; // esi@23
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
273 signed int v34; // eax@23
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
274 signed int v35; // ecx@23
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
275 int v36; // esi@27
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
276 int v37; // ecx@27
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
277 int v38; // edx@31
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
278 unsigned int v39; // eax@33
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
279 short *v40; // esi@33
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
280 short *v41; // edi@33
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
281 unsigned __int8 v42; // cf@33
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
282 unsigned int v43; // ecx@33
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
283 short *v44; // edi@33
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
284 short *v45; // esi@33
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
285 int v46; // ecx@33
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
286 signed int v47; // esi@38
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
287 signed int v48; // ecx@38
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
288 int v49; // eax@38
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
289 signed int v50; // edx@55
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
290 unsigned int v51; // ecx@55
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
291 int result; // eax@72
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
292 int v54; // esi@75
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
293 int v55; // eax@75
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
294 __int16 v56; // si@85
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
295 double v57; // st7@85
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
296 int v58; // ebx@85
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
297 signed __int64 v59; // qax@85
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
298 signed int v60; // edi@85
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
299 signed __int64 v61; // qax@85
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
300 signed int v62; // ebx@85
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
301 signed int v63; // esi@85
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
302 int v64; // eax@87
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
303 unsigned int v65; // ebx@95
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
304 unsigned short *v66; // edx@95
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
305 unsigned __int16 *v67; // esi@96
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
306 int v68; // edi@98
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
307 unsigned __int16 v69; // cx@99
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
308 signed int v73; // [sp-4h] [bp-48068h]@59
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
309 unsigned __int16 v74; // [sp-4h] [bp-48068h]@79
2069
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
310 //unsigned short map_texture_16[320 * 460 + 256]; // [sp+Ch] [bp-48058h]@23
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
311 int v76; // [sp+4800Ch] [bp-58h]@23
2069
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
312 //unsigned __int16 *v77; // [sp+48010h] [bp-54h]@27
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
313 unsigned __int16 *pPalette_16; // [sp+48014h] [bp-50h]@23
1722
Ritor1
parents: 1720
diff changeset
314 int map_tile_X; // [sp+48020h] [bp-44h]@23
2069
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
315 //unsigned __int16* render16_data;
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
316 unsigned char* texture8_data;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
317 unsigned char* curr_line;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
318 int scale_increment;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
319 int scaled_posX;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
320 int scaled_posY;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
321 int stepX_r;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
322 int stepY_r;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
323 unsigned int teal; // [sp+48028h] [bp-3Ch]@8
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
324 int pCenterY; // [sp+4802Ch] [bp-38h]@1
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
325 int screenCenter_X; // [sp+48030h] [bp-34h]@1
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
326 int pCenterX; // [sp+48034h] [bp-30h]@1
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
327 int v87; // [sp+48038h] [bp-2Ch]@16
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
328 unsigned int v88; // [sp+4803Ch] [bp-28h]@16
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
329 int black; // [sp+48040h] [bp-24h]@8
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
330 int screenCenterY; // [sp+48044h] [bp-20h]@1
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
331 unsigned int screenHeight; // [sp+4804Ch] [bp-18h]@16
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
332 unsigned __int16 *v93; // [sp+48050h] [bp-14h]@16
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
333 signed int screenWidth; // [sp+48054h] [bp-10h]@8
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
334 unsigned int v95; // [sp+48058h] [bp-Ch]@16
1722
Ritor1
parents: 1720
diff changeset
335 int map_tile_Y; // [sp+4805Ch] [bp-8h]@10
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
336 const void *v97; // [sp+48060h] [bp-4h]@16
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
337 unsigned short *a4a; // [sp+4806Ch] [bp+8h]@85
2069
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
338 //int a5a; // [sp+48070h] [bp+Ch]@86
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
339
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
340 screenCenter_X = (signed int)(tl_x + br_x) / 2;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
341 screenCenterY = (signed int)(tl_y + br_y) / 2;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
342 pRenderer->SetRasterClipRect(tl_x, tl_y, br_x, br_y);
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
343 pCenterX = viewparams->sViewCenterX;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
344 pCenterY = viewparams->sViewCenterY;
1720
Ritor1
parents: 1583
diff changeset
345 if ( viewparams->uMapBookMapZoom != 384 )
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
346 {
1720
Ritor1
parents: 1583
diff changeset
347 if ( viewparams->uMapBookMapZoom == 768 )
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
348 {
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
349 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor)
1720
Ritor1
parents: 1583
diff changeset
350 viewparams->uMapBookMapZoom = 680;
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
351 }
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
352 }
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
353 else
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
354 {
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
355 viewparams->sViewCenterX = viewparams->indoor_center_x;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
356 pCenterX = viewparams->indoor_center_x;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
357 pCenterY = viewparams->indoor_center_y;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
358 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor)
1720
Ritor1
parents: 1583
diff changeset
359 viewparams->uMapBookMapZoom = viewparams->uMapBookMapZoom - 34;
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
360 }
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
361 if ( uCurrentlyLoadedLevelType != LEVEL_Indoor)
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
362 {
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
363 screenWidth = br_x - tl_x + 1;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
364 screenHeight = br_y - tl_y + 1;
2069
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
365 //render16_data = &pRenderer->pTargetSurface[tl_x + tl_y * pRenderer->uTargetSurfacePitch];
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
366 texture8_data = pIcons_LOD->pTextures[viewparams->uTextureID_LocationMap].pLevelOfDetail0_prolly_alpha_mask;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
367 pPalette_16 = pIcons_LOD->pTextures[viewparams->uTextureID_LocationMap].pPalette16;
1720
Ritor1
parents: 1583
diff changeset
368 scale_increment = (1 << (pIcons_LOD->pTextures[viewparams->uTextureID_LocationMap].uWidthLn2 + 16)) / viewparams->uMapBookMapZoom;
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
369
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
370 v30 = (double)(1 << (16 - pIcons_LOD->pTextures[viewparams->uTextureID_LocationMap].uWidthLn2));
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
371
1720
Ritor1
parents: 1583
diff changeset
372 teal = (unsigned int)(signed __int64)((double)(viewparams->sViewCenterX - 22528 / (viewparams->uMapBookMapZoom / 384) + 32768) / v30) << 16;
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
373
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
374 textr_width = pIcons_LOD->pTextures[viewparams->uTextureID_LocationMap].uTextureWidth;
1720
Ritor1
parents: 1583
diff changeset
375 stepY_r = (int)(signed __int64)((double)(- pCenterY - 22528 / (viewparams->uMapBookMapZoom / 384)+ 32768) / v30) << 16;
Ritor1
parents: 1583
diff changeset
376 black = (signed __int16)(signed __int64)((double)(viewparams->sViewCenterX - 22528 / (viewparams->uMapBookMapZoom / 384) + 32768) / v30);
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
377
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
378 scaled_posY = stepY_r >> 16;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
379 //nearest neiborhood scaling
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
380 if ( texture8_data)
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
381 {
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
382 for( uint i = 0; i < screenHeight; ++i )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
383 {
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
384 curr_line=&texture8_data[scaled_posY*textr_width];
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
385 stepX_r=teal;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
386 for( uint j = 0; j < screenWidth; ++j )
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
387 {
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
388 scaled_posX=stepX_r>>16;
2069
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
389 //map_texture_16[i*screenWidth+j]=pPalette_16[*(curr_line+scaled_posX)];
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
390 pRenderer->WritePixel16(tl_x + j, tl_y + i, pPalette_16[*(curr_line+scaled_posX)]);
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
391 stepX_r+=scale_increment;
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
392 }
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
393 stepY_r+=scale_increment;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
394 scaled_posY=stepY_r>>16;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
395 }
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
396 }
2069
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
397
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
398 /*//move visible square to render
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
399 for( uint i = 0; i < screenHeight; ++i )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
400 {
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
401 if ( screenWidth > 0 )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
402 memcpy((void*)&render16_data[pRenderer->uTargetSurfacePitch * i],(void*)&map_texture_16[i*screenWidth], screenWidth*2);
2069
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
403 }*/
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
404 }
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
405 else
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
406 {
2069
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
407 black = Color16(0, 0, 0);
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
408 teal = Color16(0, 0xFFu, 0xFFu);
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
409 uNumBlueFacesInBLVMinimap = 0;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
410 if ( pIndoor->pMapOutlines->uNumOutlines )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
411 {
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
412 for ( uint i = 0; i < pIndoor->pMapOutlines->uNumOutlines; ++i )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
413 {
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2069
diff changeset
414 if ( !(pIndoor->pFaces[pIndoor->pMapOutlines->pOutlines[i].uFace1ID].Invisible()
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2069
diff changeset
415 || (pIndoor->pFaces[pIndoor->pMapOutlines->pOutlines[i].uFace2ID].Invisible()) ))
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
416 {
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
417 if ( !(pIndoor->pMapOutlines->pOutlines[i].uFlags & 1) )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
418 {
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
419 if ( !(!(pIndoor->pFaces[pIndoor->pMapOutlines->pOutlines[i].uFace1ID].uAttributes & 0x80)
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2069
diff changeset
420 && !(pIndoor->pFaces[pIndoor->pMapOutlines->pOutlines[i].uFace2ID].uAttributes & 0x80) ))
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
421 {
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
422 pIndoor->pMapOutlines->pOutlines[i].uFlags = pIndoor->pMapOutlines->pOutlines[i].uFlags | 1;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
423 pIndoor->_visible_outlines[i >> 3] |= 1 << (7 - i % 8);
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
424 }
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
425 }
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
426 if ( (!(pIndoor->pMapOutlines->pOutlines[i].uFlags & 1)
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
427 && !(!(pIndoor->pFaces[pIndoor->pMapOutlines->pOutlines[i].uFace1ID].uAttributes & 0x80)
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2069
diff changeset
428 && !(pIndoor->pFaces[pIndoor->pMapOutlines->pOutlines[i].uFace2ID].uAttributes & 0x80) ))
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
429 || pIndoor->pMapOutlines->pOutlines[i].uFlags & 1)
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
430 {
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
431 v93 = (unsigned __int16 *)(pIndoor->pVertices[pIndoor->pMapOutlines->pOutlines[i].uVertex1ID].x - viewparams->sViewCenterX);
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
432 screenHeight = pIndoor->pVertices[pIndoor->pMapOutlines->pOutlines[i].uVertex1ID].y - pCenterY;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
433 v20 = pIndoor->pVertices[pIndoor->pMapOutlines->pOutlines[i].uVertex2ID].y - pCenterY;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
434 v95 = pIndoor->pVertices[pIndoor->pMapOutlines->pOutlines[i].uVertex2ID].x - viewparams->sViewCenterX;
1722
Ritor1
parents: 1720
diff changeset
435
1720
Ritor1
parents: 1583
diff changeset
436 v88 = (unsigned __int64)((pIndoor->pVertices[pIndoor->pMapOutlines->pOutlines[i].uVertex1ID].x - viewparams->sViewCenterX) * (signed __int64)viewparams->uMapBookMapZoom) >> 16;
Ritor1
parents: 1583
diff changeset
437 v87 = (unsigned __int64)((signed int)screenHeight * (signed __int64)viewparams->uMapBookMapZoom) >> 16;
Ritor1
parents: 1583
diff changeset
438 v93 = (unsigned __int16 *)((unsigned __int64)((pIndoor->pVertices[pIndoor->pMapOutlines->pOutlines[i].uVertex2ID].x - viewparams->sViewCenterX) * (signed __int64)viewparams->uMapBookMapZoom) >> 16);
Ritor1
parents: 1583
diff changeset
439 screenHeight = (unsigned __int64)(v20 * (signed __int64)viewparams->uMapBookMapZoom) >> 16;
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
440 pRenderer->RasterLine2D(screenCenter_X + v88, screenCenterY - v87,
1722
Ritor1
parents: 1720
diff changeset
441 screenCenter_X + ((unsigned __int64)((pIndoor->pVertices[pIndoor->pMapOutlines->pOutlines[i].uVertex2ID].x - viewparams->sViewCenterX) * (signed __int64)viewparams->uMapBookMapZoom) >> 16), screenCenterY - screenHeight, black);
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
442 }
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
443 }
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
444 }
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
445 }
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
446 if ( (signed int)uNumBlueFacesInBLVMinimap > 0 )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
447 {
1722
Ritor1
parents: 1720
diff changeset
448 for ( uint j = 0; j < (signed int)uNumBlueFacesInBLVMinimap; ++j )
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
449 {
1722
Ritor1
parents: 1720
diff changeset
450 v26 = pIndoor->pVertices[pIndoor->pMapOutlines->pOutlines[pBlueFacesInBLVMinimapIDs[j]].uVertex2ID].x;
Ritor1
parents: 1720
diff changeset
451 v27 = (unsigned __int16 *)(pIndoor->pVertices[pIndoor->pMapOutlines->pOutlines[pBlueFacesInBLVMinimapIDs[j]].uVertex1ID].x - pCenterX);
Ritor1
parents: 1720
diff changeset
452 v28 = pIndoor->pVertices[pIndoor->pMapOutlines->pOutlines[pBlueFacesInBLVMinimapIDs[j]].uVertex1ID].y - pCenterY;
Ritor1
parents: 1720
diff changeset
453 v29 = pIndoor->pVertices[pIndoor->pMapOutlines->pOutlines[pBlueFacesInBLVMinimapIDs[j]].uVertex2ID].y - pCenterY;
Ritor1
parents: 1720
diff changeset
454
1720
Ritor1
parents: 1583
diff changeset
455 v87 = (unsigned __int64)((signed int)v27 * (signed __int64)viewparams->uMapBookMapZoom) >> 16;
Ritor1
parents: 1583
diff changeset
456 v88 = (unsigned __int64)(v28 * (signed __int64)viewparams->uMapBookMapZoom) >> 16;
Ritor1
parents: 1583
diff changeset
457 uint i = (unsigned __int64)((v26 - pCenterX) * (signed __int64)viewparams->uMapBookMapZoom) >> 16;
Ritor1
parents: 1583
diff changeset
458 v95 = (unsigned __int64)(v29 * (signed __int64)viewparams->uMapBookMapZoom) >> 16;
Ritor1
parents: 1583
diff changeset
459 pRenderer->RasterLine2D(screenCenter_X + ((unsigned __int64)((signed int)v27 * (signed __int64)viewparams->uMapBookMapZoom) >> 16),
1722
Ritor1
parents: 1720
diff changeset
460 screenCenterY - v88, screenCenter_X + ((unsigned __int64)((v26 - pCenterX) * (signed __int64)viewparams->uMapBookMapZoom) >> 16), screenCenterY - v95, teal);
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
461 }
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
462 viewparams->sViewCenterX = pCenterX;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
463 }
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
464 }
1720
Ritor1
parents: 1583
diff changeset
465 v47 = ((unsigned __int64)((pParty->vPosition.x - viewparams->sViewCenterX) * (signed __int64)viewparams->uMapBookMapZoom) >> 16) + screenCenter_X - 3;
Ritor1
parents: 1583
diff changeset
466 v97 = (const void *)((unsigned __int64)((pParty->vPosition.y - pCenterY) * (signed __int64)viewparams->uMapBookMapZoom) >> 16);
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
467 v48 = 1;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
468 v49 = screenCenterY - (int)v97 - 3;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
469 if ( v47 >= (signed int)tl_x )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
470 {
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
471 if ( v47 > (signed int)br_x )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
472 {
1720
Ritor1
parents: 1583
diff changeset
473 if ( (signed int)(((unsigned __int64)((pParty->vPosition.x - viewparams->sViewCenterX) * (signed __int64)viewparams->uMapBookMapZoom) >> 16) + screenCenter_X - 6) > (signed int)br_x )
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
474 v48 = 0;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
475 v47 = br_x;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
476 }
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
477 }
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
478 else
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
479 {
1720
Ritor1
parents: 1583
diff changeset
480 if ( (signed int)(((unsigned __int64)((pParty->vPosition.x - viewparams->sViewCenterX) * (signed __int64)viewparams->uMapBookMapZoom) >> 16) + screenCenter_X) < (signed int)tl_x )
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
481 v48 = 0;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
482 v47 = tl_x;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
483 }
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
484 if ( v49 >= (signed int)tl_y )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
485 {
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
486 if ( v49 > br_y )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
487 {
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
488 if ( screenCenterY - (signed int)v97 - 6 > br_y )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
489 v48 = 0;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
490 v49 = br_y;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
491 }
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
492 }
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
493 else
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
494 {
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
495 if ( screenCenterY - (signed int)v97 < (signed int)tl_y )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
496 v48 = 0;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
497 v49 = tl_y;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
498 }
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
499 if ( v48 == 1 )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
500 {
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
501 v51 = pParty->sRotationY & stru_5C6E00->uDoublePiMask;
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
502 if ( (signed int)v51 <= 1920 )
1523
53265d238d94 interaction_distance_limit for 3DModel in DrawStatusText
Ritor1
parents: 1489
diff changeset
503 v50 = 6;
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
504 if ( (signed int)v51 < 1664 )
1523
53265d238d94 interaction_distance_limit for 3DModel in DrawStatusText
Ritor1
parents: 1489
diff changeset
505 v50 = 5;
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
506 if ( (signed int)v51 <= 1408 )
1523
53265d238d94 interaction_distance_limit for 3DModel in DrawStatusText
Ritor1
parents: 1489
diff changeset
507 v50 = 4;
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
508 if ( (signed int)v51 < 1152 )
1523
53265d238d94 interaction_distance_limit for 3DModel in DrawStatusText
Ritor1
parents: 1489
diff changeset
509 v50 = 3;
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
510 if ( (signed int)v51 <= 896 )
1523
53265d238d94 interaction_distance_limit for 3DModel in DrawStatusText
Ritor1
parents: 1489
diff changeset
511 v50 = 2;
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
512 if ( (signed int)v51 < 640 )
1523
53265d238d94 interaction_distance_limit for 3DModel in DrawStatusText
Ritor1
parents: 1489
diff changeset
513 v50 = 1;
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
514 if ( (signed int)v51 <= 384 )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
515 v50 = 0;
1523
53265d238d94 interaction_distance_limit for 3DModel in DrawStatusText
Ritor1
parents: 1489
diff changeset
516 if ( (signed int)v51 < 128 || (signed int)v51 > 1920 )
53265d238d94 interaction_distance_limit for 3DModel in DrawStatusText
Ritor1
parents: 1489
diff changeset
517 v50 = 7;
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
518 pRenderer->DrawTransparentRedShade(v47, v49, pIcons_LOD->GetTexture(pTextureIDs_pMapDirs[v50]));
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
519 }
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
520 if ( (signed int)uNumLevelDecorations > 0 )
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
521 {
1446
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
522 for ( uint i = 0; i < (signed int)uNumLevelDecorations; ++i )
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
523 {
1489
a27cdb3d753e Cleanup of LevelDecoration and related.
yoctozepto
parents: 1477
diff changeset
524 if (pLevelDecorations[i].uFlags & LEVEL_DECORATION_VISIBLE_ON_MAP)
1431
4d13549db029 UIMapBook_sub continue
Ritor1
parents: 1430
diff changeset
525 {
1446
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
526 screenHeight = pLevelDecorations[i].vPosition.y - pCenterY;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
527 v93 = (unsigned __int16 *)(pLevelDecorations[i].vPosition.x - viewparams->sViewCenterX);
1720
Ritor1
parents: 1583
diff changeset
528 v54 = ((unsigned __int64)((signed int)v93 * (signed __int64)viewparams->uMapBookMapZoom) >> 16) + screenCenter_X;
Ritor1
parents: 1583
diff changeset
529 v97 = (const void *)((unsigned __int64)(screenHeight * (signed __int64)viewparams->uMapBookMapZoom) >> 16);
1446
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
530 v55 = screenCenterY - (int)v97;
2155
0a1438c16c2b Render decoupling.
Nomad
parents: 2153
diff changeset
531 //if ( v54 >= pRenderer->raster_clip_x && v54 <= pRenderer->raster_clip_z
0a1438c16c2b Render decoupling.
Nomad
parents: 2153
diff changeset
532 // && v55 >= pRenderer->raster_clip_y && v55 <= pRenderer->raster_clip_w )
1446
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
533 {
1722
Ritor1
parents: 1720
diff changeset
534 if ( viewparams->uMapBookMapZoom > 512 )
1446
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
535 {
2069
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
536 pRenderer->RasterLine2D(v54 - 1, v55 - 1, v54 - 1, v55 + 1, Color16(0xFFu, 0xFFu, 0xFFu));
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
537 pRenderer->RasterLine2D(v54, v55 - 1, v54, v55 + 1, Color16(0xFFu, 0xFFu, 0xFFu));
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
538 pRenderer->RasterLine2D(v54 + 1, v55 - 1, v54 + 1, v55 + 1, Color16(0xFFu, 0xFFu, 0xFFu));
1446
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
539 }
1722
Ritor1
parents: 1720
diff changeset
540 else
Ritor1
parents: 1720
diff changeset
541 pRenderer->RasterLine2D(v54, screenCenterY - (int)v97,
Ritor1
parents: 1720
diff changeset
542 ((unsigned __int64)((signed int)v93 * (signed __int64)viewparams->uMapBookMapZoom) >> 16) + screenCenter_X,
2069
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
543 screenCenterY - (int)v97, Color16(0xFFu, 0xFFu, 0xFFu));
1446
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
544 }
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
545 }
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
546 }
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
547 }
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
548 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor)
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
549 {
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
550 screenCenterY = br_x - tl_x + 1;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
551 v95 = br_y - tl_y + 1;
2069
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
552 //v77 = &pRenderer->pTargetSurface[tl_x + tl_y * pRenderer->uTargetSurfacePitch];
1722
Ritor1
parents: 1720
diff changeset
553 black = (1 << (pIcons_LOD->pTextures[viewparams->uTextureID_LocationMap].uWidthLn2 + 16)) / viewparams->uMapBookMapZoom;
Ritor1
parents: 1720
diff changeset
554 v57 = (double)(1 << (16 - pIcons_LOD->pTextures[viewparams->uTextureID_LocationMap].uWidthLn2));
Ritor1
parents: 1720
diff changeset
555 v60 = (int)((signed __int64)((double)(viewparams->sViewCenterX - (22528 / (viewparams->uMapBookMapZoom / 384)) + 32768) / v57)) << 16;
Ritor1
parents: 1720
diff changeset
556 teal = v60 >> 16;
1446
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
557 pPalette_16 = (unsigned __int16 *)(v60 >> 16);
1722
Ritor1
parents: 1720
diff changeset
558 v97 = (const void *)((int)((signed __int64)((double)(viewparams->sViewCenterX - (22528 / (viewparams->uMapBookMapZoom / 384)) + 32768) / v57)) << 16);
Ritor1
parents: 1720
diff changeset
559 v62 = (int)((signed __int64)((double)(32768 - (22528 / (viewparams->uMapBookMapZoom / 384)) - pCenterY) / v57)) << 16;
Ritor1
parents: 1720
diff changeset
560 v63 = (signed __int16)((signed __int64)((double)(32768 - (22528 / (viewparams->uMapBookMapZoom / 384)) - pCenterY) / v57));
2069
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
561
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
562
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
563 for (int y = 0; y < (signed int)v95; ++y)
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
564 {
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
565 map_tile_Y = (v63 - 80) / 4;
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
566 v64 = teal;
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
567 for (int x = 0; x < screenCenterY; ++x)
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
568 {
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
569 map_tile_X = (v64 - 80) / 4;
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
570 if ( !pOutdoor->_47F04C(map_tile_X, map_tile_Y) )
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
571 {
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
572 if ( pOutdoor->_47F097(map_tile_X, map_tile_Y) )
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
573 {
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
574 if ( !((x + screenCenter_X) % 2) )
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
575 //*a4a = Color16(12, 12, 12);
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
576 pRenderer->WritePixel16(tl_x + x, tl_y + y, Color16(12, 12, 12));
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
577 }
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
578 else
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
579 //*a4a = 0;
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
580 pRenderer->WritePixel16(tl_x + x, tl_y + y, Color16(0, 0, 0));
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
581 }
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
582 v97 = (char *)v97 + black;
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
583 v64 = (signed int)v97 >> 16;
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
584 }
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
585
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
586 v62 += black;
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
587 v97 = (const void *)v60;
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
588 v63 = v62 >> 16;
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
589 teal = (unsigned int)pPalette_16;
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
590 }
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
591 /*a4a = map_texture_16;
1446
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
592 for ( screenCenter_X = 0; screenCenter_X < (signed int)v95; ++screenCenter_X )
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
593 {
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
594 if ( screenCenterY > 0 )
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
595 {
1722
Ritor1
parents: 1720
diff changeset
596 map_tile_Y = (v63 - 80) / 4;
1446
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
597 v64 = teal;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
598 for ( a5a = 0; a5a < screenCenterY; ++a5a )
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
599 {
1722
Ritor1
parents: 1720
diff changeset
600 map_tile_X = (v64 - 80) / 4;
Ritor1
parents: 1720
diff changeset
601 if ( !pOutdoor->_47F04C(map_tile_X, map_tile_Y) )
1446
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
602 {
1722
Ritor1
parents: 1720
diff changeset
603 if ( pOutdoor->_47F097(map_tile_X, map_tile_Y) )
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
604 {
1446
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
605 if ( !((a5a + screenCenter_X) % 2) )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
606 *a4a = Color16(0xCu, 0xCu, 0xCu);
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
607 }
1446
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
608 else
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
609 *a4a = 0;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
610 }
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
611 ++a4a;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
612 v97 = (char *)v97 + black;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
613 v64 = (signed int)v97 >> 16;
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
614 }
1446
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
615 }
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
616 v62 += black;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
617 v97 = (const void *)v60;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
618 a4a += screenCenterY - a5a;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
619 v63 = v62 >> 16;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
620 teal = (unsigned int)pPalette_16;
1312
ae435824ac4d books code splitted to separate files
Gloval
parents:
diff changeset
621 }
2069
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
622
1446
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
623 v66 = map_texture_16;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
624 if ( (signed int)v95 > 0 )
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
625 {
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
626 v67 = v77;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
627 result = 2 * (pRenderer->uTargetSurfacePitch - screenCenterY);
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
628 for ( v65 = v95; v65; --v65 )
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
629 {
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
630 if ( screenCenterY > 0 )
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
631 {
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
632 for ( v68 = screenCenterY; v68; --v68 )
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
633 {
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
634 v69 = *(short *)v66;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
635 if ( !*(short *)v66 || v69 == (short)result )
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
636 *v67 = v69;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
637 ++v66;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
638 ++v67;
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
639 }
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
640 }
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
641 v67 = (unsigned __int16 *)((char *)v67 + result);
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
642 }
2069
259df09dfb50 32bits almost there
Nomad
parents: 2037
diff changeset
643 }*/
1446
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
644 }
8b4f4c723edd Questbook_Draw
Ritor1
parents: 1445
diff changeset
645 }
1722
Ritor1
parents: 1720
diff changeset
646
Ritor1
parents: 1720
diff changeset
647 //----- (00444564) --------------------------------------------------------
Ritor1
parents: 1720
diff changeset
648 const char * GetMapBookHintText()
Ritor1
parents: 1720
diff changeset
649 {
Ritor1
parents: 1720
diff changeset
650 int v20;
Ritor1
parents: 1720
diff changeset
651 int v21; // [sp+14h] [bp-Ch]@1
Ritor1
parents: 1720
diff changeset
652 double v0; // st7@3
Ritor1
parents: 1720
diff changeset
653 unsigned int pX; // [sp+1Ch] [bp-4h]@3
Ritor1
parents: 1720
diff changeset
654 unsigned int pY; // [sp+8h] [bp-18h]@3
Ritor1
parents: 1720
diff changeset
655 int global_coord_X; // ebx@3
Ritor1
parents: 1720
diff changeset
656 int global_coord_Y;
Ritor1
parents: 1720
diff changeset
657 int map_tile_X; // edi@3
Ritor1
parents: 1720
diff changeset
658 int map_tile_Y; // eax@3
Ritor1
parents: 1720
diff changeset
659 const char *result; // eax@15
Ritor1
parents: 1720
diff changeset
660
Ritor1
parents: 1720
diff changeset
661 v20 = viewparams->sViewCenterX;
Ritor1
parents: 1720
diff changeset
662 v21 = viewparams->sViewCenterY;
Ritor1
parents: 1720
diff changeset
663 if ( viewparams->uMapBookMapZoom == 384 )
Ritor1
parents: 1720
diff changeset
664 {
Ritor1
parents: 1720
diff changeset
665 v20 = viewparams->indoor_center_x;
Ritor1
parents: 1720
diff changeset
666 v21 = viewparams->indoor_center_y;
Ritor1
parents: 1720
diff changeset
667 }
Ritor1
parents: 1720
diff changeset
668 pMouse->GetClickPos(&pX, &pY);
Ritor1
parents: 1720
diff changeset
669 v0 = 1.0 / (float)((signed int)viewparams->uMapBookMapZoom * 0.000015258789);
Ritor1
parents: 1720
diff changeset
670
Ritor1
parents: 1720
diff changeset
671 global_coord_X = (signed __int64)((double)(pX - 229) * v0 + (double)v20);
Ritor1
parents: 1720
diff changeset
672 global_coord_Y = (signed __int64)((double)v21 - (double)(pY - 181) * v0);
Ritor1
parents: 1720
diff changeset
673
Ritor1
parents: 1720
diff changeset
674 result = 0;
1730
Ritor1
parents: 1725
diff changeset
675 map_tile_X = abs(global_coord_X + 22528) / 512;//In the mapbook only lady Margaret dispays for defoult zoom(В книге карты только Леди Маргарита всплывает при дефолтном зуме)
1722
Ritor1
parents: 1720
diff changeset
676 map_tile_Y = abs(global_coord_Y - 22528) / 512;
Ritor1
parents: 1720
diff changeset
677 if ( pOutdoor->_47F04C(map_tile_X, map_tile_Y) && uCurrentlyLoadedLevelType == LEVEL_Outdoor && (signed int)pOutdoor->uNumBModels > 0 )
Ritor1
parents: 1720
diff changeset
678 {
Ritor1
parents: 1720
diff changeset
679 for(int i = 0; i < pOutdoor->uNumBModels && !result; i++)
Ritor1
parents: 1720
diff changeset
680 {
Ritor1
parents: 1720
diff changeset
681 if ( int_get_vector_length(abs((signed)pOutdoor->pBModels[i].vBoundingCenter.x - global_coord_X),
Ritor1
parents: 1720
diff changeset
682 abs((signed)pOutdoor->pBModels[i].vBoundingCenter.y - global_coord_Y), 0) < pOutdoor->pBModels[i].sBoundingRadius )
Ritor1
parents: 1720
diff changeset
683 {
Ritor1
parents: 1720
diff changeset
684 if ( pOutdoor->pBModels[i].uNumFaces > 0 )
Ritor1
parents: 1720
diff changeset
685 {
Ritor1
parents: 1720
diff changeset
686 for( int j = 0; j < pOutdoor->pBModels[i].uNumFaces; j++ )
Ritor1
parents: 1720
diff changeset
687 {
Ritor1
parents: 1720
diff changeset
688 if ( pOutdoor->pBModels[i].pFaces[j].sCogTriggeredID )
Ritor1
parents: 1720
diff changeset
689 {
Ritor1
parents: 1720
diff changeset
690 if ( !(pOutdoor->pBModels[i].pFaces[j].uAttributes & 0x100000) )
Ritor1
parents: 1720
diff changeset
691 {
Ritor1
parents: 1720
diff changeset
692 if ( GetEventHintString(pOutdoor->pBModels[i].pFaces[j].sCogTriggeredID) )
Ritor1
parents: 1720
diff changeset
693 {
Ritor1
parents: 1720
diff changeset
694 if ( _stricmp(GetEventHintString(pOutdoor->pBModels[i].pFaces[j].sCogTriggeredID), "") )
Ritor1
parents: 1720
diff changeset
695 result = GetEventHintString(pOutdoor->pBModels[i].pFaces[j].sCogTriggeredID);
Ritor1
parents: 1720
diff changeset
696 }
Ritor1
parents: 1720
diff changeset
697 }
Ritor1
parents: 1720
diff changeset
698 }
Ritor1
parents: 1720
diff changeset
699 }
Ritor1
parents: 1720
diff changeset
700 }
Ritor1
parents: 1720
diff changeset
701 }
Ritor1
parents: 1720
diff changeset
702 }
Ritor1
parents: 1720
diff changeset
703 }
Ritor1
parents: 1720
diff changeset
704 return result;
Ritor1
parents: 1720
diff changeset
705 }