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