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