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() &&
|
265
|
562 pFace->uBitmapID == pRenderer->hd_water_tile_id )
|
0
|
563 {
|
|
564 __debugbreak();
|
265
|
565 v23 = pRenderer->pHDWaterBitmapIDs[pRenderer->hd_water_current_frame];
|
0
|
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 //----- (004B0E07) --------------------------------------------------------
|
|
1219 unsigned int __fastcall sub_4B0E07(unsigned int uFaceID)
|
|
1220 {
|
|
1221 BLVFace *v1; // edi@1
|
|
1222 BLVFaceExtra *v2; // ecx@1
|
|
1223 Texture *v3; // esi@1
|
|
1224 unsigned int v4; // eax@1
|
|
1225 unsigned int v5; // ecx@1
|
|
1226 unsigned int result; // eax@1
|
|
1227 unsigned int v7; // ecx@5
|
|
1228
|
|
1229 v1 = &pIndoor->pFaces[uFaceID];
|
|
1230 v2 = &pIndoor->pFaceExtras[v1->uFaceExtraID];
|
|
1231 v3 = (Texture *)(v1->uBitmapID != -1 ? (int)&pBitmaps_LOD->pTextures[v1->uBitmapID] : 0);
|
|
1232 stru_F8AD28.pDeltaUV[0] = v2->sTextureDeltaU;
|
|
1233 stru_F8AD28.pDeltaUV[1] = v2->sTextureDeltaV;
|
|
1234 v4 = GetTickCount();
|
|
1235 v5 = v1->uAttributes;
|
|
1236 result = v4 >> 3;
|
|
1237 if ( v5 & 4 )
|
|
1238 {
|
|
1239 stru_F8AD28.pDeltaUV[1] -= result & v3->uHeightMinus1;
|
|
1240 }
|
|
1241 else
|
|
1242 {
|
|
1243 if ( v5 & 0x20 )
|
|
1244 stru_F8AD28.pDeltaUV[1] += result & v3->uHeightMinus1;
|
|
1245 }
|
|
1246 v7 = v1->uAttributes;
|
|
1247 if ( BYTE1(v7) & 8 )
|
|
1248 {
|
|
1249 stru_F8AD28.pDeltaUV[0] -= result & v3->uWidthMinus1;
|
|
1250 }
|
|
1251 else
|
|
1252 {
|
|
1253 if ( v7 & 0x40 )
|
|
1254 stru_F8AD28.pDeltaUV[0] += result & v3->uWidthMinus1;
|
|
1255 }
|
|
1256 return result;
|
|
1257 }
|
|
1258
|
|
1259 //----- (004B0EA8) --------------------------------------------------------
|
|
1260 void BspRenderer::PrepareFaceRenderList_d3d(int a2, unsigned int uFaceID)
|
|
1261 {
|
|
1262 //unsigned int v3; // edx@1
|
|
1263 //stru170 *v4; // ebx@1
|
|
1264 //BLVFace *v5; // eax@1
|
|
1265 //int v6; // ecx@2
|
|
1266 unsigned __int16 v7; // ax@11
|
|
1267 Vec3_short_ *v8; // esi@15
|
|
1268 int v9; // edx@15
|
|
1269 signed int v10; // eax@18
|
|
1270 signed int v11; // edi@19
|
|
1271 signed int v12; // ecx@19
|
|
1272 signed int v13; // esi@19
|
|
1273 signed int v14; // edx@20
|
|
1274 int v15; // edx@24
|
|
1275 //int v16; // esi@29
|
|
1276 //BLVFace *v17; // edi@34
|
|
1277 unsigned __int16 v18; // ax@34
|
|
1278 char *v19; // eax@38
|
|
1279 signed int v20; // ecx@38
|
|
1280 char *v21; // eax@42
|
|
1281 signed int v22; // ecx@42
|
|
1282 //signed int v23; // edx@45
|
|
1283 //char *v24; // ecx@46
|
|
1284 //int v25; // eax@47
|
|
1285 //Vec3_short_ *v26; // eax@47
|
|
1286 //double v27; // st7@47
|
|
1287 //signed int v28; // ST28_4@47
|
|
1288 char v29; // al@48
|
|
1289 signed int v30; // eax@51
|
|
1290 int v31; // eax@52
|
|
1291 //unsigned int v32; // eax@55
|
|
1292 //__int16 v33; // cx@56
|
|
1293 signed int v34; // [sp+Ch] [bp-14h]@18
|
|
1294 //int a0; // [sp+14h] [bp-Ch]@2
|
|
1295 //IndoorCameraD3D *a0a; // [sp+14h] [bp-Ch]@36
|
|
1296 signed int v37; // [sp+18h] [bp-8h]@19
|
|
1297 //stru10 *v38; // [sp+18h] [bp-8h]@36
|
|
1298 //BLVFace *v39; // [sp+1Ch] [bp-4h]@1
|
|
1299
|
|
1300 //v3 = uFaceID;
|
|
1301 //v4 = this;
|
|
1302 //v5 = &pIndoor->pFaces[uFaceID];
|
|
1303 field_FA8[std__vector_000FA8].std__vector_0007A8 = -1;
|
|
1304 //v39 = &pIndoor->pFaces[uFaceID];
|
|
1305
|
|
1306 auto pFace = &pIndoor->pFaces[uFaceID];
|
|
1307
|
|
1308 if (pFace->uAttributes & 1)
|
|
1309 {
|
|
1310 auto p = &field_FA8[a2];
|
|
1311 //v6 = (int)((char *)this + 2252 * a2);
|
|
1312 //a0 = v6;
|
|
1313 if (p->uFaceID == uFaceID)
|
|
1314 return;
|
|
1315 if (!a2 &&
|
|
1316 pBLVRenderParams->vPartyPos.x >= pFace->pBounding.x1 - 16 &&
|
|
1317 pBLVRenderParams->vPartyPos.x <= pFace->pBounding.x2 + 16 &&
|
|
1318 pBLVRenderParams->vPartyPos.y >= pFace->pBounding.y1 - 16 &&
|
|
1319 pBLVRenderParams->vPartyPos.y <= pFace->pBounding.y2 + 16 &&
|
|
1320 pBLVRenderParams->vPartyPos.z >= pFace->pBounding.z1 - 16 &&
|
|
1321 pBLVRenderParams->vPartyPos.z <= pFace->pBounding.z2 + 16 )
|
|
1322 {
|
|
1323 if ( abs(pFace->pFacePlane_old.dist + pBLVRenderParams->vPartyPos.x * pFace->pFacePlane_old.vNormal.x
|
|
1324 + pBLVRenderParams->vPartyPos.y * pFace->pFacePlane_old.vNormal.y
|
|
1325 + pBLVRenderParams->vPartyPos.z * pFace->pFacePlane_old.vNormal.z) <= 589824 )
|
|
1326 {
|
|
1327 v7 = pFace->uSectorID;
|
|
1328 if ( field_FA8[0].uSectorID == v7 )
|
|
1329 v7 = pFace->uBackSectorID;
|
|
1330 field_FA8[std__vector_000FA8].uSectorID = v7;
|
|
1331 field_FA8[std__vector_000FA8].uFaceID = uFaceID;
|
|
1332 field_FA8[std__vector_000FA8].uViewportX = pBLVRenderParams->uViewportX;
|
|
1333 field_FA8[std__vector_000FA8].uViewportZ = pBLVRenderParams->uViewportZ;
|
|
1334 field_FA8[std__vector_000FA8].uViewportY = pBLVRenderParams->uViewportY;
|
|
1335 field_FA8[std__vector_000FA8].uViewportW = pBLVRenderParams->uViewportW;
|
|
1336 field_FA8[std__vector_000FA8++].field_C._43F9E1(
|
|
1337 pBLVRenderParams->uViewportX,
|
|
1338 pBLVRenderParams->uViewportY,
|
|
1339 pBLVRenderParams->uViewportZ,
|
|
1340 pBLVRenderParams->uViewportW);
|
|
1341 sub_440639(std__vector_000FA8 - 1);
|
|
1342 return;
|
|
1343 }
|
|
1344 //v5 = v39;
|
|
1345 //v6 = a0;
|
|
1346 }
|
|
1347 v8 = &pIndoor->pVertices[pFace->pVertexIDs[0]];
|
|
1348 v9 = pFace->pFacePlane_old.vNormal.x * (v8->x - pBLVRenderParams->vPartyPos.x)
|
|
1349 + pFace->pFacePlane_old.vNormal.y * (v8->y - pBLVRenderParams->vPartyPos.y)
|
|
1350 + pFace->pFacePlane_old.vNormal.z * (v8->z - pBLVRenderParams->vPartyPos.z);
|
|
1351 if (p->uSectorID != pFace->uSectorID)
|
|
1352 v9 = -v9;
|
|
1353 if ( v9 < 0 )
|
|
1354 {
|
|
1355 v10 = sub_423B5D(uFaceID);
|
|
1356 v34 = v10;
|
|
1357 if ( v10 )
|
|
1358 {
|
|
1359 v11 = dword_50BAC8[0];
|
|
1360 v12 = dword_50B9D8_ys[0];
|
|
1361 a2 = dword_50BAC8[0];
|
|
1362 v13 = 1;
|
|
1363 v37 = dword_50B9D8_ys[0];
|
|
1364 if ( v10 > 1 )
|
|
1365 {
|
|
1366 do
|
|
1367 {
|
|
1368 v14 = dword_50BAC8[v13];
|
|
1369 if ( v14 < a2 )
|
|
1370 a2 = dword_50BAC8[v13];
|
|
1371 if ( v14 > v11 )
|
|
1372 v11 = v14;
|
|
1373 v15 = dword_50B9D8_ys[v13];
|
|
1374 if ( v15 < v37 )
|
|
1375 v37 = dword_50B9D8_ys[v13];
|
|
1376 if ( v15 > v12 )
|
|
1377 v12 = dword_50B9D8_ys[v13];
|
|
1378 v10 = v34;
|
|
1379 ++v13;
|
|
1380 }
|
|
1381 while ( v13 < v34 );
|
|
1382 }
|
|
1383 //v16 = a0;
|
|
1384 if (v11 >= p->uViewportX &&
|
|
1385 a2 <= p->uViewportZ &&
|
|
1386 v12 >= p->uViewportY &&
|
|
1387 v37 <= p->uViewportW &&
|
|
1388 sub_424829(v10, &field_FA8[std__vector_000FA8].field_C, &p->field_C, uFaceID))
|
|
1389 {
|
|
1390 //v17 = v39;
|
|
1391 v18 = pFace->uSectorID;
|
|
1392 if (p->uSectorID == v18 )
|
|
1393 v18 = pFace->uBackSectorID;
|
|
1394 field_FA8[std__vector_000FA8].uSectorID = v18;
|
|
1395 field_FA8[std__vector_000FA8].uFaceID = uFaceID;
|
|
1396 field_FA8[std__vector_000FA8].uViewportX = pBLVRenderParams->uViewportX;
|
|
1397 field_FA8[std__vector_000FA8].uViewportZ = pBLVRenderParams->uViewportZ;
|
|
1398 field_FA8[std__vector_000FA8].uViewportY = pBLVRenderParams->uViewportY;
|
|
1399 field_FA8[std__vector_000FA8].uViewportW = pBLVRenderParams->uViewportW;
|
|
1400 //v38 = pGame->pStru10Instance;
|
|
1401 //a0a = pGame->pIndoorCameraD3D;
|
|
1402 if (p->std__vector_0007A8 == -1 )
|
|
1403 {
|
|
1404 v29 = pGame->pStru10Instance->_49C681_DrawDebugStuff(
|
|
1405 pFace,
|
|
1406 field_FA8[std__vector_000FA8].std__vector_0007AC,
|
|
1407 field_FA8[std__vector_000FA8].pVertices);
|
|
1408 }
|
|
1409 else
|
|
1410 {
|
|
1411 static RenderVertexSoft static_subPrepareFaceRenderList_d3d_stru_F7AA08[64];
|
|
1412 static RenderVertexSoft static_subPrepareFaceRenderList_d3d_stru_F79E08[64];
|
|
1413
|
|
1414 //v23 = 0;
|
|
1415 a2 = pFace->uNumVertices;
|
|
1416 for (uint k = 0; k < pFace->uNumVertices; ++k)
|
|
1417 {
|
|
1418 //v24 = (char *)&static_subPrepareFaceRenderList_d3d_stru_F7AA08[0].vWorldPosition.z;
|
|
1419 //do
|
|
1420 //{
|
|
1421 //v25 = pFace->pVertexIDs[k];
|
|
1422 //v26 = &pIndoor->pVertices[pFace->pVertexIDs[k]];
|
|
1423 auto pVertex = &pIndoor->pVertices[pFace->pVertexIDs[k]];
|
|
1424 //v27 = (double)v26->z;
|
|
1425 //v28 = v26->y;
|
|
1426 //v17 = v39;
|
|
1427 static_subPrepareFaceRenderList_d3d_stru_F7AA08[k].vWorldPosition.x = pVertex->x;
|
|
1428 static_subPrepareFaceRenderList_d3d_stru_F7AA08[k].vWorldPosition.y = pVertex->y;
|
|
1429 static_subPrepareFaceRenderList_d3d_stru_F7AA08[k].vWorldPosition.z = pVertex->z;
|
|
1430 //v24 += 48;
|
|
1431 //}
|
|
1432 //while ( v23 < a2 );
|
|
1433 }
|
|
1434 pGame->pIndoorCameraD3D->_437285_prolly_colide_vertices_against_frustrum(
|
|
1435 static_subPrepareFaceRenderList_d3d_stru_F7AA08,
|
|
1436 (unsigned int *)&a2,
|
|
1437 static_subPrepareFaceRenderList_d3d_stru_F79E08,
|
|
1438 p->std__vector_0007AC,
|
|
1439 4,
|
|
1440 0,
|
|
1441 0);
|
|
1442 v29 = pGame->pStru10Instance->_49C5DA(
|
|
1443 pFace,
|
|
1444 static_subPrepareFaceRenderList_d3d_stru_F79E08,
|
|
1445 &a2,
|
|
1446 field_FA8[std__vector_000FA8].std__vector_0007AC,
|
|
1447 field_FA8[std__vector_000FA8].pVertices);
|
|
1448 }
|
|
1449 if ( v29 )
|
|
1450 {
|
|
1451 field_FA8[std__vector_000FA8].std__vector_0007A8 = uFaceID;
|
|
1452 v30 = std__vector_000FA8;
|
|
1453 if ( v30 < 150 )
|
|
1454 {
|
|
1455 v31 = v30 + 1;
|
|
1456 std__vector_000FA8 = v31;
|
|
1457 sub_440639(v31 - 1);
|
|
1458 }
|
|
1459 }
|
|
1460 if ( pBLVRenderParams->uFlags & 1 )
|
|
1461 pGame->pIndoorCameraD3D->PrepareAndDrawDebugOutline(pFace, 0x1E1EFF);
|
|
1462 }
|
|
1463 }
|
|
1464 }
|
|
1465 }
|
|
1466 else
|
|
1467 {
|
|
1468 if (uNumFaceIDs < 1000 )
|
|
1469 {
|
|
1470 pFaceIDs[2 * uNumFaceIDs] = uFaceID;
|
|
1471 pFaceIDs[2 * uNumFaceIDs++ + 1] = a2;
|
|
1472 }
|
|
1473 }
|
|
1474 }
|
|
1475
|
|
1476
|
|
1477 //----- (004AFB86) --------------------------------------------------------
|
|
1478 void BspRenderer::PrepareFaceRenderList_sw(int a2, unsigned int uFaceID)
|
|
1479 {
|
|
1480 BspRenderer *v3; // ebx@1
|
|
1481 BLVFace *v4; // eax@1
|
|
1482 char *v5; // ecx@2
|
|
1483 unsigned __int16 v6; // ax@11
|
|
1484 int v7; // ecx@13
|
|
1485 Vec3_short_ *v8; // esi@16
|
|
1486 int v9; // edx@16
|
|
1487 signed int v10; // eax@19
|
|
1488 signed int v11; // edi@20
|
|
1489 signed int v12; // ecx@20
|
|
1490 signed int v13; // esi@20
|
|
1491 int v14; // edx@21
|
|
1492 int v15; // edx@25
|
|
1493 unsigned __int16 v16; // ax@35
|
|
1494 signed int v17; // eax@37
|
|
1495 int v18; // eax@38
|
|
1496 signed int v19; // [sp+Ch] [bp-14h]@19
|
|
1497 char *v20; // [sp+14h] [bp-Ch]@2
|
|
1498 BLVFace *v21; // [sp+18h] [bp-8h]@1
|
|
1499 signed int v22; // [sp+1Ch] [bp-4h]@20
|
|
1500 signed int v23; // [sp+28h] [bp+8h]@20
|
|
1501
|
|
1502 v3 = this;
|
|
1503 v4 = &pIndoor->pFaces[uFaceID];
|
|
1504 v21 = v4;
|
|
1505 if ( v4->uAttributes & 1 )
|
|
1506 {
|
|
1507 v5 = (char *)this + 2252 * a2;
|
|
1508 v20 = v5;
|
|
1509 if ( uFaceID == *((short *)v5 + 2982) )
|
|
1510 return;
|
|
1511 if ( !a2
|
|
1512 && pBLVRenderParams->vPartyPos.x >= v4->pBounding.x1 - 16
|
|
1513 && pBLVRenderParams->vPartyPos.x <= v4->pBounding.x2 + 16
|
|
1514 && pBLVRenderParams->vPartyPos.y >= v4->pBounding.y1 - 16
|
|
1515 && pBLVRenderParams->vPartyPos.y <= v4->pBounding.y2 + 16
|
|
1516 && pBLVRenderParams->vPartyPos.z >= v4->pBounding.z1 - 16
|
|
1517 && pBLVRenderParams->vPartyPos.z <= v4->pBounding.z2 + 16 )
|
|
1518 {
|
|
1519 if ( abs(v4->pFacePlane_old.dist + pBLVRenderParams->vPartyPos.x * v4->pFacePlane_old.vNormal.x
|
|
1520 + pBLVRenderParams->vPartyPos.y * v4->pFacePlane_old.vNormal.y
|
|
1521 + pBLVRenderParams->vPartyPos.z * v4->pFacePlane_old.vNormal.z) <= 589824 )
|
|
1522 {
|
|
1523 v6 = v21->uSectorID;
|
|
1524 if ( v3->field_FA8[0].uSectorID == v6 )
|
|
1525 v6 = v21->uBackSectorID;
|
|
1526 v3->field_FA8[v3->std__vector_000FA8].uSectorID = v6;
|
|
1527 v3->field_FA8[v3->std__vector_000FA8].uFaceID = uFaceID;
|
|
1528 v3->field_FA8[v3->std__vector_000FA8].uViewportX = LOWORD(pBLVRenderParams->uViewportX);
|
|
1529 v3->field_FA8[v3->std__vector_000FA8].uViewportZ = LOWORD(pBLVRenderParams->uViewportZ);
|
|
1530 v3->field_FA8[v3->std__vector_000FA8].uViewportY = LOWORD(pBLVRenderParams->uViewportY);
|
|
1531 v3->field_FA8[v3->std__vector_000FA8].uViewportW = LOWORD(pBLVRenderParams->uViewportW);
|
|
1532 v3->field_FA8[v3->std__vector_000FA8++].field_C._43F9E1(
|
|
1533 SLOWORD(pBLVRenderParams->uViewportX),
|
|
1534 pBLVRenderParams->uViewportY,
|
|
1535 SLOWORD(pBLVRenderParams->uViewportZ),
|
|
1536 pBLVRenderParams->uViewportW);
|
|
1537 v7 = v3->std__vector_000FA8 - 1;
|
|
1538 goto LABEL_14;
|
|
1539 }
|
|
1540 v4 = v21;
|
|
1541 v5 = v20;
|
|
1542 }
|
|
1543 v8 = &pIndoor->pVertices[*v4->pVertexIDs];
|
|
1544 v9 = v4->pFacePlane_old.vNormal.x * ((signed __int16)*(int *)&v8->x - pBLVRenderParams->vPartyPos.x)
|
|
1545 + v4->pFacePlane_old.vNormal.y * ((signed __int16)(*(int *)&v8->x >> 16) - pBLVRenderParams->vPartyPos.y)
|
|
1546 + v4->pFacePlane_old.vNormal.z * (v8->z - pBLVRenderParams->vPartyPos.z);
|
|
1547 if ( *((short *)v5 + 2004) != v4->uSectorID )
|
|
1548 v9 = -v9;
|
|
1549 if ( v9 < 0 )
|
|
1550 {
|
|
1551 v10 = sub_423B5D(uFaceID);
|
|
1552 v19 = v10;
|
|
1553 if ( v10 )
|
|
1554 {
|
|
1555 v11 = dword_50BAC8[0];
|
|
1556 v12 = dword_50B9D8_ys[0];
|
|
1557 v23 = dword_50BAC8[0];
|
|
1558 v13 = 1;
|
|
1559 v22 = dword_50B9D8_ys[0];
|
|
1560 if ( v10 > 1 )
|
|
1561 {
|
|
1562 do
|
|
1563 {
|
|
1564 v14 = dword_50BAC8[v13];
|
|
1565 if ( v14 < v23 )
|
|
1566 v23 = dword_50BAC8[v13];
|
|
1567 if ( v14 > v11 )
|
|
1568 v11 = dword_50BAC8[v13];
|
|
1569 v15 = dword_50B9D8_ys[v13];
|
|
1570 if ( v15 < v22 )
|
|
1571 v22 = dword_50B9D8_ys[v13];
|
|
1572 if ( v15 > v12 )
|
|
1573 v12 = dword_50B9D8_ys[v13];
|
|
1574 v10 = v19;
|
|
1575 ++v13;
|
|
1576 }
|
|
1577 while ( v13 < v19 );
|
|
1578 }
|
|
1579 if ( v11 >= *((short *)v20 + 2005)
|
|
1580 && v23 <= *((short *)v20 + 2007)
|
|
1581 && v12 >= *((short *)v20 + 2006)
|
|
1582 && v22 <= *((short *)v20 + 2008)
|
|
1583 && sub_424829(v10, &v3->field_FA8[v3->std__vector_000FA8].field_C, (BspRenderer_stru2 *)(v20 + 4020), uFaceID) )
|
|
1584 {
|
|
1585 v16 = v21->uSectorID;
|
|
1586 if ( *((short *)v20 + 2004) == v16 )
|
|
1587 v16 = v21->uBackSectorID;
|
|
1588 v3->field_FA8[v3->std__vector_000FA8].uSectorID = v16;
|
|
1589 v3->field_FA8[v3->std__vector_000FA8].uFaceID = uFaceID;
|
|
1590 v3->field_FA8[v3->std__vector_000FA8].uViewportX = LOWORD(pBLVRenderParams->uViewportX);
|
|
1591 v3->field_FA8[v3->std__vector_000FA8].uViewportZ = LOWORD(pBLVRenderParams->uViewportZ);
|
|
1592 v3->field_FA8[v3->std__vector_000FA8].uViewportY = LOWORD(pBLVRenderParams->uViewportY);
|
|
1593 v3->field_FA8[v3->std__vector_000FA8].uViewportW = LOWORD(pBLVRenderParams->uViewportW);
|
|
1594 v17 = v3->std__vector_000FA8;
|
|
1595 if ( v17 < 150 )
|
|
1596 {
|
|
1597 v18 = v17 + 1;
|
|
1598 v3->std__vector_000FA8 = v18;
|
|
1599 v7 = v18 - 1;
|
|
1600 LABEL_14:
|
|
1601 sub_440639(v7);
|
|
1602 return;
|
|
1603 }
|
|
1604 }
|
|
1605 }
|
|
1606 }
|
|
1607 }
|
|
1608 else
|
|
1609 {
|
|
1610 if ( (signed int)this->uNumFaceIDs < 1000 )
|
|
1611 {
|
|
1612 this->pFaceIDs[2 * this->uNumFaceIDs] = uFaceID;
|
|
1613 this->pFaceIDs[2 * this->uNumFaceIDs++ + 1] = a2;
|
|
1614 }
|
|
1615 }
|
|
1616 }
|
|
1617
|
|
1618 //----- (004B0967) --------------------------------------------------------
|
|
1619 void __cdecl stru170_sub_4B0967()
|
|
1620 {
|
|
1621 signed int i; // edi@1
|
|
1622 int v1; // esi@2
|
|
1623 unsigned int v2; // ecx@4
|
|
1624 int v3; // eax@4
|
|
1625 int v4; // eax@6
|
|
1626 unsigned __int16 *v5; // edx@6
|
|
1627 int v6; // ecx@7
|
|
1628 int v7; // esi@8
|
|
1629
|
|
1630 for ( i = 0; i < (signed int)pBspRenderer->uNumFaceIDs; ++i )
|
|
1631 {
|
|
1632 v1 = pBspRenderer->pFaceIDs[2 * i];
|
|
1633 if ( v1 >= 0 )
|
|
1634 {
|
|
1635 if ( v1 < (signed int)pIndoor->uNumFaces )
|
|
1636 {
|
|
1637 v2 = pBspRenderer->pFaceIDs[2 * i];
|
|
1638 pBLVRenderParams->field_7C = &pBspRenderer->field_FA8[pBspRenderer->pFaceIDs[2 * i + 1]].field_C;
|
|
1639 v3 = sub_423B5D(v2);
|
|
1640 if ( v3 )
|
|
1641 {
|
|
1642 if ( sub_424829(v3, &stru_F8A590, pBLVRenderParams->field_7C, v1) )
|
|
1643 {
|
|
1644 v4 = stru_F8A590._viewport_space_y;
|
|
1645 v5 = pBLVRenderParams->pRenderTarget;
|
|
1646 if ( stru_F8A590._viewport_space_y <= stru_F8A590._viewport_space_w )
|
|
1647 {
|
|
1648 v6 = 640 * stru_F8A590._viewport_space_y;
|
|
1649 do
|
|
1650 {
|
|
1651 v5[v6 + stru_F8A590.array_18[v4]] = -1;
|
|
1652 v7 = v6 + stru_F8A590.array_3D8[v4];
|
|
1653 v6 += 640;
|
|
1654 v5[v7] = -1;
|
|
1655 ++v4;
|
|
1656 }
|
|
1657 while ( v4 <= stru_F8A590._viewport_space_w );
|
|
1658 }
|
|
1659 }
|
|
1660 }
|
|
1661 }
|
|
1662 }
|
|
1663 }
|
|
1664 }
|
|
1665
|
|
1666
|
|
1667 //----- (004AE5BA) --------------------------------------------------------
|
|
1668 Texture *BLVFace::GetTexture()
|
|
1669 {
|
|
1670 unsigned int v1; // ecx@2
|
|
1671
|
|
1672 if ( uAttributes & 0x4000 )
|
|
1673 v1 = pTextureFrameTable->GetFrameTexture(this->uBitmapID, pBLVRenderParams->field_0_timer_);
|
|
1674 else
|
|
1675 v1 = uBitmapID;
|
|
1676 return (Texture *)(v1 != -1 ? (int)&pBitmaps_LOD->pTextures[v1] : 0);
|
|
1677 }
|
|
1678
|
|
1679
|
|
1680 //----- (00498B15) --------------------------------------------------------
|
|
1681 void IndoorLocation::Release()
|
|
1682 {
|
|
1683 IndoorLocation *v1; // esi@1
|
|
1684 char *v2; // ebp@1
|
|
1685 void *v3; // ST00_4@1
|
|
1686
|
|
1687 v1 = this;
|
|
1688 v2 = (char *)&this->ptr_0002B4_doors_ddata;
|
|
1689 pAllocator->FreeChunk(this->ptr_0002B4_doors_ddata);
|
|
1690 *(int *)v2 = 0;
|
|
1691 pAllocator->FreeChunk(v1->ptr_0002B0_sector_rdata);
|
|
1692 v1->ptr_0002B0_sector_rdata = 0;
|
|
1693 pAllocator->FreeChunk(v1->ptr_0002B8_sector_lrdata);
|
|
1694 v1->ptr_0002B8_sector_lrdata = 0;
|
|
1695 pAllocator->FreeChunk(v1->ptr_2AC);
|
|
1696 v1->ptr_2AC = 0;
|
|
1697 pAllocator->FreeChunk(v1->pSpawnPoints);
|
|
1698 v3 = v1->pVertices;
|
|
1699 v1->pSpawnPoints = 0;
|
|
1700 v1->uNumSectors = 0;
|
|
1701 v1->uNumFaces = 0;
|
|
1702 v1->uNumVertices = 0;
|
|
1703 v1->uNumNodes = 0;
|
|
1704 v1->uNumDoors = 0;
|
|
1705 v1->uNumLights = 0;
|
|
1706 pAllocator->FreeChunk(v3);
|
|
1707 pAllocator->FreeChunk(v1->pFaces);
|
|
1708 pAllocator->FreeChunk(v1->pFaceExtras);
|
|
1709 pAllocator->FreeChunk(v1->pSectors);
|
|
1710 pAllocator->FreeChunk(v1->pLights);
|
|
1711 pAllocator->FreeChunk(v1->pDoors);
|
|
1712 pAllocator->FreeChunk(v1->pNodes);
|
|
1713 pAllocator->FreeChunk(v1->pMapOutlines);
|
|
1714 v1->pVertices = 0;
|
|
1715 v1->pFaces = 0;
|
|
1716 v1->pFaceExtras = 0;
|
|
1717 v1->pSectors = 0;
|
|
1718 v1->pLights = 0;
|
|
1719 v1->pDoors = 0;
|
|
1720 v1->pNodes = 0;
|
|
1721 v1->pMapOutlines = 0;
|
|
1722 v1->bLoaded = 0;
|
|
1723 }
|
|
1724
|
|
1725 //----- (00498C45) --------------------------------------------------------
|
|
1726 int IndoorLocation::Alloc()
|
|
1727 {
|
|
1728 IndoorLocation *v1; // esi@1
|
|
1729 void *v2; // eax@1
|
|
1730 const void *v3; // ST3C_4@1
|
|
1731 void *v4; // eax@1
|
|
1732 const void *v5; // ST3C_4@1
|
|
1733 void *v6; // eax@1
|
|
1734 const void *v7; // ST3C_4@1
|
|
1735 void *v8; // eax@1
|
|
1736 const void *v9; // ST3C_4@1
|
|
1737 void *v10; // eax@1
|
|
1738 const void *v11; // ST3C_4@1
|
|
1739 void *v12; // eax@1
|
|
1740 const void *v13; // ST3C_4@1
|
|
1741 void *v14; // eax@1
|
|
1742 const void *v15; // ST3C_4@1
|
|
1743 void *v16; // eax@1
|
|
1744 void *v17; // ecx@1
|
|
1745 signed int result; // eax@9
|
|
1746
|
|
1747 v1 = this;
|
|
1748 v2 = pAllocator->AllocNamedChunk(this->pVertices, 0x15F90u, "L.V");
|
|
1749 v3 = v1->pFaces;
|
|
1750 v1->pVertices = (Vec3_short_ *)v2;
|
|
1751 v4 = pAllocator->AllocNamedChunk(v3, 0xEA600u, "L.F");
|
|
1752 v5 = v1->pFaceExtras;
|
|
1753 v1->pFaces = (BLVFace *)v4;
|
|
1754 v6 = pAllocator->AllocNamedChunk(v5, 0x2BF20u, "L.FX");
|
|
1755 v7 = v1->pSectors;
|
|
1756 v1->pFaceExtras = (BLVFaceExtra *)v6;
|
|
1757 v8 = pAllocator->AllocNamedChunk(v7, 0xE800u, "L.R");
|
|
1758 v9 = v1->pLights;
|
|
1759 v1->pSectors = (BLVSector *)v8;
|
|
1760 v10 = pAllocator->AllocNamedChunk(v9, 0x1900u, "L.L");
|
|
1761 v11 = v1->pDoors;
|
|
1762 v1->pLights = (BLVLightMM7 *)v10;
|
|
1763 v12 = pAllocator->AllocNamedChunk(v11, 0x3E80u, "L.D");
|
|
1764 v13 = v1->pNodes;
|
|
1765 v1->pDoors = (BLVDoor *)v12;
|
|
1766 v14 = pAllocator->AllocNamedChunk(v13, 0x9C40u, "L.BSP");
|
|
1767 v15 = v1->pMapOutlines;
|
|
1768 v1->pNodes = (BSPNode *)v14;
|
|
1769 v16 = pAllocator->AllocNamedChunk(v15, 0x14824u, "L.Map");
|
|
1770 v17 = v1->pVertices;
|
|
1771 v1->pMapOutlines = (BLVMapOutlines *)v16;
|
|
1772 if ( v17 && v1->pFaces && v1->pFaceExtras && v1->pSectors && v1->pLights && v1->pDoors && v1->pNodes && v16 )
|
|
1773 {
|
|
1774 memset(v17, 90000, 0);
|
|
1775 memset(v1->pFaces, 960000, 0);
|
|
1776 memset(v1->pFaceExtras, 180000, 0);
|
|
1777 memset(v1->pSectors, 59392, 0);
|
|
1778 memset(v1->pLights, 6400, 0);
|
|
1779 memset(v1->pDoors, 16000, 0);
|
|
1780 memset(v1->pNodes, 40000, 0);
|
|
1781 memset(v1->pMapOutlines, 84004, 0);
|
|
1782 result = 1;
|
|
1783 }
|
|
1784 else
|
|
1785 {
|
|
1786 result = 0;
|
|
1787 }
|
|
1788 return result;
|
|
1789 }
|
|
1790
|
|
1791
|
|
1792
|
|
1793 //----- (00444810) --------------------------------------------------------
|
|
1794 unsigned int IndoorLocation::GetLocationIndex(const char *Str1)
|
|
1795 {
|
|
1796 const char *v1; // edi@1
|
|
1797 signed int v2; // esi@1
|
|
1798
|
|
1799 v1 = Str1;
|
|
1800 v2 = 0;
|
|
1801 while ( _strcmpi(v1, _4E6BDC_loc_names[v2]) )
|
|
1802 {
|
|
1803 ++v2;
|
|
1804 if ( v2 >= 11 )
|
|
1805 return 0;
|
|
1806 }
|
|
1807 return v2 + 1;
|
|
1808 }
|
|
1809
|
|
1810
|
|
1811
|
|
1812 //----- (004488F7) --------------------------------------------------------
|
|
1813 void IndoorLocation::ToggleLight(unsigned int uLightID, unsigned int bToggle)
|
|
1814 {
|
|
1815 char *v2; // eax@4
|
|
1816
|
|
1817 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor && (signed int)uLightID <= pIndoor->uNumLights - 1 && (uLightID & 0x80000000u) == 0 )
|
|
1818 {
|
|
1819 v2 = (char *)&pIndoor->pLights[uLightID].uAtributes;
|
|
1820 if ( bToggle )
|
|
1821 *v2 &= 0xF7u;
|
|
1822 else
|
|
1823 *v2 |= 8u;
|
|
1824 pParty->uFlags |= 2u;
|
|
1825 }
|
|
1826 }
|
|
1827
|
|
1828
|
|
1829 //----- (00498E0A) --------------------------------------------------------
|
|
1830 bool IndoorLocation::Load(char *pFilename, int a3, size_t _i, char *pDest)
|
|
1831 {
|
|
1832 /*unsigned int v5; // ebx@1
|
|
1833 //IndoorLocation *v6; // esi@1
|
|
1834 FILE *v7; // edi@3
|
|
1835 bool result; // eax@3
|
|
1836 char *v9; // ecx@4
|
|
1837 void *v10; // eax@4
|
|
1838 //unsigned __int8 v11; // zf@4
|
|
1839 //unsigned __int8 v12; // sf@4
|
|
1840 int v13; // eax@5
|
|
1841 size_t v14; // ecx@6
|
|
1842 char *v15; // ecx@6
|
|
1843 int v16; // edx@6
|
|
1844 size_t v17; // ecx@6
|
|
1845 char *v18; // ecx@6
|
|
1846 int v19; // edx@6
|
|
1847 unsigned __int16 *v20; // edx@6
|
|
1848 unsigned __int16 *v21; // edx@6
|
|
1849 unsigned __int16 *v22; // edx@6
|
|
1850 __int16 v23; // ax@10
|
|
1851 char *v24; // ecx@10
|
|
1852 __int16 v25; // cx@10
|
|
1853 __int16 v26; // ax@11
|
|
1854 char *v27; // ecx@11
|
|
1855 unsigned __int16 v28; // ax@17
|
|
1856 BLVFaceExtra *v29; // ecx@17
|
|
1857 char *v30; // edx@17
|
|
1858 int v31; // ecx@20
|
|
1859 void *v32; // eax@25
|
|
1860 int v33; // eax@26
|
|
1861 unsigned __int16 *v34; // edx@27
|
|
1862 size_t v35; // ecx@27
|
|
1863 char *v36; // ecx@27
|
|
1864 int v37; // edx@27
|
|
1865 size_t v38; // ecx@27
|
|
1866 char *v39; // ecx@27
|
|
1867 int v40; // edx@27
|
|
1868 unsigned __int16 *v41; // edx@27
|
|
1869 unsigned __int16 *v42; // edx@27
|
|
1870 unsigned __int16 *v43; // edx@27
|
|
1871 unsigned __int16 *v44; // edx@27
|
|
1872 size_t v45; // ecx@27
|
|
1873 unsigned __int16 *v46; // edx@27
|
|
1874 void *v47; // eax@28
|
|
1875 BLVSector *v48; // eax@29
|
|
1876 size_t v49; // ecx@29
|
|
1877 unsigned __int16 *v50; // edx@31
|
|
1878 void *v51; // eax@32
|
|
1879 int v52; // eax@33
|
|
1880 unsigned __int16 *v53; // edx@34
|
|
1881 size_t v54; // ecx@34
|
|
1882 char *v55; // ecx@34
|
|
1883 int v56; // edx@34
|
|
1884 size_t v57; // ecx@34
|
|
1885 char *v58; // ecx@34
|
|
1886 int v59; // edx@34
|
|
1887 unsigned __int16 *v60; // edx@34
|
|
1888 unsigned __int16 *v61; // edx@34
|
|
1889 unsigned __int16 *v62; // edx@34
|
|
1890 unsigned __int16 *v63; // edx@34
|
|
1891 int v64; // ecx@34
|
|
1892 BLVDoor *v65; // ecx@36
|
|
1893 char *v66; // eax@37
|
|
1894 int v67; // edx@38
|
|
1895 int v68; // ecx@38
|
|
1896 BLVFace *v69; // edx@38
|
|
1897 int v70; // ecx@38
|
|
1898 int v71; // edx@38
|
|
1899 int v72; // eax@38
|
|
1900 unsigned __int16 v73; // ax@42
|
|
1901 char *v74; // ecx@42
|
|
1902 LayingItem *v75; // ecx@44
|
|
1903 size_t v76; // eax@45
|
|
1904 int j; // edx@46
|
|
1905 unsigned __int16 v78; // ax@50
|
|
1906 void *v79; // eax@52
|
|
1907 void **v80; // esi@52
|
|
1908 unsigned int v145; // eax@103
|
|
1909 void *v146; // eax@103
|
|
1910 unsigned int v147; // ecx@103
|
|
1911 int v148; // ebx@103
|
|
1912 unsigned int *v149; // ecx@103*/
|
|
1913 //size_t v150; // eax@103
|
|
1914 //unsigned int v151; // ebx@109
|
|
1915 //unsigned int v152; // ecx@116
|
|
1916 //unsigned int v153; // eax@117
|
|
1917 //size_t v154; // ebx@126
|
|
1918 //unsigned int v155; // ebx@134
|
|
1919 //size_t v156; // eax@140
|
|
1920 //signed int v157; // ebx@142
|
|
1921 //int v158; // ebx@148
|
|
1922 //BLVFace *v159; // eax@149
|
|
1923 // BLVFaceExtra *v160; // ecx@149
|
|
1924 //BLVFaceExtra *v161; // ecx@149
|
|
1925 //signed int v162; // ebx@154
|
|
1926 //unsigned int v163; // ebx@157
|
|
1927 //unsigned int v164; // ebx@157
|
|
1928 //unsigned int v165; // edx@158
|
|
1929 //char *v166; // ecx@158
|
|
1930 //unsigned __int16 v167; // ax@161
|
|
1931 //__int16 v168; // ax@165
|
|
1932 //unsigned int v169; // ebx@168
|
|
1933 //void *v170; // eax@168
|
|
1934 //size_t v171; // ebx@168
|
|
1935 //int v172; // edx@168
|
|
1936 //BLVDoor *v173; // ecx@169
|
|
1937 //int k; // eax@169
|
|
1938 //BLVDoor *v175; // ecx@172
|
|
1939 //int v176; // edx@172
|
|
1940 //BLVDoor *v177; // ecx@172
|
|
1941 //int v178; // edx@172
|
|
1942 //BLVDoor *v179; // ecx@172
|
|
1943 //int v180; // edx@172
|
|
1944 //BLVDoor *v181; // ecx@172
|
|
1945 //int v182; // edx@172
|
|
1946 //BLVDoor *v183; // ecx@172
|
|
1947 //int v184; // edx@172
|
|
1948 //BLVDoor *v185; // ecx@172
|
|
1949 //int v186; // edx@172
|
|
1950 //BLVDoor *v187; // ecx@172
|
|
1951 //int v188; // edx@172
|
|
1952 //unsigned __int16 *v189; // ebx@172
|
|
1953 //char *v190; // edx@173
|
|
1954 //BLVDoor *v191; // ecx@174
|
|
1955 //BLVDoor *l; // eax@175
|
|
1956 //signed int v193; // ebx@176
|
|
1957 //int v194; // ecx@176
|
|
1958 //BLVFaceExtra *v195; // ecx@176
|
|
1959 //BLVFace *v196; // ebx@178
|
|
1960 //std::string v197; // [sp-18h] [bp-680h]@66
|
|
1961 //void *v198; // [sp-14h] [bp-67Ch]@72
|
|
1962 //size_t v199; // [sp-10h] [bp-678h]@72
|
|
1963 //size_t v200; // [sp-Ch] [bp-674h]@72
|
|
1964 //const char *v201; // [sp-8h] [bp-670h]@4
|
|
1965 //int v202; // [sp-4h] [bp-66Ch]@4
|
|
1966 char v203[875]; // [sp+Ch] [bp-65Ch]@130
|
|
1967 char FileName[260]; // [sp+378h] [bp-2F0h]@1
|
|
1968 //char DstBuf; // [sp+47Ch] [bp-1ECh]@4
|
|
1969 __int32 Offset; // [sp+480h] [bp-1E8h]@4
|
|
1970 __int32 v207; // [sp+48Ch] [bp-1DCh]@4
|
|
1971 __int32 v208; // [sp+498h] [bp-1D0h]@4
|
|
1972 __int32 v209; // [sp+4A4h] [bp-1C4h]@4
|
|
1973 __int32 v210; // [sp+4B0h] [bp-1B8h]@4
|
|
1974 __int32 v211; // [sp+4BCh] [bp-1ACh]@15
|
|
1975 __int32 v212; // [sp+4C8h] [bp-1A0h]@15
|
|
1976 __int32 v213; // [sp+4D4h] [bp-194h]@25
|
|
1977 __int32 v214; // [sp+4E0h] [bp-188h]@25
|
|
1978 __int32 v215; // [sp+4ECh] [bp-17Ch]@32
|
|
1979 __int32 v216; // [sp+4F8h] [bp-170h]@32
|
|
1980 __int32 v217; // [sp+504h] [bp-164h]@40
|
|
1981 __int32 v218; // [sp+510h] [bp-158h]@40
|
|
1982 __int32 v219; // [sp+51Ch] [bp-14Ch]@43
|
|
1983 __int32 v220; // [sp+528h] [bp-140h]@43
|
|
1984 __int32 v221; // [sp+534h] [bp-134h]@52
|
|
1985 __int32 v222; // [sp+540h] [bp-128h]@52
|
|
1986 __int32 v223; // [sp+54Ch] [bp-11Ch]@52
|
|
1987 __int32 v224; // [sp+558h] [bp-110h]@52
|
|
1988 __int32 v225; // [sp+564h] [bp-104h]@52
|
|
1989 __int32 v226; // [sp+570h] [bp-F8h]@52
|
|
1990 __int32 v227; // [sp+57Ch] [bp-ECh]@52
|
|
1991 __int32 v228; // [sp+588h] [bp-E0h]@52
|
|
1992 __int32 v229; // [sp+594h] [bp-D4h]@52
|
|
1993 __int32 v230; // [sp+5A0h] [bp-C8h]@52
|
|
1994 __int32 v231; // [sp+5ACh] [bp-BCh]@52
|
|
1995 __int32 v232; // [sp+5B8h] [bp-B0h]@52
|
|
1996 __int32 v233; // [sp+5C4h] [bp-A4h]@52
|
|
1997 __int32 v234; // [sp+5D0h] [bp-98h]@52
|
|
1998 //char pName[40]; // [sp+5FCh] [bp-6Ch]@42
|
|
1999 //size_t pSource; // [sp+624h] [bp-44h]@67
|
|
2000 //char Dst[12]; // [sp+628h] [bp-40h]@9
|
|
2001 //char *v238; // [sp+634h] [bp-34h]@38
|
|
2002 ODMHeader header; // [sp+638h] [bp-30h]@61
|
|
2003 //void *ptr; // [sp+648h] [bp-20h]@66
|
|
2004 //size_t Count; // [sp+64Ch] [bp-1Ch]@109
|
|
2005 //int uSourceLen; // [sp+653h] [bp-15h]@66
|
|
2006 FILE *File; // [sp+658h] [bp-10h]@56
|
|
2007 //BLVSector *v244; // [sp+65Ch] [bp-Ch]@72
|
|
2008 //int v245; // [sp+660h] [bp-8h]@72
|
|
2009 //BLVFace *Src; // [sp+664h] [bp-4h]@73
|
|
2010 signed int Argsa; // [sp+670h] [bp+8h]@4
|
|
2011 signed int Argsb; // [sp+670h] [bp+8h]@7
|
|
2012 signed int Argsc; // [sp+670h] [bp+8h]@15
|
|
2013 signed int Argsd; // [sp+670h] [bp+8h]@18
|
|
2014 int Argse; // [sp+670h] [bp+8h]@25
|
|
2015 int Argsf; // [sp+670h] [bp+8h]@28
|
|
2016 int Argsg; // [sp+670h] [bp+8h]@32
|
|
2017 int Argsh; // [sp+670h] [bp+8h]@35
|
|
2018 signed int Argsi; // [sp+670h] [bp+8h]@40
|
|
2019 signed int Argsj; // [sp+670h] [bp+8h]@45
|
|
2020 //int Argsk; // [sp+670h] [bp+8h]@143
|
|
2021 //void *Argsl; // [sp+670h] [bp+8h]@155
|
|
2022 //signed int Argsm; // [sp+670h] [bp+8h]@161
|
|
2023 //signed int Argsn; // [sp+670h] [bp+8h]@175
|
|
2024
|
|
2025 //v5 = 0;
|
|
2026 //v6 = this;
|
|
2027 _6807E0_num_decorations_with_sounds_6807B8 = 0;
|
|
2028
|
|
2029 #pragma region "loading from txt"
|
|
2030 /*sprintf(FileName, "levels\\%s", pFilename);
|
|
2031 if ( GetFileAttributesA(FileName) != -1 )
|
|
2032 {
|
|
2033 Release();
|
|
2034 if ( Alloc() )
|
|
2035 {
|
|
2036 v7 = fopen(FileName, "rb");
|
|
2037 result = 1;
|
|
2038 if ( !v7 )
|
|
2039 return result;
|
|
2040 v9 = pDest;
|
|
2041 bLoaded = 1;
|
|
2042 v202 = (int)v7;
|
|
2043 v201 = (const char *)1;
|
|
2044 *(int *)v9 = 1;
|
|
2045 fread(&DstBuf, 0x180u, (size_t)v201, (FILE *)v202);
|
|
2046 fseek(v7, Offset, 0);
|
|
2047 fread(&blv, 0x88u, 1u, v7);
|
|
2048 fseek(v7, v207, 0);
|
|
2049 fread(&uNumVertices, 1u, 4u, v7);
|
|
2050 fseek(v7, v208, 0);
|
|
2051 fread(pVertices, 6u, uNumVertices, v7);
|
|
2052 fseek(v7, v209, 0);
|
|
2053 fread(&uNumFaces, 4u, 1u, v7);
|
|
2054 fseek(v7, v210, 0);
|
|
2055 fread(pFaces, 0x60u, uNumFaces, v7);
|
|
2056 v10 = pAllocator->AllocNamedChunk(ptr_2AC, blv.uFaces_fdata_Size, "L.FData");
|
|
2057 v202 = (int)v7;
|
|
2058 ptr_2AC = (unsigned __int16 *)v10;
|
|
2059 fread(v10, 1u, blv.uFaces_fdata_Size, (FILE *)v202);
|
|
2060 v11 = uNumFaces == 0;
|
|
2061 v12 = (uNumFaces & 0x80000000u) != 0;
|
|
2062 pDest = 0;
|
|
2063 Argsa = 0;
|
|
2064 if ( !(v12 | v11) )
|
|
2065 {
|
|
2066 v13 = 0;
|
|
2067 do
|
|
2068 {
|
|
2069 pFaces[v13].pVertexIDs = (unsigned __int16 *)&pDest[(unsigned int)ptr_2AC];
|
|
2070 v14 = (size_t)&pFaces[v13];
|
|
2071 i = v14;
|
|
2072 v15 = &pDest[2 * *(char *)(v14 + 93) + 2];
|
|
2073 v16 = (int)&v15[(unsigned int)ptr_2AC];
|
|
2074 pDest = v15;
|
|
2075 *(int *)(i + 52) = v16;
|
|
2076 v17 = (size_t)&pFaces[v13];
|
|
2077 i = v17;
|
|
2078 v18 = &pDest[2 * *(char *)(v17 + 93) + 2];
|
|
2079 v19 = (int)&v18[(unsigned int)ptr_2AC];
|
|
2080 pDest = v18;
|
|
2081 *(int *)(i + 56) = v19;
|
|
2082 i = (size_t)&pFaces[v13];
|
|
2083 v20 = ptr_2AC;
|
|
2084 pDest += 2 * *(char *)(i + 93) + 2;
|
|
2085 *(int *)(i + 60) = (int)(char *)v20 + (int)pDest;
|
|
2086 i = (size_t)&pFaces[v13];
|
|
2087 v21 = ptr_2AC;
|
|
2088 pDest += 2 * *(char *)(i + 93) + 2;
|
|
2089 *(int *)(i + 64) = (int)(char *)v21 + (int)pDest;
|
|
2090 i = (size_t)&pFaces[v13];
|
|
2091 ++v13;
|
|
2092 v22 = ptr_2AC;
|
|
2093 pDest += 2 * *(char *)(i + 93) + 2;
|
|
2094 ++Argsa;
|
|
2095 *(int *)(i + 68) = (int)(char *)v22 + (int)pDest;
|
|
2096 pDest += 2 * *((char *)&pFaces[v13] - 3) + 2;
|
|
2097 }
|
|
2098 while ( Argsa < (signed int)uNumFaces );
|
|
2099 }
|
|
2100 Argsb = 0;
|
|
2101 if ( (signed int)uNumFaces > 0 )
|
|
2102 {
|
|
2103 pDest = 0;
|
|
2104 do
|
|
2105 {
|
|
2106 fread(Dst, 1u, 0xAu, v7);
|
|
2107 if ( pDest[(unsigned int)pFaces + 45] & 0x40 )
|
|
2108 {
|
|
2109 v23 = pTextureFrameTable->FindTextureByName(Dst);
|
|
2110 v24 = pDest;
|
|
2111 *(short *)&pDest[(unsigned int)pFaces + 74] = v23;
|
|
2112 v25 = *(short *)&v24[(unsigned int)pFaces + 74];
|
|
2113 if ( v25 )
|
|
2114 {
|
|
2115 pTextureFrameTable->LoadAnimationSequenceAndPalettes(v25);
|
|
2116 }
|
|
2117 else
|
|
2118 {
|
|
2119 v26 = pBitmaps_LOD->LoadTexture(Dst);
|
|
2120 v27 = pDest;
|
|
2121 *(short *)&pDest[(unsigned int)pFaces + 74] = v26;
|
|
2122 v27[(unsigned int)pFaces + 45] &= 0xBFu;
|
|
2123 }
|
|
2124 }
|
|
2125 else
|
|
2126 {
|
|
2127 *(short *)&pDest[(unsigned int)pFaces + 74] = pBitmaps_LOD->LoadTexture(Dst);
|
|
2128 }
|
|
2129 ++Argsb;
|
|
2130 pDest += 96;
|
|
2131 }
|
|
2132 while ( Argsb < (signed int)uNumFaces );
|
|
2133 }
|
|
2134 fseek(v7, v211, 0);
|
|
2135 fread(&uNumFaceExtras, 4u, 1u, v7);
|
|
2136 fseek(v7, v212, 0);
|
|
2137 fread(pFaceExtras, 0x24u, uNumFaceExtras, v7);
|
|
2138 Argsc = 0;
|
|
2139 if ( (signed int)uNumFaceExtras > 0 )
|
|
2140 {
|
|
2141 pDest = 0;
|
|
2142 do
|
|
2143 {
|
|
2144 fread(Dst, 1u, 0xAu, v7);
|
|
2145 v28 = pBitmaps_LOD->LoadTexture(Dst);
|
|
2146 v29 = pFaceExtras;
|
|
2147 v30 = pDest;
|
|
2148 ++Argsc;
|
|
2149 pDest += 36;
|
|
2150 *(unsigned __int16 *)((char *)&v29->uAdditionalBitmapID + (int)v30) = v28;
|
|
2151 }
|
|
2152 while ( Argsc < (signed int)uNumFaceExtras );
|
|
2153 }
|
|
2154 Argsd = 0;
|
|
2155 if ( (signed int)uNumFaces > 0 )
|
|
2156 {
|
|
2157 pDest = 0;
|
|
2158 do
|
|
2159 {
|
|
2160 v31 = (int)&pFaceExtras[*(short *)&pDest[(unsigned int)pFaces + 72]];
|
|
2161 if ( *(short *)(v31 + 26) )
|
|
2162 {
|
|
2163 if ( ((BLVFaceExtra *)v31)->HasEventint() )
|
|
2164 pDest[(unsigned int)pFaces + 46] |= 0x10u;
|
|
2165 else
|
|
2166 pDest[(unsigned int)pFaces + 46] &= 0xEFu;
|
|
2167 }
|
|
2168 ++Argsd;
|
|
2169 pDest += 96;
|
|
2170 }
|
|
2171 while ( Argsd < (signed int)uNumFaces );
|
|
2172 }
|
|
2173 fseek(v7, v213, 0);
|
|
2174 fread(&uNumSectors, 4u, 1u, v7);
|
|
2175 fseek(v7, v214, 0);
|
|
2176 fread(pSectors, 0x74u, uNumSectors, v7);
|
|
2177 v32 = pAllocator->AllocNamedChunk(ptr_0002B0_sector_rdata, blv.uSector_rdata_Size, "L.RData");
|
|
2178 v202 = (int)v7;
|
|
2179 ptr_0002B0_sector_rdata = (unsigned __int16 *)v32;
|
|
2180 fread(v32, 1u, blv.uSector_rdata_Size, (FILE *)v202);
|
|
2181 v11 = uNumSectors == 0;
|
|
2182 v12 = uNumSectors < 0;
|
|
2183 pDest = 0;
|
|
2184 Argse = 0;
|
|
2185 if ( !(v12 | v11) )
|
|
2186 {
|
|
2187 v33 = 0;
|
|
2188 do
|
|
2189 {
|
|
2190 pSectors[v33].pFloors = (unsigned __int16 *)&pDest[(unsigned int)ptr_0002B0_sector_rdata];
|
|
2191 i = (size_t)&pSectors[v33];
|
|
2192 v34 = ptr_0002B0_sector_rdata;
|
|
2193 pDest += 2 * *(short *)(i + 4);
|
|
2194 *(int *)(i + 16) = (int)(char *)v34 + (int)pDest;
|
|
2195 v35 = (size_t)&pSectors[v33];
|
|
2196 i = v35;
|
|
2197 v36 = &pDest[2 * *(short *)(v35 + 12)];
|
|
2198 v37 = (int)&v36[(unsigned int)ptr_0002B0_sector_rdata];
|
|
2199 pDest = v36;
|
|
2200 *(int *)(i + 24) = v37;
|
|
2201 v38 = (size_t)&pSectors[v33];
|
|
2202 i = v38;
|
|
2203 v39 = &pDest[2 * *(short *)(v38 + 20)];
|
|
2204 v40 = (int)&v39[(unsigned int)ptr_0002B0_sector_rdata];
|
|
2205 pDest = v39;
|
|
2206 *(int *)(i + 32) = v40;
|
|
2207 i = (size_t)&pSectors[v33];
|
|
2208 v41 = ptr_0002B0_sector_rdata;
|
|
2209 pDest += 2 * *(short *)(i + 28);
|
|
2210 *(int *)(i + 40) = (int)(char *)v41 + (int)pDest;
|
|
2211 i = (size_t)&pSectors[v33];
|
|
2212 v42 = ptr_0002B0_sector_rdata;
|
|
2213 pDest += 2 * *(short *)(i + 36);
|
|
2214 *(int *)(i + 48) = (int)(char *)v42 + (int)pDest;
|
|
2215 i = (size_t)&pSectors[v33];
|
|
2216 v43 = ptr_0002B0_sector_rdata;
|
|
2217 pDest += 2 * *(short *)(i + 44);
|
|
2218 *(int *)(i + 64) = (int)(char *)v43 + (int)pDest;
|
|
2219 i = (size_t)&pSectors[v33];
|
|
2220 v44 = ptr_0002B0_sector_rdata;
|
|
2221 pDest += 2 * *(short *)(i + 60);
|
|
2222 *(int *)(i + 72) = (int)(char *)v44 + (int)pDest;
|
|
2223 v45 = (size_t)&pSectors[v33];
|
|
2224 ++v33;
|
|
2225 i = v45;
|
|
2226 v46 = ptr_0002B0_sector_rdata;
|
|
2227 pDest += 2 * *(short *)(v45 + 68);
|
|
2228 ++Argse;
|
|
2229 *(int *)(v45 + 80) = (int)(char *)v46 + (int)pDest;
|
|
2230 pDest += 2 * *((short *)&pSectors[v33] - 20);
|
|
2231 }
|
|
2232 while ( Argse < uNumSectors );
|
|
2233 }
|
|
2234 v47 = pAllocator->AllocNamedChunk(
|
|
2235 ptr_0002B8_sector_lrdata,
|
|
2236 blv.uSector_lrdata_Size,
|
|
2237 "L.RLData");
|
|
2238 v202 = (int)v7;
|
|
2239 ptr_0002B8_sector_lrdata = (unsigned __int16 *)v47;
|
|
2240 fread(v47, 1u, blv.uSector_lrdata_Size, (FILE *)v202);
|
|
2241 v11 = uNumSectors == 0;
|
|
2242 v12 = uNumSectors < 0;
|
|
2243 pDest = 0;
|
|
2244 Argsf = 0;
|
|
2245 if ( !(v12 | v11) )
|
|
2246 {
|
|
2247 v48 = pSectors;
|
|
2248 v49 = 0;
|
|
2249 for ( i = 0; ; v49 = i )
|
|
2250 {
|
|
2251 v50 = ptr_0002B8_sector_lrdata;
|
|
2252 i += 116;
|
|
2253 ++Argsf;
|
|
2254 *(BLVLightMM7 **)((char *)&v48->pLights + v49) = (BLVLightMM7 *)((char *)v50 + (int)pDest);
|
|
2255 v48 = pSectors;
|
|
2256 pDest += 2 * *(__int16 *)((char *)&v48->uNumLights + v49);
|
|
2257 if ( Argsf >= uNumSectors )
|
|
2258 break;
|
|
2259 }
|
|
2260 }
|
|
2261 fseek(v7, v215, 0);
|
|
2262 fread(&uNumDoors, 4u, 1u, v7);
|
|
2263 fseek(v7, v216, 0);
|
|
2264 fread(pDoors, 0x50u, 0xC8u, v7);
|
|
2265 v51 = pAllocator->AllocNamedChunk(ptr_0002B4_doors_ddata, blv.uDoors_ddata_Size, "L.DData");
|
|
2266 v202 = (int)v7;
|
|
2267 ptr_0002B4_doors_ddata = (unsigned __int16 *)v51;
|
|
2268 fread(v51, 1u, blv.uDoors_ddata_Size, (FILE *)v202);
|
|
2269 v11 = uNumDoors == 0;
|
|
2270 v12 = uNumDoors < 0;
|
|
2271 pDest = 0;
|
|
2272 Argsg = 0;
|
|
2273 if ( !(v12 | v11) )
|
|
2274 {
|
|
2275 v52 = 0;
|
|
2276 do
|
|
2277 {
|
|
2278 pDoors[v52].pVertexIDs = (unsigned __int16 *)&pDest[(unsigned int)ptr_0002B4_doors_ddata];
|
|
2279 i = (size_t)&pDoors[v52];
|
|
2280 v53 = ptr_0002B4_doors_ddata;
|
|
2281 pDest += 2 * *(short *)(i + 68);
|
|
2282 *(int *)(i + 40) = (int)(char *)v53 + (int)pDest;
|
|
2283 v54 = (size_t)&pDoors[v52];
|
|
2284 i = v54;
|
|
2285 v55 = &pDest[2 * *(short *)(v54 + 70)];
|
|
2286 v56 = (int)&v55[(unsigned int)ptr_0002B4_doors_ddata];
|
|
2287 pDest = v55;
|
|
2288 *(int *)(i + 44) = v56;
|
|
2289 v57 = (size_t)&pDoors[v52];
|
|
2290 i = v57;
|
|
2291 v58 = &pDest[2 * *(short *)(v57 + 72)];
|
|
2292 v59 = (int)&v58[(unsigned int)ptr_0002B4_doors_ddata];
|
|
2293 pDest = v58;
|
|
2294 *(int *)(i + 48) = v59;
|
|
2295 i = (size_t)&pDoors[v52];
|
|
2296 v60 = ptr_0002B4_doors_ddata;
|
|
2297 pDest += 2 * *(short *)(i + 70);
|
|
2298 *(int *)(i + 52) = (int)(char *)v60 + (int)pDest;
|
|
2299 i = (size_t)&pDoors[v52];
|
|
2300 v61 = ptr_0002B4_doors_ddata;
|
|
2301 pDest += 2 * *(short *)(i + 70);
|
|
2302 *(int *)(i + 56) = (int)(char *)v61 + (int)pDest;
|
|
2303 i = (size_t)&pDoors[v52];
|
|
2304 v62 = ptr_0002B4_doors_ddata;
|
|
2305 pDest += 2 * *(short *)(i + 74);
|
|
2306 *(int *)(i + 60) = (int)(char *)v62 + (int)pDest;
|
|
2307 i = (size_t)&pDoors[v52];
|
|
2308 v63 = ptr_0002B4_doors_ddata;
|
|
2309 pDest += 2 * *(short *)(i + 74);
|
|
2310 *(int *)(i + 64) = (int)(char *)v63 + (int)pDest;
|
|
2311 ++Argsg;
|
|
2312 v64 = pDoors[v52].uNumOffsets;
|
|
2313 ++v52;
|
|
2314 pDest += 2 * v64;
|
|
2315 }
|
|
2316 while ( Argsg < uNumDoors );
|
|
2317 }
|
|
2318 Argsh = 0;
|
|
2319 if ( uNumDoors > 0 )
|
|
2320 {
|
|
2321 v65 = pDoors;
|
|
2322 pDest = 0;
|
|
2323 do
|
|
2324 {
|
|
2325 i = 0;
|
|
2326 v66 = &pDest[(int)v65];
|
|
2327 if ( *(short *)&pDest[(int)v65 + 70] > 0 )
|
|
2328 {
|
|
2329 do
|
|
2330 {
|
|
2331 v67 = *((int *)v66 + 10);
|
|
2332 a3 = 2 * i;
|
|
2333 v68 = *(short *)(v67 + 2 * i);
|
|
2334 v69 = pFaces;
|
|
2335 ++i;
|
|
2336 v70 = (int)&pFaceExtras[v69[v68].uFaceExtraID];
|
|
2337 v71 = *((int *)v66 + 12);
|
|
2338 v72 = a3;
|
|
2339 v238 = (char *)v70;
|
|
2340 *(short *)(a3 + v71) = *(short *)(v70 + 20);
|
|
2341 *(__int16 *)(*(char **)((char *)&pDoors->pDeltaVs + (unsigned int)pDest) + v72) = *((short *)v238 + 11);
|
|
2342 v65 = pDoors;
|
|
2343 v66 = &pDest[(int)v65];
|
|
2344 }
|
|
2345 while ( (signed int)i < *(short *)&pDest[(int)v65 + 70] );
|
|
2346 }
|
|
2347 ++Argsh;
|
|
2348 pDest += 80;
|
|
2349 }
|
|
2350 while ( Argsh < uNumDoors );
|
|
2351 }
|
|
2352 fseek(v7, v217, 0);
|
|
2353 fread(&uNumLevelDecorations, 4u, 1u, v7);
|
|
2354 fseek(v7, v218, 0);
|
|
2355 fread(pLevelDecorations, 0x20u, uNumLevelDecorations, v7);
|
|
2356 Argsi = 0;
|
|
2357 if ( (signed int)uNumLevelDecorations > 0 )
|
|
2358 {
|
|
2359 pDest = (char *)pLevelDecorations;
|
|
2360 do
|
|
2361 {
|
|
2362 fread(pName, 1u, 0x20u, v7);
|
|
2363 v73 = pDecorationList->GetDecorIdByName(pName);
|
|
2364 v74 = pDest;
|
|
2365 ++Argsi;
|
|
2366 pDest += 32;
|
|
2367 *(short *)v74 = v73;
|
|
2368 }
|
|
2369 while ( Argsi < (signed int)uNumLevelDecorations );
|
|
2370 }
|
|
2371 fseek(v7, v219, 0);
|
|
2372 fread(&uNumLayingItems, 4u, 1u, v7);
|
|
2373 fseek(v7, v220, 0);
|
|
2374 fread(pLayingItems, 0x70u, uNumLayingItems, v7);
|
|
2375 if ( (signed int)uNumLayingItems > 0 )
|
|
2376 {
|
|
2377 v75 = pLayingItems;
|
|
2378 pDest = (char *)uNumLayingItems;
|
|
2379 do
|
|
2380 {
|
|
2381 Argsj = 0;
|
|
2382 v76 = 48 * v75->stru_24.uItemID;
|
|
2383 v11 = pObjectList->uNumObjects == 0;
|
|
2384 v12 = (pObjectList->uNumObjects & 0x80000000u) != 0;
|
|
2385 LOWORD(v76) = *(unsigned __int16 *)((char *)&pItemsTable->pItems[0].uSpriteID + v76);
|
|
2386 i = v76;
|
|
2387 v75->uItemType = v76;
|
|
2388 if ( v12 | v11 )
|
|
2389 {
|
|
2390 LABEL_50:
|
|
2391 v78 = 0;
|
|
2392 }
|
|
2393 else
|
|
2394 {
|
|
2395 for ( j = (int)&pObjectList->pObjects->uObjectID; (short)v76 != *(short *)j; j = a3 )
|
|
2396 {
|
|
2397 ++Argsj;
|
|
2398 a3 = j + 56;
|
|
2399 if ( Argsj >= (signed int)pObjectList->uNumObjects )
|
|
2400 goto LABEL_50;
|
|
2401 LOWORD(v76) = i;
|
|
2402 }
|
|
2403 v78 = Argsj;
|
|
2404 }
|
|
2405 v75->uObjectDescID = v78;
|
|
2406 ++v75;
|
|
2407 --pDest;
|
|
2408 }
|
|
2409 while ( pDest );
|
|
2410 }
|
|
2411 fseek(v7, v221, 0);
|
|
2412 fread(&uNumActors, 4u, 1u, v7);
|
|
2413 fseek(v7, v222, 0);
|
|
2414 fread(pActors, 0x344u, uNumActors, v7);
|
|
2415 fseek(v7, v228, 0);
|
|
2416 fread(&uNumChests, 4u, 1u, v7);
|
|
2417 fseek(v7, v229, 0);
|
|
2418 fread(pChests, 0x14CCu, uNumChests, v7);
|
|
2419 fseek(v7, v224, 0);
|
|
2420 fread(&uNumLights, 4u, 1u, v7);
|
|
2421 fseek(v7, v225, 0);
|
|
2422 fread(pLights, 0x10u, uNumLights, v7);
|
|
2423 fseek(v7, v226, 0);
|
|
2424 fread(&uNumNodes, 4u, 1u, v7);
|
|
2425 fseek(v7, v227, 0);
|
|
2426 fread(pNodes, 8u, uNumNodes, v7);
|
|
2427 fseek(v7, v230, 0);
|
|
2428 fread(&uNumSpawnPoints, 4u, 1u, v7);
|
|
2429 v79 = pAllocator->AllocNamedChunk(pSpawnPoints, 24 * uNumSpawnPoints, "Spawn");
|
|
2430 v202 = 0;
|
|
2431 pSpawnPoints = (SpawnPointMM7 *)v79;
|
|
2432 fseek(v7, v231, v202);
|
|
2433 fread(pSpawnPoints, 0x18u, uNumSpawnPoints, v7);
|
|
2434 fseek(v7, v232, 0);
|
|
2435 fread(&dlv, 0x28u, 1u, v7);
|
|
2436 fseek(v7, v233, 0);
|
|
2437 fread(&stru_5E4C90, 1u, 0xC8u, v7);
|
|
2438 fseek(v7, v234, 0);
|
|
2439 fread(&uLastVisitDay, 1u, 0x38u, v7);
|
|
2440 fseek(v7, v223, 0);
|
|
2441 v80 = (void **)&pMapOutlines;
|
|
2442 fread(*v80, 4u, 1u, v7);
|
|
2443 fread((char *)*v80 + 4, 0xCu, *(int *)*v80, v7);
|
|
2444 fclose(v7);
|
|
2445 goto LABEL_179;
|
|
2446 }
|
|
2447 return 4;
|
|
2448 }*/
|
|
2449 #pragma endregion
|
|
2450
|
|
2451 if (bLoaded)
|
|
2452 {
|
|
2453 Log::Warning(L"BLV is already loaded");
|
|
2454 return 3;
|
|
2455 }
|
|
2456
|
|
2457 if ( !pGames_LOD->DoesContainerExist(pFilename) )
|
|
2458 Abortf("Unable to find %s in Games.LOD", pFilename);
|
|
2459
|
|
2460 //v238 = pFilename - 4;
|
|
2461 //v81 = strlen(pFilename);
|
|
2462 strcpy(this->pFilename, pFilename);
|
|
2463 strcpy(&pFilename[strlen(pFilename) - 4], ".blv");
|
|
2464 File = pGames_LOD->FindContainer(pFilename, 1);
|
|
2465 //File = v82;
|
|
2466
|
|
2467 Release();
|
|
2468 if ( !Alloc() )
|
|
2469 return 4;
|
|
2470
|
|
2471 header.uVersion = 91969;
|
|
2472 header.pMagic[0] = 'm';
|
|
2473 header.pMagic[1] = 'v';
|
|
2474 header.pMagic[2] = 'i';
|
|
2475 header.pMagic[3] = 'i';
|
|
2476 header.uCompressedSize = 0;
|
|
2477 header.uDecompressedSize = 0;
|
|
2478 fread(&header, sizeof(ODMHeader), 1u, File);
|
|
2479 if (header.uVersion != 91969 ||
|
|
2480 header.pMagic[0] != 'm' ||
|
|
2481 header.pMagic[1] != 'v' ||
|
|
2482 header.pMagic[2] != 'i' ||
|
|
2483 header.pMagic[3] != 'i' )
|
|
2484 {
|
|
2485 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:792", 0);
|
|
2486 }
|
|
2487 //v83 = header.uCompressedSize;
|
|
2488 //pSource = header.uDecompressedSize;
|
|
2489 //v84 = malloc(header.uDecompressedSize);
|
|
2490 //v85 = v84;
|
|
2491 //ptr = v84;
|
|
2492 auto pRawBLV = malloc(header.uDecompressedSize);
|
|
2493 memset(pRawBLV, 0, header.uDecompressedSize);
|
|
2494
|
|
2495 if (header.uCompressedSize == header.uDecompressedSize)
|
|
2496 fread(pRawBLV, header.uDecompressedSize, 1, File);
|
|
2497 else if (header.uCompressedSize < header.uDecompressedSize)
|
|
2498 {
|
|
2499 auto pTmpMem = malloc(header.uCompressedSize);
|
|
2500 {
|
|
2501 fread(pTmpMem, header.uCompressedSize, 1, File);
|
|
2502
|
|
2503 uint uDecompressedSize = header.uDecompressedSize;
|
|
2504 zlib::MemUnzip(pRawBLV, &uDecompressedSize, pTmpMem, header.uCompressedSize);
|
|
2505
|
|
2506 if (uDecompressedSize != header.uDecompressedSize)
|
|
2507 Log::Warning(L"uDecompressedSize != header.uDecompressedSize in BLV");
|
|
2508 }
|
|
2509 free(pTmpMem);
|
|
2510 }
|
|
2511 else
|
|
2512 {
|
|
2513 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:803", 0);
|
|
2514 return 0;
|
|
2515 }
|
|
2516
|
|
2517 assert(sizeof(Vec3_short_) == 6);
|
|
2518 assert(sizeof(BLVFace) == 96);
|
|
2519 assert(sizeof(BLVFaceExtra) == 36);
|
|
2520 assert(sizeof(BLVSector) == 116);
|
|
2521 assert(sizeof(LevelDecoration) == 32);
|
|
2522 assert(sizeof(BLVLightMM7) == 16);
|
|
2523 assert(sizeof(BSPNode) == 8);
|
|
2524 assert(sizeof(SpawnPointMM7) == 24);
|
|
2525 assert(sizeof(DDM_DLV_Header) == 40);
|
|
2526 assert(sizeof(Actor) == 836);
|
|
2527 assert(sizeof(LayingItem) == 112);
|
|
2528 assert(sizeof(Chest) == 5324);
|
|
2529 assert(sizeof(stru123) == 0xC8);
|
|
2530 assert(sizeof(BLVMapOutline) == 12);
|
|
2531
|
|
2532 bLoaded = true;
|
|
2533
|
|
2534 auto pData = (char *)pRawBLV;
|
|
2535
|
|
2536 pGameLoadingUI_ProgressBar->Progress();
|
|
2537
|
|
2538 memcpy(&blv, pData, 136);
|
|
2539 memcpy(&uNumVertices, pData += 136, 4);
|
|
2540 memcpy(pVertices, pData += 4, uNumVertices * sizeof(Vec3_short_));
|
|
2541
|
|
2542 pGameLoadingUI_ProgressBar->Progress();
|
|
2543
|
|
2544 memcpy(&uNumFaces, pData += uNumVertices * sizeof(Vec3_short_), 4);
|
|
2545
|
|
2546 pGameLoadingUI_ProgressBar->Progress();
|
|
2547
|
|
2548 memcpy(pFaces, pData += 4, uNumFaces * sizeof (BLVFace));
|
|
2549 ptr_2AC = (unsigned __int16 *)pAllocator->AllocNamedChunk(ptr_2AC, blv.uFaces_fdata_Size, "L.FData");
|
|
2550
|
|
2551 memcpy(ptr_2AC, pData += uNumFaces * sizeof (BLVFace), blv.uFaces_fdata_Size);
|
|
2552
|
|
2553 for (uint i = 0, j = 0; i < uNumFaces; ++i)
|
|
2554 {
|
|
2555 auto pFace = pFaces + i;
|
|
2556
|
|
2557 pFace->pVertexIDs = ptr_2AC + j;
|
|
2558
|
|
2559 j += pFace->uNumVertices + 1;
|
|
2560 pFace->pXInterceptDisplacements = ptr_2AC + j;
|
|
2561
|
|
2562 j += pFace->uNumVertices + 1;
|
|
2563 pFace->pYInterceptDisplacements = ptr_2AC + j;
|
|
2564
|
|
2565 j += pFace->uNumVertices + 1;
|
|
2566 pFace->pZInterceptDisplacements = ptr_2AC + j;
|
|
2567
|
|
2568 j += pFace->uNumVertices + 1;
|
|
2569 pFace->pVertexUIDs = (__int16 *)(ptr_2AC + j);
|
|
2570
|
|
2571 j += pFace->uNumVertices + 1;
|
|
2572 pFace->pVertexVIDs = (__int16 *)(ptr_2AC + j);
|
|
2573
|
|
2574 j += pFace->uNumVertices + 1;
|
|
2575 /*v93 = &pFaces[v92];
|
|
2576 Src = v93;
|
|
2577 v94 = (BLVSector *)((char *)v244 + 2 * v93->uNumVertices + 2);
|
|
2578 v95 = (unsigned __int16 *)((char *)v94 + (unsigned int)ptr_2AC);
|
|
2579 v244 = v94;
|
|
2580 Src->pXInterceptDisplacements = v95;
|
|
2581 v96 = (int)&pFaces[v92];
|
|
2582 Src = (BLVFace *)v96;
|
|
2583 v97 = (BLVSector *)((char *)v244 + 2 * *(char *)(v96 + 93) + 2);
|
|
2584 v98 = (unsigned __int16 *)((char *)v97 + (unsigned int)ptr_2AC);
|
|
2585 v244 = v97;
|
|
2586 Src->pYInterceptDisplacements = v98;
|
|
2587 Src = &pFaces[v92];
|
|
2588 v99 = ptr_2AC;
|
|
2589 v244 = (BLVSector *)((char *)v244 + 2 * Src->uNumVertices + 2);
|
|
2590 Src->pZInterceptDisplacements = (unsigned __int16 *)((char *)v99 + (int)v244);
|
|
2591 Src = &pFaces[v92];
|
|
2592 v100 = ptr_2AC;
|
|
2593 v244 = (BLVSector *)((char *)v244 + 2 * Src->uNumVertices + 2);
|
|
2594 Src->pVertexUIDs = (unsigned __int16 *)((char *)v100 + (int)v244);
|
|
2595 Src = &pFaces[v92];
|
|
2596 ++v92;
|
|
2597 v101 = ptr_2AC;
|
|
2598 v244 = (BLVSector *)((char *)v244 + 2 * Src->uNumVertices + 2);
|
|
2599 ++v245;
|
|
2600 Src->pVertexVIDs = (unsigned __int16 *)((char *)v101 + (int)v244);
|
|
2601 v244 = (BLVSector *)((char *)v244 + 2 * *((char *)&pFaces[v92] - 3) + 2);*/
|
|
2602 }
|
|
2603
|
|
2604 pGameLoadingUI_ProgressBar->Progress();
|
|
2605
|
|
2606 pData += blv.uFaces_fdata_Size;
|
|
2607
|
|
2608 for (uint i = 0; i < uNumFaces; ++i)
|
|
2609 {
|
|
2610 auto pFace = pFaces + i;
|
|
2611
|
|
2612 char pTexName[16];
|
|
2613 strncpy(pTexName, pData, 10);
|
|
2614 pData += 10;
|
|
2615
|
|
2616 if (pFace->uAttributes & 0x4000)
|
|
2617 {
|
|
2618 pFace->uBitmapID = pTextureFrameTable->FindTextureByName(pTexName);
|
|
2619 if (pFace->uBitmapID)
|
|
2620 pTextureFrameTable->LoadAnimationSequenceAndPalettes(pFace->uBitmapID);
|
|
2621 else
|
|
2622 {
|
|
2623 pFace->uBitmapID = pBitmaps_LOD->LoadTexture(pTexName);
|
|
2624 pFace->uAttributes &= ~0x4000;
|
|
2625 }
|
|
2626 }
|
|
2627 else
|
|
2628 pFace->uBitmapID = pBitmaps_LOD->LoadTexture(pTexName);
|
|
2629 }
|
|
2630
|
|
2631 pGameLoadingUI_ProgressBar->Progress();
|
|
2632
|
|
2633 memcpy(&uNumFaceExtras, pData, 4u);
|
|
2634 memcpy(pFaceExtras, pData += 4, uNumFaceExtras * sizeof(BLVFaceExtra));
|
|
2635 pData += uNumFaceExtras * sizeof(BLVFaceExtra);
|
|
2636
|
|
2637 pGameLoadingUI_ProgressBar->Progress();
|
|
2638
|
|
2639 //v108 = (char *)v107 + 36 * uNumFaceExtras;
|
|
2640 //v245 = 0;
|
|
2641 //*(int *)((char *)&uSourceLen + 1) = 0;
|
|
2642 for (uint i = 0; i < uNumFaceExtras; ++i)
|
|
2643 {
|
|
2644 char pTexName[32];
|
|
2645 strncpy(pTexName, pData, 10);
|
|
2646 pData += 10;
|
|
2647
|
|
2648 if (!strcmp(pTexName, ""))
|
|
2649 pFaceExtras[i].uAdditionalBitmapID = -1;
|
|
2650 else
|
|
2651 pFaceExtras[i].uAdditionalBitmapID = pBitmaps_LOD->LoadTexture(pTexName);
|
|
2652 }
|
|
2653
|
|
2654
|
|
2655 for (uint i = 0; i < uNumFaces; ++i)
|
|
2656 {
|
|
2657 auto pFace = pFaces + i;
|
|
2658 auto pFaceExtra = pFaceExtras + pFace->uFaceExtraID;
|
|
2659
|
|
2660 if (pFaceExtra->uEventID)
|
|
2661 {
|
|
2662 if (pFaceExtra->HasEventint())
|
|
2663 pFace->uAttributes |= 0x100000;
|
|
2664 else
|
|
2665 pFace->uAttributes &= ~0x100000;
|
|
2666 }
|
|
2667 }
|
|
2668
|
|
2669 pGameLoadingUI_ProgressBar->Progress();
|
|
2670
|
|
2671 memcpy(&uNumSectors, pData, 4);
|
|
2672 memcpy(pSectors, pData + 4, uNumSectors * sizeof(BLVSector));
|
|
2673 pData += 4 + uNumSectors * sizeof(BLVSector);
|
|
2674
|
|
2675 pGameLoadingUI_ProgressBar->Progress();
|
|
2676
|
|
2677 ptr_0002B0_sector_rdata = (unsigned short *)pAllocator->AllocNamedChunk(ptr_0002B0_sector_rdata, blv.uSector_rdata_Size, "L.RData");
|
|
2678 memcpy(ptr_0002B0_sector_rdata, pData, blv.uSector_rdata_Size);
|
|
2679 pData += blv.uSector_rdata_Size;
|
|
2680
|
|
2681 for (uint i = 0, j = 0; i < uNumSectors; ++i)
|
|
2682 {
|
|
2683 auto pSector = pSectors + i;
|
|
2684
|
|
2685 pSector->pFloors = ptr_0002B0_sector_rdata + j;
|
|
2686 j += pSector->uNumFloors;
|
|
2687
|
|
2688 pSector->pWalls = ptr_0002B0_sector_rdata + j;
|
|
2689 j += pSector->field_C;
|
|
2690
|
|
2691 pSector->pCeilings = ptr_0002B0_sector_rdata + j;
|
|
2692 j += pSector->field_14;
|
|
2693
|
|
2694 pSector->pFluids = ptr_0002B0_sector_rdata + j;
|
|
2695 j += pSector->field_1C;
|
|
2696
|
|
2697 pSector->pPortals = ptr_0002B0_sector_rdata + j;
|
|
2698 j += pSector->uNumPortals;
|
|
2699
|
|
2700 pSector->pFaceIDs = ptr_0002B0_sector_rdata + j;
|
|
2701 j += pSector->field_2C;
|
|
2702
|
|
2703 pSector->pCogs = ptr_0002B0_sector_rdata + j;
|
|
2704 j += pSector->field_3C;
|
|
2705
|
|
2706 pSector->pDecorationIDs = ptr_0002B0_sector_rdata + j;
|
|
2707 j += pSector->uNumDecorations;
|
|
2708
|
|
2709 pSector->pMarkers = ptr_0002B0_sector_rdata + j;
|
|
2710 j += pSector->field_4C;
|
|
2711
|
|
2712
|
|
2713 //do
|
|
2714 //{
|
|
2715 /*pSectors[v118].pFloors = (unsigned __int16 *)((char *)Src + (unsigned int)ptr_0002B0_sector_rdata);
|
|
2716 v244 = &pSectors[v118];
|
|
2717 v119 = ptr_0002B0_sector_rdata;
|
|
2718 Src = (BLVFace *)((char *)Src + 2 * v244->field_4);
|
|
2719 v244->pWalls = (unsigned __int16 *)((char *)v119 + (int)Src);
|
|
2720 v120 = (int)&pSectors[v118];
|
|
2721 v244 = (BLVSector *)v120;
|
|
2722 v121 = (BLVFace *)((char *)Src + 2 * *(short *)(v120 + 12));
|
|
2723 v122 = (unsigned __int16 *)((char *)v121 + (unsigned int)ptr_0002B0_sector_rdata);
|
|
2724 Src = v121;
|
|
2725 v244->pCeilings = v122;
|
|
2726 v123 = (int)&pSectors[v118];
|
|
2727 v244 = (BLVSector *)v123;
|
|
2728 v124 = (BLVFace *)((char *)Src + 2 * *(short *)(v123 + 20));
|
|
2729 v125 = (unsigned __int16 *)((char *)v124 + (unsigned int)ptr_0002B0_sector_rdata);
|
|
2730 Src = v124;
|
|
2731 v244->pFluids = v125;
|
|
2732 v244 = &pSectors[v118];
|
|
2733 v126 = ptr_0002B0_sector_rdata;
|
|
2734 Src = (BLVFace *)((char *)Src + 2 * v244->field_1C);
|
|
2735 v244->pPortals = (unsigned __int16 *)((char *)v126 + (int)Src);
|
|
2736 v244 = &pSectors[v118];
|
|
2737 v127 = ptr_0002B0_sector_rdata;
|
|
2738 Src = (BLVFace *)((char *)Src + 2 * v244->uNumPortals);
|
|
2739 v244->pFaceIDs = (unsigned __int16 *)((char *)v127 + (int)Src);
|
|
2740 v244 = &pSectors[v118];
|
|
2741 v128 = ptr_0002B0_sector_rdata;
|
|
2742 Src = (BLVFace *)((char *)Src + 2 * v244->field_2C);
|
|
2743 v244->pCogs = (unsigned __int16 *)((char *)v128 + (int)Src);
|
|
2744 v244 = &pSectors[v118];
|
|
2745 v129 = ptr_0002B0_sector_rdata;
|
|
2746 Src = (BLVFace *)((char *)Src + 2 * v244->field_3C);
|
|
2747 v244->pDecorationIDs = (unsigned __int16 *)((char *)v129 + (int)Src);
|
|
2748 v130 = (int)&pSectors[v118];
|
|
2749 ++v118;
|
|
2750 v244 = (BLVSector *)v130;
|
|
2751 v131 = ptr_0002B0_sector_rdata;
|
|
2752 Src = (BLVFace *)((char *)Src + 2 * *(short *)(v130 + 68));
|
|
2753 ++v245;
|
|
2754 *(int *)(v130 + 80) = (int)(char *)v131 + (int)Src;
|
|
2755 Src = (BLVFace *)((char *)Src + 2 * *((short *)&pSectors[v118] - 20));*/
|
|
2756 //}
|
|
2757 //while ( v245 < uNumSectors );
|
|
2758 }
|
|
2759
|
|
2760 ptr_0002B8_sector_lrdata = (unsigned __int16 *)pAllocator->AllocNamedChunk(ptr_0002B8_sector_lrdata, blv.uSector_lrdata_Size, "L.RLData");
|
|
2761 memcpy(ptr_0002B8_sector_lrdata, pData, blv.uSector_lrdata_Size);
|
|
2762 pData += blv.uSector_lrdata_Size;
|
|
2763
|
|
2764 pGameLoadingUI_ProgressBar->Progress();
|
|
2765
|
|
2766 for (uint i = 0, j = 0; i < uNumSectors; ++i)
|
|
2767 {
|
|
2768 pSectors->pLights = (unsigned __int16 *)(ptr_0002B8_sector_lrdata + j);
|
|
2769 j += pSectors->uNumLights;
|
|
2770 }
|
|
2771
|
|
2772 pGameLoadingUI_ProgressBar->Progress();
|
|
2773
|
|
2774 memcpy(&uNumDoors, pData, 4);
|
|
2775 pData += 4;
|
|
2776
|
|
2777 pGameLoadingUI_ProgressBar->Progress();
|
|
2778 pGameLoadingUI_ProgressBar->Progress();
|
|
2779
|
|
2780 memcpy(&uNumLevelDecorations, pData, 4);
|
|
2781 memcpy(pLevelDecorations, pData + 4, uNumLevelDecorations * sizeof(LevelDecoration));
|
|
2782 pData += 4 + uNumLevelDecorations * sizeof(LevelDecoration);
|
|
2783
|
|
2784 for (uint i = 0; i < uNumLevelDecorations; ++i)
|
|
2785 {
|
|
2786 pLevelDecorations[i].uDecorationDescID = pDecorationList->GetDecorIdByName(pData);
|
|
2787
|
|
2788 pData += 32;
|
|
2789 }
|
|
2790
|
|
2791 pGameLoadingUI_ProgressBar->Progress();
|
|
2792
|
|
2793 memcpy(&uNumLights, pData, 4);
|
|
2794 memcpy(pLights, pData + 4, uNumLights * sizeof(BLVLightMM7));
|
|
2795 pData += 4 + uNumLights * sizeof(BLVLightMM7);
|
|
2796
|
|
2797 pGameLoadingUI_ProgressBar->Progress();
|
|
2798 pGameLoadingUI_ProgressBar->Progress();
|
|
2799
|
|
2800 memcpy(&uNumNodes, pData, 4);
|
|
2801 memcpy(pNodes, pData + 4, uNumNodes * sizeof(BSPNode));
|
|
2802 pData += 4 + uNumNodes * sizeof(BSPNode);
|
|
2803
|
|
2804 pGameLoadingUI_ProgressBar->Progress();
|
|
2805 pGameLoadingUI_ProgressBar->Progress();
|
|
2806
|
|
2807 memcpy(&uNumSpawnPoints, pData, 4);
|
|
2808 pSpawnPoints = (SpawnPointMM7 *)pAllocator->AllocNamedChunk(pSpawnPoints, uNumSpawnPoints * sizeof(SpawnPointMM7), "Spawn");
|
|
2809 memcpy(pSpawnPoints, pData + 4, uNumSpawnPoints * sizeof(SpawnPointMM7));
|
|
2810 pData += 4 + uNumSpawnPoints * sizeof(SpawnPointMM7);
|
|
2811
|
|
2812 pGameLoadingUI_ProgressBar->Progress();
|
|
2813 pGameLoadingUI_ProgressBar->Progress();
|
|
2814
|
|
2815 //v201 = (const char *)v148;
|
|
2816 //v200 = (size_t)pMapOutlines;
|
|
2817 memcpy(&pMapOutlines->uNumOutlines, pData, 4);
|
|
2818 memcpy(pMapOutlines->pOutlines, pData + 4, pMapOutlines->uNumOutlines * sizeof(BLVMapOutline));
|
|
2819 //v149 = pMapOutlines;
|
|
2820 //v199 = 12 * *v149;
|
|
2821 //memcpy(v149 + 1, (const void *)(v148 + 4), v199);
|
|
2822 free(pRawBLV);
|
|
2823 pRawBLV = nullptr;
|
|
2824
|
|
2825 void *pRawDLV = nullptr;
|
|
2826 strcpy(&pFilename[strlen(pFilename) - 4], ".dlv");
|
|
2827 File = pNew_LOD->FindContainer(pFilename, 1);
|
|
2828 fread(&header, 0x10u, 1u, File);//(FILE *)v245);
|
|
2829 bool _v244 = false;
|
|
2830 if (header.uVersion != 91969 ||
|
|
2831 header.pMagic[0] != 'm' ||
|
|
2832 header.pMagic[1] != 'v' ||
|
|
2833 header.pMagic[2] != 'i' ||
|
|
2834 header.pMagic[3] != 'i' )
|
|
2835 {
|
|
2836 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:1090", 0);
|
|
2837 _v244 = true;
|
|
2838 }
|
|
2839 else
|
|
2840 {
|
|
2841 pRawDLV = malloc(header.uDecompressedSize);
|
|
2842 if (header.uCompressedSize == header.uDecompressedSize)
|
|
2843 fread(pRawDLV, 1, header.uCompressedSize, File);
|
|
2844 else if (header.uCompressedSize < header.uDecompressedSize)
|
|
2845 {
|
|
2846 auto pTmpMem = malloc(header.uCompressedSize);
|
|
2847 {
|
|
2848 fread(pTmpMem, header.uCompressedSize, 1, File);
|
|
2849
|
|
2850 uint uDecompressedSize = header.uDecompressedSize;
|
|
2851 zlib::MemUnzip(pRawDLV, &uDecompressedSize, pTmpMem, header.uCompressedSize);
|
|
2852
|
|
2853 if (uDecompressedSize != header.uDecompressedSize)
|
|
2854 Log::Warning(L"uDecompressedSize != header.uDecompressedSize in DLV");
|
|
2855 }
|
|
2856 free(pTmpMem);
|
|
2857 }
|
|
2858 else
|
|
2859 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:1108", 0);
|
|
2860
|
|
2861 pData = (char *)pRawDLV;
|
|
2862 }
|
|
2863
|
|
2864 memcpy(&dlv, pData, 40);
|
|
2865 pData += 40;
|
|
2866
|
|
2867 //v152 = dlv.uNumFacesInBModels;
|
|
2868 if (dlv.uNumFacesInBModels)
|
|
2869 {
|
|
2870 //v153 = dlv.uNumDecorations;
|
|
2871 if (dlv.uNumDecorations)
|
|
2872 {
|
|
2873 if (dlv.uNumFacesInBModels != uNumFaces ||
|
|
2874 dlv.uNumDecorations != uNumLevelDecorations)
|
|
2875 _v244 = true;
|
|
2876 }
|
|
2877 }
|
|
2878
|
|
2879 if (dword_6BE364_game_settings_1 & 0x2000 )
|
|
2880 _i = 29030400;
|
|
2881 bool _a = false;
|
|
2882 if ( a3 - dlv.uLastRepawnDay >= _i && strcmpi(pCurrentMapName, "d29.dlv") )
|
|
2883 _a = true;
|
|
2884
|
|
2885 //v154 = 875;
|
|
2886 if (_v244)
|
|
2887 {
|
|
2888 memset(v203, 0, 0x36B);
|
|
2889 goto LABEL_132;
|
|
2890 }
|
|
2891 if (_a || !dlv.uLastRepawnDay )
|
|
2892 {
|
|
2893 memcpy(v203, pData, 0x36B);
|
|
2894 LABEL_132:
|
|
2895 free(File);
|
|
2896 dlv.uLastRepawnDay = a3;
|
|
2897 if (_v244)
|
|
2898 ++dlv.uNumRespawns;
|
|
2899 //v201 = pFilename;
|
|
2900 *(int *)pDest = 1;
|
|
2901 File = pGames_LOD->FindContainer(pFilename, 0);
|
|
2902 fread(&header, 0x10u, 1u, File);
|
|
2903 auto v155 = header.uCompressedSize;
|
|
2904 auto Count = header.uDecompressedSize;
|
|
2905 auto Src = (BLVFace *)malloc(header.uDecompressedSize);
|
|
2906 File = (FILE *)Src;
|
|
2907 if ( v155 <= Count )
|
|
2908 {
|
|
2909 if ( v155 == Count )
|
|
2910 {
|
|
2911 fread(Src, 1u, Count, File);
|
|
2912 }
|
|
2913 else
|
|
2914 {
|
|
2915 auto _uSourceLen = malloc(v155);
|
|
2916 fread(_uSourceLen, v155, 1u, File);
|
|
2917 zlib::MemUnzip(Src, &Count, _uSourceLen, v155);
|
|
2918 free(_uSourceLen);
|
|
2919 }
|
|
2920 }
|
|
2921 else
|
|
2922 {
|
|
2923 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:1195", 0);
|
|
2924 }
|
|
2925 pData = ((char *)Src + 40);
|
|
2926 //v154 = 875;
|
|
2927 goto LABEL_140;
|
|
2928 }
|
|
2929 *(int *)pDest = 0;
|
|
2930 LABEL_140:
|
|
2931 //v202 = (int)".blv";
|
|
2932 //v156 = strlen(pFilename);
|
|
2933 strcpy(&pFilename[strlen(pFilename) - 4], ".blv");
|
|
2934 memcpy(_visible_outlines, pData, 875);
|
|
2935 pData += 875;
|
|
2936
|
|
2937 if ( *(int *)pDest )
|
|
2938 memcpy(_visible_outlines, v203, 875);
|
|
2939
|
|
2940 for (uint i = 0; i < pMapOutlines->uNumOutlines; ++i)
|
|
2941 {
|
|
2942 auto pVertex = pMapOutlines->pOutlines + i;
|
|
2943 if ((unsigned __int8)(1 << (7 - i % 8)) & _visible_outlines[i / 8])
|
|
2944 pVertex->uFlags |= 1;
|
|
2945 }
|
|
2946
|
|
2947
|
|
2948 for (uint i = 0; i < uNumFaces; ++i)
|
|
2949 {
|
|
2950 auto pFace = pFaces + i;
|
|
2951 auto pFaceExtra = pFaceExtras + pFace->uFaceExtraID;
|
|
2952
|
|
2953 memcpy(&pFace->uAttributes, pData, 4);
|
|
2954 pData += 4;
|
|
2955
|
|
2956 if (pFaceExtra->uEventID)
|
|
2957 {
|
|
2958 if (pFaceExtra->HasEventint())
|
|
2959 pFace->uAttributes |= 0x100000;
|
|
2960 else
|
|
2961 pFace->uAttributes &= ~0x100000;
|
|
2962 }
|
|
2963 }
|
|
2964
|
|
2965 pGameLoadingUI_ProgressBar->Progress();
|
|
2966
|
|
2967 for (uint i = 0; i < uNumLevelDecorations; ++i)
|
|
2968 {
|
|
2969 memcpy(&pLevelDecorations[i].field_2, pData, 2);
|
|
2970 pData += 2;
|
|
2971 }
|
|
2972
|
|
2973 pGameLoadingUI_ProgressBar->Progress();
|
|
2974
|
|
2975 memcpy(&uNumActors, pData, 4);
|
|
2976 memcpy(pActors, pData + 4, uNumActors * sizeof(Actor));
|
|
2977 pData += 4 + uNumActors * sizeof(Actor);
|
|
2978
|
|
2979 pGameLoadingUI_ProgressBar->Progress();
|
|
2980 pGameLoadingUI_ProgressBar->Progress();
|
|
2981
|
|
2982 memcpy(&uNumLayingItems, pData, 4);
|
|
2983 memcpy(pLayingItems, pData + 4, uNumLayingItems * sizeof(LayingItem));
|
|
2984 pData += 4 + uNumLayingItems * sizeof(LayingItem);
|
|
2985
|
|
2986 pGameLoadingUI_ProgressBar->Progress();
|
|
2987
|
|
2988 for (uint i = 0; i < uNumLayingItems; ++i)
|
|
2989 {
|
|
2990 auto pItem = pLayingItems + i;
|
|
2991
|
|
2992 if (pItem->stru_24.uItemID && !(pItem->uAttributes & 0x0100))
|
|
2993 {
|
|
2994 pItem->uItemType = pItemsTable->pItems[pItem->stru_24.uItemID - 1].uSpriteID;
|
|
2995
|
|
2996 uint uObjectID = 0;
|
|
2997 for (uint j = 0; j < pObjectList->uNumObjects; ++j)
|
|
2998 if (pItem->uItemType == pObjectList->pObjects[j].uObjectID)
|
|
2999 {
|
|
3000 pItem->uObjectDescID = j;
|
|
3001 break;
|
|
3002 }
|
|
3003 }
|
|
3004 }
|
|
3005
|
|
3006 pGameLoadingUI_ProgressBar->Progress();
|
|
3007
|
|
3008 memcpy(&uNumChests, pData, 4);
|
|
3009 memcpy(pChests, pData + 4, uNumChests * sizeof(Chest));
|
|
3010 pData += 4 + uNumChests * sizeof(Chest);
|
|
3011
|
|
3012 pGameLoadingUI_ProgressBar->Progress();
|
|
3013 pGameLoadingUI_ProgressBar->Progress();
|
|
3014
|
|
3015 memcpy(pDoors, pData, 0x3E80);
|
|
3016 pData += 0x3E80;
|
|
3017
|
|
3018 //v201 = (const char *)blv.uDoors_ddata_Size;
|
|
3019 //v200 = (size_t)ptr_0002B4_doors_ddata;
|
|
3020 //v170 = pAllocator->AllocNamedChunk(ptr_0002B4_doors_ddata, blv.uDoors_ddata_Size, "L.DData");
|
|
3021 //v171 = blv.uDoors_ddata_Size;
|
|
3022 ptr_0002B4_doors_ddata = (unsigned __int16 *)pAllocator->AllocNamedChunk(ptr_0002B4_doors_ddata, blv.uDoors_ddata_Size, "L.DData");
|
|
3023 memcpy(ptr_0002B4_doors_ddata, pData, blv.uDoors_ddata_Size);
|
|
3024 pData += blv.uDoors_ddata_Size;
|
|
3025
|
|
3026 //Src = (BLVFace *)((char *)Src + v171);
|
|
3027 //v172 = 0;
|
|
3028 //v245 = 0;
|
|
3029 //if (uNumDoors > 0)
|
|
3030 for (uint i = 0, j = 0; i < uNumDoors; ++i)
|
|
3031 {
|
|
3032 auto pDoor = pDoors + i;
|
|
3033
|
|
3034 pDoor->pVertexIDs = ptr_0002B4_doors_ddata + j;
|
|
3035 j += pDoor->uNumVertices;
|
|
3036
|
|
3037 pDoor->pFaceIDs = ptr_0002B4_doors_ddata + j;
|
|
3038 j += pDoor->uNumFaces;
|
|
3039
|
|
3040 pDoor->pSectorIDs = ptr_0002B4_doors_ddata + j;
|
|
3041 j += pDoor->field_48;
|
|
3042
|
|
3043 pDoor->pDeltaUs = (short *)(ptr_0002B4_doors_ddata + j);
|
|
3044 j += pDoor->uNumFaces;
|
|
3045
|
|
3046 pDoor->pDeltaVs = (short *)(ptr_0002B4_doors_ddata + j);
|
|
3047 j += pDoor->uNumFaces;
|
|
3048
|
|
3049 pDoor->pXOffsets = ptr_0002B4_doors_ddata + j;
|
|
3050 j += pDoor->uNumOffsets;
|
|
3051
|
|
3052 pDoor->pYOffsets = ptr_0002B4_doors_ddata + j;
|
|
3053 j += pDoor->uNumOffsets;
|
|
3054
|
|
3055 pDoor->pZOffsets = ptr_0002B4_doors_ddata + j;
|
|
3056 j += pDoor->uNumOffsets;
|
|
3057 /*v173 = pDoors;
|
|
3058 for ( k = 0; ; v172 = v188 + 2 * *((short *)&v173[k] - 3) )
|
|
3059 {
|
|
3060 v173[k].pVertexIDs = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v172);
|
|
3061 v175 = &pDoors[k];
|
|
3062 v176 = v172 + 2 * v175->uNumVertices;
|
|
3063 v175->pFaceIDs = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v176);
|
|
3064 v177 = &pDoors[k];
|
|
3065 v178 = v176 + 2 * v177->uNumFaces;
|
|
3066 v177->pSectorIDs = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v178);
|
|
3067 v179 = &pDoors[k];
|
|
3068 v180 = v178 + 2 * v179->field_48;
|
|
3069 v179->pDeltaUs = (__int16 *)((char *)ptr_0002B4_doors_ddata + v180);
|
|
3070 v181 = &pDoors[k];
|
|
3071 v182 = v180 + 2 * v181->uNumFaces;
|
|
3072 v181->pDeltaVs = (__int16 *)((char *)ptr_0002B4_doors_ddata + v182);
|
|
3073 v183 = &pDoors[k];
|
|
3074 v184 = v182 + 2 * v183->uNumFaces;
|
|
3075 v183->pXOffsets = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v184);
|
|
3076 v185 = &pDoors[k];
|
|
3077 v186 = v184 + 2 * v185->uNumOffsets;
|
|
3078 v185->pYOffsets = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v186);
|
|
3079 v187 = &pDoors[k];
|
|
3080 ++k;
|
|
3081 v188 = v186 + 2 * v187->uNumOffsets;
|
|
3082 v189 = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v188);
|
|
3083 ++v245;
|
|
3084 v187->pZOffsets = v189;
|
|
3085 v173 = pDoors;
|
|
3086 if ( v245 >= uNumDoors )
|
|
3087 break;
|
|
3088 }*/
|
|
3089 }
|
|
3090 //v190 = 0;
|
|
3091 //v245 = 0;
|
|
3092 for (uint i = 0; i < uNumDoors; ++i)
|
|
3093 {
|
|
3094 auto pDoor = pDoors + i;
|
|
3095
|
|
3096 for (uint j = 0; j < pDoor->uNumFaces; ++j)
|
|
3097 {
|
|
3098 auto pFace = pFaces + pDoor->pFaceIDs[j];
|
|
3099 auto pFaceExtra = pFaceExtras + pFace->uFaceExtraID;
|
|
3100
|
|
3101 pDoor->pDeltaUs[j] = pFaceExtra->sTextureDeltaU;
|
|
3102 pDoor->pDeltaVs[j] = pFaceExtra->sTextureDeltaV;
|
|
3103 }
|
|
3104 //v191 = pDoors;
|
|
3105 //pDest = 0;
|
|
3106 //do
|
|
3107 // {
|
|
3108 /*Argsn = 0;
|
|
3109 for ( l = (BLVDoor *)&v190[(int)v191];
|
|
3110 Argsn < *(short *)&v190[(int)v191 + 70];
|
|
3111 l = (BLVDoor *)&v190[(int)v191] )
|
|
3112 {
|
|
3113 v193 = Argsn;
|
|
3114 v194 = l->pFaceIDs[Argsn++];
|
|
3115 v195 = &pFaceExtras[pFaces[v194].uFaceExtraID];
|
|
3116 l->pDeltaUs[v193] = v195->sTextureDeltaU;
|
|
3117 v190 = pDest;
|
|
3118 *(short *)(v193 * 2 + *(int *)&pDest[(unsigned int)pDoors + 52]) = v195->sTextureDeltaV;
|
|
3119 v191 = pDoors;
|
|
3120 }
|
|
3121 ++v245;
|
|
3122 v190 += 80;
|
|
3123 pDest = v190;*/
|
|
3124 //}
|
|
3125 //while ( v245 < uNumDoors );
|
|
3126 }
|
|
3127
|
|
3128
|
|
3129 pGameLoadingUI_ProgressBar->Progress();
|
|
3130
|
|
3131 memcpy(&stru_5E4C90, pData, 0xC8);
|
|
3132 pData += 0xC8;
|
|
3133
|
|
3134 pGameLoadingUI_ProgressBar->Progress();
|
|
3135
|
|
3136 memcpy(&stru1, pData, 0x38u);
|
|
3137 pData += 0x38;
|
|
3138
|
|
3139 free(pRawDLV);
|
|
3140 //v5 = 0;
|
|
3141
|
|
3142 pSoundList->LoadSound(64, 0);
|
|
3143 pSoundList->LoadSound(103, 0);
|
|
3144 pSoundList->LoadSound(63, 0);
|
|
3145 pSoundList->LoadSound(102, 0);
|
|
3146 pSoundList->LoadSound(50, 0);
|
|
3147 pSoundList->LoadSound(89, 0);
|
|
3148
|
|
3149 return 0;
|
|
3150 }
|
|
3151
|
|
3152
|
|
3153 //----- (0049AC17) --------------------------------------------------------
|
|
3154 int IndoorLocation::GetSector(int sX, int sY, int sZ)
|
|
3155 {
|
|
3156 int v4; // esi@1
|
|
3157 //unsigned __int8 v5; // zf@1
|
|
3158 //unsigned __int8 v6; // sf@1
|
|
3159 //unsigned __int8 v7; // of@1
|
|
3160 //BLVSector *v8; // eax@3
|
|
3161 //int v9; // edi@9
|
|
3162 //int v10; // eax@9
|
|
3163 //int v11; // edx@9
|
|
3164 //int v12; // eax@10
|
|
3165 //unsigned __int16 v13; // ax@12
|
|
3166 //int v14; // edi@14
|
|
3167 //BLVFace *v15; // eax@14
|
|
3168 //BLVFace *v16; // edi@14
|
|
3169 //PolygonType v17; // al@14
|
|
3170 //unsigned __int16 *pVertexIDs; // esi@16
|
|
3171 //Vec3_short_ *v19; // eax@16
|
|
3172 //int v20; // edx@16
|
|
3173 //unsigned __int16 *v21; // esi@17
|
|
3174 //int v22; // edi@19
|
|
3175 //int v23; // edi@20
|
|
3176 //Vec3_short_ *v24; // edx@20
|
|
3177 signed int v25; // edx@21
|
|
3178 int v26; // ebx@23
|
|
3179 //int v27; // edx@26
|
|
3180 //signed __int64 v28; // qtt@26
|
|
3181 ///Vec3_short_ *v29; // eax@26
|
|
3182 //Vec3_short_ *v30; // edx@26
|
|
3183 //int v31; // edx@26
|
|
3184 signed int v32; // edi@27
|
|
3185 signed __int64 v33; // qtt@27
|
|
3186 //Vec3_short_ *v34; // edx@27
|
|
3187 int v35; // edx@32
|
|
3188 int v37; // edi@38
|
|
3189 int v38; // ebx@40
|
|
3190 int v39; // eax@41
|
|
3191 BLVFace *v40; // esi@42
|
|
3192 PolygonType v41; // dl@42
|
|
3193 int v42; // edx@43
|
|
3194 int v43[50]; // [sp+Ch] [bp-108h]@1
|
|
3195 //int v44; // [sp+D4h] [bp-40h]@9
|
|
3196 //int v45; // [sp+D8h] [bp-3Ch]@14
|
|
3197 //int v46; // [sp+DCh] [bp-38h]@14
|
|
3198 //int v47; // [sp+E0h] [bp-34h]@19
|
|
3199 //int v48; // [sp+E4h] [bp-30h]@9
|
|
3200 //Vec3_short_ *v49; // [sp+E8h] [bp-2Ch]@19
|
|
3201 bool v50; // [sp+ECh] [bp-28h]@19
|
|
3202 int v51; // [sp+F0h] [bp-24h]@9
|
|
3203 //unsigned int v52; // [sp+F4h] [bp-20h]@2
|
|
3204 int v53; // [sp+F8h] [bp-1Ch]@10
|
|
3205 int v54; // [sp+FCh] [bp-18h]@16
|
|
3206 int v55; // [sp+100h] [bp-14h]@1
|
|
3207 int v56; // [sp+104h] [bp-10h]@1
|
|
3208 int v57; // [sp+108h] [bp-Ch]@16
|
|
3209 //Vec3_short_ *v58; // [sp+10Ch] [bp-8h]@20
|
|
3210 int v59; // [sp+110h] [bp-4h]@16
|
|
3211
|
|
3212 v4 = 0;
|
|
3213 //v7 = __OFSUB__(this->uNumSectors, 1);
|
|
3214 //v5 = this->uNumSectors == 1;
|
|
3215 //v6 = this->uNumSectors - 1 < 0;
|
|
3216 v55 = 0;
|
|
3217 v43[0] = 0;
|
|
3218 //v56 = 1;
|
|
3219 if (uNumSectors < 2)
|
|
3220 return 0;
|
|
3221
|
|
3222 for (uint i = 1; i < uNumSectors; ++i)
|
|
3223 {
|
|
3224 auto pSector = pSectors + i;
|
|
3225
|
|
3226 if (pSector->pBounding.x1 <= sX && pSector->pBounding.x2 >= sX)
|
|
3227 if (pSector->pBounding.y1 <= sY && pSector->pBounding.y2 >= sY)
|
|
3228 if (pSector->pBounding.z1 - 64 <= sZ && pSector->pBounding.z2 + 64 >= sZ)
|
|
3229 {
|
|
3230 Log::Warning(L"Sector[%u]", i);
|
|
3231 v51 = pSector->uNumFloors + pSector->uNumPortals;
|
|
3232 if (!v51)
|
|
3233 continue;
|
|
3234
|
|
3235 //v9 = pSector->uNumFloors;
|
|
3236 //v10 = v9 + pSector->uNumPortals;
|
|
3237 //v11 = 0;
|
|
3238 //v44 = v9;
|
|
3239 //v48 = 0;
|
|
3240
|
|
3241 //v12 = -2 * v9;
|
|
3242 //v53 = -2 * v9;
|
|
3243 for (uint j = 0; j < v51; ++j)
|
|
3244 {
|
|
3245 unsigned int uFaceID;
|
|
3246 if (j < pSector->uNumFloors)
|
|
3247 uFaceID = pSector->pFloors[j];
|
|
3248 else
|
|
3249 uFaceID = pSector->pPortals[j - pSector->uNumFloors];
|
|
3250
|
|
3251 auto pFace = pFaces + uFaceID;
|
|
3252 //v14 = (signed __int16)v13;
|
|
3253 //v15 = this->pFaces;
|
|
3254 //v46 = v13;
|
|
3255 //v14 *= 96;
|
|
3256 //v45 = v13 * sizeof(BLVFace);
|
|
3257 //v16 = pFaces + uFaceID;
|
|
3258 //v17 = v16->uPolygonType;
|
|
3259 if (pFace->uPolygonType == POLYGON_Floor ||
|
|
3260 pFace->uPolygonType == POLYGON_InBetweenFloorAndWall)
|
|
3261 {
|
|
3262 //pVertexIDs = pFace->pVertexIDs;
|
|
3263 //v19 = this->pVertices;
|
|
3264 //v20 = pVertices[pFace->pVertexIDs[0]].y;
|
|
3265 v54 = 0;
|
|
3266 //v57 = 0;
|
|
3267 //v5 = v16->uNumVertices == 0;
|
|
3268 v59 = pVertices[pFace->pVertexIDs[0]].y >= sY;
|
|
3269
|
|
3270 //v21 = pFace->pVertexIDs + 1;
|
|
3271 for (uint k = 1; k < pFace->uNumVertices; ++k)
|
|
3272 {
|
|
3273 if (v54 >= 2)
|
|
3274 break;
|
|
3275
|
|
3276 //v49 = &pVertices[pFace->pVertexIDs[k]];
|
|
3277 auto v2 = &pVertices[pFace->pVertexIDs[k]];
|
|
3278 //v22 = pVertex->y;
|
|
3279 //v47 = pVertex->y;
|
|
3280 v50 = v2->y >= sY;
|
|
3281 if ( v59 ^ v50 )
|
|
3282 {
|
|
3283 //v58 = &pVertices[pFace->pVertexIDs[k - 1]];
|
|
3284 auto v1 = &pVertices[pFace->pVertexIDs[k - 1]];
|
|
3285 //v23 = v58->x;
|
|
3286 //HIWORD(v24) = HIWORD(v49);
|
|
3287 //LOWORD(v24) = v49->x;
|
|
3288 //v49 = v24;
|
|
3289 //v59 = v49->x;
|
|
3290 v25 = v1->x >= sX ? 0 : 2; // BUG TODO TROLOLO
|
|
3291 v26 = v25 | v2->x < sX; // SWAP v1 and v2 till the result's correct
|
|
3292 if ( v26 != 3 )
|
|
3293 {
|
|
3294 if (!v26)
|
|
3295 ++v54;
|
|
3296 else
|
|
3297 {
|
|
3298 if (v1->x >= v2->x)
|
|
3299 {
|
|
3300 int _a58;
|
|
3301 int _a59;
|
|
3302
|
|
3303 v32 = v1->x - v2->x;
|
|
3304 LODWORD(v33) = v32 << 16;
|
|
3305 HIDWORD(v33) = v32 >> 16;
|
|
3306 _a58 = v33 / (v1->y - v2->y);
|
|
3307 _a59 = (unsigned __int64)(_a58 * (__int64)(sY - v2->y)) >> 16;
|
|
3308
|
|
3309 if (v59 + pVertices[k].x > sX)
|
|
3310 ++v54;
|
|
3311 }
|
|
3312 else
|
|
3313 {
|
|
3314 int _a58;
|
|
3315 int _a59;
|
|
3316 v32 = v2->x - v1->x;
|
|
3317 LODWORD(v33) = v32 << 16;
|
|
3318 HIDWORD(v33) = v32 >> 16;
|
|
3319 _a58 = v33 / (v2->y - v1->y);
|
|
3320 _a59 = (unsigned __int64)(_a58 * (signed __int64)(sY - v1->y)) >> 16;
|
|
3321
|
|
3322 if (_a59 + pVertices[k - 1].x > sX)
|
|
3323 ++v54;
|
|
3324 }
|
|
3325 }
|
|
3326 }
|
|
3327 }
|
|
3328
|
|
3329 v59 = v50;
|
|
3330 }
|
|
3331
|
|
3332 if (pFace->uNumVertices)
|
|
3333 {
|
|
3334 if (v54 == 1)
|
|
3335 {
|
|
3336 v35 = v55++;
|
|
3337 v43[v35] = uFaceID;
|
|
3338 }
|
|
3339 }
|
|
3340 }
|
|
3341 }
|
|
3342 v4 = v43[0];
|
|
3343 }
|
|
3344 }
|
|
3345
|
|
3346 if ( v55 == 1 )
|
|
3347 return this->pFaces[v4].uSectorID;
|
|
3348 v37 = 0;
|
|
3349 if ( !v55 )
|
|
3350 return 0;
|
|
3351 v38 = 0;
|
|
3352 v53 = 0xFFFFFFu;
|
|
3353 if ( v55 > 0 )
|
|
3354 {
|
|
3355 v39 = sY;
|
|
3356 while ( 1 )
|
|
3357 {
|
|
3358 v40 = &this->pFaces[v43[v37]];
|
|
3359 v41 = v40->uPolygonType;
|
|
3360 if ( v41 == 3 )
|
|
3361 break;
|
|
3362 if ( v41 == 4 )
|
|
3363 {
|
|
3364 v51 = v40->zCalc1;
|
|
3365 v57 = (unsigned __int64)(v51 * (signed __int64)(sX << 16)) >> 16;
|
|
3366 v56 = sY << 16;
|
|
3367 v51 = v40->zCalc2;
|
|
3368 v56 = (unsigned __int64)(v51 * (signed __int64)(sY << 16)) >> 16;
|
|
3369 v42 = (v56 + v40->zCalc3 + v57 + 32768) >> 16;
|
|
3370 goto LABEL_46;
|
|
3371 }
|
|
3372 LABEL_47:
|
|
3373 if ( v39 >= 0 )
|
|
3374 {
|
|
3375 if ( v39 < v53 )
|
|
3376 {
|
|
3377 v38 = v40->uSectorID;
|
|
3378 v53 = v39;
|
|
3379 }
|
|
3380 }
|
|
3381 ++v37;
|
|
3382 if ( v37 >= v55 )
|
|
3383 return v38;
|
|
3384 }
|
|
3385 v42 = this->pVertices[*v40->pVertexIDs].z;
|
|
3386 LABEL_46:
|
|
3387 v39 = sZ - v42;
|
|
3388 goto LABEL_47;
|
|
3389 }
|
|
3390 return v38;
|
|
3391 }
|
|
3392 // 49AC17: using guessed type int var_108[50];
|
|
3393
|
|
3394
|
|
3395 //----- (00498A41) --------------------------------------------------------
|
|
3396 char BLVFace::_get_normals(Vec3_int_ *a2, Vec3_int_ *a3)
|
|
3397 {
|
|
3398 BLVFace *v3; // ebx@1
|
|
3399 int v4; // eax@1
|
|
3400 signed __int64 v5; // qax@2
|
|
3401 double v6; // st7@8
|
|
3402 Vec3_float_ a1; // [sp+Ch] [bp-Ch]@8
|
|
3403
|
|
3404 v3 = this;
|
|
3405 LOBYTE(v4) = this->uPolygonType;
|
|
3406 if ( (char)v4 == POLYGON_VerticalWall )
|
|
3407 {
|
|
3408 a2->x = -this->pFacePlane_old.vNormal.y;
|
|
3409 LODWORD(v5) = this->pFacePlane_old.vNormal.x;
|
|
3410 LABEL_9:
|
|
3411 a2->y = v5;
|
|
3412 v4 = 0;
|
|
3413 a2->z = 0;
|
|
3414 a3->y = 0;
|
|
3415 a3->z = 0xFFFF0000u;
|
|
3416 LABEL_11:
|
|
3417 a3->x = v4;
|
|
3418 goto LABEL_12;
|
|
3419 }
|
|
3420 if ( (char)v4 == POLYGON_Floor || (char)v4 == POLYGON_Ceiling )
|
|
3421 {
|
|
3422 LABEL_10:
|
|
3423 v4 = 0;
|
|
3424 a2->x = 0x10000u;
|
|
3425 a2->z = 0;
|
|
3426 a2->y = 0;
|
|
3427 a3->y = 0xFFFF0000u;
|
|
3428 a3->z = 0;
|
|
3429 goto LABEL_11;
|
|
3430 }
|
|
3431 if ( (char)v4 == POLYGON_InBetweenFloorAndWall || (char)v4 == POLYGON_InBetweenCeilingAndWall )
|
|
3432 {
|
|
3433 if ( abs(this->pFacePlane_old.vNormal.z) < 46441 )
|
|
3434 {
|
|
3435 a1.x = (double)-v3->pFacePlane_old.vNormal.y;
|
|
3436 a1.y = (double)v3->pFacePlane_old.vNormal.x;
|
|
3437 a1.z = 0.0;
|
|
3438 a1.Normalize();
|
|
3439 v6 = a1.y * 65536.0;
|
|
3440 a2->x = (signed __int64)(a1.x * 65536.0);
|
|
3441 v5 = (signed __int64)v6;
|
|
3442 goto LABEL_9;
|
|
3443 }
|
|
3444 goto LABEL_10;
|
|
3445 }
|
|
3446 LABEL_12:
|
|
3447 if ( BYTE2(v3->uAttributes) & 0x80 )
|
|
3448 {
|
|
3449 a2->x = -a2->x;
|
|
3450 a2->y = -a2->y;
|
|
3451 a2->z = -a2->z;
|
|
3452 }
|
|
3453 if ( BYTE3(v3->uAttributes) & 1 )
|
|
3454 {
|
|
3455 a3->x = -a3->x;
|
|
3456 a3->y = -a3->y;
|
|
3457 a3->z = -a3->z;
|
|
3458 }
|
|
3459 return v4;
|
|
3460 }
|
|
3461
|
|
3462 //----- (0044C23B) --------------------------------------------------------
|
|
3463 int BLVFaceExtra::HasEventint()
|
|
3464 {
|
|
3465 signed int v1; // eax@1
|
307
|
3466 EventIndex *v2; // esi@2
|
0
|
3467 signed int result; // eax@5
|
|
3468 signed int v4; // eax@6
|
|
3469
|
|
3470 v1 = 0;
|
|
3471 if ( (signed int)(uLevelEVT_NumEvents - 1) <= 0 )
|
|
3472 goto LABEL_5;
|
307
|
3473 v2 = pLevelEVT_Index;
|
0
|
3474 while ( v2->uEventID != this->uEventID )
|
|
3475 {
|
|
3476 ++v1;
|
|
3477 ++v2;
|
|
3478 if ( v1 >= (signed int)(uLevelEVT_NumEvents - 1) )
|
|
3479 goto LABEL_5;
|
|
3480 }
|
|
3481 v4 = v1;
|
307
|
3482 if ( pLevelEVT[pLevelEVT_Index[v4 + 1].uEventOffsetInEVT + 4] != 1
|
|
3483 || pLevelEVT[pLevelEVT_Index[v4].uEventOffsetInEVT + 4] != 4 )
|
0
|
3484 LABEL_5:
|
|
3485 result = 0;
|
|
3486 else
|
|
3487 result = 1;
|
|
3488 return result;
|
|
3489 }
|
|
3490
|
|
3491
|
|
3492
|
|
3493
|
|
3494 //----- (0046F228) --------------------------------------------------------
|
|
3495 void __cdecl BLV_UpdateDoors()
|
|
3496 {
|
|
3497 int v0; // ebx@1
|
|
3498 int v1; // edi@1
|
|
3499 BLVDoor *v2; // esi@3
|
|
3500 unsigned __int16 v3; // ax@3
|
|
3501 unsigned int v4; // ecx@5
|
|
3502 int v5; // eax@8
|
|
3503 int v6; // ecx@8
|
|
3504 int v7; // eax@12
|
|
3505 int v8; // eax@16
|
|
3506 unsigned __int8 v9; // zf@18
|
|
3507 char v10; // sf@18
|
|
3508 unsigned __int8 v11; // of@18
|
|
3509 int v12; // edi@19
|
|
3510 int v13; // ecx@19
|
|
3511 __int16 v14; // ax@19
|
|
3512 BLVFace *v15; // ebx@24
|
|
3513 unsigned __int16 *v16; // ecx@24
|
|
3514 Vec3_short_ *v17; // esi@24
|
|
3515 int v18; // eax@24
|
|
3516 int v19; // edx@24
|
|
3517 signed int v20; // eax@24
|
|
3518 Vec3_short_ *v21; // ecx@24
|
|
3519 double v22; // st7@24
|
|
3520 double v23; // st6@24
|
|
3521 int v24; // esi@25
|
|
3522 int v25; // eax@25
|
|
3523 BLVDoor *v26; // edi@25
|
|
3524 signed __int64 v27; // qtt@27
|
|
3525 BLVFaceExtra *v28; // esi@32
|
|
3526 int v29; // ecx@34
|
|
3527 int v30; // edx@34
|
|
3528 unsigned __int64 v31; // qax@34
|
|
3529 int v32; // eax@34
|
|
3530 unsigned __int16 *v33; // eax@35
|
|
3531 Vec3_short_ *v34; // eax@35
|
|
3532 int v35; // ecx@35
|
|
3533 int v36; // edx@35
|
|
3534 signed int v37; // eax@35
|
|
3535 signed int v38; // edx@35
|
|
3536 int v39; // eax@35
|
|
3537 int v40; // edx@35
|
|
3538 unsigned __int8 v41; // cf@35
|
|
3539 unsigned __int16 *v42; // edi@36
|
|
3540 Vec3_short_ *v43; // edi@36
|
|
3541 int v44; // ecx@36
|
|
3542 int v45; // edi@36
|
|
3543 int v46; // ecx@36
|
|
3544 __int16 *v47; // edx@44
|
|
3545 int v48; // ecx@44
|
|
3546 unsigned int v49; // ecx@46
|
|
3547 unsigned __int16 v50; // ax@48
|
|
3548 unsigned int v51; // eax@51
|
|
3549 unsigned __int16 v52; // ax@54
|
|
3550 int v53; // ecx@57
|
|
3551 int v54; // edx@57
|
|
3552 unsigned __int64 v55; // qax@57
|
|
3553 int v56; // ecx@58
|
|
3554 int v57; // eax@58
|
|
3555 int v58; // eax@59
|
|
3556 SoundID v59; // [sp-24h] [bp-88h]@12
|
|
3557 signed int v60; // [sp-20h] [bp-84h]@12
|
|
3558 unsigned int v61; // [sp-1Ch] [bp-80h]@12
|
|
3559 signed int v62; // [sp-18h] [bp-7Ch]@12
|
|
3560 signed int v63; // [sp-14h] [bp-78h]@12
|
|
3561 int v64; // [sp-10h] [bp-74h]@12
|
|
3562 unsigned int v65; // [sp-Ch] [bp-70h]@12
|
|
3563 int v66; // [sp-8h] [bp-6Ch]@12
|
|
3564 int v67; // [sp+8h] [bp-5Ch]@31
|
|
3565 int v68; // [sp+Ch] [bp-58h]@34
|
|
3566 int v69; // [sp+10h] [bp-54h]@34
|
|
3567 int v70; // [sp+14h] [bp-50h]@31
|
|
3568 int v71; // [sp+18h] [bp-4Ch]@34
|
|
3569 int v72; // [sp+1Ch] [bp-48h]@34
|
|
3570 int v73; // [sp+20h] [bp-44h]@24
|
|
3571 __int16 v74; // [sp+24h] [bp-40h]@24
|
|
3572 int v75; // [sp+28h] [bp-3Ch]@36
|
|
3573 int v76; // [sp+2Ch] [bp-38h]@36
|
|
3574 int v77; // [sp+30h] [bp-34h]@36
|
|
3575 int v78; // [sp+34h] [bp-30h]@36
|
|
3576 int v79; // [sp+38h] [bp-2Ch]@19
|
|
3577 unsigned int v80; // [sp+3Ch] [bp-28h]@2
|
|
3578 int v81; // [sp+40h] [bp-24h]@1
|
|
3579 int v82; // [sp+44h] [bp-20h]@35
|
|
3580 int v83; // [sp+48h] [bp-1Ch]@34
|
|
3581 int v84; // [sp+4Ch] [bp-18h]@34
|
|
3582 int v85; // [sp+50h] [bp-14h]@19
|
|
3583 SoundID eDoorSoundID; // [sp+54h] [bp-10h]@1
|
|
3584 BLVDoor *v87; // [sp+58h] [bp-Ch]@3
|
|
3585 int v88; // [sp+5Ch] [bp-8h]@18
|
|
3586 int v89; // [sp+60h] [bp-4h]@6
|
|
3587
|
|
3588 v0 = 0;
|
|
3589 v1 = 0;
|
|
3590 eDoorSoundID = (SoundID)pDoorSoundIDsByLocationID[dword_6BE13C_uCurrentlyLoadedLocationID];
|
|
3591 v81 = 0;
|
|
3592 if ( pIndoor->uNumDoors > 0 )
|
|
3593 {
|
|
3594 v80 = 0;
|
|
3595 do
|
|
3596 {
|
|
3597 v2 = &pIndoor->pDoors[v80 / 0x50];
|
|
3598 v87 = &pIndoor->pDoors[v80 / 0x50];
|
|
3599 v3 = pIndoor->pDoors[v80 / 0x50].uState;
|
|
3600 if ( v3 == (short)v0 || v3 == 2 )
|
|
3601 {
|
|
3602 v2->uAttributes &= 0xFFFFFFFDu;
|
|
3603 goto LABEL_62;
|
|
3604 }
|
|
3605 v2->uTimeSinceTriggered += pEventTimer->uTimeElapsed;
|
|
3606 v4 = v2->uTimeSinceTriggered;
|
|
3607 if ( v2->uState == 1 )
|
|
3608 {
|
|
3609 v89 = (signed int)(v4 * v2->uCloseSpeed) / 128;
|
|
3610 if ( v89 >= v2->uMoveLength )
|
|
3611 {
|
|
3612 v89 = v2->uMoveLength;
|
|
3613 v2->uState = BLVDoor::Open;
|
|
3614 LABEL_10:
|
|
3615 if ( !(v2->uAttributes & 6) && v2->uNumVertices != (short)v0 )
|
|
3616 {
|
|
3617 v66 = v0;
|
|
3618 v65 = v0;
|
|
3619 v64 = v0;
|
|
3620 v7 = 8 * v1;
|
|
3621 v63 = v0;
|
|
3622 v62 = -1;
|
|
3623 LOBYTE(v7) = 8 * v1 | 1;
|
|
3624 v61 = v0;
|
|
3625 v60 = v7;
|
|
3626 v59 = (SoundID)((int)eDoorSoundID + 1);
|
|
3627 LABEL_17:
|
|
3628 pAudioPlayer->PlaySound(v59, v60, v61, v62, v63, v64, v65, v66);
|
|
3629 goto LABEL_18;
|
|
3630 }
|
|
3631 goto LABEL_18;
|
|
3632 }
|
|
3633 }
|
|
3634 else
|
|
3635 {
|
|
3636 v5 = (signed int)(v4 * v2->uOpenSpeed) / 128;
|
|
3637 v6 = v2->uMoveLength;
|
|
3638 if ( v5 >= v6 )
|
|
3639 {
|
|
3640 v89 = v0;
|
|
3641 v2->uState = (BLVDoor::State)v0;
|
|
3642 goto LABEL_10;
|
|
3643 }
|
|
3644 v89 = v6 - v5;
|
|
3645 }
|
|
3646 if ( !(v2->uAttributes & 6) && v2->uNumVertices != (short)v0 )
|
|
3647 {
|
|
3648 v66 = v0;
|
|
3649 v65 = v0;
|
|
3650 v64 = v0;
|
|
3651 v8 = 8 * v1;
|
|
3652 v63 = v0;
|
|
3653 v62 = -1;
|
|
3654 LOBYTE(v8) = 8 * v1 | 1;
|
|
3655 v61 = 1;
|
|
3656 v60 = v8;
|
|
3657 v59 = eDoorSoundID;
|
|
3658 goto LABEL_17;
|
|
3659 }
|
|
3660 LABEL_18:
|
|
3661 v11 = __OFSUB__(v2->uNumVertices, (short)v0);
|
|
3662 v9 = v2->uNumVertices == (short)v0;
|
|
3663 v10 = (signed __int16)(v2->uNumVertices - v0) < 0;
|
|
3664 v88 = v0;
|
|
3665 if ( !((unsigned __int8)(v10 ^ v11) | v9) )
|
|
3666 {
|
|
3667 do
|
|
3668 {
|
|
3669 v12 = v88;
|
|
3670 v13 = v2->pVertexIDs[v88];
|
|
3671 v85 = v89;
|
|
3672 v79 = v2->vDirection.x;
|
|
3673 v85 = (unsigned __int64)(v79 * (signed __int64)v89) >> 16;
|
|
3674 v13 *= 6;
|
|
3675 *(__int16 *)((char *)&pIndoor->pVertices->x + v13) = ((unsigned int)(v79 * v89) >> 16) + v2->pXOffsets[v88];
|
|
3676 v85 = v89;
|
|
3677 v79 = v2->vDirection.y;
|
|
3678 v85 = (unsigned __int64)(v79 * (signed __int64)v89) >> 16;
|
|
3679 *(__int16 *)((char *)&pIndoor->pVertices->y + v13) = ((unsigned int)(v79 * v89) >> 16) + v2->pYOffsets[v12];
|
|
3680 v85 = v89;
|
|
3681 v79 = v2->vDirection.z;
|
|
3682 v85 = (unsigned __int64)(v79 * (signed __int64)v89) >> 16;
|
|
3683 v14 = ((unsigned int)(v79 * v89) >> 16) + v2->pZOffsets[v12];
|
|
3684 ++v88;
|
|
3685 *(__int16 *)((char *)&pIndoor->pVertices->z + v13) = v14;
|
|
3686 }
|
|
3687 while ( v88 < v2->uNumVertices );
|
|
3688 v1 = v81;
|
|
3689 }
|
|
3690 v11 = __OFSUB__(v2->uNumFaces, (short)v0);
|
|
3691 v9 = v2->uNumFaces == (short)v0;
|
|
3692 v10 = (signed __int16)(v2->uNumFaces - v0) < 0;
|
|
3693 v88 = v0;
|
|
3694 if ( !((unsigned __int8)(v10 ^ v11) | v9) )
|
|
3695 {
|
|
3696 while ( 1 )
|
|
3697 {
|
|
3698 v15 = &pIndoor->pFaces[v2->pFaceIDs[v88]];
|
|
3699 v16 = v15->pVertexIDs;
|
|
3700 v17 = &pIndoor->pVertices[*v16];
|
|
3701 v18 = v15->pFacePlane_old.vNormal.y;
|
|
3702 v73 = *(int *)&v17->x;
|
|
3703 v74 = v17->z;
|
|
3704 v19 = v15->pFacePlane_old.vNormal.z;
|
|
3705 v20 = -(v19 * v74 + (signed __int16)v73 * v15->pFacePlane_old.vNormal.x + SHIWORD(v73) * v18);
|
|
3706 v15->pFacePlane_old.dist = v20;
|
|
3707 v21 = &pIndoor->pVertices[*v16];
|
|
3708 v79 = v21->x;
|
|
3709 v22 = (double)v79;
|
|
3710 v23 = (double)v21->y;
|
|
3711 v79 = v21->z;
|
|
3712 v15->pFacePlane.dist = -((double)v79 * v15->pFacePlane.vNormal.z
|
|
3713 + v23 * v15->pFacePlane.vNormal.y
|
|
3714 + v22 * v15->pFacePlane.vNormal.x);
|
|
3715 if ( v19 )
|
|
3716 {
|
|
3717 v24 = abs(v20 >> 15);
|
|
3718 v25 = abs(v15->pFacePlane_old.vNormal.z);
|
|
3719 v26 = v87;
|
|
3720 if ( v24 > v25 )
|
|
3721 Abortf(
|
|
3722 "Door Error\ndoor id: %i\nfacet no: %i\n\nOverflow dividing facet->d [%i] by facet->nz [%i]",
|
|
3723 v87->uDoorID,
|
|
3724 v87->pFaceIDs[v88],
|
|
3725 v15->pFacePlane_old.dist,
|
|
3726 v15->pFacePlane_old.vNormal.z);
|
|
3727 v79 = v15->pFacePlane_old.vNormal.z;
|
|
3728 v85 = v15->pFacePlane_old.dist;
|
|
3729 LODWORD(v27) = v85 << 16;
|
|
3730 HIDWORD(v27) = v85 >> 16;
|
|
3731 v85 = v27 / v79;
|
|
3732 v15->zCalc3 = -(v27 / v79);
|
|
3733 }
|
|
3734 else
|
|
3735 {
|
|
3736 v26 = v87;
|
|
3737 }
|
|
3738 if ( BYTE2(v15->uAttributes) & 4 || pRenderer->pRenderD3D )
|
|
3739 v15->_get_normals((Vec3_int_ *)&v70, (Vec3_int_ *)&v67);
|
|
3740 v28 = &pIndoor->pFaceExtras[v15->uFaceExtraID];
|
|
3741 if ( !pRenderer->pRenderD3D )
|
|
3742 {
|
|
3743 if ( !(BYTE2(v15->uAttributes) & 4) )
|
|
3744 goto LABEL_59;
|
|
3745 v79 = v26->vDirection.x;
|
|
3746 v83 = (unsigned __int64)(v79 * (signed __int64)v70) >> 16;
|
|
3747 v85 = v71;
|
|
3748 v79 = v26->vDirection.y;
|
|
3749 v85 = (unsigned __int64)(v79 * (signed __int64)v71) >> 16;
|
|
3750 v84 = v72;
|
|
3751 v79 = v26->vDirection.z;
|
|
3752 v84 = (unsigned __int64)(v79 * (signed __int64)v72) >> 16;
|
|
3753 v79 = v83 + v85 + ((unsigned __int64)(v79 * (signed __int64)v72) >> 16);
|
|
3754 v29 = v89;
|
|
3755 v83 = (unsigned __int64)(v79 * (signed __int64)v89) >> 16;
|
|
3756 v28->sTextureDeltaU = -((unsigned int)(v79 * v89) >> 16);
|
|
3757 v79 = v26->vDirection.x;
|
|
3758 v85 = (unsigned __int64)(v79 * (signed __int64)v67) >> 16;
|
|
3759 v83 = v68;
|
|
3760 v79 = v26->vDirection.y;
|
|
3761 v83 = (unsigned __int64)(v79 * (signed __int64)v68) >> 16;
|
|
3762 v84 = v69;
|
|
3763 v79 = v26->vDirection.z;
|
|
3764 v84 = (unsigned __int64)(v79 * (signed __int64)v69) >> 16;
|
|
3765 v30 = v83 + ((unsigned __int64)(v79 * (signed __int64)v69) >> 16);
|
|
3766 v79 = v85 + v30;
|
|
3767 v31 = (v85 + v30) * (signed __int64)v29;
|
|
3768 v83 = v31 >> 16;
|
|
3769 v32 = v31 >> 16;
|
|
3770 goto LABEL_58;
|
|
3771 }
|
|
3772 v28->sTextureDeltaU = 0;
|
|
3773 v28->sTextureDeltaV = 0;
|
|
3774 v33 = v15->pVertexIDs;
|
|
3775 v85 = 1;
|
|
3776 v34 = &pIndoor->pVertices[*v33];
|
|
3777 v35 = v34->z;
|
|
3778 v36 = v34->y;
|
|
3779 v82 = v34->x;
|
|
3780 v79 = v36;
|
|
3781 v37 = v70 * v82 + v71 * v36 + v72 * v35;
|
|
3782 v38 = v67 * v82 + v68 * v36 + v35 * v69;
|
|
3783 v39 = v37 >> 16;
|
|
3784 *v15->pVertexUIDs = v39;
|
|
3785 v40 = v38 >> 16;
|
|
3786 *v15->pVertexVIDs = v40;
|
|
3787 v41 = v15->uNumVertices < 1u;
|
|
3788 v9 = v15->uNumVertices == 1;
|
|
3789 v83 = v40;
|
|
3790 v84 = v39;
|
|
3791 v82 = v40;
|
|
3792 if ( !(v41 | v9) )
|
|
3793 {
|
|
3794 do
|
|
3795 {
|
|
3796 v42 = v15->pVertexIDs;
|
|
3797 v75 = 2 * v85;
|
|
3798 v43 = &pIndoor->pVertices[v42[v85]];
|
|
3799 v79 = v43->z;
|
|
3800 v44 = v43->y;
|
|
3801 v45 = v43->x;
|
|
3802 v78 = v44;
|
|
3803 v76 = (v72 * v79 + v70 * v45 + v71 * v44) >> 16;
|
|
3804 v46 = (v67 * v45 + v68 * v44 + v79 * v69) >> 16;
|
|
3805 v77 = v46;
|
|
3806 if ( v76 < v39 )
|
|
3807 v39 = v76;
|
|
3808 if ( v46 < v40 )
|
|
3809 v83 = v46;
|
|
3810 if ( v76 > v84 )
|
|
3811 v84 = v76;
|
|
3812 if ( v46 > v82 )
|
|
3813 v82 = v46;
|
|
3814 v47 = v15->pVertexUIDs;
|
|
3815 v48 = v75;
|
|
3816 ++v85;
|
|
3817 *(unsigned __int16 *)((char *)v47 + v75) = v76;
|
|
3818 *(unsigned __int16 *)((char *)v15->pVertexVIDs + v48) = v77;
|
|
3819 v40 = v83;
|
|
3820 }
|
|
3821 while ( v85 < v15->uNumVertices );
|
|
3822 v26 = v87;
|
|
3823 }
|
|
3824 v49 = v15->uAttributes;
|
|
3825 if ( BYTE1(v49) & 0x10 )
|
|
3826 goto LABEL_50;
|
|
3827 if ( SBYTE1(v49) < 0 )
|
|
3828 {
|
|
3829 v50 = v15->uBitmapID;
|
|
3830 if ( v50 != -1 )
|
|
3831 break;
|
|
3832 }
|
|
3833 LABEL_51:
|
|
3834 v51 = v15->uAttributes;
|
|
3835 if ( v51 & 8 )
|
|
3836 {
|
|
3837 v28->sTextureDeltaV -= v40;
|
|
3838 }
|
|
3839 else
|
|
3840 {
|
|
3841 if ( v51 & 0x20000 )
|
|
3842 {
|
|
3843 v52 = v15->uBitmapID;
|
|
3844 if ( v52 != -1 )
|
|
3845 v28->sTextureDeltaV -= v82
|
|
3846 + *(short *)((signed __int16)v52 != -1 ? 72 * (signed __int16)v52 + 7278780 + 0x1A : 26);
|
|
3847 }
|
|
3848 }
|
|
3849 if ( BYTE2(v15->uAttributes) & 4 )
|
|
3850 {
|
|
3851 v75 = v26->vDirection.x;
|
|
3852 v84 = (unsigned __int64)(v75 * (signed __int64)v70) >> 16;
|
|
3853 v82 = v71;
|
|
3854 v75 = v26->vDirection.y;
|
|
3855 v82 = (unsigned __int64)(v75 * (signed __int64)v71) >> 16;
|
|
3856 v83 = v72;
|
|
3857 v75 = v26->vDirection.z;
|
|
3858 v83 = (unsigned __int64)(v75 * (signed __int64)v72) >> 16;
|
|
3859 v75 = v84 + v82 + ((unsigned __int64)(v75 * (signed __int64)v72) >> 16);
|
|
3860 v53 = v89;
|
|
3861 v82 = (unsigned __int64)(v75 * (signed __int64)v89) >> 16;
|
|
3862 v28->sTextureDeltaU = -((unsigned int)(v75 * v89) >> 16);
|
|
3863 v75 = v26->vDirection.x;
|
|
3864 v84 = (unsigned __int64)(v75 * (signed __int64)v67) >> 16;
|
|
3865 v82 = v68;
|
|
3866 v75 = v26->vDirection.y;
|
|
3867 v82 = (unsigned __int64)(v75 * (signed __int64)v68) >> 16;
|
|
3868 v83 = v69;
|
|
3869 v75 = v26->vDirection.z;
|
|
3870 v83 = (unsigned __int64)(v75 * (signed __int64)v69) >> 16;
|
|
3871 v54 = v82 + ((unsigned __int64)(v75 * (signed __int64)v69) >> 16);
|
|
3872 v75 = v84 + v54;
|
|
3873 v55 = (v84 + v54) * (signed __int64)v53;
|
|
3874 v82 = v55 >> 16;
|
|
3875 v32 = v55 >> 16;
|
|
3876 LABEL_58:
|
|
3877 v56 = v88;
|
|
3878 v57 = -v32;
|
|
3879 v28->sTextureDeltaV = v57;
|
|
3880 v28->sTextureDeltaU += v26->pDeltaUs[v56];
|
|
3881 v28->sTextureDeltaV = v57 + v26->pDeltaVs[v56];
|
|
3882 }
|
|
3883 LABEL_59:
|
|
3884 v58 = v26->uNumFaces;
|
|
3885 ++v88;
|
|
3886 if ( v88 >= v58 )
|
|
3887 {
|
|
3888 v1 = v81;
|
|
3889 v0 = 0;
|
|
3890 goto LABEL_62;
|
|
3891 }
|
|
3892 v2 = v87;
|
|
3893 }
|
|
3894 LOWORD(v39) = v84
|
|
3895 + ((signed __int16)v39 != -1 ? pBitmaps_LOD->pTextures[(signed __int16)v39].uTextureWidth : 24);
|
|
3896 LABEL_50:
|
|
3897 v28->sTextureDeltaU -= v39;
|
|
3898 goto LABEL_51;
|
|
3899 }
|
|
3900 LABEL_62:
|
|
3901 v80 += 80;
|
|
3902 ++v1;
|
|
3903 v81 = v1;
|
|
3904 }
|
|
3905 while ( v1 < pIndoor->uNumDoors );
|
|
3906 }
|
|
3907 }
|
|
3908 // 6BE13C: using guessed type int dword_6BE13C_uCurrentlyLoadedLocationID;
|
|
3909
|
|
3910 //----- (0046F90C) --------------------------------------------------------
|
|
3911 void __cdecl UpdateActors_BLV()
|
|
3912 {
|
|
3913 Actor *v0; // esi@2
|
|
3914 unsigned __int16 v1; // ax@2
|
|
3915 int v2; // edi@6
|
|
3916 int v3; // eax@6
|
|
3917 int v4; // eax@8
|
|
3918 __int16 v5; // ax@11
|
|
3919 signed int v6; // ebx@14
|
|
3920 unsigned __int8 v7; // zf@14
|
|
3921 unsigned __int8 v8; // sf@14
|
|
3922 signed __int16 v9; // ax@17
|
|
3923 signed __int64 v10; // qax@18
|
|
3924 unsigned __int16 v11; // ax@21
|
|
3925 int v12; // eax@29
|
|
3926 unsigned __int64 v13; // qax@29
|
|
3927 int v14; // eax@30
|
|
3928 unsigned __int64 v15; // qax@30
|
|
3929 int v16; // ecx@33
|
|
3930 BLVFace *v17; // edx@33
|
|
3931 int v18; // ecx@33
|
|
3932 BLVFace *v19; // eax@34
|
|
3933 int v20; // ecx@46
|
|
3934 int v21; // eax@46
|
|
3935 int v22; // edi@46
|
|
3936 int v23; // eax@48
|
|
3937 unsigned int v24; // eax@51
|
|
3938 int v25; // eax@52
|
|
3939 int v26; // ebx@54
|
|
3940 int v27; // ST08_4@54
|
|
3941 int v28; // edi@54
|
|
3942 int v29; // eax@54
|
|
3943 int v30; // ecx@62
|
|
3944 int v31; // ebx@62
|
|
3945 int v32; // eax@62
|
|
3946 int v33; // eax@64
|
|
3947 unsigned int v34; // ecx@64
|
|
3948 int v35; // ecx@64
|
|
3949 signed int v36; // edx@85
|
|
3950 signed int v37; // ebx@85
|
|
3951 BLVFace *v38; // edi@89
|
|
3952 int v39; // ecx@90
|
|
3953 int v40; // ebx@90
|
|
3954 PolygonType v41; // al@94
|
|
3955 int v42; // eax@96
|
|
3956 __int16 v43; // dx@96
|
|
3957 int v44; // ecx@96
|
|
3958 int v45; // edi@101
|
|
3959 int v46; // edi@101
|
|
3960 int v47; // eax@101
|
|
3961 unsigned __int64 v48; // qax@101
|
|
3962 unsigned __int8 v49; // zf@103
|
|
3963 unsigned __int8 v50; // sf@103
|
|
3964 unsigned __int8 v51; // of@103
|
|
3965 AIDirection v52; // [sp+0h] [bp-60h]@75
|
|
3966 AIDirection v53; // [sp+1Ch] [bp-44h]@116
|
|
3967 int v54; // [sp+38h] [bp-28h]@53
|
|
3968 unsigned int uSectorID; // [sp+3Ch] [bp-24h]@6
|
|
3969 int v56; // [sp+40h] [bp-20h]@6
|
|
3970 unsigned int _this; // [sp+44h] [bp-1Ch]@51
|
|
3971 int v58; // [sp+48h] [bp-18h]@51
|
|
3972 int v59; // [sp+4Ch] [bp-14h]@8
|
|
3973 unsigned int uFaceID; // [sp+50h] [bp-10h]@6
|
|
3974 int v61; // [sp+54h] [bp-Ch]@14
|
|
3975 int v62; // [sp+58h] [bp-8h]@6
|
|
3976 unsigned int v63; // [sp+5Ch] [bp-4h]@1
|
|
3977
|
|
3978 v63 = 0;
|
|
3979 if ( (signed int)uNumActors > 0 )
|
|
3980 {
|
|
3981 while ( 1 )
|
|
3982 {
|
|
3983 v0 = &pActors[v63];
|
|
3984 v1 = v0->uAIState;
|
|
3985 if ( v1 == 11 || v1 == 19 || v1 == 17 || !v0->uMovementSpeed )
|
|
3986 goto LABEL_123;
|
|
3987 uSectorID = v0->uSectorID;
|
|
3988 v2 = _46ED1B_collide_against_floor(v0->vPosition.x, v0->vPosition.y, v0->vPosition.z, &uSectorID, &uFaceID);
|
|
3989 v0->uSectorID = uSectorID;
|
|
3990 v3 = v0->pMonsterInfo.uFlying;
|
|
3991 v56 = v2;
|
|
3992 v62 = v3;
|
|
3993 if ( !v0->CanAct() )
|
|
3994 v62 = 0;
|
|
3995 v4 = v0->vPosition.z;
|
|
3996 v59 = 0;
|
|
3997 if ( v4 > v2 + 1 )
|
|
3998 v59 = 1;
|
|
3999 if ( v2 <= -30000 )
|
|
4000 {
|
|
4001 v5 = pIndoor->GetSector(v0->vPosition.x, v0->vPosition.y, v4);
|
|
4002 v0->uSectorID = v5;
|
|
4003 if ( !v5
|
|
4004 || (v56 = _46CEC3_get_floor_level(v0->vPosition.x, v0->vPosition.y, v0->vPosition.z, v5, &uFaceID), v56 == -30000) )
|
|
4005 goto LABEL_123;
|
|
4006 }
|
305
|
4007 if ( v0->uCurrentActionAnimation == ANIM_Walking)
|
0
|
4008 {
|
|
4009 v6 = v0->uMovementSpeed;
|
|
4010 v7 = HIDWORD(v0->pActorBuffs[7].uExpireTime) == 0;
|
|
4011 v8 = SHIDWORD(v0->pActorBuffs[7].uExpireTime) < 0;
|
|
4012 v61 = v0->uMovementSpeed;
|
|
4013 if ( !v8 && (!(v8 | v7) || LODWORD(v0->pActorBuffs[7].uExpireTime)) )
|
|
4014 {
|
|
4015 v9 = v0->pActorBuffs[7].uPower;
|
|
4016 if ( v9 )
|
|
4017 LODWORD(v10) = v6 / (unsigned __int16)v9;
|
|
4018 else
|
|
4019 v10 = (signed __int64)((double)v61 * 0.5);
|
|
4020 v6 = v10;
|
|
4021 v61 = v10;
|
|
4022 }
|
|
4023 v11 = v0->uAIState;
|
|
4024 if ( v11 == 6 || v11 == 7 )
|
|
4025 {
|
|
4026 v6 *= 2;
|
|
4027 v61 = v6;
|
|
4028 }
|
|
4029 if ( pParty->bTurnBasedModeOn == 1 && pTurnEngine->field_4 == 1 )
|
|
4030 v6 = (signed __int64)((double)v61 * flt_6BE3AC_debug_recmod1_x_1_6);
|
|
4031 if ( v6 > 1000 )
|
|
4032 v6 = 1000;
|
|
4033 v12 = stru_5C6E00->SinCos(v0->uYawAngle);
|
|
4034 uSectorID = v12;
|
|
4035 v13 = v12 * (signed __int64)v6;
|
|
4036 v61 = v13 >> 16;
|
|
4037 v0->vVelocity.x = WORD1(v13);
|
|
4038 uSectorID = stru_5C6E00->SinCos(v0->uYawAngle - stru_5C6E00->uIntegerHalfPi);
|
|
4039 v61 = (unsigned __int64)(uSectorID * (signed __int64)v6) >> 16;
|
|
4040 v7 = v62 == 0;
|
|
4041 v0->vVelocity.y = (unsigned int)(uSectorID * v6) >> 16;
|
|
4042 if ( !v7 )
|
|
4043 {
|
|
4044 v14 = stru_5C6E00->SinCos(v0->uPitchAngle - stru_5C6E00->uIntegerHalfPi);
|
|
4045 uSectorID = v14;
|
|
4046 v15 = v14 * (signed __int64)v6;
|
|
4047 v61 = v15 >> 16;
|
|
4048 v0->vVelocity.z = WORD1(v15);
|
|
4049 }
|
|
4050 }
|
|
4051 else
|
|
4052 {
|
|
4053 v61 = v0->vVelocity.x;
|
|
4054 uSectorID = 55000;
|
|
4055 v61 = (unsigned __int64)(55000i64 * v61) >> 16;
|
|
4056 v0->vVelocity.x = v61;
|
|
4057 v61 = v0->vVelocity.y;
|
|
4058 v61 = (unsigned __int64)(uSectorID * (signed __int64)v61) >> 16;
|
|
4059 v7 = v62 == 0;
|
|
4060 v0->vVelocity.y = v61;
|
|
4061 if ( !v7 )
|
|
4062 {
|
|
4063 uSectorID = 55000;
|
|
4064 v61 = v0->vVelocity.z;
|
|
4065 v61 = (unsigned __int64)(55000i64 * v61) >> 16;
|
|
4066 v0->vVelocity.z = v61;
|
|
4067 }
|
|
4068 }
|
|
4069 v16 = v0->vPosition.z;
|
|
4070 v17 = pIndoor->pFaces;
|
|
4071 v51 = __OFSUB__(v16, v56);
|
|
4072 v8 = v16 - v56 < 0;
|
|
4073 v18 = uFaceID;
|
|
4074 if ( v8 ^ v51 )
|
|
4075 {
|
|
4076 v0->vPosition.z = v56 + 1;
|
|
4077 v19 = &v17[v18];
|
|
4078 if ( v19->uPolygonType == 3 )
|
|
4079 {
|
|
4080 if ( v0->vVelocity.z < 0 )
|
|
4081 v0->vVelocity.z = 0;
|
|
4082 }
|
|
4083 else
|
|
4084 {
|
|
4085 if ( v19->pFacePlane_old.vNormal.z < 45000 )
|
|
4086 v0->vVelocity.z -= LOWORD(pEventTimer->uTimeElapsed) * GetGravityStrength();
|
|
4087 }
|
|
4088 }
|
|
4089 else
|
|
4090 {
|
|
4091 if ( v59 && !v62 )
|
|
4092 v0->vVelocity.z += -8 * LOWORD(pEventTimer->uTimeElapsed) * GetGravityStrength();
|
|
4093 }
|
|
4094 if ( v0->vVelocity.x * v0->vVelocity.x + v0->vVelocity.y * v0->vVelocity.y + v0->vVelocity.z * v0->vVelocity.z >= 400 )
|
|
4095 break;
|
|
4096 v0->vVelocity.z = 0;
|
|
4097 v0->vVelocity.y = 0;
|
|
4098 v0->vVelocity.x = 0;
|
|
4099 if ( BYTE2(v17[v18].uAttributes) & 0x40 )
|
|
4100 {
|
|
4101 if (v0->uAIState == Dead)
|
|
4102 v0->uAIState = Removed;
|
|
4103 }
|
|
4104 LABEL_123:
|
|
4105 ++v63;
|
|
4106 if ( (signed int)v63 >= (signed int)uNumActors )
|
|
4107 return;
|
|
4108 }
|
|
4109 v20 = v0->uActorRadius;
|
|
4110 v21 = v0->uActorHeight;
|
|
4111 stru_721530.field_84 = -1;
|
|
4112 stru_721530.field_70 = 0;
|
|
4113 uSectorID = 0;
|
|
4114 stru_721530.field_0 = 1;
|
|
4115 stru_721530.field_8 = v20;
|
|
4116 stru_721530.prolly_normal_d = v20;
|
|
4117 stru_721530.field_C = v21;
|
|
4118 v22 = 0;
|
|
4119 while ( 1 )
|
|
4120 {
|
|
4121 stru_721530.field_34.x = v0->vPosition.x;
|
|
4122 stru_721530.normal.x = stru_721530.field_34.x;
|
|
4123 stru_721530.field_34.y = v0->vPosition.y;
|
|
4124 stru_721530.normal.y = stru_721530.field_34.y;
|
|
4125 v23 = v0->vPosition.z;
|
|
4126 stru_721530.normal.z = v23 + v20 + 1;
|
|
4127 stru_721530.field_34.z = v23 - v20 + stru_721530.field_C - 1;
|
|
4128 if ( stru_721530.field_34.z < stru_721530.normal.z )
|
|
4129 stru_721530.field_34.z = v23 + v20 + 1;
|
|
4130 stru_721530.field_1C = v0->vVelocity.x;
|
|
4131 stru_721530.field_20 = v0->vVelocity.y;
|
|
4132 stru_721530.field_24 = v0->vVelocity.z;
|
|
4133 stru_721530.uSectorID = v0->uSectorID;
|
|
4134 if ( !stru_721530._47050A(v22) )
|
|
4135 {
|
|
4136 v58 = v22;
|
|
4137 v24 = 8 * v63;
|
|
4138 LOBYTE(v24) = 8 * v63 | 3;
|
|
4139 v61 = v22;
|
|
4140 _this = v24;
|
|
4141 do
|
|
4142 {
|
|
4143 _46E44E_collide_against_faces_and_portals(1u);
|
|
4144 _46E0B2_collide_against_decorations();
|
|
4145 _46EF01_collision_chech_player(0);
|
|
4146 _46ED8A_collide_against_layingItems(_this);
|
|
4147 v25 = 0;
|
|
4148 v56 = 0;
|
|
4149 if ( ai_arrays_size > v22 )
|
|
4150 {
|
|
4151 do
|
|
4152 {
|
|
4153 v54 = ai_array_4F7DB0_actor_ids[v25];
|
|
4154 if ( v54 != v63 )
|
|
4155 {
|
|
4156 v26 = v54;
|
|
4157 v27 = abs(pActors[v54].vPosition.z - v0->vPosition.z);
|
|
4158 v28 = abs(pActors[v26].vPosition.y - v0->vPosition.y);
|
|
4159 v29 = abs(pActors[v26].vPosition.x - v0->vPosition.x);
|
|
4160 if ( sub_4621DA(v29, v28, v27) >= v0->uActorRadius + (signed int)pActors[v26].uActorRadius
|
|
4161 && _46DF1A_collide_against_actor(v54, 40) )
|
|
4162 ++v58;
|
|
4163 v22 = 0;
|
|
4164 }
|
|
4165 v25 = v56++ + 1;
|
|
4166 }
|
|
4167 while ( v56 < ai_arrays_size );
|
|
4168 }
|
|
4169 if ( _46F04E_collide_against_portals() )
|
|
4170 break;
|
|
4171 ++v61;
|
|
4172 }
|
|
4173 while ( v61 < 100 );
|
|
4174 v56 = v58 > 1;
|
|
4175 if ( stru_721530.field_7C >= stru_721530.field_6C )
|
|
4176 {
|
|
4177 v30 = stru_721530.normal2.x;
|
|
4178 v31 = stru_721530.normal2.y;
|
|
4179 v32 = stru_721530.normal2.z - stru_721530.prolly_normal_d - 1;
|
|
4180 }
|
|
4181 else
|
|
4182 {
|
|
4183 v58 = (unsigned __int64)(stru_721530.field_7C * (signed __int64)stru_721530.field_58.x) >> 16;
|
|
4184 v30 = v58 + v0->vPosition.x;
|
|
4185 v58 = (unsigned __int64)(stru_721530.field_7C * (signed __int64)stru_721530.field_58.y) >> 16;
|
|
4186 v31 = v58 + v0->vPosition.y;
|
|
4187 v58 = (unsigned __int64)(stru_721530.field_7C * (signed __int64)stru_721530.field_58.z) >> 16;
|
|
4188 v32 = v58 + v0->vPosition.z;
|
|
4189 }
|
|
4190 v33 = _46ED1B_collide_against_floor(v30, v31, v32, &stru_721530.uSectorID, &uFaceID);
|
|
4191 v34 = pIndoor->pFaces[uFaceID].uAttributes;
|
|
4192 v35 = v34 & 0x400000;
|
|
4193 if (v35 && v0->uAIState == Dead)
|
|
4194 {
|
|
4195 v0->uAIState = Removed;
|
|
4196 goto LABEL_120;
|
|
4197 }
|
|
4198 if ( v59 != v22 || v62 != v22 || v35 == v22 )
|
|
4199 {
|
|
4200 if ( v33 == -30000 )
|
|
4201 goto LABEL_120;
|
|
4202 if ( v0->uCurrentActionAnimation != 1 || v33 >= v0->vPosition.z - 100 || v59 != v22 || v62 != v22 )
|
|
4203 {
|
|
4204 if ( stru_721530.field_7C >= stru_721530.field_6C )
|
|
4205 {
|
|
4206 v0->vPosition.x = LOWORD(stru_721530.normal2.x);
|
|
4207 v0->vPosition.y = LOWORD(stru_721530.normal2.y);
|
|
4208 v0->vPosition.z = LOWORD(stru_721530.normal2.z) - LOWORD(stru_721530.prolly_normal_d) - 1;
|
|
4209 v0->uSectorID = LOWORD(stru_721530.uSectorID);
|
|
4210 goto LABEL_123;
|
|
4211 }
|
|
4212 v58 = (unsigned __int64)(stru_721530.field_7C * (signed __int64)stru_721530.field_58.x) >> 16;
|
|
4213 v0->vPosition.x += (unsigned int)(stru_721530.field_7C * stru_721530.field_58.x) >> 16;
|
|
4214 v58 = (unsigned __int64)(stru_721530.field_7C * (signed __int64)stru_721530.field_58.y) >> 16;
|
|
4215 v0->vPosition.y += (unsigned int)(stru_721530.field_7C * stru_721530.field_58.y) >> 16;
|
|
4216 v58 = (unsigned __int64)(stru_721530.field_7C * (signed __int64)stru_721530.field_58.z) >> 16;
|
|
4217 v36 = stru_721530.uFaceID;
|
|
4218 v0->vPosition.z += (unsigned int)(stru_721530.field_7C * stru_721530.field_58.z) >> 16;
|
|
4219 v0->uSectorID = LOWORD(stru_721530.uSectorID);
|
|
4220 stru_721530.field_70 += stru_721530.field_7C;
|
|
4221 v37 = v36 >> 3;
|
141
|
4222 if ( (v36 & 7) != OBJECT_Actor)
|
0
|
4223 {
|
141
|
4224 if ( (v36 & 7) != OBJECT_Player)
|
0
|
4225 {
|
141
|
4226 if ( (v36 & 7) == OBJECT_Decoration)
|
0
|
4227 {
|
295
|
4228 _this = integer_sqrt(v0->vVelocity.x * v0->vVelocity.x + v0->vVelocity.y * v0->vVelocity.y);
|
0
|
4229 v45 = stru_5C6E00->Atan2(
|
|
4230 v0->vPosition.x - pLevelDecorations[v37].vPosition.x,
|
|
4231 v0->vPosition.y - pLevelDecorations[v37].vPosition.y);
|
|
4232 v54 = stru_5C6E00->SinCos(v45);
|
|
4233 v56 = (unsigned __int64)(v54 * (signed __int64)(signed int)_this) >> 16;
|
|
4234 v46 = v45 - stru_5C6E00->uIntegerHalfPi;
|
|
4235 v0->vVelocity.x = v54 * _this >> 16;
|
|
4236 v47 = stru_5C6E00->SinCos(v46);
|
|
4237 v54 = v47;
|
|
4238 v48 = v47 * (signed __int64)(signed int)_this;
|
|
4239 v56 = v48 >> 16;
|
|
4240 v0->vVelocity.y = WORD1(v48);
|
|
4241 goto LABEL_119;
|
|
4242 }
|
141
|
4243 if ( (v36 & 7) == OBJECT_BModel)
|
0
|
4244 {
|
|
4245 stru_721530.field_84 = v36 >> 3;
|
|
4246 v38 = &pIndoor->pFaces[v37];
|
|
4247 if ( v38->uPolygonType == 3 )
|
|
4248 {
|
|
4249 v39 = v0->vVelocity.x;
|
|
4250 v40 = v0->vVelocity.y * v0->vVelocity.y;
|
|
4251 v0->vVelocity.z = 0;
|
|
4252 v0->vPosition.z = pIndoor->pVertices[*v38->pVertexIDs].z + 1;
|
|
4253 if ( v39 * v39 + v40 < 400 )
|
|
4254 {
|
|
4255 v0->vVelocity.y = 0;
|
|
4256 v0->vVelocity.x = 0;
|
|
4257 goto LABEL_119;
|
|
4258 }
|
|
4259 }
|
|
4260 else
|
|
4261 {
|
|
4262 v61 = abs(v38->pFacePlane_old.vNormal.x * v0->vVelocity.x + v38->pFacePlane_old.vNormal.y
|
|
4263 * v0->vVelocity.y
|
|
4264 + v38->pFacePlane_old.vNormal.z
|
|
4265 * v0->vVelocity.z) >> 16;
|
|
4266 if ( stru_721530.field_64 >> 3 > v61 )
|
|
4267 v61 = stru_721530.field_64 >> 3;
|
|
4268 v58 = v38->pFacePlane_old.vNormal.x;
|
|
4269 v58 = (unsigned __int64)(v61 * (signed __int64)v58) >> 16;
|
|
4270 _this = v38->pFacePlane_old.vNormal.y;
|
|
4271 _this = (unsigned __int64)(v61 * (signed __int64)(signed int)_this) >> 16;
|
|
4272 v56 = v38->pFacePlane_old.vNormal.z;
|
|
4273 v56 = (unsigned __int64)(v61 * (signed __int64)v56) >> 16;
|
|
4274 v0->vVelocity.x += v58;
|
|
4275 v0->vVelocity.y += _this;
|
|
4276 v0->vVelocity.z += v56;
|
|
4277 v41 = v38->uPolygonType;
|
|
4278 if ( v41 != 4 && v41 != 3 )
|
|
4279 {
|
|
4280 v42 = v38->pFacePlane_old.vNormal.x;
|
|
4281 v43 = v0->vPosition.z;
|
|
4282 v44 = stru_721530.prolly_normal_d
|
|
4283 - ((v38->pFacePlane_old.dist
|
|
4284 + v38->pFacePlane_old.vNormal.z * v0->vPosition.z
|
|
4285 + v38->pFacePlane_old.vNormal.y * v0->vPosition.y
|
|
4286 + v42 * v0->vPosition.x) >> 16);
|
|
4287 if ( v44 > 0 )
|
|
4288 {
|
|
4289 v0->vPosition.x += (unsigned int)(v44 * v42) >> 16;
|
|
4290 v0->vPosition.y += (unsigned int)(v44 * v38->pFacePlane_old.vNormal.y) >> 16;
|
|
4291 v0->vPosition.z = v43 + ((unsigned int)(v44 * v38->pFacePlane_old.vNormal.z) >> 16);
|
|
4292 }
|
|
4293 v0->uYawAngle = stru_5C6E00->Atan2(v0->vVelocity.x, v0->vVelocity.y);
|
|
4294 }
|
|
4295 }
|
|
4296 if ( BYTE3(v38->uAttributes) & 8 )
|
|
4297 EventProcessor(pIndoor->pFaceExtras[v38->uFaceExtraID].uEventID, 0, 1);
|
|
4298 }
|
|
4299 LABEL_119:
|
|
4300 v56 = v0->vVelocity.x;
|
|
4301 v54 = 58500;
|
|
4302 v56 = (unsigned __int64)(58500i64 * v56) >> 16;
|
|
4303 v0->vVelocity.x = v56;
|
|
4304 v56 = v0->vVelocity.y;
|
|
4305 v56 = (unsigned __int64)(v54 * (signed __int64)v56) >> 16;
|
|
4306 v54 = 58500;
|
|
4307 v0->vVelocity.y = v56;
|
|
4308 v56 = v0->vVelocity.z;
|
|
4309 v56 = (unsigned __int64)(v54 * (signed __int64)v56) >> 16;
|
|
4310 v22 = 0;
|
|
4311 v0->vVelocity.z = v56;
|
|
4312 goto LABEL_120;
|
|
4313 }
|
|
4314 if ( v0->GetActorsRelation(0) )
|
|
4315 {
|
|
4316 v51 = __OFSUB__(HIDWORD(pParty->pPartyBuffs[11].uExpireTime), v22);
|
|
4317 v49 = HIDWORD(pParty->pPartyBuffs[11].uExpireTime) == v22;
|
|
4318 v50 = HIDWORD(pParty->pPartyBuffs[11].uExpireTime) - v22 < 0;
|
|
4319 v0->vVelocity.y = v22;
|
|
4320 v0->vVelocity.x = v22;
|
|
4321 if ( !(v50 ^ v51)
|
|
4322 && (!((unsigned __int8)(v50 ^ v51) | v49) || LODWORD(pParty->pPartyBuffs[11].uExpireTime) > v22) )
|
|
4323 pParty->pPartyBuffs[11].Reset();
|
|
4324 viewparams->bRedrawGameUI = 1;
|
|
4325 goto LABEL_119;
|
|
4326 }
|
|
4327 v36 = stru_721530.uFaceID;
|
|
4328 LABEL_118:
|
|
4329 Actor::FaceObject(v63, v36, v22, (AIDirection *)v22);
|
|
4330 goto LABEL_119;
|
|
4331 }
|
|
4332 if ( pParty->bTurnBasedModeOn == 1 && (pTurnEngine->field_4 == 2 || pTurnEngine->field_4 == 3) )
|
|
4333 goto LABEL_119;
|
|
4334 if ( v0->pMonsterInfo.uHostilityType )
|
|
4335 {
|
|
4336 if ( v56 == v22 )
|
|
4337 goto LABEL_114;
|
|
4338 }
|
|
4339 else
|
|
4340 {
|
|
4341 if ( v56 == v22 )
|
|
4342 {
|
|
4343 if ( !pActors[v37].pMonsterInfo.uHostilityType )
|
|
4344 goto LABEL_118;
|
|
4345 LABEL_114:
|
|
4346 Actor::_402968(v63, v36, v22, (AIDirection *)v22);
|
|
4347 goto LABEL_119;
|
|
4348 }
|
|
4349 }
|
|
4350 Actor::_403F58(v63, 4, v22, &v53);
|
|
4351 goto LABEL_119;
|
|
4352 }
|
|
4353 if ( v0->vPosition.x & 1 )
|
|
4354 v0->uYawAngle += 100;
|
|
4355 else
|
|
4356 v0->uYawAngle -= 100;
|
|
4357 }
|
|
4358 else
|
|
4359 {
|
|
4360 if ( pParty->bTurnBasedModeOn == 1 && (pTurnEngine->field_4 == 2 || pTurnEngine->field_4 == 3) )
|
|
4361 goto LABEL_123;
|
|
4362 if ( !v0->pMonsterInfo.uHostilityType || v56 != v22 )
|
|
4363 {
|
|
4364 Actor::_403F58(v63, 4, v22, &v52);
|
|
4365 goto LABEL_123;
|
|
4366 }
|
|
4367 }
|
|
4368 }
|
|
4369 LABEL_120:
|
|
4370 ++uSectorID;
|
|
4371 if ( uSectorID >= 100 )
|
|
4372 goto LABEL_123;
|
|
4373 v20 = stru_721530.prolly_normal_d;
|
|
4374 }
|
|
4375 }
|
|
4376 }
|
|
4377 // 46DF1A: using guessed type int __fastcall 46DF1A_collide_against_actor(int, int);
|
|
4378 // 4F75D8: using guessed type int ai_arrays_size;
|
|
4379
|
|
4380
|
|
4381
|
|
4382
|
|
4383
|
|
4384
|
|
4385 //----- (00460A78) --------------------------------------------------------
|
|
4386 void __thiscall PrepareToLoadBLV(unsigned int bLoading)
|
|
4387 {
|
|
4388 unsigned int v1; // ebx@1
|
|
4389 unsigned int v2; // eax@8
|
|
4390 MapInfo *v3; // edi@9
|
|
4391 int v4; // eax@11
|
|
4392 int v5; // eax@12
|
|
4393 int v6; // eax@13
|
|
4394 int v7; // esi@27
|
|
4395 SpawnPointMM7 *v8; // edx@28
|
|
4396 //char v9; // bl@33
|
|
4397 //int v10; // eax@34
|
|
4398 //char *v11; // ecx@37
|
|
4399 //int v12; // edi@44
|
|
4400 //unsigned int v13; // edi@48
|
|
4401 char *v14; // esi@49
|
|
4402 __int16 v15; // ax@50
|
|
4403 int v16; // ecx@52
|
|
4404 DecorationDesc *v17; // eax@54
|
|
4405 int v18; // ecx@55
|
|
4406 //int *v19; // edi@58
|
|
4407 //unsigned char v20; // dl@58
|
|
4408 int v21; // eax@64
|
|
4409 char v22; // cl@64
|
|
4410 //signed int v23; // ebx@67
|
|
4411 //char *v24; // esi@68
|
|
4412 //int v25; // eax@70
|
|
4413 //char *v26; // esi@78
|
|
4414 //int v27; // eax@79
|
|
4415 char v28; // zf@81
|
|
4416 __int16 v29; // ax@85
|
|
4417 signed int v30; // edi@94
|
|
4418 int v31; // esi@94
|
|
4419 char Args; // [sp+350h] [bp-C4h]@16
|
|
4420 int v34[4]; // [sp+3E8h] [bp-2Ch]@96
|
|
4421 int v35; // [sp+3F8h] [bp-1Ch]@1
|
|
4422 //char b[4]; // [sp+3FCh] [bp-18h]@58
|
|
4423 MapInfo *v37; // [sp+400h] [bp-14h]@1
|
|
4424 int v38; // [sp+404h] [bp-10h]@1
|
|
4425 unsigned int v39; // [sp+408h] [bp-Ch]@8
|
|
4426 int pDest; // [sp+40Ch] [bp-8h]@1
|
|
4427 //int i; // [sp+410h] [bp-4h]@27
|
|
4428
|
|
4429 v37 = (MapInfo *)bLoading;
|
|
4430 v1 = 0;
|
|
4431 v35 = 0;
|
|
4432 pGameLoadingUI_ProgressBar->Reset(0x20u);
|
|
4433 bUnderwater = 0;
|
|
4434 bNoNPCHiring = 0;
|
|
4435 v38 = 0;
|
|
4436 pDest = 1;
|
|
4437 uCurrentlyLoadedLevelType = LEVEL_Indoor;
|
|
4438 pGame->uFlags2 &= 0xFFFFFFF7u;
|
|
4439 if ( Is_out15odm_underwater() )
|
|
4440 {
|
|
4441 bUnderwater = 1;
|
|
4442 pGame->uFlags2 |= 8u;
|
|
4443 }
|
|
4444 if ( !_strcmpi(pCurrentMapName, "out15.odm") || !_strcmpi(pCurrentMapName, "d23.blv") )
|
|
4445 bNoNPCHiring = 1;
|
|
4446 pPaletteManager->pPalette_tintColor[0] = 0;
|
|
4447 pPaletteManager->pPalette_tintColor[1] = 0;
|
|
4448 pPaletteManager->pPalette_tintColor[2] = 0;
|
|
4449 pPaletteManager->RecalculateAll();
|
|
4450 if ( qword_A750D8 )
|
|
4451 qword_A750D8 = 0i64;
|
|
4452 v2 = pMapStats->GetMapInfo(pCurrentMapName);
|
|
4453 v39 = v2;
|
|
4454 if ( v2 )
|
|
4455 {
|
|
4456 v3 = &pMapStats->pInfos[v2];
|
|
4457 v1 = v3->uRespawnIntervalDays;
|
|
4458 v38 = GetAlertStatus();
|
|
4459 }
|
|
4460 else
|
|
4461 {
|
|
4462 v3 = v37;
|
|
4463 }
|
|
4464 dword_6BE13C_uCurrentlyLoadedLocationID = v39;
|
|
4465 pAllocator->FreeChunk(ptr_6A0D08);
|
|
4466 ptr_6A0D08 = 0;
|
|
4467 _6A0D0C_txt_lod_loading = 0;
|
|
4468 TryLoadLevelFromLOD();
|
|
4469 pStationaryLightsStack->uNumLightsActive = 0;
|
|
4470 v4 = pIndoor->Load(
|
|
4471 pCurrentMapName,
|
|
4472 (unsigned int)(signed __int64)((double)pParty->uTimePlayed * 0.234375) / 60 / 60 / 24 + 1,
|
|
4473 v1,
|
|
4474 (char *)&pDest)
|
|
4475 - 1;
|
|
4476 if ( !v4 )
|
|
4477 {
|
|
4478 sprintf(&Args, "Unable to open %s", pCurrentMapName);
|
|
4479 Abortf(&Args);
|
|
4480 }
|
|
4481 v5 = v4 - 1;
|
|
4482 if ( !v5 )
|
|
4483 {
|
|
4484 sprintf(&Args, "File %s is not a BLV File", pCurrentMapName);
|
|
4485 Abortf(&Args);
|
|
4486 }
|
|
4487 v6 = v5 - 1;
|
|
4488 if ( !v6 )
|
|
4489 Abortf("Attempt to open new level before clearing old");
|
|
4490 if ( v6 == 1 )
|
|
4491 Abortf("Out of memory loading indoor level");
|
|
4492 if ( !(dword_6BE364_game_settings_1 & 0x2000) )
|
|
4493 {
|
|
4494 InitializeActors();
|
|
4495 InitializeLayingItems();
|
|
4496 }
|
|
4497 BYTE1(dword_6BE364_game_settings_1) &= 0xDFu;
|
|
4498 if ( !v39 )
|
|
4499 pDest = 0;
|
|
4500 if ( pDest == 1 )
|
|
4501 {
|
|
4502 v7 = 0;
|
|
4503 for (uint i = 0; i < pIndoor->uNumSpawnPoints; ++v7 )
|
|
4504 {
|
|
4505 v8 = &pIndoor->pSpawnPoints[v7];
|
|
4506 if ( pIndoor->pSpawnPoints[v7].uKind == 3 )
|
|
4507 SpawnEncounter(v3, v8, 0, 0, 0);
|
|
4508 else
|
|
4509 v3->SpawnRandomTreasure(v8);
|
|
4510 ++i;
|
|
4511 }
|
|
4512 RespawnGlobalDecorations();
|
|
4513 }
|
|
4514
|
|
4515 pSoundList->LoadSound(pDoorSoundIDsByLocationID[v39], 0);
|
|
4516 pSoundList->LoadSound(pDoorSoundIDsByLocationID[v39] + 1, 0);
|
|
4517
|
|
4518 for (uint i = 0; i < pIndoor->uNumDoors; ++i)
|
|
4519 {
|
|
4520 auto pDoor = pIndoor->pDoors + i;
|
|
4521
|
|
4522 if (pDoor->uAttributes & 0x01)
|
|
4523 {
|
|
4524 pDoor->uState = BLVDoor::Opening;
|
|
4525 pDoor->uTimeSinceTriggered = 15360;
|
|
4526 pDoor->uAttributes = 2;
|
|
4527 }
|
|
4528
|
|
4529 if (pDoor->uState == BLVDoor::Closed)
|
|
4530 {
|
|
4531 pDoor->uState = BLVDoor::Closing;
|
|
4532 pDoor->uTimeSinceTriggered = 15360;
|
|
4533 pDoor->uAttributes = 2;
|
|
4534 }
|
|
4535 else if (pDoor->uState == BLVDoor::Open)
|
|
4536 {
|
|
4537 pDoor->uState = BLVDoor::Opening;
|
|
4538 pDoor->uTimeSinceTriggered = 15360;
|
|
4539 pDoor->uAttributes = 2;
|
|
4540 }
|
|
4541 }
|
|
4542
|
|
4543 /*
|
|
4544 i = 0;
|
|
4545 v9 = 2;
|
|
4546 if ( pIndoor->uNumDoors > 0 )
|
|
4547 {
|
|
4548 v10 = 0;
|
|
4549 while ( 1 )
|
|
4550 {
|
|
4551 if ( pIndoor->pDoors[v10].uAttributes & 1 )
|
|
4552 {
|
|
4553 pIndoor->pDoors[v10].uState = 1;
|
|
4554 pIndoor->pDoors[v10].uTimeSinceTriggered = 15360;
|
|
4555 pIndoor->pDoors[v10].uAttributes = 2;
|
|
4556 }
|
|
4557 v11 = (char *)&pIndoor->pDoors[v10].uState;
|
|
4558 if ( !*(short *)v11 )
|
|
4559 break;
|
|
4560 if ( *(short *)v11 == 2 )
|
|
4561 {
|
|
4562 *(short *)v11 = 1;
|
|
4563 goto LABEL_41;
|
|
4564 }
|
|
4565 LABEL_42:
|
|
4566 ++i;
|
|
4567 ++v10;
|
|
4568 if ( i >= pIndoor->uNumDoors )
|
|
4569 goto LABEL_43;
|
|
4570 }
|
|
4571 *(short *)v11 = 3;
|
|
4572 LABEL_41:
|
|
4573 pIndoor->pDoors[v10].uTimeSinceTriggered = 15360;
|
|
4574 pIndoor->pDoors[v10].uAttributes = 2;
|
|
4575 goto LABEL_42;
|
|
4576 }
|
|
4577 LABEL_43:
|
|
4578 */
|
|
4579
|
|
4580 for (uint i = 0; i < pIndoor->uNumFaces; ++i)
|
|
4581 {
|
|
4582 auto pFace = pIndoor->pFaces + i;
|
|
4583 if (!pFace->uBitmapID != -1)
|
|
4584 pBitmaps_LOD->pTextures[pFace->uBitmapID].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[pFace->uBitmapID].palette_id1);
|
|
4585 }
|
|
4586
|
|
4587 /*i = 0;
|
|
4588 if ( (signed int)pIndoor->uNumFaces > 0 )
|
|
4589 {
|
|
4590 v12 = 0;
|
|
4591 do
|
|
4592 {
|
|
4593 if ( pIndoor->pFaces[v12].uBitmapID != -1 )
|
|
4594 pBitmaps_LOD->pTextures[pIndoor->pFaces[v12].uBitmapID].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[pIndoor->pFaces[v12].uBitmapID].palette_id1);
|
|
4595 ++i;
|
|
4596 ++v12;
|
|
4597 }
|
|
4598 while ( i < (signed int)pIndoor->uNumFaces );
|
|
4599 }*/
|
|
4600
|
|
4601
|
|
4602 pGameLoadingUI_ProgressBar->Progress();
|
|
4603
|
|
4604 for (uint i = 0; i < uNumLevelDecorations; ++i)
|
|
4605 {
|
|
4606 auto pDecortaion = pLevelDecorations + i;
|
|
4607
|
|
4608 pDecorationList->InitializeDecorationSprite(pDecortaion->uDecorationDescID);
|
|
4609
|
|
4610 v15 = pDecorationList->pDecorations[pDecortaion->uDecorationDescID].uSoundID;
|
|
4611 if (v15 && _6807E0_num_decorations_with_sounds_6807B8 < 9)
|
|
4612 {
|
|
4613 pSoundList->LoadSound(v15, 0);
|
|
4614 v16 = _6807E0_num_decorations_with_sounds_6807B8++;
|
|
4615 _6807B8_level_decorations_ids[v16] = i;
|
|
4616 }
|
|
4617
|
|
4618 if ( !(pDecortaion->field_2 & 0x20) )
|
|
4619 {
|
|
4620 v17 = &pDecorationList->pDecorations[pDecortaion->uDecorationDescID];
|
|
4621 if ( !((unsigned __int8)2 & v17->uFlags) )
|
|
4622 {
|
|
4623 v18 = v17->uLightRadius;
|
|
4624 if ( v18 )
|
|
4625 {
|
|
4626 unsigned char r = 255,
|
|
4627 g = 255,
|
|
4628 b = 255;
|
|
4629 if (pRenderer->pRenderD3D && pRenderer->bUseColoredLights)
|
|
4630 {
|
|
4631 r = v17->uColoredLightRed;
|
|
4632 g = v17->uColoredLightGreen;
|
|
4633 b = v17->uColoredLightBlue;
|
|
4634 }
|
|
4635 pStationaryLightsStack->AddLight(pDecortaion->vPosition.x,
|
|
4636 pDecortaion->vPosition.y,
|
|
4637 pDecortaion->vPosition.z + v17->uDecorationHeight,
|
|
4638 v18,
|
|
4639 r,
|
|
4640 g,
|
|
4641 b,
|
|
4642 byte_4E94D0);
|
|
4643 }
|
|
4644 }
|
|
4645 }
|
|
4646
|
|
4647 if (!pDecortaion->field_16_event_id)
|
|
4648 {
|
|
4649 if (pDecortaion->IsInteractive())
|
|
4650 {
|
|
4651 if ( v35 < 124 )
|
|
4652 {
|
|
4653 v21 = v35 + 1;
|
|
4654 pDecortaion->_idx_in_stru123 = v35 + 75;
|
|
4655 v22 = stru_5E4C90._decor_events[v21 + 74 - 75];
|
|
4656 v35 = v21;
|
|
4657 if ( !v22 )
|
|
4658 pDecortaion->field_2 |= 0x20;
|
|
4659 }
|
|
4660 }
|
|
4661 }
|
|
4662 }
|
|
4663
|
|
4664 pGameLoadingUI_ProgressBar->Progress();
|
|
4665
|
|
4666 for (uint i = 0; i < uNumLayingItems; ++i)
|
|
4667 {
|
|
4668 auto p = pLayingItems + i;
|
|
4669 if (p->uObjectDescID)
|
|
4670 {
|
|
4671 auto uItemID = p->stru_24.uItemID;
|
|
4672 if (uItemID)
|
|
4673 {
|
|
4674 if (uItemID != 220 && pItemsTable->pItems[uItemID].uEquipType == EQUIP_POTION &&
|
|
4675 !p->stru_24._bonus_type)
|
|
4676 p->stru_24._bonus_type = rand() % 15 + 5;
|
|
4677 pItemsTable->SetSpecialBonus(&p->stru_24);
|
|
4678 }
|
|
4679 }
|
|
4680 }
|
|
4681
|
|
4682 for (uint i = 0; i < uNumActors; ++i)
|
|
4683 //if ( (signed int)uNumActors > (signed int)v13 )
|
|
4684 {
|
|
4685 Actor *pActor = pActors + i;
|
|
4686 //v26 = (char *)&pActors[0].uAttributes;
|
|
4687 //do
|
|
4688 //{
|
|
4689 //v27 = *(int *)v26;
|
|
4690 if (pActor->uAttributes & 0x100000)
|
|
4691 {
|
|
4692 if ( !v39 )
|
|
4693 {
|
|
4694 pActor->pMonsterInfo.field_3E = 19;
|
|
4695 pActor->uAttributes |= 0x10000;
|
|
4696 continue;
|
|
4697 }
|
|
4698 v28 = v38 == 0;
|
|
4699 }
|
|
4700 else
|
|
4701 {
|
|
4702 v28 = v38 == 1;
|
|
4703 }
|
|
4704
|
|
4705 if ( !v28 )
|
|
4706 {
|
|
4707 pActor->PrepareSprites(0);
|
|
4708 v29 = pActor->pMonsterInfo.field_3E;
|
|
4709 pActor->pMonsterInfo.uHostilityType = MonsterInfo::Hostility_Friendly;
|
|
4710 if ( v29 != 11 && v29 != 19 && (!pActor->sCurrentHP || !pActor->pMonsterInfo.uHP) )
|
|
4711 {
|
|
4712 pActor->pMonsterInfo.field_3E = 5;
|
|
4713 pActor->UpdateAnimation();
|
|
4714 }
|
|
4715 }
|
|
4716 else
|
|
4717 {
|
|
4718 pActor->pMonsterInfo.field_3E = 19;
|
|
4719 pActor->uAttributes |= 0x10000;
|
|
4720 }
|
|
4721 //}
|
|
4722 //while ( i < (signed int)uNumActors );
|
|
4723 }
|
|
4724
|
|
4725 pGameLoadingUI_ProgressBar->Progress();
|
|
4726
|
|
4727 Actor this_;
|
|
4728 this_.pMonsterInfo.uID = 45;
|
|
4729 this_.PrepareSprites(0);
|
|
4730 if ( !v37 )
|
|
4731 {
|
|
4732 pParty->sRotationX = 0;
|
|
4733 pParty->sRotationY = 0;
|
|
4734 pParty->vPosition.z = 0;
|
|
4735 pParty->vPosition.y = 0;
|
|
4736 pParty->vPosition.x = 0;
|
|
4737 pParty->uFallStartY = 0;
|
|
4738 pParty->uFallSpeed = 0;
|
|
4739 TeleportToStartingPoint(uLevel_StartingPointType);
|
|
4740 }
|
|
4741 viewparams->_443365();
|
|
4742 PlayLevelMusic();
|
|
4743 if ( !v37 )
|
|
4744 {
|
|
4745 v30 = 0;
|
|
4746 v31 = 1;
|
|
4747 do
|
|
4748 {
|
|
4749 if ( pPlayers[v31]->CanAct() )
|
|
4750 v34[v30++] = v31;
|
|
4751 ++v31;
|
|
4752 }
|
|
4753 while ( v31 <= 4 );
|
|
4754 if ( v30 )
|
|
4755 {
|
|
4756 if ( pDest )
|
|
4757 {
|
|
4758 qword_A750D8 = 256i64;
|
|
4759 word_A750E0 = 46;
|
|
4760 word_A750E2 = LOWORD(v34[rand() % v30]);
|
|
4761 }
|
|
4762 }
|
|
4763 }
|
|
4764 } |