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