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