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