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