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