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