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