Mercurial > mm7
annotate Indoor.cpp @ 1380:635500df9320
Слияние
author | Ritor1 |
---|---|
date | Tue, 16 Jul 2013 14:11:43 +0600 |
parents | db3769ae574c 1fb9f4b9b6a7 |
children | 729635c2bb40 |
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 "stru9.h" | |
10 #include "stru10.h" | |
1078 | 11 #include "stru367.h" |
1016 | 12 |
13 #include "BSPModel.h" | |
0 | 14 #include "Outdoor.h" |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
15 #include "SpriteObject.h" |
0 | 16 #include "Events.h" |
17 #include "Game.h" | |
18 #include "Viewport.h" | |
19 #include "Time.h" | |
20 #include "Party.h" | |
21 #include "Math.h" | |
22 #include "Allocator.h" | |
23 #include "LOD.h" | |
24 #include "DecorationList.h" | |
25 #include "ObjectList.h" | |
26 #include "Actor.h" | |
27 #include "Chest.h" | |
28 #include "GUIProgressBar.h" | |
29 #include "stru123.h" | |
30 #include "AudioPlayer.h" | |
31 #include "Log.h" | |
32 #include "TurnEngine.h" | |
33 #include "PaletteManager.h" | |
34 #include "MapInfo.h" | |
186 | 35 #include "IndoorCamera.h" |
1262 | 36 #include "Lights.h" |
0 | 37 |
38 #include "mm7_data.h" | |
831 | 39 #include "MM7.h" |
1295 | 40 #include "Sprites.h" |
41 #include "Game.h" | |
42 #include "stru6.h" | |
43 #include "ParticleEngine.h" | |
44 #include "Outdoor_stuff.h" | |
1297 | 45 #include "texts.h" |
46 #include "GUIWindow.h" | |
0 | 47 |
48 | |
49 | |
50 | |
51 | |
52 IndoorLocation *pIndoor = new IndoorLocation; | |
53 BLVRenderParams *pBLVRenderParams = new BLVRenderParams; | |
54 | |
55 struct DecorationList *pDecorationList; | |
56 | |
1202 | 57 std::array<LevelDecoration, 3000> pLevelDecorations; |
0 | 58 size_t uNumLevelDecorations; |
520
35f28d4c0ff9
GlobalEventInfo changed to LevelDecoration* activeLevelDecoration
Gloval
parents:
515
diff
changeset
|
59 LevelDecoration* activeLevelDecoration; |
0 | 60 |
61 LEVEL_TYPE uCurrentlyLoadedLevelType = LEVEL_null; | |
62 | |
63 stru320 stru_F8AD28; // idb | |
64 stru337 stru_F81018; | |
65 stru167_wrap array_5118E8; | |
1376 | 66 BspRenderer_PortalViewportData stru_F8A590; |
0 | 67 BspRenderer *pBspRenderer = new BspRenderer; // idb |
68 stru141 stru_721530; | |
1202 | 69 std::array<stru352, 480> stru_F83B80; |
0 | 70 |
71 | |
72 | |
73 unsigned __int16 pDoorSoundIDsByLocationID[78] = | |
74 { | |
75 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, | |
76 300, 300, 300, 404, 302, 306, 308, 304, 308, 302, 400, 302, 300, | |
77 308, 308, 306, 308, 308, 304, 300, 404, 406, 300, 400, 406, 404, | |
78 306, 302, 408, 304, 300, 300, 300, 300, 300, 300, 300, 300, 300, | |
79 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 404, 304, | |
80 400, 300, 300, 404, 304, 400, 300, 300, 404, 304, 400, 300, 300 | |
81 }; | |
82 | |
83 | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
84 std::array<const char *, 11> _4E6BDC_loc_names= |
1006 | 85 { |
86 "mdt12.blv", | |
87 "d18.blv", | |
88 "mdt14.blv", | |
89 "d37.blv", | |
90 "mdk01.blv", | |
91 "mdt01.blv", | |
92 "mdr01.blv", | |
93 "mdt10.blv", | |
94 "mdt09.blv", | |
95 "mdt15.blv", | |
96 "mdt11.blv" | |
97 }; | |
98 | |
0 | 99 |
100 //----- (0043F39E) -------------------------------------------------------- | |
101 void __fastcall PrepareDrawLists_BLV(IndoorLocation_drawstru *_this) | |
102 { | |
103 //int *v1; // ecx@1 | |
104 //double v2; // ST30_8@3 | |
105 //double v3; // ST30_8@6 | |
106 //double v4; // ST28_8@6 | |
107 int v5; // eax@4 | |
707 | 108 //int v6; // eax@7 |
0 | 109 unsigned int v7; // ebx@8 |
110 BLVSector *v8; // esi@8 | |
707 | 111 //unsigned __int16 *v9; // edi@8 |
112 //int i; // [sp+18h] [bp-8h]@7 | |
0 | 113 //unsigned __int8 v11; // [sp+1Ch] [bp-4h]@3 |
707 | 114 //signed int v12; // [sp+1Ch] [bp-4h]@8 |
0 | 115 |
116 pBLVRenderParams->Reset(_this); | |
117 pMobileLightsStack->uNumLightsActive = 0; | |
118 //uNumMobileLightsApplied = 0; | |
119 uNumDecorationsDrawnThisFrame = 0; | |
120 _unused000 = 0; | |
121 uNumSpritesDrawnThisFrame = 0; | |
122 uNumBillboardsToDraw = 0; | |
707 | 123 |
124 if ( !byte_4D864C || !(pGame->uFlags & 0x1000) ) // lightspot around party | |
0 | 125 { |
126 //v2 = pParty->flt_TorchlightColorB + 6.7553994e15; | |
127 //v11 = LOBYTE(v2); | |
128 v5 = 800; | |
129 if (pParty->TorchlightActive()) | |
707 | 130 v5 *= pParty->pPartyBuffs[PARTY_BUFF_TORCHLIGHT].uPower; |
0 | 131 //LOBYTE(v1) = byte_4E94D0; |
132 //v4 = pParty->flt_TorchlightColorR + 6.7553994e15; | |
133 //v3 = pParty->flt_TorchlightColorG + 6.7553994e15; | |
707 | 134 pMobileLightsStack->AddLight(pBLVRenderParams->vPartyPos.x, |
135 pBLVRenderParams->vPartyPos.y, | |
136 pBLVRenderParams->vPartyPos.z, | |
137 pBLVRenderParams->uPartySectorID, | |
138 v5, | |
139 floorf(pParty->flt_TorchlightColorR + 0.5f), | |
140 floorf(pParty->flt_TorchlightColorG + 0.5f), | |
141 floorf(pParty->flt_TorchlightColorB + 0.5f), | |
142 byte_4E94D0); | |
0 | 143 } |
144 PrepareBspRenderList_BLV(); | |
145 PrepareItemsRenderList_BLV(); | |
146 PrepareActorRenderList_BLV(); | |
707 | 147 |
148 //v6 = 0; | |
149 for (uint i = 0; i < pBspRenderer->uNumVisibleNotEmptySectors; ++i) | |
0 | 150 { |
707 | 151 v7 = pBspRenderer->pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[i]; |
152 //v12 = 0; | |
153 v8 = &pIndoor->pSectors[pBspRenderer->pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[i]]; | |
154 //v9 = v8->pDecorationIDs; | |
155 | |
156 for (uint j = 0; j < v8->uNumDecorations; ++j) | |
157 //if ( v8->uNumDecorations > 0 ) | |
0 | 158 { |
707 | 159 // do |
160 PrepareDecorationsRenderList_BLV(v8->pDecorationIDs[j], v7); | |
161 // while ( v12 < v8->uNumDecorations ); | |
0 | 162 } |
707 | 163 //v6 = i + 1; |
0 | 164 } |
657 | 165 FindBillboardsLightLevels_BLV(); |
0 | 166 pGame->PrepareBloodsplats(); |
167 } | |
168 | |
169 | |
170 | |
171 //----- (004407D9) -------------------------------------------------------- | |
172 int BLVRenderParams::Reset(IndoorLocation_drawstru *a2) | |
173 { | |
174 IndoorLocation_drawstru *v2; // ebx@1 | |
175 int v4; // ST08_4@1 | |
176 int v5; // ST04_4@1 | |
177 int v6; // ST00_4@1 | |
178 int v7; // eax@1 | |
179 int v8; // ST08_4@2 | |
180 int v9; // ST04_4@2 | |
181 int v10; // ST00_4@2 | |
182 unsigned int v11; // edi@4 | |
183 unsigned int v12; // ecx@4 | |
184 int v13; // edx@4 | |
185 signed int v14; // ecx@4 | |
186 unsigned int v15; // edx@4 | |
187 unsigned int v16; // eax@4 | |
188 double v17; // st7@5 | |
189 int v18; // eax@5 | |
190 double v19; // st7@5 | |
191 int v20; // eax@5 | |
192 double v21; // st7@5 | |
193 int v22; // eax@5 | |
194 unsigned int v23; // edx@5 | |
195 unsigned int v24; // ecx@5 | |
196 int v25; // eax@5 | |
197 int v26; // eax@5 | |
198 signed int v27; // eax@6 | |
199 int result; // eax@6 | |
200 int v29; // [sp+24h] [bp+8h]@5 | |
201 | |
202 v2 = a2; | |
203 this->field_0_timer_ = a2->field_0_timer; | |
204 this->uFlags = a2->uFlags; | |
205 this->vPartyPos.x = a2->vPosition.x; | |
206 this->vPartyPos.y = a2->vPosition.y; | |
207 this->vPartyPos.z = a2->vPosition.z; | |
208 v4 = this->vPartyPos.z; | |
209 v5 = this->vPartyPos.y; | |
210 this->sPartyRotY = a2->sRotationY; | |
211 v6 = this->vPartyPos.x; | |
212 this->sPartyRotX = a2->sRotationX; | |
213 v7 = pIndoor->GetSector(v6, v5, v4); | |
1006 | 214 this->uPartySectorID = v7; |
0 | 215 if ( !v7 ) |
216 { | |
1006 | 217 v8 = this->vPartyPos.z; |
218 this->vPartyPos.x = pParty->vPosition.x; | |
0 | 219 v9 = pParty->vPosition.y; |
1006 | 220 v10 = this->vPartyPos.x; |
221 this->vPartyPos.y = pParty->vPosition.y; | |
222 this->uPartySectorID = pIndoor->GetSector(v10, v9, v8); | |
0 | 223 } |
224 if ( pRenderer->pRenderD3D ) | |
225 { | |
1006 | 226 this->sCosineY = stru_5C6E00->Cos(this->sPartyRotY); |
227 this->sSineY = stru_5C6E00->Sin(this->sPartyRotY); | |
228 this->sCosineNegX = stru_5C6E00->Cos(-this->sPartyRotX); | |
229 this->sSineNegX = stru_5C6E00->Sin(-this->sPartyRotX); | |
230 this->fCosineY = cos((3.141592653589793 + 3.141592653589793) * (double)this->sPartyRotY * 0.00048828125); | |
231 this->fSineY = sin((3.141592653589793 + 3.141592653589793) * (double)this->sPartyRotY * 0.00048828125); | |
232 this->fCosineNegX = cos((3.141592653589793 + 3.141592653589793) * (double)-this->sPartyRotX * 0.00048828125); | |
233 this->fSineNegX = sin((3.141592653589793 + 3.141592653589793) * (double)-this->sPartyRotX * 0.00048828125); | |
234 this->field_64 = a2->field_3C; | |
235 v11 = this->uViewportW; | |
236 v12 = this->uViewportX; | |
237 v13 = this->uViewportZ - v12; | |
238 v14 = this->uViewportZ + v12; | |
239 this->field_70 = v13 + 1; | |
240 v15 = this->uViewportY; | |
241 this->uViewportHeight = v11 - v15 + 1; | |
242 v16 = this->uViewportW; | |
243 this->uViewportCenterX = v14 >> 1; | |
244 this->uViewportCenterY = (signed int)(v16 + v15) >> 1; | |
0 | 245 } |
246 else | |
247 { | |
1006 | 248 this->sCosineY = stru_5C6E00->Cos(-this->sPartyRotY); |
249 this->sSineY = stru_5C6E00->Sin(-this->sPartyRotY); | |
250 this->sCosineNegX = stru_5C6E00->Cos(-this->sPartyRotX); | |
251 this->sSineNegX = stru_5C6E00->Sin(-this->sPartyRotX); | |
252 v17 = cos((double)-this->sPartyRotY * 0.0030664064); | |
253 v18 = this->sPartyRotY; | |
254 this->fCosineY = v17; | |
0 | 255 v19 = sin((double)-v18 * 0.0030664064); |
1006 | 256 v20 = this->sPartyRotX; |
257 this->fSineY = v19; | |
0 | 258 v21 = cos((double)-v20 * 0.0030664064); |
1006 | 259 v22 = this->sPartyRotX; |
260 this->fCosineNegX = v21; | |
261 this->fSineNegX = sin((double)-v22 * 0.0030664064); | |
262 v23 = this->uViewportX; | |
263 this->field_64 = a2->field_3C; | |
264 v24 = this->uViewportZ; | |
265 this->field_70 = this->uViewportZ - v23 + 1; | |
266 v25 = this->uViewportW - this->uViewportY + 1; | |
267 this->uViewportHeight = v25; | |
0 | 268 v29 = v25; |
1006 | 269 v26 = this->field_64; |
270 this->uViewportCenterX = (signed int)(v24 + v23) >> 1; | |
271 this->uViewportCenterY = this->uViewportW - ((unsigned __int64)(v26 * (signed __int64)v29) >> 16); | |
0 | 272 } |
1006 | 273 v27 = (unsigned int)(signed __int64)((double)this->field_70 * 0.5 / tan((double)(v2->field_1C_mb_fov >> 1) * 0.01745329) |
0 | 274 + 0.5) << 16; |
1006 | 275 this->field_40 = v27; |
276 this->field_44 = 0x100000000i64 / v27; | |
277 this->pRenderTarget = v2->pRenderTarget; | |
278 this->uTargetWidth = v2->uTargetWidth; | |
279 this->uTargetHeight = v2->uTargetHeight; | |
280 this->uViewportX = v2->uViewportX; | |
281 this->uViewportY = v2->uViewportY; | |
282 this->uViewportZ = v2->uViewportZ; | |
283 this->uViewportW = v2->uViewportW; | |
284 this->pTargetZBuffer = v2->pTargetZ; | |
0 | 285 result = 0; |
1006 | 286 this->field_8C = 0; |
287 this->field_84 = 0; | |
288 this->uNumFacesRenderedThisFrame = 0; | |
289 this->field_88 = 0; | |
0 | 290 pBLVRenderParams->field_90 = 64; |
291 pBLVRenderParams->field_94 = 6; | |
292 return result; | |
293 } | |
294 | |
295 //----- (00440B44) -------------------------------------------------------- | |
296 void IndoorLocation::ExecDraw(bool bD3D) | |
297 { | |
298 int v2; // eax@3 | |
795 | 299 //IndoorCameraD3D_Vec4 *v3; // edx@4 |
300 //unsigned int v5; // ecx@9 | |
301 //RenderVertexSoft *v6; // [sp-4h] [bp-8h]@4 | |
0 | 302 |
303 if (bD3D) | |
304 { | |
305 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
|
306 for (uint i = 0; i < pBspRenderer->num_faces; ++i) |
0 | 307 { |
1187 | 308 //v2 = pBspRenderer->faces[i].uNodeID; |
309 if (pBspRenderer->nodes[pBspRenderer->faces[i].uNodeID].viewing_portal_id == -1) | |
795 | 310 IndoorLocation::ExecDraw_d3d(pBspRenderer->faces[i].uFaceID, nullptr, 4, nullptr); |
1187 | 311 else |
312 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 | 313 } |
314 } | |
795 | 315 else for (uint j = 0; j < pBspRenderer->num_faces; ++j ) |
0 | 316 { |
1376 | 317 pBLVRenderParams->field_7C = &pBspRenderer->nodes[pBspRenderer->faces[j].uNodeID].PortalScreenData; |
795 | 318 IndoorLocation::ExecDraw_sw(pBspRenderer->faces[j].uFaceID); |
0 | 319 } |
320 } | |
321 | |
322 //----- (00440BED) -------------------------------------------------------- | |
323 void __fastcall sub_440BED(IndoorLocation_drawstru *_this) | |
324 { | |
325 unsigned __int16 *v1; // edi@7 | |
1074 | 326 BspRenderer_stru0 *v2; // esi@8 |
0 | 327 int v3; // ecx@9 |
328 unsigned int v4; // edx@9 | |
1074 | 329 short *v5; // eax@10 |
0 | 330 signed int v6; // [sp+8h] [bp-8h]@7 |
331 int v7; // [sp+Ch] [bp-4h]@8 | |
1074 | 332 short *v8; |
0 | 333 |
334 PrepareDrawLists_BLV(_this); | |
335 if (pBLVRenderParams->uPartySectorID) | |
336 IndoorLocation::ExecDraw(pRenderer->pRenderD3D != 0); | |
337 pRenderer->DrawBillboardList_BLV(); | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
338 |
0 | 339 if ( !pRenderer->pRenderD3D ) |
340 { | |
486 | 341 if (pBLVRenderParams->uFlags & INDOOR_CAMERA_DRAW_D3D_OUTLINES) |
342 pBspRenderer->DrawFaceOutlines(); | |
343 if (pBLVRenderParams->uFlags & INDOOR_CAMERA_DRAW_SW_OUTLINES) | |
0 | 344 { |
345 v1 = pBLVRenderParams->pRenderTarget; | |
1074 | 346 v7 = 0; |
347 for(int i=0; i < pBspRenderer->num_nodes; i++) | |
348 { | |
349 BspRenderer_stru0 *pNode = &pBspRenderer->nodes[i]; | |
1376 | 350 v4 = pRenderer->uTargetSurfacePitch * pNode->PortalScreenData._viewport_space_y; |
351 if ( pNode->PortalScreenData._viewport_space_y <= pNode->PortalScreenData._viewport_space_w ) | |
1074 | 352 { |
353 //v5 = (char *)&pBspRenderer->nodes[0].field_C.array_3D8[pNode->field_C._viewport_space_y + v7]; | |
1376 | 354 v5 = &pNode->PortalScreenData.viewport_right_side[pNode->PortalScreenData._viewport_space_y]; |
355 v8 = &pNode->PortalScreenData.viewport_left_side[pNode->PortalScreenData._viewport_space_y]; | |
1074 | 356 do |
357 { | |
358 v1[v4 + *v8] = 255; | |
1376 | 359 ++pNode->PortalScreenData._viewport_space_y; |
1074 | 360 v1[v4 + *v5] = 255; |
361 v4 += pRenderer->uTargetSurfacePitch; | |
362 ++v5; | |
363 ++v8; | |
364 } | |
1376 | 365 while ( pNode->PortalScreenData._viewport_space_y <= pNode->PortalScreenData._viewport_space_w ); |
1074 | 366 } |
367 } | |
0 | 368 } |
369 } | |
370 } | |
371 | |
372 | |
373 | |
374 | |
375 | |
376 //----- (00441BD4) -------------------------------------------------------- | |
377 void IndoorLocation::Draw() | |
378 { | |
186 | 379 //int v0; // eax@1 |
0 | 380 IndoorLocation_drawstru _this; // [sp+0h] [bp-4Ch]@5 |
381 int v2; // [sp+44h] [bp-8h]@5 | |
382 int v3; // [sp+48h] [bp-4h]@5 | |
383 | |
186 | 384 _this.uFlags = 0; |
385 if (viewparams->draw_sw_outlines) | |
386 _this.uFlags |= INDOOR_CAMERA_DRAW_SW_OUTLINES; | |
387 if (viewparams->draw_d3d_outlines) | |
388 _this.uFlags |= INDOOR_CAMERA_DRAW_D3D_OUTLINES; | |
389 | |
791 | 390 _this.uFlags |= INDOOR_CAMERA_DRAW_D3D_OUTLINES; |
391 _this.uFlags |= INDOOR_CAMERA_DRAW_SW_OUTLINES; | |
392 //INDOOR_CAMERA_DRAW_TERRAIN_OUTLINES | |
393 | |
0 | 394 _this.field_0_timer = pEventTimer->uTotalGameTimeElapsed; |
395 _this.field_1C_mb_fov = 65; | |
871 | 396 _this.vPosition.x = pParty->vPosition.x - fixpoint_sub0(stru_5C6E00->Cos(pParty->sRotationY), pParty->y_rotation_granularity); |
397 _this.vPosition.y = pParty->vPosition.y - fixpoint_sub0(stru_5C6E00->Sin(pParty->sRotationY), pParty->y_rotation_granularity); | |
581 | 398 _this.vPosition.z = pParty->vPosition.z + pParty->sEyelevel; |
399 _this.sRotationX = pParty->sRotationX; | |
0 | 400 _this.sRotationY = pParty->sRotationY; |
401 _this.pRenderTarget = pRenderer->pTargetSurface; | |
692 | 402 _this.uViewportX = pViewport->uScreen_TL_X; |
403 _this.uViewportY = pViewport->uScreen_TL_Y; | |
404 _this.uViewportZ = pViewport->uScreen_BR_X; | |
405 _this.uViewportW = pViewport->uScreen_BR_Y; | |
0 | 406 _this.field_3C = pViewport->field_30; |
581 | 407 |
0 | 408 _this.uTargetWidth = 640; |
409 _this.uTargetHeight = 480; | |
410 _this.pTargetZ = pRenderer->pActiveZBuffer; | |
411 sub_440BED(&_this); | |
569 | 412 pParty->uFlags &= ~2; |
0 | 413 pGame->DrawParticles(); |
414 array_5118E8._440F07(); | |
415 } | |
416 | |
417 //----- (004C0EF2) -------------------------------------------------------- | |
1025 | 418 void BLVFace::FromODM(ODMFace *face) |
0 | 419 { |
1025 | 420 this->pFacePlane_old.vNormal.x = face->pFacePlane.vNormal.x; |
421 this->pFacePlane_old.vNormal.y = face->pFacePlane.vNormal.y; | |
422 this->pFacePlane_old.vNormal.z = face->pFacePlane.vNormal.z; | |
423 this->pFacePlane_old.dist = face->pFacePlane.dist; | |
424 this->pFacePlane.vNormal.x = (double)(face->pFacePlane.vNormal.x & 0xFFFF) * 0.000015259022 | |
425 + (double)(face->pFacePlane.vNormal.x >> 16); | |
426 this->pFacePlane.vNormal.y = (double)(face->pFacePlane.vNormal.y & 0xFFFF) * 0.000015259022 | |
427 + (double)(face->pFacePlane.vNormal.y >> 16); | |
428 this->pFacePlane.vNormal.z = (double)(face->pFacePlane.vNormal.z & 0xFFFF) * 0.000015259022 | |
429 + (double)(face->pFacePlane.vNormal.z >> 16); | |
430 this->pFacePlane.dist = (double)(face->pFacePlane.dist & 0xFFFF) * 0.000015259022 + (double)(face->pFacePlane.dist >> 16); | |
431 this->uAttributes = face->uAttributes; | |
432 this->pBounding.x1 = face->pBoundingBox.x1; | |
433 this->pBounding.y1 = face->pBoundingBox.y1; | |
434 this->pBounding.z1 = face->pBoundingBox.z1; | |
435 this->pBounding.x2 = face->pBoundingBox.x2; | |
436 this->pBounding.y2 = face->pBoundingBox.y2; | |
437 this->pBounding.z2 = face->pBoundingBox.z2; | |
438 this->zCalc1 = face->zCalc1; | |
439 this->zCalc2 = face->zCalc2; | |
440 this->zCalc3 = face->zCalc3; | |
441 this->pXInterceptDisplacements = face->pXInterceptDisplacements; | |
442 this->pYInterceptDisplacements = face->pYInterceptDisplacements; | |
443 this->pZInterceptDisplacements = face->pZInterceptDisplacements; | |
444 this->uPolygonType = (PolygonType)face->uPolygonType; | |
445 this->uNumVertices = face->uNumVertices; | |
446 this->uBitmapID = face->uTextureID; | |
447 this->pVertexIDs = face->pVertexIDs; | |
0 | 448 } |
449 | |
450 //----- (004B0A25) -------------------------------------------------------- | |
794 | 451 void IndoorLocation::ExecDraw_d3d(unsigned int uFaceID, IndoorCameraD3D_Vec4 *pVertices, unsigned int uNumVertices, RenderVertexSoft *pPortalBounding) |
0 | 452 { |
453 //unsigned int v4; // esi@1 | |
454 char *v5; // eax@4 | |
455 signed int v6; // ecx@4 | |
456 char *v7; // eax@8 | |
457 signed int v8; // ecx@8 | |
458 //BLVFace *v9; // esi@13 | |
459 //IndoorCameraD3D *v10; // edi@16 | |
460 //int v11; // ebx@17 | |
461 //Vec3_short_ *v12; // ecx@18 | |
462 //char *v13; // edx@18 | |
463 //int v14; // eax@19 | |
464 //unsigned __int8 v15; // sf@19 | |
465 //unsigned __int8 v16; // of@19 | |
466 int v17; // ebx@25 | |
467 //double v18; // st7@27 | |
468 //double v19; // st6@27 | |
469 //double v20; // st5@27 | |
470 //char v21; // dl@27 | |
471 //unsigned int v22; // eax@44 | |
472 unsigned int v23; // eax@35 | |
473 //DWORD v24; // eax@37 | |
474 //int v25; // eax@38 | |
475 //char *v26; // edi@38 | |
476 IDirect3DTexture2 *v27; // eax@42 | |
477 Texture *v28; // [sp+Ch] [bp-1Ch]@15 | |
478 //int i; // [sp+10h] [bp-18h]@38 | |
479 //LightmapBuilder *pStru4; // [sp+14h] [bp-14h]@16 | |
480 //IndoorCameraD3D *v31; // [sp+18h] [bp-10h]@16 | |
481 //IndoorCameraD3D_Vec4 *a7; // [sp+1Ch] [bp-Ch]@1 | |
482 //unsigned int uFaceID_; // [sp+20h] [bp-8h]@1 | |
483 unsigned int uNumVerticesa; // [sp+24h] [bp-4h]@17 | |
484 int a4a; // [sp+34h] [bp+Ch]@25 | |
485 //unsigned int a4b; // [sp+34h] [bp+Ch]@38 | |
486 | |
487 //v4 = uFaceID; | |
488 //a7 = pVertices; | |
489 //uFaceID_ = uFaceID; | |
490 if (uFaceID >= pIndoor->uNumFaces) | |
491 return; | |
492 | |
493 static RenderVertexSoft static_vertices_F7C228[64]; | |
494 static RenderVertexSoft static_vertices_F7B628[64]; | |
495 static stru154 stru_F7B60C; // idb | |
496 | |
497 //v9 = &pIndoor->pFaces[uFaceID]; | |
498 auto pFace = &pIndoor->pFaces[uFaceID]; | |
499 if (pFace->uNumVertices < 3) | |
500 return; | |
501 | |
502 | |
503 if (pFace->Invisible()) | |
504 return; | |
505 | |
506 ++pBLVRenderParams->uNumFacesRenderedThisFrame; | |
507 pFace->uAttributes |= 0x80u; | |
508 | |
509 if (!pFace->GetTexture()) | |
510 return; | |
511 | |
512 v28 = pFace->GetTexture(); | |
513 | |
514 if (!pGame->pIndoorCameraD3D->IsCulled(pFace)) | |
515 { | |
516 uNumVerticesa = pFace->uNumVertices; | |
517 for (uint i = 0; i < pFace->uNumVertices; ++i) | |
518 { | |
519 static_vertices_F7C228[i].vWorldPosition.x = pIndoor->pVertices[pFace->pVertexIDs[i]].x; | |
520 static_vertices_F7C228[i].vWorldPosition.y = pIndoor->pVertices[pFace->pVertexIDs[i]].y; | |
521 static_vertices_F7C228[i].vWorldPosition.z = pIndoor->pVertices[pFace->pVertexIDs[i]].z; | |
522 static_vertices_F7C228[i].u = (signed short)pFace->pVertexUIDs[i]; | |
523 static_vertices_F7C228[i].v = (signed short)pFace->pVertexVIDs[i]; | |
524 } | |
525 | |
526 if (!pVertices || | |
1187 | 527 (pGame->pStru9Instance->_498377(pPortalBounding, 4, pVertices, static_vertices_F7C228, &uNumVerticesa), uNumVerticesa) ) |
0 | 528 { |
795 | 529 if (pGame->pIndoorCameraD3D->CalcPortalShape(static_vertices_F7C228, &uNumVerticesa, |
581 | 530 static_vertices_F7B628, pGame->pIndoorCameraD3D->std__vector_000034_prolly_frustrum, 4, false, 0) != 1 || uNumVerticesa ) |
0 | 531 { |
532 a4a = SHIWORD(stru_F8AD28.uCurrentAmbientLightLevel); | |
1006 | 533 v17 = (248 - 8 * SHIWORD(stru_F8AD28.uCurrentAmbientLightLevel)) | (((248 - 8 * SHIWORD(stru_F8AD28.uCurrentAmbientLightLevel)) |
534 | ((248 - 8 * SHIWORD(stru_F8AD28.uCurrentAmbientLightLevel)) << 8)) << 8); | |
0 | 535 sub_4B0E07(uFaceID); |
536 pGame->pLightmapBuilder->ApplyLights_IndoorFace(uFaceID); | |
537 pDecalBuilder->ApplyBloodsplatDecals_IndoorFace(uFaceID); | |
1207
96a81634669e
arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents:
1206
diff
changeset
|
538 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
|
539 pGame->pIndoorCameraD3D->Project(array_507D30, uNumVerticesa, 0); |
0 | 540 pGame->pLightmapBuilder->std__vector_000004_size = 0; |
541 if (stru_F8AD28.uNumLightsApplied > 0 || | |
542 pDecalBuilder->uNumDecals > 0) | |
543 { | |
544 stru_F7B60C.face_plane.vNormal.x = pFace->pFacePlane.vNormal.x; | |
545 stru_F7B60C.polygonType = pFace->uPolygonType; | |
546 stru_F7B60C.face_plane.vNormal.y = pFace->pFacePlane.vNormal.y; | |
547 stru_F7B60C.face_plane.vNormal.z = pFace->pFacePlane.vNormal.z; | |
548 stru_F7B60C.face_plane.dist = pFace->pFacePlane.dist; | |
549 } | |
550 | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
551 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
|
552 pGame->pLightmapBuilder->ApplyLights(&stru_F8AD28, &stru_F7B60C, uNumVerticesa, array_507D30, pVertices, 0); |
0 | 553 |
554 if (pDecalBuilder->uNumDecals > 0) | |
1207
96a81634669e
arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents:
1206
diff
changeset
|
555 pDecalBuilder->ApplyDecals(a4a, 1, &stru_F7B60C, uNumVerticesa, array_507D30, pVertices, 0, pFace->uSectorID); |
0 | 556 |
791 | 557 if (pFace->Fluid()) |
0 | 558 { |
831 | 559 if (pFace->uBitmapID == pRenderer->hd_water_tile_id) |
560 { | |
561 v23 = pRenderer->pHDWaterBitmapIDs[pRenderer->hd_water_current_frame]; | |
562 v27 = pBitmaps_LOD->pHardwareTextures[v23]; | |
563 } | |
805 | 564 else |
831 | 565 { |
566 //auto v24 = GetTickCount() / 4; | |
567 //auto v25 = v24 - stru_5C6E00->uIntegerHalfPi; | |
568 uint eightSeconds = GetTickCount() % 8000; | |
569 float angle = (eightSeconds / 8000.0f) * 2 * 3.1415f; | |
570 | |
571 //animte lava back and forth | |
572 for (uint i = 0; i < uNumVerticesa; ++i) | |
573 //array_507D30[i].v += (double)(pBitmaps_LOD->pTextures[pFace->uBitmapID].uHeightMinus1 & (unsigned int)(stru_5C6E00->SinCos(v25) >> 8)); | |
574 array_507D30[i].v += pBitmaps_LOD->pTextures[pFace->uBitmapID].uHeightMinus1 * cosf(angle); | |
575 v23 = pFace->uBitmapID; | |
576 v27 = pBitmaps_LOD->pHardwareTextures[v23]; | |
577 } | |
0 | 578 } |
595 | 579 else if (pFace->uAttributes & 0x4000) |
0 | 580 { |
581 | 581 v23 = pTextureFrameTable->GetFrameTexture(pFace->uBitmapID, pBLVRenderParams->field_0_timer_); |
582 v27 = pBitmaps_LOD->pHardwareTextures[v23]; | |
0 | 583 } |
831 | 584 else |
585 { | |
586 v17 = 0xFFD0D0D0; | |
587 v23 = pFace->uBitmapID; | |
588 v27 = pBitmaps_LOD->pHardwareTextures[v23]; | |
589 } | |
590 | |
805 | 591 if (pFace->uAttributes & FACE_DO_NOT_LIGHT) |
592 _479A53_draw_some_blv_poly(uNumVerticesa, uFaceID); | |
593 else | |
831 | 594 pRenderer->DrawIndoorPolygon(uNumVerticesa, pFace, v27, v28, PID(OBJECT_BModel, uFaceID), v17, 0); |
595 return; | |
0 | 596 } |
597 } | |
598 } | |
599 } | |
600 | |
601 //----- (004AFF79) -------------------------------------------------------- | |
602 void IndoorLocation::ExecDraw_sw(unsigned int uFaceID) | |
603 { | |
604 unsigned int v1; // ebx@1 | |
605 BLVFace *v2; // esi@3 | |
606 unsigned int v3; // eax@3 | |
607 Texture *v4; // eax@8 | |
608 Texture *v5; // edi@8 | |
609 int v6; // eax@9 | |
610 int v7; // eax@9 | |
611 int v8; // ecx@17 | |
612 int v9; // ebx@17 | |
613 int v10; // eax@17 | |
614 int v11; // esi@17 | |
615 unsigned int v12; // eax@17 | |
616 int j; // ecx@19 | |
617 int v14; // edx@20 | |
618 int v15; // eax@20 | |
619 int v16; // edx@20 | |
620 int i; // ebx@22 | |
621 int v18; // ecx@23 | |
622 int v19; // eax@23 | |
623 int v20; // eax@23 | |
624 int v21; // eax@24 | |
625 unsigned __int8 *v22; // ecx@24 | |
626 int v23; // ebx@24 | |
627 int v24; // esi@25 | |
628 int v25; // eax@28 | |
629 unsigned __int16 *v26; // eax@28 | |
630 unsigned int v27; // eax@29 | |
631 int v28; // eax@30 | |
632 char *v29; // esi@31 | |
633 int v30; // eax@33 | |
634 int v31; // eax@33 | |
635 int v32; // eax@35 | |
636 int v33; // edx@35 | |
637 signed int v34; // ebx@35 | |
638 int v35; // eax@35 | |
639 int v36; // ebx@35 | |
640 signed int v37; // ebx@35 | |
641 signed int v38; // edi@35 | |
642 unsigned int v39; // edi@36 | |
643 int v40; // edx@40 | |
644 int v41; // ecx@40 | |
645 signed int v42; // edx@40 | |
646 int v43; // edx@42 | |
647 int v44; // eax@42 | |
648 unsigned __int16 *v45; // eax@43 | |
649 int *v46; // esi@44 | |
650 unsigned __int16 *v47; // edi@44 | |
651 unsigned int v48; // edx@44 | |
652 int v49; // ebx@44 | |
653 char v50; // cl@44 | |
654 char v51; // ch@44 | |
655 unsigned int v52; // ebx@46 | |
656 int v53; // edx@46 | |
657 unsigned int v54; // ebx@46 | |
658 int v55; // edx@46 | |
659 unsigned int v56; // ebx@47 | |
660 int v57; // edx@47 | |
661 int v58; // ebx@47 | |
662 int v59; // edx@47 | |
663 unsigned __int16 *v60; // eax@50 | |
664 int *v61; // esi@51 | |
665 unsigned __int16 *v62; // edi@51 | |
666 unsigned int v63; // edx@51 | |
667 int v64; // ebx@51 | |
668 char v65; // cl@51 | |
669 char v66; // ch@51 | |
670 unsigned int v67; // ebx@53 | |
671 int v68; // edx@53 | |
672 unsigned int v69; // ebx@53 | |
673 int v70; // edx@53 | |
674 unsigned int v71; // ebx@54 | |
675 int v72; // edx@54 | |
676 int v73; // ebx@54 | |
677 int v74; // edx@54 | |
678 unsigned __int16 *v75; // eax@58 | |
679 int *v76; // esi@59 | |
680 int v77; // edi@59 | |
681 unsigned int v78; // edx@59 | |
682 int v79; // ebx@59 | |
683 char v80; // cl@59 | |
684 char v81; // ch@59 | |
685 int v82; // ebx@61 | |
686 int v83; // edx@61 | |
687 unsigned int v84; // ebx@62 | |
688 int v85; // edx@62 | |
689 unsigned __int16 *v86; // eax@65 | |
690 int *v87; // esi@66 | |
691 int v88; // edi@66 | |
692 unsigned int v89; // edx@66 | |
693 int v90; // ebx@66 | |
694 char v91; // cl@66 | |
695 char v92; // ch@66 | |
696 int v93; // ebx@68 | |
697 int v94; // edx@68 | |
698 unsigned __int16 v95; // bx@69 | |
699 int v96; // edx@69 | |
700 unsigned __int8 *v97; // [sp+Ch] [bp-9Ch]@24 | |
701 unsigned __int8 *v98; // [sp+10h] [bp-98h]@24 | |
702 unsigned __int8 *v99; // [sp+14h] [bp-94h]@24 | |
703 unsigned __int8 *v100; // [sp+18h] [bp-90h]@24 | |
704 int v101; // [sp+1Ch] [bp-8Ch]@40 | |
705 int v102; // [sp+20h] [bp-88h]@31 | |
706 BLVFace *v103; // [sp+24h] [bp-84h]@3 | |
707 unsigned __int16 *v104; // [sp+28h] [bp-80h]@24 | |
708 int v105; // [sp+2Ch] [bp-7Ch]@30 | |
709 int v106; // [sp+30h] [bp-78h]@24 | |
710 int v107; // [sp+34h] [bp-74h]@9 | |
711 Texture *v108; // [sp+38h] [bp-70h]@8 | |
712 int v109; // [sp+3Ch] [bp-6Ch]@9 | |
713 unsigned int v110; // [sp+40h] [bp-68h]@24 | |
714 unsigned int v111; // [sp+44h] [bp-64h]@1 | |
715 int *k; // [sp+48h] [bp-60h]@31 | |
716 int v113; // [sp+4Ch] [bp-5Ch]@35 | |
717 int v114; // [sp+50h] [bp-58h]@35 | |
718 int v115; // [sp+54h] [bp-54h]@42 | |
719 unsigned __int8 *v116; // [sp+58h] [bp-50h]@35 | |
720 int v117; // [sp+5Ch] [bp-4Ch]@33 | |
721 int a1; // [sp+60h] [bp-48h]@27 | |
722 int v119; // [sp+64h] [bp-44h]@17 | |
723 int v120; // [sp+68h] [bp-40h]@23 | |
724 unsigned int v121; // [sp+6Ch] [bp-3Ch]@40 | |
725 unsigned int v122; // [sp+70h] [bp-38h]@35 | |
726 int v123; // [sp+74h] [bp-34h]@30 | |
727 int v124; // [sp+78h] [bp-30h]@17 | |
728 int v125; // [sp+7Ch] [bp-2Ch]@35 | |
729 unsigned int v126; // [sp+80h] [bp-28h]@9 | |
730 int v127; // [sp+84h] [bp-24h]@17 | |
731 int v128; // [sp+88h] [bp-20h]@9 | |
732 int *pZPixel; // [sp+8Ch] [bp-1Ch]@28 | |
733 int a2; // [sp+90h] [bp-18h]@16 | |
734 unsigned int v131; // [sp+94h] [bp-14h]@17 | |
735 unsigned __int16 *pColorPixel; // [sp+98h] [bp-10h]@28 | |
736 int v133; // [sp+9Ch] [bp-Ch]@17 | |
737 int v134; // [sp+A0h] [bp-8h]@17 | |
738 int v135; // [sp+A4h] [bp-4h]@24 | |
739 | |
740 v1 = uFaceID; | |
741 v111 = pRenderer->uTargetSurfacePitch; | |
742 if ( (uFaceID & 0x80000000u) == 0 ) | |
743 { | |
744 if ( (signed int)uFaceID < (signed int)pIndoor->uNumFaces ) | |
745 { | |
746 v2 = &pIndoor->pFaces[uFaceID]; | |
747 v103 = v2; | |
748 v3 = v2->uAttributes; | |
749 if ( !(BYTE1(v3) & 0x20) ) | |
750 { | |
751 if ( v3 & 0x400000 ) | |
752 { | |
753 sub_4ADD1D(uFaceID); | |
754 return; | |
755 } | |
756 if ( !(v3 & 0x10) || (sub_4AD504(uFaceID), pRenderer->pRenderD3D) ) | |
757 { | |
758 v4 = v2->GetTexture(); | |
759 ++pBLVRenderParams->uNumFacesRenderedThisFrame; | |
760 v5 = v4; | |
761 v108 = v4; | |
762 if ( v4 ) | |
763 { | |
764 v6 = v4->palette_id2; | |
765 LOBYTE(v2->uAttributes) |= 0x80u; | |
766 v109 = v6; | |
767 sub_4AE5F1(v1); | |
768 v126 = stru_F8AD28.pDeltaUV[0]; | |
769 v128 = stru_F8AD28.pDeltaUV[1]; | |
770 v107 = bUseLoResSprites; | |
1344 | 771 v7 = GetPortalScreenCoord(v1); |
0 | 772 if ( v7 ) |
773 { | |
1372 | 774 if ( PortalFrustrum(v7, &stru_F8A590, pBLVRenderParams->field_7C, v1) ) |
0 | 775 { |
776 if ( v2->uPolygonType == 1 ) | |
777 { | |
778 for ( i = 0; i < stru_F8AD28.uNumLightsApplied; stru_F8AD28._blv_lights_ys[v18] = v20 ) | |
779 { | |
780 v18 = i; | |
781 v120 = stru_F8AD28._blv_lights_xs[i]; | |
782 v134 = (unsigned __int64)(v120 * (signed __int64)-stru_F8AD28.plane_4.vNormal.y) >> 16; | |
783 v133 = stru_F8AD28.plane_4.vNormal.x; | |
784 v120 = stru_F8AD28._blv_lights_ys[i]; | |
785 v133 = (unsigned __int64)(v120 * (signed __int64)stru_F8AD28.plane_4.vNormal.x) >> 16; | |
786 v19 = v128; | |
787 stru_F8AD28._blv_lights_xs[i] = v126 | |
788 + v134 | |
789 + ((unsigned __int64)(v120 | |
790 * (signed __int64)stru_F8AD28.plane_4.vNormal.x) >> 16); | |
791 v20 = v19 - stru_F8AD28._blv_lights_zs[i++]; | |
792 } | |
793 } | |
794 else | |
795 { | |
796 if ( v2->uPolygonType != 3 ) | |
797 { | |
798 if ( v2->uPolygonType == 4 ) | |
799 { | |
800 LABEL_16: | |
801 a2 = 0; | |
802 if ( stru_F8AD28.uNumLightsApplied > 0 ) | |
803 { | |
804 do | |
805 { | |
806 v8 = a2; | |
807 v9 = stru_F8AD28._blv_lights_xs[a2]; | |
808 v131 = stru_F8AD28._blv_lights_ys[a2]; | |
809 v10 = stru_F8AD28._blv_lights_zs[a2]; | |
810 v11 = (signed int)(v10 * stru_F8AD28.plane_4.vNormal.z | |
811 + stru_F8AD28.plane_4.dist | |
812 + v9 * stru_F8AD28.plane_4.vNormal.x | |
813 + v131 * stru_F8AD28.plane_4.vNormal.y) >> 16; | |
814 v119 = v9 | |
815 - ((unsigned __int64)(stru_F8AD28.plane_4.vNormal.x | |
816 * (signed __int64)((signed int)(v10 * stru_F8AD28.plane_4.vNormal.z | |
817 + stru_F8AD28.plane_4.dist | |
818 + v9 * stru_F8AD28.plane_4.vNormal.x | |
819 + v131 * stru_F8AD28.plane_4.vNormal.y) >> 16)) >> 16); | |
820 v131 -= (unsigned __int64)(stru_F8AD28.plane_4.vNormal.y * (signed __int64)v11) >> 16; | |
821 v127 = v10 - ((unsigned __int64)(stru_F8AD28.plane_4.vNormal.z * (signed __int64)v11) >> 16); | |
822 stru_F8AD28._blv_lights_xs[a2] = ((unsigned __int64)(v119 | |
823 * (signed __int64)stru_F8AD28.vec_14.x) >> 16) | |
824 + ((unsigned __int64)((signed int)v131 | |
825 * (signed __int64)stru_F8AD28.vec_14.y) >> 16); | |
826 v124 = (unsigned __int64)(v119 * (signed __int64)stru_F8AD28.vec_20.x) >> 16; | |
827 v134 = (unsigned __int64)((signed int)v131 * (signed __int64)stru_F8AD28.vec_20.y) >> 16; | |
828 v133 = (unsigned __int64)(v127 * (signed __int64)stru_F8AD28.vec_20.z) >> 16; | |
829 v12 = v126; | |
830 stru_F8AD28._blv_lights_ys[v8] = v124 | |
831 + ((unsigned __int64)((signed int)v131 | |
832 * (signed __int64)stru_F8AD28.vec_20.y) >> 16) | |
833 + ((unsigned __int64)(v127 | |
834 * (signed __int64)stru_F8AD28.vec_20.z) >> 16); | |
835 stru_F8AD28._blv_lights_xs[v8] += v12; | |
836 stru_F8AD28._blv_lights_ys[v8] += v128; | |
837 ++a2; | |
838 } | |
839 while ( a2 < stru_F8AD28.uNumLightsApplied ); | |
840 v2 = v103; | |
841 } | |
842 goto LABEL_24; | |
843 } | |
844 if ( v2->uPolygonType != 5 ) | |
845 { | |
846 if ( v2->uPolygonType != 6 ) | |
847 goto LABEL_24; | |
848 goto LABEL_16; | |
849 } | |
850 } | |
851 for ( j = 0; j < stru_F8AD28.uNumLightsApplied; *(int *)v15 = v16 ) | |
852 { | |
853 v14 = v128; | |
854 stru_F8AD28._blv_lights_xs[j] += v126; | |
855 v15 = 4 * j + 16297672; | |
856 v16 = v14 - stru_F8AD28._blv_lights_ys[j++]; | |
857 } | |
858 } | |
859 LABEL_24: | |
860 v135 = 1; | |
861 pGame->_44ED0A(v2, &v135, 31); | |
862 v104 = sr_sub_47C24C_get_palette(v2, v109, 0, 1); | |
863 v134 = stru_F8AD28.field_44; | |
864 v106 = stru_F8AD28.field_48; | |
865 v21 = stru_F8A590._viewport_space_y; | |
866 a2 = stru_F8A590._viewport_space_y; | |
867 v110 = v111 * stru_F8A590._viewport_space_y; | |
710 | 868 v97 = v5->pLevelOfDetail0_prolly_alpha_mask; |
0 | 869 v98 = v5->pLevelOfDetail1; |
870 v99 = v5->pLevelOfDetail2; | |
871 v22 = v5->pLevelOfDetail3; | |
872 v23 = 640 * stru_F8A590._viewport_space_y; | |
873 v119 = 640 * stru_F8A590._viewport_space_y; | |
874 v100 = v22; | |
875 if ( stru_F8A590._viewport_space_y <= stru_F8A590._viewport_space_w ) | |
876 { | |
877 v24 = 2 * stru_F8A590._viewport_space_y; | |
878 v120 = 2 * stru_F8A590._viewport_space_y; | |
879 while ( 1 ) | |
880 { | |
1281 | 881 a1 = *(__int16 *)((char *)stru_F8A590.viewport_left_side + v24); |
0 | 882 sub_4AE313(a1, v21, &stru_F81018.field_0); |
883 if ( LOBYTE(viewparams->field_20) ) | |
884 { | |
885 v27 = v111 * (v24 - pBLVRenderParams->uViewportY); | |
886 pZPixel = &pBLVRenderParams->pTargetZBuffer[2 | |
1281 | 887 * (*(__int16 *)((char *)stru_F8A590.viewport_left_side + v24) |
0 | 888 + 320 * (v24 - pBLVRenderParams->uViewportY)) |
889 - pBLVRenderParams->uViewportX]; | |
890 pColorPixel = &pBLVRenderParams->pRenderTarget[v27 | |
1281 | 891 + 2 * *(__int16 *)((char *)stru_F8A590.viewport_left_side + v24) |
0 | 892 - pBLVRenderParams->uViewportX]; |
893 v26 = &pBLVRenderParams->pRenderTarget[v27 | |
1281 | 894 + 2 * *(__int16 *)((char *)stru_F8A590.viewport_right_side + v24) |
0 | 895 - pBLVRenderParams->uViewportX]; |
896 v23 = v119; | |
897 } | |
898 else | |
899 { | |
1281 | 900 v25 = *(__int16 *)((char *)stru_F8A590.viewport_left_side + v24); |
0 | 901 pZPixel = &pBLVRenderParams->pTargetZBuffer[v25 + v23]; |
902 pColorPixel = &pBLVRenderParams->pRenderTarget[v25 + v110]; | |
1281 | 903 v26 = &pBLVRenderParams->pRenderTarget[v110 + *(__int16 *)((char *)stru_F8A590.viewport_right_side + v24)]; |
0 | 904 } |
905 v131 = (unsigned int)v26; | |
906 HIWORD(v28) = HIWORD(stru_F81018.field_0.field_0); | |
907 LOWORD(v28) = 0; | |
908 v105 = stru_F8AD28.field_0 | v28; | |
909 v123 = sub_4AE491(SHIWORD(stru_F81018.field_0.field_4), SHIWORD(stru_F81018.field_0.field_8)); | |
910 if ( (unsigned int)pColorPixel < v131 ) | |
911 { | |
912 v102 = v107 + v106; | |
913 v29 = (char *)&stru_F81018.field_34.field_8; | |
914 a1 += v134; | |
915 for ( k = &stru_F81018.field_34.field_8; ; v29 = (char *)k ) | |
916 { | |
917 sub_4AE313(a1, a2, (stru337_stru0 *)(v29 - 8)); | |
918 v30 = *((int *)v29 - 2); | |
919 LOWORD(v30) = 0; | |
920 v117 = v105; | |
921 v31 = stru_F8AD28.field_0 | v30; | |
922 if ( v105 <= (unsigned int)v31 ) | |
923 v117 = v31; | |
924 v105 = v31; | |
925 v32 = *((int *)v29 - 14); | |
926 v122 = *((int *)v29 - 14) >> v107; | |
927 v33 = *((int *)v29 - 13); | |
928 v125 = *((int *)v29 - 13) >> v107; | |
929 v34 = *((int *)v29 - 1) - v32; | |
930 v113 = (*(int *)v29 - v33) >> v102; | |
931 v35 = *((int *)v29 - 11); | |
932 v114 = v34 >> v102; | |
933 v116 = (&v97)[4 * v35]; | |
934 v36 = v35 + 16 - v5->uWidthLn2; | |
935 v133 = v35 + 16; | |
936 v127 = v35 + v36; | |
937 v37 = v5->uWidthMinus1 >> v35; | |
938 v38 = v5->uHeightMinus1 >> v35 << (v35 + 16); | |
939 v128 = v37; | |
940 v126 = v38; | |
941 v39 = (unsigned int)(LOBYTE(viewparams->field_20) ? &pColorPixel[2 * v134] : &pColorPixel[v134]); | |
942 if ( v39 > v131 ) | |
943 v39 = v131; | |
944 v40 = *((short *)v29 + 1); | |
945 v41 = *((short *)v29 - 1); | |
946 v121 = v39; | |
947 v42 = sub_4AE491(v41, v40); | |
948 v101 = v42; | |
949 v124 = (signed int)(v39 - (int)pColorPixel) >> 1; | |
950 if ( v123 >> 16 == v42 >> 16 || v135 & 2 ) | |
951 { | |
952 v123 = (int)sr_sub_47C24C_get_palette(v103, v109, v123 >> 16, 1); | |
953 if ( LOBYTE(viewparams->field_20) ) | |
954 { | |
955 v86 = pColorPixel; | |
956 if ( (unsigned int)pColorPixel < v121 ) | |
957 { | |
958 v87 = pZPixel; | |
959 v88 = v123; | |
960 v89 = v122; | |
961 v90 = v125; | |
962 v91 = v133; | |
963 v92 = v127; | |
964 if ( v124 & 2 ) | |
965 { | |
966 *pZPixel = v117; | |
967 v87 -= 2; | |
968 v86 = pColorPixel + 2; | |
969 goto LABEL_69; | |
970 } | |
971 do | |
972 { | |
973 v86 += 4; | |
974 v93 = *(&v116[v128 & (v89 >> v91)] + ((v126 & v90) >> v92)); | |
975 v94 = v117; | |
976 LOWORD(v93) = *(short *)(v88 + 2 * v93); | |
977 *v87 = v117; | |
978 v87[1] = v94; | |
979 v87[640] = v94; | |
980 v87[641] = v94; | |
981 *(v86 - 4) = v93; | |
982 *(v86 - 3) = v93; | |
983 v86[636] = v93; | |
984 v86[637] = v93; | |
985 v87[2] = v94; | |
986 v87[3] = v94; | |
987 v87[642] = v94; | |
988 v87[643] = v94; | |
989 v122 += v114; | |
990 v125 += v113; | |
991 v89 = v122; | |
992 v90 = v125; | |
993 LABEL_69: | |
994 v87 += 4; | |
995 v95 = *(short *)(v88 + 2 * *(&v116[v128 & (v89 >> v91)] + ((v126 & v90) >> v92))); | |
996 v96 = v114; | |
997 *(v86 - 2) = v95; | |
998 *(v86 - 1) = v95; | |
999 v86[638] = v95; | |
1000 v86[639] = v95; | |
1001 v122 += v96; | |
1002 v125 += v113; | |
1003 v89 = v122; | |
1004 v90 = v125; | |
1005 } | |
1006 while ( (unsigned int)v86 < v121 ); | |
1007 pColorPixel = v86; | |
1008 pZPixel = v87; | |
1009 } | |
1010 } | |
1011 else | |
1012 { | |
1013 v75 = pColorPixel; | |
1014 if ( (unsigned int)pColorPixel < v121 ) | |
1015 { | |
1016 v76 = pZPixel; | |
1017 v77 = v123; | |
1018 v78 = v122; | |
1019 v79 = v125; | |
1020 v80 = v133; | |
1021 v81 = v127; | |
1022 if ( v124 & 1 ) | |
1023 { | |
1024 *pZPixel = v117; | |
1025 --v76; | |
1026 v75 = pColorPixel + 1; | |
1027 goto LABEL_62; | |
1028 } | |
1029 do | |
1030 { | |
1031 v75 += 2; | |
1032 v82 = *(&v116[v128 & (v78 >> v80)] + ((v126 & v79) >> v81)); | |
1033 v83 = v117; | |
1034 LOWORD(v82) = *(short *)(v77 + 2 * v82); | |
1035 *v76 = v117; | |
1036 *(v75 - 2) = v82; | |
1037 v76[1] = v83; | |
1038 v122 += v114; | |
1039 v125 += v113; | |
1040 v78 = v122; | |
1041 v79 = v125; | |
1042 LABEL_62: | |
1043 v84 = (unsigned int)(&v116[v128 & (v78 >> v80)] + ((v126 & v79) >> v81)); | |
1044 v76 += 2; | |
1045 v85 = v114; | |
1046 *(v75 - 1) = *(short *)(v77 + 2 * *(char *)v84); | |
1047 v122 += v85; | |
1048 v125 += v113; | |
1049 v78 = v122; | |
1050 v79 = v125; | |
1051 } | |
1052 while ( (unsigned int)v75 < v121 ); | |
1053 pColorPixel = v75; | |
1054 pZPixel = v76; | |
1055 } | |
1056 } | |
1057 } | |
1058 else | |
1059 { | |
1060 v43 = (v42 - v123) >> v106; | |
1061 v44 = v123 - v43; | |
1062 v123 = v43; | |
1063 v115 = v44; | |
1064 if ( LOBYTE(viewparams->field_20) ) | |
1065 { | |
1066 v60 = pColorPixel; | |
1067 if ( (unsigned int)pColorPixel < v121 ) | |
1068 { | |
1069 v61 = pZPixel; | |
1070 v62 = v104; | |
1071 v63 = v122; | |
1072 v64 = v125; | |
1073 v65 = v133; | |
1074 v66 = v127; | |
1075 if ( v124 & 2 ) | |
1076 { | |
1077 *pZPixel = v117; | |
1078 v61 += 2; | |
1079 v60 = pColorPixel + 2; | |
1080 goto LABEL_54; | |
1081 } | |
1082 do | |
1083 { | |
1084 v67 = (v128 & (v63 >> v65)) + ((v126 & v64) >> v66); | |
1085 v68 = v123 + v115; | |
1086 v60 += 4; | |
1087 v115 = v68; | |
1088 v69 = ((v68 & 0xFFFF0000u) >> 8) + v116[v67]; | |
1089 v70 = v117; | |
1090 LOWORD(v69) = v62[v69]; | |
1091 *v61 = v117; | |
1092 v61[1] = v70; | |
1093 v61[640] = v70; | |
1094 v61[641] = v70; | |
1095 *(v60 - 4) = v69; | |
1096 *(v60 - 3) = v69; | |
1097 v60[636] = v69; | |
1098 v60[637] = v69; | |
1099 v61[2] = v70; | |
1100 v61[3] = v70; | |
1101 v61[642] = v70; | |
1102 v61[643] = v70; | |
1103 v122 += v114; | |
1104 v125 += v113; | |
1105 v63 = v122; | |
1106 v64 = v125; | |
1107 v61 += 4; | |
1108 LABEL_54: | |
1109 v71 = (v128 & (v63 >> v65)) + ((v126 & v64) >> v66); | |
1110 v72 = v123 + v115; | |
1111 v73 = v116[v71]; | |
1112 v115 = v72; | |
1113 LOWORD(v73) = v62[((v72 & 0xFFFF0000u) >> 8) + v73]; | |
1114 v74 = v114; | |
1115 *(v60 - 2) = v73; | |
1116 *(v60 - 1) = v73; | |
1117 v60[638] = v73; | |
1118 v60[639] = v73; | |
1119 v122 += v74; | |
1120 v125 += v113; | |
1121 v63 = v122; | |
1122 v64 = v125; | |
1123 } | |
1124 while ( (unsigned int)v60 < v121 ); | |
1125 pColorPixel = v60; | |
1126 pZPixel = v61; | |
1127 } | |
1128 } | |
1129 else | |
1130 { | |
1131 v45 = pColorPixel; | |
1132 if ( (unsigned int)pColorPixel < v121 ) | |
1133 { | |
1134 v46 = pZPixel; | |
1135 v47 = v104; | |
1136 v48 = v122; | |
1137 v49 = v125; | |
1138 v50 = v133; | |
1139 v51 = v127; | |
1140 if ( v124 & 1 ) | |
1141 { | |
1142 *pZPixel = v117; | |
1143 ++v46; | |
1144 v45 = pColorPixel + 1; | |
1145 goto LABEL_47; | |
1146 } | |
1147 do | |
1148 { | |
1149 v52 = (v128 & (v48 >> v50)) + ((v126 & v49) >> v51); | |
1150 v53 = v123 + v115; | |
1151 v45 += 2; | |
1152 v115 = v53; | |
1153 v54 = ((v53 & 0xFFFF0000u) >> 8) + v116[v52]; | |
1154 v55 = v117; | |
1155 LOWORD(v54) = v47[v54]; | |
1156 *v46 = v117; | |
1157 *(v45 - 2) = v54; | |
1158 v46[1] = v55; | |
1159 v122 += v114; | |
1160 v125 += v113; | |
1161 v48 = v122; | |
1162 v49 = v125; | |
1163 v46 += 2; | |
1164 LABEL_47: | |
1165 v56 = (v128 & (v48 >> v50)) + ((v126 & v49) >> v51); | |
1166 v57 = v123 + v115; | |
1167 v58 = v116[v56]; | |
1168 v115 = v57; | |
1169 LOWORD(v58) = v47[((v57 & 0xFFFF0000u) >> 8) + v58]; | |
1170 v59 = v114; | |
1171 *(v45 - 1) = v58; | |
1172 v122 += v59; | |
1173 v125 += v113; | |
1174 v48 = v122; | |
1175 v49 = v125; | |
1176 } | |
1177 while ( (unsigned int)v45 < v121 ); | |
1178 pColorPixel = v45; | |
1179 pZPixel = v46; | |
1180 } | |
1181 } | |
1182 } | |
1183 k += 13; | |
1184 v5 = v108; | |
1185 v123 = v101; | |
1186 a1 += v134; | |
1187 if ( (unsigned int)pColorPixel >= v131 ) | |
1188 break; | |
1189 } | |
1190 v23 = v119; | |
1191 v24 = v120; | |
1192 } | |
1193 ++a2; | |
1194 v110 += v111; | |
1195 v23 += 640; | |
1196 v24 += 2; | |
1197 v120 = v24; | |
1198 v119 = v23; | |
1199 if ( a2 > stru_F8A590._viewport_space_w ) | |
1200 break; | |
1201 v21 = a2; | |
1202 } | |
1203 } | |
1204 return; | |
1205 } | |
1206 } | |
1207 } | |
1208 } | |
1209 } | |
1210 } | |
1211 } | |
1212 } | |
1213 // 4AE491: using guessed type int __fastcall sub_4AE491(int, int); | |
1214 | |
1215 | |
1216 | |
1217 //----- (004B0E07) -------------------------------------------------------- | |
1218 unsigned int __fastcall sub_4B0E07(unsigned int uFaceID) | |
1219 { | |
1220 BLVFace *v1; // edi@1 | |
1221 BLVFaceExtra *v2; // ecx@1 | |
1222 Texture *v3; // esi@1 | |
1223 unsigned int v4; // eax@1 | |
1224 unsigned int v5; // ecx@1 | |
1225 unsigned int result; // eax@1 | |
1226 unsigned int v7; // ecx@5 | |
1227 | |
1228 v1 = &pIndoor->pFaces[uFaceID]; | |
1229 v2 = &pIndoor->pFaceExtras[v1->uFaceExtraID]; | |
945 | 1230 v3 = pBitmaps_LOD->GetTexture(v1->uBitmapID); |
0 | 1231 stru_F8AD28.pDeltaUV[0] = v2->sTextureDeltaU; |
1232 stru_F8AD28.pDeltaUV[1] = v2->sTextureDeltaV; | |
1233 v4 = GetTickCount(); | |
1234 v5 = v1->uAttributes; | |
1235 result = v4 >> 3; | |
1236 if ( v5 & 4 ) | |
1237 { | |
1238 stru_F8AD28.pDeltaUV[1] -= result & v3->uHeightMinus1; | |
1239 } | |
1240 else | |
1241 { | |
1242 if ( v5 & 0x20 ) | |
1243 stru_F8AD28.pDeltaUV[1] += result & v3->uHeightMinus1; | |
1244 } | |
1245 v7 = v1->uAttributes; | |
1246 if ( BYTE1(v7) & 8 ) | |
1247 { | |
1248 stru_F8AD28.pDeltaUV[0] -= result & v3->uWidthMinus1; | |
1249 } | |
1250 else | |
1251 { | |
1252 if ( v7 & 0x40 ) | |
1253 stru_F8AD28.pDeltaUV[0] += result & v3->uWidthMinus1; | |
1254 } | |
1255 return result; | |
1256 } | |
1257 | |
1258 //----- (004B0EA8) -------------------------------------------------------- | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1259 void BspRenderer::AddFaceToRenderList_d3d(unsigned int node_id, unsigned int uFaceID) |
0 | 1260 { |
1261 //unsigned int v3; // edx@1 | |
1262 //stru170 *v4; // ebx@1 | |
1263 //BLVFace *v5; // eax@1 | |
1264 //int v6; // ecx@2 | |
1319 | 1265 unsigned __int16 pTransitionSector; // ax@11 |
0 | 1266 Vec3_short_ *v8; // esi@15 |
1267 int v9; // edx@15 | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1268 //signed int v10; // eax@18 |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1269 //signed int v11; // edi@19 |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1270 //signed int v12; // ecx@19 |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1271 //signed int v13; // esi@19 |
0 | 1272 signed int v14; // edx@20 |
1273 int v15; // edx@24 | |
1274 //int v16; // esi@29 | |
1275 //BLVFace *v17; // edi@34 | |
1319 | 1276 //unsigned __int16 v18; // ax@34 |
0 | 1277 char *v19; // eax@38 |
1278 signed int v20; // ecx@38 | |
1279 char *v21; // eax@42 | |
1280 signed int v22; // ecx@42 | |
1281 //signed int v23; // edx@45 | |
1282 //char *v24; // ecx@46 | |
1283 //int v25; // eax@47 | |
1284 //Vec3_short_ *v26; // eax@47 | |
1285 //double v27; // st7@47 | |
1286 //signed int v28; // ST28_4@47 | |
1287 char v29; // al@48 | |
795 | 1288 //signed int v30; // eax@51 |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1289 //int v31; // eax@52 |
0 | 1290 //unsigned int v32; // eax@55 |
1291 //__int16 v33; // cx@56 | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1292 //signed int v34; // [sp+Ch] [bp-14h]@18 |
0 | 1293 //int a0; // [sp+14h] [bp-Ch]@2 |
1294 //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
|
1295 //signed int v37; // [sp+18h] [bp-8h]@19 |
0 | 1296 //stru10 *v38; // [sp+18h] [bp-8h]@36 |
1297 //BLVFace *v39; // [sp+1Ch] [bp-4h]@1 | |
1298 | |
1299 //v3 = uFaceID; | |
1300 //v4 = this; | |
1301 //v5 = &pIndoor->pFaces[uFaceID]; | |
795 | 1302 nodes[num_nodes].viewing_portal_id = -1; |
0 | 1303 //v39 = &pIndoor->pFaces[uFaceID]; |
1304 | |
1305 auto pFace = &pIndoor->pFaces[uFaceID]; | |
1309 | 1306 |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1307 if (!pFace->Portal()) |
0 | 1308 { |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1309 if (num_faces < 1000) |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1310 { |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1311 faces[num_faces].uFaceID = uFaceID; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1312 faces[num_faces++].uNodeID = node_id; |
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 return; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1315 } |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1316 |
1319 | 1317 if (nodes[node_id].uFaceID == uFaceID) |
1318 return; | |
1319 if (!node_id && | |
1320 pBLVRenderParams->vPartyPos.x >= pFace->pBounding.x1 - 16 && // we are probably standing at the portal plane | |
1321 pBLVRenderParams->vPartyPos.x <= pFace->pBounding.x2 + 16 && | |
1322 pBLVRenderParams->vPartyPos.y >= pFace->pBounding.y1 - 16 && | |
1323 pBLVRenderParams->vPartyPos.y <= pFace->pBounding.y2 + 16 && | |
1324 pBLVRenderParams->vPartyPos.z >= pFace->pBounding.z1 - 16 && | |
1325 pBLVRenderParams->vPartyPos.z <= pFace->pBounding.z2 + 16 ) | |
1326 { | |
1327 if ( abs(pFace->pFacePlane_old.dist + pBLVRenderParams->vPartyPos.x * pFace->pFacePlane_old.vNormal.x | |
1328 + pBLVRenderParams->vPartyPos.y * pFace->pFacePlane_old.vNormal.y | |
1329 + pBLVRenderParams->vPartyPos.z * pFace->pFacePlane_old.vNormal.z) <= 589824 ) // we sure are standing at the portal plane | |
0 | 1330 { |
1319 | 1331 pTransitionSector = pFace->uSectorID; |
1332 if ( nodes[0].uSectorID == pTransitionSector ) // draw back sector | |
1333 pTransitionSector = pFace->uBackSectorID; | |
1334 nodes[num_nodes].uSectorID = pTransitionSector; | |
1335 nodes[num_nodes].uFaceID = uFaceID; | |
1336 nodes[num_nodes].uViewportX = pBLVRenderParams->uViewportX; | |
1337 nodes[num_nodes].uViewportZ = pBLVRenderParams->uViewportZ; | |
1338 nodes[num_nodes].uViewportY = pBLVRenderParams->uViewportY; | |
1339 nodes[num_nodes].uViewportW = pBLVRenderParams->uViewportW; | |
1376 | 1340 nodes[num_nodes].PortalScreenData.GetViewportData(pBLVRenderParams->uViewportX, pBLVRenderParams->uViewportY, |
1319 | 1341 pBLVRenderParams->uViewportZ, pBLVRenderParams->uViewportW); |
1342 AddBspNodeToRenderList(++num_nodes - 1); | |
1343 return; | |
0 | 1344 } |
1319 | 1345 } |
1346 | |
1347 v9 = pFace->pFacePlane_old.vNormal.x * (pIndoor->pVertices[pFace->pVertexIDs[0]].x - pBLVRenderParams->vPartyPos.x) | |
1348 + pFace->pFacePlane_old.vNormal.y * (pIndoor->pVertices[pFace->pVertexIDs[0]].y - pBLVRenderParams->vPartyPos.y) | |
1349 + pFace->pFacePlane_old.vNormal.z * (pIndoor->pVertices[pFace->pVertexIDs[0]].z - pBLVRenderParams->vPartyPos.z); | |
1350 if (nodes[node_id].uSectorID != pFace->uSectorID) | |
1351 v9 = -v9; | |
1352 if (v9 >= 0) | |
1353 return; | |
1354 | |
1344 | 1355 auto num_vertices = GetPortalScreenCoord(uFaceID); |
1319 | 1356 if (num_vertices < 2) |
1357 return; | |
1358 | |
1344 | 1359 auto face_min_screenspace_x = PortalFace._screen_space_x[0], |
1360 face_max_screenspace_x = PortalFace._screen_space_x[0]; | |
1361 auto face_min_screenspace_y = PortalFace._screen_space_y[0], | |
1362 face_max_screenspace_y = PortalFace._screen_space_y[0]; | |
1319 | 1363 for (uint i = 1; i < num_vertices; ++i) |
1364 { | |
1344 | 1365 if (face_min_screenspace_x > PortalFace._screen_space_x[i]) |
1366 face_min_screenspace_x = PortalFace._screen_space_x[i]; | |
1367 if (face_max_screenspace_x < PortalFace._screen_space_x[i]) | |
1368 face_max_screenspace_x = PortalFace._screen_space_x[i]; | |
1369 | |
1370 if (face_min_screenspace_y > PortalFace._screen_space_y[i]) | |
1371 face_min_screenspace_y = PortalFace._screen_space_y[i]; | |
1372 if (face_max_screenspace_y < PortalFace._screen_space_y[i]) | |
1373 face_max_screenspace_y = PortalFace._screen_space_y[i]; | |
1319 | 1374 } |
1132 | 1375 //_screen_space_x = 719, 568, 493 |
1376 //savegame: qw , 0Bh and 0x1D4h | |
1377 //problem here when standing near/on portal, condition is false because of face_min_screenspace_x > p->uViewportZ | |
1319 | 1378 if (face_max_screenspace_x >= nodes[node_id].uViewportX && |
1379 face_min_screenspace_x <= nodes[node_id].uViewportZ && | |
1380 face_max_screenspace_y >= nodes[node_id].uViewportY && | |
1381 face_min_screenspace_y <= nodes[node_id].uViewportW && | |
1376 | 1382 PortalFrustrum(num_vertices, &nodes[num_nodes].PortalScreenData, &nodes[node_id].PortalScreenData, uFaceID)) |
1319 | 1383 { |
1384 pTransitionSector = pFace->uSectorID; | |
1385 if (nodes[node_id].uSectorID == pTransitionSector ) | |
1386 pTransitionSector = pFace->uBackSectorID; | |
1387 nodes[num_nodes].uSectorID = pTransitionSector; | |
1388 nodes[num_nodes].uFaceID = uFaceID; | |
1389 nodes[num_nodes].uViewportX = pBLVRenderParams->uViewportX; | |
1390 nodes[num_nodes].uViewportZ = pBLVRenderParams->uViewportZ; | |
1391 nodes[num_nodes].uViewportY = pBLVRenderParams->uViewportY; | |
1392 nodes[num_nodes].uViewportW = pBLVRenderParams->uViewportW; | |
1393 v29 = false; | |
1394 if (nodes[node_id].viewing_portal_id == -1)// | |
1395 v29 = pGame->pStru10Instance->CalcPortalShape(pFace, nodes[num_nodes].std__vector_0007AC, nodes[num_nodes].pPortalBounding); | |
1396 else// | |
1397 { | |
1398 static RenderVertexSoft static_subAddFaceToRenderList_d3d_stru_F7AA08[64]; | |
1399 static RenderVertexSoft static_subAddFaceToRenderList_d3d_stru_F79E08[64]; | |
1400 | |
1401 for (uint k = 0; k < pFace->uNumVertices; ++k) | |
1402 { | |
1403 static_subAddFaceToRenderList_d3d_stru_F7AA08[k].vWorldPosition.x = pIndoor->pVertices[pFace->pVertexIDs[k]].x; | |
1404 static_subAddFaceToRenderList_d3d_stru_F7AA08[k].vWorldPosition.y = pIndoor->pVertices[pFace->pVertexIDs[k]].y; | |
1405 static_subAddFaceToRenderList_d3d_stru_F7AA08[k].vWorldPosition.z = pIndoor->pVertices[pFace->pVertexIDs[k]].z; | |
1406 } | |
1407 | |
1408 unsigned int pNewNumVertices = pFace->uNumVertices; | |
1409 pGame->pIndoorCameraD3D->CalcPortalShape(static_subAddFaceToRenderList_d3d_stru_F7AA08, &pNewNumVertices, | |
1410 static_subAddFaceToRenderList_d3d_stru_F79E08, nodes[node_id].std__vector_0007AC, 4, 0, 0); | |
1411 | |
1412 v29 = pGame->pStru10Instance->_49C5DA(pFace, static_subAddFaceToRenderList_d3d_stru_F79E08, &pNewNumVertices, | |
1413 nodes[num_nodes].std__vector_0007AC, nodes[num_nodes].pPortalBounding); | |
1414 } | |
1415 if ( 1 ) | |
1416 { | |
1417 assert(num_nodes < 150); | |
1418 | |
1419 nodes[num_nodes].viewing_portal_id = uFaceID; | |
1420 AddBspNodeToRenderList(++num_nodes - 1); | |
1421 } | |
1422 if (pBLVRenderParams->uFlags & INDOOR_CAMERA_DRAW_SW_OUTLINES) | |
1423 pGame->pIndoorCameraD3D->PrepareAndDrawDebugOutline(pFace, 0x1E1EFF); | |
1424 //pGame->pIndoorCameraD3D->DebugDrawPortal(pFace); | |
1425 } | |
0 | 1426 } |
1427 | |
1428 | |
1429 //----- (004AFB86) -------------------------------------------------------- | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1430 void BspRenderer::AddFaceToRenderList_sw(unsigned int node_id, unsigned int uFaceID) |
0 | 1431 { |
1432 BspRenderer *v3; // ebx@1 | |
1433 BLVFace *v4; // eax@1 | |
1434 char *v5; // ecx@2 | |
1435 unsigned __int16 v6; // ax@11 | |
1436 int v7; // ecx@13 | |
1437 Vec3_short_ *v8; // esi@16 | |
1438 int v9; // edx@16 | |
1439 signed int v10; // eax@19 | |
1440 signed int v11; // edi@20 | |
1441 signed int v12; // ecx@20 | |
1442 signed int v13; // esi@20 | |
1443 int v14; // edx@21 | |
1444 int v15; // edx@25 | |
1445 unsigned __int16 v16; // ax@35 | |
1446 signed int v17; // eax@37 | |
1447 int v18; // eax@38 | |
1448 signed int v19; // [sp+Ch] [bp-14h]@19 | |
1449 char *v20; // [sp+14h] [bp-Ch]@2 | |
1450 BLVFace *v21; // [sp+18h] [bp-8h]@1 | |
1451 signed int v22; // [sp+1Ch] [bp-4h]@20 | |
1452 signed int v23; // [sp+28h] [bp+8h]@20 | |
1453 | |
1454 v3 = this; | |
1455 v4 = &pIndoor->pFaces[uFaceID]; | |
1456 v21 = v4; | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1457 if (v4->Portal()) |
0 | 1458 { |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1459 v5 = (char *)this + 2252 * node_id; |
0 | 1460 v20 = v5; |
1461 if ( uFaceID == *((short *)v5 + 2982) ) | |
1462 return; | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1463 if (!node_id |
0 | 1464 && pBLVRenderParams->vPartyPos.x >= v4->pBounding.x1 - 16 |
1465 && pBLVRenderParams->vPartyPos.x <= v4->pBounding.x2 + 16 | |
1466 && pBLVRenderParams->vPartyPos.y >= v4->pBounding.y1 - 16 | |
1467 && pBLVRenderParams->vPartyPos.y <= v4->pBounding.y2 + 16 | |
1468 && pBLVRenderParams->vPartyPos.z >= v4->pBounding.z1 - 16 | |
1469 && pBLVRenderParams->vPartyPos.z <= v4->pBounding.z2 + 16 ) | |
1470 { | |
1471 if ( abs(v4->pFacePlane_old.dist + pBLVRenderParams->vPartyPos.x * v4->pFacePlane_old.vNormal.x | |
1472 + pBLVRenderParams->vPartyPos.y * v4->pFacePlane_old.vNormal.y | |
1473 + pBLVRenderParams->vPartyPos.z * v4->pFacePlane_old.vNormal.z) <= 589824 ) | |
1474 { | |
1475 v6 = v21->uSectorID; | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1476 if ( v3->nodes[0].uSectorID == v6 ) |
0 | 1477 v6 = v21->uBackSectorID; |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1478 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
|
1479 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
|
1480 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
|
1481 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
|
1482 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
|
1483 v3->nodes[v3->num_nodes].uViewportW = LOWORD(pBLVRenderParams->uViewportW); |
1376 | 1484 v3->nodes[v3->num_nodes++].PortalScreenData.GetViewportData( |
0 | 1485 SLOWORD(pBLVRenderParams->uViewportX), |
1486 pBLVRenderParams->uViewportY, | |
1487 SLOWORD(pBLVRenderParams->uViewportZ), | |
1488 pBLVRenderParams->uViewportW); | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1489 v7 = v3->num_nodes - 1; |
0 | 1490 goto LABEL_14; |
1491 } | |
1492 v4 = v21; | |
1493 v5 = v20; | |
1494 } | |
1495 v8 = &pIndoor->pVertices[*v4->pVertexIDs]; | |
1496 v9 = v4->pFacePlane_old.vNormal.x * ((signed __int16)*(int *)&v8->x - pBLVRenderParams->vPartyPos.x) | |
1497 + v4->pFacePlane_old.vNormal.y * ((signed __int16)(*(int *)&v8->x >> 16) - pBLVRenderParams->vPartyPos.y) | |
1498 + v4->pFacePlane_old.vNormal.z * (v8->z - pBLVRenderParams->vPartyPos.z); | |
1499 if ( *((short *)v5 + 2004) != v4->uSectorID ) | |
1500 v9 = -v9; | |
1501 if ( v9 < 0 ) | |
1502 { | |
1344 | 1503 v10 = GetPortalScreenCoord(uFaceID); |
0 | 1504 v19 = v10; |
1505 if ( v10 ) | |
1506 { | |
1344 | 1507 v11 = PortalFace._screen_space_x[0]; |
1508 v12 = PortalFace._screen_space_y[0]; | |
1509 v23 = PortalFace._screen_space_x[0]; | |
0 | 1510 v13 = 1; |
1344 | 1511 v22 = PortalFace._screen_space_y[0]; |
0 | 1512 if ( v10 > 1 ) |
1513 { | |
1514 do | |
1515 { | |
1344 | 1516 v14 = PortalFace._screen_space_x[v13]; |
0 | 1517 if ( v14 < v23 ) |
1344 | 1518 v23 = PortalFace._screen_space_x[v13]; |
0 | 1519 if ( v14 > v11 ) |
1344 | 1520 v11 = PortalFace._screen_space_x[v13]; |
1521 v15 = PortalFace._screen_space_y[v13]; | |
0 | 1522 if ( v15 < v22 ) |
1344 | 1523 v22 = PortalFace._screen_space_y[v13]; |
0 | 1524 if ( v15 > v12 ) |
1344 | 1525 v12 = PortalFace._screen_space_y[v13]; |
0 | 1526 v10 = v19; |
1527 ++v13; | |
1528 } | |
1529 while ( v13 < v19 ); | |
1530 } | |
1531 if ( v11 >= *((short *)v20 + 2005) | |
1532 && v23 <= *((short *)v20 + 2007) | |
1533 && v12 >= *((short *)v20 + 2006) | |
1534 && v22 <= *((short *)v20 + 2008) | |
1376 | 1535 && PortalFrustrum(v10, &v3->nodes[v3->num_nodes].PortalScreenData, (BspRenderer_PortalViewportData *)(v20 + 4020), uFaceID) ) |
0 | 1536 { |
1537 v16 = v21->uSectorID; | |
1538 if ( *((short *)v20 + 2004) == v16 ) | |
1539 v16 = v21->uBackSectorID; | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1540 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
|
1541 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
|
1542 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
|
1543 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
|
1544 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
|
1545 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
|
1546 v17 = v3->num_nodes; |
0 | 1547 if ( v17 < 150 ) |
1548 { | |
1549 v18 = v17 + 1; | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1550 v3->num_nodes = v18; |
0 | 1551 v7 = v18 - 1; |
1552 LABEL_14: | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1553 AddBspNodeToRenderList(v7); |
0 | 1554 return; |
1555 } | |
1556 } | |
1557 } | |
1558 } | |
1559 } | |
1560 else | |
1561 { | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1562 if (num_faces < 1000) |
0 | 1563 { |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1564 faces[num_faces].uFaceID = uFaceID; |
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1565 faces[num_faces++].uNodeID = node_id; |
0 | 1566 } |
1567 } | |
1568 } | |
1569 | |
1570 //----- (004B0967) -------------------------------------------------------- | |
486 | 1571 void BspRenderer::DrawFaceOutlines() |
0 | 1572 { |
1573 signed int i; // edi@1 | |
1574 int v1; // esi@2 | |
1575 unsigned int v2; // ecx@4 | |
1576 int v3; // eax@4 | |
1577 int v4; // eax@6 | |
1578 unsigned __int16 *v5; // edx@6 | |
1579 int v6; // ecx@7 | |
1580 int v7; // esi@8 | |
1581 | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1582 for ( i = 0; i < (signed int)pBspRenderer->num_faces; ++i ) |
0 | 1583 { |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1584 v1 = pBspRenderer->faces[i].uFaceID; |
0 | 1585 if ( v1 >= 0 ) |
1586 { | |
1587 if ( v1 < (signed int)pIndoor->uNumFaces ) | |
1588 { | |
676
ecfb1b3c9a39
BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents:
666
diff
changeset
|
1589 v2 = pBspRenderer->faces[i].uFaceID; |
1376 | 1590 pBLVRenderParams->field_7C = &pBspRenderer->nodes[pBspRenderer->faces[i].uNodeID].PortalScreenData; |
1344 | 1591 v3 = GetPortalScreenCoord(v2); |
0 | 1592 if ( v3 ) |
1593 { | |
1372 | 1594 if ( PortalFrustrum(v3, &stru_F8A590, pBLVRenderParams->field_7C, v1) ) |
0 | 1595 { |
1596 v4 = stru_F8A590._viewport_space_y; | |
1597 v5 = pBLVRenderParams->pRenderTarget; | |
1598 if ( stru_F8A590._viewport_space_y <= stru_F8A590._viewport_space_w ) | |
1599 { | |
1600 v6 = 640 * stru_F8A590._viewport_space_y; | |
1601 do | |
1602 { | |
1281 | 1603 v5[v6 + stru_F8A590.viewport_left_side[v4]] = -1; |
1604 v7 = v6 + stru_F8A590.viewport_right_side[v4]; | |
0 | 1605 v6 += 640; |
1606 v5[v7] = -1; | |
1607 ++v4; | |
1608 } | |
1609 while ( v4 <= stru_F8A590._viewport_space_w ); | |
1610 } | |
1611 } | |
1612 } | |
1613 } | |
1614 } | |
1615 } | |
1616 } | |
1617 | |
1618 | |
1619 //----- (004AE5BA) -------------------------------------------------------- | |
1620 Texture *BLVFace::GetTexture() | |
1621 { | |
1622 unsigned int v1; // ecx@2 | |
1623 | |
1624 if ( uAttributes & 0x4000 ) | |
1625 v1 = pTextureFrameTable->GetFrameTexture(this->uBitmapID, pBLVRenderParams->field_0_timer_); | |
1626 else | |
1627 v1 = uBitmapID; | |
945 | 1628 return pBitmaps_LOD->GetTexture(v1); |
0 | 1629 } |
1630 | |
1631 | |
1632 //----- (00498B15) -------------------------------------------------------- | |
1633 void IndoorLocation::Release() | |
1634 { | |
1635 IndoorLocation *v1; // esi@1 | |
1636 char *v2; // ebp@1 | |
1637 void *v3; // ST00_4@1 | |
1638 | |
1639 v1 = this; | |
1640 v2 = (char *)&this->ptr_0002B4_doors_ddata; | |
1641 pAllocator->FreeChunk(this->ptr_0002B4_doors_ddata); | |
1642 *(int *)v2 = 0; | |
1643 pAllocator->FreeChunk(v1->ptr_0002B0_sector_rdata); | |
1644 v1->ptr_0002B0_sector_rdata = 0; | |
1645 pAllocator->FreeChunk(v1->ptr_0002B8_sector_lrdata); | |
1646 v1->ptr_0002B8_sector_lrdata = 0; | |
1006 | 1647 pAllocator->FreeChunk(v1->pLFaces); |
1648 v1->pLFaces = 0; | |
0 | 1649 pAllocator->FreeChunk(v1->pSpawnPoints); |
1650 v3 = v1->pVertices; | |
1651 v1->pSpawnPoints = 0; | |
1652 v1->uNumSectors = 0; | |
1653 v1->uNumFaces = 0; | |
1654 v1->uNumVertices = 0; | |
1655 v1->uNumNodes = 0; | |
1656 v1->uNumDoors = 0; | |
1657 v1->uNumLights = 0; | |
1658 pAllocator->FreeChunk(v3); | |
1659 pAllocator->FreeChunk(v1->pFaces); | |
1660 pAllocator->FreeChunk(v1->pFaceExtras); | |
1661 pAllocator->FreeChunk(v1->pSectors); | |
1662 pAllocator->FreeChunk(v1->pLights); | |
1663 pAllocator->FreeChunk(v1->pDoors); | |
1664 pAllocator->FreeChunk(v1->pNodes); | |
1665 pAllocator->FreeChunk(v1->pMapOutlines); | |
1666 v1->pVertices = 0; | |
1667 v1->pFaces = 0; | |
1668 v1->pFaceExtras = 0; | |
1669 v1->pSectors = 0; | |
1670 v1->pLights = 0; | |
1671 v1->pDoors = 0; | |
1672 v1->pNodes = 0; | |
1673 v1->pMapOutlines = 0; | |
1674 v1->bLoaded = 0; | |
1675 } | |
1676 | |
1677 //----- (00498C45) -------------------------------------------------------- | |
711 | 1678 bool IndoorLocation::Alloc() |
1679 { | |
1680 pVertices = (Vec3_short_ *) pAllocator->AllocNamedChunk(pVertices, 15000*sizeof(Vec3_short_), "L.V");//0x15F90u | |
1681 pFaces = (BLVFace *) pAllocator->AllocNamedChunk(pFaces, 10000*sizeof(BLVFace), "L.F");//0xEA600u | |
1682 pFaceExtras = (BLVFaceExtra *) pAllocator->AllocNamedChunk(pFaceExtras,5000*sizeof(BLVFaceExtra), "L.FX"); //0x2BF20u | |
1683 pSectors = (BLVSector *) pAllocator->AllocNamedChunk(pSectors, 512*sizeof(BLVSector), "L.R");//0xE800u | |
1684 pLights = (BLVLightMM7 *) pAllocator->AllocNamedChunk(pLights, 400*sizeof(BLVLightMM7), "L.L");//0x1900u | |
1685 pDoors = (BLVDoor *) pAllocator->AllocNamedChunk(pDoors, 200*sizeof(BLVDoor), "L.D");//0x3E80u | |
1686 pNodes = (BSPNode *) pAllocator->AllocNamedChunk(pNodes, 5000*sizeof(BSPNode), "L.BSP");//0x9C40u | |
1687 pMapOutlines =(BLVMapOutlines *)pAllocator->AllocNamedChunk(pMapOutlines, sizeof(BLVMapOutlines), "L.Map");//0x14824u | |
1688 if (pVertices && pFaces && pFaceExtras && pSectors && pLights && pDoors && pNodes && pMapOutlines ) | |
0 | 1689 { |
711 | 1690 memset(pVertices, 0, 15000*sizeof(Vec3_short_)); |
1691 memset(pFaces, 0, 10000*sizeof(BLVFace)); | |
1692 memset(pFaceExtras,0, 5000*sizeof(BLVFaceExtra)); | |
1693 memset(pSectors, 0, 512*sizeof(BLVSector)); | |
1694 memset(pLights, 0, 400*sizeof(BLVLightMM7)); | |
1695 memset(pDoors, 0, 200*sizeof(BLVDoor)); | |
1696 memset(pNodes, 0, 5000*sizeof(BSPNode)); | |
1697 memset(pMapOutlines,0, sizeof(BLVMapOutlines)); | |
1698 return true; | |
0 | 1699 } |
1700 else | |
1701 { | |
711 | 1702 return false; |
0 | 1703 } |
1704 } | |
1705 | |
1706 | |
1707 | |
1708 //----- (00444810) -------------------------------------------------------- | |
1709 unsigned int IndoorLocation::GetLocationIndex(const char *Str1) | |
1710 { | |
1711 const char *v1; // edi@1 | |
1712 signed int v2; // esi@1 | |
1713 | |
434 | 1714 for (uint i = 0; i < 11; ++i) |
1165
29a8defbad9e
temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents:
1132
diff
changeset
|
1715 if (!_stricmp(Str1, _4E6BDC_loc_names[i])) |
434 | 1716 return i + 1; |
1717 return 0; | |
0 | 1718 } |
1719 | |
1720 | |
1721 | |
1722 //----- (004488F7) -------------------------------------------------------- | |
711 | 1723 void IndoorLocation::ToggleLight(signed int sLightID, unsigned int bToggle) |
0 | 1724 { |
711 | 1725 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor && (sLightID <= pIndoor->uNumLights - 1) && (sLightID >= 0) ) |
0 | 1726 { |
1727 if ( bToggle ) | |
1063 | 1728 pIndoor->pLights[sLightID].uAtributes &= 0xFFFFFFF7u; |
0 | 1729 else |
1063 | 1730 pIndoor->pLights[sLightID].uAtributes |= 8u; |
0 | 1731 pParty->uFlags |= 2u; |
1732 } | |
1733 } | |
1734 | |
1735 | |
1736 //----- (00498E0A) -------------------------------------------------------- | |
1737 bool IndoorLocation::Load(char *pFilename, int a3, size_t _i, char *pDest) | |
1738 { | |
1739 /*unsigned int v5; // ebx@1 | |
1740 //IndoorLocation *v6; // esi@1 | |
1741 FILE *v7; // edi@3 | |
1742 bool result; // eax@3 | |
1743 char *v9; // ecx@4 | |
1744 void *v10; // eax@4 | |
1745 //unsigned __int8 v11; // zf@4 | |
1746 //unsigned __int8 v12; // sf@4 | |
1747 int v13; // eax@5 | |
1748 size_t v14; // ecx@6 | |
1749 char *v15; // ecx@6 | |
1750 int v16; // edx@6 | |
1751 size_t v17; // ecx@6 | |
1752 char *v18; // ecx@6 | |
1753 int v19; // edx@6 | |
1754 unsigned __int16 *v20; // edx@6 | |
1755 unsigned __int16 *v21; // edx@6 | |
1756 unsigned __int16 *v22; // edx@6 | |
1757 __int16 v23; // ax@10 | |
1758 char *v24; // ecx@10 | |
1759 __int16 v25; // cx@10 | |
1760 __int16 v26; // ax@11 | |
1761 char *v27; // ecx@11 | |
1762 unsigned __int16 v28; // ax@17 | |
1763 BLVFaceExtra *v29; // ecx@17 | |
1764 char *v30; // edx@17 | |
1765 int v31; // ecx@20 | |
1766 void *v32; // eax@25 | |
1767 int v33; // eax@26 | |
1768 unsigned __int16 *v34; // edx@27 | |
1769 size_t v35; // ecx@27 | |
1770 char *v36; // ecx@27 | |
1771 int v37; // edx@27 | |
1772 size_t v38; // ecx@27 | |
1773 char *v39; // ecx@27 | |
1774 int v40; // edx@27 | |
1775 unsigned __int16 *v41; // edx@27 | |
1776 unsigned __int16 *v42; // edx@27 | |
1777 unsigned __int16 *v43; // edx@27 | |
1778 unsigned __int16 *v44; // edx@27 | |
1779 size_t v45; // ecx@27 | |
1780 unsigned __int16 *v46; // edx@27 | |
1781 void *v47; // eax@28 | |
1782 BLVSector *v48; // eax@29 | |
1783 size_t v49; // ecx@29 | |
1784 unsigned __int16 *v50; // edx@31 | |
1785 void *v51; // eax@32 | |
1786 int v52; // eax@33 | |
1787 unsigned __int16 *v53; // edx@34 | |
1788 size_t v54; // ecx@34 | |
1789 char *v55; // ecx@34 | |
1790 int v56; // edx@34 | |
1791 size_t v57; // ecx@34 | |
1792 char *v58; // ecx@34 | |
1793 int v59; // edx@34 | |
1794 unsigned __int16 *v60; // edx@34 | |
1795 unsigned __int16 *v61; // edx@34 | |
1796 unsigned __int16 *v62; // edx@34 | |
1797 unsigned __int16 *v63; // edx@34 | |
1798 int v64; // ecx@34 | |
1799 BLVDoor *v65; // ecx@36 | |
1800 char *v66; // eax@37 | |
1801 int v67; // edx@38 | |
1802 int v68; // ecx@38 | |
1803 BLVFace *v69; // edx@38 | |
1804 int v70; // ecx@38 | |
1805 int v71; // edx@38 | |
1806 int v72; // eax@38 | |
1807 unsigned __int16 v73; // ax@42 | |
1808 char *v74; // ecx@42 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
1809 SpriteObject *v75; // ecx@44 |
0 | 1810 size_t v76; // eax@45 |
1811 int j; // edx@46 | |
1812 unsigned __int16 v78; // ax@50 | |
1813 void *v79; // eax@52 | |
1814 void **v80; // esi@52 | |
1815 unsigned int v145; // eax@103 | |
1816 void *v146; // eax@103 | |
1817 unsigned int v147; // ecx@103 | |
1818 int v148; // ebx@103 | |
1819 unsigned int *v149; // ecx@103*/ | |
1820 //size_t v150; // eax@103 | |
1821 //unsigned int v151; // ebx@109 | |
1822 //unsigned int v152; // ecx@116 | |
1823 //unsigned int v153; // eax@117 | |
1824 //size_t v154; // ebx@126 | |
1825 //unsigned int v155; // ebx@134 | |
1826 //size_t v156; // eax@140 | |
1827 //signed int v157; // ebx@142 | |
1828 //int v158; // ebx@148 | |
1829 //BLVFace *v159; // eax@149 | |
1830 // BLVFaceExtra *v160; // ecx@149 | |
1831 //BLVFaceExtra *v161; // ecx@149 | |
1832 //signed int v162; // ebx@154 | |
1833 //unsigned int v163; // ebx@157 | |
1834 //unsigned int v164; // ebx@157 | |
1835 //unsigned int v165; // edx@158 | |
1836 //char *v166; // ecx@158 | |
1837 //unsigned __int16 v167; // ax@161 | |
1838 //__int16 v168; // ax@165 | |
1839 //unsigned int v169; // ebx@168 | |
1840 //void *v170; // eax@168 | |
1841 //size_t v171; // ebx@168 | |
1842 //int v172; // edx@168 | |
1843 //BLVDoor *v173; // ecx@169 | |
1844 //int k; // eax@169 | |
1845 //BLVDoor *v175; // ecx@172 | |
1846 //int v176; // edx@172 | |
1847 //BLVDoor *v177; // ecx@172 | |
1848 //int v178; // edx@172 | |
1849 //BLVDoor *v179; // ecx@172 | |
1850 //int v180; // edx@172 | |
1851 //BLVDoor *v181; // ecx@172 | |
1852 //int v182; // edx@172 | |
1853 //BLVDoor *v183; // ecx@172 | |
1854 //int v184; // edx@172 | |
1855 //BLVDoor *v185; // ecx@172 | |
1856 //int v186; // edx@172 | |
1857 //BLVDoor *v187; // ecx@172 | |
1858 //int v188; // edx@172 | |
1859 //unsigned __int16 *v189; // ebx@172 | |
1860 //char *v190; // edx@173 | |
1861 //BLVDoor *v191; // ecx@174 | |
1862 //BLVDoor *l; // eax@175 | |
1863 //signed int v193; // ebx@176 | |
1864 //int v194; // ecx@176 | |
1865 //BLVFaceExtra *v195; // ecx@176 | |
1866 //BLVFace *v196; // ebx@178 | |
1867 //std::string v197; // [sp-18h] [bp-680h]@66 | |
1868 //void *v198; // [sp-14h] [bp-67Ch]@72 | |
1869 //size_t v199; // [sp-10h] [bp-678h]@72 | |
1870 //size_t v200; // [sp-Ch] [bp-674h]@72 | |
1871 //const char *v201; // [sp-8h] [bp-670h]@4 | |
1872 //int v202; // [sp-4h] [bp-66Ch]@4 | |
1873 char v203[875]; // [sp+Ch] [bp-65Ch]@130 | |
1874 char FileName[260]; // [sp+378h] [bp-2F0h]@1 | |
1875 //char DstBuf; // [sp+47Ch] [bp-1ECh]@4 | |
1876 __int32 Offset; // [sp+480h] [bp-1E8h]@4 | |
1877 __int32 v207; // [sp+48Ch] [bp-1DCh]@4 | |
1878 __int32 v208; // [sp+498h] [bp-1D0h]@4 | |
1879 __int32 v209; // [sp+4A4h] [bp-1C4h]@4 | |
1880 __int32 v210; // [sp+4B0h] [bp-1B8h]@4 | |
1881 __int32 v211; // [sp+4BCh] [bp-1ACh]@15 | |
1882 __int32 v212; // [sp+4C8h] [bp-1A0h]@15 | |
1883 __int32 v213; // [sp+4D4h] [bp-194h]@25 | |
1884 __int32 v214; // [sp+4E0h] [bp-188h]@25 | |
1885 __int32 v215; // [sp+4ECh] [bp-17Ch]@32 | |
1886 __int32 v216; // [sp+4F8h] [bp-170h]@32 | |
1887 __int32 v217; // [sp+504h] [bp-164h]@40 | |
1888 __int32 v218; // [sp+510h] [bp-158h]@40 | |
1889 __int32 v219; // [sp+51Ch] [bp-14Ch]@43 | |
1890 __int32 v220; // [sp+528h] [bp-140h]@43 | |
1891 __int32 v221; // [sp+534h] [bp-134h]@52 | |
1892 __int32 v222; // [sp+540h] [bp-128h]@52 | |
1893 __int32 v223; // [sp+54Ch] [bp-11Ch]@52 | |
1894 __int32 v224; // [sp+558h] [bp-110h]@52 | |
1895 __int32 v225; // [sp+564h] [bp-104h]@52 | |
1896 __int32 v226; // [sp+570h] [bp-F8h]@52 | |
1897 __int32 v227; // [sp+57Ch] [bp-ECh]@52 | |
1898 __int32 v228; // [sp+588h] [bp-E0h]@52 | |
1899 __int32 v229; // [sp+594h] [bp-D4h]@52 | |
1900 __int32 v230; // [sp+5A0h] [bp-C8h]@52 | |
1901 __int32 v231; // [sp+5ACh] [bp-BCh]@52 | |
1902 __int32 v232; // [sp+5B8h] [bp-B0h]@52 | |
1903 __int32 v233; // [sp+5C4h] [bp-A4h]@52 | |
1904 __int32 v234; // [sp+5D0h] [bp-98h]@52 | |
1905 //char pName[40]; // [sp+5FCh] [bp-6Ch]@42 | |
1906 //size_t pSource; // [sp+624h] [bp-44h]@67 | |
1907 //char Dst[12]; // [sp+628h] [bp-40h]@9 | |
1908 //char *v238; // [sp+634h] [bp-34h]@38 | |
1909 ODMHeader header; // [sp+638h] [bp-30h]@61 | |
1910 //void *ptr; // [sp+648h] [bp-20h]@66 | |
1911 //size_t Count; // [sp+64Ch] [bp-1Ch]@109 | |
1912 //int uSourceLen; // [sp+653h] [bp-15h]@66 | |
1913 FILE *File; // [sp+658h] [bp-10h]@56 | |
1914 //BLVSector *v244; // [sp+65Ch] [bp-Ch]@72 | |
1915 //int v245; // [sp+660h] [bp-8h]@72 | |
1916 //BLVFace *Src; // [sp+664h] [bp-4h]@73 | |
1917 signed int Argsa; // [sp+670h] [bp+8h]@4 | |
1918 signed int Argsb; // [sp+670h] [bp+8h]@7 | |
1919 signed int Argsc; // [sp+670h] [bp+8h]@15 | |
1920 signed int Argsd; // [sp+670h] [bp+8h]@18 | |
1921 int Argse; // [sp+670h] [bp+8h]@25 | |
1922 int Argsf; // [sp+670h] [bp+8h]@28 | |
1923 int Argsg; // [sp+670h] [bp+8h]@32 | |
1924 int Argsh; // [sp+670h] [bp+8h]@35 | |
1925 signed int Argsi; // [sp+670h] [bp+8h]@40 | |
1926 signed int Argsj; // [sp+670h] [bp+8h]@45 | |
1927 //int Argsk; // [sp+670h] [bp+8h]@143 | |
1928 //void *Argsl; // [sp+670h] [bp+8h]@155 | |
1929 //signed int Argsm; // [sp+670h] [bp+8h]@161 | |
1930 //signed int Argsn; // [sp+670h] [bp+8h]@175 | |
1931 | |
1932 //v5 = 0; | |
1933 //v6 = this; | |
1934 _6807E0_num_decorations_with_sounds_6807B8 = 0; | |
1935 | |
1936 #pragma region "loading from txt" | |
1937 /*sprintf(FileName, "levels\\%s", pFilename); | |
1938 if ( GetFileAttributesA(FileName) != -1 ) | |
1939 { | |
1940 Release(); | |
1941 if ( Alloc() ) | |
1942 { | |
1943 v7 = fopen(FileName, "rb"); | |
1944 result = 1; | |
1945 if ( !v7 ) | |
1946 return result; | |
1947 v9 = pDest; | |
1948 bLoaded = 1; | |
1949 v202 = (int)v7; | |
1950 v201 = (const char *)1; | |
1951 *(int *)v9 = 1; | |
1952 fread(&DstBuf, 0x180u, (size_t)v201, (FILE *)v202); | |
1953 fseek(v7, Offset, 0); | |
1954 fread(&blv, 0x88u, 1u, v7); | |
1955 fseek(v7, v207, 0); | |
1956 fread(&uNumVertices, 1u, 4u, v7); | |
1957 fseek(v7, v208, 0); | |
1958 fread(pVertices, 6u, uNumVertices, v7); | |
1959 fseek(v7, v209, 0); | |
1960 fread(&uNumFaces, 4u, 1u, v7); | |
1961 fseek(v7, v210, 0); | |
1962 fread(pFaces, 0x60u, uNumFaces, v7); | |
1963 v10 = pAllocator->AllocNamedChunk(ptr_2AC, blv.uFaces_fdata_Size, "L.FData"); | |
1964 v202 = (int)v7; | |
1965 ptr_2AC = (unsigned __int16 *)v10; | |
1966 fread(v10, 1u, blv.uFaces_fdata_Size, (FILE *)v202); | |
1967 v11 = uNumFaces == 0; | |
1968 v12 = (uNumFaces & 0x80000000u) != 0; | |
1969 pDest = 0; | |
1970 Argsa = 0; | |
1971 if ( !(v12 | v11) ) | |
1972 { | |
1973 v13 = 0; | |
1974 do | |
1975 { | |
1976 pFaces[v13].pVertexIDs = (unsigned __int16 *)&pDest[(unsigned int)ptr_2AC]; | |
1977 v14 = (size_t)&pFaces[v13]; | |
1978 i = v14; | |
1979 v15 = &pDest[2 * *(char *)(v14 + 93) + 2]; | |
1980 v16 = (int)&v15[(unsigned int)ptr_2AC]; | |
1981 pDest = v15; | |
1982 *(int *)(i + 52) = v16; | |
1983 v17 = (size_t)&pFaces[v13]; | |
1984 i = v17; | |
1985 v18 = &pDest[2 * *(char *)(v17 + 93) + 2]; | |
1986 v19 = (int)&v18[(unsigned int)ptr_2AC]; | |
1987 pDest = v18; | |
1988 *(int *)(i + 56) = v19; | |
1989 i = (size_t)&pFaces[v13]; | |
1990 v20 = ptr_2AC; | |
1991 pDest += 2 * *(char *)(i + 93) + 2; | |
1992 *(int *)(i + 60) = (int)(char *)v20 + (int)pDest; | |
1993 i = (size_t)&pFaces[v13]; | |
1994 v21 = ptr_2AC; | |
1995 pDest += 2 * *(char *)(i + 93) + 2; | |
1996 *(int *)(i + 64) = (int)(char *)v21 + (int)pDest; | |
1997 i = (size_t)&pFaces[v13]; | |
1998 ++v13; | |
1999 v22 = ptr_2AC; | |
2000 pDest += 2 * *(char *)(i + 93) + 2; | |
2001 ++Argsa; | |
2002 *(int *)(i + 68) = (int)(char *)v22 + (int)pDest; | |
2003 pDest += 2 * *((char *)&pFaces[v13] - 3) + 2; | |
2004 } | |
2005 while ( Argsa < (signed int)uNumFaces ); | |
2006 } | |
2007 Argsb = 0; | |
2008 if ( (signed int)uNumFaces > 0 ) | |
2009 { | |
2010 pDest = 0; | |
2011 do | |
2012 { | |
2013 fread(Dst, 1u, 0xAu, v7); | |
2014 if ( pDest[(unsigned int)pFaces + 45] & 0x40 ) | |
2015 { | |
2016 v23 = pTextureFrameTable->FindTextureByName(Dst); | |
2017 v24 = pDest; | |
2018 *(short *)&pDest[(unsigned int)pFaces + 74] = v23; | |
2019 v25 = *(short *)&v24[(unsigned int)pFaces + 74]; | |
2020 if ( v25 ) | |
2021 { | |
2022 pTextureFrameTable->LoadAnimationSequenceAndPalettes(v25); | |
2023 } | |
2024 else | |
2025 { | |
2026 v26 = pBitmaps_LOD->LoadTexture(Dst); | |
2027 v27 = pDest; | |
2028 *(short *)&pDest[(unsigned int)pFaces + 74] = v26; | |
2029 v27[(unsigned int)pFaces + 45] &= 0xBFu; | |
2030 } | |
2031 } | |
2032 else | |
2033 { | |
2034 *(short *)&pDest[(unsigned int)pFaces + 74] = pBitmaps_LOD->LoadTexture(Dst); | |
2035 } | |
2036 ++Argsb; | |
2037 pDest += 96; | |
2038 } | |
2039 while ( Argsb < (signed int)uNumFaces ); | |
2040 } | |
2041 fseek(v7, v211, 0); | |
2042 fread(&uNumFaceExtras, 4u, 1u, v7); | |
2043 fseek(v7, v212, 0); | |
2044 fread(pFaceExtras, 0x24u, uNumFaceExtras, v7); | |
2045 Argsc = 0; | |
2046 if ( (signed int)uNumFaceExtras > 0 ) | |
2047 { | |
2048 pDest = 0; | |
2049 do | |
2050 { | |
2051 fread(Dst, 1u, 0xAu, v7); | |
2052 v28 = pBitmaps_LOD->LoadTexture(Dst); | |
2053 v29 = pFaceExtras; | |
2054 v30 = pDest; | |
2055 ++Argsc; | |
2056 pDest += 36; | |
2057 *(unsigned __int16 *)((char *)&v29->uAdditionalBitmapID + (int)v30) = v28; | |
2058 } | |
2059 while ( Argsc < (signed int)uNumFaceExtras ); | |
2060 } | |
2061 Argsd = 0; | |
2062 if ( (signed int)uNumFaces > 0 ) | |
2063 { | |
2064 pDest = 0; | |
2065 do | |
2066 { | |
2067 v31 = (int)&pFaceExtras[*(short *)&pDest[(unsigned int)pFaces + 72]]; | |
2068 if ( *(short *)(v31 + 26) ) | |
2069 { | |
2070 if ( ((BLVFaceExtra *)v31)->HasEventint() ) | |
2071 pDest[(unsigned int)pFaces + 46] |= 0x10u; | |
2072 else | |
2073 pDest[(unsigned int)pFaces + 46] &= 0xEFu; | |
2074 } | |
2075 ++Argsd; | |
2076 pDest += 96; | |
2077 } | |
2078 while ( Argsd < (signed int)uNumFaces ); | |
2079 } | |
2080 fseek(v7, v213, 0); | |
2081 fread(&uNumSectors, 4u, 1u, v7); | |
2082 fseek(v7, v214, 0); | |
2083 fread(pSectors, 0x74u, uNumSectors, v7); | |
2084 v32 = pAllocator->AllocNamedChunk(ptr_0002B0_sector_rdata, blv.uSector_rdata_Size, "L.RData"); | |
2085 v202 = (int)v7; | |
2086 ptr_0002B0_sector_rdata = (unsigned __int16 *)v32; | |
2087 fread(v32, 1u, blv.uSector_rdata_Size, (FILE *)v202); | |
2088 v11 = uNumSectors == 0; | |
2089 v12 = uNumSectors < 0; | |
2090 pDest = 0; | |
2091 Argse = 0; | |
2092 if ( !(v12 | v11) ) | |
2093 { | |
2094 v33 = 0; | |
2095 do | |
2096 { | |
2097 pSectors[v33].pFloors = (unsigned __int16 *)&pDest[(unsigned int)ptr_0002B0_sector_rdata]; | |
2098 i = (size_t)&pSectors[v33]; | |
2099 v34 = ptr_0002B0_sector_rdata; | |
2100 pDest += 2 * *(short *)(i + 4); | |
2101 *(int *)(i + 16) = (int)(char *)v34 + (int)pDest; | |
2102 v35 = (size_t)&pSectors[v33]; | |
2103 i = v35; | |
2104 v36 = &pDest[2 * *(short *)(v35 + 12)]; | |
2105 v37 = (int)&v36[(unsigned int)ptr_0002B0_sector_rdata]; | |
2106 pDest = v36; | |
2107 *(int *)(i + 24) = v37; | |
2108 v38 = (size_t)&pSectors[v33]; | |
2109 i = v38; | |
2110 v39 = &pDest[2 * *(short *)(v38 + 20)]; | |
2111 v40 = (int)&v39[(unsigned int)ptr_0002B0_sector_rdata]; | |
2112 pDest = v39; | |
2113 *(int *)(i + 32) = v40; | |
2114 i = (size_t)&pSectors[v33]; | |
2115 v41 = ptr_0002B0_sector_rdata; | |
2116 pDest += 2 * *(short *)(i + 28); | |
2117 *(int *)(i + 40) = (int)(char *)v41 + (int)pDest; | |
2118 i = (size_t)&pSectors[v33]; | |
2119 v42 = ptr_0002B0_sector_rdata; | |
2120 pDest += 2 * *(short *)(i + 36); | |
2121 *(int *)(i + 48) = (int)(char *)v42 + (int)pDest; | |
2122 i = (size_t)&pSectors[v33]; | |
2123 v43 = ptr_0002B0_sector_rdata; | |
2124 pDest += 2 * *(short *)(i + 44); | |
2125 *(int *)(i + 64) = (int)(char *)v43 + (int)pDest; | |
2126 i = (size_t)&pSectors[v33]; | |
2127 v44 = ptr_0002B0_sector_rdata; | |
2128 pDest += 2 * *(short *)(i + 60); | |
2129 *(int *)(i + 72) = (int)(char *)v44 + (int)pDest; | |
2130 v45 = (size_t)&pSectors[v33]; | |
2131 ++v33; | |
2132 i = v45; | |
2133 v46 = ptr_0002B0_sector_rdata; | |
2134 pDest += 2 * *(short *)(v45 + 68); | |
2135 ++Argse; | |
2136 *(int *)(v45 + 80) = (int)(char *)v46 + (int)pDest; | |
2137 pDest += 2 * *((short *)&pSectors[v33] - 20); | |
2138 } | |
2139 while ( Argse < uNumSectors ); | |
2140 } | |
2141 v47 = pAllocator->AllocNamedChunk( | |
2142 ptr_0002B8_sector_lrdata, | |
2143 blv.uSector_lrdata_Size, | |
2144 "L.RLData"); | |
2145 v202 = (int)v7; | |
2146 ptr_0002B8_sector_lrdata = (unsigned __int16 *)v47; | |
2147 fread(v47, 1u, blv.uSector_lrdata_Size, (FILE *)v202); | |
2148 v11 = uNumSectors == 0; | |
2149 v12 = uNumSectors < 0; | |
2150 pDest = 0; | |
2151 Argsf = 0; | |
2152 if ( !(v12 | v11) ) | |
2153 { | |
2154 v48 = pSectors; | |
2155 v49 = 0; | |
2156 for ( i = 0; ; v49 = i ) | |
2157 { | |
2158 v50 = ptr_0002B8_sector_lrdata; | |
2159 i += 116; | |
2160 ++Argsf; | |
2161 *(BLVLightMM7 **)((char *)&v48->pLights + v49) = (BLVLightMM7 *)((char *)v50 + (int)pDest); | |
2162 v48 = pSectors; | |
2163 pDest += 2 * *(__int16 *)((char *)&v48->uNumLights + v49); | |
2164 if ( Argsf >= uNumSectors ) | |
2165 break; | |
2166 } | |
2167 } | |
2168 fseek(v7, v215, 0); | |
2169 fread(&uNumDoors, 4u, 1u, v7); | |
2170 fseek(v7, v216, 0); | |
2171 fread(pDoors, 0x50u, 0xC8u, v7); | |
2172 v51 = pAllocator->AllocNamedChunk(ptr_0002B4_doors_ddata, blv.uDoors_ddata_Size, "L.DData"); | |
2173 v202 = (int)v7; | |
2174 ptr_0002B4_doors_ddata = (unsigned __int16 *)v51; | |
2175 fread(v51, 1u, blv.uDoors_ddata_Size, (FILE *)v202); | |
2176 v11 = uNumDoors == 0; | |
2177 v12 = uNumDoors < 0; | |
2178 pDest = 0; | |
2179 Argsg = 0; | |
2180 if ( !(v12 | v11) ) | |
2181 { | |
2182 v52 = 0; | |
2183 do | |
2184 { | |
2185 pDoors[v52].pVertexIDs = (unsigned __int16 *)&pDest[(unsigned int)ptr_0002B4_doors_ddata]; | |
2186 i = (size_t)&pDoors[v52]; | |
2187 v53 = ptr_0002B4_doors_ddata; | |
2188 pDest += 2 * *(short *)(i + 68); | |
2189 *(int *)(i + 40) = (int)(char *)v53 + (int)pDest; | |
2190 v54 = (size_t)&pDoors[v52]; | |
2191 i = v54; | |
2192 v55 = &pDest[2 * *(short *)(v54 + 70)]; | |
2193 v56 = (int)&v55[(unsigned int)ptr_0002B4_doors_ddata]; | |
2194 pDest = v55; | |
2195 *(int *)(i + 44) = v56; | |
2196 v57 = (size_t)&pDoors[v52]; | |
2197 i = v57; | |
2198 v58 = &pDest[2 * *(short *)(v57 + 72)]; | |
2199 v59 = (int)&v58[(unsigned int)ptr_0002B4_doors_ddata]; | |
2200 pDest = v58; | |
2201 *(int *)(i + 48) = v59; | |
2202 i = (size_t)&pDoors[v52]; | |
2203 v60 = ptr_0002B4_doors_ddata; | |
2204 pDest += 2 * *(short *)(i + 70); | |
2205 *(int *)(i + 52) = (int)(char *)v60 + (int)pDest; | |
2206 i = (size_t)&pDoors[v52]; | |
2207 v61 = ptr_0002B4_doors_ddata; | |
2208 pDest += 2 * *(short *)(i + 70); | |
2209 *(int *)(i + 56) = (int)(char *)v61 + (int)pDest; | |
2210 i = (size_t)&pDoors[v52]; | |
2211 v62 = ptr_0002B4_doors_ddata; | |
2212 pDest += 2 * *(short *)(i + 74); | |
2213 *(int *)(i + 60) = (int)(char *)v62 + (int)pDest; | |
2214 i = (size_t)&pDoors[v52]; | |
2215 v63 = ptr_0002B4_doors_ddata; | |
2216 pDest += 2 * *(short *)(i + 74); | |
2217 *(int *)(i + 64) = (int)(char *)v63 + (int)pDest; | |
2218 ++Argsg; | |
2219 v64 = pDoors[v52].uNumOffsets; | |
2220 ++v52; | |
2221 pDest += 2 * v64; | |
2222 } | |
2223 while ( Argsg < uNumDoors ); | |
2224 } | |
2225 Argsh = 0; | |
2226 if ( uNumDoors > 0 ) | |
2227 { | |
2228 v65 = pDoors; | |
2229 pDest = 0; | |
2230 do | |
2231 { | |
2232 i = 0; | |
2233 v66 = &pDest[(int)v65]; | |
2234 if ( *(short *)&pDest[(int)v65 + 70] > 0 ) | |
2235 { | |
2236 do | |
2237 { | |
2238 v67 = *((int *)v66 + 10); | |
2239 a3 = 2 * i; | |
2240 v68 = *(short *)(v67 + 2 * i); | |
2241 v69 = pFaces; | |
2242 ++i; | |
2243 v70 = (int)&pFaceExtras[v69[v68].uFaceExtraID]; | |
2244 v71 = *((int *)v66 + 12); | |
2245 v72 = a3; | |
2246 v238 = (char *)v70; | |
2247 *(short *)(a3 + v71) = *(short *)(v70 + 20); | |
2248 *(__int16 *)(*(char **)((char *)&pDoors->pDeltaVs + (unsigned int)pDest) + v72) = *((short *)v238 + 11); | |
2249 v65 = pDoors; | |
2250 v66 = &pDest[(int)v65]; | |
2251 } | |
2252 while ( (signed int)i < *(short *)&pDest[(int)v65 + 70] ); | |
2253 } | |
2254 ++Argsh; | |
2255 pDest += 80; | |
2256 } | |
2257 while ( Argsh < uNumDoors ); | |
2258 } | |
2259 fseek(v7, v217, 0); | |
2260 fread(&uNumLevelDecorations, 4u, 1u, v7); | |
2261 fseek(v7, v218, 0); | |
2262 fread(pLevelDecorations, 0x20u, uNumLevelDecorations, v7); | |
2263 Argsi = 0; | |
2264 if ( (signed int)uNumLevelDecorations > 0 ) | |
2265 { | |
2266 pDest = (char *)pLevelDecorations; | |
2267 do | |
2268 { | |
2269 fread(pName, 1u, 0x20u, v7); | |
2270 v73 = pDecorationList->GetDecorIdByName(pName); | |
2271 v74 = pDest; | |
2272 ++Argsi; | |
2273 pDest += 32; | |
2274 *(short *)v74 = v73; | |
2275 } | |
2276 while ( Argsi < (signed int)uNumLevelDecorations ); | |
2277 } | |
2278 fseek(v7, v219, 0); | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
2279 fread(&uNumSpriteObjects, 4u, 1u, v7); |
0 | 2280 fseek(v7, v220, 0); |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
2281 fread(pSpriteObjects, 0x70u, uNumSpriteObjects, v7); |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
2282 if ( (signed int)uNumSpriteObjects > 0 ) |
0 | 2283 { |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
2284 v75 = pSpriteObjects; |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
2285 pDest = (char *)uNumSpriteObjects; |
0 | 2286 do |
2287 { | |
2288 Argsj = 0; | |
2289 v76 = 48 * v75->stru_24.uItemID; | |
2290 v11 = pObjectList->uNumObjects == 0; | |
2291 v12 = (pObjectList->uNumObjects & 0x80000000u) != 0; | |
2292 LOWORD(v76) = *(unsigned __int16 *)((char *)&pItemsTable->pItems[0].uSpriteID + v76); | |
2293 i = v76; | |
2294 v75->uItemType = v76; | |
2295 if ( v12 | v11 ) | |
2296 { | |
2297 LABEL_50: | |
2298 v78 = 0; | |
2299 } | |
2300 else | |
2301 { | |
2302 for ( j = (int)&pObjectList->pObjects->uObjectID; (short)v76 != *(short *)j; j = a3 ) | |
2303 { | |
2304 ++Argsj; | |
2305 a3 = j + 56; | |
2306 if ( Argsj >= (signed int)pObjectList->uNumObjects ) | |
2307 goto LABEL_50; | |
2308 LOWORD(v76) = i; | |
2309 } | |
2310 v78 = Argsj; | |
2311 } | |
2312 v75->uObjectDescID = v78; | |
2313 ++v75; | |
2314 --pDest; | |
2315 } | |
2316 while ( pDest ); | |
2317 } | |
2318 fseek(v7, v221, 0); | |
2319 fread(&uNumActors, 4u, 1u, v7); | |
2320 fseek(v7, v222, 0); | |
2321 fread(pActors, 0x344u, uNumActors, v7); | |
2322 fseek(v7, v228, 0); | |
2323 fread(&uNumChests, 4u, 1u, v7); | |
2324 fseek(v7, v229, 0); | |
2325 fread(pChests, 0x14CCu, uNumChests, v7); | |
2326 fseek(v7, v224, 0); | |
2327 fread(&uNumLights, 4u, 1u, v7); | |
2328 fseek(v7, v225, 0); | |
2329 fread(pLights, 0x10u, uNumLights, v7); | |
2330 fseek(v7, v226, 0); | |
2331 fread(&uNumNodes, 4u, 1u, v7); | |
2332 fseek(v7, v227, 0); | |
2333 fread(pNodes, 8u, uNumNodes, v7); | |
2334 fseek(v7, v230, 0); | |
2335 fread(&uNumSpawnPoints, 4u, 1u, v7); | |
2336 v79 = pAllocator->AllocNamedChunk(pSpawnPoints, 24 * uNumSpawnPoints, "Spawn"); | |
2337 v202 = 0; | |
2338 pSpawnPoints = (SpawnPointMM7 *)v79; | |
2339 fseek(v7, v231, v202); | |
2340 fread(pSpawnPoints, 0x18u, uNumSpawnPoints, v7); | |
2341 fseek(v7, v232, 0); | |
2342 fread(&dlv, 0x28u, 1u, v7); | |
2343 fseek(v7, v233, 0); | |
2344 fread(&stru_5E4C90, 1u, 0xC8u, v7); | |
2345 fseek(v7, v234, 0); | |
2346 fread(&uLastVisitDay, 1u, 0x38u, v7); | |
2347 fseek(v7, v223, 0); | |
2348 v80 = (void **)&pMapOutlines; | |
2349 fread(*v80, 4u, 1u, v7); | |
2350 fread((char *)*v80 + 4, 0xCu, *(int *)*v80, v7); | |
2351 fclose(v7); | |
2352 goto LABEL_179; | |
2353 } | |
2354 return 4; | |
2355 }*/ | |
2356 #pragma endregion | |
2357 | |
2358 if (bLoaded) | |
2359 { | |
2360 Log::Warning(L"BLV is already loaded"); | |
2361 return 3; | |
2362 } | |
2363 | |
2364 if ( !pGames_LOD->DoesContainerExist(pFilename) ) | |
2365 Abortf("Unable to find %s in Games.LOD", pFilename); | |
2366 | |
2367 //v238 = pFilename - 4; | |
2368 //v81 = strlen(pFilename); | |
2369 strcpy(this->pFilename, pFilename); | |
2370 strcpy(&pFilename[strlen(pFilename) - 4], ".blv"); | |
2371 File = pGames_LOD->FindContainer(pFilename, 1); | |
2372 //File = v82; | |
2373 | |
2374 Release(); | |
2375 if ( !Alloc() ) | |
2376 return 4; | |
2377 | |
2378 header.uVersion = 91969; | |
2379 header.pMagic[0] = 'm'; | |
2380 header.pMagic[1] = 'v'; | |
2381 header.pMagic[2] = 'i'; | |
2382 header.pMagic[3] = 'i'; | |
2383 header.uCompressedSize = 0; | |
2384 header.uDecompressedSize = 0; | |
2385 fread(&header, sizeof(ODMHeader), 1u, File); | |
2386 if (header.uVersion != 91969 || | |
2387 header.pMagic[0] != 'm' || | |
2388 header.pMagic[1] != 'v' || | |
2389 header.pMagic[2] != 'i' || | |
2390 header.pMagic[3] != 'i' ) | |
2391 { | |
2392 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:792", 0); | |
2393 } | |
2394 //v83 = header.uCompressedSize; | |
2395 //pSource = header.uDecompressedSize; | |
2396 //v84 = malloc(header.uDecompressedSize); | |
2397 //v85 = v84; | |
2398 //ptr = v84; | |
2399 auto pRawBLV = malloc(header.uDecompressedSize); | |
2400 memset(pRawBLV, 0, header.uDecompressedSize); | |
2401 | |
2402 if (header.uCompressedSize == header.uDecompressedSize) | |
2403 fread(pRawBLV, header.uDecompressedSize, 1, File); | |
2404 else if (header.uCompressedSize < header.uDecompressedSize) | |
2405 { | |
2406 auto pTmpMem = malloc(header.uCompressedSize); | |
2407 { | |
2408 fread(pTmpMem, header.uCompressedSize, 1, File); | |
2409 | |
2410 uint uDecompressedSize = header.uDecompressedSize; | |
2411 zlib::MemUnzip(pRawBLV, &uDecompressedSize, pTmpMem, header.uCompressedSize); | |
2412 | |
2413 if (uDecompressedSize != header.uDecompressedSize) | |
2414 Log::Warning(L"uDecompressedSize != header.uDecompressedSize in BLV"); | |
2415 } | |
2416 free(pTmpMem); | |
2417 } | |
2418 else | |
2419 { | |
2420 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:803", 0); | |
2421 return 0; | |
2422 } | |
2423 | |
2424 bLoaded = true; | |
2425 | |
2426 auto pData = (char *)pRawBLV; | |
2427 | |
2428 pGameLoadingUI_ProgressBar->Progress(); | |
2429 | |
2430 memcpy(&blv, pData, 136); | |
2431 memcpy(&uNumVertices, pData += 136, 4); | |
2432 memcpy(pVertices, pData += 4, uNumVertices * sizeof(Vec3_short_)); | |
2433 | |
2434 pGameLoadingUI_ProgressBar->Progress(); | |
2435 | |
2436 memcpy(&uNumFaces, pData += uNumVertices * sizeof(Vec3_short_), 4); | |
2437 | |
2438 pGameLoadingUI_ProgressBar->Progress(); | |
2439 | |
2440 memcpy(pFaces, pData += 4, uNumFaces * sizeof (BLVFace)); | |
1006 | 2441 pLFaces = (unsigned __int16 *)pAllocator->AllocNamedChunk(pLFaces, blv.uFaces_fdata_Size, "L.FData"); |
2442 | |
2443 memcpy(pLFaces, pData += uNumFaces * sizeof (BLVFace), blv.uFaces_fdata_Size); | |
0 | 2444 |
2445 for (uint i = 0, j = 0; i < uNumFaces; ++i) | |
2446 { | |
2447 auto pFace = pFaces + i; | |
2448 | |
1006 | 2449 pFace->pVertexIDs = pLFaces + j; |
0 | 2450 |
2451 j += pFace->uNumVertices + 1; | |
1006 | 2452 pFace->pXInterceptDisplacements = (short *)(pLFaces + j); |
0 | 2453 |
2454 j += pFace->uNumVertices + 1; | |
1006 | 2455 pFace->pYInterceptDisplacements = (short *)(pLFaces + j); |
0 | 2456 |
2457 j += pFace->uNumVertices + 1; | |
1006 | 2458 pFace->pZInterceptDisplacements = (short *)(pLFaces + j); |
0 | 2459 |
2460 j += pFace->uNumVertices + 1; | |
1006 | 2461 pFace->pVertexUIDs = (__int16 *)(pLFaces + j); |
0 | 2462 |
2463 j += pFace->uNumVertices + 1; | |
1006 | 2464 pFace->pVertexVIDs = (__int16 *)(pLFaces + j); |
0 | 2465 |
2466 j += pFace->uNumVertices + 1; | |
2467 /*v93 = &pFaces[v92]; | |
2468 Src = v93; | |
2469 v94 = (BLVSector *)((char *)v244 + 2 * v93->uNumVertices + 2); | |
2470 v95 = (unsigned __int16 *)((char *)v94 + (unsigned int)ptr_2AC); | |
2471 v244 = v94; | |
2472 Src->pXInterceptDisplacements = v95; | |
2473 v96 = (int)&pFaces[v92]; | |
2474 Src = (BLVFace *)v96; | |
2475 v97 = (BLVSector *)((char *)v244 + 2 * *(char *)(v96 + 93) + 2); | |
2476 v98 = (unsigned __int16 *)((char *)v97 + (unsigned int)ptr_2AC); | |
2477 v244 = v97; | |
2478 Src->pYInterceptDisplacements = v98; | |
2479 Src = &pFaces[v92]; | |
2480 v99 = ptr_2AC; | |
2481 v244 = (BLVSector *)((char *)v244 + 2 * Src->uNumVertices + 2); | |
2482 Src->pZInterceptDisplacements = (unsigned __int16 *)((char *)v99 + (int)v244); | |
2483 Src = &pFaces[v92]; | |
2484 v100 = ptr_2AC; | |
2485 v244 = (BLVSector *)((char *)v244 + 2 * Src->uNumVertices + 2); | |
2486 Src->pVertexUIDs = (unsigned __int16 *)((char *)v100 + (int)v244); | |
2487 Src = &pFaces[v92]; | |
2488 ++v92; | |
2489 v101 = ptr_2AC; | |
2490 v244 = (BLVSector *)((char *)v244 + 2 * Src->uNumVertices + 2); | |
2491 ++v245; | |
2492 Src->pVertexVIDs = (unsigned __int16 *)((char *)v101 + (int)v244); | |
2493 v244 = (BLVSector *)((char *)v244 + 2 * *((char *)&pFaces[v92] - 3) + 2);*/ | |
2494 } | |
2495 | |
2496 pGameLoadingUI_ProgressBar->Progress(); | |
2497 | |
2498 pData += blv.uFaces_fdata_Size; | |
2499 | |
2500 for (uint i = 0; i < uNumFaces; ++i) | |
2501 { | |
2502 auto pFace = pFaces + i; | |
2503 | |
2504 char pTexName[16]; | |
2505 strncpy(pTexName, pData, 10); | |
2506 pData += 10; | |
2507 | |
2508 if (pFace->uAttributes & 0x4000) | |
2509 { | |
2510 pFace->uBitmapID = pTextureFrameTable->FindTextureByName(pTexName); | |
2511 if (pFace->uBitmapID) | |
2512 pTextureFrameTable->LoadAnimationSequenceAndPalettes(pFace->uBitmapID); | |
2513 else | |
2514 { | |
2515 pFace->uBitmapID = pBitmaps_LOD->LoadTexture(pTexName); | |
2516 pFace->uAttributes &= ~0x4000; | |
2517 } | |
2518 } | |
2519 else | |
2520 pFace->uBitmapID = pBitmaps_LOD->LoadTexture(pTexName); | |
2521 } | |
2522 | |
2523 pGameLoadingUI_ProgressBar->Progress(); | |
2524 | |
2525 memcpy(&uNumFaceExtras, pData, 4u); | |
2526 memcpy(pFaceExtras, pData += 4, uNumFaceExtras * sizeof(BLVFaceExtra)); | |
2527 pData += uNumFaceExtras * sizeof(BLVFaceExtra); | |
2528 | |
2529 pGameLoadingUI_ProgressBar->Progress(); | |
2530 | |
2531 //v108 = (char *)v107 + 36 * uNumFaceExtras; | |
2532 //v245 = 0; | |
2533 //*(int *)((char *)&uSourceLen + 1) = 0; | |
2534 for (uint i = 0; i < uNumFaceExtras; ++i) | |
2535 { | |
2536 char pTexName[32]; | |
2537 strncpy(pTexName, pData, 10); | |
2538 pData += 10; | |
2539 | |
2540 if (!strcmp(pTexName, "")) | |
2541 pFaceExtras[i].uAdditionalBitmapID = -1; | |
2542 else | |
2543 pFaceExtras[i].uAdditionalBitmapID = pBitmaps_LOD->LoadTexture(pTexName); | |
2544 } | |
2545 | |
2546 | |
2547 for (uint i = 0; i < uNumFaces; ++i) | |
2548 { | |
2549 auto pFace = pFaces + i; | |
2550 auto pFaceExtra = pFaceExtras + pFace->uFaceExtraID; | |
2551 | |
2552 if (pFaceExtra->uEventID) | |
2553 { | |
2554 if (pFaceExtra->HasEventint()) | |
2555 pFace->uAttributes |= 0x100000; | |
2556 else | |
2557 pFace->uAttributes &= ~0x100000; | |
2558 } | |
2559 } | |
2560 | |
2561 pGameLoadingUI_ProgressBar->Progress(); | |
2562 | |
2563 memcpy(&uNumSectors, pData, 4); | |
2564 memcpy(pSectors, pData + 4, uNumSectors * sizeof(BLVSector)); | |
2565 pData += 4 + uNumSectors * sizeof(BLVSector); | |
2566 | |
2567 pGameLoadingUI_ProgressBar->Progress(); | |
2568 | |
2569 ptr_0002B0_sector_rdata = (unsigned short *)pAllocator->AllocNamedChunk(ptr_0002B0_sector_rdata, blv.uSector_rdata_Size, "L.RData"); | |
2570 memcpy(ptr_0002B0_sector_rdata, pData, blv.uSector_rdata_Size); | |
2571 pData += blv.uSector_rdata_Size; | |
2572 | |
2573 for (uint i = 0, j = 0; i < uNumSectors; ++i) | |
2574 { | |
2575 auto pSector = pSectors + i; | |
2576 | |
2577 pSector->pFloors = ptr_0002B0_sector_rdata + j; | |
2578 j += pSector->uNumFloors; | |
2579 | |
2580 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
|
2581 j += pSector->uNumWalls; |
0 | 2582 |
2583 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
|
2584 j += pSector->uNumCeilings; |
0 | 2585 |
2586 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
|
2587 j += pSector->uNumFluids; |
0 | 2588 |
2589 pSector->pPortals = ptr_0002B0_sector_rdata + j; | |
2590 j += pSector->uNumPortals; | |
2591 | |
2592 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
|
2593 j += pSector->uNumFaces; |
0 | 2594 |
2595 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
|
2596 j += pSector->uNumCogs; |
0 | 2597 |
2598 pSector->pDecorationIDs = ptr_0002B0_sector_rdata + j; | |
2599 j += pSector->uNumDecorations; | |
2600 | |
2601 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
|
2602 j += pSector->uNumMarkers; |
0 | 2603 |
2604 | |
2605 //do | |
2606 //{ | |
2607 /*pSectors[v118].pFloors = (unsigned __int16 *)((char *)Src + (unsigned int)ptr_0002B0_sector_rdata); | |
2608 v244 = &pSectors[v118]; | |
2609 v119 = ptr_0002B0_sector_rdata; | |
2610 Src = (BLVFace *)((char *)Src + 2 * v244->field_4); | |
2611 v244->pWalls = (unsigned __int16 *)((char *)v119 + (int)Src); | |
2612 v120 = (int)&pSectors[v118]; | |
2613 v244 = (BLVSector *)v120; | |
2614 v121 = (BLVFace *)((char *)Src + 2 * *(short *)(v120 + 12)); | |
2615 v122 = (unsigned __int16 *)((char *)v121 + (unsigned int)ptr_0002B0_sector_rdata); | |
2616 Src = v121; | |
2617 v244->pCeilings = v122; | |
2618 v123 = (int)&pSectors[v118]; | |
2619 v244 = (BLVSector *)v123; | |
2620 v124 = (BLVFace *)((char *)Src + 2 * *(short *)(v123 + 20)); | |
2621 v125 = (unsigned __int16 *)((char *)v124 + (unsigned int)ptr_0002B0_sector_rdata); | |
2622 Src = v124; | |
2623 v244->pFluids = v125; | |
2624 v244 = &pSectors[v118]; | |
2625 v126 = ptr_0002B0_sector_rdata; | |
2626 Src = (BLVFace *)((char *)Src + 2 * v244->field_1C); | |
2627 v244->pPortals = (unsigned __int16 *)((char *)v126 + (int)Src); | |
2628 v244 = &pSectors[v118]; | |
2629 v127 = ptr_0002B0_sector_rdata; | |
2630 Src = (BLVFace *)((char *)Src + 2 * v244->uNumPortals); | |
2631 v244->pFaceIDs = (unsigned __int16 *)((char *)v127 + (int)Src); | |
2632 v244 = &pSectors[v118]; | |
2633 v128 = ptr_0002B0_sector_rdata; | |
2634 Src = (BLVFace *)((char *)Src + 2 * v244->field_2C); | |
2635 v244->pCogs = (unsigned __int16 *)((char *)v128 + (int)Src); | |
2636 v244 = &pSectors[v118]; | |
2637 v129 = ptr_0002B0_sector_rdata; | |
2638 Src = (BLVFace *)((char *)Src + 2 * v244->field_3C); | |
2639 v244->pDecorationIDs = (unsigned __int16 *)((char *)v129 + (int)Src); | |
2640 v130 = (int)&pSectors[v118]; | |
2641 ++v118; | |
2642 v244 = (BLVSector *)v130; | |
2643 v131 = ptr_0002B0_sector_rdata; | |
2644 Src = (BLVFace *)((char *)Src + 2 * *(short *)(v130 + 68)); | |
2645 ++v245; | |
2646 *(int *)(v130 + 80) = (int)(char *)v131 + (int)Src; | |
2647 Src = (BLVFace *)((char *)Src + 2 * *((short *)&pSectors[v118] - 20));*/ | |
2648 //} | |
2649 //while ( v245 < uNumSectors ); | |
2650 } | |
2651 | |
2652 ptr_0002B8_sector_lrdata = (unsigned __int16 *)pAllocator->AllocNamedChunk(ptr_0002B8_sector_lrdata, blv.uSector_lrdata_Size, "L.RLData"); | |
2653 memcpy(ptr_0002B8_sector_lrdata, pData, blv.uSector_lrdata_Size); | |
2654 pData += blv.uSector_lrdata_Size; | |
2655 | |
2656 pGameLoadingUI_ProgressBar->Progress(); | |
2657 | |
2658 for (uint i = 0, j = 0; i < uNumSectors; ++i) | |
2659 { | |
554
9caf59edb1ee
Cave and Temple load and even doesn't crash (for a while).
Nomad
parents:
520
diff
changeset
|
2660 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
|
2661 j += pSectors[i].uNumLights; |
0 | 2662 } |
2663 | |
2664 pGameLoadingUI_ProgressBar->Progress(); | |
2665 | |
2666 memcpy(&uNumDoors, pData, 4); | |
2667 pData += 4; | |
2668 | |
2669 pGameLoadingUI_ProgressBar->Progress(); | |
2670 pGameLoadingUI_ProgressBar->Progress(); | |
2671 | |
2672 memcpy(&uNumLevelDecorations, pData, 4); | |
1202 | 2673 memcpy(pLevelDecorations.data(), pData + 4, uNumLevelDecorations * sizeof(LevelDecoration)); |
0 | 2674 pData += 4 + uNumLevelDecorations * sizeof(LevelDecoration); |
2675 | |
2676 for (uint i = 0; i < uNumLevelDecorations; ++i) | |
2677 { | |
2678 pLevelDecorations[i].uDecorationDescID = pDecorationList->GetDecorIdByName(pData); | |
2679 | |
2680 pData += 32; | |
2681 } | |
2682 | |
2683 pGameLoadingUI_ProgressBar->Progress(); | |
2684 | |
2685 memcpy(&uNumLights, pData, 4); | |
2686 memcpy(pLights, pData + 4, uNumLights * sizeof(BLVLightMM7)); | |
2687 pData += 4 + uNumLights * sizeof(BLVLightMM7); | |
2688 | |
2689 pGameLoadingUI_ProgressBar->Progress(); | |
2690 pGameLoadingUI_ProgressBar->Progress(); | |
2691 | |
2692 memcpy(&uNumNodes, pData, 4); | |
2693 memcpy(pNodes, pData + 4, uNumNodes * sizeof(BSPNode)); | |
2694 pData += 4 + uNumNodes * sizeof(BSPNode); | |
2695 | |
2696 pGameLoadingUI_ProgressBar->Progress(); | |
2697 pGameLoadingUI_ProgressBar->Progress(); | |
2698 | |
2699 memcpy(&uNumSpawnPoints, pData, 4); | |
2700 pSpawnPoints = (SpawnPointMM7 *)pAllocator->AllocNamedChunk(pSpawnPoints, uNumSpawnPoints * sizeof(SpawnPointMM7), "Spawn"); | |
2701 memcpy(pSpawnPoints, pData + 4, uNumSpawnPoints * sizeof(SpawnPointMM7)); | |
2702 pData += 4 + uNumSpawnPoints * sizeof(SpawnPointMM7); | |
2703 | |
2704 pGameLoadingUI_ProgressBar->Progress(); | |
2705 pGameLoadingUI_ProgressBar->Progress(); | |
2706 | |
2707 //v201 = (const char *)v148; | |
2708 //v200 = (size_t)pMapOutlines; | |
2709 memcpy(&pMapOutlines->uNumOutlines, pData, 4); | |
2710 memcpy(pMapOutlines->pOutlines, pData + 4, pMapOutlines->uNumOutlines * sizeof(BLVMapOutline)); | |
2711 //v149 = pMapOutlines; | |
2712 //v199 = 12 * *v149; | |
2713 //memcpy(v149 + 1, (const void *)(v148 + 4), v199); | |
2714 free(pRawBLV); | |
2715 pRawBLV = nullptr; | |
2716 | |
2717 void *pRawDLV = nullptr; | |
2718 strcpy(&pFilename[strlen(pFilename) - 4], ".dlv"); | |
2719 File = pNew_LOD->FindContainer(pFilename, 1); | |
2720 fread(&header, 0x10u, 1u, File);//(FILE *)v245); | |
2721 bool _v244 = false; | |
2722 if (header.uVersion != 91969 || | |
2723 header.pMagic[0] != 'm' || | |
2724 header.pMagic[1] != 'v' || | |
2725 header.pMagic[2] != 'i' || | |
2726 header.pMagic[3] != 'i' ) | |
2727 { | |
2728 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:1090", 0); | |
2729 _v244 = true; | |
2730 } | |
2731 else | |
2732 { | |
2733 pRawDLV = malloc(header.uDecompressedSize); | |
2734 if (header.uCompressedSize == header.uDecompressedSize) | |
2735 fread(pRawDLV, 1, header.uCompressedSize, File); | |
2736 else if (header.uCompressedSize < header.uDecompressedSize) | |
2737 { | |
2738 auto pTmpMem = malloc(header.uCompressedSize); | |
2739 { | |
2740 fread(pTmpMem, header.uCompressedSize, 1, File); | |
2741 | |
2742 uint uDecompressedSize = header.uDecompressedSize; | |
2743 zlib::MemUnzip(pRawDLV, &uDecompressedSize, pTmpMem, header.uCompressedSize); | |
2744 | |
2745 if (uDecompressedSize != header.uDecompressedSize) | |
2746 Log::Warning(L"uDecompressedSize != header.uDecompressedSize in DLV"); | |
2747 } | |
2748 free(pTmpMem); | |
2749 } | |
2750 else | |
2751 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:1108", 0); | |
2752 | |
2753 pData = (char *)pRawDLV; | |
2754 } | |
2755 | |
2756 memcpy(&dlv, pData, 40); | |
2757 pData += 40; | |
2758 | |
2759 //v152 = dlv.uNumFacesInBModels; | |
2760 if (dlv.uNumFacesInBModels) | |
2761 { | |
2762 //v153 = dlv.uNumDecorations; | |
2763 if (dlv.uNumDecorations) | |
2764 { | |
2765 if (dlv.uNumFacesInBModels != uNumFaces || | |
2766 dlv.uNumDecorations != uNumLevelDecorations) | |
2767 _v244 = true; | |
2768 } | |
2769 } | |
2770 | |
2771 if (dword_6BE364_game_settings_1 & 0x2000 ) | |
2772 _i = 29030400; | |
2773 bool _a = false; | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
2774 if ( a3 - dlv.uLastRepawnDay >= _i && _stricmp(pCurrentMapName.data(), "d29.dlv") ) |
0 | 2775 _a = true; |
2776 | |
2777 //v154 = 875; | |
2778 if (_v244) | |
2779 { | |
2780 memset(v203, 0, 0x36B); | |
2781 goto LABEL_132; | |
2782 } | |
2783 if (_a || !dlv.uLastRepawnDay ) | |
2784 { | |
2785 memcpy(v203, pData, 0x36B); | |
2786 LABEL_132: | |
435 | 2787 free(pRawDLV); |
0 | 2788 dlv.uLastRepawnDay = a3; |
2789 if (_v244) | |
2790 ++dlv.uNumRespawns; | |
2791 //v201 = pFilename; | |
2792 *(int *)pDest = 1; | |
2793 File = pGames_LOD->FindContainer(pFilename, 0); | |
2794 fread(&header, 0x10u, 1u, File); | |
2795 auto v155 = header.uCompressedSize; | |
2796 auto Count = header.uDecompressedSize; | |
2797 auto Src = (BLVFace *)malloc(header.uDecompressedSize); | |
435 | 2798 pRawDLV = Src; |
0 | 2799 if ( v155 <= Count ) |
2800 { | |
2801 if ( v155 == Count ) | |
2802 { | |
2803 fread(Src, 1u, Count, File); | |
2804 } | |
2805 else | |
2806 { | |
2807 auto _uSourceLen = malloc(v155); | |
2808 fread(_uSourceLen, v155, 1u, File); | |
2809 zlib::MemUnzip(Src, &Count, _uSourceLen, v155); | |
2810 free(_uSourceLen); | |
2811 } | |
2812 } | |
2813 else | |
2814 { | |
2815 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:1195", 0); | |
2816 } | |
2817 pData = ((char *)Src + 40); | |
2818 //v154 = 875; | |
2819 goto LABEL_140; | |
2820 } | |
2821 *(int *)pDest = 0; | |
2822 LABEL_140: | |
2823 //v202 = (int)".blv"; | |
2824 //v156 = strlen(pFilename); | |
2825 strcpy(&pFilename[strlen(pFilename) - 4], ".blv"); | |
2826 memcpy(_visible_outlines, pData, 875); | |
2827 pData += 875; | |
2828 | |
2829 if ( *(int *)pDest ) | |
2830 memcpy(_visible_outlines, v203, 875); | |
2831 | |
2832 for (uint i = 0; i < pMapOutlines->uNumOutlines; ++i) | |
2833 { | |
2834 auto pVertex = pMapOutlines->pOutlines + i; | |
2835 if ((unsigned __int8)(1 << (7 - i % 8)) & _visible_outlines[i / 8]) | |
2836 pVertex->uFlags |= 1; | |
2837 } | |
2838 | |
2839 | |
2840 for (uint i = 0; i < uNumFaces; ++i) | |
2841 { | |
2842 auto pFace = pFaces + i; | |
2843 auto pFaceExtra = pFaceExtras + pFace->uFaceExtraID; | |
2844 | |
2845 memcpy(&pFace->uAttributes, pData, 4); | |
2846 pData += 4; | |
2847 | |
2848 if (pFaceExtra->uEventID) | |
2849 { | |
2850 if (pFaceExtra->HasEventint()) | |
2851 pFace->uAttributes |= 0x100000; | |
2852 else | |
2853 pFace->uAttributes &= ~0x100000; | |
2854 } | |
2855 } | |
2856 | |
2857 pGameLoadingUI_ProgressBar->Progress(); | |
2858 | |
2859 for (uint i = 0; i < uNumLevelDecorations; ++i) | |
2860 { | |
2861 memcpy(&pLevelDecorations[i].field_2, pData, 2); | |
2862 pData += 2; | |
2863 } | |
2864 | |
2865 pGameLoadingUI_ProgressBar->Progress(); | |
2866 | |
2867 memcpy(&uNumActors, pData, 4); | |
1202 | 2868 memcpy(pActors.data(), pData + 4, uNumActors * sizeof(Actor)); |
0 | 2869 pData += 4 + uNumActors * sizeof(Actor); |
2870 | |
2871 pGameLoadingUI_ProgressBar->Progress(); | |
2872 pGameLoadingUI_ProgressBar->Progress(); | |
2873 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
2874 memcpy(&uNumSpriteObjects, pData, 4); |
1207
96a81634669e
arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents:
1206
diff
changeset
|
2875 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
|
2876 pData += 4 + uNumSpriteObjects * sizeof(SpriteObject); |
0 | 2877 |
2878 pGameLoadingUI_ProgressBar->Progress(); | |
2879 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
2880 for (uint i = 0; i < uNumSpriteObjects; ++i) |
0 | 2881 { |
1207
96a81634669e
arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents:
1206
diff
changeset
|
2882 auto pItem = &pSpriteObjects[i]; |
0 | 2883 |
2884 if (pItem->stru_24.uItemID && !(pItem->uAttributes & 0x0100)) | |
2885 { | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
2886 pItem->uType = pItemsTable->pItems[pItem->stru_24.uItemID - 1].uSpriteID; |
0 | 2887 |
2888 uint uObjectID = 0; | |
2889 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
|
2890 if (pItem->uType == pObjectList->pObjects[j].uObjectID) |
0 | 2891 { |
2892 pItem->uObjectDescID = j; | |
2893 break; | |
2894 } | |
2895 } | |
2896 } | |
2897 | |
2898 pGameLoadingUI_ProgressBar->Progress(); | |
2899 | |
2900 memcpy(&uNumChests, pData, 4); | |
1202 | 2901 memcpy(pChests.data(), pData + 4, uNumChests * sizeof(Chest)); |
0 | 2902 pData += 4 + uNumChests * sizeof(Chest); |
2903 | |
2904 pGameLoadingUI_ProgressBar->Progress(); | |
2905 pGameLoadingUI_ProgressBar->Progress(); | |
2906 | |
2907 memcpy(pDoors, pData, 0x3E80); | |
2908 pData += 0x3E80; | |
2909 | |
2910 //v201 = (const char *)blv.uDoors_ddata_Size; | |
2911 //v200 = (size_t)ptr_0002B4_doors_ddata; | |
2912 //v170 = pAllocator->AllocNamedChunk(ptr_0002B4_doors_ddata, blv.uDoors_ddata_Size, "L.DData"); | |
2913 //v171 = blv.uDoors_ddata_Size; | |
2914 ptr_0002B4_doors_ddata = (unsigned __int16 *)pAllocator->AllocNamedChunk(ptr_0002B4_doors_ddata, blv.uDoors_ddata_Size, "L.DData"); | |
2915 memcpy(ptr_0002B4_doors_ddata, pData, blv.uDoors_ddata_Size); | |
2916 pData += blv.uDoors_ddata_Size; | |
2917 | |
2918 //Src = (BLVFace *)((char *)Src + v171); | |
2919 //v172 = 0; | |
2920 //v245 = 0; | |
2921 //if (uNumDoors > 0) | |
2922 for (uint i = 0, j = 0; i < uNumDoors; ++i) | |
2923 { | |
2924 auto pDoor = pDoors + i; | |
2925 | |
2926 pDoor->pVertexIDs = ptr_0002B4_doors_ddata + j; | |
2927 j += pDoor->uNumVertices; | |
2928 | |
2929 pDoor->pFaceIDs = ptr_0002B4_doors_ddata + j; | |
2930 j += pDoor->uNumFaces; | |
2931 | |
2932 pDoor->pSectorIDs = ptr_0002B4_doors_ddata + j; | |
2933 j += pDoor->field_48; | |
2934 | |
2935 pDoor->pDeltaUs = (short *)(ptr_0002B4_doors_ddata + j); | |
2936 j += pDoor->uNumFaces; | |
2937 | |
2938 pDoor->pDeltaVs = (short *)(ptr_0002B4_doors_ddata + j); | |
2939 j += pDoor->uNumFaces; | |
2940 | |
2941 pDoor->pXOffsets = ptr_0002B4_doors_ddata + j; | |
2942 j += pDoor->uNumOffsets; | |
2943 | |
2944 pDoor->pYOffsets = ptr_0002B4_doors_ddata + j; | |
2945 j += pDoor->uNumOffsets; | |
2946 | |
2947 pDoor->pZOffsets = ptr_0002B4_doors_ddata + j; | |
2948 j += pDoor->uNumOffsets; | |
2949 /*v173 = pDoors; | |
2950 for ( k = 0; ; v172 = v188 + 2 * *((short *)&v173[k] - 3) ) | |
2951 { | |
2952 v173[k].pVertexIDs = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v172); | |
2953 v175 = &pDoors[k]; | |
2954 v176 = v172 + 2 * v175->uNumVertices; | |
2955 v175->pFaceIDs = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v176); | |
2956 v177 = &pDoors[k]; | |
2957 v178 = v176 + 2 * v177->uNumFaces; | |
2958 v177->pSectorIDs = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v178); | |
2959 v179 = &pDoors[k]; | |
2960 v180 = v178 + 2 * v179->field_48; | |
2961 v179->pDeltaUs = (__int16 *)((char *)ptr_0002B4_doors_ddata + v180); | |
2962 v181 = &pDoors[k]; | |
2963 v182 = v180 + 2 * v181->uNumFaces; | |
2964 v181->pDeltaVs = (__int16 *)((char *)ptr_0002B4_doors_ddata + v182); | |
2965 v183 = &pDoors[k]; | |
2966 v184 = v182 + 2 * v183->uNumFaces; | |
2967 v183->pXOffsets = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v184); | |
2968 v185 = &pDoors[k]; | |
2969 v186 = v184 + 2 * v185->uNumOffsets; | |
2970 v185->pYOffsets = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v186); | |
2971 v187 = &pDoors[k]; | |
2972 ++k; | |
2973 v188 = v186 + 2 * v187->uNumOffsets; | |
2974 v189 = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v188); | |
2975 ++v245; | |
2976 v187->pZOffsets = v189; | |
2977 v173 = pDoors; | |
2978 if ( v245 >= uNumDoors ) | |
2979 break; | |
2980 }*/ | |
2981 } | |
2982 //v190 = 0; | |
2983 //v245 = 0; | |
2984 for (uint i = 0; i < uNumDoors; ++i) | |
2985 { | |
2986 auto pDoor = pDoors + i; | |
2987 | |
2988 for (uint j = 0; j < pDoor->uNumFaces; ++j) | |
2989 { | |
2990 auto pFace = pFaces + pDoor->pFaceIDs[j]; | |
2991 auto pFaceExtra = pFaceExtras + pFace->uFaceExtraID; | |
2992 | |
2993 pDoor->pDeltaUs[j] = pFaceExtra->sTextureDeltaU; | |
2994 pDoor->pDeltaVs[j] = pFaceExtra->sTextureDeltaV; | |
2995 } | |
2996 //v191 = pDoors; | |
2997 //pDest = 0; | |
2998 //do | |
2999 // { | |
3000 /*Argsn = 0; | |
3001 for ( l = (BLVDoor *)&v190[(int)v191]; | |
3002 Argsn < *(short *)&v190[(int)v191 + 70]; | |
3003 l = (BLVDoor *)&v190[(int)v191] ) | |
3004 { | |
3005 v193 = Argsn; | |
3006 v194 = l->pFaceIDs[Argsn++]; | |
3007 v195 = &pFaceExtras[pFaces[v194].uFaceExtraID]; | |
3008 l->pDeltaUs[v193] = v195->sTextureDeltaU; | |
3009 v190 = pDest; | |
3010 *(short *)(v193 * 2 + *(int *)&pDest[(unsigned int)pDoors + 52]) = v195->sTextureDeltaV; | |
3011 v191 = pDoors; | |
3012 } | |
3013 ++v245; | |
3014 v190 += 80; | |
3015 pDest = v190;*/ | |
3016 //} | |
3017 //while ( v245 < uNumDoors ); | |
3018 } | |
3019 | |
3020 | |
3021 pGameLoadingUI_ProgressBar->Progress(); | |
3022 | |
3023 memcpy(&stru_5E4C90, pData, 0xC8); | |
3024 pData += 0xC8; | |
3025 | |
3026 pGameLoadingUI_ProgressBar->Progress(); | |
3027 | |
3028 memcpy(&stru1, pData, 0x38u); | |
3029 pData += 0x38; | |
3030 | |
3031 free(pRawDLV); | |
3032 //v5 = 0; | |
3033 | |
3034 pSoundList->LoadSound(64, 0); | |
3035 pSoundList->LoadSound(103, 0); | |
3036 pSoundList->LoadSound(63, 0); | |
3037 pSoundList->LoadSound(102, 0); | |
3038 pSoundList->LoadSound(50, 0); | |
3039 pSoundList->LoadSound(89, 0); | |
3040 | |
3041 return 0; | |
3042 } | |
3043 | |
3044 | |
3045 //----- (0049AC17) -------------------------------------------------------- | |
3046 int IndoorLocation::GetSector(int sX, int sY, int sZ) | |
3047 { | |
3048 int v4; // esi@1 | |
3049 //unsigned __int8 v5; // zf@1 | |
3050 //unsigned __int8 v6; // sf@1 | |
3051 //unsigned __int8 v7; // of@1 | |
3052 //BLVSector *v8; // eax@3 | |
3053 //int v9; // edi@9 | |
3054 //int v10; // eax@9 | |
3055 //int v11; // edx@9 | |
3056 //int v12; // eax@10 | |
3057 //unsigned __int16 v13; // ax@12 | |
3058 //int v14; // edi@14 | |
3059 //BLVFace *v15; // eax@14 | |
3060 //BLVFace *v16; // edi@14 | |
3061 //PolygonType v17; // al@14 | |
3062 //unsigned __int16 *pVertexIDs; // esi@16 | |
3063 //Vec3_short_ *v19; // eax@16 | |
3064 //int v20; // edx@16 | |
3065 //unsigned __int16 *v21; // esi@17 | |
3066 //int v22; // edi@19 | |
3067 //int v23; // edi@20 | |
3068 //Vec3_short_ *v24; // edx@20 | |
3069 signed int v25; // edx@21 | |
3070 int v26; // ebx@23 | |
3071 //int v27; // edx@26 | |
3072 //signed __int64 v28; // qtt@26 | |
3073 ///Vec3_short_ *v29; // eax@26 | |
3074 //Vec3_short_ *v30; // edx@26 | |
3075 //int v31; // edx@26 | |
791 | 3076 //signed int v32; // edi@27 |
0 | 3077 signed __int64 v33; // qtt@27 |
3078 //Vec3_short_ *v34; // edx@27 | |
791 | 3079 //int v35; // edx@32 |
0 | 3080 int v37; // edi@38 |
717 | 3081 int pSectorID; // ebx@40 |
0 | 3082 int v39; // eax@41 |
717 | 3083 BLVFace *pFace; // esi@42 |
3084 PolygonType pPolygonType; // dl@42 | |
0 | 3085 int v42; // edx@43 |
3086 int v43[50]; // [sp+Ch] [bp-108h]@1 | |
3087 //int v44; // [sp+D4h] [bp-40h]@9 | |
3088 //int v45; // [sp+D8h] [bp-3Ch]@14 | |
3089 //int v46; // [sp+DCh] [bp-38h]@14 | |
3090 //int v47; // [sp+E0h] [bp-34h]@19 | |
3091 //int v48; // [sp+E4h] [bp-30h]@9 | |
3092 //Vec3_short_ *v49; // [sp+E8h] [bp-2Ch]@19 | |
3093 bool v50; // [sp+ECh] [bp-28h]@19 | |
3094 int v51; // [sp+F0h] [bp-24h]@9 | |
3095 //unsigned int v52; // [sp+F4h] [bp-20h]@2 | |
3096 int v53; // [sp+F8h] [bp-1Ch]@10 | |
3097 int v54; // [sp+FCh] [bp-18h]@16 | |
3098 int v55; // [sp+100h] [bp-14h]@1 | |
3099 int v56; // [sp+104h] [bp-10h]@1 | |
3100 int v57; // [sp+108h] [bp-Ch]@16 | |
3101 //Vec3_short_ *v58; // [sp+10Ch] [bp-8h]@20 | |
3102 int v59; // [sp+110h] [bp-4h]@16 | |
3103 | |
3104 v4 = 0; | |
791 | 3105 v43[0] = 0; |
3106 | |
0 | 3107 v55 = 0; |
791 | 3108 |
0 | 3109 if (uNumSectors < 2) |
3110 return 0; | |
3111 | |
3112 for (uint i = 1; i < uNumSectors; ++i) | |
3113 { | |
3114 auto pSector = pSectors + i; | |
3115 | |
791 | 3116 if (pSector->pBounding.x1 > sX || pSector->pBounding.x2 < sX || |
3117 pSector->pBounding.y1 > sY || pSector->pBounding.y2 < sY || | |
3118 pSector->pBounding.z1 - 64 > sZ || pSector->pBounding.z2 + 64 < sZ) | |
3119 continue; | |
3120 | |
618
5cfb5dadf330
Margareth righ-click (addded constructor to NPCProfession) and cleaned BLV debug logs
Nomad
parents:
595
diff
changeset
|
3121 //Log::Warning(L"Sector[%u]", i); |
791 | 3122 v51 = pSector->uNumFloors + pSector->uNumPortals; |
3123 if (!v51) | |
3124 continue; | |
3125 | |
3126 | |
3127 for (uint j = 0; j < v51; ++j) | |
3128 { | |
3129 uint uFaceID; | |
3130 if (j < pSector->uNumFloors) | |
3131 uFaceID = pSector->pFloors[j]; | |
3132 else | |
3133 uFaceID = pSector->pPortals[j - pSector->uNumFloors]; | |
3134 | |
3135 auto pFace = pFaces + uFaceID; | |
3136 if (pFace->uPolygonType != POLYGON_Floor && | |
3137 pFace->uPolygonType != POLYGON_InBetweenFloorAndWall) | |
3138 continue; | |
3139 | |
3140 v54 = 0; | |
3141 v50 = pVertices[pFace->pVertexIDs[0]].y >= sY; | |
3142 | |
793 | 3143 for (uint k = 1; k <= pFace->uNumVertices; k++) |
791 | 3144 { |
3145 v59 = v50; | |
3146 | |
3147 if (v54 >= 2) | |
3148 break; | |
3149 | |
3150 auto v2 = &pVertices[pFace->pVertexIDs[k]]; | |
3151 v50 = v2->y >= sY; | |
3152 | |
793 | 3153 if (v59 == v50) |
791 | 3154 continue; |
3155 | |
3156 auto v1 = &pVertices[pFace->pVertexIDs[k - 1]]; | |
3157 v25 = v2->x >= sX ? 0 : 2; | |
3158 v26 = v25 | (v1->x < sX); | |
3159 | |
3160 if (v26 == 3) | |
3161 continue; | |
3162 | |
3163 if (!v26) | |
3164 ++v54; | |
3165 else | |
3166 { | |
3167 if (v1->x >= v2->x) | |
3168 { | |
3169 /*int _a58; | |
0 | 3170 int _a59; |
3171 | |
3172 v32 = v1->x - v2->x; | |
3173 LODWORD(v33) = v32 << 16; | |
791 | 3174 HIDWORD(v33) = v32 >> 16;*/ |
3175 //fixpoint_div(v1->x - v2->x, v1->y - v2->y); | |
3176 //_a58 = v33 / (v1->y - v2->y); | |
871 | 3177 //_a59 = fixpoint_sub0(_a58, sY - v2->y); |
791 | 3178 auto x_div_y = fixpoint_div(v1->x - v2->x, v1->y - v2->y); |
871 | 3179 auto res = fixpoint_sub0(x_div_y, sY - v2->y); // a / b * c - looks like projection |
793 | 3180 if (res + v2->x > sX) |
791 | 3181 ++v54; |
3182 } | |
3183 else | |
3184 { | |
3185 auto x_div_y = fixpoint_div(v2->x - v1->x, v2->y - v1->y); | |
871 | 3186 auto res = fixpoint_sub0(x_div_y, sY - v1->y); |
791 | 3187 |
3188 if (res + v1->x > sX) | |
3189 ++v54; | |
3190 | |
3191 /*int _a58; | |
0 | 3192 int _a59; |
791 | 3193 auto v32 = v2->x - v1->x; |
0 | 3194 LODWORD(v33) = v32 << 16; |
3195 HIDWORD(v33) = v32 >> 16; | |
3196 _a58 = v33 / (v2->y - v1->y); | |
871 | 3197 _a59 = fixpoint_sub0(_a58, sY - v1->y); |
0 | 3198 |
787 | 3199 if (_a59 + pVertices[k].x > sX) |
791 | 3200 ++v54;*/ |
0 | 3201 } |
717 | 3202 } |
791 | 3203 } |
3204 | |
3205 if (pFace->uNumVertices && v54 == 1) | |
3206 v43[v55++] = uFaceID; | |
3207 } | |
0 | 3208 } |
3209 | |
791 | 3210 v4 = v43[0]; |
0 | 3211 if ( v55 == 1 ) |
3212 return this->pFaces[v4].uSectorID; | |
3213 v37 = 0; | |
3214 if ( !v55 ) | |
3215 return 0; | |
717 | 3216 pSectorID = 0; |
0 | 3217 v53 = 0xFFFFFFu; |
3218 if ( v55 > 0 ) | |
3219 { | |
3220 v39 = sY; | |
3221 while ( 1 ) | |
3222 { | |
717 | 3223 pFace = &this->pFaces[v43[v37]]; |
3224 //pPolygonType = pFace->uPolygonType; | |
3225 if ( pFace->uPolygonType == POLYGON_Floor ) | |
0 | 3226 { |
717 | 3227 v42 = this->pVertices[*pFace->pVertexIDs].z; |
3228 v39 = sZ - v42; | |
3229 //goto LABEL_47; | |
3230 } | |
3231 if ( pFace->uPolygonType == POLYGON_InBetweenFloorAndWall ) | |
3232 { | |
3233 //v51 = pFace->zCalc1; | |
3234 v57 = (unsigned __int64)(pFace->zCalc1 * (signed __int64)(sX << 16)) >> 16; | |
3235 //v56 = sY << 16; | |
3236 //v51 = pFace->zCalc2; | |
3237 v56 = (unsigned __int64)(pFace->zCalc2 * (signed __int64)(sY << 16)) >> 16; | |
3238 v42 = (v56 + pFace->zCalc3 + v57 + 32768) >> 16; | |
662 | 3239 v39 = sZ - v42; |
0 | 3240 } |
717 | 3241 //LABEL_47: |
0 | 3242 if ( v39 >= 0 ) |
3243 { | |
3244 if ( v39 < v53 ) | |
3245 { | |
717 | 3246 pSectorID = pFace->uSectorID; |
0 | 3247 v53 = v39; |
3248 } | |
3249 } | |
3250 ++v37; | |
3251 if ( v37 >= v55 ) | |
717 | 3252 return pSectorID; |
0 | 3253 } |
3254 } | |
1113
39eaa6b00141
something to bool cast (performance warning) mostly fixed
Grumpy7
parents:
1104
diff
changeset
|
3255 return pSectorID; |
0 | 3256 } |
3257 // 49AC17: using guessed type int var_108[50]; | |
3258 | |
3259 | |
3260 //----- (00498A41) -------------------------------------------------------- | |
3261 char BLVFace::_get_normals(Vec3_int_ *a2, Vec3_int_ *a3) | |
3262 { | |
3263 BLVFace *v3; // ebx@1 | |
3264 int v4; // eax@1 | |
3265 signed __int64 v5; // qax@2 | |
3266 double v6; // st7@8 | |
3267 Vec3_float_ a1; // [sp+Ch] [bp-Ch]@8 | |
3268 | |
3269 v3 = this; | |
3270 LOBYTE(v4) = this->uPolygonType; | |
3271 if ( (char)v4 == POLYGON_VerticalWall ) | |
3272 { | |
3273 a2->x = -this->pFacePlane_old.vNormal.y; | |
3274 LODWORD(v5) = this->pFacePlane_old.vNormal.x; | |
3275 LABEL_9: | |
3276 a2->y = v5; | |
3277 v4 = 0; | |
3278 a2->z = 0; | |
3279 a3->y = 0; | |
3280 a3->z = 0xFFFF0000u; | |
3281 LABEL_11: | |
3282 a3->x = v4; | |
3283 goto LABEL_12; | |
3284 } | |
3285 if ( (char)v4 == POLYGON_Floor || (char)v4 == POLYGON_Ceiling ) | |
3286 { | |
3287 LABEL_10: | |
3288 v4 = 0; | |
3289 a2->x = 0x10000u; | |
3290 a2->z = 0; | |
3291 a2->y = 0; | |
3292 a3->y = 0xFFFF0000u; | |
3293 a3->z = 0; | |
3294 goto LABEL_11; | |
3295 } | |
3296 if ( (char)v4 == POLYGON_InBetweenFloorAndWall || (char)v4 == POLYGON_InBetweenCeilingAndWall ) | |
3297 { | |
3298 if ( abs(this->pFacePlane_old.vNormal.z) < 46441 ) | |
3299 { | |
3300 a1.x = (double)-v3->pFacePlane_old.vNormal.y; | |
3301 a1.y = (double)v3->pFacePlane_old.vNormal.x; | |
3302 a1.z = 0.0; | |
3303 a1.Normalize(); | |
3304 v6 = a1.y * 65536.0; | |
3305 a2->x = (signed __int64)(a1.x * 65536.0); | |
3306 v5 = (signed __int64)v6; | |
3307 goto LABEL_9; | |
3308 } | |
3309 goto LABEL_10; | |
3310 } | |
3311 LABEL_12: | |
3312 if ( BYTE2(v3->uAttributes) & 0x80 ) | |
3313 { | |
3314 a2->x = -a2->x; | |
3315 a2->y = -a2->y; | |
3316 a2->z = -a2->z; | |
3317 } | |
3318 if ( BYTE3(v3->uAttributes) & 1 ) | |
3319 { | |
3320 a3->x = -a3->x; | |
3321 a3->y = -a3->y; | |
3322 a3->z = -a3->z; | |
3323 } | |
3324 return v4; | |
3325 } | |
3326 | |
3327 //----- (0044C23B) -------------------------------------------------------- | |
428 | 3328 bool BLVFaceExtra::HasEventint() |
3329 { | |
3330 signed int event_index; // eax@1 | |
3331 _evt_raw* start_evt; | |
3332 _evt_raw* end_evt; | |
3333 | |
3334 event_index = 0; | |
3335 if ( (uLevelEVT_NumEvents - 1) <= 0 ) | |
3336 return false; | |
3337 while ( pLevelEVT_Index[event_index].uEventID != this->uEventID ) | |
0 | 3338 { |
428 | 3339 ++event_index; |
3340 if ( event_index >= (signed int)(uLevelEVT_NumEvents - 1) ) | |
3341 return false; | |
0 | 3342 } |
428 | 3343 end_evt=(_evt_raw*)&pLevelEVT[pLevelEVT_Index[event_index+1].uEventOffsetInEVT]; |
3344 start_evt=(_evt_raw*)&pLevelEVT[pLevelEVT_Index[event_index].uEventOffsetInEVT]; | |
3345 if ( (end_evt->_e_type != EVENT_Exit) || (start_evt->_e_type!= EVENT_MouseOver) ) | |
3346 return false; | |
0 | 3347 else |
428 | 3348 return true; |
0 | 3349 } |
3350 | |
3351 | |
3352 | |
3353 | |
3354 //----- (0046F228) -------------------------------------------------------- | |
3355 void __cdecl BLV_UpdateDoors() | |
3356 { | |
472 | 3357 //int v0; // ebx@1 |
3358 //int v1; // edi@1 | |
3359 //BLVDoor *v2; // esi@3 | |
3360 //unsigned __int16 v3; // ax@3 | |
3361 //unsigned int v4; // ecx@5 | |
3362 //int v5; // eax@8 | |
3363 //int v6; // ecx@8 | |
3364 //int v7; // eax@12 | |
3365 //int v8; // eax@16 | |
3366 //unsigned __int8 v9; // zf@18 | |
3367 //char v10; // sf@18 | |
3368 //unsigned __int8 v11; // of@18 | |
3369 //int v12; // edi@19 | |
3370 //int v13; // ecx@19 | |
3371 //__int16 v14; // ax@19 | |
0 | 3372 BLVFace *v15; // ebx@24 |
472 | 3373 //unsigned __int16 *v16; // ecx@24 |
0 | 3374 Vec3_short_ *v17; // esi@24 |
3375 int v18; // eax@24 | |
3376 int v19; // edx@24 | |
3377 signed int v20; // eax@24 | |
472 | 3378 //Vec3_short_ *v21; // ecx@24 |
3379 //double v22; // st7@24 | |
3380 //double v23; // st6@24 | |
0 | 3381 int v24; // esi@25 |
3382 int v25; // eax@25 | |
472 | 3383 //BLVDoor *v26; // edi@25 |
0 | 3384 signed __int64 v27; // qtt@27 |
3385 BLVFaceExtra *v28; // esi@32 | |
3386 int v29; // ecx@34 | |
3387 int v30; // edx@34 | |
3388 unsigned __int64 v31; // qax@34 | |
3389 int v32; // eax@34 | |
472 | 3390 //unsigned __int16 *v33; // eax@35 |
0 | 3391 Vec3_short_ *v34; // eax@35 |
3392 int v35; // ecx@35 | |
3393 int v36; // edx@35 | |
3394 signed int v37; // eax@35 | |
3395 signed int v38; // edx@35 | |
3396 int v39; // eax@35 | |
3397 int v40; // edx@35 | |
472 | 3398 //unsigned __int8 v41; // cf@35 |
3399 //unsigned __int16 *v42; // edi@36 | |
0 | 3400 Vec3_short_ *v43; // edi@36 |
472 | 3401 //int v44; // ecx@36 |
3402 //int v45; // edi@36 | |
3403 //int v46; // ecx@36 | |
3404 //__int16 *v47; // edx@44 | |
3405 //int v48; // ecx@44 | |
0 | 3406 unsigned int v49; // ecx@46 |
3407 unsigned __int16 v50; // ax@48 | |
3408 unsigned int v51; // eax@51 | |
3409 unsigned __int16 v52; // ax@54 | |
3410 int v53; // ecx@57 | |
472 | 3411 //int v54; // edx@57 |
0 | 3412 unsigned __int64 v55; // qax@57 |
3413 int v56; // ecx@58 | |
3414 int v57; // eax@58 | |
472 | 3415 //int v58; // eax@59 |
3416 //SoundID v59; // [sp-24h] [bp-88h]@12 | |
3417 //signed int v60; // [sp-20h] [bp-84h]@12 | |
3418 //unsigned int v61; // [sp-1Ch] [bp-80h]@12 | |
3419 //signed int v62; // [sp-18h] [bp-7Ch]@12 | |
3420 //signed int v63; // [sp-14h] [bp-78h]@12 | |
3421 //int v64; // [sp-10h] [bp-74h]@12 | |
3422 //unsigned int v65; // [sp-Ch] [bp-70h]@12 | |
3423 //int v66; // [sp-8h] [bp-6Ch]@12 | |
3424 Vec3_int_ v67; | |
3425 //int v67; // [sp+8h] [bp-5Ch]@31 | |
3426 //int v68; // [sp+Ch] [bp-58h]@34 | |
3427 //int v69; // [sp+10h] [bp-54h]@34 | |
3428 Vec3_int_ v70; | |
3429 //int v70; // [sp+14h] [bp-50h]@31 | |
3430 //int v71; // [sp+18h] [bp-4Ch]@34 | |
3431 //int v72; // [sp+1Ch] [bp-48h]@34 | |
0 | 3432 int v73; // [sp+20h] [bp-44h]@24 |
472 | 3433 //__int16 v74; // [sp+24h] [bp-40h]@24 |
0 | 3434 int v75; // [sp+28h] [bp-3Ch]@36 |
3435 int v76; // [sp+2Ch] [bp-38h]@36 | |
3436 int v77; // [sp+30h] [bp-34h]@36 | |
472 | 3437 //int v78; // [sp+34h] [bp-30h]@36 |
3438 //int v79; // [sp+38h] [bp-2Ch]@19 | |
3439 //unsigned int v80; // [sp+3Ch] [bp-28h]@2 | |
3440 //int v81; // [sp+40h] [bp-24h]@1 | |
0 | 3441 int v82; // [sp+44h] [bp-20h]@35 |
3442 int v83; // [sp+48h] [bp-1Ch]@34 | |
3443 int v84; // [sp+4Ch] [bp-18h]@34 | |
3444 int v85; // [sp+50h] [bp-14h]@19 | |
3445 SoundID eDoorSoundID; // [sp+54h] [bp-10h]@1 | |
472 | 3446 //BLVDoor *v87; // [sp+58h] [bp-Ch]@3 |
0 | 3447 int v88; // [sp+5Ch] [bp-8h]@18 |
3448 int v89; // [sp+60h] [bp-4h]@6 | |
3449 | |
472 | 3450 //v0 = 0; |
3451 //v1 = 0; | |
0 | 3452 eDoorSoundID = (SoundID)pDoorSoundIDsByLocationID[dword_6BE13C_uCurrentlyLoadedLocationID]; |
472 | 3453 //v81 = 0; |
3454 //if ( pIndoor->uNumDoors > 0 ) | |
3455 for (uint i = 0; i < pIndoor->uNumDoors; ++i) | |
0 | 3456 { |
472 | 3457 auto door = pIndoor->pDoors + i; |
3458 //v80 = 0; | |
3459 //do | |
3460 //{ | |
3461 //v2 = &pIndoor->pDoors[v80 / 0x50]; | |
3462 //v87 = &pIndoor->pDoors[v80 / 0x50]; | |
3463 //v3 = door->uState; | |
3464 if (door->uState == BLVDoor::Closed || door->uState == BLVDoor::Open) | |
0 | 3465 { |
472 | 3466 door->uAttributes &= 0xFFFFFFFDu; |
0 | 3467 goto LABEL_62; |
3468 } | |
472 | 3469 door->uTimeSinceTriggered += pEventTimer->uTimeElapsed; |
3470 //v4 = door->uTimeSinceTriggered; | |
3471 if (door->uState == BLVDoor::Opening) | |
0 | 3472 { |
472 | 3473 v89 = (signed int)(door->uTimeSinceTriggered * door->uCloseSpeed) / 128; |
3474 if ( v89 >= door->uMoveLength ) | |
0 | 3475 { |
472 | 3476 v89 = door->uMoveLength; |
3477 door->uState = BLVDoor::Open; | |
0 | 3478 LABEL_10: |
472 | 3479 if ( !(door->uAttributes & 6) && door->uNumVertices != 0) |
0 | 3480 { |
472 | 3481 //v66 = 0; |
3482 //v65 = 0; | |
3483 //v64 = 0; | |
862 | 3484 //v7 = PID(OBJECT_BLVDoor,i); |
472 | 3485 //v63 = 0; |
3486 //v62 = -1; | |
862 | 3487 //LOBYTE(v7) = PID(OBJECT_BLVDoor,i); |
472 | 3488 //v61 = 0; |
862 | 3489 //v60 = PID(OBJECT_BLVDoor,i); |
472 | 3490 //v59 = (SoundID)((int)eDoorSoundID + 1); |
3491 //LABEL_17: | |
862 | 3492 pAudioPlayer->PlaySound((SoundID)((int)eDoorSoundID + 1), PID(OBJECT_BLVDoor,i), 0, -1, 0, 0, 0, 0); |
472 | 3493 //goto LABEL_18; |
0 | 3494 } |
3495 goto LABEL_18; | |
3496 } | |
3497 } | |
3498 else | |
3499 { | |
472 | 3500 auto v5 = (signed int)(door->uTimeSinceTriggered * door->uOpenSpeed) / 128; |
3501 //v6 = door->uMoveLength; | |
3502 if ( v5 >= door->uMoveLength) | |
0 | 3503 { |
472 | 3504 v89 = 0; |
3505 door->uState = BLVDoor::Closed; | |
0 | 3506 goto LABEL_10; |
3507 } | |
472 | 3508 v89 = door->uMoveLength - v5; |
0 | 3509 } |
472 | 3510 if ( !(door->uAttributes & 6) && door->uNumVertices) |
0 | 3511 { |
472 | 3512 //v66 = 0; |
3513 //v65 = 0; | |
3514 //v64 = 0; | |
862 | 3515 //v8 = PID(OBJECT_BLVDoor,i); |
472 | 3516 //v63 = 0; |
3517 //v62 = -1; | |
3518 //LOBYTE(v8) = 8 * v1 | 1; | |
3519 //v61 = 1; | |
862 | 3520 //v60 = PID(OBJECT_BLVDoor,i); |
472 | 3521 //v59 = eDoorSoundID; |
862 | 3522 pAudioPlayer->PlaySound(eDoorSoundID, PID(OBJECT_BLVDoor,i), 1, -1, 0, 0, 0, 0); |
472 | 3523 //goto LABEL_18; |
0 | 3524 } |
3525 LABEL_18: | |
472 | 3526 //v11 = __OFSUB__(v2->uNumVertices, 0); |
3527 //v9 = v2->uNumVertices == 0; | |
3528 //v10 = (signed __int16)(v2->uNumVertices - 0) < 0; | |
3529 //v88 = 0; | |
3530 //if (door->uNumVertices > 0) | |
3531 for (uint j = 0; j < door->uNumVertices; ++j) | |
0 | 3532 { |
472 | 3533 //do |
3534 //{ | |
3535 //v12 = v88; | |
3536 //v13 = door->pVertexIDs[v88]; | |
3537 //v85 = v89; | |
3538 //v79 = door->vDirection.x; | |
3539 //v85 = (unsigned __int64)(v79 * (signed __int64)v89) >> 16; | |
3540 //v13 *= 6; | |
3541 pIndoor->pVertices[door->pVertexIDs[j]].x = ((unsigned int)(door->vDirection.x * v89) >> 16) + door->pXOffsets[j]; | |
3542 //v85 = v89; | |
3543 //v79 = door->vDirection.y; | |
3544 //v85 = (unsigned __int64)(v79 * (signed __int64)v89) >> 16; | |
3545 pIndoor->pVertices[door->pVertexIDs[j]].y = ((unsigned int)(door->vDirection.y * v89) >> 16) + door->pYOffsets[j]; | |
3546 //v85 = v89; | |
3547 //v79 = door->vDirection.z; | |
3548 //v85 = (unsigned __int64)(v79 * (signed __int64)v89) >> 16; | |
3549 //v14 = ((unsigned int)(door->vDirection.z * v89) >> 16) + door->pZOffsets[j]; | |
3550 pIndoor->pVertices[door->pVertexIDs[j]].z = ((unsigned int)(door->vDirection.z * v89) >> 16) + door->pZOffsets[j]; | |
3551 //++v88; | |
3552 //} | |
3553 //while ( v88 < door->uNumVertices ); | |
3554 //v1 = v81; | |
0 | 3555 } |
472 | 3556 //v11 = __OFSUB__(v2->uNumFaces, 0); |
3557 //v9 = v2->uNumFaces == 0; | |
3558 //v10 = (signed __int16)(v2->uNumFaces - 0) < 0; | |
3559 v88 = 0; | |
3560 if (door->uNumFaces > 0) | |
0 | 3561 { |
3562 while ( 1 ) | |
3563 { | |
472 | 3564 v15 = &pIndoor->pFaces[door->pFaceIDs[v88]]; |
3565 //v16 = v15->pVertexIDs; | |
3566 v17 = &pIndoor->pVertices[v15->pVertexIDs[0]]; | |
0 | 3567 v18 = v15->pFacePlane_old.vNormal.y; |
3568 v73 = *(int *)&v17->x; | |
472 | 3569 //v74 = v17->z; |
0 | 3570 v19 = v15->pFacePlane_old.vNormal.z; |
472 | 3571 v20 = -(v19 * (int)v17->z + (signed __int16)v73 * v15->pFacePlane_old.vNormal.x + SHIWORD(v73) * v18); |
0 | 3572 v15->pFacePlane_old.dist = v20; |
472 | 3573 //v21 = &pIndoor->pVertices[v15->pVertexIDs[0]]; |
3574 //v79 = v21->x; | |
3575 //v22 = (double)v21->x; | |
3576 //v23 = (double)v21->y; | |
3577 //v79 = v21->z; | |
3578 v15->pFacePlane.dist = -((double)v17->z * v15->pFacePlane.vNormal.z | |
3579 + (double)v17->y * v15->pFacePlane.vNormal.y | |
3580 + (double)v17->x * v15->pFacePlane.vNormal.x); | |
0 | 3581 if ( v19 ) |
3582 { | |
3583 v24 = abs(v20 >> 15); | |
3584 v25 = abs(v15->pFacePlane_old.vNormal.z); | |
472 | 3585 //v26 = v87; |
0 | 3586 if ( v24 > v25 ) |
554
9caf59edb1ee
Cave and Temple load and even doesn't crash (for a while).
Nomad
parents:
520
diff
changeset
|
3587 Abortf("Door Error\ndoor id: %i\nfacet no: %i\n\nOverflow dividing facet->d [%i] by facet->nz [%i]", |
472 | 3588 door->uDoorID, |
3589 door->pFaceIDs[v88], | |
0 | 3590 v15->pFacePlane_old.dist, |
3591 v15->pFacePlane_old.vNormal.z); | |
472 | 3592 //v79 = v15->pFacePlane_old.vNormal.z; |
3593 //v85 = v15->pFacePlane_old.dist; | |
3594 LODWORD(v27) = v15->pFacePlane_old.dist << 16; | |
3595 HIDWORD(v27) = v15->pFacePlane_old.dist >> 16; | |
3596 //v85 = v27 / v15->pFacePlane_old.vNormal.z; | |
3597 v15->zCalc3 = -v27 / v15->pFacePlane_old.vNormal.z; | |
0 | 3598 } |
472 | 3599 /*else |
0 | 3600 { |
3601 v26 = v87; | |
472 | 3602 }*/ |
0 | 3603 if ( BYTE2(v15->uAttributes) & 4 || pRenderer->pRenderD3D ) |
472 | 3604 v15->_get_normals(&v70, &v67); |
0 | 3605 v28 = &pIndoor->pFaceExtras[v15->uFaceExtraID]; |
3606 if ( !pRenderer->pRenderD3D ) | |
3607 { | |
3608 if ( !(BYTE2(v15->uAttributes) & 4) ) | |
3609 goto LABEL_59; | |
472 | 3610 //v79 = door->vDirection.x; |
3611 v83 = (unsigned __int64)(door->vDirection.x * (signed __int64)v70.x) >> 16; | |
3612 //v85 = v71; | |
3613 //v79 = door->vDirection.y; | |
3614 v85 = (unsigned __int64)(door->vDirection.y * (signed __int64)v70.y) >> 16; | |
3615 //v84 = v72; | |
3616 //v79 = door->vDirection.z; | |
3617 v84 = (unsigned __int64)(door->vDirection.z * (signed __int64)v70.z) >> 16; | |
3618 //v79 = v83 + v85 + v84; | |
0 | 3619 v29 = v89; |
472 | 3620 //v83 = (unsigned __int64)(v79 * (signed __int64)v89) >> 16; |
3621 v28->sTextureDeltaU = -((v83 + v85 + v84) * (signed __int64)v89) >> 16; | |
3622 //v79 = door->vDirection.x; | |
3623 v85 = (unsigned __int64)(door->vDirection.x * (signed __int64)v67.x) >> 16; | |
3624 //v83 = v68; | |
3625 //v79 = door->vDirection.y; | |
3626 v83 = (unsigned __int64)(door->vDirection.y * (signed __int64)v67.y) >> 16; | |
3627 //v84 = v69; | |
3628 //v79 = door->vDirection.z; | |
3629 v84 = (unsigned __int64)(door->vDirection.z * (signed __int64)v67.z) >> 16; | |
3630 //v30 = v83 + v84; | |
3631 //v79 = v85 + v30; | |
3632 v31 = (v85 + v83 + v84) * (signed __int64)v29; | |
3633 //v83 = v31 >> 16; | |
0 | 3634 v32 = v31 >> 16; |
3635 goto LABEL_58; | |
3636 } | |
3637 v28->sTextureDeltaU = 0; | |
3638 v28->sTextureDeltaV = 0; | |
472 | 3639 //v33 = v15->pVertexIDs; |
3640 //v85 = 1; | |
3641 v34 = &pIndoor->pVertices[v15->pVertexIDs[0]]; | |
0 | 3642 v35 = v34->z; |
3643 v36 = v34->y; | |
3644 v82 = v34->x; | |
472 | 3645 //v79 = v36; |
3646 v37 = v70.x * v82 + v70.y * v36 + v70.z * v35; | |
3647 v38 = v67.x * v82 + v67.y * v36 + v67.z * v35; | |
0 | 3648 v39 = v37 >> 16; |
3649 *v15->pVertexUIDs = v39; | |
3650 v40 = v38 >> 16; | |
3651 *v15->pVertexVIDs = v40; | |
472 | 3652 //v41 = v15->uNumVertices < 1u; |
3653 //v9 = v15->uNumVertices == 1; | |
3654 //v83 = v40; | |
0 | 3655 v84 = v39; |
3656 v82 = v40; | |
472 | 3657 //if (v15->uNumVertices > 1) |
3658 for (uint j = 1; j < v15->uNumVertices; ++j) | |
0 | 3659 { |
472 | 3660 //do |
3661 //{ | |
3662 //v42 = v15->pVertexIDs; | |
3663 //v75 = 2 * v85; | |
3664 v43 = &pIndoor->pVertices[v15->pVertexIDs[j]]; | |
3665 //v79 = v43->z; | |
3666 //v44 = v43->y; | |
3667 //v45 = v43->x; | |
3668 //v78 = v43->y; | |
3669 v76 = ((__int64)v70.z * v43->z + (__int64)v70.x * v43->x + (__int64)v70.y * v43->y) >> 16; | |
3670 //v46 = (v67 * v45 + v68 * v44 + v79 * v69) >> 16; | |
3671 v77 = ((__int64)v67.x * v43->x + (__int64)v67.y * v43->y + (__int64)v43->z * v67.z) >> 16; | |
0 | 3672 if ( v76 < v39 ) |
3673 v39 = v76; | |
472 | 3674 if ( v77 < v40 ) |
3675 v40 = v77; | |
0 | 3676 if ( v76 > v84 ) |
3677 v84 = v76; | |
472 | 3678 if ( v77 > v82 ) |
3679 v82 = v77; | |
3680 //v40 = v83; | |
3681 //v47 = v15->pVertexUIDs; | |
3682 //v48 = v75; | |
3683 //++v85; | |
3684 v15->pVertexUIDs[j] = v76; | |
3685 v15->pVertexVIDs[j] = v77; | |
3686 //} | |
3687 //while ( v85 < v15->uNumVertices ); | |
3688 //v26 = v87; | |
0 | 3689 } |
3690 v49 = v15->uAttributes; | |
3691 if ( BYTE1(v49) & 0x10 ) | |
3692 goto LABEL_50; | |
3693 if ( SBYTE1(v49) < 0 ) | |
3694 { | |
3695 v50 = v15->uBitmapID; | |
3696 if ( v50 != -1 ) | |
3697 break; | |
3698 } | |
3699 LABEL_51: | |
3700 v51 = v15->uAttributes; | |
3701 if ( v51 & 8 ) | |
3702 { | |
3703 v28->sTextureDeltaV -= v40; | |
3704 } | |
3705 else | |
3706 { | |
3707 if ( v51 & 0x20000 ) | |
3708 { | |
3709 v52 = v15->uBitmapID; | |
3710 if ( v52 != -1 ) | |
945 | 3711 v28->sTextureDeltaV -= v82 + pBitmaps_LOD->GetTexture(v52)->uTextureHeight; |
0 | 3712 } |
3713 } | |
3714 if ( BYTE2(v15->uAttributes) & 4 ) | |
3715 { | |
472 | 3716 //v75 = door->vDirection.x; |
3717 v84 = (unsigned __int64)(door->vDirection.x * (signed __int64)v70.x) >> 16; | |
3718 //v82 = v71; | |
3719 //v75 = door->vDirection.y; | |
3720 v82 = (unsigned __int64)(door->vDirection.y * (signed __int64)v70.y) >> 16; | |
3721 //v83 = v72; | |
3722 //v75 = door->vDirection.z; | |
3723 v83 = (unsigned __int64)(door->vDirection.z * (signed __int64)v70.z) >> 16; | |
3724 v75 = v84 + v82 + v83; | |
0 | 3725 v53 = v89; |
3726 v82 = (unsigned __int64)(v75 * (signed __int64)v89) >> 16; | |
472 | 3727 v28->sTextureDeltaU = -v82; |
3728 //v75 = door->vDirection.x; | |
3729 v84 = (unsigned __int64)(door->vDirection.x * (signed __int64)v67.x) >> 16; | |
3730 //v82 = v68; | |
3731 //v75 = door->vDirection.y; | |
3732 v82 = (unsigned __int64)(door->vDirection.y * (signed __int64)v67.y) >> 16; | |
3733 //v83 = v69; | |
3734 //v75 = door->vDirection.z; | |
3735 v83 = (unsigned __int64)(door->vDirection.z * (signed __int64)v67.z) >> 16; | |
3736 //v54 = v82 + v83; | |
3737 v75 = v84 + v82 + v83; | |
3738 v55 = v75 * (signed __int64)v53; | |
3739 //v82 = v55 >> 16; | |
0 | 3740 v32 = v55 >> 16; |
3741 LABEL_58: | |
3742 v56 = v88; | |
3743 v57 = -v32; | |
3744 v28->sTextureDeltaV = v57; | |
472 | 3745 v28->sTextureDeltaU += door->pDeltaUs[v56]; |
3746 v28->sTextureDeltaV = v57 + door->pDeltaVs[v56]; | |
0 | 3747 } |
3748 LABEL_59: | |
472 | 3749 //v58 = door->uNumFaces; |
0 | 3750 ++v88; |
472 | 3751 if ( v88 >= door->uNumFaces) |
0 | 3752 { |
472 | 3753 //v1 = v81; |
3754 //v0 = 0; | |
0 | 3755 goto LABEL_62; |
3756 } | |
472 | 3757 //v2 = v87; |
0 | 3758 } |
554
9caf59edb1ee
Cave and Temple load and even doesn't crash (for a while).
Nomad
parents:
520
diff
changeset
|
3759 LOWORD(v39) = v84; |
9caf59edb1ee
Cave and Temple load and even doesn't crash (for a while).
Nomad
parents:
520
diff
changeset
|
3760 if (v15->uBitmapID != -1) |
9caf59edb1ee
Cave and Temple load and even doesn't crash (for a while).
Nomad
parents:
520
diff
changeset
|
3761 LOWORD(v39) += pBitmaps_LOD->pTextures[v15->uBitmapID].uTextureWidth; |
0 | 3762 LABEL_50: |
3763 v28->sTextureDeltaU -= v39; | |
3764 goto LABEL_51; | |
3765 } | |
3766 LABEL_62: | |
472 | 3767 ; |
3768 //v80 += 80; | |
3769 //++v1; | |
3770 //v81 = v1; | |
3771 //} | |
3772 //while ( v1 < pIndoor->uNumDoors ); | |
0 | 3773 } |
3774 } | |
3775 // 6BE13C: using guessed type int dword_6BE13C_uCurrentlyLoadedLocationID; | |
3776 | |
3777 //----- (0046F90C) -------------------------------------------------------- | |
3778 void __cdecl UpdateActors_BLV() | |
3779 { | |
3780 Actor *v0; // esi@2 | |
3781 unsigned __int16 v1; // ax@2 | |
3782 int v2; // edi@6 | |
3783 int v3; // eax@6 | |
3784 int v4; // eax@8 | |
3785 __int16 v5; // ax@11 | |
3786 signed int v6; // ebx@14 | |
3787 unsigned __int8 v7; // zf@14 | |
3788 unsigned __int8 v8; // sf@14 | |
3789 signed __int16 v9; // ax@17 | |
3790 signed __int64 v10; // qax@18 | |
3791 unsigned __int16 v11; // ax@21 | |
3792 int v12; // eax@29 | |
3793 unsigned __int64 v13; // qax@29 | |
3794 int v14; // eax@30 | |
3795 unsigned __int64 v15; // qax@30 | |
3796 int v16; // ecx@33 | |
3797 BLVFace *v17; // edx@33 | |
3798 int v18; // ecx@33 | |
3799 BLVFace *v19; // eax@34 | |
3800 int v20; // ecx@46 | |
3801 int v21; // eax@46 | |
3802 int v22; // edi@46 | |
3803 int v23; // eax@48 | |
3804 unsigned int v24; // eax@51 | |
3805 int v25; // eax@52 | |
3806 int v26; // ebx@54 | |
3807 int v27; // ST08_4@54 | |
3808 int v28; // edi@54 | |
3809 int v29; // eax@54 | |
3810 int v30; // ecx@62 | |
3811 int v31; // ebx@62 | |
3812 int v32; // eax@62 | |
3813 int v33; // eax@64 | |
3814 unsigned int v34; // ecx@64 | |
3815 int v35; // ecx@64 | |
3816 signed int v36; // edx@85 | |
3817 signed int v37; // ebx@85 | |
3818 BLVFace *v38; // edi@89 | |
3819 int v39; // ecx@90 | |
3820 int v40; // ebx@90 | |
3821 PolygonType v41; // al@94 | |
3822 int v42; // eax@96 | |
3823 __int16 v43; // dx@96 | |
3824 int v44; // ecx@96 | |
3825 int v45; // edi@101 | |
3826 int v46; // edi@101 | |
3827 int v47; // eax@101 | |
3828 unsigned __int64 v48; // qax@101 | |
3829 unsigned __int8 v49; // zf@103 | |
3830 unsigned __int8 v50; // sf@103 | |
3831 unsigned __int8 v51; // of@103 | |
3832 AIDirection v52; // [sp+0h] [bp-60h]@75 | |
3833 AIDirection v53; // [sp+1Ch] [bp-44h]@116 | |
3834 int v54; // [sp+38h] [bp-28h]@53 | |
3835 unsigned int uSectorID; // [sp+3Ch] [bp-24h]@6 | |
3836 int v56; // [sp+40h] [bp-20h]@6 | |
3837 unsigned int _this; // [sp+44h] [bp-1Ch]@51 | |
3838 int v58; // [sp+48h] [bp-18h]@51 | |
3839 int v59; // [sp+4Ch] [bp-14h]@8 | |
3840 unsigned int uFaceID; // [sp+50h] [bp-10h]@6 | |
3841 int v61; // [sp+54h] [bp-Ch]@14 | |
3842 int v62; // [sp+58h] [bp-8h]@6 | |
3843 unsigned int v63; // [sp+5Ch] [bp-4h]@1 | |
3844 | |
3845 v63 = 0; | |
3846 if ( (signed int)uNumActors > 0 ) | |
3847 { | |
3848 while ( 1 ) | |
3849 { | |
3850 v0 = &pActors[v63]; | |
3851 v1 = v0->uAIState; | |
3852 if ( v1 == 11 || v1 == 19 || v1 == 17 || !v0->uMovementSpeed ) | |
3853 goto LABEL_123; | |
3854 uSectorID = v0->uSectorID; | |
783 | 3855 v2 = collide_against_floor(v0->vPosition.x, v0->vPosition.y, v0->vPosition.z, &uSectorID, &uFaceID); |
0 | 3856 v0->uSectorID = uSectorID; |
3857 v3 = v0->pMonsterInfo.uFlying; | |
3858 v56 = v2; | |
3859 v62 = v3; | |
3860 if ( !v0->CanAct() ) | |
3861 v62 = 0; | |
3862 v4 = v0->vPosition.z; | |
3863 v59 = 0; | |
3864 if ( v4 > v2 + 1 ) | |
3865 v59 = 1; | |
3866 if ( v2 <= -30000 ) | |
3867 { | |
3868 v5 = pIndoor->GetSector(v0->vPosition.x, v0->vPosition.y, v4); | |
3869 v0->uSectorID = v5; | |
3870 if ( !v5 | |
723 | 3871 || (v56 = BLV_GetFloorLevel(v0->vPosition.x, v0->vPosition.y, v0->vPosition.z, v5, &uFaceID), v56 == -30000) ) |
0 | 3872 goto LABEL_123; |
3873 } | |
305 | 3874 if ( v0->uCurrentActionAnimation == ANIM_Walking) |
0 | 3875 { |
3876 v6 = v0->uMovementSpeed; | |
3877 v7 = HIDWORD(v0->pActorBuffs[7].uExpireTime) == 0; | |
3878 v8 = SHIDWORD(v0->pActorBuffs[7].uExpireTime) < 0; | |
3879 v61 = v0->uMovementSpeed; | |
3880 if ( !v8 && (!(v8 | v7) || LODWORD(v0->pActorBuffs[7].uExpireTime)) ) | |
3881 { | |
3882 v9 = v0->pActorBuffs[7].uPower; | |
3883 if ( v9 ) | |
3884 LODWORD(v10) = v6 / (unsigned __int16)v9; | |
3885 else | |
3886 v10 = (signed __int64)((double)v61 * 0.5); | |
3887 v6 = v10; | |
3888 v61 = v10; | |
3889 } | |
3890 v11 = v0->uAIState; | |
3891 if ( v11 == 6 || v11 == 7 ) | |
3892 { | |
3893 v6 *= 2; | |
3894 v61 = v6; | |
3895 } | |
1340 | 3896 if ( pParty->bTurnBasedModeOn == 1 && pTurnEngine->turn_stage == 1 ) |
0 | 3897 v6 = (signed __int64)((double)v61 * flt_6BE3AC_debug_recmod1_x_1_6); |
3898 if ( v6 > 1000 ) | |
3899 v6 = 1000; | |
323 | 3900 v12 = stru_5C6E00->Cos(v0->uYawAngle); |
0 | 3901 uSectorID = v12; |
3902 v13 = v12 * (signed __int64)v6; | |
3903 v61 = v13 >> 16; | |
3904 v0->vVelocity.x = WORD1(v13); | |
323 | 3905 uSectorID = stru_5C6E00->Sin(v0->uYawAngle); |
0 | 3906 v61 = (unsigned __int64)(uSectorID * (signed __int64)v6) >> 16; |
3907 v7 = v62 == 0; | |
3908 v0->vVelocity.y = (unsigned int)(uSectorID * v6) >> 16; | |
3909 if ( !v7 ) | |
3910 { | |
323 | 3911 v14 = stru_5C6E00->Sin(v0->uPitchAngle); |
0 | 3912 uSectorID = v14; |
3913 v15 = v14 * (signed __int64)v6; | |
3914 v61 = v15 >> 16; | |
3915 v0->vVelocity.z = WORD1(v15); | |
3916 } | |
3917 } | |
3918 else | |
3919 { | |
3920 v61 = v0->vVelocity.x; | |
3921 uSectorID = 55000; | |
3922 v61 = (unsigned __int64)(55000i64 * v61) >> 16; | |
3923 v0->vVelocity.x = v61; | |
3924 v61 = v0->vVelocity.y; | |
3925 v61 = (unsigned __int64)(uSectorID * (signed __int64)v61) >> 16; | |
3926 v7 = v62 == 0; | |
3927 v0->vVelocity.y = v61; | |
3928 if ( !v7 ) | |
3929 { | |
3930 uSectorID = 55000; | |
3931 v61 = v0->vVelocity.z; | |
3932 v61 = (unsigned __int64)(55000i64 * v61) >> 16; | |
3933 v0->vVelocity.z = v61; | |
3934 } | |
3935 } | |
3936 v16 = v0->vPosition.z; | |
3937 v17 = pIndoor->pFaces; | |
3938 v51 = __OFSUB__(v16, v56); | |
3939 v8 = v16 - v56 < 0; | |
3940 v18 = uFaceID; | |
3941 if ( v8 ^ v51 ) | |
3942 { | |
3943 v0->vPosition.z = v56 + 1; | |
3944 v19 = &v17[v18]; | |
3945 if ( v19->uPolygonType == 3 ) | |
3946 { | |
3947 if ( v0->vVelocity.z < 0 ) | |
3948 v0->vVelocity.z = 0; | |
3949 } | |
3950 else | |
3951 { | |
3952 if ( v19->pFacePlane_old.vNormal.z < 45000 ) | |
3953 v0->vVelocity.z -= LOWORD(pEventTimer->uTimeElapsed) * GetGravityStrength(); | |
3954 } | |
3955 } | |
3956 else | |
3957 { | |
3958 if ( v59 && !v62 ) | |
3959 v0->vVelocity.z += -8 * LOWORD(pEventTimer->uTimeElapsed) * GetGravityStrength(); | |
3960 } | |
3961 if ( v0->vVelocity.x * v0->vVelocity.x + v0->vVelocity.y * v0->vVelocity.y + v0->vVelocity.z * v0->vVelocity.z >= 400 ) | |
3962 break; | |
3963 v0->vVelocity.z = 0; | |
3964 v0->vVelocity.y = 0; | |
3965 v0->vVelocity.x = 0; | |
3966 if ( BYTE2(v17[v18].uAttributes) & 0x40 ) | |
3967 { | |
3968 if (v0->uAIState == Dead) | |
3969 v0->uAIState = Removed; | |
3970 } | |
3971 LABEL_123: | |
3972 ++v63; | |
3973 if ( (signed int)v63 >= (signed int)uNumActors ) | |
3974 return; | |
3975 } | |
3976 v20 = v0->uActorRadius; | |
3977 v21 = v0->uActorHeight; | |
3978 stru_721530.field_84 = -1; | |
3979 stru_721530.field_70 = 0; | |
3980 uSectorID = 0; | |
3981 stru_721530.field_0 = 1; | |
3982 stru_721530.field_8 = v20; | |
3983 stru_721530.prolly_normal_d = v20; | |
3984 stru_721530.field_C = v21; | |
3985 v22 = 0; | |
3986 while ( 1 ) | |
3987 { | |
3988 stru_721530.field_34.x = v0->vPosition.x; | |
3989 stru_721530.normal.x = stru_721530.field_34.x; | |
3990 stru_721530.field_34.y = v0->vPosition.y; | |
3991 stru_721530.normal.y = stru_721530.field_34.y; | |
3992 v23 = v0->vPosition.z; | |
3993 stru_721530.normal.z = v23 + v20 + 1; | |
3994 stru_721530.field_34.z = v23 - v20 + stru_721530.field_C - 1; | |
3995 if ( stru_721530.field_34.z < stru_721530.normal.z ) | |
3996 stru_721530.field_34.z = v23 + v20 + 1; | |
3997 stru_721530.field_1C = v0->vVelocity.x; | |
3998 stru_721530.field_20 = v0->vVelocity.y; | |
3999 stru_721530.field_24 = v0->vVelocity.z; | |
4000 stru_721530.uSectorID = v0->uSectorID; | |
4001 if ( !stru_721530._47050A(v22) ) | |
4002 { | |
4003 v58 = v22; | |
4004 v24 = 8 * v63; | |
862 | 4005 LOBYTE(v24) = PID(OBJECT_Actor,v63); |
0 | 4006 v61 = v22; |
4007 _this = v24; | |
4008 do | |
4009 { | |
4010 _46E44E_collide_against_faces_and_portals(1u); | |
4011 _46E0B2_collide_against_decorations(); | |
4012 _46EF01_collision_chech_player(0); | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
4013 _46ED8A_collide_against_sprite_objects(_this); |
0 | 4014 v25 = 0; |
4015 v56 = 0; | |
4016 if ( ai_arrays_size > v22 ) | |
4017 { | |
4018 do | |
4019 { | |
390 | 4020 v54 = ai_near_actors_ids[v25]; |
0 | 4021 if ( v54 != v63 ) |
4022 { | |
4023 v26 = v54; | |
4024 v27 = abs(pActors[v54].vPosition.z - v0->vPosition.z); | |
4025 v28 = abs(pActors[v26].vPosition.y - v0->vPosition.y); | |
4026 v29 = abs(pActors[v26].vPosition.x - v0->vPosition.x); | |
322 | 4027 if ( int_get_vector_length(v29, v28, v27) >= v0->uActorRadius + (signed int)pActors[v26].uActorRadius |
0 | 4028 && _46DF1A_collide_against_actor(v54, 40) ) |
4029 ++v58; | |
4030 v22 = 0; | |
4031 } | |
4032 v25 = v56++ + 1; | |
4033 } | |
4034 while ( v56 < ai_arrays_size ); | |
4035 } | |
4036 if ( _46F04E_collide_against_portals() ) | |
4037 break; | |
4038 ++v61; | |
4039 } | |
4040 while ( v61 < 100 ); | |
4041 v56 = v58 > 1; | |
4042 if ( stru_721530.field_7C >= stru_721530.field_6C ) | |
4043 { | |
4044 v30 = stru_721530.normal2.x; | |
4045 v31 = stru_721530.normal2.y; | |
4046 v32 = stru_721530.normal2.z - stru_721530.prolly_normal_d - 1; | |
4047 } | |
4048 else | |
4049 { | |
4050 v58 = (unsigned __int64)(stru_721530.field_7C * (signed __int64)stru_721530.field_58.x) >> 16; | |
4051 v30 = v58 + v0->vPosition.x; | |
4052 v58 = (unsigned __int64)(stru_721530.field_7C * (signed __int64)stru_721530.field_58.y) >> 16; | |
4053 v31 = v58 + v0->vPosition.y; | |
4054 v58 = (unsigned __int64)(stru_721530.field_7C * (signed __int64)stru_721530.field_58.z) >> 16; | |
4055 v32 = v58 + v0->vPosition.z; | |
4056 } | |
783 | 4057 v33 = collide_against_floor(v30, v31, v32, &stru_721530.uSectorID, &uFaceID); |
0 | 4058 v34 = pIndoor->pFaces[uFaceID].uAttributes; |
4059 v35 = v34 & 0x400000; | |
4060 if (v35 && v0->uAIState == Dead) | |
4061 { | |
4062 v0->uAIState = Removed; | |
4063 goto LABEL_120; | |
4064 } | |
4065 if ( v59 != v22 || v62 != v22 || v35 == v22 ) | |
4066 { | |
4067 if ( v33 == -30000 ) | |
4068 goto LABEL_120; | |
4069 if ( v0->uCurrentActionAnimation != 1 || v33 >= v0->vPosition.z - 100 || v59 != v22 || v62 != v22 ) | |
4070 { | |
4071 if ( stru_721530.field_7C >= stru_721530.field_6C ) | |
4072 { | |
4073 v0->vPosition.x = LOWORD(stru_721530.normal2.x); | |
4074 v0->vPosition.y = LOWORD(stru_721530.normal2.y); | |
4075 v0->vPosition.z = LOWORD(stru_721530.normal2.z) - LOWORD(stru_721530.prolly_normal_d) - 1; | |
4076 v0->uSectorID = LOWORD(stru_721530.uSectorID); | |
4077 goto LABEL_123; | |
4078 } | |
4079 v58 = (unsigned __int64)(stru_721530.field_7C * (signed __int64)stru_721530.field_58.x) >> 16; | |
4080 v0->vPosition.x += (unsigned int)(stru_721530.field_7C * stru_721530.field_58.x) >> 16; | |
4081 v58 = (unsigned __int64)(stru_721530.field_7C * (signed __int64)stru_721530.field_58.y) >> 16; | |
4082 v0->vPosition.y += (unsigned int)(stru_721530.field_7C * stru_721530.field_58.y) >> 16; | |
4083 v58 = (unsigned __int64)(stru_721530.field_7C * (signed __int64)stru_721530.field_58.z) >> 16; | |
4084 v36 = stru_721530.uFaceID; | |
4085 v0->vPosition.z += (unsigned int)(stru_721530.field_7C * stru_721530.field_58.z) >> 16; | |
4086 v0->uSectorID = LOWORD(stru_721530.uSectorID); | |
4087 stru_721530.field_70 += stru_721530.field_7C; | |
848 | 4088 v37 = PID_ID(v36); |
4089 if ( PID_TYPE(v36) != OBJECT_Actor) | |
0 | 4090 { |
848 | 4091 if ( PID_TYPE(v36) != OBJECT_Player) |
0 | 4092 { |
848 | 4093 if ( PID_TYPE(v36) == OBJECT_Decoration) |
0 | 4094 { |
295 | 4095 _this = integer_sqrt(v0->vVelocity.x * v0->vVelocity.x + v0->vVelocity.y * v0->vVelocity.y); |
0 | 4096 v45 = stru_5C6E00->Atan2( |
4097 v0->vPosition.x - pLevelDecorations[v37].vPosition.x, | |
4098 v0->vPosition.y - pLevelDecorations[v37].vPosition.y); | |
323 | 4099 v54 = stru_5C6E00->Cos(v45); |
0 | 4100 v56 = (unsigned __int64)(v54 * (signed __int64)(signed int)_this) >> 16; |
4101 v46 = v45 - stru_5C6E00->uIntegerHalfPi; | |
4102 v0->vVelocity.x = v54 * _this >> 16; | |
323 | 4103 v47 = stru_5C6E00->Sin(v45); |
0 | 4104 v54 = v47; |
4105 v48 = v47 * (signed __int64)(signed int)_this; | |
4106 v56 = v48 >> 16; | |
4107 v0->vVelocity.y = WORD1(v48); | |
4108 goto LABEL_119; | |
4109 } | |
848 | 4110 if ( PID_TYPE(v36) == OBJECT_BModel) |
0 | 4111 { |
4112 stru_721530.field_84 = v36 >> 3; | |
4113 v38 = &pIndoor->pFaces[v37]; | |
4114 if ( v38->uPolygonType == 3 ) | |
4115 { | |
4116 v39 = v0->vVelocity.x; | |
4117 v40 = v0->vVelocity.y * v0->vVelocity.y; | |
4118 v0->vVelocity.z = 0; | |
4119 v0->vPosition.z = pIndoor->pVertices[*v38->pVertexIDs].z + 1; | |
4120 if ( v39 * v39 + v40 < 400 ) | |
4121 { | |
4122 v0->vVelocity.y = 0; | |
4123 v0->vVelocity.x = 0; | |
4124 goto LABEL_119; | |
4125 } | |
4126 } | |
4127 else | |
4128 { | |
4129 v61 = abs(v38->pFacePlane_old.vNormal.x * v0->vVelocity.x + v38->pFacePlane_old.vNormal.y | |
4130 * v0->vVelocity.y | |
4131 + v38->pFacePlane_old.vNormal.z | |
4132 * v0->vVelocity.z) >> 16; | |
4133 if ( stru_721530.field_64 >> 3 > v61 ) | |
4134 v61 = stru_721530.field_64 >> 3; | |
4135 v58 = v38->pFacePlane_old.vNormal.x; | |
4136 v58 = (unsigned __int64)(v61 * (signed __int64)v58) >> 16; | |
4137 _this = v38->pFacePlane_old.vNormal.y; | |
4138 _this = (unsigned __int64)(v61 * (signed __int64)(signed int)_this) >> 16; | |
4139 v56 = v38->pFacePlane_old.vNormal.z; | |
4140 v56 = (unsigned __int64)(v61 * (signed __int64)v56) >> 16; | |
4141 v0->vVelocity.x += v58; | |
4142 v0->vVelocity.y += _this; | |
4143 v0->vVelocity.z += v56; | |
4144 v41 = v38->uPolygonType; | |
4145 if ( v41 != 4 && v41 != 3 ) | |
4146 { | |
4147 v42 = v38->pFacePlane_old.vNormal.x; | |
4148 v43 = v0->vPosition.z; | |
4149 v44 = stru_721530.prolly_normal_d | |
4150 - ((v38->pFacePlane_old.dist | |
4151 + v38->pFacePlane_old.vNormal.z * v0->vPosition.z | |
4152 + v38->pFacePlane_old.vNormal.y * v0->vPosition.y | |
4153 + v42 * v0->vPosition.x) >> 16); | |
4154 if ( v44 > 0 ) | |
4155 { | |
4156 v0->vPosition.x += (unsigned int)(v44 * v42) >> 16; | |
4157 v0->vPosition.y += (unsigned int)(v44 * v38->pFacePlane_old.vNormal.y) >> 16; | |
4158 v0->vPosition.z = v43 + ((unsigned int)(v44 * v38->pFacePlane_old.vNormal.z) >> 16); | |
4159 } | |
4160 v0->uYawAngle = stru_5C6E00->Atan2(v0->vVelocity.x, v0->vVelocity.y); | |
4161 } | |
4162 } | |
4163 if ( BYTE3(v38->uAttributes) & 8 ) | |
4164 EventProcessor(pIndoor->pFaceExtras[v38->uFaceExtraID].uEventID, 0, 1); | |
4165 } | |
4166 LABEL_119: | |
4167 v56 = v0->vVelocity.x; | |
4168 v54 = 58500; | |
4169 v56 = (unsigned __int64)(58500i64 * v56) >> 16; | |
4170 v0->vVelocity.x = v56; | |
4171 v56 = v0->vVelocity.y; | |
4172 v56 = (unsigned __int64)(v54 * (signed __int64)v56) >> 16; | |
4173 v54 = 58500; | |
4174 v0->vVelocity.y = v56; | |
4175 v56 = v0->vVelocity.z; | |
4176 v56 = (unsigned __int64)(v54 * (signed __int64)v56) >> 16; | |
4177 v22 = 0; | |
4178 v0->vVelocity.z = v56; | |
4179 goto LABEL_120; | |
4180 } | |
4181 if ( v0->GetActorsRelation(0) ) | |
4182 { | |
1167 | 4183 v51 = __OFSUB__(HIDWORD(pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].uExpireTime), v22); |
4184 v49 = HIDWORD(pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].uExpireTime) == v22; | |
4185 v50 = HIDWORD(pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].uExpireTime) - v22 < 0; | |
0 | 4186 v0->vVelocity.y = v22; |
4187 v0->vVelocity.x = v22; | |
4188 if ( !(v50 ^ v51) | |
1167 | 4189 && (!((unsigned __int8)(v50 ^ v51) | v49) || LODWORD(pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].uExpireTime) > v22) ) |
4190 pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].Reset(); | |
0 | 4191 viewparams->bRedrawGameUI = 1; |
4192 goto LABEL_119; | |
4193 } | |
4194 v36 = stru_721530.uFaceID; | |
4195 LABEL_118: | |
1060 | 4196 Actor::AI_FaceObject(v63, v36, v22, (AIDirection *)v22); |
0 | 4197 goto LABEL_119; |
4198 } | |
1340 | 4199 if ( pParty->bTurnBasedModeOn == 1 && (pTurnEngine->turn_stage == 2 || pTurnEngine->turn_stage == 3) ) |
0 | 4200 goto LABEL_119; |
4201 if ( v0->pMonsterInfo.uHostilityType ) | |
4202 { | |
4203 if ( v56 == v22 ) | |
4204 goto LABEL_114; | |
4205 } | |
4206 else | |
4207 { | |
4208 if ( v56 == v22 ) | |
4209 { | |
4210 if ( !pActors[v37].pMonsterInfo.uHostilityType ) | |
4211 goto LABEL_118; | |
4212 LABEL_114: | |
1060 | 4213 Actor::AI_Flee(v63, v36, v22, (AIDirection *)v22); |
0 | 4214 goto LABEL_119; |
4215 } | |
4216 } | |
414 | 4217 Actor::AI_StandOrBored(v63, 4, v22, &v53); |
0 | 4218 goto LABEL_119; |
4219 } | |
4220 if ( v0->vPosition.x & 1 ) | |
4221 v0->uYawAngle += 100; | |
4222 else | |
4223 v0->uYawAngle -= 100; | |
4224 } | |
4225 else | |
4226 { | |
1340 | 4227 if ( pParty->bTurnBasedModeOn == 1 && (pTurnEngine->turn_stage == 2 || pTurnEngine->turn_stage == 3) ) |
0 | 4228 goto LABEL_123; |
4229 if ( !v0->pMonsterInfo.uHostilityType || v56 != v22 ) | |
4230 { | |
414 | 4231 Actor::AI_StandOrBored(v63, 4, v22, &v52); |
0 | 4232 goto LABEL_123; |
4233 } | |
4234 } | |
4235 } | |
4236 LABEL_120: | |
4237 ++uSectorID; | |
4238 if ( uSectorID >= 100 ) | |
4239 goto LABEL_123; | |
4240 v20 = stru_721530.prolly_normal_d; | |
4241 } | |
4242 } | |
4243 } | |
4244 // 46DF1A: using guessed type int __fastcall 46DF1A_collide_against_actor(int, int); | |
4245 // 4F75D8: using guessed type int ai_arrays_size; | |
4246 | |
4247 | |
4248 | |
4249 | |
4250 | |
4251 | |
4252 //----- (00460A78) -------------------------------------------------------- | |
4253 void __thiscall PrepareToLoadBLV(unsigned int bLoading) | |
4254 { | |
4255 unsigned int v1; // ebx@1 | |
4256 unsigned int v2; // eax@8 | |
4257 MapInfo *v3; // edi@9 | |
4258 int v4; // eax@11 | |
4259 int v5; // eax@12 | |
4260 int v6; // eax@13 | |
4261 int v7; // esi@27 | |
4262 SpawnPointMM7 *v8; // edx@28 | |
4263 //char v9; // bl@33 | |
4264 //int v10; // eax@34 | |
4265 //char *v11; // ecx@37 | |
4266 //int v12; // edi@44 | |
4267 //unsigned int v13; // edi@48 | |
4268 char *v14; // esi@49 | |
4269 __int16 v15; // ax@50 | |
4270 int v16; // ecx@52 | |
4271 DecorationDesc *v17; // eax@54 | |
4272 int v18; // ecx@55 | |
4273 //int *v19; // edi@58 | |
4274 //unsigned char v20; // dl@58 | |
4275 int v21; // eax@64 | |
4276 char v22; // cl@64 | |
4277 //signed int v23; // ebx@67 | |
4278 //char *v24; // esi@68 | |
4279 //int v25; // eax@70 | |
4280 //char *v26; // esi@78 | |
4281 //int v27; // eax@79 | |
4282 char v28; // zf@81 | |
4283 __int16 v29; // ax@85 | |
4284 signed int v30; // edi@94 | |
4285 int v31; // esi@94 | |
4286 char Args; // [sp+350h] [bp-C4h]@16 | |
4287 int v34[4]; // [sp+3E8h] [bp-2Ch]@96 | |
4288 int v35; // [sp+3F8h] [bp-1Ch]@1 | |
4289 //char b[4]; // [sp+3FCh] [bp-18h]@58 | |
4290 MapInfo *v37; // [sp+400h] [bp-14h]@1 | |
4291 int v38; // [sp+404h] [bp-10h]@1 | |
4292 unsigned int v39; // [sp+408h] [bp-Ch]@8 | |
4293 int pDest; // [sp+40Ch] [bp-8h]@1 | |
4294 //int i; // [sp+410h] [bp-4h]@27 | |
4295 | |
4296 v37 = (MapInfo *)bLoading; | |
4297 v1 = 0; | |
4298 v35 = 0; | |
4299 pGameLoadingUI_ProgressBar->Reset(0x20u); | |
4300 bUnderwater = 0; | |
4301 bNoNPCHiring = 0; | |
4302 v38 = 0; | |
4303 pDest = 1; | |
4304 uCurrentlyLoadedLevelType = LEVEL_Indoor; | |
4305 pGame->uFlags2 &= 0xFFFFFFF7u; | |
4306 if ( Is_out15odm_underwater() ) | |
4307 { | |
4308 bUnderwater = 1; | |
4309 pGame->uFlags2 |= 8u; | |
4310 } | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
4311 if ( !_stricmp(pCurrentMapName.data(), "out15.odm") || !_stricmp(pCurrentMapName.data(), "d23.blv") ) |
0 | 4312 bNoNPCHiring = 1; |
4313 pPaletteManager->pPalette_tintColor[0] = 0; | |
4314 pPaletteManager->pPalette_tintColor[1] = 0; | |
4315 pPaletteManager->pPalette_tintColor[2] = 0; | |
4316 pPaletteManager->RecalculateAll(); | |
4317 if ( qword_A750D8 ) | |
4318 qword_A750D8 = 0i64; | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
4319 v2 = pMapStats->GetMapInfo(pCurrentMapName.data()); |
0 | 4320 v39 = v2; |
4321 if ( v2 ) | |
4322 { | |
4323 v3 = &pMapStats->pInfos[v2]; | |
4324 v1 = v3->uRespawnIntervalDays; | |
4325 v38 = GetAlertStatus(); | |
4326 } | |
4327 else | |
4328 { | |
4329 v3 = v37; | |
4330 } | |
4331 dword_6BE13C_uCurrentlyLoadedLocationID = v39; | |
4332 pAllocator->FreeChunk(ptr_6A0D08); | |
4333 ptr_6A0D08 = 0; | |
4334 _6A0D0C_txt_lod_loading = 0; | |
4335 TryLoadLevelFromLOD(); | |
4336 pStationaryLightsStack->uNumLightsActive = 0; | |
4337 v4 = pIndoor->Load( | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
4338 pCurrentMapName.data(), |
0 | 4339 (unsigned int)(signed __int64)((double)pParty->uTimePlayed * 0.234375) / 60 / 60 / 24 + 1, |
4340 v1, | |
4341 (char *)&pDest) | |
4342 - 1; | |
4343 if ( !v4 ) | |
4344 { | |
4345 sprintf(&Args, "Unable to open %s", pCurrentMapName); | |
4346 Abortf(&Args); | |
4347 } | |
4348 v5 = v4 - 1; | |
4349 if ( !v5 ) | |
4350 { | |
4351 sprintf(&Args, "File %s is not a BLV File", pCurrentMapName); | |
4352 Abortf(&Args); | |
4353 } | |
4354 v6 = v5 - 1; | |
4355 if ( !v6 ) | |
4356 Abortf("Attempt to open new level before clearing old"); | |
4357 if ( v6 == 1 ) | |
4358 Abortf("Out of memory loading indoor level"); | |
4359 if ( !(dword_6BE364_game_settings_1 & 0x2000) ) | |
4360 { | |
4361 InitializeActors(); | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
4362 InitializeSpriteObjects(); |
0 | 4363 } |
4364 BYTE1(dword_6BE364_game_settings_1) &= 0xDFu; | |
4365 if ( !v39 ) | |
4366 pDest = 0; | |
4367 if ( pDest == 1 ) | |
4368 { | |
4369 v7 = 0; | |
4370 for (uint i = 0; i < pIndoor->uNumSpawnPoints; ++v7 ) | |
4371 { | |
4372 v8 = &pIndoor->pSpawnPoints[v7]; | |
4373 if ( pIndoor->pSpawnPoints[v7].uKind == 3 ) | |
4374 SpawnEncounter(v3, v8, 0, 0, 0); | |
4375 else | |
4376 v3->SpawnRandomTreasure(v8); | |
4377 ++i; | |
4378 } | |
4379 RespawnGlobalDecorations(); | |
4380 } | |
4381 | |
4382 pSoundList->LoadSound(pDoorSoundIDsByLocationID[v39], 0); | |
4383 pSoundList->LoadSound(pDoorSoundIDsByLocationID[v39] + 1, 0); | |
4384 | |
4385 for (uint i = 0; i < pIndoor->uNumDoors; ++i) | |
4386 { | |
4387 auto pDoor = pIndoor->pDoors + i; | |
4388 | |
4389 if (pDoor->uAttributes & 0x01) | |
4390 { | |
4391 pDoor->uState = BLVDoor::Opening; | |
4392 pDoor->uTimeSinceTriggered = 15360; | |
4393 pDoor->uAttributes = 2; | |
4394 } | |
4395 | |
4396 if (pDoor->uState == BLVDoor::Closed) | |
4397 { | |
4398 pDoor->uState = BLVDoor::Closing; | |
4399 pDoor->uTimeSinceTriggered = 15360; | |
4400 pDoor->uAttributes = 2; | |
4401 } | |
4402 else if (pDoor->uState == BLVDoor::Open) | |
4403 { | |
4404 pDoor->uState = BLVDoor::Opening; | |
4405 pDoor->uTimeSinceTriggered = 15360; | |
4406 pDoor->uAttributes = 2; | |
4407 } | |
4408 } | |
4409 | |
4410 /* | |
4411 i = 0; | |
4412 v9 = 2; | |
4413 if ( pIndoor->uNumDoors > 0 ) | |
4414 { | |
4415 v10 = 0; | |
4416 while ( 1 ) | |
4417 { | |
4418 if ( pIndoor->pDoors[v10].uAttributes & 1 ) | |
4419 { | |
4420 pIndoor->pDoors[v10].uState = 1; | |
4421 pIndoor->pDoors[v10].uTimeSinceTriggered = 15360; | |
4422 pIndoor->pDoors[v10].uAttributes = 2; | |
4423 } | |
4424 v11 = (char *)&pIndoor->pDoors[v10].uState; | |
4425 if ( !*(short *)v11 ) | |
4426 break; | |
4427 if ( *(short *)v11 == 2 ) | |
4428 { | |
4429 *(short *)v11 = 1; | |
4430 goto LABEL_41; | |
4431 } | |
4432 LABEL_42: | |
4433 ++i; | |
4434 ++v10; | |
4435 if ( i >= pIndoor->uNumDoors ) | |
4436 goto LABEL_43; | |
4437 } | |
4438 *(short *)v11 = 3; | |
4439 LABEL_41: | |
4440 pIndoor->pDoors[v10].uTimeSinceTriggered = 15360; | |
4441 pIndoor->pDoors[v10].uAttributes = 2; | |
4442 goto LABEL_42; | |
4443 } | |
4444 LABEL_43: | |
4445 */ | |
4446 | |
4447 for (uint i = 0; i < pIndoor->uNumFaces; ++i) | |
4448 { | |
4449 auto pFace = pIndoor->pFaces + i; | |
4450 if (!pFace->uBitmapID != -1) | |
4451 pBitmaps_LOD->pTextures[pFace->uBitmapID].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[pFace->uBitmapID].palette_id1); | |
4452 } | |
4453 | |
4454 /*i = 0; | |
4455 if ( (signed int)pIndoor->uNumFaces > 0 ) | |
4456 { | |
4457 v12 = 0; | |
4458 do | |
4459 { | |
4460 if ( pIndoor->pFaces[v12].uBitmapID != -1 ) | |
4461 pBitmaps_LOD->pTextures[pIndoor->pFaces[v12].uBitmapID].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[pIndoor->pFaces[v12].uBitmapID].palette_id1); | |
4462 ++i; | |
4463 ++v12; | |
4464 } | |
4465 while ( i < (signed int)pIndoor->uNumFaces ); | |
4466 }*/ | |
4467 | |
4468 | |
4469 pGameLoadingUI_ProgressBar->Progress(); | |
4470 | |
4471 for (uint i = 0; i < uNumLevelDecorations; ++i) | |
4472 { | |
1202 | 4473 auto pDecortaion = &pLevelDecorations[i]; |
0 | 4474 |
4475 pDecorationList->InitializeDecorationSprite(pDecortaion->uDecorationDescID); | |
4476 | |
4477 v15 = pDecorationList->pDecorations[pDecortaion->uDecorationDescID].uSoundID; | |
4478 if (v15 && _6807E0_num_decorations_with_sounds_6807B8 < 9) | |
4479 { | |
4480 pSoundList->LoadSound(v15, 0); | |
4481 v16 = _6807E0_num_decorations_with_sounds_6807B8++; | |
4482 _6807B8_level_decorations_ids[v16] = i; | |
4483 } | |
4484 | |
4485 if ( !(pDecortaion->field_2 & 0x20) ) | |
4486 { | |
4487 v17 = &pDecorationList->pDecorations[pDecortaion->uDecorationDescID]; | |
380 | 4488 if (!v17->DontDraw()) |
0 | 4489 { |
4490 v18 = v17->uLightRadius; | |
4491 if ( v18 ) | |
4492 { | |
4493 unsigned char r = 255, | |
4494 g = 255, | |
4495 b = 255; | |
4496 if (pRenderer->pRenderD3D && pRenderer->bUseColoredLights) | |
4497 { | |
4498 r = v17->uColoredLightRed; | |
4499 g = v17->uColoredLightGreen; | |
4500 b = v17->uColoredLightBlue; | |
4501 } | |
4502 pStationaryLightsStack->AddLight(pDecortaion->vPosition.x, | |
4503 pDecortaion->vPosition.y, | |
4504 pDecortaion->vPosition.z + v17->uDecorationHeight, | |
4505 v18, | |
4506 r, | |
4507 g, | |
4508 b, | |
4509 byte_4E94D0); | |
4510 } | |
4511 } | |
4512 } | |
4513 | |
4514 if (!pDecortaion->field_16_event_id) | |
4515 { | |
4516 if (pDecortaion->IsInteractive()) | |
4517 { | |
4518 if ( v35 < 124 ) | |
4519 { | |
4520 v21 = v35 + 1; | |
4521 pDecortaion->_idx_in_stru123 = v35 + 75; | |
4522 v22 = stru_5E4C90._decor_events[v21 + 74 - 75]; | |
4523 v35 = v21; | |
4524 if ( !v22 ) | |
4525 pDecortaion->field_2 |= 0x20; | |
4526 } | |
4527 } | |
4528 } | |
4529 } | |
4530 | |
4531 pGameLoadingUI_ProgressBar->Progress(); | |
4532 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
486
diff
changeset
|
4533 for (uint i = 0; i < uNumSpriteObjects; ++i) |
0 | 4534 { |
1207
96a81634669e
arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents:
1206
diff
changeset
|
4535 auto p = &pSpriteObjects[i]; |
0 | 4536 if (p->uObjectDescID) |
4537 { | |
4538 auto uItemID = p->stru_24.uItemID; | |
4539 if (uItemID) | |
4540 { | |
4541 if (uItemID != 220 && pItemsTable->pItems[uItemID].uEquipType == EQUIP_POTION && | |
570 | 4542 !p->stru_24.uEnchantmentType) |
4543 p->stru_24.uEnchantmentType = rand() % 15 + 5; | |
0 | 4544 pItemsTable->SetSpecialBonus(&p->stru_24); |
4545 } | |
4546 } | |
4547 } | |
4548 | |
4549 for (uint i = 0; i < uNumActors; ++i) | |
4550 //if ( (signed int)uNumActors > (signed int)v13 ) | |
4551 { | |
1202 | 4552 Actor *pActor = &pActors[i]; |
0 | 4553 //v26 = (char *)&pActors[0].uAttributes; |
4554 //do | |
4555 //{ | |
4556 //v27 = *(int *)v26; | |
4557 if (pActor->uAttributes & 0x100000) | |
4558 { | |
4559 if ( !v39 ) | |
4560 { | |
4561 pActor->pMonsterInfo.field_3E = 19; | |
4562 pActor->uAttributes |= 0x10000; | |
4563 continue; | |
4564 } | |
4565 v28 = v38 == 0; | |
4566 } | |
4567 else | |
4568 { | |
4569 v28 = v38 == 1; | |
4570 } | |
4571 | |
4572 if ( !v28 ) | |
4573 { | |
4574 pActor->PrepareSprites(0); | |
4575 v29 = pActor->pMonsterInfo.field_3E; | |
4576 pActor->pMonsterInfo.uHostilityType = MonsterInfo::Hostility_Friendly; | |
4577 if ( v29 != 11 && v29 != 19 && (!pActor->sCurrentHP || !pActor->pMonsterInfo.uHP) ) | |
4578 { | |
4579 pActor->pMonsterInfo.field_3E = 5; | |
4580 pActor->UpdateAnimation(); | |
4581 } | |
4582 } | |
4583 else | |
4584 { | |
4585 pActor->pMonsterInfo.field_3E = 19; | |
4586 pActor->uAttributes |= 0x10000; | |
4587 } | |
4588 //} | |
4589 //while ( i < (signed int)uNumActors ); | |
4590 } | |
4591 | |
4592 pGameLoadingUI_ProgressBar->Progress(); | |
4593 | |
4594 Actor this_; | |
4595 this_.pMonsterInfo.uID = 45; | |
4596 this_.PrepareSprites(0); | |
4597 if ( !v37 ) | |
4598 { | |
4599 pParty->sRotationX = 0; | |
4600 pParty->sRotationY = 0; | |
4601 pParty->vPosition.z = 0; | |
4602 pParty->vPosition.y = 0; | |
4603 pParty->vPosition.x = 0; | |
4604 pParty->uFallStartY = 0; | |
4605 pParty->uFallSpeed = 0; | |
4606 TeleportToStartingPoint(uLevel_StartingPointType); | |
4607 } | |
4608 viewparams->_443365(); | |
4609 PlayLevelMusic(); | |
4610 if ( !v37 ) | |
4611 { | |
4612 v30 = 0; | |
4613 v31 = 1; | |
4614 do | |
4615 { | |
4616 if ( pPlayers[v31]->CanAct() ) | |
4617 v34[v30++] = v31; | |
4618 ++v31; | |
4619 } | |
4620 while ( v31 <= 4 ); | |
4621 if ( v30 ) | |
4622 { | |
4623 if ( pDest ) | |
4624 { | |
4625 qword_A750D8 = 256i64; | |
4626 word_A750E0 = 46; | |
4627 word_A750E2 = LOWORD(v34[rand() % v30]); | |
4628 } | |
4629 } | |
4630 } | |
1295 | 4631 } |
4632 //----- (0046CEC3) -------------------------------------------------------- | |
4633 int BLV_GetFloorLevel(int x, int y, int z, unsigned int uSectorID, unsigned int *pFaceID) | |
4634 { | |
4635 int v13; // ecx@13 | |
4636 signed int v14; // ebx@14 | |
4637 int v15; // eax@16 | |
4638 //int v16; // edx@19 | |
4639 //int v17; // ST18_4@19 | |
4640 //signed int v18; // edx@19 | |
4641 //signed __int64 v19; // qtt@19 | |
4642 int v21; // eax@27 | |
4643 //int v22; // ecx@29 | |
4644 signed int v28; // eax@45 | |
4645 int v29; // ebx@47 | |
4646 int v30; // edx@49 | |
4647 //int v31; // ST10_4@49 | |
4648 //signed int v32; // edx@49 | |
4649 signed __int64 v33; // qtt@49 | |
4650 //signed int v34; // eax@54 | |
4651 //signed int v35; // esi@56 | |
4652 //int result; // eax@57 | |
4653 int v38; // edx@62 | |
4654 //int v44; // [sp+20h] [bp-20h]@10 | |
4655 bool v47; // [sp+24h] [bp-1Ch]@43 | |
4656 bool v48; // [sp+28h] [bp-18h]@10 | |
4657 bool v49; // [sp+28h] [bp-18h]@41 | |
4658 bool v50; // [sp+2Ch] [bp-14h]@12 | |
4659 signed int v53; // [sp+30h] [bp-10h]@10 | |
4660 signed int v54; // [sp+30h] [bp-10h]@41 | |
4661 signed int v55; // [sp+34h] [bp-Ch]@1 | |
4662 | |
4663 //LOG_DECOMPILATION_WARNING(); | |
4664 | |
4665 static int blv_floor_id[50]; // 00721200 | |
4666 static int blv_floor_level[50]; // 007212C8 | |
4667 | |
4668 static __int16 word_721390_ys[104]; // idb | |
4669 static __int16 word_721460_xs[104]; // idb | |
4670 | |
4671 auto pSector = &pIndoor->pSectors[uSectorID]; | |
4672 v55 = 0; | |
4673 for (uint i = 0; i < pSector->uNumFloors; ++i) | |
4674 { | |
4675 auto pFloor = &pIndoor->pFaces[pSector->pFloors[i]]; | |
4676 if (pFloor->Clickable()) | |
4677 continue; | |
4678 | |
4679 assert(pFloor->uNumVertices); | |
4680 if (x <= pFloor->pBounding.x2 && x >= pFloor->pBounding.x1 && | |
4681 y <= pFloor->pBounding.y2 && y >= pFloor->pBounding.y1) | |
4682 { | |
4683 for (uint j = 0; j < pFloor->uNumVertices; ++j) | |
4684 { | |
4685 word_721460_xs[2 * j] = pFloor->pXInterceptDisplacements[j] + pIndoor->pVertices[pFloor->pVertexIDs[j]].x; | |
4686 word_721460_xs[2 * j + 1] = pFloor->pXInterceptDisplacements[j] + pIndoor->pVertices[pFloor->pVertexIDs[j + 1]].x; | |
4687 word_721390_ys[2 * j] = pFloor->pYInterceptDisplacements[j] + pIndoor->pVertices[pFloor->pVertexIDs[j]].y; | |
4688 word_721390_ys[2 * j + 1] = pFloor->pYInterceptDisplacements[j] + pIndoor->pVertices[pFloor->pVertexIDs[j + 1]].y; | |
4689 } | |
4690 word_721460_xs[2 * pFloor->uNumVertices] = word_721460_xs[0]; | |
4691 word_721390_ys[2 * pFloor->uNumVertices] = word_721390_ys[0]; | |
4692 | |
4693 v50 = word_721390_ys[0] >= y; | |
4694 v53 = 0; | |
4695 | |
4696 for (uint j = 0; j < 2 * pFloor->uNumVertices; ++j) | |
4697 { | |
4698 if (v53 >= 2) | |
4699 break; | |
4700 | |
4701 v48 = v50; | |
4702 v50 = word_721390_ys[j + 1] >= y; | |
4703 | |
4704 v13 = i; | |
4705 if (v48 == v50) | |
4706 continue; | |
4707 | |
4708 v14 = word_721460_xs[j + 1] >= x ? 0 : 2; | |
4709 v15 = v14 | (word_721460_xs[j] < x); | |
4710 | |
4711 if (v15 == 3) | |
4712 continue; | |
4713 else if (!v15) | |
4714 ++v53; | |
4715 else | |
4716 { | |
4717 auto a_div_b = fixpoint_div(y - word_721390_ys[j], word_721390_ys[j + 1] - word_721390_ys[j]); | |
4718 auto res = fixpoint_sub0((signed int)word_721460_xs[j + 1] - (signed int)word_721460_xs[j], a_div_b); | |
4719 | |
4720 if (res + word_721460_xs[j] >= x) | |
4721 ++v53; | |
4722 } | |
4723 } | |
4724 | |
4725 | |
4726 if ( v53 == 1 ) | |
4727 { | |
4728 if ( v55 >= 50 ) | |
4729 break; | |
4730 if ( pFloor->uPolygonType == POLYGON_Floor || pFloor->uPolygonType == POLYGON_Ceiling ) | |
4731 { | |
4732 v21 = pIndoor->pVertices[pFloor->pVertexIDs[0]].z; | |
4733 } | |
4734 else | |
4735 { | |
4736 v21 = fixpoint_sub0(pFloor->zCalc1, x) + fixpoint_sub0(pFloor->zCalc2, y) + (short)(pFloor->zCalc3 >> 16); | |
4737 } | |
4738 blv_floor_level[v55] = v21; | |
4739 blv_floor_id[v55] = pSector->pFloors[i]; | |
4740 v55++; | |
4741 } | |
4742 } | |
4743 } | |
4744 | |
4745 | |
4746 if ( pSector->field_0 & 8 ) | |
4747 { | |
4748 for (uint i = 0; i < pSector->uNumPortals; ++i) | |
4749 { | |
4750 auto portal = &pIndoor->pFaces[pSector->pPortals[i]]; | |
4751 if (portal->uPolygonType != POLYGON_Floor) | |
4752 continue; | |
4753 | |
4754 if (!portal->uNumVertices) | |
4755 continue; | |
4756 | |
4757 if (x <= portal->pBounding.x2 && x >= portal->pBounding.x1 && | |
4758 y <= portal->pBounding.y2 && y >= portal->pBounding.y1 ) | |
4759 { | |
4760 for (uint j = 0; j < portal->uNumVertices; ++j) | |
4761 { | |
4762 word_721460_xs[2 * j] = portal->pXInterceptDisplacements[j] + pIndoor->pVertices[portal->pVertexIDs[j]].x; | |
4763 word_721460_xs[2 * j + 1] = portal->pXInterceptDisplacements[j + 1] + pIndoor->pVertices[portal->pVertexIDs[j + 1]].x; | |
4764 word_721390_ys[2 * j] = portal->pYInterceptDisplacements[j] + pIndoor->pVertices[portal->pVertexIDs[j]].y; | |
4765 word_721390_ys[2 * j + 1] = portal->pYInterceptDisplacements[j + 1] + pIndoor->pVertices[portal->pVertexIDs[j + 1]].y; | |
4766 } | |
4767 word_721460_xs[2 * portal->uNumVertices] = word_721460_xs[0]; | |
4768 word_721390_ys[2 * portal->uNumVertices] = word_721390_ys[0]; | |
4769 v54 = 0; | |
4770 v47 = word_721390_ys[0] >= y; | |
4771 | |
4772 for (uint j = 0; j < 2 * portal->uNumVertices; ++j) | |
4773 { | |
4774 v49 = v47; | |
4775 if ( v54 >= 2 ) | |
4776 break; | |
4777 v47 = word_721390_ys[j + 1] >= y; | |
4778 if ( v49 != v47 ) | |
4779 { | |
4780 v28 = word_721460_xs[j + 1] >= x ? 0 : 2; | |
4781 v29 = v28 | (word_721460_xs[j] < x); | |
4782 if ( v29 != 3 ) | |
4783 { | |
4784 if ( !v29 ) | |
4785 ++v54; | |
4786 else | |
4787 { | |
4788 auto a_div_b = fixpoint_div(y - word_721390_ys[j], word_721390_ys[j + 1] - word_721390_ys[j]); | |
4789 auto res = fixpoint_sub0(word_721460_xs[j + 1] - word_721460_xs[j], a_div_b); | |
4790 if (res + word_721460_xs[j] >= x) | |
4791 ++v54; | |
4792 } | |
4793 } | |
4794 } | |
4795 } | |
4796 if ( v54 == 1 ) | |
4797 { | |
4798 if ( v55 >= 50 ) | |
4799 break; | |
4800 blv_floor_level[v55] = -29000; | |
4801 blv_floor_id[v55] = pSector->pPortals[i]; | |
4802 v55++; | |
4803 } | |
4804 } | |
4805 } | |
4806 } | |
4807 if ( v55 == 1 ) | |
4808 { | |
4809 *pFaceID = blv_floor_id[0]; | |
4810 return blv_floor_level[0]; | |
4811 } | |
4812 if ( !v55 ) | |
4813 return -30000; | |
4814 *pFaceID = blv_floor_id[0]; | |
4815 //result = blv_floor_level[0]; | |
4816 | |
4817 /*for ( v35 = 1; v35 < v55; ++v35 ) | |
4818 { | |
4819 if ( blv_floor_level[0] <= z + 5 ) | |
4820 { | |
4821 if ( blv_floor_level[v35] >= blv_floor_level[0] || blv_floor_level[v35] > z + 5 ) | |
4822 continue; | |
4823 blv_floor_level[0] = blv_floor_level[v35]; | |
4824 *pFaceID = blv_floor_id[v35]; | |
4825 continue; | |
4826 } | |
4827 if ( blv_floor_level[v35] < blv_floor_level[0] ) | |
4828 { | |
4829 blv_floor_level[0] = blv_floor_level[v35]; | |
4830 *pFaceID = blv_floor_id[v35]; | |
4831 } | |
4832 }*/ | |
4833 | |
4834 | |
4835 int result = blv_floor_level[0]; | |
4836 for (uint i = 1; i < v55; ++i) | |
4837 { | |
4838 v38 = blv_floor_level[i]; | |
4839 if ( result <= z + 5 ) | |
4840 { | |
4841 if ( v38 > result && v38 <= z + 5 ) | |
4842 { | |
4843 result = blv_floor_level[i]; | |
4844 *pFaceID = blv_floor_id[i]; | |
4845 } | |
4846 } | |
4847 else if ( v38 < result ) | |
4848 { | |
4849 result = blv_floor_level[i]; | |
4850 *pFaceID = blv_floor_id[i]; | |
4851 } | |
4852 } | |
4853 | |
4854 return result; | |
4855 } | |
4856 //----- (004016FA) -------------------------------------------------------- | |
4857 int __cdecl MakeActorAIList_BLV() | |
4858 { | |
4859 Actor *v0; // esi@2 | |
4860 int v1; // eax@4 | |
4861 int v2; // ebx@4 | |
4862 unsigned int v3; // ecx@4 | |
4863 int v4; // edx@5 | |
4864 int v5; // edx@7 | |
4865 unsigned int v6; // edx@9 | |
4866 unsigned int v7; // ST24_4@10 | |
4867 int v8; // eax@10 | |
4868 int v9; // edi@10 | |
4869 int v10; // ebx@14 | |
4870 char v11; // zf@16 | |
4871 int v12; // eax@22 | |
4872 int v13; // edx@24 | |
4873 int v14; // ecx@25 | |
4874 int v15; // ebx@26 | |
4875 unsigned int *v16; // ecx@27 | |
4876 unsigned int v17; // esi@27 | |
4877 int v18; // ecx@31 | |
4878 signed int v19; // edi@31 | |
4879 Actor *v20; // esi@32 | |
4880 bool v21; // eax@33 | |
4881 int v22; // eax@34 | |
4882 signed int v23; // ebx@36 | |
4883 Actor *v24; // esi@37 | |
4884 signed int v25; // eax@40 | |
4885 int v26; // eax@43 | |
4886 int v27; // ebx@45 | |
4887 int j; // edi@45 | |
4888 unsigned int v29; // eax@46 | |
4889 int v30; // eax@48 | |
4890 int v31; // ecx@51 | |
4891 int v32; // eax@51 | |
4892 signed int v33; // eax@53 | |
4893 __int64 v34; // qax@55 | |
4894 char *v35; // ecx@56 | |
4895 int v37; // [sp+Ch] [bp-18h]@1 | |
4896 int v38; // [sp+10h] [bp-14h]@4 | |
4897 int v39; // [sp+14h] [bp-10h]@4 | |
4898 int v40; // [sp+18h] [bp-Ch]@10 | |
4899 int v41; // [sp+18h] [bp-Ch]@29 | |
4900 int i; // [sp+18h] [bp-Ch]@31 | |
4901 signed int v43; // [sp+1Ch] [bp-8h]@1 | |
4902 signed int v44; // [sp+1Ch] [bp-8h]@25 | |
4903 int v45; // [sp+20h] [bp-4h]@1 | |
4904 | |
4905 // __debugbreak(); // refactor for blv ai | |
4906 pParty->uFlags &= 0xFFFFFFCFu; | |
4907 v37 = pIndoor->GetSector(pParty->vPosition.x, pParty->vPosition.y, pParty->vPosition.z); | |
4908 v45 = 0; | |
4909 v43 = 0; | |
4910 if ( (signed int)uNumActors > 0 ) | |
4911 { | |
4912 v0 = pActors.data();//[0].uAttributes; | |
4913 do | |
4914 { | |
4915 BYTE1(v0->uAttributes) &= 0xFBu; | |
4916 if ( ! v0->CanAct() ) | |
4917 goto LABEL_60; | |
4918 v39 = abs(pParty->vPosition.z - v0->vPosition.z); | |
4919 v38 = abs(pParty->vPosition.y - v0->vPosition.y); | |
4920 v1 = abs(pParty->vPosition.x - v0->vPosition.x); | |
4921 v2 = v38; | |
4922 v3 = v39; | |
4923 if ( v1 < v38 ) | |
4924 { | |
4925 v4 = v1; | |
4926 v1 = v38; | |
4927 v2 = v4; | |
4928 } | |
4929 if ( v1 < v39 ) | |
4930 { | |
4931 v5 = v1; | |
4932 v1 = v39; | |
4933 v3 = v5; | |
4934 } | |
4935 if ( v2 < (signed int)v3 ) | |
4936 { | |
4937 v6 = v3; | |
4938 v3 = v2; | |
4939 v2 = v6; | |
4940 } | |
4941 v7 = ((unsigned int)(11 * v2) >> 5) + (v3 >> 2) + v1; | |
4942 v8 = v0->uActorRadius; | |
4943 v9 = v7 - v8; | |
4944 v40 = v7 - v8; | |
4945 if ( v40 < 0 ) | |
4946 { | |
4947 v9 = 0; | |
4948 v40 = 0; | |
4949 } | |
4950 if ( v9 < 10240 ) | |
4951 { | |
4952 v10 = v0->uAttributes & 0xFEFFFFFF; | |
4953 v0->uAttributes = v10; | |
4954 if ( v10 & 0x80000 || v0->GetActorsRelation(0) ) | |
4955 { | |
4956 v11 = (pParty->uFlags & 0x10) == 0; | |
4957 v0->uAttributes = v10 | 0x1000000; | |
4958 if ( v11 && (double)v40 < 307.2 ) | |
4959 pParty->uFlags |= 0x10u; | |
4960 if ( !(pParty->uFlags & 0x20) && v9 < 5120 ) | |
4961 pParty->uFlags |= 0x20u; | |
4962 } | |
4963 v12 = v45++; | |
4964 ai_near_actors_distances[v12] = v9; | |
4965 ai_near_actors_ids[v12] = v43; | |
4966 } | |
4967 else | |
4968 { | |
4969 LABEL_60: | |
4970 BYTE1(v0->uAttributes) &= 0xBFu; | |
4971 } | |
4972 ++v43; | |
4973 ++v0; | |
4974 } | |
4975 while ( v43 < (signed int)uNumActors ); | |
4976 } | |
4977 v13 = 0; | |
4978 if ( v45 > 0 ) | |
4979 { | |
4980 v14 = 1; | |
4981 v44 = 1; | |
4982 do | |
4983 { | |
4984 while ( 1 ) | |
4985 { | |
4986 v41 = v14; | |
4987 if ( v14 >= v45 ) | |
4988 break; | |
4989 v15 = ai_near_actors_distances[v13]; | |
4990 if ( v15 > ai_near_actors_distances[v14] ) | |
4991 { | |
4992 v16 = &ai_near_actors_ids[v14]; | |
4993 v17 = ai_near_actors_ids[v13]; | |
4994 ai_near_actors_ids[v13] = *v16; | |
4995 *v16 = v17; | |
4996 v14 = v41; | |
4997 ai_near_actors_distances[v13] = ai_near_actors_distances[v41]; | |
4998 ai_near_actors_distances[v41] = v15; | |
4999 } | |
5000 ++v14; | |
5001 } | |
5002 ++v13; | |
5003 v14 = v44 + 1; | |
5004 v44 = v14; | |
5005 } | |
5006 while ( v14 - 1 < v45 ); | |
5007 } | |
5008 v18 = 0; | |
5009 v19 = 0; | |
5010 for ( i = 0; v18 < v45; i = v18 ) | |
5011 { | |
5012 v20 = &pActors[ai_near_actors_ids[v18]]; | |
5013 if ( v20->uAttributes & 0x8000 | |
5014 || (v21 = sub_4070EF_prolly_collide_objects(PID(OBJECT_Actor,ai_near_actors_ids[v18]), 4u), v18 = i, v21) ) | |
5015 { | |
5016 v22 = ai_near_actors_ids[v18]; | |
5017 v20->uAttributes |= 0x8000u; | |
5018 ai_array_4F6638_actor_ids[v19] = v22; | |
5019 ai_array_4F5E68[v19++] = ai_near_actors_distances[v18]; | |
5020 if ( v19 >= 30 ) | |
5021 break; | |
5022 } | |
5023 ++v18; | |
5024 } | |
5025 v23 = 0; | |
5026 ai_arrays_size = v19; | |
5027 if ( (signed int)uNumActors > 0 ) | |
5028 { | |
5029 v24 = pActors.data();//[0].uAttributes; | |
5030 do | |
5031 { | |
5032 if ( v24->CanAct() && v24->uSectorID == v37 ) | |
5033 { | |
5034 v25 = 0; | |
5035 if ( v19 <= 0 ) | |
5036 { | |
5037 LABEL_43: | |
5038 v26 = ai_arrays_size; | |
5039 BYTE1(v24->uAttributes) |= 0x40u; | |
5040 ++ai_arrays_size; | |
5041 ai_array_4F6638_actor_ids[v26] = v23; | |
5042 } | |
5043 else | |
5044 { | |
5045 while ( ai_array_4F6638_actor_ids[v25] != v23 ) | |
5046 { | |
5047 ++v25; | |
5048 if ( v25 >= v19 ) | |
5049 goto LABEL_43; | |
5050 } | |
5051 } | |
5052 } | |
5053 ++v23; | |
5054 ++v24; | |
5055 } | |
5056 while ( v23 < (signed int)uNumActors ); | |
5057 } | |
5058 v27 = ai_arrays_size; | |
5059 for ( j = 0; j < v45; ++j ) | |
5060 { | |
5061 v29 = ai_near_actors_ids[j]; | |
5062 if ( pActors[v29].uAttributes & 0xC000 && pActors[v29].CanAct() ) | |
5063 { | |
5064 v30 = 0; | |
5065 if ( v27 <= 0 ) | |
5066 { | |
5067 LABEL_51: | |
5068 v31 = ai_arrays_size; | |
5069 v32 = ai_near_actors_ids[j]; | |
5070 ++ai_arrays_size; | |
5071 ai_array_4F6638_actor_ids[v31] = v32; | |
5072 } | |
5073 else | |
5074 { | |
5075 while ( ai_array_4F6638_actor_ids[v30] != ai_near_actors_ids[j] ) | |
5076 { | |
5077 ++v30; | |
5078 if ( v30 >= v27 ) | |
5079 goto LABEL_51; | |
5080 } | |
5081 } | |
5082 } | |
5083 } | |
5084 v33 = ai_arrays_size; | |
5085 if ( ai_arrays_size > 30 ) | |
5086 { | |
5087 v33 = 30; | |
5088 ai_arrays_size = 30; | |
5089 } | |
5090 memcpy(ai_near_actors_ids.data(), ai_array_4F6638_actor_ids.data(), 4 * v33); | |
5091 memcpy(ai_near_actors_distances.data(), ai_array_4F5E68.data(), 4 * ai_arrays_size); | |
5092 v34 = (unsigned int)ai_arrays_size; | |
5093 if ( ai_arrays_size > 0 ) | |
5094 { | |
5095 do | |
5096 { | |
5097 v35 = (char *)&pActors[ai_near_actors_ids[HIDWORD(v34)]].uAttributes; | |
5098 v35[1] |= 4u; | |
5099 ++HIDWORD(v34); | |
5100 } | |
5101 while ( SHIDWORD(v34) < (signed int)v34 ); | |
5102 } | |
5103 return v34; | |
5104 } | |
5105 //----- (0043FDED) -------------------------------------------------------- | |
5106 void PrepareActorRenderList_BLV() | |
5107 { | |
5108 RenderBillboard *v0; // esi@0 | |
5109 unsigned __int16 v3; // ax@3 | |
5110 unsigned int v4; // eax@5 | |
5111 unsigned __int16 v5; // cx@5 | |
5112 int v6; // esi@5 | |
5113 unsigned int v7; // eax@7 | |
5114 int v8; // eax@10 | |
5115 SpriteFrame *v9; // eax@16 | |
5116 SpriteFrame *v10; // ebx@18 | |
5117 //int *v11; // eax@18 | |
5118 int v12; // ecx@28 | |
5119 //IndoorCameraD3D **v14; // eax@36 | |
5120 double v15; // st7@36 | |
5121 float v16; // eax@36 | |
5122 //double v17; // ST30_8@36 | |
5123 signed __int64 v18; // qtt@36 | |
5124 int v19; // ST5C_4@36 | |
5125 signed __int64 v20; // qtt@37 | |
5126 int v21; // ST5C_4@37 | |
5127 signed __int16 v22; // cx@39 | |
5128 int v23; // ST50_4@40 | |
5129 signed int v24; // ecx@40 | |
5130 int v25; // edx@44 | |
5131 __int16 v26; // ax@44 | |
5132 //MonsterDesc *v27; // edx@44 | |
5133 //int v28; // ecx@44 | |
5134 unsigned __int8 v29; // zf@44 | |
5135 unsigned __int8 v30; // sf@44 | |
5136 unsigned int v31; // [sp-8h] [bp-5Ch]@15 | |
5137 int v32; // [sp+1Ch] [bp-38h]@5 | |
5138 int a3; // [sp+20h] [bp-34h]@5 | |
5139 int a2; // [sp+24h] [bp-30h]@5 | |
5140 int a1a; // [sp+28h] [bp-2Ch]@5 | |
5141 __int16 a5; // [sp+2Ch] [bp-28h]@5 | |
5142 int a5a; // [sp+2Ch] [bp-28h]@36 | |
5143 int a5b; // [sp+2Ch] [bp-28h]@40 | |
5144 __int16 v41; // [sp+3Ch] [bp-18h]@18 | |
5145 int a6; // [sp+40h] [bp-14h]@34 | |
5146 int v43; // [sp+44h] [bp-10h]@34 | |
5147 int z; // [sp+48h] [bp-Ch]@32 | |
5148 signed int y; // [sp+4Ch] [bp-8h]@32 | |
5149 int x; // [sp+50h] [bp-4h]@32 | |
5150 | |
5151 for (uint i = 0; i < uNumActors; ++i) | |
5152 { | |
5153 auto p = &pActors[i]; | |
5154 | |
5155 if (p->uAIState == Removed || | |
5156 p->uAIState == Disabled) | |
5157 continue; | |
5158 | |
5159 a5 = p->uSectorID; | |
5160 a2 = p->vPosition.y; | |
5161 a1a = p->vPosition.x; | |
5162 a3 = p->vPosition.z; | |
5163 v4 = stru_5C6E00->Atan2(a1a - pBLVRenderParams->vPartyPos.x, a2 - pBLVRenderParams->vPartyPos.y); | |
5164 LOWORD(v0) = p->uYawAngle; | |
5165 v5 = p->uCurrentActionAnimation; | |
5166 v6 = ((signed int)((char *)v0 + ((signed int)stru_5C6E00->uIntegerPi >> 3) - v4 + stru_5C6E00->uIntegerPi) >> 8) & 7; | |
5167 v32 = v6; | |
5168 if ( pParty->bTurnBasedModeOn ) | |
5169 { | |
5170 if ( v5 == 1 ) | |
5171 { | |
5172 v7 = pMiscTimer->uTotalGameTimeElapsed; | |
5173 goto LABEL_10; | |
5174 } | |
5175 } | |
5176 else | |
5177 { | |
5178 if ( v5 == 1 ) | |
5179 { | |
5180 v7 = pBLVRenderParams->field_0_timer_; | |
5181 LABEL_10: | |
5182 v8 = i * 32 + v7; | |
5183 goto LABEL_12; | |
5184 } | |
5185 } | |
5186 v8 = p->uCurrentActionTime; | |
5187 LABEL_12: | |
5188 if (p->pActorBuffs[5].uExpireTime > 0i64 || p->pActorBuffs[6].uExpireTime > 0i64 ) | |
5189 v8 = 0; | |
5190 v31 = p->pSpriteIDs[v5]; | |
5191 if (p->uAIState == Resurrected) | |
5192 v9 = pSpriteFrameTable->GetFrameBy_x(v31, v8); | |
5193 else | |
5194 v9 = pSpriteFrameTable->GetFrame(v31, v8); | |
5195 v41 = 0; | |
5196 v10 = v9; | |
5197 //v11 = (int *)v9->uFlags; | |
5198 if (v9->uFlags & 2) | |
5199 v41 = 2; | |
5200 if (v9->uFlags & 0x40000) | |
5201 v41 |= 0x40u; | |
5202 if (v9->uFlags & 0x20000) | |
5203 LOBYTE(v41) = v41 | 0x80; | |
5204 v0 = (RenderBillboard *)(256 << v6); | |
5205 if ( (unsigned int)v0 & v9->uFlags) | |
5206 v41 |= 4u; | |
5207 if ( v10->uGlowRadius ) | |
5208 { | |
5209 //LOBYTE(v11) = byte_4E94D3; | |
5210 pMobileLightsStack->AddLight( | |
5211 a1a, | |
5212 a2, | |
5213 a3, | |
5214 a5, | |
5215 v10->uGlowRadius, | |
5216 0xFFu, | |
5217 0xFFu, | |
5218 0xFFu, | |
5219 byte_4E94D3); | |
5220 } | |
5221 v12 = 0; | |
5222 if ( pBspRenderer->uNumVisibleNotEmptySectors <= 0 ) | |
5223 continue; | |
5224 while (pBspRenderer->pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[v12] != p->uSectorID) | |
5225 { | |
5226 ++v12; | |
5227 if ( v12 >= pBspRenderer->uNumVisibleNotEmptySectors ) | |
5228 goto _continue; | |
5229 } | |
5230 if ( !pGame->pIndoorCameraD3D->ApplyViewTransform_TrueIfStillVisible(a1a, a2, a3, &x, &y, &z, 1) | |
5231 || (v0 = (RenderBillboard *)abs(x), (signed int)v0 < abs(y)) ) | |
5232 continue; | |
5233 pGame->pIndoorCameraD3D->Project(x, y, z, &v43, &a6); | |
5234 v0 = &pBillboardRenderList[uNumBillboardsToDraw]; | |
5235 if (uNumBillboardsToDraw >= 500) | |
5236 break; | |
5237 ++uNumBillboardsToDraw; | |
5238 ++uNumSpritesDrawnThisFrame; | |
5239 p->uAttributes |= 8u; | |
5240 v29 = pRenderer->pRenderD3D == 0; | |
5241 v0->uHwSpriteID = v10->pHwSpriteIDs[v32]; | |
5242 v0->uPalette = v10->uPaletteIndex; | |
5243 v0->uIndoorSectorID = a5; | |
5244 if ( v29 ) | |
5245 { | |
5246 LODWORD(v20) = pBLVRenderParams->field_40 << 16; | |
5247 HIDWORD(v20) = pBLVRenderParams->field_40 >> 16; | |
5248 v21 = v20 / x; | |
5249 v0->_screenspace_x_scaler_packedfloat = (unsigned __int64)(v10->scale * v20 / x) >> 16; | |
5250 a5a = (unsigned __int64)(v10->scale * (signed __int64)v21) >> 16; | |
5251 } | |
5252 else | |
5253 { | |
5254 //v14 = &pGame->pIndoorCameraD3D; | |
5255 v0->fov_x = pGame->pIndoorCameraD3D->fov_x; | |
5256 v15 = pGame->pIndoorCameraD3D->fov_y; | |
5257 v16 = v0->fov_x; | |
5258 v0->fov_y = v15; | |
5259 //v17 = v16 + 6.7553994e15; | |
5260 LODWORD(v18) = 0; | |
5261 HIDWORD(v18) = floorf(v16 + 0.5f); | |
5262 v19 = v18 / x; | |
5263 v0->_screenspace_x_scaler_packedfloat = (unsigned __int64)(v10->scale * v18 / x) >> 16; | |
5264 a5a = (unsigned __int64)(v10->scale * (signed __int64)v19) >> 16; | |
5265 } | |
5266 v0->_screenspace_y_scaler_packedfloat = a5a; | |
5267 if ( (signed __int64)p->pActorBuffs[3].uExpireTime <= 0 ) | |
5268 { | |
5269 if ( (signed __int64)p->pActorBuffs[10].uExpireTime > 0 ) | |
5270 { | |
5271 a5b = (unsigned __int64)(pGame->pStru6Instance->_4A806F(p) * (signed __int64)v0->_screenspace_y_scaler_packedfloat) >> 16; | |
5272 goto LABEL_43; | |
5273 } | |
5274 } | |
5275 else | |
5276 { | |
5277 v22 = p->pActorBuffs[3].uPower; | |
5278 if ( v22 ) | |
5279 { | |
5280 v23 = (unsigned __int64)(65536 / (unsigned __int16)v22 * (signed __int64)v0->_screenspace_x_scaler_packedfloat) >> 16; | |
5281 v24 = p->pActorBuffs[3].uPower; | |
5282 v0->_screenspace_x_scaler_packedfloat = v23; | |
5283 a5b = (unsigned __int64)(65536 / v24 * (signed __int64)v0->_screenspace_y_scaler_packedfloat) >> 16; | |
5284 LABEL_43: | |
5285 v0->_screenspace_y_scaler_packedfloat = a5b; | |
5286 goto LABEL_44; | |
5287 } | |
5288 } | |
5289 LABEL_44: | |
5290 HIWORD(v25) = HIWORD(x); | |
5291 v0->world_x = a1a; | |
5292 v0->world_y = a2; | |
5293 v0->world_z = a3; | |
5294 v0->uScreenSpaceX = v43; | |
5295 v0->uScreenSpaceY = a6; | |
5296 LOWORD(v25) = 0; | |
5297 LOBYTE(v26) = v41; | |
5298 | |
5299 //v0->sZValue = v25 + (PID(OBJECT_Actor,i)); | |
5300 v0->actual_z = HIWORD(x); | |
5301 v0->object_pid = PID(OBJECT_Actor,i); | |
5302 | |
5303 v29 = HIDWORD(p->pActorBuffs[5].uExpireTime) == 0; | |
5304 v30 = HIDWORD(p->pActorBuffs[5].uExpireTime) < 0; | |
5305 v0->field_1E = v41; | |
5306 v0->pSpriteFrame = v10; | |
5307 v0->uTintColor = pMonsterList->pMonsters[p->pMonsterInfo.uID - 1].uTintColor; | |
5308 if ( !v30 && (!(v30 | v29) || LODWORD(p->pActorBuffs[5].uExpireTime)) ) | |
5309 { | |
5310 HIBYTE(v26) = HIBYTE(v41) | 1; | |
5311 v0->field_1E = v26; | |
5312 } | |
5313 | |
5314 _continue: | |
5315 ; | |
5316 } | |
5317 } | |
5318 //----- (0044028F) -------------------------------------------------------- | |
5319 void PrepareItemsRenderList_BLV() | |
5320 { | |
5321 ObjectDesc *v1; // ebx@4 | |
5322 __int16 v2; // ax@5 | |
5323 RenderBillboard *v3; // esi@12 | |
5324 SpriteFrame *v4; // eax@12 | |
5325 SpriteFrame *v5; // ebx@12 | |
5326 unsigned int v6; // eax@12 | |
5327 int v7; // ecx@12 | |
5328 int v8; // edx@12 | |
5329 int v9; // ecx@12 | |
5330 unsigned __int16 v10; // ax@12 | |
5331 int *v11; // eax@20 | |
5332 //char v12; // zf@26 | |
5333 __int64 v18; // ST5C_4@27 | |
5334 signed __int64 v19; // qtt@28 | |
5335 int v20; // ST5C_4@28 | |
5336 //int v21; // edx@29 | |
5337 __int16 v22; // ax@29 | |
5338 //int v23; // eax@29 | |
5339 SpriteFrame *v24; // [sp+1Ch] [bp-40h]@12 | |
5340 //__int16 a5; // [sp+28h] [bp-34h]@12 | |
5341 int a6; // [sp+2Ch] [bp-30h]@12 | |
5342 int a2; // [sp+30h] [bp-2Ch]@12 | |
5343 int a1; // [sp+34h] [bp-28h]@12 | |
5344 int v30; // [sp+38h] [bp-24h]@12 | |
5345 int v31; // [sp+38h] [bp-24h]@27 | |
5346 int a3; // [sp+40h] [bp-1Ch]@12 | |
5347 signed __int16 v34; // [sp+44h] [bp-18h]@14 | |
5348 int v35; // [sp+48h] [bp-14h]@25 | |
5349 int v36; // [sp+4Ch] [bp-10h]@25 | |
5350 signed int z; // [sp+50h] [bp-Ch]@24 | |
5351 signed int y; // [sp+54h] [bp-8h]@24 | |
5352 signed int x; // [sp+58h] [bp-4h]@24 | |
5353 | |
5354 for (uint i = 0; i < uNumSpriteObjects; ++i) | |
5355 { | |
5356 auto p = &pSpriteObjects[i]; | |
5357 if (p->uObjectDescID) | |
5358 { | |
5359 v1 = &pObjectList->pObjects[p->uObjectDescID]; | |
5360 if ( !(v1->uFlags & 1) ) | |
5361 { | |
5362 if ( ((v2 = p->uType, v2 < 1000) || v2 >= 10000) | |
5363 && (v2 < 500 || v2 >= 600) | |
5364 && (v2 < 811 || v2 >= 815) | |
5365 || pGame->pStru6Instance->_4A81CA(p)) | |
5366 { | |
5367 //a5 = p->uSectorID; | |
5368 a1 = p->vPosition.x; | |
5369 a2 = p->vPosition.y; | |
5370 a3 = p->vPosition.z; | |
5371 v3 = &pBillboardRenderList[uNumBillboardsToDraw]; | |
5372 v4 = pSpriteFrameTable->GetFrame(v1->uSpriteID, p->uSpriteFrameID); | |
5373 v5 = v4; | |
5374 v24 = v4; | |
5375 v30 = v4->uFlags; | |
5376 a6 = v4->uGlowRadius * p->field_22_glow_radius_multiplier; | |
5377 v6 = stru_5C6E00->Atan2(p->vPosition.x - pBLVRenderParams->vPartyPos.x, | |
5378 p->vPosition.y - pBLVRenderParams->vPartyPos.y); | |
5379 LOWORD(v7) = p->uFacing; | |
5380 v8 = v30; | |
5381 v9 = ((signed int)(stru_5C6E00->uIntegerPi + ((signed int)stru_5C6E00->uIntegerPi >> 3) + v7 - v6) >> 8) & 7; | |
5382 v10 = v5->pHwSpriteIDs[v9]; | |
5383 v3->uHwSpriteID = v10; | |
5384 if ( v30 & 0x20 ) | |
5385 { | |
5386 v8 = v30; | |
5387 a3 -= (signed int)((unsigned __int64)(v5->scale * (signed __int64)pSprites_LOD->pSpriteHeaders[(signed __int16)v10].uHeight) >> 16) >> 1; | |
5388 } | |
5389 v34 = 0; | |
5390 if ( v8 & 2 ) | |
5391 v34 = 2; | |
5392 if ( v8 & 0x40000 ) | |
5393 v34 |= 0x40u; | |
5394 if ( v8 & 0x20000 ) | |
5395 LOBYTE(v34) = v34 | 0x80; | |
5396 v11 = (int *)(256 << v9); | |
5397 if ( (256 << v9) & v8 ) | |
5398 v34 |= 4u; | |
5399 if ( a6 ) | |
5400 { | |
5401 LOBYTE(v11) = byte_4E94D3; | |
5402 pMobileLightsStack->AddLight( | |
5403 a1, | |
5404 a2, | |
5405 a3, | |
5406 p->uSectorID, | |
5407 a6, | |
5408 v1->uParticleTrailColorR, | |
5409 v1->uParticleTrailColorG, | |
5410 v1->uParticleTrailColorB, | |
5411 byte_4E94D3); | |
5412 } | |
5413 if ( pGame->pIndoorCameraD3D->ApplyViewTransform_TrueIfStillVisible( | |
5414 a1, | |
5415 a2, | |
5416 a3, | |
5417 &x, | |
5418 &y, | |
5419 &z, | |
5420 1) ) | |
5421 { | |
5422 pGame->pIndoorCameraD3D->Project(x, y, z, &v36, &v35); | |
5423 | |
5424 assert(uNumBillboardsToDraw < 500); | |
5425 //if ( (signed int)uNumBillboardsToDraw >= 500 ) | |
5426 // return; | |
5427 ++uNumBillboardsToDraw; | |
5428 ++uNumSpritesDrawnThisFrame; | |
5429 p->uAttributes |= 1u; | |
5430 //v12 = pRenderer->pRenderD3D == 0; | |
5431 v3->uPalette = v24->uPaletteIndex; | |
5432 v3->uIndoorSectorID = p->uSectorID; | |
5433 if ( pRenderer->pRenderD3D ) | |
5434 { | |
5435 v3->fov_x = pGame->pIndoorCameraD3D->fov_x; | |
5436 v3->fov_y = pGame->pIndoorCameraD3D->fov_y; | |
5437 LODWORD(v18) = 0; | |
5438 HIDWORD(v18) = (int)floorf(v3->fov_x + 0.5f); | |
5439 v18 = v18 / x; | |
5440 v3->_screenspace_x_scaler_packedfloat = (unsigned __int64)(v24->scale * v18) >> 16; | |
5441 v31 = (unsigned __int64)(v24->scale * v18) >> 16; | |
5442 } | |
5443 else | |
5444 { | |
5445 LODWORD(v19) = pBLVRenderParams->field_40 << 16; | |
5446 HIDWORD(v19) = pBLVRenderParams->field_40 >> 16; | |
5447 v20 = v19 / x; | |
5448 v3->_screenspace_x_scaler_packedfloat = (unsigned __int64)(v24->scale * v19 / x) >> 16; | |
5449 v31 = (unsigned __int64)(v24->scale * (signed __int64)v20) >> 16; | |
5450 } | |
5451 //HIWORD(v21) = HIWORD(x); | |
5452 //LOWORD(v21) = 0; | |
5453 v3->_screenspace_y_scaler_packedfloat = v31; | |
5454 v3->field_1E = v34; | |
5455 v3->world_x = a1; | |
5456 v3->world_y = a2; | |
5457 v3->world_z = a3; | |
5458 v3->uScreenSpaceX = v36; | |
5459 v22 = v35; | |
5460 v3->uTintColor = 0; | |
5461 v3->uScreenSpaceY = v22; | |
5462 //v23 = 8 * i; | |
5463 //LOBYTE(v23) = PID(OBJECT_Item,i); | |
5464 v3->pSpriteFrame = v24; | |
5465 //v12 = (p->uAttributes & 0x20) == 0; | |
5466 //v3->sZValue = v21 + v23; | |
5467 v3->actual_z = HIWORD(x); | |
5468 v3->object_pid = PID(OBJECT_Item,i); | |
5469 if (p->uAttributes & 0x20) | |
5470 { | |
5471 if ( !pRenderer->pRenderD3D ) | |
5472 v3->sZValue = 0; | |
5473 } | |
5474 } | |
5475 } | |
5476 } | |
5477 } | |
5478 } | |
5479 } | |
5480 | |
5481 //----- (00440639) -------------------------------------------------------- | |
5482 void AddBspNodeToRenderList(unsigned int node_id) | |
5483 { | |
5484 BLVSector *pSector; // esi@1 | |
5485 | |
5486 pSector = &pIndoor->pSectors[pBspRenderer->nodes[node_id].uSectorID]; | |
5487 if ( pRenderer->pRenderD3D ) | |
5488 { | |
5489 for (uint i = 0; i < pSector->uNumNonBSPFaces; ++i) | |
5490 //Log::Warning(L"Non-BSP face: %X", v3->pFaceIDs[v2]); | |
5491 pBspRenderer->AddFaceToRenderList_d3d(node_id, pSector->pFaceIDs[i]); | |
5492 } | |
5493 else | |
5494 { | |
5495 for (uint i = 0; i < pSector->uNumNonBSPFaces; ++i) | |
5496 pBspRenderer->AddFaceToRenderList_sw(node_id, pSector->pFaceIDs[i]); | |
5497 } | |
5498 if ( pSector->field_0 & 0x10 ) | |
5499 sub_4406BC(node_id, pSector->uFirstBSPNode); | |
5500 } | |
5501 | |
5502 //----- (004406BC) -------------------------------------------------------- | |
5503 void __fastcall sub_4406BC(unsigned int node_id, unsigned int uFirstNode) | |
5504 { | |
5505 BLVSector *pSector; // esi@2 | |
5506 BSPNode *pNode; // edi@2 | |
5507 BLVFace *pFace; // eax@2 | |
5508 int v5; // ecx@2 | |
5509 __int16 v6; // ax@6 | |
5510 int v7; // ebp@10 | |
5511 int v8; // ebx@10 | |
5512 __int16 v9; // di@18 | |
5513 //int v10; // [sp+10h] [bp-Ch]@1 | |
5514 //bool v11; // [sp+14h] [bp-8h]@5 | |
5515 BspRenderer_stru0 *node; // [sp+18h] [bp-4h]@1 | |
5516 | |
5517 //Log::Warning(L"sub_4406BC(%u, %u)", a1, uFirstNode); | |
5518 | |
5519 //v10 = a1; | |
5520 node = &pBspRenderer->nodes[node_id]; | |
5521 while ( 1 ) | |
5522 { | |
5523 pSector = &pIndoor->pSectors[node->uSectorID]; | |
5524 pNode = &pIndoor->pNodes[uFirstNode]; | |
5525 pFace = &pIndoor->pFaces[pSector->pFaceIDs[pNode->uCoplanarOffset]]; | |
5526 v5 = pFace->pFacePlane_old.dist + pBLVRenderParams->vPartyPos.x * pFace->pFacePlane_old.vNormal.x | |
5527 + pBLVRenderParams->vPartyPos.y * pFace->pFacePlane_old.vNormal.y + pBLVRenderParams->vPartyPos.z * pFace->pFacePlane_old.vNormal.z;//plane equation | |
5528 if (pFace->Portal() && pFace->uSectorID != node->uSectorID ) | |
5529 v5 = -v5; | |
5530 //v11 = v5 > 0; | |
5531 if ( v5 <= 0 ) | |
5532 v6 = pNode->uFront; | |
5533 else | |
5534 v6 = pNode->uBack; | |
5535 if ( v6 != -1 ) | |
5536 sub_4406BC(node_id, v6); | |
5537 v7 = pNode->uCoplanarOffset; | |
5538 v8 = v7 + pNode->uCoplanarSize; | |
5539 | |
5540 //Log::Warning(L"Node %u: %X to %X (%hX)", uFirstNode, v7, v8, v2->pFaceIDs[v7]); | |
5541 | |
5542 if ( pRenderer->pRenderD3D ) | |
5543 { | |
5544 while ( v7 < v8 ) | |
5545 pBspRenderer->AddFaceToRenderList_d3d(node_id, pSector->pFaceIDs[v7++]); | |
5546 } | |
5547 else | |
5548 { | |
5549 while ( v7 < v8 ) | |
5550 pBspRenderer->AddFaceToRenderList_sw(node_id, pSector->pFaceIDs[v7++]); | |
5551 } | |
5552 v9 = v5 > 0 ? pNode->uFront : pNode->uBack; | |
5553 if ( v9 == -1 ) | |
5554 break; | |
5555 uFirstNode = v9; | |
5556 } | |
5557 } | |
5558 //----- (0043FA33) -------------------------------------------------------- | |
5559 void __fastcall PrepareDecorationsRenderList_BLV(unsigned int uDecorationID, unsigned int uSectorID) | |
5560 { | |
5561 LevelDecoration *v2; // esi@1 | |
5562 DecorationDesc *v3; // ebx@2 | |
5563 __int16 v4; // ax@2 | |
5564 double v5; // st7@3 | |
5565 int v6; // eax@5 | |
5566 int v7; // edx@5 | |
5567 unsigned int v8; // edi@5 | |
5568 int v9; // edi@5 | |
5569 int v10; // eax@7 | |
5570 SpriteFrame *v11; // eax@7 | |
5571 SpriteFrame *v12; // esi@7 | |
5572 int v13; // eax@7 | |
5573 int v14; // ebx@16 | |
5574 RenderBillboard *v15; // ecx@17 | |
5575 char v16; // zf@18 | |
5576 IndoorCameraD3D **v17; // eax@19 | |
5577 double v18; // st7@19 | |
5578 //float v19; // eax@19 | |
5579 signed __int64 v20; // qtt@19 | |
5580 signed __int64 v21; // qtt@20 | |
5581 //int v22; // edx@21 | |
5582 //int v23; // eax@21 | |
5583 Particle_sw local_0; // [sp+Ch] [bp-A0h]@3 | |
5584 //double v25; // [sp+74h] [bp-38h]@19 | |
5585 //unsigned int v26; // [sp+7Ch] [bp-30h]@1 | |
5586 int a2; // [sp+80h] [bp-2Ch]@5 | |
5587 int a3; // [sp+84h] [bp-28h]@5 | |
5588 int a1; // [sp+88h] [bp-24h]@5 | |
5589 int v30; // [sp+8Ch] [bp-20h]@7 | |
5590 //float v31; // [sp+90h] [bp-1Ch]@1 | |
5591 int a5; // [sp+94h] [bp-18h]@17 | |
5592 int z; // [sp+98h] [bp-14h]@15 | |
5593 int a6; // [sp+9Ch] [bp-10h]@17 | |
5594 int y; // [sp+A0h] [bp-Ch]@15 | |
5595 int x; // [sp+A4h] [bp-8h]@15 | |
5596 int v37; // [sp+A8h] [bp-4h]@5 | |
5597 | |
5598 //v26 = uDecorationID; | |
5599 //LODWORD(v31) = uSectorID; | |
5600 v2 = &pLevelDecorations[uDecorationID]; | |
5601 if (v2->field_2 & 0x20) | |
5602 return; | |
5603 | |
5604 v3 = &pDecorationList->pDecorations[v2->uDecorationDescID]; | |
5605 v4 = v3->uFlags; | |
5606 if (v3->uFlags & DECORATION_EMITS_FIRE) | |
5607 { | |
5608 memset(&local_0, 0, 0x68u); // fire, like at the Pit's tavern | |
5609 v5 = (double)v2->vPosition.x; | |
5610 local_0.type = ParticleType_Bitmap | ParticleType_Rotating | ParticleType_8; | |
5611 local_0.uDiffuse = 0xFF3C1E; | |
5612 local_0.x = v5; | |
5613 local_0.y = (double)v2->vPosition.y; | |
5614 local_0.z = (double)v2->vPosition.z; | |
5615 local_0.flt_10 = 0.0; | |
5616 local_0.flt_14 = 0.0; | |
5617 local_0.flt_18 = 0.0; | |
5618 local_0.flt_28 = 1.0; | |
5619 local_0.timeToLive = (rand() & 0x80) + 128; | |
5620 local_0.uTextureID = pBitmaps_LOD->LoadTexture("effpar01"); | |
5621 pGame->pParticleEngine->AddParticle(&local_0); | |
5622 return; | |
5623 } | |
5624 | |
5625 | |
5626 if (v4 & DECORATION_DONT_DRAW) | |
5627 return; | |
5628 | |
5629 v6 = v2->vPosition.x; | |
5630 v7 = v2->vPosition.z; | |
5631 a2 = v2->vPosition.y; | |
5632 a1 = v6; | |
5633 a3 = v7; | |
5634 v8 = v2->field_10_y_rot | |
5635 + ((signed int)stru_5C6E00->uIntegerPi >> 3) | |
5636 - stru_5C6E00->Atan2(v6 - pBLVRenderParams->vPartyPos.x, a2 - pBLVRenderParams->vPartyPos.y); | |
5637 v37 = pBLVRenderParams->field_0_timer_; | |
5638 v9 = ((signed int)(stru_5C6E00->uIntegerPi + v8) >> 8) & 7; | |
5639 if (pParty->bTurnBasedModeOn) | |
5640 v37 = pMiscTimer->uTotalGameTimeElapsed; | |
5641 v10 = abs(v2->vPosition.x + v2->vPosition.y); | |
5642 v11 = pSpriteFrameTable->GetFrame(v3->uSpriteID, v37 + v10); | |
5643 v30 = 0; | |
5644 v12 = v11; | |
5645 v13 = v11->uFlags; | |
5646 if ( v13 & 2 ) | |
5647 v30 = 2; | |
5648 if ( v13 & 0x40000 ) | |
5649 v30 |= 0x40u; | |
5650 if ( v13 & 0x20000 ) | |
5651 LOBYTE(v30) = v30 | 0x80; | |
5652 if ( (256 << v9) & v13 ) | |
5653 v30 |= 4u; | |
5654 if ( pGame->pIndoorCameraD3D->ApplyViewTransform_TrueIfStillVisible(a1, a2, a3, &x, &y, &z, 1) ) | |
5655 { | |
5656 v14 = abs(x); | |
5657 if ( v14 >= abs(y) ) | |
5658 { | |
5659 pGame->pIndoorCameraD3D->Project(x, y, z, &a5, &a6); | |
5660 | |
5661 v15 = &pBillboardRenderList[uNumBillboardsToDraw]; | |
5662 assert(uNumBillboardsToDraw < 500); | |
5663 | |
5664 ++uNumBillboardsToDraw; | |
5665 ++uNumDecorationsDrawnThisFrame; | |
5666 v16 = pRenderer->pRenderD3D == 0; | |
5667 v15->uHwSpriteID = v12->pHwSpriteIDs[v9]; | |
5668 v15->uPalette = v12->uPaletteIndex; | |
5669 v15->uIndoorSectorID = uSectorID; | |
5670 if ( v16 ) | |
5671 { | |
5672 LODWORD(v21) = pBLVRenderParams->field_40 << 16; | |
5673 HIDWORD(v21) = pBLVRenderParams->field_40 >> 16; | |
5674 v37 = v21 / x; | |
5675 //LODWORD(v31) = v12->scale; | |
5676 v37 = v21 / x; | |
5677 v15->_screenspace_x_scaler_packedfloat = (unsigned __int64)(v12->scale * v21 / x) >> 16; | |
5678 v37 = (unsigned __int64)(v12->scale * (signed __int64)v37) >> 16; | |
5679 } | |
5680 else | |
5681 { | |
5682 v17 = &pGame->pIndoorCameraD3D; | |
5683 v15->fov_x = pGame->pIndoorCameraD3D->fov_x; | |
5684 v18 = (*v17)->fov_y; | |
5685 //v19 = v15->fov_x; | |
5686 v15->fov_y = v18; | |
5687 //v31 = v19; | |
5688 //v25 = v19 + 6.7553994e15; | |
5689 //v25 = floorf(v15->fov_x + 0.5f); | |
5690 LODWORD(v20) = 0; | |
5691 HIDWORD(v20) = floorf(v15->fov_x + 0.5f); | |
5692 v37 = v20 / x; | |
5693 //LODWORD(v31) = v12->scale; | |
5694 v37 = (unsigned __int64)(v12->scale * v20 / x) >> 16; | |
5695 v15->_screenspace_x_scaler_packedfloat = (unsigned __int64)(v12->scale * v20 / x) >> 16; | |
5696 //v31 = v15->fov_y; | |
5697 //v25 = v31 + 6.7553994e15; | |
5698 //v25 = floorf(v15->fov_y + 0.5f); | |
5699 LODWORD(v20) = 0; | |
5700 HIDWORD(v20) = floorf(v15->fov_y + 0.5f); | |
5701 v37 = v20 / x; | |
5702 v37 = (unsigned __int64)(v12->scale * v20 / x) >> 16; | |
5703 } | |
5704 //HIWORD(v22) = HIWORD(x); | |
5705 //LOWORD(v22) = 0; | |
5706 v15->_screenspace_y_scaler_packedfloat = v37; | |
5707 v15->field_1E = v30; | |
5708 v15->world_x = a1; | |
5709 v15->world_y = a2; | |
5710 v15->world_z = a3; | |
5711 v15->uScreenSpaceX = a5; | |
5712 v15->uScreenSpaceY = a6; | |
5713 //v23 = 8 * uDecorationID; | |
5714 //LOBYTE(v23) = PID(OBJECT_Decoration,uDecorationID); | |
5715 | |
5716 //v15->sZValue = v22 + v23; | |
5717 v15->actual_z = HIWORD(x); | |
5718 v15->object_pid = PID(OBJECT_Decoration,uDecorationID); | |
5719 | |
5720 v15->uTintColor = 0; | |
5721 v15->pSpriteFrame = v12; | |
5722 } | |
5723 } | |
5724 } | |
5725 //----- (0043F953) -------------------------------------------------------- | |
5726 void PrepareBspRenderList_BLV() | |
5727 { | |
5728 pBspRenderer->num_faces = 0; | |
5729 | |
5730 if (pBLVRenderParams->uPartySectorID) | |
5731 { | |
5732 pBspRenderer->nodes[0].uSectorID = pBLVRenderParams->uPartySectorID; | |
5733 pBspRenderer->nodes[0].uViewportW = pBLVRenderParams->uViewportW; | |
5734 pBspRenderer->nodes[0].uViewportZ = pBLVRenderParams->uViewportZ; | |
5735 pBspRenderer->nodes[0].uViewportY = pBLVRenderParams->uViewportY; | |
5736 pBspRenderer->nodes[0].uViewportX = pBLVRenderParams->uViewportX; | |
1376 | 5737 pBspRenderer->nodes[0].PortalScreenData.GetViewportData(pBLVRenderParams->uViewportX, pBLVRenderParams->uViewportY, |
1295 | 5738 pBLVRenderParams->uViewportZ, pBLVRenderParams->uViewportW); |
5739 pBspRenderer->nodes[0].uFaceID = -1; | |
5740 pBspRenderer->nodes[0].viewing_portal_id = -1; | |
5741 pBspRenderer->num_nodes = 1; | |
5742 AddBspNodeToRenderList(0); | |
5743 } | |
5744 | |
5745 pBspRenderer->MakeVisibleSectorList(); | |
5746 } | |
5747 | |
5748 //----- (0043F9E1) -------------------------------------------------------- | |
1376 | 5749 void BspRenderer_PortalViewportData::GetViewportData(__int16 x, int y, __int16 z, int w) |
1295 | 5750 { |
5751 _viewport_space_y = y; | |
5752 _viewport_space_w = w; | |
5753 | |
5754 for (uint i = 0; i < 480; ++i) | |
5755 { | |
5756 if ( i < y || i > w ) | |
5757 { | |
5758 viewport_left_side[i] = 640; | |
5759 viewport_right_side[i] = -1; | |
5760 } | |
5761 else | |
5762 { | |
5763 viewport_left_side[i] = x; | |
5764 viewport_right_side[i] = z; | |
5765 } | |
5766 } | |
5767 } | |
5768 //----- (0048653D) -------------------------------------------------------- | |
5769 int stru149::_48653D(int a2, int a3, int a4, int a5, int a6, int a7)//portal frustum culling | |
5770 { | |
5771 stru149 *v7; // esi@1 | |
5772 int v8; // edi@1 | |
5773 int v9; // eax@1 | |
5774 //int v10; // edx@1 | |
5775 //int v11; // ecx@1 | |
5776 int v12; // eax@1 | |
5777 int v13; // ebx@2 | |
5778 int v14; // ecx@2 | |
5779 int v15; // eax@2 | |
5780 int v16; // ST14_4@3 | |
5781 int v17; // ST10_4@3 | |
5782 int v18; // eax@5 | |
5783 int v19; // ST10_4@6 | |
5784 int v20; // eax@8 | |
5785 int v21; // ST10_4@9 | |
5786 int v22; // eax@10 | |
5787 int v23; // ecx@10 | |
5788 int v24; // eax@10 | |
5789 int result; // eax@10 | |
5790 //int v26; // [sp+14h] [bp-14h]@1 | |
5791 int v27; // [sp+18h] [bp-10h]@1 | |
5792 int v28; // [sp+1Ch] [bp-Ch]@1 | |
5793 int v29; // [sp+24h] [bp-4h]@1 | |
5794 int v30; // [sp+30h] [bp+8h]@10 | |
5795 int v31; // [sp+3Ch] [bp+14h]@10 | |
5796 | |
5797 v7 = this; | |
5798 v8 = stru_5C6E00->Cos(pBLVRenderParams->sPartyRotY); | |
5799 v29 = stru_5C6E00->Sin(pBLVRenderParams->sPartyRotY); | |
5800 v28 = stru_5C6E00->Cos(pBLVRenderParams->sPartyRotX); | |
5801 v9 = stru_5C6E00->Sin(pBLVRenderParams->sPartyRotX); | |
5802 //v11 = -pBLVRenderParams->vPartyPos.y; | |
5803 //v26 = -pBLVRenderParams->vPartyPos.x; | |
5804 v27 = v9; | |
5805 v12 = -pBLVRenderParams->vPartyPos.z; | |
5806 if ( pBLVRenderParams->sPartyRotX ) | |
5807 { | |
5808 v16 = v8 * -pBLVRenderParams->vPartyPos.x + v29 * -pBLVRenderParams->vPartyPos.y; | |
5809 v13 = v28; | |
5810 v17 = -65536 * pBLVRenderParams->vPartyPos.z; | |
5811 v7->field_0_party_dir_x = ((unsigned __int64)(v16 * (signed __int64)v28) >> 16) | |
5812 + ((unsigned __int64)(-65536 * pBLVRenderParams->vPartyPos.z * (signed __int64)v27) >> 16); | |
5813 v7->field_4_party_dir_y = v8 * -pBLVRenderParams->vPartyPos.y - v29 * -pBLVRenderParams->vPartyPos.x; | |
5814 v14 = v27; | |
5815 v15 = ((unsigned __int64)(v17 * (signed __int64)v28) >> 16) - ((unsigned __int64)(v16 * (signed __int64)v27) >> 16); | |
5816 } | |
5817 else | |
5818 { | |
5819 v7->field_0_party_dir_x = v8 * -pBLVRenderParams->vPartyPos.x + v29 * -pBLVRenderParams->vPartyPos.y; | |
5820 v13 = v28; | |
5821 v7->field_4_party_dir_y = v8 * -pBLVRenderParams->vPartyPos.y - v29 * -pBLVRenderParams->vPartyPos.x; | |
5822 v14 = v27; | |
5823 v15 = v12 << 16; | |
5824 } | |
5825 v7->field_8 = v15; | |
5826 if ( pBLVRenderParams->sPartyRotX ) | |
5827 { | |
5828 v19 = ((unsigned __int64)(a2 * (signed __int64)v8) >> 16) + ((unsigned __int64)(a3 * (signed __int64)v29) >> 16); | |
5829 v7->field_C = ((unsigned __int64)(v19 * (signed __int64)v13) >> 16) | |
5830 + ((unsigned __int64)(a4 * (signed __int64)v14) >> 16); | |
5831 v7->field_10 = ((unsigned __int64)(a3 * (signed __int64)v8) >> 16) | |
5832 - ((unsigned __int64)(a2 * (signed __int64)v29) >> 16); | |
5833 v18 = ((unsigned __int64)(a4 * (signed __int64)v13) >> 16) - ((unsigned __int64)(v19 * (signed __int64)v14) >> 16); | |
5834 } | |
5835 else | |
5836 { | |
5837 v7->field_C = ((unsigned __int64)(a2 * (signed __int64)v8) >> 16) | |
5838 + ((unsigned __int64)(a3 * (signed __int64)v29) >> 16); | |
5839 v7->field_10 = ((unsigned __int64)(a3 * (signed __int64)v8) >> 16) | |
5840 - ((unsigned __int64)(a2 * (signed __int64)v29) >> 16); | |
5841 v18 = a4; | |
5842 } | |
5843 v7->field_14 = v18; | |
5844 if ( pBLVRenderParams->sPartyRotX ) | |
5845 { | |
5846 v21 = ((unsigned __int64)(a5 * (signed __int64)v8) >> 16) + ((unsigned __int64)(a6 * (signed __int64)v29) >> 16); | |
5847 v7->field_18 = ((unsigned __int64)(v21 * (signed __int64)v13) >> 16) | |
5848 + ((unsigned __int64)(a7 * (signed __int64)v14) >> 16); | |
5849 v7->field_1C = ((unsigned __int64)(a6 * (signed __int64)v8) >> 16) | |
5850 - ((unsigned __int64)(a5 * (signed __int64)v29) >> 16); | |
5851 v20 = ((unsigned __int64)(a7 * (signed __int64)v13) >> 16) - ((unsigned __int64)(v21 * (signed __int64)v14) >> 16); | |
5852 } | |
5853 else | |
5854 { | |
5855 v7->field_18 = ((unsigned __int64)(a5 * (signed __int64)v8) >> 16) | |
5856 + ((unsigned __int64)(a6 * (signed __int64)v29) >> 16); | |
5857 v7->field_1C = ((unsigned __int64)(a6 * (signed __int64)v8) >> 16) | |
5858 - ((unsigned __int64)(a5 * (signed __int64)v29) >> 16); | |
5859 v20 = a7; | |
5860 } | |
5861 v7->field_18 = -v7->field_18; | |
5862 v7->field_1C = -v7->field_1C; | |
5863 v7->field_20 = v20; | |
5864 v22 = v7->field_C; | |
5865 v7->field_20 = -v7->field_20; | |
5866 v23 = ((unsigned __int64)(v22 * (signed __int64)v7->field_0_party_dir_x) >> 16) | |
5867 + ((unsigned __int64)(v7->field_10 * (signed __int64)v7->field_4_party_dir_y) >> 16) | |
5868 + ((unsigned __int64)(v7->field_14 * (signed __int64)v7->field_8) >> 16); | |
5869 v30 = v7->field_18; | |
5870 v24 = v7->field_0_party_dir_x; | |
5871 v7->field_24 = v23; | |
5872 v31 = (unsigned __int64)(v30 * (signed __int64)v24) >> 16; | |
5873 result = (unsigned __int64)(v7->field_1C * (signed __int64)v7->field_4_party_dir_y) >> 16; | |
5874 v7->field_28 = v31 + result + ((unsigned __int64)(v7->field_20 * (signed __int64)v7->field_8) >> 16); | |
5875 return result; | |
1297 | 5876 } |
5877 //----- (00407A1C) -------------------------------------------------------- | |
5878 bool __fastcall sub_407A1C(int x, int z, int y, Vec3_int_ v) | |
5879 { | |
5880 unsigned int v4; // esi@1 | |
5881 Vec3_int_ v5; // ST08_12@2 | |
5882 int v6; // edi@2 | |
5883 int v7; // ebx@2 | |
5884 int v8; // esi@2 | |
5885 signed int v9; // ecx@2 | |
5886 int v10; // eax@2 | |
5887 int v11; // ecx@4 | |
5888 int v12; // eax@4 | |
5889 int v13; // ebx@4 | |
5890 int v14; // edx@6 | |
5891 char *v15; // edi@16 | |
5892 ODMFace *v16; // esi@19 | |
5893 int v17; // ST34_4@25 | |
5894 int v18; // ST38_4@25 | |
5895 int v19; // eax@25 | |
5896 char v20; // zf@25 | |
5897 int v21; // ebx@25 | |
5898 int v22; // eax@26 | |
5899 signed int v23; // edi@26 | |
5900 int v24; // ST34_4@30 | |
5901 signed __int64 v25; // qtt@31 | |
5902 int v26; // eax@31 | |
5903 Vec3_int_ v27; // ST08_12@37 | |
5904 Vec3_int_ v28; // ST08_12@37 | |
5905 int v29; // edi@37 | |
5906 int v30; // ebx@37 | |
5907 int v31; // esi@37 | |
5908 signed int v32; // ecx@37 | |
5909 int v33; // eax@37 | |
5910 int v34; // ecx@39 | |
5911 int v35; // eax@39 | |
5912 int v36; // ebx@39 | |
5913 int v37; // edx@41 | |
5914 char *v38; // edi@51 | |
5915 ODMFace *v39; // esi@54 | |
5916 int v40; // ebx@60 | |
5917 int v41; // eax@61 | |
5918 signed int v42; // edi@61 | |
5919 signed __int64 v43; // qtt@66 | |
5920 int v44; // eax@66 | |
5921 Vec3_int_ v45; // ST08_12@73 | |
5922 int v46; // edi@73 | |
5923 int v47; // ebx@73 | |
5924 int v48; // esi@73 | |
5925 signed int v49; // ecx@73 | |
5926 int v50; // eax@73 | |
5927 int v51; // edx@75 | |
5928 int v52; // ecx@75 | |
5929 int v53; // eax@75 | |
5930 int v54; // ebx@75 | |
5931 int v55; // edi@77 | |
5932 int v56; // ecx@77 | |
5933 int v57; // eax@81 | |
5934 int v58; // esi@81 | |
5935 int v59; // eax@90 | |
5936 BLVSector *v60; // edx@90 | |
5937 int v61; // ecx@90 | |
5938 BLVFace *v62; // esi@91 | |
5939 int v63; // ST34_4@98 | |
5940 int v64; // ST30_4@98 | |
5941 int v65; // eax@98 | |
5942 int v66; // ebx@98 | |
5943 int v67; // eax@99 | |
5944 signed int v68; // edi@99 | |
5945 int v69; // ST2C_4@103 | |
5946 signed __int64 v70; // qtt@104 | |
5947 int v71; // eax@104 | |
5948 Vec3_int_ v72; // ST08_12@111 | |
5949 Vec3_int_ v73; // ST08_12@111 | |
5950 int v74; // edi@111 | |
5951 int v75; // ebx@111 | |
5952 int v76; // esi@111 | |
5953 signed int v77; // ecx@111 | |
5954 int v78; // eax@111 | |
5955 int v79; // edx@113 | |
5956 int v80; // ecx@113 | |
5957 int v81; // eax@113 | |
5958 int v82; // ebx@113 | |
5959 int v83; // edi@115 | |
5960 int v84; // ecx@115 | |
5961 int v85; // eax@119 | |
5962 int v86; // esi@119 | |
5963 int v87; // ecx@128 | |
5964 BLVSector *v88; // eax@128 | |
5965 int v89; // ecx@128 | |
5966 BLVFace *v90; // esi@129 | |
5967 int v91; // ebx@136 | |
5968 int v92; // eax@137 | |
5969 signed int v93; // edi@137 | |
5970 signed __int64 v94; // qtt@142 | |
5971 int v95; // eax@142 | |
5972 Vec3_int_ v97; // [sp-18h] [bp-94h]@1 | |
5973 int v98; // [sp-Ch] [bp-88h]@88 | |
5974 int v99; // [sp-Ch] [bp-88h]@126 | |
5975 int v100; // [sp-8h] [bp-84h]@88 | |
5976 int v101; // [sp-8h] [bp-84h]@126 | |
5977 int v102; // [sp-4h] [bp-80h]@88 | |
5978 int v103; // [sp-4h] [bp-80h]@126 | |
5979 int v104; // [sp+Ch] [bp-70h]@13 | |
5980 int v105; // [sp+Ch] [bp-70h]@48 | |
5981 int v106; // [sp+10h] [bp-6Ch]@18 | |
5982 int v107; // [sp+10h] [bp-6Ch]@98 | |
5983 int v108; // [sp+10h] [bp-6Ch]@104 | |
5984 int v109; // [sp+18h] [bp-64h]@25 | |
5985 int v110; // [sp+18h] [bp-64h]@31 | |
5986 int i; // [sp+18h] [bp-64h]@90 | |
5987 int v112; // [sp+18h] [bp-64h]@128 | |
5988 signed int v113; // [sp+20h] [bp-5Ch]@1 | |
5989 signed int v114; // [sp+24h] [bp-58h]@1 | |
5990 unsigned __int64 a4; // [sp+28h] [bp-54h]@1 | |
5991 unsigned int a4_8; // [sp+30h] [bp-4Ch]@1 | |
5992 int v117; // [sp+34h] [bp-48h]@4 | |
5993 int v118; // [sp+34h] [bp-48h]@39 | |
5994 int v119; // [sp+34h] [bp-48h]@75 | |
5995 int v120; // [sp+34h] [bp-48h]@113 | |
5996 int v121; // [sp+38h] [bp-44h]@4 | |
5997 int v122; // [sp+38h] [bp-44h]@39 | |
5998 int v123; // [sp+38h] [bp-44h]@76 | |
5999 int v124; // [sp+38h] [bp-44h]@114 | |
6000 int v125; // [sp+3Ch] [bp-40h]@4 | |
6001 int v126; // [sp+3Ch] [bp-40h]@39 | |
6002 int v127; // [sp+3Ch] [bp-40h]@77 | |
6003 int v128; // [sp+3Ch] [bp-40h]@115 | |
6004 int v129; // [sp+40h] [bp-3Ch]@11 | |
6005 int v130; // [sp+40h] [bp-3Ch]@46 | |
6006 int v131; // [sp+40h] [bp-3Ch]@78 | |
6007 int v132; // [sp+40h] [bp-3Ch]@116 | |
6008 int v133; // [sp+44h] [bp-38h]@10 | |
6009 int v134; // [sp+44h] [bp-38h]@45 | |
6010 int v135; // [sp+44h] [bp-38h]@81 | |
6011 int v136; // [sp+44h] [bp-38h]@119 | |
6012 int v137; // [sp+48h] [bp-34h]@7 | |
6013 int v138; // [sp+48h] [bp-34h]@42 | |
6014 int v139; // [sp+48h] [bp-34h]@82 | |
6015 int v140; // [sp+48h] [bp-34h]@120 | |
6016 int v141; // [sp+4Ch] [bp-30h]@6 | |
6017 int v142; // [sp+4Ch] [bp-30h]@41 | |
6018 int v143; // [sp+4Ch] [bp-30h]@75 | |
6019 int v144; // [sp+4Ch] [bp-30h]@113 | |
6020 int v145; // [sp+50h] [bp-2Ch]@5 | |
6021 int v146; // [sp+50h] [bp-2Ch]@40 | |
6022 int v147; // [sp+50h] [bp-2Ch]@75 | |
6023 int v148; // [sp+50h] [bp-2Ch]@113 | |
6024 int v149; // [sp+54h] [bp-28h]@4 | |
6025 int v150; // [sp+54h] [bp-28h]@39 | |
6026 int v151; // [sp+54h] [bp-28h]@75 | |
6027 int v152; // [sp+54h] [bp-28h]@113 | |
6028 int sDepth; // [sp+58h] [bp-24h]@17 | |
6029 int sDeptha; // [sp+58h] [bp-24h]@52 | |
6030 int sDepthb; // [sp+58h] [bp-24h]@90 | |
6031 char *a5; // [sp+5Ch] [bp-20h]@16 | |
6032 char *a5a; // [sp+5Ch] [bp-20h]@51 | |
6033 signed int a5b; // [sp+5Ch] [bp-20h]@83 | |
6034 signed int a5c; // [sp+5Ch] [bp-20h]@121 | |
6035 signed int v160; // [sp+60h] [bp-1Ch]@12 | |
6036 signed int v161; // [sp+60h] [bp-1Ch]@47 | |
6037 int v162; // [sp+60h] [bp-1Ch]@128 | |
6038 int v163; // [sp+64h] [bp-18h]@2 | |
6039 int outx; // [sp+68h] [bp-14h]@2 | |
6040 int outy; // [sp+6Ch] [bp-10h]@2 | |
6041 int outz; // [sp+70h] [bp-Ch]@2 | |
6042 Vec3_int_ pOut; // [sp+74h] [bp-8h]@2 | |
6043 int ya; // [sp+84h] [bp+8h]@60 | |
6044 int yb; // [sp+84h] [bp+8h]@136 | |
6045 int ve; // [sp+88h] [bp+Ch]@60 | |
6046 int va; // [sp+88h] [bp+Ch]@60 | |
6047 int vb; // [sp+88h] [bp+Ch]@66 | |
6048 int vf; // [sp+88h] [bp+Ch]@136 | |
6049 int vc; // [sp+88h] [bp+Ch]@136 | |
6050 int vd; // [sp+88h] [bp+Ch]@142 | |
6051 int v_4; // [sp+8Ch] [bp+10h]@60 | |
6052 int v_4a; // [sp+8Ch] [bp+10h]@65 | |
6053 int v_4b; // [sp+8Ch] [bp+10h]@136 | |
6054 int v_4c; // [sp+8Ch] [bp+10h]@141 | |
6055 int v_8; // [sp+90h] [bp+14h]@53 | |
6056 | |
6057 a4 = __PAIR__(z, x); | |
6058 v4 = stru_5C6E00->Atan2(v.x - x, v.y - z); | |
6059 v114 = 0; | |
6060 v97.z = y; | |
6061 v113 = 0; | |
6062 a4_8 = v4; | |
6063 *(_QWORD *)&v97.x = a4; | |
6064 if ( uCurrentlyLoadedLevelType != LEVEL_Outdoor) | |
6065 { | |
6066 Vec3_int_::Rotate(32, stru_5C6E00->uIntegerHalfPi + v4, 0, v97, &pOut.x, &pOut.y, &outz); | |
6067 v45.z = v.z; | |
6068 *(_QWORD *)&v45.x = *(_QWORD *)&v; | |
6069 Vec3_int_::Rotate(32, stru_5C6E00->uIntegerHalfPi + v4, 0, v45, &outx, &outy, &v163); | |
6070 v46 = outy - pOut.y; | |
6071 v47 = v163 - outz; | |
6072 v48 = outx - pOut.x; | |
6073 v49 = integer_sqrt(v48 * v48 + v46 * v46 + v47 * v47); | |
6074 v50 = 65536; | |
6075 if ( v49 ) | |
6076 v50 = 65536 / v49; | |
6077 v51 = outx; | |
6078 v143 = v48 * v50; | |
6079 v52 = v46 * v50; | |
6080 v53 = v47 * v50; | |
6081 v54 = pOut.x; | |
6082 v147 = v52; | |
6083 v151 = v53; | |
6084 v119 = pOut.x; | |
6085 if ( pOut.x < outx ) | |
6086 { | |
6087 v123 = outx; | |
6088 } | |
6089 else | |
6090 { | |
6091 v119 = outx; | |
6092 v123 = pOut.x; | |
6093 } | |
6094 v55 = pOut.y; | |
6095 v56 = outy; | |
6096 v127 = pOut.y; | |
6097 if ( pOut.y < outy ) | |
6098 { | |
6099 v131 = outy; | |
6100 } | |
6101 else | |
6102 { | |
6103 v127 = outy; | |
6104 v131 = pOut.y; | |
6105 } | |
6106 v57 = v163; | |
6107 v58 = outz; | |
6108 v135 = outz; | |
6109 if ( outz < v163 ) | |
6110 { | |
6111 v139 = v163; | |
6112 } | |
6113 else | |
6114 { | |
6115 v135 = v163; | |
6116 v139 = outz; | |
6117 } | |
6118 a5b = 0; | |
6119 while ( !v114 ) | |
6120 { | |
6121 if ( a5b ) | |
6122 { | |
6123 v102 = v58; | |
6124 v100 = v55; | |
6125 v98 = v54; | |
6126 } | |
6127 else | |
6128 { | |
6129 v102 = v57; | |
6130 v100 = v56; | |
6131 v98 = v51; | |
6132 } | |
6133 v59 = pIndoor->GetSector(v98, v100, v102); | |
6134 v60 = pIndoor->pSectors; | |
6135 v61 = 116 * v59; | |
6136 sDepthb = 0; | |
6137 for ( i = 116 * v59; | |
6138 sDepthb < *(__int16 *)((char *)&pIndoor->pSectors->uNumWalls + v61) | |
6139 + 2 * *(__int16 *)((char *)&pIndoor->pSectors->uNumFloors + v61); | |
6140 ++sDepthb ) | |
6141 { | |
6142 v62 = &pIndoor->pFaces[(*(unsigned __int16 **)((char *)&v60->pWalls + v61))[sDepthb]]; | |
6143 if ( v62->Portal() | |
6144 || v119 > v62->pBounding.x2 | |
6145 || v123 < v62->pBounding.x1 | |
6146 || v127 > v62->pBounding.y2 | |
6147 || v131 < v62->pBounding.y1 | |
6148 || v135 > v62->pBounding.z2 | |
6149 || v139 < v62->pBounding.z1 | |
6150 || (v63 = (unsigned __int64)(v143 * (signed __int64)v62->pFacePlane_old.vNormal.x) >> 16, | |
6151 v64 = (unsigned __int64)(v151 * (signed __int64)v62->pFacePlane_old.vNormal.z) >> 16, | |
6152 v65 = (unsigned __int64)(v147 * (signed __int64)v62->pFacePlane_old.vNormal.y) >> 16, | |
6153 v20 = v63 + v64 + v65 == 0, | |
6154 v66 = v63 + v64 + v65, | |
6155 v107 = v63 + v64 + v65, | |
6156 v20) ) | |
6157 goto LABEL_107; | |
6158 v67 = outz * v62->pFacePlane_old.vNormal.z; | |
6159 v68 = -(v62->pFacePlane_old.dist | |
6160 + v67 | |
6161 + pOut.y * v62->pFacePlane_old.vNormal.y | |
6162 + pOut.x * v62->pFacePlane_old.vNormal.x); | |
6163 if ( v66 <= 0 ) | |
6164 { | |
6165 if ( v62->pFacePlane_old.dist | |
6166 + v67 | |
6167 + pOut.y * v62->pFacePlane_old.vNormal.y | |
6168 + pOut.x * v62->pFacePlane_old.vNormal.x < 0 ) | |
6169 goto LABEL_107; | |
6170 } | |
6171 else | |
6172 { | |
6173 if ( v62->pFacePlane_old.dist | |
6174 + v67 | |
6175 + pOut.y * v62->pFacePlane_old.vNormal.y | |
6176 + pOut.x * v62->pFacePlane_old.vNormal.x > 0 ) | |
6177 goto LABEL_107; | |
6178 } | |
6179 v69 = abs(-(v62->pFacePlane_old.dist | |
6180 + v67 | |
6181 + pOut.y * v62->pFacePlane_old.vNormal.y | |
6182 + pOut.x * v62->pFacePlane_old.vNormal.x)) >> 14; | |
6183 if ( v69 <= abs(v66) ) | |
6184 { | |
6185 LODWORD(v70) = v68 << 16; | |
6186 HIDWORD(v70) = v68 >> 16; | |
6187 v71 = v70 / v107; | |
6188 v108 = v70 / v107; | |
6189 if ( v71 >= 0 ) | |
6190 { | |
6191 if ( sub_4075DB( | |
6192 pOut.x + ((signed int)(((unsigned __int64)(v108 * (signed __int64)v143) >> 16) + 32768) >> 16), | |
6193 pOut.y + ((signed int)(((unsigned __int64)(v108 * (signed __int64)v147) >> 16) + 32768) >> 16), | |
6194 outz + ((signed int)(((unsigned __int64)(v108 * (signed __int64)v151) >> 16) + 32768) >> 16), | |
6195 v62) ) | |
6196 { | |
6197 v114 = 1; | |
6198 break; | |
6199 } | |
6200 } | |
6201 } | |
6202 v61 = i; | |
6203 LABEL_107: | |
6204 v60 = pIndoor->pSectors; | |
6205 } | |
6206 ++a5b; | |
6207 if ( a5b >= 2 ) | |
6208 break; | |
6209 v57 = v163; | |
6210 v56 = outy; | |
6211 v51 = outx; | |
6212 v58 = outz; | |
6213 v55 = pOut.y; | |
6214 v54 = pOut.x; | |
6215 } | |
6216 v72.z = y; | |
6217 *(_QWORD *)&v72.x = a4; | |
6218 Vec3_int_::Rotate(32, a4_8 - stru_5C6E00->uIntegerHalfPi, 0, v72, &pOut.x, &pOut.y, &outz); | |
6219 v73.z = v.z; | |
6220 *(_QWORD *)&v73.x = *(_QWORD *)&v; | |
6221 Vec3_int_::Rotate(32, a4_8 - stru_5C6E00->uIntegerHalfPi, 0, v73, &outx, &outy, &v163); | |
6222 v74 = outy - pOut.y; | |
6223 v75 = v163 - outz; | |
6224 v76 = outx - pOut.x; | |
6225 v77 = integer_sqrt(v76 * v76 + v74 * v74 + v75 * v75); | |
6226 v78 = 65536; | |
6227 if ( v77 ) | |
6228 v78 = 65536 / v77; | |
6229 v79 = outx; | |
6230 v144 = v76 * v78; | |
6231 v80 = v74 * v78; | |
6232 v81 = v75 * v78; | |
6233 v82 = pOut.x; | |
6234 v148 = v80; | |
6235 v152 = v81; | |
6236 v120 = pOut.x; | |
6237 if ( pOut.x < outx ) | |
6238 { | |
6239 v124 = outx; | |
6240 } | |
6241 else | |
6242 { | |
6243 v120 = outx; | |
6244 v124 = pOut.x; | |
6245 } | |
6246 v83 = pOut.y; | |
6247 v84 = outy; | |
6248 v128 = pOut.y; | |
6249 if ( pOut.y < outy ) | |
6250 { | |
6251 v132 = outy; | |
6252 } | |
6253 else | |
6254 { | |
6255 v128 = outy; | |
6256 v132 = pOut.y; | |
6257 } | |
6258 v85 = v163; | |
6259 v86 = outz; | |
6260 v136 = outz; | |
6261 if ( outz < v163 ) | |
6262 { | |
6263 v140 = v163; | |
6264 } | |
6265 else | |
6266 { | |
6267 v136 = v163; | |
6268 v140 = outz; | |
6269 } | |
6270 a5c = 0; | |
6271 while ( 1 ) | |
6272 { | |
6273 if ( v113 ) | |
6274 return !v114 || !v113; | |
6275 if ( a5c ) | |
6276 { | |
6277 v103 = v86; | |
6278 v101 = v83; | |
6279 v99 = v82; | |
6280 } | |
6281 else | |
6282 { | |
6283 v103 = v85; | |
6284 v101 = v84; | |
6285 v99 = v79; | |
6286 } | |
6287 v87 = pIndoor->GetSector(v99, v101, v103); | |
6288 v88 = pIndoor->pSectors; | |
6289 v89 = 116 * v87; | |
6290 v162 = 0; | |
6291 v112 = v89; | |
6292 if ( *(__int16 *)((char *)&pIndoor->pSectors->uNumWalls + v89) | |
6293 + 2 * *(__int16 *)((char *)&pIndoor->pSectors->uNumFloors + v89) > 0 ) | |
6294 break; | |
6295 LABEL_148: | |
6296 ++a5c; | |
6297 if ( a5c >= 2 ) | |
6298 return !v114 || !v113; | |
6299 v85 = v163; | |
6300 v84 = outy; | |
6301 v79 = outx; | |
6302 v86 = outz; | |
6303 v83 = pOut.y; | |
6304 v82 = pOut.x; | |
6305 } | |
6306 while ( 1 ) | |
6307 { | |
6308 v90 = &pIndoor->pFaces[(*(unsigned __int16 **)((char *)&v88->pWalls + v89))[v162]]; | |
6309 if ( v90->Portal() | |
6310 || v120 > v90->pBounding.x2 | |
6311 || v124 < v90->pBounding.x1 | |
6312 || v128 > v90->pBounding.y2 | |
6313 || v132 < v90->pBounding.y1 | |
6314 || v136 > v90->pBounding.z2 | |
6315 || v140 < v90->pBounding.z1 | |
6316 || (yb = (unsigned __int64)(v144 * (signed __int64)v90->pFacePlane_old.vNormal.x) >> 16, | |
6317 v_4b = (unsigned __int64)(v148 * (signed __int64)v90->pFacePlane_old.vNormal.y) >> 16, | |
6318 vf = (unsigned __int64)(v152 * (signed __int64)v90->pFacePlane_old.vNormal.z) >> 16, | |
6319 v20 = yb + vf + v_4b == 0, | |
6320 v91 = yb + vf + v_4b, | |
6321 vc = yb + vf + v_4b, | |
6322 v20) ) | |
6323 goto LABEL_145; | |
6324 v92 = outz * v90->pFacePlane_old.vNormal.z; | |
6325 v93 = -(v90->pFacePlane_old.dist | |
6326 + v92 | |
6327 + pOut.y * v90->pFacePlane_old.vNormal.y | |
6328 + pOut.x * v90->pFacePlane_old.vNormal.x); | |
6329 if ( v91 <= 0 ) | |
6330 { | |
6331 if ( v90->pFacePlane_old.dist | |
6332 + v92 | |
6333 + pOut.y * v90->pFacePlane_old.vNormal.y | |
6334 + pOut.x * v90->pFacePlane_old.vNormal.x < 0 ) | |
6335 goto LABEL_145; | |
6336 } | |
6337 else | |
6338 { | |
6339 if ( v90->pFacePlane_old.dist | |
6340 + v92 | |
6341 + pOut.y * v90->pFacePlane_old.vNormal.y | |
6342 + pOut.x * v90->pFacePlane_old.vNormal.x > 0 ) | |
6343 goto LABEL_145; | |
6344 } | |
6345 v_4c = abs(-(v90->pFacePlane_old.dist | |
6346 + v92 | |
6347 + pOut.y * v90->pFacePlane_old.vNormal.y | |
6348 + pOut.x * v90->pFacePlane_old.vNormal.x)) >> 14; | |
6349 if ( v_4c <= abs(v91) ) | |
6350 { | |
6351 LODWORD(v94) = v93 << 16; | |
6352 HIDWORD(v94) = v93 >> 16; | |
6353 v95 = v94 / vc; | |
6354 vd = v94 / vc; | |
6355 if ( v95 >= 0 ) | |
6356 { | |
6357 if ( sub_4075DB( | |
6358 pOut.x + ((signed int)(((unsigned __int64)(vd * (signed __int64)v144) >> 16) + 32768) >> 16), | |
6359 pOut.y + ((signed int)(((unsigned __int64)(vd * (signed __int64)v148) >> 16) + 32768) >> 16), | |
6360 outz + ((signed int)(((unsigned __int64)(vd * (signed __int64)v152) >> 16) + 32768) >> 16), | |
6361 v90) ) | |
6362 { | |
6363 v113 = 1; | |
6364 goto LABEL_148; | |
6365 } | |
6366 } | |
6367 } | |
6368 v89 = v112; | |
6369 LABEL_145: | |
6370 v88 = pIndoor->pSectors; | |
6371 ++v162; | |
6372 if ( v162 >= *(__int16 *)((char *)&pIndoor->pSectors->uNumWalls + v89) | |
6373 + 2 * *(__int16 *)((char *)&pIndoor->pSectors->uNumFloors + v89) ) | |
6374 goto LABEL_148; | |
6375 } | |
6376 } | |
6377 Vec3_int_::Rotate(32, stru_5C6E00->uIntegerHalfPi + v4, 0, v97, &pOut.x, &pOut.y, &outz); | |
6378 v5.z = v.z; | |
6379 *(_QWORD *)&v5.x = *(_QWORD *)&v; | |
6380 Vec3_int_::Rotate(32, stru_5C6E00->uIntegerHalfPi + v4, 0, v5, &outx, &outy, &v163); | |
6381 v6 = outy - pOut.y; | |
6382 v7 = v163 - outz; | |
6383 v8 = outx - pOut.x; | |
6384 v9 = integer_sqrt(v8 * v8 + v6 * v6 + v7 * v7); | |
6385 v10 = 65536; | |
6386 if ( v9 ) | |
6387 v10 = 65536 / v9; | |
6388 v125 = v8 * v10; | |
6389 v11 = v10; | |
6390 v12 = v7 * v10; | |
6391 v13 = pOut.x; | |
6392 v117 = v12; | |
6393 v121 = v6 * v11; | |
6394 v149 = pOut.x; | |
6395 if ( pOut.x < outx ) | |
6396 { | |
6397 v145 = outx; | |
6398 } | |
6399 else | |
6400 { | |
6401 v149 = outx; | |
6402 v145 = pOut.x; | |
6403 } | |
6404 v14 = outy; | |
6405 v141 = pOut.y; | |
6406 if ( pOut.y < outy ) | |
6407 { | |
6408 v137 = outy; | |
6409 } | |
6410 else | |
6411 { | |
6412 v141 = outy; | |
6413 v137 = pOut.y; | |
6414 } | |
6415 v133 = outz; | |
6416 if ( outz < v163 ) | |
6417 { | |
6418 v129 = v163; | |
6419 } | |
6420 else | |
6421 { | |
6422 v133 = v163; | |
6423 v129 = outz; | |
6424 } | |
6425 v160 = 0; | |
6426 if ( (signed int)pOutdoor->uNumBModels > 0 ) | |
6427 { | |
6428 v104 = 0; | |
6429 while ( 1 ) | |
6430 { | |
6431 v15 = (char *)&pOutdoor->pBModels[v104].pVertices; | |
6432 a5 = (char *)&pOutdoor->pBModels[v104].pVertices; | |
6433 if ( sub_4088E9(v13, pOut.y, outx, v14, pOutdoor->pBModels[v104].vPosition.x, pOutdoor->pBModels[v104].vPosition.y) <= pOutdoor->pBModels[v104].sBoundingRadius + 128 ) | |
6434 { | |
6435 sDepth = 0; | |
6436 if ( *((int *)v15 + 2) > 0 ) | |
6437 break; | |
6438 } | |
6439 LABEL_36: | |
6440 ++v160; | |
6441 ++v104; | |
6442 if ( v160 >= (signed int)pOutdoor->uNumBModels ) | |
6443 goto LABEL_37; | |
6444 v14 = outy; | |
6445 v13 = pOut.x; | |
6446 } | |
6447 v106 = 0; | |
6448 while ( 1 ) | |
6449 { | |
6450 v16 = (ODMFace *)(v106 + *((int *)a5 + 4)); | |
6451 if ( v149 > v16->pBoundingBox.x2 | |
6452 || v145 < v16->pBoundingBox.x1 | |
6453 || v141 > v16->pBoundingBox.y2 | |
6454 || v137 < v16->pBoundingBox.y1 | |
6455 || v133 > v16->pBoundingBox.z2 | |
6456 || v129 < v16->pBoundingBox.z1 | |
6457 || (v17 = (unsigned __int64)(v125 * (signed __int64)v16->pFacePlane.vNormal.x) >> 16, | |
6458 v18 = (unsigned __int64)(v121 * (signed __int64)v16->pFacePlane.vNormal.y) >> 16, | |
6459 v19 = (unsigned __int64)(v117 * (signed __int64)v16->pFacePlane.vNormal.z) >> 16, | |
6460 v20 = v17 + v18 + v19 == 0, | |
6461 v21 = v17 + v18 + v19, | |
6462 v109 = v17 + v18 + v19, | |
6463 v20) ) | |
6464 goto LABEL_33; | |
6465 v22 = pOut.y * v16->pFacePlane.vNormal.y; | |
6466 v23 = -(v16->pFacePlane.dist + v22 + outz * v16->pFacePlane.vNormal.z + pOut.x * v16->pFacePlane.vNormal.x); | |
6467 if ( v21 <= 0 ) | |
6468 { | |
6469 if ( v16->pFacePlane.dist + v22 + outz * v16->pFacePlane.vNormal.z + pOut.x * v16->pFacePlane.vNormal.x < 0 ) | |
6470 goto LABEL_33; | |
6471 } | |
6472 else | |
6473 { | |
6474 if ( v16->pFacePlane.dist + v22 + outz * v16->pFacePlane.vNormal.z + pOut.x * v16->pFacePlane.vNormal.x > 0 ) | |
6475 goto LABEL_33; | |
6476 } | |
6477 v24 = abs(-(v16->pFacePlane.dist + v22 + outz * v16->pFacePlane.vNormal.z + pOut.x * v16->pFacePlane.vNormal.x)) >> 14; | |
6478 if ( v24 <= abs(v21) ) | |
6479 { | |
6480 LODWORD(v25) = v23 << 16; | |
6481 HIDWORD(v25) = v23 >> 16; | |
6482 v26 = v25 / v109; | |
6483 v110 = v25 / v109; | |
6484 if ( v26 >= 0 ) | |
6485 { | |
6486 if ( sub_4077F1( | |
6487 pOut.x + ((signed int)(((unsigned __int64)(v110 * (signed __int64)v125) >> 16) + 32768) >> 16), | |
6488 pOut.y + ((signed int)(((unsigned __int64)(v110 * (signed __int64)v121) >> 16) + 32768) >> 16), | |
6489 outz + ((signed int)(((unsigned __int64)(v110 * (signed __int64)v117) >> 16) + 32768) >> 16), | |
6490 v16, | |
6491 (BSPVertexBuffer *)a5) ) | |
6492 { | |
6493 v114 = 1; | |
6494 goto LABEL_36; | |
6495 } | |
6496 } | |
6497 } | |
6498 LABEL_33: | |
6499 ++sDepth; | |
6500 v106 += 308; | |
6501 if ( sDepth >= *((int *)a5 + 2) ) | |
6502 goto LABEL_36; | |
6503 } | |
6504 } | |
6505 LABEL_37: | |
6506 v27.z = y; | |
6507 *(_QWORD *)&v27.x = a4; | |
6508 Vec3_int_::Rotate(32, a4_8 - stru_5C6E00->uIntegerHalfPi, 0, v27, &pOut.x, &pOut.y, &outz); | |
6509 v28.z = v.z; | |
6510 *(_QWORD *)&v28.x = *(_QWORD *)&v; | |
6511 Vec3_int_::Rotate(32, a4_8 - stru_5C6E00->uIntegerHalfPi, 0, v28, &outx, &outy, &v163); | |
6512 v29 = outy - pOut.y; | |
6513 v30 = v163 - outz; | |
6514 v31 = outx - pOut.x; | |
6515 v32 = integer_sqrt(v31 * v31 + v29 * v29 + v30 * v30); | |
6516 v33 = 65536; | |
6517 if ( v32 ) | |
6518 v33 = 65536 / v32; | |
6519 v126 = v31 * v33; | |
6520 v34 = v33; | |
6521 v35 = v30 * v33; | |
6522 v36 = pOut.x; | |
6523 v118 = v35; | |
6524 v122 = v29 * v34; | |
6525 v150 = pOut.x; | |
6526 if ( pOut.x < outx ) | |
6527 { | |
6528 v146 = outx; | |
6529 } | |
6530 else | |
6531 { | |
6532 v150 = outx; | |
6533 v146 = pOut.x; | |
6534 } | |
6535 v37 = outy; | |
6536 v142 = pOut.y; | |
6537 if ( pOut.y < outy ) | |
6538 { | |
6539 v138 = outy; | |
6540 } | |
6541 else | |
6542 { | |
6543 v142 = outy; | |
6544 v138 = pOut.y; | |
6545 } | |
6546 v134 = outz; | |
6547 if ( outz < v163 ) | |
6548 { | |
6549 v130 = v163; | |
6550 } | |
6551 else | |
6552 { | |
6553 v134 = v163; | |
6554 v130 = outz; | |
6555 } | |
6556 v161 = 0; | |
6557 if ( (signed int)pOutdoor->uNumBModels > 0 ) | |
6558 { | |
6559 v105 = 0; | |
6560 while ( 1 ) | |
6561 { | |
6562 v38 = (char *)&pOutdoor->pBModels[v105].pVertices; | |
6563 a5a = (char *)&pOutdoor->pBModels[v105].pVertices; | |
6564 if ( sub_4088E9(v36, pOut.y, outx, v37, pOutdoor->pBModels[v105].vPosition.x, pOutdoor->pBModels[v105].vPosition.y) <= pOutdoor->pBModels[v105].sBoundingRadius + 128 ) | |
6565 { | |
6566 sDeptha = 0; | |
6567 if ( *((int *)v38 + 2) > 0 ) | |
6568 break; | |
6569 } | |
6570 LABEL_71: | |
6571 ++v161; | |
6572 ++v105; | |
6573 if ( v161 >= (signed int)pOutdoor->uNumBModels ) | |
6574 return !v114 || !v113; | |
6575 v37 = outy; | |
6576 v36 = pOut.x; | |
6577 } | |
6578 v_8 = 0; | |
6579 while ( 1 ) | |
6580 { | |
6581 v39 = (ODMFace *)(v_8 + *((int *)a5a + 4)); | |
6582 if ( v150 > v39->pBoundingBox.x2 | |
6583 || v146 < v39->pBoundingBox.x1 | |
6584 || v142 > v39->pBoundingBox.y2 | |
6585 || v138 < v39->pBoundingBox.y1 | |
6586 || v134 > v39->pBoundingBox.z2 | |
6587 || v130 < v39->pBoundingBox.z1 | |
6588 || (ya = (unsigned __int64)(v126 * (signed __int64)v39->pFacePlane.vNormal.x) >> 16, | |
6589 ve = (unsigned __int64)(v122 * (signed __int64)v39->pFacePlane.vNormal.y) >> 16, | |
6590 v_4 = (unsigned __int64)(v118 * (signed __int64)v39->pFacePlane.vNormal.z) >> 16, | |
6591 v20 = ya + ve + v_4 == 0, | |
6592 v40 = ya + ve + v_4, | |
6593 va = ya + ve + v_4, | |
6594 v20) ) | |
6595 goto LABEL_68; | |
6596 v41 = pOut.y * v39->pFacePlane.vNormal.y; | |
6597 v42 = -(v39->pFacePlane.dist + v41 + outz * v39->pFacePlane.vNormal.z + pOut.x * v39->pFacePlane.vNormal.x); | |
6598 if ( v40 <= 0 ) | |
6599 { | |
6600 if ( v39->pFacePlane.dist + v41 + outz * v39->pFacePlane.vNormal.z + pOut.x * v39->pFacePlane.vNormal.x < 0 ) | |
6601 goto LABEL_68; | |
6602 } | |
6603 else | |
6604 { | |
6605 if ( v39->pFacePlane.dist + v41 + outz * v39->pFacePlane.vNormal.z + pOut.x * v39->pFacePlane.vNormal.x > 0 ) | |
6606 goto LABEL_68; | |
6607 } | |
6608 v_4a = abs(-(v39->pFacePlane.dist + v41 + outz * v39->pFacePlane.vNormal.z + pOut.x * v39->pFacePlane.vNormal.x)) >> 14; | |
6609 if ( v_4a <= abs(v40) ) | |
6610 { | |
6611 LODWORD(v43) = v42 << 16; | |
6612 HIDWORD(v43) = v42 >> 16; | |
6613 v44 = v43 / va; | |
6614 vb = v43 / va; | |
6615 if ( v44 >= 0 ) | |
6616 { | |
6617 if ( sub_4077F1( | |
6618 pOut.x + ((signed int)(((unsigned __int64)(vb * (signed __int64)v126) >> 16) + 32768) >> 16), | |
6619 pOut.y + ((signed int)(((unsigned __int64)(vb * (signed __int64)v122) >> 16) + 32768) >> 16), | |
6620 outz + ((signed int)(((unsigned __int64)(vb * (signed __int64)v118) >> 16) + 32768) >> 16), | |
6621 v39, | |
6622 (BSPVertexBuffer *)a5a) ) | |
6623 { | |
6624 v113 = 1; | |
6625 goto LABEL_71; | |
6626 } | |
6627 } | |
6628 } | |
6629 LABEL_68: | |
6630 ++sDeptha; | |
6631 v_8 += 308; | |
6632 if ( sDeptha >= *((int *)a5a + 2) ) | |
6633 goto LABEL_71; | |
6634 } | |
6635 } | |
6636 return !v114 || !v113; | |
6637 } | |
6638 //----- (0043F333) -------------------------------------------------------- | |
6639 void BspRenderer::MakeVisibleSectorList() | |
6640 { | |
6641 int v6; // ebx@3 | |
6642 | |
6643 uNumVisibleNotEmptySectors = 0; | |
6644 for (uint i = 0; i < num_nodes; ++i) | |
6645 { | |
6646 if (!uNumVisibleNotEmptySectors) | |
6647 { | |
6648 pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[uNumVisibleNotEmptySectors++] = nodes[i].uSectorID; | |
6649 continue; | |
6650 } | |
6651 | |
6652 v6 = 0; | |
6653 while (pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[v6] != nodes[i].uSectorID ) | |
6654 { | |
6655 ++v6; | |
6656 if ( v6 >= uNumVisibleNotEmptySectors) | |
6657 { | |
6658 pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[uNumVisibleNotEmptySectors++] = nodes[i].uSectorID; | |
6659 } | |
6660 } | |
6661 | |
6662 } | |
6663 } | |
6664 //----- (0046A334) -------------------------------------------------------- | |
6665 char __fastcall DoInteractionWithTopmostZObject(int a1, int a2) | |
6666 { | |
6667 int v2; // edx@1 | |
6668 BLVFace *v4; // eax@9 | |
6669 unsigned int v5; // ecx@9 | |
6670 unsigned __int16 v6; // ax@11 | |
6671 //ODMFace *v7; // eax@16 | |
6672 LevelDecoration *v8; // esi@19 | |
6673 __int16 v9; // ax@19 | |
6674 int v10; // eax@22 | |
6675 int v11; // ecx@22 | |
6676 int v12; // edi@23 | |
6677 Actor *v13; // esi@23 | |
6678 unsigned __int16 v14; // ax@23 | |
6679 unsigned __int16 v15; // ax@33 | |
6680 const char *v16; // eax@34 | |
6681 int v17; // edi@36 | |
6682 int v18; // eax@36 | |
6683 ItemGen *v19; // esi@39 | |
6684 unsigned int v20; // eax@39 | |
6685 int v21; // ecx@40 | |
6686 std::string v22; // [sp-18h] [bp-2Ch]@5 | |
6687 const char *v23; // [sp-8h] [bp-1Ch]@5 | |
6688 int v24; // [sp-4h] [bp-18h]@5 | |
6689 char v25; // [sp+8h] [bp-Ch]@5 | |
6690 int v26; // [sp+Ch] [bp-8h]@1 | |
6691 int a3; // [sp+13h] [bp-1h]@5 | |
6692 | |
6693 v26 = a2; | |
6694 v2 = a1; | |
6695 switch ( PID_TYPE(a1) ) | |
6696 { | |
6697 case OBJECT_Item: // take the item | |
6698 v17 = PID_ID(a1); | |
6699 v26 = PID_ID(a1); | |
6700 v18 = PID_ID(a1); | |
6701 if ( pObjectList->pObjects[pSpriteObjects[v18].uObjectDescID].uFlags & 0x10 | |
6702 || v17 >= 1000 | |
6703 || !pSpriteObjects[v18].uObjectDescID ) | |
6704 return 1; | |
6705 v19 = &pSpriteObjects[v18].stru_24; | |
6706 v20 = pSpriteObjects[v18].stru_24.uItemID; | |
6707 if ( pItemsTable->pItems[v20].uEquipType == EQUIP_GOLD) | |
6708 { | |
6709 party_finds_gold(v19->uSpecEnchantmentType, 0); | |
6710 viewparams->bRedrawGameUI = 1; | |
6711 v21 = v17; | |
6712 } | |
6713 else | |
6714 { | |
6715 if ( pParty->pPickedItem.uItemID ) | |
6716 return 1; | |
6717 v24 = (int)pItemsTable->pItems[v20].pUnidentifiedName; | |
6718 sprintfex(pTmpBuf2.data(), pGlobalTXT_LocalizationStrings[471], v24); | |
6719 ShowStatusBarString(pTmpBuf2.data(), 2u); | |
6720 if ( v19->uItemID == 506 ) | |
6721 _449B7E_toggle_bit(pParty->_quest_bits, 184, 1u); | |
6722 if ( v19->uItemID == 455 ) | |
6723 _449B7E_toggle_bit(pParty->_quest_bits, 185, 1u); | |
6724 if ( !pParty->AddItem(v19) ) | |
6725 pParty->SetHoldingItem(v19); | |
6726 v21 = v26; | |
6727 } | |
6728 SpriteObject::OnInteraction(v21); | |
6729 break; | |
6730 | |
6731 case OBJECT_Actor: | |
6732 v12 = PID_ID(a1); | |
6733 v13 = &pActors[PID_ID(a1)]; | |
6734 v14 = v13->uAIState; | |
6735 if ( v14 == 4 || v14 == 17 ) | |
6736 return 1; | |
6737 if ( v14 == 5 ) | |
6738 { | |
6739 stru_50C198.LootActor(&pActors[PID_ID(a1)]); | |
6740 } | |
6741 else | |
6742 { | |
6743 if ( !v13->GetActorsRelation(0) && !(BYTE2(v13->uAttributes) & 8) && v13->CanAct() ) | |
6744 { | |
6745 Actor::AI_FaceObject(v12, 4u, 0, 0); | |
6746 if ( v13->sNPC_ID ) | |
6747 { | |
6748 pMessageQueue_50CBD0->AddMessage(UIMSG_StartNPCDialogue, v12, 0); | |
6749 } | |
6750 else | |
6751 { | |
6752 v15 = pNPCStats->pGroups_copy[v13->uGroup]; | |
6753 if ( v15 ) | |
6754 { | |
6755 v16 = pNPCStats->pCatchPhrases[v15]; | |
6756 if ( v16 ) | |
6757 { | |
6758 pParty->uFlags |= 2u; | |
6759 strcpy(byte_5B0938.data(), v16); | |
6760 sub_4451A8_press_any_key(0, 0, 0); | |
6761 } | |
6762 } | |
6763 } | |
6764 } | |
6765 } | |
6766 break; | |
6767 | |
6768 case OBJECT_Decoration: | |
6769 v8 = &pLevelDecorations[PID_ID(a1)]; | |
6770 v9 = v8->field_16_event_id; | |
6771 if ( v9 ) | |
6772 { | |
6773 EventProcessor(v9, a1, 1); | |
6774 LOBYTE(v8->field_2) |= 8u; | |
6775 } | |
6776 else | |
6777 { | |
6778 if ( !pLevelDecorations[PID_ID(a1)].IsInteractive() ) | |
6779 return 1; | |
6780 v10 = v8->_idx_in_stru123; | |
6781 v24 = 1; | |
6782 v11 = stru_5E4C90._decor_events[v10 - 75] + 380; | |
6783 activeLevelDecoration = v8; | |
6784 EventProcessor(v11, 0, 1); | |
6785 activeLevelDecoration = NULL; | |
6786 } | |
6787 break; | |
6788 | |
6789 default: | |
6790 MessageBoxW(nullptr, L"Warning: Invalid ID reached!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Mouse.cpp:2020", 0); | |
6791 return 1; | |
6792 | |
6793 case OBJECT_BModel: | |
6794 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor ) | |
6795 { | |
6796 int bmodel_id = a1 >> 9, | |
6797 face_id = PID_ID(a1) & 0x3F; | |
6798 if (bmodel_id >= pOutdoor->uNumBModels) | |
6799 return 1; | |
6800 auto face = &pOutdoor->pBModels[bmodel_id].pFaces[face_id]; | |
6801 if (face->uAttributes & 0x100000 || face->sCogTriggeredID == 0 ) | |
6802 return 1; | |
6803 EventProcessor((signed __int16)face->sCogTriggeredID, v2, 1); | |
6804 } | |
6805 else | |
6806 { | |
6807 v4 = &pIndoor->pFaces[PID_ID(a1)]; | |
6808 v5 = v4->uAttributes; | |
6809 if ( !(v5 & 0x2000000) ) | |
6810 { | |
6811 ShowNothingHereStatus(); | |
6812 return 1; | |
6813 } | |
6814 if ( v5 & 0x100000 || (v6 = pIndoor->pFaceExtras[v4->uFaceExtraID].uEventID) == 0 ) | |
6815 return 1; | |
6816 if ( pCurrentScreen != SCREEN_BRANCHLESS_NPC_DIALOG ) | |
6817 EventProcessor((signed __int16)v6, v2, 1); | |
6818 } | |
6819 return 0; | |
6820 break; | |
6821 } | |
6822 return 0; | |
6823 } | |
6824 //----- (0046BDF1) -------------------------------------------------------- | |
6825 void __cdecl BLV_UpdateUserInputAndOther() | |
6826 { | |
6827 UpdateObjects(); | |
6828 BLV_ProcessPartyActions(); | |
6829 UpdateActors_BLV(); | |
6830 BLV_UpdateDoors(); | |
6831 check_event_triggers(); | |
6832 } | |
6833 //----- (00424829) -------------------------------------------------------- | |
1378 | 6834 // Finds out if current portal can be seen through the previous portal |
1376 | 6835 bool PortalFrustrum(int pNumVertices, BspRenderer_PortalViewportData *far_portal, BspRenderer_PortalViewportData *near_portal, int uFaceID) |
1297 | 6836 { |
6837 int min_y; // esi@5 | |
6838 int max_y; // edx@5 | |
1372 | 6839 int current_ID; // eax@12 |
1297 | 6840 int v13; // eax@22 |
6841 int v15; // ecx@29 | |
6842 int v18; // eax@39 | |
6843 int v19; // eax@44 | |
6844 int v20; // ecx@44 | |
6845 int v22; // edi@46 | |
6846 int v24; // edx@48 | |
6847 int v26; // eax@55 | |
6848 signed int v27; // edi@55 | |
6849 int v29; // edx@57 | |
6850 int v31; // eax@64 | |
6851 signed int v32; // edi@64 | |
6852 int v34; // eax@66 | |
6853 int v35; // dx@66 | |
6854 __int16 v36; // dx@67 | |
1379 | 6855 //__int16 v37; // di@67 |
1297 | 6856 __int16 v38; // dx@67 |
6857 int v46; // edx@87 | |
6858 int v49; // esi@93 | |
6859 int v53; // [sp+Ch] [bp-34h]@44 | |
6860 int v54; // [sp+10h] [bp-30h]@0 | |
1372 | 6861 int min_y_ID2; // [sp+14h] [bp-2Ch]@12 |
1297 | 6862 int v59; // [sp+14h] [bp-2Ch]@87 |
6863 int v61; // [sp+1Ch] [bp-24h]@29 | |
6864 int v62; // [sp+20h] [bp-20h]@0 | |
1372 | 6865 signed int direction1; // [sp+24h] [bp-1Ch]@3 |
6866 signed int direction2; // [sp+28h] [bp-18h]@3 | |
6867 int min_y_ID; // [sp+2Ch] [bp-14h]@5 | |
1297 | 6868 int v69; // [sp+34h] [bp-Ch]@29 |
6869 int v70; // [sp+34h] [bp-Ch]@46 | |
1370 | 6870 |
1297 | 6871 if ( pNumVertices <= 1 ) |
6872 return false; | |
1344 | 6873 min_y = PortalFace._screen_space_y[0]; |
1372 | 6874 min_y_ID = 0; |
1344 | 6875 max_y = PortalFace._screen_space_y[0]; |
1372 | 6876 //face direction( ) |
1344 | 6877 if ( !PortalFace.direction ) |
1297 | 6878 { |
1372 | 6879 direction1 = 1; |
6880 direction2 = -1; | |
1297 | 6881 } |
6882 else | |
6883 { | |
1372 | 6884 direction1 = -1; |
6885 direction2 = 1; | |
6886 } | |
6887 | |
6888 //get min and max y for portal( y ) | |
6889 for ( uint i = 1; i < pNumVertices; ++i ) | |
6890 { | |
1378 | 6891 if (PortalFace._screen_space_y[i] < min_y) |
1297 | 6892 { |
1372 | 6893 min_y_ID = i; |
6894 min_y = PortalFace._screen_space_y[i]; | |
1297 | 6895 } |
1378 | 6896 else if (PortalFace._screen_space_y[i] > max_y) |
6897 { | |
6898 max_y = PortalFace._screen_space_y[i]; | |
6899 } | |
1297 | 6900 } |
6901 if ( max_y == min_y ) | |
6902 return false; | |
6903 | |
1372 | 6904 //***************************************************************************************************************************** |
1376 | 6905 far_portal->_viewport_space_y = min_y; |
6906 far_portal->_viewport_space_w = max_y; | |
1372 | 6907 current_ID = min_y_ID; |
6908 min_y_ID2 = min_y_ID; | |
6909 | |
6910 for ( uint i = 0; i < pNumVertices; ++i ) | |
6911 { | |
6912 current_ID += direction2; | |
6913 if ( current_ID < pNumVertices ) | |
1297 | 6914 { |
1372 | 6915 if ( current_ID < 0 ) |
6916 current_ID += pNumVertices; | |
1297 | 6917 } |
6918 else | |
1372 | 6919 current_ID -= pNumVertices; |
6920 if ( PortalFace._screen_space_y[current_ID] <= PortalFace._screen_space_y[min_y_ID] )// | |
1297 | 6921 { |
1372 | 6922 min_y_ID2 = current_ID; |
6923 min_y_ID = current_ID; | |
1297 | 6924 } |
1372 | 6925 if ( PortalFace._screen_space_y[current_ID] == max_y ) |
1297 | 6926 break; |
6927 } | |
1372 | 6928 |
6929 v13 = min_y_ID2 + direction2; | |
1297 | 6930 if ( v13 < pNumVertices ) |
6931 { | |
6932 if ( v13 < 0 ) | |
6933 v13 += pNumVertices; | |
6934 } | |
6935 else | |
6936 v13 -= pNumVertices; | |
1372 | 6937 if ( PortalFace._screen_space_y[v13] != PortalFace._screen_space_y[min_y_ID2] ) |
6938 { | |
6939 v62 = PortalFace._screen_space_x[min_y_ID2] << 16; | |
1378 | 6940 v54 = ((PortalFace._screen_space_x[v13] - PortalFace._screen_space_x[min_y_ID2]) << 16) / |
6941 (PortalFace._screen_space_y[v13] - PortalFace._screen_space_y[min_y_ID2]); | |
6942 far_portal->viewport_left_side[min_y] = (short)PortalFace._screen_space_x[min_y_ID2]; | |
1372 | 6943 } |
6944 //**************************************************************************************************************************************** | |
6945 // | |
6946 v15 = min_y_ID; | |
6947 v61 = min_y_ID; | |
1297 | 6948 for ( v69 = 0; v69 < pNumVertices; ++v69 ) |
6949 { | |
1372 | 6950 v15 += direction1; |
1297 | 6951 if ( v15 < pNumVertices ) |
6952 { | |
6953 if ( v15 < 0 ) | |
6954 v15 += pNumVertices; | |
6955 } | |
6956 else | |
6957 v15 -= pNumVertices; | |
1372 | 6958 if ( PortalFace._screen_space_y[v15] <= PortalFace._screen_space_y[min_y_ID] ) |
1297 | 6959 { |
6960 v61 = v15; | |
1372 | 6961 min_y_ID = v15; |
1297 | 6962 } |
1344 | 6963 if ( PortalFace._screen_space_y[v15] == max_y ) |
1297 | 6964 break; |
6965 } | |
1372 | 6966 v18 = direction1 + v61; |
1297 | 6967 if ( v18 < pNumVertices ) |
6968 { | |
6969 if ( v18 < 0 ) | |
6970 v18 += pNumVertices; | |
6971 } | |
6972 else | |
6973 v18 -= pNumVertices; | |
6974 v19 = v18; | |
6975 v20 = v61; | |
1344 | 6976 if ( PortalFace._screen_space_y[v19] != PortalFace._screen_space_y[v61] ) |
6977 { | |
6978 v61 = PortalFace._screen_space_x[v20] << 16; | |
1378 | 6979 v53 = ((PortalFace._screen_space_x[v19] - PortalFace._screen_space_x[v20]) << 16) / |
6980 (PortalFace._screen_space_y[v19] - PortalFace._screen_space_y[v20]); | |
6981 far_portal->viewport_right_side[max_y] = (short)PortalFace._screen_space_x[v20]; | |
1372 | 6982 } |
6983 //**************************************************************************************************************************************** | |
1297 | 6984 v22 = min_y; |
6985 if ( min_y <= max_y ) | |
6986 { | |
6987 for ( v70 = min_y; v70 <= max_y; ++v70 ) | |
6988 { | |
6989 v24 = v13; | |
1344 | 6990 if ( v22 >= PortalFace._screen_space_y[v13] && v22 != max_y ) |
1297 | 6991 { |
1372 | 6992 v13 = direction2 + v13; |
1297 | 6993 if ( v13 < pNumVertices ) |
6994 { | |
6995 if ( v13 < 0 ) | |
6996 v13 += pNumVertices; | |
6997 } | |
6998 else | |
6999 v13 -= pNumVertices; | |
7000 v26 = v13; | |
1344 | 7001 if ( PortalFace._screen_space_y[v26] - PortalFace._screen_space_y[v24] > 0 ) |
1297 | 7002 { |
1378 | 7003 v54 = ((PortalFace._screen_space_x[v26] - PortalFace._screen_space_x[v24]) << 16) / (PortalFace._screen_space_y[v26] - PortalFace._screen_space_y[v24]); |
1344 | 7004 v62 = PortalFace._screen_space_x[v24] << 16; |
1297 | 7005 } |
7006 } | |
7007 v29 = v18; | |
1344 | 7008 if ( v70 >= PortalFace._screen_space_y[v18] && v70 != max_y ) |
1297 | 7009 { |
1372 | 7010 v18 += direction1; |
1297 | 7011 if ( v18 < pNumVertices ) |
7012 { | |
7013 if ( v18 < 0 ) | |
7014 v18 += pNumVertices; | |
7015 } | |
7016 else | |
7017 v18 -= pNumVertices; | |
7018 v31 = v18; | |
1344 | 7019 if ( PortalFace._screen_space_y[v31] - PortalFace._screen_space_y[v29] > 0 ) |
1297 | 7020 { |
1378 | 7021 v53 = ((PortalFace._screen_space_x[v31] - PortalFace._screen_space_x[v29]) << 16) / (PortalFace._screen_space_y[v31] - PortalFace._screen_space_y[v29]); |
1344 | 7022 v61 = PortalFace._screen_space_x[v29] << 16; |
1297 | 7023 } |
7024 } | |
1376 | 7025 far_portal->viewport_left_side[v70] = HIWORD(v62); |
7026 far_portal->viewport_right_side[v70] = HIWORD(v61); | |
7027 if ( far_portal->viewport_left_side[v70] > far_portal->viewport_right_side[v70] ) | |
1297 | 7028 { |
1376 | 7029 v36 = far_portal->viewport_left_side[v70] ^ far_portal->viewport_right_side[v70]; |
1379 | 7030 //v37 = far_portal->viewport_right_side[v70]; |
1376 | 7031 far_portal->viewport_left_side[v70] = v36; |
1379 | 7032 v38 = far_portal->viewport_right_side[v70] ^ v36; |
1376 | 7033 far_portal->viewport_left_side[v70] ^= v38; |
7034 far_portal->viewport_right_side[v70] = v38; | |
1297 | 7035 } |
7036 v62 += v54; | |
7037 v22 = v70 + 1; | |
7038 v61 += v53; | |
7039 } | |
7040 } | |
1376 | 7041 //***************************************************************************************************************************** |
7042 // check portals coordinates and determine max, min( , - ) | |
7043 if ( max_y < near_portal->_viewport_space_y ) | |
1297 | 7044 return false; |
1376 | 7045 if ( min_y > near_portal->_viewport_space_w ) |
1297 | 7046 return false; |
1376 | 7047 if ( min_y < near_portal->_viewport_space_y ) |
7048 min_y = near_portal->_viewport_space_y; | |
7049 if ( max_y > near_portal->_viewport_space_w ) | |
7050 max_y = near_portal->_viewport_space_w; | |
1297 | 7051 if ( min_y <= max_y ) |
7052 { | |
1376 | 7053 for ( min_y; min_y <= max_y; ++min_y ) |
1297 | 7054 { |
1376 | 7055 if ( far_portal->viewport_right_side[min_y] >= near_portal->viewport_left_side[min_y] |
7056 && far_portal->viewport_left_side[min_y] <= near_portal->viewport_right_side[min_y] ) | |
1297 | 7057 break; |
7058 } | |
7059 } | |
7060 if ( max_y < min_y ) | |
7061 return false; | |
1376 | 7062 for ( max_y; max_y >= min_y; --max_y ) |
7063 { | |
7064 if ( far_portal->viewport_right_side[max_y] >= near_portal->viewport_left_side[max_y] | |
7065 && far_portal->viewport_left_side[max_y] <= near_portal->viewport_right_side[max_y] ) | |
1297 | 7066 break; |
7067 } | |
7068 if ( min_y >= max_y ) | |
1379 | 7069 return false;// incorect working portal faceID 1105( 1105 ) |
1376 | 7070 //************************************************************************************************************************************* |
1297 | 7071 v59 = min_y; |
7072 for ( v46 = max_y - min_y + 1; v46; --v46 ) | |
7073 { | |
1376 | 7074 if ( far_portal->viewport_left_side[v59] < near_portal->viewport_left_side[v59] ) |
7075 far_portal->viewport_left_side[v59] = near_portal->viewport_left_side[v59]; | |
7076 if ( far_portal->viewport_right_side[v59] > near_portal->viewport_right_side[v59] ) | |
7077 far_portal->viewport_right_side[v59] = near_portal->viewport_right_side[v59]; | |
1297 | 7078 ++v59; |
1376 | 7079 } |
7080 far_portal->_viewport_space_y = min_y; | |
7081 far_portal->_viewport_space_w = max_y; | |
7082 far_portal->_viewport_space_x = far_portal->viewport_left_side[min_y]; | |
1379 | 7083 far_portal->_viewport_space_z = far_portal->viewport_right_side[min_y]; |
1376 | 7084 far_portal->_viewport_x_minID = min_y; |
7085 far_portal->_viewport_z_maxID = min_y; | |
1297 | 7086 v49 = min_y + 1; |
7087 if ( v49 <= max_y ) | |
7088 { | |
7089 for ( v49; v49 <= max_y; ++v49 ) | |
7090 { | |
1376 | 7091 if ( far_portal->viewport_left_side[v49] < far_portal->_viewport_space_x ) |
1297 | 7092 { |
1376 | 7093 far_portal->_viewport_space_x = far_portal->viewport_left_side[v49]; |
7094 far_portal->_viewport_x_minID = v49; | |
1297 | 7095 } |
1376 | 7096 if ( far_portal->viewport_right_side[v49] > far_portal->_viewport_space_z ) |
1297 | 7097 { |
1376 | 7098 far_portal->_viewport_space_z = far_portal->viewport_right_side[v49]; |
7099 far_portal->_viewport_z_maxID = v49; | |
1297 | 7100 } |
7101 } | |
7102 } | |
7103 return true; | |
7104 } | |
7105 //----- (00423B5D) -------------------------------------------------------- | |
1344 | 7106 int __fastcall GetPortalScreenCoord(unsigned int uFaceID) |
1297 | 7107 { |
7108 BLVFace *pFace; // ebx@1 | |
1344 | 7109 int pNextVertices; // edx@11 |
7110 int t; // ST28_4@12 | |
7111 int pScreenX; // eax@22 | |
7112 int pScreenY; // eax@27 | |
7113 signed int left_num_vertices; // edi@31 | |
7114 signed int right_num_vertices; // ebx@41 | |
7115 signed int top_num_vertices; // edi@51 | |
7116 int bottom_num_vertices; // ebx@61 | |
1297 | 7117 signed int v62; // edx@75 |
7118 int v63; // ecx@76 | |
7119 int v64; // esi@76 | |
7120 int v65; // ecx@83 | |
7121 signed int v71; // [sp+14h] [bp-14h]@75 | |
1301 | 7122 bool current_vertices_flag; // [sp+18h] [bp-10h]@9 |
1297 | 7123 int thisf; // [sp+18h] [bp-10h]@74 |
1301 | 7124 signed int depth_num_vertices; // [sp+1Ch] [bp-Ch]@9 |
1297 | 7125 int v80; // [sp+1Ch] [bp-Ch]@76 |
1301 | 7126 bool next_vertices_flag; // [sp+20h] [bp-8h]@10 |
1297 | 7127 |
7128 pFace = &pIndoor->pFaces[uFaceID]; | |
1344 | 7129 memset(&PortalFace, 0, sizeof(stru367)); |
7130 | |
7131 //get direction the face( )********************************************************************************* | |
1297 | 7132 if ( pFace->pFacePlane_old.vNormal.x * (pIndoor->pVertices[pIndoor->pFaces[uFaceID].pVertexIDs[0]].x - pBLVRenderParams->vPartyPos.x) |
7133 + pFace->pFacePlane_old.vNormal.y * (pIndoor->pVertices[pIndoor->pFaces[uFaceID].pVertexIDs[0]].y - pBLVRenderParams->vPartyPos.y) | |
7134 + pFace->pFacePlane_old.vNormal.z * (pIndoor->pVertices[pIndoor->pFaces[uFaceID].pVertexIDs[0]].z - pBLVRenderParams->vPartyPos.z) < 0 ) | |
7135 { | |
1344 | 7136 PortalFace.direction = true; |
1297 | 7137 } |
7138 else | |
7139 { | |
1344 | 7140 PortalFace.direction = false; |
1301 | 7141 if ( !(pFace->Portal()) ) |
1297 | 7142 return 0; |
7143 } | |
1344 | 7144 //***************************************************************************************************************************************** |
7145 //generate/cinvertetion in camera location coordinates(/ ) | |
7146 | |
7147 //for new coordinates: | |
7148 //int x = 0x AAAA BBBB; | |
7149 //AAAA - integer( ), BBBB - fractional() | |
7150 //float v = HIWORD(x) + LOWORD(x) / 65535.0f; | |
7151 //0x0351A281 849(351 ) A281 ( BBBB ) | |
7152 //if in HIWORD: FFFF = -1 | |
7153 //FFFE = -2 | |
7154 //FFFD = -3 | |
7155 //.... | |
7156 //8000 = -32767 | |
7157 //7FFF = 32767 | |
7158 //7FFE = 32766 | |
7159 // LOWORD FFFF , | |
7160 // hiword loword FFFF FFFF , | |
7161 // 7FFF /Nomad/ | |
7162 | |
1297 | 7163 if ( (signed int)pFace->uNumVertices > 0 ) |
7164 { | |
1301 | 7165 for (uint i = 0; i < pFace->uNumVertices; ++i) |
1297 | 7166 { |
1344 | 7167 pGame->pIndoorCameraD3D->ApplyViewTransform_TrueIfStillVisible(pIndoor->pVertices[pFace->pVertexIDs[i]].x, |
7168 pIndoor->pVertices[pFace->pVertexIDs[i]].y, | |
7169 pIndoor->pVertices[pFace->pVertexIDs[i]].z, | |
7170 &PortalFace._view_transformed_z[i + 3], &PortalFace._view_transformed_x[i + 3], &PortalFace._view_transformed_y[i + 3], 0); | |
1297 | 7171 } |
1301 | 7172 } |
1344 | 7173 //***************************************************************************************************************************************** |
7174 //check vertices for the nearest plane( ) | |
1301 | 7175 if ( pFace->uNumVertices <= 0 ) |
1297 | 7176 return 0; |
1301 | 7177 bool bFound = false; |
7178 for (uint i = 0; i < pFace->uNumVertices; ++i) | |
7179 { | |
1344 | 7180 if ( PortalFace._view_transformed_z[i + 3] >= 524288 )// 8.0(0x80000) |
1301 | 7181 { |
7182 bFound = true; | |
1297 | 7183 break; |
1301 | 7184 } |
7185 } | |
7186 if ( !bFound ) | |
1297 | 7187 return 0; |
1344 | 7188 //***************************************************************************************************************************************** |
7189 //check for near clip plane( ) | |
7190 // | |
7191 // v0 v1 | |
7192 // ._________________. | |
7193 // / \ | |
7194 // / \ | |
7195 // v5. . v2 | |
7196 // | | | |
7197 // | | | |
7198 // | | | |
7199 // ---------------------------- 8.0(near_clip) | |
7200 // | | | |
7201 // ._______________________. | |
7202 // v4 v3 | |
1301 | 7203 depth_num_vertices = 0; |
1344 | 7204 PortalFace._view_transformed_z[pFace->uNumVertices + 3] = PortalFace._view_transformed_z[3]; |
7205 PortalFace._view_transformed_x[pFace->uNumVertices + 3] = PortalFace._view_transformed_x[3]; | |
7206 PortalFace._view_transformed_y[pFace->uNumVertices + 3] = PortalFace._view_transformed_y[3]; | |
7207 current_vertices_flag = PortalFace._view_transformed_z[3] >= 524288;// 8.0(0x80000) | |
1301 | 7208 if ( pFace->uNumVertices >= 1 ) |
7209 { | |
7210 for ( uint i = 1; i <= pFace->uNumVertices; ++i) | |
1297 | 7211 { |
1344 | 7212 next_vertices_flag = PortalFace._view_transformed_z[i + 3] >= 524288;// 8.0(0x80000) |
7213 if ( current_vertices_flag ^ next_vertices_flag )// | |
1297 | 7214 { |
1344 | 7215 if ( next_vertices_flag )// |
1297 | 7216 { |
1344 | 7217 //t = near_clip - v0.z / v1.z - v0.z |
1370 | 7218 t = fixpoint_div(524288 - PortalFace._view_transformed_z[i + 2], PortalFace._view_transformed_z[i + 3] - PortalFace._view_transformed_z[i + 2]); |
1344 | 7219 //New_x = (v1.x - v0.x)*t + v0.x |
7220 PortalFace._view_transformed_x[depth_num_vertices] = ((unsigned __int64)((PortalFace._view_transformed_x[i + 3] | |
7221 - PortalFace._view_transformed_x[i + 2]) * t) >> 16) + PortalFace._view_transformed_x[i + 2]; | |
7222 //New_y = (v1.y - v0.y)*t + v0.y | |
7223 PortalFace._view_transformed_y[depth_num_vertices] = ((unsigned __int64)((PortalFace._view_transformed_y[i + 3] - PortalFace._view_transformed_y[i + 2]) | |
7224 * t) >> 16) + PortalFace._view_transformed_y[i + 2]; | |
7225 //New_z = 8.0(0x80000) | |
7226 PortalFace._view_transformed_z[depth_num_vertices] = 524288; | |
1297 | 7227 } |
1344 | 7228 else// |
1297 | 7229 { |
1344 | 7230 //t = near_clip - v1.z / v0.z - v1.z |
1370 | 7231 t = fixpoint_div(524288 - PortalFace._view_transformed_z[i + 3], PortalFace._view_transformed_z[i + 2] - PortalFace._view_transformed_z[i + 3]); |
1344 | 7232 //New_x = (v0.x - v1.x)*t + v1.x |
7233 PortalFace._view_transformed_x[depth_num_vertices] = ((unsigned __int64)((PortalFace._view_transformed_x[i + 2] | |
7234 - PortalFace._view_transformed_x[i + 3]) * t) >> 16) + PortalFace._view_transformed_x[i + 3]; | |
7235 //New_y = (v0.x - v1.y)*t + v1.y | |
7236 PortalFace._view_transformed_y[depth_num_vertices] = ((unsigned __int64)((PortalFace._view_transformed_y[i + 2] - PortalFace._view_transformed_y[i + 3]) | |
7237 * t) >> 16) + PortalFace._view_transformed_y[i + 3]; | |
7238 //New_z = 8.0(0x80000) | |
7239 PortalFace._view_transformed_z[depth_num_vertices] = 524288; | |
1297 | 7240 } |
1344 | 7241 depth_num_vertices++; |
1297 | 7242 } |
1344 | 7243 if ( next_vertices_flag )// |
1297 | 7244 { |
1344 | 7245 pNextVertices = depth_num_vertices++; |
7246 PortalFace._view_transformed_z[pNextVertices] = PortalFace._view_transformed_z[i + 3]; | |
7247 PortalFace._view_transformed_x[pNextVertices] = PortalFace._view_transformed_x[i + 3]; | |
7248 PortalFace._view_transformed_y[pNextVertices] = PortalFace._view_transformed_y[i + 3]; | |
1297 | 7249 } |
1301 | 7250 current_vertices_flag = next_vertices_flag; |
1297 | 7251 } |
1301 | 7252 } |
1344 | 7253 //: ( ) |
7254 //************************************************************************************************************************************ | |
7255 //convertion in screen coordinates( ) | |
7256 PortalFace._view_transformed_z[depth_num_vertices] = PortalFace._view_transformed_z[0]; | |
7257 PortalFace._view_transformed_x[depth_num_vertices] = PortalFace._view_transformed_x[0]; | |
7258 PortalFace._view_transformed_y[depth_num_vertices] = PortalFace._view_transformed_y[0]; | |
7259 for ( uint i = 0; i < depth_num_vertices; ++i ) | |
7260 { | |
7261 if ( (abs(PortalFace._view_transformed_x[i]) >> 13) <= abs(PortalFace._view_transformed_z[i]) ) | |
7262 pScreenX = fixpoint_div(PortalFace._view_transformed_x[i], PortalFace._view_transformed_z[i]); | |
1297 | 7263 else |
7264 { | |
1344 | 7265 if ( PortalFace._view_transformed_x[i] >= 0 ) |
1297 | 7266 { |
1344 | 7267 if (PortalFace._view_transformed_z[i] >= 0) |
7268 pScreenX = 0x400000; // 64.0 | |
1301 | 7269 else |
1344 | 7270 pScreenX = 0xFFC00000; // -63.0 |
1297 | 7271 } |
7272 else | |
7273 { | |
1344 | 7274 if (PortalFace._view_transformed_z[i] >= 0) |
7275 pScreenX = 0xFFC00000; // -63.0 | |
1301 | 7276 else |
1344 | 7277 pScreenX = 0x400000; // 64.0 |
1297 | 7278 } |
7279 } | |
1301 | 7280 |
1344 | 7281 if ( (abs(PortalFace._view_transformed_y[i]) >> 13) <= abs(PortalFace._view_transformed_z[i]) ) |
7282 pScreenY = fixpoint_div(PortalFace._view_transformed_y[i], PortalFace._view_transformed_z[i]); | |
1297 | 7283 else |
7284 { | |
1344 | 7285 if ( PortalFace._view_transformed_y[i] >= 0 ) |
1297 | 7286 { |
1344 | 7287 if (PortalFace._view_transformed_z[i] >= 0) |
7288 pScreenY = 0x400000; // 64.0 | |
1301 | 7289 else |
1344 | 7290 pScreenY = 0xFFC00000; // -63.0 |
1297 | 7291 } |
7292 else | |
7293 { | |
1344 | 7294 if (PortalFace._view_transformed_z[i] >= 0) |
7295 pScreenY = 0xFFC00000; // -63.0 | |
1301 | 7296 else |
1344 | 7297 pScreenY = 0x400000; // 64.0 |
1297 | 7298 } |
7299 } | |
1344 | 7300 PortalFace._screen_space_x[i + 12] = pBLVRenderParams->uViewportCenterX - ((unsigned __int64)(SHIWORD(pBLVRenderParams->field_40) * (signed __int64)pScreenX) >> 16); |
7301 PortalFace._screen_space_y[i + 12] = pBLVRenderParams->uViewportCenterY - ((unsigned __int64)(SHIWORD(pBLVRenderParams->field_40) * (signed __int64)pScreenY) >> 16); | |
7302 } | |
7303 // : , , () | |
7304 //****************************************************************************************************************************************** | |
7305 //check for left_clip plane( ) | |
7306 left_num_vertices = 0; | |
7307 PortalFace._screen_space_x[depth_num_vertices + 12] = PortalFace._screen_space_x[12]; | |
7308 PortalFace._screen_space_y[depth_num_vertices + 12] = PortalFace._screen_space_y[12]; | |
1370 | 7309 current_vertices_flag = PortalFace._screen_space_x[12] >= (signed int)pBLVRenderParams->uViewportX;//8.0 |
1301 | 7310 if ( depth_num_vertices < 1 ) |
1297 | 7311 return 0; |
1344 | 7312 for ( uint i = 1; i <= depth_num_vertices; ++i ) |
7313 { | |
7314 next_vertices_flag = PortalFace._screen_space_x[i + 12] >= (signed int)pBLVRenderParams->uViewportX; | |
7315 if ( current_vertices_flag ^ next_vertices_flag ) | |
1297 | 7316 { |
1344 | 7317 if ( next_vertices_flag ) |
1297 | 7318 { |
1344 | 7319 //t = left_clip - v0.x / v1.x - v0.x |
1370 | 7320 t = fixpoint_div(pBLVRenderParams->uViewportX - PortalFace._screen_space_x[i + 11], PortalFace._screen_space_x[i + 12] - PortalFace._screen_space_x[i + 11]); |
1344 | 7321 //New_y = (v1.y - v0.y)*t + v0.y |
1370 | 7322 PortalFace._screen_space_y[left_num_vertices + 9] = ((signed int)((PortalFace._screen_space_y[i + 12]- PortalFace._screen_space_y[i + 11]) |
7323 * t) >> 16) + PortalFace._screen_space_y[i + 11]; | |
1344 | 7324 //New_x = left_clip |
7325 PortalFace._screen_space_x[left_num_vertices + 9] = pBLVRenderParams->uViewportX; | |
1297 | 7326 } |
7327 else | |
7328 { | |
1344 | 7329 //t = left_clip - v1.x / v0.x - v1.x |
1370 | 7330 t = fixpoint_div(pBLVRenderParams->uViewportX - PortalFace._screen_space_x[i + 12], PortalFace._screen_space_x[i + 11] - PortalFace._screen_space_x[i + 12]); |
1344 | 7331 //New_y = (v0.y - v1.y)*t + v1.y |
1370 | 7332 PortalFace._screen_space_y[left_num_vertices + 9] = ((signed int)(( PortalFace._screen_space_y[i + 11] - PortalFace._screen_space_y[i + 12]) |
7333 * t) >> 16) + PortalFace._screen_space_y[i + 12]; | |
1344 | 7334 //New_x = left_clip |
7335 PortalFace._screen_space_x[left_num_vertices + 9] = pBLVRenderParams->uViewportX; | |
1297 | 7336 } |
1344 | 7337 left_num_vertices++; |
1297 | 7338 } |
1344 | 7339 if ( next_vertices_flag ) |
1297 | 7340 { |
1344 | 7341 pNextVertices = left_num_vertices++; |
7342 PortalFace._screen_space_x[pNextVertices + 9] = PortalFace._screen_space_x[i + 12]; | |
7343 PortalFace._screen_space_y[pNextVertices + 9] = PortalFace._screen_space_y[i + 12]; | |
1297 | 7344 } |
1344 | 7345 current_vertices_flag = next_vertices_flag; |
7346 } | |
7347 //********************************************************************************************************************************* | |
7348 //for right_clip plane( ) | |
7349 right_num_vertices = 0; | |
7350 PortalFace._screen_space_x[left_num_vertices + 9] = PortalFace._screen_space_x[9]; | |
7351 PortalFace._screen_space_y[left_num_vertices + 9] = PortalFace._screen_space_y[9]; | |
1370 | 7352 current_vertices_flag = PortalFace._screen_space_x[9] <= (signed int)pBLVRenderParams->uViewportZ;//468.0 |
1344 | 7353 if (left_num_vertices < 1) |
1297 | 7354 return 0; |
1344 | 7355 for ( uint i = 1; i <= left_num_vertices; ++i ) |
7356 { | |
7357 next_vertices_flag = PortalFace._screen_space_x[i + 9] <= (signed int)pBLVRenderParams->uViewportZ; | |
7358 if ( current_vertices_flag ^ next_vertices_flag ) | |
1297 | 7359 { |
1344 | 7360 if ( next_vertices_flag ) |
1297 | 7361 { |
1344 | 7362 //t = right_clip - v1.x / v0.x - v1.x |
1370 | 7363 t = fixpoint_div(pBLVRenderParams->uViewportZ - PortalFace._screen_space_x[i + 8], PortalFace._screen_space_x[i + 9] - PortalFace._screen_space_x[i + 8]); |
1344 | 7364 //New_y = (v0.y - v1.y)*t + v1.y |
1370 | 7365 PortalFace._screen_space_y[right_num_vertices + 6] = ((signed int)((PortalFace._screen_space_y[i + 9] - PortalFace._screen_space_y[i + 8]) |
7366 * t) >> 16) + PortalFace._screen_space_y[i + 8]; | |
1344 | 7367 //New_x = right_clip |
7368 PortalFace._screen_space_x[right_num_vertices + 6] = pBLVRenderParams->uViewportZ; | |
1297 | 7369 } |
7370 else | |
7371 { | |
1344 | 7372 //t = right_clip - v0.x / v1.x - v0.x |
1370 | 7373 t = fixpoint_div(pBLVRenderParams->uViewportZ - PortalFace._screen_space_x[i + 9], PortalFace._screen_space_x[i + 8] - PortalFace._screen_space_x[i + 9]); |
1344 | 7374 //New_y = (v1.y - v0.y)*t + v0.y |
1370 | 7375 PortalFace._screen_space_y[right_num_vertices + 6] = ((signed int)((PortalFace._screen_space_y[i + 8] - PortalFace._screen_space_y[i + 9]) |
7376 * t) >> 16) + PortalFace._screen_space_y[i + 9]; | |
1344 | 7377 //New_x = right_clip |
7378 PortalFace._screen_space_x[right_num_vertices + 6] = pBLVRenderParams->uViewportZ; | |
1297 | 7379 } |
1344 | 7380 right_num_vertices++; |
1297 | 7381 } |
1344 | 7382 if ( next_vertices_flag ) |
1297 | 7383 { |
1344 | 7384 pNextVertices = right_num_vertices++; |
7385 PortalFace._screen_space_x[pNextVertices + 6] = PortalFace._screen_space_x[i + 9]; | |
7386 PortalFace._screen_space_y[pNextVertices + 6] = PortalFace._screen_space_y[i + 9]; | |
1297 | 7387 } |
1344 | 7388 current_vertices_flag = next_vertices_flag; |
7389 } | |
7390 //************************************************************************************************************************************ | |
7391 // for top clip plane | |
7392 top_num_vertices = 0; | |
7393 PortalFace._screen_space_x[right_num_vertices + 6] = PortalFace._screen_space_x[6]; | |
7394 PortalFace._screen_space_y[right_num_vertices + 6] = PortalFace._screen_space_y[6]; | |
7395 | |
1370 | 7396 current_vertices_flag = PortalFace._screen_space_y[6] >= (signed int)pBLVRenderParams->uViewportY;//8.0 |
1344 | 7397 if ( right_num_vertices < 1 ) |
1297 | 7398 return 0; |
1344 | 7399 for ( uint i = 1; i <= right_num_vertices; ++i ) |
7400 { | |
7401 next_vertices_flag = PortalFace._screen_space_y[i + 6] >= (signed int)pBLVRenderParams->uViewportY; | |
7402 if ( current_vertices_flag ^ next_vertices_flag ) | |
1297 | 7403 { |
1344 | 7404 if ( next_vertices_flag ) |
1297 | 7405 { |
1370 | 7406 t = fixpoint_div(pBLVRenderParams->uViewportY - PortalFace._screen_space_y[i + 5], PortalFace._screen_space_y[i + 6] - PortalFace._screen_space_y[i + 5]); |
7407 PortalFace._screen_space_x[top_num_vertices + 3] = ((signed int)((PortalFace._screen_space_x[i + 6] - PortalFace._screen_space_x[i + 5]) | |
7408 * t) >> 16) + PortalFace._screen_space_x[i + 5]; | |
1344 | 7409 PortalFace._screen_space_y[top_num_vertices + 3] = pBLVRenderParams->uViewportY; |
1297 | 7410 } |
7411 else | |
7412 { | |
1370 | 7413 t = fixpoint_div(pBLVRenderParams->uViewportY - PortalFace._screen_space_y[i + 6], PortalFace._screen_space_y[i + 5] - PortalFace._screen_space_y[i + 6]); |
7414 PortalFace._screen_space_x[top_num_vertices + 3] = ((signed int)((PortalFace._screen_space_x[i + 5]- PortalFace._screen_space_x[i + 6]) | |
7415 * t) >> 16) + PortalFace._screen_space_x[i + 6]; | |
1344 | 7416 PortalFace._screen_space_y[top_num_vertices + 3] = pBLVRenderParams->uViewportY; |
1297 | 7417 } |
1344 | 7418 top_num_vertices++; |
1297 | 7419 } |
1344 | 7420 current_vertices_flag = next_vertices_flag; |
7421 if ( next_vertices_flag ) | |
1297 | 7422 { |
1344 | 7423 pNextVertices = top_num_vertices++; |
7424 PortalFace._screen_space_x[pNextVertices + 3] = PortalFace._screen_space_x[i + 6]; | |
7425 PortalFace._screen_space_y[pNextVertices + 3] = PortalFace._screen_space_y[i + 6]; | |
1297 | 7426 } |
1344 | 7427 } |
7428 //********************************************************************************************************************************** | |
7429 //for bottom_clip plane( ) | |
7430 bottom_num_vertices = 0; | |
7431 PortalFace._screen_space_x[top_num_vertices + 3] = PortalFace._screen_space_x[3]; | |
7432 PortalFace._screen_space_y[top_num_vertices + 3] = PortalFace._screen_space_y[3]; | |
1370 | 7433 current_vertices_flag = PortalFace._screen_space_y[3] <= (signed int)pBLVRenderParams->uViewportW;//351.0 |
1344 | 7434 if ( top_num_vertices < 1 ) |
1297 | 7435 return 0; |
1344 | 7436 for ( uint i =1; i <= top_num_vertices; ++i ) |
7437 { | |
7438 next_vertices_flag = PortalFace._screen_space_y[i + 3] <= (signed int)pBLVRenderParams->uViewportW; | |
7439 if ( current_vertices_flag ^ next_vertices_flag ) | |
1297 | 7440 { |
1344 | 7441 if ( next_vertices_flag ) |
1297 | 7442 { |
1370 | 7443 t = fixpoint_div(pBLVRenderParams->uViewportW - PortalFace._screen_space_y[i + 2], PortalFace._screen_space_y[i + 3] - PortalFace._screen_space_y[i + 2]); |
7444 PortalFace._screen_space_x[bottom_num_vertices] = ((signed int)((PortalFace._screen_space_x[i + 3] - PortalFace._screen_space_x[i + 2]) | |
7445 * t) >> 16) + PortalFace._screen_space_x[i + 2]; | |
1344 | 7446 PortalFace._screen_space_y[bottom_num_vertices] = pBLVRenderParams->uViewportW; |
1297 | 7447 } |
7448 else | |
7449 { | |
1370 | 7450 t = fixpoint_div(pBLVRenderParams->uViewportW - PortalFace._screen_space_y[i + 3], PortalFace._screen_space_y[i + 2] - PortalFace._screen_space_y[i + 3]); |
7451 PortalFace._screen_space_x[bottom_num_vertices] = ((signed int)((PortalFace._screen_space_x[i + 2] - PortalFace._screen_space_x[i + 3]) | |
7452 * t) >> 16) + PortalFace._screen_space_x[i + 3]; | |
1344 | 7453 PortalFace._screen_space_y[bottom_num_vertices] = pBLVRenderParams->uViewportW; |
1297 | 7454 } |
1344 | 7455 bottom_num_vertices++; |
1297 | 7456 } |
1344 | 7457 if ( next_vertices_flag ) |
1297 | 7458 { |
1344 | 7459 pNextVertices = bottom_num_vertices++; |
7460 PortalFace._screen_space_x[pNextVertices] = PortalFace._screen_space_x[i + 3]; | |
7461 PortalFace._screen_space_y[pNextVertices] = PortalFace._screen_space_y[i + 3]; | |
1297 | 7462 } |
1344 | 7463 current_vertices_flag = next_vertices_flag; |
7464 } | |
7465 //*************************************************************************************************************************************** | |
7466 | |
7467 if ( !bottom_num_vertices ) | |
1297 | 7468 return 0; |
1344 | 7469 PortalFace._screen_space_x[bottom_num_vertices] = PortalFace._screen_space_x[0]; |
7470 PortalFace._screen_space_y[bottom_num_vertices] = PortalFace._screen_space_y[0]; | |
7471 //check for software( ) | |
7472 if ( !pRenderer->pRenderD3D && bottom_num_vertices > 3 ) | |
7473 { | |
7474 PortalFace._screen_space_x[bottom_num_vertices + 1] = PortalFace._screen_space_x[1]; | |
7475 PortalFace._screen_space_y[bottom_num_vertices + 1] = PortalFace._screen_space_y[1]; | |
7476 thisf = PortalFace.direction == true ? 1 : - 1; | |
7477 if ( bottom_num_vertices > 0 ) | |
1297 | 7478 { |
7479 v62 = 1; | |
7480 v71 = 1; | |
7481 do | |
7482 { | |
7483 v63 = v62 - 1; | |
7484 v64 = v62 + 1; | |
7485 v80 = v62 + 1; | |
1344 | 7486 if ( v62 - 1 >= bottom_num_vertices ) |
7487 v63 -= bottom_num_vertices; | |
7488 if ( v62 >= bottom_num_vertices ) | |
7489 v62 -= bottom_num_vertices; | |
7490 if ( v64 >= bottom_num_vertices ) | |
7491 v64 -= bottom_num_vertices; | |
7492 if ( thisf * ((PortalFace._screen_space_y[v64] - PortalFace._screen_space_y[v63]) | |
7493 * (PortalFace._screen_space_x[v62] - PortalFace._screen_space_x[v63]) | |
7494 - (PortalFace._screen_space_y[v62] - PortalFace._screen_space_y[v63]) | |
7495 * (PortalFace._screen_space_x[v64] - PortalFace._screen_space_x[v63])) < 0 ) | |
1297 | 7496 { |
7497 v62 = v80; | |
7498 v71 = v80; | |
7499 } | |
7500 else | |
7501 { | |
7502 v62 = v71; | |
7503 v65 = v71; | |
1344 | 7504 if ( v71 < bottom_num_vertices || (v65 = v71 - bottom_num_vertices, v71 - bottom_num_vertices < bottom_num_vertices) ) |
1297 | 7505 { |
1344 | 7506 memcpy(&PortalFace._screen_space_y[v65], &PortalFace._screen_space_y[v65 + 1], |
7507 4 * ((unsigned int)(4 * (bottom_num_vertices - v65)) >> 2)); | |
7508 memcpy(&PortalFace._screen_space_x[v65], &PortalFace._screen_space_x[v65 + 1], | |
7509 4 * ((unsigned int)(4 * (bottom_num_vertices - v65)) >> 2)); | |
1297 | 7510 } |
1344 | 7511 --bottom_num_vertices; |
1297 | 7512 } |
7513 } | |
1344 | 7514 while ( v62 - 1 < bottom_num_vertices ); |
1297 | 7515 } |
1344 | 7516 PortalFace._screen_space_x[bottom_num_vertices] = PortalFace._screen_space_x[0]; |
7517 PortalFace._screen_space_y[bottom_num_vertices] = PortalFace._screen_space_y[0]; | |
7518 } | |
7519 return bottom_num_vertices; | |
0 | 7520 } |