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