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