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