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