annotate GUIWindow.cpp @ 90:d61f6bc04bf2

more pointer fixes
author zipi
date Wed, 06 Feb 2013 22:32:43 +0000
parents 377535d6e366
children b7ff791b1333
rev   line source
0
Ritor1
parents:
diff changeset
1 #include "GUIWindow.h"
Ritor1
parents:
diff changeset
2 #include "GUIButton.h"
Ritor1
parents:
diff changeset
3 #include "GUIFont.h"
Ritor1
parents:
diff changeset
4 #include "Party.h"
Ritor1
parents:
diff changeset
5 #include "LOD.h"
Ritor1
parents:
diff changeset
6 #include "Keyboard.h"
Ritor1
parents:
diff changeset
7 #include "IndoorCamera.h"
Ritor1
parents:
diff changeset
8 #include "Math.h"
Ritor1
parents:
diff changeset
9 #include "VideoPlayer.h"
Ritor1
parents:
diff changeset
10 #include "Allocator.h"
Ritor1
parents:
diff changeset
11 #include "MapInfo.h"
Ritor1
parents:
diff changeset
12 #include "Time.h"
Ritor1
parents:
diff changeset
13 #include "AudioPlayer.h"
Ritor1
parents:
diff changeset
14 #include "Mouse.h"
Ritor1
parents:
diff changeset
15 #include "Viewport.h"
Ritor1
parents:
diff changeset
16 #include "Render.h"
Ritor1
parents:
diff changeset
17 #include "PlayerFrameTable.h"
Ritor1
parents:
diff changeset
18 #include "stru179.h"
Ritor1
parents:
diff changeset
19 #include "SaveLoad.h"
Ritor1
parents:
diff changeset
20 #include "FactionTable.h"
Ritor1
parents:
diff changeset
21 #include "StorylineTextTable.h"
Ritor1
parents:
diff changeset
22 #include "Events2D.h"
81
377535d6e366 structure boundaries fixed in many places. fixed quests, notes, awards, calendar.
zipi
parents: 74
diff changeset
23 #include "Autonotes.h"
0
Ritor1
parents:
diff changeset
24
Ritor1
parents:
diff changeset
25
Ritor1
parents:
diff changeset
26 #include "mm7_data.h"
Ritor1
parents:
diff changeset
27
Ritor1
parents:
diff changeset
28
Ritor1
parents:
diff changeset
29
Ritor1
parents:
diff changeset
30
Ritor1
parents:
diff changeset
31 int pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[1]; // idb
Ritor1
parents:
diff changeset
32 struct GUIWindow *pWindow_MainMenu;
Ritor1
parents:
diff changeset
33 struct GUIWindow pWindowList[20];
Ritor1
parents:
diff changeset
34
Ritor1
parents:
diff changeset
35 struct GUIMessageQueue *pMessageQueue_50CBD0 = new GUIMessageQueue;
Ritor1
parents:
diff changeset
36
Ritor1
parents:
diff changeset
37
Ritor1
parents:
diff changeset
38 //----- (004356B9) --------------------------------------------------------
Ritor1
parents:
diff changeset
39 void GUIMessageQueue::PopMessage(enum UIMessageType *pType, int *pParam, int *a4)
Ritor1
parents:
diff changeset
40 {
Ritor1
parents:
diff changeset
41 signed int v4; // edx@1
Ritor1
parents:
diff changeset
42 GUIMessage *v5; // eax@2
Ritor1
parents:
diff changeset
43
Ritor1
parents:
diff changeset
44 v4 = 0;
Ritor1
parents:
diff changeset
45 if ( this->uNumMessages )
Ritor1
parents:
diff changeset
46 {
Ritor1
parents:
diff changeset
47 v5 = this->pMessages;
Ritor1
parents:
diff changeset
48 *pType = this->pMessages[0].eType;
Ritor1
parents:
diff changeset
49 *pParam = this->pMessages[0].param;
Ritor1
parents:
diff changeset
50 *a4 = this->pMessages[0].field_8;
Ritor1
parents:
diff changeset
51 if ( (signed int)(this->uNumMessages - 1) > 0 )
Ritor1
parents:
diff changeset
52 {
Ritor1
parents:
diff changeset
53 do
Ritor1
parents:
diff changeset
54 {
Ritor1
parents:
diff changeset
55 v5->eType = v5[1].eType;
Ritor1
parents:
diff changeset
56 v5->param = v5[1].param;
Ritor1
parents:
diff changeset
57 v5->field_8 = v5[1].field_8;
Ritor1
parents:
diff changeset
58 ++v4;
Ritor1
parents:
diff changeset
59 ++v5;
Ritor1
parents:
diff changeset
60 }
Ritor1
parents:
diff changeset
61 while ( v4 < (signed int)(this->uNumMessages - 1) );
Ritor1
parents:
diff changeset
62 }
Ritor1
parents:
diff changeset
63 --this->uNumMessages;
Ritor1
parents:
diff changeset
64 }
Ritor1
parents:
diff changeset
65 }
Ritor1
parents:
diff changeset
66
Ritor1
parents:
diff changeset
67
Ritor1
parents:
diff changeset
68
Ritor1
parents:
diff changeset
69 //----- (0041D73D) --------------------------------------------------------
Ritor1
parents:
diff changeset
70 char GUIWindow::_41D73D_draw_buff_tooltip()
Ritor1
parents:
diff changeset
71 {
Ritor1
parents:
diff changeset
72 GUIFont *v1; // esi@1
Ritor1
parents:
diff changeset
73 GUIWindow *v2; // edi@1
Ritor1
parents:
diff changeset
74 SpellBuff *v3; // eax@1
Ritor1
parents:
diff changeset
75 unsigned int v4; // eax@5
Ritor1
parents:
diff changeset
76 int v5; // ecx@5
Ritor1
parents:
diff changeset
77 unsigned int v6; // eax@5
Ritor1
parents:
diff changeset
78 unsigned int v7; // ecx@5
Ritor1
parents:
diff changeset
79 char *v8; // ebx@7
Ritor1
parents:
diff changeset
80 unsigned int v9; // eax@8
Ritor1
parents:
diff changeset
81 unsigned int v10; // ecx@8
Ritor1
parents:
diff changeset
82 __int64 v11; // ST28_8@11
Ritor1
parents:
diff changeset
83 int v12; // esi@11
Ritor1
parents:
diff changeset
84 const char *v13; // ST0C_4@11
Ritor1
parents:
diff changeset
85 unsigned int v14; // eax@11
Ritor1
parents:
diff changeset
86 char **v16; // [sp+14h] [bp-10h]@7
Ritor1
parents:
diff changeset
87 GUIFont *a2; // [sp+18h] [bp-Ch]@1
Ritor1
parents:
diff changeset
88 SpellBuff *v18; // [sp+1Ch] [bp-8h]@7
Ritor1
parents:
diff changeset
89 int v19; // [sp+20h] [bp-4h]@1
Ritor1
parents:
diff changeset
90 int v20; // [sp+20h] [bp-4h]@7
Ritor1
parents:
diff changeset
91
Ritor1
parents:
diff changeset
92 v1 = pFontComic;
Ritor1
parents:
diff changeset
93 v2 = this;
Ritor1
parents:
diff changeset
94 a2 = pFontComic;
Ritor1
parents:
diff changeset
95 v19 = 0;
Ritor1
parents:
diff changeset
96 v3 = pParty->pPartyBuffs;
Ritor1
parents:
diff changeset
97 do
Ritor1
parents:
diff changeset
98 {
Ritor1
parents:
diff changeset
99 if ( (signed __int64)v3->uExpireTime > 0 )
Ritor1
parents:
diff changeset
100 ++v19;
Ritor1
parents:
diff changeset
101 ++v3;
Ritor1
parents:
diff changeset
102 }
Ritor1
parents:
diff changeset
103 while ( (signed int)v3 < (signed int)pParty->pPlayers );
Ritor1
parents:
diff changeset
104 v4 = LOBYTE(pFontArrus->uFontHeight) + 72;
Ritor1
parents:
diff changeset
105 this->uFrameHeight = v4;
Ritor1
parents:
diff changeset
106 v5 = v4 + (v19 - 1) * LOBYTE(pFontArrus->uFontHeight);
Ritor1
parents:
diff changeset
107 v6 = v2->uFrameWidth;
Ritor1
parents:
diff changeset
108 v2->uFrameHeight = v5;
Ritor1
parents:
diff changeset
109 v7 = v2->uFrameHeight;
Ritor1
parents:
diff changeset
110 v2->uFrameZ = v6 + v2->uFrameX - 1;
Ritor1
parents:
diff changeset
111 v2->uFrameW = v2->uFrameY + v7 - 1;
Ritor1
parents:
diff changeset
112 v2->DrawMessageBox(0);
Ritor1
parents:
diff changeset
113 v2->DrawTitleText(pFontArrus, 0, 0xCu, 0, pGlobalTXT_LocalizationStrings[451], 3u);
Ritor1
parents:
diff changeset
114 if ( !v19 )
Ritor1
parents:
diff changeset
115 v2->DrawTitleText(v1, 0, 0x28u, 0, pGlobalTXT_LocalizationStrings[153], 3u);
Ritor1
parents:
diff changeset
116 v20 = 0;
Ritor1
parents:
diff changeset
117 GetTickCount();
Ritor1
parents:
diff changeset
118 v8 = &_4E2B21_buff_spell_tooltip_colors[1];
Ritor1
parents:
diff changeset
119 v16 = aSpellNames;
Ritor1
parents:
diff changeset
120 v18 = pParty->pPartyBuffs;
Ritor1
parents:
diff changeset
121 do
Ritor1
parents:
diff changeset
122 {
Ritor1
parents:
diff changeset
123 v9 = LODWORD(v18->uExpireTime);
Ritor1
parents:
diff changeset
124 v10 = HIDWORD(v18->uExpireTime);
17
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
125 if ( (v10 & 0x80000000u) == 0 && ((signed int)v10 > 0 || v9) )//!!!
0
Ritor1
parents:
diff changeset
126 {
17
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
127 v11 = __PAIR__(v10, v9) - pParty->uTimePlayed;//!!!
0
Ritor1
parents:
diff changeset
128 v12 = v20 * LOBYTE(v1->uFontHeight) + 40;
Ritor1
parents:
diff changeset
129 v13 = *v16;
Ritor1
parents:
diff changeset
130 ++v20;
Ritor1
parents:
diff changeset
131 v14 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(
Ritor1
parents:
diff changeset
132 (unsigned __int8)*(v8 - 1),
Ritor1
parents:
diff changeset
133 (unsigned __int8)*v8,
Ritor1
parents:
diff changeset
134 (unsigned __int8)v8[1]);
Ritor1
parents:
diff changeset
135 v2->DrawText(a2, 52, v12, v14, v13, 0, 0, 0);
Ritor1
parents:
diff changeset
136 LOBYTE(v9) = sub_41D20D_buff_remaining_time_string(v12, v2, v11, a2);
Ritor1
parents:
diff changeset
137 v1 = a2;
Ritor1
parents:
diff changeset
138 }
Ritor1
parents:
diff changeset
139 ++v18;
Ritor1
parents:
diff changeset
140 ++v16;
Ritor1
parents:
diff changeset
141 v8 += 3;
Ritor1
parents:
diff changeset
142 }
Ritor1
parents:
diff changeset
143 while ( (signed int)v18 < (signed int)pParty->pPlayers );
Ritor1
parents:
diff changeset
144 return v9;
Ritor1
parents:
diff changeset
145 }
Ritor1
parents:
diff changeset
146
Ritor1
parents:
diff changeset
147
Ritor1
parents:
diff changeset
148 //----- (0041D3B7) --------------------------------------------------------
Ritor1
parents:
diff changeset
149 char GUIWindow::DrawQuickCharRecord()
Ritor1
parents:
diff changeset
150 {
Ritor1
parents:
diff changeset
151 Player *pPlayer; // esi@1
Ritor1
parents:
diff changeset
152 int v6; // eax@5
Ritor1
parents:
diff changeset
153 int v7; // ebx@5
Ritor1
parents:
diff changeset
154 unsigned int v8; // ecx@5
Ritor1
parents:
diff changeset
155 int v9; // ebx@5
Ritor1
parents:
diff changeset
156 unsigned int v10; // eax@5
Ritor1
parents:
diff changeset
157 int v11; // eax@5
Ritor1
parents:
diff changeset
158 unsigned int v12; // ecx@5
Ritor1
parents:
diff changeset
159 Texture *v13; // eax@6
Ritor1
parents:
diff changeset
160 unsigned int v14; // eax@12
Ritor1
parents:
diff changeset
161 PlayerFrame *v15; // eax@12
Ritor1
parents:
diff changeset
162 unsigned int v16; // eax@15
Ritor1
parents:
diff changeset
163 unsigned int v20; // eax@15
Ritor1
parents:
diff changeset
164 unsigned int v24; // eax@15
Ritor1
parents:
diff changeset
165 unsigned int v25; // eax@15
Ritor1
parents:
diff changeset
166 unsigned __int8 v28; // al@15
Ritor1
parents:
diff changeset
167 char *v29; // eax@16
Ritor1
parents:
diff changeset
168 __int64 v35; // ST38_8@22
Ritor1
parents:
diff changeset
169 int v36; // esi@22
Ritor1
parents:
diff changeset
170 unsigned int v38; // eax@22
Ritor1
parents:
diff changeset
171 char *v39; // eax@24
Ritor1
parents:
diff changeset
172 signed int uFramesetID; // [sp+20h] [bp-8h]@9
Ritor1
parents:
diff changeset
173 int uFramesetIDa; // [sp+20h] [bp-8h]@18
Ritor1
parents:
diff changeset
174
Ritor1
parents:
diff changeset
175 pPlayer = &pParty->pPlayers[(unsigned int)ptr_1C];
Ritor1
parents:
diff changeset
176
Ritor1
parents:
diff changeset
177 uint numActivePlayerBuffs = 0;
Ritor1
parents:
diff changeset
178
Ritor1
parents:
diff changeset
179 for (uint i = 0; i < 24; ++i)
Ritor1
parents:
diff changeset
180 if (pPlayer->pPlayerBuffs[i].uExpireTime > 0)
Ritor1
parents:
diff changeset
181 ++numActivePlayerBuffs;
Ritor1
parents:
diff changeset
182
Ritor1
parents:
diff changeset
183 v6 = pFontArrus->uFontHeight + 162;
Ritor1
parents:
diff changeset
184 uFrameHeight = v6;
Ritor1
parents:
diff changeset
185 v7 = (numActivePlayerBuffs - 1) * pFontArrus->uFontHeight;
Ritor1
parents:
diff changeset
186 v8 = uFrameX;
Ritor1
parents:
diff changeset
187 v9 = v6 + v7;
Ritor1
parents:
diff changeset
188 v10 = uFrameWidth;
Ritor1
parents:
diff changeset
189 uFrameHeight = v9;
Ritor1
parents:
diff changeset
190 v11 = v10 + v8 - 1;
Ritor1
parents:
diff changeset
191 v12 = uFrameY;
Ritor1
parents:
diff changeset
192 uFrameZ = v11;
Ritor1
parents:
diff changeset
193 uFrameW = v9 + v12 - 1;
Ritor1
parents:
diff changeset
194 DrawMessageBox(0);
Ritor1
parents:
diff changeset
195 if (pPlayer->Eradicated())
Ritor1
parents:
diff changeset
196 v13 = pTexture_PlayerFaceEradicated;
Ritor1
parents:
diff changeset
197 else if (pPlayer->Dead())
Ritor1
parents:
diff changeset
198 v13 = pTexture_PlayerFaceDead;
Ritor1
parents:
diff changeset
199 else
Ritor1
parents:
diff changeset
200 {
Ritor1
parents:
diff changeset
201 uFramesetID = pPlayerFrameTable->GetFrameIdBy_field0(pPlayer->uExpressionID);
Ritor1
parents:
diff changeset
202 if ( !uFramesetID )
Ritor1
parents:
diff changeset
203 uFramesetID = 1;
Ritor1
parents:
diff changeset
204 if ( pPlayer->uExpressionID == 21 )
Ritor1
parents:
diff changeset
205 {
Ritor1
parents:
diff changeset
206 v15 = pPlayerFrameTable->GetFrameBy_y(
Ritor1
parents:
diff changeset
207 &pPlayer->field_1AA8,
Ritor1
parents:
diff changeset
208 &pPlayer->field_1AA4,
Ritor1
parents:
diff changeset
209 pMiscTimer->uTimeElapsed);
Ritor1
parents:
diff changeset
210 }
Ritor1
parents:
diff changeset
211 else
Ritor1
parents:
diff changeset
212 {
Ritor1
parents:
diff changeset
213 v14 = pMiscTimer->Time();
Ritor1
parents:
diff changeset
214 v15 = pPlayerFrameTable->GetFrameBy_x(uFramesetID, v14);
Ritor1
parents:
diff changeset
215 }
Ritor1
parents:
diff changeset
216 pPlayer->field_1AA2 = v15->uTextureID - 1;
Ritor1
parents:
diff changeset
217 v13 = pTextures_PlayerFaces[(unsigned int)ptr_1C][v15->uTextureID];
Ritor1
parents:
diff changeset
218 }
Ritor1
parents:
diff changeset
219
Ritor1
parents:
diff changeset
220 pRenderer->DrawTextureTransparent(uFrameX + 24, uFrameY + 24, v13);
Ritor1
parents:
diff changeset
221 v16 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
Ritor1
parents:
diff changeset
222 sprintf(pTmpBuf, "\xC%05d", v16);
Ritor1
parents:
diff changeset
223 sprintf(pTmpBuf2, pGlobalTXT_LocalizationStrings[429], pPlayer->pName, pClassNames[pPlayer->uClass]);
Ritor1
parents:
diff changeset
224 strcat(pTmpBuf, pTmpBuf2);
Ritor1
parents:
diff changeset
225 strcat(pTmpBuf, "\xC" "00000\n");
Ritor1
parents:
diff changeset
226 v20 = UI_GetHealthManaStringColor(pPlayer->sHealth, pPlayer->GetMaxHealth());
Ritor1
parents:
diff changeset
227 sprintf(pTmpBuf2, "%s : \x0C" "%05u%d\x0C" "00000 / %d\n", pGlobalTXT_LocalizationStrings[108],
Ritor1
parents:
diff changeset
228 v20, pPlayer->sHealth, pPlayer->GetMaxHealth());
Ritor1
parents:
diff changeset
229 strcat(pTmpBuf, pTmpBuf2);
Ritor1
parents:
diff changeset
230 v24 = UI_GetHealthManaStringColor(pPlayer->sMana, pPlayer->GetMaxMana());
Ritor1
parents:
diff changeset
231 sprintf(pTmpBuf2, "%s : \x0C" "%05u%d\x0C" "00000 / %d\n", pGlobalTXT_LocalizationStrings[212],
Ritor1
parents:
diff changeset
232 v24, pPlayer->sMana, pPlayer->GetMaxMana());
Ritor1
parents:
diff changeset
233 strcat(pTmpBuf, pTmpBuf2);
Ritor1
parents:
diff changeset
234 v25 = pPlayer->GetMajorConditionIdx();
Ritor1
parents:
diff changeset
235 sprintf(pTmpBuf2, "%s: \x0C" "%05d%s\x0C" "00000\n", pGlobalTXT_LocalizationStrings[47],
Ritor1
parents:
diff changeset
236 GetConditionDrawColor(v25), aCharacterConditionNames[v25]);
Ritor1
parents:
diff changeset
237 strcat(pTmpBuf, pTmpBuf2);
Ritor1
parents:
diff changeset
238 v28 = pPlayer->uQuickSpell;
Ritor1
parents:
diff changeset
239 if ( v28 )
Ritor1
parents:
diff changeset
240 v29 = pSpellStats->pInfos[v28].pShortName;
Ritor1
parents:
diff changeset
241 else
Ritor1
parents:
diff changeset
242 v29 = pGlobalTXT_LocalizationStrings[153];
Ritor1
parents:
diff changeset
243 sprintf(pTmpBuf2, "%s: %s", pGlobalTXT_LocalizationStrings[172], v29);
Ritor1
parents:
diff changeset
244 strcat(pTmpBuf, pTmpBuf2);
Ritor1
parents:
diff changeset
245 DrawText(pFontArrus, 120, 22, 0, pTmpBuf, 0, 0, 0);
Ritor1
parents:
diff changeset
246
Ritor1
parents:
diff changeset
247 uFramesetIDa = 0;
Ritor1
parents:
diff changeset
248 for (uint i = 0; i < 24; ++i)
Ritor1
parents:
diff changeset
249 {
Ritor1
parents:
diff changeset
250 auto buff = pPlayer->pPlayerBuffs + i;
Ritor1
parents:
diff changeset
251 if (buff->uExpireTime > 0)
Ritor1
parents:
diff changeset
252 {
Ritor1
parents:
diff changeset
253 v35 = buff->uExpireTime - pParty->uTimePlayed;
Ritor1
parents:
diff changeset
254 v36 = uFramesetIDa++ * pFontComic->uFontHeight + 134;
Ritor1
parents:
diff changeset
255 v38 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(
Ritor1
parents:
diff changeset
256 _4E2AD8_ui_colors[i * 3],
Ritor1
parents:
diff changeset
257 _4E2AD8_ui_colors[i * 3 + 1],
Ritor1
parents:
diff changeset
258 _4E2AD8_ui_colors[i * 3 + 2]);
Ritor1
parents:
diff changeset
259 DrawText(pFontComic, 52, v36, v38, aSpellNames[20 + i], 0, 0, 0);
Ritor1
parents:
diff changeset
260 sub_41D20D_buff_remaining_time_string(v36, this, v35, pFontComic);
Ritor1
parents:
diff changeset
261 }
Ritor1
parents:
diff changeset
262 }
Ritor1
parents:
diff changeset
263
Ritor1
parents:
diff changeset
264 v39 = "";
Ritor1
parents:
diff changeset
265 if ( uFramesetIDa == 0 )
Ritor1
parents:
diff changeset
266 v39 = pGlobalTXT_LocalizationStrings[153];
Ritor1
parents:
diff changeset
267 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[450], v39);
Ritor1
parents:
diff changeset
268 return DrawText(pFontArrus, 14, 114, 0, pTmpBuf, 0, 0, 0);
Ritor1
parents:
diff changeset
269 }
Ritor1
parents:
diff changeset
270
Ritor1
parents:
diff changeset
271 //----- (0041D08F) --------------------------------------------------------
Ritor1
parents:
diff changeset
272 void GUIWindow::_41D08F(int a2, int a3, int a4, int a5)
Ritor1
parents:
diff changeset
273 {
Ritor1
parents:
diff changeset
274 if ( a2 )
Ritor1
parents:
diff changeset
275 {
Ritor1
parents:
diff changeset
276 this->pNumPresenceButton = a2;
Ritor1
parents:
diff changeset
277 this->field_30 = a3;
Ritor1
parents:
diff changeset
278 this->field_34 = a4;
Ritor1
parents:
diff changeset
279 this->pCurrentPosActiveItem = a5;
Ritor1
parents:
diff changeset
280 this->pStartingPosActiveItem = a5;
Ritor1
parents:
diff changeset
281 this->field_44 = 1;
Ritor1
parents:
diff changeset
282 }
Ritor1
parents:
diff changeset
283 else
Ritor1
parents:
diff changeset
284 {
Ritor1
parents:
diff changeset
285 this->pNumPresenceButton = 0;
Ritor1
parents:
diff changeset
286 this->field_30 = a3;
Ritor1
parents:
diff changeset
287 this->field_34 = a4;
Ritor1
parents:
diff changeset
288 this->pCurrentPosActiveItem = 0;
Ritor1
parents:
diff changeset
289 this->pStartingPosActiveItem = 0;
Ritor1
parents:
diff changeset
290 this->field_44 = 0;
Ritor1
parents:
diff changeset
291 }
Ritor1
parents:
diff changeset
292 }
Ritor1
parents:
diff changeset
293
Ritor1
parents:
diff changeset
294
Ritor1
parents:
diff changeset
295 //----- (0041C26A) --------------------------------------------------------
Ritor1
parents:
diff changeset
296 void GUIWindow::Release()
Ritor1
parents:
diff changeset
297 {
Ritor1
parents:
diff changeset
298 GUIWindow *v1; // esi@1
Ritor1
parents:
diff changeset
299 unsigned int v2; // eax@2
Ritor1
parents:
diff changeset
300 int v3; // eax@5
Ritor1
parents:
diff changeset
301 int v4; // eax@6
Ritor1
parents:
diff changeset
302 int v5; // eax@14
Ritor1
parents:
diff changeset
303 int v6; // eax@15
Ritor1
parents:
diff changeset
304 int i; // edi@20
Ritor1
parents:
diff changeset
305 GUIButton *v8; // eax@26
Ritor1
parents:
diff changeset
306 GUIButton *v9; // edi@27
Ritor1
parents:
diff changeset
307 int v10; // esi@28
Ritor1
parents:
diff changeset
308 int v11; // ecx@28
Ritor1
parents:
diff changeset
309 int v12; // edx@29
Ritor1
parents:
diff changeset
310
Ritor1
parents:
diff changeset
311 v1 = this;
Ritor1
parents:
diff changeset
312 if ( !this )
Ritor1
parents:
diff changeset
313 return;
Ritor1
parents:
diff changeset
314 v2 = this->eWindowType;
Ritor1
parents:
diff changeset
315 if ( (signed int)v2 > 18 )
Ritor1
parents:
diff changeset
316 {
Ritor1
parents:
diff changeset
317 v5 = v2 - 19;
Ritor1
parents:
diff changeset
318 if ( !v5 )
Ritor1
parents:
diff changeset
319 {
Ritor1
parents:
diff changeset
320 pIcons_LOD->_40F9C5();
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
321 pCurrentScreen = pMainScreenNum;
0
Ritor1
parents:
diff changeset
322 pKeyActionMap->_459ED1(3);
Ritor1
parents:
diff changeset
323 goto LABEL_26;
Ritor1
parents:
diff changeset
324 }
Ritor1
parents:
diff changeset
325 v6 = v5 - 6;
Ritor1
parents:
diff changeset
326 if ( !v6 )
Ritor1
parents:
diff changeset
327 {
Ritor1
parents:
diff changeset
328 for ( i = 0; i < uNumDialogueNPCPortraits; ++i )
Ritor1
parents:
diff changeset
329 pDialogueNPCPortraits[i]->Release();
Ritor1
parents:
diff changeset
330 uNumDialogueNPCPortraits = 0;
Ritor1
parents:
diff changeset
331 pTexture_Dialogue_Background->Release();
Ritor1
parents:
diff changeset
332
Ritor1
parents:
diff changeset
333 pIcons_LOD->_40F9C5();
Ritor1
parents:
diff changeset
334 pIcons_LOD->_4114F2();
Ritor1
parents:
diff changeset
335 dword_5C35D4 = 0;
Ritor1
parents:
diff changeset
336 if ( bFlipOnExit )
Ritor1
parents:
diff changeset
337 {
Ritor1
parents:
diff changeset
338 pIndoorCamera->sRotationY = (stru_5C6E00->uIntegerDoublePi - 1) & (stru_5C6E00->uIntegerPi
Ritor1
parents:
diff changeset
339 + pIndoorCamera->sRotationY);
Ritor1
parents:
diff changeset
340 pParty->sRotationY = pIndoorCamera->sRotationY;
Ritor1
parents:
diff changeset
341 }
Ritor1
parents:
diff changeset
342 pParty->uFlags |= 2u;
Ritor1
parents:
diff changeset
343 goto LABEL_26;
Ritor1
parents:
diff changeset
344 }
Ritor1
parents:
diff changeset
345 if ( v6 == 1 )
Ritor1
parents:
diff changeset
346 {
Ritor1
parents:
diff changeset
347 pVideoPlayer->Unload();
Ritor1
parents:
diff changeset
348 goto LABEL_18;
Ritor1
parents:
diff changeset
349 }
Ritor1
parents:
diff changeset
350 }
Ritor1
parents:
diff changeset
351 else
Ritor1
parents:
diff changeset
352 {
Ritor1
parents:
diff changeset
353 if ( v2 == 18 )
Ritor1
parents:
diff changeset
354 {
Ritor1
parents:
diff changeset
355 sub_41140B();
Ritor1
parents:
diff changeset
356 sub_411473();
Ritor1
parents:
diff changeset
357 }
Ritor1
parents:
diff changeset
358 else
Ritor1
parents:
diff changeset
359 {
Ritor1
parents:
diff changeset
360 if ( !v2 )
Ritor1
parents:
diff changeset
361 return;
Ritor1
parents:
diff changeset
362 v3 = v2 - 9;
Ritor1
parents:
diff changeset
363 if ( v3 )
Ritor1
parents:
diff changeset
364 {
Ritor1
parents:
diff changeset
365 v4 = v3 - 1;
Ritor1
parents:
diff changeset
366 if ( !v4 )
Ritor1
parents:
diff changeset
367 {
Ritor1
parents:
diff changeset
368 if ( !dword_591084 )
Ritor1
parents:
diff changeset
369 pDialogueNPCPortraits[0]->Release();
Ritor1
parents:
diff changeset
370 uNumDialogueNPCPortraits = 0;
Ritor1
parents:
diff changeset
371 pTexture_Dialogue_Background->Release();
Ritor1
parents:
diff changeset
372
Ritor1
parents:
diff changeset
373 pIcons_LOD->_40F9C5();
Ritor1
parents:
diff changeset
374 goto LABEL_19;
Ritor1
parents:
diff changeset
375 }
Ritor1
parents:
diff changeset
376 if ( v4 != 7 )
Ritor1
parents:
diff changeset
377 goto LABEL_26;
Ritor1
parents:
diff changeset
378 LABEL_18:
Ritor1
parents:
diff changeset
379 pTexture_outside->Release();
Ritor1
parents:
diff changeset
380 pTexture_Dialogue_Background->Release();
Ritor1
parents:
diff changeset
381 pIcons_LOD->_40F9C5();
Ritor1
parents:
diff changeset
382 LABEL_19:
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
383 pCurrentScreen = pMainScreenNum;
0
Ritor1
parents:
diff changeset
384 goto LABEL_26;
Ritor1
parents:
diff changeset
385 }
Ritor1
parents:
diff changeset
386 OnCloseSpellook();
Ritor1
parents:
diff changeset
387 }
Ritor1
parents:
diff changeset
388 }
Ritor1
parents:
diff changeset
389 LABEL_26:
Ritor1
parents:
diff changeset
390 v8 = v1->pControlsHead;
Ritor1
parents:
diff changeset
391 if ( v8 )
Ritor1
parents:
diff changeset
392 {
Ritor1
parents:
diff changeset
393 do
Ritor1
parents:
diff changeset
394 {
Ritor1
parents:
diff changeset
395 v9 = v8->pNext;
Ritor1
parents:
diff changeset
396 pAllocator->FreeChunk(v8);
Ritor1
parents:
diff changeset
397 v8 = v9;
Ritor1
parents:
diff changeset
398 }
Ritor1
parents:
diff changeset
399 while ( v9 );
Ritor1
parents:
diff changeset
400 }
Ritor1
parents:
diff changeset
401 v1->pControlsHead = 0;
Ritor1
parents:
diff changeset
402 v1->pControlsTail = 0;
Ritor1
parents:
diff changeset
403 v1->uNumControls = 0;
Ritor1
parents:
diff changeset
404 v1->eWindowType = WINDOW_null;
Ritor1
parents:
diff changeset
405 v10 = v1->field_3C;
Ritor1
parents:
diff changeset
406 v11 = uNumVisibleWindows;
Ritor1
parents:
diff changeset
407 while ( v10 < v11 )
Ritor1
parents:
diff changeset
408 {
Ritor1
parents:
diff changeset
409 v12 = pVisibleWindowsIdxs[v10 + 1];
Ritor1
parents:
diff changeset
410 pVisibleWindowsIdxs[v10] = v12;
Ritor1
parents:
diff changeset
411 --*((int *)&pTexture_PCX.field_18 + 21 * v12);
Ritor1
parents:
diff changeset
412 ++v10;
Ritor1
parents:
diff changeset
413 }
Ritor1
parents:
diff changeset
414 pVisibleWindowsIdxs[v11] = 0;
Ritor1
parents:
diff changeset
415 uNumVisibleWindows = v11 - 1;
Ritor1
parents:
diff changeset
416 }
Ritor1
parents:
diff changeset
417
Ritor1
parents:
diff changeset
418
Ritor1
parents:
diff changeset
419
Ritor1
parents:
diff changeset
420
Ritor1
parents:
diff changeset
421
Ritor1
parents:
diff changeset
422
Ritor1
parents:
diff changeset
423 //----- (0041CD3B) --------------------------------------------------------
Ritor1
parents:
diff changeset
424 GUIButton *GUIWindow::GetControl(unsigned int uID)
Ritor1
parents:
diff changeset
425 {
Ritor1
parents:
diff changeset
426 GUIButton *result; // eax@1
Ritor1
parents:
diff changeset
427 unsigned int v3; // ecx@1
Ritor1
parents:
diff changeset
428
Ritor1
parents:
diff changeset
429 result = this->pControlsHead;
Ritor1
parents:
diff changeset
430 v3 = uID;
Ritor1
parents:
diff changeset
431 if ( (signed int)uID > 0 )
Ritor1
parents:
diff changeset
432 {
Ritor1
parents:
diff changeset
433 do
Ritor1
parents:
diff changeset
434 {
Ritor1
parents:
diff changeset
435 result = result->pNext;
Ritor1
parents:
diff changeset
436 --v3;
Ritor1
parents:
diff changeset
437 }
Ritor1
parents:
diff changeset
438 while ( v3 );
Ritor1
parents:
diff changeset
439 }
Ritor1
parents:
diff changeset
440 return result;
Ritor1
parents:
diff changeset
441 }
Ritor1
parents:
diff changeset
442
Ritor1
parents:
diff changeset
443 //----- (00411BFC) --------------------------------------------------------
Ritor1
parents:
diff changeset
444 void GUIWindow::InitializeBookView()
Ritor1
parents:
diff changeset
445 {
Ritor1
parents:
diff changeset
446 GUIWindow *v1; // ebp@1
Ritor1
parents:
diff changeset
447 signed int v2; // ecx@8
Ritor1
parents:
diff changeset
448 __int64 *v3; // ebp@9
Ritor1
parents:
diff changeset
449 char *v4; // ecx@10
Ritor1
parents:
diff changeset
450 char *v5; // eax@12
Ritor1
parents:
diff changeset
451 int v6; // eax@12
Ritor1
parents:
diff changeset
452 __int64 v7; // qax@12
Ritor1
parents:
diff changeset
453 unsigned int v8; // esi@12
Ritor1
parents:
diff changeset
454 GUIButton *v9; // eax@19
Ritor1
parents:
diff changeset
455 signed int v10; // esi@19
Ritor1
parents:
diff changeset
456 int v11; // eax@24
Ritor1
parents:
diff changeset
457 int v12; // eax@27
Ritor1
parents:
diff changeset
458 int i; // esi@28
Ritor1
parents:
diff changeset
459 char *v14; // ebp@29
Ritor1
parents:
diff changeset
460 int v15; // eax@31
Ritor1
parents:
diff changeset
461 unsigned int v16; // esi@35
Ritor1
parents:
diff changeset
462 Player *v17; // esi@38
Ritor1
parents:
diff changeset
463 unsigned __int16 v18; // ax@38
Ritor1
parents:
diff changeset
464 unsigned int v19; // edi@43
Ritor1
parents:
diff changeset
465 unsigned int v20; // edi@45
Ritor1
parents:
diff changeset
466 void *v21; // esi@45
Ritor1
parents:
diff changeset
467 char *v22; // [sp+10h] [bp-5Ch]@9
Ritor1
parents:
diff changeset
468 signed int v23; // [sp+10h] [bp-5Ch]@38
Ritor1
parents:
diff changeset
469 int v24; // [sp+14h] [bp-58h]@9
Ritor1
parents:
diff changeset
470 char *v25; // [sp+14h] [bp-58h]@21
Ritor1
parents:
diff changeset
471 GUIWindow v26; // [sp+18h] [bp-54h]@8
Ritor1
parents:
diff changeset
472
Ritor1
parents:
diff changeset
473 v1 = this;
Ritor1
parents:
diff changeset
474 pAudioPlayer->StopChannels(-1, -1);
Ritor1
parents:
diff changeset
475 InitializeBookFonts();
Ritor1
parents:
diff changeset
476 v1->CreateButton(0x1DBu, 0x1BDu, 0x9Eu, 0x22u, 1, 0, 0x71u, 0, 0, pGlobalTXT_LocalizationStrings[79], 0);
Ritor1
parents:
diff changeset
477 pCurrentScreen = 3;
Ritor1
parents:
diff changeset
478 dword_506524 = 0;
Ritor1
parents:
diff changeset
479 dword_506528 = 0;
Ritor1
parents:
diff changeset
480 dword_50651C = 0;
81
377535d6e366 structure boundaries fixed in many places. fixed quests, notes, awards, calendar.
zipi
parents: 74
diff changeset
481 dword_506520 = 0;
0
Ritor1
parents:
diff changeset
482 if ( v1->ptr_1C == (void *)177 )
Ritor1
parents:
diff changeset
483 {
Ritor1
parents:
diff changeset
484 byte_506360 = 0;
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
485 pTexture_CurrentBook = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("lb_bordr", TEXTURE_16BIT_PALETTE)];
0
Ritor1
parents:
diff changeset
486 pTexture_LloydBeacons[0] = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("sbmap", TEXTURE_16BIT_PALETTE)];
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
487 pTexture_50635C = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("sbmap", TEXTURE_16BIT_PALETTE)];
0
Ritor1
parents:
diff changeset
488 pTex_tab_an_6b__zoom_on = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-6b", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
489 pTex_tab_an_6a__zoom_off = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-6a", TEXTURE_16BIT_PALETTE)];
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
490 pBtn_Book_1 = v1->CreateButton(415, 13, 39, 36, 1, 0, 0xB2u, 0, 0, pGlobalTXT_LocalizationStrings[375], 0);
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
491 pBtn_Book_2 = v1->CreateButton(415, 48, 39, 36, 1, 0, 0xB2u, 1, 0, pGlobalTXT_LocalizationStrings[523], 0);
0
Ritor1
parents:
diff changeset
492 v17 = &pParty->pPlayers[_506348_current_lloyd_playerid];
Ritor1
parents:
diff changeset
493 v23 = 1;
Ritor1
parents:
diff changeset
494 v18 = v17->pActiveSkills[14];
Ritor1
parents:
diff changeset
495 if ( HIBYTE(v18) & 1 || (v18 & 0x80u) != 0 )
Ritor1
parents:
diff changeset
496 {
Ritor1
parents:
diff changeset
497 v23 = 5;
Ritor1
parents:
diff changeset
498 }
Ritor1
parents:
diff changeset
499 else
Ritor1
parents:
diff changeset
500 {
Ritor1
parents:
diff changeset
501 if ( v18 & 0x40 )
Ritor1
parents:
diff changeset
502 v23 = 3;
Ritor1
parents:
diff changeset
503 }
Ritor1
parents:
diff changeset
504 v19 = 0;
Ritor1
parents:
diff changeset
505 if ( v23 > 0 )
Ritor1
parents:
diff changeset
506 {
Ritor1
parents:
diff changeset
507 do
Ritor1
parents:
diff changeset
508 {
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
509 v1->CreateButton(pLloydsBeaconsPreviewXs[v19], pLloydsBeaconsPreviewYs[v19], 0x5Cu, 0x44u, 1, 180, 0xB3u, v19, 0, "", 0);
0
Ritor1
parents:
diff changeset
510 ++v19;
Ritor1
parents:
diff changeset
511 }
Ritor1
parents:
diff changeset
512 while ( (signed int)v19 < v23 );
Ritor1
parents:
diff changeset
513 }
Ritor1
parents:
diff changeset
514 v20 = 0;
Ritor1
parents:
diff changeset
515 v21 = v17->pInstalledBeacons;
Ritor1
parents:
diff changeset
516 do
Ritor1
parents:
diff changeset
517 {
Ritor1
parents:
diff changeset
518 if ( *(_QWORD *)v21 >= (signed __int64)pParty->uTimePlayed )
Ritor1
parents:
diff changeset
519 LoadThumbnailLloydTexture(v20, _506348_current_lloyd_playerid + 1);
Ritor1
parents:
diff changeset
520 else
Ritor1
parents:
diff changeset
521 memset(v21, 0, 0x1Cu);
Ritor1
parents:
diff changeset
522 ++v20;
Ritor1
parents:
diff changeset
523 v21 = (char *)v21 + 28;
Ritor1
parents:
diff changeset
524 }
Ritor1
parents:
diff changeset
525 while ( (signed int)v20 < 5 );
Ritor1
parents:
diff changeset
526 }
Ritor1
parents:
diff changeset
527 else
Ritor1
parents:
diff changeset
528 {
Ritor1
parents:
diff changeset
529 if ( v1->ptr_1C == (void *)195 )
Ritor1
parents:
diff changeset
530 {
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
531 pTexture_CurrentBook = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("townport", TEXTURE_16BIT_PALETTE)];
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
532 pTexture_TownPortalHarmn = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tpharmndy", TEXTURE_16BIT_PALETTE)];
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
533 pTexture_TownPortalElf = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tpelf", TEXTURE_16BIT_PALETTE)];
0
Ritor1
parents:
diff changeset
534 pTexture_TownPortalWarlock = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tpwarlock", TEXTURE_16BIT_PALETTE)];
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
535 pTexture_TownPortalIsland = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tpisland", TEXTURE_16BIT_PALETTE)];
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
536 pTexture_TownPortalHeaven = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tpheaven", TEXTURE_16BIT_PALETTE)];
0
Ritor1
parents:
diff changeset
537 v16 = 0;
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
538 pTexture_TownPortalHell = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture( "tphell", TEXTURE_16BIT_PALETTE)];
0
Ritor1
parents:
diff changeset
539 do
Ritor1
parents:
diff changeset
540 {
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
541 v1->CreateButton(pTownPortalBook_xs[v16], pTownPortalBook_ys[v16], pTownPortalBook_ws[v16], pTownPortalBook_hs[v16], 1, 182, 0xB7u, v16, 0, "", 0);
0
Ritor1
parents:
diff changeset
542 ++v16;
Ritor1
parents:
diff changeset
543 }
Ritor1
parents:
diff changeset
544 while ( (signed int)v16 < 6 );
Ritor1
parents:
diff changeset
545 }
Ritor1
parents:
diff changeset
546 else
Ritor1
parents:
diff changeset
547 {
Ritor1
parents:
diff changeset
548 if ( v1->ptr_1C == (void *)200 )
Ritor1
parents:
diff changeset
549 {
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
550 pTexture_CurrentBook = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture( "sbquiknot", TEXTURE_16BIT_PALETTE)];
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
551 pTextures_5064A0[10] = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture( "divbar", TEXTURE_16BIT_PALETTE)];
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
552 pTex_tab_an_6b__zoom_on = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-6b", TEXTURE_16BIT_PALETTE)];
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
553 pTex_tab_an_7b__zoot_on = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-7b", TEXTURE_16BIT_PALETTE)];
0
Ritor1
parents:
diff changeset
554 pTex_tab_an_6a__zoom_off = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-6a", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
555 pTex_tab_an_7a__zoot_off = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-7a", TEXTURE_16BIT_PALETTE)];
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
556 pBtn_Book_1 = v1->CreateButton(pViewport->uViewportX + 398, pViewport->uViewportY + 1, pTex_tab_an_6b__zoom_on->uTextureWidth,
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
557 pTex_tab_an_6b__zoom_on->uTextureHeight, 1, 0, 0x47u, 0xBu, 0, pGlobalTXT_LocalizationStrings[192],// "Scroll Up"
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
558 pTex_tab_an_6b__zoom_on, 0);
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
559 pBtn_Book_2 = v1->CreateButton(pViewport->uViewportX + 398, pViewport->uViewportY + 38, pTex_tab_an_7b__zoot_on->uTextureHeight,
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
560 pTex_tab_an_7b__zoot_on->uTextureHeight, 1, 0, 0x47u, 0xAu, 0, pGlobalTXT_LocalizationStrings[193],// "Scroll Down"
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
561 pTex_tab_an_7b__zoot_on, 0);
0
Ritor1
parents:
diff changeset
562 dword_506520 = 0;
Ritor1
parents:
diff changeset
563 memset(&pStru179, 0, 0xFA0u);
Ritor1
parents:
diff changeset
564 for ( i = dword_506528; i < 512; ++i )
Ritor1
parents:
diff changeset
565 {
81
377535d6e366 structure boundaries fixed in many places. fixed quests, notes, awards, calendar.
zipi
parents: 74
diff changeset
566 v14 = (char *)pQuestTable[i-1];//(&dword_722F10)[4 * i];
0
Ritor1
parents:
diff changeset
567 if ( (unsigned __int16)_449B57_test_bit(pParty->_award_bits, i) && v14 )
Ritor1
parents:
diff changeset
568 {
Ritor1
parents:
diff changeset
569 v15 = dword_506520++;
81
377535d6e366 structure boundaries fixed in many places. fixed quests, notes, awards, calendar.
zipi
parents: 74
diff changeset
570 pStru179.field_0[v15] = i;
0
Ritor1
parents:
diff changeset
571 }
Ritor1
parents:
diff changeset
572 }
Ritor1
parents:
diff changeset
573 }
Ritor1
parents:
diff changeset
574 else
Ritor1
parents:
diff changeset
575 {
Ritor1
parents:
diff changeset
576 if ( v1->ptr_1C == (void *)201 )
Ritor1
parents:
diff changeset
577 {
Ritor1
parents:
diff changeset
578 pTexture_AutonotesBook = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("sbautnot", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
579 pTextures_5064A0[10] = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("divbar", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
580 pTex_tab_an_6b__zoom_on = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-6b", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
581 pTex_tab_an_7b__zoot_on = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-7b", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
582 pTex_tab_an_6a__zoom_off = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-6a", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
583 pTex_tab_an_7a__zoot_off = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-7a", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
584 pTexture_506394 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-1b", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
585 pTexture_506390 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-1a", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
586 pTexture_50638C = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-2b", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
587 pTexture_506388 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-2a", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
588 pTexture_506384 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-3b", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
589 pTexture_506380 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-3a", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
590 pTexture_50637C = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-5b", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
591 pTexture_506378 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-5a", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
592 pTexture_506374 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-4b", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
593 pTexture_506370 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-4a", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
594 pTexture_50636C = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-8b", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
595 pTexture_506368 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-8a", TEXTURE_16BIT_PALETTE)];
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
596 pBtn_Book_1 = v1->CreateButton(pViewport->uViewportX + 398, pViewport->uViewportY + 1, 0x32u, 0x22u, 1, 0, 0x47u, 0xBu, 0,
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
597 pGlobalTXT_LocalizationStrings[193], pTex_tab_an_6b__zoom_on, 0);
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
598 pBtn_Book_2 = v1->CreateButton(pViewport->uViewportX + 398, pViewport->uViewportY + 38, 0x32u, 0x22u, 1, 0, 0x47u, 0xAu, 0,
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
599 pGlobalTXT_LocalizationStrings[192], pTex_tab_an_7b__zoot_on, 0);
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
600 pBtn_Book_3 = v1->CreateButton(pViewport->uViewportX + 398, pViewport->uViewportY + 113, 0x32u, 0x22u, 1, 0, 0x47u, 2u, 0,
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
601 pGlobalTXT_LocalizationStrings[85], pTexture_506394, 0);// "Potion Notes"
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
602 pBtn_Book_4 = v1->CreateButton(pViewport->uViewportX + 399, pViewport->uViewportY + 150, 0x32u, 0x22u, 1, 0, 0x47u, 3u, 0,
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
603 pGlobalTXT_LocalizationStrings[137], pTexture_50638C, 0);// "Fountain Notes"
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
604 pBtn_Book_5 = v1->CreateButton(pViewport->uViewportX + 397, pViewport->uViewportY + 188, 0x32u, 0x22u, 1, 0, 0x47u, 4u, 0,
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
605 pGlobalTXT_LocalizationStrings[8], pTexture_506384, 0);// "Obelisk Notes"
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
606 pBtn_Book_6 = v1->CreateButton(pViewport->uViewportX + 397, pViewport->uViewportY + 226, 0x32u, 0x22u, 1, 0, 0x47u, 5u, 0,
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
607 pGlobalTXT_LocalizationStrings[141], pTexture_50637C, 0);// "Seer Notes"
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
608 pBtn_Autonotes_Misc = v1->CreateButton(pViewport->uViewportX + 397, pViewport->uViewportY + 264, 0x32u, 0x22u, 1, 0, 0x47u, 6u, 0,
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
609 pGlobalTXT_LocalizationStrings[123], pTexture_506374, 0);// "Miscellaneous Notes"
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
610 v9 = v1->CreateButton(pViewport->uViewportX + 397, pViewport->uViewportY + 302, 0x32u, 0x22u, 1, 0, 0x47u, 7u, 0,
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
611 pGlobalTXT_LocalizationStrings[662], pTexture_50636C, 0);// "Instructors"
0
Ritor1
parents:
diff changeset
612 v10 = dword_506528;
Ritor1
parents:
diff changeset
613 pBtn_Autonotes_Instructors = v9;
Ritor1
parents:
diff changeset
614 dword_506520 = 0;
Ritor1
parents:
diff changeset
615 while ( v10 < 196 )
Ritor1
parents:
diff changeset
616 {
81
377535d6e366 structure boundaries fixed in many places. fixed quests, notes, awards, calendar.
zipi
parents: 74
diff changeset
617 if ( dword_506568 == pAutonoteTxt[v10-1].eType)//dword_72371C[2 * v10] )
0
Ritor1
parents:
diff changeset
618 {
81
377535d6e366 structure boundaries fixed in many places. fixed quests, notes, awards, calendar.
zipi
parents: 74
diff changeset
619 //v25 = (&dword_723718_autonote_related)[8 * (signed __int16)v10];
377535d6e366 structure boundaries fixed in many places. fixed quests, notes, awards, calendar.
zipi
parents: 74
diff changeset
620 v25 = (char *)pAutonoteTxt[v10-1].pText;
0
Ritor1
parents:
diff changeset
621 if ( (short)v10 )
Ritor1
parents:
diff changeset
622 {
Ritor1
parents:
diff changeset
623 if ( (unsigned __int16)_449B57_test_bit(pParty->_autonote_bits, v10) && v25 )
Ritor1
parents:
diff changeset
624 {
Ritor1
parents:
diff changeset
625 v11 = dword_506520++;
81
377535d6e366 structure boundaries fixed in many places. fixed quests, notes, awards, calendar.
zipi
parents: 74
diff changeset
626 pStru179.field_0[v11] = (signed __int16)v10;
0
Ritor1
parents:
diff changeset
627 }
Ritor1
parents:
diff changeset
628 }
Ritor1
parents:
diff changeset
629 }
Ritor1
parents:
diff changeset
630 ++v10;
Ritor1
parents:
diff changeset
631 }
Ritor1
parents:
diff changeset
632 }
Ritor1
parents:
diff changeset
633 else
Ritor1
parents:
diff changeset
634 {
Ritor1
parents:
diff changeset
635 if ( v1->ptr_1C == (void *)202 )
Ritor1
parents:
diff changeset
636 {
Ritor1
parents:
diff changeset
637 dword_506364 = 1;
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
638 pTextures_5064A0[12] = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("sbmap", TEXTURE_16BIT_PALETTE)];
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
639 pTex_tab_an_6b__zoom_on = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("zoom-on", TEXTURE_16BIT_PALETTE)];
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
640 pTex_tab_an_7b__zoot_on = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("zoot-on", TEXTURE_16BIT_PALETTE)];
0
Ritor1
parents:
diff changeset
641 pTex_tab_an_6a__zoom_off = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("zoom-off", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
642 pTex_tab_an_7a__zoot_off = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("zoot-off", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
643 pTexture_506394 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tabNon", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
644 pTexture_506390 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tabNoff", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
645 pTexture_50638C = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tabSon", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
646 pTexture_506388 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tabSoff", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
647 pTexture_506384 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tabEon", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
648 pTexture_506380 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tabEoff", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
649 pTexture_50637C = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tabWon", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
650 pTexture_506378 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tabWoff", TEXTURE_16BIT_PALETTE)];
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
651 pBtn_Book_1 = v1->CreateButton(pViewport->uViewportX + 398, pViewport->uViewportY + 1, 0x32u, 0x22u, 1, 0, 0x47u, 0, 0,
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
652 pGlobalTXT_LocalizationStrings[251], pTex_tab_an_6b__zoom_on, 0);// "Zoom In"
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
653 pBtn_Book_2 = v1->CreateButton(pViewport->uViewportX + 398, pViewport->uViewportY + 38, 0x32u, 0x22u, 1, 0, 0x47u, 1, 0,
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
654 pGlobalTXT_LocalizationStrings[252], pTex_tab_an_7b__zoot_on, 0);// "Zoom Out"
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
655 pBtn_Book_3 = v1->CreateButton(pViewport->uViewportX + 397, pViewport->uViewportY + 113, 0x32u, 0x22u, 1, 0, 0x47u, 2, 0,
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
656 pGlobalTXT_LocalizationStrings[192], (Texture *)"", 0);// Scroll Up
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
657 pBtn_Book_4 = v1->CreateButton(pViewport->uViewportX + 397, pViewport->uViewportY + 150, 0x32u, 0x22u, 1, 0, 0x47u, 3, 0,
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
658 pGlobalTXT_LocalizationStrings[193], (Texture *)"", 0);// Scroll Down
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
659 pBtn_Book_5 = v1->CreateButton(pViewport->uViewportX + 397, pViewport->uViewportY + 188, 0x32u, 0x22u, 1, 0, 0x47u, 4, 0,
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
660 pGlobalTXT_LocalizationStrings[573], (Texture *)"", 0);// "Scroll Right"
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
661 pBtn_Book_6 = v1->CreateButton(pViewport->uViewportX + 397, pViewport->uViewportY + 226, 0x32u, 0x22u, 1, 0, 0x47u, 5, 0,
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
662 pGlobalTXT_LocalizationStrings[572], (Texture *)"", 0);// "Scroll Left"
0
Ritor1
parents:
diff changeset
663 return;
Ritor1
parents:
diff changeset
664 }
Ritor1
parents:
diff changeset
665 if ( v1->ptr_1C == (void *)203 )
Ritor1
parents:
diff changeset
666 {
Ritor1
parents:
diff changeset
667 pTextures_5064A0[13] = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("sbdate-time", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
668 pTex_moon_new = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("moon_new", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
669 pTex_moon_4 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("moon_4", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
670 pTex_moon_2 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("moon_2", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
671 pTex_moon_2_2 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("moon_2", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
672 pTex_moon_ful = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("moon_ful", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
673 return;
Ritor1
parents:
diff changeset
674 }
Ritor1
parents:
diff changeset
675 if ( v1->ptr_1C != (void *)224 )
Ritor1
parents:
diff changeset
676 return;
Ritor1
parents:
diff changeset
677 pTextures_5064A0[11] = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("sbplayrnot", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
678 pTex_tab_an_6b__zoom_on = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-6b", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
679 pTex_tab_an_7b__zoot_on = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-7b", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
680 pTex_tab_an_6a__zoom_off = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-6a", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
681 pTex_tab_an_7a__zoot_off = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("tab-an-7a", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
682 pBtn_Book_1 = v1->CreateButton(
Ritor1
parents:
diff changeset
683 pViewport->uViewportX + 398,
Ritor1
parents:
diff changeset
684 pViewport->uViewportY + 1,
Ritor1
parents:
diff changeset
685 pTex_tab_an_6b__zoom_on->uTextureWidth,
Ritor1
parents:
diff changeset
686 pTex_tab_an_6b__zoom_on->uTextureHeight,
Ritor1
parents:
diff changeset
687 1,
Ritor1
parents:
diff changeset
688 0,
Ritor1
parents:
diff changeset
689 0x47u,
Ritor1
parents:
diff changeset
690 0xBu,
Ritor1
parents:
diff changeset
691 0,
Ritor1
parents:
diff changeset
692 pGlobalTXT_LocalizationStrings[192],
Ritor1
parents:
diff changeset
693 pTex_tab_an_6b__zoom_on,
Ritor1
parents:
diff changeset
694 0);
Ritor1
parents:
diff changeset
695 pBtn_Book_2 = v1->CreateButton(
Ritor1
parents:
diff changeset
696 pViewport->uViewportX + 398,
Ritor1
parents:
diff changeset
697 pViewport->uViewportY + 38,
Ritor1
parents:
diff changeset
698 pTex_tab_an_7b__zoot_on->uTextureHeight,
Ritor1
parents:
diff changeset
699 pTex_tab_an_7b__zoot_on->uTextureHeight,
Ritor1
parents:
diff changeset
700 1,
Ritor1
parents:
diff changeset
701 0,
Ritor1
parents:
diff changeset
702 0x47u,
Ritor1
parents:
diff changeset
703 0xAu,
Ritor1
parents:
diff changeset
704 0,
Ritor1
parents:
diff changeset
705 pGlobalTXT_LocalizationStrings[193],
Ritor1
parents:
diff changeset
706 pTex_tab_an_7b__zoot_on,
Ritor1
parents:
diff changeset
707 0);
Ritor1
parents:
diff changeset
708 dword_506520 = 0;
Ritor1
parents:
diff changeset
709 v26.uFrameX = 48;
Ritor1
parents:
diff changeset
710 v26.uFrameY = 70;
Ritor1
parents:
diff changeset
711 v26.uFrameWidth = 360;
Ritor1
parents:
diff changeset
712 v26.uFrameHeight = 264;
Ritor1
parents:
diff changeset
713 v2 = LOBYTE(pAutonoteFont->uFontHeight) - 3;
Ritor1
parents:
diff changeset
714 v26.uFrameZ = 407;
Ritor1
parents:
diff changeset
715 v26.uFrameHeight = v2 * 264 / v2;
Ritor1
parents:
diff changeset
716 v26.uFrameW = v26.uFrameHeight + 69;
Ritor1
parents:
diff changeset
717 memset(&pStru179, 0, 0xFA0u);
Ritor1
parents:
diff changeset
718 memset(byte_5C6D50, 0, 0x64u);
Ritor1
parents:
diff changeset
719 if ( dword_506528 < 29 )
Ritor1
parents:
diff changeset
720 {
Ritor1
parents:
diff changeset
721 v3 = (__int64 *)&pParty->field_3C.field_4F0[2 * dword_506528];
Ritor1
parents:
diff changeset
722 v24 = dword_506528 + 1;
Ritor1
parents:
diff changeset
723 v22 = (char *)&pStorylineText->field_4[3 * dword_506528 + 2];
Ritor1
parents:
diff changeset
724 do
Ritor1
parents:
diff changeset
725 {
Ritor1
parents:
diff changeset
726 v4 = *(char **)v22;
Ritor1
parents:
diff changeset
727 if ( *v3 )
Ritor1
parents:
diff changeset
728 {
Ritor1
parents:
diff changeset
729 if ( v4 )
Ritor1
parents:
diff changeset
730 {
Ritor1
parents:
diff changeset
731 v5 = sub_495461(v4, uActiveCharacter - 1, 0, 0, 0, v3);
Ritor1
parents:
diff changeset
732 v6 = pAutonoteFont->CalcTextHeight(v5, &v26, 1, 0);
Ritor1
parents:
diff changeset
733 v7 = (v6 - 3) / (signed int)v26.uFrameHeight;
Ritor1
parents:
diff changeset
734 v8 = v7 + 1;
Ritor1
parents:
diff changeset
735 if ( (signed int)v7 + 1 > 0 )
Ritor1
parents:
diff changeset
736 {
17
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
737 memset32((char *)&pStru179 + 4 * dword_506520 , v24, v8);
0
Ritor1
parents:
diff changeset
738 do
Ritor1
parents:
diff changeset
739 {
Ritor1
parents:
diff changeset
740 LODWORD(v7) = dword_506520++;
Ritor1
parents:
diff changeset
741 byte_5C6D50[(int)v7] = BYTE4(v7);
Ritor1
parents:
diff changeset
742 ++HIDWORD(v7);
Ritor1
parents:
diff changeset
743 }
Ritor1
parents:
diff changeset
744 while ( SHIDWORD(v7) < (signed int)v8 );
Ritor1
parents:
diff changeset
745 }
Ritor1
parents:
diff changeset
746 }
Ritor1
parents:
diff changeset
747 }
Ritor1
parents:
diff changeset
748 v22 += 12;
Ritor1
parents:
diff changeset
749 ++v3;
Ritor1
parents:
diff changeset
750 ++v24;
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
751 //__debugbreak(); // fix condition
0
Ritor1
parents:
diff changeset
752 }
Ritor1
parents:
diff changeset
753 while ( (signed int)v22 < (signed int)&pFactionTable->relations + 8 );
Ritor1
parents:
diff changeset
754 }
Ritor1
parents:
diff changeset
755 }
Ritor1
parents:
diff changeset
756 }
Ritor1
parents:
diff changeset
757 v12 = dword_506520;
Ritor1
parents:
diff changeset
758 dword_506520 = 0;
Ritor1
parents:
diff changeset
759 dword_506524 = v12;
Ritor1
parents:
diff changeset
760 }
Ritor1
parents:
diff changeset
761 }
Ritor1
parents:
diff changeset
762 }
Ritor1
parents:
diff changeset
763
Ritor1
parents:
diff changeset
764
Ritor1
parents:
diff changeset
765
Ritor1
parents:
diff changeset
766
Ritor1
parents:
diff changeset
767 //----- (00415551) --------------------------------------------------------
Ritor1
parents:
diff changeset
768 void GUIWindow::DrawMessageBox(int arg0)
Ritor1
parents:
diff changeset
769 {
Ritor1
parents:
diff changeset
770 unsigned int v2; // edi@1
Ritor1
parents:
diff changeset
771 GUIWindow *v3; // ebx@1
Ritor1
parents:
diff changeset
772 signed int v4; // esi@2
Ritor1
parents:
diff changeset
773 unsigned int v5; // eax@2
Ritor1
parents:
diff changeset
774 unsigned int v6; // edx@4
Ritor1
parents:
diff changeset
775 unsigned int v7; // ecx@6
Ritor1
parents:
diff changeset
776 unsigned int v8; // eax@9
Ritor1
parents:
diff changeset
777 __int32 v9; // eax@10
Ritor1
parents:
diff changeset
778 unsigned int v10; // eax@18
Ritor1
parents:
diff changeset
779 LONG v11; // ecx@18
Ritor1
parents:
diff changeset
780 unsigned int v12; // edx@18
Ritor1
parents:
diff changeset
781 unsigned int v13; // eax@18
Ritor1
parents:
diff changeset
782 const char *v14; // ecx@18
Ritor1
parents:
diff changeset
783 int v15; // eax@19
Ritor1
parents:
diff changeset
784 unsigned int v16; // esi@19
Ritor1
parents:
diff changeset
785 const char *v17; // ebx@25
Ritor1
parents:
diff changeset
786 int v18; // eax@26
Ritor1
parents:
diff changeset
787 GUIWindow v19; // [sp+Ch] [bp-60h]@18
Ritor1
parents:
diff changeset
788 POINT a2; // [sp+60h] [bp-Ch]@8
Ritor1
parents:
diff changeset
789 unsigned int v21; // [sp+68h] [bp-4h]@18
Ritor1
parents:
diff changeset
790 unsigned int v22; // [sp+74h] [bp+8h]@2
Ritor1
parents:
diff changeset
791 unsigned int v23; // [sp+74h] [bp+8h]@18
Ritor1
parents:
diff changeset
792
Ritor1
parents:
diff changeset
793 v2 = 0;
Ritor1
parents:
diff changeset
794 v3 = this;
Ritor1
parents:
diff changeset
795 if ( arg0 )
Ritor1
parents:
diff changeset
796 {
Ritor1
parents:
diff changeset
797 v4 = pViewport->uViewportX;
Ritor1
parents:
diff changeset
798 v5 = pViewport->uViewportZ;
Ritor1
parents:
diff changeset
799 v2 = pViewport->uViewportY;
Ritor1
parents:
diff changeset
800 v22 = pViewport->uViewportW;
Ritor1
parents:
diff changeset
801 }
Ritor1
parents:
diff changeset
802 else
Ritor1
parents:
diff changeset
803 {
Ritor1
parents:
diff changeset
804 v4 = 0;
Ritor1
parents:
diff changeset
805 v5 = 640;
Ritor1
parents:
diff changeset
806 v22 = 480;
Ritor1
parents:
diff changeset
807 }
Ritor1
parents:
diff changeset
808 v6 = this->uFrameX;
Ritor1
parents:
diff changeset
809 if ( (signed int)this->uFrameX >= v4 )
Ritor1
parents:
diff changeset
810 {
Ritor1
parents:
diff changeset
811 v7 = this->uFrameWidth;
Ritor1
parents:
diff changeset
812 if ( (signed int)(v7 + v6) <= (signed int)v5 )
Ritor1
parents:
diff changeset
813 goto LABEL_9;
Ritor1
parents:
diff changeset
814 v3->uFrameX = v5 - v7;
Ritor1
parents:
diff changeset
815 }
Ritor1
parents:
diff changeset
816 else
Ritor1
parents:
diff changeset
817 {
Ritor1
parents:
diff changeset
818 this->uFrameX = v4;
Ritor1
parents:
diff changeset
819 }
Ritor1
parents:
diff changeset
820 v3->uFrameY = pMouse->GetCursorPos(&a2)->y + 30;
Ritor1
parents:
diff changeset
821 LABEL_9:
Ritor1
parents:
diff changeset
822 v8 = v3->uFrameY;
Ritor1
parents:
diff changeset
823 if ( (signed int)v8 >= (signed int)v2 )
Ritor1
parents:
diff changeset
824 {
Ritor1
parents:
diff changeset
825 if ( (signed int)(v8 + v3->uFrameHeight) <= (signed int)v22 )
Ritor1
parents:
diff changeset
826 goto LABEL_14;
Ritor1
parents:
diff changeset
827 v9 = pMouse->GetCursorPos(&a2)->y - v3->uFrameHeight - 30;
Ritor1
parents:
diff changeset
828 }
Ritor1
parents:
diff changeset
829 else
Ritor1
parents:
diff changeset
830 {
Ritor1
parents:
diff changeset
831 v9 = pMouse->GetCursorPos(&a2)->y + 30;
Ritor1
parents:
diff changeset
832 }
Ritor1
parents:
diff changeset
833 v3->uFrameY = v9;
Ritor1
parents:
diff changeset
834 LABEL_14:
Ritor1
parents:
diff changeset
835 if ( (signed int)v3->uFrameY < (signed int)v2 )
Ritor1
parents:
diff changeset
836 v3->uFrameY = v2;
Ritor1
parents:
diff changeset
837 if ( (signed int)v3->uFrameX < v4 )
Ritor1
parents:
diff changeset
838 v3->uFrameX = v4;
Ritor1
parents:
diff changeset
839 v10 = v3->uFrameWidth;
Ritor1
parents:
diff changeset
840 v11 = v3->uFrameX;
Ritor1
parents:
diff changeset
841 v12 = v3->uFrameY;
Ritor1
parents:
diff changeset
842 v21 = v10;
Ritor1
parents:
diff changeset
843 a2.y = v11;
Ritor1
parents:
diff changeset
844 v3->uFrameZ = v10 + v11 - 1;
Ritor1
parents:
diff changeset
845 v13 = v3->uFrameHeight;
Ritor1
parents:
diff changeset
846 v3->uFrameW = v13 + v12 - 1;
Ritor1
parents:
diff changeset
847 memcpy(&v19, v3, sizeof(v19));
Ritor1
parents:
diff changeset
848 v19.uFrameX += 12;
Ritor1
parents:
diff changeset
849 v19.uFrameWidth -= 24;
Ritor1
parents:
diff changeset
850 v19.uFrameY += 12;
Ritor1
parents:
diff changeset
851 v19.uFrameHeight -= 12;
Ritor1
parents:
diff changeset
852 v19.uFrameZ = v19.uFrameWidth + v19.uFrameX - 1;
Ritor1
parents:
diff changeset
853 v23 = v12;
Ritor1
parents:
diff changeset
854 v19.uFrameW = v19.uFrameHeight + v19.uFrameY - 1;
Ritor1
parents:
diff changeset
855 v14 = v3->Hint;
Ritor1
parents:
diff changeset
856 if ( v14 )
Ritor1
parents:
diff changeset
857 {
Ritor1
parents:
diff changeset
858 v15 = pFontLucida->CalcTextHeight(v14, &v19, 0, 0);
Ritor1
parents:
diff changeset
859 v12 = v23;
Ritor1
parents:
diff changeset
860 v16 = v15 + 24;
Ritor1
parents:
diff changeset
861 }
Ritor1
parents:
diff changeset
862 else
Ritor1
parents:
diff changeset
863 {
Ritor1
parents:
diff changeset
864 v16 = v13;
Ritor1
parents:
diff changeset
865 }
Ritor1
parents:
diff changeset
866 if ( (signed int)v16 < 64 )
Ritor1
parents:
diff changeset
867 v16 = 64;
Ritor1
parents:
diff changeset
868 if ( (signed int)(v16 + v12) > 479 )
Ritor1
parents:
diff changeset
869 v16 = 479 - v12;
Ritor1
parents:
diff changeset
870 DrawPopupWindow(a2.y, v12, v21, v16);
Ritor1
parents:
diff changeset
871 v17 = v3->Hint;
Ritor1
parents:
diff changeset
872 if ( v17 )
Ritor1
parents:
diff changeset
873 {
Ritor1
parents:
diff changeset
874 v18 = pFontLucida->CalcTextHeight(v17, &v19, 0, 0);
Ritor1
parents:
diff changeset
875 v19.DrawTitleText(pFontLucida, 0, (signed int)(v16 - v18) / 2 - 14, 0, v17, 3u);
Ritor1
parents:
diff changeset
876 }
Ritor1
parents:
diff changeset
877 }
Ritor1
parents:
diff changeset
878
Ritor1
parents:
diff changeset
879
Ritor1
parents:
diff changeset
880 //----- (0041192C) --------------------------------------------------------
Ritor1
parents:
diff changeset
881 void __cdecl InitializeBookTextures()
Ritor1
parents:
diff changeset
882 {
Ritor1
parents:
diff changeset
883 //signed int v0; // ebp@3
Ritor1
parents:
diff changeset
884 //Texture **v1; // ebx@3
Ritor1
parents:
diff changeset
885
Ritor1
parents:
diff changeset
886 pAudioPlayer->StopChannels(-1, -1);
Ritor1
parents:
diff changeset
887 ++pIcons_LOD->uTexturePacksCount;
Ritor1
parents:
diff changeset
888 if ( !pIcons_LOD->uNumPrevLoadedFiles )
Ritor1
parents:
diff changeset
889 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles;
Ritor1
parents:
diff changeset
890 pAudioPlayer->PlaySound((SoundID)230, 0, 0, -1, 0, 0, 0, 0);
Ritor1
parents:
diff changeset
891 pTextures_5064A0[9] = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("book", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
892 pTexture_pagemask = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("pagemask", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
893 pTexture_506448 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("ib-m5-u", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
894 ptr_506440 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("ib-m5-d", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
895 pTexture_50643C = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("ib-m6-u",TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
896 //v0 = 1;
Ritor1
parents:
diff changeset
897
Ritor1
parents:
diff changeset
898 static const char *texNames[9] =
Ritor1
parents:
diff changeset
899 {
Ritor1
parents:
diff changeset
900 "SBFB00", "SBAB00", "SBWB00", "SBEB00",
Ritor1
parents:
diff changeset
901 "SBSB00", "SBMB00", "SBBB00", "SBLB00",
Ritor1
parents:
diff changeset
902 };
Ritor1
parents:
diff changeset
903
Ritor1
parents:
diff changeset
904 pTexture_506444 = pIcons_LOD->LoadTexturePtr("ib-m6-d",TEXTURE_16BIT_PALETTE);
Ritor1
parents:
diff changeset
905 for (uint i = 0; i < 8; ++i)
Ritor1
parents:
diff changeset
906 {
Ritor1
parents:
diff changeset
907 pTextures_5064A0[i] = pIcons_LOD->LoadTexturePtr(texNames[i], TEXTURE_16BIT_PALETTE);
Ritor1
parents:
diff changeset
908
Ritor1
parents:
diff changeset
909 sprintf(pTmpBuf, "tab%da", i);
Ritor1
parents:
diff changeset
910 pTextures_tabs[i][0] = pIcons_LOD->LoadTexturePtr(pTmpBuf, TEXTURE_16BIT_PALETTE);
Ritor1
parents:
diff changeset
911 sprintf(pTmpBuf, "tab%db", i);
Ritor1
parents:
diff changeset
912 pTextures_tabs[i][1] = pIcons_LOD->LoadTexturePtr(pTmpBuf, TEXTURE_16BIT_PALETTE);
Ritor1
parents:
diff changeset
913 }
Ritor1
parents:
diff changeset
914 }
Ritor1
parents:
diff changeset
915
Ritor1
parents:
diff changeset
916 //----- (00411AAA) --------------------------------------------------------
Ritor1
parents:
diff changeset
917 void __cdecl InitializeBookFonts()
Ritor1
parents:
diff changeset
918 {
Ritor1
parents:
diff changeset
919 pAudioPlayer->StopChannels(-1, -1);
Ritor1
parents:
diff changeset
920 ++pIcons_LOD->uTexturePacksCount;
Ritor1
parents:
diff changeset
921 if ( !pIcons_LOD->uNumPrevLoadedFiles )
Ritor1
parents:
diff changeset
922 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles;
Ritor1
parents:
diff changeset
923 pAudioPlayer->PlaySound((SoundID)230, 0, 0, -1, 0, 0, 0, 0);
Ritor1
parents:
diff changeset
924 pTexture_mapbordr = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("mapbordr", TEXTURE_16BIT_PALETTE)];
Ritor1
parents:
diff changeset
925 pBookFont = LoadFont("book.fnt", "FONTPAL", 0);
Ritor1
parents:
diff changeset
926 pBook2Font = LoadFont("book2.fnt", "FONTPAL", 0);
Ritor1
parents:
diff changeset
927 pAutonoteFont = LoadFont("autonote.fnt", "FONTPAL", 0);
Ritor1
parents:
diff changeset
928 pSpellFont = LoadFont("spell.fnt", "FONTPAL", 0);
Ritor1
parents:
diff changeset
929 }
Ritor1
parents:
diff changeset
930
Ritor1
parents:
diff changeset
931 //----- (00411B59) --------------------------------------------------------
Ritor1
parents:
diff changeset
932 void __fastcall LoadThumbnailLloydTexture(unsigned int uSlot, unsigned int uPlayer)
Ritor1
parents:
diff changeset
933 {
Ritor1
parents:
diff changeset
934 unsigned int v2; // esi@1
Ritor1
parents:
diff changeset
935 unsigned int v3; // edi@1
Ritor1
parents:
diff changeset
936 FILE *v4; // ebx@1
Ritor1
parents:
diff changeset
937 FILE *v5; // eax@2
Ritor1
parents:
diff changeset
938 char pContainerName[64]; // [sp+Ch] [bp-44h]@1
Ritor1
parents:
diff changeset
939 unsigned int v7; // [sp+4Ch] [bp-4h]@1
Ritor1
parents:
diff changeset
940
Ritor1
parents:
diff changeset
941 v2 = uSlot;
Ritor1
parents:
diff changeset
942 v7 = uPlayer;
Ritor1
parents:
diff changeset
943 v3 = uSlot + 1;
Ritor1
parents:
diff changeset
944 sprintf(pContainerName, "data\\lloyd%d%d.pcx", uPlayer, uSlot + 1);
Ritor1
parents:
diff changeset
945 v4 = fopen(pContainerName, "rb");
Ritor1
parents:
diff changeset
946 if ( v4 )
Ritor1
parents:
diff changeset
947 {
Ritor1
parents:
diff changeset
948 pSavegameThumbnails[v2].LoadFromFILE(v4, 0, 1u);
Ritor1
parents:
diff changeset
949 fclose(v4);
Ritor1
parents:
diff changeset
950 }
Ritor1
parents:
diff changeset
951 else
Ritor1
parents:
diff changeset
952 {
Ritor1
parents:
diff changeset
953 sprintf(pContainerName, "lloyd%d%d.pcx", v7, v3);
Ritor1
parents:
diff changeset
954 v5 = pNew_LOD->FindContainer(pContainerName, 1);
Ritor1
parents:
diff changeset
955 if ( v5 )
Ritor1
parents:
diff changeset
956 pSavegameThumbnails[v2].LoadFromFILE(v5, 0, 0);
Ritor1
parents:
diff changeset
957 else
Ritor1
parents:
diff changeset
958 *((int *)&pSavegameThumbnails->pPixels + 10 * v2) = 0;
Ritor1
parents:
diff changeset
959 }
Ritor1
parents:
diff changeset
960 }
Ritor1
parents:
diff changeset
961
Ritor1
parents:
diff changeset
962
Ritor1
parents:
diff changeset
963 //----- (00411621) --------------------------------------------------------
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
964 GUIButton *GUIWindow::OpenSpellBook()
0
Ritor1
parents:
diff changeset
965 {
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
966 Player *pPlayer; // edi@1
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
967 GUIWindow *pWindow; // esi@1
0
Ritor1
parents:
diff changeset
968 unsigned int v3; // ebp@1
Ritor1
parents:
diff changeset
969 int v4; // eax@3
Ritor1
parents:
diff changeset
970 GUIButton *result; // eax@25
Ritor1
parents:
diff changeset
971 int a2; // [sp+10h] [bp-8h]@1
Ritor1
parents:
diff changeset
972 int v7; // [sp+14h] [bp-4h]@1
Ritor1
parents:
diff changeset
973
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
974 //__debugbreak();
0
Ritor1
parents:
diff changeset
975
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
976 pPlayer = pPlayers[uActiveCharacter];
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
977 pWindow = this;
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
978 LoadSpellbook(pPlayer->pNumSpellBookPage);
0
Ritor1
parents:
diff changeset
979 v3 = 0;
Ritor1
parents:
diff changeset
980 a2 = 0;
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
981 v7 = (int)(&pPlayer->spellbook.pFireSpellbook + pPlayer->pNumSpellBookPage);
0
Ritor1
parents:
diff changeset
982 do
Ritor1
parents:
diff changeset
983 {
Ritor1
parents:
diff changeset
984 if ( *(char *)(v7 + v3) )
Ritor1
parents:
diff changeset
985 {
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
986 v4 = 2 * (12 * pPlayer->pNumSpellBookPage + (unsigned __int8)*(&byte_4E2431[12 * pPlayer->pNumSpellBookPage] + v3));
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
987 pWindow->CreateButton(pViewport->uViewportX + dword_4E20D0[v4],
0
Ritor1
parents:
diff changeset
988 pViewport->uViewportY + dword_4E20D0[v4 + 1],
74
2c0260e09693 spellbook open crash fixed
zipi
parents: 61
diff changeset
989 dword_506408[v3 + 1]->uTextureWidth,
2c0260e09693 spellbook open crash fixed
zipi
parents: 61
diff changeset
990 dword_506408[v3 + 1]->uTextureHeight,
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
991 1, 79, 0x56u, v3, 0, "", 0);
0
Ritor1
parents:
diff changeset
992 ++a2;
Ritor1
parents:
diff changeset
993 }
Ritor1
parents:
diff changeset
994 ++v3;
Ritor1
parents:
diff changeset
995 }
Ritor1
parents:
diff changeset
996 while ( (signed int)v3 < 11 );
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
997 pWindow->CreateButton(0, 0, 0, 0, 1, 0, 0x33u, 0, 9u, "", 0);
0
Ritor1
parents:
diff changeset
998 if ( a2 )
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
999 pWindow->_41D08F(a2, 0, 0, 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1000 if ( pPlayer->pActiveSkills[12] )
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1001 pWindow->CreateButton(0x18Fu, 0xAu, 0x32u, 0x24u, 1, 0, 0x57u, 0, 0, aSpellSchoolNames[0], 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1002 if ( pPlayer->pActiveSkills[13] )
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1003 pWindow->CreateButton(0x18Fu, 0x2Eu, 0x32u, 0x24u, 1, 0, 0x57u, 1u, 0, aSpellSchoolNames[1], 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1004 if ( pPlayer->pActiveSkills[14] )
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1005 pWindow->CreateButton(0x18Fu, 0x53u, 0x32u, 0x24u, 1, 0, 0x57u, 2u, 0, aSpellSchoolNames[2], 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1006 if ( pPlayer->pActiveSkills[15] )
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1007 pWindow->CreateButton(0x18Fu, 0x79u, 0x32u, 0x24u, 1, 0, 0x57u, 3u, 0, aSpellSchoolNames[3], 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1008 if ( pPlayer->pActiveSkills[16] )
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1009 pWindow->CreateButton(0x18Fu, 0x9Eu, 0x32u, 0x24u, 1, 0, 0x57u, 4u, 0, aSpellSchoolNames[4], 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1010 if ( pPlayer->pActiveSkills[17] )
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1011 pWindow->CreateButton(0x190u, 0xC4u, 0x32u, 0x24u, 1, 0, 0x57u, 5u, 0, aSpellSchoolNames[5], 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1012 if ( pPlayer->pActiveSkills[18] )
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1013 pWindow->CreateButton(0x190u, 0xEAu, 0x32u, 0x24u, 1, 0, 0x57u, 6u, 0, aSpellSchoolNames[6], 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1014 if ( pPlayer->pActiveSkills[19] )
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1015 pWindow->CreateButton(0x190u, 0x10Fu, 0x32u, 0x24u, 1, 0, 0x57u, 7u, 0, aSpellSchoolNames[7], 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1016 if ( pPlayer->pActiveSkills[20] )
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1017 pWindow->CreateButton(0x190u, 0x133u, 0x32u, 0x24u, 1, 0, 0x57u, 8u, 0, aSpellSchoolNames[8], 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1018 pWindow->CreateButton(0x1DCu, 0x1C2u, pTexture_506444->uTextureWidth, pTexture_506444->uTextureHeight, 1, 78, 0x58u, 0, 0, "", 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1019 pBtn_InstallRemoveSpell = pWindow->CreateButton(0x1DCu, 0x1C2u, 0x30u, 0x20u, 1, 78, 0x58u, 0, 0, "", pTexture_506444, 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1020 pWindow->CreateButton(0x231u, 0x1C2u, ptr_506440->uTextureWidth, ptr_506440->uTextureHeight, 1, 0, 0x71u, 0, 0, pGlobalTXT_LocalizationStrings[79], 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1021 pBtn_CloseBook = pWindow->CreateButton(0x231u, 0x1C2u, 0x30u, 0x20u, 1, 0, 0x71u, 0, 0, pGlobalTXT_LocalizationStrings[79], ptr_506440, 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1022 result = pBtn_CloseBook;
0
Ritor1
parents:
diff changeset
1023 return result;
Ritor1
parents:
diff changeset
1024 }
Ritor1
parents:
diff changeset
1025 // 50640C: using guessed type int dword_50640C[];
Ritor1
parents:
diff changeset
1026
Ritor1
parents:
diff changeset
1027
Ritor1
parents:
diff changeset
1028 //----- (004B3157) --------------------------------------------------------
Ritor1
parents:
diff changeset
1029 void GUIWindow::_4B3157()
Ritor1
parents:
diff changeset
1030 {
Ritor1
parents:
diff changeset
1031 unsigned __int16 v1; // di@2
Ritor1
parents:
diff changeset
1032 const char *v2; // edx@4
Ritor1
parents:
diff changeset
1033 signed int v3; // edx@5
Ritor1
parents:
diff changeset
1034 char *v4; // edi@9
Ritor1
parents:
diff changeset
1035 int v5; // eax@45
Ritor1
parents:
diff changeset
1036 int v6; // edi@45
Ritor1
parents:
diff changeset
1037 char *v7; // eax@45
Ritor1
parents:
diff changeset
1038 int v8; // edi@46
Ritor1
parents:
diff changeset
1039 int v9; // eax@50
Ritor1
parents:
diff changeset
1040 unsigned int v10; // [sp-10h] [bp-C8h]@53
Ritor1
parents:
diff changeset
1041 unsigned __int16 v11; // [sp-Ch] [bp-C4h]@53
Ritor1
parents:
diff changeset
1042 unsigned int v12; // [sp-Ch] [bp-C4h]@60
Ritor1
parents:
diff changeset
1043 char *v13; // [sp-8h] [bp-C0h]@50
Ritor1
parents:
diff changeset
1044 unsigned int v14; // [sp-8h] [bp-C0h]@60
Ritor1
parents:
diff changeset
1045 unsigned int v15; // [sp-4h] [bp-BCh]@50
Ritor1
parents:
diff changeset
1046 Texture *v16; // [sp-4h] [bp-BCh]@60
Ritor1
parents:
diff changeset
1047 GUIWindow w; // [sp+Ch] [bp-ACh]@4
Ritor1
parents:
diff changeset
1048 GUIWindow v18; // [sp+60h] [bp-58h]@2
Ritor1
parents:
diff changeset
1049 int v19; // [sp+B4h] [bp-4h]@2
Ritor1
parents:
diff changeset
1050
Ritor1
parents:
diff changeset
1051 if ( !ptr_507BC0 )
Ritor1
parents:
diff changeset
1052 return;
Ritor1
parents:
diff changeset
1053 memcpy(&v18, this, sizeof(v18));
Ritor1
parents:
diff changeset
1054 v18.uFrameWidth -= 18;
Ritor1
parents:
diff changeset
1055 v18.uFrameZ -= 18;
Ritor1
parents:
diff changeset
1056 v1 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0xFFu);
Ritor1
parents:
diff changeset
1057 v19 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0x15u, 0x99u, 0xE9u);
Ritor1
parents:
diff changeset
1058 pRenderer->DrawTextureIndexed(0x1DDu, 0, pTexture_Dialogue_Background);
Ritor1
parents:
diff changeset
1059 pRenderer->DrawTextureTransparent(
Ritor1
parents:
diff changeset
1060 0x1D4u,
Ritor1
parents:
diff changeset
1061 0,
Ritor1
parents:
diff changeset
1062 (Texture *)(uTextureID_507B04 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_507B04] : 0));
Ritor1
parents:
diff changeset
1063 if ( array_5913D8[6] != (NPCData *)uNumDialogueNPCPortraits || !uHouse_ExitPic )
Ritor1
parents:
diff changeset
1064 {
Ritor1
parents:
diff changeset
1065 w.uFrameWidth = 130;
Ritor1
parents:
diff changeset
1066 w.uFrameHeight = 2 * LOBYTE(pFontCreate->uFontHeight);
Ritor1
parents:
diff changeset
1067
Ritor1
parents:
diff changeset
1068 //v2 = (const char *)p2DEvents_minus1_::04[13 * (unsigned int)ptr_507BC0->ptr_1C];
Ritor1
parents:
diff changeset
1069 v2 = p2DEvents[(unsigned int)ptr_507BC0->ptr_1C - 1].pName;
Ritor1
parents:
diff changeset
1070
Ritor1
parents:
diff changeset
1071 if ( v2 )
Ritor1
parents:
diff changeset
1072 {
Ritor1
parents:
diff changeset
1073 v3 = 2 * LOBYTE(pFontCreate->uFontHeight) - 6 - pFontCreate->CalcTextHeight(v2, &w, 0, 0);
Ritor1
parents:
diff changeset
1074 if ( v3 < 0 )
Ritor1
parents:
diff changeset
1075 v3 = 0;
Ritor1
parents:
diff changeset
1076 v18.DrawTitleText(
Ritor1
parents:
diff changeset
1077 pFontCreate,
Ritor1
parents:
diff changeset
1078 0x1EAu,
Ritor1
parents:
diff changeset
1079 v3 / 2 + 4,
Ritor1
parents:
diff changeset
1080 v1,
Ritor1
parents:
diff changeset
1081 //(const char *)p2DEvents_minus1_::04[13 * (unsigned int)ptr_507BC0->ptr_1C],
Ritor1
parents:
diff changeset
1082 p2DEvents[(unsigned int)ptr_507BC0->ptr_1C - 1].pName,
Ritor1
parents:
diff changeset
1083 3u);
Ritor1
parents:
diff changeset
1084 }
Ritor1
parents:
diff changeset
1085 }
Ritor1
parents:
diff changeset
1086 v18.uFrameWidth += 8;
Ritor1
parents:
diff changeset
1087 v18.uFrameZ += 8;
Ritor1
parents:
diff changeset
1088 if ( !array_5913D8[6] )
Ritor1
parents:
diff changeset
1089 {
Ritor1
parents:
diff changeset
1090 if ( dword_F8B198 == 31 )
Ritor1
parents:
diff changeset
1091 {
Ritor1
parents:
diff changeset
1092 LABEL_36:
Ritor1
parents:
diff changeset
1093 sub_4B4F4F();
Ritor1
parents:
diff changeset
1094 goto LABEL_58;
Ritor1
parents:
diff changeset
1095 }
Ritor1
parents:
diff changeset
1096 if ( ptr_F8B1E8 )
Ritor1
parents:
diff changeset
1097 {
Ritor1
parents:
diff changeset
1098 w.uFrameWidth = 458;
Ritor1
parents:
diff changeset
1099 w.uFrameZ = 457;
Ritor1
parents:
diff changeset
1100 v5 = pFontArrus->CalcTextHeight(ptr_F8B1E8, &w, 13, 0);
Ritor1
parents:
diff changeset
1101 v6 = v5 + 7;
Ritor1
parents:
diff changeset
1102 pRenderer->_4A6A68(
Ritor1
parents:
diff changeset
1103 8u,
Ritor1
parents:
diff changeset
1104 352 - (v5 + 7),
Ritor1
parents:
diff changeset
1105 (Texture *)(uTextureID_Leather != -1 ? &pIcons_LOD->pTextures[uTextureID_Leather] : 0),
Ritor1
parents:
diff changeset
1106 (uTextureID_Leather != -1 ? pIcons_LOD->pTextures[uTextureID_Leather].uTextureHeight : 26) - (v5 + 7));
Ritor1
parents:
diff changeset
1107 pRenderer->DrawTextureIndexed(8u, 347 - v6, pTexture_591428);
Ritor1
parents:
diff changeset
1108 v7 = FitTextInAWindow(ptr_F8B1E8, pFontArrus, &w, 0xDu, 0);
Ritor1
parents:
diff changeset
1109 ptr_507BC0->DrawText(pFontArrus, 13, 354 - v6, 0, v7, 0, 0, 0);
Ritor1
parents:
diff changeset
1110 }
Ritor1
parents:
diff changeset
1111 v8 = 0;
Ritor1
parents:
diff changeset
1112 if ( uNumDialogueNPCPortraits <= 0 )
Ritor1
parents:
diff changeset
1113 goto LABEL_58;
Ritor1
parents:
diff changeset
1114 while ( 1 )
Ritor1
parents:
diff changeset
1115 {
Ritor1
parents:
diff changeset
1116 pRenderer->DrawTextureIndexed(
Ritor1
parents:
diff changeset
1117 *(&_4E5E50_transui_x + v8 + 6 * uNumDialogueNPCPortraits - 6) - 4,
Ritor1
parents:
diff changeset
1118 *(&_4E5EE0_transui_y + v8 + 6 * uNumDialogueNPCPortraits - 6) - 4,
Ritor1
parents:
diff changeset
1119 (Texture *)(uTextureID_50795C != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_50795C] : 0));
Ritor1
parents:
diff changeset
1120 pRenderer->DrawTextureIndexed(
Ritor1
parents:
diff changeset
1121 *(&_4E5E50_transui_x + v8 + 6 * uNumDialogueNPCPortraits - 6),
Ritor1
parents:
diff changeset
1122 *(&_4E5EE0_transui_y + v8 + 6 * uNumDialogueNPCPortraits - 6),
Ritor1
parents:
diff changeset
1123 pDialogueNPCPortraits[v8]);
Ritor1
parents:
diff changeset
1124 if ( uNumDialogueNPCPortraits < 4 )
Ritor1
parents:
diff changeset
1125 break;
Ritor1
parents:
diff changeset
1126 LABEL_57:
Ritor1
parents:
diff changeset
1127 ++v8;
Ritor1
parents:
diff changeset
1128 if ( v8 >= uNumDialogueNPCPortraits )
Ritor1
parents:
diff changeset
1129 goto LABEL_58;
Ritor1
parents:
diff changeset
1130 }
Ritor1
parents:
diff changeset
1131 if ( v8 + 1 == uNumDialogueNPCPortraits && uHouse_ExitPic )
Ritor1
parents:
diff changeset
1132 {
Ritor1
parents:
diff changeset
1133 v15 = 3;
Ritor1
parents:
diff changeset
1134 v13 = pMapStats->pInfos[uHouse_ExitPic].pName;
Ritor1
parents:
diff changeset
1135 v9 = 94 * v8 + 113;
Ritor1
parents:
diff changeset
1136 }
Ritor1
parents:
diff changeset
1137 else
Ritor1
parents:
diff changeset
1138 {
Ritor1
parents:
diff changeset
1139 if ( !v8 && dword_591080 )
Ritor1
parents:
diff changeset
1140 {
Ritor1
parents:
diff changeset
1141 v15 = 3;
Ritor1
parents:
diff changeset
1142 //v13 = (char *)p2DEvents_minus1__10[13 * (unsigned int)ptr_507BC0->ptr_1C];
Ritor1
parents:
diff changeset
1143 v13 = (char *)p2DEvents[(unsigned int)ptr_507BC0->ptr_1C - 1].pProprieterTitle;
Ritor1
parents:
diff changeset
1144 v11 = v19;
Ritor1
parents:
diff changeset
1145 v10 = 113;
Ritor1
parents:
diff changeset
1146 LABEL_56:
Ritor1
parents:
diff changeset
1147 v18.DrawTitleText(pFontCreate, 0x1E3u, v10, v11, v13, v15);
Ritor1
parents:
diff changeset
1148 goto LABEL_57;
Ritor1
parents:
diff changeset
1149 }
Ritor1
parents:
diff changeset
1150 v15 = 3;
Ritor1
parents:
diff changeset
1151 v13 = array_5913D8[v8 - (dword_591080 != 0)]->pName;
Ritor1
parents:
diff changeset
1152 v9 = dword_4E5EC8[v8 + 6 * uNumDialogueNPCPortraits] + pDialogueNPCPortraits[v8]->uTextureHeight + 2;
Ritor1
parents:
diff changeset
1153 }
Ritor1
parents:
diff changeset
1154 v11 = v19;
Ritor1
parents:
diff changeset
1155 v10 = v9;
Ritor1
parents:
diff changeset
1156 goto LABEL_56;
Ritor1
parents:
diff changeset
1157 }
Ritor1
parents:
diff changeset
1158 v4 = (char *)array_5913D8[6] - 1;
Ritor1
parents:
diff changeset
1159 pRenderer->DrawTextureIndexed(
Ritor1
parents:
diff changeset
1160 _4E5E50_transui_x - 4,
Ritor1
parents:
diff changeset
1161 _4E5EE0_transui_y - 4,
Ritor1
parents:
diff changeset
1162 (Texture *)(uTextureID_50795C != -1 ? &pIcons_LOD->pTextures[uTextureID_50795C] : 0));
Ritor1
parents:
diff changeset
1163 pRenderer->DrawTextureIndexed(_4E5E50_transui_x, _4E5EE0_transui_y, pDialogueNPCPortraits[(signed int)v4]);
Ritor1
parents:
diff changeset
1164 if ( pCurrentScreen == 14 )
Ritor1
parents:
diff changeset
1165 {
Ritor1
parents:
diff changeset
1166 CharacterUI_InventoryTab_Draw(uActiveCharacter, 1);
Ritor1
parents:
diff changeset
1167 goto LABEL_58;
Ritor1
parents:
diff changeset
1168 }
Ritor1
parents:
diff changeset
1169 if ( v4 || !dword_591080 )
Ritor1
parents:
diff changeset
1170 {
Ritor1
parents:
diff changeset
1171 sub_4B2A74();
Ritor1
parents:
diff changeset
1172 }
Ritor1
parents:
diff changeset
1173 else
Ritor1
parents:
diff changeset
1174 {
Ritor1
parents:
diff changeset
1175 sprintf(
Ritor1
parents:
diff changeset
1176 pTmpBuf,
Ritor1
parents:
diff changeset
1177 pGlobalTXT_LocalizationStrings[429],
Ritor1
parents:
diff changeset
1178 //p2DEvents_minus1_::08[13 * (unsigned int)ptr_507BC0->ptr_1C],
Ritor1
parents:
diff changeset
1179 p2DEvents[(unsigned int)ptr_507BC0->ptr_1C - 1].pProprieterName,
Ritor1
parents:
diff changeset
1180 //p2DEvents_minus1__10[13 * (unsigned int)ptr_507BC0->ptr_1C]);
Ritor1
parents:
diff changeset
1181 p2DEvents[(unsigned int)ptr_507BC0->ptr_1C - 1].pProprieterTitle);
Ritor1
parents:
diff changeset
1182 v18.DrawTitleText(pFontCreate, 0x1E3u, 0x71u, v19, pTmpBuf, 3u);
Ritor1
parents:
diff changeset
1183 if ( dword_F8B198 <= 18 )
Ritor1
parents:
diff changeset
1184 {
Ritor1
parents:
diff changeset
1185 switch ( dword_F8B198 )
Ritor1
parents:
diff changeset
1186 {
Ritor1
parents:
diff changeset
1187 case 18:
Ritor1
parents:
diff changeset
1188 sub_4B6478();
Ritor1
parents:
diff changeset
1189 break;
Ritor1
parents:
diff changeset
1190 case 1:
Ritor1
parents:
diff changeset
1191 sub_4B910F();
Ritor1
parents:
diff changeset
1192 break;
Ritor1
parents:
diff changeset
1193 case 2:
Ritor1
parents:
diff changeset
1194 sub_4BA928();
Ritor1
parents:
diff changeset
1195 break;
Ritor1
parents:
diff changeset
1196 case 3:
Ritor1
parents:
diff changeset
1197 ui_shop_teachers();
Ritor1
parents:
diff changeset
1198 break;
Ritor1
parents:
diff changeset
1199 case 4:
Ritor1
parents:
diff changeset
1200 sub_4B9CC6();
Ritor1
parents:
diff changeset
1201 break;
Ritor1
parents:
diff changeset
1202 default:
Ritor1
parents:
diff changeset
1203 if ( dword_F8B198 > 4 )
Ritor1
parents:
diff changeset
1204 {
Ritor1
parents:
diff changeset
1205 if ( dword_F8B198 <= 16 )
Ritor1
parents:
diff changeset
1206 {
Ritor1
parents:
diff changeset
1207 sub_4B5D7C();
Ritor1
parents:
diff changeset
1208 }
Ritor1
parents:
diff changeset
1209 else
Ritor1
parents:
diff changeset
1210 {
Ritor1
parents:
diff changeset
1211 if ( dword_F8B198 == 17 )
Ritor1
parents:
diff changeset
1212 sub_4B7911();
Ritor1
parents:
diff changeset
1213 }
Ritor1
parents:
diff changeset
1214 }
Ritor1
parents:
diff changeset
1215 break;
Ritor1
parents:
diff changeset
1216 }
Ritor1
parents:
diff changeset
1217 goto LABEL_58;
Ritor1
parents:
diff changeset
1218 }
Ritor1
parents:
diff changeset
1219 switch ( dword_F8B198 )
Ritor1
parents:
diff changeset
1220 {
Ritor1
parents:
diff changeset
1221 case 21:
Ritor1
parents:
diff changeset
1222 sub_4B8285_prolly_draw_arcomage_result();
Ritor1
parents:
diff changeset
1223 break;
Ritor1
parents:
diff changeset
1224 case 22:
Ritor1
parents:
diff changeset
1225 _4B7D7E_bank();
Ritor1
parents:
diff changeset
1226 break;
Ritor1
parents:
diff changeset
1227 case 23:
Ritor1
parents:
diff changeset
1228 sub_4B705E();
Ritor1
parents:
diff changeset
1229 break;
Ritor1
parents:
diff changeset
1230 default:
Ritor1
parents:
diff changeset
1231 if ( dword_F8B198 <= 26 )
Ritor1
parents:
diff changeset
1232 break;
Ritor1
parents:
diff changeset
1233 if ( dword_F8B198 <= 28 )
Ritor1
parents:
diff changeset
1234 {
Ritor1
parents:
diff changeset
1235 TravelByTransport();
Ritor1
parents:
diff changeset
1236 }
Ritor1
parents:
diff changeset
1237 else
Ritor1
parents:
diff changeset
1238 {
Ritor1
parents:
diff changeset
1239 if ( dword_F8B198 != 30 )
Ritor1
parents:
diff changeset
1240 {
Ritor1
parents:
diff changeset
1241 if ( dword_F8B198 != 31 )
Ritor1
parents:
diff changeset
1242 break;
Ritor1
parents:
diff changeset
1243 goto LABEL_36;
Ritor1
parents:
diff changeset
1244 }
Ritor1
parents:
diff changeset
1245 ui_training();
Ritor1
parents:
diff changeset
1246 }
Ritor1
parents:
diff changeset
1247 break;
Ritor1
parents:
diff changeset
1248 }
Ritor1
parents:
diff changeset
1249 }
Ritor1
parents:
diff changeset
1250 LABEL_58:
Ritor1
parents:
diff changeset
1251 if ( array_5913D8[6] == (NPCData *)uNumDialogueNPCPortraits && uHouse_ExitPic )
Ritor1
parents:
diff changeset
1252 {
Ritor1
parents:
diff changeset
1253 pRenderer->DrawTextureIndexed(
Ritor1
parents:
diff changeset
1254 0x22Cu,
Ritor1
parents:
diff changeset
1255 0x1C3u,
Ritor1
parents:
diff changeset
1256 (Texture *)(uTextureID_x_x_u != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_x_x_u] : 0));
Ritor1
parents:
diff changeset
1257 v16 = (Texture *)(uTextureID_x_ok_u != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_x_ok_u] : 0);
Ritor1
parents:
diff changeset
1258 v14 = 451;
Ritor1
parents:
diff changeset
1259 v12 = 476;
Ritor1
parents:
diff changeset
1260 }
Ritor1
parents:
diff changeset
1261 else
Ritor1
parents:
diff changeset
1262 {
Ritor1
parents:
diff changeset
1263 v16 = (Texture *)(uTextureID_506438 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_506438] : 0);
Ritor1
parents:
diff changeset
1264 v14 = 445;
Ritor1
parents:
diff changeset
1265 v12 = 471;
Ritor1
parents:
diff changeset
1266 }
Ritor1
parents:
diff changeset
1267 pRenderer->DrawTextureIndexed(v12, v14, v16);
Ritor1
parents:
diff changeset
1268 }
Ritor1
parents:
diff changeset
1269
Ritor1
parents:
diff changeset
1270
Ritor1
parents:
diff changeset
1271 //----- (004B1854) --------------------------------------------------------
Ritor1
parents:
diff changeset
1272 char *GUIWindow::_4B1854(__int64 a2)
Ritor1
parents:
diff changeset
1273 {
Ritor1
parents:
diff changeset
1274 unsigned int v2; // edi@1
Ritor1
parents:
diff changeset
1275 unsigned int v3; // esi@1
Ritor1
parents:
diff changeset
1276 unsigned int v4; // ebp@1
Ritor1
parents:
diff changeset
1277 unsigned int v5; // ebx@1
Ritor1
parents:
diff changeset
1278 signed __int64 v6; // ST2C_8@1
Ritor1
parents:
diff changeset
1279 signed __int64 v7; // kr00_8@1
Ritor1
parents:
diff changeset
1280 char *v8; // eax@2
Ritor1
parents:
diff changeset
1281 char *v9; // eax@7
Ritor1
parents:
diff changeset
1282 char *v10; // eax@13
Ritor1
parents:
diff changeset
1283 char *v11; // eax@19
Ritor1
parents:
diff changeset
1284 unsigned __int16 v12; // ST0C_2@22
Ritor1
parents:
diff changeset
1285 int v13; // eax@22
Ritor1
parents:
diff changeset
1286 GUIWindow *v15; // [sp+0h] [bp-1Ch]@1
Ritor1
parents:
diff changeset
1287 signed __int64 v16; // [sp+Ch] [bp-10h]@1
Ritor1
parents:
diff changeset
1288 signed __int64 v17; // [sp+14h] [bp-8h]@1
Ritor1
parents:
diff changeset
1289 unsigned int v18; // [sp+20h] [bp+4h]@1
Ritor1
parents:
diff changeset
1290
Ritor1
parents:
diff changeset
1291 v15 = this;
Ritor1
parents:
diff changeset
1292 v2 = (unsigned __int64)(signed __int64)((double)a2 * 0.234375) >> 32;
Ritor1
parents:
diff changeset
1293 v3 = (signed __int64)((double)a2 * 0.234375);
Ritor1
parents:
diff changeset
1294 v4 = (unsigned __int64)((signed __int64)((double)a2 * 0.234375) / 60) >> 32;
Ritor1
parents:
diff changeset
1295 v5 = (signed __int64)((double)a2 * 0.234375) / 60;
Ritor1
parents:
diff changeset
1296 v6 = (signed __int64)((double)a2 * 0.234375) / 60 / 60;
Ritor1
parents:
diff changeset
1297 v18 = (unsigned int)v6 / 0x18;
Ritor1
parents:
diff changeset
1298 v17 = (signed __int64)__PAIR__(v2, v3) % 60;
Ritor1
parents:
diff changeset
1299 v16 = (signed __int64)__PAIR__(v4, v5) % 60;
Ritor1
parents:
diff changeset
1300 v7 = v6 % 24;
Ritor1
parents:
diff changeset
1301 strcpy(pTmpBuf, pGlobalTXT_LocalizationStrings[532]);
Ritor1
parents:
diff changeset
1302 if ( (unsigned int)v6 / 0x18 )
Ritor1
parents:
diff changeset
1303 {
Ritor1
parents:
diff changeset
1304 v8 = pGlobalTXT_LocalizationStrings[57];
Ritor1
parents:
diff changeset
1305 if ( v18 <= 1 )
Ritor1
parents:
diff changeset
1306 v8 = pGlobalTXT_LocalizationStrings[56];
Ritor1
parents:
diff changeset
1307 sprintf(pTmpBuf2, "%d %s ", v18, v8);
Ritor1
parents:
diff changeset
1308 strcat(pTmpBuf, pTmpBuf2);
Ritor1
parents:
diff changeset
1309 }
Ritor1
parents:
diff changeset
1310 if ( v7 )
Ritor1
parents:
diff changeset
1311 {
Ritor1
parents:
diff changeset
1312 if ( v7 <= 1 )
Ritor1
parents:
diff changeset
1313 v9 = pGlobalTXT_LocalizationStrings[109];
Ritor1
parents:
diff changeset
1314 else
Ritor1
parents:
diff changeset
1315 v9 = pGlobalTXT_LocalizationStrings[110];
Ritor1
parents:
diff changeset
1316 sprintf(pTmpBuf2, "%d %s ", v7, v9);
Ritor1
parents:
diff changeset
1317 strcat(pTmpBuf, pTmpBuf2);
Ritor1
parents:
diff changeset
1318 }
Ritor1
parents:
diff changeset
1319 if ( v16 && !v18 )
Ritor1
parents:
diff changeset
1320 {
Ritor1
parents:
diff changeset
1321 if ( v16 <= 1 )
Ritor1
parents:
diff changeset
1322 v10 = pGlobalTXT_LocalizationStrings[437];
Ritor1
parents:
diff changeset
1323 else
Ritor1
parents:
diff changeset
1324 v10 = pGlobalTXT_LocalizationStrings[436];
Ritor1
parents:
diff changeset
1325 sprintf(pTmpBuf2, "%d %s ", v16, v10);
Ritor1
parents:
diff changeset
1326 strcat(pTmpBuf, pTmpBuf2);
Ritor1
parents:
diff changeset
1327 }
Ritor1
parents:
diff changeset
1328 if ( v17 && !v7 )
Ritor1
parents:
diff changeset
1329 {
Ritor1
parents:
diff changeset
1330 if ( v17 <= 1 )
Ritor1
parents:
diff changeset
1331 v11 = pGlobalTXT_LocalizationStrings[439];
Ritor1
parents:
diff changeset
1332 else
Ritor1
parents:
diff changeset
1333 v11 = pGlobalTXT_LocalizationStrings[438];
Ritor1
parents:
diff changeset
1334 sprintf(pTmpBuf2, "%d %s ", v17, v11);
Ritor1
parents:
diff changeset
1335 strcat(pTmpBuf, pTmpBuf2);
Ritor1
parents:
diff changeset
1336 }
Ritor1
parents:
diff changeset
1337 v12 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu);
Ritor1
parents:
diff changeset
1338 v13 = pFontArrus->CalcTextHeight(pTmpBuf, v15, 0, 0);
Ritor1
parents:
diff changeset
1339 return v15->DrawTitleText(pFontArrus, 0, (212 - v13) / 2 + 101, v12, pTmpBuf, 3u);
Ritor1
parents:
diff changeset
1340 }
Ritor1
parents:
diff changeset
1341
Ritor1
parents:
diff changeset
1342
Ritor1
parents:
diff changeset
1343
Ritor1
parents:
diff changeset
1344 //----- (0044D406) --------------------------------------------------------
Ritor1
parents:
diff changeset
1345 char *GUIWindow::DrawTitleText(GUIFont *a2, unsigned int uHorizontalMargin, unsigned int uVerticalMargin, unsigned __int16 uDefaultColor, const char *pInString, unsigned int uLineSpacing)
Ritor1
parents:
diff changeset
1346 {
Ritor1
parents:
diff changeset
1347 GUIWindow *pWindow; // esi@1
Ritor1
parents:
diff changeset
1348 unsigned int v8; // ebx@1
Ritor1
parents:
diff changeset
1349 char *v9; // eax@1
Ritor1
parents:
diff changeset
1350 char *result; // eax@1
Ritor1
parents:
diff changeset
1351 unsigned int v11; // edi@1
Ritor1
parents:
diff changeset
1352 signed int v12; // esi@1
Ritor1
parents:
diff changeset
1353 int v13; // eax@2
Ritor1
parents:
diff changeset
1354 GUIFont *pFont; // [sp+Ch] [bp-4h]@1
Ritor1
parents:
diff changeset
1355 const char *Stra; // [sp+24h] [bp+14h]@5
Ritor1
parents:
diff changeset
1356
Ritor1
parents:
diff changeset
1357 pWindow = this;
Ritor1
parents:
diff changeset
1358 pFont = a2;
Ritor1
parents:
diff changeset
1359 v8 = this->uFrameWidth - uHorizontalMargin;
Ritor1
parents:
diff changeset
1360 ui_current_text_color = uDefaultColor;
Ritor1
parents:
diff changeset
1361 v9 = FitTextInAWindow(pInString, a2, this, uHorizontalMargin, 0);
Ritor1
parents:
diff changeset
1362 result = strtok(v9, "\n");
Ritor1
parents:
diff changeset
1363 v11 = uHorizontalMargin + pWindow->uFrameX;
Ritor1
parents:
diff changeset
1364 v12 = uVerticalMargin + pWindow->uFrameY;
Ritor1
parents:
diff changeset
1365 while ( 1 )
Ritor1
parents:
diff changeset
1366 {
Ritor1
parents:
diff changeset
1367 Stra = result;
Ritor1
parents:
diff changeset
1368 if ( !result )
Ritor1
parents:
diff changeset
1369 break;
Ritor1
parents:
diff changeset
1370 v13 = (signed int)(v8 - pFont->GetLineWidth(result)) >> 1;
Ritor1
parents:
diff changeset
1371 if ( v13 < 0 )
Ritor1
parents:
diff changeset
1372 v13 = 0;
Ritor1
parents:
diff changeset
1373 pFont->DrawTextLine(uDefaultColor, v11 + v13, v12, Stra, 640);
49
5a08b193507f 22.01.13
Ritor1
parents: 24
diff changeset
1374 v12 += pFont->uFontHeight - uLineSpacing;
0
Ritor1
parents:
diff changeset
1375 result = strtok(0, "\n");
Ritor1
parents:
diff changeset
1376 }
Ritor1
parents:
diff changeset
1377 return result;
Ritor1
parents:
diff changeset
1378 }
Ritor1
parents:
diff changeset
1379 // 5C6DB4: using guessed type int ui_current_text_color;
Ritor1
parents:
diff changeset
1380
Ritor1
parents:
diff changeset
1381
Ritor1
parents:
diff changeset
1382
Ritor1
parents:
diff changeset
1383 //----- (0044CE08) --------------------------------------------------------
Ritor1
parents:
diff changeset
1384 char GUIWindow::DrawText(GUIFont *a2, signed int uX, int uY, unsigned int uFontColor, const char *Str, int a7, int a8, unsigned int uFontShadowColor)
Ritor1
parents:
diff changeset
1385 {
Ritor1
parents:
diff changeset
1386 GUIWindow *v9; // edi@1
Ritor1
parents:
diff changeset
1387 GUIFont *v10; // ebx@1
Ritor1
parents:
diff changeset
1388 int v11; // eax@2
Ritor1
parents:
diff changeset
1389 signed int v12; // esi@9
Ritor1
parents:
diff changeset
1390 signed int v13; // edi@9
Ritor1
parents:
diff changeset
1391 int v14; // edx@9
Ritor1
parents:
diff changeset
1392 int v15; // eax@25
Ritor1
parents:
diff changeset
1393 unsigned int v16; // ecx@25
Ritor1
parents:
diff changeset
1394 int v17; // eax@27
Ritor1
parents:
diff changeset
1395 int v18; // edi@32
Ritor1
parents:
diff changeset
1396 int v19; // esi@38
Ritor1
parents:
diff changeset
1397 std::string v21; // [sp-18h] [bp-50h]@2
Ritor1
parents:
diff changeset
1398 const char *v22; // [sp-8h] [bp-40h]@2
Ritor1
parents:
diff changeset
1399 int v23; // [sp-4h] [bp-3Ch]@2
Ritor1
parents:
diff changeset
1400 char Dest[6]; // [sp+Ch] [bp-2Ch]@32
Ritor1
parents:
diff changeset
1401 //char v25; // [sp+Fh] [bp-29h]@32
Ritor1
parents:
diff changeset
1402 //char v26; // [sp+11h] [bp-27h]@34
Ritor1
parents:
diff changeset
1403 const char *v27; // [sp+20h] [bp-18h]@25
Ritor1
parents:
diff changeset
1404 int v28; // [sp+24h] [bp-14h]@25
Ritor1
parents:
diff changeset
1405 int v29; // [sp+28h] [bp-10h]@1
Ritor1
parents:
diff changeset
1406 size_t v30; // [sp+2Ch] [bp-Ch]@4
Ritor1
parents:
diff changeset
1407 GUIWindow *v31; // [sp+30h] [bp-8h]@1
Ritor1
parents:
diff changeset
1408 const char *v32; // [sp+34h] [bp-4h]@7
Ritor1
parents:
diff changeset
1409 size_t pInString; // [sp+4Ch] [bp+14h]@11
Ritor1
parents:
diff changeset
1410
Ritor1
parents:
diff changeset
1411 auto a1 = this;
Ritor1
parents:
diff changeset
1412 v29 = 0;
Ritor1
parents:
diff changeset
1413 v9 = a1;
Ritor1
parents:
diff changeset
1414 v10 = a2;
Ritor1
parents:
diff changeset
1415 v31 = a1;
Ritor1
parents:
diff changeset
1416 if ( !Str )
Ritor1
parents:
diff changeset
1417 {
Ritor1
parents:
diff changeset
1418 MessageBoxW(nullptr, L"Invalid string passed!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Font.cpp:859", 0);
Ritor1
parents:
diff changeset
1419 return v11;
Ritor1
parents:
diff changeset
1420 }
Ritor1
parents:
diff changeset
1421 v11 = strcmp(Str, "null");
Ritor1
parents:
diff changeset
1422 if ( v11 )
Ritor1
parents:
diff changeset
1423 {
Ritor1
parents:
diff changeset
1424 v30 = strlen(Str);
Ritor1
parents:
diff changeset
1425 LOBYTE(v11) = 0;
Ritor1
parents:
diff changeset
1426 if ( !uX )
Ritor1
parents:
diff changeset
1427 uX = 12;
Ritor1
parents:
diff changeset
1428 if ( a8 )
Ritor1
parents:
diff changeset
1429 {
Ritor1
parents:
diff changeset
1430 v32 = Str;
Ritor1
parents:
diff changeset
1431 }
Ritor1
parents:
diff changeset
1432 else
Ritor1
parents:
diff changeset
1433 {
Ritor1
parents:
diff changeset
1434 v11 = (int)FitTextInAWindow(Str, v10, v9, uX, 0);
Ritor1
parents:
diff changeset
1435 v32 = (const char *)v11;
Ritor1
parents:
diff changeset
1436 }
Ritor1
parents:
diff changeset
1437 v12 = uX + v9->uFrameX;
Ritor1
parents:
diff changeset
1438 v13 = uY + v9->uFrameY;
Ritor1
parents:
diff changeset
1439 v14 = 0;
Ritor1
parents:
diff changeset
1440 if ( !a8 || (v11 = v13 + LOBYTE(v10->uFontHeight), v11 <= a8) )
Ritor1
parents:
diff changeset
1441 {
Ritor1
parents:
diff changeset
1442 pInString = 0;
Ritor1
parents:
diff changeset
1443 if ( (signed int)v30 > 0 )
Ritor1
parents:
diff changeset
1444 {
Ritor1
parents:
diff changeset
1445 do
Ritor1
parents:
diff changeset
1446 {
Ritor1
parents:
diff changeset
1447 LOBYTE(v11) = v32[v14];
Ritor1
parents:
diff changeset
1448 if ( (unsigned __int8)v11 >= v10->cFirstChar && (unsigned __int8)v11 <= v10->cLastChar
Ritor1
parents:
diff changeset
1449 || (char)v11 == 12
Ritor1
parents:
diff changeset
1450 || (char)v11 == 13
Ritor1
parents:
diff changeset
1451 || (char)v11 == 9
Ritor1
parents:
diff changeset
1452 || (char)v11 == 10 )
Ritor1
parents:
diff changeset
1453 {
Ritor1
parents:
diff changeset
1454 switch ( (unsigned __int8)v11 )
Ritor1
parents:
diff changeset
1455 {
Ritor1
parents:
diff changeset
1456 case 9u:
Ritor1
parents:
diff changeset
1457 strncpy(Dest, &v32[v14 + 1], 3u);
Ritor1
parents:
diff changeset
1458 Dest[3] = 0;
Ritor1
parents:
diff changeset
1459 pInString += 3;
Ritor1
parents:
diff changeset
1460 v29 = atoi(Dest);
Ritor1
parents:
diff changeset
1461 v19 = atoi(Dest);
Ritor1
parents:
diff changeset
1462 LOBYTE(v11) = (char)v31;
Ritor1
parents:
diff changeset
1463 v12 = uX + v31->uFrameX + v19;
Ritor1
parents:
diff changeset
1464 break;
Ritor1
parents:
diff changeset
1465 case 0xAu:
Ritor1
parents:
diff changeset
1466 v11 = LOBYTE(v10->uFontHeight);
Ritor1
parents:
diff changeset
1467 uY = uY + v11 - 3;
Ritor1
parents:
diff changeset
1468 v13 = uY + v31->uFrameY;
Ritor1
parents:
diff changeset
1469 v12 = uX + v29 + v31->uFrameX;
Ritor1
parents:
diff changeset
1470 if ( a8 )
Ritor1
parents:
diff changeset
1471 goto LABEL_36;
Ritor1
parents:
diff changeset
1472 break;
Ritor1
parents:
diff changeset
1473 case 0xCu:
Ritor1
parents:
diff changeset
1474 strncpy(Dest, &v32[v14 + 1], 5u);
Ritor1
parents:
diff changeset
1475 Dest[5] = 0;
Ritor1
parents:
diff changeset
1476 v11 = atoi(Dest);
Ritor1
parents:
diff changeset
1477 pInString += 5;
Ritor1
parents:
diff changeset
1478 uFontColor = v11;
Ritor1
parents:
diff changeset
1479 break;
Ritor1
parents:
diff changeset
1480 case 0xDu:
Ritor1
parents:
diff changeset
1481 strncpy(Dest, &v32[v14 + 1], 3u);
Ritor1
parents:
diff changeset
1482 Dest[3] = 0;
Ritor1
parents:
diff changeset
1483 pInString += 3;
Ritor1
parents:
diff changeset
1484 v18 = atoi(Dest);
Ritor1
parents:
diff changeset
1485 v11 = v10->GetLineWidth(&v32[pInString]);
Ritor1
parents:
diff changeset
1486 v12 = v31->uFrameZ - v11 - v18;
Ritor1
parents:
diff changeset
1487 v13 = uY + v31->uFrameY;
Ritor1
parents:
diff changeset
1488 if ( a8 )
Ritor1
parents:
diff changeset
1489 {
Ritor1
parents:
diff changeset
1490 v11 = LOBYTE(v10->uFontHeight);
Ritor1
parents:
diff changeset
1491 LABEL_36:
Ritor1
parents:
diff changeset
1492 v11 = v11 + v13 - 3;
Ritor1
parents:
diff changeset
1493 if ( v11 > a8 )
Ritor1
parents:
diff changeset
1494 return v11;
Ritor1
parents:
diff changeset
1495 break;
Ritor1
parents:
diff changeset
1496 }
Ritor1
parents:
diff changeset
1497 break;
Ritor1
parents:
diff changeset
1498 default:
Ritor1
parents:
diff changeset
1499 if ( (char)v11 == 34 && v32[v14 + 1] == 34 )
Ritor1
parents:
diff changeset
1500 {
Ritor1
parents:
diff changeset
1501 ++v14;
Ritor1
parents:
diff changeset
1502 pInString = v14;
Ritor1
parents:
diff changeset
1503 }
Ritor1
parents:
diff changeset
1504 v27 = &v32[v14];
Ritor1
parents:
diff changeset
1505 v15 = (unsigned __int8)v32[v14];
Ritor1
parents:
diff changeset
1506 v16 = *((int *)&v10->cFirstChar + 3 * v15 + 9);
Ritor1
parents:
diff changeset
1507 v28 = *((int *)&v10->cFirstChar + 3 * v15 + 9);
Ritor1
parents:
diff changeset
1508 if ( v14 > 0 )
Ritor1
parents:
diff changeset
1509 v12 += v10->pMetrics[v15].uLeftSpacing;
Ritor1
parents:
diff changeset
1510 v17 = (int)((char *)&v10[1] + v10->field_C20[v15]);
Ritor1
parents:
diff changeset
1511 if ( (short)uFontColor )
Ritor1
parents:
diff changeset
1512 pRenderer->DrawText(
Ritor1
parents:
diff changeset
1513 v12,
Ritor1
parents:
diff changeset
1514 v13,
Ritor1
parents:
diff changeset
1515 (unsigned __int8 *)v17,
Ritor1
parents:
diff changeset
1516 v16,
Ritor1
parents:
diff changeset
1517 LOBYTE(v10->uFontHeight),
Ritor1
parents:
diff changeset
1518 v10->pFontPalettes[0],
Ritor1
parents:
diff changeset
1519 uFontColor,
Ritor1
parents:
diff changeset
1520 uFontShadowColor);
Ritor1
parents:
diff changeset
1521 else
Ritor1
parents:
diff changeset
1522 pRenderer->DrawTextPalette(
Ritor1
parents:
diff changeset
1523 v12,
Ritor1
parents:
diff changeset
1524 v13,
Ritor1
parents:
diff changeset
1525 v17,
Ritor1
parents:
diff changeset
1526 v16,
Ritor1
parents:
diff changeset
1527 LOBYTE(v10->uFontHeight),
Ritor1
parents:
diff changeset
1528 v10->pFontPalettes[0],
Ritor1
parents:
diff changeset
1529 a7);
Ritor1
parents:
diff changeset
1530 LOBYTE(v11) = v30;
Ritor1
parents:
diff changeset
1531 v12 += v28;
Ritor1
parents:
diff changeset
1532 if ( (signed int)pInString < (signed int)v30 )
Ritor1
parents:
diff changeset
1533 {
Ritor1
parents:
diff changeset
1534 LOBYTE(v11) = 3 * *v27;
Ritor1
parents:
diff changeset
1535 v12 += v10->pMetrics[(unsigned __int8)*v27].uRightSpacing;
Ritor1
parents:
diff changeset
1536 }
Ritor1
parents:
diff changeset
1537 break;
Ritor1
parents:
diff changeset
1538 }
Ritor1
parents:
diff changeset
1539 }
Ritor1
parents:
diff changeset
1540 v14 = pInString++ + 1;
Ritor1
parents:
diff changeset
1541 }
Ritor1
parents:
diff changeset
1542 while ( (signed int)pInString < (signed int)v30 );
Ritor1
parents:
diff changeset
1543 }
Ritor1
parents:
diff changeset
1544 }
Ritor1
parents:
diff changeset
1545 }
Ritor1
parents:
diff changeset
1546 return v11;
Ritor1
parents:
diff changeset
1547 }
Ritor1
parents:
diff changeset
1548
Ritor1
parents:
diff changeset
1549
Ritor1
parents:
diff changeset
1550 //----- (0044CB4F) --------------------------------------------------------
Ritor1
parents:
diff changeset
1551 int GUIWindow::DrawTextInRect(GUIFont *a2, unsigned int uX, unsigned int uY, unsigned int uColor, const char *Str1, int Source, int a8)
Ritor1
parents:
diff changeset
1552 {
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1553 GUIFont *pFont; // edi@1
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1554 int pLineWidth; // ebx@1
0
Ritor1
parents:
diff changeset
1555 int v11; // esi@3
Ritor1
parents:
diff changeset
1556 unsigned __int8 v12; // cl@7
Ritor1
parents:
diff changeset
1557 signed int v13; // esi@19
Ritor1
parents:
diff changeset
1558 signed int v14; // ebx@19
Ritor1
parents:
diff changeset
1559 unsigned __int8 v15; // cl@21
Ritor1
parents:
diff changeset
1560 int v16; // eax@22
Ritor1
parents:
diff changeset
1561 int v17; // ecx@22
Ritor1
parents:
diff changeset
1562 int v18; // ecx@23
Ritor1
parents:
diff changeset
1563 int v19; // ecx@24
Ritor1
parents:
diff changeset
1564 unsigned int v20; // ecx@26
Ritor1
parents:
diff changeset
1565 int v21; // eax@28
Ritor1
parents:
diff changeset
1566 int v22; // ebx@34
Ritor1
parents:
diff changeset
1567 int v23; // eax@34
Ritor1
parents:
diff changeset
1568 int v24; // ebx@36
Ritor1
parents:
diff changeset
1569 char Str; // [sp+Ch] [bp-20h]@34
Ritor1
parents:
diff changeset
1570 char v26; // [sp+Fh] [bp-1Dh]@34
Ritor1
parents:
diff changeset
1571 char v27; // [sp+11h] [bp-1Bh]@35
Ritor1
parents:
diff changeset
1572 int v28; // [sp+20h] [bp-Ch]@17
Ritor1
parents:
diff changeset
1573 GUIWindow *pWindow; // [sp+24h] [bp-8h]@1
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1574 size_t pNumLen; // [sp+28h] [bp-4h]@1
0
Ritor1
parents:
diff changeset
1575 size_t Str1a; // [sp+40h] [bp+14h]@5
Ritor1
parents:
diff changeset
1576 size_t Str1b; // [sp+40h] [bp+14h]@19
Ritor1
parents:
diff changeset
1577 const char *Sourcea; // [sp+44h] [bp+18h]@20
Ritor1
parents:
diff changeset
1578 int v34; // [sp+48h] [bp+1Ch]@26
Ritor1
parents:
diff changeset
1579
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1580 pFont = a2;
0
Ritor1
parents:
diff changeset
1581 pWindow = this;
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1582 pNumLen = strlen(Str1);
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1583 pLineWidth = pFont->GetLineWidth(Str1);
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1584 if ( pLineWidth < Source )
0
Ritor1
parents:
diff changeset
1585 {
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1586 pWindow->DrawText(pFont, uX, uY, uColor, Str1, 0, 0, 0);
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1587 return pLineWidth;
0
Ritor1
parents:
diff changeset
1588 }
Ritor1
parents:
diff changeset
1589 strcpy(pTmpBuf2, Str1);
Ritor1
parents:
diff changeset
1590 v11 = 0;
Ritor1
parents:
diff changeset
1591 if ( a8 )
Ritor1
parents:
diff changeset
1592 _strrev(pTmpBuf2);
Ritor1
parents:
diff changeset
1593 Str1a = 0;
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1594 if ( (signed int)pNumLen > 0 )
0
Ritor1
parents:
diff changeset
1595 {
Ritor1
parents:
diff changeset
1596 do
Ritor1
parents:
diff changeset
1597 {
Ritor1
parents:
diff changeset
1598 if ( v11 >= Source )
Ritor1
parents:
diff changeset
1599 break;
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1600 if ( pFont->IsCharValid(v12 = pTmpBuf2[Str1a]) )
0
Ritor1
parents:
diff changeset
1601 {
Ritor1
parents:
diff changeset
1602 if ( v12 < 9u )
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1603 {
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1604 if ( (signed int)Str1a > 0 )
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1605 v11 += pFont->pMetrics[v12].uLeftSpacing;
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1606 v11 += *((int *)&pFont->cFirstChar + 3 * v12 + 9);
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1607 if ( (signed int)Str1a < (signed int)pNumLen )
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1608 v11 += pFont->pMetrics[v12].uRightSpacing;
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1609 goto LABEL_16;
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1610 }
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1611 if ( v12 > 0xAu )//10
0
Ritor1
parents:
diff changeset
1612 {
Ritor1
parents:
diff changeset
1613 if ( v12 == 12 )
Ritor1
parents:
diff changeset
1614 {
Ritor1
parents:
diff changeset
1615 Str1a += 5;
Ritor1
parents:
diff changeset
1616 }
Ritor1
parents:
diff changeset
1617 else
Ritor1
parents:
diff changeset
1618 {
Ritor1
parents:
diff changeset
1619 if ( v12 != 13 )
Ritor1
parents:
diff changeset
1620 {
Ritor1
parents:
diff changeset
1621 if ( (signed int)Str1a > 0 )
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1622 v11 += pFont->pMetrics[v12].uLeftSpacing;
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1623 v11 += *((int *)&pFont->cFirstChar + 3 * v12 + 9);
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1624 if ( (signed int)Str1a < (signed int)pNumLen )
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1625 v11 += pFont->pMetrics[v12].uRightSpacing;
0
Ritor1
parents:
diff changeset
1626 }
Ritor1
parents:
diff changeset
1627 }
Ritor1
parents:
diff changeset
1628 }
Ritor1
parents:
diff changeset
1629 }
Ritor1
parents:
diff changeset
1630 LABEL_16:
Ritor1
parents:
diff changeset
1631 ++Str1a;
Ritor1
parents:
diff changeset
1632 }
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1633 while ( (signed int)Str1a < (signed int)pNumLen );
0
Ritor1
parents:
diff changeset
1634 }
Ritor1
parents:
diff changeset
1635 pTmpBuf[Str1a + 1999] = 0;
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1636 pNumLen = strlen(pTmpBuf2);
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1637 v28 = pFont->GetLineWidth(pTmpBuf2);
0
Ritor1
parents:
diff changeset
1638 if ( a8 )
Ritor1
parents:
diff changeset
1639 _strrev(pTmpBuf2);
Ritor1
parents:
diff changeset
1640 Str1b = 0;
Ritor1
parents:
diff changeset
1641 v13 = uX + pWindow->uFrameX;
Ritor1
parents:
diff changeset
1642 v14 = uY + pWindow->uFrameY;
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1643 if ( (signed int)pNumLen > 0 )
0
Ritor1
parents:
diff changeset
1644 {
Ritor1
parents:
diff changeset
1645 Sourcea = &pTmpBuf2[1];
Ritor1
parents:
diff changeset
1646 do
Ritor1
parents:
diff changeset
1647 {
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1648 if ( pFont->IsCharValid(v15 = pTmpBuf2[Str1b]) )
0
Ritor1
parents:
diff changeset
1649 {
Ritor1
parents:
diff changeset
1650 v16 = v15;
Ritor1
parents:
diff changeset
1651 v17 = v15 - 9;
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1652 if ( v17 )//>0
0
Ritor1
parents:
diff changeset
1653 {
Ritor1
parents:
diff changeset
1654 v18 = v17 - 1;
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1655 if ( v18 )//>0
0
Ritor1
parents:
diff changeset
1656 {
Ritor1
parents:
diff changeset
1657 v19 = v18 - 2;
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1658 if ( v19 )//>0
0
Ritor1
parents:
diff changeset
1659 {
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1660 if ( v19 == 1 )//v15 == 13
0
Ritor1
parents:
diff changeset
1661 {
Ritor1
parents:
diff changeset
1662 strncpy(&Str, Sourcea, 3u);
Ritor1
parents:
diff changeset
1663 v26 = 0;
Ritor1
parents:
diff changeset
1664 Str1b += 3;
Ritor1
parents:
diff changeset
1665 Sourcea += 3;
Ritor1
parents:
diff changeset
1666 v22 = atoi(&Str);
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1667 v23 = pFont->GetLineWidth(&pTmpBuf2[Str1b]);
0
Ritor1
parents:
diff changeset
1668 v13 = pWindow->uFrameZ - v23 - v22;
Ritor1
parents:
diff changeset
1669 v14 = uY;
Ritor1
parents:
diff changeset
1670 }
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1671 else//v15 > 13
0
Ritor1
parents:
diff changeset
1672 {
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1673 v20 = *((int *)&pFont->cFirstChar + 3 * v16 + 9);
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1674 v34 = *((int *)&pFont->cFirstChar + 3 * v16 + 9);
0
Ritor1
parents:
diff changeset
1675 if ( (signed int)Str1b > 0 )
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1676 v13 += pFont->pMetrics[v16].uLeftSpacing;
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1677 v21 = (int)((char *)&pFont[1] + pFont->field_C20[v16]);
0
Ritor1
parents:
diff changeset
1678 if ( (short)uColor )
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1679 pRenderer->DrawText(v13, v14, (unsigned __int8 *)v21, v20, LOBYTE(pFont->uFontHeight), pFont->pFontPalettes[0], uColor, 0);
0
Ritor1
parents:
diff changeset
1680 else
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1681 pRenderer->DrawTextPalette(v13, v14, v21, v20, LOBYTE(pFont->uFontHeight), pFont->pFontPalettes[0], 0);
0
Ritor1
parents:
diff changeset
1682 v13 += v34;
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1683 if ( (signed int)Str1b < (signed int)pNumLen )
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1684 v13 += pFont->pMetrics[(unsigned __int8)pTmpBuf2[Str1b]].uRightSpacing;
0
Ritor1
parents:
diff changeset
1685 }
Ritor1
parents:
diff changeset
1686 }
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1687 else//v15 == 12
0
Ritor1
parents:
diff changeset
1688 {
Ritor1
parents:
diff changeset
1689 strncpy(&Str, Sourcea, 5u);
Ritor1
parents:
diff changeset
1690 v27 = 0;
Ritor1
parents:
diff changeset
1691 Str1b += 5;
Ritor1
parents:
diff changeset
1692 Sourcea += 5;
Ritor1
parents:
diff changeset
1693 uColor = atoi(&Str);
Ritor1
parents:
diff changeset
1694 }
Ritor1
parents:
diff changeset
1695 }
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1696 else//v15 == 10
0
Ritor1
parents:
diff changeset
1697 {
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1698 v24 = LOBYTE(pFont->uFontHeight);
0
Ritor1
parents:
diff changeset
1699 v13 = uX;
Ritor1
parents:
diff changeset
1700 uY = uY + v24 - 3;
Ritor1
parents:
diff changeset
1701 v14 = v24 + uY - 3;
Ritor1
parents:
diff changeset
1702 }
Ritor1
parents:
diff changeset
1703 }
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1704 else//v15 == 9
0
Ritor1
parents:
diff changeset
1705 {
Ritor1
parents:
diff changeset
1706 strncpy(&Str, Sourcea, 3u);
Ritor1
parents:
diff changeset
1707 v26 = 0;
Ritor1
parents:
diff changeset
1708 atoi(&Str);
Ritor1
parents:
diff changeset
1709 Str1b += 3;
Ritor1
parents:
diff changeset
1710 Sourcea += 3;
Ritor1
parents:
diff changeset
1711 }
Ritor1
parents:
diff changeset
1712 }
Ritor1
parents:
diff changeset
1713 ++Str1b;
Ritor1
parents:
diff changeset
1714 ++Sourcea;
Ritor1
parents:
diff changeset
1715 }
24
352b15291822 18.01.13 (PlaySound work)
Ritor1
parents: 17
diff changeset
1716 while ( (signed int)Str1b < (signed int)pNumLen );
0
Ritor1
parents:
diff changeset
1717 }
Ritor1
parents:
diff changeset
1718 return v28;
Ritor1
parents:
diff changeset
1719 }
Ritor1
parents:
diff changeset
1720
Ritor1
parents:
diff changeset
1721 //----- (0041D12F) --------------------------------------------------------
Ritor1
parents:
diff changeset
1722 GUIButton *GUIWindow::CreateButton(unsigned int uX, unsigned int uY, unsigned int uWidth, unsigned int uHeight, int a6, int a7, unsigned int uControlID, unsigned int uControlParam, unsigned __int8 uHotkey, const char *pName, Texture *pTextures, ...)
Ritor1
parents:
diff changeset
1723 {
17
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1724 GUIButton *pButton; // esi@1
0
Ritor1
parents:
diff changeset
1725 unsigned int v13; // eax@1
Ritor1
parents:
diff changeset
1726 unsigned int v14; // ebx@4
Ritor1
parents:
diff changeset
1727 unsigned int v15; // eax@4
17
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1728 unsigned int pTextureNum; // ebx@4
0
Ritor1
parents:
diff changeset
1729 unsigned int v17; // eax@4
Ritor1
parents:
diff changeset
1730 Texture *v18; // eax@4
Ritor1
parents:
diff changeset
1731 Texture **v19; // ecx@5
Ritor1
parents:
diff changeset
1732 Texture **v20; // edx@5
Ritor1
parents:
diff changeset
1733 GUIButton *v21; // eax@7
Ritor1
parents:
diff changeset
1734
17
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1735 pButton = (GUIButton *)pAllocator->AllocNamedChunk(0, 0xBCu, "BUTTON");
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1736 pButton->pParent = this;
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1737 pButton->uX = uX + this->uFrameX;
0
Ritor1
parents:
diff changeset
1738 v13 = uY + this->uFrameY;
17
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1739 pButton->uHeight = uHeight;
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1740 pButton->uY = v13;
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1741 pButton->uWidth = uWidth;
0
Ritor1
parents:
diff changeset
1742 if ( a6 == 2 && !uHeight )
17
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1743 pButton->uHeight = uWidth;
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1744 v14 = pButton->uX;
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1745 pButton->uButtonType = a6;
0
Ritor1
parents:
diff changeset
1746 v15 = v14 + uWidth - 1;
17
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1747 pTextureNum = 0;
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1748 pButton->uZ = v15;
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1749 v17 = pButton->uY;
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1750 pButton->field_2C = 0;
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1751 pButton->uW = v17 + uHeight - 1;
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1752 pButton->field_1C = a7;
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1753 pButton->uControlID = uControlID;
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1754 pButton->uControlParam = uControlParam;
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1755 pButton->uHotkey = uHotkey;
0
Ritor1
parents:
diff changeset
1756 strlen(pName);
17
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1757 strcpy(pButton->pButtonName, pName);
0
Ritor1
parents:
diff changeset
1758 v18 = pTextures;
Ritor1
parents:
diff changeset
1759 if ( pTextures )
Ritor1
parents:
diff changeset
1760 {
Ritor1
parents:
diff changeset
1761 v19 = &pTextures;
17
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1762 v20 = pButton->pTextures;
0
Ritor1
parents:
diff changeset
1763 do
Ritor1
parents:
diff changeset
1764 {
Ritor1
parents:
diff changeset
1765 ++v19;
Ritor1
parents:
diff changeset
1766 *v20 = v18;
17
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1767 ++pTextureNum;
0
Ritor1
parents:
diff changeset
1768 ++v20;
Ritor1
parents:
diff changeset
1769 v18 = *v19;
Ritor1
parents:
diff changeset
1770 }
Ritor1
parents:
diff changeset
1771 while ( *v19 );
Ritor1
parents:
diff changeset
1772 }
17
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1773 pButton->uNumTextures = pTextureNum;
0
Ritor1
parents:
diff changeset
1774 v21 = this->pControlsTail;
Ritor1
parents:
diff changeset
1775 if ( v21 )
17
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1776 v21->pNext = pButton;
0
Ritor1
parents:
diff changeset
1777 else
17
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1778 this->pControlsHead = pButton;
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1779 pButton->pPrev = this->pControlsTail;
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1780 this->pControlsTail = pButton;
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1781 pButton->pNext = 0;
0
Ritor1
parents:
diff changeset
1782 ++this->uNumControls;
17
fe0d9a98213f 17.01.13 (fix Hint error)
Ritor1
parents: 11
diff changeset
1783 return pButton;
0
Ritor1
parents:
diff changeset
1784 }
Ritor1
parents:
diff changeset
1785
Ritor1
parents:
diff changeset
1786 //----- (00459C2B) --------------------------------------------------------
Ritor1
parents:
diff changeset
1787 void GUIWindow::DrawFlashingInputCursor(signed int a3, int a4, GUIFont *a2)
Ritor1
parents:
diff changeset
1788 {
Ritor1
parents:
diff changeset
1789 signed int v4; // esi@1
Ritor1
parents:
diff changeset
1790 GUIWindow *v5; // edi@1
Ritor1
parents:
diff changeset
1791
Ritor1
parents:
diff changeset
1792 v4 = a3;
Ritor1
parents:
diff changeset
1793 v5 = this;
Ritor1
parents:
diff changeset
1794 if ( GetTickCount() % 1000 > 500 )
Ritor1
parents:
diff changeset
1795 DrawText(a2, v4, a4, 0, "_", 0, 0, 0);
Ritor1
parents:
diff changeset
1796 }
Ritor1
parents:
diff changeset
1797
Ritor1
parents:
diff changeset
1798
Ritor1
parents:
diff changeset
1799 //----- (0041C432) --------------------------------------------------------
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1800 GUIWindow *GUIWindow::Create(unsigned int uX, unsigned int uY, unsigned int uWidth, unsigned int uHeight, WindowType eWindowType, int pButton, int a5)
0
Ritor1
parents:
diff changeset
1801 {
Ritor1
parents:
diff changeset
1802 unsigned int uNextFreeWindowID; // ebp@1
Ritor1
parents:
diff changeset
1803 //int *v8; // eax@1
Ritor1
parents:
diff changeset
1804 //GUIWindow *pWindow; // esi@4
Ritor1
parents:
diff changeset
1805 int v10; // eax@4
Ritor1
parents:
diff changeset
1806 unsigned int v11; // ebx@15
Ritor1
parents:
diff changeset
1807 NPCData *v12; // ebp@15
Ritor1
parents:
diff changeset
1808 void *v13; // ecx@18
Ritor1
parents:
diff changeset
1809 bool v14; // eax@20
Ritor1
parents:
diff changeset
1810 void *v15; // ecx@23
Ritor1
parents:
diff changeset
1811 bool v16; // eax@25
Ritor1
parents:
diff changeset
1812 void *v17; // ecx@28
Ritor1
parents:
diff changeset
1813 bool v18; // eax@30
Ritor1
parents:
diff changeset
1814 void *v19; // ecx@33
Ritor1
parents:
diff changeset
1815 bool v20; // eax@35
Ritor1
parents:
diff changeset
1816 void *v21; // ecx@38
Ritor1
parents:
diff changeset
1817 bool v22; // eax@40
Ritor1
parents:
diff changeset
1818 void *v23; // ecx@43
Ritor1
parents:
diff changeset
1819 bool v24; // eax@45
Ritor1
parents:
diff changeset
1820 int v25; // eax@65
Ritor1
parents:
diff changeset
1821 unsigned int v26; // ebx@65
Ritor1
parents:
diff changeset
1822 char *v27; // eax@71
Ritor1
parents:
diff changeset
1823 const char *v29; // [sp-8h] [bp-18h]@68
Ritor1
parents:
diff changeset
1824 char *v30; // [sp-4h] [bp-14h]@68
Ritor1
parents:
diff changeset
1825 int uWidtha; // [sp+14h] [bp+4h]@66
Ritor1
parents:
diff changeset
1826 int a4a; // [sp+20h] [bp+10h]@15
Ritor1
parents:
diff changeset
1827
Ritor1
parents:
diff changeset
1828 uNextFreeWindowID = 0;
Ritor1
parents:
diff changeset
1829 for (uNextFreeWindowID = 0; uNextFreeWindowID < 20; ++uNextFreeWindowID)
Ritor1
parents:
diff changeset
1830 {
Ritor1
parents:
diff changeset
1831 if (pWindowList[uNextFreeWindowID].eWindowType == WINDOW_null)
Ritor1
parents:
diff changeset
1832 break;
Ritor1
parents:
diff changeset
1833 }
Ritor1
parents:
diff changeset
1834
Ritor1
parents:
diff changeset
1835 auto pWindow = &pWindowList[uNextFreeWindowID];
Ritor1
parents:
diff changeset
1836 pWindow->uFrameWidth = uWidth;
Ritor1
parents:
diff changeset
1837 pWindow->uFrameZ = uX + uWidth - 1;
Ritor1
parents:
diff changeset
1838 pWindow->uFrameW = uY + uHeight - 1;
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1839 pWindow->ptr_1C = (void *)pButton;
0
Ritor1
parents:
diff changeset
1840 pWindow->Hint = (char *)a5;
Ritor1
parents:
diff changeset
1841 v10 = uNumVisibleWindows;
Ritor1
parents:
diff changeset
1842 pWindow->uFrameX = uX;
Ritor1
parents:
diff changeset
1843 ++v10;
Ritor1
parents:
diff changeset
1844 pWindow->uFrameY = uY;
Ritor1
parents:
diff changeset
1845 pWindow->uFrameHeight = uHeight;
Ritor1
parents:
diff changeset
1846 pWindow->eWindowType = eWindowType;
Ritor1
parents:
diff changeset
1847 pWindow->field_44 = 0;
Ritor1
parents:
diff changeset
1848 uNumVisibleWindows = v10;
Ritor1
parents:
diff changeset
1849 pWindow->field_3C = v10;
Ritor1
parents:
diff changeset
1850 pVisibleWindowsIdxs[v10] = uNextFreeWindowID + 1;
Ritor1
parents:
diff changeset
1851 if ( (signed int)eWindowType <= 20 )
Ritor1
parents:
diff changeset
1852 {
Ritor1
parents:
diff changeset
1853 if (eWindowType != WINDOW_Chest)
Ritor1
parents:
diff changeset
1854 {
Ritor1
parents:
diff changeset
1855 switch (eWindowType)
Ritor1
parents:
diff changeset
1856 {
Ritor1
parents:
diff changeset
1857 case WINDOW_Book:
Ritor1
parents:
diff changeset
1858 pWindow->InitializeBookView();
Ritor1
parents:
diff changeset
1859 break;
Ritor1
parents:
diff changeset
1860 case WINDOW_A:
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1861 pMainScreenNum = pCurrentScreen;
0
Ritor1
parents:
diff changeset
1862 pCurrentScreen = 4;
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1863 pBtn_ExitCancel = pWindow->CreateButton(0x1D7u, 0x1BDu, 0xA9u, 0x23u, 1, 0, 0x71u, 0, 0, pGlobalTXT_LocalizationStrings[79], //"Exit"
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1864 (Texture *)(uTextureID_506438 != -1 ? &pIcons_LOD->pTextures[uTextureID_506438] : 0), 0);
0
Ritor1
parents:
diff changeset
1865 if ( pWindow->ptr_1C != (void *)1 )
Ritor1
parents:
diff changeset
1866 {
Ritor1
parents:
diff changeset
1867 a4a = 0;
Ritor1
parents:
diff changeset
1868 v11 = LOBYTE(pFontArrus->uFontHeight) - 3;
Ritor1
parents:
diff changeset
1869 v12 = GetNPCData(uDialogue_SpeakingActorNPC_ID);
Ritor1
parents:
diff changeset
1870 if ( sub_445C8B(uDialogue_SpeakingActorNPC_ID) == 1 )
Ritor1
parents:
diff changeset
1871 {
Ritor1
parents:
diff changeset
1872 if ( v12->joins )
Ritor1
parents:
diff changeset
1873 {
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1874 pWindow->CreateButton(480, 130, 140, v11, 1, 0, 0x88u, 0xDu, 0, "", 0);
0
Ritor1
parents:
diff changeset
1875 a4a = 1;
Ritor1
parents:
diff changeset
1876 }
Ritor1
parents:
diff changeset
1877 v13 = (void *)v12->bDrawSomeAnim;
Ritor1
parents:
diff changeset
1878 if ( v13 )
Ritor1
parents:
diff changeset
1879 {
Ritor1
parents:
diff changeset
1880 if ( a4a < 4 )
Ritor1
parents:
diff changeset
1881 {
Ritor1
parents:
diff changeset
1882 v14 = sub_4466C4(v13);
Ritor1
parents:
diff changeset
1883 if ( v14 == 1 || v14 == 2 )
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1884 pWindow->CreateButton(0x1E0u, a4a++ * v11 + 130, 0x8Cu, v11, 1, 0, 0x88u, 0x13u, 0, "", 0);
0
Ritor1
parents:
diff changeset
1885 }
Ritor1
parents:
diff changeset
1886 }
Ritor1
parents:
diff changeset
1887 v15 = (void *)v12->evtb;
Ritor1
parents:
diff changeset
1888 if ( v15 )
Ritor1
parents:
diff changeset
1889 {
Ritor1
parents:
diff changeset
1890 if ( a4a < 4 )
Ritor1
parents:
diff changeset
1891 {
Ritor1
parents:
diff changeset
1892 v16 = sub_4466C4(v15);
Ritor1
parents:
diff changeset
1893 if ( v16 == 1 || v16 == 2 )
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1894 pWindow->CreateButton(0x1E0u, a4a++ * v11 + 130, 0x8Cu, v11, 1, 0, 0x88u, 0x14u, 0, "", 0);
0
Ritor1
parents:
diff changeset
1895 }
Ritor1
parents:
diff changeset
1896 }
Ritor1
parents:
diff changeset
1897 v17 = (void *)v12->evtc;
Ritor1
parents:
diff changeset
1898 if ( v17 )
Ritor1
parents:
diff changeset
1899 {
Ritor1
parents:
diff changeset
1900 if ( a4a < 4 )
Ritor1
parents:
diff changeset
1901 {
Ritor1
parents:
diff changeset
1902 v18 = sub_4466C4(v17);
Ritor1
parents:
diff changeset
1903 if ( v18 == 1 || v18 == 2 )
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1904 pWindow->CreateButton( 0x1E0u, a4a++ * v11 + 130, 0x8Cu, v11, 1, 0, 0x88u, 0x15u, 0, "", 0);
0
Ritor1
parents:
diff changeset
1905 }
Ritor1
parents:
diff changeset
1906 }
Ritor1
parents:
diff changeset
1907 v19 = (void *)v12->evtd;
Ritor1
parents:
diff changeset
1908 if ( v19 )
Ritor1
parents:
diff changeset
1909 {
Ritor1
parents:
diff changeset
1910 if ( a4a < 4 )
Ritor1
parents:
diff changeset
1911 {
Ritor1
parents:
diff changeset
1912 v20 = sub_4466C4(v19);
Ritor1
parents:
diff changeset
1913 if ( v20 == 1 || v20 == 2 )
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1914 pWindow->CreateButton(0x1E0u, a4a++ * v11 + 130, 0x8Cu, v11, 1, 0, 0x88u, 0x16u, 0, "", 0);
0
Ritor1
parents:
diff changeset
1915 }
Ritor1
parents:
diff changeset
1916 }
Ritor1
parents:
diff changeset
1917 v21 = (void *)v12->evte;
Ritor1
parents:
diff changeset
1918 if ( v21 )
Ritor1
parents:
diff changeset
1919 {
Ritor1
parents:
diff changeset
1920 if ( a4a < 4 )
Ritor1
parents:
diff changeset
1921 {
Ritor1
parents:
diff changeset
1922 v22 = sub_4466C4(v21);
Ritor1
parents:
diff changeset
1923 if ( v22 == 1 || v22 == 2 )
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1924 pWindow->CreateButton(0x1E0u, a4a++ * v11 + 130, 0x8Cu, v11, 1, 0, 0x88u, 0x17u, 0, "", 0);
0
Ritor1
parents:
diff changeset
1925 }
Ritor1
parents:
diff changeset
1926 }
Ritor1
parents:
diff changeset
1927 v23 = (void *)v12->evtf;
Ritor1
parents:
diff changeset
1928 if ( v23 )
Ritor1
parents:
diff changeset
1929 {
Ritor1
parents:
diff changeset
1930 if ( a4a < 4 )
Ritor1
parents:
diff changeset
1931 {
Ritor1
parents:
diff changeset
1932 v24 = sub_4466C4(v23);
Ritor1
parents:
diff changeset
1933 if ( v24 == 1 || v24 == 2 )
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1934 pWindow->CreateButton(0x1E0u, a4a++ * v11 + 130, 0x8Cu, v11, 1, 0, 0x88u, 0x18u, 0, "", 0);
0
Ritor1
parents:
diff changeset
1935 }
Ritor1
parents:
diff changeset
1936 }
Ritor1
parents:
diff changeset
1937 }
Ritor1
parents:
diff changeset
1938 else
Ritor1
parents:
diff changeset
1939 {
Ritor1
parents:
diff changeset
1940 if ( v12->joins )
Ritor1
parents:
diff changeset
1941 {
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1942 pWindow->CreateButton(0x1E0u, 0x82u, 0x8Cu, v11, 1, 0, 0x88u, 0x4Du, 0, pGlobalTXT_LocalizationStrings[407], 0);//Подробнее
0
Ritor1
parents:
diff changeset
1943 if ( v12->uFlags & 0x80 )
Ritor1
parents:
diff changeset
1944 {
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1945 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[408], v12->pName); //Отпустить
0
Ritor1
parents:
diff changeset
1946 pWindow->CreateButton(0x1E0u, v11 + 130, 0x8Cu, v11, 1, 0, 0x88u, 0x4Cu, 0, pTmpBuf, 0);
Ritor1
parents:
diff changeset
1947 }
Ritor1
parents:
diff changeset
1948 else
Ritor1
parents:
diff changeset
1949 {
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1950 pWindow->CreateButton(0x1E0u, v11 + 130, 0x8Cu, v11, 1, 0, 0x88u, 0x4Cu, 0, pGlobalTXT_LocalizationStrings[406], 0);//Нанять
0
Ritor1
parents:
diff changeset
1951 }
Ritor1
parents:
diff changeset
1952 a4a = 2;
Ritor1
parents:
diff changeset
1953 }
Ritor1
parents:
diff changeset
1954 }
Ritor1
parents:
diff changeset
1955 pWindow->_41D08F(a4a, 1, 0, 1);
Ritor1
parents:
diff changeset
1956 }
Ritor1
parents:
diff changeset
1957 break;
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1958 case WINDOW_ChangeLocation:
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1959 pMainScreenNum = pCurrentScreen;
0
Ritor1
parents:
diff changeset
1960 pCurrentScreen = 17;
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1961 pBtn_ExitCancel = pWindow->CreateButton(0x236u, 0x1BDu, 0x4Bu, 0x21u, 1, 0, 0x5Bu, 0, 0x4Eu, pGlobalTXT_LocalizationStrings[156],//Остаться в этой области
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1962 (Texture *)(uTextureID_BUTTDESC2 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_BUTTDESC2] : 0), 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1963 pBtn_YES = pWindow->CreateButton(0x1E6u, 0x1BDu, 0x4Bu, 0x21u, 1, 0, 0x5Au, 0, 0x59u, pWindow->Hint,
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1964 (Texture *)(uTextureID_BUTTYES2 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_BUTTYES2] : 0), 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1965 pWindow->CreateButton(_4E5E50_transui_x, _4E5EE0_transui_y, 0x3Fu, 0x49u, 1, 0, 0x5Au, 1u, 0x20u, pWindow->Hint, 0, 0, 0);
0
Ritor1
parents:
diff changeset
1966 pWindow->CreateButton(8u, 8u, 0x1CCu, 0x158u, 1, 0, 0x5Au, 1u, 0, pWindow->Hint, 0);
Ritor1
parents:
diff changeset
1967 break;
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1968 case WINDOW_SpellBook: // окно книги заклов
0
Ritor1
parents:
diff changeset
1969 InitializeBookTextures();
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1970 pWindow->OpenSpellBook();
0
Ritor1
parents:
diff changeset
1971 break;
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1972 case WINDOW_GreetingNPC: // окно приветствия НПС
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1973 pMainScreenNum = pCurrentScreen;
3
bf31c505f4d3 13.01.13(MainMenuMessageProc())
Ritor1
parents: 0
diff changeset
1974 pKeyActionMap->EnterText(0, 15, pWindow);
0
Ritor1
parents:
diff changeset
1975 pCurrentScreen = 19;
Ritor1
parents:
diff changeset
1976 break;
Ritor1
parents:
diff changeset
1977 }
Ritor1
parents:
diff changeset
1978 return pWindow;
Ritor1
parents:
diff changeset
1979 }
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1980 //LABEL_62:
0
Ritor1
parents:
diff changeset
1981 pWindow->CreateButton(0x3Du, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 1u, 0x31u, "", 0);
Ritor1
parents:
diff changeset
1982 pWindow->CreateButton(0xB1u, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 2u, 0x32u, "", 0);
Ritor1
parents:
diff changeset
1983 pWindow->CreateButton(0x124u, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 3u, 0x33u, "", 0);
Ritor1
parents:
diff changeset
1984 pWindow->CreateButton(0x197u, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 4u, 0x34u, "", 0);
Ritor1
parents:
diff changeset
1985 pWindow->CreateButton(0, 0, 0, 0, 1, 0, 0xB0u, 0, 9u, "", 0);
Ritor1
parents:
diff changeset
1986 return pWindow;
Ritor1
parents:
diff changeset
1987 }
Ritor1
parents:
diff changeset
1988 if (eWindowType == WINDOW_HouseInterior)
Ritor1
parents:
diff changeset
1989 {
Ritor1
parents:
diff changeset
1990 pCurrentScreen = 13;
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1991 pBtn_ExitCancel = pWindow->CreateButton(0x1D7u, 0x1BDu, 0xA9u, 0x23u, 1, 0, 0x71u, 0, 0, pGlobalTXT_LocalizationStrings[80],//Выйти из здания
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
1992 (Texture *)(uTextureID_506438 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_506438] : 0), 0);
0
Ritor1
parents:
diff changeset
1993 v25 = uNumDialogueNPCPortraits;
Ritor1
parents:
diff changeset
1994 v26 = 0;
Ritor1
parents:
diff changeset
1995 if ( uNumDialogueNPCPortraits > 0 )
Ritor1
parents:
diff changeset
1996 {
Ritor1
parents:
diff changeset
1997 do
Ritor1
parents:
diff changeset
1998 {
Ritor1
parents:
diff changeset
1999 uWidtha = v26 + 1;
Ritor1
parents:
diff changeset
2000 if ( v26 + 1 == v25 && uHouse_ExitPic )
Ritor1
parents:
diff changeset
2001 {
Ritor1
parents:
diff changeset
2002 v30 = pMapStats->pInfos[uHouse_ExitPic].pName;
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2003 v29 = pGlobalTXT_LocalizationStrings[411];//Войти в ^Pv[%s]
0
Ritor1
parents:
diff changeset
2004 }
Ritor1
parents:
diff changeset
2005 else
Ritor1
parents:
diff changeset
2006 {
Ritor1
parents:
diff changeset
2007 if ( v26 || !dword_591080 )
Ritor1
parents:
diff changeset
2008 v27 = array_5913D8[v26 - (dword_591080 != 0)]->pName;
Ritor1
parents:
diff changeset
2009 else
Ritor1
parents:
diff changeset
2010 //v27 = (char *)p2DEvents_minus1_::08[13 * a4];
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2011 v27 = (char *)p2DEvents[pButton - 1].pProprieterName;
0
Ritor1
parents:
diff changeset
2012 v30 = v27;
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2013 v29 = pGlobalTXT_LocalizationStrings[435];//Побеседовать с ^Pt[%s]
0
Ritor1
parents:
diff changeset
2014 }
Ritor1
parents:
diff changeset
2015 sprintf(&byte_591180[100 * v26], v29, v30);
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2016 array_5913D8[v26 + 7] = (NPCData *)pWindow->CreateButton(*(&_4E5E50_transui_x + v26 + 6 * uNumDialogueNPCPortraits - 6),
0
Ritor1
parents:
diff changeset
2017 *(&_4E5EE0_transui_y + v26 + 6 * uNumDialogueNPCPortraits - 6),
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2018 0x3Fu, 0x49u, 1, 0, 0x19Au, v26, 0, &byte_591180[100 * v26], 0, 0, 0);
0
Ritor1
parents:
diff changeset
2019 ++v26;
Ritor1
parents:
diff changeset
2020 v25 = uNumDialogueNPCPortraits;
Ritor1
parents:
diff changeset
2021 }
Ritor1
parents:
diff changeset
2022 while ( uWidtha < uNumDialogueNPCPortraits );
Ritor1
parents:
diff changeset
2023 }
Ritor1
parents:
diff changeset
2024 if ( v25 == 1 )
Ritor1
parents:
diff changeset
2025 {
Ritor1
parents:
diff changeset
2026 ptr_507BC0 = &pWindowList[uNextFreeWindowID];
Ritor1
parents:
diff changeset
2027 _4B4224_UpdateNPCTopics(0);
Ritor1
parents:
diff changeset
2028 }
Ritor1
parents:
diff changeset
2029 }
Ritor1
parents:
diff changeset
2030 else
Ritor1
parents:
diff changeset
2031 {
Ritor1
parents:
diff changeset
2032 if (eWindowType == WINDOW_1A)
Ritor1
parents:
diff changeset
2033 {
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2034 pMainScreenNum = pCurrentScreen;
0
Ritor1
parents:
diff changeset
2035 pCurrentScreen = 18;
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2036 pBtn_ExitCancel = pWindow->CreateButton(0x236u, 0x1BDu, 0x4Bu, 0x21u, 1, 0, 0x19Cu, 0, 0x4Eu, pGlobalTXT_LocalizationStrings[34],//Отмена
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2037 (Texture *)(uTextureID_BUTTDESC2 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_BUTTDESC2] : 0), 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2038 pBtn_YES = pWindow->CreateButton(0x1E6u, 0x1BDu, 0x4Bu, 0x21u, 1, 0, 0x19Bu, 0, 0x59u, pWindow->Hint,
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2039 (Texture *)(uTextureID_BUTTYES2 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_BUTTYES2] : 0), 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2040 pWindow->CreateButton(_4E5E50_transui_x, _4E5EE0_transui_y, 0x3Fu, 0x49u, 1, 0, 0x19Bu, 1, 0x20u, pWindow->Hint, 0);
0
Ritor1
parents:
diff changeset
2041 pWindow->CreateButton(8u, 8u, 0x1CCu, 0x158u, 1, 0, 0x19Bu, 1u, 0, pWindow->Hint, 0);
Ritor1
parents:
diff changeset
2042 return pWindow;
Ritor1
parents:
diff changeset
2043 }
Ritor1
parents:
diff changeset
2044 if (eWindowType == WINDOW_1B)
Ritor1
parents:
diff changeset
2045 {
Ritor1
parents:
diff changeset
2046 pEventTimer->Pause();
Ritor1
parents:
diff changeset
2047 pAudioPlayer->StopChannels(-1, -1);
Ritor1
parents:
diff changeset
2048 pMouse->SetCursorBitmap("MICON2");
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2049 ShowStatusBarString(pGlobalTXT_LocalizationStrings[39], 2u);//Выберите цель
0
Ritor1
parents:
diff changeset
2050 return pWindow;
Ritor1
parents:
diff changeset
2051 }
Ritor1
parents:
diff changeset
2052 if (eWindowType == WINDOW_1E)
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2053 //goto LABEL_62;
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2054 {
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2055 pWindow->CreateButton(0x3Du, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 1u, 0x31u, "", 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2056 pWindow->CreateButton(0xB1u, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 2u, 0x32u, "", 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2057 pWindow->CreateButton(0x124u, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 3u, 0x33u, "", 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2058 pWindow->CreateButton(0x197u, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 4u, 0x34u, "", 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2059 pWindow->CreateButton(0, 0, 0, 0, 1, 0, 0xB0u, 0, 9u, "", 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2060 return pWindow;
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2061 }
0
Ritor1
parents:
diff changeset
2062 if (eWindowType == WINDOW_1F)
Ritor1
parents:
diff changeset
2063 {
Ritor1
parents:
diff changeset
2064 pMouse->SetCursorBitmap("MICON2");
11
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2065 pBtn_ExitCancel = pWindow->CreateButton(0x188u, 0x13Eu, 0x4Bu, 0x21u, 1, 0, 0x71u, 0, 0, pGlobalTXT_LocalizationStrings[34],//Отмена
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2066 (Texture *)(uTextureID_BUTTDESC2 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_BUTTDESC2] : 0), 0);
66319a734368 16.01.13(work)
Ritor1
parents: 3
diff changeset
2067 ShowStatusBarString(pGlobalTXT_LocalizationStrings[39], 2);//Выбрать цель
0
Ritor1
parents:
diff changeset
2068 ++pIcons_LOD->uTexturePacksCount;
Ritor1
parents:
diff changeset
2069 pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 103;
Ritor1
parents:
diff changeset
2070 pCurrentScreen = 23;
Ritor1
parents:
diff changeset
2071 if ( !pIcons_LOD->uNumPrevLoadedFiles )
Ritor1
parents:
diff changeset
2072 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles;
Ritor1
parents:
diff changeset
2073 }
Ritor1
parents:
diff changeset
2074 }
Ritor1
parents:
diff changeset
2075 return pWindow;
Ritor1
parents:
diff changeset
2076 }