Mercurial > mm7
annotate mm7_1.cpp @ 243:a6a8fa73b4ec
cleaning
author | zipi |
---|---|
date | Sun, 17 Feb 2013 23:40:46 +0000 |
parents | 578b4a1e58ba |
children | bb9e946cbcbf |
rev | line source |
---|---|
0 | 1 /* This file has been generated by the Hex-Rays decompiler. |
2 Copyright (c) 2007-2011 Hex-Rays <info@hex-rays.com> | |
3 | |
4 Detected compiler: Visual C++ | |
5 */ | |
6 | |
7 //#include <defs.h> | |
8 #include "MM7.h" | |
9 | |
10 #include "MapInfo.h" | |
11 #include "Game.h" | |
12 #include "GUIWindow.h" | |
13 #include "GUIFont.h" | |
14 #include "GUIButton.h" | |
15 #include "GUIProgressBar.h" | |
16 #include "Party.h" | |
17 #include "AudioPlayer.h" | |
18 #include "Outdoor.h" | |
19 #include "IndoorCamera.h" | |
20 #include "Overlays.h" | |
21 #include "Monsters.h" | |
22 #include "Arcomage.h" | |
23 #include "LOD.h" | |
24 #include "Actor.h" | |
25 #include "Allocator.h" | |
26 #include "Events.h" | |
27 #include "Viewport.h" | |
28 #include "FrameTableInc.h" | |
29 #include "Math.h" | |
30 #include "LayingItem.h" | |
31 #include "ObjectList.h" | |
32 #include "Chest.h" | |
33 #include "PaletteManager.h" | |
34 #include "DecorationList.h" | |
35 #include "SaveLoad.h" | |
36 #include "stru123.h" | |
37 #include "Time.h" | |
38 #include "IconFrameTable.h" | |
39 #include "stru179.h" | |
40 #include "Awards.h" | |
41 #include "Autonotes.h" | |
42 #include "stru160.h" | |
43 #include "stru279.h" | |
44 #include "TurnEngine.h" | |
45 #include "stru277.h" | |
46 #include "Weather.h" | |
47 #include "stru272.h" | |
48 #include "stru298.h" | |
49 #include "StorylineTextTable.h" | |
50 #include "Events2D.h" | |
189 | 51 #include "texts.h" |
0 | 52 |
53 #include "mm7_data.h" | |
54 | |
55 | |
56 | |
57 | |
58 int __stdcall aWinProc(HWND hWnd, UINT Msg, WPARAM wParam, unsigned int lParam); | |
59 int __stdcall InsertMM7CDDialogFunc(HWND hDlg, int a2, __int16 a3, int a4); | |
60 bool __fastcall FindMM7CD(HWND hWnd, char *pCDDrive); | |
61 bool __fastcall Initialize(HINSTANCE hInst, char *pCmdLine); | |
62 | |
63 | |
64 | |
65 | |
66 | |
67 | |
68 void __cdecl FreeSavegameThumbnails() | |
69 { | |
70 for (int i = 0; i < 40; ++i) | |
71 //pAllocator->FreeChunk(pSavegameThumbnails[i].pPixels); | |
72 pSavegameThumbnails[i].Release(); | |
73 } | |
74 | |
75 | |
76 //----- (004196A0) -------------------------------------------------------- | |
77 void __cdecl sub_4196A0() | |
78 { | |
79 GUIButton *i; // esi@2 | |
80 GUIButton *j; // esi@7 | |
81 | |
82 if ( dword_507CC0 ) | |
83 { | |
84 dword_507CC0 = 0; | |
85 for ( i = pGUIWindow_CurrentMenu->pControlsHead; i; i = i->pNext ) | |
86 { | |
87 if ( BYTE1(i->field_1C) & 0x80 ) | |
88 GUIButton::_41D0D8(i); | |
89 } | |
90 for ( j = pGUIWindow_CurrentMenu->pControlsHead; j; j = j->pNext ) | |
91 { | |
92 if ( j->uControlID == 120 ) | |
93 { | |
94 j->uX = dword_50698C; | |
95 j->uY = dword_506988; | |
96 j->uZ = dword_506984; | |
97 j->uW = dword_506980; | |
98 pGUIWindow_CurrentMenu->_41D08F(1, 0, 0, 0); | |
99 } | |
100 } | |
101 } | |
102 } | |
103 // 506980: using guessed type int dword_506980; | |
104 // 506984: using guessed type int dword_506984; | |
105 // 506988: using guessed type int dword_506988; | |
106 // 50698C: using guessed type int dword_50698C; | |
107 // 507CC0: using guessed type int dword_507CC0; | |
108 | |
109 //----- (00419719) -------------------------------------------------------- | |
110 char __fastcall CharacterUI_SkillsTab_Draw(unsigned int uPlayerID) | |
111 { | |
112 unsigned int v1; // esi@1 | |
113 Player *pPlayer; // ebp@1 | |
114 unsigned int v3; // eax@1 | |
115 signed int v4; // ecx@1 | |
116 int v5; // edi@3 | |
117 GUIWindow *v6; // ecx@3 | |
118 int v7; // eax@4 | |
119 GUIButton *v8; // edx@5 | |
120 int v9; // eax@7 | |
121 unsigned int v10; // ecx@9 | |
122 unsigned __int16 v11; // ax@9 | |
123 int v12; // eax@9 | |
124 unsigned __int8 v13; // cf@12 | |
125 unsigned __int8 v14; // zf@12 | |
126 unsigned int v15; // eax@12 | |
127 char *v16; // ecx@22 | |
128 GUIWindow *v17; // ecx@33 | |
129 int v18; // edx@34 | |
130 GUIButton *v19; // eax@35 | |
131 int v20; // edx@37 | |
132 unsigned __int16 v21; // cx@39 | |
133 unsigned int v22; // eax@39 | |
134 int v23; // edi@39 | |
135 unsigned int v24; // eax@42 | |
136 char v25; // sf@52 | |
137 char *v26; // ecx@52 | |
138 int v27; // edi@63 | |
139 GUIWindow *v28; // ecx@63 | |
140 int v29; // edx@64 | |
141 GUIButton *v30; // eax@65 | |
142 int v31; // edx@67 | |
143 unsigned int v32; // ecx@69 | |
144 int v33; // eax@69 | |
145 unsigned int v34; // eax@72 | |
146 char *v35; // ecx@82 | |
147 GUIWindow *v36; // ecx@93 | |
148 int v37; // edx@94 | |
149 GUIButton *v38; // eax@94 | |
150 int v39; // edx@97 | |
151 unsigned __int16 v40; // cx@99 | |
152 unsigned int v41; // eax@99 | |
153 int v42; // edi@99 | |
154 unsigned int v43; // eax@102 | |
155 char *v44; // ecx@112 | |
156 char *v46; // [sp-Ch] [bp-4Ch]@19 | |
157 char *v47; // [sp-Ch] [bp-4Ch]@49 | |
158 char *v48; // [sp-Ch] [bp-4Ch]@79 | |
159 char *v49; // [sp-Ch] [bp-4Ch]@109 | |
160 unsigned int v50; // [sp-8h] [bp-48h]@19 | |
161 unsigned int v51; // [sp-8h] [bp-48h]@49 | |
162 unsigned int v52; // [sp-8h] [bp-48h]@79 | |
163 unsigned int v53; // [sp-8h] [bp-48h]@109 | |
164 int v54; // [sp-4h] [bp-44h]@19 | |
165 int v55; // [sp-4h] [bp-44h]@49 | |
166 int v56; // [sp-4h] [bp-44h]@79 | |
167 int v57; // [sp-4h] [bp-44h]@109 | |
168 unsigned int v58; // [sp+10h] [bp-30h]@9 | |
169 unsigned int v59; // [sp+10h] [bp-30h]@39 | |
170 unsigned int v60; // [sp+10h] [bp-30h]@69 | |
171 unsigned int v61; // [sp+10h] [bp-30h]@99 | |
172 int v62; // [sp+14h] [bp-2Ch]@4 | |
173 int v63; // [sp+14h] [bp-2Ch]@34 | |
174 int v64; // [sp+14h] [bp-2Ch]@64 | |
175 int v65; // [sp+14h] [bp-2Ch]@94 | |
176 signed int i; // [sp+18h] [bp-28h]@4 | |
177 signed int v67; // [sp+18h] [bp-28h]@34 | |
178 signed int v68; // [sp+18h] [bp-28h]@64 | |
179 signed int v69; // [sp+18h] [bp-28h]@94 | |
180 int v70; // [sp+1Ch] [bp-24h]@3 | |
181 int v71; // [sp+1Ch] [bp-24h]@33 | |
182 int v72; // [sp+1Ch] [bp-24h]@63 | |
183 int v73; // [sp+1Ch] [bp-24h]@93 | |
184 int uY; // [sp+20h] [bp-20h]@9 | |
185 int uYa; // [sp+20h] [bp-20h]@33 | |
186 int uYb; // [sp+20h] [bp-20h]@69 | |
187 int uYc; // [sp+20h] [bp-20h]@93 | |
188 unsigned int a5; // [sp+24h] [bp-1Ch]@1 | |
189 unsigned int v79; // [sp+28h] [bp-18h]@1 | |
190 int *v80; // [sp+2Ch] [bp-14h]@3 | |
191 int *v81; // [sp+2Ch] [bp-14h]@33 | |
192 int *v82; // [sp+2Ch] [bp-14h]@63 | |
193 int *v83; // [sp+2Ch] [bp-14h]@93 | |
194 unsigned int v84; // [sp+30h] [bp-10h]@1 | |
195 int v85; // [sp+34h] [bp-Ch]@1 | |
196 unsigned int v86; // [sp+38h] [bp-8h]@1 | |
197 unsigned __int16 v87; // [sp+3Ch] [bp-4h]@9 | |
198 char *v88; // [sp+3Ch] [bp-4h]@24 | |
199 char *v89; // [sp+3Ch] [bp-4h]@54 | |
200 unsigned __int16 v90; // [sp+3Ch] [bp-4h]@69 | |
201 char *v91; // [sp+3Ch] [bp-4h]@84 | |
202 char *v92; // [sp+3Ch] [bp-4h]@114 | |
203 | |
204 v1 = uPlayerID; | |
205 a5 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu); | |
206 v84 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0, 0xAFu, 0xFFu); | |
207 v85 = pGUIWindow_CurrentMenu->pCurrentPosActiveItem; | |
208 v86 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0, 0); | |
209 v79 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0, 0xFFu, 0); | |
243 | 210 pPlayer = &pParty->pPlayers[v1-1]; |
0 | 211 v3 = pIcons_LOD->LoadTexture("fr_skill", TEXTURE_16BIT_PALETTE); |
212 pRenderer->DrawTextureIndexed(8u, 8u, (Texture *)(v3 != -1 ? (int)&pIcons_LOD->pTextures[v3] : 0)); | |
213 v4 = v79; | |
214 if ( !pPlayer->uSkillPoints ) | |
215 v4 = 65535; | |
216 sprintf( | |
217 pTmpBuf, | |
41 | 218 "%s \f%05d%s\f00000\r177%s: \f%05d%d\f00000", |
0 | 219 pGlobalTXT_LocalizationStrings[206], // Skills for |
220 a5, | |
221 pPlayer->pName, | |
222 pGlobalTXT_LocalizationStrings[207], // Skill Points | |
223 v4, | |
224 pPlayer->uSkillPoints); | |
225 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 24, 18, 0, pTmpBuf, 0, 0, 0); | |
226 v5 = 2 * LOBYTE(pFontLucida->uFontHeight) + 13;// Weapons, Level | |
227 sprintf(pTmpBuf, "%s\r400%s", pGlobalTXT_LocalizationStrings[242], pGlobalTXT_LocalizationStrings[131]); | |
228 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 24, v5, a5, pTmpBuf, 0, 0, 0); | |
229 v6 = pGUIWindow_CurrentMenu; | |
230 v70 = 0; | |
69 | 231 v80 = pWeaponSkills; |
0 | 232 do |
233 { | |
234 v62 = *v80; | |
235 v7 = 0; | |
236 for ( i = 0; i < (signed int)v6->uNumControls; v7 = i++ + 1 ) | |
237 { | |
238 v8 = v6->pControlsHead; | |
239 if ( v7 > 0 ) | |
240 { | |
241 do | |
242 { | |
243 v8 = v8->pNext; | |
244 --v7; | |
245 } | |
246 while ( v7 ); | |
247 } | |
248 v9 = v8->field_1C; | |
249 if ( SBYTE1(v9) >= 0 ) | |
250 continue; | |
251 BYTE1(v9) &= 0x7Fu; | |
252 if ( v9 != v62 ) | |
253 continue; | |
254 v5 = v8->uY; | |
255 v10 = pPlayer->uSkillPoints; | |
256 ++v70; | |
257 v11 = pPlayer->pActiveSkills[v62]; | |
258 v87 = pPlayer->pActiveSkills[v62]; | |
259 v12 = v11 & 0x3F; | |
260 v58 = 0; | |
261 uY = v12; | |
262 if ( v10 >= v12 + 1 ) | |
263 v58 = v84; | |
264 if ( v85 == i ) | |
265 { | |
266 v13 = v10 < v12; | |
267 v14 = v10 == v12; | |
268 v15 = v86; | |
269 if ( !(v13 | v14) ) | |
270 v15 = v79; | |
271 v58 = v15; | |
272 } | |
273 else | |
274 { | |
275 v15 = v58; | |
276 } | |
277 if ( HIBYTE(v87) & 1 ) | |
278 { | |
279 if ( !v15 ) | |
280 v15 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu); | |
281 v54 = uY; | |
282 v50 = v58; | |
283 v46 = pGlobalTXT_LocalizationStrings[96]; | |
284 } | |
285 else | |
286 { | |
287 if ( !(v87 & 0xC0) ) | |
288 { | |
289 sprintf(pTmpBuf, "%s\r400%2d", pSkillNames[v62], uY); | |
69 | 290 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 24, v5, v58, pTmpBuf, 0, 0, 0); |
291 v6 = pGUIWindow_CurrentMenu; | |
292 continue; | |
0 | 293 } |
294 v16 = pGlobalTXT_LocalizationStrings[432]; | |
295 if ( (v87 & 0x80u) == 0 ) | |
296 v16 = pGlobalTXT_LocalizationStrings[433]; | |
297 v88 = v16; | |
298 if ( !v15 ) | |
299 v15 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu); | |
300 v54 = uY; | |
301 v50 = v58; | |
302 v46 = v88; | |
303 } | |
304 sprintf(pTmpBuf, "%s ", pSkillNames[v62], v15, v46, v50, v54); | |
305 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 24, v5, v58, pTmpBuf, 0, 0, 0); | |
306 v6 = pGUIWindow_CurrentMenu; | |
307 } | |
308 ++v80; | |
309 } | |
69 | 310 while ( v80 <= &pWeaponSkills[8]); |
0 | 311 if ( !v70 ) |
312 { | |
313 v5 = v5 + LOBYTE(pFontLucida->uFontHeight) - 3; | |
314 v6->DrawText(pFontLucida, 24, v5, 0, pGlobalTXT_LocalizationStrings[153], 0, 0, 0); | |
315 } | |
316 uYa = v5 + 2 * LOBYTE(pFontLucida->uFontHeight) - 10; | |
317 sprintf(pTmpBuf, "%s\r400%s", pGlobalTXT_LocalizationStrings[138], pGlobalTXT_LocalizationStrings[131]); | |
318 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 24, uYa, a5, pTmpBuf, 0, 0, 0); | |
319 v17 = pGUIWindow_CurrentMenu; | |
320 v71 = 0; | |
69 | 321 v81 = pMagicSkills; |
0 | 322 do |
323 { | |
324 v18 = 0; | |
325 v67 = 0; | |
326 v63 = *v81; | |
327 while ( v67 < (signed int)v17->uNumControls ) | |
328 { | |
329 v19 = v17->pControlsHead; | |
330 if ( v18 > 0 ) | |
331 { | |
332 do | |
333 { | |
334 v19 = v19->pNext; | |
335 --v18; | |
336 } | |
337 while ( v18 ); | |
338 } | |
339 v20 = v19->field_1C; | |
340 if ( SBYTE1(v20) >= 0 || (BYTE1(v20) &= 0x7Fu, v20 != v63) ) | |
69 | 341 { |
342 v18 = v67++ + 1; | |
343 continue; | |
344 } | |
0 | 345 ++v71; |
346 uYa = v19->uY; | |
347 v21 = pPlayer->pActiveSkills[v63]; | |
348 v22 = pPlayer->uSkillPoints; | |
349 v23 = pPlayer->pActiveSkills[v63] & 0x3F; | |
350 v59 = 0; | |
351 if ( v22 >= v23 + 1 ) | |
352 v59 = v84; | |
353 if ( v85 == v67 ) | |
354 { | |
355 v13 = v22 < v23; | |
356 v14 = v22 == v23; | |
357 v24 = v86; | |
358 if ( !(v13 | v14) ) | |
359 v24 = v79; | |
360 v59 = v24; | |
361 } | |
362 else | |
363 { | |
364 v24 = v59; | |
365 } | |
366 if ( HIBYTE(v21) & 1 ) | |
367 { | |
368 if ( !v24 ) | |
369 v24 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu); | |
370 v55 = v23; | |
371 v51 = v59; | |
372 v47 = pGlobalTXT_LocalizationStrings[96]; | |
373 } | |
374 else | |
375 { | |
376 if ( !(v21 & 0xC0) ) | |
377 { | |
378 sprintf(pTmpBuf, "%s\r400%2d", pSkillNames[v63], v23); | |
69 | 379 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 24, uYa, v59, pTmpBuf, 0, 0, 0); |
380 v17 = pGUIWindow_CurrentMenu; | |
381 v18 = v67++ + 1; | |
382 continue; | |
0 | 383 } |
384 v25 = (v21 & 0x80u) != 0; | |
385 v26 = pGlobalTXT_LocalizationStrings[432]; | |
386 if ( !v25 ) | |
387 v26 = pGlobalTXT_LocalizationStrings[433]; | |
388 v89 = v26; | |
389 if ( !v24 ) | |
390 v24 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu); | |
391 v55 = v23; | |
392 v51 = v59; | |
393 v47 = v89; | |
394 } | |
395 sprintf(pTmpBuf, "%s ", pSkillNames[v63], v24, v47, v51, v55); | |
69 | 396 //LABEL_58: |
0 | 397 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 24, uYa, v59, pTmpBuf, 0, 0, 0); |
398 v17 = pGUIWindow_CurrentMenu; | |
69 | 399 //LABEL_59: |
0 | 400 v18 = v67++ + 1; |
401 } | |
402 ++v81; | |
403 } | |
69 | 404 while ( v81 <= &pMagicSkills[8]); |
0 | 405 if ( !v71 ) |
406 v17->DrawText( | |
407 pFontLucida, | |
408 24, | |
409 LOBYTE(pFontLucida->uFontHeight) + uYa - 3, | |
410 0, | |
411 pGlobalTXT_LocalizationStrings[153], | |
412 0, | |
413 0, | |
414 0); | |
415 v27 = 2 * LOBYTE(pFontLucida->uFontHeight) + 13; | |
416 sprintf(pTmpBuf, "%s\r177%s", pGlobalTXT_LocalizationStrings[11], pGlobalTXT_LocalizationStrings[131]); | |
417 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 248, v27, a5, pTmpBuf, 0, 0, 0); | |
418 v28 = pGUIWindow_CurrentMenu; | |
419 v72 = 0; | |
41 | 420 v82 = pArmorSkills; |
0 | 421 do |
422 { | |
423 v29 = 0; | |
424 v68 = 0; | |
425 v64 = *v82; | |
426 while ( v68 < (signed int)v28->uNumControls ) | |
427 { | |
428 v30 = v28->pControlsHead; | |
429 if ( v29 > 0 ) | |
430 { | |
431 do | |
432 { | |
433 v30 = v30->pNext; | |
434 --v29; | |
435 } | |
436 while ( v29 ); | |
437 } | |
438 v31 = v30->field_1C; | |
439 if ( SBYTE1(v31) >= 0 || (BYTE1(v31) &= 0x7Fu, v31 != v64) ) | |
69 | 440 { |
441 v29 = v68++ + 1; | |
442 continue; | |
443 } | |
0 | 444 v27 = v30->uY; |
445 ++v72; | |
446 v60 = 0; | |
447 v90 = pPlayer->pActiveSkills[v64]; | |
448 v32 = pPlayer->uSkillPoints; | |
449 v33 = pPlayer->pActiveSkills[v64] & 0x3F; | |
450 uYb = v33; | |
451 if ( v32 >= v33 + 1 ) | |
452 v60 = v84; | |
453 if ( v85 == v68 ) | |
454 { | |
455 v13 = v32 < v33; | |
456 v14 = v32 == v33; | |
457 v34 = v86; | |
458 if ( !(v13 | v14) ) | |
459 v34 = v79; | |
460 v60 = v34; | |
461 } | |
462 else | |
463 { | |
464 v34 = v60; | |
465 } | |
466 if ( (pPlayer->pActiveSkills[v64] >> 8) & 1 ) | |
467 { | |
468 if ( !v34 ) | |
469 v34 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu); | |
470 v56 = uYb; | |
471 v52 = v60; | |
472 v48 = pGlobalTXT_LocalizationStrings[96]; | |
473 } | |
474 else | |
475 { | |
476 if ( !(v90 & 0xC0) ) | |
477 { | |
478 sprintf(pTmpBuf, "%s\r177%2d", pSkillNames[v64], uYb); | |
69 | 479 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 248, v27, v60, pTmpBuf, 0, 0, 0); |
480 v28 = pGUIWindow_CurrentMenu; | |
481 v29 = v68++ + 1; | |
482 continue; | |
0 | 483 } |
484 v35 = pGlobalTXT_LocalizationStrings[432]; | |
485 if ( (v90 & 0x80u) == 0 ) | |
486 v35 = pGlobalTXT_LocalizationStrings[433]; | |
487 v91 = v35; | |
488 if ( !v34 ) | |
489 v34 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu); | |
490 v56 = uYb; | |
491 v52 = v60; | |
492 v48 = v91; | |
493 } | |
494 sprintf(pTmpBuf, "%s ", pSkillNames[v64], v34, v48, v52, v56); | |
69 | 495 //LABEL_88: |
0 | 496 pGUIWindow_CurrentMenu->DrawText(pFontLucida, 248, v27, v60, pTmpBuf, 0, 0, 0); |
497 v28 = pGUIWindow_CurrentMenu; | |
69 | 498 //LABEL_89: |
0 | 499 v29 = v68++ + 1; |
500 } | |
501 ++v82; | |
502 } | |
69 | 503 while ( v82 <= &pArmorSkills[4]); |
0 | 504 if ( !v72 ) |
505 { | |
506 v27 = v27 + LOBYTE(pFontLucida->uFontHeight) - 3; | |
507 v28->DrawText(pFontLucida, 248, v27, 0, pGlobalTXT_LocalizationStrings[153], 0, 0, 0); | |
508 } | |
509 uYc = v27 + 2 * LOBYTE(pFontLucida->uFontHeight) - 10; | |
510 sprintf(pTmpBuf, "%s\r177%s", pGlobalTXT_LocalizationStrings[143], pGlobalTXT_LocalizationStrings[131]); | |
511 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 248, uYc, a5, pTmpBuf, 0, 0, 0); | |
512 v36 = pGUIWindow_CurrentMenu; | |
513 v73 = 0; | |
69 | 514 v83 = pMiscSkills; |
0 | 515 do |
516 { | |
517 v37 = 0; | |
518 v69 = 0; | |
519 v38 = (GUIButton *)*v83; | |
520 v65 = *v83; | |
521 while ( v69 < (signed int)v36->uNumControls ) | |
522 { | |
523 v38 = v36->pControlsHead; | |
524 if ( v37 > 0 ) | |
525 { | |
526 do | |
527 { | |
528 v38 = v38->pNext; | |
529 --v37; | |
530 } | |
531 while ( v37 ); | |
532 } | |
533 v39 = v38->field_1C; | |
534 if ( SBYTE1(v39) >= 0 || (BYTE1(v39) &= 0x7Fu, v39 != v65) ) | |
69 | 535 { |
536 //goto LABEL_119; | |
537 v37 = v69++ + 1; | |
538 continue; | |
539 } | |
0 | 540 ++v73; |
541 uYc = v38->uY; | |
542 v40 = pPlayer->pActiveSkills[v65]; | |
543 v41 = pPlayer->uSkillPoints; | |
544 v42 = pPlayer->pActiveSkills[v65] & 0x3F; | |
545 v61 = 0; | |
546 if ( v41 >= v42 + 1 ) | |
547 v61 = v84; | |
548 if ( v85 == v69 ) | |
549 { | |
550 v13 = v41 < v42; | |
551 v14 = v41 == v42; | |
552 v43 = v86; | |
553 if ( !(v13 | v14) ) | |
554 v43 = v79; | |
555 v61 = v43; | |
556 } | |
557 else | |
558 { | |
559 v43 = v61; | |
560 } | |
561 if ( HIBYTE(v40) & 1 ) | |
562 { | |
563 if ( !v43 ) | |
564 v43 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu); | |
565 v57 = v42; | |
566 v53 = v61; | |
567 v49 = pGlobalTXT_LocalizationStrings[96]; | |
568 } | |
569 else | |
570 { | |
571 if ( !(v40 & 0xC0) ) | |
572 { | |
573 sprintf(pTmpBuf, "%s\r177%2d", pSkillNames[v65], v42); | |
69 | 574 LOBYTE(v38) = pGUIWindow_CurrentMenu->DrawText(pFontLucida, 248, uYc, v61, pTmpBuf, 0, 0, 0); |
575 v36 = pGUIWindow_CurrentMenu; | |
576 v37 = v69++ + 1; | |
577 continue; | |
0 | 578 } |
579 v25 = (v40 & 0x80u) != 0; | |
580 v44 = pGlobalTXT_LocalizationStrings[432]; | |
581 if ( !v25 ) | |
582 v44 = pGlobalTXT_LocalizationStrings[433]; | |
583 v92 = v44; | |
584 if ( !v43 ) | |
585 v43 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu); | |
586 v57 = v42; | |
587 v53 = v61; | |
588 v49 = v92; | |
589 } | |
590 sprintf(pTmpBuf, "%s ", pSkillNames[v65], v43, v49, v53, v57); | |
591 LOBYTE(v38) = pGUIWindow_CurrentMenu->DrawText(pFontLucida, 248, uYc, v61, pTmpBuf, 0, 0, 0); | |
592 v36 = pGUIWindow_CurrentMenu; | |
593 v37 = v69++ + 1; | |
594 } | |
595 ++v83; | |
596 } | |
69 | 597 while ( v83 <= &pMiscSkills[11]); |
0 | 598 if ( !v73 ) |
599 LOBYTE(v38) = v36->DrawText( | |
600 pFontLucida, | |
601 248, | |
602 LOBYTE(pFontLucida->uFontHeight) + uYc - 3, | |
603 0, | |
604 pGlobalTXT_LocalizationStrings[153], | |
605 0, | |
606 0, | |
607 0); | |
608 return (char)v38; | |
609 } | |
610 | |
611 //----- (0041A000) -------------------------------------------------------- | |
612 unsigned int __fastcall CharacterUI_AwardsTab_Draw(unsigned int uPlayerID) | |
613 { | |
614 unsigned int v1; // esi@1 | |
615 unsigned int v2; // ebx@1 | |
616 unsigned int v3; // eax@1 | |
617 unsigned int result; // eax@1 | |
618 int v5; // eax@15 | |
619 char *v6; // ebx@15 | |
620 int v7; // eax@23 | |
621 int v8; // eax@24 | |
622 int v9; // eax@25 | |
623 int v10; // eax@27 | |
624 int v11; // eax@32 | |
625 int v12; // eax@33 | |
626 int v13; // eax@34 | |
627 signed int v14; // eax@43 | |
628 unsigned int v15; // eax@43 | |
629 int v16; // eax@43 | |
630 int v17; // [sp-4h] [bp-D4h]@16 | |
631 char Source[100]; // [sp+Ch] [bp-C4h]@1 | |
632 GUIWindow a1; // [sp+70h] [bp-60h]@1 | |
633 unsigned int v20; // [sp+C4h] [bp-Ch]@15 | |
634 int v21; // [sp+C8h] [bp-8h]@14 | |
635 int v22; // [sp+CCh] [bp-4h]@40 | |
636 | |
637 v1 = uPlayerID; | |
638 v2 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu); | |
639 v3 = pIcons_LOD->LoadTexture("fr_award", TEXTURE_16BIT_PALETTE); | |
640 pRenderer->DrawTextureIndexed(8u, 8u, (Texture *)(v3 != -1 ? (int)&pIcons_LOD->pTextures[v3] : 0)); | |
70 | 641 sprintf(pTmpBuf, "%s \f%05d", pGlobalTXT_LocalizationStrings[23], v2);// TODO check args |
135 | 642 sprintf(Source, |
0 | 643 pGlobalTXT_LocalizationStrings[429], |
243 | 644 &pParty->pPlayers[v1-1].pName, |
645 pClassNames[pParty->pPlayers[v1-1].classType]); | |
0 | 646 strcat(pTmpBuf, Source); |
647 strcat(pTmpBuf, "\xC" "00000"); | |
648 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 24, 18, 0, pTmpBuf, 0, 0, 0); | |
649 result = dword_506528; | |
650 a1.uFrameX = 12; | |
651 a1.uFrameY = 48; | |
652 a1.uFrameWidth = 424; | |
653 a1.uFrameHeight = 290; | |
654 a1.uFrameZ = 435; | |
655 a1.uFrameW = 337; | |
656 if ( dword_506544 && dword_506520 + dword_506528 < dword_506524 ) | |
657 result = dword_506528++ + 1; | |
658 if ( dword_506548 && result ) | |
659 { | |
660 --result; | |
661 dword_506528 = result; | |
662 } | |
663 if ( dword_50651C < 0 ) | |
664 { | |
665 result += dword_506520; | |
666 dword_506528 = result; | |
667 if ( (signed int)(dword_506520 + result) <= dword_506524 ) | |
668 goto LABEL_14; | |
669 result = dword_506524 - dword_506520; | |
670 goto LABEL_13; | |
671 } | |
672 if ( dword_50651C > 0 ) | |
673 { | |
674 result -= dword_506520; | |
675 dword_506528 = result; | |
676 if ( (result & 0x80000000u) != 0 ) | |
677 { | |
678 result = 0; | |
679 LABEL_13: | |
680 dword_506528 = result; | |
681 goto LABEL_14; | |
682 } | |
683 } | |
684 LABEL_14: | |
685 dword_506544 = 0; | |
686 dword_506548 = 0; | |
687 dword_506520 = 0; | |
688 dword_50651C = 0; | |
689 v21 = result; | |
690 if ( (signed int)result < dword_506524 ) | |
691 { | |
692 while ( 1 ) | |
693 { | |
81
377535d6e366
structure boundaries fixed in many places. fixed quests, notes, awards, calendar.
zipi
parents:
70
diff
changeset
|
694 v5 = pStru179.field_0[v21]; |
377535d6e366
structure boundaries fixed in many places. fixed quests, notes, awards, calendar.
zipi
parents:
70
diff
changeset
|
695 v20 = 8 * pStru179.field_0[v21]; |
377535d6e366
structure boundaries fixed in many places. fixed quests, notes, awards, calendar.
zipi
parents:
70
diff
changeset
|
696 v6 = (char *)pAwards[v20/8-1].pText;//(char *)dword_723E80_award_related[v20 / 4]; |
0 | 697 if ( v5 != 1 ) |
698 break; | |
699 v17 = pParty->uFine; | |
700 LABEL_42: | |
701 sprintf(pTmpBuf, v6, v17); | |
702 v6 = pTmpBuf; | |
703 LABEL_43: | |
81
377535d6e366
structure boundaries fixed in many places. fixed quests, notes, awards, calendar.
zipi
parents:
70
diff
changeset
|
704 v14 = pAwards[v20/8-1].uSort;//dword_723E84[v20 / 4]; |
0 | 705 ++dword_506520; |
706 v15 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat( | |
707 pAwardsTextColors[3 * v14 % 6], | |
708 pAwardsTextColors[3 * v14 % 6 + 1], | |
709 pAwardsTextColors[3 * v14 % 6 + 2]); | |
710 a1.DrawText(pFontArrus, 0, 0, v15, v6, 0, 0, 0); | |
711 v16 = pFontArrus->CalcTextHeight(v6, &a1, 0, 0); | |
712 result = v16 + a1.uFrameY + 4; | |
713 if ( (signed int)result <= (signed int)a1.uFrameHeight ) | |
714 { | |
715 ++v21; | |
716 a1.uFrameY = result; | |
717 result = v21; | |
718 if ( v21 < dword_506524 ) | |
719 continue; | |
720 } | |
721 return result; | |
722 } | |
723 if ( (v5 < 85 || v5 > 91) && (v5 < 103 || v5 > 104) ) | |
724 goto LABEL_43; | |
725 if ( v5 > 89 ) | |
726 { | |
727 v11 = v5 - 90; | |
728 if ( !v11 ) | |
729 { | |
730 v10 = (unsigned __int8)pParty->uNumArenaKnightWins; | |
731 goto LABEL_40; | |
732 } | |
733 v12 = v11 - 1; | |
734 if ( !v12 ) | |
735 { | |
736 v10 = (unsigned __int8)pParty->uNumArenaLordWins; | |
737 goto LABEL_40; | |
738 } | |
739 v13 = v12 - 12; | |
740 if ( !v13 ) | |
741 { | |
742 v10 = pParty->field_874; | |
743 goto LABEL_40; | |
744 } | |
745 if ( v13 == 1 ) | |
746 { | |
747 v10 = pParty->field_878; | |
748 goto LABEL_40; | |
749 } | |
750 } | |
751 else | |
752 { | |
753 if ( v5 == 89 ) | |
754 { | |
755 v10 = (unsigned __int8)pParty->uNumArenaSquireWins; | |
756 goto LABEL_40; | |
757 } | |
758 v7 = v5 - 85; | |
759 if ( !v7 ) | |
760 { | |
761 v10 = pParty->uNumDeaths; | |
762 goto LABEL_40; | |
763 } | |
764 v8 = v7 - 1; | |
765 if ( !v8 ) | |
766 { | |
767 v10 = pParty->uNumBountiesCollected; | |
768 goto LABEL_40; | |
769 } | |
770 v9 = v8 - 1; | |
771 if ( !v9 ) | |
772 { | |
773 v10 = pParty->uNumPrisonTerms; | |
774 goto LABEL_40; | |
775 } | |
776 if ( v9 == 1 ) | |
777 { | |
778 v10 = (unsigned __int8)pParty->uNumArenaPageWins; | |
779 LABEL_40: | |
780 v22 = v10; | |
781 goto LABEL_41; | |
782 } | |
783 } | |
784 LABEL_41: | |
785 v17 = v22; | |
786 goto LABEL_42; | |
787 } | |
788 return result; | |
789 } | |
790 // 50651C: using guessed type int dword_50651C; | |
791 // 506520: using guessed type int dword_506520; | |
792 // 506524: using guessed type int dword_506524; | |
793 // 506528: using guessed type int dword_506528; | |
794 // 506544: using guessed type int dword_506544; | |
795 // 506548: using guessed type int dword_506548; | |
796 // 723E80: using guessed type int dword_723E80_award_related[]; | |
797 // 723E84: using guessed type int dword_723E84[]; | |
798 | |
799 //----- (0041A2C1) -------------------------------------------------------- | |
800 unsigned int __fastcall GetSizeInInventorySlots(unsigned int uNumPixels) | |
801 { | |
802 if ( (signed int)uNumPixels < 14 ) | |
803 uNumPixels = 14; | |
804 return ((signed int)(uNumPixels - 14) >> 5) + 1; | |
805 } | |
806 | |
807 //----- (0041A2D1) -------------------------------------------------------- | |
808 void __fastcall CharacterUI_InventoryTab_Draw(unsigned int uPlayerID, char a2) | |
809 { | |
22 | 810 Player *pPlayer; // esi@1 |
0 | 811 char v3; // bl@1 |
812 unsigned int v4; // eax@2 | |
22 | 813 ItemGen *pItem; // ebx@5 |
0 | 814 unsigned int v6; // eax@6 |
815 Texture *v7; // esi@6 | |
816 __int16 v8; // ax@6 | |
817 signed int v9; // edi@6 | |
818 signed int v10; // ecx@6 | |
819 signed int v11; // edx@6 | |
820 signed int v12; // eax@11 | |
821 int v13; // eax@13 | |
822 signed int v14; // edx@13 | |
823 int v15; // eax@13 | |
824 unsigned int v16; // ebx@15 | |
825 unsigned int v17; // edi@15 | |
22 | 826 Texture *pTexture; // ebx@24 |
0 | 827 double v19; // st7@26 |
828 const char *v20; // [sp-8h] [bp-40h]@20 | |
22 | 829 Player *pPlayer2; // [sp+14h] [bp-24h]@1 |
0 | 830 int uTextureId; // [sp+18h] [bp-20h]@6 |
831 int *v23; // [sp+1Ch] [bp-1Ch]@1 | |
832 int v24; // [sp+20h] [bp-18h]@5 | |
22 | 833 ItemGen *pItem2; // [sp+24h] [bp-14h]@5 |
0 | 834 int v26; // [sp+28h] [bp-10h]@3 |
68 | 835 unsigned int uCellID; // [sp+2Ch] [bp-Ch]@3 |
836 unsigned int uCellX; // [sp+30h] [bp-8h]@5 | |
837 unsigned int uCellY; // [sp+34h] [bp-4h]@5 | |
0 | 838 |
839 v23 = pRenderer->pActiveZBuffer; | |
22 | 840 pPlayer = pPlayers[uPlayerID]; |
0 | 841 v3 = a2; |
22 | 842 pPlayer2 = pPlayers[uPlayerID]; |
843 pRenderer->DrawTextureIndexed(8, 8, (Texture *)(uTextureID_507958 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_507958] : 0)); | |
0 | 844 if ( v3 ) |
845 { | |
846 v4 = pIcons_LOD->LoadTexture("fr_strip", TEXTURE_16BIT_PALETTE); | |
847 pRenderer->DrawTextureIndexed(8u, 0x131u, (Texture *)(v4 != -1 ? (int)&pIcons_LOD->pTextures[v4] : 0)); | |
848 } | |
68 | 849 uCellID = 0; |
22 | 850 v26 = (int)pPlayer->pInventoryIndices; |
0 | 851 do |
852 { | |
853 if ( *(int *)v26 > 0 ) | |
854 { | |
855 v24 = *(int *)v26 - 1; | |
68 | 856 uCellY = 32 * (uCellID / 14) + 17; |
22 | 857 pItem = &pPlayer->pInventoryItems[v24]; |
68 | 858 uCellX = 32 * (uCellID % 14) + 14; |
22 | 859 pItem2 = pItem; |
860 if ( pItem->uItemID ) | |
861 { | |
862 v6 = pIcons_LOD->LoadTexture(pItemsTable->pItems[pItem->uItemID].pIconName, TEXTURE_16BIT_PALETTE); | |
0 | 863 uTextureId = v6; |
864 v7 = (Texture *)(v6 != -1 ? (int)&pIcons_LOD->pTextures[v6] : 0); | |
865 v8 = (v6 != -1 ? pIcons_LOD->pTextures[v6].uTextureWidth : 24); | |
866 v9 = v7->uTextureHeight; | |
867 v10 = v7->uTextureWidth; | |
868 v11 = v7->uTextureWidth; | |
869 if ( v10 < 14 ) | |
870 v11 = 14; | |
871 if ( (v11 - 14) >> 5 == 0 && v8 < 32 ) | |
68 | 872 uCellX += (32 - v10) / 2; |
0 | 873 v12 = v7->uTextureWidth; |
874 if ( v10 < 14 ) | |
875 v12 = 14; | |
876 v13 = v12 - 14; | |
877 v14 = v7->uTextureHeight; | |
878 LOBYTE(v13) = v13 & 0xE0; | |
879 v15 = v13 + 32; | |
880 if ( v9 < 14 ) | |
881 v14 = 14; | |
22 | 882 v16 = pItem->uAttributes; |
68 | 883 v17 = uCellX + ((v15 - v10) >> 1) + pSRZBufferLineOffsets[uCellY + ((((v14 - 14) & 0xFFFFFFE0) - v9 + 32) >> 1)]; |
0 | 884 if ( !(v16 & 0xF0) ) |
885 { | |
886 if ( v16 & 1 | |
151 | 887 || pCurrentScreen != SCREEN_HOUSE ) |
0 | 888 { |
889 if ( v16 & 2 ) | |
68 | 890 pRenderer->_4A6776(uCellX, uCellY, v7); |
0 | 891 else |
68 | 892 pRenderer->DrawTextureTransparent(uCellX, uCellY, v7); |
0 | 893 } |
894 else | |
895 { | |
68 | 896 pRenderer->DrawTransparentGreenShade(uCellX, uCellY, v7); |
0 | 897 } |
22 | 898 ZBuffer_Fill(&v23[v17], uTextureId, v24 + 1); |
899 pPlayer = pPlayer2; | |
900 //goto LABEL_34; | |
68 | 901 ++uCellID; |
22 | 902 v26 += 4; |
68 | 903 continue; |
0 | 904 } |
905 if ( (unsigned __int8)(v16 & 0xF0) != 16 ) | |
906 { | |
907 if ( (unsigned __int8)(v16 & 0xF0) == 32 ) | |
908 { | |
909 v20 = "sp28a"; | |
22 | 910 pTexture = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(v20, TEXTURE_16BIT_PALETTE)]; |
911 dword_50C9A8 -= pEventTimer->uTimeElapsed; | |
912 if ( dword_50C9A8 <= 0 ) | |
913 { | |
914 dword_50C9A8 = 0; | |
915 LOBYTE(pItem2->uAttributes) &= 0xFu; | |
916 ptr_50C9A4 = 0; | |
917 } | |
918 v19 = (double)GetTickCount() * 0.1; | |
68 | 919 pRenderer->_4A63E6(uCellX, uCellY, v7, pTexture, (signed __int64)v19, 0, 255); |
22 | 920 ZBuffer_Fill(&v23[v17], uTextureId, v24 + 1); |
921 pPlayer = pPlayer2; | |
922 //goto LABEL_34; | |
68 | 923 ++uCellID; |
22 | 924 v26 += 4; |
68 | 925 continue; |
0 | 926 } |
927 if ( (unsigned __int8)(v16 & 0xF0) == 64 ) | |
928 { | |
929 v20 = "sp30a"; | |
22 | 930 pTexture = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(v20, TEXTURE_16BIT_PALETTE)]; |
0 | 931 dword_50C9A8 -= pEventTimer->uTimeElapsed; |
932 if ( dword_50C9A8 <= 0 ) | |
933 { | |
934 dword_50C9A8 = 0; | |
22 | 935 LOBYTE(pItem2->uAttributes) &= 0xFu; |
936 ptr_50C9A4 = 0; | |
937 } | |
938 v19 = (double)GetTickCount() * 0.1; | |
68 | 939 pRenderer->_4A63E6(uCellX, uCellY, v7, pTexture, (signed __int64)v19, 0, 255); |
22 | 940 ZBuffer_Fill(&v23[v17], uTextureId, v24 + 1); |
941 pPlayer = pPlayer2; | |
942 //goto LABEL_34; | |
68 | 943 ++uCellID; |
22 | 944 v26 += 4; |
68 | 945 continue; |
22 | 946 } |
947 if ( (unsigned __int8)(v16 & 0xF0) == 128 ) | |
948 { | |
949 v20 = "sp91a"; | |
950 pTexture = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(v20, TEXTURE_16BIT_PALETTE)]; | |
951 dword_50C9A8 -= pEventTimer->uTimeElapsed; | |
952 if ( dword_50C9A8 <= 0 ) | |
953 { | |
954 dword_50C9A8 = 0; | |
955 LOBYTE(pItem2->uAttributes) &= 0xFu; | |
0 | 956 ptr_50C9A4 = 0; |
957 } | |
958 v19 = (double)GetTickCount() * 0.1; | |
68 | 959 pRenderer->_4A63E6(uCellX, uCellY, v7, pTexture, (signed __int64)v19, 0, 255); |
0 | 960 ZBuffer_Fill(&v23[v17], uTextureId, v24 + 1); |
22 | 961 pPlayer = pPlayer2; |
962 //goto LABEL_34; | |
68 | 963 ++uCellID; |
22 | 964 v26 += 4; |
68 | 965 continue; |
0 | 966 } |
967 } | |
968 v20 = "sptext01"; | |
22 | 969 pTexture = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(v20, TEXTURE_16BIT_PALETTE)]; |
970 dword_50C9A8 -= pEventTimer->uTimeElapsed; | |
971 if ( dword_50C9A8 <= 0 ) | |
972 { | |
973 dword_50C9A8 = 0; | |
974 LOBYTE(pItem2->uAttributes) &= 0xFu; | |
975 ptr_50C9A4 = 0; | |
976 } | |
977 v19 = (double)GetTickCount() * 0.1; | |
68 | 978 pRenderer->_4A63E6(uCellX, uCellY, v7, pTexture, (signed __int64)v19, 0, 255); |
22 | 979 ZBuffer_Fill(&v23[v17], uTextureId, v24 + 1); |
980 pPlayer = pPlayer2; | |
981 } | |
982 } | |
983 //LABEL_34: | |
68 | 984 ++uCellID; |
0 | 985 v26 += 4; |
986 } | |
68 | 987 while ( uCellID < 126 ); |
0 | 988 } |
989 // 4E28F8: using guessed type int pCurrentScreen; | |
990 // 507958: using guessed type int uTextureID_507958; | |
991 // 50C9A8: using guessed type int dword_50C9A8; | |
992 | |
993 //----- (0041A556) -------------------------------------------------------- | |
994 void __cdecl draw_leather() | |
995 { | |
996 pRenderer->DrawTextureIndexed( | |
997 8u, | |
998 8u, | |
999 (Texture *)(uTextureID_Leather != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_Leather] : 0)); | |
1000 } | |
1001 | |
1002 //----- (0041A57E) -------------------------------------------------------- | |
1003 char __cdecl QuickRefDraw() | |
1004 { | |
1005 unsigned int v0; // ebx@1 | |
1006 unsigned int v1; // eax@1 | |
1007 Player *pPlayer; // ebp@2 | |
1008 int v3; // eax@6 | |
1009 int v4; // edi@6 | |
1010 unsigned int v5; // eax@7 | |
1011 unsigned int v6; // edi@9 | |
1012 unsigned int v7; // edi@11 | |
1013 signed int v8; // eax@13 | |
1014 unsigned int v9; // eax@13 | |
1015 unsigned int v10; // edi@13 | |
1016 int v11; // eax@15 | |
1017 unsigned int v12; // eax@15 | |
1018 unsigned int v13; // edi@15 | |
1019 int v14; // eax@17 | |
1020 int v15; // ST18_4@17 | |
1021 int v16; // ebx@17 | |
1022 int v17; // eax@17 | |
1023 unsigned int v18; // eax@17 | |
1024 unsigned int v19; // edi@17 | |
1025 int v20; // eax@19 | |
1026 unsigned int v21; // edi@19 | |
1027 char *v22; // eax@21 | |
1028 unsigned int v23; // edi@21 | |
1029 int v24; // eax@23 | |
1030 unsigned int v25; // edi@23 | |
1031 char *v26; // eax@25 | |
1032 unsigned int v27; // edi@25 | |
1033 int v28; // ecx@27 | |
1034 char *v29; // eax@27 | |
1035 signed int v30; // edx@27 | |
1036 unsigned int v31; // edi@31 | |
1037 unsigned int v32; // edi@33 | |
1038 const char *v33; // ST10_4@35 | |
1039 unsigned int v34; // eax@35 | |
1040 unsigned int v35; // edi@35 | |
1041 unsigned __int8 v36; // al@37 | |
1042 char *v37; // eax@38 | |
1043 int v38; // eax@41 | |
1044 signed int v39; // edi@42 | |
1045 char *v40; // eax@45 | |
1046 unsigned int v41; // eax@45 | |
1047 signed int v43; // [sp+10h] [bp-1Ch]@1 | |
1048 unsigned int v44; // [sp+14h] [bp-18h]@2 | |
1049 int v45; // [sp+18h] [bp-14h]@1 | |
1050 unsigned int v46; // [sp+1Ch] [bp-10h]@1 | |
1051 unsigned int v47; // [sp+20h] [bp-Ch]@1 | |
1052 unsigned int v48; // [sp+24h] [bp-8h]@33 | |
1053 unsigned int v49; // [sp+28h] [bp-4h]@1 | |
1054 | |
1055 v0 = 0; | |
1056 v47 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu); | |
1057 v49 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0, 0); | |
1058 v46 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0, 0xFFu, 0); | |
1059 v1 = pIcons_LOD->LoadTexture("quikref", TEXTURE_16BIT_PALETTE); | |
1060 pRenderer->DrawTextureIndexed(8u, 8u, (Texture *)(v1 != -1 ? (int)&pIcons_LOD->pTextures[v1] : 0)); | |
1061 v43 = 0; | |
1062 v45 = LOBYTE(pFontArrus->uFontHeight) + 1; | |
1063 do | |
1064 { | |
1065 pPlayer = &pParty->pPlayers[v43]; | |
1066 v44 = 94 * v43 + 89; | |
1067 if ( v43 == v0 ) | |
24 | 1068 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, 0x16u, 0x12u, v0, pGlobalTXT_LocalizationStrings[149], 60, v0);//Name |
0 | 1069 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, 94 * v43 + 89, 0x12u, v47, pPlayer->pName, 84, v0); |
1070 if ( v43 == v0 ) | |
24 | 1071 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, 0x16u, 0x2Fu, v0, pGlobalTXT_LocalizationStrings[131], 60, v0); //Óðîâ. |
0 | 1072 v3 = pPlayer->GetActualLevel(); |
1073 sprintf(pTmpBuf, "%lu", v3); | |
1074 v4 = pPlayer->GetBaseLevel(); | |
1075 if ( pPlayer->GetActualLevel() <= v4 ) | |
1076 v5 = pPlayer->GetExperienceDisplayColor(); | |
1077 else | |
1078 v5 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0, 0xFFu, v0); | |
1079 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, 0x2Fu, v5, pTmpBuf, 84, v0); | |
1080 v6 = v45 + 47; | |
1081 if ( v43 == v0 ) | |
24 | 1082 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, 0x16u, v45 + 47, v0, pGlobalTXT_LocalizationStrings[41], 60, v0);//Êëàññ |
135 | 1083 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v6, v0, pClassNames[pPlayer->classType], 84, v0); |
0 | 1084 v7 = v45 + v6; |
1085 if ( v43 == v0 ) | |
24 | 1086 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, 0x16u, v7, v0, pGlobalTXT_LocalizationStrings[107], 60, v0);//Çäîð. |
0 | 1087 sprintf(pTmpBuf, "%d", pPlayer->sHealth); |
1088 v8 = pPlayer->GetMaxHealth(); | |
1089 v9 = UI_GetHealthManaStringColor(pPlayer->sHealth, v8); | |
1090 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v7, v9, pTmpBuf, 84, v0); | |
1091 v10 = v45 + v7; | |
1092 if ( v43 == v0 ) | |
24 | 1093 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, 0x16u, v10, v0, pGlobalTXT_LocalizationStrings[209], 60, v0);//Ìàíà |
0 | 1094 sprintf(pTmpBuf, "%d", pPlayer->sMana); |
1095 v11 = pPlayer->GetMaxMana(); | |
1096 v12 = UI_GetHealthManaStringColor(pPlayer->sMana, v11); | |
1097 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v10, v12, pTmpBuf, 84, v0); | |
1098 v13 = v45 + v10; | |
1099 if ( v43 == v0 ) | |
24 | 1100 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, 0x16u, v13, v0, pGlobalTXT_LocalizationStrings[0], 60, v0);//Êëàññ áðîíè |
0 | 1101 v14 = pPlayer->GetActualAC(); |
1102 sprintf(pTmpBuf, "%d", v14); | |
1103 v15 = v0; | |
1104 v16 = pPlayer->GetBaseAC(); | |
1105 v17 = pPlayer->GetActualAC(); | |
1106 v18 = UI_GetHealthManaStringColor(v17, v16); | |
1107 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v13, v18, pTmpBuf, 84, v15); | |
1108 v0 = 0; | |
1109 v19 = v45 + v13; | |
1110 if ( !v43 ) | |
24 | 1111 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, 0x16u, v19, 0, pGlobalTXT_LocalizationStrings[18], 60, 0);//Àòàêà |
0 | 1112 v20 = pPlayer->GetActualAttack(0); |
1113 sprintf(pTmpBuf, "%+d", v20); | |
1114 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v19, 0, pTmpBuf, 84, 0); | |
1115 v21 = v45 + v19; | |
1116 if ( !v43 ) | |
24 | 1117 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, 0x16u, v21, 0, pGlobalTXT_LocalizationStrings[66], 60, 0);//Ïîâð. |
0 | 1118 v22 = pPlayer->GetMeleeDamageString(); |
1119 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v21, 0, v22, 84, 0); | |
1120 v23 = v45 + v21; | |
1121 if ( !v43 ) | |
24 | 1122 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, 0x16u, v23, 0, pGlobalTXT_LocalizationStrings[203], 60, 0);// Ñòðåëÿòü |
0 | 1123 v24 = pPlayer->GetRangedAttack(); |
1124 sprintf(pTmpBuf, "%+d", v24); | |
1125 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v23, 0, pTmpBuf, 84, 0); | |
1126 v25 = v45 + v23; | |
1127 if ( !v43 ) | |
24 | 1128 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, 0x16u, v25, 0, pGlobalTXT_LocalizationStrings[66], 60, 0);//Ïîâð. |
0 | 1129 v26 = pPlayer->GetRangedDamageString(); |
1130 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v25, 0, v26, 84, 0); | |
1131 v27 = v45 + v25; | |
1132 if ( !v43 ) | |
24 | 1133 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, 0x16u, v27, 0, pGlobalTXT_LocalizationStrings[205], 60, 0);//Íàâûêè |
0 | 1134 v28 = 0; |
1135 v29 = (char *)pPlayer->pActiveSkills; | |
1136 v30 = 36; | |
1137 do | |
1138 { | |
1139 if ( *(short *)v29 ) | |
1140 ++v28; | |
1141 v29 += 2; | |
1142 --v30; | |
1143 } | |
1144 while ( v30 ); | |
1145 sprintf(pTmpBuf, "%lu", v28); | |
1146 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v27, 0, pTmpBuf, 84, 0); | |
1147 v31 = v45 + v27; | |
1148 if ( !v43 ) | |
24 | 1149 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, 0x16u, v31, 0, pGlobalTXT_LocalizationStrings[168], 60, 0);//Î÷êè |
0 | 1150 sprintf(pTmpBuf, "%lu", pPlayer->uSkillPoints); |
24 | 1151 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v31, pPlayer->uSkillPoints != 0 ? v46 : 0, pTmpBuf, 84, 0); |
0 | 1152 v32 = v45 + v31; |
1153 v48 = pPlayer->GetMajorConditionIdx(); | |
1154 if ( !v43 ) | |
24 | 1155 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, 0x16u, v32, 0, pGlobalTXT_LocalizationStrings[45], 60, 0);//Ñîñò. |
0 | 1156 v33 = aCharacterConditionNames[v48]; |
1157 v34 = GetConditionDrawColor(v48); | |
1158 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v32, v34, v33, 84, 0); | |
1159 v35 = v45 + v32; | |
1160 if ( !v43 ) | |
24 | 1161 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, 0x16u, v35, 0, pGlobalTXT_LocalizationStrings[170], 60, 0);//Á.Ïðèì. |
0 | 1162 v36 = pPlayer->uQuickSpell; |
1163 if ( v36 ) | |
1164 v37 = pSpellStats->pInfos[v36].pShortName; | |
1165 else | |
24 | 1166 v37 = pGlobalTXT_LocalizationStrings[153];//Íåò |
0 | 1167 pGUIWindow_CurrentMenu->DrawTextInRect(pFontArrus, v44, v35, 0, v37, 84, 0); |
1168 ++v43; | |
1169 } | |
1170 while ( v43 < 4 ); | |
1171 v38 = GetPartyReputation(); | |
1172 if ( v38 >= 0 ) | |
1173 { | |
1174 v39 = v49; | |
1175 if ( v38 <= 5 ) | |
1176 v39 = 65535; | |
1177 } | |
1178 else | |
1179 { | |
1180 v39 = v46; | |
1181 } | |
1182 v40 = GetReputationString(v38); | |
24 | 1183 sprintf(pTmpBuf, "%s: ", pGlobalTXT_LocalizationStrings[180], v39, v40);//Reputation |
0 | 1184 pGUIWindow_CurrentMenu->DrawText(pFontArrus, 22, 323, 0, pTmpBuf, 0, 0, 0); |
1185 v41 = pParty->GetPartyFame(); | |
24 | 1186 sprintf(pTmpBuf, "\r261%s: %d", pGlobalTXT_LocalizationStrings[84], v41);// Fame Ñëàâà |
0 | 1187 return pGUIWindow_CurrentMenu->DrawText(pFontArrus, 0, 323, 0, pTmpBuf, 0, 0, 0); |
1188 } | |
1189 | |
1190 //----- (0041ABFD) -------------------------------------------------------- | |
1191 void __thiscall CharacterUI_CharacterScreen_Draw(unsigned int uPlayerIdx) | |
1192 { | |
1193 unsigned int v1; // edi@1 | |
1194 unsigned int v2; // eax@6 | |
17 | 1195 Texture *pTexture; // ecx@6 |
1196 GUIButton *pButton; // eax@6 | |
0 | 1197 unsigned int v5; // eax@7 |
1198 unsigned int v6; // eax@10 | |
1199 unsigned int v7; // eax@11 | |
1200 | |
1201 v1 = uPlayerIdx; | |
1202 if ( uPlayerIdx ) | |
1203 { | |
1204 pRenderer->ClearZBuffer(0, 479); | |
1205 switch ( pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] ) | |
1206 { | |
17 | 1207 case WINDOW_CharacterWindow_Stats: // stats |
0 | 1208 sub_4196A0(); |
1209 sub_419379(); | |
1210 CharacterUI_StatsTab_Draw(v1); | |
1211 v7 = pIcons_LOD->LoadTexture("ib-cd1-d", TEXTURE_16BIT_PALETTE); | |
17 | 1212 pTexture = (Texture *)(v7 != -1 ? (int)&pIcons_LOD->pTextures[v7] : 0); |
1213 pButton = pCharacterScreen_StatsBtn; | |
0 | 1214 break; |
17 | 1215 case WINDOW_CharacterWindow_Skills: // skills |
0 | 1216 if ( dword_507CC0 != uActiveCharacter ) |
1217 { | |
1218 sub_4196A0(); | |
39 | 1219 CharacterUI_SkillScreen_Draw(); |
0 | 1220 } |
1221 sub_419379(); | |
1222 CharacterUI_SkillsTab_Draw(v1); | |
1223 v6 = pIcons_LOD->LoadTexture("ib-cd2-d", TEXTURE_16BIT_PALETTE); | |
17 | 1224 pTexture = (Texture *)(v6 != -1 ? (int)&pIcons_LOD->pTextures[v6] : 0); |
1225 pButton = pCharacterScreen_SkillsBtn; | |
0 | 1226 break; |
17 | 1227 case WINDOW_CharacterWindow_Awards: // awards |
0 | 1228 sub_4196A0(); |
1229 sub_419379(); | |
1230 sub_419220(); | |
1231 CharacterUI_AwardsTab_Draw(v1); | |
1232 v5 = pIcons_LOD->LoadTexture("ib-cd4-d", TEXTURE_16BIT_PALETTE); | |
17 | 1233 pTexture = (Texture *)(v5 != -1 ? (int)&pIcons_LOD->pTextures[v5] : 0); |
1234 pButton = pCharacterScreen_AwardsBtn; | |
0 | 1235 break; |
17 | 1236 default: // inventory and other |
0 | 1237 if ( pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] != 103 ) |
1238 goto LABEL_13; | |
1239 sub_4196A0(); | |
1240 sub_419379(); | |
1241 CharacterUI_InventoryTab_Draw(v1, 0); | |
1242 v2 = pIcons_LOD->LoadTexture("ib-cd3-d", TEXTURE_16BIT_PALETTE); | |
17 | 1243 pTexture = (Texture *)(v2 != -1 ? (int)&pIcons_LOD->pTextures[v2] : 0); |
1244 pButton = pCharacterScreen_InventoryBtn; | |
0 | 1245 break; |
1246 } | |
17 | 1247 pRenderer->DrawTextureIndexed(pButton->uX, pButton->uY, pTexture); |
0 | 1248 LABEL_13: |
1249 if ( bRingsShownInCharScreen ) | |
1250 CharacterUI_DrawPaperdollWithRingOverlay(v1); | |
1251 else | |
1252 CharacterUI_DrawPaperdoll(v1); | |
1253 } | |
1254 } | |
1255 // 507CC0: using guessed type int dword_507CC0; | |
1256 // 5118E0: using guessed type int bRingsShownInCharScreen; | |
1257 | |
1258 //----- (0041AD6E) -------------------------------------------------------- | |
1259 void __cdecl GameUI_DrawRightPanelItems() | |
1260 { | |
147 | 1261 if ( (signed int)((pParty->uTimePlayed - qword_507CC8) >> 32) <= 0 && (((pParty->uTimePlayed - qword_507CC8) >> 32) & 0x80000000u) != 0i64 ) |
0 | 1262 qword_507CC8 = 0i64; |
1263 if ( (((pParty->uTimePlayed - qword_507CC8) >> 32) & 0x80000000u) == 0i64 | |
1264 && (!(SHIDWORD(pParty->uTimePlayed) < (LODWORD(pParty->uTimePlayed) < (unsigned int)qword_507CC8) | |
1265 + HIDWORD(qword_507CC8) | (pParty->uTimePlayed - qword_507CC8) >> 32 == 0) | |
1266 || (unsigned int)(LODWORD(pParty->uTimePlayed) - qword_507CC8) > 0x80) ) | |
1267 { | |
1268 qword_507CC8 = pParty->uTimePlayed; | |
1269 byte_50697C = byte_50697C == 0; | |
151 | 1270 if ( byte_50697C && pCurrentScreen != SCREEN_REST ) |
0 | 1271 { |
1272 if ( bFlashQuestBook ) | |
147 | 1273 pRenderer->DrawTextureTransparent(493, 355, (Texture *)(uTextureID_ib_td1_A != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_ib_td1_A] : 0)); |
0 | 1274 if ( bFlashAutonotesBook ) |
147 | 1275 pRenderer->DrawTextureTransparent(527, 353, (Texture *)(uTextureID_ib_td2_A != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_ib_td2_A] : 0)); |
0 | 1276 if ( bFlashHistoryBook ) |
147 | 1277 pRenderer->DrawTextureTransparent(600, 361, (Texture *)(uTextureID_ib_td5_A != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_ib_td5_A] : 0)); |
0 | 1278 } |
1279 else | |
1280 { | |
1281 pRenderer->DrawTextureRGB(468u, 0, pTexture_RightFrame); | |
1282 DrawHiredNPCs(); | |
1283 } | |
1284 } | |
1285 } | |
1286 | |
1287 //----- (0041AEBB) -------------------------------------------------------- | |
1288 void __cdecl GameUI_DrawFoodAndGold() | |
1289 { | |
1290 unsigned int v0; // ebx@2 | |
1291 unsigned int v1; // ebp@2 | |
1292 int v2; // esi@2 | |
1293 | |
1294 if ( uGameState != GAME_STATE_FINAL_WINDOW ) | |
1295 { | |
1296 v0 = uGameUIFontMain; | |
1297 v1 = uGameUIFontShadow; | |
1298 v2 = sub_44100D() != 0 ? 381 : 322; | |
1299 sprintf(pTmpBuf, "\r087%lu", pParty->uNumFoodRations); | |
1300 pPrimaryWindow->DrawText(pFontSmallnum, 0, v2, v0, pTmpBuf, 0, 0, v1); | |
1301 sprintf(pTmpBuf, "\r028%lu", pParty->uNumGold); | |
1302 pPrimaryWindow->DrawText(pFontSmallnum, 0, v2, v0, pTmpBuf, 0, 0, v1); | |
1303 } | |
1304 } | |
1305 | |
1306 //----- (0041AF52) -------------------------------------------------------- | |
1307 void Actor::DrawHealthBar(Actor *a1, GUIWindow *a2) | |
1308 { | |
1309 unsigned int v2; // eax@1 | |
1310 GUIWindow *v3; // edi@1 | |
1311 unsigned int v4; // esi@1 | |
1312 signed int v5; // ebx@4 | |
1313 double v6; // st7@5 | |
1314 unsigned int v7; // eax@6 | |
1315 unsigned int v8; // ebx@10 | |
1316 unsigned int v9; // [sp+14h] [bp-Ch]@4 | |
1317 unsigned int v10; // [sp+1Ch] [bp-4h]@4 | |
1318 | |
1319 v2 = a1->pMonsterInfo.uHP; | |
1320 v3 = a2; | |
1321 v4 = 25; | |
1322 if ( (signed int)v2 > 25 ) | |
1323 { | |
1324 v4 = 200; | |
1325 if ( (signed int)v2 < 200 ) | |
1326 v4 = a1->pMonsterInfo.uHP; | |
1327 } | |
1328 v5 = a1->sCurrentHP; | |
1329 v10 = v4; | |
1330 v9 = uTextureID_mhp_grn; | |
1331 if ( v5 < (signed int)v2 ) | |
1332 { | |
1333 v6 = (double)(signed int)v2; | |
1334 v10 = (signed __int64)((double)(signed int)v4 / (double)(signed int)v2 * (double)a1->sCurrentHP); | |
1335 if ( v5 <= (signed int)(signed __int64)(0.34 * v6) ) | |
1336 { | |
1337 v7 = uTextureID_mhp_red; | |
1338 LABEL_9: | |
1339 v9 = v7; | |
1340 goto LABEL_10; | |
1341 } | |
1342 if ( v5 <= (signed int)(signed __int64)(v6 * 0.67) ) | |
1343 { | |
1344 v7 = uTextureID_mhp_yel; | |
1345 goto LABEL_9; | |
1346 } | |
1347 } | |
1348 LABEL_10: | |
1349 v8 = a2->uFrameX + (signed int)(a2->uFrameWidth - v4) / 2; | |
1350 pRenderer->Clip(v8, a2->uFrameY + 32, v8 + v4, a2->uFrameY + 52); | |
1351 pRenderer->DrawTextureIndexed( | |
1352 v8, | |
1353 v3->uFrameY + 32, | |
1354 (Texture *)(uTextureID_mhp_bd != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_mhp_bd] : 0)); | |
1355 pRenderer->Clip(v8, v3->uFrameY + 32, v8 + v10, v3->uFrameY + 52); | |
1356 pRenderer->DrawTextureIndexed( | |
1357 v8, | |
1358 v3->uFrameY + 34, | |
1359 (Texture *)(v9 != -1 ? (int)&pIcons_LOD->pTextures[v9] : 0)); | |
1360 pRenderer->ResetClip(); | |
1361 pRenderer->DrawTextureIndexed( | |
1362 v8 - 5, | |
1363 v3->uFrameY + 32, | |
1364 (Texture *)(uTextureID_mhp_capl != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_mhp_capl] : 0)); | |
1365 pRenderer->DrawTextureIndexed( | |
1366 v8 + v4, | |
1367 v3->uFrameY + 32, | |
1368 (Texture *)(uTextureID_mhp_capr != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_mhp_capr] : 0)); | |
1369 } | |
1370 | |
1371 //----- (0041B0C9) -------------------------------------------------------- | |
1372 void __cdecl GameUI_DrawLifeManaBars() | |
1373 { | |
1374 Texture *v0; // ebx@1 | |
1375 Player *v1; // ecx@2 | |
1376 float v2; // ST38_4@3 | |
1377 double v3; // st7@3 | |
1378 signed __int64 v4; // qax@6 | |
1379 Player *v5; // ecx@24 | |
1380 float v6; // ST30_4@25 | |
1381 double v7; // st7@25 | |
1382 bool v8; // ST38_4@27 | |
1383 Texture *v9; // [sp-4h] [bp-30h]@10 | |
1384 Texture *v10; // [sp+Ch] [bp-20h]@1 | |
1385 Player *v11; // [sp+10h] [bp-1Ch]@2 | |
1386 int v12; // [sp+10h] [bp-1Ch]@24 | |
1387 Texture *v13; // [sp+14h] [bp-18h]@1 | |
1388 Texture *v14; // [sp+18h] [bp-14h]@1 | |
1389 float v15; // [sp+1Ch] [bp-10h]@1 | |
1390 signed int v16; // [sp+24h] [bp-8h]@1 | |
1391 signed int v17; // [sp+28h] [bp-4h]@8 | |
1392 | |
1393 v0 = (Texture *)(uTextureID_BarGreen != -1 ? &pIcons_LOD->pTextures[uTextureID_BarGreen] : 0); | |
1394 v14 = (Texture *)(uTextureID_BarYellow != -1 ? &pIcons_LOD->pTextures[uTextureID_BarYellow] : 0); | |
1395 v13 = (Texture *)(uTextureID_BarRed != -1 ? &pIcons_LOD->pTextures[uTextureID_BarRed] : 0); | |
1396 v16 = 0; | |
1397 v10 = (Texture *)(uTextureID_BarBlue != -1 ? &pIcons_LOD->pTextures[uTextureID_BarBlue] : 0); | |
1398 v15 = (double)(uTextureID_BarGreen != -1 ? pIcons_LOD->pTextures[uTextureID_BarGreen].uTextureHeight : 26); | |
1399 do | |
1400 { | |
1401 v1 = &pParty->pPlayers[v16]; | |
1402 v11 = v1; | |
1403 if ( v1->sHealth <= 0 ) | |
1404 goto LABEL_24; | |
1405 v11 = &pParty->pPlayers[v16]; | |
1406 v2 = (double)v1->sHealth; | |
1407 v3 = v2 / (double)v1->GetMaxHealth(); | |
1408 if ( v3 <= 0.5 ) | |
1409 { | |
1410 if ( v3 <= 0.25 ) | |
1411 { | |
1412 if ( v3 <= 0.0 ) | |
1413 goto LABEL_24; | |
1414 if ( v16 == 2 || v16 == 3 ) | |
1415 v17 = 2; | |
1416 else | |
1417 v17 = 0; | |
1418 pRenderer->Clip( | |
1419 v17 + pHealthBarPos[v16], | |
1420 (unsigned __int64)(signed __int64)((1.0 - v3) * v15) + 402, | |
1421 v17 + pHealthBarPos[v16] + v13->uTextureWidth, | |
1422 v13->uTextureHeight + 402); | |
1423 v9 = v13; | |
1424 } | |
1425 else | |
1426 { | |
1427 if ( v16 == 2 || v16 == 3 ) | |
1428 v17 = 2; | |
1429 else | |
1430 v17 = 0; | |
1431 pRenderer->Clip( | |
1432 v17 + pHealthBarPos[v16], | |
1433 (unsigned __int64)(signed __int64)((1.0 - v3) * v15) + 402, | |
1434 v17 + pHealthBarPos[v16] + v14->uTextureWidth, | |
1435 v14->uTextureHeight + 402); | |
1436 v9 = v14; | |
1437 } | |
1438 } | |
1439 else | |
1440 { | |
1441 if ( v3 > 1.0 ) | |
1442 v3 = 1.0; | |
1443 v4 = (signed __int64)((1.0 - v3) * v15); | |
1444 if ( v16 == 2 || v16 == 3 ) | |
1445 v17 = 2; | |
1446 else | |
1447 v17 = 0; | |
1448 pRenderer->Clip( | |
1449 v17 + pHealthBarPos[v16], | |
1450 v4 + 402, | |
1451 v17 + pHealthBarPos[v16] + v0->uTextureWidth, | |
1452 v0->uTextureHeight + 402); | |
1453 v9 = v0; | |
1454 } | |
1455 pRenderer->DrawTextureIndexed(v17 + pHealthBarPos[v16], 0x192u, v9); | |
1456 pRenderer->ResetClip(); | |
1457 LABEL_24: | |
1458 v5 = v11; | |
1459 v12 = v11->sMana; | |
1460 if ( v12 > 0 ) | |
1461 { | |
1462 v6 = (double)v12; | |
1463 v7 = v6 / (double)v5->GetMaxMana(); | |
1464 if ( v7 > 1.0 ) | |
1465 v7 = 1.0; | |
1466 v8 = v16 == 2; | |
1467 pRenderer->Clip( | |
1468 (v16 == 2) + pManaBarPos[v16], | |
1469 (unsigned __int64)(signed __int64)((1.0 - v7) * v15) + 402, | |
1470 v8 + pManaBarPos[v16] + v10->uTextureWidth, | |
1471 v10->uTextureHeight + 402); | |
1472 pRenderer->DrawTextureIndexed(v8 + pManaBarPos[v16], 0x192u, v10); | |
1473 pRenderer->ResetClip(); | |
1474 } | |
1475 ++v16; | |
1476 } | |
1477 while ( v16 < 4 ); | |
1478 } | |
1479 | |
1480 //----- (0041B3B6) -------------------------------------------------------- | |
1481 void __cdecl draw_right_panel() | |
1482 { | |
1483 pRenderer->DrawTextureTransparent( | |
1484 pViewport->uViewportZ, | |
1485 0, | |
1486 (Texture *)(uTextureID_right_panel != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_right_panel] : 0)); | |
1487 } | |
1488 | |
1489 //----- (0041B3E2) -------------------------------------------------------- | |
1490 void __cdecl GameUI_DrawRightPanelFrames() | |
1491 { | |
1492 pRenderer->DrawTextureRGB(0, 0, pTexture_TopFrame); | |
1493 pRenderer->DrawTextureRGB(0, 8u, pTexture_LeftFrame); | |
1494 pRenderer->DrawTextureRGB(468u, 0, pTexture_RightFrame); | |
1495 pRenderer->DrawTextureRGB(0, 352u, pTexture_BottomFrame); | |
1496 GameUI_DrawFoodAndGold(); | |
1497 GameUI_DrawRightPanelItems(); | |
1498 } | |
1499 | |
1500 //----- (0041B438) -------------------------------------------------------- | |
1501 GUIButton *__fastcall GUI_HandleHotkey(unsigned __int8 uHotkey) | |
1502 { | |
1503 char v1; // al@1 | |
1504 int v2; // esi@1 | |
1505 char v3; // dl@1 | |
1506 GUIWindow *v4; // ecx@2 | |
1507 GUIButton *result; // eax@2 | |
1508 int v6; // edx@12 | |
1509 | |
1510 v1 = toupper(uHotkey); | |
1511 v2 = uNumVisibleWindows; | |
1512 v3 = v1; | |
1513 if ( uNumVisibleWindows >= 0 ) | |
1514 { | |
1515 while ( 2 ) | |
1516 { | |
1517 v4 = &pWindowList[pVisibleWindowsIdxs[v2] - 1]; | |
1518 for ( result = v4->pControlsHead; result; result = result->pNext ) | |
1519 { | |
1520 if ( result->uHotkey == v3 ) | |
1521 { | |
1522 v6 = result->uControlParam; | |
1523 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 ) | |
1524 { | |
1525 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)result->uControlID; | |
1526 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v6; | |
1527 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
1528 ++pMessageQueue_50CBD0->uNumMessages; | |
1529 } | |
1530 return result; | |
1531 } | |
1532 } | |
1533 if ( v4->uFrameX || v4->uFrameY || !(v4->uFrameWidth == 640 & v4->uFrameHeight == 480) ) | |
1534 { | |
1535 --v2; | |
1536 if ( v2 >= 0 ) | |
1537 continue; | |
1538 } | |
1539 break; | |
1540 } | |
1541 } | |
1542 return 0; | |
1543 } | |
1544 // 5075E0: using guessed type int pVisibleWindowsIdxs[20]; | |
1545 | |
1546 //----- (0041B4E1) -------------------------------------------------------- | |
1547 int __fastcall GUI_ReplaceHotkey(unsigned __int8 uOldHotkey, unsigned __int8 uNewHotkey, char bFirstCall) | |
1548 { | |
1549 unsigned __int8 v3; // bl@1 | |
1550 int result; // eax@1 | |
1551 int i; // edx@2 | |
1552 GUIButton *j; // ecx@3 | |
1553 int k; // edx@7 | |
1554 GUIButton *l; // ecx@8 | |
1555 unsigned __int8 v9; // [sp+4h] [bp-8h]@1 | |
1556 char v10; // [sp+8h] [bp-4h]@1 | |
1557 | |
1558 v3 = uNewHotkey; | |
1559 v10 = toupper(uOldHotkey); | |
1560 result = toupper(v3); | |
1561 v9 = result; | |
1562 if ( bFirstCall ) | |
1563 { | |
1564 for ( i = uNumVisibleWindows; i >= 0; --i ) | |
1565 { | |
1566 result = 84 * pVisibleWindowsIdxs[i]; | |
1567 //for ( j = *(GUIButton **)((char *)pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_ + result); j; j = j->pNext ) | |
1568 for ( j = pWindowList[pVisibleWindowsIdxs[i] - 1].pControlsHead; j; j = j->pNext ) | |
1569 j->field_28 = 0; | |
1570 } | |
1571 } | |
1572 for ( k = uNumVisibleWindows; k >= 0; --k ) | |
1573 { | |
1574 result = 84 * pVisibleWindowsIdxs[k]; | |
1575 //for ( l = *(GUIButton **)((char *)pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_ + result); l; l = l->pNext ) | |
1576 for ( l = pWindowList[pVisibleWindowsIdxs[k] - 1].pControlsHead; l; l = l->pNext ) | |
1577 { | |
1578 LOBYTE(result) = v10; | |
1579 if ( l->uHotkey == v10 ) | |
1580 { | |
1581 if ( !l->field_28 ) | |
1582 { | |
1583 LOBYTE(result) = v9; | |
1584 l->field_28 = 1; | |
1585 l->uHotkey = v9; | |
1586 } | |
1587 } | |
1588 } | |
1589 } | |
1590 return result; | |
1591 } | |
1592 // 5075E0: using guessed type int pVisibleWindowsIdxs[20]; | |
1593 | |
1594 //----- (0041B578) -------------------------------------------------------- | |
1595 void __cdecl MainMenuUI_LoadFontsAndSomeStuff() | |
1596 { | |
1597 pIcons_LOD->SetupPalettes(pRenderer->uTargetRBits, | |
1598 pRenderer->uTargetGBits, | |
1599 pRenderer->uTargetBBits); | |
1600 pPaletteManager->SetColorChannelInfo(pRenderer->uTargetRBits, | |
1601 pRenderer->uTargetGBits, | |
1602 pRenderer->uTargetBBits); | |
1603 pPaletteManager->RecalculateAll(); | |
1604 | |
1605 for (uint i = 0; i < 480; ++i) | |
1606 pSRZBufferLineOffsets[i] = 640 * i; | |
1607 | |
1608 pRenderer->ResetClip(); | |
1609 | |
1610 uTextureID_FONTPAL = pIcons_LOD->LoadTexture("FONTPAL", TEXTURE_16BIT_PALETTE); | |
180 | 1611 pFontArrus = LoadFont("arrus.fnt", "FONTPAL", NULL); |
1612 pFontLucida = LoadFont("lucida.fnt", "FONTPAL", NULL); | |
1613 pFontCreate = LoadFont("create.fnt", "FONTPAL", NULL); | |
1614 pFontSmallnum = LoadFont("smallnum.fnt", "FONTPAL", NULL); | |
1615 pFontComic = LoadFont("comic.fnt", "FONTPAL", NULL); | |
0 | 1616 pFontArrus->field_3 = 0; |
1617 pFontLucida->field_3 = 0; | |
1618 pFontCreate->field_3 = 0; | |
1619 | |
1620 for (uint i = 0; i < 20; ++i) | |
1621 pWindowList[i].eWindowType = WINDOW_null; | |
1622 | |
1623 uNumVisibleWindows = -1; | |
1624 memset(pVisibleWindowsIdxs, 0, sizeof(pVisibleWindowsIdxs)); | |
1625 } | |
1626 | |
1627 //----- (0041B690) -------------------------------------------------------- | |
1628 void __cdecl MainMenuUI_Create() | |
1629 { | |
1630 unsigned int v0; // eax@1 | |
1631 unsigned int v1; // eax@1 | |
1632 unsigned int v2; // eax@1 | |
1633 unsigned int v3; // eax@1 | |
1634 unsigned int v4; // eax@1 | |
1635 unsigned int v5; // eax@1 | |
1636 Texture *v6; // ST78_4@1 | |
1637 const char *v7; // ST5C_4@1 | |
1638 unsigned __int8 v8; // al@1 | |
1639 //Texture *v9; // ST60_4@1 | |
1640 Texture *v10; // ST78_4@1 | |
1641 const char *v11; // ST5C_4@1 | |
1642 unsigned __int8 v12; // al@1 | |
1643 //Texture *v13; // ST60_4@1 | |
1644 unsigned int v14; // eax@1 | |
1645 Texture *v15; // ST78_4@1 | |
1646 const char *v16; // ST5C_4@1 | |
1647 unsigned __int8 v17; // al@1 | |
1648 //Texture *v18; // ST60_4@1 | |
1649 unsigned int uTextureID_ib_td4_A; // eax@1 | |
1650 Texture *v20; // ST78_4@1 | |
1651 unsigned __int8 v22; // al@1 | |
1652 //Texture *v23; // ST60_4@1 | |
1653 Texture *v24; // eax@1 | |
1654 Texture *v25; // esi@1 | |
1655 Texture *v26; // ST60_4@1 | |
1656 const char *v27; // ST5C_4@1 | |
1657 unsigned __int8 v28; // al@1 | |
1658 Texture *v29; // eax@1 | |
1659 Texture *v30; // esi@1 | |
1660 Texture *v31; // ST60_4@1 | |
1661 const char *v32; // ST5C_4@1 | |
1662 unsigned __int8 v33; // al@1 | |
1663 | |
1664 v0 = pIconsFrameTable->FindIcon("wizeyeC"); | |
1665 pIconsFrameTable->InitializeAnimation(v0); | |
1666 v1 = pIconsFrameTable->FindIcon("wizeyeB"); | |
1667 pIconsFrameTable->InitializeAnimation(v1); | |
1668 v2 = pIconsFrameTable->FindIcon("wizeyeA"); | |
1669 pIconsFrameTable->InitializeAnimation(v2); | |
1670 v3 = pIconsFrameTable->FindIcon("torchC"); | |
1671 pIconsFrameTable->InitializeAnimation(v3); | |
1672 v4 = pIconsFrameTable->FindIcon("torchB"); | |
1673 pIconsFrameTable->InitializeAnimation(v4); | |
1674 v5 = pIconsFrameTable->FindIcon("torchA"); | |
1675 pIconsFrameTable->InitializeAnimation(v5); | |
1676 pTextureIDs_pMapDirs[0] = pIcons_LOD->LoadTexture("MAPDIR8", TEXTURE_16BIT_PALETTE); | |
1677 pTextureIDs_pMapDirs[1] = pIcons_LOD->LoadTexture("MAPDIR1", TEXTURE_16BIT_PALETTE); | |
1678 pTextureIDs_pMapDirs[2] = pIcons_LOD->LoadTexture("MAPDIR2", TEXTURE_16BIT_PALETTE); | |
1679 pTextureIDs_pMapDirs[3] = pIcons_LOD->LoadTexture("MAPDIR3", TEXTURE_16BIT_PALETTE); | |
1680 pTextureIDs_pMapDirs[4] = pIcons_LOD->LoadTexture("MAPDIR4", TEXTURE_16BIT_PALETTE); | |
1681 pTextureIDs_pMapDirs[5] = pIcons_LOD->LoadTexture("MAPDIR5", TEXTURE_16BIT_PALETTE); | |
1682 pTextureIDs_pMapDirs[6] = pIcons_LOD->LoadTexture("MAPDIR6", TEXTURE_16BIT_PALETTE); | |
1683 pTextureIDs_pMapDirs[7] = pIcons_LOD->LoadTexture("MAPDIR7", TEXTURE_16BIT_PALETTE); | |
1684 uTextureID_BarBlue = pIcons_LOD->LoadTexture("ib-statB", TEXTURE_16BIT_PALETTE); | |
1685 uTextureID_BarGreen = pIcons_LOD->LoadTexture("ib-statG", TEXTURE_16BIT_PALETTE); | |
1686 uTextureID_BarYellow = pIcons_LOD->LoadTexture("ib-statY", TEXTURE_16BIT_PALETTE); | |
1687 uTextureID_BarRed = pIcons_LOD->LoadTexture("ib-statR", TEXTURE_16BIT_PALETTE); | |
1688 uTextureID_mhp_bd = pIcons_LOD->LoadTexture("mhp_bg", TEXTURE_16BIT_PALETTE); | |
1689 uTextureID_mhp_capl = pIcons_LOD->LoadTexture("mhp_capl", TEXTURE_16BIT_PALETTE); | |
1690 uTextureID_mhp_capr = pIcons_LOD->LoadTexture("mhp_capr", TEXTURE_16BIT_PALETTE); | |
1691 uTextureID_mhp_grn = pIcons_LOD->LoadTexture("mhp_grn", TEXTURE_16BIT_PALETTE); | |
1692 uTextureID_mhp_red = pIcons_LOD->LoadTexture("mhp_red", TEXTURE_16BIT_PALETTE); | |
1693 uTextureID_mhp_yel = pIcons_LOD->LoadTexture("mhp_yel", TEXTURE_16BIT_PALETTE); | |
1694 uTextureID_Leather = pIcons_LOD->LoadTexture("LEATHER", TEXTURE_16BIT_PALETTE); | |
1695 pTexture_Leather = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("ibground", TEXTURE_16BIT_PALETTE)]; | |
1696 uTextureID_x_x_u = pIcons_LOD->LoadTexture("x_x_u", TEXTURE_16BIT_PALETTE); | |
1697 uTextureID_BUTTDESC2 = pIcons_LOD->LoadTexture("BUTTESC2", TEXTURE_16BIT_PALETTE); | |
1698 uTextureID_x_ok_u = pIcons_LOD->LoadTexture("x_ok_u", TEXTURE_16BIT_PALETTE); | |
1699 uTextureID_BUTTYES2 = pIcons_LOD->LoadTexture("BUTTYES2", TEXTURE_16BIT_PALETTE); | |
1700 uTextureID_BUTTMAKE = pIcons_LOD->LoadTexture("BUTTMAKE", TEXTURE_16BIT_PALETTE); | |
1701 uTextureID_BUTTMAKE2 = pIcons_LOD->LoadTexture("BUTTMAKE2", TEXTURE_16BIT_PALETTE); | |
1702 | |
1703 pPrimaryWindow = GUIWindow::Create(0, 0, 640, 480, WINDOW_MainMenu, 0, 0); | |
1704 pPrimaryWindow->CreateButton(7u, 8u, 0x1CCu, 0x157u, 1, 0, 0xAu, 0, 0, "", 0); | |
1705 pPrimaryWindow->CreateButton(0x3Du, 0x1A8u, 0x1Fu, 0x28u, 2, 94, 0x6Eu, 1u, 0x31u, "", 0); | |
1706 pPrimaryWindow->CreateButton(0xB1u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, 0x6Eu, 2u, 0x32u, "", 0); | |
1707 pPrimaryWindow->CreateButton(0x124u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, 0x6Eu, 3u, 0x33u, "", 0); | |
1708 pPrimaryWindow->CreateButton(0x197u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, 0x6Eu, 4u, 0x34u, "", 0); | |
1709 pPrimaryWindow->CreateButton(0x18u, 0x194u, 5u, 0x31u, 1, 93, 0, 1u, 0, "", 0); | |
1710 pPrimaryWindow->CreateButton(0x8Bu, 0x194u, 5u, 0x31u, 1, 93, 0, 2u, 0, "", 0); | |
1711 pPrimaryWindow->CreateButton(0xFFu, 0x194u, 5u, 0x31u, 1, 93, 0, 3u, 0, "", 0); | |
1712 pPrimaryWindow->CreateButton(0x172u, 0x194u, 5u, 0x31u, 1, 93, 0, 4u, 0, "", 0); | |
1713 pPrimaryWindow->CreateButton(0x61u, 0x194u, 5u, 0x31u, 1, 93, 0, 1u, 0, "", 0); | |
1714 pPrimaryWindow->CreateButton(0xD4u, 0x194u, 5u, 0x31u, 1, 93, 0, 2u, 0, "", 0); | |
1715 pPrimaryWindow->CreateButton(0x148u, 0x194u, 5u, 0x31u, 1, 93, 0, 3u, 0, "", 0); | |
1716 pPrimaryWindow->CreateButton(0x1BBu, 0x194u, 5u, 0x31u, 1, 93, 0, 4u, 0, "", 0); | |
1717 uTextureID_ib_td1_A = pIcons_LOD->LoadTexture("ib-td1-A", TEXTURE_16BIT_PALETTE); | |
1718 v6 = (Texture *)(uTextureID_ib_td1_A != -1 ? &pIcons_LOD->pTextures[uTextureID_ib_td1_A] : 0); | |
17 | 1719 v7 = pGlobalTXT_LocalizationStrings[174];//Quests |
0 | 1720 v8 = pKeyActionMap->GetActionVKey(INPUT_Quest); |
17 | 1721 pBtn_Quests = pPrimaryWindow->CreateButton(0x1EBu, 0x161u, v6->uTextureWidth, v6->uTextureHeight, 1, 0, 0xC8u, 0, v8, v7, v6, 0); |
0 | 1722 uTextureID_ib_td2_A = pIcons_LOD->LoadTexture("ib-td2-A", TEXTURE_16BIT_PALETTE); |
1723 v10 = (Texture *)(uTextureID_ib_td2_A != -1 ? &pIcons_LOD->pTextures[uTextureID_ib_td2_A] : 0); | |
17 | 1724 v11 = pGlobalTXT_LocalizationStrings[154];//Autonotes |
0 | 1725 v12 = pKeyActionMap->GetActionVKey(INPUT_Autonotes); |
17 | 1726 pBtn_Autonotes = pPrimaryWindow->CreateButton(0x20Fu, 0x161u, v10->uTextureWidth, v10->uTextureHeight, 1, 0, 0xC9u, 0, v12, v11, v10, 0); |
0 | 1727 v14 = pIcons_LOD->LoadTexture("ib-td3-A", TEXTURE_16BIT_PALETTE); |
1728 v15 = (Texture *)(v14 != -1 ? (int)&pIcons_LOD->pTextures[v14] : 0); | |
17 | 1729 v16 = pGlobalTXT_LocalizationStrings[139];//Maps |
0 | 1730 v17 = pKeyActionMap->GetActionVKey(INPUT_Mapbook); |
17 | 1731 pBtn_Maps = pPrimaryWindow->CreateButton(0x222u, 0x161u, v15->uTextureWidth, v15->uTextureHeight, 1, 0, 0xCAu, 0, v17, v16, v15, 0); |
0 | 1732 uTextureID_ib_td4_A = pIcons_LOD->LoadTexture("ib-td4-A", TEXTURE_16BIT_PALETTE); |
1733 v20 = (Texture *)(uTextureID_ib_td4_A != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_ib_td4_A] : 0); | |
1734 v22 = pKeyActionMap->GetActionVKey(INPUT_TimeCal); | |
17 | 1735 pBtn_Calendar = pPrimaryWindow->CreateButton(0x23Au, 0x161u, v20->uTextureWidth, v20->uTextureHeight, 1, 0, 0xCBu, 0, v22, |
1736 pGlobalTXT_LocalizationStrings[78],//Calendar | |
1737 v20, 0); | |
0 | 1738 uTextureID_ib_td5_A = pIcons_LOD->LoadTexture("ib-td5-A", TEXTURE_16BIT_PALETTE); |
17 | 1739 pBtn_History = pPrimaryWindow->CreateButton(0x258u, 0x169u, |
0 | 1740 (uTextureID_ib_td5_A != -1 ? pIcons_LOD->pTextures[uTextureID_ib_td5_A].uTextureWidth : 24), |
1741 (uTextureID_ib_td5_A != -1 ? pIcons_LOD->pTextures[uTextureID_ib_td5_A].uTextureHeight : 26), | |
17 | 1742 1, 0, 0xE0u, 0, 0x48u, pGlobalTXT_LocalizationStrings[602],//History |
1743 (Texture *)(uTextureID_ib_td5_A != -1 ? &pIcons_LOD->pTextures[uTextureID_ib_td5_A] : 0), 0); | |
0 | 1744 v24 = &pIcons_LOD->pTextures[uTextureID_507980]; |
1745 v25 = (Texture *)(uTextureID_507980 != -1 ? (int)v24 : 0); | |
1746 bFlashHistoryBook = 0; | |
1747 v26 = (Texture *)(uTextureID_507980 != -1 ? (int)v24 : 0); | |
1748 bFlashAutonotesBook = 0; | |
1749 v27 = pGlobalTXT_LocalizationStrings[252]; | |
1750 bFlashQuestBook = 0; | |
1751 v28 = pKeyActionMap->GetActionVKey(INPUT_ZoomIn); | |
1752 dword_507A18 = pPrimaryWindow->CreateButton( | |
1753 0x23Eu, | |
1754 0x88u, | |
1755 v25->uTextureWidth, | |
1756 v25->uTextureHeight, | |
1757 2, | |
1758 0, | |
1759 0x170u, | |
1760 0, | |
1761 v28, | |
1762 v27, | |
1763 v26, | |
1764 0); | |
1765 v29 = &pIcons_LOD->pTextures[uTextureID_507984]; | |
1766 v30 = (Texture *)(uTextureID_507984 != -1 ? (int)v29 : 0); | |
1767 v31 = (Texture *)(uTextureID_507984 != -1 ? (int)v29 : 0); | |
1768 v32 = pGlobalTXT_LocalizationStrings[251]; | |
1769 v33 = pKeyActionMap->GetActionVKey(INPUT_ZoomOut); | |
1770 dword_507A14 = pPrimaryWindow->CreateButton( | |
1771 0x207u, | |
1772 0x88u, | |
1773 v30->uTextureWidth, | |
1774 v30->uTextureHeight, | |
1775 2, | |
1776 0, | |
1777 0x16Fu, | |
1778 0, | |
1779 v33, | |
1780 v32, | |
1781 v31, | |
1782 0); | |
1783 pPrimaryWindow->CreateButton(0x1E1u, 0, 0x99u, 0x43u, 1, 92, 0, 0, 0, "", 0); | |
1784 pPrimaryWindow->CreateButton(0x1EBu, 0x95u, 0x40u, 0x4Au, 1, 0, 0x86u, 0, 0x35u, "", 0); | |
1785 pPrimaryWindow->CreateButton(0x231u, 0x95u, 0x40u, 0x4Au, 1, 0, 0x87u, 0, 0x36u, "", 0); | |
1786 pPrimaryWindow->CreateButton(0x1DCu, 0x142u, 0x4Du, 0x11u, 1, 100, 0, 0, 0, "", 0); | |
1787 pPrimaryWindow->CreateButton(0x22Bu, 0x142u, 0x4Du, 0x11u, 1, 101, 0, 0, 0, "", 0); | |
1788 pBtn_CastSpell = pPrimaryWindow->CreateButton( | |
1789 0x1DCu, | |
1790 0x1C2u, | |
1791 (uTextureID_50797C != -1 ? pIcons_LOD->pTextures[uTextureID_50797C].uTextureWidth : 24), | |
1792 (uTextureID_50797C != -1 ? pIcons_LOD->pTextures[uTextureID_50797C].uTextureHeight : 26), | |
1793 1, | |
1794 0, | |
1795 0x69u, | |
1796 0, | |
1797 0x43u, | |
1798 pGlobalTXT_LocalizationStrings[38], | |
1799 (Texture *)(uTextureID_50797C != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_50797C] : 0), | |
1800 0); | |
1801 pBtn_Rest = pPrimaryWindow->CreateButton( | |
1802 0x206u, | |
1803 0x1C2u, | |
1804 (uTextureID_507978 != -1 ? pIcons_LOD->pTextures[uTextureID_507978].uTextureWidth : 24), | |
1805 (uTextureID_507978 != -1 ? pIcons_LOD->pTextures[uTextureID_507978].uTextureHeight : 26), | |
1806 1, | |
1807 0, | |
1808 0x68u, | |
1809 0, | |
1810 0x52u, | |
1811 pGlobalTXT_LocalizationStrings[182], | |
1812 (Texture *)(uTextureID_507978 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_507978] : 0), | |
1813 0); | |
1814 pBtn_QuickReference = pPrimaryWindow->CreateButton( | |
1815 0x230u, | |
1816 0x1C2u, | |
1817 (dword_507974 != -1 ? pIcons_LOD->pTextures[dword_507974].uTextureWidth : 24), | |
1818 (dword_507974 != -1 ? pIcons_LOD->pTextures[dword_507974].uTextureHeight : 26), | |
1819 1, | |
1820 0, | |
1821 0x6Au, | |
1822 0, | |
1823 0x5Au, | |
1824 pGlobalTXT_LocalizationStrings[173], | |
1825 (Texture *)(dword_507974 != -1 ? &pIcons_LOD->pTextures[dword_507974] : 0), | |
1826 0); | |
1827 pBtn_GameSettings = pPrimaryWindow->CreateButton( | |
1828 0x25Au, | |
1829 0x1C2u, | |
1830 (uTextureID_507970 != -1 ? pIcons_LOD->pTextures[uTextureID_507970].uTextureWidth : 24), | |
1831 (uTextureID_507970 != -1 ? pIcons_LOD->pTextures[uTextureID_507970].uTextureHeight : 26), | |
1832 1, | |
1833 0, | |
1834 0x6Bu, | |
1835 0, | |
1836 0, | |
1837 pGlobalTXT_LocalizationStrings[93], | |
1838 (Texture *)(uTextureID_507970 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_507970] : 0), | |
1839 0); | |
1840 pBtn_NPCLeft = pPrimaryWindow->CreateButton( | |
1841 0x1D5u, | |
1842 0xB2u, | |
1843 (uTextureID_507990 != -1 ? pIcons_LOD->pTextures[uTextureID_507990].uTextureWidth : 24), | |
1844 (uTextureID_507990 != -1 ? pIcons_LOD->pTextures[uTextureID_507990].uTextureHeight : 26), | |
1845 1, | |
1846 0, | |
1847 0xBCu, | |
1848 0, | |
1849 0, | |
1850 "", | |
1851 (Texture *)(uTextureID_507990 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_507990] : 0), | |
1852 0); | |
1853 pBtn_NPCRight = pPrimaryWindow->CreateButton( | |
1854 0x272u, | |
1855 0xB2u, | |
1856 (uTextureID_50798C != -1 ? pIcons_LOD->pTextures[uTextureID_50798C].uTextureWidth : 24), | |
1857 (uTextureID_50798C != -1 ? pIcons_LOD->pTextures[uTextureID_50798C].uTextureHeight : 26), | |
1858 1, | |
1859 0, | |
1860 0xBCu, | |
1861 1u, | |
1862 0, | |
1863 "", | |
1864 (Texture *)(uTextureID_50798C != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_50798C] : 0), | |
1865 0); | |
1866 Load_isn_spells_21_27(); | |
1867 } | |
1868 | |
1869 | |
1870 | |
1871 //----- (0041C047) -------------------------------------------------------- | |
1872 void __cdecl GameUI_DrawStatusBar_2() | |
1873 { | |
1874 unsigned int v0; // eax@1 | |
1875 char *v1; // edx@2 | |
1876 unsigned int v2; // ST18_4@5 | |
1877 const char *v3; // ST0C_4@5 | |
1878 unsigned int v4; // ST08_4@5 | |
1879 int v5; // eax@5 | |
1880 | |
1881 pRenderer->DrawTextureRGB(0, 352u, pTexture_StatusBar); | |
1882 if ( GameUI_StatusBar_TimedStringTimeLeft ) | |
1883 { | |
1884 v1 = GameUI_StatusBar_TimedString; | |
1885 } | |
1886 else | |
1887 { | |
1888 if ( !pStatusBarString[0] ) | |
1889 return; | |
1890 v1 = pStatusBarString; | |
1891 } | |
1892 LOWORD(v0) = uGameUIFontShadow; | |
1893 v2 = v0; | |
1894 LOWORD(v0) = uGameUIFontMain; | |
1895 v3 = v1; | |
1896 v4 = v0; | |
1897 v5 = pFontLucida->AlignText_Center(0x1C2u, v1); | |
1898 pPrimaryWindow->DrawText(pFontLucida, v5 + 11, 357, v4, v3, 0, 0, v2); | |
1899 } | |
1900 | |
1901 //----- (0041C0B8) -------------------------------------------------------- | |
1902 void __thiscall sub_41C0B8_set_status_string(const char *pStr) | |
1903 { | |
1904 const char *v1; // esi@1 | |
1905 int i; // eax@7 | |
1906 int j; // eax@11 | |
1907 | |
1908 v1 = pStr; | |
1909 if ( pStr && strcmp(pStr, "test") && !IsBadStringPtrA(v1, 1u) && (*v1 || GameUI_StatusBar_TimedStringTimeLeft) ) | |
1910 { | |
1911 if ( GameUI_StatusBar_TimedStringTimeLeft ) | |
1912 { | |
1913 for ( i = pFontLucida->GetLineWidth(GameUI_StatusBar_TimedString); | |
1914 i > 450; | |
1915 i = pFontLucida->GetLineWidth(GameUI_StatusBar_TimedString) ) | |
1916 byte_5C3427[strlen(GameUI_StatusBar_TimedString)] = 0; | |
1917 } | |
1918 else | |
1919 { | |
1920 strcpy(pStatusBarString, v1); | |
1921 for ( j = pFontLucida->GetLineWidth(pStatusBarString); | |
1922 j > 450; | |
1923 j = pFontLucida->GetLineWidth(pStatusBarString) ) | |
1924 GameUI_StatusBar_TimedString[strlen(pStatusBarString) + 199] = 0; | |
1925 } | |
1926 } | |
1927 } | |
1928 | |
1929 //----- (0041C179) -------------------------------------------------------- | |
1930 void __cdecl GameUI_DrawStatusBar() | |
1931 { | |
1932 unsigned int v0; // ebp@1 | |
1933 char *v1; // edi@5 | |
1934 int v2; // eax@5 | |
1935 unsigned int v3; // esi@5 | |
1936 size_t v4; // eax@6 | |
1937 GUIFont *v5; // ecx@6 | |
1938 int v6; // eax@9 | |
1939 size_t v7; // eax@10 | |
1940 GUIFont *v8; // ecx@10 | |
1941 char v9; // zf@12 | |
1942 unsigned int v10; // ST08_4@13 | |
1943 int v11; // eax@13 | |
1944 | |
1945 v0 = uGameUIFontShadow; | |
1946 if ( pStatusBarString[0] || GameUI_StatusBar_TimedStringTimeLeft || bForceDrawStatusBar ) | |
1947 { | |
1948 pRenderer->DrawTextureRGB(0, 352u, pTexture_StatusBar); | |
1949 if ( GameUI_StatusBar_TimedStringTimeLeft ) | |
1950 { | |
1951 v1 = GameUI_StatusBar_TimedString; | |
1952 v2 = pFontLucida->GetLineWidth(GameUI_StatusBar_TimedString); | |
1953 v3 = 450; | |
1954 while ( v2 > 450 ) | |
1955 { | |
1956 v4 = strlen(GameUI_StatusBar_TimedString); | |
1957 v5 = pFontLucida; | |
1958 byte_5C3427[v4] = 0; | |
1959 v2 = pFontLucida->GetLineWidth(GameUI_StatusBar_TimedString); | |
1960 } | |
1961 } | |
1962 else | |
1963 { | |
1964 v1 = pStatusBarString; | |
1965 v6 = pFontLucida->GetLineWidth(pStatusBarString); | |
1966 v3 = 450; | |
1967 while ( v6 > 450 ) | |
1968 { | |
1969 v7 = strlen(pStatusBarString); | |
1970 v8 = pFontLucida; | |
1971 GameUI_StatusBar_TimedString[v7 + 199] = 0; | |
1972 v6 = pFontLucida->GetLineWidth(pStatusBarString); | |
1973 } | |
1974 } | |
1975 v9 = *v1 == 0; | |
1976 bForceDrawStatusBar = 0; | |
1977 if ( !v9 ) | |
1978 { | |
1979 v10 = uGameUIFontMain; | |
1980 v11 = pFontLucida->AlignText_Center(v3, v1); | |
1981 pPrimaryWindow->DrawText(pFontLucida, v11 + 11, 357, v10, v1, 0, 0, v0); | |
1982 } | |
1983 } | |
1984 } | |
1985 // 5C35BC: using guessed type int bForceDrawStatusBar; | |
1986 | |
1987 | |
1988 //----- (0041CD4F) -------------------------------------------------------- | |
1989 bool __thiscall sub_41CD4F(unsigned int _this) | |
1990 { | |
1991 unsigned int v1; // edi@1 | |
1992 unsigned int v2; // eax@2 | |
1993 int v3; // esi@3 | |
1994 int v4; // ecx@10 | |
1995 GUIButton *v5; // eax@11 | |
1996 int v6; // edx@12 | |
1997 int v7; // ecx@20 | |
1998 char v8; // zf@21 | |
1999 GUIButton *v9; // ecx@24 | |
2000 int v10; // esi@24 | |
2001 int v11; // edx@26 | |
2002 int v12; // edx@28 | |
2003 int v13; // esi@32 | |
2004 GUIButton *v14; // eax@37 | |
2005 int v15; // edx@38 | |
2006 int v17; // ecx@50 | |
2007 int v18; // edx@50 | |
2008 GUIButton *v19; // ecx@54 | |
2009 int v20; // esi@54 | |
2010 int v21; // edx@56 | |
2011 int v22; // ecx@59 | |
2012 int v23; // edx@59 | |
2013 int v24; // ecx@60 | |
2014 int v25; // esi@63 | |
2015 unsigned int v26; // [sp+Ch] [bp-14h]@1 | |
2016 int v27; // [sp+10h] [bp-10h]@1 | |
2017 int v28; // [sp+14h] [bp-Ch]@10 | |
2018 int v29; // [sp+14h] [bp-Ch]@36 | |
2019 unsigned int uClickX; // [sp+18h] [bp-8h]@10 | |
2020 unsigned int uClickY; // [sp+1Ch] [bp-4h]@10 | |
2021 | |
2022 v1 = 0; | |
2023 v26 = _this; | |
2024 v27 = uNumVisibleWindows; | |
2025 if ( uNumVisibleWindows < 0 ) | |
2026 return 0; | |
2027 v2 = pMessageQueue_50CBD0->uNumMessages; | |
2028 while ( 1 ) | |
2029 { | |
2030 v3 = pVisibleWindowsIdxs[v27] - 1; | |
2031 if ( pWindowList[v3].field_44 == v1 ) | |
2032 goto LABEL_47; | |
2033 if ( v26 != 34 ) | |
2034 break; | |
2035 if ( pWindowList[v3].field_30 != v1 ) | |
2036 { | |
2037 pMouse->GetClickPos(&uClickX, &uClickY); | |
2038 v4 = pWindowList[v3].pStartingPosActiveItem; | |
2039 v29 = v4 + pWindowList[v3].pNumPresenceButton; | |
2040 if ( v4 < v4 + pWindowList[v3].pNumPresenceButton ) | |
2041 { | |
2042 while ( 1 ) | |
2043 { | |
2044 v14 = pWindowList[v3].pControlsHead; | |
2045 if ( v4 > 0 ) | |
2046 { | |
2047 v15 = v4; | |
2048 do | |
2049 { | |
2050 v14 = v14->pNext; | |
2051 --v15; | |
2052 } | |
2053 while ( v15 ); | |
2054 } | |
2055 if ( (signed int)uClickX >= (signed int)v14->uX | |
2056 && (signed int)uClickX <= (signed int)v14->uZ | |
2057 && (signed int)uClickY >= (signed int)v14->uY | |
2058 && (signed int)uClickY <= (signed int)v14->uW ) | |
2059 goto LABEL_66; | |
2060 ++v4; | |
2061 if ( v4 >= v29 ) | |
2062 { | |
2063 LABEL_45: | |
2064 v1 = 0; | |
2065 goto LABEL_46; | |
2066 } | |
2067 } | |
2068 } | |
2069 goto LABEL_46; | |
2070 } | |
2071 LABEL_47: | |
2072 --v27; | |
2073 if ( v27 < 0 ) | |
2074 return 0; | |
2075 } | |
2076 if ( v26 == 37 ) | |
2077 { | |
2078 v12 = pWindowList[v3].field_34; | |
2079 if ( pWindowList[v3].pCurrentPosActiveItem - pWindowList[v3].pStartingPosActiveItem - v12 >= 0 ) | |
2080 { | |
151 | 2081 v8 = pCurrentScreen == SCREEN_PARTY_CREATION; |
0 | 2082 pWindowList[v3].pCurrentPosActiveItem -= v12; |
2083 if ( v8 ) | |
2084 { | |
187 | 2085 pAudioPlayer->PlaySound(SOUND_Button, v1, v1, -1, v1, v1, v1, v1); |
0 | 2086 v2 = pMessageQueue_50CBD0->uNumMessages; |
2087 } | |
2088 } | |
2089 if ( pWindowList[v3].field_30 != v1 ) | |
2090 goto LABEL_47; | |
2091 v9 = pWindowList[v3].pControlsHead; | |
2092 v13 = pWindowList[v3].pCurrentPosActiveItem; | |
2093 if ( v13 > (signed int)v1 ) | |
2094 { | |
2095 do | |
2096 { | |
2097 v9 = v9->pNext; | |
2098 --v13; | |
2099 } | |
2100 while ( v13 ); | |
2101 } | |
2102 LABEL_26: | |
2103 v11 = v9->uControlParam; | |
2104 if ( (signed int)v2 < 40 ) | |
2105 { | |
2106 pMessageQueue_50CBD0->pMessages[v2].eType = (UIMessageType)v9->uControlID; | |
2107 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v11; | |
2108 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = v1; | |
2109 v2 = pMessageQueue_50CBD0->uNumMessages + 1; | |
2110 ++pMessageQueue_50CBD0->uNumMessages; | |
2111 } | |
2112 goto LABEL_47; | |
2113 } | |
2114 if ( v26 != 38 ) | |
2115 { | |
2116 if ( v26 == 39 ) | |
2117 { | |
2118 v7 = pWindowList[v3].pCurrentPosActiveItem + pWindowList[v3].field_34; | |
2119 if ( v7 < pWindowList[v3].pNumPresenceButton + pWindowList[v3].pStartingPosActiveItem ) | |
2120 { | |
151 | 2121 v8 = pCurrentScreen == SCREEN_PARTY_CREATION; |
0 | 2122 pWindowList[v3].pCurrentPosActiveItem = v7; |
2123 if ( v8 ) | |
2124 { | |
187 | 2125 pAudioPlayer->PlaySound(SOUND_Button, v1, v1, -1, v1, v1, v1, v1); |
0 | 2126 v2 = pMessageQueue_50CBD0->uNumMessages; |
2127 } | |
2128 } | |
2129 if ( pWindowList[v3].field_30 != v1 ) | |
2130 goto LABEL_47; | |
2131 v9 = pWindowList[v3].pControlsHead; | |
2132 v10 = pWindowList[v3].pCurrentPosActiveItem; | |
2133 if ( v10 > (signed int)v1 ) | |
2134 { | |
2135 do | |
2136 { | |
2137 v9 = v9->pNext; | |
2138 --v10; | |
2139 } | |
2140 while ( v10 ); | |
2141 } | |
2142 goto LABEL_26; | |
2143 } | |
2144 if ( v26 == 40 ) | |
2145 { | |
2146 v17 = pWindowList[v3].pStartingPosActiveItem; | |
2147 v18 = pWindowList[v3].pCurrentPosActiveItem; | |
2148 if ( v18 >= pWindowList[v3].pNumPresenceButton + v17 - 1 ) | |
2149 pWindowList[v3].pCurrentPosActiveItem = v17; | |
2150 else | |
2151 pWindowList[v3].pCurrentPosActiveItem = v18 + 1; | |
2152 if ( pWindowList[v3].field_30 != v1 ) | |
2153 return 1; | |
2154 v19 = pWindowList[v3].pControlsHead; | |
2155 v20 = pWindowList[v3].pCurrentPosActiveItem; | |
2156 if ( v20 > (signed int)v1 ) | |
2157 { | |
2158 do | |
2159 { | |
2160 v19 = v19->pNext; | |
2161 --v20; | |
2162 } | |
2163 while ( v20 ); | |
2164 } | |
2165 goto LABEL_56; | |
2166 } | |
2167 if ( v26 == 41 ) | |
2168 { | |
2169 pMouse->GetClickPos(&uClickX, &uClickY); | |
2170 v4 = pWindowList[v3].pStartingPosActiveItem; | |
2171 v28 = v4 + pWindowList[v3].pNumPresenceButton; | |
2172 if ( v4 < v4 + pWindowList[v3].pNumPresenceButton ) | |
2173 { | |
2174 while ( 1 ) | |
2175 { | |
2176 v5 = pWindowList[v3].pControlsHead; | |
2177 if ( v4 > 0 ) | |
2178 { | |
2179 v6 = v4; | |
2180 do | |
2181 { | |
2182 v5 = v5->pNext; | |
2183 --v6; | |
2184 } | |
2185 while ( v6 ); | |
2186 } | |
2187 if ( (signed int)uClickX >= (signed int)v5->uX | |
2188 && (signed int)uClickX <= (signed int)v5->uZ | |
2189 && (signed int)uClickY >= (signed int)v5->uY | |
2190 && (signed int)uClickY <= (signed int)v5->uW ) | |
2191 break; | |
2192 ++v4; | |
2193 if ( v4 >= v28 ) | |
2194 goto LABEL_45; | |
2195 } | |
2196 LABEL_66: | |
2197 pWindowList[v3].pCurrentPosActiveItem = v4; | |
2198 return 1; | |
2199 } | |
2200 LABEL_46: | |
2201 v2 = pMessageQueue_50CBD0->uNumMessages; | |
2202 goto LABEL_47; | |
2203 } | |
2204 goto LABEL_47; | |
2205 } | |
2206 v22 = pWindowList[v3].pCurrentPosActiveItem; | |
2207 v23 = pWindowList[v3].pStartingPosActiveItem; | |
2208 if ( v22 <= v23 ) | |
2209 v24 = pWindowList[v3].pNumPresenceButton + v23 - 1; | |
2210 else | |
2211 v24 = v22 - 1; | |
2212 v8 = pWindowList[v3].field_30 == v1; | |
2213 pWindowList[v3].pCurrentPosActiveItem = v24; | |
2214 if ( !v8 ) | |
2215 return 1; | |
2216 v19 = pWindowList[v3].pControlsHead; | |
2217 v25 = pWindowList[v3].pCurrentPosActiveItem; | |
2218 if ( v25 > (signed int)v1 ) | |
2219 { | |
2220 do | |
2221 { | |
2222 v19 = v19->pNext; | |
2223 --v25; | |
2224 } | |
2225 while ( v25 ); | |
2226 } | |
2227 LABEL_56: | |
2228 v21 = v19->uControlParam; | |
2229 if ( (signed int)v2 < 40 ) | |
2230 { | |
2231 pMessageQueue_50CBD0->pMessages[v2].eType = (UIMessageType)v19->uControlID; | |
2232 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v21; | |
2233 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = v1; | |
2234 ++pMessageQueue_50CBD0->uNumMessages; | |
2235 } | |
2236 return 1; | |
2237 } | |
2238 | |
2239 //----- (0041D20D) -------------------------------------------------------- | |
2240 char __fastcall sub_41D20D_buff_remaining_time_string(int ecx0, GUIWindow *edx0, __int64 a3, GUIFont *a2) | |
2241 { | |
2242 unsigned int v4; // edi@1 | |
2243 unsigned int v5; // esi@1 | |
2244 unsigned int v6; // ebp@1 | |
2245 unsigned int v7; // ebx@1 | |
2246 signed __int64 v8; // ST34_8@1 | |
2247 signed __int64 v9; // kr00_8@1 | |
2248 char *v10; // eax@2 | |
2249 char *v11; // eax@7 | |
2250 char *v12; // eax@13 | |
2251 char *v13; // eax@19 | |
2252 int uY; // [sp+0h] [bp-20h]@1 | |
2253 GUIWindow *a1; // [sp+4h] [bp-1Ch]@1 | |
2254 signed __int64 v17; // [sp+10h] [bp-10h]@1 | |
2255 signed __int64 v18; // [sp+18h] [bp-8h]@1 | |
2256 unsigned int v19; // [sp+24h] [bp+4h]@1 | |
2257 | |
2258 a1 = edx0; | |
2259 uY = ecx0; | |
2260 v4 = (unsigned __int64)(signed __int64)((double)a3 * 0.234375) >> 32; | |
2261 v5 = (signed __int64)((double)a3 * 0.234375); | |
2262 v6 = (unsigned __int64)((signed __int64)((double)a3 * 0.234375) / 60) >> 32; | |
2263 v7 = (signed __int64)((double)a3 * 0.234375) / 60; | |
2264 v8 = (signed __int64)((double)a3 * 0.234375) / 60 / 60; | |
2265 v19 = (unsigned int)v8 / 0x18; | |
2266 v18 = (signed __int64)__PAIR__(v4, v5) % 60; | |
2267 v17 = (signed __int64)__PAIR__(v6, v7) % 60; | |
2268 v9 = v8 % 24; | |
2269 strcpy(pTmpBuf, "\r020"); | |
2270 if ( (unsigned int)v8 / 0x18 ) | |
2271 { | |
2272 v10 = pGlobalTXT_LocalizationStrings[57]; // Days | |
2273 if ( v19 <= 1 ) | |
2274 v10 = pGlobalTXT_LocalizationStrings[56]; // Day | |
2275 sprintf(pTmpBuf2, "%d %s ", v19, v10); | |
2276 strcat(pTmpBuf, pTmpBuf2); | |
2277 } | |
2278 if ( v9 ) | |
2279 { | |
2280 if ( v9 <= 1 ) | |
2281 v11 = pGlobalTXT_LocalizationStrings[109];// Hour | |
2282 else | |
2283 v11 = pGlobalTXT_LocalizationStrings[110];// Hours | |
2284 sprintf(pTmpBuf2, "%d %s ", v9, v11); | |
2285 strcat(pTmpBuf, pTmpBuf2); | |
2286 } | |
2287 if ( v17 && !v19 ) | |
2288 { | |
2289 if ( v17 <= 1 ) | |
2290 v12 = pGlobalTXT_LocalizationStrings[437];// Minute | |
2291 else | |
2292 v12 = pGlobalTXT_LocalizationStrings[436];// Minutes | |
2293 sprintf(pTmpBuf2, "%d %s ", v17, v12); | |
2294 strcat(pTmpBuf, pTmpBuf2); | |
2295 } | |
2296 if ( v18 && !v9 ) | |
2297 { | |
2298 if ( v18 <= 1 ) | |
2299 v13 = pGlobalTXT_LocalizationStrings[439];// Second | |
2300 else | |
2301 v13 = pGlobalTXT_LocalizationStrings[438];// Seconds | |
2302 sprintf(pTmpBuf2, "%d %s ", v18, v13); | |
2303 strcat(pTmpBuf, pTmpBuf2); | |
2304 } | |
2305 return a1->DrawText(a2, 32, uY, 0, pTmpBuf, 0, 0, 0); | |
2306 } | |
2307 | |
2308 | |
2309 //----- (0041D895) -------------------------------------------------------- | |
2310 void __thiscall GameUI_DrawItemInfo(ItemGen *ecx0) | |
2311 { | |
2312 ItemGen *v1; // esi@1 | |
2313 unsigned int v2; // eax@3 | |
2314 char *v3; // edi@5 | |
2315 unsigned int v4; // eax@5 | |
2316 unsigned int v5; // esi@5 | |
2317 signed int v6; // eax@5 | |
2318 int v7; // edx@5 | |
2319 ItemGen *v8; // ecx@10 | |
2320 unsigned int v9; // eax@12 | |
2321 char v10; // zf@16 | |
2322 ItemGen *v11; // eax@16 | |
2323 ItemGen *v12; // eax@25 | |
2324 unsigned int v13; // ecx@32 | |
2325 unsigned int v14; // eax@32 | |
2326 Render *v15; // edi@33 | |
2327 const char *v16; // eax@34 | |
2328 int v17; // eax@36 | |
2329 int v18; // esi@37 | |
2330 unsigned __int16 v19; // ax@37 | |
2331 char v20; // al@40 | |
2332 char v21; // al@44 | |
2333 char v22; // al@48 | |
2334 char v23; // al@51 | |
2335 int v24; // eax@52 | |
2336 int v25; // eax@57 | |
2337 int v26; // eax@60 | |
2338 int v27; // eax@67 | |
2339 const char *v28; // edi@69 | |
2340 int v29; // eax@70 | |
2341 char *v30; // edi@78 | |
2342 const char *v31; // eax@78 | |
2343 int v32; // ecx@81 | |
2344 unsigned int v33; // eax@81 | |
2345 int v34; // esi@81 | |
2346 const char *v35; // eax@85 | |
2347 const char *v36; // eax@87 | |
2348 unsigned int v37; // eax@109 | |
2349 unsigned int v38; // eax@109 | |
2350 int v39; // eax@113 | |
2351 GUIFont *v40; // edx@113 | |
2352 signed int v41; // [sp-20h] [bp-298h]@113 | |
2353 int v42; // [sp-1Ch] [bp-294h]@113 | |
2354 char *v43; // [sp-18h] [bp-290h]@46 | |
2355 unsigned int v44; // [sp-18h] [bp-290h]@113 | |
2356 int v45; // [sp-14h] [bp-28Ch]@46 | |
2357 const char *v46; // [sp-14h] [bp-28Ch]@58 | |
2358 char *v47; // [sp-14h] [bp-28Ch]@110 | |
2359 char *v48; // [sp-10h] [bp-288h]@46 | |
2360 const char *v49; // [sp-10h] [bp-288h]@56 | |
2361 char *v50; // [sp-10h] [bp-288h]@58 | |
2362 int v51; // [sp-10h] [bp-288h]@110 | |
2363 const char *v52; // [sp-Ch] [bp-284h]@36 | |
2364 int v53; // [sp-Ch] [bp-284h]@46 | |
2365 char *v54; // [sp-Ch] [bp-284h]@56 | |
2366 int v55; // [sp-Ch] [bp-284h]@58 | |
2367 int v56; // [sp-Ch] [bp-284h]@110 | |
2368 unsigned int v57; // [sp-8h] [bp-280h]@36 | |
2369 int v58; // [sp-8h] [bp-280h]@46 | |
2370 int v59; // [sp-8h] [bp-280h]@56 | |
2371 int v60; // [sp-8h] [bp-280h]@58 | |
2372 unsigned int v61; // [sp-8h] [bp-280h]@110 | |
2373 char a1[100]; // [sp+8h] [bp-270h]@40 | |
2374 char Dest[100]; // [sp+6Ch] [bp-20Ch]@40 | |
2375 char v64[100]; // [sp+D0h] [bp-1A8h]@40 | |
2376 char v65[120]; // [sp+134h] [bp-144h]@92 | |
2377 char Source[40]; // [sp+1ACh] [bp-CCh]@49 | |
2378 int v67; // [sp+1D4h] [bp-A4h]@91 | |
2379 int v68; // [sp+1D8h] [bp-A0h]@106 | |
2380 int v69; // [sp+1DCh] [bp-9Ch]@101 | |
2381 int v70; // [sp+1E0h] [bp-98h]@97 | |
2382 int v71; // [sp+1E8h] [bp-90h]@93 | |
2383 int v72; // [sp+1ECh] [bp-8Ch]@91 | |
2384 int var88; // [sp+1F0h] [bp-88h]@1 | |
2385 Texture *v73; // [sp+1F4h] [bp-84h]@5 | |
2386 unsigned int v75; // [sp+1F8h] [bp-80h]@5 | |
2387 char *v76; // [sp+1FCh] [bp-7Ch]@5 | |
2388 int v77; // [sp+200h] [bp-78h]@12 | |
2389 int v78; // [sp+204h] [bp-74h]@5 | |
2390 GUIWindow v79; // [sp+208h] [bp-70h]@2 | |
2391 POINT a2; // [sp+25Ch] [bp-1Ch]@2 | |
2392 int v81; // [sp+264h] [bp-14h]@5 | |
2393 GUIFont *v82; // [sp+268h] [bp-10h]@1 | |
2394 char *v83; // [sp+26Ch] [bp-Ch]@18 | |
2395 char *Str; // [sp+270h] [bp-8h]@65 | |
2396 ItemGen *_this; // [sp+274h] [bp-4h]@1 | |
2397 | |
2398 v1 = ecx0; | |
2399 _this = ecx0; | |
2400 var88 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu); | |
2401 v82 = pFontComic; | |
2402 if ( v1->uItemID ) | |
2403 { | |
2404 v79.Hint = 0; | |
2405 v79.uFrameWidth = 384; | |
2406 v79.uFrameHeight = 180; | |
2407 v79.uFrameY = 40; | |
2408 if ( pMouse->GetCursorPos(&a2)->x <= 320 ) | |
2409 v2 = pMouse->GetCursorPos(&a2)->x + 30; | |
2410 else | |
2411 v2 = pMouse->GetCursorPos(&a2)->x - v79.uFrameWidth - 30; | |
2412 v79.uFrameX = v2; | |
2413 v3 = (char *)&pItemsTable->pItems[_this->uItemID].pIconName; | |
2414 v76 = v3; | |
2415 v4 = pIcons_LOD->LoadTexture(*(const char **)v3, TEXTURE_16BIT_PALETTE); | |
2416 v5 = v4; | |
2417 v4 *= 72; | |
2418 v75 = v4; | |
2419 v73 = (struct Texture *)((char *)pIcons_LOD->pTextures + v4); | |
2420 v6 = 100 - *(unsigned __int16 *)((char *)&pIcons_LOD->pTextures[0].uTextureWidth + v4); | |
2421 v7 = v73->uTextureHeight; | |
2422 v78 = v6; | |
2423 v81 = 144 - v7; | |
2424 if ( v6 > 0 ) | |
2425 v78 = v6 >> 1; | |
2426 if ( v81 <= 0 ) | |
2427 v81 = 0; | |
2428 else | |
2429 v81 >>= 1; | |
2430 v8 = _this; | |
2431 if ( !v3[46] ) | |
2432 _this->uAttributes |= 1u; | |
2433 v9 = v8->uAttributes; | |
2434 v77 = 0; | |
2435 a2.y = v9 & 2; | |
2436 if ( pItemsTable->pItems[v8->uItemID].uEquipType == 18 ) | |
2437 v77 = v8->uAdditionalValue; | |
2438 if ( uActiveCharacter ) | |
2439 { | |
2440 if ( !(v9 & 1) ) | |
2441 { | |
2442 v10 = pPlayers[uActiveCharacter]->CanIdentify(_this) == 1; | |
2443 v11 = _this; | |
2444 if ( v10 ) | |
2445 _this->uAttributes |= 1u; | |
2446 v10 = (v11->uAttributes & 1) == 0; | |
2447 v83 = (char *)9; | |
2448 if ( v10 ) | |
2449 { | |
2450 ShowStatusBarString(pGlobalTXT_LocalizationStrings[446], 2u); | |
2451 } | |
2452 else | |
2453 { | |
187 | 2454 v83 = (char *)SPEECH_8; |
0 | 2455 if ( _this->GetValue() < 100 * (pPlayers[uActiveCharacter]->uLevel + 5) ) |
187 | 2456 v83 = (char *)SPEECH_7; |
0 | 2457 } |
2458 if ( dword_4E455C ) | |
2459 { | |
187 | 2460 pPlayers[uActiveCharacter]->PlaySound((PlayerSpeech)(int)v83, 0); |
0 | 2461 dword_4E455C = 0; |
2462 } | |
2463 } | |
2464 _this->UpdateTempBonus(pParty->uTimePlayed); | |
2465 if ( a2.y ) | |
2466 { | |
2467 v10 = pPlayers[uActiveCharacter]->CanRepair(_this) == 1; | |
2468 v12 = _this; | |
2469 if ( v10 ) | |
2470 _this->uAttributes = _this->uAttributes & 0xFFFFFFFD | 1; | |
2471 v10 = (v12->uAttributes & 2) == 0; | |
187 | 2472 v83 = (char *)SPEECH_11; |
0 | 2473 if ( v10 ) |
187 | 2474 v83 = (char *)SPEECH_10; |
0 | 2475 else |
2476 ShowStatusBarString(pGlobalTXT_LocalizationStrings[448], 2u); | |
2477 if ( dword_4E455C ) | |
2478 { | |
187 | 2479 pPlayers[uActiveCharacter]->PlaySound((PlayerSpeech)(int)v83, 0); |
0 | 2480 dword_4E455C = 0; |
2481 } | |
2482 } | |
2483 } | |
2484 v13 = _this->uAttributes; | |
2485 v14 = _this->uAttributes & 1; | |
2486 a2.y = _this->uAttributes & 1; | |
2487 if ( v13 & 2 ) | |
2488 { | |
2489 v79.DrawMessageBox(0); | |
2490 //v15 = &; | |
2491 pRenderer->Clip( | |
2492 v79.uFrameX + 12, | |
2493 v79.uFrameY + 12, | |
2494 v79.uFrameX + v79.uFrameWidth - 12, | |
2495 v79.uFrameY + v79.uFrameHeight - 12); | |
2496 v79.uFrameWidth -= 24; | |
2497 v79.uFrameHeight -= 12; | |
2498 v79.uFrameZ = v79.uFrameX + v79.uFrameWidth - 1; | |
2499 v79.uFrameW = v79.uFrameY + v79.uFrameHeight - 1; | |
2500 pRenderer->_4A6776( | |
2501 v79.uFrameX + v78, | |
2502 v81 + v79.uFrameY + 30, | |
2503 (Texture *)(v5 != -1 ? (int)((char *)pIcons_LOD->pTextures + v75) : 0)); | |
2504 if ( a2.y ) | |
2505 v16 = _this->GetIdentifiedName(); | |
2506 else | |
2507 v16 = (const char *)*((int *)v76 + 2); | |
2508 v79.DrawTitleText(pFontArrus, 0, 0xCu, var88, v16, 3u); | |
2509 v17 = pFontArrus->CalcTextHeight(pGlobalTXT_LocalizationStrings[32], &v79, 0, 0); | |
2510 v57 = 3; | |
2511 v52 = pGlobalTXT_LocalizationStrings[32]; | |
2512 goto LABEL_37; | |
2513 } | |
2514 if ( !v14 ) | |
2515 { | |
2516 v79.DrawMessageBox(0); | |
2517 v15 = pRenderer; | |
2518 pRenderer->Clip( | |
2519 v79.uFrameX + 12, | |
2520 v79.uFrameY + 12, | |
2521 v79.uFrameX + v79.uFrameWidth - 12, | |
2522 v79.uFrameY + v79.uFrameHeight - 12); | |
2523 v79.uFrameWidth -= 24; | |
2524 v79.uFrameHeight -= 12; | |
2525 v79.uFrameZ = v79.uFrameX + v79.uFrameWidth - 1; | |
2526 v79.uFrameW = v79.uFrameY + v79.uFrameHeight - 1; | |
2527 pRenderer->DrawTextureTransparent( | |
2528 v79.uFrameX + v78, | |
2529 v81 + v79.uFrameY + 30, | |
2530 (Texture *)(v5 != -1 ? (int)((char *)pIcons_LOD->pTextures + v75) : 0)); | |
2531 v79.DrawTitleText(pFontArrus, 0, 0xCu, var88, *((const char **)v76 + 2), 3u); | |
2532 v17 = pFontArrus->CalcTextHeight(pGlobalTXT_LocalizationStrings[232], &v79, 0, 0); | |
2533 v57 = 3; | |
2534 v52 = pGlobalTXT_LocalizationStrings[232]; | |
2535 LABEL_37: | |
2536 v18 = v17 >> 1; | |
2537 v19 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0x19u, 0x19u); | |
2538 v79.DrawTitleText(pFontArrus, 0x64u, ((signed int)v79.uFrameHeight >> 1) - v18, v19, v52, v57); | |
2539 goto LABEL_116; | |
2540 } | |
2541 sprintf(a1, pGlobalTXT_LocalizationStrings[463], *((int *)v3 + 2)); | |
2542 strcpy(Dest, ""); | |
2543 strcpy(v64, ""); | |
2544 v20 = v3[28]; | |
2545 if ( (unsigned __int8)v20 <= 1u ) | |
2546 { | |
2547 v58 = (unsigned __int8)v3[31]; | |
2548 v53 = (unsigned __int8)v3[30]; | |
2549 v48 = pGlobalTXT_LocalizationStrings[53]; | |
2550 v45 = (unsigned __int8)v3[32]; | |
2551 v43 = pGlobalTXT_LocalizationStrings[18]; | |
2552 } | |
2553 else | |
2554 { | |
2555 if ( v20 != 2 ) | |
2556 { | |
2557 if ( (unsigned __int8)v20 > 2u ) | |
2558 { | |
2559 if ( (unsigned __int8)v20 <= 0xBu ) | |
2560 { | |
2561 v21 = v3[30]; | |
2562 if ( v21 ) | |
2563 sprintf( | |
2564 Dest, | |
2565 "%s: +%d", | |
2566 pGlobalTXT_LocalizationStrings[11], | |
2567 (unsigned __int8)v21 + (unsigned __int8)v3[32]); | |
2568 } | |
2569 } | |
2570 goto LABEL_50; | |
2571 } | |
2572 v58 = (unsigned __int8)v3[31]; | |
2573 v53 = (unsigned __int8)v3[30]; | |
2574 v48 = pGlobalTXT_LocalizationStrings[53]; | |
2575 v45 = (unsigned __int8)v3[32]; | |
2576 v43 = pGlobalTXT_LocalizationStrings[203]; | |
2577 } | |
2578 sprintf(Dest, "%s: +%d %s: %dd%d", v43, v45, v48, v53, v58); | |
2579 v22 = v3[32]; | |
2580 if ( v22 ) | |
2581 { | |
2582 sprintf(Source, " +%d", (unsigned __int8)v22); | |
2583 strcat(Dest, Source); | |
2584 } | |
2585 LABEL_50: | |
2586 if ( v77 ) | |
2587 goto LABEL_65; | |
2588 v23 = v3[28]; | |
2589 if ( v23 == 14 ) | |
2590 { | |
2591 v24 = _this->_bonus_type; | |
2592 if ( v24 ) | |
2593 goto LABEL_56; | |
2594 LABEL_65: | |
2595 v79.uFrameWidth -= 12; | |
2596 a2.y = 3; | |
2597 v79.uFrameZ = v79.uFrameX + v79.uFrameWidth - 1; | |
2598 v79.uFrameW = v79.uFrameY + v79.uFrameHeight - 1; | |
2599 Str = (char *)(3 * (LOBYTE(pFontArrus->uFontHeight) + 8)); | |
2600 v83 = a1; | |
2601 do | |
2602 { | |
2603 if ( *v83 ) | |
2604 { | |
2605 v27 = v82->CalcTextHeight(v83, &v79, 100, 0); | |
2606 Str += v27 + 3; | |
2607 } | |
2608 v83 += 100; | |
2609 --a2.y; | |
2610 } | |
2611 while ( a2.y ); | |
2612 v28 = (const char *)*((int *)v3 + 3); | |
2613 if ( *v28 ) | |
2614 { | |
2615 v29 = pFontSmallnum->CalcTextHeight(v28, &v79, 100, 0); | |
2616 Str += v29; | |
2617 } | |
2618 v79.uFrameHeight = v73->uTextureHeight + v81 + 54; | |
2619 if ( (signed int)Str > (signed int)v79.uFrameHeight ) | |
2620 v79.uFrameHeight = (unsigned int)Str; | |
2621 if ( _this->uAttributes & 8 && (_this->uAdditionalValue || _this->_bonus_type) ) | |
2622 v79.uFrameHeight += LOBYTE(v82->uFontHeight); | |
2623 v83 = 0; | |
2624 if ( LOBYTE(pFontArrus->uFontHeight) ) | |
2625 { | |
2626 v79.uFrameWidth -= 24; | |
2627 v30 = (char *)LOBYTE(pFontArrus->uFontHeight); | |
2628 v31 = _this->GetIdentifiedName(); | |
2629 if ( pFontArrus->CalcTextHeight(v31, &v79, 0, 0) / (signed int)v30 ) | |
2630 v83 = v30; | |
2631 v79.uFrameWidth += 24; | |
2632 } | |
2633 v79.uFrameWidth += 12; | |
2634 v79.uFrameHeight += (unsigned int)v83; | |
2635 v79.uFrameW = v79.uFrameY + v79.uFrameHeight - 1; | |
2636 v79.uFrameZ = v79.uFrameX + v79.uFrameWidth - 1; | |
2637 v79.DrawMessageBox(0); | |
2638 v15 = pRenderer; | |
2639 pRenderer->Clip( | |
2640 v79.uFrameX + 12, | |
2641 v79.uFrameY + 12, | |
2642 v79.uFrameX + v79.uFrameWidth - 12, | |
2643 v79.uFrameY + v79.uFrameHeight - 12); | |
2644 v79.uFrameWidth -= 12; | |
2645 v32 = v73->uTextureHeight; | |
2646 v33 = v79.uFrameHeight; | |
2647 v79.uFrameHeight -= 12; | |
2648 v79.uFrameZ = v79.uFrameX + v79.uFrameWidth - 1; | |
2649 v79.uFrameW = v79.uFrameY + v79.uFrameHeight - 1; | |
2650 pRenderer->DrawTextureTransparent( | |
2651 v79.uFrameX + v78, | |
2652 v79.uFrameY + (signed int)(v33 - v32) / 2, | |
2653 (Texture *)(v5 != -1 ? (int)((char *)pIcons_LOD->pTextures + v75) : 0)); | |
2654 a2.y = 3; | |
2655 v34 = (int)(v83 + 35); | |
2656 Str = a1; | |
2657 do | |
2658 { | |
2659 if ( *Str ) | |
2660 { | |
2661 v79.DrawText(v82, 100, v34, 0, Str, 0, 0, 0); | |
2662 v34 += v82->CalcTextHeight(Str, &v79, 100, 0) + 3; | |
2663 } | |
2664 Str += 100; | |
2665 --a2.y; | |
2666 } | |
2667 while ( a2.y ); | |
2668 v35 = (const char *)*((int *)v76 + 3); | |
2669 if ( *v35 ) | |
2670 v79.DrawText(pFontSmallnum, 100, v34, 0, v35, 0, 0, 0); | |
2671 v79.uFrameX += 12; | |
2672 v79.uFrameWidth -= 24; | |
2673 v36 = _this->GetIdentifiedName(); | |
2674 v79.DrawTitleText(pFontArrus, 0, 0xCu, var88, v36, 3u); | |
2675 v79.uFrameWidth += 24; | |
2676 v79.uFrameX -= 12; | |
2677 if ( v77 ) | |
2678 { | |
2679 sprintf(pTmpBuf, "%s: %lu", pGlobalTXT_LocalizationStrings[465], v77); | |
2680 v40 = v82; | |
2681 v61 = 0; | |
2682 v56 = 0; | |
2683 v51 = 0; | |
2684 v47 = pTmpBuf; | |
2685 v44 = 0; | |
2686 v42 = v79.uFrameHeight - LOBYTE(v82->uFontHeight); | |
2687 v41 = 100; | |
2688 } | |
2689 else | |
2690 { | |
2691 if ( _this->uAttributes & 8 && (_this->uAdditionalValue || _this->_bonus_type) ) | |
2692 { | |
2693 sub_493F79((stru351 *)&v67, _this->uExpireTime - pParty->uTimePlayed); | |
2694 strcpy(pTmpBuf, "Duration:"); | |
2695 Str = (char *)(v72 - 1168); | |
2696 if ( v72 != 1168 ) | |
2697 { | |
2698 sprintf(v65, " %d:yr", v72 - 1168); | |
2699 strcat(pTmpBuf, v65); | |
2700 } | |
2701 if ( (((v71 || Str) && ((sprintf(v65, " %d:mo", v71), strcat(pTmpBuf, v65), v71) || Str) || v70) | |
2702 && ((sprintf(v65, " %d:dy", v70), strcat(pTmpBuf, v65), v71) || Str || v70) | |
2703 || v69) | |
2704 && ((sprintf(v65, " %d:hr", v69), strcat(pTmpBuf, v65), v71) || Str || v70 || v69) | |
2705 || v68 ) | |
2706 { | |
2707 sprintf(v65, " %d:mn", v68); | |
2708 strcat(pTmpBuf, v65); | |
2709 } | |
2710 v79.DrawText(v82, 100, v79.uFrameHeight - 2 * LOBYTE(v82->uFontHeight), 0, pTmpBuf, 0, 0, 0); | |
2711 } | |
2712 v37 = _this->GetValue(); | |
2713 sprintf(pTmpBuf, "%s: %lu", pGlobalTXT_LocalizationStrings[465], v37); | |
2714 v79.DrawText(v82, 100, v79.uFrameHeight - LOBYTE(v82->uFontHeight), 0, pTmpBuf, 0, 0, 0); | |
2715 v38 = _this->uAttributes; | |
2716 if ( BYTE1(v38) & 1 ) | |
2717 { | |
2718 v61 = 0; | |
2719 v56 = 0; | |
2720 v51 = 0; | |
2721 v47 = pGlobalTXT_LocalizationStrings[187]; | |
2722 } | |
2723 else | |
2724 { | |
2725 if ( !(BYTE1(v38) & 2) ) | |
2726 goto LABEL_116; | |
2727 v61 = 0; | |
2728 v56 = 0; | |
2729 v51 = 0; | |
2730 v47 = pGlobalTXT_LocalizationStrings[651]; | |
2731 } | |
2732 LOWORD(v38) = LOWORD(pRenderer->uTargetRMask); | |
2733 v44 = v38; | |
2734 v42 = v79.uFrameHeight - LOBYTE(v82->uFontHeight); | |
2735 v39 = v82->GetLineWidth(pTmpBuf); | |
2736 v40 = v82; | |
2737 v41 = v39 + 132; | |
2738 } | |
2739 v79.DrawText(v40, v41, v42, v44, v47, v51, v56, v61); | |
2740 LABEL_116: | |
2741 pRenderer->ResetClip(); | |
2742 if ( !areWeLoadingTexture ) | |
2743 { | |
2744 v73->Release(); | |
2745 pIcons_LOD->_40F9C5(); | |
2746 } | |
2747 return; | |
2748 } | |
2749 if ( v23 == 13 ) | |
2750 { | |
2751 v24 = pItemsTable->pItems[_this->uItemID].uDamageDice; | |
2752 LABEL_56: | |
2753 v59 = v24; | |
2754 v54 = pGlobalTXT_LocalizationStrings[449]; | |
2755 v49 = "%s: %d"; | |
2756 LABEL_64: | |
2757 sprintf(v64, v49, v54, v59); | |
2758 goto LABEL_65; | |
2759 } | |
2760 v25 = _this->_bonus_type; | |
2761 if ( v25 ) | |
2762 { | |
2763 v60 = _this->_bonus_strength; | |
2764 v55 = *((int *)&pItemsTable->pItems[799].uDamageMod + 5 * v25); | |
2765 v50 = pGlobalTXT_LocalizationStrings[210]; | |
2766 v46 = "%s: %s +%d"; | |
2767 } | |
2768 else | |
2769 { | |
2770 v26 = _this->uAdditionalValue; | |
2771 if ( !v26 ) | |
2772 { | |
2773 if ( _this->uNumCharges ) | |
2774 { | |
2775 v59 = _this->uNumCharges; | |
2776 v54 = pGlobalTXT_LocalizationStrings[464]; | |
2777 v49 = "%s: %lu"; | |
2778 goto LABEL_64; | |
2779 } | |
2780 goto LABEL_65; | |
2781 } | |
2782 v60 = _this->_bonus_strength; | |
222 | 2783 v55 = *((int *)&pItemsTable->pEnchantments[23].pBonusStat + 7 * v26); |
0 | 2784 v50 = pGlobalTXT_LocalizationStrings[210]; |
2785 v46 = "%s: %s"; | |
2786 } | |
2787 sprintf(v64, v46, v50, v55, v60); | |
2788 goto LABEL_65; | |
2789 } | |
2790 } | |
2791 // 4E455C: using guessed type int dword_4E455C; | |
2792 // 506128: using guessed type int areWeLoadingTexture; | |
2793 | |
2794 //----- (0041E360) -------------------------------------------------------- | |
2795 char *__fastcall MonsterPopup_Draw(unsigned int uActorID, GUIWindow *edx0) | |
2796 { | |
2797 unsigned int v2; // esi@1 | |
2798 Actor *v3; // esi@3 | |
2799 int v4; // eax@3 | |
2800 unsigned int v5; // ecx@3 | |
2801 NPCData *v6; // eax@3 | |
2802 unsigned __int16 v7; // cx@3 | |
2803 int v8; // eax@4 | |
2804 unsigned __int16 v9; // dx@4 | |
2805 SpriteFrame *v10; // edi@17 | |
243 | 2806 LODSprite *v11; // esi@17 |
0 | 2807 unsigned int v12; // ecx@17 |
2808 Sprite *v13; // edi@18 | |
2809 int v14; // ecx@18 | |
2810 int v15; // edx@18 | |
2811 int v16; // edx@18 | |
2812 int v17; // eax@18 | |
2813 unsigned int v18; // ecx@19 | |
2814 unsigned int v19; // eax@21 | |
2815 char *v20; // esi@28 | |
2816 int v21; // edx@29 | |
2817 unsigned __int16 *v22; // ecx@29 | |
2818 int v23; // eax@29 | |
2819 int v24; // eax@32 | |
2820 int v25; // esi@32 | |
2821 char *v26; // edx@34 | |
2822 unsigned __int8 v27; // sf@36 | |
2823 unsigned __int8 v28; // of@36 | |
2824 int v29; // esi@40 | |
2825 char *v30; // ecx@40 | |
2826 int v31; // eax@40 | |
2827 int v32; // esi@43 | |
2828 unsigned __int16 v33; // ax@45 | |
2829 int v34; // edx@45 | |
2830 int v35; // eax@45 | |
2831 int v36; // eax@49 | |
2832 char *v37; // eax@52 | |
2833 int v38; // eax@55 | |
2834 unsigned __int16 v39; // ax@59 | |
2835 SpellBuff *v40; // eax@60 | |
2836 int v41; // edi@61 | |
2837 unsigned int v42; // eax@61 | |
2838 int v43; // eax@62 | |
2839 int v44; // eax@63 | |
2840 signed int v45; // edi@65 | |
2841 unsigned __int16 v46; // ax@73 | |
2842 Player *v47; // ecx@77 | |
2843 unsigned int v48; // eax@85 | |
2844 GUIFont *v49; // edi@90 | |
2845 int v50; // edi@90 | |
2846 SpellBuff *v51; // eax@91 | |
2847 char *v52; // ecx@98 | |
2848 char *v53; // ecx@101 | |
2849 char *v54; // ST0C_4@118 | |
2850 unsigned int v55; // eax@118 | |
2851 GUIFont *v56; // edi@124 | |
2852 unsigned __int8 v57; // al@128 | |
2853 int v58; // eax@132 | |
2854 Actor *v59; // ecx@133 | |
2855 unsigned __int8 v60; // dl@138 | |
2856 char *v62; // eax@147 | |
2857 int v63; // eax@152 | |
2858 char *result; // eax@152 | |
2859 int v65; // eax@155 | |
2860 const char *v66; // [sp-10h] [bp-1FCh]@121 | |
2861 const char *v67; // [sp-10h] [bp-1FCh]@125 | |
2862 const char *v68; // [sp-10h] [bp-1FCh]@142 | |
2863 int v69; // [sp-Ch] [bp-1F8h]@121 | |
2864 char *v70; // [sp-Ch] [bp-1F8h]@125 | |
2865 char *v71; // [sp-Ch] [bp-1F8h]@142 | |
2866 char *v72; // [sp-8h] [bp-1F4h]@54 | |
2867 int v73; // [sp-8h] [bp-1F4h]@79 | |
2868 int v74; // [sp-8h] [bp-1F4h]@121 | |
2869 int v75; // [sp-8h] [bp-1F4h]@125 | |
2870 int v76; // [sp-8h] [bp-1F4h]@142 | |
2871 size_t v77; // [sp-4h] [bp-1F0h]@54 | |
2872 unsigned int v78; // [sp-4h] [bp-1F0h]@121 | |
2873 unsigned int v79; // [sp-4h] [bp-1F0h]@125 | |
2874 char *v80; // [sp-4h] [bp-1F0h]@142 | |
2875 char *v81; // [sp-4h] [bp-1F0h]@148 | |
2876 DDBLTFX Dst; // [sp+Ch] [bp-1E0h]@18 | |
2877 DDSURFACEDESC2 pDesc; // [sp+70h] [bp-17Ch]@18 | |
2878 RECT v84; // [sp+ECh] [bp-100h]@26 | |
241 | 2879 char *v85[10]; // [sp+FCh] [bp-F0h]@145 |
2880 char *v95[11]; // [sp+124h] [bp-C8h]@127 | |
0 | 2881 RenderBillboardTransform_local0 v106; // [sp+150h] [bp-9Ch]@3 |
2882 unsigned int v107; // [sp+1A0h] [bp-4Ch]@18 | |
2883 unsigned __int16 *v108; // [sp+1A4h] [bp-48h]@34 | |
2884 unsigned int v109; // [sp+1A8h] [bp-44h]@32 | |
2885 LPVOID v110; // [sp+1ACh] [bp-40h]@28 | |
2886 unsigned int v111; // [sp+1B0h] [bp-3Ch]@29 | |
2887 char **v112; // [sp+1B4h] [bp-38h]@3 | |
2888 IDirectDrawSurface *v222; // [sp+1B8h] [bp-34h]@18 | |
2889 unsigned __int8 v114; // [sp+1BFh] [bp-2Dh]@133 | |
2890 int v115; // [sp+1C0h] [bp-2Ch]@3 | |
2891 unsigned int v116; // [sp+1C4h] [bp-28h]@18 | |
2892 int i; // [sp+1C8h] [bp-24h]@18 | |
2893 Player *a2; // [sp+1CCh] [bp-20h]@28 | |
2894 int v119; // [sp+1D0h] [bp-1Ch]@18 | |
2895 SpellBuff *v120; // [sp+1D4h] [bp-18h]@18 | |
2896 Actor *v121; // [sp+1D8h] [bp-14h]@3 | |
2897 int a5; // [sp+1DCh] [bp-10h]@3 | |
2898 GUIWindow *a1; // [sp+1E0h] [bp-Ch]@1 | |
2899 int v124; // [sp+1E4h] [bp-8h]@18 | |
2900 char *a4; // [sp+1E8h] [bp-4h]@18 | |
2901 | |
2902 a1 = edx0; | |
2903 v2 = uActorID; | |
2904 | |
2905 static Actor pMonsterInfoUI_Doll; | |
2906 /*if ( !(bMonsterInfoUI_bDollInitialized & 1) ) | |
2907 { | |
2908 bMonsterInfoUI_bDollInitialized |= 1u; | |
2909 Actor::Actor(&pMonsterInfoUI_Doll); | |
2910 atexit(nullsub_3); | |
2911 }*/ | |
2912 v106.uParentBillboardID = -1; | |
2913 v3 = &pActors[v2]; | |
2914 v121 = v3; | |
2915 v4 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xE1u, 0xFFu, 0x9Bu); | |
2916 v5 = v3->uNPC_ID; | |
2917 a5 = v4; | |
2918 v6 = GetNPCData(v5); | |
2919 v7 = v3->pMonsterInfo.uID; | |
2920 v112 = (char **)v6; | |
2921 v115 = byte_4E2B70[((signed __int16)v7 - 1) / 3] - 40; | |
2922 if ( v7 == pMonsterInfoUI_Doll.pMonsterInfo.uID ) | |
2923 { | |
2924 v9 = pMonsterInfoUI_Doll.uCurrentActionLength; | |
2925 } | |
2926 else | |
2927 { | |
2928 memcpy(&pMonsterInfoUI_Doll, v3, sizeof(pMonsterInfoUI_Doll)); | |
2929 pMonsterInfoUI_Doll.uCurrentActionAnimation = 7; | |
2930 pMonsterInfoUI_Doll.uCurrentActionTime = 0; | |
2931 v8 = rand(); | |
2932 v3 = v121; | |
2933 v9 = v8 % 256 + 128; | |
2934 pMonsterInfoUI_Doll.uCurrentActionLength = v8 % 256 + 128; | |
2935 } | |
2936 if ( (signed int)pMonsterInfoUI_Doll.uCurrentActionTime > (signed __int16)v9 ) | |
2937 { | |
2938 pMonsterInfoUI_Doll.uCurrentActionTime = 0; | |
2939 if ( pMonsterInfoUI_Doll.uCurrentActionAnimation == 7 || pMonsterInfoUI_Doll.uCurrentActionAnimation == 2 ) | |
2940 { | |
2941 pMonsterInfoUI_Doll.uCurrentActionAnimation = 0; | |
2942 pMonsterInfoUI_Doll.uCurrentActionLength = rand() % 128 + 128; | |
2943 } | |
2944 else | |
2945 { | |
2946 rand(); | |
2947 pMonsterInfoUI_Doll.uCurrentActionAnimation = 7; | |
2948 if ( (pMonsterInfoUI_Doll.pMonsterInfo.uID < 115 || pMonsterInfoUI_Doll.pMonsterInfo.uID > 186) | |
2949 && (pMonsterInfoUI_Doll.pMonsterInfo.uID < 232 || pMonsterInfoUI_Doll.pMonsterInfo.uID > 249) | |
2950 && rand() % 30 < 100 ) | |
2951 pMonsterInfoUI_Doll.uCurrentActionAnimation = 2; | |
2952 pMonsterInfoUI_Doll.uCurrentActionLength = 8 | |
2953 * pSpriteFrameTable->pSpriteSFrames[v3->pSpriteIDs[(signed __int16)pMonsterInfoUI_Doll.uCurrentActionAnimation]].uAnimLength; | |
2954 } | |
2955 } | |
2956 v10 = pSpriteFrameTable->GetFrame( | |
2957 v3->pSpriteIDs[(signed __int16)pMonsterInfoUI_Doll.uCurrentActionAnimation], | |
2958 pMonsterInfoUI_Doll.uCurrentActionTime); | |
243 | 2959 v11 = pSprites_LOD[v10->pHwSpriteIDs[0]].pSpriteHeaders;//40 * v10->pHwSpriteIDs[0] + 7218180; |
0 | 2960 v106.pTarget = pRenderer->pTargetSurface; |
2961 v106.pTargetZ = pRenderer->pActiveZBuffer; | |
2962 v106.uTargetPitch = pRenderer->uTargetSurfacePitch; | |
2963 v12 = a1->uFrameY + 52; | |
2964 v106.uViewportX = a1->uFrameX + 13; | |
2965 v106.uViewportY = v12; | |
2966 v106.uViewportW = v12 + 128; | |
2967 v106.uViewportZ = v106.uViewportX + 128; | |
2968 v106.uScreenSpaceX = (signed int)(v106.uViewportX + 128 + v106.uViewportX) / 2; | |
144
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
141
diff
changeset
|
2969 v106._screenspace_x_scaler_packedfloat = 65536; |
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
141
diff
changeset
|
2970 v106._screenspace_y_scaler_packedfloat = 65536; |
243 | 2971 v106.uScreenSpaceY = v115 + v12 + v11->uHeight; |
0 | 2972 v106.pPalette = PaletteManager::Get_Dark_or_Red_LUT(v10->uPaletteIndex, 0, 1); |
2973 v106.sZValue = 0; | |
2974 v106.uFlags = 0; | |
2975 pRenderer->Clip_v2(0, 0, 0x27Fu, 0x1DFu); | |
2976 pRenderer->Line2D(v106.uViewportX - 1, v106.uViewportY - 1, v106.uViewportX + 129, v106.uViewportY - 1, a5); | |
2977 pRenderer->Line2D( | |
2978 v106.uViewportX + 129, | |
2979 v106.uViewportY - 1, | |
2980 v106.uViewportX + 129, | |
2981 v106.uViewportW + 1, | |
2982 a5); | |
2983 pRenderer->Line2D(v106.uViewportX + 129, v106.uViewportW + 1, v106.uViewportX - 1, v106.uViewportW + 1, a5); | |
2984 pRenderer->Line2D(v106.uViewportX - 1, v106.uViewportW + 1, v106.uViewportX - 1, v106.uViewportY - 1, a5); | |
2985 if ( pRenderer->pRenderD3D ) | |
2986 { | |
2987 v13 = &pSprites_LOD->pHardwareSprites[v10->pHwSpriteIDs[0]]; | |
2988 v106.uScreenSpaceY = v115 + v106.uViewportY + v13->uBufferHeight; | |
2989 v222 = (IDirectDrawSurface *)v13->pTextureSurface; | |
2990 memset(&Dst, 0, 0x64u); | |
2991 Dst.dwSize = 100; | |
2992 Dst.dwFillColor = 0; | |
2993 memset(&pDesc, 0, 0x7Cu); | |
2994 pDesc.dwSize = 124; | |
2995 v222->GetSurfaceDesc((LPDDSURFACEDESC)&pDesc); | |
2996 v14 = v13->uBufferHeight; | |
2997 v120 = (SpellBuff *)v13->uBufferWidth; | |
2998 v107 = 0; | |
2999 v15 = v13->uAreaX; | |
3000 v119 = (signed int)v120 / 2; | |
3001 i = 0; | |
3002 a4 = (char *)(v106.uScreenSpaceX + v15 - (signed int)v120 / 2); | |
3003 v115 = v13->uAreaY; | |
3004 v16 = v13->uAreaWidth + (signed int)v120 / 2 + v15 - (int)v120; | |
3005 v124 = v106.uScreenSpaceY + v115 - v14; | |
3006 v17 = v13->uAreaHeight + v115 - v14; | |
3007 v116 = v106.uScreenSpaceX + v16; | |
3008 v119 = v106.uScreenSpaceY + v17; | |
3009 if ( (signed int)a4 < (signed int)v106.uViewportX ) | |
3010 { | |
3011 v18 = v106.uViewportX - (int)a4; | |
3012 a4 = (char *)v106.uViewportX; | |
3013 v107 = v18; | |
3014 } | |
3015 if ( v124 < (signed int)v106.uViewportY ) | |
3016 { | |
3017 v19 = v106.uViewportY - v124; | |
3018 v124 = v106.uViewportY; | |
3019 i = v19; | |
3020 } | |
3021 if ( (signed int)v116 > (signed int)v106.uViewportZ ) | |
3022 v116 = v106.uViewportZ; | |
3023 if ( v119 > (signed int)v106.uViewportW ) | |
3024 v119 = v106.uViewportW; | |
3025 pRenderer->FillRectFast( | |
3026 v106.uViewportX, | |
3027 v106.uViewportY, | |
3028 v106.uViewportZ - v106.uViewportX, | |
3029 v106.uViewportW - v106.uViewportY, | |
3030 pRenderer->uTargetBMask | pRenderer->uTargetGMask); | |
3031 pRenderer->FillRectFast( | |
3032 v106.uViewportX, | |
3033 v106.uViewportY, | |
3034 v106.uViewportZ - v106.uViewportX, | |
3035 v106.uViewportW - v106.uViewportY, | |
3036 pRenderer->uTargetBMask | pRenderer->uTargetGMask); | |
3037 v84.left = v106.uViewportX; | |
3038 v84.top = v106.uViewportY; | |
3039 v84.right = v106.uViewportZ; | |
3040 v84.bottom = v106.uViewportW; | |
3041 ErrD3D(pRenderer->pBackBuffer4->Blt(&v84, 0, 0, 16778240u, &Dst)); | |
3042 if ( pRenderer->uTargetGBits == 5 ) | |
3043 { | |
3044 memset(&pDesc, 0, 0x7Cu); | |
3045 pDesc.dwSize = 124; | |
242 | 3046 if ( pRenderer->LockSurface_DDraw4((IDirectDrawSurface4 *)v222, &pDesc, DDLOCK_WAIT)) |
3047 { | |
3048 v20 = (char *)v124; | |
3049 v110 = pDesc.lpSurface; | |
3050 a2 = (Player *)v124; | |
3051 if ( v124 < v119 ) | |
3052 { | |
3053 v111 = 2 * pRenderer->uTargetSurfacePitch; | |
3054 v21 = (int)a4; | |
3055 v22 = &pRenderer->pTargetSurface[(int)&a4[v124 * pRenderer->uTargetSurfacePitch]]; | |
3056 v23 = i - v124; | |
3057 v120 = (SpellBuff *)&pRenderer->pTargetSurface[(int)&a4[v124 * pRenderer->uTargetSurfacePitch]]; | |
3058 v115 = i - v124; | |
3059 while ( 1 ) | |
3060 { | |
3061 v124 = v21; | |
3062 if ( v21 < (signed int)v116 ) | |
3063 { | |
3064 v24 = (int)&v20[v23]; | |
3065 v25 = v107 - v21; | |
3066 v109 = v24; | |
3067 for ( i = v107 - v21; ; v25 = i ) | |
3068 { | |
3069 v108 = (unsigned __int16 *)((pDesc.lPitch >> 1) * pDesc.dwHeight * v109 / v13->uAreaHeight); | |
3070 v26 = (char *)v108 + pDesc.dwWidth * (v25 + v124++) / v13->uAreaWidth; | |
3071 *v22 = *((short *)v110 + (int)v26); | |
3072 ++v22; | |
3073 if ( v124 >= (signed int)v116 ) | |
3074 break; | |
3075 } | |
3076 v23 = v115; | |
3077 } | |
3078 v22 = (unsigned __int16 *)((char *)v120 + v111); | |
3079 v20 = (char *)&a2->pConditions[0] + 1; | |
3080 v28 = __OFSUB__((int)&a2->pConditions[0] + 1, v119); | |
3081 v27 = (signed int)((char *)&a2->pConditions[0] + -v119 + 1) < 0; | |
3082 a2 = (Player *)((char *)a2 + 1); | |
3083 v120 = (SpellBuff *)((char *)v120 + v111); | |
3084 if ( !(v27 ^ v28) ) | |
3085 break; | |
3086 v21 = (int)a4; | |
3087 } | |
3088 } | |
3089 v222->Unlock(0); | |
3090 } | |
3091 } | |
3092 else | |
3093 { | |
3094 memset(&pDesc, 0, 0x7Cu); | |
3095 pDesc.dwSize = 124; | |
3096 if ( pRenderer->LockSurface_DDraw4((IDirectDrawSurface4 *)v222, &pDesc, DDLOCK_WAIT) ) | |
3097 { | |
3098 v108 = (unsigned __int16 *)pDesc.lpSurface; | |
3099 a2 = (Player *)v124; | |
3100 if ( v124 < v119 ) | |
3101 { | |
3102 v109 = 2 * pRenderer->uTargetSurfacePitch; | |
3103 v29 = (int)a4; | |
3104 v30 = (char *)&pRenderer->pTargetSurface[(int)&a4[v124 * pRenderer->uTargetSurfacePitch]]; | |
3105 v31 = i - v124; | |
3106 v120 = (SpellBuff *)&pRenderer->pTargetSurface[(int)&a4[v124 * pRenderer->uTargetSurfacePitch]]; | |
3107 v115 = i - v124; | |
3108 while ( 1 ) | |
3109 { | |
3110 v124 = v29; | |
3111 if ( v29 < (signed int)v116 ) | |
3112 { | |
3113 v32 = v107 - (int)a4; | |
3114 v111 = (unsigned int)((char *)a2 + v31); | |
3115 for ( i = v107 - (int)a4; ; v32 = i ) | |
3116 { | |
3117 v110 = (LPVOID)((pDesc.lPitch >> 1) * pDesc.dwHeight * v111 / v13->uAreaHeight); | |
3118 v33 = v108[(int)((char *)v110 + pDesc.dwWidth * (v32 + v124) / v13->uAreaWidth)]; | |
3119 v34 = v33 & 0x1F | 2 | |
3120 * (unsigned __int16)(v108[(int)((char *)v110 | |
3121 + pDesc.dwWidth * (v32 + v124++) / v13->uAreaWidth)] & 0xFFE0); | |
3122 v35 = v124; | |
3123 *(short *)v30 = v34; | |
3124 v30 += 2; | |
3125 if ( v35 >= (signed int)v116 ) | |
3126 break; | |
3127 } | |
3128 v31 = v115; | |
3129 } | |
3130 a2 = (Player *)((char *)a2 + 1); | |
3131 v30 = (char *)v120 + v109; | |
3132 v120 = (SpellBuff *)((char *)v120 + v109); | |
3133 if ( (signed int)a2 >= v119 ) | |
3134 break; | |
3135 v29 = (int)a4; | |
3136 } | |
3137 } | |
3138 v222->Unlock(0); | |
3139 } | |
3140 } | |
0 | 3141 } |
3142 else | |
3143 { | |
3144 pRenderer->FillRectFast( | |
3145 v106.uViewportX, | |
3146 v106.uViewportY, | |
3147 v106.uViewportZ - v106.uViewportX, | |
3148 v106.uViewportW - v106.uViewportY, | |
3149 0); | |
3150 v36 = v10->pHwSpriteIDs[0]; | |
3151 if ( v36 >= 0 ) | |
3152 pSprites_LOD->pSpriteHeaders[v36]._4ACC38(&v106, 0); | |
3153 } | |
3154 if ( v121->uNPC_ID ) | |
3155 { | |
3156 v37 = v112[6]; | |
3157 if ( v37 ) | |
3158 { | |
3159 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[429], *v112, aNPCProfessionNames[(signed int)v37]); | |
242 | 3160 } |
3161 else | |
3162 { | |
3163 v77 = 2000; | |
3164 v72 = *v112; | |
3165 } | |
0 | 3166 } |
3167 else | |
3168 { | |
3169 v38 = v121->dword_000334_unique_name; | |
3170 v77 = 2000; | |
3171 if ( v38 ) | |
237 | 3172 v72 = pMonsterStats->pPlaceStrings[v38]; |
0 | 3173 else |
3174 v72 = pMonsterStats->pInfos[v121->pMonsterInfo.uID].pName; | |
3175 } | |
242 | 3176 if(!v121->uNPC_ID || (v121->uNPC_ID && !v37)) |
3177 strncpy(pTmpBuf, v72, v77); | |
0 | 3178 v39 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xFFu, 0xFFu, 0x9Bu); |
3179 a1->DrawTitleText(pFontComic, 0, 0xCu, v39, pTmpBuf, 3u); | |
3180 Actor::DrawHealthBar(v121, a1); | |
3181 v119 = 0; | |
3182 pMonsterInfoUI_Doll.uCurrentActionTime += pMiscTimer->uTimeElapsed; | |
3183 v115 = 0; | |
3184 v116 = 0; | |
3185 i = 0; | |
3186 v112 = 0; | |
3187 if ( !uActiveCharacter ) | |
3188 { | |
3189 v45 = 1; | |
242 | 3190 } |
3191 else | |
3192 { | |
3193 LOBYTE(v40) = pPlayers[uActiveCharacter]->GetActualSkillLevel(PLAYER_SKILL_MONSTER_ID); | |
3194 v120 = v40; | |
3195 if ( !v40 ) | |
3196 v45 = 1; | |
3197 else | |
3198 { | |
3199 v41 = (unsigned __int8)v40 & 0x3F; | |
3200 v42 = SkillToMastery((unsigned __int16)v40) - 1; | |
3201 if ( !v42 ) | |
3202 { | |
3203 if ( v41 + 10 >= v121->pMonsterInfo.uLevel ) | |
3204 { | |
3205 v45 = 1; | |
3206 v119 = 1; | |
3207 } | |
3208 else | |
3209 v45 = 1; | |
3210 } | |
3211 else | |
3212 { | |
3213 v43 = v42 - 1; | |
3214 if ( !v43 ) | |
3215 { | |
3216 if ( 2 * v41 + 10 >= v121->pMonsterInfo.uLevel ) | |
3217 { | |
3218 v45 = 1; | |
3219 v119 = 1; | |
3220 v116 = 1; | |
3221 } | |
3222 else | |
3223 v45 = 1; | |
3224 } | |
3225 else | |
3226 { | |
3227 v44 = v43 - 1; | |
3228 if ( !v44 ) | |
3229 { | |
3230 if ( 3 * v41 + 10 >= v121->pMonsterInfo.uLevel ) | |
3231 { | |
3232 v45 = 1; | |
3233 v119 = 1; | |
3234 v116 = 1; | |
3235 i = 1; | |
3236 } | |
3237 else | |
3238 { | |
3239 v45 = 1; | |
3240 } | |
3241 } | |
3242 else | |
3243 { | |
3244 if ( v44 != 1 ) | |
3245 v45 = 1; | |
3246 else | |
3247 { | |
3248 v45 = 1; | |
3249 v119 = 1; | |
3250 v116 = 1; | |
3251 i = 1; | |
3252 v112 = (char **)1; | |
3253 } | |
3254 } | |
3255 } | |
3256 } | |
3257 } | |
3258 // LABEL_73: | |
3259 v46 = v121->uAIState; | |
3260 if ( v46 != 5 && v46 != 4 && !dword_507BF0_is_there_popup_onscreen && v120 ) | |
3261 { | |
3262 v47 = pPlayers[uActiveCharacter]; | |
3263 if ( v119 | v116 | i | (unsigned int)v112 ) | |
3264 { | |
3265 if ( v121->pMonsterInfo.uLevel >= v47->uLevel - 5 ) | |
3266 v73 = SPEECH_105; | |
3267 else | |
3268 v73 = SPEECH_104; | |
3269 } | |
3270 else | |
3271 { | |
3272 v73 = SPEECH_106; | |
3273 } | |
3274 v47->PlaySound((PlayerSpeech)v73, 0); | |
3275 } | |
3276 } | |
0 | 3277 a2 = pParty->pPlayers; |
3278 do | |
3279 { | |
3280 LOBYTE(v48) = a2->GetActualSkillLevel(PLAYER_SKILL_MONSTER_ID); | |
3281 v111 = v48; | |
3282 v120 = (SpellBuff *)138; | |
3283 do | |
3284 { | |
3285 if ( (signed int)SkillToMastery(v111) >= 3 ) | |
3286 v115 = v45; | |
3287 v120 = (SpellBuff *)((char *)v120 - 1); | |
3288 } | |
3289 while ( v120 ); | |
3290 ++a2; | |
3291 } | |
3292 while ( (signed int)a2 < (signed int)pParty->pHirelings ); | |
3293 v49 = pFontSmallnum; | |
3294 a2 = (Player *)pFontSmallnum; | |
3295 a1->DrawText(pFontSmallnum, 12, 196, a5, pGlobalTXT_LocalizationStrings[631], 0, 0, 0); | |
3296 v50 = LOBYTE(v49->uFontHeight) + 193; | |
3297 if ( !v115 ) | |
3298 { | |
3299 v78 = 0; | |
3300 v74 = 0; | |
3301 v69 = 0; | |
3302 v66 = pGlobalTXT_LocalizationStrings[630]; | |
3303 goto LABEL_123; | |
3304 } | |
3305 a4 = 0; | |
3306 v51 = &v121->pActorBuffs[1]; | |
3307 v222 = 0; | |
3308 v120 = &v121->pActorBuffs[1]; | |
3309 do | |
3310 { | |
3311 if ( (signed __int64)v51->uExpireTime > 0 ) | |
3312 { | |
3313 switch ( (int)v51 ) | |
3314 { | |
3315 case 0u: | |
3316 v124 = 60; | |
3317 a4 = pGlobalTXT_LocalizationStrings[591]; | |
3318 break; | |
3319 case 1u: | |
3320 v124 = 82; | |
3321 a4 = pGlobalTXT_LocalizationStrings[649]; | |
3322 break; | |
3323 case 2u: | |
3324 v124 = 92; | |
3325 a4 = pGlobalTXT_LocalizationStrings[592]; | |
3326 break; | |
3327 case 3u: | |
3328 v124 = 63; | |
3329 a4 = pGlobalTXT_LocalizationStrings[4]; | |
3330 break; | |
3331 case 4u: | |
3332 v52 = pGlobalTXT_LocalizationStrings[220]; | |
3333 goto LABEL_100; | |
3334 case 5u: | |
3335 v52 = pGlobalTXT_LocalizationStrings[162]; | |
3336 LABEL_100: | |
3337 a4 = v52; | |
3338 v124 = 81; | |
3339 break; | |
3340 case 6u: | |
3341 v53 = pGlobalTXT_LocalizationStrings[593]; | |
3342 v124 = 35; | |
3343 goto LABEL_103; | |
3344 case 8u: | |
3345 v53 = pGlobalTXT_LocalizationStrings[608]; | |
3346 v124 = 62; | |
3347 LABEL_103: | |
3348 a4 = v53; | |
3349 break; | |
3350 case 7u: | |
3351 case 9u: | |
3352 a4 = 0; | |
3353 v124 = 0; | |
3354 goto LABEL_119; | |
3355 case 0xAu: | |
3356 v124 = 47; | |
3357 a4 = pGlobalTXT_LocalizationStrings[221]; | |
3358 break; | |
3359 case 0xBu: | |
3360 v124 = 66; | |
3361 a4 = pGlobalTXT_LocalizationStrings[607]; | |
3362 break; | |
3363 case 0xCu: | |
3364 v124 = 85; | |
3365 a4 = pGlobalTXT_LocalizationStrings[610]; | |
3366 break; | |
3367 case 0xDu: | |
3368 v124 = 86; | |
3369 a4 = pGlobalTXT_LocalizationStrings[609]; | |
3370 break; | |
3371 case 0xEu: | |
3372 v124 = 17; | |
3373 a4 = pGlobalTXT_LocalizationStrings[279]; | |
3374 break; | |
3375 case 0xFu: | |
3376 v124 = 38; | |
3377 a4 = pGlobalTXT_LocalizationStrings[442]; | |
3378 break; | |
3379 case 0x10u: | |
3380 v124 = 46; | |
3381 a4 = pGlobalTXT_LocalizationStrings[443]; | |
3382 break; | |
3383 case 0x11u: | |
3384 v124 = 51; | |
3385 a4 = pGlobalTXT_LocalizationStrings[440]; | |
3386 break; | |
3387 case 0x12u: | |
3388 v124 = 5; | |
3389 a4 = pGlobalTXT_LocalizationStrings[441]; | |
3390 break; | |
3391 case 0x13u: | |
3392 v124 = 95; | |
3393 a4 = pGlobalTXT_LocalizationStrings[229]; | |
3394 break; | |
3395 case 0x14u: | |
3396 v124 = 73; | |
3397 a4 = pGlobalTXT_LocalizationStrings[228]; | |
3398 break; | |
3399 default: | |
3400 a4 = 0; | |
3401 break; | |
3402 } | |
3403 if ( a4 ) | |
3404 { | |
3405 v54 = a4; | |
3406 v55 = GetSpellColor(v124); | |
3407 a1->DrawText((GUIFont *)a2, 28, v50, v55, v54, 0, 0, 0); | |
3408 v50 = v50 + BYTE5(a2->pConditions[0]) - 3; | |
3409 v51 = v120; | |
3410 } | |
3411 } | |
3412 LABEL_119: | |
3413 ++v51; | |
3414 v222 = (IDirectDrawSurface *)((char *)v222 + 1); | |
3415 v120 = v51; | |
3416 | |
3417 __debugbreak(); // fix condition | |
3418 } | |
3419 //while ( (signed int)((char *)&v222->lpVtbl + 1) < 22 ); | |
3420 while (true); | |
3421 if ( !a4 ) | |
3422 { | |
3423 v78 = 0; | |
3424 v74 = 0; | |
3425 v69 = 0; | |
3426 v66 = pGlobalTXT_LocalizationStrings[153]; | |
3427 LABEL_123: | |
3428 a1->DrawText((GUIFont *)a2, 28, v50, a5, v66, v69, v74, v78); | |
3429 } | |
3430 v56 = pFontSmallnum; | |
3431 a4 = (char *)v106.uViewportY; | |
3432 if ( v119 ) | |
3433 { | |
241 | 3434 sprintf(pTmpBuf, "%s\f%05u\t100%d\n", pGlobalTXT_LocalizationStrings[108], 0, v121->pMonsterInfo.uHP); |
0 | 3435 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0); |
3436 a4 = &a4[LOBYTE(v56->uFontHeight) - 3]; | |
3437 v79 = v121->pMonsterInfo.uAC; | |
3438 v75 = 0; | |
3439 v70 = pGlobalTXT_LocalizationStrings[12]; | |
241 | 3440 v67 = "%s\f%05u\t100%d\n"; |
0 | 3441 } |
3442 else | |
3443 { | |
241 | 3444 sprintf(pTmpBuf, "%s\f%05u\t100%s\n", pGlobalTXT_LocalizationStrings[108], 0, pGlobalTXT_LocalizationStrings[630]); |
0 | 3445 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0); |
3446 v79 = (unsigned int)pGlobalTXT_LocalizationStrings[630]; | |
3447 v75 = 0; | |
3448 v70 = pGlobalTXT_LocalizationStrings[12]; | |
3449 a4 = &a4[LOBYTE(v56->uFontHeight) - 3]; | |
241 | 3450 v67 = "%s\f%05u\t100%s\n"; |
0 | 3451 } |
3452 sprintf(pTmpBuf, v67, v70, v75, v79); | |
3453 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0); | |
3454 a4 = &a4[LOBYTE(v56->uFontHeight) - 6] + LOBYTE(v56->uFontHeight); | |
241 | 3455 v95[0] = pGlobalTXT_LocalizationStrings[87]; |
3456 v95[1] = pGlobalTXT_LocalizationStrings[6]; | |
3457 v95[2] = pGlobalTXT_LocalizationStrings[240]; | |
3458 v95[3] = pGlobalTXT_LocalizationStrings[70]; | |
3459 v95[4] = pGlobalTXT_LocalizationStrings[624]; | |
3460 v95[5] = pGlobalTXT_LocalizationStrings[138]; | |
3461 v95[6] = pGlobalTXT_LocalizationStrings[214]; | |
3462 v95[7] = pGlobalTXT_LocalizationStrings[142]; | |
3463 v95[8] = pGlobalTXT_LocalizationStrings[29]; | |
3464 v95[9] = pGlobalTXT_LocalizationStrings[133]; | |
3465 v95[10] = pGlobalTXT_LocalizationStrings[54]; | |
0 | 3466 if ( v116 ) |
3467 { | |
241 | 3468 sprintf(pTmpBuf, "%s\f%05u\t080%s\n", pGlobalTXT_LocalizationStrings[18], 0, v95[v121->pMonsterInfo.uAttack1Type]); |
0 | 3469 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0); |
3470 a4 = &a4[LOBYTE(v56->uFontHeight) - 3]; | |
3471 v57 = v121->pMonsterInfo.uAttack1DamageBonus; | |
3472 if ( v57 ) | |
3473 sprintf( | |
3474 pTmpBuf, | |
241 | 3475 "%s\f%05u\t080%dd%d+%d\n", |
0 | 3476 pGlobalTXT_LocalizationStrings[53], |
3477 0, | |
3478 v121->pMonsterInfo.uAttack1DamageDiceRolls, | |
3479 v121->pMonsterInfo.uAttack1DamageDiceSides, | |
3480 v57); | |
3481 else | |
3482 sprintf( | |
3483 pTmpBuf, | |
241 | 3484 "%s\f%05u\t080%dd%d\n", |
0 | 3485 pGlobalTXT_LocalizationStrings[53], |
3486 0, | |
3487 v121->pMonsterInfo.uAttack1DamageDiceRolls, | |
3488 v121->pMonsterInfo.uAttack1DamageDiceSides); | |
3489 } | |
3490 else | |
3491 { | |
241 | 3492 sprintf(pTmpBuf, "%s\f%05u\t080%s\n", pGlobalTXT_LocalizationStrings[18], 0, pGlobalTXT_LocalizationStrings[630]); |
0 | 3493 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0); |
3494 a4 = &a4[LOBYTE(v56->uFontHeight) - 3]; | |
241 | 3495 sprintf(pTmpBuf, "%s\f%05u\t080%s\n", pGlobalTXT_LocalizationStrings[53], 0, pGlobalTXT_LocalizationStrings[630]); |
0 | 3496 } |
3497 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0); | |
3498 v58 = LOBYTE(v56->uFontHeight); | |
3499 a4 = &a4[v58 - 6] + v58; | |
3500 if ( !i ) | |
3501 { | |
3502 v80 = pGlobalTXT_LocalizationStrings[630]; | |
3503 v76 = 0; | |
3504 v71 = pGlobalTXT_LocalizationStrings[628]; | |
241 | 3505 v68 = "%s\f%05u\t080%s\n"; |
0 | 3506 goto LABEL_144; |
3507 } | |
3508 v120 = (SpellBuff *)pGlobalTXT_LocalizationStrings[628]; | |
3509 v59 = v121; | |
3510 v114 = v121->pMonsterInfo.uSpell1ID; | |
3511 if ( v114 && v121->pMonsterInfo.uSpell2ID ) | |
3512 v120 = (SpellBuff *)pGlobalTXT_LocalizationStrings[629]; | |
3513 if ( v114 ) | |
3514 { | |
241 | 3515 sprintf(pTmpBuf, "%s\f%05u\t060%s\n", v120, 0, pSpellStats->pInfos[v114].pShortName); |
0 | 3516 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0); |
3517 v58 = LOBYTE(v56->uFontHeight); | |
3518 a4 = &a4[v58 - 3]; | |
3519 v59 = v121; | |
3520 } | |
3521 v60 = v59->pMonsterInfo.uSpell2ID; | |
3522 if ( v60 ) | |
3523 { | |
241 | 3524 sprintf(pTmpBuf, "\f%05u\t060%s\n", 0, pSpellStats->pInfos[v60].pShortName); |
0 | 3525 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0); |
3526 v58 = LOBYTE(v56->uFontHeight); | |
3527 a4 = &a4[v58 - 3]; | |
3528 v59 = v121; | |
3529 } | |
3530 if ( !v59->pMonsterInfo.uSpell1ID && !v59->pMonsterInfo.uSpell2ID ) | |
3531 { | |
3532 v80 = pGlobalTXT_LocalizationStrings[153]; | |
3533 v76 = 0; | |
3534 v71 = pGlobalTXT_LocalizationStrings[628]; | |
241 | 3535 v68 = "%s\f%05u\t060%s\n"; |
0 | 3536 LABEL_144: |
3537 sprintf(pTmpBuf, v68, v71, v76, v80); | |
3538 a1->DrawText(v56, 150, (int)a4, a5, pTmpBuf, 0, 0, 0); | |
3539 v58 = LOBYTE(v56->uFontHeight); | |
3540 a4 = &a4[v58 - 3]; | |
3541 } | |
3542 a4 = &a4[v58 - 3]; | |
3543 a1->DrawText(v56, 150, (int)a4, a5, pGlobalTXT_LocalizationStrings[626], 0, 0, 0); | |
3544 a4 = &a4[LOBYTE(v56->uFontHeight) - 3]; | |
241 | 3545 v85[0] = pGlobalTXT_LocalizationStrings[87]; |
3546 v85[1] = pGlobalTXT_LocalizationStrings[6]; | |
3547 v85[2] = pGlobalTXT_LocalizationStrings[240]; | |
3548 v85[3] = pGlobalTXT_LocalizationStrings[70]; | |
3549 v85[4] = pGlobalTXT_LocalizationStrings[142]; | |
3550 v85[5] = pGlobalTXT_LocalizationStrings[214]; | |
3551 v85[6] = pGlobalTXT_LocalizationStrings[29]; | |
3552 v85[7] = pGlobalTXT_LocalizationStrings[133]; | |
3553 v85[8] = pGlobalTXT_LocalizationStrings[54]; | |
3554 v85[9] = pGlobalTXT_LocalizationStrings[624]; | |
3555 v95[1] = (char *)v121->pMonsterInfo.uResFire; | |
3556 v95[2] = (char *)v121->pMonsterInfo.uResAir; | |
3557 v95[3] = (char *)v121->pMonsterInfo.uResWater; | |
3558 v95[4] = (char *)v121->pMonsterInfo.uResEarth; | |
3559 v95[5] = (char *)v121->pMonsterInfo.uResMind; | |
3560 v95[6] = (char *)v121->pMonsterInfo.uResSpirit; | |
3561 v95[7] = (char *)v121->pMonsterInfo.uResBody; | |
3562 v95[8] = (char *)v121->pMonsterInfo.uResLight; | |
3563 v95[9] = (char *)v121->pMonsterInfo.uResPhysical; | |
3564 v95[10] = (char *)v121->pMonsterInfo.uResDark; | |
0 | 3565 if ( v112 ) |
3566 { | |
3567 v124 = 0; | |
3568 do | |
3569 { | |
241 | 3570 v62 = v95[v124+1]; |
0 | 3571 if ( v62 == (char *)200 ) |
3572 { | |
3573 v81 = pGlobalTXT_LocalizationStrings[625]; | |
3574 } | |
3575 else | |
3576 { | |
3577 if ( v62 ) | |
3578 v81 = pGlobalTXT_LocalizationStrings[627]; | |
3579 else | |
3580 v81 = pGlobalTXT_LocalizationStrings[153]; | |
3581 } | |
241 | 3582 sprintf(pTmpBuf, "%s\f%05u\t070%s\n", v85[v124], 0, v81); |
0 | 3583 a1->DrawText(v56, 170, (int)a4, a5, pTmpBuf, 0, 0, 0); |
3584 v63 = LOBYTE(v56->uFontHeight); | |
3585 v124 += 4; | |
3586 result = &a4[v63 - 3]; | |
3587 a4 = result; | |
3588 } | |
3589 while ( v124 < 40 ); | |
3590 } | |
3591 else | |
3592 { | |
3593 i = 0; | |
3594 do | |
3595 { | |
241 | 3596 sprintf(pTmpBuf, "%s\f%05u\t070%s\n", v85[i], 0, pGlobalTXT_LocalizationStrings[630]); // "?" |
0 | 3597 a1->DrawText(v56, 170, (int)a4, a5, pTmpBuf, 0, 0, 0); |
3598 v65 = LOBYTE(v56->uFontHeight); | |
3599 ++i; | |
3600 result = &a4[v65 - 3]; | |
3601 a4 = result; | |
3602 } | |
3603 while ( i < 10 ); | |
3604 } | |
3605 if ( (signed __int64)pParty->pPartyBuffs[3].uExpireTime > 0 ) | |
3606 { | |
3607 sprintf(pTmpBuf, "%s: %d", pGlobalTXT_LocalizationStrings[650], v121->sCurrentHP); | |
3608 pFontSmallnum->GetLineWidth(pTmpBuf); | |
3609 result = a1->DrawTitleText( | |
3610 pFontSmallnum, | |
3611 0, | |
3612 a1->uFrameHeight - LOBYTE(pFontSmallnum->uFontHeight) - 12, | |
3613 0, | |
3614 pTmpBuf, | |
3615 3u); | |
3616 } | |
3617 return result; | |
3618 } | |
3619 | |
3620 | |
3621 | |
3622 //----- (0041F54A) -------------------------------------------------------- | |
3623 void __cdecl LoadActualSkyFrame() | |
3624 { | |
3625 if ( pTexture_RestUI_CurrentSkyFrame ) | |
3626 pTexture_RestUI_CurrentSkyFrame->Release(); | |
3627 if ( pTexture_RestUI_CurrentHourglassFrame ) | |
3628 pTexture_RestUI_CurrentHourglassFrame->Release(); | |
3629 pIcons_LOD->_40F9C5(); | |
3630 sprintf(pTmpBuf, "TERRA%03d", pParty->uCurrentMinute / 6 + 10 * pParty->uCurrentHour); | |
3631 pTexture_RestUI_CurrentSkyFrame = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(pTmpBuf, TEXTURE_16BIT_PALETTE)]; | |
3632 } | |
3633 | |
3634 //----- (0041F5BE) -------------------------------------------------------- | |
3635 void __cdecl Sleep6Hours() | |
3636 { | |
3637 if ( _506F18_num_hours_to_sleep < 6 ) | |
3638 { | |
3639 pParty->pPlayers[3].pConditions[2] = 0i64; | |
3640 pParty->pPlayers[2].pConditions[2] = 0i64; | |
3641 pParty->pPlayers[1].pConditions[2] = 0i64; | |
3642 pParty->pPlayers[0].pConditions[2] = 0i64; | |
3643 if ( _506F18_num_hours_to_sleep ) | |
3644 { | |
3645 Rest(_506F18_num_hours_to_sleep); | |
3646 _506F18_num_hours_to_sleep = 0; | |
3647 LoadActualSkyFrame(); | |
3648 } | |
3649 if ( dword_506F14 == 2 ) | |
3650 { | |
3651 pGUIWindow_CurrentMenu->Release(); | |
3652 pEventTimer->Resume(); | |
3653 if ( pTexture_RestUI_CurrentSkyFrame ) | |
3654 pTexture_RestUI_CurrentSkyFrame->Release(); | |
3655 if ( pTexture_RestUI_CurrentHourglassFrame ) | |
3656 pTexture_RestUI_CurrentHourglassFrame->Release(); | |
3657 pTexture_RestUI_CurrentHourglassFrame = 0; | |
3658 pTexture_RestUI_CurrentSkyFrame = 0; | |
3659 pIcons_LOD->_4114F2(); | |
3660 pIcons_LOD->_40F9C5(); | |
151 | 3661 pCurrentScreen = SCREEN_GAME; |
0 | 3662 viewparams->bRedrawGameUI = 1; |
3663 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor) | |
3664 { | |
3665 pOutdoor->UpdateSunlightVectors(); | |
3666 pOutdoor->UpdateFog(); | |
3667 } | |
3668 } | |
3669 dword_506F14 = 0; | |
3670 } | |
3671 else | |
3672 { | |
3673 Rest(6u); | |
3674 _506F18_num_hours_to_sleep -= 6; | |
3675 LoadActualSkyFrame(); | |
3676 } | |
3677 viewparams->bRedrawGameUI = 1; | |
3678 } | |
3679 | |
3680 //----- (0041F6C1) -------------------------------------------------------- | |
3681 void __cdecl RestUI_Initialize() | |
3682 { | |
89 | 3683 Player *v0; // eax@10 |
0 | 3684 |
3685 if ( !dword_506F14 ) | |
3686 pAudioPlayer->StopChannels(-1, -1); | |
3687 if ( pCurrentScreen ) | |
3688 { | |
3689 pGUIWindow_CurrentMenu->Release(); | |
151 | 3690 pCurrentScreen = SCREEN_GAME; |
0 | 3691 viewparams->bRedrawGameUI = 1; |
3692 } | |
3693 pEventTimer->Pause(); | |
3694 if ( dword_506F14 != 2 ) | |
3695 GUIWindow::Create(518u, 450u, 0, 0, (enum WindowType)90, (int)pBtn_Rest, 0); | |
3696 _506F18_num_hours_to_sleep = 0; | |
3697 dword_506F14 = 0; | |
3698 uRestUI_FoodRequiredToRest = 2; | |
3699 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor) | |
3700 uRestUI_FoodRequiredToRest = pOutdoor->GetNumFoodRequiredToRestInCurrentPos( | |
3701 pParty->vPosition.x, | |
3702 pParty->vPosition.y, | |
3703 pParty->vPosition.z); | |
3704 if ( sub_476387() ) | |
3705 { | |
89 | 3706 v0 = pParty->pPlayers;//[0].uClass; |
3707 while ( v0 <= &pParty->pPlayers[3] ) | |
3708 { | |
3709 ++v0; | |
3710 if ( v0 > &pParty->pPlayers[3] ) | |
3711 break; | |
3712 } | |
135 | 3713 if(v0->classType == PLAYER_CLASS_31) |
89 | 3714 ++uRestUI_FoodRequiredToRest; |
3715 } | |
0 | 3716 if ( CheckHiredNPCSpeciality(0x1Du) ) |
3717 --uRestUI_FoodRequiredToRest; | |
3718 if ( CheckHiredNPCSpeciality(0x1Eu) ) | |
3719 uRestUI_FoodRequiredToRest -= 2; | |
3720 if ( CheckHiredNPCSpeciality(0x30u) ) | |
3721 --uRestUI_FoodRequiredToRest; | |
3722 if ( uRestUI_FoodRequiredToRest < 1 ) | |
3723 uRestUI_FoodRequiredToRest = 1; | |
3724 if ( !_strcmpi(pCurrentMapName, "d29.blv") && (unsigned __int16)_449B57_test_bit(pParty->_award_bits, 98) ) | |
3725 uRestUI_FoodRequiredToRest = 0; | |
3726 ++pIcons_LOD->uTexturePacksCount; | |
3727 if ( !pIcons_LOD->uNumPrevLoadedFiles ) | |
3728 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles; | |
151 | 3729 pCurrentScreen = SCREEN_REST; |
0 | 3730 _507CD4_RestUI_hourglass_anim_controller = 0; |
3731 uTextureID_RestUI_restmain = pIcons_LOD->LoadTexture("restmain", TEXTURE_16BIT_PALETTE); | |
3732 uTextureID_RestUI_restb1 = pIcons_LOD->LoadTexture("restb1", TEXTURE_16BIT_PALETTE); | |
3733 uTextureID_RestUI_restb2 = pIcons_LOD->LoadTexture("restb2", TEXTURE_16BIT_PALETTE); | |
3734 uTextureID_RestUI_restb3 = pIcons_LOD->LoadTexture("restb3", TEXTURE_16BIT_PALETTE); | |
3735 uTextureID_RestUI_restb4 = pIcons_LOD->LoadTexture("restb4", TEXTURE_16BIT_PALETTE); | |
3736 uTextureID_RestUI_restexit = pIcons_LOD->LoadTexture("restexit", TEXTURE_16BIT_PALETTE); | |
3737 LoadActualSkyFrame(); | |
3738 pGUIWindow_CurrentMenu = GUIWindow::Create(0, 0, 640u, 480u, (enum WindowType)16, 0, 0); | |
3739 pButton_RestUI_Exit = pGUIWindow_CurrentMenu->CreateButton( | |
3740 280u, | |
3741 297u, | |
3742 154u, | |
3743 37u, | |
3744 1, | |
3745 0, | |
3746 0xA7u, | |
3747 0, | |
3748 0, | |
3749 "", | |
3750 (Texture *)(uTextureID_RestUI_restexit != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_RestUI_restexit] : 0), | |
3751 0); | |
3752 pButton_RestUI_Main = pGUIWindow_CurrentMenu->CreateButton( | |
3753 24u, | |
3754 154u, | |
3755 225u, | |
3756 37u, | |
3757 1, | |
3758 0, | |
3759 0x61u, | |
3760 0, | |
3761 0x52u, | |
3762 "", | |
3763 (Texture *)(uTextureID_RestUI_restb4 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_RestUI_restb4] : 0), | |
3764 0); | |
3765 pButton_RestUI_WaitUntilDawn = pGUIWindow_CurrentMenu->CreateButton( | |
3766 61u, | |
3767 232u, | |
3768 154u, | |
3769 33u, | |
3770 1, | |
3771 0, | |
3772 0x6Du, | |
3773 0, | |
3774 0x44u, | |
3775 "", | |
3776 (Texture *)(uTextureID_RestUI_restb1 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_RestUI_restb1] : 0), | |
3777 0); | |
3778 pButton_RestUI_Wait1Hour = pGUIWindow_CurrentMenu->CreateButton( | |
3779 61u, | |
3780 264u, | |
3781 154u, | |
3782 33u, | |
3783 1, | |
3784 0, | |
3785 0x60u, | |
3786 0, | |
3787 0x48u, | |
3788 "", | |
3789 (Texture *)(uTextureID_RestUI_restb2 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_RestUI_restb2] : 0), | |
3790 0); | |
3791 pButton_RestUI_Wait5Minutes = pGUIWindow_CurrentMenu->CreateButton( | |
3792 61u, | |
3793 296u, | |
3794 154u, | |
3795 33u, | |
3796 1, | |
3797 0, | |
3798 0x5Fu, | |
3799 0, | |
3800 0x4Du, | |
3801 "", | |
3802 (Texture *)(uTextureID_RestUI_restb3 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_RestUI_restb3] : 0), | |
3803 0); | |
3804 } | |
3805 | |
3806 //----- (0041FA01) -------------------------------------------------------- | |
3807 void __cdecl RestUI_Draw() | |
3808 { | |
3809 int v0; // esi@1 | |
3810 Player **ppPlayers; // ecx@1 | |
3811 Player *pPlayer; // eax@2 | |
3812 unsigned int v3; // eax@15 | |
3813 char v4; // al@17 | |
3814 bool v5; // eax@21 | |
3815 GUIButton Dst; // [sp+8h] [bp-DCh]@19 | |
3816 //double v7; // [sp+C4h] [bp-20h]@17 | |
3817 float v8; // [sp+CCh] [bp-18h]@17 | |
3818 __int64 v9; // [sp+D0h] [bp-14h]@17 | |
3819 unsigned int v10; // [sp+D8h] [bp-Ch]@9 | |
3820 __int16 a9[2]; // [sp+DCh] [bp-8h]@1 | |
3821 int a5; // [sp+E0h] [bp-4h]@1 | |
3822 | |
3823 v0 = 0; | |
3824 a5 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xAu, 0, 0); | |
3825 *(int *)a9 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xE6u, 0xD6u, 0xC1u); | |
3826 ppPlayers = &pPlayers[1]; | |
3827 do | |
3828 { | |
3829 pPlayer = *ppPlayers; | |
3830 if ( !(*ppPlayers)->pConditions[14] && !pPlayer->pConditions[16] && pPlayer->sHealth > 0 ) | |
3831 ++v0; | |
3832 ++ppPlayers; | |
3833 } | |
3834 while ( (signed int)ppPlayers <= (signed int)&pPlayers[4] ); | |
3835 if ( v0 ) | |
3836 { | |
3837 pRenderer->DrawTextureIndexed( | |
3838 8u, | |
3839 8u, | |
3840 (Texture *)(uTextureID_RestUI_restmain != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_RestUI_restmain] : 0)); | |
3841 v10 = pParty->uCurrentHour; | |
3842 dword_506F1C = pGUIWindow_CurrentMenu->pCurrentPosActiveItem; | |
3843 if ( (signed int)pParty->uCurrentHour <= 12 ) | |
3844 { | |
3845 if ( !v10 ) | |
3846 v10 = 12; | |
3847 } | |
3848 else | |
3849 { | |
3850 v10 -= 12; | |
3851 } | |
3852 pRenderer->DrawTextureIndexed(16u, 26u, pTexture_RestUI_CurrentSkyFrame); | |
3853 if ( pTexture_RestUI_CurrentHourglassFrame ) | |
3854 { | |
3855 pTexture_RestUI_CurrentHourglassFrame->Release(); | |
3856 pIcons_LOD->_40F9C5(); | |
3857 } | |
3858 v3 = pEventTimer->uTimeElapsed + _507CD4_RestUI_hourglass_anim_controller; | |
3859 _507CD4_RestUI_hourglass_anim_controller += pEventTimer->uTimeElapsed; | |
3860 if ( (unsigned int)_507CD4_RestUI_hourglass_anim_controller >= 512 ) | |
3861 { | |
3862 v3 = 0; | |
3863 _507CD4_RestUI_hourglass_anim_controller = 0; | |
3864 } | |
3865 v9 = v3; | |
3866 v8 = (double)v3 * 0.001953125 * 120.0; | |
3867 //v7 = v8 + 6.7553994e15; | |
3868 HIDWORD(v9) = floorf(v8 + 0.5f);//LODWORD(v7); | |
3869 v4 = (int)floorf(v8 + 0.5f) % 256 + 1;//LOBYTE(v7) + 1; | |
3870 byte_4E2BC8 = v4; | |
3871 if ( (unsigned __int8)(v4) >= 0x78u ) | |
3872 { | |
3873 v4 = 1; | |
3874 byte_4E2BC8 = 1; | |
3875 } | |
3876 sprintf(pTmpBuf, "hglas%03d", (unsigned __int8)v4); | |
3877 pTexture_RestUI_CurrentHourglassFrame = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture(pTmpBuf, TEXTURE_16BIT_PALETTE)]; | |
3878 pRenderer->DrawTextureIndexed(0x10Bu, 0x9Fu, pTexture_RestUI_CurrentHourglassFrame); | |
3879 memset(&Dst, 0, 0xBCu); | |
3880 Dst.uX = 24; | |
3881 Dst.uY = 154; | |
3882 Dst.uWidth = 171; | |
3883 Dst.uHeight = 37; | |
3884 Dst.uZ = 194; | |
3885 Dst.uW = 190; | |
3886 Dst.pParent = pButton_RestUI_WaitUntilDawn->pParent; | |
3887 Dst.DrawLabel(pGlobalTXT_LocalizationStrings[183], pFontCreate, a5, *(int **)a9); | |
3888 Dst.pParent = 0; | |
3889 sprintf(pTmpBuf, "\r408%d", uRestUI_FoodRequiredToRest); | |
3890 pGUIWindow_CurrentMenu->DrawText(pFontCreate, 0, 164, a5, pTmpBuf, 0, 0, *(unsigned int *)a9); | |
3891 pButton_RestUI_WaitUntilDawn->DrawLabel( | |
3892 pGlobalTXT_LocalizationStrings[237], | |
3893 pFontCreate, | |
3894 a5, | |
3895 *(int **)a9); | |
3896 pButton_RestUI_Wait1Hour->DrawLabel(pGlobalTXT_LocalizationStrings[239], pFontCreate, a5, *(int **)a9); | |
3897 pButton_RestUI_Wait5Minutes->DrawLabel(pGlobalTXT_LocalizationStrings[238], pFontCreate, a5, *(int **)a9); | |
3898 pButton_RestUI_Exit->DrawLabel(pGlobalTXT_LocalizationStrings[81], pFontCreate, a5, *(int **)a9); | |
3899 memset(&Dst, 0, 0xBCu); | |
3900 Dst.uX = 45; | |
3901 Dst.uY = 199; | |
3902 Dst.uWidth = 185; | |
3903 Dst.uHeight = 30; | |
3904 Dst.uZ = 229; | |
3905 Dst.uW = 228; | |
3906 Dst.pParent = pButton_RestUI_WaitUntilDawn->pParent; | |
3907 Dst.DrawLabel(pGlobalTXT_LocalizationStrings[236], pFontCreate, a5, *(int **)a9); | |
3908 Dst.pParent = 0; | |
3909 v5 = pParty->uCurrentHour >= 0xC && pParty->uCurrentHour < 0x18; | |
3910 sprintf(pTmpBuf, "%d:%02d %s", v10, pParty->uCurrentMinute, aAMPMNames[v5]); | |
3911 pGUIWindow_CurrentMenu->DrawText(pFontCreate, 368, 168, a5, pTmpBuf, 0, 0, *(unsigned int *)a9); | |
3912 sprintf(pTmpBuf, "%s\r190%d", pGlobalTXT_LocalizationStrings[56], pParty->uDaysPlayed + 1); | |
3913 pGUIWindow_CurrentMenu->DrawText(pFontCreate, 350, 190, a5, pTmpBuf, 0, 0, *(unsigned int *)a9); | |
3914 sprintf(pTmpBuf, "%s\r190%d", pGlobalTXT_LocalizationStrings[146], pParty->uCurrentMonth + 1); | |
3915 pGUIWindow_CurrentMenu->DrawText(pFontCreate, 350, 222, a5, pTmpBuf, 0, 0, *(unsigned int *)a9); | |
3916 sprintf(pTmpBuf, "%s\r190%d", pGlobalTXT_LocalizationStrings[245], pParty->uCurrentYear); | |
3917 pGUIWindow_CurrentMenu->DrawText(pFontCreate, 350, 254, a5, pTmpBuf, 0, 0, *(unsigned int *)a9); | |
3918 if ( dword_506F14 ) | |
3919 Sleep6Hours(); | |
3920 } | |
3921 else | |
3922 { | |
3923 GUIWindow::Create( | |
3924 pButton_RestUI_Exit->uX, | |
3925 pButton_RestUI_Exit->uY, | |
3926 0, | |
3927 0, | |
3928 (enum WindowType)96, | |
3929 (int)pButton_RestUI_Exit, | |
3930 (int)pGlobalTXT_LocalizationStrings[81]); | |
3931 } | |
3932 } | |
3933 // 4E2BC8: using guessed type char byte_4E2BC8; | |
3934 // 506F14: using guessed type int dword_506F14; | |
3935 // 506F1C: using guessed type int dword_506F1C; | |
3936 // 50765C: using guessed type int uTextureID_RestUI_restmain; | |
3937 // 507CD4: using guessed type int 507CD4_RestUI_hourglass_anim_controller; | |
3938 | |
3939 //----- (0041FE71) -------------------------------------------------------- | |
3940 int Chest::CanPlaceItemAt(signed int a1, int a2, unsigned int uChestID) | |
3941 { | |
3942 int v3; // eax@1 | |
3943 unsigned int v4; // eax@1 | |
3944 Texture *v5; // ecx@1 | |
3945 signed int v6; // eax@1 | |
3946 signed int v7; // edi@3 | |
3947 signed int v8; // eax@3 | |
3948 int v9; // edi@3 | |
3949 int v10; // ebx@5 | |
3950 int v11; // esi@9 | |
3951 int v12; // edx@10 | |
3952 int v13; // ecx@11 | |
3953 char *v14; // eax@12 | |
3954 int v16; // [sp+Ch] [bp-Ch]@1 | |
3955 signed int v17; // [sp+10h] [bp-8h]@1 | |
3956 signed int v18; // [sp+14h] [bp-4h]@1 | |
3957 | |
3958 v17 = a1; | |
3959 v3 = pChests[uChestID].uChestBitmapID; | |
3960 v16 = pChestHeightsByType[v3]; | |
3961 v18 = pChestWidthsByType[v3]; | |
3962 v4 = pIcons_LOD->LoadTexture(pItemsTable->pItems[a2].pIconName, TEXTURE_16BIT_PALETTE); | |
3963 v5 = (Texture *)(v4 != -1 ? (int)&pIcons_LOD->pTextures[v4] : 0); | |
3964 v6 = (v4 != -1 ? pIcons_LOD->pTextures[v4].uTextureWidth : 24); | |
3965 if ( v6 < 14 ) | |
3966 v6 = 14; | |
3967 v7 = v6 - 14; | |
3968 v8 = v5->uTextureHeight; | |
3969 v9 = (v7 >> 5) + 1; | |
3970 if ( v8 < 14 ) | |
3971 v8 = 14; | |
3972 v10 = ((v8 - 14) >> 5) + 1; | |
3973 if ( !areWeLoadingTexture ) | |
3974 { | |
3975 v5->Release(); | |
3976 pIcons_LOD->_40F9C5(); | |
3977 } | |
3978 if ( v9 + v17 % v18 <= v18 && v10 + v17 / v18 <= v16 ) | |
3979 { | |
3980 v11 = 0; | |
3981 if ( v10 <= 0 ) | |
3982 return 1; | |
3983 v12 = 0; | |
3984 while ( 1 ) | |
3985 { | |
3986 v13 = 0; | |
3987 if ( v9 > 0 ) | |
3988 break; | |
3989 LABEL_15: | |
3990 v12 += v18; | |
3991 ++v11; | |
3992 if ( v11 >= v10 ) | |
3993 return 1; | |
3994 } | |
3995 v14 = (char *)&pChests[0].pInventoryIndices[v17 + v12 + 2662 * uChestID]; | |
3996 while ( !*(short *)v14 ) | |
3997 { | |
3998 ++v13; | |
3999 v14 += 2; | |
4000 if ( v13 >= v9 ) | |
4001 goto LABEL_15; | |
4002 } | |
4003 } | |
4004 return 0; | |
4005 } | |
4006 // 506128: using guessed type int areWeLoadingTexture; | |
4007 | |
4008 //----- (0041FF64) -------------------------------------------------------- | |
4009 int Chest::_41FF64(unsigned int uChestID) | |
4010 { | |
4011 unsigned int v1; // ecx@1 | |
4012 signed int result; // eax@1 | |
4013 int v3; // edx@1 | |
4014 ItemGen *pItem; // ecx@2 | |
4015 | |
4016 v1 = uChestID; | |
4017 result = 0; | |
4018 v3 = pChestWidthsByType[pChests[v1].uChestBitmapID] * pChestHeightsByType[pChests[v1].uChestBitmapID]; | |
4019 if ( v3 <= 0 ) | |
4020 { | |
4021 LABEL_5: | |
4022 result = -1; | |
4023 } | |
4024 else | |
4025 { | |
4026 pItem = pChests[v1].mm7__vector_pItems; | |
4027 while ( pItem->uItemID ) | |
4028 { | |
4029 ++result; | |
4030 ++pItem; | |
4031 if ( result >= v3 ) | |
4032 goto LABEL_5; | |
4033 } | |
4034 } | |
4035 return result; | |
4036 } | |
4037 | |
4038 //----- (0041FFA2) -------------------------------------------------------- | |
4039 int Chest::_41FFA2(int a1, ItemGen *a2, unsigned int uChestID) | |
4040 { | |
4041 int v3; // eax@1 | |
4042 ItemGen *v4; // edi@1 | |
4043 int v5; // esi@1 | |
4044 int result; // eax@11 | |
4045 unsigned int v7; // eax@12 | |
4046 int v8; // edx@12 | |
4047 int v9; // ecx@12 | |
4048 signed int v10; // eax@12 | |
4049 signed int v11; // edi@14 | |
4050 unsigned int v12; // esi@14 | |
4051 int v13; // edi@16 | |
4052 void *v14; // edi@21 | |
4053 int v15; // edi@21 | |
4054 int i; // ecx@21 | |
4055 ItemGen *Src; // [sp+Ch] [bp-18h]@1 | |
4056 signed int v18; // [sp+10h] [bp-14h]@2 | |
4057 int v19; // [sp+14h] [bp-10h]@1 | |
4058 int v20; // [sp+18h] [bp-Ch]@19 | |
4059 signed int v21; // [sp+1Ch] [bp-8h]@1 | |
4060 signed int v22; // [sp+20h] [bp-4h]@3 | |
4061 int v23; // [sp+20h] [bp-4h]@19 | |
4062 | |
4063 v21 = 0; | |
4064 v3 = pChests[uChestID].uChestBitmapID; | |
4065 v4 = a2; | |
4066 v5 = pChestWidthsByType[v3] * pChestHeightsByType[v3]; | |
4067 Src = a2; | |
4068 v19 = pChestWidthsByType[v3]; | |
4069 if ( a1 == -1 ) | |
4070 { | |
4071 v18 = _41FF64(uChestID); | |
4072 if ( v18 == -1 ) | |
4073 return 0; | |
4074 v22 = 0; | |
4075 if ( v5 > 0 ) | |
4076 { | |
4077 while ( !Chest::CanPlaceItemAt(v22, v4->uItemID, (unsigned int)pChestWindow->ptr_1C) ) | |
4078 { | |
4079 ++v22; | |
4080 if ( v22 >= v5 ) | |
4081 goto LABEL_8; | |
4082 } | |
4083 v21 = v22; | |
4084 } | |
4085 LABEL_8: | |
4086 if ( v22 == v5 ) | |
4087 { | |
4088 if ( uActiveCharacter ) | |
201 | 4089 pPlayers[uActiveCharacter]->PlaySound(SPEECH_NoRoom, 0); |
0 | 4090 return 0; |
4091 } | |
4092 v7 = pIcons_LOD->LoadTexture(pItemsTable->pItems[v4->uItemID].pIconName, TEXTURE_16BIT_PALETTE); | |
4093 HIWORD(v8) = 0; | |
4094 v9 = v7 != -1 ? (int)&pIcons_LOD->pTextures[v7] : 0; | |
4095 v10 = (v7 != -1 ? pIcons_LOD->pTextures[v7].uTextureWidth : 24); | |
4096 if ( v10 < 14 ) | |
4097 v10 = 14; | |
4098 v11 = *(short *)(v9 + 26); | |
4099 v12 = ((v10 - 14) >> 5) + 1; | |
4100 if ( v11 < 14 ) | |
4101 v11 = 14; | |
4102 v13 = ((v11 - 14) >> 5) + 1; | |
4103 if ( !areWeLoadingTexture ) | |
4104 { | |
4105 ((Texture *)v9)->Release(); | |
4106 pIcons_LOD->_40F9C5(); | |
4107 } | |
4108 if ( v13 > 0 ) | |
4109 { | |
4110 v23 = 0; | |
4111 v20 = v13; | |
4112 do | |
4113 { | |
4114 if ( (signed int)v12 > 0 ) | |
4115 { | |
4116 v14 = &pChests[0].pInventoryIndices[v21 + v23 + 2662 * uChestID]; | |
4117 LOWORD(v8) = -1 - v21; | |
4118 v8 <<= 16; | |
4119 LOWORD(v8) = -1 - v21; | |
4120 memset32(v14, v8, v12 >> 1); | |
4121 v15 = (int)((char *)v14 + 4 * (v12 >> 1)); | |
4122 for ( i = v12 & 1; i; --i ) | |
4123 { | |
4124 *(short *)v15 = v8; | |
4125 v15 += 2; | |
4126 } | |
4127 } | |
4128 v23 += v19; | |
4129 --v20; | |
4130 } | |
4131 while ( v20 ); | |
4132 } | |
4133 pChests[0].pInventoryIndices[v21 + 2662 * uChestID] = v18 + 1; | |
4134 memcpy(&pChests[uChestID].mm7__vector_pItems[v18], Src, 0x24u); | |
4135 result = v21 + 1; | |
4136 } | |
4137 else | |
4138 { | |
4139 result = 1; | |
4140 } | |
4141 return result; | |
4142 } | |
4143 // 506128: using guessed type int areWeLoadingTexture; | |
4144 | |
4145 //----- (0042013E) -------------------------------------------------------- | |
4146 unsigned int Chest::PlaceItemAt(unsigned int a1, unsigned int uItemIdx, unsigned int uChestID) | |
4147 { | |
4148 int v3; // esi@1 | |
4149 unsigned int v4; // ebx@1 | |
4150 int uItemID; // edi@1 | |
4151 int v6; // edx@4 | |
4152 unsigned int v7; // eax@5 | |
4153 Texture *v8; // ecx@5 | |
4154 signed int v9; // eax@5 | |
4155 signed int v10; // edi@7 | |
4156 unsigned int v11; // ebx@7 | |
4157 int v12; // edi@9 | |
4158 int v13; // edx@12 | |
4159 void *v14; // edi@14 | |
4160 int v15; // edi@14 | |
4161 int i; // ecx@14 | |
4162 unsigned int result; // eax@18 | |
4163 __int16 v18; // [sp+Ch] [bp-10h]@1 | |
4164 int v19; // [sp+10h] [bp-Ch]@11 | |
4165 int v20; // [sp+14h] [bp-8h]@12 | |
4166 unsigned int v21; // [sp+18h] [bp-4h]@1 | |
4167 | |
4168 v3 = 5324 * uChestID; | |
4169 v21 = a1; | |
4170 v4 = 5324 * uChestID + 36 * uItemIdx; | |
4171 v18 = uItemIdx; | |
4172 uItemID = *(unsigned int *)((char *)&pChests[0].mm7__vector_pItems[0].uItemID + v4); | |
4173 pItemsTable->SetSpecialBonus((ItemGen *)((char *)pChests[0].mm7__vector_pItems + v4)); | |
4174 if ( uItemID >= 135 && uItemID <= 159 && !*(int *)((char *)&pChests[0].mm7__vector_pItems[0].uNumCharges + v4) ) | |
4175 { | |
4176 v6 = rand() % 21 + 10; | |
4177 *(int *)((char *)&pChests[0].mm7__vector_pItems[0].uNumCharges + v4) = v6; | |
4178 *(&pChests[0].mm7__vector_pItems[0].uMaxCharges + v4) = v6; | |
4179 } | |
4180 v7 = pIcons_LOD->LoadTexture(pItemsTable->pItems[uItemID].pIconName, TEXTURE_16BIT_PALETTE); | |
4181 v8 = (Texture *)(v7 != -1 ? (int)&pIcons_LOD->pTextures[v7] : 0); | |
4182 v9 = (v7 != -1 ? pIcons_LOD->pTextures[v7].uTextureWidth : 24); | |
4183 if ( v9 < 14 ) | |
4184 v9 = 14; | |
4185 v10 = v8->uTextureHeight; | |
4186 v11 = ((v9 - 14) >> 5) + 1; | |
4187 if ( v10 < 14 ) | |
4188 v10 = 14; | |
4189 v12 = ((v10 - 14) >> 5) + 1; | |
4190 if ( !areWeLoadingTexture ) | |
4191 { | |
4192 v8->Release(); | |
4193 pIcons_LOD->_40F9C5(); | |
4194 } | |
4195 v19 = pChestWidthsByType[*(unsigned __int16 *)((char *)&pChests[0].uChestBitmapID + v3)]; | |
4196 if ( v12 > 0 ) | |
4197 { | |
4198 v13 = 0; | |
4199 v20 = v12; | |
4200 do | |
4201 { | |
4202 if ( (signed int)v11 > 0 ) | |
4203 { | |
4204 v14 = &pChests[0].pInventoryIndices[v21 + v13 + 2662 * uChestID]; | |
4205 LOWORD(v3) = -1 - v21; | |
4206 v3 <<= 16; | |
4207 LOWORD(v3) = -1 - v21; | |
4208 memset32(v14, v3, v11 >> 1); | |
4209 v15 = (int)((char *)v14 + 4 * (v11 >> 1)); | |
4210 for ( i = v11 & 1; i; --i ) | |
4211 { | |
4212 *(short *)v15 = v3; | |
4213 v15 += 2; | |
4214 } | |
4215 } | |
4216 v13 += v19; | |
4217 --v20; | |
4218 } | |
4219 while ( v20 ); | |
4220 } | |
4221 result = v21 + 2662 * uChestID; | |
4222 pChests[0].pInventoryIndices[result] = v18 + 1; | |
4223 return result; | |
4224 } | |
4225 // 506128: using guessed type int areWeLoadingTexture; | |
4226 | |
4227 //----- (00420284) -------------------------------------------------------- | |
4228 char *Chest::_420284(unsigned int uChestID) | |
4229 { | |
4230 int v1; // ebx@1 | |
4231 unsigned int v2; // esi@1 | |
4232 unsigned int v3; // esi@1 | |
4233 int uChestArea; // edi@1 | |
4234 int v5; // eax@2 | |
4235 int v6; // ebx@11 | |
4236 char *result; // eax@18 | |
4237 char Dst[144]; // [sp+Ch] [bp-A0h]@1 | |
4238 int v9; // [sp+9Ch] [bp-10h]@10 | |
4239 unsigned int v10; // [sp+A0h] [bp-Ch]@1 | |
4240 unsigned int v11; // [sp+A4h] [bp-8h]@8 | |
82 | 4241 ItemGen *v12; // [sp+A8h] [bp-4h]@9 |
0 | 4242 |
4243 v1 = 0; | |
4244 v2 = uChestID; | |
4245 v10 = uChestID; | |
4246 pRenderer->ClearZBuffer(0, 479); | |
4247 v3 = v2; | |
4248 uChestArea = pChestWidthsByType[pChests[v3].uChestBitmapID] * pChestHeightsByType[pChests[v3].uChestBitmapID]; | |
4249 memset(Dst, 0, 0x90u); | |
4250 if ( uChestArea > 0 ) | |
4251 { | |
4252 do | |
4253 { | |
4254 do | |
4255 v5 = (unsigned __int8)rand(); | |
4256 while ( v5 >= uChestArea ); | |
4257 while ( Dst[v5] ) | |
4258 { | |
4259 ++v5; | |
4260 if ( v5 == uChestArea ) | |
4261 v5 = 0; | |
4262 } | |
4263 Dst[v5] = v1++; | |
4264 } | |
4265 while ( v1 < uChestArea ); | |
4266 } | |
4267 v11 = 0; | |
4268 if ( uChestArea > 0 ) | |
4269 { | |
82 | 4270 v12 = pChests[v3].mm7__vector_pItems;//&pChests[v3].mm7__vector_pItems[0].uAttributes; |
0 | 4271 do |
4272 { | |
82 | 4273 v9 = v12->uItemID; |
0 | 4274 if ( v9 ) |
4275 { | |
4276 v6 = 0; | |
4277 while ( !Chest::CanPlaceItemAt((unsigned __int8)Dst[v6], v9, v10) ) | |
4278 { | |
4279 ++v6; | |
4280 if ( v6 >= uChestArea ) | |
82 | 4281 break; |
0 | 4282 } |
82 | 4283 if(v6<uChestArea) |
4284 { | |
4285 Chest::PlaceItemAt((unsigned __int8)Dst[v6], v11, v10); | |
4286 if ( pChests[v3].uFlags & 4 ) | |
4287 v12->uAttributes |= 1u; | |
4288 } | |
4289 } | |
0 | 4290 ++v11; |
82 | 4291 ++v12; |
0 | 4292 } |
4293 while ( (signed int)v11 < uChestArea ); | |
4294 } | |
4295 result = (char *)&pChests[v3].uFlags; | |
4296 pChests[v3].uFlags = pChests[v3].uFlags & 0xFFFB | 2; | |
4297 return result; | |
4298 } | |
4299 // 420284: using guessed type char Dst[144]; | |
4300 | |
4301 //----- (0042038D) -------------------------------------------------------- | |
4302 void __cdecl sub_42038D() | |
4303 { | |
4304 POINT *v0; // esi@2 | |
4305 int v1; // ecx@2 | |
4306 const char *v2; // eax@3 | |
4307 POINT v3; // [sp+0h] [bp-10h]@2 | |
4308 POINT a2; // [sp+8h] [bp-8h]@1 | |
4309 | |
4310 if ( pMouse->GetCursorPos(&a2)->y < 350 ) | |
4311 { | |
4312 v0 = pMouse->GetCursorPos(&a2); | |
4313 v1 = pRenderer->pActiveZBuffer[v0->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&v3)->y]]; | |
4314 if ( v1 ) | |
4315 { | |
4316 auto _w = (ItemGen *)(&pOtherOverlayList->pOverlays[49].field_4 + 2662 * (unsigned int)pChestWindow->ptr_1C | |
4317 + 18 * *((short *)&pChests[0].mm7__vector_pItems[139].uExpireTime | |
4318 + v1 + 2662 * (unsigned int)pChestWindow->ptr_1C + 3)); | |
4319 v2 = _w->GetDisplayName(); | |
4320 sub_41C0B8_set_status_string(v2); | |
4321 } | |
4322 } | |
4323 } | |
4324 | |
4325 //----- (0042041E) -------------------------------------------------------- | |
4326 bool Chest::Open(unsigned int uChestID) | |
4327 { | |
4328 char *v1; // edi@5 | |
4329 unsigned int v2; // eax@8 | |
4330 GUIWindow *v3; // eax@15 | |
4331 int v5; // edx@16 | |
4332 int v6; // eax@16 | |
4333 ODMFace *v7; // eax@19 | |
4334 int v8; // edx@19 | |
4335 int v9; // edi@19 | |
4336 signed int v10; // ebx@19 | |
4337 int v11; // ecx@19 | |
4338 int v12; // eax@19 | |
4339 BLVFace *v13; // eax@20 | |
4340 int v14; // ebx@21 | |
4341 int v15; // edi@21 | |
4342 int v16; // ecx@22 | |
4343 __int64 v17; // qax@22 | |
4344 double v18; // st7@23 | |
4345 double v19; // st6@23 | |
4346 double v20; // st7@23 | |
4347 int v21; // ecx@26 | |
4348 char v22[12]; // ST4C_12@28 | |
4349 unsigned int *v23; // edi@28 | |
4350 unsigned __int16 v24; // di@28 | |
4351 signed int v25; // ecx@28 | |
4352 char *v26; // edx@29 | |
4353 unsigned __int16 v27; // ax@32 | |
4354 //LayingItem a1; // [sp+14h] [bp-B0h]@28 | |
4355 int v29; // [sp+84h] [bp-40h]@16 | |
4356 int v30; // [sp+88h] [bp-3Ch]@16 | |
4357 int v31; // [sp+8Ch] [bp-38h]@16 | |
4358 int v32; // [sp+90h] [bp-34h]@16 | |
4359 float v33; // [sp+94h] [bp-30h]@23 | |
4360 char *v34; // [sp+98h] [bp-2Ch]@5 | |
4361 int v35; // [sp+9Ch] [bp-28h]@16 | |
4362 Vec3_int_ pOut; // [sp+A0h] [bp-24h]@28 | |
4363 int a4; // [sp+ACh] [bp-18h]@1 | |
4364 int v38; // [sp+B0h] [bp-14h]@21 | |
4365 int sRotX; // [sp+B4h] [bp-10h]@23 | |
4366 float v40; // [sp+B8h] [bp-Ch]@23 | |
4367 float v41; // [sp+BCh] [bp-8h]@23 | |
4368 int sRotY; // [sp+C0h] [bp-4h]@8 | |
4369 | |
4370 a4 = uChestID; | |
4371 if ( (uChestID & 0x80000000u) != 0 || (signed int)uChestID >= 20 ) | |
4372 return 0; | |
4373 ++pIcons_LOD->uTexturePacksCount; | |
4374 if ( !pIcons_LOD->uNumPrevLoadedFiles ) | |
4375 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles; | |
4376 v1 = (char *)&pChests[uChestID].uFlags; | |
4377 v34 = v1; | |
4378 if ( !(*v1 & CHEST_ITEMS_PLACED) ) | |
4379 Chest::_420284(uChestID); | |
4380 if ( !uActiveCharacter ) | |
4381 return 0; | |
4382 *(float *)&sRotY = 0.0; | |
4383 v2 = pMapStats->GetMapInfo(pCurrentMapName); | |
4384 if ( !(*v1 & 1) || !v2 ) | |
4385 goto LABEL_12; | |
237 | 4386 if ( pPlayers[uActiveCharacter]->GetDisarmTrap() < 2 * pMapStats->pInfos[v2].LockX5 ) |
0 | 4387 { |
4388 v29 = 811; | |
4389 v30 = 812; | |
4390 v31 = 813; | |
4391 v32 = 814; | |
4392 v5 = rand() % 4; | |
4393 v6 = dword_5B5920 >> 3; | |
4394 v35 = v5; | |
141 | 4395 if ( (dword_5B5920 & 7) == OBJECT_Decoration) |
0 | 4396 { |
4397 v16 = v6; | |
4398 v14 = pLevelDecorations[v6].vPosition.x; | |
4399 v38 = pLevelDecorations[v6].vPosition.y; | |
4400 v17 = pDecorationList->pDecorations[pLevelDecorations[v6].uDecorationDescID].uDecorationHeight; | |
4401 v15 = pLevelDecorations[v16].vPosition.z + (((signed int)v17 - HIDWORD(v17)) >> 1); | |
4402 } | |
4403 else | |
4404 { | |
141 | 4405 if ( (dword_5B5920 & 7) != OBJECT_BModel) |
0 | 4406 goto LABEL_12; |
4407 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor) | |
4408 { | |
4409 v7 = &pOutdoor->pBModels[dword_5B5920 >> 9].pFaces[(dword_5B5920 >> 3) & 0x3F]; | |
4410 v8 = v7->pBoundingBox.y1; | |
4411 v9 = v7->pBoundingBox.z2; | |
4412 v10 = v7->pBoundingBox.x1 + v7->pBoundingBox.x2; | |
4413 v11 = v7->pBoundingBox.y2; | |
4414 v12 = v7->pBoundingBox.z1; | |
4415 } | |
4416 else | |
4417 { | |
4418 v13 = &pIndoor->pFaces[v6]; | |
4419 v8 = v13->pBounding.y1; | |
4420 v9 = v13->pBounding.z2; | |
4421 v10 = v13->pBounding.x1 + v13->pBounding.x2; | |
4422 v11 = v13->pBounding.y2; | |
4423 v12 = v13->pBounding.z1; | |
4424 } | |
4425 v14 = v10 >> 1; | |
4426 v38 = (v8 + v11) >> 1; | |
4427 v15 = (v12 + v9) >> 1; | |
4428 } | |
4429 v18 = (double)pParty->vPosition.x - (double)v14; | |
4430 *(float *)&a4 = v18; | |
4431 v19 = (double)pParty->vPosition.y - (double)v38; | |
4432 v33 = v19; | |
4433 v41 = (double)pParty->sEyelevel + (double)pParty->vPosition.z - (double)v15; | |
4434 *(float *)&sRotY = v19 * v19; | |
4435 *(float *)&sRotX = v18 * v18; | |
4436 v20 = sqrt(v41 * v41 + *(float *)&sRotX + *(float *)&sRotY); | |
4437 v40 = v20; | |
4438 if ( v20 <= 1.0 ) | |
4439 { | |
4440 *(float *)&sRotX = 0.0; | |
4441 *(float *)&sRotY = 0.0; | |
4442 } | |
4443 else | |
4444 { | |
4445 sRotY = (signed __int64)sqrt(*(float *)&sRotX + *(float *)&sRotY); | |
4446 sRotX = stru_5C6E00->Atan2((signed __int64)*(float *)&a4, (signed __int64)v33); | |
4447 sRotY = stru_5C6E00->Atan2(sRotY, (signed __int64)v41); | |
4448 } | |
4449 v21 = 256; | |
4450 if ( v40 < 256.0 ) | |
4451 v21 = (signed __int64)v40 / 4; | |
4452 *(int *)&v22[8] = v15; | |
4453 *(_QWORD *)v22 = __PAIR__(v38, v14); | |
4454 Vec3_int_::Rotate(v21, sRotX, sRotY, *(Vec3_int_ *)v22, &pOut.x, &pOut.z, &pOut.y); | |
4455 v23 = (unsigned int *)(&v29 + v35); | |
4456 sub_42F7EB_DropItemAt(*v23, pOut.x, pOut.z, pOut.y, 0, 1, 0, 0x30u, 0); | |
4457 | |
4458 LayingItem a1; // [sp+14h] [bp-B0h]@28 | |
4459 //LayingItem::LayingItem(&a1); | |
4460 | |
4461 a1.stru_24.Reset(); | |
4462 v24 = *(short *)v23; | |
4463 v25 = 0; | |
4464 a1.field_50 = 0; | |
4465 a1.field_4C = 0; | |
4466 a1.field_48 = 0; | |
4467 a1.field_54 = 0; | |
4468 a1.uItemType = v24; | |
4469 if ( (signed int)pObjectList->uNumObjects <= 0 ) | |
4470 { | |
4471 LABEL_32: | |
4472 v27 = 0; | |
4473 } | |
4474 else | |
4475 { | |
4476 v26 = (char *)&pObjectList->pObjects->uObjectID; | |
4477 while ( v24 != *(short *)v26 ) | |
4478 { | |
4479 ++v25; | |
4480 v26 += 56; | |
4481 if ( v25 >= (signed int)pObjectList->uNumObjects ) | |
4482 goto LABEL_32; | |
4483 } | |
4484 v27 = v25; | |
4485 } | |
4486 a1.uObjectDescID = v27; | |
4487 a1.vPosition.y = pOut.z; | |
4488 a1.vPosition.x = pOut.x; | |
4489 a1.vPosition.z = pOut.y; | |
4490 a1.uSoundID = 0; | |
4491 a1.uAttributes = 48; | |
4492 a1.uSectorID = pIndoor->GetSector(pOut.x, pOut.z, pOut.y); | |
4493 a1.uSpriteFrameID = 0; | |
4494 a1.field_58 = 0; | |
4495 a1.field_5C = 0; | |
4496 a1.uFacing = 0; | |
4497 a1.Create(0, 0, 0, 0); | |
4498 pAudioPlayer->PlaySound(SOUND_8, 0, 0, -1, 0, 0, 0, 0); | |
4499 a1._438E35(); | |
4500 *v34 &= 0xFEu; | |
4501 if ( uActiveCharacter && !qword_A750D8 && !dword_507CD8 ) | |
4502 { | |
4503 qword_A750D8 = 256i64; | |
4504 word_A750E0 = 5; | |
4505 word_A750E2 = uActiveCharacter; | |
4506 } | |
4507 pIcons_LOD->_4114F2(); | |
4508 dword_507CD8 = 0; | |
4509 return 0; | |
4510 } | |
4511 *v1 &= 0xFEu; | |
4512 sRotY = 1; | |
4513 LABEL_12: | |
4514 pAudioPlayer->StopChannels(-1, -1); | |
4515 pAudioPlayer->PlaySound((SoundID)208, 0, 0, -1, 0, 0, 0, 0); | |
4516 if ( *(float *)&sRotY != 0.0 ) | |
4517 { | |
4518 if ( !dword_507CD8 ) | |
187 | 4519 pPlayers[uActiveCharacter]->PlaySound(SPEECH_4, 0); |
0 | 4520 } |
4521 dword_507CD8 = 0; | |
4522 v3 = GUIWindow::Create(0, 0, 640u, 480u, WINDOW_Chest, a4, 0); | |
4523 pGUIWindow_CurrentMenu = v3; | |
4524 pChestWindow = v3; | |
4525 pBtn_ExitCancel = v3->CreateButton( | |
4526 0x1D7u, | |
4527 0x1BDu, | |
4528 0xA9u, | |
4529 0x23u, | |
4530 1, | |
4531 0, | |
4532 0x71u, | |
4533 0, | |
4534 0, | |
4535 pGlobalTXT_LocalizationStrings[79],// Exit | |
4536 (Texture *)(uTextureID_506438 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_506438] : 0), | |
4537 0); | |
4538 pChestWindow->CreateButton(7u, 8u, 460u, 343u, 1, 0, 0xCu, 0, 0, "", 0); | |
151 | 4539 pCurrentScreen = SCREEN_CHEST; |
0 | 4540 pEventTimer->Pause(); |
4541 return 1; | |
4542 } | |
4543 | |
4544 //----- (0042092D) -------------------------------------------------------- | |
4545 void Chest::DrawChestUI(unsigned int uChestID) | |
4546 { | |
4547 Render *v1; // edi@1 | |
4548 unsigned int v2; // ebx@1 | |
4549 unsigned int v3; // ebx@1 | |
4550 int v4; // eax@1 | |
4551 unsigned int v5; // eax@1 | |
4552 int v6; // ecx@3 | |
4553 unsigned int v7; // eax@4 | |
4554 Texture *v8; // esi@4 | |
4555 signed int v9; // ecx@4 | |
4556 signed int v10; // edx@4 | |
4557 signed int v11; // eax@4 | |
4558 int v12; // eax@6 | |
4559 int v13; // eax@6 | |
4560 unsigned int v14; // ST34_4@8 | |
4561 int v15; // edi@8 | |
4562 int *v16; // [sp+Ch] [bp-28h]@1 | |
4563 int v17; // [sp+10h] [bp-24h]@4 | |
4564 int v18; // [sp+14h] [bp-20h]@1 | |
4565 signed int v19; // [sp+18h] [bp-1Ch]@1 | |
4566 int v20; // [sp+1Ch] [bp-18h]@1 | |
4567 signed int v21; // [sp+20h] [bp-14h]@1 | |
4568 char *v22; // [sp+2Ch] [bp-8h]@2 | |
4569 signed int v23; // [sp+30h] [bp-4h]@1 | |
4570 | |
4571 v1 = pRenderer; | |
4572 v2 = uChestID; | |
4573 v16 = pRenderer->pActiveZBuffer; | |
4574 pRenderer->ClearZBuffer(0, 479); | |
4575 v3 = v2; | |
4576 v4 = pChests[v3].uChestBitmapID; | |
4577 v20 = pChestSmthn1ByType[v4]; | |
4578 v18 = pChestSmthn2ByType[v4]; | |
4579 v21 = pChestWidthsByType[v4]; | |
4580 v19 = pChestHeightsByType[v4]; | |
4581 sprintf(pTmpBuf, "chest%02d", pChestList->pChests[pChests[v3].uChestBitmapID].uTextureID); | |
4582 v5 = pIcons_LOD->LoadTexture(pTmpBuf, TEXTURE_16BIT_PALETTE); | |
4583 pRenderer->DrawTextureIndexed(8u, 8u, (Texture *)(v5 != -1 ? (int)&pIcons_LOD->pTextures[v5] : 0)); | |
4584 v23 = 0; | |
4585 if ( v21 * v19 > 0 ) | |
4586 { | |
4587 v22 = (char *)pChests[v3].pInventoryIndices; | |
4588 do | |
4589 { | |
4590 v6 = *(short *)v22; | |
4591 if ( v6 > 0 ) | |
4592 { | |
4593 v17 = v18 + 32 * v23 / v19; | |
4594 v7 = pIcons_LOD->LoadTexture( | |
4595 pItemsTable->pItems[*(int *)((char *)&pOtherOverlayList->pOverlays[49].field_4 + 36 * v6 + v3 * 5324)].pIconName, | |
4596 TEXTURE_16BIT_PALETTE); | |
4597 v8 = (Texture *)(v7 != -1 ? &pIcons_LOD->pTextures[v7] : 0); | |
4598 v9 = (v7 != -1 ? pIcons_LOD->pTextures[v7].uTextureWidth : 24); | |
4599 v10 = (v7 != -1 ? pIcons_LOD->pTextures[v7].uTextureHeight : 26); | |
4600 v11 = (v7 != -1 ? pIcons_LOD->pTextures[v7].uTextureWidth : 24); | |
4601 if ( v9 < 14 ) | |
4602 v11 = 14; | |
4603 v12 = v11 - 14; | |
4604 LOBYTE(v12) = v12 & 0xE0; | |
4605 v13 = v12 + 32; | |
4606 if ( (signed int)v8->uTextureHeight < 14 ) | |
4607 v10 = 14; | |
4608 v14 = v20 + 32 * v23 % v21 + ((v13 - v9) >> 1); | |
4609 v15 = v17 + ((((v10 - 14) & 0xFFFFFFE0) - v8->uTextureHeight + 32) >> 1); | |
4610 pRenderer->DrawTextureTransparent( | |
4611 v14, | |
4612 v17 + ((((v10 - 14) & 0xFFFFFFE0) - v8->uTextureHeight + 32) >> 1), | |
4613 v8); | |
4614 sub_40F92A(&v16[v14 + pSRZBufferLineOffsets[v15]], v8, v23 + 1); | |
4615 v1 = pRenderer; | |
4616 } | |
4617 ++v23; | |
4618 v22 += 2; | |
4619 } | |
4620 while ( v23 < v21 * v19 ); | |
4621 } | |
24 | 4622 pRenderer->DrawTextureIndexed(pBtn_ExitCancel->uX, pBtn_ExitCancel->uY, |
0 | 4623 (Texture *)(uTextureID_506438 != -1 ? (int)&pIcons_LOD->pTextures[uTextureID_506438] : 0)); |
4624 } | |
4625 | |
4626 //----- (00420B13) -------------------------------------------------------- | |
4627 void __fastcall sub_420B13(int a1, int a2) | |
4628 { | |
4629 void *v2; // eax@1 | |
4630 ItemGen *v3; // ebx@1 | |
4631 unsigned int v4; // eax@1 | |
4632 Texture *v5; // ecx@1 | |
4633 signed int v6; // eax@1 | |
4634 signed int v7; // edi@3 | |
4635 signed int v8; // eax@3 | |
4636 int v9; // edi@3 | |
4637 int v10; // eax@5 | |
4638 int v11; // esi@8 | |
4639 unsigned int v12; // ecx@10 | |
4640 void *v13; // edi@10 | |
4641 unsigned __int8 v14; // cf@10 | |
4642 int v15; // edi@10 | |
4643 int i; // ecx@10 | |
4644 int v17; // [sp+Ch] [bp-14h]@1 | |
4645 int v18; // [sp+10h] [bp-10h]@3 | |
4646 int v19; // [sp+14h] [bp-Ch]@1 | |
4647 void *v20; // [sp+18h] [bp-8h]@1 | |
4648 int v21; // [sp+1Ch] [bp-4h]@5 | |
4649 int v22; // [sp+1Ch] [bp-4h]@8 | |
4650 | |
4651 v19 = a2; | |
4652 v2 = pChestWindow->ptr_1C; | |
4653 v20 = v2; | |
4654 v2 = (void *)(5324 * (int)v2); | |
4655 v3 = (ItemGen *)((char *)v2 + 36 * a1 + (int)((char *)pChests + 4)); | |
4656 v17 = pChestWidthsByType[*(short *)((char *)v2 + (int)pChests)]; | |
4657 v4 = pIcons_LOD->LoadTexture(pItemsTable->pItems[v3->uItemID].pIconName, TEXTURE_16BIT_PALETTE); | |
4658 v5 = (Texture *)(v4 != -1 ? (int)&pIcons_LOD->pTextures[v4] : 0); | |
4659 v6 = (v4 != -1 ? pIcons_LOD->pTextures[v4].uTextureWidth : 24); | |
4660 if ( v6 < 14 ) | |
4661 v6 = 14; | |
4662 v7 = v6 - 14; | |
4663 v8 = v5->uTextureHeight; | |
4664 v9 = (v7 >> 5) + 1; | |
4665 v18 = v9; | |
4666 if ( v8 < 14 ) | |
4667 v8 = 14; | |
4668 v10 = ((v8 - 14) >> 5) + 1; | |
4669 v21 = v10; | |
4670 if ( !areWeLoadingTexture ) | |
4671 { | |
4672 v5->Release(); | |
4673 pIcons_LOD->_40F9C5(); | |
4674 v10 = v21; | |
4675 } | |
4676 if ( v10 > 0 ) | |
4677 { | |
4678 v11 = 0; | |
4679 v22 = v10; | |
4680 do | |
4681 { | |
4682 if ( v9 > 0 ) | |
4683 { | |
4684 v12 = v9; | |
4685 v13 = &pChests[0].pInventoryIndices[v19 + v11 + 2662 * (int)v20]; | |
4686 v14 = v12 & 1; | |
4687 v12 >>= 1; | |
4688 memset(v13, 0, 4 * v12); | |
4689 v15 = (int)((char *)v13 + 4 * v12); | |
4690 for ( i = v14; i; --i ) | |
4691 { | |
4692 *(short *)v15 = 0; | |
4693 v15 += 2; | |
4694 } | |
4695 v9 = v18; | |
4696 } | |
4697 v11 += v17; | |
4698 --v22; | |
4699 } | |
4700 while ( v22 ); | |
4701 } | |
4702 v3->Reset(); | |
4703 } | |
4704 // 506128: using guessed type int areWeLoadingTexture; | |
4705 | |
4706 //----- (00420C05) -------------------------------------------------------- | |
4707 void __fastcall party_finds_gold(unsigned int uNumGold, int _1_dont_share_with_followers___2_the_same_but_without_a_message__else_normal) | |
4708 { | |
4709 unsigned int v2; // edi@1 | |
4710 int v3; // ebp@1 | |
4711 unsigned int v4; // esi@1 | |
4712 int v5; // ecx@6 | |
4713 NPCData *v6; // eax@6 | |
4714 signed int v7; // edx@8 | |
4715 signed int v8; // ebx@10 | |
4716 char *v9; // edi@11 | |
4717 signed int v10; // ecx@17 | |
4718 int v11; // eax@21 | |
4719 NPCData *v12; // ecx@21 | |
4720 unsigned int v13; // ecx@23 | |
4721 signed int v14; // [sp+Ch] [bp-4h]@6 | |
4722 | |
4723 v2 = 0; | |
4724 v3 = 0; | |
4725 v4 = uNumGold; | |
4726 if ( _1_dont_share_with_followers___2_the_same_but_without_a_message__else_normal ) | |
4727 { | |
4728 if ( _1_dont_share_with_followers___2_the_same_but_without_a_message__else_normal == 1 ) | |
4729 { | |
4730 sprintf(pTmpBuf2, pGlobalTXT_LocalizationStrings[467], uNumGold);// You found %lu gold! | |
4731 } | |
4732 else | |
4733 { | |
4734 if ( _1_dont_share_with_followers___2_the_same_but_without_a_message__else_normal == 2 ) | |
4735 pTmpBuf2[0] = 0; | |
4736 } | |
4737 } | |
4738 else | |
4739 { | |
4740 v14 = 0; | |
4741 v5 = 0; | |
4742 v6 = pParty->pHirelings; | |
4743 do | |
4744 { | |
4745 if ( v6->pName ) | |
4746 { | |
4747 v7 = v14++; | |
4748 pTmpBuf[v7] = v5; | |
4749 } | |
4750 ++v6; | |
4751 ++v5; | |
4752 } | |
4753 while ( (signed int)v6 < (signed int)&pParty->pPickedItem ); | |
4754 v8 = 0; | |
4755 if ( (signed int)pNPCStats->uNumNewNPCs > 0 ) | |
4756 { | |
4757 v9 = (char *)pNPCStats->pNewNPCData; | |
4758 do | |
4759 { | |
4760 if ( v9[8] & 0x80 | |
4761 && (!pParty->pHirelings[0].pName || strcmp(*(const char **)v9, pParty->pHirelings[0].pName)) | |
4762 && (!pParty->pHirelings[1].pName || strcmp(*(const char **)v9, pParty->pHirelings[1].pName)) ) | |
4763 { | |
4764 v10 = v14++; | |
4765 pTmpBuf[v10] = v8 + 2; | |
4766 } | |
4767 ++v8; | |
4768 v9 += 76; | |
4769 } | |
4770 while ( v8 < (signed int)pNPCStats->uNumNewNPCs ); | |
4771 v2 = 0; | |
4772 } | |
4773 if ( v14 > 0 ) | |
4774 { | |
4775 do | |
4776 { | |
4777 v11 = (unsigned __int8)pTmpBuf[v2]; | |
4778 v12 = &pNPCStats->pNPCData[v11 + 499]; | |
33 | 4779 if ( (unsigned __int8)pTmpBuf[v2] < 2 ) |
0 | 4780 v12 = &pParty->pHirelings[v11]; |
4781 v13 = v12->uProfession; | |
4782 if ( v13 ) | |
4783 v3 += *(&pNPCStats->field_13A58 + 5 * v13); | |
4784 ++v2; | |
4785 } | |
4786 while ( (signed int)v2 < v14 ); | |
4787 } | |
4788 if ( CheckHiredNPCSpeciality(0x1Fu) ) | |
4789 v4 += (signed int)(10 * v4) / 100; | |
4790 if ( CheckHiredNPCSpeciality(0x20u) ) | |
4791 v4 += (signed int)(20 * v4) / 100; | |
4792 if ( CheckHiredNPCSpeciality(0x2Du) ) | |
4793 v4 += (signed int)(10 * v4) / 100; | |
4794 if ( v3 ) | |
4795 { | |
4796 v3 = (signed int)(v4 * v3 / 100) / 100; | |
4797 if ( v3 < 1 ) | |
4798 v3 = 1; | |
4799 sprintf(pTmpBuf2, pGlobalTXT_LocalizationStrings[466], v4, v3);// You found %lu gold (followers take %lu)! | |
4800 } | |
4801 else | |
4802 { | |
4803 sprintf(pTmpBuf2, pGlobalTXT_LocalizationStrings[467], v4);// You found %lu gold! | |
4804 } | |
4805 v2 = 0; | |
4806 } | |
4807 pParty->uNumGold += v4 - v3; | |
4808 pUIAnim_Gold->uAnimTime = v2; | |
4809 pUIAnim_Gold->uAnimLength = 8 * pIconsFrameTable->pIcons[(signed __int16)pUIAnim_Gold->uIconID].uAnimLength; | |
4810 if ( pTmpBuf2[0] ) | |
4811 ShowStatusBarString(pTmpBuf2, 2u); | |
4812 pAudioPlayer->PlaySound(SOUND_GoldReceived, v2, v2, -1, v2, v2, v2, v2); | |
4813 } | |
4814 | |
4815 //----- (00420E01) -------------------------------------------------------- | |
4816 void __cdecl sub_420E01() | |
4817 { | |
4818 void *v0; // edi@1 | |
4819 POINT *v1; // esi@2 | |
4820 int v2; // eax@2 | |
4821 int v3; // ebx@4 | |
4822 int v4; // esi@6 | |
4823 int v5; // ecx@6 | |
4824 //LayingItem v6; // [sp+Ch] [bp-80h]@1 | |
4825 char v7; // [sp+7Ch] [bp-10h]@2 | |
4826 POINT a2; // [sp+84h] [bp-8h]@2 | |
4827 | |
4828 LayingItem v6; // [sp+Ch] [bp-80h]@1 | |
4829 //LayingItem::LayingItem(&v6); | |
4830 | |
4831 v0 = pGUIWindow_CurrentMenu->ptr_1C; | |
4832 if ( pParty->pPickedItem.uItemID ) | |
4833 { | |
4834 if ( Chest::_41FFA2(-1, &pParty->pPickedItem, (unsigned int)pGUIWindow_CurrentMenu->ptr_1C) ) | |
4835 pMouse->RemoveHoldingItem(); | |
4836 } | |
4837 else | |
4838 { | |
4839 v1 = pMouse->GetCursorPos(&a2); | |
4840 v2 = pRenderer->pActiveZBuffer[v1->x + pSRZBufferLineOffsets[pMouse->GetCursorPos((POINT *)&v7)->y]] & 0xFFFF; | |
4841 if ( v2 ) | |
4842 { | |
4843 if ( v2 ) | |
4844 v3 = v2 - 1; | |
4845 else | |
4846 v3 = -1; | |
4847 v4 = pChests[0].pInventoryIndices[v3 + 2662 * (int)v0] - 1; | |
4848 v5 = 5324 * (int)v0 + 36 * v4; | |
4849 if ( pItemsTable->pItems[*(unsigned int *)((char *)&pChests[0].mm7__vector_pItems[0].uItemID + v5)].uEquipType == 18 ) | |
4850 { | |
4851 party_finds_gold(*(int *)((char *)&pChests[0].mm7__vector_pItems[0].uAdditionalValue + v5), 0); | |
4852 viewparams->bRedrawGameUI = 1; | |
4853 } | |
4854 else | |
4855 { | |
4856 pParty->SetHoldingItem((ItemGen *)((char *)pChests[0].mm7__vector_pItems + v5)); | |
4857 } | |
4858 sub_420B13(v4, v3); | |
4859 } | |
4860 } | |
4861 } | |
4862 | |
4863 //----- (00420EFF) -------------------------------------------------------- | |
4864 void __cdecl GameUI_WritePointedObjectStatusString() | |
4865 { | |
4866 int v1; // ebx@6 | |
8 | 4867 GUIWindow *pWindow; // edi@7 |
4868 GUIButton *pButton; // ecx@11 | |
4869 Player *pPlayer; // eax@19 | |
0 | 4870 char v5; // cl@19 |
4871 unsigned int v6; // eax@19 | |
4872 int v7; // ecx@19 | |
4873 __int16 v8; // fps@23 | |
4874 unsigned __int8 v9; // c0@23 | |
4875 unsigned __int8 v10; // c3@23 | |
8 | 4876 enum UIMessageType pMessageType1; // esi@24 |
0 | 4877 int v12; // edx@25 |
4878 char *v13; // ecx@28 | |
4879 int v14; // eax@41 | |
8 | 4880 ItemGen *pItemGen; // ecx@44 |
0 | 4881 int v16; // ecx@46 |
4882 const char *v17; // eax@49 | |
4883 signed int v18; // eax@55 | |
4884 signed int v19; // ecx@63 | |
4885 BLVFace *pFace; // eax@69 | |
4886 __int16 v21; // ax@70 | |
4887 const char *v22; // eax@72 | |
4888 LevelDecoration *v23; // ecx@75 | |
4889 LevelDecoration *v24; // esi@75 | |
4890 __int16 v25; // ax@75 | |
4891 const char *v26; // ecx@79 | |
4892 Actor *pActor; // ecx@82 | |
4893 char *v28; // esi@82 | |
4894 int v29; // eax@82 | |
4895 signed int v30; // ecx@88 | |
4896 const char *v31; // eax@91 | |
4897 __int16 v32; // fps@109 | |
14 | 4898 //unsigned __int8 v33; // c0@109 |
4899 //unsigned __int8 v34; // c3@109 | |
8 | 4900 enum UIMessageType pMessageType2; // esi@110 |
0 | 4901 int v36; // edx@111 |
8 | 4902 enum UIMessageType pMessageType3; // edx@117 |
0 | 4903 int v38; // ecx@118 |
4904 const char *v39; // [sp-8h] [bp-E8h]@20 | |
4905 char *v40; // [sp-8h] [bp-E8h]@83 | |
4906 int v41; // [sp-4h] [bp-E4h]@20 | |
4907 char Str1[200]; // [sp+Ch] [bp-D4h]@129 | |
4908 unsigned int pX; // [sp+D4h] [bp-Ch]@1 | |
4909 unsigned int pY; // [sp+D8h] [bp-8h]@1 | |
4910 unsigned int v45; // [sp+DCh] [bp-4h]@21 | |
4911 | |
4912 v13 = nullptr; | |
4913 | |
4914 pMouse->uPointingObjectID = 0; | |
4915 pMouse->GetClickPos(&pX, &pY); | |
14 | 4916 if ( pX < 0 || (signed int)pX > 639 || pY < 0 || (signed int)pY > 479 )//( (pX & 0x80000000u) != 0 || (signed int)pX > 639 || (pY & 0x80000000u) != 0 || (signed int)pY > 479 ) |
0 | 4917 return; |
4918 if ( !pCurrentScreen ) | |
4919 { | |
4920 if ( (signed int)pX > 467 || (signed int)pY > 351 ) | |
4921 goto _click_on_game_ui; | |
4922 if ( pRenderer->pRenderD3D ) | |
4923 { | |
4924 v18 = pGame->pVisInstance->get_picked_object_zbuf_val(); | |
4925 if ( (signed int)pX < (signed int)pViewport->uScreenX | |
4926 || (signed int)pX > (signed int)pViewport->uScreenZ | |
4927 || (signed int)pY < (signed int)pViewport->uScreenY | |
4928 || (signed int)pY > (signed int)pViewport->uScreenW ) | |
4929 v18 = -1; | |
4930 if ( v18 == -1 ) | |
8 | 4931 //goto LABEL_61; |
4932 { | |
4933 pMouse->uPointingObjectID = 0; | |
4934 if ( pMouse->uPointingObjectID == 0 ) | |
4935 { | |
4936 if ( uLastPointedObjectID != 0 ) | |
4937 { | |
4938 pStatusBarString[0] = 0; | |
4939 bForceDrawStatusBar = 1; | |
4940 } | |
4941 } | |
4942 uLastPointedObjectID = pMouse->uPointingObjectID; | |
4943 return; | |
4944 } | |
0 | 4945 } |
4946 else | |
4947 { | |
4948 v18 = pRenderer->pActiveZBuffer[pX + pSRZBufferLineOffsets[pY]]; | |
4949 } | |
4950 pMouse->uPointingObjectID = (unsigned __int16)v18; | |
4951 v19 = (signed int)(unsigned __int16)v18 >> 3; | |
4952 if ( (v18 & 7) == OBJECT_Item ) | |
4953 { | |
4954 v30 = v19; | |
4955 if ( pObjectList->pObjects[pLayingItems[v30].uObjectDescID].uFlags & 0x10 ) | |
8 | 4956 //goto LABEL_73; |
4957 { | |
4958 pMouse->uPointingObjectID = 0; | |
4959 //goto LABEL_50; | |
4960 uLastPointedObjectID = 1; | |
4961 if ( pMouse->uPointingObjectID == 0 ) | |
4962 { | |
4963 if ( uLastPointedObjectID != 0 ) | |
4964 { | |
4965 pStatusBarString[0] = 0; | |
4966 bForceDrawStatusBar = 1; | |
4967 } | |
4968 } | |
4969 uLastPointedObjectID = pMouse->uPointingObjectID; | |
4970 return; | |
4971 } | |
0 | 4972 if ( v18 >= (signed int)0x2000000u || pParty->pPickedItem.uItemID ) |
4973 { | |
4974 v22 = pLayingItems[v30].stru_24.GetDisplayName(); | |
8 | 4975 //LABEL_93: |
0 | 4976 v26 = v22; |
8 | 4977 //goto LABEL_87; |
4978 sub_41C0B8_set_status_string(v26); | |
4979 if ( pMouse->uPointingObjectID == 0 ) | |
4980 { | |
4981 if ( uLastPointedObjectID != 0 ) | |
4982 { | |
4983 pStatusBarString[0] = 0; | |
4984 bForceDrawStatusBar = 1; | |
4985 } | |
4986 } | |
4987 uLastPointedObjectID = pMouse->uPointingObjectID; | |
4988 return; | |
0 | 4989 } |
4990 v31 = pLayingItems[v30].stru_24.GetDisplayName(); | |
4991 v28 = pTmpBuf; | |
4992 sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[470], v31);// "Get %s" | |
4993 } | |
4994 else | |
4995 { | |
4996 if ( (v18 & 7) != OBJECT_Actor ) | |
4997 { | |
4998 if ( (v18 & 7) == OBJECT_Decoration ) | |
4999 { | |
5000 v23 = &pLevelDecorations[v19]; | |
5001 v24 = v23; | |
5002 v25 = v23->field_16_event_id; | |
5003 if ( !v25 ) | |
5004 { | |
5005 if ( v23->IsInteractive() ) | |
5006 v26 = pNPCTopics[stru_5E4C90._decor_events[v24->_idx_in_stru123 - 75] + 379].pTopic; | |
5007 else | |
5008 v26 = pDecorationList->pDecorations[v24->uDecorationDescID].field_20; | |
8 | 5009 //goto LABEL_87; |
5010 sub_41C0B8_set_status_string(v26); | |
5011 if ( pMouse->uPointingObjectID == 0 ) | |
5012 { | |
5013 if ( uLastPointedObjectID != 0 ) | |
5014 { | |
5015 pStatusBarString[0] = 0; | |
5016 bForceDrawStatusBar = 1; | |
5017 } | |
5018 } | |
5019 uLastPointedObjectID = pMouse->uPointingObjectID; | |
5020 return; | |
0 | 5021 } |
5022 v22 = _444732_GetEventHintString(v25); | |
5023 if ( !v22 ) | |
8 | 5024 //goto _return; |
5025 { | |
5026 if ( pMouse->uPointingObjectID == 0 ) | |
5027 { | |
5028 if ( uLastPointedObjectID != 0 ) | |
5029 { | |
5030 pStatusBarString[0] = 0; | |
5031 bForceDrawStatusBar = 1; | |
5032 } | |
5033 } | |
5034 uLastPointedObjectID = pMouse->uPointingObjectID; | |
5035 return; | |
5036 } | |
5037 //goto LABEL_93; | |
5038 v26 = v22; | |
5039 //goto LABEL_87; | |
5040 sub_41C0B8_set_status_string(v26); | |
5041 if ( pMouse->uPointingObjectID == 0 ) | |
5042 { | |
5043 if ( uLastPointedObjectID != 0 ) | |
5044 { | |
5045 pStatusBarString[0] = 0; | |
5046 bForceDrawStatusBar = 1; | |
5047 } | |
5048 } | |
5049 uLastPointedObjectID = pMouse->uPointingObjectID; | |
5050 return; | |
0 | 5051 } |
141 | 5052 if ( (v18 & 7) == OBJECT_BModel) |
0 | 5053 { |
5054 if ( v18 < (signed int)0x2000000u ) | |
5055 { | |
5056 if ( uCurrentlyLoadedLevelType != LEVEL_Indoor) | |
5057 { | |
5058 v21 = pOutdoor->pBModels[(signed int)(unsigned __int16)v18 >> 9].pFaces[v19 & 0x3F].sCogTriggeredID; | |
8 | 5059 //goto LABEL_71; |
5060 if ( !v21 || (v22 = _444732_GetEventHintString(v21)) == 0 ) | |
5061 //goto LABEL_73; | |
5062 { | |
5063 pMouse->uPointingObjectID = 0; | |
5064 //goto LABEL_50; | |
5065 uLastPointedObjectID = 1; | |
5066 if ( pMouse->uPointingObjectID == 0 ) | |
5067 { | |
5068 if ( uLastPointedObjectID != 0 ) | |
5069 { | |
5070 pStatusBarString[0] = 0; | |
5071 bForceDrawStatusBar = 1; | |
5072 } | |
5073 } | |
5074 uLastPointedObjectID = pMouse->uPointingObjectID; | |
5075 return; | |
5076 } | |
5077 //goto LABEL_93; | |
5078 v26 = v22; | |
5079 //goto LABEL_87; | |
5080 sub_41C0B8_set_status_string(v26); | |
5081 if ( pMouse->uPointingObjectID == 0 ) | |
5082 { | |
5083 if ( uLastPointedObjectID != 0 ) | |
5084 { | |
5085 pStatusBarString[0] = 0; | |
5086 bForceDrawStatusBar = 1; | |
5087 } | |
5088 } | |
5089 uLastPointedObjectID = pMouse->uPointingObjectID; | |
5090 return; | |
0 | 5091 } |
5092 pFace = &pIndoor->pFaces[v19]; | |
5093 if ( BYTE3(pFace->uAttributes) & 6 ) | |
5094 { | |
5095 v21 = pIndoor->pFaceExtras[pFace->uFaceExtraID].uEventID; | |
8 | 5096 //LABEL_71: |
0 | 5097 if ( !v21 || (v22 = _444732_GetEventHintString(v21)) == 0 ) |
8 | 5098 //goto LABEL_73; |
5099 { | |
5100 pMouse->uPointingObjectID = 0; | |
5101 //goto LABEL_50; | |
5102 uLastPointedObjectID = 1; | |
5103 if ( pMouse->uPointingObjectID == 0 ) | |
5104 { | |
5105 if ( uLastPointedObjectID != 0 ) | |
5106 { | |
5107 pStatusBarString[0] = 0; | |
5108 bForceDrawStatusBar = 1; | |
5109 } | |
5110 } | |
5111 uLastPointedObjectID = pMouse->uPointingObjectID; | |
5112 return; | |
5113 } | |
5114 //goto LABEL_93; | |
5115 v26 = v22; | |
5116 //goto LABEL_87; | |
5117 sub_41C0B8_set_status_string(v26); | |
5118 if ( pMouse->uPointingObjectID == 0 ) | |
5119 { | |
5120 if ( uLastPointedObjectID != 0 ) | |
5121 { | |
5122 pStatusBarString[0] = 0; | |
5123 bForceDrawStatusBar = 1; | |
5124 } | |
5125 } | |
5126 uLastPointedObjectID = pMouse->uPointingObjectID; | |
5127 return; | |
0 | 5128 } |
5129 } | |
8 | 5130 //LABEL_73: |
0 | 5131 pMouse->uPointingObjectID = 0; |
8 | 5132 //goto LABEL_50; |
5133 uLastPointedObjectID = 1; | |
5134 if ( pMouse->uPointingObjectID == 0 ) | |
5135 { | |
5136 if ( uLastPointedObjectID != 0 ) | |
5137 { | |
5138 pStatusBarString[0] = 0; | |
5139 bForceDrawStatusBar = 1; | |
5140 } | |
5141 } | |
5142 uLastPointedObjectID = pMouse->uPointingObjectID; | |
5143 return; | |
0 | 5144 } |
8 | 5145 //LABEL_61: |
0 | 5146 pMouse->uPointingObjectID = 0; |
8 | 5147 //goto _return; |
5148 if ( pMouse->uPointingObjectID == 0 ) | |
5149 { | |
5150 if ( uLastPointedObjectID != 0 ) | |
5151 { | |
5152 pStatusBarString[0] = 0; | |
5153 bForceDrawStatusBar = 1; | |
5154 } | |
5155 } | |
5156 uLastPointedObjectID = pMouse->uPointingObjectID; | |
5157 return; | |
0 | 5158 } |
5159 if ( v18 >= 335544320 ) | |
8 | 5160 //goto LABEL_61; |
5161 { | |
5162 pMouse->uPointingObjectID = 0; | |
5163 if ( pMouse->uPointingObjectID == 0 ) | |
5164 { | |
5165 if ( uLastPointedObjectID != 0 ) | |
5166 { | |
5167 pStatusBarString[0] = 0; | |
5168 bForceDrawStatusBar = 1; | |
5169 } | |
5170 } | |
5171 uLastPointedObjectID = pMouse->uPointingObjectID; | |
5172 return; | |
5173 } | |
0 | 5174 pActor = &pActors[v19]; |
5175 v28 = pTmpBuf; | |
5176 v29 = pActor->dword_000334_unique_name; | |
5177 if ( v29 ) | |
237 | 5178 v40 = pMonsterStats->pPlaceStrings[v29]; |
0 | 5179 else |
5180 v40 = pMonsterStats->pInfos[pActor->pMonsterInfo.uID].pName; | |
5181 strncpy(pTmpBuf, v40, 0x7D0u); | |
5182 } | |
5183 v26 = v28; | |
8 | 5184 //LABEL_87: |
0 | 5185 sub_41C0B8_set_status_string(v26); |
8 | 5186 //goto _return; |
5187 if ( pMouse->uPointingObjectID == 0 ) | |
5188 { | |
5189 if ( uLastPointedObjectID != 0 ) | |
5190 { | |
5191 pStatusBarString[0] = 0; | |
5192 bForceDrawStatusBar = 1; | |
5193 } | |
5194 } | |
5195 uLastPointedObjectID = pMouse->uPointingObjectID; | |
5196 return; | |
0 | 5197 } |
5198 v1 = uNumVisibleWindows; | |
5199 if ( uNumVisibleWindows <= 0 ) | |
5200 { | |
5201 LABEL_38: | |
151 | 5202 if ( pCurrentScreen == SCREEN_CHEST ) |
0 | 5203 { |
5204 sub_42038D(); | |
8 | 5205 //goto _return; |
5206 if ( pMouse->uPointingObjectID == 0 ) | |
5207 { | |
5208 if ( uLastPointedObjectID != 0 ) | |
5209 { | |
5210 pStatusBarString[0] = 0; | |
5211 bForceDrawStatusBar = 1; | |
5212 } | |
5213 } | |
5214 uLastPointedObjectID = pMouse->uPointingObjectID; | |
5215 return; | |
0 | 5216 } |
151 | 5217 if ( pCurrentScreen == SCREEN_HOUSE ) |
0 | 5218 { |
5219 if ( dword_F8B19C != 2 | |
5220 || (v16 = pRenderer->pActiveZBuffer[pX + pSRZBufferLineOffsets[pY]], v16 == 0) | |
5221 || v16 == -65536 ) | |
8 | 5222 //goto _return; |
5223 { | |
5224 if ( pMouse->uPointingObjectID == 0 ) | |
5225 { | |
5226 if ( uLastPointedObjectID != 0 ) | |
5227 { | |
5228 pStatusBarString[0] = 0; | |
5229 bForceDrawStatusBar = 1; | |
5230 } | |
5231 } | |
5232 uLastPointedObjectID = pMouse->uPointingObjectID; | |
5233 return; | |
5234 } | |
5235 pItemGen = (ItemGen *)((char *)&pParty->pPickedItem + 36 * (v16 + 12 * (unsigned int)ptr_507BC0->ptr_1C) + 4); | |
5236 //LABEL_49: | |
5237 v17 = pItemGen->GetDisplayName(); | |
0 | 5238 sub_41C0B8_set_status_string(v17); |
8 | 5239 //LABEL_50: |
0 | 5240 uLastPointedObjectID = 1; |
8 | 5241 //_return: |
0 | 5242 if ( pMouse->uPointingObjectID == 0 ) |
5243 { | |
5244 if ( uLastPointedObjectID != 0 ) | |
5245 { | |
5246 pStatusBarString[0] = 0; | |
5247 bForceDrawStatusBar = 1; | |
5248 } | |
5249 } | |
5250 uLastPointedObjectID = pMouse->uPointingObjectID; | |
5251 return; | |
5252 } | |
5253 if ( (signed int)pY < 350 ) | |
5254 { | |
5255 v14 = pRenderer->pActiveZBuffer[pX + pSRZBufferLineOffsets[pY]]; | |
5256 if ( v14 == 0 || v14 == -65536 || (unsigned int)v14 >= 0x1388 ) | |
8 | 5257 //goto _return; |
5258 { | |
5259 if ( pMouse->uPointingObjectID == 0 ) | |
5260 { | |
5261 if ( uLastPointedObjectID != 0 ) | |
5262 { | |
5263 pStatusBarString[0] = 0; | |
5264 bForceDrawStatusBar = 1; | |
5265 } | |
5266 } | |
5267 uLastPointedObjectID = pMouse->uPointingObjectID; | |
5268 return; | |
5269 } | |
232 | 5270 pItemGen = (ItemGen *)&pPlayers[uActiveCharacter]->pInventoryItems[v14-1]; |
8 | 5271 //goto LABEL_49; |
5272 v17 = pItemGen->GetDisplayName(); | |
5273 sub_41C0B8_set_status_string(v17); | |
5274 uLastPointedObjectID = 1; | |
5275 if ( pMouse->uPointingObjectID == 0 ) | |
5276 { | |
5277 if ( uLastPointedObjectID != 0 ) | |
5278 { | |
5279 pStatusBarString[0] = 0; | |
5280 bForceDrawStatusBar = 1; | |
5281 } | |
5282 } | |
5283 uLastPointedObjectID = pMouse->uPointingObjectID; | |
5284 return; | |
0 | 5285 } |
5286 _click_on_game_ui: | |
5287 if ( (signed int)pX >= (signed int)pWindowList[0].uFrameX | |
5288 && (signed int)pX <= (signed int)pWindowList[0].uFrameZ | |
5289 && (signed int)pY >= (signed int)pWindowList[0].uFrameY | |
5290 && (signed int)pY <= (signed int)pWindowList[0].uFrameW ) | |
5291 { | |
8 | 5292 for ( pButton = pWindowList[0].pControlsHead; pButton != (GUIButton *)0; pButton = pButton->pNext ) |
5293 { | |
5294 if ( pButton->uButtonType == 1 ) | |
0 | 5295 { |
8 | 5296 if ( (signed int)pX >= (signed int)pButton->uX |
5297 && (signed int)pX <= (signed int)pButton->uZ | |
5298 && (signed int)pY >= (signed int)pButton->uY | |
5299 && (signed int)pY <= (signed int)pButton->uW ) | |
0 | 5300 { |
8 | 5301 pMessageType3 = (UIMessageType)pButton->field_1C; |
17 | 5302 if ( pMessageType3 == 0 ) // For books |
8 | 5303 //goto LABEL_28; |
5304 { | |
5305 v13 = pButton->pButtonName; | |
5306 sub_41C0B8_set_status_string(v13); | |
5307 uLastPointedObjectID = 1; | |
5308 return; | |
5309 } | |
5310 v38 = pButton->uControlParam; | |
0 | 5311 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 ) |
5312 { | |
8 | 5313 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = pMessageType3; |
0 | 5314 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v38; |
5315 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
5316 ++pMessageQueue_50CBD0->uNumMessages; | |
5317 } | |
8 | 5318 //goto LABEL_131; |
0 | 5319 uLastPointedObjectID = 1; |
5320 return; | |
5321 } | |
5322 } | |
5323 else | |
5324 { | |
8 | 5325 if ( pButton->uButtonType == 2 ) |
0 | 5326 { |
8 | 5327 v45 = pX - pButton->uX; |
5328 v45 = pY - pButton->uY; | |
5329 | |
5330 if (pX >= pButton->uX && pX <= pButton->uZ && | |
5331 pY >= pButton->uY && pY <= pButton->uW) | |
5332 if ( (double)(signed int)pButton->uWidth != 0.0 ) | |
0 | 5333 { |
8 | 5334 if ( (double)(signed int)pButton->uHeight != 0.0 ) |
0 | 5335 { |
8 | 5336 //UNDEF(v32); |
14 | 5337 //if ( v33 | v34 ) |
5338 //{ | |
8 | 5339 pMessageType2 = (UIMessageType)pButton->field_1C; |
5340 if ( pMessageType2 != 0 ) | |
5341 { | |
5342 v36 = pButton->uControlParam; | |
5343 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 ) | |
5344 { | |
5345 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = pMessageType2; | |
5346 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v36; | |
5347 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
5348 //goto LABEL_27; | |
5349 ++pMessageQueue_50CBD0->uNumMessages; | |
5350 v13 = pButton->pButtonName; | |
5351 sub_41C0B8_set_status_string(v13); | |
5352 uLastPointedObjectID = 1; | |
5353 return; | |
5354 } | |
5355 } | |
5356 //goto LABEL_28; | |
5357 v13 = pButton->pButtonName; | |
5358 sub_41C0B8_set_status_string(v13); | |
5359 uLastPointedObjectID = 1; | |
5360 return; | |
14 | 5361 //} |
0 | 5362 } |
5363 } | |
5364 } | |
8 | 5365 else |
0 | 5366 { |
8 | 5367 if ( pButton->uButtonType == 3 |
5368 && (signed int)pX >= (signed int)pButton->uX | |
5369 && (signed int)pX <= (signed int)pButton->uZ | |
5370 && (signed int)pY >= (signed int)pButton->uY | |
5371 && (signed int)pY <= (signed int)pButton->uW ) | |
5372 //goto LABEL_19; | |
0 | 5373 { |
8 | 5374 pPlayer = pPlayers[uActiveCharacter]; |
5375 v5 = LOBYTE(pPlayer->pActiveSkills[pButton->uControlParam]); | |
5376 v6 = pPlayer->uSkillPoints; | |
0 | 5377 v7 = (v5 & 0x3F) + 1; |
5378 if ( v6 < v7 ) | |
5379 { | |
5380 v41 = v7 - v6; | |
5381 v39 = pGlobalTXT_LocalizationStrings[469];// "You need %d more Skill Points to advance here" | |
5382 } | |
5383 else | |
5384 { | |
5385 v41 = v7; | |
5386 v39 = pGlobalTXT_LocalizationStrings[468];// "Clicking here will spend %d Skill Points" | |
5387 } | |
5388 sprintf(Str1, v39, v41); | |
5389 v13 = Str1; | |
8 | 5390 //goto _set_status_and_ret; |
5391 sub_41C0B8_set_status_string(v13); | |
5392 uLastPointedObjectID = 1; | |
5393 return; | |
0 | 5394 } |
5395 } | |
5396 } | |
5397 } | |
5398 } | |
8 | 5399 pMouse->uPointingObjectID = sub_46A99B(); |
5400 //goto _return; | |
5401 if ( pMouse->uPointingObjectID == 0 ) | |
5402 { | |
5403 if ( uLastPointedObjectID != 0 ) | |
5404 { | |
5405 pStatusBarString[0] = 0; | |
5406 bForceDrawStatusBar = 1; | |
5407 } | |
5408 } | |
5409 uLastPointedObjectID = pMouse->uPointingObjectID; | |
5410 return; | |
5411 } | |
5412 while ( 1 ) // some other fullscreen ui | |
5413 { | |
5414 pWindow = &pWindowList[pVisibleWindowsIdxs[v1] - 1]; | |
5415 if ( (signed int)pX >= (signed int)pWindow->uFrameX | |
5416 && (signed int)pX <= (signed int)pWindow->uFrameZ | |
5417 && (signed int)pY >= (signed int)pWindow->uFrameY | |
5418 && (signed int)pY <= (signed int)pWindow->uFrameW ) | |
5419 { | |
5420 for ( pButton = pWindow->pControlsHead; ; pButton = pButton->pNext ) | |
5421 { | |
5422 if ( !pButton ) | |
5423 break; | |
5424 if ( pButton->uButtonType == 1 ) | |
5425 { | |
5426 if ( (signed int)pX >= (signed int)pButton->uX | |
5427 && (signed int)pX <= (signed int)pButton->uZ | |
5428 && (signed int)pY >= (signed int)pButton->uY | |
5429 && (signed int)pY <= (signed int)pButton->uW ) | |
5430 { | |
5431 //LABEL_24: | |
5432 pMessageType1 = (UIMessageType)pButton->field_1C; | |
5433 if ( pMessageType1 ) | |
5434 { | |
5435 v12 = pButton->uControlParam; | |
5436 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 ) | |
5437 { | |
5438 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = pMessageType1; | |
5439 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v12; | |
5440 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
5441 //LABEL_27: | |
5442 ++pMessageQueue_50CBD0->uNumMessages; | |
5443 } | |
5444 } | |
5445 //LABEL_28: | |
5446 v13 = pButton->pButtonName; | |
5447 //_set_status_and_ret: | |
5448 sub_41C0B8_set_status_string(v13); | |
5449 //LABEL_131: | |
5450 uLastPointedObjectID = 1; | |
5451 return; | |
5452 } | |
5453 } | |
5454 else | |
5455 { | |
5456 if ( pButton->uButtonType == 2 ) | |
5457 { | |
5458 v45 = pX - pButton->uX; | |
5459 v45 = pY - pButton->uY; | |
5460 if ( (double)(signed int)pButton->uWidth != 0.0 ) | |
5461 { | |
5462 if ( (double)(signed int)pButton->uHeight != 0.0 ) | |
5463 { | |
5464 //UNDEF(v8); | |
14 | 5465 //if ( v9 | v10 ) |
8 | 5466 //goto LABEL_24; |
14 | 5467 //{ |
8 | 5468 pMessageType1 = (UIMessageType)pButton->field_1C; |
5469 if ( pMessageType1 ) | |
5470 { | |
5471 v12 = pButton->uControlParam; | |
5472 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 ) | |
5473 { | |
5474 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = pMessageType1; | |
5475 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v12; | |
5476 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
5477 ++pMessageQueue_50CBD0->uNumMessages; | |
5478 } | |
5479 } | |
5480 v13 = pButton->pButtonName; | |
5481 sub_41C0B8_set_status_string(v13); | |
5482 uLastPointedObjectID = 1; | |
5483 return; | |
14 | 5484 //} |
8 | 5485 } |
5486 } | |
5487 } | |
5488 else // click on skill | |
5489 { | |
5490 if ( pButton->uButtonType == 3 | |
5491 && (signed int)pX >= (signed int)pButton->uX | |
5492 && (signed int)pX <= (signed int)pButton->uZ | |
5493 && (signed int)pY >= (signed int)pButton->uY | |
5494 && (signed int)pY <= (signed int)pButton->uW ) | |
5495 { | |
5496 //LABEL_19: | |
5497 pPlayer = pPlayers[uActiveCharacter]; | |
5498 v5 = LOBYTE(pPlayer->pActiveSkills[pButton->uControlParam]); | |
5499 v6 = pPlayer->uSkillPoints; | |
5500 v7 = (v5 & 0x3F) + 1; | |
5501 if ( v6 < v7 ) | |
5502 { | |
5503 v41 = v7 - v6; | |
5504 v39 = pGlobalTXT_LocalizationStrings[469];// "You need %d more Skill Points to advance here" | |
5505 } | |
5506 else | |
5507 { | |
5508 v41 = v7; | |
5509 v39 = pGlobalTXT_LocalizationStrings[468];// "Clicking here will spend %d Skill Points" | |
5510 } | |
5511 sprintf(Str1, v39, v41); | |
5512 v13 = Str1; | |
5513 //goto _set_status_and_ret; | |
5514 sub_41C0B8_set_status_string(v13); | |
5515 uLastPointedObjectID = 1; | |
5516 return; | |
5517 } | |
5518 } | |
5519 } | |
5520 } | |
5521 } | |
5522 if ( pWindow->uFrameHeight == 480 ) | |
0 | 5523 break; |
5524 --v1; | |
5525 if ( v1 <= 0 ) | |
5526 { | |
5527 goto LABEL_38; | |
5528 } | |
5529 } | |
5530 } | |
5531 | |
5532 | |
5533 //----- (00421626) -------------------------------------------------------- | |
5534 GUIWindow *GameUI_InitializeCharacterWindow(unsigned int _this) | |
5535 { | |
5536 unsigned int v1; // edi@1 | |
11 | 5537 GUIWindow *pWindow; // edi@3 |
0 | 5538 |
5539 ++pIcons_LOD->uTexturePacksCount; | |
5540 v1 = _this; | |
5541 if ( !pIcons_LOD->uNumPrevLoadedFiles ) | |
5542 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles; | |
5543 pEventTimer->Pause(); | |
5544 pAudioPlayer->StopChannels(-1, -1); | |
5545 bRingsShownInCharScreen = 0; | |
5546 CharacterUI_LoadPaperdollTextures(); | |
5547 pCurrentScreen = v1; | |
11 | 5548 pWindow = GUIWindow::Create(0, 0, 640, 480, WINDOW_CharacterRecord, uActiveCharacter, 0); |
5549 pCharacterScreen_StatsBtn = pWindow->CreateButton(pViewport->uViewportX + 12, pViewport->uViewportY + 308, | |
0 | 5550 (papredoll_dbrds[9] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[9]].uTextureWidth : 24), |
5551 (papredoll_dbrds[9] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[9]].uTextureHeight : 26), | |
11 | 5552 1, 0, 0x73u, 0, 0x53u, pGlobalTXT_LocalizationStrings[216],// Stats |
0 | 5553 (Texture *)(papredoll_dbrds[10] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[10]] : 0), |
11 | 5554 papredoll_dbrds[9] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[9]] : 0, 0); |
5555 pCharacterScreen_SkillsBtn = pWindow->CreateButton(pViewport->uViewportX + 102, pViewport->uViewportY + 308, | |
0 | 5556 (papredoll_dbrds[7] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[7]].uTextureWidth : 24), |
5557 (papredoll_dbrds[7] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[7]].uTextureHeight : 26), | |
11 | 5558 1, 0, 0x72u, 0, 0x4Bu, pGlobalTXT_LocalizationStrings[205],//Skills |
0 | 5559 (Texture *)(papredoll_dbrds[8] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[8]] : 0), |
11 | 5560 papredoll_dbrds[7] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[7]] : 0, 0); |
5561 pCharacterScreen_InventoryBtn = pWindow->CreateButton(pViewport->uViewportX + 192, pViewport->uViewportY + 308, | |
0 | 5562 (papredoll_dbrds[5] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[5]].uTextureWidth : 24), |
5563 (papredoll_dbrds[5] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[5]].uTextureHeight : 26), | |
11 | 5564 1, 0, 0x74u, 0, 0x49u, pGlobalTXT_LocalizationStrings[120], //Inventory |
0 | 5565 (Texture *)(papredoll_dbrds[6] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[6]] : 0), |
11 | 5566 papredoll_dbrds[5] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[5]] : 0, 0); |
5567 pCharacterScreen_AwardsBtn = pWindow->CreateButton(pViewport->uViewportX + 282, pViewport->uViewportY + 308, | |
0 | 5568 (papredoll_dbrds[3] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[3]].uTextureWidth : 24), |
5569 (papredoll_dbrds[3] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[3]].uTextureHeight : 26), | |
11 | 5570 1, 0, 0x75u, 0, 0x41u, pGlobalTXT_LocalizationStrings[22], //Awards |
0 | 5571 (Texture *)(papredoll_dbrds[4] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[4]] : 0), |
11 | 5572 papredoll_dbrds[3] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[3]] : 0, 0); |
5573 pCharacterScreen_ExitBtn = pWindow->CreateButton(pViewport->uViewportX + 371, pViewport->uViewportY + 308, | |
0 | 5574 (papredoll_dbrds[1] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[1]].uTextureWidth : 24), |
5575 (papredoll_dbrds[1] != -1 ? pIcons_LOD->pTextures[papredoll_dbrds[1]].uTextureHeight : 26), | |
11 | 5576 1, 0, 0xA8u, 0, 0, pGlobalTXT_LocalizationStrings[79],//Exit |
0 | 5577 (Texture *)(papredoll_dbrds[2] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[2]] : 0), |
11 | 5578 papredoll_dbrds[1] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[1]] : 0, 0); |
5579 pWindow->CreateButton(0, 0, 0x1DCu, 0x159u, 1, 122, 0x78u, 0, 0, "", 0); | |
5580 pCharacterScreen_DetalizBtn = pWindow->CreateButton(0x258u, 0x12Cu, 0x1Eu, 0x1Eu, 1, 0, 0x55u, 0, 0, pGlobalTXT_LocalizationStrings[64], 0); | |
5581 pCharacterScreen_DollBtn = pWindow->CreateButton(0x1DCu, 0, 0xA4u, 0x159u, 1, 0, 0x85u, 0, 0, "", 0); | |
5582 pWindow->CreateButton(0x3Du, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 1u, 0x31u, "", 0); | |
5583 pWindow->CreateButton(0xB1u, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 2u, 0x32u, "", 0); | |
5584 pWindow->CreateButton(0x124u, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 3u, 0x33u, "", 0); | |
5585 pWindow->CreateButton(0x197u, 0x1A8u, 0x1Fu, 0, 2, 94, 0x6Eu, 4u, 0x34u, "", 0); | |
5586 pWindow->CreateButton(0, 0, 0, 0, 1, 0, 0xB0u, 0, 9u, "", 0); | |
0 | 5587 sub_419100(); |
11 | 5588 return pWindow; |
0 | 5589 } |
5590 | |
5591 | |
5592 | |
5593 //----- (004219BE) -------------------------------------------------------- | |
5594 GUIWindow *stru277::sub_4219BE() | |
5595 { | |
5596 int v1; // esi@1 | |
5597 GUIWindow *v2; // ebx@1 | |
5598 | |
5599 auto a4 = this; | |
5600 v1 = (int)a4; | |
5601 pEventTimer->Pause(); | |
5602 pAudioPlayer->StopChannels(-1, -1); | |
5603 bRingsShownInCharScreen = 0; | |
5604 CharacterUI_LoadPaperdollTextures(); | |
151 | 5605 pCurrentScreen = SCREEN_CASTING; |
0 | 5606 v2 = GUIWindow::Create(0, 0, 640, 480, (WindowType)(WINDOW_HouseInterior|WINDOW_Options), v1, 0); |
5607 pCharacterScreen_ExitBtn = v2->CreateButton( | |
5608 394u, | |
5609 318u, | |
5610 75u, | |
5611 33u, | |
5612 1, | |
5613 0, | |
5614 0xA8u, | |
5615 0, | |
5616 0, | |
5617 pGlobalTXT_LocalizationStrings[79], | |
5618 (Texture *)(papredoll_dbrds[2] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[2]] : 0), | |
5619 papredoll_dbrds[1] != -1 ? (int)&pIcons_LOD->pTextures[papredoll_dbrds[1]] : 0, | |
5620 0); | |
5621 v2->CreateButton(0, 0, 0x1DCu, 0x159u, 1, 122, 0x78u, 0, 0, "", 0); | |
5622 pCharacterScreen_DollBtn = v2->CreateButton(0x1DCu, 0, 0xA4u, 0x159u, 1, 0, 0x85u, 0, 0, "", 0); | |
5623 v2->CreateButton(61u, 424u, 0x1Fu, 0, 2, 94, 0x6Eu, 1u, 0x31u, "", 0); | |
5624 v2->CreateButton(177u, 424u, 0x1Fu, 0, 2, 94, 0x6Eu, 2u, 0x32u, "", 0); | |
5625 v2->CreateButton(292u, 424u, 0x1Fu, 0, 2, 94, 0x6Eu, 3u, 0x33u, "", 0); | |
5626 v2->CreateButton(407u, 424u, 0x1Fu, 0, 2, 94, 0x6Eu, 4u, 0x34u, "", 0); | |
5627 return v2; | |
5628 } | |
5629 | |
5630 | |
5631 //----- (00421B2C) -------------------------------------------------------- | |
5632 bool __cdecl sub_421B2C_PlaceInInventory_or_DropPickedItem() | |
5633 { | |
5634 unsigned int v0; // eax@2 | |
5635 Texture *v1; // ebx@2 | |
5636 int v2; // eax@3 | |
5637 Player *v3; // esi@5 | |
5638 int v4; // eax@6 | |
5639 unsigned __int16 v5; // dx@11 | |
5640 signed int v6; // eax@11 | |
5641 char *v7; // edi@12 | |
5642 __int16 v8; // ax@16 | |
5643 LayingItem a1; // [sp+4h] [bp-78h]@11 | |
5644 int v11; // [sp+74h] [bp-8h]@2 | |
5645 int v12; // [sp+78h] [bp-4h]@5 | |
5646 | |
5647 if ( !pParty->pPickedItem.uItemID ) | |
5648 return 1; | |
5649 v0 = pIcons_LOD->LoadTexture( | |
5650 pItemsTable->pItems[pParty->pPickedItem.uItemID].pIconName, | |
5651 TEXTURE_16BIT_PALETTE); | |
5652 v1 = (Texture *)(v0 != -1 ? (int)&pIcons_LOD->pTextures[v0] : 0); | |
5653 v11 = areWeLoadingTexture; | |
5654 if ( uActiveCharacter | |
5655 && (v2 = pPlayers[uActiveCharacter]->AddItem(0xFFFFFFFFu, pParty->pPickedItem.uItemID)) != 0 ) | |
5656 { | |
232 | 5657 memcpy(&pPlayers[uActiveCharacter]->pInventoryItems[v2-1], &pParty->pPickedItem, 0x24u); |
0 | 5658 } |
5659 else | |
5660 { | |
5661 v12 = 0; | |
5662 v3 = pParty->pPlayers; | |
5663 while ( 1 ) | |
5664 { | |
5665 v4 = v3->AddItem(0xFFFFFFFFu, pParty->pPickedItem.uItemID); | |
5666 if ( v4 ) | |
5667 break; | |
5668 ++v12; | |
5669 ++v3; | |
5670 if ( (signed int)v3 >= (signed int)pParty->pHirelings ) | |
5671 goto LABEL_10; | |
5672 } | |
5673 memcpy(&pParty->pPlayers[v12].spellbook.pDarkSpellbook.bIsSpellAvailable[36 * v4 + 5], &pParty->pPickedItem, 0x24u); | |
5674 pMouse->RemoveHoldingItem(); | |
5675 LABEL_10: | |
5676 if ( v12 != 4 ) | |
5677 goto LABEL_18; | |
5678 v5 = pItemsTable->pItems[pParty->pPickedItem.uItemID].uSpriteID; | |
5679 v6 = 0; | |
5680 a1.uItemType = pItemsTable->pItems[pParty->pPickedItem.uItemID].uSpriteID; | |
5681 if ( (signed int)pObjectList->uNumObjects <= 0 ) | |
5682 { | |
5683 LABEL_15: | |
5684 LOWORD(v6) = 0; | |
5685 } | |
5686 else | |
5687 { | |
5688 v7 = (char *)&pObjectList->pObjects->uObjectID; | |
5689 while ( v5 != *(short *)v7 ) | |
5690 { | |
5691 ++v6; | |
5692 v7 += 56; | |
5693 if ( v6 >= (signed int)pObjectList->uNumObjects ) | |
5694 goto LABEL_15; | |
5695 } | |
5696 } | |
5697 a1.field_58 = 4; | |
5698 a1.uObjectDescID = v6; | |
5699 a1.vPosition.y = pParty->vPosition.y; | |
5700 a1.vPosition.x = pParty->vPosition.x; | |
5701 a1.vPosition.z = pParty->sEyelevel + pParty->vPosition.z; | |
5702 a1.uSoundID = 0; | |
5703 a1.uFacing = 0; | |
5704 a1.uAttributes = 8; | |
5705 v8 = pIndoor->GetSector( | |
5706 pParty->vPosition.x, | |
5707 pParty->vPosition.y, | |
5708 pParty->sEyelevel + pParty->vPosition.z); | |
5709 a1.uSpriteFrameID = 0; | |
5710 a1.uSectorID = v8; | |
5711 memcpy(&a1.stru_24, &pParty->pPickedItem, sizeof(a1.stru_24)); | |
5712 a1.Create(pParty->sRotationY, 184, 200, 0); | |
5713 } | |
5714 pMouse->RemoveHoldingItem(); | |
5715 LABEL_18: | |
5716 if ( !v11 ) | |
5717 { | |
5718 v1->Release(); | |
5719 pIcons_LOD->_40F9C5(); | |
5720 } | |
5721 return 1; | |
5722 } | |
5723 | |
5724 | |
5725 //----- (00421D00) -------------------------------------------------------- | |
5726 void __fastcall GameUI_OnPlayerPortraitLeftClick(unsigned int uPlayerID) | |
5727 { | |
201 | 5728 //unsigned int v1; // esi@1 |
5729 //int v2; // eax@2 | |
5730 //Player *v3; // ecx@2 | |
5731 //Player *v4; // ecx@5 | |
0 | 5732 unsigned int v5; // [sp-4h] [bp-10h]@21 |
5733 | |
201 | 5734 //v1 = uPlayerID; |
5735 auto player = &pParty->pPlayers[uPlayerID - 1]; | |
5736 if (pParty->pPickedItem.uItemID) | |
5737 { | |
5738 //v3 = player; | |
5739 if (auto slot = player->AddItem(0xFFFFFFFFu, pParty->pPickedItem.uItemID)) | |
5740 { | |
232 | 5741 memcpy(&player->pInventoryItems[slot-1], &pParty->pPickedItem, 0x24u); |
201 | 5742 viewparams->bRedrawGameUI = true; |
0 | 5743 pMouse->RemoveHoldingItem(); |
5744 return; | |
5745 } | |
201 | 5746 |
5747 if (!player->CanAct()) | |
5748 { | |
5749 if ( pPlayers[uActiveCharacter]->CanAct()) | |
0 | 5750 goto LABEL_9; |
201 | 5751 player = pPlayers[uActiveCharacter]; |
5752 } | |
5753 player->PlaySound(SPEECH_NoRoom, 0); | |
5754 } | |
5755 | |
0 | 5756 LABEL_9: |
201 | 5757 if (pCurrentScreen == SCREEN_GAME) |
5758 { | |
5759 viewparams->bRedrawGameUI = true; | |
5760 if ( uActiveCharacter != uPlayerID ) | |
11 | 5761 //goto LABEL_27; |
5762 { | |
201 | 5763 if ( pPlayers[uPlayerID]->uTimeToRecovery ) |
11 | 5764 return; |
201 | 5765 |
5766 uActiveCharacter = uPlayerID; | |
11 | 5767 return; |
5768 } | |
0 | 5769 v5 = 7; |
11 | 5770 //LABEL_22: |
0 | 5771 pGUIWindow_CurrentMenu = GameUI_InitializeCharacterWindow(v5); |
5772 return; | |
5773 } | |
151 | 5774 if ( pCurrentScreen == SCREEN_SPELL_BOOK ) |
0 | 5775 return; |
151 | 5776 if ( pCurrentScreen == SCREEN_CHEST ) |
0 | 5777 { |
11 | 5778 //LABEL_23: |
201 | 5779 viewparams->bRedrawGameUI = true; |
5780 if ( uActiveCharacter == uPlayerID ) | |
0 | 5781 { |
5782 pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 103; | |
151 | 5783 pCurrentScreen = SCREEN_F; |
11 | 5784 //goto LABEL_28; |
201 | 5785 uActiveCharacter = uPlayerID; |
11 | 5786 return; |
5787 } | |
5788 //LABEL_27: | |
201 | 5789 if ( pPlayers[uPlayerID]->uTimeToRecovery ) |
0 | 5790 return; |
11 | 5791 //goto LABEL_28; |
201 | 5792 uActiveCharacter = uPlayerID; |
11 | 5793 return; |
0 | 5794 } |
151 | 5795 if ( pCurrentScreen != SCREEN_HOUSE ) |
5796 { | |
5797 if ( pCurrentScreen == SCREEN_E ) | |
0 | 5798 { |
11 | 5799 //LABEL_28: |
201 | 5800 uActiveCharacter = uPlayerID; |
0 | 5801 return; |
5802 } | |
151 | 5803 if ( pCurrentScreen != SCREEN_F ) |
0 | 5804 { |
201 | 5805 viewparams->bRedrawGameUI = true; |
5806 uActiveCharacter = uPlayerID; | |
0 | 5807 if ( pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] == 102 ) |
5808 sub_419100(); | |
5809 return; | |
5810 } | |
11 | 5811 //goto LABEL_23; |
201 | 5812 viewparams->bRedrawGameUI = true; |
5813 if ( uActiveCharacter == uPlayerID ) | |
11 | 5814 { |
5815 pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 103; | |
151 | 5816 pCurrentScreen = SCREEN_F; |
11 | 5817 //goto LABEL_28; |
201 | 5818 uActiveCharacter = uPlayerID; |
11 | 5819 return; |
5820 } | |
5821 //LABEL_27: | |
201 | 5822 if ( pPlayers[uPlayerID]->uTimeToRecovery ) |
11 | 5823 return; |
5824 //goto LABEL_28; | |
201 | 5825 uActiveCharacter = uPlayerID; |
11 | 5826 return; |
0 | 5827 } |
5828 if ( ptr_507BC0->field_40 == 1 ) | |
5829 return; | |
201 | 5830 viewparams->bRedrawGameUI = true; |
5831 if ( uActiveCharacter != uPlayerID ) | |
11 | 5832 //goto LABEL_28; |
201 | 5833 uActiveCharacter = uPlayerID; |
11 | 5834 return; |
0 | 5835 if ( dword_F8B19C == 2 || dword_F8B19C == 6 ) |
5836 { | |
5837 pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 103; | |
5838 v5 = 14; | |
11 | 5839 //goto LABEL_22; |
5840 pGUIWindow_CurrentMenu = GameUI_InitializeCharacterWindow(v5); | |
5841 return; | |
0 | 5842 } |
5843 } | |
5844 // 4E28F8: using guessed type int pCurrentScreen; | |
5845 // F8B19C: using guessed type int dword_F8B19C; | |
5846 | |
5847 //----- (00421EA6) -------------------------------------------------------- | |
5848 void __cdecl sub_421EA6_OnInventoryLeftClick() | |
5849 { | |
5850 Player *v0; // ebx@1 | |
5851 signed int v1; // eax@2 | |
5852 signed int v2; // ecx@2 | |
5853 int v3; // eax@2 | |
5854 char v4; // sf@2 | |
5855 int v5; // eax@2 | |
5856 unsigned int v6; // eax@7 | |
5857 unsigned int v7; // esi@12 | |
5858 unsigned int v8; // eax@12 | |
5859 unsigned int v9; // eax@16 | |
5860 unsigned int v10; // eax@18 | |
5861 ItemGen this_; // [sp+Ch] [bp-3Ch]@1 | |
5862 POINT a2; // [sp+30h] [bp-18h]@4 | |
5863 unsigned int v13; // [sp+38h] [bp-10h]@13 | |
5864 unsigned int pY; // [sp+3Ch] [bp-Ch]@2 | |
5865 unsigned int pX; // [sp+40h] [bp-8h]@2 | |
5866 int a4; // [sp+44h] [bp-4h]@2 | |
5867 | |
5868 v0 = pPlayers[uActiveCharacter]; | |
5869 if ( pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] != 103 | |
5870 || (pMouse->GetClickPos(&pX, &pY), | |
5871 v1 = pY - 17, | |
5872 v2 = pX - 14, | |
5873 pY = v1, | |
5874 pX = v2, | |
5875 v3 = 14 * (v1 >> 5), | |
5876 v2 >>= 5, | |
5877 v4 = v2 + v3 < 0, | |
5878 v5 = v2 + v3, | |
5879 a4 = v5, | |
5880 v4) | |
5881 || v5 > 126 | |
5882 || pMouse->GetCursorPos(&a2)->x >= 462 | |
5883 || pMouse->GetCursorPos(&a2)->x < 14 ) | |
5884 return; | |
5885 if ( unk_50C9A0 ) | |
5886 { | |
5887 v6 = v0->GetItemIDAtInventoryIndex(&a4); | |
5888 if ( v6 ) | |
5889 { | |
5890 *((char *)pGUIWindow_Settings->ptr_1C + 8) &= 0x7Fu; | |
5891 *((short *)pGUIWindow_Settings->ptr_1C + 2) = uActiveCharacter - 1; | |
5892 *((int *)pGUIWindow_Settings->ptr_1C + 3) = v6 - 1; | |
5893 *((short *)pGUIWindow_Settings->ptr_1C + 3) = a4; | |
232 | 5894 ptr_50C9A4 = (ItemGen *)&v0->pInventoryItems[v6-1]; |
0 | 5895 unk_50C9A0 = 0; |
5896 if ( pMessageQueue_50CBD0->uNumMessages ) | |
5897 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
5898 pMouse->SetCursorBitmap("MICON1"); | |
5899 dword_50C9D0 = 113; | |
5900 dword_50C9D4 = 0; | |
5901 dword_50C9D8 = 256; | |
5902 } | |
5903 return; | |
5904 } | |
5905 if ( ptr_50C9A4 ) | |
5906 return; | |
5907 v7 = pParty->pPickedItem.uItemID; | |
5908 v8 = v0->GetItemIDAtInventoryIndex(&a4); | |
5909 if ( !v7 ) | |
5910 { | |
5911 if ( !v8 ) | |
5912 return; | |
232 | 5913 memcpy(&pParty->pPickedItem, &v0->pInventoryItems[v8-1], sizeof(pParty->pPickedItem)); |
0 | 5914 v0->RemoveItemAtInventoryIndex(a4); |
5915 v9 = pParty->pPickedItem.uItemID; | |
5916 goto LABEL_24; | |
5917 } | |
5918 v13 = v8; | |
5919 if ( v8 ) | |
5920 { | |
232 | 5921 a2.y = (LONG)&v0->pInventoryItems[v8-1]; |
0 | 5922 memcpy(&this_, (const void *)a2.y, sizeof(this_)); |
5923 v0->RemoveItemAtInventoryIndex(a4); | |
5924 pX = v0->AddItem2(a4, &pParty->pPickedItem); | |
5925 if ( !pX ) | |
5926 { | |
5927 pX = v0->AddItem2(0xFFFFFFFFu, &pParty->pPickedItem); | |
5928 if ( !pX ) | |
5929 { | |
5930 v0->_49298B(&this_, v13 - 1, a4); | |
5931 memcpy((void *)a2.y, &this_, sizeof(ItemGen)); | |
5932 return; | |
5933 } | |
5934 } | |
5935 v9 = this_.uItemID; | |
5936 memcpy(&pParty->pPickedItem, &this_, sizeof(pParty->pPickedItem)); | |
5937 LABEL_24: | |
5938 pMouse->SetCursorBitmap(pItemsTable->pItems[v9].pIconName); | |
5939 return; | |
5940 } | |
5941 v10 = v0->AddItem(a4, v7); | |
5942 pX = v10; | |
5943 if ( v10 || (v10 = v0->AddItem(0xFFFFFFFFu, pParty->pPickedItem.uItemID), (pX = v10) != 0) ) | |
5944 { | |
232 | 5945 memcpy(&v0->pInventoryItems[v10-1], &pParty->pPickedItem, 0x24u); |
0 | 5946 pMouse->RemoveHoldingItem(); |
5947 } | |
5948 } | |
5949 | |
5950 | |
5951 //----- (0042213C) -------------------------------------------------------- | |
5952 void __cdecl OnGameViewportClick() | |
5953 { | |
5954 signed int v0; // ebx@2 | |
5955 POINT *v1; // esi@3 | |
5956 signed int v2; // eax@9 | |
5957 BLVFace *v3; // eax@10 | |
5958 unsigned int v4; // eax@11 | |
5959 unsigned __int16 v5; // dx@14 | |
5960 signed int v6; // eax@14 | |
5961 char *v7; // esi@15 | |
5962 int *v8; // eax@19 | |
5963 int v9; // eax@19 | |
5964 unsigned int v10; // eax@19 | |
5965 int v11; // ecx@21 | |
5966 ODMFace *v12; // eax@22 | |
5967 LevelDecoration *v13; // esi@24 | |
5968 __int16 v14; // ax@25 | |
5969 int v15; // ecx@29 | |
5970 signed int v16; // edx@30 | |
5971 Actor *v17; // esi@30 | |
5972 int v18; // ebx@47 | |
5973 unsigned __int16 v19; // ax@50 | |
5974 const char *v20; // eax@51 | |
5975 signed int v21; // eax@58 | |
5976 ItemGen *v22; // esi@62 | |
5977 unsigned int v23; // eax@62 | |
5978 LayingItem a1; // [sp+Ch] [bp-80h]@1 | |
5979 POINT v25; // [sp+7Ch] [bp-10h]@3 | |
5980 POINT a2; // [sp+84h] [bp-8h]@3 | |
5981 | |
5982 if ( pRenderer->pRenderD3D ) | |
5983 { | |
5984 v0 = pGame->pVisInstance->get_picked_object_zbuf_val(); | |
5985 } | |
5986 else | |
5987 { | |
5988 v1 = pMouse->GetCursorPos(&a2); | |
5989 v0 = pRenderer->pActiveZBuffer[v1->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&v25)->y]]; | |
5990 } | |
141 | 5991 if ( (v0 & 7) == OBJECT_Item) |
0 | 5992 { |
5993 a2.y = (signed int)(unsigned __int16)v0 >> 3; | |
5994 v21 = (signed int)(unsigned __int16)v0 >> 3; | |
5995 if ( !(pObjectList->pObjects[pLayingItems[v21].uObjectDescID].uFlags & 0x10) | |
5996 && a2.y < 1000 | |
5997 && pLayingItems[v21].uObjectDescID | |
5998 && (unsigned int)v0 < 0x2000000 ) | |
5999 { | |
6000 v22 = &pLayingItems[v21].stru_24; | |
6001 v23 = pLayingItems[v21].stru_24.uItemID; | |
6002 if ( pItemsTable->pItems[v23].uEquipType == 18 ) | |
6003 { | |
6004 party_finds_gold(v22->uAdditionalValue, 0); | |
6005 viewparams->bRedrawGameUI = 1; | |
6006 } | |
6007 else | |
6008 { | |
6009 sprintf(pTmpBuf2, pGlobalTXT_LocalizationStrings[471], pItemsTable->pItems[v23].pUnidentifiedName); | |
6010 ShowStatusBarString(pTmpBuf2, 2u); | |
6011 if ( v22->uItemID == 506 ) | |
6012 _449B7E_toggle_bit(pParty->_award_bits, 184, 1u); | |
6013 if ( v22->uItemID == 455 ) | |
6014 _449B7E_toggle_bit(pParty->_award_bits, 185, 1u); | |
6015 if ( !pParty->AddItem(v22) ) | |
6016 pParty->SetHoldingItem(v22); | |
6017 } | |
6018 LayingItem::_42F933(a2.y); | |
6019 return; | |
6020 } | |
6021 goto LABEL_13; | |
6022 } | |
141 | 6023 if ( (v0 & 7) != OBJECT_Actor) |
6024 { | |
6025 if ( (v0 & 7) == OBJECT_Decoration) | |
0 | 6026 { |
6027 v13 = &pLevelDecorations[(signed int)(unsigned __int16)v0 >> 3]; | |
6028 if ( (signed int)(((unsigned int)v0 >> 16) - pDecorationList->pDecorations[v13->uDecorationDescID].uRadius) >= 512 ) | |
6029 goto LABEL_13; | |
6030 v14 = v13->field_16_event_id; | |
6031 if ( !v14 ) | |
6032 { | |
6033 if ( pLevelDecorations[(signed int)(unsigned __int16)v0 >> 3].IsInteractive() ) | |
6034 { | |
6035 v15 = stru_5E4C90._decor_events[v13->_idx_in_stru123 - 75] + 380; | |
6036 _5C3420_pDecoration = &pLevelDecorations[(signed int)(unsigned __int16)v0 >> 3]; | |
6037 EventProcessor(v15, 0, 1); | |
6038 _5C3420_pDecoration = 0; | |
6039 } | |
6040 return; | |
6041 } | |
6042 v11 = v14; | |
6043 } | |
6044 else | |
6045 { | |
141 | 6046 if ( (v0 & 7) != OBJECT_BModel || (unsigned int)v0 >= 0x2000000 ) |
0 | 6047 goto LABEL_13; |
6048 v2 = (signed int)(unsigned __int16)v0 >> 3; | |
6049 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor) | |
6050 { | |
6051 v3 = &pIndoor->pFaces[v2]; | |
6052 if ( !(v3->uAttributes & 0x2000000) ) | |
6053 { | |
6054 LABEL_11: | |
6055 v4 = pParty->pPickedItem.uItemID; | |
6056 if ( pParty->pPickedItem.uItemID ) | |
6057 { | |
6058 LABEL_14: | |
6059 v5 = pItemsTable->pItems[v4].uSpriteID; | |
6060 v6 = 0; | |
6061 a1.uItemType = v5; | |
6062 if ( (signed int)pObjectList->uNumObjects <= 0 ) | |
6063 { | |
6064 LABEL_18: | |
6065 LOWORD(v6) = 0; | |
6066 } | |
6067 else | |
6068 { | |
6069 v7 = (char *)&pObjectList->pObjects->uObjectID; | |
6070 while ( v5 != *(short *)v7 ) | |
6071 { | |
6072 ++v6; | |
6073 v7 += 56; | |
6074 if ( v6 >= (signed int)pObjectList->uNumObjects ) | |
6075 goto LABEL_18; | |
6076 } | |
6077 } | |
6078 a1.uObjectDescID = v6; | |
6079 a1.vPosition.y = pParty->vPosition.y; | |
6080 a1.field_58 = 4; | |
6081 a1.vPosition.x = pParty->vPosition.x; | |
6082 a1.vPosition.z = pParty->sEyelevel + pParty->vPosition.z; | |
6083 a1.uSoundID = 0; | |
6084 a1.uFacing = 0; | |
6085 a1.uAttributes = 8; | |
6086 a1.uSectorID = pIndoor->GetSector( | |
6087 pParty->vPosition.x, | |
6088 pParty->vPosition.y, | |
6089 pParty->sEyelevel + pParty->vPosition.z); | |
6090 a1.uSpriteFrameID = 0; | |
6091 memcpy(&a1.stru_24, &pParty->pPickedItem, 0x24u); | |
6092 v8 = (int *)pMouse->GetCursorPos(&v25); | |
6093 v9 = UnprojectX(*v8); | |
6094 a1.Create(pParty->sRotationY + v9, 184, 200, 0); | |
6095 v10 = pIcons_LOD->LoadTexture( | |
6096 pItemsTable->pItems[pParty->pPickedItem.uItemID].pIconName, | |
6097 TEXTURE_16BIT_PALETTE); | |
6098 if (v10 != -1) | |
6099 pIcons_LOD->pTextures[v10].Release(); | |
6100 pMouse->RemoveHoldingItem(); | |
6101 pIcons_LOD->_40F9C5(); | |
6102 return; | |
6103 } | |
6104 ShowNothingHereStatus(); | |
6105 LABEL_13: | |
6106 v4 = pParty->pPickedItem.uItemID; | |
6107 if ( !pParty->pPickedItem.uItemID ) | |
6108 return; | |
6109 goto LABEL_14; | |
6110 } | |
6111 v11 = pIndoor->pFaceExtras[v3->uFaceExtraID].uEventID; | |
6112 } | |
6113 else | |
6114 { | |
6115 v12 = &pOutdoor->pBModels[(signed int)(unsigned __int16)v0 >> 9].pFaces[v2 & 0x3F]; | |
6116 if ( !(v12->uAttributes & 0x2000000) ) | |
6117 goto LABEL_11; | |
6118 v11 = v12->sCogTriggeredID; | |
6119 } | |
6120 } | |
6121 EventProcessor(v11, (unsigned __int16)v0, 1); | |
6122 return; | |
6123 } | |
6124 v16 = (signed int)(unsigned __int16)v0 >> 3; | |
6125 a2.y = v16; | |
6126 v17 = &pActors[v16]; | |
6127 if ( v17->uAIState == 5 ) | |
6128 { | |
6129 if ( (unsigned int)v0 < 0x2000000 ) | |
6130 { | |
6131 stru_50C198.LootActor(&pActors[v16]); | |
6132 return; | |
6133 } | |
6134 goto LABEL_13; | |
6135 } | |
6136 if ( GetAsyncKeyState(VK_SHIFT) >= 0 ) | |
6137 { | |
6138 if ( !v17->GetActorsRelation(0) && !(BYTE2(v17->uAttributes) & 8) ) | |
6139 { | |
6140 if ( (unsigned int)v0 >= 0x2000000 ) | |
6141 goto LABEL_13; | |
6142 if ( !v17->CanAct() ) | |
6143 return; | |
6144 v18 = a2.y; | |
6145 Actor::FaceObject(a2.y, 4u, 0, 0); | |
6146 if ( !v17->uNPC_ID ) | |
6147 { | |
6148 v19 = pNPCStats->pGroups_copy[v17->uGroup]; | |
6149 if ( v19 ) | |
6150 { | |
6151 v20 = pNPCStats->pCatchPhrases[v19]; | |
6152 if ( v20 ) | |
6153 { | |
6154 pParty->uFlags |= 2u; | |
6155 strcpy(byte_5B0938, v20); | |
6156 sub_4451A8_press_any_key(0, 0, 0); | |
6157 } | |
6158 } | |
6159 return; | |
6160 } | |
6161 if ( (signed int)pMessageQueue_50CBD0->uNumMessages >= 40 ) | |
6162 return; | |
6163 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)161; | |
6164 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v18; | |
6165 LABEL_42: | |
6166 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
6167 ++pMessageQueue_50CBD0->uNumMessages; | |
6168 return; | |
6169 } | |
6170 if ( pParty->bTurnBasedModeOn == 1 && pTurnEngine->field_4 == 3 ) | |
6171 { | |
6172 pTurnEngine->field_18 |= 8u; | |
6173 return; | |
6174 } | |
6175 if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 ) | |
6176 { | |
6177 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)23; | |
6178 goto LABEL_41; | |
6179 } | |
6180 } | |
6181 else | |
6182 { | |
6183 if ( pParty->bTurnBasedModeOn == 1 && pTurnEngine->field_4 == 3 ) | |
6184 { | |
6185 pParty->uFlags |= 8u; | |
6186 return; | |
6187 } | |
6188 if ( uActiveCharacter | |
6189 && sub_427769_spell(pPlayers[uActiveCharacter]->uQuickSpell) | |
6190 && (signed int)pMessageQueue_50CBD0->uNumMessages < 40 ) | |
6191 { | |
6192 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)25; | |
6193 LABEL_41: | |
6194 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 0; | |
6195 goto LABEL_42; | |
6196 } | |
6197 } | |
6198 } | |
6199 | |
6200 //----- (004226C2) -------------------------------------------------------- | |
6201 bool __cdecl sub_4226C2() | |
6202 { | |
6203 if ( pCurrentScreen | |
151 | 6204 && pCurrentScreen != SCREEN_NPC_DIALOGUE |
6205 && pCurrentScreen != SCREEN_CHANGE_LOCATION ) | |
6206 { | |
6207 if ( pCurrentScreen == SCREEN_INPUT_BLV ) | |
0 | 6208 return pVideoPlayer->pSmackerMovie != 0; |
151 | 6209 if ( pCurrentScreen != SCREEN_BRANCHLESS_NPC_DIALOG ) |
0 | 6210 return 1; |
6211 } | |
6212 return 0; | |
6213 } | |
6214 // 4E28F8: using guessed type int pCurrentScreen; | |
6215 | |
6216 //----- (004226EF) -------------------------------------------------------- | |
6217 void __fastcall SetUserInterface(int a1, bool bReplace) | |
6218 { | |
6219 int v2; // ecx@2 | |
6220 unsigned int v3; // eax@7 | |
6221 unsigned __int16 v4; // dx@7 | |
6222 unsigned __int16 v5; // cx@7 | |
6223 unsigned __int16 v6; // [sp-4h] [bp-14h]@7 | |
6224 | |
6225 if ( a1 ) | |
6226 { | |
6227 v2 = a1 - 1; | |
6228 if ( v2 ) | |
6229 { | |
6230 if ( v2 != 1 ) | |
6231 return; | |
6232 if ( bReplace ) | |
6233 { | |
6234 pTexture_RightFrame->Reload("ib-r-C.pcx"); | |
6235 pTexture_BottomFrame->Reload("ib-b-C.pcx"); | |
6236 pTexture_TopFrame->Reload("ib-t-C.pcx"); | |
6237 pTexture_LeftFrame->Reload("ib-l-C.pcx"); | |
6238 pTexture_StatusBar->Reload("IB-Foot-c.pcx"); | |
6239 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_right_panel], "ib-mb-C", 2); | |
6240 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D8], "ib-autmask-c", 2); | |
6241 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079B4], "IB-COMP-C", 2); | |
6242 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D0], "IB-InitG-c", 2); | |
6243 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079C8], "IB-InitY-c", 2); | |
6244 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079CC], "IB-InitR-c", 2); | |
6245 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507990], "IB-NPCLD-C", 2); | |
6246 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50798C], "IB-NPCRD-C", 2); | |
6247 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507980], "ib-autout-C", 2); | |
6248 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507984], "ib-autin-C", 2); | |
6249 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50C98C], "IB-selec-C", 2); | |
6250 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50797C], "ib-m1d-c", 2); | |
6251 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507978], "ib-m2d-c", 2); | |
6252 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507974], "ib-m3d-c", 2); | |
6253 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507970], "ib-m4d-c", 2); | |
6254 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50796C], "isg-01-c", 2); | |
6255 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507968], "isg-02-c", 2); | |
6256 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507964], "isg-03-c", 2); | |
6257 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507960], "isg-04-c", 2); | |
6258 pUIAnim_WizardEye->uIconID = pIconsFrameTable->FindIcon("wizeyeC"); | |
6259 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnim_WizardEye->uIconID); | |
6260 pUIAnum_Torchlight->uIconID = pIconsFrameTable->FindIcon("torchC"); | |
6261 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnum_Torchlight->uIconID); | |
6262 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_506438], "ib-bcu-c", 2); | |
6263 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50795C], "evtnpc-c", 2); | |
6264 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507958], "fr_inven-c", 2); | |
6265 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_Parchment], "parchment", 2); | |
6266 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B4], "cornr_ll-c", 2); | |
6267 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B0], "cornr_lr-c", 2); | |
6268 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076AC], "cornr_ul-c", 2); | |
6269 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A8], "cornr_ur-c", 2); | |
6270 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A4], "edge_btm-c", 2); | |
6271 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A0], "edge_lf-c", 2); | |
6272 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50769C], "edge_rt-c", 2); | |
6273 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507698], "edge_top-c", 2); | |
6274 pIcons_LOD->ReloadTexture(pTexture_591428, "endcap-c", 2); | |
6275 } | |
6276 else | |
6277 { | |
6278 pTexture_RightFrame->Load("ib-r-C.pcx", 0); | |
6279 pTexture_BottomFrame->Load("ib-b-c.pcx", 0); | |
6280 pTexture_TopFrame->Load("ib-t-C.pcx", 0); | |
6281 pTexture_LeftFrame->Load("ib-l-C.pcx", 0); | |
6282 pTexture_StatusBar->Load("IB-Foot-c.pcx", 0); | |
6283 uTextureID_right_panel = pIcons_LOD->LoadTexture("ib-mb-C", TEXTURE_16BIT_PALETTE); | |
6284 dword_5079D8 = pIcons_LOD->LoadTexture("ib-autmask-c", TEXTURE_16BIT_PALETTE); | |
6285 dword_5079B4 = pIcons_LOD->LoadTexture("IB-COMP-C", TEXTURE_16BIT_PALETTE); | |
6286 dword_5079D0 = pIcons_LOD->LoadTexture("IB-InitG-c", TEXTURE_16BIT_PALETTE); | |
6287 dword_5079C8 = pIcons_LOD->LoadTexture("IB-InitY-c", TEXTURE_16BIT_PALETTE); | |
6288 dword_5079CC = pIcons_LOD->LoadTexture("IB-InitR-c", TEXTURE_16BIT_PALETTE); | |
6289 uTextureID_507990 = pIcons_LOD->LoadTexture("IB-NPCLD-C", TEXTURE_16BIT_PALETTE); | |
6290 uTextureID_50798C = pIcons_LOD->LoadTexture("IB-NPCRD-C", TEXTURE_16BIT_PALETTE); | |
6291 uTextureID_507980 = pIcons_LOD->LoadTexture("ib-autout-C", TEXTURE_16BIT_PALETTE); | |
6292 uTextureID_507984 = pIcons_LOD->LoadTexture("ib-autin-C", TEXTURE_16BIT_PALETTE); | |
6293 dword_50C98C = pIcons_LOD->LoadTexture("IB-selec-C", TEXTURE_16BIT_PALETTE); | |
6294 uTextureID_50797C = pIcons_LOD->LoadTexture("ib-m1d-c", TEXTURE_16BIT_PALETTE); | |
6295 uTextureID_507978 = pIcons_LOD->LoadTexture("ib-m2d-c", TEXTURE_16BIT_PALETTE); | |
6296 dword_507974 = pIcons_LOD->LoadTexture("ib-m3d-c", TEXTURE_16BIT_PALETTE); | |
6297 uTextureID_507970 = pIcons_LOD->LoadTexture("ib-m4d-c", TEXTURE_16BIT_PALETTE); | |
6298 uTextureID_506438 = pIcons_LOD->LoadTexture("ib-bcu-c", TEXTURE_16BIT_PALETTE); | |
6299 dword_50796C = pIcons_LOD->LoadTexture("isg-01-c", TEXTURE_16BIT_PALETTE); | |
6300 dword_507968 = pIcons_LOD->LoadTexture("isg-02-c", TEXTURE_16BIT_PALETTE); | |
6301 dword_507964 = pIcons_LOD->LoadTexture("isg-03-c", TEXTURE_16BIT_PALETTE); | |
6302 dword_507960 = pIcons_LOD->LoadTexture("isg-04-c", TEXTURE_16BIT_PALETTE); | |
6303 uTextureID_50795C = pIcons_LOD->LoadTexture("evtnpc-c", TEXTURE_16BIT_PALETTE); | |
6304 uTextureID_507958 = pIcons_LOD->LoadTexture("fr_inven", TEXTURE_16BIT_PALETTE); | |
6305 pUIAnim_WizardEye->uIconID = pIconsFrameTable->FindIcon("wizeyeC"); | |
6306 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnim_WizardEye->uIconID); | |
6307 pUIAnum_Torchlight->uIconID = pIconsFrameTable->FindIcon("torchC"); | |
6308 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnum_Torchlight->uIconID); | |
6309 } | |
6310 v3 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xC8u, 0, 0); | |
6311 v4 = 0; | |
6312 v6 = 0; | |
6313 v5 = 10; | |
6314 } | |
6315 else | |
6316 { | |
6317 if ( bReplace ) | |
6318 { | |
6319 pTexture_RightFrame->Reload("ib-r-a.pcx"); | |
6320 pTexture_BottomFrame->Reload("ib-b-a.pcx"); | |
6321 pTexture_TopFrame->Reload("ib-t-a.pcx"); | |
6322 pTexture_LeftFrame->Reload("ib-l-a.pcx"); | |
6323 pTexture_StatusBar->Reload("IB-Foot-a.pcx"); | |
6324 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_right_panel], "ib-mb-a", 2); | |
6325 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D8], "ib-autmask-a", 2); | |
6326 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079B4], "IB-COMP-a", 2); | |
6327 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D0], "IB-InitG-a", 2); | |
6328 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079C8], "IB-InitY-a", 2); | |
6329 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079CC], "IB-InitR-a", 2); | |
6330 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507990], "IB-NPCLD-a", 2); | |
6331 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50798C], "IB-NPCRD-a", 2); | |
6332 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507980], "ib-autout-a", 2); | |
6333 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507984], "ib-autin-a", 2); | |
6334 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50C98C], "IB-selec-a", 2); | |
6335 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50797C], "ib-m1d-a", 2); | |
6336 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507978], "ib-m2d-a", 2); | |
6337 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507974], "ib-m3d-a", 2); | |
6338 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507970], "ib-m4d-a", 2); | |
6339 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50796C], "isg-01-a", 2); | |
6340 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507968], "isg-02-a", 2); | |
6341 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507964], "isg-03-a", 2); | |
6342 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507960], "isg-04-a", 2); | |
6343 pUIAnim_WizardEye->uIconID = pIconsFrameTable->FindIcon("wizeyeA"); | |
6344 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnim_WizardEye->uIconID); | |
6345 pUIAnum_Torchlight->uIconID = pIconsFrameTable->FindIcon("torchA"); | |
6346 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnum_Torchlight->uIconID); | |
6347 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_506438], "ib-bcu-a", 2); | |
6348 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50795C], "evtnpc", 2); | |
6349 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507958], "fr_inven", 2); | |
6350 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_Parchment], "parchment", 2); | |
6351 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B4], "cornr_ll", 2); | |
6352 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B0], "cornr_lr", 2); | |
6353 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076AC], "cornr_ul", 2); | |
6354 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A8], "cornr_ur", 2); | |
6355 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A4], "edge_btm", 2); | |
6356 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A0], "edge_lf", 2); | |
6357 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50769C], "edge_rt", 2); | |
6358 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507698], "edge_top", 2); | |
6359 pIcons_LOD->ReloadTexture(pTexture_591428, "endcap", 2); | |
6360 } | |
6361 else | |
6362 { | |
6363 pTexture_RightFrame->Load("ib-r-A.pcx", 0); | |
6364 pTexture_BottomFrame->Load("ib-b-A.pcx", 0); | |
6365 pTexture_TopFrame->Load("ib-t-A.pcx", 0); | |
6366 pTexture_LeftFrame->Load("ib-l-A.pcx", 0); | |
6367 pTexture_StatusBar->Load("IB-Foot-a.pcx", 0); | |
6368 uTextureID_right_panel = pIcons_LOD->LoadTexture("ib-mb-A", TEXTURE_16BIT_PALETTE); | |
6369 dword_5079D8 = pIcons_LOD->LoadTexture("ib-autmask-a", TEXTURE_16BIT_PALETTE); | |
6370 dword_5079B4 = pIcons_LOD->LoadTexture("IB-COMP-A", TEXTURE_16BIT_PALETTE); | |
6371 dword_5079D0 = pIcons_LOD->LoadTexture("IB-InitG-a", TEXTURE_16BIT_PALETTE); | |
6372 dword_5079C8 = pIcons_LOD->LoadTexture("IB-InitY-a", TEXTURE_16BIT_PALETTE); | |
6373 dword_5079CC = pIcons_LOD->LoadTexture("IB-InitR-a", TEXTURE_16BIT_PALETTE); | |
6374 uTextureID_507990 = pIcons_LOD->LoadTexture("IB-NPCLD-A", TEXTURE_16BIT_PALETTE); | |
6375 uTextureID_50798C = pIcons_LOD->LoadTexture("IB-NPCRD-A", TEXTURE_16BIT_PALETTE); | |
6376 dword_50C98C = pIcons_LOD->LoadTexture("IB-selec-A", TEXTURE_16BIT_PALETTE); | |
6377 uTextureID_50797C = pIcons_LOD->LoadTexture("ib-m1d-a", TEXTURE_16BIT_PALETTE); | |
6378 uTextureID_507978 = pIcons_LOD->LoadTexture("ib-m2d-a", TEXTURE_16BIT_PALETTE); | |
6379 dword_507974 = pIcons_LOD->LoadTexture("ib-m3d-a", TEXTURE_16BIT_PALETTE); | |
6380 uTextureID_507970 = pIcons_LOD->LoadTexture("ib-m4d-a", TEXTURE_16BIT_PALETTE); | |
6381 uTextureID_507980 = pIcons_LOD->LoadTexture("ib-autout-a", TEXTURE_16BIT_PALETTE); | |
6382 uTextureID_507984 = pIcons_LOD->LoadTexture("ib-autin-a", TEXTURE_16BIT_PALETTE); | |
6383 uTextureID_506438 = pIcons_LOD->LoadTexture("ib-bcu-a", TEXTURE_16BIT_PALETTE); | |
6384 dword_50796C = pIcons_LOD->LoadTexture("isg-01-a", TEXTURE_16BIT_PALETTE); | |
6385 dword_507968 = pIcons_LOD->LoadTexture("isg-02-a", TEXTURE_16BIT_PALETTE); | |
6386 dword_507964 = pIcons_LOD->LoadTexture("isg-03-a", TEXTURE_16BIT_PALETTE); | |
6387 dword_507960 = pIcons_LOD->LoadTexture("isg-04-a", TEXTURE_16BIT_PALETTE); | |
6388 uTextureID_50795C = pIcons_LOD->LoadTexture("evtnpc", TEXTURE_16BIT_PALETTE); | |
6389 uTextureID_507958 = pIcons_LOD->LoadTexture("fr_inven", TEXTURE_16BIT_PALETTE); | |
6390 pUIAnim_WizardEye->uIconID = pIconsFrameTable->FindIcon("wizeyeA"); | |
6391 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnim_WizardEye->uIconID); | |
6392 pUIAnum_Torchlight->uIconID = pIconsFrameTable->FindIcon("torchA"); | |
6393 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnum_Torchlight->uIconID); | |
6394 uTextureID_Parchment = pIcons_LOD->LoadTexture("parchment", TEXTURE_16BIT_PALETTE); | |
6395 uTextureID_5076B4 = pIcons_LOD->LoadTexture("cornr_ll", TEXTURE_16BIT_PALETTE); | |
6396 uTextureID_5076B0 = pIcons_LOD->LoadTexture("cornr_lr", TEXTURE_16BIT_PALETTE); | |
6397 uTextureID_5076AC = pIcons_LOD->LoadTexture("cornr_ul", TEXTURE_16BIT_PALETTE); | |
6398 uTextureID_5076A8 = pIcons_LOD->LoadTexture("cornr_ur", TEXTURE_16BIT_PALETTE); | |
6399 uTextureID_5076A4 = pIcons_LOD->LoadTexture("edge_btm", TEXTURE_16BIT_PALETTE); | |
6400 uTextureID_5076A0 = pIcons_LOD->LoadTexture("edge_lf", TEXTURE_16BIT_PALETTE); | |
6401 uTextureID_50769C = pIcons_LOD->LoadTexture("edge_rt", TEXTURE_16BIT_PALETTE); | |
6402 uTextureID_507698 = pIcons_LOD->LoadTexture("edge_top", TEXTURE_16BIT_PALETTE); | |
6403 pTexture_591428 = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("endcap", TEXTURE_16BIT_PALETTE)]; | |
6404 | |
6405 } | |
6406 v3 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xAu, 0, 0); | |
6407 v4 = 214; | |
6408 v5 = 230; | |
6409 v6 = 193; | |
6410 } | |
6411 } | |
6412 else | |
6413 { | |
6414 if ( bReplace ) | |
6415 { | |
6416 pTexture_RightFrame->Reload("ib-r-B.pcx"); | |
6417 pTexture_BottomFrame->Reload("ib-b-B.pcx"); | |
6418 pTexture_TopFrame->Reload("ib-t-B.pcx"); | |
6419 pTexture_LeftFrame->Reload("ib-l-B.pcx"); | |
6420 pTexture_StatusBar->Reload("IB-Foot-b.pcx"); | |
6421 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_right_panel], "ib-mb-B", 2); | |
6422 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D8], "ib-autmask-b", 2); | |
6423 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079B4], "IB-COMP-B", 2); | |
6424 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079D0], "IB-InitG-b", 2); | |
6425 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079C8], "IB-InitY-b", 2); | |
6426 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_5079CC], "IB-InitR-b", 2); | |
6427 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507990], "IB-NPCLD-B", 2); | |
6428 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50798C], "IB-NPCRD-B", 2); | |
6429 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507980], "ib-autout-B", 2); | |
6430 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507984], "ib-autin-B", 2); | |
6431 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50C98C], "IB-selec-B", 2); | |
6432 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50797C], "ib-m1d-b", 2); | |
6433 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507978], "ib-m2d-b", 2); | |
6434 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507974], "ib-m3d-b", 2); | |
6435 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507970], "ib-m4d-b", 2); | |
6436 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_50796C], "isg-01-b", 2); | |
6437 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507968], "isg-02-b", 2); | |
6438 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507964], "isg-03-b", 2); | |
6439 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[dword_507960], "isg-04-b", 2); | |
6440 pUIAnim_WizardEye->uIconID = pIconsFrameTable->FindIcon("wizeyeB"); | |
6441 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnim_WizardEye->uIconID); | |
6442 pUIAnum_Torchlight->uIconID = pIconsFrameTable->FindIcon("torchB"); | |
6443 pIconsFrameTable->InitializeAnimation((signed __int16)pUIAnum_Torchlight->uIconID); | |
6444 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_506438], "ib-bcu-b", 2); | |
6445 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50795C], "evtnpc-b", 2); | |
6446 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507958], "fr_inven-b", 2); | |
6447 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_Parchment], "parchment", 2); | |
6448 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B4], "cornr_ll-b", 2); | |
6449 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076B0], "cornr_lr-b", 2); | |
6450 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076AC], "cornr_ul-b", 2); | |
6451 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A8], "cornr_ur-b", 2); | |
6452 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A4], "edge_btm-b", 2); | |
6453 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_5076A0], "edge_lf-b", 2); | |
6454 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_50769C], "edge_rt-b", 2); | |
6455 pIcons_LOD->ReloadTexture(&pIcons_LOD->pTextures[uTextureID_507698], "edge_top-b", 2); | |
6456 pIcons_LOD->ReloadTexture(pTexture_591428, "endcap-b", 2); | |
6457 } | |
6458 v3 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0, 0, 0xC8u); | |
6459 v5 = 255; | |
6460 v4 = 225; | |
6461 v6 = 255; | |
6462 } | |
6463 uGameUIFontMain = v3; | |
6464 uGameUIFontShadow = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(v5, v4, v6); | |
6465 } | |
6466 | |
6467 | |
6468 | |
6469 //----- (00423AEE) -------------------------------------------------------- | |
6470 void __cdecl reset_some_strus_flt_2Cs() | |
6471 { | |
6472 float *v0; // eax@1 | |
6473 signed int v1; // ecx@1 | |
6474 signed int v2; // edx@1 | |
6475 float *v3; // eax@3 | |
6476 signed int v4; // edx@3 | |
6477 float *v5; // eax@5 | |
6478 signed int v6; // edx@5 | |
6479 float *v7; // eax@7 | |
6480 signed int v8; // edx@7 | |
6481 float *v9; // eax@9 | |
6482 | |
6483 v0 = &array_50AC10[0].flt_2C; | |
6484 v1 = 50; | |
6485 v2 = 50; | |
6486 do | |
6487 { | |
6488 *v0 = 0.0; | |
6489 v0 += 12; | |
6490 --v2; | |
6491 } | |
6492 while ( v2 ); | |
6493 v3 = &array_50A2B0[0].flt_2C; | |
6494 v4 = 50; | |
6495 do | |
6496 { | |
6497 *v3 = 0.0; | |
6498 v3 += 12; | |
6499 --v4; | |
6500 } | |
6501 while ( v4 ); | |
6502 v5 = &array_509950[0].flt_2C; | |
6503 v6 = 50; | |
6504 do | |
6505 { | |
6506 *v5 = 0.0; | |
6507 v5 += 12; | |
6508 --v6; | |
6509 } | |
6510 while ( v6 ); | |
6511 v7 = &array_508FF0[0].flt_2C; | |
6512 v8 = 50; | |
6513 do | |
6514 { | |
6515 *v7 = 0.0; | |
6516 v7 += 12; | |
6517 --v8; | |
6518 } | |
6519 while ( v8 ); | |
6520 v9 = &array_508690[0].flt_2C; | |
6521 do | |
6522 { | |
6523 *v9 = 0.0; | |
6524 v9 += 12; | |
6525 --v1; | |
6526 } | |
6527 while ( v1 ); | |
6528 } | |
6529 | |
6530 //----- (00423B4A) -------------------------------------------------------- | |
6531 void __cdecl sub_423B4A() | |
6532 { | |
6533 float *v0; // eax@1 | |
6534 signed int v1; // ecx@1 | |
6535 | |
6536 v0 = &array_507D30[0].flt_2C; | |
6537 v1 = 50; | |
6538 do | |
6539 { | |
6540 *v0 = 0.0; | |
6541 v0 += 12; | |
6542 --v1; | |
6543 } | |
6544 while ( v1 ); | |
6545 } | |
6546 | |
6547 //----- (00423B5D) -------------------------------------------------------- | |
6548 int __fastcall sub_423B5D(unsigned int uFaceID) | |
6549 { | |
6550 BLVFace *v1; // ebx@1 | |
6551 Vec3_short_ *v2; // esi@1 | |
6552 //int v3; // ST28_4@1 | |
6553 __int16 v4; // ST2C_2@1 | |
6554 //signed int v5; // esi@1 | |
6555 //Vec3_short_ *v6; // eax@4 | |
6556 //signed int v7; // edi@5 | |
6557 //signed int v8; // eax@5 | |
6558 //signed int i_; // ecx@10 | |
6559 int v10; // eax@10 | |
6560 int v11; // edx@11 | |
6561 int v12; // ST28_4@12 | |
6562 signed int v13; // edx@12 | |
6563 signed __int64 v14; // qtt@12 | |
6564 int *v15; // ebx@12 | |
6565 int v16; // ST28_4@14 | |
6566 signed int v17; // eax@14 | |
6567 signed __int64 v18; // qtt@14 | |
6568 signed int v19; // edx@15 | |
6569 signed int v20; // edx@17 | |
6570 signed int v21; // ebx@19 | |
6571 signed int v22; // esi@20 | |
6572 int v23; // edi@21 | |
6573 int v24; // eax@21 | |
6574 int v25; // eax@22 | |
6575 int v26; // eax@22 | |
6576 signed int v27; // ST30_4@24 | |
6577 signed __int64 v28; // qtt@24 | |
6578 int v29; // ST18_4@25 | |
6579 int v30; // eax@26 | |
6580 int v31; // eax@27 | |
6581 int v32; // eax@27 | |
6582 signed int v33; // ST30_4@29 | |
6583 signed __int64 v34; // qtt@29 | |
6584 int v35; // ST30_4@30 | |
6585 signed int v36; // edi@31 | |
6586 unsigned int v37; // eax@31 | |
6587 bool v38; // edx@31 | |
6588 int v39; // ecx@31 | |
6589 int v40; // ecx@32 | |
6590 int v41; // esi@32 | |
6591 int v42; // eax@34 | |
6592 signed int v43; // ebx@41 | |
6593 unsigned int v44; // eax@41 | |
6594 signed int v45; // ecx@42 | |
6595 int v46; // esi@42 | |
6596 int v47; // eax@44 | |
6597 signed int v48; // edi@51 | |
6598 unsigned int v49; // eax@51 | |
6599 bool v50; // edx@51 | |
6600 int v51; // ecx@51 | |
6601 int v52; // ecx@52 | |
6602 signed int v53; // esi@52 | |
6603 int v54; // eax@54 | |
6604 int v55; // ebx@61 | |
6605 unsigned int v56; // eax@61 | |
6606 signed int v57; // ecx@62 | |
6607 int v58; // esi@62 | |
6608 int v59; // eax@64 | |
6609 char v61; // zf@72 | |
6610 signed int v62; // edx@75 | |
6611 int v63; // ecx@76 | |
6612 int v64; // esi@76 | |
6613 int v65; // ecx@83 | |
6614 //signed int v66; // [sp+14h] [bp-14h]@3 | |
6615 int v67; // [sp+14h] [bp-14h]@34 | |
6616 int v68; // [sp+14h] [bp-14h]@44 | |
6617 int v69; // [sp+14h] [bp-14h]@54 | |
6618 int v70; // [sp+14h] [bp-14h]@64 | |
6619 signed int v71; // [sp+14h] [bp-14h]@75 | |
6620 bool thisa; // [sp+18h] [bp-10h]@9 | |
6621 int thisb; // [sp+18h] [bp-10h]@12 | |
6622 int thisc; // [sp+18h] [bp-10h]@20 | |
6623 bool thisd; // [sp+18h] [bp-10h]@41 | |
6624 bool thise; // [sp+18h] [bp-10h]@61 | |
6625 int thisf; // [sp+18h] [bp-10h]@74 | |
6626 signed int v79; // [sp+1Ch] [bp-Ch]@9 | |
6627 int v80; // [sp+1Ch] [bp-Ch]@76 | |
6628 bool v81; // [sp+20h] [bp-8h]@10 | |
6629 bool v82; // [sp+20h] [bp-8h]@32 | |
6630 bool v83; // [sp+20h] [bp-8h]@42 | |
6631 bool v84; // [sp+20h] [bp-8h]@52 | |
6632 bool v85; // [sp+20h] [bp-8h]@62 | |
6633 //signed int i; // [sp+24h] [bp-4h]@9 | |
6634 signed int ia; // [sp+24h] [bp-4h]@19 | |
6635 signed int ib; // [sp+24h] [bp-4h]@31 | |
6636 signed int ic; // [sp+24h] [bp-4h]@41 | |
6637 signed int id; // [sp+24h] [bp-4h]@51 | |
6638 signed int ie; // [sp+24h] [bp-4h]@61 | |
6639 | |
6640 v1 = &pIndoor->pFaces[uFaceID]; | |
6641 //this = pGame->pIndoorCameraD3D; | |
6642 v2 = &pIndoor->pVertices[v1->pVertexIDs[0]]; | |
6643 //v3 = *(_DWORD *)&v2->x; | |
6644 v4 = v2->z; | |
6645 //v5 = 0; | |
6646 if ( v1->pFacePlane_old.vNormal.x * (v2->x - pBLVRenderParams->vPartyPos.x) | |
6647 + v1->pFacePlane_old.vNormal.y * (v2->y - pBLVRenderParams->vPartyPos.y) | |
6648 + v1->pFacePlane_old.vNormal.z * (v2->z - pBLVRenderParams->vPartyPos.z) < 0 ) | |
6649 { | |
6650 dword_50B700 = 1; | |
6651 } | |
6652 else | |
6653 { | |
6654 dword_50B700 = 0; | |
6655 if ( !(v1->uAttributes & 1) ) | |
6656 return 0; | |
6657 } | |
6658 //v66 = v1->uNumVertices; | |
6659 for (uint i = 0; i < v1->uNumVertices; ++i) | |
6660 { | |
6661 auto v6 = &pIndoor->pVertices[v1->pVertexIDs[i]]; | |
6662 pGame->pIndoorCameraD3D->ApplyViewTransform_TrueIfStillVisible( | |
6663 v6->x, | |
6664 v6->y, | |
6665 v6->z, | |
6666 &_50B924_view_transformed_xs[i], | |
6667 &_50B834_view_transformed_zs[i], | |
6668 &_50B744_view_transformed_ys[i], | |
6669 0); | |
6670 } | |
6671 | |
6672 //v7 = v1->uNumVertices; | |
6673 //v8 = 0; | |
6674 if (v1->uNumVertices <= 0) | |
6675 return 0; | |
6676 | |
6677 bool bFound = false; | |
6678 for (uint i = 0; i < v1->uNumVertices; ++i) | |
6679 if (_50B924_view_transformed_xs[i] >= 0x80000u) | |
6680 { | |
6681 bFound = true; | |
6682 break; | |
6683 } | |
6684 if (!bFound) | |
6685 return 0; | |
6686 | |
6687 v79 = 0; | |
6688 _50B924_view_transformed_xs[v1->uNumVertices] = _50B924_view_transformed_xs[0]; | |
6689 _50B834_view_transformed_zs[v1->uNumVertices] = _50B834_view_transformed_zs[0]; | |
6690 _50B744_view_transformed_ys[v1->uNumVertices] = _50B744_view_transformed_ys[0]; | |
6691 thisa = _50B924_view_transformed_xs[0] >= 0x80000u; | |
6692 //int i = 1; | |
6693 for (uint i = 1; i < v1->uNumVertices; ++i) | |
6694 { | |
6695 v10 = _50B924_view_transformed_xs[i]; | |
6696 v81 = v10 >= (signed int)0x80000u; | |
6697 if ( thisa ^ v81 ) | |
6698 { | |
6699 v11 = _50B924_view_transformed_xs[i - 1]; | |
6700 if ( v10 >= (signed int)0x80000u ) | |
6701 { | |
6702 v12 = v10 - v11; | |
6703 v13 = 0x80000 - v11; | |
6704 LODWORD(v14) = v13 << 16; | |
6705 HIDWORD(v14) = v13 >> 16; | |
6706 v15 = &_50B744_view_transformed_ys[i - 1]; | |
6707 dword_50B828[v79] = ((unsigned __int64)((_50B834_view_transformed_zs[i] - _50B834_view_transformed_zs[i - 1]) | |
6708 * v14 | |
6709 / v12) >> 16) | |
6710 + _50B834_view_transformed_zs[i - 1]; | |
6711 thisb = (unsigned __int64)((_50B744_view_transformed_ys[i] - _50B744_view_transformed_ys[i - 1]) * v14 / v12) >> 16; | |
6712 } | |
6713 else | |
6714 { | |
6715 v16 = v11 - v10; | |
6716 v17 = 0x80000 - v10; | |
6717 LODWORD(v18) = v17 << 16; | |
6718 HIDWORD(v18) = v17 >> 16; | |
6719 v15 = &_50B744_view_transformed_ys[i]; | |
108 | 6720 dword_50B828[v79] = ((unsigned __int64)((_50B834_view_transformed_zs[i - 1] - _50B834_view_transformed_zs[i]) * v18 / v16) >> 16) + _50B834_view_transformed_zs[i]; |
0 | 6721 thisb = (unsigned __int64)((_50B744_view_transformed_ys[i - 1] - _50B744_view_transformed_ys[i]) * v18 / v16) >> 16; |
6722 } | |
6723 v19 = v79++; | |
6724 //v7 = v66; | |
6725 dword_50B738[v19] = thisb + *v15; | |
6726 dword_50B918[v19] = 0x80000u; | |
6727 } | |
6728 if ( v81 ) | |
6729 { | |
6730 v20 = v79++; | |
6731 dword_50B918[v20] = _50B924_view_transformed_xs[i]; | |
6732 dword_50B828[v20] = _50B834_view_transformed_zs[i]; | |
6733 dword_50B738[v20] = _50B744_view_transformed_ys[i]; | |
6734 } | |
6735 //++i; | |
6736 thisa = v81; | |
6737 } | |
6738 ia = 0; | |
6739 v21 = v79; | |
6740 dword_50B918[v79] = dword_50B918[0]; | |
6741 dword_50B828[v79] = dword_50B828[0]; | |
6742 for ( dword_50B738[v79] = dword_50B738[0]; ia < v79; dword_50BA08[v22] = pBLVRenderParams->uViewportCenterY - v35 ) | |
6743 { | |
6744 v22 = ia; | |
6745 thisc = abs(dword_50B918[ia]); | |
6746 if ( abs(dword_50B828[ia]) >> 13 <= thisc ) | |
6747 { | |
6748 v27 = dword_50B828[v22]; | |
6749 LODWORD(v28) = v27 << 16; | |
6750 HIDWORD(v28) = v27 >> 16; | |
6751 v26 = v28 / dword_50B918[v22]; | |
6752 v23 = 0; | |
6753 } | |
6754 else | |
6755 { | |
6756 v23 = 0; | |
6757 v24 = 0; | |
6758 if ( dword_50B828[v22] >= 0 ) | |
6759 { | |
6760 LOBYTE(v24) = dword_50B918[v22] >= 0; | |
6761 v26 = ((v24 - 1) & 0xFF800000) + 0x400000; | |
6762 } | |
6763 else | |
6764 { | |
6765 LOBYTE(v24) = dword_50B918[v22] >= 0; | |
6766 v25 = v24 - 1; | |
6767 v26 = (v25 & 0x800000) - 0x400000; | |
6768 } | |
6769 } | |
6770 v29 = dword_50B738[v22]; | |
6771 dword_50BAF4_xs[v22 + 1] = v26; | |
6772 if ( abs(v29) >> 13 <= thisc ) | |
6773 { | |
6774 v33 = dword_50B738[v22]; | |
6775 LODWORD(v34) = v33 << 16; | |
6776 HIDWORD(v34) = v33 >> 16; | |
6777 v32 = v34 / dword_50B918[v22]; | |
6778 } | |
6779 else | |
6780 { | |
6781 v30 = 0; | |
6782 if ( dword_50B738[v22] >= v23 ) | |
6783 { | |
6784 LOBYTE(v30) = dword_50B918[v22] >= v23; | |
6785 v32 = ((v30 - 1) & 0xFF800000) + 0x400000; | |
6786 } | |
6787 else | |
6788 { | |
6789 LOBYTE(v30) = dword_50B918[v22] >= v23; | |
6790 v31 = v30 - 1; | |
6791 v32 = (v31 & 0x800000) - 0x400000; | |
6792 } | |
6793 } | |
6794 dword_50BA08[v22] = v32; | |
6795 dword_50BAF4_xs[v22 + 1] = (unsigned __int64)(SHIWORD(pBLVRenderParams->field_40) | |
6796 * (signed __int64)dword_50BAF4_xs[v22 + 1]) >> 16; | |
6797 v35 = (unsigned __int64)(SHIWORD(pBLVRenderParams->field_40) * (signed __int64)dword_50BA08[v22]) >> 16; | |
6798 dword_50BAF4_xs[v22 + 1] = pBLVRenderParams->uViewportCenterX - dword_50BAF4_xs[v22 + 1]; | |
6799 ++ia; | |
6800 } | |
6801 v36 = 0; | |
6802 dword_50BAF4_xs[v21 + 1] = dword_50BAF4_xs[1]; | |
6803 dword_50BA08[v21] = dword_50BA08[0]; | |
6804 v37 = pBLVRenderParams->uViewportX; | |
6805 v38 = dword_50BAF4_xs[1] < (signed int)pBLVRenderParams->uViewportX; | |
6806 LOBYTE(v38) = dword_50BAF4_xs[1] >= (signed int)pBLVRenderParams->uViewportX; | |
6807 v39 = 1; | |
6808 ib = 1; | |
6809 if ( v79 < 1 ) | |
6810 return 0; | |
6811 do | |
6812 { | |
6813 v40 = v39; | |
6814 v41 = dword_50BAF4_xs[v40 + 1]; | |
6815 v82 = v41 >= (signed int)v37; | |
6816 if ( v38 ^ v82 ) | |
6817 { | |
6818 if ( v41 >= (signed int)v37 ) | |
6819 { | |
6820 v67 = (signed int)(v37 - dword_50BAF4_xs[v40]) | |
6821 * (signed __int64)(dword_50BA08[v40] - dword_50B9F8[v40 + 3]) | |
6822 / (v41 - dword_50BAF4_xs[v40]); | |
6823 v42 = dword_50B9F8[v40 + 3]; | |
6824 } | |
6825 else | |
6826 { | |
6827 v67 = (signed int)(v37 - v41) | |
6828 * (signed __int64)(dword_50B9F8[v40 + 3] - dword_50BA08[v40]) | |
6829 / (dword_50BAF4_xs[v40] - v41); | |
6830 v42 = dword_50BA08[v40]; | |
6831 } | |
6832 ++v36; | |
6833 dword_50B9F8[v36] = v67 + v42; | |
6834 v37 = pBLVRenderParams->uViewportX; | |
6835 dword_50BAE8_xs[v36] = pBLVRenderParams->uViewportX; | |
6836 } | |
6837 v38 = v82; | |
6838 if ( v82 ) | |
6839 { | |
6840 dword_50BAE8_xs[v36 + 1] = dword_50BAF4_xs[v40 + 1]; | |
6841 dword_50B9F8[v36++ + 1] = dword_50BA08[v40]; | |
6842 } | |
6843 v39 = ib++ + 1; | |
6844 } | |
6845 while ( ib <= v79 ); | |
6846 | |
6847 if ( !v36 | |
6848 || (v43 = 0, | |
6849 dword_50BAE8_xs[v36 + 1] = dword_50BAE8_xs[1], | |
6850 dword_50B9F8[v36 + 1] = dword_50B9F8[1], | |
6851 v44 = pBLVRenderParams->uViewportZ, | |
6852 thisd = dword_50BAE8_xs[1] <= (signed int)pBLVRenderParams->uViewportZ, | |
6853 ic = 1, | |
6854 v36 < 1) ) | |
6855 return 0; | |
6856 | |
6857 do | |
6858 { | |
6859 v45 = ic; | |
6860 v46 = dword_50BAE8_xs[ic + 1]; | |
6861 v83 = v46 <= (signed int)v44; | |
6862 if ( thisd ^ v83 ) | |
6863 { | |
6864 if ( v46 <= (signed int)v44 ) | |
6865 { | |
6866 v68 = (signed int)(v44 - dword_50BAE8_xs[v45]) | |
6867 * (signed __int64)(dword_50B9F8[v45 + 1] - dword_50B9F8[v45]) | |
6868 / (v46 - dword_50BAE8_xs[v45]); | |
6869 v47 = dword_50B9F8[v45]; | |
6870 } | |
6871 else | |
6872 { | |
6873 v68 = (signed int)(v44 - v46) | |
6874 * (signed __int64)(dword_50B9F8[v45] - dword_50B9F8[v45 + 1]) | |
6875 / (dword_50BAE8_xs[v45] - v46); | |
6876 v47 = dword_50B9F8[v45 + 1]; | |
6877 } | |
6878 ++v43; | |
6879 dword_50B9EC[v43] = v68 + v47; | |
6880 v44 = pBLVRenderParams->uViewportZ; | |
6881 dword_50BADC_xs[v43] = pBLVRenderParams->uViewportZ; | |
6882 } | |
6883 if ( v83 ) | |
6884 { | |
6885 dword_50BAE0[v43] = dword_50BAE8_xs[v45 + 1]; | |
6886 dword_50B9F0[v43++] = dword_50B9F8[v45 + 1]; | |
6887 } | |
6888 ++ic; | |
6889 thisd = v83; | |
6890 } | |
6891 while ( ic <= v36 ); | |
6892 if ( !v43 | |
6893 || (v48 = 0, | |
6894 dword_50BAE0[v43] = dword_50BAE0[0], | |
6895 dword_50B9F0[v43] = dword_50B9F0[0], | |
6896 v49 = pBLVRenderParams->uViewportY, | |
6897 v50 = dword_50B9F0[0] < (signed int)pBLVRenderParams->uViewportY, | |
6898 LOBYTE(v50) = dword_50B9F0[0] >= (signed int)pBLVRenderParams->uViewportY, | |
6899 v51 = 1, | |
6900 id = 1, | |
6901 v43 < 1) ) | |
6902 return 0; | |
6903 do | |
6904 { | |
6905 v52 = v51; | |
6906 v53 = dword_50B9F0[v52]; | |
6907 v84 = v53 >= (signed int)v49; | |
6908 if ( v50 ^ v84 ) | |
6909 { | |
6910 if ( v53 >= (signed int)v49 ) | |
6911 { | |
6912 v69 = (signed int)(v49 - dword_50B9EC[v52]) | |
6913 * (signed __int64)(dword_50BAE0[v52] - dword_50BADC_xs[v52]) | |
6914 / (v53 - dword_50B9EC[v52]); | |
6915 v54 = dword_50BADC_xs[v52]; | |
6916 } | |
6917 else | |
6918 { | |
6919 v69 = (signed int)(v49 - v53) | |
6920 * (signed __int64)(dword_50BADC_xs[v52] - dword_50BAE0[v52]) | |
6921 / (dword_50B9EC[v52] - v53); | |
6922 v54 = dword_50BAE0[v52]; | |
6923 } | |
6924 ++v48; | |
6925 dword_50BAD0[v48] = v69 + v54; | |
6926 v49 = pBLVRenderParams->uViewportY; | |
6927 dword_50B9E0_ys[v48] = pBLVRenderParams->uViewportY; | |
6928 } | |
6929 v50 = v84; | |
6930 if ( v84 ) | |
6931 { | |
6932 dword_50BAD4[v48] = dword_50BAE0[v52]; | |
6933 dword_50B9E0_ys[v48++ + 1] = dword_50B9F0[v52]; | |
6934 } | |
6935 v51 = id++ + 1; | |
6936 } | |
6937 while ( id <= v43 ); | |
6938 if ( !v48 | |
6939 || (v55 = 0, | |
6940 dword_50BAD4[v48] = dword_50BAD4[0], | |
6941 dword_50B9E0_ys[v48 + 1] = dword_50B9E0_ys[1], | |
6942 v56 = pBLVRenderParams->uViewportW, | |
6943 thise = dword_50B9E0_ys[1] <= (signed int)pBLVRenderParams->uViewportW, | |
6944 ie = 1, | |
6945 v48 < 1) ) | |
6946 return 0; | |
6947 do | |
6948 { | |
6949 v57 = ie; | |
6950 v58 = dword_50B9E0_ys[ie + 1]; | |
6951 v85 = v58 <= (signed int)v56; | |
6952 if ( thise ^ v85 ) | |
6953 { | |
6954 if ( v58 <= (signed int)v56 ) | |
6955 { | |
6956 v70 = (signed int)(v56 - dword_50B9E0_ys[v57]) | |
6957 * (signed __int64)(dword_50BAD4[v57] - dword_50BAD0[v57]) | |
6958 / (v58 - dword_50B9E0_ys[v57]); | |
6959 v59 = dword_50BAD0[v57]; | |
6960 } | |
6961 else | |
6962 { | |
6963 v70 = (signed int)(v56 - v58) | |
6964 * (signed __int64)(dword_50BAD0[v57] - dword_50BAD4[v57]) | |
6965 / (dword_50B9E0_ys[v57] - v58); | |
6966 v59 = dword_50BAD4[v57]; | |
6967 } | |
6968 ++v55; | |
6969 dword_50BAC4[v55] = v70 + v59; | |
6970 v56 = pBLVRenderParams->uViewportW; | |
6971 unk_50B9D4[v55] = pBLVRenderParams->uViewportW; | |
6972 } | |
6973 if ( v85 ) | |
6974 { | |
6975 dword_50BAC8[v55] = dword_50BAD4[v57]; | |
6976 dword_50B9D8_ys[v55++] = dword_50B9E0_ys[v57 + 1]; | |
6977 } | |
6978 ++ie; | |
6979 thise = v85; | |
6980 } | |
6981 while ( ie <= v48 ); | |
6982 if ( !v55 ) | |
6983 return 0; | |
6984 v61 = pRenderer->pRenderD3D == 0; | |
6985 dword_50BAC8[v55] = dword_50BAC8[0]; | |
6986 dword_50B9D8_ys[v55] = dword_50B9D8_ys[0]; | |
6987 if ( v61 && v55 > 3 ) | |
6988 { | |
6989 dword_50BAC8[v55 + 1] = dword_50BAC8[1]; | |
6990 dword_50B9D8_ys[v55 + 1] = dword_50B9D8_ys[1]; | |
6991 thisf = 2 * (dword_50B700 != 0) - 1; | |
6992 if ( v55 > 0 ) | |
6993 { | |
6994 v62 = 1; | |
6995 v71 = 1; | |
6996 do | |
6997 { | |
6998 v63 = v62 - 1; | |
6999 v64 = v62 + 1; | |
7000 v80 = v62 + 1; | |
7001 if ( v62 - 1 >= v55 ) | |
7002 v63 -= v55; | |
7003 if ( v62 >= v55 ) | |
7004 v62 -= v55; | |
7005 if ( v64 >= v55 ) | |
7006 v64 -= v55; | |
7007 if ( thisf | |
7008 * ((dword_50B9D8_ys[v64] - dword_50B9D8_ys[v63]) * (dword_50BAC8[v62] - dword_50BAC8[v63]) | |
7009 - (dword_50B9D8_ys[v62] - dword_50B9D8_ys[v63]) * (dword_50BAC8[v64] - dword_50BAC8[v63])) < 0 ) | |
7010 { | |
7011 v62 = v80; | |
7012 v71 = v80; | |
7013 } | |
7014 else | |
7015 { | |
7016 v62 = v71; | |
7017 v65 = v71; | |
7018 if ( v71 < v55 || (v65 = v71 - v55, v71 - v55 < v55) ) | |
7019 { | |
7020 memcpy(&dword_50B9D8_ys[v65], &dword_50B9D8_ys[v65 + 1], 4 * ((unsigned int)(4 * (v55 - v65)) >> 2)); | |
7021 memcpy(&dword_50BAC8[v65], &dword_50BAC8[v65 + 1], 4 * ((unsigned int)(4 * (v55 - v65)) >> 2)); | |
7022 } | |
7023 --v55; | |
7024 } | |
7025 } | |
7026 while ( v62 - 1 < v55 ); | |
7027 } | |
7028 dword_50BAC8[v55] = dword_50BAC8[0]; | |
7029 dword_50B9D8_ys[v55] = dword_50B9D8_ys[0]; | |
7030 } | |
7031 return v55; | |
7032 } | |
7033 | |
7034 | |
7035 //----- (00424579) -------------------------------------------------------- | |
7036 int __fastcall sub_424579(int uFaceID, stru320 *a2) | |
7037 { | |
7038 __debugbreak(); | |
7039 return 0; | |
7040 /*BLVFace *v2; // eax@1 | |
7041 Vec3_short_ *v3; // ebx@1 | |
7042 Vec3_short_ *v4; // esi@1 | |
7043 unsigned int v5; // esi@3 | |
7044 int v7; // ST1C_4@5 | |
7045 int v8; // ST1C_4@5 | |
7046 int v9; // ST1C_4@5 | |
7047 int v10; // ST1C_4@5 | |
7048 int v11; // esi@5 | |
7049 int v12; // ST1C_4@5 | |
7050 unsigned int v15; // ecx@8 | |
7051 unsigned int v19; // ecx@13 | |
7052 signed int v20; // ecx@16 | |
7053 signed int result; // eax@20 | |
7054 signed int v24; // edx@22 | |
7055 unsigned int v25; // [sp+Ch] [bp-1Ch]@3 | |
7056 float v26; // [sp+14h] [bp-14h]@3 | |
7057 float v27; // [sp+1Ch] [bp-Ch]@3 | |
7058 float v28; // [sp+20h] [bp-8h]@3 | |
7059 signed int v29; // [sp+24h] [bp-4h]@3 | |
7060 | |
7061 v2 = &pIndoor->pFaces[uFaceID]; | |
7062 v3 = pIndoor->pVertices; | |
7063 v4 = &pIndoor->pVertices[*v2->pVertexIDs]; | |
7064 if ( v2->pFacePlane_old.vNormal.x * ((signed __int16)*(int *)&v4->x - pBLVRenderParams->vPartyPos.x) | |
7065 + v2->pFacePlane_old.vNormal.y * ((signed __int16)(*(int *)&v4->x >> 16) - pBLVRenderParams->vPartyPos.y) | |
7066 + v2->pFacePlane_old.vNormal.z * (v4->z - pBLVRenderParams->vPartyPos.z) < 0 ) | |
7067 { | |
7068 dword_50B700 = 1; | |
7069 } | |
7070 else | |
7071 { | |
7072 dword_50B700 = 0; | |
7073 if ( !(v2->uAttributes & 1) ) | |
7074 return 0; | |
7075 } | |
7076 v29 = 0; | |
7077 v5 = v2->uNumVertices; | |
7078 __asm { fld pBLVRenderParams->fCosineY } | |
7079 v28 = pBLVRenderParams->fSineY; | |
7080 v26 = pBLVRenderParams->fCosineNegX; | |
7081 v27 = pBLVRenderParams->fSineNegX; | |
7082 v25 = v5; | |
7083 if ( (signed int)v5 > 0 ) | |
7084 { | |
7085 _ECX = (char *)&array_50AC10[0].vWorldPosition.z; | |
7086 do | |
7087 { | |
7088 v7 = v3[v2->pVertexIDs[v29]].x; | |
7089 __asm | |
7090 { | |
7091 fild [ebp+var_10] | |
7092 fstp dword ptr [ecx-8] | |
7093 } | |
7094 v8 = v3[v2->pVertexIDs[v29]].y; | |
7095 __asm | |
7096 { | |
7097 fild [ebp+var_10] | |
7098 fstp dword ptr [ecx-4] | |
7099 } | |
7100 v9 = v3[v2->pVertexIDs[v29]].z; | |
7101 __asm | |
7102 { | |
7103 fild [ebp+var_10] | |
7104 fstp dword ptr [ecx] | |
7105 } | |
7106 _ECX += 48; | |
7107 v10 = a2->pDeltaUV[0] + v2->pVertexUIDs[v29]; | |
7108 __asm | |
7109 { | |
7110 fild [ebp+var_10] | |
7111 fstp dword ptr [ecx-14h] | |
7112 } | |
7113 v11 = a2->pDeltaUV[1] + v2->pVertexVIDs[v29++]; | |
7114 v12 = v11; | |
7115 v5 = v25; | |
7116 __asm | |
7117 { | |
7118 fild [ebp+var_10] | |
7119 fstp dword ptr [ecx-10h] | |
7120 } | |
7121 } | |
7122 while ( v29 < (signed int)v25 ); | |
7123 } | |
7124 _EDX = (char *)&array_50AC10[0].vWorldViewPosition; | |
7125 if ( pBLVRenderParams->sPartyRotX ) | |
7126 { | |
7127 if ( (signed int)v5 > 0 ) | |
7128 { | |
7129 __asm | |
7130 { | |
7131 fild pBLVRenderParams->vPartyPos.x | |
7132 fild pBLVRenderParams->vPartyPos.y | |
7133 fild pBLVRenderParams->vPartyPos.z | |
7134 } | |
7135 _EAX = (char *)&array_50AC10[0].vWorldPosition.z; | |
7136 v15 = v5; | |
7137 do | |
7138 { | |
7139 __asm | |
7140 { | |
7141 fld dword ptr [eax-8] | |
7142 fsub st, st(3) | |
7143 fld dword ptr [eax-4] | |
7144 fsub st, st(3) | |
7145 fld st(1) | |
7146 fmul st, st(6) | |
7147 fld st(1) | |
7148 fmul [ebp+var_8] | |
7149 fsubp st(1), st | |
7150 fstp [ebp+var_4] | |
7151 fld dword ptr [eax] | |
7152 fsub st, st(3) | |
7153 } | |
7154 _EAX += 48; | |
7155 --v15; | |
7156 __asm | |
7157 { | |
7158 fstp [ebp+var_10] | |
7159 fld [ebp+var_4] | |
7160 fmul [ebp+var_14] | |
7161 fld [ebp+var_10] | |
7162 fmul [ebp+var_C] | |
7163 fsubp st(1), st | |
7164 fstp dword ptr [eax-2Ch] | |
7165 fld st(1) | |
7166 fmul [ebp+var_8] | |
7167 fld st(1) | |
7168 fmul st, st(7) | |
7169 faddp st(1), st | |
7170 fstp dword ptr [eax-28h] | |
7171 fstp st | |
7172 fstp st | |
7173 fld [ebp+var_4] | |
7174 fmul [ebp+var_C] | |
7175 fld [ebp+var_10] | |
7176 fmul [ebp+var_14] | |
7177 faddp st(1), st | |
7178 fstp dword ptr [eax-24h] | |
7179 } | |
7180 } | |
7181 while ( v15 ); | |
7182 LABEL_15: | |
7183 __asm | |
7184 { | |
7185 fstp st | |
7186 fstp st | |
7187 fstp st | |
7188 } | |
7189 goto LABEL_16; | |
7190 } | |
7191 } | |
7192 else | |
7193 { | |
7194 if ( (signed int)v5 > 0 ) | |
7195 { | |
7196 __asm | |
7197 { | |
7198 fild pBLVRenderParams->vPartyPos.x | |
7199 fild pBLVRenderParams->vPartyPos.y | |
7200 fild pBLVRenderParams->vPartyPos.z | |
7201 } | |
7202 _EAX = (char *)&array_50AC10[0].vWorldViewPosition; | |
7203 v19 = v5; | |
7204 do | |
7205 { | |
7206 __asm | |
7207 { | |
7208 fld dword ptr [eax-0Ch] | |
7209 fsub st, st(3) | |
7210 fld dword ptr [eax-8] | |
7211 fsub st, st(3) | |
7212 fld st(1) | |
7213 fmul st, st(6) | |
7214 fld st(1) | |
7215 fmul [ebp+var_8] | |
7216 fsubp st(1), st | |
7217 fstp dword ptr [eax] | |
7218 fld st(1) | |
7219 fmul [ebp+var_8] | |
7220 fld st(1) | |
7221 fmul st, st(7) | |
7222 } | |
7223 _EAX += 48; | |
7224 --v19; | |
7225 __asm | |
7226 { | |
7227 faddp st(1), st | |
7228 fstp dword ptr [eax-2Ch] | |
7229 fstp st | |
7230 fstp st | |
7231 fld dword ptr [eax-34h] | |
7232 fsub st, st(1) | |
7233 fstp dword ptr [eax-28h] | |
7234 } | |
7235 } | |
7236 while ( v19 ); | |
7237 goto LABEL_15; | |
7238 } | |
7239 } | |
7240 LABEL_16: | |
7241 v20 = 0; | |
7242 __asm { fstp st } | |
7243 if ( (signed int)v5 <= 0 ) | |
7244 return 0; | |
7245 do | |
7246 { | |
7247 __asm | |
7248 { | |
7249 fld dword ptr [edx] | |
7250 fcomp ds:flt_4D8524 | |
7251 fnstsw ax | |
7252 } | |
7253 if ( !(HIBYTE(_AX) & 1) ) | |
7254 break; | |
7255 ++v20; | |
7256 _EDX += 48; | |
7257 } | |
7258 while ( v20 < (signed int)v5 ); | |
7259 if ( v20 >= (signed int)v5 ) | |
7260 return 0; | |
7261 result = sr_424CD7(v5); | |
7262 if ( result > 0 ) | |
7263 { | |
7264 __asm { fild pBLVRenderParams->field_40 } | |
7265 _ECX = (char *)&array_507D30[0].vWorldViewPosition; | |
7266 v24 = result; | |
7267 __asm | |
7268 { | |
7269 fmul ds:flt_4D84A4 | |
7270 fild pBLVRenderParams->uViewportCenterX | |
7271 fild pBLVRenderParams->uViewportCenterY | |
7272 } | |
7273 do | |
7274 { | |
7275 __asm | |
7276 { | |
7277 fld1 | |
7278 fdiv dword ptr [ecx] | |
7279 } | |
7280 _ECX += 48; | |
7281 --v24; | |
7282 __asm | |
7283 { | |
7284 fld st | |
7285 fmul dword ptr [ecx-2Ch] | |
7286 fmul st, st(4) | |
7287 fsubr st, st(3) | |
7288 fstp dword ptr [ecx-24h] | |
7289 fmul dword ptr [ecx-28h] | |
7290 fmul st, st(3) | |
7291 fsubr st, st(1) | |
7292 fstp dword ptr [ecx-20h] | |
7293 } | |
7294 } | |
7295 while ( v24 ); | |
7296 __asm | |
7297 { | |
7298 fstp st | |
7299 fstp st | |
7300 fstp st | |
7301 } | |
7302 } | |
7303 memcpy(&array_507D30[result], array_507D30, sizeof(array_507D30[result])); | |
7304 return result;*/ | |
7305 } | |
7306 | |
7307 | |
7308 //----- (00424829) -------------------------------------------------------- | |
7309 bool sub_424829(int a1, BspRenderer_stru2 *a2, BspRenderer_stru2 *a3, int a4) | |
7310 { | |
7311 int v4; // edi@1 | |
7312 BspRenderer_stru2 *v5; // ebx@1 | |
7313 int v6; // eax@3 | |
7314 int v7; // esi@5 | |
7315 int v8; // edx@5 | |
7316 int v9; // ecx@6 | |
7317 int v10; // eax@12 | |
7318 int v11; // edi@13 | |
7319 int v12; // edx@18 | |
7320 int v13; // eax@22 | |
7321 int v14; // edi@28 | |
7322 int v15; // ecx@29 | |
7323 int v16; // edi@30 | |
7324 int v17; // edx@35 | |
7325 int v18; // eax@39 | |
7326 int v19; // eax@44 | |
7327 int v20; // ecx@44 | |
7328 int v21; // edi@45 | |
7329 int v22; // edi@46 | |
7330 __int16 *v23; // ecx@47 | |
7331 int v24; // edx@48 | |
7332 int v25; // eax@50 | |
7333 int v26; // eax@55 | |
7334 signed int v27; // edi@55 | |
7335 int v28; // edx@56 | |
7336 int v29; // edx@57 | |
7337 int v30; // eax@59 | |
7338 int v31; // eax@64 | |
7339 signed int v32; // edi@64 | |
7340 int v33; // edx@65 | |
7341 __int16 *v34; // eax@66 | |
7342 __int16 v35; // dx@66 | |
7343 __int16 v36; // dx@67 | |
7344 __int16 v37; // di@67 | |
7345 __int16 v38; // dx@67 | |
7346 BspRenderer_stru2 *v39; // ecx@69 | |
7347 int v40; // edx@69 | |
7348 int v41; // edi@70 | |
7349 __int16 *v42; // eax@76 | |
7350 __int16 *v43; // eax@81 | |
7351 __int16 *v45; // eax@87 | |
7352 int v46; // edx@87 | |
7353 __int16 v47; // cx@88 | |
7354 int v48; // eax@93 | |
7355 int v49; // esi@93 | |
7356 __int16 *v50; // ecx@94 | |
7357 int v51; // eax@95 | |
7358 int v52; // eax@97 | |
7359 int v53; // [sp+Ch] [bp-34h]@44 | |
7360 int v54; // [sp+10h] [bp-30h]@0 | |
7361 int v55; // [sp+14h] [bp-2Ch]@12 | |
7362 __int16 *v56; // [sp+14h] [bp-2Ch]@47 | |
7363 __int16 *v57; // [sp+14h] [bp-2Ch]@76 | |
7364 __int16 *v58; // [sp+14h] [bp-2Ch]@81 | |
7365 __int16 *v59; // [sp+14h] [bp-2Ch]@87 | |
7366 BspRenderer_stru2 *v60; // [sp+18h] [bp-28h]@1 | |
7367 int v61; // [sp+1Ch] [bp-24h]@29 | |
7368 int v62; // [sp+20h] [bp-20h]@0 | |
7369 signed int v63; // [sp+24h] [bp-1Ch]@3 | |
7370 signed int v64; // [sp+28h] [bp-18h]@3 | |
7371 int v65; // [sp+2Ch] [bp-14h]@5 | |
7372 int v66; // [sp+2Ch] [bp-14h]@39 | |
7373 int v67; // [sp+30h] [bp-10h]@22 | |
7374 int v68; // [sp+34h] [bp-Ch]@12 | |
7375 int v69; // [sp+34h] [bp-Ch]@29 | |
7376 int v70; // [sp+34h] [bp-Ch]@46 | |
7377 int v71; // [sp+34h] [bp-Ch]@75 | |
7378 int v72; // [sp+34h] [bp-Ch]@80 | |
7379 int v73; // [sp+38h] [bp-8h]@11 | |
7380 int v74; // [sp+3Ch] [bp-4h]@1 | |
7381 int a3a; // [sp+48h] [bp+8h]@76 | |
7382 int a3b; // [sp+48h] [bp+8h]@87 | |
7383 | |
7384 v4 = a1; | |
7385 v5 = a2; | |
7386 v74 = a1; | |
7387 v60 = a2; | |
7388 if ( !a1 | |
7389 || (!dword_50B700 ? (v64 = -1, v6 = 1, v63 = 1) : (v6 = 1, v63 = -1, v64 = 1), | |
7390 v7 = dword_50B9D8_ys[0], | |
7391 v65 = 0, | |
7392 v8 = dword_50B9D8_ys[0], | |
7393 a1 <= v6) ) | |
7394 return 0; | |
7395 do | |
7396 { | |
7397 v9 = dword_50B9D8_ys[v6]; | |
7398 if ( v9 >= v7 ) | |
7399 { | |
7400 if ( v9 > v8 ) | |
7401 v8 = dword_50B9D8_ys[v6]; | |
7402 } | |
7403 else | |
7404 { | |
7405 v65 = v6; | |
7406 v7 = dword_50B9D8_ys[v6]; | |
7407 } | |
7408 ++v6; | |
7409 } | |
7410 while ( v6 < v4 ); | |
7411 v73 = v8; | |
7412 if ( v8 == v7 ) | |
7413 return 0; | |
7414 v10 = v65; | |
7415 v68 = 0; | |
7416 v5->_viewport_space_y = v7; | |
7417 v5->_viewport_space_w = v8; | |
7418 v55 = v65; | |
7419 if ( v4 > 0 ) | |
7420 { | |
7421 v11 = v65; | |
7422 do | |
7423 { | |
7424 v10 += v64; | |
7425 if ( v10 < v74 ) | |
7426 { | |
7427 if ( v10 < 0 ) | |
7428 v10 += v74; | |
7429 } | |
7430 else | |
7431 { | |
7432 v10 -= v74; | |
7433 } | |
7434 v12 = dword_50B9D8_ys[v10]; | |
7435 if ( v12 <= dword_50B9D8_ys[v11] ) | |
7436 { | |
7437 v55 = v10; | |
7438 v11 = v10; | |
7439 } | |
7440 if ( v12 == v73 ) | |
7441 break; | |
7442 ++v68; | |
7443 } | |
7444 while ( v68 < v74 ); | |
7445 } | |
7446 v13 = v55 + v64; | |
7447 v67 = v55 + v64; | |
7448 if ( v55 + v64 < v74 ) | |
7449 { | |
7450 if ( v13 >= 0 ) | |
7451 goto LABEL_27; | |
7452 v13 += v74; | |
7453 } | |
7454 else | |
7455 { | |
7456 v13 -= v74; | |
7457 } | |
7458 v67 = v13; | |
7459 LABEL_27: | |
7460 if ( dword_50B9D8_ys[v13] != dword_50B9D8_ys[v55] ) | |
7461 { | |
7462 v14 = dword_50BAC8[v55]; | |
7463 v62 = v14 << 16; | |
7464 v54 = ((dword_50BAC8[v13] - v14) << 16) / (dword_50B9D8_ys[v13] - dword_50B9D8_ys[v55]); | |
7465 v5->array_18[v7] = LOWORD(dword_50BAC8[v55]); | |
7466 } | |
7467 v15 = v65; | |
7468 v69 = 0; | |
7469 v61 = v65; | |
7470 if ( v74 > 0 ) | |
7471 { | |
7472 v16 = v65; | |
7473 do | |
7474 { | |
7475 v15 += v63; | |
7476 if ( v15 < v74 ) | |
7477 { | |
7478 if ( v15 < 0 ) | |
7479 v15 += v74; | |
7480 } | |
7481 else | |
7482 { | |
7483 v15 -= v74; | |
7484 } | |
7485 v17 = dword_50B9D8_ys[v15]; | |
7486 if ( v17 <= dword_50B9D8_ys[v16] ) | |
7487 { | |
7488 v61 = v15; | |
7489 v16 = v15; | |
7490 } | |
7491 if ( v17 == v73 ) | |
7492 break; | |
7493 ++v69; | |
7494 } | |
7495 while ( v69 < v74 ); | |
7496 } | |
7497 v18 = v63 + v61; | |
7498 v66 = v63 + v61; | |
7499 if ( v63 + v61 < v74 ) | |
7500 { | |
7501 if ( v18 >= 0 ) | |
7502 goto LABEL_44; | |
7503 v18 += v74; | |
7504 } | |
7505 else | |
7506 { | |
7507 v18 -= v74; | |
7508 } | |
7509 v66 = v18; | |
7510 LABEL_44: | |
7511 v19 = v18; | |
7512 v20 = v61; | |
7513 v53 = dword_50B9D8_ys[v19] - dword_50B9D8_ys[v61]; | |
7514 if ( dword_50B9D8_ys[v19] != dword_50B9D8_ys[v61] ) | |
7515 { | |
7516 v21 = dword_50BAC8[v20]; | |
7517 v5 = v60; | |
7518 v61 = v21 << 16; | |
7519 v53 = ((dword_50BAC8[v19] - v21) << 16) / v53; | |
7520 v60->array_3D8[v73] = LOWORD(dword_50BAC8[v20]); | |
7521 } | |
7522 v22 = v7; | |
7523 v70 = v7; | |
7524 if ( v7 <= v73 ) | |
7525 { | |
7526 v56 = &v5->array_3D8[v7]; | |
7527 v23 = &v5->array_18[v7]; | |
7528 do | |
7529 { | |
7530 v24 = v67; | |
7531 if ( v22 < dword_50B9D8_ys[v67] || v22 == v73 ) | |
7532 goto LABEL_57; | |
7533 v25 = v64 + v67; | |
7534 v67 = v25; | |
7535 if ( v25 < v74 ) | |
7536 { | |
7537 if ( v25 >= 0 ) | |
7538 goto LABEL_55; | |
7539 v25 += v74; | |
7540 } | |
7541 else | |
7542 { | |
7543 v25 -= v74; | |
7544 } | |
7545 v67 = v25; | |
7546 LABEL_55: | |
7547 v26 = v25; | |
7548 v27 = dword_50B9D8_ys[v26] - dword_50B9D8_ys[v24]; | |
7549 if ( dword_50B9D8_ys[v26] - dword_50B9D8_ys[v24] > 0 ) | |
7550 { | |
7551 v28 = dword_50BAC8[v24]; | |
7552 v54 = ((dword_50BAC8[v26] - v28) << 16) / v27; | |
7553 v62 = v28 << 16; | |
7554 } | |
7555 LABEL_57: | |
7556 v29 = v66; | |
7557 if ( v70 >= dword_50B9D8_ys[v66] && v70 != v73 ) | |
7558 { | |
7559 v30 = v63 + v66; | |
7560 v66 += v63; | |
7561 if ( v66 >= v74 ) | |
7562 { | |
7563 v30 -= v74; | |
7564 goto LABEL_63; | |
7565 } | |
7566 if ( v30 < 0 ) | |
7567 { | |
7568 v30 += v74; | |
7569 LABEL_63: | |
7570 v66 = v30; | |
7571 } | |
7572 v31 = v30; | |
7573 v32 = dword_50B9D8_ys[v31] - dword_50B9D8_ys[v29]; | |
7574 if ( dword_50B9D8_ys[v31] - dword_50B9D8_ys[v29] > 0 ) | |
7575 { | |
7576 v33 = dword_50BAC8[v29]; | |
7577 v53 = ((dword_50BAC8[v31] - v33) << 16) / v32; | |
7578 v61 = v33 << 16; | |
7579 } | |
7580 } | |
7581 *(__int16 *)((char *)v56 + (int)(char *)v5->array_18 - (char *)v5->array_3D8) = HIWORD(v62); | |
7582 *v56 = HIWORD(v61); | |
7583 v34 = v23 + 480; | |
7584 v35 = v23[480]; | |
7585 if ( *v23 > v35 ) | |
7586 { | |
7587 v36 = *v23 ^ v35; | |
7588 v37 = *v34; | |
7589 *v23 = v36; | |
7590 v38 = v37 ^ v36; | |
7591 *v23 ^= v38; | |
7592 *v34 = v38; | |
7593 } | |
7594 ++v56; | |
7595 v62 += v54; | |
7596 v22 = v70 + 1; | |
7597 v61 += v53; | |
7598 ++v23; | |
7599 ++v70; | |
7600 } | |
7601 while ( v70 <= v73 ); | |
7602 } | |
7603 v39 = a3; | |
7604 v40 = v73; | |
7605 if ( v73 < a3->_viewport_space_y || (v41 = a3->_viewport_space_w, v7 > v41) ) | |
7606 return 0; | |
7607 if ( v7 < a3->_viewport_space_y ) | |
7608 v7 = a3->_viewport_space_y; | |
7609 if ( v73 > v41 ) | |
7610 { | |
7611 v40 = a3->_viewport_space_w; | |
7612 v73 = a3->_viewport_space_w; | |
7613 } | |
7614 v71 = v7; | |
7615 if ( v7 <= v40 ) | |
7616 { | |
7617 a3a = (char *)v5 - (char *)a3; | |
7618 v57 = &v5->array_18[v7]; | |
7619 v42 = &v39->array_3D8[v7]; | |
7620 do | |
7621 { | |
7622 if ( *(__int16 *)((char *)v42 + a3a) >= *(v42 - 480) && *v57 <= *v42 ) | |
7623 break; | |
7624 ++v57; | |
7625 ++v7; | |
7626 ++v71; | |
7627 ++v42; | |
7628 } | |
7629 while ( v71 <= v40 ); | |
7630 } | |
7631 v72 = v40; | |
7632 if ( v40 < v7 ) | |
7633 return 0; | |
7634 v58 = &v5->array_18[v40]; | |
7635 v43 = &v39->array_3D8[v40]; | |
7636 do | |
7637 { | |
7638 if ( *(__int16 *)((char *)v43 + (int)(char *)v5 - (char *)v39) >= *(v43 - 480) && *v58 <= *v43 ) | |
7639 break; | |
7640 --v58; | |
7641 --v40; | |
7642 --v72; | |
7643 --v43; | |
7644 v73 = v40; | |
7645 } | |
7646 while ( v72 >= v7 ); | |
7647 if ( v7 >= v40 ) | |
7648 return 0; | |
7649 a3b = (char *)v39 - (char *)v5; | |
7650 v59 = &v39->array_3D8[v7]; | |
7651 v45 = &v5->array_18[v7]; | |
7652 v46 = v73 - v7 + 1; | |
7653 do | |
7654 { | |
7655 v47 = *(__int16 *)((char *)v45 + a3b); | |
7656 if ( *v45 < v47 ) | |
7657 *v45 = v47; | |
7658 if ( v45[480] > *v59 ) | |
7659 v45[480] = *v59; | |
7660 ++v59; | |
7661 ++v45; | |
7662 --v46; | |
7663 } | |
7664 while ( v46 ); | |
7665 v5->_viewport_space_y = v7; | |
7666 v5->_viewport_space_w = v73; | |
7667 v5->field_8 = v5->array_18[v7]; | |
7668 v48 = v5->array_3D8[v7]; | |
7669 v5->field_10 = v7; | |
7670 v5->field_14 = v7; | |
7671 v49 = v7 + 1; | |
7672 v5->field_C = v48; | |
7673 if ( v49 <= v73 ) | |
7674 { | |
7675 v50 = &v5->array_3D8[v49]; | |
7676 do | |
7677 { | |
7678 v51 = *(v50 - 480); | |
7679 if ( v51 < v5->field_8 ) | |
7680 { | |
7681 v5->field_8 = v51; | |
7682 v5->field_10 = v49; | |
7683 } | |
7684 v52 = *v50; | |
7685 if ( v52 > v5->field_C ) | |
7686 { | |
7687 v5->field_C = v52; | |
7688 v5->field_14 = v49; | |
7689 } | |
7690 ++v49; | |
7691 ++v50; | |
7692 } | |
7693 while ( v49 <= v73 ); | |
7694 } | |
7695 return 1; | |
7696 } | |
7697 // 50B700: using guessed type int dword_50B700; | |
7698 | |
7699 //----- (00424CD7) -------------------------------------------------------- | |
7700 signed int __fastcall sr_424CD7(unsigned int uVertexID) | |
7701 { | |
7702 unsigned int v1; // edx@1 | |
7703 signed int v2; // edi@1 | |
7704 char *v3; // esi@4 | |
7705 char *v4; // ecx@4 | |
7706 unsigned int v5; // eax@4 | |
7707 char *v6; // edx@4 | |
7708 double v7; // st6@10 | |
7709 double v8; // st5@10 | |
7710 double v9; // st6@11 | |
7711 unsigned __int8 v10; // c2@15 | |
7712 unsigned __int8 v11; // c3@15 | |
7713 RenderVertexSoft *v12; // edi@22 | |
7714 char *v13; // eax@22 | |
7715 double v14; // st6@22 | |
7716 signed int result; // eax@24 | |
7717 unsigned int v16; // [sp+8h] [bp-28h]@4 | |
7718 bool v17; // [sp+Ch] [bp-24h]@6 | |
7719 char *v18; // [sp+10h] [bp-20h]@4 | |
7720 char *v19; // [sp+14h] [bp-1Ch]@4 | |
7721 signed int v20; // [sp+18h] [bp-18h]@1 | |
7722 RenderVertexSoft *v21; // [sp+1Ch] [bp-14h]@4 | |
7723 char *v22; // [sp+20h] [bp-10h]@4 | |
7724 char *v23; // [sp+24h] [bp-Ch]@4 | |
7725 char *v24; // [sp+28h] [bp-8h]@4 | |
7726 char *v25; // [sp+2Ch] [bp-4h]@4 | |
7727 | |
7728 v1 = uVertexID; | |
7729 memcpy(&array_50AC10[uVertexID], array_50AC10, sizeof(array_50AC10[uVertexID])); | |
7730 v2 = 0; | |
7731 v20 = 0; | |
7732 if ( array_50AC10[0].vWorldViewPosition.x >= 8.0 ) | |
7733 v2 = 1; | |
7734 if ( (signed int)(uVertexID + 1) <= 1 ) | |
7735 return 0; | |
7736 v3 = (char *)&array_507D30[0].vWorldViewPosition.z; | |
7737 v4 = (char *)&array_507D30[0].vWorldViewPosition.y; | |
7738 v5 = v1; | |
168 | 7739 v23 = (char *)&array_507D30[0]._rhw; |
0 | 7740 v21 = array_507D30; |
7741 v18 = (char *)&array_507D30[0].vWorldViewPosition.z; | |
7742 v19 = (char *)&array_507D30[0].vWorldViewPosition.y; | |
7743 v22 = (char *)&array_507D30[0].vWorldViewPosition; | |
7744 v24 = (char *)&array_507D30[0].v; | |
7745 v25 = (char *)&array_507D30[0].u; | |
7746 v6 = (char *)&array_50AC10[0].v; | |
7747 v16 = v5; | |
7748 do | |
7749 { | |
7750 v17 = *((float *)v6 + 5) >= 8.0; | |
7751 if ( v2 != v17 ) | |
7752 { | |
7753 if ( v17 ) | |
7754 { | |
7755 v7 = (8.0 - *((float *)v6 - 7)) / (*((float *)v6 + 5) - *((float *)v6 - 7)); | |
7756 *(float *)v4 = (*((float *)v6 + 6) - *((float *)v6 - 6)) * v7 + *((float *)v6 - 6); | |
7757 *(float *)v3 = (*((float *)v6 + 7) - *((float *)v6 - 5)) * v7 + *((float *)v6 - 5); | |
7758 *(float *)v25 = (*((float *)v6 + 11) - *((float *)v6 - 1)) * v7 + *((float *)v6 - 1); | |
7759 v8 = (*((float *)v6 + 12) - *(float *)v6) * v7 + *(float *)v6; | |
7760 } | |
7761 else | |
7762 { | |
7763 v9 = (8.0 - *((float *)v6 + 5)) / (*((float *)v6 - 7) - *((float *)v6 + 5)); | |
7764 *(float *)v4 = (*((float *)v6 - 6) - *((float *)v6 + 6)) * v9 + *((float *)v6 + 6); | |
7765 *(float *)v3 = (*((float *)v6 - 5) - *((float *)v6 + 7)) * v9 + *((float *)v6 + 7); | |
7766 *(float *)v25 = (*((float *)v6 - 1) - *((float *)v6 + 11)) * v9 + *((float *)v6 + 11); | |
7767 v8 = (*(float *)v6 - *((float *)v6 + 12)) * v9 + *((float *)v6 + 12); | |
7768 } | |
7769 *(float *)v24 = v8; | |
7770 *(float *)v22 = 8.0; | |
7771 *(int *)v23 = 0x3E000000u; | |
7772 if ( v2 ) | |
7773 { | |
7774 if ( 8.0 == *((float *)v6 - 7) && *(float *)v4 == *((float *)v6 - 6) ) | |
7775 { | |
7776 v10 = 0; | |
7777 v11 = *(float *)v3 == *((float *)v6 - 5); | |
7778 goto LABEL_19; | |
7779 } | |
7780 } | |
7781 else | |
7782 { | |
7783 if ( 8.0 == *((float *)v6 + 5) && *(float *)v4 == *((float *)v6 + 6) ) | |
7784 { | |
7785 v10 = 0; | |
7786 v11 = *(float *)v3 == *((float *)v6 + 7); | |
7787 LABEL_19: | |
7788 if ( v11 | v10 ) | |
7789 goto LABEL_21; | |
7790 goto LABEL_20; | |
7791 } | |
7792 } | |
7793 LABEL_20: | |
7794 ++v21; | |
7795 v22 += 48; | |
7796 v24 += 48; | |
7797 v25 += 48; | |
7798 v4 += 48; | |
7799 v3 += 48; | |
7800 ++v20; | |
7801 v23 += 48; | |
7802 v19 = v4; | |
7803 v18 = v3; | |
7804 } | |
7805 LABEL_21: | |
7806 if ( v17 ) | |
7807 { | |
7808 v12 = v21; | |
7809 v13 = v23; | |
7810 v19 += 48; | |
7811 v18 += 48; | |
7812 v14 = 1.0 / (*((float *)v6 + 5) + 0.0000001); | |
7813 ++v20; | |
7814 v25 += 48; | |
7815 v24 += 48; | |
7816 v22 += 48; | |
7817 ++v21; | |
7818 v23 += 48; | |
7819 memcpy(v12, v6 + 8, 0x30u); | |
7820 v4 = v19; | |
7821 v3 = v18; | |
7822 *(float *)v13 = v14; | |
7823 } | |
7824 v2 = v17; | |
7825 v6 += 48; | |
7826 --v16; | |
7827 } | |
7828 while ( v16 ); | |
7829 result = v20; | |
7830 if ( v20 < 3 ) | |
7831 return 0; | |
7832 return result; | |
7833 } |