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