Mercurial > mm7
annotate Indoor.cpp @ 834:95d9727412c9
Слияние
author | Ritor1 |
---|---|
date | Wed, 27 Mar 2013 21:24:24 +0600 |
parents | 9c3f28b31b4a |
children | dfd683c4f538 |
rev | line source |
---|---|
0 | 1 #include <assert.h> |
2 | |
3 #include "Outdoor.h" | |
4 #include "Render.h" | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
5 #include "SpriteObject.h" |
0 | 6 #include "Events.h" |
7 #include "Game.h" | |
8 #include "Viewport.h" | |
9 #include "Time.h" | |
10 #include "Party.h" | |
11 #include "Math.h" | |
12 #include "Allocator.h" | |
13 #include "LOD.h" | |
14 #include "DecorationList.h" | |
15 #include "ObjectList.h" | |
16 #include "Actor.h" | |
17 #include "Chest.h" | |
18 #include "GUIProgressBar.h" | |
19 #include "stru123.h" | |
20 #include "AudioPlayer.h" | |
21 #include "Log.h" | |
22 #include "TurnEngine.h" | |
23 #include "PaletteManager.h" | |
24 #include "MapInfo.h" | |
186 | 25 #include "IndoorCamera.h" |
791 | 26 #include "GUIWindow.h" |
27 #include "GUIButton.h" | |
28 #include "GUIFont.h" | |
0 | 29 |
30 #include "mm7_data.h" | |
831 | 31 #include "MM7.h" |
0 | 32 |
33 | |
34 | |
35 | |
36 | |
37 | |
38 | |
39 | |
40 | |
41 IndoorLocation *pIndoor = new IndoorLocation; | |
42 BLVRenderParams *pBLVRenderParams = new BLVRenderParams; | |
43 | |
44 struct DecorationList *pDecorationList; | |
45 | |
46 LevelDecoration pLevelDecorations[3000]; | |
47 size_t uNumLevelDecorations; | |
520
35f28d4c0ff9
GlobalEventInfo changed to LevelDecoration* activeLevelDecoration
Gloval
parents:
515
diff
changeset
|
48 LevelDecoration* activeLevelDecoration; |
0 | 49 |
50 LEVEL_TYPE uCurrentlyLoadedLevelType = LEVEL_null; | |
51 | |
52 stru320 stru_F8AD28; // idb | |
53 stru337 stru_F81018; | |
54 stru167_wrap array_5118E8; | |
55 BspRenderer_stru2 stru_F8A590; | |
56 BspRenderer *pBspRenderer = new BspRenderer; // idb | |
57 stru141 stru_721530; | |
58 stru352 stru_F83B80[480]; | |
59 | |
60 | |
61 | |
62 unsigned __int16 pDoorSoundIDsByLocationID[78] = | |
63 { | |
64 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, | |
65 300, 300, 300, 404, 302, 306, 308, 304, 308, 302, 400, 302, 300, | |
66 308, 308, 306, 308, 308, 304, 300, 404, 406, 300, 400, 406, 404, | |
67 306, 302, 408, 304, 300, 300, 300, 300, 300, 300, 300, 300, 300, | |
68 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 404, 304, | |
69 400, 300, 300, 404, 304, 400, 300, 300, 404, 304, 400, 300, 300 | |
70 }; | |
71 | |
72 | |
73 | |
74 //----- (0043F39E) -------------------------------------------------------- | |
75 void __fastcall PrepareDrawLists_BLV(IndoorLocation_drawstru *_this) | |
76 { | |
77 //int *v1; // ecx@1 | |
78 //double v2; // ST30_8@3 | |
79 //double v3; // ST30_8@6 | |
80 //double v4; // ST28_8@6 | |
81 int v5; // eax@4 | |
707 | 82 //int v6; // eax@7 |
0 | 83 unsigned int v7; // ebx@8 |
84 BLVSector *v8; // esi@8 | |
707 | 85 //unsigned __int16 *v9; // edi@8 |
86 //int i; // [sp+18h] [bp-8h]@7 | |
0 | 87 //unsigned __int8 v11; // [sp+1Ch] [bp-4h]@3 |
707 | 88 //signed int v12; // [sp+1Ch] [bp-4h]@8 |
0 | 89 |
90 pBLVRenderParams->Reset(_this); | |
91 pMobileLightsStack->uNumLightsActive = 0; | |
92 //uNumMobileLightsApplied = 0; | |
93 uNumDecorationsDrawnThisFrame = 0; | |
94 _unused000 = 0; | |
95 uNumSpritesDrawnThisFrame = 0; | |
96 uNumBillboardsToDraw = 0; | |
707 | 97 |
98 if ( !byte_4D864C || !(pGame->uFlags & 0x1000) ) // lightspot around party | |
0 | 99 { |
100 //v2 = pParty->flt_TorchlightColorB + 6.7553994e15; | |
101 //v11 = LOBYTE(v2); | |
102 v5 = 800; | |
103 if (pParty->TorchlightActive()) | |
707 | 104 v5 *= pParty->pPartyBuffs[PARTY_BUFF_TORCHLIGHT].uPower; |
0 | 105 //LOBYTE(v1) = byte_4E94D0; |
106 //v4 = pParty->flt_TorchlightColorR + 6.7553994e15; | |
107 //v3 = pParty->flt_TorchlightColorG + 6.7553994e15; | |
707 | 108 pMobileLightsStack->AddLight(pBLVRenderParams->vPartyPos.x, |
109 pBLVRenderParams->vPartyPos.y, | |
110 pBLVRenderParams->vPartyPos.z, | |
111 pBLVRenderParams->uPartySectorID, | |
112 v5, | |
113 floorf(pParty->flt_TorchlightColorR + 0.5f), | |
114 floorf(pParty->flt_TorchlightColorG + 0.5f), | |
115 floorf(pParty->flt_TorchlightColorB + 0.5f), | |
116 byte_4E94D0); | |
0 | 117 } |
118 PrepareBspRenderList_BLV(); | |
119 PrepareItemsRenderList_BLV(); | |
120 PrepareActorRenderList_BLV(); | |
707 | 121 |
122 //v6 = 0; | |
123 for (uint i = 0; i < pBspRenderer->uNumVisibleNotEmptySectors; ++i) | |
0 | 124 { |
707 | 125 v7 = pBspRenderer->pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[i]; |
126 //v12 = 0; | |
127 v8 = &pIndoor->pSectors[pBspRenderer->pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[i]]; | |
128 //v9 = v8->pDecorationIDs; | |
129 | |
130 for (uint j = 0; j < v8->uNumDecorations; ++j) | |
131 //if ( v8->uNumDecorations > 0 ) | |
0 | 132 { |
707 | 133 // do |
134 PrepareDecorationsRenderList_BLV(v8->pDecorationIDs[j], v7); | |
135 // while ( v12 < v8->uNumDecorations ); | |
0 | 136 } |
707 | 137 //v6 = i + 1; |
0 | 138 } |
657 | 139 FindBillboardsLightLevels_BLV(); |
0 | 140 pGame->PrepareBloodsplats(); |
141 } | |
142 | |
143 | |
144 | |
145 //----- (004407D9) -------------------------------------------------------- | |
146 int BLVRenderParams::Reset(IndoorLocation_drawstru *a2) | |
147 { | |
148 IndoorLocation_drawstru *v2; // ebx@1 | |
149 BLVRenderParams *v3; // esi@1 | |
150 int v4; // ST08_4@1 | |
151 int v5; // ST04_4@1 | |
152 int v6; // ST00_4@1 | |
153 int v7; // eax@1 | |
154 int v8; // ST08_4@2 | |
155 int v9; // ST04_4@2 | |
156 int v10; // ST00_4@2 | |
157 unsigned int v11; // edi@4 | |
158 unsigned int v12; // ecx@4 | |
159 int v13; // edx@4 | |
160 signed int v14; // ecx@4 | |
161 unsigned int v15; // edx@4 | |
162 unsigned int v16; // eax@4 | |
163 double v17; // st7@5 | |
164 int v18; // eax@5 | |
165 double v19; // st7@5 | |
166 int v20; // eax@5 | |
167 double v21; // st7@5 | |
168 int v22; // eax@5 | |
169 unsigned int v23; // edx@5 | |
170 unsigned int v24; // ecx@5 | |
171 int v25; // eax@5 | |
172 int v26; // eax@5 | |
173 signed int v27; // eax@6 | |
174 int result; // eax@6 | |
175 int v29; // [sp+24h] [bp+8h]@5 | |
176 | |
177 v2 = a2; | |
178 v3 = this; | |
179 this->field_0_timer_ = a2->field_0_timer; | |
180 this->uFlags = a2->uFlags; | |
181 this->vPartyPos.x = a2->vPosition.x; | |
182 this->vPartyPos.y = a2->vPosition.y; | |
183 this->vPartyPos.z = a2->vPosition.z; | |
184 v4 = this->vPartyPos.z; | |
185 v5 = this->vPartyPos.y; | |
186 this->sPartyRotY = a2->sRotationY; | |
187 v6 = this->vPartyPos.x; | |
188 this->sPartyRotX = a2->sRotationX; | |
189 v7 = pIndoor->GetSector(v6, v5, v4); | |
190 v3->uPartySectorID = v7; | |
191 if ( !v7 ) | |
192 { | |
193 v8 = v3->vPartyPos.z; | |
194 v3->vPartyPos.x = pParty->vPosition.x; | |
195 v9 = pParty->vPosition.y; | |
196 v10 = v3->vPartyPos.x; | |
197 v3->vPartyPos.y = pParty->vPosition.y; | |
198 v3->uPartySectorID = pIndoor->GetSector(v10, v9, v8); | |
199 } | |
200 if ( pRenderer->pRenderD3D ) | |
201 { | |
323 | 202 v3->sCosineY = stru_5C6E00->Cos(v3->sPartyRotY); |
203 v3->sSineY = stru_5C6E00->Sin(v3->sPartyRotY); | |
204 v3->sCosineNegX = stru_5C6E00->Cos(-v3->sPartyRotX); | |
205 v3->sSineNegX = stru_5C6E00->Sin(-v3->sPartyRotX); | |
0 | 206 v3->fCosineY = cos((3.141592653589793 + 3.141592653589793) * (double)v3->sPartyRotY * 0.00048828125); |
207 v3->fSineY = sin((3.141592653589793 + 3.141592653589793) * (double)v3->sPartyRotY * 0.00048828125); | |
208 v3->fCosineNegX = cos((3.141592653589793 + 3.141592653589793) * (double)-v3->sPartyRotX * 0.00048828125); | |
209 v3->fSineNegX = sin((3.141592653589793 + 3.141592653589793) * (double)-v3->sPartyRotX * 0.00048828125); | |
210 v3->field_64 = a2->field_3C; | |
211 v11 = v3->uViewportW; | |
212 v12 = v3->uViewportX; | |
213 v13 = v3->uViewportZ - v12; | |
214 v14 = v3->uViewportZ + v12; | |
215 v3->field_70 = v13 + 1; | |
216 v15 = v3->uViewportY; | |
217 v3->uViewportHeight = v11 - v15 + 1; | |
218 v16 = v3->uViewportW; | |
219 v3->uViewportCenterX = v14 >> 1; | |
220 v3->uViewportCenterY = (signed int)(v16 + v15) >> 1; | |
221 } | |
222 else | |
223 { | |
323 | 224 v3->sCosineY = stru_5C6E00->Cos(-v3->sPartyRotY); |
225 v3->sSineY = stru_5C6E00->Sin(-v3->sPartyRotY); | |
226 v3->sCosineNegX = stru_5C6E00->Cos(-v3->sPartyRotX); | |
227 v3->sSineNegX = stru_5C6E00->Sin(-v3->sPartyRotX); | |
0 | 228 v17 = cos((double)-v3->sPartyRotY * 0.0030664064); |
229 v18 = v3->sPartyRotY; | |
230 v3->fCosineY = v17; | |
231 v19 = sin((double)-v18 * 0.0030664064); | |
232 v20 = v3->sPartyRotX; | |
233 v3->fSineY = v19; | |
234 v21 = cos((double)-v20 * 0.0030664064); | |
235 v22 = v3->sPartyRotX; | |
236 v3->fCosineNegX = v21; | |
237 v3->fSineNegX = sin((double)-v22 * 0.0030664064); | |
238 v23 = v3->uViewportX; | |
239 v3->field_64 = a2->field_3C; | |
240 v24 = v3->uViewportZ; | |
241 v3->field_70 = v3->uViewportZ - v23 + 1; | |
242 v25 = v3->uViewportW - v3->uViewportY + 1; | |
243 v3->uViewportHeight = v25; | |
244 v29 = v25; | |
245 v26 = v3->field_64; | |
246 v3->uViewportCenterX = (signed int)(v24 + v23) >> 1; | |
247 v3->uViewportCenterY = v3->uViewportW - ((unsigned __int64)(v26 * (signed __int64)v29) >> 16); | |
248 } | |
249 v27 = (unsigned int)(signed __int64)((double)v3->field_70 * 0.5 / tan((double)(v2->field_1C_mb_fov >> 1) * 0.01745329) | |
250 + 0.5) << 16; | |
251 v3->field_40 = v27; | |
252 LODWORD(v3->field_44) = 4294967296i64 / v27; | |
253 v3->pRenderTarget = v2->pRenderTarget; | |
254 v3->uTargetWidth = v2->uTargetWidth; | |
255 v3->uTargetHeight = v2->uTargetHeight; | |
256 v3->uViewportX = v2->uViewportX; | |
257 v3->uViewportY = v2->uViewportY; | |
258 v3->uViewportZ = v2->uViewportZ; | |
259 v3->uViewportW = v2->uViewportW; | |
260 v3->pTargetZBuffer = v2->pTargetZ; | |
261 result = 0; | |
262 v3->field_8C = 0; | |
263 v3->field_84 = 0; | |
264 v3->uNumFacesRenderedThisFrame = 0; | |
265 v3->field_88 = 0; | |
266 pBLVRenderParams->field_90 = 64; | |
267 pBLVRenderParams->field_94 = 6; | |
268 return result; | |
269 } | |
270 | |
271 //----- (00440B44) -------------------------------------------------------- | |
272 void IndoorLocation::ExecDraw(bool bD3D) | |
273 { | |
274 int v2; // eax@3 | |
795 | 275 //IndoorCameraD3D_Vec4 *v3; // edx@4 |
276 //unsigned int v5; // ecx@9 | |
277 //RenderVertexSoft *v6; // [sp-4h] [bp-8h]@4 | |
0 | 278 |
279 if (bD3D) | |
280 { | |
281 pIndoor->GetSector(pParty->vPosition.x, pParty->vPosition.y, pParty->vPosition.z); | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
282 for (uint i = 0; i < pBspRenderer->num_faces; ++i) |
0 | 283 { |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
284 v2 = pBspRenderer->faces[i].uNodeID; |
795 | 285 if (pBspRenderer->nodes[v2].viewing_portal_id == -1) |
286 IndoorLocation::ExecDraw_d3d(pBspRenderer->faces[i].uFaceID, nullptr, 4, nullptr); | |
0 | 287 else |
795 | 288 IndoorLocation::ExecDraw_d3d(pBspRenderer->faces[i].uFaceID, pBspRenderer->nodes[v2].std__vector_0007AC, 4, pBspRenderer->nodes[v2].pPortalBounding); |
0 | 289 } |
290 } | |
795 | 291 else for (uint j = 0; j < pBspRenderer->num_faces; ++j ) |
0 | 292 { |
795 | 293 pBLVRenderParams->field_7C = &pBspRenderer->nodes[pBspRenderer->faces[j].uNodeID].field_C; |
294 IndoorLocation::ExecDraw_sw(pBspRenderer->faces[j].uFaceID); | |
0 | 295 } |
296 } | |
297 | |
298 //----- (00440BED) -------------------------------------------------------- | |
299 void __fastcall sub_440BED(IndoorLocation_drawstru *_this) | |
300 { | |
301 unsigned __int16 *v1; // edi@7 | |
302 char *v2; // esi@8 | |
303 int v3; // ecx@9 | |
304 unsigned int v4; // edx@9 | |
305 char *v5; // eax@10 | |
306 signed int v6; // [sp+8h] [bp-8h]@7 | |
307 int v7; // [sp+Ch] [bp-4h]@8 | |
308 | |
309 PrepareDrawLists_BLV(_this); | |
310 if (pBLVRenderParams->uPartySectorID) | |
311 IndoorLocation::ExecDraw(pRenderer->pRenderD3D != 0); | |
312 pRenderer->DrawBillboardList_BLV(); | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
313 |
0 | 314 if ( !pRenderer->pRenderD3D ) |
315 { | |
486 | 316 if (pBLVRenderParams->uFlags & INDOOR_CAMERA_DRAW_D3D_OUTLINES) |
317 pBspRenderer->DrawFaceOutlines(); | |
318 if (pBLVRenderParams->uFlags & INDOOR_CAMERA_DRAW_SW_OUTLINES) | |
0 | 319 { |
320 v1 = pBLVRenderParams->pRenderTarget; | |
321 v6 = 0; | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
322 if ( (signed int)pBspRenderer->num_nodes > 0 ) |
0 | 323 { |
324 v7 = 0; | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
325 v2 = (char *)&pBspRenderer->nodes[0].field_C._viewport_space_w; |
0 | 326 do |
327 { | |
328 v3 = *((int *)v2 - 1); | |
329 v4 = pRenderer->uTargetSurfacePitch * *((int *)v2 - 1); | |
330 if ( v3 <= *(int *)v2 ) | |
331 { | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
332 v5 = (char *)&pBspRenderer->nodes[0].field_C.array_3D8[v3 + v7]; |
0 | 333 do |
334 { | |
335 v1[v4 + *((short *)v5 - 480)] = 255; | |
336 ++v3; | |
337 v1[v4 + *(short *)v5] = 255; | |
338 v4 += pRenderer->uTargetSurfacePitch; | |
339 v5 += 2; | |
340 } | |
341 while ( v3 <= *(int *)v2 ); | |
342 } | |
343 ++v6; | |
344 v7 += 1126; | |
345 v2 += 2252; | |
346 } | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
347 while ( v6 < (signed int)pBspRenderer->num_nodes ); |
0 | 348 } |
349 } | |
350 } | |
351 } | |
352 | |
353 | |
354 | |
355 | |
356 | |
357 //----- (00441BD4) -------------------------------------------------------- | |
358 void IndoorLocation::Draw() | |
359 { | |
186 | 360 //int v0; // eax@1 |
0 | 361 IndoorLocation_drawstru _this; // [sp+0h] [bp-4Ch]@5 |
362 int v2; // [sp+44h] [bp-8h]@5 | |
363 int v3; // [sp+48h] [bp-4h]@5 | |
364 | |
186 | 365 _this.uFlags = 0; |
366 if (viewparams->draw_sw_outlines) | |
367 _this.uFlags |= INDOOR_CAMERA_DRAW_SW_OUTLINES; | |
368 if (viewparams->draw_d3d_outlines) | |
369 _this.uFlags |= INDOOR_CAMERA_DRAW_D3D_OUTLINES; | |
370 | |
791 | 371 _this.uFlags |= INDOOR_CAMERA_DRAW_D3D_OUTLINES; |
372 _this.uFlags |= INDOOR_CAMERA_DRAW_SW_OUTLINES; | |
373 //INDOOR_CAMERA_DRAW_TERRAIN_OUTLINES | |
374 | |
0 | 375 _this.field_0_timer = pEventTimer->uTotalGameTimeElapsed; |
376 _this.field_1C_mb_fov = 65; | |
791 | 377 _this.vPosition.x = pParty->vPosition.x - fixpoint_mul(stru_5C6E00->Cos(pParty->sRotationY), pParty->y_rotation_granularity); |
378 _this.vPosition.y = pParty->vPosition.y - fixpoint_mul(stru_5C6E00->Sin(pParty->sRotationY), pParty->y_rotation_granularity); | |
581 | 379 _this.vPosition.z = pParty->vPosition.z + pParty->sEyelevel; |
380 _this.sRotationX = pParty->sRotationX; | |
0 | 381 _this.sRotationY = pParty->sRotationY; |
382 _this.pRenderTarget = pRenderer->pTargetSurface; | |
692 | 383 _this.uViewportX = pViewport->uScreen_TL_X; |
384 _this.uViewportY = pViewport->uScreen_TL_Y; | |
385 _this.uViewportZ = pViewport->uScreen_BR_X; | |
386 _this.uViewportW = pViewport->uScreen_BR_Y; | |
0 | 387 _this.field_3C = pViewport->field_30; |
581 | 388 |
0 | 389 _this.uTargetWidth = 640; |
390 _this.uTargetHeight = 480; | |
391 _this.pTargetZ = pRenderer->pActiveZBuffer; | |
392 sub_440BED(&_this); | |
569 | 393 pParty->uFlags &= ~2; |
0 | 394 pGame->DrawParticles(); |
395 array_5118E8._440F07(); | |
396 } | |
397 | |
398 //----- (004C0EF2) -------------------------------------------------------- | |
399 void BLVFace::FromODM(ODMFace *a2) | |
400 { | |
401 this->pFacePlane_old.vNormal.x = a2->pFacePlane.vNormal.x; | |
402 this->pFacePlane_old.vNormal.y = a2->pFacePlane.vNormal.y; | |
403 this->pFacePlane_old.vNormal.z = a2->pFacePlane.vNormal.z; | |
404 this->pFacePlane_old.dist = a2->pFacePlane.dist; | |
405 this->pFacePlane.vNormal.x = (double)(a2->pFacePlane.vNormal.x & 0xFFFF) * 0.000015259022 | |
406 + (double)(a2->pFacePlane.vNormal.x >> 16); | |
407 this->pFacePlane.vNormal.y = (double)(a2->pFacePlane.vNormal.y & 0xFFFF) * 0.000015259022 | |
408 + (double)(a2->pFacePlane.vNormal.y >> 16); | |
409 this->pFacePlane.vNormal.z = (double)(a2->pFacePlane.vNormal.z & 0xFFFF) * 0.000015259022 | |
410 + (double)(a2->pFacePlane.vNormal.z >> 16); | |
411 this->pFacePlane.dist = (double)(a2->pFacePlane.dist & 0xFFFF) * 0.000015259022 + (double)(a2->pFacePlane.dist >> 16); | |
412 this->uAttributes = a2->uAttributes; | |
413 this->pBounding.x1 = a2->pBoundingBox.x1; | |
414 this->pBounding.y1 = a2->pBoundingBox.y1; | |
415 this->pBounding.z1 = a2->pBoundingBox.z1; | |
416 this->pBounding.x2 = a2->pBoundingBox.x2; | |
417 this->pBounding.y2 = a2->pBoundingBox.y2; | |
418 this->pBounding.z2 = a2->pBoundingBox.z2; | |
419 this->zCalc1 = a2->zCalc1; | |
420 this->zCalc2 = a2->zCalc2; | |
421 this->zCalc3 = a2->zCalc3; | |
422 this->pXInterceptDisplacements = a2->pXInterceptDisplacements; | |
423 this->pYInterceptDisplacements = a2->pYInterceptDisplacements; | |
424 this->pZInterceptDisplacements = a2->pZInterceptDisplacements; | |
425 this->uPolygonType = (PolygonType)a2->uPolygonType; | |
426 this->uNumVertices = a2->uNumVertices; | |
427 this->uBitmapID = a2->uTextureID; | |
428 this->pVertexIDs = a2->pVertexIDs; | |
429 } | |
430 | |
431 //----- (004B0A25) -------------------------------------------------------- | |
794 | 432 void IndoorLocation::ExecDraw_d3d(unsigned int uFaceID, IndoorCameraD3D_Vec4 *pVertices, unsigned int uNumVertices, RenderVertexSoft *pPortalBounding) |
0 | 433 { |
434 //unsigned int v4; // esi@1 | |
435 char *v5; // eax@4 | |
436 signed int v6; // ecx@4 | |
437 char *v7; // eax@8 | |
438 signed int v8; // ecx@8 | |
439 //BLVFace *v9; // esi@13 | |
440 //IndoorCameraD3D *v10; // edi@16 | |
441 //int v11; // ebx@17 | |
442 //Vec3_short_ *v12; // ecx@18 | |
443 //char *v13; // edx@18 | |
444 //int v14; // eax@19 | |
445 //unsigned __int8 v15; // sf@19 | |
446 //unsigned __int8 v16; // of@19 | |
447 int v17; // ebx@25 | |
448 //double v18; // st7@27 | |
449 //double v19; // st6@27 | |
450 //double v20; // st5@27 | |
451 //char v21; // dl@27 | |
452 //unsigned int v22; // eax@44 | |
453 unsigned int v23; // eax@35 | |
454 //DWORD v24; // eax@37 | |
455 //int v25; // eax@38 | |
456 //char *v26; // edi@38 | |
457 IDirect3DTexture2 *v27; // eax@42 | |
458 Texture *v28; // [sp+Ch] [bp-1Ch]@15 | |
459 //int i; // [sp+10h] [bp-18h]@38 | |
460 //LightmapBuilder *pStru4; // [sp+14h] [bp-14h]@16 | |
461 //IndoorCameraD3D *v31; // [sp+18h] [bp-10h]@16 | |
462 //IndoorCameraD3D_Vec4 *a7; // [sp+1Ch] [bp-Ch]@1 | |
463 //unsigned int uFaceID_; // [sp+20h] [bp-8h]@1 | |
464 unsigned int uNumVerticesa; // [sp+24h] [bp-4h]@17 | |
465 int a4a; // [sp+34h] [bp+Ch]@25 | |
466 //unsigned int a4b; // [sp+34h] [bp+Ch]@38 | |
467 | |
468 //v4 = uFaceID; | |
469 //a7 = pVertices; | |
470 //uFaceID_ = uFaceID; | |
471 if (uFaceID >= pIndoor->uNumFaces) | |
472 return; | |
473 | |
474 static RenderVertexSoft static_vertices_F7C228[64]; | |
475 static RenderVertexSoft static_vertices_F7B628[64]; | |
476 static stru154 stru_F7B60C; // idb | |
477 | |
478 //v9 = &pIndoor->pFaces[uFaceID]; | |
479 auto pFace = &pIndoor->pFaces[uFaceID]; | |
480 if (pFace->uNumVertices < 3) | |
481 return; | |
482 | |
483 | |
484 if (pFace->Invisible()) | |
485 return; | |
486 | |
487 ++pBLVRenderParams->uNumFacesRenderedThisFrame; | |
488 pFace->uAttributes |= 0x80u; | |
489 | |
490 if (!pFace->GetTexture()) | |
491 return; | |
492 | |
493 v28 = pFace->GetTexture(); | |
494 | |
495 if (!pGame->pIndoorCameraD3D->IsCulled(pFace)) | |
496 { | |
497 uNumVerticesa = pFace->uNumVertices; | |
498 for (uint i = 0; i < pFace->uNumVertices; ++i) | |
499 { | |
500 static_vertices_F7C228[i].vWorldPosition.x = pIndoor->pVertices[pFace->pVertexIDs[i]].x; | |
501 static_vertices_F7C228[i].vWorldPosition.y = pIndoor->pVertices[pFace->pVertexIDs[i]].y; | |
502 static_vertices_F7C228[i].vWorldPosition.z = pIndoor->pVertices[pFace->pVertexIDs[i]].z; | |
503 static_vertices_F7C228[i].u = (signed short)pFace->pVertexUIDs[i]; | |
504 static_vertices_F7C228[i].v = (signed short)pFace->pVertexVIDs[i]; | |
505 } | |
506 | |
507 if (!pVertices || | |
794 | 508 (pGame->pStru9Instance->_498377(pPortalBounding, 4u, pVertices, static_vertices_F7C228, &uNumVerticesa), uNumVerticesa) ) |
0 | 509 { |
795 | 510 if (pGame->pIndoorCameraD3D->CalcPortalShape(static_vertices_F7C228, &uNumVerticesa, |
581 | 511 static_vertices_F7B628, pGame->pIndoorCameraD3D->std__vector_000034_prolly_frustrum, 4, false, 0) != 1 || uNumVerticesa ) |
0 | 512 { |
513 a4a = SHIWORD(stru_F8AD28.uCurrentAmbientLightLevel); | |
514 v17 = (248 - 8 * SHIWORD(stru_F8AD28.uCurrentAmbientLightLevel)) | (((248 - 8 * SHIWORD(stru_F8AD28.uCurrentAmbientLightLevel)) | ((248 - 8 * SHIWORD(stru_F8AD28.uCurrentAmbientLightLevel)) << 8)) << 8); | |
515 sub_4B0E07(uFaceID); | |
516 pGame->pLightmapBuilder->ApplyLights_IndoorFace(uFaceID); | |
517 pDecalBuilder->ApplyBloodsplatDecals_IndoorFace(uFaceID); | |
518 pGame->pIndoorCameraD3D->ViewTransfrom_OffsetUV(static_vertices_F7B628, uNumVerticesa, array_507D30, &stru_F8AD28); | |
519 pGame->pIndoorCameraD3D->Project(array_507D30, uNumVerticesa, 0); | |
520 pGame->pLightmapBuilder->std__vector_000004_size = 0; | |
521 if (stru_F8AD28.uNumLightsApplied > 0 || | |
522 pDecalBuilder->uNumDecals > 0) | |
523 { | |
524 stru_F7B60C.face_plane.vNormal.x = pFace->pFacePlane.vNormal.x; | |
525 stru_F7B60C.polygonType = pFace->uPolygonType; | |
526 stru_F7B60C.face_plane.vNormal.y = pFace->pFacePlane.vNormal.y; | |
527 stru_F7B60C.face_plane.vNormal.z = pFace->pFacePlane.vNormal.z; | |
528 stru_F7B60C.face_plane.dist = pFace->pFacePlane.dist; | |
529 } | |
530 | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
531 if (stru_F8AD28.uNumLightsApplied > 0 && !(pFace->uAttributes & FACE_DO_NOT_LIGHT)) |
581 | 532 pGame->pLightmapBuilder->ApplyLights(&stru_F8AD28, &stru_F7B60C, uNumVerticesa, array_507D30, pVertices, 0); |
0 | 533 |
534 if (pDecalBuilder->uNumDecals > 0) | |
581 | 535 pDecalBuilder->ApplyDecals(a4a, 1, &stru_F7B60C, uNumVerticesa, array_507D30, pVertices, 0, pFace->uSectorID); |
0 | 536 |
791 | 537 if (pFace->Fluid()) |
0 | 538 { |
831 | 539 if (pFace->uBitmapID == pRenderer->hd_water_tile_id) |
540 { | |
541 v23 = pRenderer->pHDWaterBitmapIDs[pRenderer->hd_water_current_frame]; | |
542 v27 = pBitmaps_LOD->pHardwareTextures[v23]; | |
543 } | |
805 | 544 else |
831 | 545 { |
546 //auto v24 = GetTickCount() / 4; | |
547 //auto v25 = v24 - stru_5C6E00->uIntegerHalfPi; | |
548 uint eightSeconds = GetTickCount() % 8000; | |
549 float angle = (eightSeconds / 8000.0f) * 2 * 3.1415f; | |
550 | |
551 //animte lava back and forth | |
552 for (uint i = 0; i < uNumVerticesa; ++i) | |
553 //array_507D30[i].v += (double)(pBitmaps_LOD->pTextures[pFace->uBitmapID].uHeightMinus1 & (unsigned int)(stru_5C6E00->SinCos(v25) >> 8)); | |
554 array_507D30[i].v += pBitmaps_LOD->pTextures[pFace->uBitmapID].uHeightMinus1 * cosf(angle); | |
555 v23 = pFace->uBitmapID; | |
556 v27 = pBitmaps_LOD->pHardwareTextures[v23]; | |
557 } | |
0 | 558 } |
595 | 559 else if (pFace->uAttributes & 0x4000) |
0 | 560 { |
581 | 561 v23 = pTextureFrameTable->GetFrameTexture(pFace->uBitmapID, pBLVRenderParams->field_0_timer_); |
562 v27 = pBitmaps_LOD->pHardwareTextures[v23]; | |
0 | 563 } |
831 | 564 else |
565 { | |
566 v17 = 0xFFD0D0D0; | |
567 v23 = pFace->uBitmapID; | |
568 v27 = pBitmaps_LOD->pHardwareTextures[v23]; | |
569 } | |
570 | |
805 | 571 if (pFace->uAttributes & FACE_DO_NOT_LIGHT) |
572 _479A53_draw_some_blv_poly(uNumVerticesa, uFaceID); | |
573 else | |
831 | 574 pRenderer->DrawIndoorPolygon(uNumVerticesa, pFace, v27, v28, PID(OBJECT_BModel, uFaceID), v17, 0); |
575 return; | |
0 | 576 } |
577 } | |
578 } | |
579 } | |
580 | |
581 //----- (004AFF79) -------------------------------------------------------- | |
582 void IndoorLocation::ExecDraw_sw(unsigned int uFaceID) | |
583 { | |
584 unsigned int v1; // ebx@1 | |
585 BLVFace *v2; // esi@3 | |
586 unsigned int v3; // eax@3 | |
587 Texture *v4; // eax@8 | |
588 Texture *v5; // edi@8 | |
589 int v6; // eax@9 | |
590 int v7; // eax@9 | |
591 int v8; // ecx@17 | |
592 int v9; // ebx@17 | |
593 int v10; // eax@17 | |
594 int v11; // esi@17 | |
595 unsigned int v12; // eax@17 | |
596 int j; // ecx@19 | |
597 int v14; // edx@20 | |
598 int v15; // eax@20 | |
599 int v16; // edx@20 | |
600 int i; // ebx@22 | |
601 int v18; // ecx@23 | |
602 int v19; // eax@23 | |
603 int v20; // eax@23 | |
604 int v21; // eax@24 | |
605 unsigned __int8 *v22; // ecx@24 | |
606 int v23; // ebx@24 | |
607 int v24; // esi@25 | |
608 int v25; // eax@28 | |
609 unsigned __int16 *v26; // eax@28 | |
610 unsigned int v27; // eax@29 | |
611 int v28; // eax@30 | |
612 char *v29; // esi@31 | |
613 int v30; // eax@33 | |
614 int v31; // eax@33 | |
615 int v32; // eax@35 | |
616 int v33; // edx@35 | |
617 signed int v34; // ebx@35 | |
618 int v35; // eax@35 | |
619 int v36; // ebx@35 | |
620 signed int v37; // ebx@35 | |
621 signed int v38; // edi@35 | |
622 unsigned int v39; // edi@36 | |
623 int v40; // edx@40 | |
624 int v41; // ecx@40 | |
625 signed int v42; // edx@40 | |
626 int v43; // edx@42 | |
627 int v44; // eax@42 | |
628 unsigned __int16 *v45; // eax@43 | |
629 int *v46; // esi@44 | |
630 unsigned __int16 *v47; // edi@44 | |
631 unsigned int v48; // edx@44 | |
632 int v49; // ebx@44 | |
633 char v50; // cl@44 | |
634 char v51; // ch@44 | |
635 unsigned int v52; // ebx@46 | |
636 int v53; // edx@46 | |
637 unsigned int v54; // ebx@46 | |
638 int v55; // edx@46 | |
639 unsigned int v56; // ebx@47 | |
640 int v57; // edx@47 | |
641 int v58; // ebx@47 | |
642 int v59; // edx@47 | |
643 unsigned __int16 *v60; // eax@50 | |
644 int *v61; // esi@51 | |
645 unsigned __int16 *v62; // edi@51 | |
646 unsigned int v63; // edx@51 | |
647 int v64; // ebx@51 | |
648 char v65; // cl@51 | |
649 char v66; // ch@51 | |
650 unsigned int v67; // ebx@53 | |
651 int v68; // edx@53 | |
652 unsigned int v69; // ebx@53 | |
653 int v70; // edx@53 | |
654 unsigned int v71; // ebx@54 | |
655 int v72; // edx@54 | |
656 int v73; // ebx@54 | |
657 int v74; // edx@54 | |
658 unsigned __int16 *v75; // eax@58 | |
659 int *v76; // esi@59 | |
660 int v77; // edi@59 | |
661 unsigned int v78; // edx@59 | |
662 int v79; // ebx@59 | |
663 char v80; // cl@59 | |
664 char v81; // ch@59 | |
665 int v82; // ebx@61 | |
666 int v83; // edx@61 | |
667 unsigned int v84; // ebx@62 | |
668 int v85; // edx@62 | |
669 unsigned __int16 *v86; // eax@65 | |
670 int *v87; // esi@66 | |
671 int v88; // edi@66 | |
672 unsigned int v89; // edx@66 | |
673 int v90; // ebx@66 | |
674 char v91; // cl@66 | |
675 char v92; // ch@66 | |
676 int v93; // ebx@68 | |
677 int v94; // edx@68 | |
678 unsigned __int16 v95; // bx@69 | |
679 int v96; // edx@69 | |
680 unsigned __int8 *v97; // [sp+Ch] [bp-9Ch]@24 | |
681 unsigned __int8 *v98; // [sp+10h] [bp-98h]@24 | |
682 unsigned __int8 *v99; // [sp+14h] [bp-94h]@24 | |
683 unsigned __int8 *v100; // [sp+18h] [bp-90h]@24 | |
684 int v101; // [sp+1Ch] [bp-8Ch]@40 | |
685 int v102; // [sp+20h] [bp-88h]@31 | |
686 BLVFace *v103; // [sp+24h] [bp-84h]@3 | |
687 unsigned __int16 *v104; // [sp+28h] [bp-80h]@24 | |
688 int v105; // [sp+2Ch] [bp-7Ch]@30 | |
689 int v106; // [sp+30h] [bp-78h]@24 | |
690 int v107; // [sp+34h] [bp-74h]@9 | |
691 Texture *v108; // [sp+38h] [bp-70h]@8 | |
692 int v109; // [sp+3Ch] [bp-6Ch]@9 | |
693 unsigned int v110; // [sp+40h] [bp-68h]@24 | |
694 unsigned int v111; // [sp+44h] [bp-64h]@1 | |
695 int *k; // [sp+48h] [bp-60h]@31 | |
696 int v113; // [sp+4Ch] [bp-5Ch]@35 | |
697 int v114; // [sp+50h] [bp-58h]@35 | |
698 int v115; // [sp+54h] [bp-54h]@42 | |
699 unsigned __int8 *v116; // [sp+58h] [bp-50h]@35 | |
700 int v117; // [sp+5Ch] [bp-4Ch]@33 | |
701 int a1; // [sp+60h] [bp-48h]@27 | |
702 int v119; // [sp+64h] [bp-44h]@17 | |
703 int v120; // [sp+68h] [bp-40h]@23 | |
704 unsigned int v121; // [sp+6Ch] [bp-3Ch]@40 | |
705 unsigned int v122; // [sp+70h] [bp-38h]@35 | |
706 int v123; // [sp+74h] [bp-34h]@30 | |
707 int v124; // [sp+78h] [bp-30h]@17 | |
708 int v125; // [sp+7Ch] [bp-2Ch]@35 | |
709 unsigned int v126; // [sp+80h] [bp-28h]@9 | |
710 int v127; // [sp+84h] [bp-24h]@17 | |
711 int v128; // [sp+88h] [bp-20h]@9 | |
712 int *pZPixel; // [sp+8Ch] [bp-1Ch]@28 | |
713 int a2; // [sp+90h] [bp-18h]@16 | |
714 unsigned int v131; // [sp+94h] [bp-14h]@17 | |
715 unsigned __int16 *pColorPixel; // [sp+98h] [bp-10h]@28 | |
716 int v133; // [sp+9Ch] [bp-Ch]@17 | |
717 int v134; // [sp+A0h] [bp-8h]@17 | |
718 int v135; // [sp+A4h] [bp-4h]@24 | |
719 | |
720 v1 = uFaceID; | |
721 v111 = pRenderer->uTargetSurfacePitch; | |
722 if ( (uFaceID & 0x80000000u) == 0 ) | |
723 { | |
724 if ( (signed int)uFaceID < (signed int)pIndoor->uNumFaces ) | |
725 { | |
726 v2 = &pIndoor->pFaces[uFaceID]; | |
727 v103 = v2; | |
728 v3 = v2->uAttributes; | |
729 if ( !(BYTE1(v3) & 0x20) ) | |
730 { | |
731 if ( v3 & 0x400000 ) | |
732 { | |
733 sub_4ADD1D(uFaceID); | |
734 return; | |
735 } | |
736 if ( !(v3 & 0x10) || (sub_4AD504(uFaceID), pRenderer->pRenderD3D) ) | |
737 { | |
738 v4 = v2->GetTexture(); | |
739 ++pBLVRenderParams->uNumFacesRenderedThisFrame; | |
740 v5 = v4; | |
741 v108 = v4; | |
742 if ( v4 ) | |
743 { | |
744 v6 = v4->palette_id2; | |
745 LOBYTE(v2->uAttributes) |= 0x80u; | |
746 v109 = v6; | |
747 sub_4AE5F1(v1); | |
748 v126 = stru_F8AD28.pDeltaUV[0]; | |
749 v128 = stru_F8AD28.pDeltaUV[1]; | |
750 v107 = bUseLoResSprites; | |
751 v7 = sub_423B5D(v1); | |
752 if ( v7 ) | |
753 { | |
754 if ( sub_424829(v7, &stru_F8A590, pBLVRenderParams->field_7C, v1) ) | |
755 { | |
756 if ( v2->uPolygonType == 1 ) | |
757 { | |
758 for ( i = 0; i < stru_F8AD28.uNumLightsApplied; stru_F8AD28._blv_lights_ys[v18] = v20 ) | |
759 { | |
760 v18 = i; | |
761 v120 = stru_F8AD28._blv_lights_xs[i]; | |
762 v134 = (unsigned __int64)(v120 * (signed __int64)-stru_F8AD28.plane_4.vNormal.y) >> 16; | |
763 v133 = stru_F8AD28.plane_4.vNormal.x; | |
764 v120 = stru_F8AD28._blv_lights_ys[i]; | |
765 v133 = (unsigned __int64)(v120 * (signed __int64)stru_F8AD28.plane_4.vNormal.x) >> 16; | |
766 v19 = v128; | |
767 stru_F8AD28._blv_lights_xs[i] = v126 | |
768 + v134 | |
769 + ((unsigned __int64)(v120 | |
770 * (signed __int64)stru_F8AD28.plane_4.vNormal.x) >> 16); | |
771 v20 = v19 - stru_F8AD28._blv_lights_zs[i++]; | |
772 } | |
773 } | |
774 else | |
775 { | |
776 if ( v2->uPolygonType != 3 ) | |
777 { | |
778 if ( v2->uPolygonType == 4 ) | |
779 { | |
780 LABEL_16: | |
781 a2 = 0; | |
782 if ( stru_F8AD28.uNumLightsApplied > 0 ) | |
783 { | |
784 do | |
785 { | |
786 v8 = a2; | |
787 v9 = stru_F8AD28._blv_lights_xs[a2]; | |
788 v131 = stru_F8AD28._blv_lights_ys[a2]; | |
789 v10 = stru_F8AD28._blv_lights_zs[a2]; | |
790 v11 = (signed int)(v10 * stru_F8AD28.plane_4.vNormal.z | |
791 + stru_F8AD28.plane_4.dist | |
792 + v9 * stru_F8AD28.plane_4.vNormal.x | |
793 + v131 * stru_F8AD28.plane_4.vNormal.y) >> 16; | |
794 v119 = v9 | |
795 - ((unsigned __int64)(stru_F8AD28.plane_4.vNormal.x | |
796 * (signed __int64)((signed int)(v10 * stru_F8AD28.plane_4.vNormal.z | |
797 + stru_F8AD28.plane_4.dist | |
798 + v9 * stru_F8AD28.plane_4.vNormal.x | |
799 + v131 * stru_F8AD28.plane_4.vNormal.y) >> 16)) >> 16); | |
800 v131 -= (unsigned __int64)(stru_F8AD28.plane_4.vNormal.y * (signed __int64)v11) >> 16; | |
801 v127 = v10 - ((unsigned __int64)(stru_F8AD28.plane_4.vNormal.z * (signed __int64)v11) >> 16); | |
802 stru_F8AD28._blv_lights_xs[a2] = ((unsigned __int64)(v119 | |
803 * (signed __int64)stru_F8AD28.vec_14.x) >> 16) | |
804 + ((unsigned __int64)((signed int)v131 | |
805 * (signed __int64)stru_F8AD28.vec_14.y) >> 16); | |
806 v124 = (unsigned __int64)(v119 * (signed __int64)stru_F8AD28.vec_20.x) >> 16; | |
807 v134 = (unsigned __int64)((signed int)v131 * (signed __int64)stru_F8AD28.vec_20.y) >> 16; | |
808 v133 = (unsigned __int64)(v127 * (signed __int64)stru_F8AD28.vec_20.z) >> 16; | |
809 v12 = v126; | |
810 stru_F8AD28._blv_lights_ys[v8] = v124 | |
811 + ((unsigned __int64)((signed int)v131 | |
812 * (signed __int64)stru_F8AD28.vec_20.y) >> 16) | |
813 + ((unsigned __int64)(v127 | |
814 * (signed __int64)stru_F8AD28.vec_20.z) >> 16); | |
815 stru_F8AD28._blv_lights_xs[v8] += v12; | |
816 stru_F8AD28._blv_lights_ys[v8] += v128; | |
817 ++a2; | |
818 } | |
819 while ( a2 < stru_F8AD28.uNumLightsApplied ); | |
820 v2 = v103; | |
821 } | |
822 goto LABEL_24; | |
823 } | |
824 if ( v2->uPolygonType != 5 ) | |
825 { | |
826 if ( v2->uPolygonType != 6 ) | |
827 goto LABEL_24; | |
828 goto LABEL_16; | |
829 } | |
830 } | |
831 for ( j = 0; j < stru_F8AD28.uNumLightsApplied; *(int *)v15 = v16 ) | |
832 { | |
833 v14 = v128; | |
834 stru_F8AD28._blv_lights_xs[j] += v126; | |
835 v15 = 4 * j + 16297672; | |
836 v16 = v14 - stru_F8AD28._blv_lights_ys[j++]; | |
837 } | |
838 } | |
839 LABEL_24: | |
840 v135 = 1; | |
841 pGame->_44ED0A(v2, &v135, 31); | |
842 v104 = sr_sub_47C24C_get_palette(v2, v109, 0, 1); | |
843 v134 = stru_F8AD28.field_44; | |
844 v106 = stru_F8AD28.field_48; | |
845 v21 = stru_F8A590._viewport_space_y; | |
846 a2 = stru_F8A590._viewport_space_y; | |
847 v110 = v111 * stru_F8A590._viewport_space_y; | |
710 | 848 v97 = v5->pLevelOfDetail0_prolly_alpha_mask; |
0 | 849 v98 = v5->pLevelOfDetail1; |
850 v99 = v5->pLevelOfDetail2; | |
851 v22 = v5->pLevelOfDetail3; | |
852 v23 = 640 * stru_F8A590._viewport_space_y; | |
853 v119 = 640 * stru_F8A590._viewport_space_y; | |
854 v100 = v22; | |
855 if ( stru_F8A590._viewport_space_y <= stru_F8A590._viewport_space_w ) | |
856 { | |
857 v24 = 2 * stru_F8A590._viewport_space_y; | |
858 v120 = 2 * stru_F8A590._viewport_space_y; | |
859 while ( 1 ) | |
860 { | |
861 a1 = *(__int16 *)((char *)stru_F8A590.array_18 + v24); | |
862 sub_4AE313(a1, v21, &stru_F81018.field_0); | |
863 if ( LOBYTE(viewparams->field_20) ) | |
864 { | |
865 v27 = v111 * (v24 - pBLVRenderParams->uViewportY); | |
866 pZPixel = &pBLVRenderParams->pTargetZBuffer[2 | |
867 * (*(__int16 *)((char *)stru_F8A590.array_18 + v24) | |
868 + 320 * (v24 - pBLVRenderParams->uViewportY)) | |
869 - pBLVRenderParams->uViewportX]; | |
870 pColorPixel = &pBLVRenderParams->pRenderTarget[v27 | |
871 + 2 * *(__int16 *)((char *)stru_F8A590.array_18 + v24) | |
872 - pBLVRenderParams->uViewportX]; | |
873 v26 = &pBLVRenderParams->pRenderTarget[v27 | |
874 + 2 * *(__int16 *)((char *)stru_F8A590.array_3D8 + v24) | |
875 - pBLVRenderParams->uViewportX]; | |
876 v23 = v119; | |
877 } | |
878 else | |
879 { | |
880 v25 = *(__int16 *)((char *)stru_F8A590.array_18 + v24); | |
881 pZPixel = &pBLVRenderParams->pTargetZBuffer[v25 + v23]; | |
882 pColorPixel = &pBLVRenderParams->pRenderTarget[v25 + v110]; | |
883 v26 = &pBLVRenderParams->pRenderTarget[v110 + *(__int16 *)((char *)stru_F8A590.array_3D8 + v24)]; | |
884 } | |
885 v131 = (unsigned int)v26; | |
886 HIWORD(v28) = HIWORD(stru_F81018.field_0.field_0); | |
887 LOWORD(v28) = 0; | |
888 v105 = stru_F8AD28.field_0 | v28; | |
889 v123 = sub_4AE491(SHIWORD(stru_F81018.field_0.field_4), SHIWORD(stru_F81018.field_0.field_8)); | |
890 if ( (unsigned int)pColorPixel < v131 ) | |
891 { | |
892 v102 = v107 + v106; | |
893 v29 = (char *)&stru_F81018.field_34.field_8; | |
894 a1 += v134; | |
895 for ( k = &stru_F81018.field_34.field_8; ; v29 = (char *)k ) | |
896 { | |
897 sub_4AE313(a1, a2, (stru337_stru0 *)(v29 - 8)); | |
898 v30 = *((int *)v29 - 2); | |
899 LOWORD(v30) = 0; | |
900 v117 = v105; | |
901 v31 = stru_F8AD28.field_0 | v30; | |
902 if ( v105 <= (unsigned int)v31 ) | |
903 v117 = v31; | |
904 v105 = v31; | |
905 v32 = *((int *)v29 - 14); | |
906 v122 = *((int *)v29 - 14) >> v107; | |
907 v33 = *((int *)v29 - 13); | |
908 v125 = *((int *)v29 - 13) >> v107; | |
909 v34 = *((int *)v29 - 1) - v32; | |
910 v113 = (*(int *)v29 - v33) >> v102; | |
911 v35 = *((int *)v29 - 11); | |
912 v114 = v34 >> v102; | |
913 v116 = (&v97)[4 * v35]; | |
914 v36 = v35 + 16 - v5->uWidthLn2; | |
915 v133 = v35 + 16; | |
916 v127 = v35 + v36; | |
917 v37 = v5->uWidthMinus1 >> v35; | |
918 v38 = v5->uHeightMinus1 >> v35 << (v35 + 16); | |
919 v128 = v37; | |
920 v126 = v38; | |
921 v39 = (unsigned int)(LOBYTE(viewparams->field_20) ? &pColorPixel[2 * v134] : &pColorPixel[v134]); | |
922 if ( v39 > v131 ) | |
923 v39 = v131; | |
924 v40 = *((short *)v29 + 1); | |
925 v41 = *((short *)v29 - 1); | |
926 v121 = v39; | |
927 v42 = sub_4AE491(v41, v40); | |
928 v101 = v42; | |
929 v124 = (signed int)(v39 - (int)pColorPixel) >> 1; | |
930 if ( v123 >> 16 == v42 >> 16 || v135 & 2 ) | |
931 { | |
932 v123 = (int)sr_sub_47C24C_get_palette(v103, v109, v123 >> 16, 1); | |
933 if ( LOBYTE(viewparams->field_20) ) | |
934 { | |
935 v86 = pColorPixel; | |
936 if ( (unsigned int)pColorPixel < v121 ) | |
937 { | |
938 v87 = pZPixel; | |
939 v88 = v123; | |
940 v89 = v122; | |
941 v90 = v125; | |
942 v91 = v133; | |
943 v92 = v127; | |
944 if ( v124 & 2 ) | |
945 { | |
946 *pZPixel = v117; | |
947 v87 -= 2; | |
948 v86 = pColorPixel + 2; | |
949 goto LABEL_69; | |
950 } | |
951 do | |
952 { | |
953 v86 += 4; | |
954 v93 = *(&v116[v128 & (v89 >> v91)] + ((v126 & v90) >> v92)); | |
955 v94 = v117; | |
956 LOWORD(v93) = *(short *)(v88 + 2 * v93); | |
957 *v87 = v117; | |
958 v87[1] = v94; | |
959 v87[640] = v94; | |
960 v87[641] = v94; | |
961 *(v86 - 4) = v93; | |
962 *(v86 - 3) = v93; | |
963 v86[636] = v93; | |
964 v86[637] = v93; | |
965 v87[2] = v94; | |
966 v87[3] = v94; | |
967 v87[642] = v94; | |
968 v87[643] = v94; | |
969 v122 += v114; | |
970 v125 += v113; | |
971 v89 = v122; | |
972 v90 = v125; | |
973 LABEL_69: | |
974 v87 += 4; | |
975 v95 = *(short *)(v88 + 2 * *(&v116[v128 & (v89 >> v91)] + ((v126 & v90) >> v92))); | |
976 v96 = v114; | |
977 *(v86 - 2) = v95; | |
978 *(v86 - 1) = v95; | |
979 v86[638] = v95; | |
980 v86[639] = v95; | |
981 v122 += v96; | |
982 v125 += v113; | |
983 v89 = v122; | |
984 v90 = v125; | |
985 } | |
986 while ( (unsigned int)v86 < v121 ); | |
987 pColorPixel = v86; | |
988 pZPixel = v87; | |
989 } | |
990 } | |
991 else | |
992 { | |
993 v75 = pColorPixel; | |
994 if ( (unsigned int)pColorPixel < v121 ) | |
995 { | |
996 v76 = pZPixel; | |
997 v77 = v123; | |
998 v78 = v122; | |
999 v79 = v125; | |
1000 v80 = v133; | |
1001 v81 = v127; | |
1002 if ( v124 & 1 ) | |
1003 { | |
1004 *pZPixel = v117; | |
1005 --v76; | |
1006 v75 = pColorPixel + 1; | |
1007 goto LABEL_62; | |
1008 } | |
1009 do | |
1010 { | |
1011 v75 += 2; | |
1012 v82 = *(&v116[v128 & (v78 >> v80)] + ((v126 & v79) >> v81)); | |
1013 v83 = v117; | |
1014 LOWORD(v82) = *(short *)(v77 + 2 * v82); | |
1015 *v76 = v117; | |
1016 *(v75 - 2) = v82; | |
1017 v76[1] = v83; | |
1018 v122 += v114; | |
1019 v125 += v113; | |
1020 v78 = v122; | |
1021 v79 = v125; | |
1022 LABEL_62: | |
1023 v84 = (unsigned int)(&v116[v128 & (v78 >> v80)] + ((v126 & v79) >> v81)); | |
1024 v76 += 2; | |
1025 v85 = v114; | |
1026 *(v75 - 1) = *(short *)(v77 + 2 * *(char *)v84); | |
1027 v122 += v85; | |
1028 v125 += v113; | |
1029 v78 = v122; | |
1030 v79 = v125; | |
1031 } | |
1032 while ( (unsigned int)v75 < v121 ); | |
1033 pColorPixel = v75; | |
1034 pZPixel = v76; | |
1035 } | |
1036 } | |
1037 } | |
1038 else | |
1039 { | |
1040 v43 = (v42 - v123) >> v106; | |
1041 v44 = v123 - v43; | |
1042 v123 = v43; | |
1043 v115 = v44; | |
1044 if ( LOBYTE(viewparams->field_20) ) | |
1045 { | |
1046 v60 = pColorPixel; | |
1047 if ( (unsigned int)pColorPixel < v121 ) | |
1048 { | |
1049 v61 = pZPixel; | |
1050 v62 = v104; | |
1051 v63 = v122; | |
1052 v64 = v125; | |
1053 v65 = v133; | |
1054 v66 = v127; | |
1055 if ( v124 & 2 ) | |
1056 { | |
1057 *pZPixel = v117; | |
1058 v61 += 2; | |
1059 v60 = pColorPixel + 2; | |
1060 goto LABEL_54; | |
1061 } | |
1062 do | |
1063 { | |
1064 v67 = (v128 & (v63 >> v65)) + ((v126 & v64) >> v66); | |
1065 v68 = v123 + v115; | |
1066 v60 += 4; | |
1067 v115 = v68; | |
1068 v69 = ((v68 & 0xFFFF0000u) >> 8) + v116[v67]; | |
1069 v70 = v117; | |
1070 LOWORD(v69) = v62[v69]; | |
1071 *v61 = v117; | |
1072 v61[1] = v70; | |
1073 v61[640] = v70; | |
1074 v61[641] = v70; | |
1075 *(v60 - 4) = v69; | |
1076 *(v60 - 3) = v69; | |
1077 v60[636] = v69; | |
1078 v60[637] = v69; | |
1079 v61[2] = v70; | |
1080 v61[3] = v70; | |
1081 v61[642] = v70; | |
1082 v61[643] = v70; | |
1083 v122 += v114; | |
1084 v125 += v113; | |
1085 v63 = v122; | |
1086 v64 = v125; | |
1087 v61 += 4; | |
1088 LABEL_54: | |
1089 v71 = (v128 & (v63 >> v65)) + ((v126 & v64) >> v66); | |
1090 v72 = v123 + v115; | |
1091 v73 = v116[v71]; | |
1092 v115 = v72; | |
1093 LOWORD(v73) = v62[((v72 & 0xFFFF0000u) >> 8) + v73]; | |
1094 v74 = v114; | |
1095 *(v60 - 2) = v73; | |
1096 *(v60 - 1) = v73; | |
1097 v60[638] = v73; | |
1098 v60[639] = v73; | |
1099 v122 += v74; | |
1100 v125 += v113; | |
1101 v63 = v122; | |
1102 v64 = v125; | |
1103 } | |
1104 while ( (unsigned int)v60 < v121 ); | |
1105 pColorPixel = v60; | |
1106 pZPixel = v61; | |
1107 } | |
1108 } | |
1109 else | |
1110 { | |
1111 v45 = pColorPixel; | |
1112 if ( (unsigned int)pColorPixel < v121 ) | |
1113 { | |
1114 v46 = pZPixel; | |
1115 v47 = v104; | |
1116 v48 = v122; | |
1117 v49 = v125; | |
1118 v50 = v133; | |
1119 v51 = v127; | |
1120 if ( v124 & 1 ) | |
1121 { | |
1122 *pZPixel = v117; | |
1123 ++v46; | |
1124 v45 = pColorPixel + 1; | |
1125 goto LABEL_47; | |
1126 } | |
1127 do | |
1128 { | |
1129 v52 = (v128 & (v48 >> v50)) + ((v126 & v49) >> v51); | |
1130 v53 = v123 + v115; | |
1131 v45 += 2; | |
1132 v115 = v53; | |
1133 v54 = ((v53 & 0xFFFF0000u) >> 8) + v116[v52]; | |
1134 v55 = v117; | |
1135 LOWORD(v54) = v47[v54]; | |
1136 *v46 = v117; | |
1137 *(v45 - 2) = v54; | |
1138 v46[1] = v55; | |
1139 v122 += v114; | |
1140 v125 += v113; | |
1141 v48 = v122; | |
1142 v49 = v125; | |
1143 v46 += 2; | |
1144 LABEL_47: | |
1145 v56 = (v128 & (v48 >> v50)) + ((v126 & v49) >> v51); | |
1146 v57 = v123 + v115; | |
1147 v58 = v116[v56]; | |
1148 v115 = v57; | |
1149 LOWORD(v58) = v47[((v57 & 0xFFFF0000u) >> 8) + v58]; | |
1150 v59 = v114; | |
1151 *(v45 - 1) = v58; | |
1152 v122 += v59; | |
1153 v125 += v113; | |
1154 v48 = v122; | |
1155 v49 = v125; | |
1156 } | |
1157 while ( (unsigned int)v45 < v121 ); | |
1158 pColorPixel = v45; | |
1159 pZPixel = v46; | |
1160 } | |
1161 } | |
1162 } | |
1163 k += 13; | |
1164 v5 = v108; | |
1165 v123 = v101; | |
1166 a1 += v134; | |
1167 if ( (unsigned int)pColorPixel >= v131 ) | |
1168 break; | |
1169 } | |
1170 v23 = v119; | |
1171 v24 = v120; | |
1172 } | |
1173 ++a2; | |
1174 v110 += v111; | |
1175 v23 += 640; | |
1176 v24 += 2; | |
1177 v120 = v24; | |
1178 v119 = v23; | |
1179 if ( a2 > stru_F8A590._viewport_space_w ) | |
1180 break; | |
1181 v21 = a2; | |
1182 } | |
1183 } | |
1184 return; | |
1185 } | |
1186 } | |
1187 } | |
1188 } | |
1189 } | |
1190 } | |
1191 } | |
1192 } | |
1193 // 4AE491: using guessed type int __fastcall sub_4AE491(int, int); | |
1194 | |
1195 | |
1196 | |
1197 //----- (004B0E07) -------------------------------------------------------- | |
1198 unsigned int __fastcall sub_4B0E07(unsigned int uFaceID) | |
1199 { | |
1200 BLVFace *v1; // edi@1 | |
1201 BLVFaceExtra *v2; // ecx@1 | |
1202 Texture *v3; // esi@1 | |
1203 unsigned int v4; // eax@1 | |
1204 unsigned int v5; // ecx@1 | |
1205 unsigned int result; // eax@1 | |
1206 unsigned int v7; // ecx@5 | |
1207 | |
1208 v1 = &pIndoor->pFaces[uFaceID]; | |
1209 v2 = &pIndoor->pFaceExtras[v1->uFaceExtraID]; | |
1210 v3 = (Texture *)(v1->uBitmapID != -1 ? (int)&pBitmaps_LOD->pTextures[v1->uBitmapID] : 0); | |
1211 stru_F8AD28.pDeltaUV[0] = v2->sTextureDeltaU; | |
1212 stru_F8AD28.pDeltaUV[1] = v2->sTextureDeltaV; | |
1213 v4 = GetTickCount(); | |
1214 v5 = v1->uAttributes; | |
1215 result = v4 >> 3; | |
1216 if ( v5 & 4 ) | |
1217 { | |
1218 stru_F8AD28.pDeltaUV[1] -= result & v3->uHeightMinus1; | |
1219 } | |
1220 else | |
1221 { | |
1222 if ( v5 & 0x20 ) | |
1223 stru_F8AD28.pDeltaUV[1] += result & v3->uHeightMinus1; | |
1224 } | |
1225 v7 = v1->uAttributes; | |
1226 if ( BYTE1(v7) & 8 ) | |
1227 { | |
1228 stru_F8AD28.pDeltaUV[0] -= result & v3->uWidthMinus1; | |
1229 } | |
1230 else | |
1231 { | |
1232 if ( v7 & 0x40 ) | |
1233 stru_F8AD28.pDeltaUV[0] += result & v3->uWidthMinus1; | |
1234 } | |
1235 return result; | |
1236 } | |
1237 | |
1238 //----- (004B0EA8) -------------------------------------------------------- | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1239 void BspRenderer::AddFaceToRenderList_d3d(unsigned int node_id, unsigned int uFaceID) |
0 | 1240 { |
1241 //unsigned int v3; // edx@1 | |
1242 //stru170 *v4; // ebx@1 | |
1243 //BLVFace *v5; // eax@1 | |
1244 //int v6; // ecx@2 | |
1245 unsigned __int16 v7; // ax@11 | |
1246 Vec3_short_ *v8; // esi@15 | |
1247 int v9; // edx@15 | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1248 //signed int v10; // eax@18 |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1249 //signed int v11; // edi@19 |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1250 //signed int v12; // ecx@19 |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1251 //signed int v13; // esi@19 |
0 | 1252 signed int v14; // edx@20 |
1253 int v15; // edx@24 | |
1254 //int v16; // esi@29 | |
1255 //BLVFace *v17; // edi@34 | |
1256 unsigned __int16 v18; // ax@34 | |
1257 char *v19; // eax@38 | |
1258 signed int v20; // ecx@38 | |
1259 char *v21; // eax@42 | |
1260 signed int v22; // ecx@42 | |
1261 //signed int v23; // edx@45 | |
1262 //char *v24; // ecx@46 | |
1263 //int v25; // eax@47 | |
1264 //Vec3_short_ *v26; // eax@47 | |
1265 //double v27; // st7@47 | |
1266 //signed int v28; // ST28_4@47 | |
1267 char v29; // al@48 | |
795 | 1268 //signed int v30; // eax@51 |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1269 //int v31; // eax@52 |
0 | 1270 //unsigned int v32; // eax@55 |
1271 //__int16 v33; // cx@56 | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1272 //signed int v34; // [sp+Ch] [bp-14h]@18 |
0 | 1273 //int a0; // [sp+14h] [bp-Ch]@2 |
1274 //IndoorCameraD3D *a0a; // [sp+14h] [bp-Ch]@36 | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1275 //signed int v37; // [sp+18h] [bp-8h]@19 |
0 | 1276 //stru10 *v38; // [sp+18h] [bp-8h]@36 |
1277 //BLVFace *v39; // [sp+1Ch] [bp-4h]@1 | |
1278 | |
1279 //v3 = uFaceID; | |
1280 //v4 = this; | |
1281 //v5 = &pIndoor->pFaces[uFaceID]; | |
795 | 1282 nodes[num_nodes].viewing_portal_id = -1; |
0 | 1283 //v39 = &pIndoor->pFaces[uFaceID]; |
1284 | |
1285 auto pFace = &pIndoor->pFaces[uFaceID]; | |
830 | 1286 auto p = &nodes[node_id]; |
0 | 1287 |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1288 if (!pFace->Portal()) |
0 | 1289 { |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1290 if (num_faces < 1000) |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1291 { |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1292 faces[num_faces].uFaceID = uFaceID; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1293 faces[num_faces++].uNodeID = node_id; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1294 } |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1295 return; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1296 } |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1297 |
830 | 1298 |
1299 | |
0 | 1300 if (p->uFaceID == uFaceID) |
1301 return; | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1302 if (!node_id && |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1303 pBLVRenderParams->vPartyPos.x >= pFace->pBounding.x1 - 16 && // we are probably standing at the portal plane |
0 | 1304 pBLVRenderParams->vPartyPos.x <= pFace->pBounding.x2 + 16 && |
1305 pBLVRenderParams->vPartyPos.y >= pFace->pBounding.y1 - 16 && | |
1306 pBLVRenderParams->vPartyPos.y <= pFace->pBounding.y2 + 16 && | |
1307 pBLVRenderParams->vPartyPos.z >= pFace->pBounding.z1 - 16 && | |
1308 pBLVRenderParams->vPartyPos.z <= pFace->pBounding.z2 + 16 ) | |
1309 { | |
1310 if ( abs(pFace->pFacePlane_old.dist + pBLVRenderParams->vPartyPos.x * pFace->pFacePlane_old.vNormal.x | |
830 | 1311 + pBLVRenderParams->vPartyPos.y * pFace->pFacePlane_old.vNormal.y |
1312 + pBLVRenderParams->vPartyPos.z * pFace->pFacePlane_old.vNormal.z) <= 589824 ) // we sure are standing at the portal plane | |
0 | 1313 { |
1314 v7 = pFace->uSectorID; | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1315 if ( nodes[0].uSectorID == v7 ) // draw back sector |
0 | 1316 v7 = pFace->uBackSectorID; |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1317 nodes[num_nodes].uSectorID = v7; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1318 nodes[num_nodes].uFaceID = uFaceID; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1319 nodes[num_nodes].uViewportX = pBLVRenderParams->uViewportX; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1320 nodes[num_nodes].uViewportZ = pBLVRenderParams->uViewportZ; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1321 nodes[num_nodes].uViewportY = pBLVRenderParams->uViewportY; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1322 nodes[num_nodes].uViewportW = pBLVRenderParams->uViewportW; |
830 | 1323 nodes[num_nodes].field_C._43F9E1(pBLVRenderParams->uViewportX, |
1324 pBLVRenderParams->uViewportY, | |
1325 pBLVRenderParams->uViewportZ, | |
1326 pBLVRenderParams->uViewportW); | |
1327 AddBspNodeToRenderList(++num_nodes - 1); | |
0 | 1328 return; |
1329 } | |
1330 //v5 = v39; | |
1331 //v6 = a0; | |
1332 } | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1333 |
0 | 1334 v8 = &pIndoor->pVertices[pFace->pVertexIDs[0]]; |
1335 v9 = pFace->pFacePlane_old.vNormal.x * (v8->x - pBLVRenderParams->vPartyPos.x) | |
1336 + pFace->pFacePlane_old.vNormal.y * (v8->y - pBLVRenderParams->vPartyPos.y) | |
1337 + pFace->pFacePlane_old.vNormal.z * (v8->z - pBLVRenderParams->vPartyPos.z); | |
1338 if (p->uSectorID != pFace->uSectorID) | |
1339 v9 = -v9; | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1340 if (v9 >= 0) |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1341 return; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1342 |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1343 auto num_vertices = sub_423B5D(uFaceID); |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1344 if (num_vertices < 2) |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1345 return; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1346 |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1347 auto face_min_screenspace_x = _50BAC8_screen_space_x[0], |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1348 face_max_screenspace_x = _50BAC8_screen_space_x[0]; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1349 auto face_min_screenspace_y = _50B9D8_screen_space_y[0], |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1350 face_max_screenspace_y = _50B9D8_screen_space_y[0]; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1351 for (uint i = 1; i < num_vertices; ++i) |
0 | 1352 { |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1353 if (face_min_screenspace_x > _50BAC8_screen_space_x[i]) |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1354 face_min_screenspace_x = _50BAC8_screen_space_x[i]; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1355 if (face_max_screenspace_x < _50BAC8_screen_space_x[i]) |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1356 face_max_screenspace_x = _50BAC8_screen_space_x[i]; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1357 |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1358 if (face_min_screenspace_y > _50B9D8_screen_space_y[i]) |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1359 face_min_screenspace_y = _50B9D8_screen_space_y[i]; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1360 if (face_max_screenspace_y < _50B9D8_screen_space_y[i]) |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1361 face_max_screenspace_y = _50B9D8_screen_space_y[i]; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1362 } |
830 | 1363 |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1364 if (face_max_screenspace_x >= p->uViewportX && |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1365 face_min_screenspace_x <= p->uViewportZ && |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1366 face_max_screenspace_y >= p->uViewportY && |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1367 face_min_screenspace_y <= p->uViewportW && |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1368 sub_424829(num_vertices, &nodes[num_nodes].field_C, &p->field_C, uFaceID)) |
0 | 1369 { |
1370 //v17 = v39; | |
1371 v18 = pFace->uSectorID; | |
1372 if (p->uSectorID == v18 ) | |
1373 v18 = pFace->uBackSectorID; | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1374 nodes[num_nodes].uSectorID = v18; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1375 nodes[num_nodes].uFaceID = uFaceID; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1376 nodes[num_nodes].uViewportX = pBLVRenderParams->uViewportX; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1377 nodes[num_nodes].uViewportZ = pBLVRenderParams->uViewportZ; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1378 nodes[num_nodes].uViewportY = pBLVRenderParams->uViewportY; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1379 nodes[num_nodes].uViewportW = pBLVRenderParams->uViewportW; |
0 | 1380 //v38 = pGame->pStru10Instance; |
1381 //a0a = pGame->pIndoorCameraD3D; | |
795 | 1382 v29 = false; |
1383 if (p->viewing_portal_id == -1) | |
0 | 1384 { |
795 | 1385 v29 = pGame->pStru10Instance->CalcPortalShape(pFace, nodes[num_nodes].std__vector_0007AC, nodes[num_nodes].pPortalBounding); |
0 | 1386 } |
1387 else | |
1388 { | |
618
5cfb5dadf330
Margareth righ-click (addded constructor to NPCProfession) and cleaned BLV debug logs
Nomad
parents:
595
diff
changeset
|
1389 static RenderVertexSoft static_subAddFaceToRenderList_d3d_stru_F7AA08[64]; |
5cfb5dadf330
Margareth righ-click (addded constructor to NPCProfession) and cleaned BLV debug logs
Nomad
parents:
595
diff
changeset
|
1390 static RenderVertexSoft static_subAddFaceToRenderList_d3d_stru_F79E08[64]; |
0 | 1391 |
1392 for (uint k = 0; k < pFace->uNumVertices; ++k) | |
1393 { | |
795 | 1394 static_subAddFaceToRenderList_d3d_stru_F7AA08[k].vWorldPosition.x = pIndoor->pVertices[pFace->pVertexIDs[k]].x; |
1395 static_subAddFaceToRenderList_d3d_stru_F7AA08[k].vWorldPosition.y = pIndoor->pVertices[pFace->pVertexIDs[k]].y; | |
1396 static_subAddFaceToRenderList_d3d_stru_F7AA08[k].vWorldPosition.z = pIndoor->pVertices[pFace->pVertexIDs[k]].z; | |
0 | 1397 } |
795 | 1398 |
1399 | |
1400 unsigned int a2 = pFace->uNumVertices; | |
1401 pGame->pIndoorCameraD3D->CalcPortalShape(static_subAddFaceToRenderList_d3d_stru_F7AA08, | |
1402 &a2, | |
1403 static_subAddFaceToRenderList_d3d_stru_F79E08, | |
1404 p->std__vector_0007AC, 4, 0, 0); | |
1405 | |
1406 v29 = pGame->pStru10Instance->_49C5DA(pFace, static_subAddFaceToRenderList_d3d_stru_F79E08, &a2, | |
1407 nodes[num_nodes].std__vector_0007AC, | |
1408 nodes[num_nodes].pPortalBounding); | |
0 | 1409 } |
1410 if ( v29 ) | |
1411 { | |
795 | 1412 assert(num_nodes < 150); |
1413 | |
1414 nodes[num_nodes].viewing_portal_id = uFaceID; | |
1415 AddBspNodeToRenderList(++num_nodes - 1); | |
0 | 1416 } |
486 | 1417 if (pBLVRenderParams->uFlags & INDOOR_CAMERA_DRAW_SW_OUTLINES) |
0 | 1418 pGame->pIndoorCameraD3D->PrepareAndDrawDebugOutline(pFace, 0x1E1EFF); |
791 | 1419 //pGame->pIndoorCameraD3D->DebugDrawPortal(pFace); |
0 | 1420 } |
1421 } | |
1422 | |
1423 | |
1424 //----- (004AFB86) -------------------------------------------------------- | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1425 void BspRenderer::AddFaceToRenderList_sw(unsigned int node_id, unsigned int uFaceID) |
0 | 1426 { |
1427 BspRenderer *v3; // ebx@1 | |
1428 BLVFace *v4; // eax@1 | |
1429 char *v5; // ecx@2 | |
1430 unsigned __int16 v6; // ax@11 | |
1431 int v7; // ecx@13 | |
1432 Vec3_short_ *v8; // esi@16 | |
1433 int v9; // edx@16 | |
1434 signed int v10; // eax@19 | |
1435 signed int v11; // edi@20 | |
1436 signed int v12; // ecx@20 | |
1437 signed int v13; // esi@20 | |
1438 int v14; // edx@21 | |
1439 int v15; // edx@25 | |
1440 unsigned __int16 v16; // ax@35 | |
1441 signed int v17; // eax@37 | |
1442 int v18; // eax@38 | |
1443 signed int v19; // [sp+Ch] [bp-14h]@19 | |
1444 char *v20; // [sp+14h] [bp-Ch]@2 | |
1445 BLVFace *v21; // [sp+18h] [bp-8h]@1 | |
1446 signed int v22; // [sp+1Ch] [bp-4h]@20 | |
1447 signed int v23; // [sp+28h] [bp+8h]@20 | |
1448 | |
1449 v3 = this; | |
1450 v4 = &pIndoor->pFaces[uFaceID]; | |
1451 v21 = v4; | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1452 if (v4->Portal()) |
0 | 1453 { |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1454 v5 = (char *)this + 2252 * node_id; |
0 | 1455 v20 = v5; |
1456 if ( uFaceID == *((short *)v5 + 2982) ) | |
1457 return; | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1458 if (!node_id |
0 | 1459 && pBLVRenderParams->vPartyPos.x >= v4->pBounding.x1 - 16 |
1460 && pBLVRenderParams->vPartyPos.x <= v4->pBounding.x2 + 16 | |
1461 && pBLVRenderParams->vPartyPos.y >= v4->pBounding.y1 - 16 | |
1462 && pBLVRenderParams->vPartyPos.y <= v4->pBounding.y2 + 16 | |
1463 && pBLVRenderParams->vPartyPos.z >= v4->pBounding.z1 - 16 | |
1464 && pBLVRenderParams->vPartyPos.z <= v4->pBounding.z2 + 16 ) | |
1465 { | |
1466 if ( abs(v4->pFacePlane_old.dist + pBLVRenderParams->vPartyPos.x * v4->pFacePlane_old.vNormal.x | |
1467 + pBLVRenderParams->vPartyPos.y * v4->pFacePlane_old.vNormal.y | |
1468 + pBLVRenderParams->vPartyPos.z * v4->pFacePlane_old.vNormal.z) <= 589824 ) | |
1469 { | |
1470 v6 = v21->uSectorID; | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1471 if ( v3->nodes[0].uSectorID == v6 ) |
0 | 1472 v6 = v21->uBackSectorID; |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1473 v3->nodes[v3->num_nodes].uSectorID = v6; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1474 v3->nodes[v3->num_nodes].uFaceID = uFaceID; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1475 v3->nodes[v3->num_nodes].uViewportX = LOWORD(pBLVRenderParams->uViewportX); |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1476 v3->nodes[v3->num_nodes].uViewportZ = LOWORD(pBLVRenderParams->uViewportZ); |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1477 v3->nodes[v3->num_nodes].uViewportY = LOWORD(pBLVRenderParams->uViewportY); |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1478 v3->nodes[v3->num_nodes].uViewportW = LOWORD(pBLVRenderParams->uViewportW); |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1479 v3->nodes[v3->num_nodes++].field_C._43F9E1( |
0 | 1480 SLOWORD(pBLVRenderParams->uViewportX), |
1481 pBLVRenderParams->uViewportY, | |
1482 SLOWORD(pBLVRenderParams->uViewportZ), | |
1483 pBLVRenderParams->uViewportW); | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1484 v7 = v3->num_nodes - 1; |
0 | 1485 goto LABEL_14; |
1486 } | |
1487 v4 = v21; | |
1488 v5 = v20; | |
1489 } | |
1490 v8 = &pIndoor->pVertices[*v4->pVertexIDs]; | |
1491 v9 = v4->pFacePlane_old.vNormal.x * ((signed __int16)*(int *)&v8->x - pBLVRenderParams->vPartyPos.x) | |
1492 + v4->pFacePlane_old.vNormal.y * ((signed __int16)(*(int *)&v8->x >> 16) - pBLVRenderParams->vPartyPos.y) | |
1493 + v4->pFacePlane_old.vNormal.z * (v8->z - pBLVRenderParams->vPartyPos.z); | |
1494 if ( *((short *)v5 + 2004) != v4->uSectorID ) | |
1495 v9 = -v9; | |
1496 if ( v9 < 0 ) | |
1497 { | |
1498 v10 = sub_423B5D(uFaceID); | |
1499 v19 = v10; | |
1500 if ( v10 ) | |
1501 { | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1502 v11 = _50BAC8_screen_space_x[0]; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1503 v12 = _50B9D8_screen_space_y[0]; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1504 v23 = _50BAC8_screen_space_x[0]; |
0 | 1505 v13 = 1; |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1506 v22 = _50B9D8_screen_space_y[0]; |
0 | 1507 if ( v10 > 1 ) |
1508 { | |
1509 do | |
1510 { | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1511 v14 = _50BAC8_screen_space_x[v13]; |
0 | 1512 if ( v14 < v23 ) |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1513 v23 = _50BAC8_screen_space_x[v13]; |
0 | 1514 if ( v14 > v11 ) |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1515 v11 = _50BAC8_screen_space_x[v13]; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1516 v15 = _50B9D8_screen_space_y[v13]; |
0 | 1517 if ( v15 < v22 ) |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1518 v22 = _50B9D8_screen_space_y[v13]; |
0 | 1519 if ( v15 > v12 ) |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1520 v12 = _50B9D8_screen_space_y[v13]; |
0 | 1521 v10 = v19; |
1522 ++v13; | |
1523 } | |
1524 while ( v13 < v19 ); | |
1525 } | |
1526 if ( v11 >= *((short *)v20 + 2005) | |
1527 && v23 <= *((short *)v20 + 2007) | |
1528 && v12 >= *((short *)v20 + 2006) | |
1529 && v22 <= *((short *)v20 + 2008) | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1530 && sub_424829(v10, &v3->nodes[v3->num_nodes].field_C, (BspRenderer_stru2 *)(v20 + 4020), uFaceID) ) |
0 | 1531 { |
1532 v16 = v21->uSectorID; | |
1533 if ( *((short *)v20 + 2004) == v16 ) | |
1534 v16 = v21->uBackSectorID; | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1535 v3->nodes[v3->num_nodes].uSectorID = v16; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1536 v3->nodes[v3->num_nodes].uFaceID = uFaceID; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1537 v3->nodes[v3->num_nodes].uViewportX = LOWORD(pBLVRenderParams->uViewportX); |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1538 v3->nodes[v3->num_nodes].uViewportZ = LOWORD(pBLVRenderParams->uViewportZ); |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1539 v3->nodes[v3->num_nodes].uViewportY = LOWORD(pBLVRenderParams->uViewportY); |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1540 v3->nodes[v3->num_nodes].uViewportW = LOWORD(pBLVRenderParams->uViewportW); |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1541 v17 = v3->num_nodes; |
0 | 1542 if ( v17 < 150 ) |
1543 { | |
1544 v18 = v17 + 1; | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1545 v3->num_nodes = v18; |
0 | 1546 v7 = v18 - 1; |
1547 LABEL_14: | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1548 AddBspNodeToRenderList(v7); |
0 | 1549 return; |
1550 } | |
1551 } | |
1552 } | |
1553 } | |
1554 } | |
1555 else | |
1556 { | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1557 if (num_faces < 1000) |
0 | 1558 { |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1559 faces[num_faces].uFaceID = uFaceID; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1560 faces[num_faces++].uNodeID = node_id; |
0 | 1561 } |
1562 } | |
1563 } | |
1564 | |
1565 //----- (004B0967) -------------------------------------------------------- | |
486 | 1566 void BspRenderer::DrawFaceOutlines() |
0 | 1567 { |
1568 signed int i; // edi@1 | |
1569 int v1; // esi@2 | |
1570 unsigned int v2; // ecx@4 | |
1571 int v3; // eax@4 | |
1572 int v4; // eax@6 | |
1573 unsigned __int16 *v5; // edx@6 | |
1574 int v6; // ecx@7 | |
1575 int v7; // esi@8 | |
1576 | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1577 for ( i = 0; i < (signed int)pBspRenderer->num_faces; ++i ) |
0 | 1578 { |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1579 v1 = pBspRenderer->faces[i].uFaceID; |
0 | 1580 if ( v1 >= 0 ) |
1581 { | |
1582 if ( v1 < (signed int)pIndoor->uNumFaces ) | |
1583 { | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1584 v2 = pBspRenderer->faces[i].uFaceID; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1585 pBLVRenderParams->field_7C = &pBspRenderer->nodes[pBspRenderer->faces[i].uNodeID].field_C; |
0 | 1586 v3 = sub_423B5D(v2); |
1587 if ( v3 ) | |
1588 { | |
1589 if ( sub_424829(v3, &stru_F8A590, pBLVRenderParams->field_7C, v1) ) | |
1590 { | |
1591 v4 = stru_F8A590._viewport_space_y; | |
1592 v5 = pBLVRenderParams->pRenderTarget; | |
1593 if ( stru_F8A590._viewport_space_y <= stru_F8A590._viewport_space_w ) | |
1594 { | |
1595 v6 = 640 * stru_F8A590._viewport_space_y; | |
1596 do | |
1597 { | |
1598 v5[v6 + stru_F8A590.array_18[v4]] = -1; | |
1599 v7 = v6 + stru_F8A590.array_3D8[v4]; | |
1600 v6 += 640; | |
1601 v5[v7] = -1; | |
1602 ++v4; | |
1603 } | |
1604 while ( v4 <= stru_F8A590._viewport_space_w ); | |
1605 } | |
1606 } | |
1607 } | |
1608 } | |
1609 } | |
1610 } | |
1611 } | |
1612 | |
1613 | |
1614 //----- (004AE5BA) -------------------------------------------------------- | |
1615 Texture *BLVFace::GetTexture() | |
1616 { | |
1617 unsigned int v1; // ecx@2 | |
1618 | |
1619 if ( uAttributes & 0x4000 ) | |
1620 v1 = pTextureFrameTable->GetFrameTexture(this->uBitmapID, pBLVRenderParams->field_0_timer_); | |
1621 else | |
1622 v1 = uBitmapID; | |
1623 return (Texture *)(v1 != -1 ? (int)&pBitmaps_LOD->pTextures[v1] : 0); | |
1624 } | |
1625 | |
1626 | |
1627 //----- (00498B15) -------------------------------------------------------- | |
1628 void IndoorLocation::Release() | |
1629 { | |
1630 IndoorLocation *v1; // esi@1 | |
1631 char *v2; // ebp@1 | |
1632 void *v3; // ST00_4@1 | |
1633 | |
1634 v1 = this; | |
1635 v2 = (char *)&this->ptr_0002B4_doors_ddata; | |
1636 pAllocator->FreeChunk(this->ptr_0002B4_doors_ddata); | |
1637 *(int *)v2 = 0; | |
1638 pAllocator->FreeChunk(v1->ptr_0002B0_sector_rdata); | |
1639 v1->ptr_0002B0_sector_rdata = 0; | |
1640 pAllocator->FreeChunk(v1->ptr_0002B8_sector_lrdata); | |
1641 v1->ptr_0002B8_sector_lrdata = 0; | |
1642 pAllocator->FreeChunk(v1->ptr_2AC); | |
1643 v1->ptr_2AC = 0; | |
1644 pAllocator->FreeChunk(v1->pSpawnPoints); | |
1645 v3 = v1->pVertices; | |
1646 v1->pSpawnPoints = 0; | |
1647 v1->uNumSectors = 0; | |
1648 v1->uNumFaces = 0; | |
1649 v1->uNumVertices = 0; | |
1650 v1->uNumNodes = 0; | |
1651 v1->uNumDoors = 0; | |
1652 v1->uNumLights = 0; | |
1653 pAllocator->FreeChunk(v3); | |
1654 pAllocator->FreeChunk(v1->pFaces); | |
1655 pAllocator->FreeChunk(v1->pFaceExtras); | |
1656 pAllocator->FreeChunk(v1->pSectors); | |
1657 pAllocator->FreeChunk(v1->pLights); | |
1658 pAllocator->FreeChunk(v1->pDoors); | |
1659 pAllocator->FreeChunk(v1->pNodes); | |
1660 pAllocator->FreeChunk(v1->pMapOutlines); | |
1661 v1->pVertices = 0; | |
1662 v1->pFaces = 0; | |
1663 v1->pFaceExtras = 0; | |
1664 v1->pSectors = 0; | |
1665 v1->pLights = 0; | |
1666 v1->pDoors = 0; | |
1667 v1->pNodes = 0; | |
1668 v1->pMapOutlines = 0; | |
1669 v1->bLoaded = 0; | |
1670 } | |
1671 | |
1672 //----- (00498C45) -------------------------------------------------------- | |
711 | 1673 bool IndoorLocation::Alloc() |
1674 { | |
1675 pVertices = (Vec3_short_ *) pAllocator->AllocNamedChunk(pVertices, 15000*sizeof(Vec3_short_), "L.V");//0x15F90u | |
1676 pFaces = (BLVFace *) pAllocator->AllocNamedChunk(pFaces, 10000*sizeof(BLVFace), "L.F");//0xEA600u | |
1677 pFaceExtras = (BLVFaceExtra *) pAllocator->AllocNamedChunk(pFaceExtras,5000*sizeof(BLVFaceExtra), "L.FX"); //0x2BF20u | |
1678 pSectors = (BLVSector *) pAllocator->AllocNamedChunk(pSectors, 512*sizeof(BLVSector), "L.R");//0xE800u | |
1679 pLights = (BLVLightMM7 *) pAllocator->AllocNamedChunk(pLights, 400*sizeof(BLVLightMM7), "L.L");//0x1900u | |
1680 pDoors = (BLVDoor *) pAllocator->AllocNamedChunk(pDoors, 200*sizeof(BLVDoor), "L.D");//0x3E80u | |
1681 pNodes = (BSPNode *) pAllocator->AllocNamedChunk(pNodes, 5000*sizeof(BSPNode), "L.BSP");//0x9C40u | |
1682 pMapOutlines =(BLVMapOutlines *)pAllocator->AllocNamedChunk(pMapOutlines, sizeof(BLVMapOutlines), "L.Map");//0x14824u | |
1683 if (pVertices && pFaces && pFaceExtras && pSectors && pLights && pDoors && pNodes && pMapOutlines ) | |
0 | 1684 { |
711 | 1685 memset(pVertices, 0, 15000*sizeof(Vec3_short_)); |
1686 memset(pFaces, 0, 10000*sizeof(BLVFace)); | |
1687 memset(pFaceExtras,0, 5000*sizeof(BLVFaceExtra)); | |
1688 memset(pSectors, 0, 512*sizeof(BLVSector)); | |
1689 memset(pLights, 0, 400*sizeof(BLVLightMM7)); | |
1690 memset(pDoors, 0, 200*sizeof(BLVDoor)); | |
1691 memset(pNodes, 0, 5000*sizeof(BSPNode)); | |
1692 memset(pMapOutlines,0, sizeof(BLVMapOutlines)); | |
1693 return true; | |
0 | 1694 } |
1695 else | |
1696 { | |
711 | 1697 return false; |
0 | 1698 } |
1699 } | |
1700 | |
1701 | |
1702 | |
1703 //----- (00444810) -------------------------------------------------------- | |
1704 unsigned int IndoorLocation::GetLocationIndex(const char *Str1) | |
1705 { | |
1706 const char *v1; // edi@1 | |
1707 signed int v2; // esi@1 | |
1708 | |
434 | 1709 for (uint i = 0; i < 11; ++i) |
1710 if (!strcmpi(Str1, _4E6BDC_loc_names[i])) | |
1711 return i + 1; | |
1712 return 0; | |
0 | 1713 } |
1714 | |
1715 | |
1716 | |
1717 //----- (004488F7) -------------------------------------------------------- | |
711 | 1718 void IndoorLocation::ToggleLight(signed int sLightID, unsigned int bToggle) |
0 | 1719 { |
1720 char *v2; // eax@4 | |
1721 | |
711 | 1722 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor && (sLightID <= pIndoor->uNumLights - 1) && (sLightID >= 0) ) |
0 | 1723 { |
711 | 1724 v2 = (char *)&pIndoor->pLights[sLightID].uAtributes; |
0 | 1725 if ( bToggle ) |
1726 *v2 &= 0xF7u; | |
1727 else | |
1728 *v2 |= 8u; | |
1729 pParty->uFlags |= 2u; | |
1730 } | |
1731 } | |
1732 | |
1733 | |
1734 //----- (00498E0A) -------------------------------------------------------- | |
1735 bool IndoorLocation::Load(char *pFilename, int a3, size_t _i, char *pDest) | |
1736 { | |
1737 /*unsigned int v5; // ebx@1 | |
1738 //IndoorLocation *v6; // esi@1 | |
1739 FILE *v7; // edi@3 | |
1740 bool result; // eax@3 | |
1741 char *v9; // ecx@4 | |
1742 void *v10; // eax@4 | |
1743 //unsigned __int8 v11; // zf@4 | |
1744 //unsigned __int8 v12; // sf@4 | |
1745 int v13; // eax@5 | |
1746 size_t v14; // ecx@6 | |
1747 char *v15; // ecx@6 | |
1748 int v16; // edx@6 | |
1749 size_t v17; // ecx@6 | |
1750 char *v18; // ecx@6 | |
1751 int v19; // edx@6 | |
1752 unsigned __int16 *v20; // edx@6 | |
1753 unsigned __int16 *v21; // edx@6 | |
1754 unsigned __int16 *v22; // edx@6 | |
1755 __int16 v23; // ax@10 | |
1756 char *v24; // ecx@10 | |
1757 __int16 v25; // cx@10 | |
1758 __int16 v26; // ax@11 | |
1759 char *v27; // ecx@11 | |
1760 unsigned __int16 v28; // ax@17 | |
1761 BLVFaceExtra *v29; // ecx@17 | |
1762 char *v30; // edx@17 | |
1763 int v31; // ecx@20 | |
1764 void *v32; // eax@25 | |
1765 int v33; // eax@26 | |
1766 unsigned __int16 *v34; // edx@27 | |
1767 size_t v35; // ecx@27 | |
1768 char *v36; // ecx@27 | |
1769 int v37; // edx@27 | |
1770 size_t v38; // ecx@27 | |
1771 char *v39; // ecx@27 | |
1772 int v40; // edx@27 | |
1773 unsigned __int16 *v41; // edx@27 | |
1774 unsigned __int16 *v42; // edx@27 | |
1775 unsigned __int16 *v43; // edx@27 | |
1776 unsigned __int16 *v44; // edx@27 | |
1777 size_t v45; // ecx@27 | |
1778 unsigned __int16 *v46; // edx@27 | |
1779 void *v47; // eax@28 | |
1780 BLVSector *v48; // eax@29 | |
1781 size_t v49; // ecx@29 | |
1782 unsigned __int16 *v50; // edx@31 | |
1783 void *v51; // eax@32 | |
1784 int v52; // eax@33 | |
1785 unsigned __int16 *v53; // edx@34 | |
1786 size_t v54; // ecx@34 | |
1787 char *v55; // ecx@34 | |
1788 int v56; // edx@34 | |
1789 size_t v57; // ecx@34 | |
1790 char *v58; // ecx@34 | |
1791 int v59; // edx@34 | |
1792 unsigned __int16 *v60; // edx@34 | |
1793 unsigned __int16 *v61; // edx@34 | |
1794 unsigned __int16 *v62; // edx@34 | |
1795 unsigned __int16 *v63; // edx@34 | |
1796 int v64; // ecx@34 | |
1797 BLVDoor *v65; // ecx@36 | |
1798 char *v66; // eax@37 | |
1799 int v67; // edx@38 | |
1800 int v68; // ecx@38 | |
1801 BLVFace *v69; // edx@38 | |
1802 int v70; // ecx@38 | |
1803 int v71; // edx@38 | |
1804 int v72; // eax@38 | |
1805 unsigned __int16 v73; // ax@42 | |
1806 char *v74; // ecx@42 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
1807 SpriteObject *v75; // ecx@44 |
0 | 1808 size_t v76; // eax@45 |
1809 int j; // edx@46 | |
1810 unsigned __int16 v78; // ax@50 | |
1811 void *v79; // eax@52 | |
1812 void **v80; // esi@52 | |
1813 unsigned int v145; // eax@103 | |
1814 void *v146; // eax@103 | |
1815 unsigned int v147; // ecx@103 | |
1816 int v148; // ebx@103 | |
1817 unsigned int *v149; // ecx@103*/ | |
1818 //size_t v150; // eax@103 | |
1819 //unsigned int v151; // ebx@109 | |
1820 //unsigned int v152; // ecx@116 | |
1821 //unsigned int v153; // eax@117 | |
1822 //size_t v154; // ebx@126 | |
1823 //unsigned int v155; // ebx@134 | |
1824 //size_t v156; // eax@140 | |
1825 //signed int v157; // ebx@142 | |
1826 //int v158; // ebx@148 | |
1827 //BLVFace *v159; // eax@149 | |
1828 // BLVFaceExtra *v160; // ecx@149 | |
1829 //BLVFaceExtra *v161; // ecx@149 | |
1830 //signed int v162; // ebx@154 | |
1831 //unsigned int v163; // ebx@157 | |
1832 //unsigned int v164; // ebx@157 | |
1833 //unsigned int v165; // edx@158 | |
1834 //char *v166; // ecx@158 | |
1835 //unsigned __int16 v167; // ax@161 | |
1836 //__int16 v168; // ax@165 | |
1837 //unsigned int v169; // ebx@168 | |
1838 //void *v170; // eax@168 | |
1839 //size_t v171; // ebx@168 | |
1840 //int v172; // edx@168 | |
1841 //BLVDoor *v173; // ecx@169 | |
1842 //int k; // eax@169 | |
1843 //BLVDoor *v175; // ecx@172 | |
1844 //int v176; // edx@172 | |
1845 //BLVDoor *v177; // ecx@172 | |
1846 //int v178; // edx@172 | |
1847 //BLVDoor *v179; // ecx@172 | |
1848 //int v180; // edx@172 | |
1849 //BLVDoor *v181; // ecx@172 | |
1850 //int v182; // edx@172 | |
1851 //BLVDoor *v183; // ecx@172 | |
1852 //int v184; // edx@172 | |
1853 //BLVDoor *v185; // ecx@172 | |
1854 //int v186; // edx@172 | |
1855 //BLVDoor *v187; // ecx@172 | |
1856 //int v188; // edx@172 | |
1857 //unsigned __int16 *v189; // ebx@172 | |
1858 //char *v190; // edx@173 | |
1859 //BLVDoor *v191; // ecx@174 | |
1860 //BLVDoor *l; // eax@175 | |
1861 //signed int v193; // ebx@176 | |
1862 //int v194; // ecx@176 | |
1863 //BLVFaceExtra *v195; // ecx@176 | |
1864 //BLVFace *v196; // ebx@178 | |
1865 //std::string v197; // [sp-18h] [bp-680h]@66 | |
1866 //void *v198; // [sp-14h] [bp-67Ch]@72 | |
1867 //size_t v199; // [sp-10h] [bp-678h]@72 | |
1868 //size_t v200; // [sp-Ch] [bp-674h]@72 | |
1869 //const char *v201; // [sp-8h] [bp-670h]@4 | |
1870 //int v202; // [sp-4h] [bp-66Ch]@4 | |
1871 char v203[875]; // [sp+Ch] [bp-65Ch]@130 | |
1872 char FileName[260]; // [sp+378h] [bp-2F0h]@1 | |
1873 //char DstBuf; // [sp+47Ch] [bp-1ECh]@4 | |
1874 __int32 Offset; // [sp+480h] [bp-1E8h]@4 | |
1875 __int32 v207; // [sp+48Ch] [bp-1DCh]@4 | |
1876 __int32 v208; // [sp+498h] [bp-1D0h]@4 | |
1877 __int32 v209; // [sp+4A4h] [bp-1C4h]@4 | |
1878 __int32 v210; // [sp+4B0h] [bp-1B8h]@4 | |
1879 __int32 v211; // [sp+4BCh] [bp-1ACh]@15 | |
1880 __int32 v212; // [sp+4C8h] [bp-1A0h]@15 | |
1881 __int32 v213; // [sp+4D4h] [bp-194h]@25 | |
1882 __int32 v214; // [sp+4E0h] [bp-188h]@25 | |
1883 __int32 v215; // [sp+4ECh] [bp-17Ch]@32 | |
1884 __int32 v216; // [sp+4F8h] [bp-170h]@32 | |
1885 __int32 v217; // [sp+504h] [bp-164h]@40 | |
1886 __int32 v218; // [sp+510h] [bp-158h]@40 | |
1887 __int32 v219; // [sp+51Ch] [bp-14Ch]@43 | |
1888 __int32 v220; // [sp+528h] [bp-140h]@43 | |
1889 __int32 v221; // [sp+534h] [bp-134h]@52 | |
1890 __int32 v222; // [sp+540h] [bp-128h]@52 | |
1891 __int32 v223; // [sp+54Ch] [bp-11Ch]@52 | |
1892 __int32 v224; // [sp+558h] [bp-110h]@52 | |
1893 __int32 v225; // [sp+564h] [bp-104h]@52 | |
1894 __int32 v226; // [sp+570h] [bp-F8h]@52 | |
1895 __int32 v227; // [sp+57Ch] [bp-ECh]@52 | |
1896 __int32 v228; // [sp+588h] [bp-E0h]@52 | |
1897 __int32 v229; // [sp+594h] [bp-D4h]@52 | |
1898 __int32 v230; // [sp+5A0h] [bp-C8h]@52 | |
1899 __int32 v231; // [sp+5ACh] [bp-BCh]@52 | |
1900 __int32 v232; // [sp+5B8h] [bp-B0h]@52 | |
1901 __int32 v233; // [sp+5C4h] [bp-A4h]@52 | |
1902 __int32 v234; // [sp+5D0h] [bp-98h]@52 | |
1903 //char pName[40]; // [sp+5FCh] [bp-6Ch]@42 | |
1904 //size_t pSource; // [sp+624h] [bp-44h]@67 | |
1905 //char Dst[12]; // [sp+628h] [bp-40h]@9 | |
1906 //char *v238; // [sp+634h] [bp-34h]@38 | |
1907 ODMHeader header; // [sp+638h] [bp-30h]@61 | |
1908 //void *ptr; // [sp+648h] [bp-20h]@66 | |
1909 //size_t Count; // [sp+64Ch] [bp-1Ch]@109 | |
1910 //int uSourceLen; // [sp+653h] [bp-15h]@66 | |
1911 FILE *File; // [sp+658h] [bp-10h]@56 | |
1912 //BLVSector *v244; // [sp+65Ch] [bp-Ch]@72 | |
1913 //int v245; // [sp+660h] [bp-8h]@72 | |
1914 //BLVFace *Src; // [sp+664h] [bp-4h]@73 | |
1915 signed int Argsa; // [sp+670h] [bp+8h]@4 | |
1916 signed int Argsb; // [sp+670h] [bp+8h]@7 | |
1917 signed int Argsc; // [sp+670h] [bp+8h]@15 | |
1918 signed int Argsd; // [sp+670h] [bp+8h]@18 | |
1919 int Argse; // [sp+670h] [bp+8h]@25 | |
1920 int Argsf; // [sp+670h] [bp+8h]@28 | |
1921 int Argsg; // [sp+670h] [bp+8h]@32 | |
1922 int Argsh; // [sp+670h] [bp+8h]@35 | |
1923 signed int Argsi; // [sp+670h] [bp+8h]@40 | |
1924 signed int Argsj; // [sp+670h] [bp+8h]@45 | |
1925 //int Argsk; // [sp+670h] [bp+8h]@143 | |
1926 //void *Argsl; // [sp+670h] [bp+8h]@155 | |
1927 //signed int Argsm; // [sp+670h] [bp+8h]@161 | |
1928 //signed int Argsn; // [sp+670h] [bp+8h]@175 | |
1929 | |
1930 //v5 = 0; | |
1931 //v6 = this; | |
1932 _6807E0_num_decorations_with_sounds_6807B8 = 0; | |
1933 | |
1934 #pragma region "loading from txt" | |
1935 /*sprintf(FileName, "levels\\%s", pFilename); | |
1936 if ( GetFileAttributesA(FileName) != -1 ) | |
1937 { | |
1938 Release(); | |
1939 if ( Alloc() ) | |
1940 { | |
1941 v7 = fopen(FileName, "rb"); | |
1942 result = 1; | |
1943 if ( !v7 ) | |
1944 return result; | |
1945 v9 = pDest; | |
1946 bLoaded = 1; | |
1947 v202 = (int)v7; | |
1948 v201 = (const char *)1; | |
1949 *(int *)v9 = 1; | |
1950 fread(&DstBuf, 0x180u, (size_t)v201, (FILE *)v202); | |
1951 fseek(v7, Offset, 0); | |
1952 fread(&blv, 0x88u, 1u, v7); | |
1953 fseek(v7, v207, 0); | |
1954 fread(&uNumVertices, 1u, 4u, v7); | |
1955 fseek(v7, v208, 0); | |
1956 fread(pVertices, 6u, uNumVertices, v7); | |
1957 fseek(v7, v209, 0); | |
1958 fread(&uNumFaces, 4u, 1u, v7); | |
1959 fseek(v7, v210, 0); | |
1960 fread(pFaces, 0x60u, uNumFaces, v7); | |
1961 v10 = pAllocator->AllocNamedChunk(ptr_2AC, blv.uFaces_fdata_Size, "L.FData"); | |
1962 v202 = (int)v7; | |
1963 ptr_2AC = (unsigned __int16 *)v10; | |
1964 fread(v10, 1u, blv.uFaces_fdata_Size, (FILE *)v202); | |
1965 v11 = uNumFaces == 0; | |
1966 v12 = (uNumFaces & 0x80000000u) != 0; | |
1967 pDest = 0; | |
1968 Argsa = 0; | |
1969 if ( !(v12 | v11) ) | |
1970 { | |
1971 v13 = 0; | |
1972 do | |
1973 { | |
1974 pFaces[v13].pVertexIDs = (unsigned __int16 *)&pDest[(unsigned int)ptr_2AC]; | |
1975 v14 = (size_t)&pFaces[v13]; | |
1976 i = v14; | |
1977 v15 = &pDest[2 * *(char *)(v14 + 93) + 2]; | |
1978 v16 = (int)&v15[(unsigned int)ptr_2AC]; | |
1979 pDest = v15; | |
1980 *(int *)(i + 52) = v16; | |
1981 v17 = (size_t)&pFaces[v13]; | |
1982 i = v17; | |
1983 v18 = &pDest[2 * *(char *)(v17 + 93) + 2]; | |
1984 v19 = (int)&v18[(unsigned int)ptr_2AC]; | |
1985 pDest = v18; | |
1986 *(int *)(i + 56) = v19; | |
1987 i = (size_t)&pFaces[v13]; | |
1988 v20 = ptr_2AC; | |
1989 pDest += 2 * *(char *)(i + 93) + 2; | |
1990 *(int *)(i + 60) = (int)(char *)v20 + (int)pDest; | |
1991 i = (size_t)&pFaces[v13]; | |
1992 v21 = ptr_2AC; | |
1993 pDest += 2 * *(char *)(i + 93) + 2; | |
1994 *(int *)(i + 64) = (int)(char *)v21 + (int)pDest; | |
1995 i = (size_t)&pFaces[v13]; | |
1996 ++v13; | |
1997 v22 = ptr_2AC; | |
1998 pDest += 2 * *(char *)(i + 93) + 2; | |
1999 ++Argsa; | |
2000 *(int *)(i + 68) = (int)(char *)v22 + (int)pDest; | |
2001 pDest += 2 * *((char *)&pFaces[v13] - 3) + 2; | |
2002 } | |
2003 while ( Argsa < (signed int)uNumFaces ); | |
2004 } | |
2005 Argsb = 0; | |
2006 if ( (signed int)uNumFaces > 0 ) | |
2007 { | |
2008 pDest = 0; | |
2009 do | |
2010 { | |
2011 fread(Dst, 1u, 0xAu, v7); | |
2012 if ( pDest[(unsigned int)pFaces + 45] & 0x40 ) | |
2013 { | |
2014 v23 = pTextureFrameTable->FindTextureByName(Dst); | |
2015 v24 = pDest; | |
2016 *(short *)&pDest[(unsigned int)pFaces + 74] = v23; | |
2017 v25 = *(short *)&v24[(unsigned int)pFaces + 74]; | |
2018 if ( v25 ) | |
2019 { | |
2020 pTextureFrameTable->LoadAnimationSequenceAndPalettes(v25); | |
2021 } | |
2022 else | |
2023 { | |
2024 v26 = pBitmaps_LOD->LoadTexture(Dst); | |
2025 v27 = pDest; | |
2026 *(short *)&pDest[(unsigned int)pFaces + 74] = v26; | |
2027 v27[(unsigned int)pFaces + 45] &= 0xBFu; | |
2028 } | |
2029 } | |
2030 else | |
2031 { | |
2032 *(short *)&pDest[(unsigned int)pFaces + 74] = pBitmaps_LOD->LoadTexture(Dst); | |
2033 } | |
2034 ++Argsb; | |
2035 pDest += 96; | |
2036 } | |
2037 while ( Argsb < (signed int)uNumFaces ); | |
2038 } | |
2039 fseek(v7, v211, 0); | |
2040 fread(&uNumFaceExtras, 4u, 1u, v7); | |
2041 fseek(v7, v212, 0); | |
2042 fread(pFaceExtras, 0x24u, uNumFaceExtras, v7); | |
2043 Argsc = 0; | |
2044 if ( (signed int)uNumFaceExtras > 0 ) | |
2045 { | |
2046 pDest = 0; | |
2047 do | |
2048 { | |
2049 fread(Dst, 1u, 0xAu, v7); | |
2050 v28 = pBitmaps_LOD->LoadTexture(Dst); | |
2051 v29 = pFaceExtras; | |
2052 v30 = pDest; | |
2053 ++Argsc; | |
2054 pDest += 36; | |
2055 *(unsigned __int16 *)((char *)&v29->uAdditionalBitmapID + (int)v30) = v28; | |
2056 } | |
2057 while ( Argsc < (signed int)uNumFaceExtras ); | |
2058 } | |
2059 Argsd = 0; | |
2060 if ( (signed int)uNumFaces > 0 ) | |
2061 { | |
2062 pDest = 0; | |
2063 do | |
2064 { | |
2065 v31 = (int)&pFaceExtras[*(short *)&pDest[(unsigned int)pFaces + 72]]; | |
2066 if ( *(short *)(v31 + 26) ) | |
2067 { | |
2068 if ( ((BLVFaceExtra *)v31)->HasEventint() ) | |
2069 pDest[(unsigned int)pFaces + 46] |= 0x10u; | |
2070 else | |
2071 pDest[(unsigned int)pFaces + 46] &= 0xEFu; | |
2072 } | |
2073 ++Argsd; | |
2074 pDest += 96; | |
2075 } | |
2076 while ( Argsd < (signed int)uNumFaces ); | |
2077 } | |
2078 fseek(v7, v213, 0); | |
2079 fread(&uNumSectors, 4u, 1u, v7); | |
2080 fseek(v7, v214, 0); | |
2081 fread(pSectors, 0x74u, uNumSectors, v7); | |
2082 v32 = pAllocator->AllocNamedChunk(ptr_0002B0_sector_rdata, blv.uSector_rdata_Size, "L.RData"); | |
2083 v202 = (int)v7; | |
2084 ptr_0002B0_sector_rdata = (unsigned __int16 *)v32; | |
2085 fread(v32, 1u, blv.uSector_rdata_Size, (FILE *)v202); | |
2086 v11 = uNumSectors == 0; | |
2087 v12 = uNumSectors < 0; | |
2088 pDest = 0; | |
2089 Argse = 0; | |
2090 if ( !(v12 | v11) ) | |
2091 { | |
2092 v33 = 0; | |
2093 do | |
2094 { | |
2095 pSectors[v33].pFloors = (unsigned __int16 *)&pDest[(unsigned int)ptr_0002B0_sector_rdata]; | |
2096 i = (size_t)&pSectors[v33]; | |
2097 v34 = ptr_0002B0_sector_rdata; | |
2098 pDest += 2 * *(short *)(i + 4); | |
2099 *(int *)(i + 16) = (int)(char *)v34 + (int)pDest; | |
2100 v35 = (size_t)&pSectors[v33]; | |
2101 i = v35; | |
2102 v36 = &pDest[2 * *(short *)(v35 + 12)]; | |
2103 v37 = (int)&v36[(unsigned int)ptr_0002B0_sector_rdata]; | |
2104 pDest = v36; | |
2105 *(int *)(i + 24) = v37; | |
2106 v38 = (size_t)&pSectors[v33]; | |
2107 i = v38; | |
2108 v39 = &pDest[2 * *(short *)(v38 + 20)]; | |
2109 v40 = (int)&v39[(unsigned int)ptr_0002B0_sector_rdata]; | |
2110 pDest = v39; | |
2111 *(int *)(i + 32) = v40; | |
2112 i = (size_t)&pSectors[v33]; | |
2113 v41 = ptr_0002B0_sector_rdata; | |
2114 pDest += 2 * *(short *)(i + 28); | |
2115 *(int *)(i + 40) = (int)(char *)v41 + (int)pDest; | |
2116 i = (size_t)&pSectors[v33]; | |
2117 v42 = ptr_0002B0_sector_rdata; | |
2118 pDest += 2 * *(short *)(i + 36); | |
2119 *(int *)(i + 48) = (int)(char *)v42 + (int)pDest; | |
2120 i = (size_t)&pSectors[v33]; | |
2121 v43 = ptr_0002B0_sector_rdata; | |
2122 pDest += 2 * *(short *)(i + 44); | |
2123 *(int *)(i + 64) = (int)(char *)v43 + (int)pDest; | |
2124 i = (size_t)&pSectors[v33]; | |
2125 v44 = ptr_0002B0_sector_rdata; | |
2126 pDest += 2 * *(short *)(i + 60); | |
2127 *(int *)(i + 72) = (int)(char *)v44 + (int)pDest; | |
2128 v45 = (size_t)&pSectors[v33]; | |
2129 ++v33; | |
2130 i = v45; | |
2131 v46 = ptr_0002B0_sector_rdata; | |
2132 pDest += 2 * *(short *)(v45 + 68); | |
2133 ++Argse; | |
2134 *(int *)(v45 + 80) = (int)(char *)v46 + (int)pDest; | |
2135 pDest += 2 * *((short *)&pSectors[v33] - 20); | |
2136 } | |
2137 while ( Argse < uNumSectors ); | |
2138 } | |
2139 v47 = pAllocator->AllocNamedChunk( | |
2140 ptr_0002B8_sector_lrdata, | |
2141 blv.uSector_lrdata_Size, | |
2142 "L.RLData"); | |
2143 v202 = (int)v7; | |
2144 ptr_0002B8_sector_lrdata = (unsigned __int16 *)v47; | |
2145 fread(v47, 1u, blv.uSector_lrdata_Size, (FILE *)v202); | |
2146 v11 = uNumSectors == 0; | |
2147 v12 = uNumSectors < 0; | |
2148 pDest = 0; | |
2149 Argsf = 0; | |
2150 if ( !(v12 | v11) ) | |
2151 { | |
2152 v48 = pSectors; | |
2153 v49 = 0; | |
2154 for ( i = 0; ; v49 = i ) | |
2155 { | |
2156 v50 = ptr_0002B8_sector_lrdata; | |
2157 i += 116; | |
2158 ++Argsf; | |
2159 *(BLVLightMM7 **)((char *)&v48->pLights + v49) = (BLVLightMM7 *)((char *)v50 + (int)pDest); | |
2160 v48 = pSectors; | |
2161 pDest += 2 * *(__int16 *)((char *)&v48->uNumLights + v49); | |
2162 if ( Argsf >= uNumSectors ) | |
2163 break; | |
2164 } | |
2165 } | |
2166 fseek(v7, v215, 0); | |
2167 fread(&uNumDoors, 4u, 1u, v7); | |
2168 fseek(v7, v216, 0); | |
2169 fread(pDoors, 0x50u, 0xC8u, v7); | |
2170 v51 = pAllocator->AllocNamedChunk(ptr_0002B4_doors_ddata, blv.uDoors_ddata_Size, "L.DData"); | |
2171 v202 = (int)v7; | |
2172 ptr_0002B4_doors_ddata = (unsigned __int16 *)v51; | |
2173 fread(v51, 1u, blv.uDoors_ddata_Size, (FILE *)v202); | |
2174 v11 = uNumDoors == 0; | |
2175 v12 = uNumDoors < 0; | |
2176 pDest = 0; | |
2177 Argsg = 0; | |
2178 if ( !(v12 | v11) ) | |
2179 { | |
2180 v52 = 0; | |
2181 do | |
2182 { | |
2183 pDoors[v52].pVertexIDs = (unsigned __int16 *)&pDest[(unsigned int)ptr_0002B4_doors_ddata]; | |
2184 i = (size_t)&pDoors[v52]; | |
2185 v53 = ptr_0002B4_doors_ddata; | |
2186 pDest += 2 * *(short *)(i + 68); | |
2187 *(int *)(i + 40) = (int)(char *)v53 + (int)pDest; | |
2188 v54 = (size_t)&pDoors[v52]; | |
2189 i = v54; | |
2190 v55 = &pDest[2 * *(short *)(v54 + 70)]; | |
2191 v56 = (int)&v55[(unsigned int)ptr_0002B4_doors_ddata]; | |
2192 pDest = v55; | |
2193 *(int *)(i + 44) = v56; | |
2194 v57 = (size_t)&pDoors[v52]; | |
2195 i = v57; | |
2196 v58 = &pDest[2 * *(short *)(v57 + 72)]; | |
2197 v59 = (int)&v58[(unsigned int)ptr_0002B4_doors_ddata]; | |
2198 pDest = v58; | |
2199 *(int *)(i + 48) = v59; | |
2200 i = (size_t)&pDoors[v52]; | |
2201 v60 = ptr_0002B4_doors_ddata; | |
2202 pDest += 2 * *(short *)(i + 70); | |
2203 *(int *)(i + 52) = (int)(char *)v60 + (int)pDest; | |
2204 i = (size_t)&pDoors[v52]; | |
2205 v61 = ptr_0002B4_doors_ddata; | |
2206 pDest += 2 * *(short *)(i + 70); | |
2207 *(int *)(i + 56) = (int)(char *)v61 + (int)pDest; | |
2208 i = (size_t)&pDoors[v52]; | |
2209 v62 = ptr_0002B4_doors_ddata; | |
2210 pDest += 2 * *(short *)(i + 74); | |
2211 *(int *)(i + 60) = (int)(char *)v62 + (int)pDest; | |
2212 i = (size_t)&pDoors[v52]; | |
2213 v63 = ptr_0002B4_doors_ddata; | |
2214 pDest += 2 * *(short *)(i + 74); | |
2215 *(int *)(i + 64) = (int)(char *)v63 + (int)pDest; | |
2216 ++Argsg; | |
2217 v64 = pDoors[v52].uNumOffsets; | |
2218 ++v52; | |
2219 pDest += 2 * v64; | |
2220 } | |
2221 while ( Argsg < uNumDoors ); | |
2222 } | |
2223 Argsh = 0; | |
2224 if ( uNumDoors > 0 ) | |
2225 { | |
2226 v65 = pDoors; | |
2227 pDest = 0; | |
2228 do | |
2229 { | |
2230 i = 0; | |
2231 v66 = &pDest[(int)v65]; | |
2232 if ( *(short *)&pDest[(int)v65 + 70] > 0 ) | |
2233 { | |
2234 do | |
2235 { | |
2236 v67 = *((int *)v66 + 10); | |
2237 a3 = 2 * i; | |
2238 v68 = *(short *)(v67 + 2 * i); | |
2239 v69 = pFaces; | |
2240 ++i; | |
2241 v70 = (int)&pFaceExtras[v69[v68].uFaceExtraID]; | |
2242 v71 = *((int *)v66 + 12); | |
2243 v72 = a3; | |
2244 v238 = (char *)v70; | |
2245 *(short *)(a3 + v71) = *(short *)(v70 + 20); | |
2246 *(__int16 *)(*(char **)((char *)&pDoors->pDeltaVs + (unsigned int)pDest) + v72) = *((short *)v238 + 11); | |
2247 v65 = pDoors; | |
2248 v66 = &pDest[(int)v65]; | |
2249 } | |
2250 while ( (signed int)i < *(short *)&pDest[(int)v65 + 70] ); | |
2251 } | |
2252 ++Argsh; | |
2253 pDest += 80; | |
2254 } | |
2255 while ( Argsh < uNumDoors ); | |
2256 } | |
2257 fseek(v7, v217, 0); | |
2258 fread(&uNumLevelDecorations, 4u, 1u, v7); | |
2259 fseek(v7, v218, 0); | |
2260 fread(pLevelDecorations, 0x20u, uNumLevelDecorations, v7); | |
2261 Argsi = 0; | |
2262 if ( (signed int)uNumLevelDecorations > 0 ) | |
2263 { | |
2264 pDest = (char *)pLevelDecorations; | |
2265 do | |
2266 { | |
2267 fread(pName, 1u, 0x20u, v7); | |
2268 v73 = pDecorationList->GetDecorIdByName(pName); | |
2269 v74 = pDest; | |
2270 ++Argsi; | |
2271 pDest += 32; | |
2272 *(short *)v74 = v73; | |
2273 } | |
2274 while ( Argsi < (signed int)uNumLevelDecorations ); | |
2275 } | |
2276 fseek(v7, v219, 0); | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
2277 fread(&uNumSpriteObjects, 4u, 1u, v7); |
0 | 2278 fseek(v7, v220, 0); |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
2279 fread(pSpriteObjects, 0x70u, uNumSpriteObjects, v7); |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
2280 if ( (signed int)uNumSpriteObjects > 0 ) |
0 | 2281 { |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
2282 v75 = pSpriteObjects; |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
2283 pDest = (char *)uNumSpriteObjects; |
0 | 2284 do |
2285 { | |
2286 Argsj = 0; | |
2287 v76 = 48 * v75->stru_24.uItemID; | |
2288 v11 = pObjectList->uNumObjects == 0; | |
2289 v12 = (pObjectList->uNumObjects & 0x80000000u) != 0; | |
2290 LOWORD(v76) = *(unsigned __int16 *)((char *)&pItemsTable->pItems[0].uSpriteID + v76); | |
2291 i = v76; | |
2292 v75->uItemType = v76; | |
2293 if ( v12 | v11 ) | |
2294 { | |
2295 LABEL_50: | |
2296 v78 = 0; | |
2297 } | |
2298 else | |
2299 { | |
2300 for ( j = (int)&pObjectList->pObjects->uObjectID; (short)v76 != *(short *)j; j = a3 ) | |
2301 { | |
2302 ++Argsj; | |
2303 a3 = j + 56; | |
2304 if ( Argsj >= (signed int)pObjectList->uNumObjects ) | |
2305 goto LABEL_50; | |
2306 LOWORD(v76) = i; | |
2307 } | |
2308 v78 = Argsj; | |
2309 } | |
2310 v75->uObjectDescID = v78; | |
2311 ++v75; | |
2312 --pDest; | |
2313 } | |
2314 while ( pDest ); | |
2315 } | |
2316 fseek(v7, v221, 0); | |
2317 fread(&uNumActors, 4u, 1u, v7); | |
2318 fseek(v7, v222, 0); | |
2319 fread(pActors, 0x344u, uNumActors, v7); | |
2320 fseek(v7, v228, 0); | |
2321 fread(&uNumChests, 4u, 1u, v7); | |
2322 fseek(v7, v229, 0); | |
2323 fread(pChests, 0x14CCu, uNumChests, v7); | |
2324 fseek(v7, v224, 0); | |
2325 fread(&uNumLights, 4u, 1u, v7); | |
2326 fseek(v7, v225, 0); | |
2327 fread(pLights, 0x10u, uNumLights, v7); | |
2328 fseek(v7, v226, 0); | |
2329 fread(&uNumNodes, 4u, 1u, v7); | |
2330 fseek(v7, v227, 0); | |
2331 fread(pNodes, 8u, uNumNodes, v7); | |
2332 fseek(v7, v230, 0); | |
2333 fread(&uNumSpawnPoints, 4u, 1u, v7); | |
2334 v79 = pAllocator->AllocNamedChunk(pSpawnPoints, 24 * uNumSpawnPoints, "Spawn"); | |
2335 v202 = 0; | |
2336 pSpawnPoints = (SpawnPointMM7 *)v79; | |
2337 fseek(v7, v231, v202); | |
2338 fread(pSpawnPoints, 0x18u, uNumSpawnPoints, v7); | |
2339 fseek(v7, v232, 0); | |
2340 fread(&dlv, 0x28u, 1u, v7); | |
2341 fseek(v7, v233, 0); | |
2342 fread(&stru_5E4C90, 1u, 0xC8u, v7); | |
2343 fseek(v7, v234, 0); | |
2344 fread(&uLastVisitDay, 1u, 0x38u, v7); | |
2345 fseek(v7, v223, 0); | |
2346 v80 = (void **)&pMapOutlines; | |
2347 fread(*v80, 4u, 1u, v7); | |
2348 fread((char *)*v80 + 4, 0xCu, *(int *)*v80, v7); | |
2349 fclose(v7); | |
2350 goto LABEL_179; | |
2351 } | |
2352 return 4; | |
2353 }*/ | |
2354 #pragma endregion | |
2355 | |
2356 if (bLoaded) | |
2357 { | |
2358 Log::Warning(L"BLV is already loaded"); | |
2359 return 3; | |
2360 } | |
2361 | |
2362 if ( !pGames_LOD->DoesContainerExist(pFilename) ) | |
2363 Abortf("Unable to find %s in Games.LOD", pFilename); | |
2364 | |
2365 //v238 = pFilename - 4; | |
2366 //v81 = strlen(pFilename); | |
2367 strcpy(this->pFilename, pFilename); | |
2368 strcpy(&pFilename[strlen(pFilename) - 4], ".blv"); | |
2369 File = pGames_LOD->FindContainer(pFilename, 1); | |
2370 //File = v82; | |
2371 | |
2372 Release(); | |
2373 if ( !Alloc() ) | |
2374 return 4; | |
2375 | |
2376 header.uVersion = 91969; | |
2377 header.pMagic[0] = 'm'; | |
2378 header.pMagic[1] = 'v'; | |
2379 header.pMagic[2] = 'i'; | |
2380 header.pMagic[3] = 'i'; | |
2381 header.uCompressedSize = 0; | |
2382 header.uDecompressedSize = 0; | |
2383 fread(&header, sizeof(ODMHeader), 1u, File); | |
2384 if (header.uVersion != 91969 || | |
2385 header.pMagic[0] != 'm' || | |
2386 header.pMagic[1] != 'v' || | |
2387 header.pMagic[2] != 'i' || | |
2388 header.pMagic[3] != 'i' ) | |
2389 { | |
2390 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:792", 0); | |
2391 } | |
2392 //v83 = header.uCompressedSize; | |
2393 //pSource = header.uDecompressedSize; | |
2394 //v84 = malloc(header.uDecompressedSize); | |
2395 //v85 = v84; | |
2396 //ptr = v84; | |
2397 auto pRawBLV = malloc(header.uDecompressedSize); | |
2398 memset(pRawBLV, 0, header.uDecompressedSize); | |
2399 | |
2400 if (header.uCompressedSize == header.uDecompressedSize) | |
2401 fread(pRawBLV, header.uDecompressedSize, 1, File); | |
2402 else if (header.uCompressedSize < header.uDecompressedSize) | |
2403 { | |
2404 auto pTmpMem = malloc(header.uCompressedSize); | |
2405 { | |
2406 fread(pTmpMem, header.uCompressedSize, 1, File); | |
2407 | |
2408 uint uDecompressedSize = header.uDecompressedSize; | |
2409 zlib::MemUnzip(pRawBLV, &uDecompressedSize, pTmpMem, header.uCompressedSize); | |
2410 | |
2411 if (uDecompressedSize != header.uDecompressedSize) | |
2412 Log::Warning(L"uDecompressedSize != header.uDecompressedSize in BLV"); | |
2413 } | |
2414 free(pTmpMem); | |
2415 } | |
2416 else | |
2417 { | |
2418 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:803", 0); | |
2419 return 0; | |
2420 } | |
2421 | |
2422 bLoaded = true; | |
2423 | |
2424 auto pData = (char *)pRawBLV; | |
2425 | |
2426 pGameLoadingUI_ProgressBar->Progress(); | |
2427 | |
2428 memcpy(&blv, pData, 136); | |
2429 memcpy(&uNumVertices, pData += 136, 4); | |
2430 memcpy(pVertices, pData += 4, uNumVertices * sizeof(Vec3_short_)); | |
2431 | |
2432 pGameLoadingUI_ProgressBar->Progress(); | |
2433 | |
2434 memcpy(&uNumFaces, pData += uNumVertices * sizeof(Vec3_short_), 4); | |
2435 | |
2436 pGameLoadingUI_ProgressBar->Progress(); | |
2437 | |
2438 memcpy(pFaces, pData += 4, uNumFaces * sizeof (BLVFace)); | |
2439 ptr_2AC = (unsigned __int16 *)pAllocator->AllocNamedChunk(ptr_2AC, blv.uFaces_fdata_Size, "L.FData"); | |
2440 | |
2441 memcpy(ptr_2AC, pData += uNumFaces * sizeof (BLVFace), blv.uFaces_fdata_Size); | |
2442 | |
2443 for (uint i = 0, j = 0; i < uNumFaces; ++i) | |
2444 { | |
2445 auto pFace = pFaces + i; | |
2446 | |
2447 pFace->pVertexIDs = ptr_2AC + j; | |
2448 | |
2449 j += pFace->uNumVertices + 1; | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
2450 pFace->pXInterceptDisplacements = (short *)(ptr_2AC + j); |
0 | 2451 |
2452 j += pFace->uNumVertices + 1; | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
2453 pFace->pYInterceptDisplacements = (short *)(ptr_2AC + j); |
0 | 2454 |
2455 j += pFace->uNumVertices + 1; | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
2456 pFace->pZInterceptDisplacements = (short *)(ptr_2AC + j); |
0 | 2457 |
2458 j += pFace->uNumVertices + 1; | |
2459 pFace->pVertexUIDs = (__int16 *)(ptr_2AC + j); | |
2460 | |
2461 j += pFace->uNumVertices + 1; | |
2462 pFace->pVertexVIDs = (__int16 *)(ptr_2AC + j); | |
2463 | |
2464 j += pFace->uNumVertices + 1; | |
2465 /*v93 = &pFaces[v92]; | |
2466 Src = v93; | |
2467 v94 = (BLVSector *)((char *)v244 + 2 * v93->uNumVertices + 2); | |
2468 v95 = (unsigned __int16 *)((char *)v94 + (unsigned int)ptr_2AC); | |
2469 v244 = v94; | |
2470 Src->pXInterceptDisplacements = v95; | |
2471 v96 = (int)&pFaces[v92]; | |
2472 Src = (BLVFace *)v96; | |
2473 v97 = (BLVSector *)((char *)v244 + 2 * *(char *)(v96 + 93) + 2); | |
2474 v98 = (unsigned __int16 *)((char *)v97 + (unsigned int)ptr_2AC); | |
2475 v244 = v97; | |
2476 Src->pYInterceptDisplacements = v98; | |
2477 Src = &pFaces[v92]; | |
2478 v99 = ptr_2AC; | |
2479 v244 = (BLVSector *)((char *)v244 + 2 * Src->uNumVertices + 2); | |
2480 Src->pZInterceptDisplacements = (unsigned __int16 *)((char *)v99 + (int)v244); | |
2481 Src = &pFaces[v92]; | |
2482 v100 = ptr_2AC; | |
2483 v244 = (BLVSector *)((char *)v244 + 2 * Src->uNumVertices + 2); | |
2484 Src->pVertexUIDs = (unsigned __int16 *)((char *)v100 + (int)v244); | |
2485 Src = &pFaces[v92]; | |
2486 ++v92; | |
2487 v101 = ptr_2AC; | |
2488 v244 = (BLVSector *)((char *)v244 + 2 * Src->uNumVertices + 2); | |
2489 ++v245; | |
2490 Src->pVertexVIDs = (unsigned __int16 *)((char *)v101 + (int)v244); | |
2491 v244 = (BLVSector *)((char *)v244 + 2 * *((char *)&pFaces[v92] - 3) + 2);*/ | |
2492 } | |
2493 | |
2494 pGameLoadingUI_ProgressBar->Progress(); | |
2495 | |
2496 pData += blv.uFaces_fdata_Size; | |
2497 | |
2498 for (uint i = 0; i < uNumFaces; ++i) | |
2499 { | |
2500 auto pFace = pFaces + i; | |
2501 | |
2502 char pTexName[16]; | |
2503 strncpy(pTexName, pData, 10); | |
2504 pData += 10; | |
2505 | |
2506 if (pFace->uAttributes & 0x4000) | |
2507 { | |
2508 pFace->uBitmapID = pTextureFrameTable->FindTextureByName(pTexName); | |
2509 if (pFace->uBitmapID) | |
2510 pTextureFrameTable->LoadAnimationSequenceAndPalettes(pFace->uBitmapID); | |
2511 else | |
2512 { | |
2513 pFace->uBitmapID = pBitmaps_LOD->LoadTexture(pTexName); | |
2514 pFace->uAttributes &= ~0x4000; | |
2515 } | |
2516 } | |
2517 else | |
2518 pFace->uBitmapID = pBitmaps_LOD->LoadTexture(pTexName); | |
2519 } | |
2520 | |
2521 pGameLoadingUI_ProgressBar->Progress(); | |
2522 | |
2523 memcpy(&uNumFaceExtras, pData, 4u); | |
2524 memcpy(pFaceExtras, pData += 4, uNumFaceExtras * sizeof(BLVFaceExtra)); | |
2525 pData += uNumFaceExtras * sizeof(BLVFaceExtra); | |
2526 | |
2527 pGameLoadingUI_ProgressBar->Progress(); | |
2528 | |
2529 //v108 = (char *)v107 + 36 * uNumFaceExtras; | |
2530 //v245 = 0; | |
2531 //*(int *)((char *)&uSourceLen + 1) = 0; | |
2532 for (uint i = 0; i < uNumFaceExtras; ++i) | |
2533 { | |
2534 char pTexName[32]; | |
2535 strncpy(pTexName, pData, 10); | |
2536 pData += 10; | |
2537 | |
2538 if (!strcmp(pTexName, "")) | |
2539 pFaceExtras[i].uAdditionalBitmapID = -1; | |
2540 else | |
2541 pFaceExtras[i].uAdditionalBitmapID = pBitmaps_LOD->LoadTexture(pTexName); | |
2542 } | |
2543 | |
2544 | |
2545 for (uint i = 0; i < uNumFaces; ++i) | |
2546 { | |
2547 auto pFace = pFaces + i; | |
2548 auto pFaceExtra = pFaceExtras + pFace->uFaceExtraID; | |
2549 | |
2550 if (pFaceExtra->uEventID) | |
2551 { | |
2552 if (pFaceExtra->HasEventint()) | |
2553 pFace->uAttributes |= 0x100000; | |
2554 else | |
2555 pFace->uAttributes &= ~0x100000; | |
2556 } | |
2557 } | |
2558 | |
2559 pGameLoadingUI_ProgressBar->Progress(); | |
2560 | |
2561 memcpy(&uNumSectors, pData, 4); | |
2562 memcpy(pSectors, pData + 4, uNumSectors * sizeof(BLVSector)); | |
2563 pData += 4 + uNumSectors * sizeof(BLVSector); | |
2564 | |
2565 pGameLoadingUI_ProgressBar->Progress(); | |
2566 | |
2567 ptr_0002B0_sector_rdata = (unsigned short *)pAllocator->AllocNamedChunk(ptr_0002B0_sector_rdata, blv.uSector_rdata_Size, "L.RData"); | |
2568 memcpy(ptr_0002B0_sector_rdata, pData, blv.uSector_rdata_Size); | |
2569 pData += blv.uSector_rdata_Size; | |
2570 | |
2571 for (uint i = 0, j = 0; i < uNumSectors; ++i) | |
2572 { | |
2573 auto pSector = pSectors + i; | |
2574 | |
2575 pSector->pFloors = ptr_0002B0_sector_rdata + j; | |
2576 j += pSector->uNumFloors; | |
2577 | |
2578 pSector->pWalls = ptr_0002B0_sector_rdata + j; | |
554
9caf59edb1ee
Cave and Temple load and even doesn't crash (for a while).
Nomad
parents:
520
diff
changeset
|
2579 j += pSector->uNumWalls; |
0 | 2580 |
2581 pSector->pCeilings = ptr_0002B0_sector_rdata + j; | |
554
9caf59edb1ee
Cave and Temple load and even doesn't crash (for a while).
Nomad
parents:
520
diff
changeset
|
2582 j += pSector->uNumCeilings; |
0 | 2583 |
2584 pSector->pFluids = ptr_0002B0_sector_rdata + j; | |
554
9caf59edb1ee
Cave and Temple load and even doesn't crash (for a while).
Nomad
parents:
520
diff
changeset
|
2585 j += pSector->uNumFluids; |
0 | 2586 |
2587 pSector->pPortals = ptr_0002B0_sector_rdata + j; | |
2588 j += pSector->uNumPortals; | |
2589 | |
2590 pSector->pFaceIDs = ptr_0002B0_sector_rdata + j; | |
554
9caf59edb1ee
Cave and Temple load and even doesn't crash (for a while).
Nomad
parents:
520
diff
changeset
|
2591 j += pSector->uNumFaces; |
0 | 2592 |
2593 pSector->pCogs = ptr_0002B0_sector_rdata + j; | |
554
9caf59edb1ee
Cave and Temple load and even doesn't crash (for a while).
Nomad
parents:
520
diff
changeset
|
2594 j += pSector->uNumCogs; |
0 | 2595 |
2596 pSector->pDecorationIDs = ptr_0002B0_sector_rdata + j; | |
2597 j += pSector->uNumDecorations; | |
2598 | |
2599 pSector->pMarkers = ptr_0002B0_sector_rdata + j; | |
554
9caf59edb1ee
Cave and Temple load and even doesn't crash (for a while).
Nomad
parents:
520
diff
changeset
|
2600 j += pSector->uNumMarkers; |
0 | 2601 |
2602 | |
2603 //do | |
2604 //{ | |
2605 /*pSectors[v118].pFloors = (unsigned __int16 *)((char *)Src + (unsigned int)ptr_0002B0_sector_rdata); | |
2606 v244 = &pSectors[v118]; | |
2607 v119 = ptr_0002B0_sector_rdata; | |
2608 Src = (BLVFace *)((char *)Src + 2 * v244->field_4); | |
2609 v244->pWalls = (unsigned __int16 *)((char *)v119 + (int)Src); | |
2610 v120 = (int)&pSectors[v118]; | |
2611 v244 = (BLVSector *)v120; | |
2612 v121 = (BLVFace *)((char *)Src + 2 * *(short *)(v120 + 12)); | |
2613 v122 = (unsigned __int16 *)((char *)v121 + (unsigned int)ptr_0002B0_sector_rdata); | |
2614 Src = v121; | |
2615 v244->pCeilings = v122; | |
2616 v123 = (int)&pSectors[v118]; | |
2617 v244 = (BLVSector *)v123; | |
2618 v124 = (BLVFace *)((char *)Src + 2 * *(short *)(v123 + 20)); | |
2619 v125 = (unsigned __int16 *)((char *)v124 + (unsigned int)ptr_0002B0_sector_rdata); | |
2620 Src = v124; | |
2621 v244->pFluids = v125; | |
2622 v244 = &pSectors[v118]; | |
2623 v126 = ptr_0002B0_sector_rdata; | |
2624 Src = (BLVFace *)((char *)Src + 2 * v244->field_1C); | |
2625 v244->pPortals = (unsigned __int16 *)((char *)v126 + (int)Src); | |
2626 v244 = &pSectors[v118]; | |
2627 v127 = ptr_0002B0_sector_rdata; | |
2628 Src = (BLVFace *)((char *)Src + 2 * v244->uNumPortals); | |
2629 v244->pFaceIDs = (unsigned __int16 *)((char *)v127 + (int)Src); | |
2630 v244 = &pSectors[v118]; | |
2631 v128 = ptr_0002B0_sector_rdata; | |
2632 Src = (BLVFace *)((char *)Src + 2 * v244->field_2C); | |
2633 v244->pCogs = (unsigned __int16 *)((char *)v128 + (int)Src); | |
2634 v244 = &pSectors[v118]; | |
2635 v129 = ptr_0002B0_sector_rdata; | |
2636 Src = (BLVFace *)((char *)Src + 2 * v244->field_3C); | |
2637 v244->pDecorationIDs = (unsigned __int16 *)((char *)v129 + (int)Src); | |
2638 v130 = (int)&pSectors[v118]; | |
2639 ++v118; | |
2640 v244 = (BLVSector *)v130; | |
2641 v131 = ptr_0002B0_sector_rdata; | |
2642 Src = (BLVFace *)((char *)Src + 2 * *(short *)(v130 + 68)); | |
2643 ++v245; | |
2644 *(int *)(v130 + 80) = (int)(char *)v131 + (int)Src; | |
2645 Src = (BLVFace *)((char *)Src + 2 * *((short *)&pSectors[v118] - 20));*/ | |
2646 //} | |
2647 //while ( v245 < uNumSectors ); | |
2648 } | |
2649 | |
2650 ptr_0002B8_sector_lrdata = (unsigned __int16 *)pAllocator->AllocNamedChunk(ptr_0002B8_sector_lrdata, blv.uSector_lrdata_Size, "L.RLData"); | |
2651 memcpy(ptr_0002B8_sector_lrdata, pData, blv.uSector_lrdata_Size); | |
2652 pData += blv.uSector_lrdata_Size; | |
2653 | |
2654 pGameLoadingUI_ProgressBar->Progress(); | |
2655 | |
2656 for (uint i = 0, j = 0; i < uNumSectors; ++i) | |
2657 { | |
554
9caf59edb1ee
Cave and Temple load and even doesn't crash (for a while).
Nomad
parents:
520
diff
changeset
|
2658 pSectors[i].pLights = ptr_0002B8_sector_lrdata + j; |
9caf59edb1ee
Cave and Temple load and even doesn't crash (for a while).
Nomad
parents:
520
diff
changeset
|
2659 j += pSectors[i].uNumLights; |
0 | 2660 } |
2661 | |
2662 pGameLoadingUI_ProgressBar->Progress(); | |
2663 | |
2664 memcpy(&uNumDoors, pData, 4); | |
2665 pData += 4; | |
2666 | |
2667 pGameLoadingUI_ProgressBar->Progress(); | |
2668 pGameLoadingUI_ProgressBar->Progress(); | |
2669 | |
2670 memcpy(&uNumLevelDecorations, pData, 4); | |
2671 memcpy(pLevelDecorations, pData + 4, uNumLevelDecorations * sizeof(LevelDecoration)); | |
2672 pData += 4 + uNumLevelDecorations * sizeof(LevelDecoration); | |
2673 | |
2674 for (uint i = 0; i < uNumLevelDecorations; ++i) | |
2675 { | |
2676 pLevelDecorations[i].uDecorationDescID = pDecorationList->GetDecorIdByName(pData); | |
2677 | |
2678 pData += 32; | |
2679 } | |
2680 | |
2681 pGameLoadingUI_ProgressBar->Progress(); | |
2682 | |
2683 memcpy(&uNumLights, pData, 4); | |
2684 memcpy(pLights, pData + 4, uNumLights * sizeof(BLVLightMM7)); | |
2685 pData += 4 + uNumLights * sizeof(BLVLightMM7); | |
2686 | |
2687 pGameLoadingUI_ProgressBar->Progress(); | |
2688 pGameLoadingUI_ProgressBar->Progress(); | |
2689 | |
2690 memcpy(&uNumNodes, pData, 4); | |
2691 memcpy(pNodes, pData + 4, uNumNodes * sizeof(BSPNode)); | |
2692 pData += 4 + uNumNodes * sizeof(BSPNode); | |
2693 | |
2694 pGameLoadingUI_ProgressBar->Progress(); | |
2695 pGameLoadingUI_ProgressBar->Progress(); | |
2696 | |
2697 memcpy(&uNumSpawnPoints, pData, 4); | |
2698 pSpawnPoints = (SpawnPointMM7 *)pAllocator->AllocNamedChunk(pSpawnPoints, uNumSpawnPoints * sizeof(SpawnPointMM7), "Spawn"); | |
2699 memcpy(pSpawnPoints, pData + 4, uNumSpawnPoints * sizeof(SpawnPointMM7)); | |
2700 pData += 4 + uNumSpawnPoints * sizeof(SpawnPointMM7); | |
2701 | |
2702 pGameLoadingUI_ProgressBar->Progress(); | |
2703 pGameLoadingUI_ProgressBar->Progress(); | |
2704 | |
2705 //v201 = (const char *)v148; | |
2706 //v200 = (size_t)pMapOutlines; | |
2707 memcpy(&pMapOutlines->uNumOutlines, pData, 4); | |
2708 memcpy(pMapOutlines->pOutlines, pData + 4, pMapOutlines->uNumOutlines * sizeof(BLVMapOutline)); | |
2709 //v149 = pMapOutlines; | |
2710 //v199 = 12 * *v149; | |
2711 //memcpy(v149 + 1, (const void *)(v148 + 4), v199); | |
2712 free(pRawBLV); | |
2713 pRawBLV = nullptr; | |
2714 | |
2715 void *pRawDLV = nullptr; | |
2716 strcpy(&pFilename[strlen(pFilename) - 4], ".dlv"); | |
2717 File = pNew_LOD->FindContainer(pFilename, 1); | |
2718 fread(&header, 0x10u, 1u, File);//(FILE *)v245); | |
2719 bool _v244 = false; | |
2720 if (header.uVersion != 91969 || | |
2721 header.pMagic[0] != 'm' || | |
2722 header.pMagic[1] != 'v' || | |
2723 header.pMagic[2] != 'i' || | |
2724 header.pMagic[3] != 'i' ) | |
2725 { | |
2726 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:1090", 0); | |
2727 _v244 = true; | |
2728 } | |
2729 else | |
2730 { | |
2731 pRawDLV = malloc(header.uDecompressedSize); | |
2732 if (header.uCompressedSize == header.uDecompressedSize) | |
2733 fread(pRawDLV, 1, header.uCompressedSize, File); | |
2734 else if (header.uCompressedSize < header.uDecompressedSize) | |
2735 { | |
2736 auto pTmpMem = malloc(header.uCompressedSize); | |
2737 { | |
2738 fread(pTmpMem, header.uCompressedSize, 1, File); | |
2739 | |
2740 uint uDecompressedSize = header.uDecompressedSize; | |
2741 zlib::MemUnzip(pRawDLV, &uDecompressedSize, pTmpMem, header.uCompressedSize); | |
2742 | |
2743 if (uDecompressedSize != header.uDecompressedSize) | |
2744 Log::Warning(L"uDecompressedSize != header.uDecompressedSize in DLV"); | |
2745 } | |
2746 free(pTmpMem); | |
2747 } | |
2748 else | |
2749 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:1108", 0); | |
2750 | |
2751 pData = (char *)pRawDLV; | |
2752 } | |
2753 | |
2754 memcpy(&dlv, pData, 40); | |
2755 pData += 40; | |
2756 | |
2757 //v152 = dlv.uNumFacesInBModels; | |
2758 if (dlv.uNumFacesInBModels) | |
2759 { | |
2760 //v153 = dlv.uNumDecorations; | |
2761 if (dlv.uNumDecorations) | |
2762 { | |
2763 if (dlv.uNumFacesInBModels != uNumFaces || | |
2764 dlv.uNumDecorations != uNumLevelDecorations) | |
2765 _v244 = true; | |
2766 } | |
2767 } | |
2768 | |
2769 if (dword_6BE364_game_settings_1 & 0x2000 ) | |
2770 _i = 29030400; | |
2771 bool _a = false; | |
2772 if ( a3 - dlv.uLastRepawnDay >= _i && strcmpi(pCurrentMapName, "d29.dlv") ) | |
2773 _a = true; | |
2774 | |
2775 //v154 = 875; | |
2776 if (_v244) | |
2777 { | |
2778 memset(v203, 0, 0x36B); | |
2779 goto LABEL_132; | |
2780 } | |
2781 if (_a || !dlv.uLastRepawnDay ) | |
2782 { | |
2783 memcpy(v203, pData, 0x36B); | |
2784 LABEL_132: | |
435 | 2785 free(pRawDLV); |
0 | 2786 dlv.uLastRepawnDay = a3; |
2787 if (_v244) | |
2788 ++dlv.uNumRespawns; | |
2789 //v201 = pFilename; | |
2790 *(int *)pDest = 1; | |
2791 File = pGames_LOD->FindContainer(pFilename, 0); | |
2792 fread(&header, 0x10u, 1u, File); | |
2793 auto v155 = header.uCompressedSize; | |
2794 auto Count = header.uDecompressedSize; | |
2795 auto Src = (BLVFace *)malloc(header.uDecompressedSize); | |
435 | 2796 pRawDLV = Src; |
0 | 2797 if ( v155 <= Count ) |
2798 { | |
2799 if ( v155 == Count ) | |
2800 { | |
2801 fread(Src, 1u, Count, File); | |
2802 } | |
2803 else | |
2804 { | |
2805 auto _uSourceLen = malloc(v155); | |
2806 fread(_uSourceLen, v155, 1u, File); | |
2807 zlib::MemUnzip(Src, &Count, _uSourceLen, v155); | |
2808 free(_uSourceLen); | |
2809 } | |
2810 } | |
2811 else | |
2812 { | |
2813 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:1195", 0); | |
2814 } | |
2815 pData = ((char *)Src + 40); | |
2816 //v154 = 875; | |
2817 goto LABEL_140; | |
2818 } | |
2819 *(int *)pDest = 0; | |
2820 LABEL_140: | |
2821 //v202 = (int)".blv"; | |
2822 //v156 = strlen(pFilename); | |
2823 strcpy(&pFilename[strlen(pFilename) - 4], ".blv"); | |
2824 memcpy(_visible_outlines, pData, 875); | |
2825 pData += 875; | |
2826 | |
2827 if ( *(int *)pDest ) | |
2828 memcpy(_visible_outlines, v203, 875); | |
2829 | |
2830 for (uint i = 0; i < pMapOutlines->uNumOutlines; ++i) | |
2831 { | |
2832 auto pVertex = pMapOutlines->pOutlines + i; | |
2833 if ((unsigned __int8)(1 << (7 - i % 8)) & _visible_outlines[i / 8]) | |
2834 pVertex->uFlags |= 1; | |
2835 } | |
2836 | |
2837 | |
2838 for (uint i = 0; i < uNumFaces; ++i) | |
2839 { | |
2840 auto pFace = pFaces + i; | |
2841 auto pFaceExtra = pFaceExtras + pFace->uFaceExtraID; | |
2842 | |
2843 memcpy(&pFace->uAttributes, pData, 4); | |
2844 pData += 4; | |
2845 | |
2846 if (pFaceExtra->uEventID) | |
2847 { | |
2848 if (pFaceExtra->HasEventint()) | |
2849 pFace->uAttributes |= 0x100000; | |
2850 else | |
2851 pFace->uAttributes &= ~0x100000; | |
2852 } | |
2853 } | |
2854 | |
2855 pGameLoadingUI_ProgressBar->Progress(); | |
2856 | |
2857 for (uint i = 0; i < uNumLevelDecorations; ++i) | |
2858 { | |
2859 memcpy(&pLevelDecorations[i].field_2, pData, 2); | |
2860 pData += 2; | |
2861 } | |
2862 | |
2863 pGameLoadingUI_ProgressBar->Progress(); | |
2864 | |
2865 memcpy(&uNumActors, pData, 4); | |
2866 memcpy(pActors, pData + 4, uNumActors * sizeof(Actor)); | |
2867 pData += 4 + uNumActors * sizeof(Actor); | |
2868 | |
2869 pGameLoadingUI_ProgressBar->Progress(); | |
2870 pGameLoadingUI_ProgressBar->Progress(); | |
2871 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
2872 memcpy(&uNumSpriteObjects, pData, 4); |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
2873 memcpy(pSpriteObjects, pData + 4, uNumSpriteObjects * sizeof(SpriteObject)); |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
2874 pData += 4 + uNumSpriteObjects * sizeof(SpriteObject); |
0 | 2875 |
2876 pGameLoadingUI_ProgressBar->Progress(); | |
2877 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
2878 for (uint i = 0; i < uNumSpriteObjects; ++i) |
0 | 2879 { |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
2880 auto pItem = pSpriteObjects + i; |
0 | 2881 |
2882 if (pItem->stru_24.uItemID && !(pItem->uAttributes & 0x0100)) | |
2883 { | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
2884 pItem->uType = pItemsTable->pItems[pItem->stru_24.uItemID - 1].uSpriteID; |
0 | 2885 |
2886 uint uObjectID = 0; | |
2887 for (uint j = 0; j < pObjectList->uNumObjects; ++j) | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
2888 if (pItem->uType == pObjectList->pObjects[j].uObjectID) |
0 | 2889 { |
2890 pItem->uObjectDescID = j; | |
2891 break; | |
2892 } | |
2893 } | |
2894 } | |
2895 | |
2896 pGameLoadingUI_ProgressBar->Progress(); | |
2897 | |
2898 memcpy(&uNumChests, pData, 4); | |
2899 memcpy(pChests, pData + 4, uNumChests * sizeof(Chest)); | |
2900 pData += 4 + uNumChests * sizeof(Chest); | |
2901 | |
2902 pGameLoadingUI_ProgressBar->Progress(); | |
2903 pGameLoadingUI_ProgressBar->Progress(); | |
2904 | |
2905 memcpy(pDoors, pData, 0x3E80); | |
2906 pData += 0x3E80; | |
2907 | |
2908 //v201 = (const char *)blv.uDoors_ddata_Size; | |
2909 //v200 = (size_t)ptr_0002B4_doors_ddata; | |
2910 //v170 = pAllocator->AllocNamedChunk(ptr_0002B4_doors_ddata, blv.uDoors_ddata_Size, "L.DData"); | |
2911 //v171 = blv.uDoors_ddata_Size; | |
2912 ptr_0002B4_doors_ddata = (unsigned __int16 *)pAllocator->AllocNamedChunk(ptr_0002B4_doors_ddata, blv.uDoors_ddata_Size, "L.DData"); | |
2913 memcpy(ptr_0002B4_doors_ddata, pData, blv.uDoors_ddata_Size); | |
2914 pData += blv.uDoors_ddata_Size; | |
2915 | |
2916 //Src = (BLVFace *)((char *)Src + v171); | |
2917 //v172 = 0; | |
2918 //v245 = 0; | |
2919 //if (uNumDoors > 0) | |
2920 for (uint i = 0, j = 0; i < uNumDoors; ++i) | |
2921 { | |
2922 auto pDoor = pDoors + i; | |
2923 | |
2924 pDoor->pVertexIDs = ptr_0002B4_doors_ddata + j; | |
2925 j += pDoor->uNumVertices; | |
2926 | |
2927 pDoor->pFaceIDs = ptr_0002B4_doors_ddata + j; | |
2928 j += pDoor->uNumFaces; | |
2929 | |
2930 pDoor->pSectorIDs = ptr_0002B4_doors_ddata + j; | |
2931 j += pDoor->field_48; | |
2932 | |
2933 pDoor->pDeltaUs = (short *)(ptr_0002B4_doors_ddata + j); | |
2934 j += pDoor->uNumFaces; | |
2935 | |
2936 pDoor->pDeltaVs = (short *)(ptr_0002B4_doors_ddata + j); | |
2937 j += pDoor->uNumFaces; | |
2938 | |
2939 pDoor->pXOffsets = ptr_0002B4_doors_ddata + j; | |
2940 j += pDoor->uNumOffsets; | |
2941 | |
2942 pDoor->pYOffsets = ptr_0002B4_doors_ddata + j; | |
2943 j += pDoor->uNumOffsets; | |
2944 | |
2945 pDoor->pZOffsets = ptr_0002B4_doors_ddata + j; | |
2946 j += pDoor->uNumOffsets; | |
2947 /*v173 = pDoors; | |
2948 for ( k = 0; ; v172 = v188 + 2 * *((short *)&v173[k] - 3) ) | |
2949 { | |
2950 v173[k].pVertexIDs = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v172); | |
2951 v175 = &pDoors[k]; | |
2952 v176 = v172 + 2 * v175->uNumVertices; | |
2953 v175->pFaceIDs = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v176); | |
2954 v177 = &pDoors[k]; | |
2955 v178 = v176 + 2 * v177->uNumFaces; | |
2956 v177->pSectorIDs = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v178); | |
2957 v179 = &pDoors[k]; | |
2958 v180 = v178 + 2 * v179->field_48; | |
2959 v179->pDeltaUs = (__int16 *)((char *)ptr_0002B4_doors_ddata + v180); | |
2960 v181 = &pDoors[k]; | |
2961 v182 = v180 + 2 * v181->uNumFaces; | |
2962 v181->pDeltaVs = (__int16 *)((char *)ptr_0002B4_doors_ddata + v182); | |
2963 v183 = &pDoors[k]; | |
2964 v184 = v182 + 2 * v183->uNumFaces; | |
2965 v183->pXOffsets = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v184); | |
2966 v185 = &pDoors[k]; | |
2967 v186 = v184 + 2 * v185->uNumOffsets; | |
2968 v185->pYOffsets = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v186); | |
2969 v187 = &pDoors[k]; | |
2970 ++k; | |
2971 v188 = v186 + 2 * v187->uNumOffsets; | |
2972 v189 = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v188); | |
2973 ++v245; | |
2974 v187->pZOffsets = v189; | |
2975 v173 = pDoors; | |
2976 if ( v245 >= uNumDoors ) | |
2977 break; | |
2978 }*/ | |
2979 } | |
2980 //v190 = 0; | |
2981 //v245 = 0; | |
2982 for (uint i = 0; i < uNumDoors; ++i) | |
2983 { | |
2984 auto pDoor = pDoors + i; | |
2985 | |
2986 for (uint j = 0; j < pDoor->uNumFaces; ++j) | |
2987 { | |
2988 auto pFace = pFaces + pDoor->pFaceIDs[j]; | |
2989 auto pFaceExtra = pFaceExtras + pFace->uFaceExtraID; | |
2990 | |
2991 pDoor->pDeltaUs[j] = pFaceExtra->sTextureDeltaU; | |
2992 pDoor->pDeltaVs[j] = pFaceExtra->sTextureDeltaV; | |
2993 } | |
2994 //v191 = pDoors; | |
2995 //pDest = 0; | |
2996 //do | |
2997 // { | |
2998 /*Argsn = 0; | |
2999 for ( l = (BLVDoor *)&v190[(int)v191]; | |
3000 Argsn < *(short *)&v190[(int)v191 + 70]; | |
3001 l = (BLVDoor *)&v190[(int)v191] ) | |
3002 { | |
3003 v193 = Argsn; | |
3004 v194 = l->pFaceIDs[Argsn++]; | |
3005 v195 = &pFaceExtras[pFaces[v194].uFaceExtraID]; | |
3006 l->pDeltaUs[v193] = v195->sTextureDeltaU; | |
3007 v190 = pDest; | |
3008 *(short *)(v193 * 2 + *(int *)&pDest[(unsigned int)pDoors + 52]) = v195->sTextureDeltaV; | |
3009 v191 = pDoors; | |
3010 } | |
3011 ++v245; | |
3012 v190 += 80; | |
3013 pDest = v190;*/ | |
3014 //} | |
3015 //while ( v245 < uNumDoors ); | |
3016 } | |
3017 | |
3018 | |
3019 pGameLoadingUI_ProgressBar->Progress(); | |
3020 | |
3021 memcpy(&stru_5E4C90, pData, 0xC8); | |
3022 pData += 0xC8; | |
3023 | |
3024 pGameLoadingUI_ProgressBar->Progress(); | |
3025 | |
3026 memcpy(&stru1, pData, 0x38u); | |
3027 pData += 0x38; | |
3028 | |
3029 free(pRawDLV); | |
3030 //v5 = 0; | |
3031 | |
3032 pSoundList->LoadSound(64, 0); | |
3033 pSoundList->LoadSound(103, 0); | |
3034 pSoundList->LoadSound(63, 0); | |
3035 pSoundList->LoadSound(102, 0); | |
3036 pSoundList->LoadSound(50, 0); | |
3037 pSoundList->LoadSound(89, 0); | |
3038 | |
3039 return 0; | |
3040 } | |
3041 | |
3042 | |
3043 //----- (0049AC17) -------------------------------------------------------- | |
3044 int IndoorLocation::GetSector(int sX, int sY, int sZ) | |
3045 { | |
3046 int v4; // esi@1 | |
3047 //unsigned __int8 v5; // zf@1 | |
3048 //unsigned __int8 v6; // sf@1 | |
3049 //unsigned __int8 v7; // of@1 | |
3050 //BLVSector *v8; // eax@3 | |
3051 //int v9; // edi@9 | |
3052 //int v10; // eax@9 | |
3053 //int v11; // edx@9 | |
3054 //int v12; // eax@10 | |
3055 //unsigned __int16 v13; // ax@12 | |
3056 //int v14; // edi@14 | |
3057 //BLVFace *v15; // eax@14 | |
3058 //BLVFace *v16; // edi@14 | |
3059 //PolygonType v17; // al@14 | |
3060 //unsigned __int16 *pVertexIDs; // esi@16 | |
3061 //Vec3_short_ *v19; // eax@16 | |
3062 //int v20; // edx@16 | |
3063 //unsigned __int16 *v21; // esi@17 | |
3064 //int v22; // edi@19 | |
3065 //int v23; // edi@20 | |
3066 //Vec3_short_ *v24; // edx@20 | |
3067 signed int v25; // edx@21 | |
3068 int v26; // ebx@23 | |
3069 //int v27; // edx@26 | |
3070 //signed __int64 v28; // qtt@26 | |
3071 ///Vec3_short_ *v29; // eax@26 | |
3072 //Vec3_short_ *v30; // edx@26 | |
3073 //int v31; // edx@26 | |
791 | 3074 //signed int v32; // edi@27 |
0 | 3075 signed __int64 v33; // qtt@27 |
3076 //Vec3_short_ *v34; // edx@27 | |
791 | 3077 //int v35; // edx@32 |
0 | 3078 int v37; // edi@38 |
717 | 3079 int pSectorID; // ebx@40 |
0 | 3080 int v39; // eax@41 |
717 | 3081 BLVFace *pFace; // esi@42 |
3082 PolygonType pPolygonType; // dl@42 | |
0 | 3083 int v42; // edx@43 |
3084 int v43[50]; // [sp+Ch] [bp-108h]@1 | |
3085 //int v44; // [sp+D4h] [bp-40h]@9 | |
3086 //int v45; // [sp+D8h] [bp-3Ch]@14 | |
3087 //int v46; // [sp+DCh] [bp-38h]@14 | |
3088 //int v47; // [sp+E0h] [bp-34h]@19 | |
3089 //int v48; // [sp+E4h] [bp-30h]@9 | |
3090 //Vec3_short_ *v49; // [sp+E8h] [bp-2Ch]@19 | |
3091 bool v50; // [sp+ECh] [bp-28h]@19 | |
3092 int v51; // [sp+F0h] [bp-24h]@9 | |
3093 //unsigned int v52; // [sp+F4h] [bp-20h]@2 | |
3094 int v53; // [sp+F8h] [bp-1Ch]@10 | |
3095 int v54; // [sp+FCh] [bp-18h]@16 | |
3096 int v55; // [sp+100h] [bp-14h]@1 | |
3097 int v56; // [sp+104h] [bp-10h]@1 | |
3098 int v57; // [sp+108h] [bp-Ch]@16 | |
3099 //Vec3_short_ *v58; // [sp+10Ch] [bp-8h]@20 | |
3100 int v59; // [sp+110h] [bp-4h]@16 | |
3101 | |
3102 v4 = 0; | |
791 | 3103 v43[0] = 0; |
3104 | |
0 | 3105 v55 = 0; |
791 | 3106 |
0 | 3107 if (uNumSectors < 2) |
3108 return 0; | |
3109 | |
3110 for (uint i = 1; i < uNumSectors; ++i) | |
3111 { | |
3112 auto pSector = pSectors + i; | |
3113 | |
791 | 3114 if (pSector->pBounding.x1 > sX || pSector->pBounding.x2 < sX || |
3115 pSector->pBounding.y1 > sY || pSector->pBounding.y2 < sY || | |
3116 pSector->pBounding.z1 - 64 > sZ || pSector->pBounding.z2 + 64 < sZ) | |
3117 continue; | |
3118 | |
618
5cfb5dadf330
Margareth righ-click (addded constructor to NPCProfession) and cleaned BLV debug logs
Nomad
parents:
595
diff
changeset
|
3119 //Log::Warning(L"Sector[%u]", i); |
791 | 3120 v51 = pSector->uNumFloors + pSector->uNumPortals; |
3121 if (!v51) | |
3122 continue; | |
3123 | |
3124 | |
3125 for (uint j = 0; j < v51; ++j) | |
3126 { | |
3127 uint uFaceID; | |
3128 if (j < pSector->uNumFloors) | |
3129 uFaceID = pSector->pFloors[j]; | |
3130 else | |
3131 uFaceID = pSector->pPortals[j - pSector->uNumFloors]; | |
3132 | |
3133 auto pFace = pFaces + uFaceID; | |
3134 if (pFace->uPolygonType != POLYGON_Floor && | |
3135 pFace->uPolygonType != POLYGON_InBetweenFloorAndWall) | |
3136 continue; | |
3137 | |
3138 v54 = 0; | |
3139 v50 = pVertices[pFace->pVertexIDs[0]].y >= sY; | |
3140 | |
793 | 3141 for (uint k = 1; k <= pFace->uNumVertices; k++) |
791 | 3142 { |
3143 v59 = v50; | |
3144 | |
3145 if (v54 >= 2) | |
3146 break; | |
3147 | |
3148 auto v2 = &pVertices[pFace->pVertexIDs[k]]; | |
3149 v50 = v2->y >= sY; | |
3150 | |
793 | 3151 if (v59 == v50) |
791 | 3152 continue; |
3153 | |
3154 auto v1 = &pVertices[pFace->pVertexIDs[k - 1]]; | |
3155 v25 = v2->x >= sX ? 0 : 2; | |
3156 v26 = v25 | (v1->x < sX); | |
3157 | |
3158 if (v26 == 3) | |
3159 continue; | |
3160 | |
3161 if (!v26) | |
3162 ++v54; | |
3163 else | |
3164 { | |
3165 if (v1->x >= v2->x) | |
3166 { | |
3167 /*int _a58; | |
0 | 3168 int _a59; |
3169 | |
3170 v32 = v1->x - v2->x; | |
3171 LODWORD(v33) = v32 << 16; | |
791 | 3172 HIDWORD(v33) = v32 >> 16;*/ |
3173 //fixpoint_div(v1->x - v2->x, v1->y - v2->y); | |
3174 //_a58 = v33 / (v1->y - v2->y); | |
3175 //_a59 = fixpoint_mul(_a58, sY - v2->y); | |
3176 auto x_div_y = fixpoint_div(v1->x - v2->x, v1->y - v2->y); | |
793 | 3177 auto res = fixpoint_mul(x_div_y, sY - v2->y); // a / b * c - looks like projection |
3178 if (res + v2->x > sX) | |
791 | 3179 ++v54; |
3180 } | |
3181 else | |
3182 { | |
3183 auto x_div_y = fixpoint_div(v2->x - v1->x, v2->y - v1->y); | |
3184 auto res = fixpoint_mul(x_div_y, sY - v1->y); | |
3185 | |
3186 if (res + v1->x > sX) | |
3187 ++v54; | |
3188 | |
3189 /*int _a58; | |
0 | 3190 int _a59; |
791 | 3191 auto v32 = v2->x - v1->x; |
0 | 3192 LODWORD(v33) = v32 << 16; |
3193 HIDWORD(v33) = v32 >> 16; | |
3194 _a58 = v33 / (v2->y - v1->y); | |
791 | 3195 _a59 = fixpoint_mul(_a58, sY - v1->y); |
0 | 3196 |
787 | 3197 if (_a59 + pVertices[k].x > sX) |
791 | 3198 ++v54;*/ |
0 | 3199 } |
717 | 3200 } |
791 | 3201 } |
3202 | |
3203 if (pFace->uNumVertices && v54 == 1) | |
3204 v43[v55++] = uFaceID; | |
3205 } | |
0 | 3206 } |
3207 | |
791 | 3208 v4 = v43[0]; |
0 | 3209 if ( v55 == 1 ) |
3210 return this->pFaces[v4].uSectorID; | |
3211 v37 = 0; | |
3212 if ( !v55 ) | |
3213 return 0; | |
717 | 3214 pSectorID = 0; |
0 | 3215 v53 = 0xFFFFFFu; |
3216 if ( v55 > 0 ) | |
3217 { | |
3218 v39 = sY; | |
3219 while ( 1 ) | |
3220 { | |
717 | 3221 pFace = &this->pFaces[v43[v37]]; |
3222 //pPolygonType = pFace->uPolygonType; | |
3223 if ( pFace->uPolygonType == POLYGON_Floor ) | |
0 | 3224 { |
717 | 3225 v42 = this->pVertices[*pFace->pVertexIDs].z; |
3226 v39 = sZ - v42; | |
3227 //goto LABEL_47; | |
3228 } | |
3229 if ( pFace->uPolygonType == POLYGON_InBetweenFloorAndWall ) | |
3230 { | |
3231 //v51 = pFace->zCalc1; | |
3232 v57 = (unsigned __int64)(pFace->zCalc1 * (signed __int64)(sX << 16)) >> 16; | |
3233 //v56 = sY << 16; | |
3234 //v51 = pFace->zCalc2; | |
3235 v56 = (unsigned __int64)(pFace->zCalc2 * (signed __int64)(sY << 16)) >> 16; | |
3236 v42 = (v56 + pFace->zCalc3 + v57 + 32768) >> 16; | |
662 | 3237 v39 = sZ - v42; |
0 | 3238 } |
717 | 3239 //LABEL_47: |
0 | 3240 if ( v39 >= 0 ) |
3241 { | |
3242 if ( v39 < v53 ) | |
3243 { | |
717 | 3244 pSectorID = pFace->uSectorID; |
0 | 3245 v53 = v39; |
3246 } | |
3247 } | |
3248 ++v37; | |
3249 if ( v37 >= v55 ) | |
717 | 3250 return pSectorID; |
0 | 3251 } |
3252 } | |
717 | 3253 //return pSectorID; |
0 | 3254 } |
3255 // 49AC17: using guessed type int var_108[50]; | |
3256 | |
3257 | |
3258 //----- (00498A41) -------------------------------------------------------- | |
3259 char BLVFace::_get_normals(Vec3_int_ *a2, Vec3_int_ *a3) | |
3260 { | |
3261 BLVFace *v3; // ebx@1 | |
3262 int v4; // eax@1 | |
3263 signed __int64 v5; // qax@2 | |
3264 double v6; // st7@8 | |
3265 Vec3_float_ a1; // [sp+Ch] [bp-Ch]@8 | |
3266 | |
3267 v3 = this; | |
3268 LOBYTE(v4) = this->uPolygonType; | |
3269 if ( (char)v4 == POLYGON_VerticalWall ) | |
3270 { | |
3271 a2->x = -this->pFacePlane_old.vNormal.y; | |
3272 LODWORD(v5) = this->pFacePlane_old.vNormal.x; | |
3273 LABEL_9: | |
3274 a2->y = v5; | |
3275 v4 = 0; | |
3276 a2->z = 0; | |
3277 a3->y = 0; | |
3278 a3->z = 0xFFFF0000u; | |
3279 LABEL_11: | |
3280 a3->x = v4; | |
3281 goto LABEL_12; | |
3282 } | |
3283 if ( (char)v4 == POLYGON_Floor || (char)v4 == POLYGON_Ceiling ) | |
3284 { | |
3285 LABEL_10: | |
3286 v4 = 0; | |
3287 a2->x = 0x10000u; | |
3288 a2->z = 0; | |
3289 a2->y = 0; | |
3290 a3->y = 0xFFFF0000u; | |
3291 a3->z = 0; | |
3292 goto LABEL_11; | |
3293 } | |
3294 if ( (char)v4 == POLYGON_InBetweenFloorAndWall || (char)v4 == POLYGON_InBetweenCeilingAndWall ) | |
3295 { | |
3296 if ( abs(this->pFacePlane_old.vNormal.z) < 46441 ) | |
3297 { | |
3298 a1.x = (double)-v3->pFacePlane_old.vNormal.y; | |
3299 a1.y = (double)v3->pFacePlane_old.vNormal.x; | |
3300 a1.z = 0.0; | |
3301 a1.Normalize(); | |
3302 v6 = a1.y * 65536.0; | |
3303 a2->x = (signed __int64)(a1.x * 65536.0); | |
3304 v5 = (signed __int64)v6; | |
3305 goto LABEL_9; | |
3306 } | |
3307 goto LABEL_10; | |
3308 } | |
3309 LABEL_12: | |
3310 if ( BYTE2(v3->uAttributes) & 0x80 ) | |
3311 { | |
3312 a2->x = -a2->x; | |
3313 a2->y = -a2->y; | |
3314 a2->z = -a2->z; | |
3315 } | |
3316 if ( BYTE3(v3->uAttributes) & 1 ) | |
3317 { | |
3318 a3->x = -a3->x; | |
3319 a3->y = -a3->y; | |
3320 a3->z = -a3->z; | |
3321 } | |
3322 return v4; | |
3323 } | |
3324 | |
3325 //----- (0044C23B) -------------------------------------------------------- | |
428 | 3326 bool BLVFaceExtra::HasEventint() |
3327 { | |
3328 signed int event_index; // eax@1 | |
3329 _evt_raw* start_evt; | |
3330 _evt_raw* end_evt; | |
3331 | |
3332 event_index = 0; | |
3333 if ( (uLevelEVT_NumEvents - 1) <= 0 ) | |
3334 return false; | |
3335 while ( pLevelEVT_Index[event_index].uEventID != this->uEventID ) | |
0 | 3336 { |
428 | 3337 ++event_index; |
3338 if ( event_index >= (signed int)(uLevelEVT_NumEvents - 1) ) | |
3339 return false; | |
0 | 3340 } |
428 | 3341 end_evt=(_evt_raw*)&pLevelEVT[pLevelEVT_Index[event_index+1].uEventOffsetInEVT]; |
3342 start_evt=(_evt_raw*)&pLevelEVT[pLevelEVT_Index[event_index].uEventOffsetInEVT]; | |
3343 if ( (end_evt->_e_type != EVENT_Exit) || (start_evt->_e_type!= EVENT_MouseOver) ) | |
3344 return false; | |
0 | 3345 else |
428 | 3346 return true; |
0 | 3347 } |
3348 | |
3349 | |
3350 | |
3351 | |
3352 //----- (0046F228) -------------------------------------------------------- | |
3353 void __cdecl BLV_UpdateDoors() | |
3354 { | |
472 | 3355 //int v0; // ebx@1 |
3356 //int v1; // edi@1 | |
3357 //BLVDoor *v2; // esi@3 | |
3358 //unsigned __int16 v3; // ax@3 | |
3359 //unsigned int v4; // ecx@5 | |
3360 //int v5; // eax@8 | |
3361 //int v6; // ecx@8 | |
3362 //int v7; // eax@12 | |
3363 //int v8; // eax@16 | |
3364 //unsigned __int8 v9; // zf@18 | |
3365 //char v10; // sf@18 | |
3366 //unsigned __int8 v11; // of@18 | |
3367 //int v12; // edi@19 | |
3368 //int v13; // ecx@19 | |
3369 //__int16 v14; // ax@19 | |
0 | 3370 BLVFace *v15; // ebx@24 |
472 | 3371 //unsigned __int16 *v16; // ecx@24 |
0 | 3372 Vec3_short_ *v17; // esi@24 |
3373 int v18; // eax@24 | |
3374 int v19; // edx@24 | |
3375 signed int v20; // eax@24 | |
472 | 3376 //Vec3_short_ *v21; // ecx@24 |
3377 //double v22; // st7@24 | |
3378 //double v23; // st6@24 | |
0 | 3379 int v24; // esi@25 |
3380 int v25; // eax@25 | |
472 | 3381 //BLVDoor *v26; // edi@25 |
0 | 3382 signed __int64 v27; // qtt@27 |
3383 BLVFaceExtra *v28; // esi@32 | |
3384 int v29; // ecx@34 | |
3385 int v30; // edx@34 | |
3386 unsigned __int64 v31; // qax@34 | |
3387 int v32; // eax@34 | |
472 | 3388 //unsigned __int16 *v33; // eax@35 |
0 | 3389 Vec3_short_ *v34; // eax@35 |
3390 int v35; // ecx@35 | |
3391 int v36; // edx@35 | |
3392 signed int v37; // eax@35 | |
3393 signed int v38; // edx@35 | |
3394 int v39; // eax@35 | |
3395 int v40; // edx@35 | |
472 | 3396 //unsigned __int8 v41; // cf@35 |
3397 //unsigned __int16 *v42; // edi@36 | |
0 | 3398 Vec3_short_ *v43; // edi@36 |
472 | 3399 //int v44; // ecx@36 |
3400 //int v45; // edi@36 | |
3401 //int v46; // ecx@36 | |
3402 //__int16 *v47; // edx@44 | |
3403 //int v48; // ecx@44 | |
0 | 3404 unsigned int v49; // ecx@46 |
3405 unsigned __int16 v50; // ax@48 | |
3406 unsigned int v51; // eax@51 | |
3407 unsigned __int16 v52; // ax@54 | |
3408 int v53; // ecx@57 | |
472 | 3409 //int v54; // edx@57 |
0 | 3410 unsigned __int64 v55; // qax@57 |
3411 int v56; // ecx@58 | |
3412 int v57; // eax@58 | |
472 | 3413 //int v58; // eax@59 |
3414 //SoundID v59; // [sp-24h] [bp-88h]@12 | |
3415 //signed int v60; // [sp-20h] [bp-84h]@12 | |
3416 //unsigned int v61; // [sp-1Ch] [bp-80h]@12 | |
3417 //signed int v62; // [sp-18h] [bp-7Ch]@12 | |
3418 //signed int v63; // [sp-14h] [bp-78h]@12 | |
3419 //int v64; // [sp-10h] [bp-74h]@12 | |
3420 //unsigned int v65; // [sp-Ch] [bp-70h]@12 | |
3421 //int v66; // [sp-8h] [bp-6Ch]@12 | |
3422 Vec3_int_ v67; | |
3423 //int v67; // [sp+8h] [bp-5Ch]@31 | |
3424 //int v68; // [sp+Ch] [bp-58h]@34 | |
3425 //int v69; // [sp+10h] [bp-54h]@34 | |
3426 Vec3_int_ v70; | |
3427 //int v70; // [sp+14h] [bp-50h]@31 | |
3428 //int v71; // [sp+18h] [bp-4Ch]@34 | |
3429 //int v72; // [sp+1Ch] [bp-48h]@34 | |
0 | 3430 int v73; // [sp+20h] [bp-44h]@24 |
472 | 3431 //__int16 v74; // [sp+24h] [bp-40h]@24 |
0 | 3432 int v75; // [sp+28h] [bp-3Ch]@36 |
3433 int v76; // [sp+2Ch] [bp-38h]@36 | |
3434 int v77; // [sp+30h] [bp-34h]@36 | |
472 | 3435 //int v78; // [sp+34h] [bp-30h]@36 |
3436 //int v79; // [sp+38h] [bp-2Ch]@19 | |
3437 //unsigned int v80; // [sp+3Ch] [bp-28h]@2 | |
3438 //int v81; // [sp+40h] [bp-24h]@1 | |
0 | 3439 int v82; // [sp+44h] [bp-20h]@35 |
3440 int v83; // [sp+48h] [bp-1Ch]@34 | |
3441 int v84; // [sp+4Ch] [bp-18h]@34 | |
3442 int v85; // [sp+50h] [bp-14h]@19 | |
3443 SoundID eDoorSoundID; // [sp+54h] [bp-10h]@1 | |
472 | 3444 //BLVDoor *v87; // [sp+58h] [bp-Ch]@3 |
0 | 3445 int v88; // [sp+5Ch] [bp-8h]@18 |
3446 int v89; // [sp+60h] [bp-4h]@6 | |
3447 | |
472 | 3448 //v0 = 0; |
3449 //v1 = 0; | |
0 | 3450 eDoorSoundID = (SoundID)pDoorSoundIDsByLocationID[dword_6BE13C_uCurrentlyLoadedLocationID]; |
472 | 3451 //v81 = 0; |
3452 //if ( pIndoor->uNumDoors > 0 ) | |
3453 for (uint i = 0; i < pIndoor->uNumDoors; ++i) | |
0 | 3454 { |
472 | 3455 auto door = pIndoor->pDoors + i; |
3456 //v80 = 0; | |
3457 //do | |
3458 //{ | |
3459 //v2 = &pIndoor->pDoors[v80 / 0x50]; | |
3460 //v87 = &pIndoor->pDoors[v80 / 0x50]; | |
3461 //v3 = door->uState; | |
3462 if (door->uState == BLVDoor::Closed || door->uState == BLVDoor::Open) | |
0 | 3463 { |
472 | 3464 door->uAttributes &= 0xFFFFFFFDu; |
0 | 3465 goto LABEL_62; |
3466 } | |
472 | 3467 door->uTimeSinceTriggered += pEventTimer->uTimeElapsed; |
3468 //v4 = door->uTimeSinceTriggered; | |
3469 if (door->uState == BLVDoor::Opening) | |
0 | 3470 { |
472 | 3471 v89 = (signed int)(door->uTimeSinceTriggered * door->uCloseSpeed) / 128; |
3472 if ( v89 >= door->uMoveLength ) | |
0 | 3473 { |
472 | 3474 v89 = door->uMoveLength; |
3475 door->uState = BLVDoor::Open; | |
0 | 3476 LABEL_10: |
472 | 3477 if ( !(door->uAttributes & 6) && door->uNumVertices != 0) |
0 | 3478 { |
472 | 3479 //v66 = 0; |
3480 //v65 = 0; | |
3481 //v64 = 0; | |
3482 //v7 = 8 * i | OBJECT_BLVDoor; | |
3483 //v63 = 0; | |
3484 //v62 = -1; | |
3485 //LOBYTE(v7) = 8 * i | OBJECT_BLVDoor; | |
3486 //v61 = 0; | |
3487 //v60 = 8 * i | OBJECT_BLVDoor; | |
3488 //v59 = (SoundID)((int)eDoorSoundID + 1); | |
3489 //LABEL_17: | |
3490 pAudioPlayer->PlaySound((SoundID)((int)eDoorSoundID + 1), 8 * i | OBJECT_BLVDoor, 0, -1, 0, 0, 0, 0); | |
3491 //goto LABEL_18; | |
0 | 3492 } |
3493 goto LABEL_18; | |
3494 } | |
3495 } | |
3496 else | |
3497 { | |
472 | 3498 auto v5 = (signed int)(door->uTimeSinceTriggered * door->uOpenSpeed) / 128; |
3499 //v6 = door->uMoveLength; | |
3500 if ( v5 >= door->uMoveLength) | |
0 | 3501 { |
472 | 3502 v89 = 0; |
3503 door->uState = BLVDoor::Closed; | |
0 | 3504 goto LABEL_10; |
3505 } | |
472 | 3506 v89 = door->uMoveLength - v5; |
0 | 3507 } |
472 | 3508 if ( !(door->uAttributes & 6) && door->uNumVertices) |
0 | 3509 { |
472 | 3510 //v66 = 0; |
3511 //v65 = 0; | |
3512 //v64 = 0; | |
3513 //v8 = 8 * i | OBJECT_BLVDoor; | |
3514 //v63 = 0; | |
3515 //v62 = -1; | |
3516 //LOBYTE(v8) = 8 * v1 | 1; | |
3517 //v61 = 1; | |
3518 //v60 = 8 * i | OBJECT_BLVDoor; | |
3519 //v59 = eDoorSoundID; | |
3520 pAudioPlayer->PlaySound(eDoorSoundID, 8 * i | OBJECT_BLVDoor, 1, -1, 0, 0, 0, 0); | |
3521 //goto LABEL_18; | |
0 | 3522 } |
3523 LABEL_18: | |
472 | 3524 //v11 = __OFSUB__(v2->uNumVertices, 0); |
3525 //v9 = v2->uNumVertices == 0; | |
3526 //v10 = (signed __int16)(v2->uNumVertices - 0) < 0; | |
3527 //v88 = 0; | |
3528 //if (door->uNumVertices > 0) | |
3529 for (uint j = 0; j < door->uNumVertices; ++j) | |
0 | 3530 { |
472 | 3531 //do |
3532 //{ | |
3533 //v12 = v88; | |
3534 //v13 = door->pVertexIDs[v88]; | |
3535 //v85 = v89; | |
3536 //v79 = door->vDirection.x; | |
3537 //v85 = (unsigned __int64)(v79 * (signed __int64)v89) >> 16; | |
3538 //v13 *= 6; | |
3539 pIndoor->pVertices[door->pVertexIDs[j]].x = ((unsigned int)(door->vDirection.x * v89) >> 16) + door->pXOffsets[j]; | |
3540 //v85 = v89; | |
3541 //v79 = door->vDirection.y; | |
3542 //v85 = (unsigned __int64)(v79 * (signed __int64)v89) >> 16; | |
3543 pIndoor->pVertices[door->pVertexIDs[j]].y = ((unsigned int)(door->vDirection.y * v89) >> 16) + door->pYOffsets[j]; | |
3544 //v85 = v89; | |
3545 //v79 = door->vDirection.z; | |
3546 //v85 = (unsigned __int64)(v79 * (signed __int64)v89) >> 16; | |
3547 //v14 = ((unsigned int)(door->vDirection.z * v89) >> 16) + door->pZOffsets[j]; | |
3548 pIndoor->pVertices[door->pVertexIDs[j]].z = ((unsigned int)(door->vDirection.z * v89) >> 16) + door->pZOffsets[j]; | |
3549 //++v88; | |
3550 //} | |
3551 //while ( v88 < door->uNumVertices ); | |
3552 //v1 = v81; | |
0 | 3553 } |
472 | 3554 //v11 = __OFSUB__(v2->uNumFaces, 0); |
3555 //v9 = v2->uNumFaces == 0; | |
3556 //v10 = (signed __int16)(v2->uNumFaces - 0) < 0; | |
3557 v88 = 0; | |
3558 if (door->uNumFaces > 0) | |
0 | 3559 { |
3560 while ( 1 ) | |
3561 { | |
472 | 3562 v15 = &pIndoor->pFaces[door->pFaceIDs[v88]]; |
3563 //v16 = v15->pVertexIDs; | |
3564 v17 = &pIndoor->pVertices[v15->pVertexIDs[0]]; | |
0 | 3565 v18 = v15->pFacePlane_old.vNormal.y; |
3566 v73 = *(int *)&v17->x; | |
472 | 3567 //v74 = v17->z; |
0 | 3568 v19 = v15->pFacePlane_old.vNormal.z; |
472 | 3569 v20 = -(v19 * (int)v17->z + (signed __int16)v73 * v15->pFacePlane_old.vNormal.x + SHIWORD(v73) * v18); |
0 | 3570 v15->pFacePlane_old.dist = v20; |
472 | 3571 //v21 = &pIndoor->pVertices[v15->pVertexIDs[0]]; |
3572 //v79 = v21->x; | |
3573 //v22 = (double)v21->x; | |
3574 //v23 = (double)v21->y; | |
3575 //v79 = v21->z; | |
3576 v15->pFacePlane.dist = -((double)v17->z * v15->pFacePlane.vNormal.z | |
3577 + (double)v17->y * v15->pFacePlane.vNormal.y | |
3578 + (double)v17->x * v15->pFacePlane.vNormal.x); | |
0 | 3579 if ( v19 ) |
3580 { | |
3581 v24 = abs(v20 >> 15); | |
3582 v25 = abs(v15->pFacePlane_old.vNormal.z); | |
472 | 3583 //v26 = v87; |
0 | 3584 if ( v24 > v25 ) |
554
9caf59edb1ee
Cave and Temple load and even doesn't crash (for a while).
Nomad
parents:
520
diff
changeset
|
3585 Abortf("Door Error\ndoor id: %i\nfacet no: %i\n\nOverflow dividing facet->d [%i] by facet->nz [%i]", |
472 | 3586 door->uDoorID, |
3587 door->pFaceIDs[v88], | |
0 | 3588 v15->pFacePlane_old.dist, |
3589 v15->pFacePlane_old.vNormal.z); | |
472 | 3590 //v79 = v15->pFacePlane_old.vNormal.z; |
3591 //v85 = v15->pFacePlane_old.dist; | |
3592 LODWORD(v27) = v15->pFacePlane_old.dist << 16; | |
3593 HIDWORD(v27) = v15->pFacePlane_old.dist >> 16; | |
3594 //v85 = v27 / v15->pFacePlane_old.vNormal.z; | |
3595 v15->zCalc3 = -v27 / v15->pFacePlane_old.vNormal.z; | |
0 | 3596 } |
472 | 3597 /*else |
0 | 3598 { |
3599 v26 = v87; | |
472 | 3600 }*/ |
0 | 3601 if ( BYTE2(v15->uAttributes) & 4 || pRenderer->pRenderD3D ) |
472 | 3602 v15->_get_normals(&v70, &v67); |
0 | 3603 v28 = &pIndoor->pFaceExtras[v15->uFaceExtraID]; |
3604 if ( !pRenderer->pRenderD3D ) | |
3605 { | |
3606 if ( !(BYTE2(v15->uAttributes) & 4) ) | |
3607 goto LABEL_59; | |
472 | 3608 //v79 = door->vDirection.x; |
3609 v83 = (unsigned __int64)(door->vDirection.x * (signed __int64)v70.x) >> 16; | |
3610 //v85 = v71; | |
3611 //v79 = door->vDirection.y; | |
3612 v85 = (unsigned __int64)(door->vDirection.y * (signed __int64)v70.y) >> 16; | |
3613 //v84 = v72; | |
3614 //v79 = door->vDirection.z; | |
3615 v84 = (unsigned __int64)(door->vDirection.z * (signed __int64)v70.z) >> 16; | |
3616 //v79 = v83 + v85 + v84; | |
0 | 3617 v29 = v89; |
472 | 3618 //v83 = (unsigned __int64)(v79 * (signed __int64)v89) >> 16; |
3619 v28->sTextureDeltaU = -((v83 + v85 + v84) * (signed __int64)v89) >> 16; | |
3620 //v79 = door->vDirection.x; | |
3621 v85 = (unsigned __int64)(door->vDirection.x * (signed __int64)v67.x) >> 16; | |
3622 //v83 = v68; | |
3623 //v79 = door->vDirection.y; | |
3624 v83 = (unsigned __int64)(door->vDirection.y * (signed __int64)v67.y) >> 16; | |
3625 //v84 = v69; | |
3626 //v79 = door->vDirection.z; | |
3627 v84 = (unsigned __int64)(door->vDirection.z * (signed __int64)v67.z) >> 16; | |
3628 //v30 = v83 + v84; | |
3629 //v79 = v85 + v30; | |
3630 v31 = (v85 + v83 + v84) * (signed __int64)v29; | |
3631 //v83 = v31 >> 16; | |
0 | 3632 v32 = v31 >> 16; |
3633 goto LABEL_58; | |
3634 } | |
3635 v28->sTextureDeltaU = 0; | |
3636 v28->sTextureDeltaV = 0; | |
472 | 3637 //v33 = v15->pVertexIDs; |
3638 //v85 = 1; | |
3639 v34 = &pIndoor->pVertices[v15->pVertexIDs[0]]; | |
0 | 3640 v35 = v34->z; |
3641 v36 = v34->y; | |
3642 v82 = v34->x; | |
472 | 3643 //v79 = v36; |
3644 v37 = v70.x * v82 + v70.y * v36 + v70.z * v35; | |
3645 v38 = v67.x * v82 + v67.y * v36 + v67.z * v35; | |
0 | 3646 v39 = v37 >> 16; |
3647 *v15->pVertexUIDs = v39; | |
3648 v40 = v38 >> 16; | |
3649 *v15->pVertexVIDs = v40; | |
472 | 3650 //v41 = v15->uNumVertices < 1u; |
3651 //v9 = v15->uNumVertices == 1; | |
3652 //v83 = v40; | |
0 | 3653 v84 = v39; |
3654 v82 = v40; | |
472 | 3655 //if (v15->uNumVertices > 1) |
3656 for (uint j = 1; j < v15->uNumVertices; ++j) | |
0 | 3657 { |
472 | 3658 //do |
3659 //{ | |
3660 //v42 = v15->pVertexIDs; | |
3661 //v75 = 2 * v85; | |
3662 v43 = &pIndoor->pVertices[v15->pVertexIDs[j]]; | |
3663 //v79 = v43->z; | |
3664 //v44 = v43->y; | |
3665 //v45 = v43->x; | |
3666 //v78 = v43->y; | |
3667 v76 = ((__int64)v70.z * v43->z + (__int64)v70.x * v43->x + (__int64)v70.y * v43->y) >> 16; | |
3668 //v46 = (v67 * v45 + v68 * v44 + v79 * v69) >> 16; | |
3669 v77 = ((__int64)v67.x * v43->x + (__int64)v67.y * v43->y + (__int64)v43->z * v67.z) >> 16; | |
0 | 3670 if ( v76 < v39 ) |
3671 v39 = v76; | |
472 | 3672 if ( v77 < v40 ) |
3673 v40 = v77; | |
0 | 3674 if ( v76 > v84 ) |
3675 v84 = v76; | |
472 | 3676 if ( v77 > v82 ) |
3677 v82 = v77; | |
3678 //v40 = v83; | |
3679 //v47 = v15->pVertexUIDs; | |
3680 //v48 = v75; | |
3681 //++v85; | |
3682 v15->pVertexUIDs[j] = v76; | |
3683 v15->pVertexVIDs[j] = v77; | |
3684 //} | |
3685 //while ( v85 < v15->uNumVertices ); | |
3686 //v26 = v87; | |
0 | 3687 } |
3688 v49 = v15->uAttributes; | |
3689 if ( BYTE1(v49) & 0x10 ) | |
3690 goto LABEL_50; | |
3691 if ( SBYTE1(v49) < 0 ) | |
3692 { | |
3693 v50 = v15->uBitmapID; | |
3694 if ( v50 != -1 ) | |
3695 break; | |
3696 } | |
3697 LABEL_51: | |
3698 v51 = v15->uAttributes; | |
3699 if ( v51 & 8 ) | |
3700 { | |
3701 v28->sTextureDeltaV -= v40; | |
3702 } | |
3703 else | |
3704 { | |
3705 if ( v51 & 0x20000 ) | |
3706 { | |
3707 v52 = v15->uBitmapID; | |
3708 if ( v52 != -1 ) | |
564 | 3709 v28->sTextureDeltaV -= v82 + (v52 != -1 ? pBitmaps_LOD->pTextures[v52].uTextureHeight : 26); |
0 | 3710 } |
3711 } | |
3712 if ( BYTE2(v15->uAttributes) & 4 ) | |
3713 { | |
472 | 3714 //v75 = door->vDirection.x; |
3715 v84 = (unsigned __int64)(door->vDirection.x * (signed __int64)v70.x) >> 16; | |
3716 //v82 = v71; | |
3717 //v75 = door->vDirection.y; | |
3718 v82 = (unsigned __int64)(door->vDirection.y * (signed __int64)v70.y) >> 16; | |
3719 //v83 = v72; | |
3720 //v75 = door->vDirection.z; | |
3721 v83 = (unsigned __int64)(door->vDirection.z * (signed __int64)v70.z) >> 16; | |
3722 v75 = v84 + v82 + v83; | |
0 | 3723 v53 = v89; |
3724 v82 = (unsigned __int64)(v75 * (signed __int64)v89) >> 16; | |
472 | 3725 v28->sTextureDeltaU = -v82; |
3726 //v75 = door->vDirection.x; | |
3727 v84 = (unsigned __int64)(door->vDirection.x * (signed __int64)v67.x) >> 16; | |
3728 //v82 = v68; | |
3729 //v75 = door->vDirection.y; | |
3730 v82 = (unsigned __int64)(door->vDirection.y * (signed __int64)v67.y) >> 16; | |
3731 //v83 = v69; | |
3732 //v75 = door->vDirection.z; | |
3733 v83 = (unsigned __int64)(door->vDirection.z * (signed __int64)v67.z) >> 16; | |
3734 //v54 = v82 + v83; | |
3735 v75 = v84 + v82 + v83; | |
3736 v55 = v75 * (signed __int64)v53; | |
3737 //v82 = v55 >> 16; | |
0 | 3738 v32 = v55 >> 16; |
3739 LABEL_58: | |
3740 v56 = v88; | |
3741 v57 = -v32; | |
3742 v28->sTextureDeltaV = v57; | |
472 | 3743 v28->sTextureDeltaU += door->pDeltaUs[v56]; |
3744 v28->sTextureDeltaV = v57 + door->pDeltaVs[v56]; | |
0 | 3745 } |
3746 LABEL_59: | |
472 | 3747 //v58 = door->uNumFaces; |
0 | 3748 ++v88; |
472 | 3749 if ( v88 >= door->uNumFaces) |
0 | 3750 { |
472 | 3751 //v1 = v81; |
3752 //v0 = 0; | |
0 | 3753 goto LABEL_62; |
3754 } | |
472 | 3755 //v2 = v87; |
0 | 3756 } |
554
9caf59edb1ee
Cave and Temple load and even doesn't crash (for a while).
Nomad
parents:
520
diff
changeset
|
3757 LOWORD(v39) = v84; |
9caf59edb1ee
Cave and Temple load and even doesn't crash (for a while).
Nomad
parents:
520
diff
changeset
|
3758 if (v15->uBitmapID != -1) |
9caf59edb1ee
Cave and Temple load and even doesn't crash (for a while).
Nomad
parents:
520
diff
changeset
|
3759 LOWORD(v39) += pBitmaps_LOD->pTextures[v15->uBitmapID].uTextureWidth; |
0 | 3760 LABEL_50: |
3761 v28->sTextureDeltaU -= v39; | |
3762 goto LABEL_51; | |
3763 } | |
3764 LABEL_62: | |
472 | 3765 ; |
3766 //v80 += 80; | |
3767 //++v1; | |
3768 //v81 = v1; | |
3769 //} | |
3770 //while ( v1 < pIndoor->uNumDoors ); | |
0 | 3771 } |
3772 } | |
3773 // 6BE13C: using guessed type int dword_6BE13C_uCurrentlyLoadedLocationID; | |
3774 | |
3775 //----- (0046F90C) -------------------------------------------------------- | |
3776 void __cdecl UpdateActors_BLV() | |
3777 { | |
3778 Actor *v0; // esi@2 | |
3779 unsigned __int16 v1; // ax@2 | |
3780 int v2; // edi@6 | |
3781 int v3; // eax@6 | |
3782 int v4; // eax@8 | |
3783 __int16 v5; // ax@11 | |
3784 signed int v6; // ebx@14 | |
3785 unsigned __int8 v7; // zf@14 | |
3786 unsigned __int8 v8; // sf@14 | |
3787 signed __int16 v9; // ax@17 | |
3788 signed __int64 v10; // qax@18 | |
3789 unsigned __int16 v11; // ax@21 | |
3790 int v12; // eax@29 | |
3791 unsigned __int64 v13; // qax@29 | |
3792 int v14; // eax@30 | |
3793 unsigned __int64 v15; // qax@30 | |
3794 int v16; // ecx@33 | |
3795 BLVFace *v17; // edx@33 | |
3796 int v18; // ecx@33 | |
3797 BLVFace *v19; // eax@34 | |
3798 int v20; // ecx@46 | |
3799 int v21; // eax@46 | |
3800 int v22; // edi@46 | |
3801 int v23; // eax@48 | |
3802 unsigned int v24; // eax@51 | |
3803 int v25; // eax@52 | |
3804 int v26; // ebx@54 | |
3805 int v27; // ST08_4@54 | |
3806 int v28; // edi@54 | |
3807 int v29; // eax@54 | |
3808 int v30; // ecx@62 | |
3809 int v31; // ebx@62 | |
3810 int v32; // eax@62 | |
3811 int v33; // eax@64 | |
3812 unsigned int v34; // ecx@64 | |
3813 int v35; // ecx@64 | |
3814 signed int v36; // edx@85 | |
3815 signed int v37; // ebx@85 | |
3816 BLVFace *v38; // edi@89 | |
3817 int v39; // ecx@90 | |
3818 int v40; // ebx@90 | |
3819 PolygonType v41; // al@94 | |
3820 int v42; // eax@96 | |
3821 __int16 v43; // dx@96 | |
3822 int v44; // ecx@96 | |
3823 int v45; // edi@101 | |
3824 int v46; // edi@101 | |
3825 int v47; // eax@101 | |
3826 unsigned __int64 v48; // qax@101 | |
3827 unsigned __int8 v49; // zf@103 | |
3828 unsigned __int8 v50; // sf@103 | |
3829 unsigned __int8 v51; // of@103 | |
3830 AIDirection v52; // [sp+0h] [bp-60h]@75 | |
3831 AIDirection v53; // [sp+1Ch] [bp-44h]@116 | |
3832 int v54; // [sp+38h] [bp-28h]@53 | |
3833 unsigned int uSectorID; // [sp+3Ch] [bp-24h]@6 | |
3834 int v56; // [sp+40h] [bp-20h]@6 | |
3835 unsigned int _this; // [sp+44h] [bp-1Ch]@51 | |
3836 int v58; // [sp+48h] [bp-18h]@51 | |
3837 int v59; // [sp+4Ch] [bp-14h]@8 | |
3838 unsigned int uFaceID; // [sp+50h] [bp-10h]@6 | |
3839 int v61; // [sp+54h] [bp-Ch]@14 | |
3840 int v62; // [sp+58h] [bp-8h]@6 | |
3841 unsigned int v63; // [sp+5Ch] [bp-4h]@1 | |
3842 | |
3843 v63 = 0; | |
3844 if ( (signed int)uNumActors > 0 ) | |
3845 { | |
3846 while ( 1 ) | |
3847 { | |
3848 v0 = &pActors[v63]; | |
3849 v1 = v0->uAIState; | |
3850 if ( v1 == 11 || v1 == 19 || v1 == 17 || !v0->uMovementSpeed ) | |
3851 goto LABEL_123; | |
3852 uSectorID = v0->uSectorID; | |
783 | 3853 v2 = collide_against_floor(v0->vPosition.x, v0->vPosition.y, v0->vPosition.z, &uSectorID, &uFaceID); |
0 | 3854 v0->uSectorID = uSectorID; |
3855 v3 = v0->pMonsterInfo.uFlying; | |
3856 v56 = v2; | |
3857 v62 = v3; | |
3858 if ( !v0->CanAct() ) | |
3859 v62 = 0; | |
3860 v4 = v0->vPosition.z; | |
3861 v59 = 0; | |
3862 if ( v4 > v2 + 1 ) | |
3863 v59 = 1; | |
3864 if ( v2 <= -30000 ) | |
3865 { | |
3866 v5 = pIndoor->GetSector(v0->vPosition.x, v0->vPosition.y, v4); | |
3867 v0->uSectorID = v5; | |
3868 if ( !v5 | |
723 | 3869 || (v56 = BLV_GetFloorLevel(v0->vPosition.x, v0->vPosition.y, v0->vPosition.z, v5, &uFaceID), v56 == -30000) ) |
0 | 3870 goto LABEL_123; |
3871 } | |
305 | 3872 if ( v0->uCurrentActionAnimation == ANIM_Walking) |
0 | 3873 { |
3874 v6 = v0->uMovementSpeed; | |
3875 v7 = HIDWORD(v0->pActorBuffs[7].uExpireTime) == 0; | |
3876 v8 = SHIDWORD(v0->pActorBuffs[7].uExpireTime) < 0; | |
3877 v61 = v0->uMovementSpeed; | |
3878 if ( !v8 && (!(v8 | v7) || LODWORD(v0->pActorBuffs[7].uExpireTime)) ) | |
3879 { | |
3880 v9 = v0->pActorBuffs[7].uPower; | |
3881 if ( v9 ) | |
3882 LODWORD(v10) = v6 / (unsigned __int16)v9; | |
3883 else | |
3884 v10 = (signed __int64)((double)v61 * 0.5); | |
3885 v6 = v10; | |
3886 v61 = v10; | |
3887 } | |
3888 v11 = v0->uAIState; | |
3889 if ( v11 == 6 || v11 == 7 ) | |
3890 { | |
3891 v6 *= 2; | |
3892 v61 = v6; | |
3893 } | |
3894 if ( pParty->bTurnBasedModeOn == 1 && pTurnEngine->field_4 == 1 ) | |
3895 v6 = (signed __int64)((double)v61 * flt_6BE3AC_debug_recmod1_x_1_6); | |
3896 if ( v6 > 1000 ) | |
3897 v6 = 1000; | |
323 | 3898 v12 = stru_5C6E00->Cos(v0->uYawAngle); |
0 | 3899 uSectorID = v12; |
3900 v13 = v12 * (signed __int64)v6; | |
3901 v61 = v13 >> 16; | |
3902 v0->vVelocity.x = WORD1(v13); | |
323 | 3903 uSectorID = stru_5C6E00->Sin(v0->uYawAngle); |
0 | 3904 v61 = (unsigned __int64)(uSectorID * (signed __int64)v6) >> 16; |
3905 v7 = v62 == 0; | |
3906 v0->vVelocity.y = (unsigned int)(uSectorID * v6) >> 16; | |
3907 if ( !v7 ) | |
3908 { | |
323 | 3909 v14 = stru_5C6E00->Sin(v0->uPitchAngle); |
0 | 3910 uSectorID = v14; |
3911 v15 = v14 * (signed __int64)v6; | |
3912 v61 = v15 >> 16; | |
3913 v0->vVelocity.z = WORD1(v15); | |
3914 } | |
3915 } | |
3916 else | |
3917 { | |
3918 v61 = v0->vVelocity.x; | |
3919 uSectorID = 55000; | |
3920 v61 = (unsigned __int64)(55000i64 * v61) >> 16; | |
3921 v0->vVelocity.x = v61; | |
3922 v61 = v0->vVelocity.y; | |
3923 v61 = (unsigned __int64)(uSectorID * (signed __int64)v61) >> 16; | |
3924 v7 = v62 == 0; | |
3925 v0->vVelocity.y = v61; | |
3926 if ( !v7 ) | |
3927 { | |
3928 uSectorID = 55000; | |
3929 v61 = v0->vVelocity.z; | |
3930 v61 = (unsigned __int64)(55000i64 * v61) >> 16; | |
3931 v0->vVelocity.z = v61; | |
3932 } | |
3933 } | |
3934 v16 = v0->vPosition.z; | |
3935 v17 = pIndoor->pFaces; | |
3936 v51 = __OFSUB__(v16, v56); | |
3937 v8 = v16 - v56 < 0; | |
3938 v18 = uFaceID; | |
3939 if ( v8 ^ v51 ) | |
3940 { | |
3941 v0->vPosition.z = v56 + 1; | |
3942 v19 = &v17[v18]; | |
3943 if ( v19->uPolygonType == 3 ) | |
3944 { | |
3945 if ( v0->vVelocity.z < 0 ) | |
3946 v0->vVelocity.z = 0; | |
3947 } | |
3948 else | |
3949 { | |
3950 if ( v19->pFacePlane_old.vNormal.z < 45000 ) | |
3951 v0->vVelocity.z -= LOWORD(pEventTimer->uTimeElapsed) * GetGravityStrength(); | |
3952 } | |
3953 } | |
3954 else | |
3955 { | |
3956 if ( v59 && !v62 ) | |
3957 v0->vVelocity.z += -8 * LOWORD(pEventTimer->uTimeElapsed) * GetGravityStrength(); | |
3958 } | |
3959 if ( v0->vVelocity.x * v0->vVelocity.x + v0->vVelocity.y * v0->vVelocity.y + v0->vVelocity.z * v0->vVelocity.z >= 400 ) | |
3960 break; | |
3961 v0->vVelocity.z = 0; | |
3962 v0->vVelocity.y = 0; | |
3963 v0->vVelocity.x = 0; | |
3964 if ( BYTE2(v17[v18].uAttributes) & 0x40 ) | |
3965 { | |
3966 if (v0->uAIState == Dead) | |
3967 v0->uAIState = Removed; | |
3968 } | |
3969 LABEL_123: | |
3970 ++v63; | |
3971 if ( (signed int)v63 >= (signed int)uNumActors ) | |
3972 return; | |
3973 } | |
3974 v20 = v0->uActorRadius; | |
3975 v21 = v0->uActorHeight; | |
3976 stru_721530.field_84 = -1; | |
3977 stru_721530.field_70 = 0; | |
3978 uSectorID = 0; | |
3979 stru_721530.field_0 = 1; | |
3980 stru_721530.field_8 = v20; | |
3981 stru_721530.prolly_normal_d = v20; | |
3982 stru_721530.field_C = v21; | |
3983 v22 = 0; | |
3984 while ( 1 ) | |
3985 { | |
3986 stru_721530.field_34.x = v0->vPosition.x; | |
3987 stru_721530.normal.x = stru_721530.field_34.x; | |
3988 stru_721530.field_34.y = v0->vPosition.y; | |
3989 stru_721530.normal.y = stru_721530.field_34.y; | |
3990 v23 = v0->vPosition.z; | |
3991 stru_721530.normal.z = v23 + v20 + 1; | |
3992 stru_721530.field_34.z = v23 - v20 + stru_721530.field_C - 1; | |
3993 if ( stru_721530.field_34.z < stru_721530.normal.z ) | |
3994 stru_721530.field_34.z = v23 + v20 + 1; | |
3995 stru_721530.field_1C = v0->vVelocity.x; | |
3996 stru_721530.field_20 = v0->vVelocity.y; | |
3997 stru_721530.field_24 = v0->vVelocity.z; | |
3998 stru_721530.uSectorID = v0->uSectorID; | |
3999 if ( !stru_721530._47050A(v22) ) | |
4000 { | |
4001 v58 = v22; | |
4002 v24 = 8 * v63; | |
4003 LOBYTE(v24) = 8 * v63 | 3; | |
4004 v61 = v22; | |
4005 _this = v24; | |
4006 do | |
4007 { | |
4008 _46E44E_collide_against_faces_and_portals(1u); | |
4009 _46E0B2_collide_against_decorations(); | |
4010 _46EF01_collision_chech_player(0); | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
4011 _46ED8A_collide_against_sprite_objects(_this); |
0 | 4012 v25 = 0; |
4013 v56 = 0; | |
4014 if ( ai_arrays_size > v22 ) | |
4015 { | |
4016 do | |
4017 { | |
390 | 4018 v54 = ai_near_actors_ids[v25]; |
0 | 4019 if ( v54 != v63 ) |
4020 { | |
4021 v26 = v54; | |
4022 v27 = abs(pActors[v54].vPosition.z - v0->vPosition.z); | |
4023 v28 = abs(pActors[v26].vPosition.y - v0->vPosition.y); | |
4024 v29 = abs(pActors[v26].vPosition.x - v0->vPosition.x); | |
322 | 4025 if ( int_get_vector_length(v29, v28, v27) >= v0->uActorRadius + (signed int)pActors[v26].uActorRadius |
0 | 4026 && _46DF1A_collide_against_actor(v54, 40) ) |
4027 ++v58; | |
4028 v22 = 0; | |
4029 } | |
4030 v25 = v56++ + 1; | |
4031 } | |
4032 while ( v56 < ai_arrays_size ); | |
4033 } | |
4034 if ( _46F04E_collide_against_portals() ) | |
4035 break; | |
4036 ++v61; | |
4037 } | |
4038 while ( v61 < 100 ); | |
4039 v56 = v58 > 1; | |
4040 if ( stru_721530.field_7C >= stru_721530.field_6C ) | |
4041 { | |
4042 v30 = stru_721530.normal2.x; | |
4043 v31 = stru_721530.normal2.y; | |
4044 v32 = stru_721530.normal2.z - stru_721530.prolly_normal_d - 1; | |
4045 } | |
4046 else | |
4047 { | |
4048 v58 = (unsigned __int64)(stru_721530.field_7C * (signed __int64)stru_721530.field_58.x) >> 16; | |
4049 v30 = v58 + v0->vPosition.x; | |
4050 v58 = (unsigned __int64)(stru_721530.field_7C * (signed __int64)stru_721530.field_58.y) >> 16; | |
4051 v31 = v58 + v0->vPosition.y; | |
4052 v58 = (unsigned __int64)(stru_721530.field_7C * (signed __int64)stru_721530.field_58.z) >> 16; | |
4053 v32 = v58 + v0->vPosition.z; | |
4054 } | |
783 | 4055 v33 = collide_against_floor(v30, v31, v32, &stru_721530.uSectorID, &uFaceID); |
0 | 4056 v34 = pIndoor->pFaces[uFaceID].uAttributes; |
4057 v35 = v34 & 0x400000; | |
4058 if (v35 && v0->uAIState == Dead) | |
4059 { | |
4060 v0->uAIState = Removed; | |
4061 goto LABEL_120; | |
4062 } | |
4063 if ( v59 != v22 || v62 != v22 || v35 == v22 ) | |
4064 { | |
4065 if ( v33 == -30000 ) | |
4066 goto LABEL_120; | |
4067 if ( v0->uCurrentActionAnimation != 1 || v33 >= v0->vPosition.z - 100 || v59 != v22 || v62 != v22 ) | |
4068 { | |
4069 if ( stru_721530.field_7C >= stru_721530.field_6C ) | |
4070 { | |
4071 v0->vPosition.x = LOWORD(stru_721530.normal2.x); | |
4072 v0->vPosition.y = LOWORD(stru_721530.normal2.y); | |
4073 v0->vPosition.z = LOWORD(stru_721530.normal2.z) - LOWORD(stru_721530.prolly_normal_d) - 1; | |
4074 v0->uSectorID = LOWORD(stru_721530.uSectorID); | |
4075 goto LABEL_123; | |
4076 } | |
4077 v58 = (unsigned __int64)(stru_721530.field_7C * (signed __int64)stru_721530.field_58.x) >> 16; | |
4078 v0->vPosition.x += (unsigned int)(stru_721530.field_7C * stru_721530.field_58.x) >> 16; | |
4079 v58 = (unsigned __int64)(stru_721530.field_7C * (signed __int64)stru_721530.field_58.y) >> 16; | |
4080 v0->vPosition.y += (unsigned int)(stru_721530.field_7C * stru_721530.field_58.y) >> 16; | |
4081 v58 = (unsigned __int64)(stru_721530.field_7C * (signed __int64)stru_721530.field_58.z) >> 16; | |
4082 v36 = stru_721530.uFaceID; | |
4083 v0->vPosition.z += (unsigned int)(stru_721530.field_7C * stru_721530.field_58.z) >> 16; | |
4084 v0->uSectorID = LOWORD(stru_721530.uSectorID); | |
4085 stru_721530.field_70 += stru_721530.field_7C; | |
4086 v37 = v36 >> 3; | |
141 | 4087 if ( (v36 & 7) != OBJECT_Actor) |
0 | 4088 { |
141 | 4089 if ( (v36 & 7) != OBJECT_Player) |
0 | 4090 { |
141 | 4091 if ( (v36 & 7) == OBJECT_Decoration) |
0 | 4092 { |
295 | 4093 _this = integer_sqrt(v0->vVelocity.x * v0->vVelocity.x + v0->vVelocity.y * v0->vVelocity.y); |
0 | 4094 v45 = stru_5C6E00->Atan2( |
4095 v0->vPosition.x - pLevelDecorations[v37].vPosition.x, | |
4096 v0->vPosition.y - pLevelDecorations[v37].vPosition.y); | |
323 | 4097 v54 = stru_5C6E00->Cos(v45); |
0 | 4098 v56 = (unsigned __int64)(v54 * (signed __int64)(signed int)_this) >> 16; |
4099 v46 = v45 - stru_5C6E00->uIntegerHalfPi; | |
4100 v0->vVelocity.x = v54 * _this >> 16; | |
323 | 4101 v47 = stru_5C6E00->Sin(v45); |
0 | 4102 v54 = v47; |
4103 v48 = v47 * (signed __int64)(signed int)_this; | |
4104 v56 = v48 >> 16; | |
4105 v0->vVelocity.y = WORD1(v48); | |
4106 goto LABEL_119; | |
4107 } | |
141 | 4108 if ( (v36 & 7) == OBJECT_BModel) |
0 | 4109 { |
4110 stru_721530.field_84 = v36 >> 3; | |
4111 v38 = &pIndoor->pFaces[v37]; | |
4112 if ( v38->uPolygonType == 3 ) | |
4113 { | |
4114 v39 = v0->vVelocity.x; | |
4115 v40 = v0->vVelocity.y * v0->vVelocity.y; | |
4116 v0->vVelocity.z = 0; | |
4117 v0->vPosition.z = pIndoor->pVertices[*v38->pVertexIDs].z + 1; | |
4118 if ( v39 * v39 + v40 < 400 ) | |
4119 { | |
4120 v0->vVelocity.y = 0; | |
4121 v0->vVelocity.x = 0; | |
4122 goto LABEL_119; | |
4123 } | |
4124 } | |
4125 else | |
4126 { | |
4127 v61 = abs(v38->pFacePlane_old.vNormal.x * v0->vVelocity.x + v38->pFacePlane_old.vNormal.y | |
4128 * v0->vVelocity.y | |
4129 + v38->pFacePlane_old.vNormal.z | |
4130 * v0->vVelocity.z) >> 16; | |
4131 if ( stru_721530.field_64 >> 3 > v61 ) | |
4132 v61 = stru_721530.field_64 >> 3; | |
4133 v58 = v38->pFacePlane_old.vNormal.x; | |
4134 v58 = (unsigned __int64)(v61 * (signed __int64)v58) >> 16; | |
4135 _this = v38->pFacePlane_old.vNormal.y; | |
4136 _this = (unsigned __int64)(v61 * (signed __int64)(signed int)_this) >> 16; | |
4137 v56 = v38->pFacePlane_old.vNormal.z; | |
4138 v56 = (unsigned __int64)(v61 * (signed __int64)v56) >> 16; | |
4139 v0->vVelocity.x += v58; | |
4140 v0->vVelocity.y += _this; | |
4141 v0->vVelocity.z += v56; | |
4142 v41 = v38->uPolygonType; | |
4143 if ( v41 != 4 && v41 != 3 ) | |
4144 { | |
4145 v42 = v38->pFacePlane_old.vNormal.x; | |
4146 v43 = v0->vPosition.z; | |
4147 v44 = stru_721530.prolly_normal_d | |
4148 - ((v38->pFacePlane_old.dist | |
4149 + v38->pFacePlane_old.vNormal.z * v0->vPosition.z | |
4150 + v38->pFacePlane_old.vNormal.y * v0->vPosition.y | |
4151 + v42 * v0->vPosition.x) >> 16); | |
4152 if ( v44 > 0 ) | |
4153 { | |
4154 v0->vPosition.x += (unsigned int)(v44 * v42) >> 16; | |
4155 v0->vPosition.y += (unsigned int)(v44 * v38->pFacePlane_old.vNormal.y) >> 16; | |
4156 v0->vPosition.z = v43 + ((unsigned int)(v44 * v38->pFacePlane_old.vNormal.z) >> 16); | |
4157 } | |
4158 v0->uYawAngle = stru_5C6E00->Atan2(v0->vVelocity.x, v0->vVelocity.y); | |
4159 } | |
4160 } | |
4161 if ( BYTE3(v38->uAttributes) & 8 ) | |
4162 EventProcessor(pIndoor->pFaceExtras[v38->uFaceExtraID].uEventID, 0, 1); | |
4163 } | |
4164 LABEL_119: | |
4165 v56 = v0->vVelocity.x; | |
4166 v54 = 58500; | |
4167 v56 = (unsigned __int64)(58500i64 * v56) >> 16; | |
4168 v0->vVelocity.x = v56; | |
4169 v56 = v0->vVelocity.y; | |
4170 v56 = (unsigned __int64)(v54 * (signed __int64)v56) >> 16; | |
4171 v54 = 58500; | |
4172 v0->vVelocity.y = v56; | |
4173 v56 = v0->vVelocity.z; | |
4174 v56 = (unsigned __int64)(v54 * (signed __int64)v56) >> 16; | |
4175 v22 = 0; | |
4176 v0->vVelocity.z = v56; | |
4177 goto LABEL_120; | |
4178 } | |
4179 if ( v0->GetActorsRelation(0) ) | |
4180 { | |
4181 v51 = __OFSUB__(HIDWORD(pParty->pPartyBuffs[11].uExpireTime), v22); | |
4182 v49 = HIDWORD(pParty->pPartyBuffs[11].uExpireTime) == v22; | |
4183 v50 = HIDWORD(pParty->pPartyBuffs[11].uExpireTime) - v22 < 0; | |
4184 v0->vVelocity.y = v22; | |
4185 v0->vVelocity.x = v22; | |
4186 if ( !(v50 ^ v51) | |
4187 && (!((unsigned __int8)(v50 ^ v51) | v49) || LODWORD(pParty->pPartyBuffs[11].uExpireTime) > v22) ) | |
4188 pParty->pPartyBuffs[11].Reset(); | |
4189 viewparams->bRedrawGameUI = 1; | |
4190 goto LABEL_119; | |
4191 } | |
4192 v36 = stru_721530.uFaceID; | |
4193 LABEL_118: | |
4194 Actor::FaceObject(v63, v36, v22, (AIDirection *)v22); | |
4195 goto LABEL_119; | |
4196 } | |
4197 if ( pParty->bTurnBasedModeOn == 1 && (pTurnEngine->field_4 == 2 || pTurnEngine->field_4 == 3) ) | |
4198 goto LABEL_119; | |
4199 if ( v0->pMonsterInfo.uHostilityType ) | |
4200 { | |
4201 if ( v56 == v22 ) | |
4202 goto LABEL_114; | |
4203 } | |
4204 else | |
4205 { | |
4206 if ( v56 == v22 ) | |
4207 { | |
4208 if ( !pActors[v37].pMonsterInfo.uHostilityType ) | |
4209 goto LABEL_118; | |
4210 LABEL_114: | |
4211 Actor::_402968(v63, v36, v22, (AIDirection *)v22); | |
4212 goto LABEL_119; | |
4213 } | |
4214 } | |
414 | 4215 Actor::AI_StandOrBored(v63, 4, v22, &v53); |
0 | 4216 goto LABEL_119; |
4217 } | |
4218 if ( v0->vPosition.x & 1 ) | |
4219 v0->uYawAngle += 100; | |
4220 else | |
4221 v0->uYawAngle -= 100; | |
4222 } | |
4223 else | |
4224 { | |
4225 if ( pParty->bTurnBasedModeOn == 1 && (pTurnEngine->field_4 == 2 || pTurnEngine->field_4 == 3) ) | |
4226 goto LABEL_123; | |
4227 if ( !v0->pMonsterInfo.uHostilityType || v56 != v22 ) | |
4228 { | |
414 | 4229 Actor::AI_StandOrBored(v63, 4, v22, &v52); |
0 | 4230 goto LABEL_123; |
4231 } | |
4232 } | |
4233 } | |
4234 LABEL_120: | |
4235 ++uSectorID; | |
4236 if ( uSectorID >= 100 ) | |
4237 goto LABEL_123; | |
4238 v20 = stru_721530.prolly_normal_d; | |
4239 } | |
4240 } | |
4241 } | |
4242 // 46DF1A: using guessed type int __fastcall 46DF1A_collide_against_actor(int, int); | |
4243 // 4F75D8: using guessed type int ai_arrays_size; | |
4244 | |
4245 | |
4246 | |
4247 | |
4248 | |
4249 | |
4250 //----- (00460A78) -------------------------------------------------------- | |
4251 void __thiscall PrepareToLoadBLV(unsigned int bLoading) | |
4252 { | |
4253 unsigned int v1; // ebx@1 | |
4254 unsigned int v2; // eax@8 | |
4255 MapInfo *v3; // edi@9 | |
4256 int v4; // eax@11 | |
4257 int v5; // eax@12 | |
4258 int v6; // eax@13 | |
4259 int v7; // esi@27 | |
4260 SpawnPointMM7 *v8; // edx@28 | |
4261 //char v9; // bl@33 | |
4262 //int v10; // eax@34 | |
4263 //char *v11; // ecx@37 | |
4264 //int v12; // edi@44 | |
4265 //unsigned int v13; // edi@48 | |
4266 char *v14; // esi@49 | |
4267 __int16 v15; // ax@50 | |
4268 int v16; // ecx@52 | |
4269 DecorationDesc *v17; // eax@54 | |
4270 int v18; // ecx@55 | |
4271 //int *v19; // edi@58 | |
4272 //unsigned char v20; // dl@58 | |
4273 int v21; // eax@64 | |
4274 char v22; // cl@64 | |
4275 //signed int v23; // ebx@67 | |
4276 //char *v24; // esi@68 | |
4277 //int v25; // eax@70 | |
4278 //char *v26; // esi@78 | |
4279 //int v27; // eax@79 | |
4280 char v28; // zf@81 | |
4281 __int16 v29; // ax@85 | |
4282 signed int v30; // edi@94 | |
4283 int v31; // esi@94 | |
4284 char Args; // [sp+350h] [bp-C4h]@16 | |
4285 int v34[4]; // [sp+3E8h] [bp-2Ch]@96 | |
4286 int v35; // [sp+3F8h] [bp-1Ch]@1 | |
4287 //char b[4]; // [sp+3FCh] [bp-18h]@58 | |
4288 MapInfo *v37; // [sp+400h] [bp-14h]@1 | |
4289 int v38; // [sp+404h] [bp-10h]@1 | |
4290 unsigned int v39; // [sp+408h] [bp-Ch]@8 | |
4291 int pDest; // [sp+40Ch] [bp-8h]@1 | |
4292 //int i; // [sp+410h] [bp-4h]@27 | |
4293 | |
4294 v37 = (MapInfo *)bLoading; | |
4295 v1 = 0; | |
4296 v35 = 0; | |
4297 pGameLoadingUI_ProgressBar->Reset(0x20u); | |
4298 bUnderwater = 0; | |
4299 bNoNPCHiring = 0; | |
4300 v38 = 0; | |
4301 pDest = 1; | |
4302 uCurrentlyLoadedLevelType = LEVEL_Indoor; | |
4303 pGame->uFlags2 &= 0xFFFFFFF7u; | |
4304 if ( Is_out15odm_underwater() ) | |
4305 { | |
4306 bUnderwater = 1; | |
4307 pGame->uFlags2 |= 8u; | |
4308 } | |
4309 if ( !_strcmpi(pCurrentMapName, "out15.odm") || !_strcmpi(pCurrentMapName, "d23.blv") ) | |
4310 bNoNPCHiring = 1; | |
4311 pPaletteManager->pPalette_tintColor[0] = 0; | |
4312 pPaletteManager->pPalette_tintColor[1] = 0; | |
4313 pPaletteManager->pPalette_tintColor[2] = 0; | |
4314 pPaletteManager->RecalculateAll(); | |
4315 if ( qword_A750D8 ) | |
4316 qword_A750D8 = 0i64; | |
4317 v2 = pMapStats->GetMapInfo(pCurrentMapName); | |
4318 v39 = v2; | |
4319 if ( v2 ) | |
4320 { | |
4321 v3 = &pMapStats->pInfos[v2]; | |
4322 v1 = v3->uRespawnIntervalDays; | |
4323 v38 = GetAlertStatus(); | |
4324 } | |
4325 else | |
4326 { | |
4327 v3 = v37; | |
4328 } | |
4329 dword_6BE13C_uCurrentlyLoadedLocationID = v39; | |
4330 pAllocator->FreeChunk(ptr_6A0D08); | |
4331 ptr_6A0D08 = 0; | |
4332 _6A0D0C_txt_lod_loading = 0; | |
4333 TryLoadLevelFromLOD(); | |
4334 pStationaryLightsStack->uNumLightsActive = 0; | |
4335 v4 = pIndoor->Load( | |
4336 pCurrentMapName, | |
4337 (unsigned int)(signed __int64)((double)pParty->uTimePlayed * 0.234375) / 60 / 60 / 24 + 1, | |
4338 v1, | |
4339 (char *)&pDest) | |
4340 - 1; | |
4341 if ( !v4 ) | |
4342 { | |
4343 sprintf(&Args, "Unable to open %s", pCurrentMapName); | |
4344 Abortf(&Args); | |
4345 } | |
4346 v5 = v4 - 1; | |
4347 if ( !v5 ) | |
4348 { | |
4349 sprintf(&Args, "File %s is not a BLV File", pCurrentMapName); | |
4350 Abortf(&Args); | |
4351 } | |
4352 v6 = v5 - 1; | |
4353 if ( !v6 ) | |
4354 Abortf("Attempt to open new level before clearing old"); | |
4355 if ( v6 == 1 ) | |
4356 Abortf("Out of memory loading indoor level"); | |
4357 if ( !(dword_6BE364_game_settings_1 & 0x2000) ) | |
4358 { | |
4359 InitializeActors(); | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
4360 InitializeSpriteObjects(); |
0 | 4361 } |
4362 BYTE1(dword_6BE364_game_settings_1) &= 0xDFu; | |
4363 if ( !v39 ) | |
4364 pDest = 0; | |
4365 if ( pDest == 1 ) | |
4366 { | |
4367 v7 = 0; | |
4368 for (uint i = 0; i < pIndoor->uNumSpawnPoints; ++v7 ) | |
4369 { | |
4370 v8 = &pIndoor->pSpawnPoints[v7]; | |
4371 if ( pIndoor->pSpawnPoints[v7].uKind == 3 ) | |
4372 SpawnEncounter(v3, v8, 0, 0, 0); | |
4373 else | |
4374 v3->SpawnRandomTreasure(v8); | |
4375 ++i; | |
4376 } | |
4377 RespawnGlobalDecorations(); | |
4378 } | |
4379 | |
4380 pSoundList->LoadSound(pDoorSoundIDsByLocationID[v39], 0); | |
4381 pSoundList->LoadSound(pDoorSoundIDsByLocationID[v39] + 1, 0); | |
4382 | |
4383 for (uint i = 0; i < pIndoor->uNumDoors; ++i) | |
4384 { | |
4385 auto pDoor = pIndoor->pDoors + i; | |
4386 | |
4387 if (pDoor->uAttributes & 0x01) | |
4388 { | |
4389 pDoor->uState = BLVDoor::Opening; | |
4390 pDoor->uTimeSinceTriggered = 15360; | |
4391 pDoor->uAttributes = 2; | |
4392 } | |
4393 | |
4394 if (pDoor->uState == BLVDoor::Closed) | |
4395 { | |
4396 pDoor->uState = BLVDoor::Closing; | |
4397 pDoor->uTimeSinceTriggered = 15360; | |
4398 pDoor->uAttributes = 2; | |
4399 } | |
4400 else if (pDoor->uState == BLVDoor::Open) | |
4401 { | |
4402 pDoor->uState = BLVDoor::Opening; | |
4403 pDoor->uTimeSinceTriggered = 15360; | |
4404 pDoor->uAttributes = 2; | |
4405 } | |
4406 } | |
4407 | |
4408 /* | |
4409 i = 0; | |
4410 v9 = 2; | |
4411 if ( pIndoor->uNumDoors > 0 ) | |
4412 { | |
4413 v10 = 0; | |
4414 while ( 1 ) | |
4415 { | |
4416 if ( pIndoor->pDoors[v10].uAttributes & 1 ) | |
4417 { | |
4418 pIndoor->pDoors[v10].uState = 1; | |
4419 pIndoor->pDoors[v10].uTimeSinceTriggered = 15360; | |
4420 pIndoor->pDoors[v10].uAttributes = 2; | |
4421 } | |
4422 v11 = (char *)&pIndoor->pDoors[v10].uState; | |
4423 if ( !*(short *)v11 ) | |
4424 break; | |
4425 if ( *(short *)v11 == 2 ) | |
4426 { | |
4427 *(short *)v11 = 1; | |
4428 goto LABEL_41; | |
4429 } | |
4430 LABEL_42: | |
4431 ++i; | |
4432 ++v10; | |
4433 if ( i >= pIndoor->uNumDoors ) | |
4434 goto LABEL_43; | |
4435 } | |
4436 *(short *)v11 = 3; | |
4437 LABEL_41: | |
4438 pIndoor->pDoors[v10].uTimeSinceTriggered = 15360; | |
4439 pIndoor->pDoors[v10].uAttributes = 2; | |
4440 goto LABEL_42; | |
4441 } | |
4442 LABEL_43: | |
4443 */ | |
4444 | |
4445 for (uint i = 0; i < pIndoor->uNumFaces; ++i) | |
4446 { | |
4447 auto pFace = pIndoor->pFaces + i; | |
4448 if (!pFace->uBitmapID != -1) | |
4449 pBitmaps_LOD->pTextures[pFace->uBitmapID].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[pFace->uBitmapID].palette_id1); | |
4450 } | |
4451 | |
4452 /*i = 0; | |
4453 if ( (signed int)pIndoor->uNumFaces > 0 ) | |
4454 { | |
4455 v12 = 0; | |
4456 do | |
4457 { | |
4458 if ( pIndoor->pFaces[v12].uBitmapID != -1 ) | |
4459 pBitmaps_LOD->pTextures[pIndoor->pFaces[v12].uBitmapID].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[pIndoor->pFaces[v12].uBitmapID].palette_id1); | |
4460 ++i; | |
4461 ++v12; | |
4462 } | |
4463 while ( i < (signed int)pIndoor->uNumFaces ); | |
4464 }*/ | |
4465 | |
4466 | |
4467 pGameLoadingUI_ProgressBar->Progress(); | |
4468 | |
4469 for (uint i = 0; i < uNumLevelDecorations; ++i) | |
4470 { | |
4471 auto pDecortaion = pLevelDecorations + i; | |
4472 | |
4473 pDecorationList->InitializeDecorationSprite(pDecortaion->uDecorationDescID); | |
4474 | |
4475 v15 = pDecorationList->pDecorations[pDecortaion->uDecorationDescID].uSoundID; | |
4476 if (v15 && _6807E0_num_decorations_with_sounds_6807B8 < 9) | |
4477 { | |
4478 pSoundList->LoadSound(v15, 0); | |
4479 v16 = _6807E0_num_decorations_with_sounds_6807B8++; | |
4480 _6807B8_level_decorations_ids[v16] = i; | |
4481 } | |
4482 | |
4483 if ( !(pDecortaion->field_2 & 0x20) ) | |
4484 { | |
4485 v17 = &pDecorationList->pDecorations[pDecortaion->uDecorationDescID]; | |
380 | 4486 if (!v17->DontDraw()) |
0 | 4487 { |
4488 v18 = v17->uLightRadius; | |
4489 if ( v18 ) | |
4490 { | |
4491 unsigned char r = 255, | |
4492 g = 255, | |
4493 b = 255; | |
4494 if (pRenderer->pRenderD3D && pRenderer->bUseColoredLights) | |
4495 { | |
4496 r = v17->uColoredLightRed; | |
4497 g = v17->uColoredLightGreen; | |
4498 b = v17->uColoredLightBlue; | |
4499 } | |
4500 pStationaryLightsStack->AddLight(pDecortaion->vPosition.x, | |
4501 pDecortaion->vPosition.y, | |
4502 pDecortaion->vPosition.z + v17->uDecorationHeight, | |
4503 v18, | |
4504 r, | |
4505 g, | |
4506 b, | |
4507 byte_4E94D0); | |
4508 } | |
4509 } | |
4510 } | |
4511 | |
4512 if (!pDecortaion->field_16_event_id) | |
4513 { | |
4514 if (pDecortaion->IsInteractive()) | |
4515 { | |
4516 if ( v35 < 124 ) | |
4517 { | |
4518 v21 = v35 + 1; | |
4519 pDecortaion->_idx_in_stru123 = v35 + 75; | |
4520 v22 = stru_5E4C90._decor_events[v21 + 74 - 75]; | |
4521 v35 = v21; | |
4522 if ( !v22 ) | |
4523 pDecortaion->field_2 |= 0x20; | |
4524 } | |
4525 } | |
4526 } | |
4527 } | |
4528 | |
4529 pGameLoadingUI_ProgressBar->Progress(); | |
4530 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
4531 for (uint i = 0; i < uNumSpriteObjects; ++i) |
0 | 4532 { |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
4533 auto p = pSpriteObjects + i; |
0 | 4534 if (p->uObjectDescID) |
4535 { | |
4536 auto uItemID = p->stru_24.uItemID; | |
4537 if (uItemID) | |
4538 { | |
4539 if (uItemID != 220 && pItemsTable->pItems[uItemID].uEquipType == EQUIP_POTION && | |
570 | 4540 !p->stru_24.uEnchantmentType) |
4541 p->stru_24.uEnchantmentType = rand() % 15 + 5; | |
0 | 4542 pItemsTable->SetSpecialBonus(&p->stru_24); |
4543 } | |
4544 } | |
4545 } | |
4546 | |
4547 for (uint i = 0; i < uNumActors; ++i) | |
4548 //if ( (signed int)uNumActors > (signed int)v13 ) | |
4549 { | |
4550 Actor *pActor = pActors + i; | |
4551 //v26 = (char *)&pActors[0].uAttributes; | |
4552 //do | |
4553 //{ | |
4554 //v27 = *(int *)v26; | |
4555 if (pActor->uAttributes & 0x100000) | |
4556 { | |
4557 if ( !v39 ) | |
4558 { | |
4559 pActor->pMonsterInfo.field_3E = 19; | |
4560 pActor->uAttributes |= 0x10000; | |
4561 continue; | |
4562 } | |
4563 v28 = v38 == 0; | |
4564 } | |
4565 else | |
4566 { | |
4567 v28 = v38 == 1; | |
4568 } | |
4569 | |
4570 if ( !v28 ) | |
4571 { | |
4572 pActor->PrepareSprites(0); | |
4573 v29 = pActor->pMonsterInfo.field_3E; | |
4574 pActor->pMonsterInfo.uHostilityType = MonsterInfo::Hostility_Friendly; | |
4575 if ( v29 != 11 && v29 != 19 && (!pActor->sCurrentHP || !pActor->pMonsterInfo.uHP) ) | |
4576 { | |
4577 pActor->pMonsterInfo.field_3E = 5; | |
4578 pActor->UpdateAnimation(); | |
4579 } | |
4580 } | |
4581 else | |
4582 { | |
4583 pActor->pMonsterInfo.field_3E = 19; | |
4584 pActor->uAttributes |= 0x10000; | |
4585 } | |
4586 //} | |
4587 //while ( i < (signed int)uNumActors ); | |
4588 } | |
4589 | |
4590 pGameLoadingUI_ProgressBar->Progress(); | |
4591 | |
4592 Actor this_; | |
4593 this_.pMonsterInfo.uID = 45; | |
4594 this_.PrepareSprites(0); | |
4595 if ( !v37 ) | |
4596 { | |
4597 pParty->sRotationX = 0; | |
4598 pParty->sRotationY = 0; | |
4599 pParty->vPosition.z = 0; | |
4600 pParty->vPosition.y = 0; | |
4601 pParty->vPosition.x = 0; | |
4602 pParty->uFallStartY = 0; | |
4603 pParty->uFallSpeed = 0; | |
4604 TeleportToStartingPoint(uLevel_StartingPointType); | |
4605 } | |
4606 viewparams->_443365(); | |
4607 PlayLevelMusic(); | |
4608 if ( !v37 ) | |
4609 { | |
4610 v30 = 0; | |
4611 v31 = 1; | |
4612 do | |
4613 { | |
4614 if ( pPlayers[v31]->CanAct() ) | |
4615 v34[v30++] = v31; | |
4616 ++v31; | |
4617 } | |
4618 while ( v31 <= 4 ); | |
4619 if ( v30 ) | |
4620 { | |
4621 if ( pDest ) | |
4622 { | |
4623 qword_A750D8 = 256i64; | |
4624 word_A750E0 = 46; | |
4625 word_A750E2 = LOWORD(v34[rand() % v30]); | |
4626 } | |
4627 } | |
4628 } | |
4629 } |