annotate Indoor.cpp @ 28:18f7a1b94448

Indoor::Load
author Nomad
date Tue, 16 Oct 2012 19:31:34 +0200
parents 540178ef9b18
children e62134245ab0
rev   line source
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1 #include <assert.h>
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3 #include "Outdoor.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4 #include "Render.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5 #include "LayingItem.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6 #include "Events.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7 #include "Game.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8 #include "Viewport.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9 #include "Time.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
10 #include "Party.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
11 #include "Math.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
12 #include "Allocator.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
13 #include "LOD.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
14 #include "DecorationList.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
15 #include "ObjectList.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
16 #include "Actor.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
17 #include "Chest.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
18 #include "GUIProgressBar.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
19 #include "stru123.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
20 #include "AudioPlayer.h"
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
21 #include "Log.h"
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
23 #include "mm7_data.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
32
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
33 IndoorLocation *pIndoor = new IndoorLocation;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
34 BLVRenderParams *pBLVRenderParams = new BLVRenderParams;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
36 struct DecorationList *pDecorationList;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
38 LevelDecoration pLevelDecorations[3000];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
39 size_t uNumLevelDecorations;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
40 LevelDecoration *_5C3420_pDecoration;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
41
3
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
42 LEVEL_TYPE uCurrentlyLoadedLevelType = LEVEL_null;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
44 stru320 stru_F8AD28; // idb
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
45 stru337 stru_F81018;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
46 stru167_wrap array_5118E8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
47 stru170_stru2 stru_F8A590;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
48 stru170 *pStru170; // idb
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
49 stru141 stru_721530;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
50 stru352 stru_F83B80[480];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
53
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
55 //----- (0043F39E) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
56 void __fastcall sub_43F39E(IndoorLocation_drawstru *_this)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
57 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
58 int *v1; // ecx@1
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
59 //double v2; // ST30_8@3
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
60 //double v3; // ST30_8@6
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
61 //double v4; // ST28_8@6
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
62 int v5; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
63 int v6; // eax@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
64 unsigned int v7; // ebx@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
65 BLVSector *v8; // esi@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
66 unsigned __int16 *v9; // edi@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
67 int i; // [sp+18h] [bp-8h]@7
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
68 //unsigned __int8 v11; // [sp+1Ch] [bp-4h]@3
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
69 signed int v12; // [sp+1Ch] [bp-4h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
70
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
71 pBLVRenderParams->Set(_this);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
72 uNumMobileLightsApplied = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
73 uNumDecorationsDrawnThisFrame = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
74 _unused000 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
75 uNumSpritesDrawnThisFrame = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
76 uNumBillboardsToDraw = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
77 if ( !byte_4D864C || !(BYTE1(pGame->uFlags) & 0x10) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
78 {
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
79 //v2 = pParty->flt_TorchlightColorB + 6.7553994e15;
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
80 //v11 = LOBYTE(v2);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
81 if ( (signed __int64)pParty->pPartyBuffs[16].uExpireTime <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
82 v5 = 800;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
83 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
84 v5 = 800 * pParty->pPartyBuffs[16].uPower;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
85 LOBYTE(v1) = byte_4E94D0;
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
86 //v4 = pParty->flt_TorchlightColorR + 6.7553994e15;
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 1
diff changeset
87 //v3 = pParty->flt_TorchlightColorG + 6.7553994e15;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
88 pMobileLightsStack->AddLight(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
89 SLOWORD(pBLVRenderParams->vPartyPos.x),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
90 SLOWORD(pBLVRenderParams->vPartyPos.y),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
91 SLOWORD(pBLVRenderParams->vPartyPos.z),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
92 SLOWORD(pBLVRenderParams->uRadius),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
93 v5,
3
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
94 floorf(pParty->flt_TorchlightColorR + 0.5f),
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
95 floorf(pParty->flt_TorchlightColorG + 0.5f),
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
96 floorf(pParty->flt_TorchlightColorB + 0.5f),
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
97 v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
98 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
99 PrepareWallsRenderList_BLV();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
100 PrepareItemsRenderList_BLV();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
101 PrepareActorRenderList_BLV();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
102 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
103 for ( i = 0; i < pStru170->field_53730; ++i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
104 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
105 v7 = pStru170->pSectorIDs_toDrawDecorationsFrom[v6];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
106 v12 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
107 v8 = &pIndoor->pSectors[pStru170->pSectorIDs_toDrawDecorationsFrom[v6]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
108 v9 = v8->pDecorationIDs;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
109 if ( v8->uNumDecorations > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
110 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
111 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
112 PrepareDecorationsRenderList_BLV((signed __int16)v9[v12++], v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
113 while ( v12 < v8->uNumDecorations );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
114 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
115 v6 = i + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
116 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
117 MessWithBillboards_BLV();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
118 pGame->PushStru165s();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
119 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
120
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
121
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
122
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
123 //----- (004407D9) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
124 int BLVRenderParams::Set(IndoorLocation_drawstru *a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
125 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
126 IndoorLocation_drawstru *v2; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
127 BLVRenderParams *v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
128 int v4; // ST08_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
129 int v5; // ST04_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
130 int v6; // ST00_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
131 int v7; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
132 int v8; // ST08_4@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
133 int v9; // ST04_4@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
134 int v10; // ST00_4@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
135 unsigned int v11; // edi@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
136 unsigned int v12; // ecx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
137 int v13; // edx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
138 signed int v14; // ecx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
139 unsigned int v15; // edx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
140 unsigned int v16; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
141 double v17; // st7@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
142 int v18; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
143 double v19; // st7@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
144 int v20; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
145 double v21; // st7@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
146 int v22; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
147 unsigned int v23; // edx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
148 unsigned int v24; // ecx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
149 int v25; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
150 int v26; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
151 signed int v27; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
152 int result; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
153 int v29; // [sp+24h] [bp+8h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
154
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
155 v2 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
156 v3 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
157 this->field_0_timer_ = a2->field_0_timer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
158 this->uFlags = a2->uFlags;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
159 this->vPartyPos.x = a2->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
160 this->vPartyPos.y = a2->vPosition.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
161 this->vPartyPos.z = a2->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
162 v4 = this->vPartyPos.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
163 v5 = this->vPartyPos.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
164 this->sPartyRotY = a2->sRotationY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
165 v6 = this->vPartyPos.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
166 this->sPartyRotX = a2->sRotationX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
167 v7 = pIndoor->GetSector(v6, v5, v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
168 v3->uRadius = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
169 if ( !v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
170 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
171 v8 = v3->vPartyPos.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
172 v3->vPartyPos.x = pParty->vPosition.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
173 v9 = pParty->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
174 v10 = v3->vPartyPos.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
175 v3->vPartyPos.y = pParty->vPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
176 v3->uRadius = pIndoor->GetSector(v10, v9, v8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
177 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
178 if ( pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
179 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
180 v3->sCosineY = stru_5C6E00->SinCos(v3->sPartyRotY);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
181 v3->sSineY = stru_5C6E00->SinCos(v3->sPartyRotY - stru_5C6E00->uIntegerHalfPi);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
182 v3->sCosineNegX = stru_5C6E00->SinCos(-v3->sPartyRotX);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
183 v3->sSineNegX = stru_5C6E00->SinCos(-v3->sPartyRotX - stru_5C6E00->uIntegerHalfPi);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
184 v3->fCosineY = cos((3.141592653589793 + 3.141592653589793) * (double)v3->sPartyRotY * 0.00048828125);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
185 v3->fSineY = sin((3.141592653589793 + 3.141592653589793) * (double)v3->sPartyRotY * 0.00048828125);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
186 v3->fCosineNegX = cos((3.141592653589793 + 3.141592653589793) * (double)-v3->sPartyRotX * 0.00048828125);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
187 v3->fSineNegX = sin((3.141592653589793 + 3.141592653589793) * (double)-v3->sPartyRotX * 0.00048828125);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
188 v3->field_64 = a2->field_3C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
189 v11 = v3->uViewportW;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
190 v12 = v3->uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
191 v13 = v3->uViewportZ - v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
192 v14 = v3->uViewportZ + v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
193 v3->field_70 = v13 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
194 v15 = v3->uViewportY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
195 v3->uViewportHeight = v11 - v15 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
196 v16 = v3->uViewportW;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
197 v3->uViewportCenterX = v14 >> 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
198 v3->uViewportCenterY = (signed int)(v16 + v15) >> 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
199 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
200 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
201 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
202 v3->sCosineY = stru_5C6E00->SinCos(-v3->sPartyRotY);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
203 v3->sSineY = stru_5C6E00->SinCos(-v3->sPartyRotY - stru_5C6E00->uIntegerHalfPi);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
204 v3->sCosineNegX = stru_5C6E00->SinCos(-v3->sPartyRotX);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
205 v3->sSineNegX = stru_5C6E00->SinCos(-v3->sPartyRotX - stru_5C6E00->uIntegerHalfPi);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
206 v17 = cos((double)-v3->sPartyRotY * 0.0030664064);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
207 v18 = v3->sPartyRotY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
208 v3->fCosineY = v17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
209 v19 = sin((double)-v18 * 0.0030664064);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
210 v20 = v3->sPartyRotX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
211 v3->fSineY = v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
212 v21 = cos((double)-v20 * 0.0030664064);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
213 v22 = v3->sPartyRotX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
214 v3->fCosineNegX = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
215 v3->fSineNegX = sin((double)-v22 * 0.0030664064);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
216 v23 = v3->uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
217 v3->field_64 = a2->field_3C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
218 v24 = v3->uViewportZ;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
219 v3->field_70 = v3->uViewportZ - v23 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
220 v25 = v3->uViewportW - v3->uViewportY + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
221 v3->uViewportHeight = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
222 v29 = v25;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
223 v26 = v3->field_64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
224 v3->uViewportCenterX = (signed int)(v24 + v23) >> 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
225 v3->uViewportCenterY = v3->uViewportW - ((unsigned __int64)(v26 * (signed __int64)v29) >> 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
226 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
227 v27 = (unsigned int)(signed __int64)((double)v3->field_70 * 0.5 / tan((double)(v2->field_1C_mb_fov >> 1) * 0.01745329)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
228 + 0.5) << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
229 v3->field_40 = v27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
230 LODWORD(v3->field_44) = 4294967296i64 / v27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
231 v3->pRenderTarget = v2->pRenderTarget;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
232 v3->uTargetWidth = v2->uTargetWidth;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
233 v3->uTargetHeight = v2->uTargetHeight;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
234 v3->uViewportX = v2->uViewportX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
235 v3->uViewportY = v2->uViewportY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
236 v3->uViewportZ = v2->uViewportZ;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
237 v3->uViewportW = v2->uViewportW;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
238 v3->pTargetZBuffer = v2->pTargetZ;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
239 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
240 v3->field_8C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
241 v3->field_84 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
242 v3->field_80 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
243 v3->field_88 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
244 pBLVRenderParams->field_90 = 64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
245 pBLVRenderParams->field_94 = 6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
246 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
247 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
248
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
249 //----- (00440B44) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
250 void IndoorLocation::ExecDraw(char a1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
251 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
252 signed int i; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
253 int v2; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
254 IndoorCameraD3D_Vec4 *v3; // edx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
255 signed int j; // esi@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
256 unsigned int v5; // ecx@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
257 RenderVertexSoft *v6; // [sp-4h] [bp-8h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
258
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
259 if ( a1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
260 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
261 pIndoor->GetSector(pParty->vPosition.x, pParty->vPosition.z, pParty->vPosition.y);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
262 for ( i = 0; i < (signed int)pStru170->uNumFaceIDs; ++i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
263 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
264 v2 = pStru170->pFaceIDs[2 * i + 1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
265 if ( pStru170->field_FA8[v2].std__vector_0007A8 == -1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
266 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
267 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
268 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
269 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
270 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
271 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
272 v3 = pStru170->field_FA8[v2].std__vector_0007AC;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
273 v6 = pStru170->field_FA8[v2].pVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
274 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
275 IndoorLocation::ExecDraw_sub0(pStru170->pFaceIDs[2 * i], v3, 4u, v6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
276 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
277 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
278 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
279 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
280 for ( j = 0; j < (signed int)pStru170->uNumFaceIDs; ++j )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
281 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
282 v5 = pStru170->pFaceIDs[2 * j];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
283 pBLVRenderParams->field_7C = &pStru170->field_FA8[pStru170->pFaceIDs[2 * j + 1]].field_C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
284 IndoorLocation::ExecDraw_sub1(v5);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
285 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
286 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
287 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
288
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
289 //----- (00440BED) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
290 void __fastcall sub_440BED(IndoorLocation_drawstru *_this)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
291 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
292 unsigned __int16 *v1; // edi@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
293 char *v2; // esi@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
294 int v3; // ecx@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
295 unsigned int v4; // edx@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
296 char *v5; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
297 signed int v6; // [sp+8h] [bp-8h]@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
298 int v7; // [sp+Ch] [bp-4h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
299
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
300 sub_43F39E(_this);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
301 if ( pBLVRenderParams->uRadius )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
302 IndoorLocation::ExecDraw(pRenderer->pRenderD3D != 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
303 pRenderer->DrawBillboardList_BLV();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
304 if ( !pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
305 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
306 if ( pBLVRenderParams->uFlags & 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
307 stru170_sub_4B0967();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
308 if ( pBLVRenderParams->uFlags & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
309 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
310 v1 = pBLVRenderParams->pRenderTarget;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
311 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
312 if ( (signed int)pStru170->std__vector_000FA8 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
313 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
314 v7 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
315 v2 = (char *)&pStru170->field_FA8[0].field_C.field_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
316 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
317 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
318 v3 = *((int *)v2 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
319 v4 = pRenderer->uTargetSurfacePitch * *((int *)v2 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
320 if ( v3 <= *(int *)v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
321 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
322 v5 = (char *)&pStru170->field_FA8[0].field_C.array_3D8[v3 + v7];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
323 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
324 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
325 v1[v4 + *((short *)v5 - 480)] = 255;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
326 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
327 v1[v4 + *(short *)v5] = 255;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
328 v4 += pRenderer->uTargetSurfacePitch;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
329 v5 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
330 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
331 while ( v3 <= *(int *)v2 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
332 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
333 ++v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
334 v7 += 1126;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
335 v2 += 2252;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
336 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
337 while ( v6 < (signed int)pStru170->std__vector_000FA8 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
338 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
339 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
340 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
341 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
342
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
343
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
344
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
345
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
346
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
347 //----- (00441BD4) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
348 void IndoorLocation::Draw()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
349 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
350 int v0; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
351 IndoorLocation_drawstru _this; // [sp+0h] [bp-4Ch]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
352 int v2; // [sp+44h] [bp-8h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
353 float v3; // [sp+48h] [bp-4h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
354
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
355 v0 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
356 if ( viewparams->field_50_draw_debug_outlines )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
357 v0 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
358 if ( viewparams->field_54 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
359 LOBYTE(v0) = v0 | 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
360 _this.field_0_timer = pEventTimer->uTotalGameTimeElapsed;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
361 _this.uFlags = v0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
362 _this.vPosition.x = pParty->vPosition.x
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
363 - ((unsigned __int64)(stru_5C6E00->SinCos(pParty->sRotationY)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
364 * (signed __int64)pParty->field_18) >> 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
365 v2 = stru_5C6E00->SinCos(pParty->sRotationY - stru_5C6E00->uIntegerHalfPi);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
366 LODWORD(v3) = (unsigned __int64)(v2 * (signed __int64)pParty->field_18) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
367 _this.field_1C_mb_fov = 65;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
368 _this.vPosition.y = pParty->vPosition.z - LODWORD(v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
369 _this.sRotationY = pParty->sRotationY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
370 _this.sRotationX = pParty->sRotationX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
371 _this.pRenderTarget = pRenderer->pTargetSurface;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
372 _this.uViewportX = pViewport->uScreenX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
373 _this.uViewportY = pViewport->uScreenY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
374 _this.uViewportZ = pViewport->uScreenZ;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
375 _this.uViewportW = pViewport->uScreenW;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
376 _this.field_3C = pViewport->field_30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
377 _this.vPosition.z = pParty->vPosition.y + pParty->sEyelevel;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
378 _this.uTargetWidth = 640;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
379 _this.uTargetHeight = 480;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
380 _this.pTargetZ = pRenderer->pActiveZBuffer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
381 sub_440BED(&_this);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
382 pParty->uFlags &= 0xFFFFFFFDu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
383 pGame->DrawParticles();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
384 array_5118E8._440F07();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
385 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
386
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
387 //----- (004C0EF2) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
388 void BLVFace::FromODM(ODMFace *a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
389 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
390 this->pFacePlane_old.vNormal.x = a2->pFacePlane.vNormal.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
391 this->pFacePlane_old.vNormal.y = a2->pFacePlane.vNormal.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
392 this->pFacePlane_old.vNormal.z = a2->pFacePlane.vNormal.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
393 this->pFacePlane_old.dist = a2->pFacePlane.dist;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
394 this->pFacePlane.vNormal.x = (double)(a2->pFacePlane.vNormal.x & 0xFFFF) * 0.000015259022
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
395 + (double)(a2->pFacePlane.vNormal.x >> 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
396 this->pFacePlane.vNormal.y = (double)(a2->pFacePlane.vNormal.y & 0xFFFF) * 0.000015259022
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
397 + (double)(a2->pFacePlane.vNormal.y >> 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
398 this->pFacePlane.vNormal.z = (double)(a2->pFacePlane.vNormal.z & 0xFFFF) * 0.000015259022
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
399 + (double)(a2->pFacePlane.vNormal.z >> 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
400 this->pFacePlane.dist = (double)(a2->pFacePlane.dist & 0xFFFF) * 0.000015259022 + (double)(a2->pFacePlane.dist >> 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
401 this->uAttributes = a2->uFaceAttributes;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
402 this->pBounding.x1 = a2->pBoundingBox.x1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
403 this->pBounding.y1 = a2->pBoundingBox.y1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
404 this->pBounding.z1 = a2->pBoundingBox.z1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
405 this->pBounding.x2 = a2->pBoundingBox.x2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
406 this->pBounding.y2 = a2->pBoundingBox.y2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
407 this->pBounding.z2 = a2->pBoundingBox.z2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
408 this->zCalc1 = a2->zCalc1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
409 this->zCalc2 = a2->zCalc2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
410 this->zCalc3 = a2->zCalc3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
411 this->pXInterceptDisplacements = a2->pXInterceptDisplacements;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
412 this->pYInterceptDisplacements = a2->pYInterceptDisplacements;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
413 this->pZInterceptDisplacements = a2->pZInterceptDisplacements;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
414 this->uPolygonType = (PolygonType)a2->uPolygonType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
415 this->uNumVertices = a2->uNumVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
416 this->uBitmapID = a2->uTextureID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
417 this->pVertexIDs = a2->pVertexIDs;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
418 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
419
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
420 //----- (004B0A25) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
421 void IndoorLocation::ExecDraw_sub0(unsigned int uFaceID, IndoorCameraD3D_Vec4 *pVertices, unsigned int uNumVertices, RenderVertexSoft *a4)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
422 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
423 unsigned int v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
424 char *v5; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
425 signed int v6; // ecx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
426 char *v7; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
427 signed int v8; // ecx@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
428 BLVFace *v9; // esi@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
429 IndoorCameraD3D *v10; // edi@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
430 int v11; // ebx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
431 Vec3_short_ *v12; // ecx@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
432 char *v13; // edx@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
433 int v14; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
434 unsigned __int8 v15; // sf@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
435 unsigned __int8 v16; // of@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
436 int v17; // ebx@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
437 double v18; // st7@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
438 double v19; // st6@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
439 double v20; // st5@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
440 char v21; // dl@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
441 unsigned int v22; // eax@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
442 unsigned int v23; // eax@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
443 DWORD v24; // eax@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
444 int v25; // eax@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
445 char *v26; // edi@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
446 IDirect3DTexture2 *v27; // eax@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
447 Texture *v28; // [sp+Ch] [bp-1Ch]@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
448 int i; // [sp+10h] [bp-18h]@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
449 LightmapBuilder *pStru4; // [sp+14h] [bp-14h]@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
450 IndoorCameraD3D *v31; // [sp+18h] [bp-10h]@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
451 IndoorCameraD3D_Vec4 *a7; // [sp+1Ch] [bp-Ch]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
452 unsigned int uFaceID_; // [sp+20h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
453 unsigned int uNumVerticesa; // [sp+24h] [bp-4h]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
454 int a4a; // [sp+34h] [bp+Ch]@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
455 unsigned int a4b; // [sp+34h] [bp+Ch]@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
456
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
457 v4 = uFaceID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
458 a7 = pVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
459 uFaceID_ = uFaceID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
460 if ( (uFaceID & 0x80000000u) == 0 && (signed int)uFaceID < (signed int)pIndoor->uNumFaces )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
461 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
462
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
463 static RenderVertexSoft static_vertices_F7C228[64];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
464 static bool __init_flag1 = false;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
465 if (!__init_flag1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
466 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
467 __init_flag1 = true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
468
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
469 for (uint i = 0; i < 64; ++i)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
470 static_vertices_F7C228[i].flt_2C = 0.0f;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
471 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
472
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
473 static RenderVertexSoft static_vertices_F7B628[64];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
474 static bool __init_flag2 = false;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
475 if (!__init_flag2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
476 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
477 __init_flag2 = true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
478
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
479 for (uint i = 0; i < 64; ++i)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
480 static_vertices_F7B628[i].flt_2C = 0.0f;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
481 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
482
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
483 static stru154 stru_F7B60C; // idb
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
484 /*static bool __init_flag3 = false;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
485 if (!__init_flag3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
486 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
487 __init_flag3 = true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
488
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
489 stru154::stru154(&stru_F7B60C);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
490 }*/
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
491
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
492 v9 = &pIndoor->pFaces[v4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
493 if ( v9->uNumVertices >= 3u )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
494 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
495 if ( !(BYTE1(v9->uAttributes) & 0x20) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
496 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
497 ++pBLVRenderParams->field_80;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
498 LOBYTE(v9->uAttributes) |= 0x80u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
499 v28 = v9->GetTexture();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
500 if ( v28 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
501 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
502 v10 = pGame->pIndoorCameraD3D;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
503 v31 = pGame->pIndoorCameraD3D;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
504 pStru4 = pGame->pLightmapBuilder;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
505 if ( !pGame->pIndoorCameraD3D->IsFaceFacedTowardsCamera(v9) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
506 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
507 v11 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
508 uNumVerticesa = v9->uNumVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
509 if ( (signed int)uNumVerticesa > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
510 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
511 v12 = pIndoor->pVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
512 v13 = (char *)&static_vertices_F7C228[0].vWorldPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
513 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
514 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
515 v14 = v11++;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
516 *((float *)v13 - 2) = (double)v12[v9->pVertexIDs[v14]].x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
517 *((float *)v13 - 1) = (double)v12[v9->pVertexIDs[v14]].y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
518 *(float *)v13 = (double)v12[v9->pVertexIDs[v14]].z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
519 v13 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
520 v16 = __OFSUB__(v11, uNumVerticesa);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
521 v15 = ((v11 - uNumVerticesa) & 0x80000000u) != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
522 *((float *)v13 - 5) = (double)v9->pVertexUIDs[v14];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
523 *((float *)v13 - 4) = (double)v9->pVertexVIDs[v14];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
524 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
525 while ( v15 ^ v16 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
526 v10 = v31;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
527 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
528 if ( !a7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
529 || (pGame->pStru9Instance->_498377(a4, 4u, a7, static_vertices_F7C228, &uNumVerticesa), uNumVerticesa) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
530 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
531 if ( v10->_437285_prolly_colide_vertices_against_frustrum(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
532 static_vertices_F7C228,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
533 &uNumVerticesa,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
534 static_vertices_F7B628,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
535 v10->std__vector_000034_prolly_frustrum,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
536 4,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
537 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
538 0) != 1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
539 || uNumVerticesa )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
540 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
541 a4a = SHIWORD(stru_F8AD28.field_2C);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
542 v17 = (248 - 8 * SHIWORD(stru_F8AD28.field_2C)) | (((248 - 8 * SHIWORD(stru_F8AD28.field_2C)) | ((248 - 8 * SHIWORD(stru_F8AD28.field_2C)) << 8)) << 8);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
543 sub_4B0E07(uFaceID_);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
544 pStru4->ApplyLights_IndoorFace(uFaceID_);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
545 pDecalBuilder->ApplyBloodsplatDecals_IndoorFace(uFaceID_);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
546 v31->_4364C5(static_vertices_F7B628, uNumVerticesa, array_507D30, &stru_F8AD28);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
547 v31->_436BB7_project_and_stuff(array_507D30, uNumVerticesa, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
548 pStru4->std__vector_000004_size = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
549 if ( stru_F8AD28.field_AC > 0 || pDecalBuilder->uNumDecals > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
550 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
551 v18 = v9->pFacePlane.dist;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
552 v19 = v9->pFacePlane.vNormal.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
553 v20 = v9->pFacePlane.vNormal.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
554 v21 = v9->uPolygonType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
555 stru_F7B60C.vNormal.x = v9->pFacePlane.vNormal.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
556 stru_F7B60C.field_14 = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
557 stru_F7B60C.vNormal.y = v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
558 stru_F7B60C.vNormal.z = v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
559 stru_F7B60C.field_10 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
560 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
561 if ( stru_F8AD28.field_AC > 0 && !(BYTE2(v9->uAttributes) & 0x40) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
562 pStru4->ApplyLights(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
563 &stru_F8AD28,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
564 &stru_F7B60C,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
565 uNumVerticesa,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
566 array_507D30,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
567 *(float *)&a7,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
568 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
569 if ( pDecalBuilder->uNumDecals > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
570 pDecalBuilder->ApplyDecals(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
571 a4a,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
572 1,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
573 &stru_F7B60C,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
574 uNumVerticesa,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
575 array_507D30,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
576 (int)a7,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
577 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
578 v9->uSectorID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
579 if ( v9->uAttributes & 0x10 && v9->uBitmapID == pRenderer->field_1036AC_bitmapid )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
580 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
581 v23 = pRenderer->pHDWaterBitmapIDs[pRenderer->field_1036A8_bitmapid];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
582 goto LABEL_42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
583 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
584 if ( v9->uAttributes & 0x10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
585 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
586 v24 = GetTickCount() >> 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
587 if ( (signed int)uNumVerticesa > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
588 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
589 v25 = v24 - stru_5C6E00->uIntegerHalfPi;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
590 v26 = (char *)&array_507D30[0].v;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
591 a4b = uNumVerticesa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
592 for ( i = v25; ; v25 = i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
593 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
594 *(float *)v26 = (double)(pBitmaps_LOD->pTextures[v9->uBitmapID].uHeightMinus1 & (unsigned int)(stru_5C6E00->SinCos(v25) >> 8))
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
595 + *(float *)v26;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
596 v26 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
597 --a4b;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
598 if ( !a4b )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
599 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
600 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
601 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
602 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
603 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
604 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
605 v22 = v9->uAttributes;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
606 if ( BYTE1(v22) & 0x40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
607 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
608 v23 = pTextureFrameTable->GetFrameTexture(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
609 v9->uBitmapID,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
610 pBLVRenderParams->field_0_timer_);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
611 LABEL_42:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
612 v27 = pBitmaps_LOD->pHardwareTextures[v23];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
613 if ( BYTE2(v9->uAttributes) & 0x40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
614 sub_479A53(uNumVerticesa, uFaceID_);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
615 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
616 pRenderer->DrawIndoorPolygon(uNumVerticesa, v9, v27, v28, 8 * uFaceID_ | 6, v17, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
617 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
618 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
619 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
620 v23 = v9->uBitmapID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
621 goto LABEL_42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
622 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
623 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
624 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
625 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
626 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
627 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
628 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
629 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
630 // F7CE28: using guessed type char static_init_flag__F7C228_bit1__F7B628_bit2__F7B60C_bit3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
631
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
632
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
633
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
634 //----- (004AFF79) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
635 void IndoorLocation::ExecDraw_sub1(unsigned int uFaceID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
636 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
637 unsigned int v1; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
638 BLVFace *v2; // esi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
639 unsigned int v3; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
640 Texture *v4; // eax@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
641 Texture *v5; // edi@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
642 int v6; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
643 int v7; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
644 int v8; // ecx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
645 int v9; // ebx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
646 int v10; // eax@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
647 int v11; // esi@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
648 unsigned int v12; // eax@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
649 int j; // ecx@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
650 int v14; // edx@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
651 int v15; // eax@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
652 int v16; // edx@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
653 int i; // ebx@22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
654 int v18; // ecx@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
655 int v19; // eax@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
656 int v20; // eax@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
657 int v21; // eax@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
658 unsigned __int8 *v22; // ecx@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
659 int v23; // ebx@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
660 int v24; // esi@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
661 int v25; // eax@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
662 unsigned __int16 *v26; // eax@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
663 unsigned int v27; // eax@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
664 int v28; // eax@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
665 char *v29; // esi@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
666 int v30; // eax@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
667 int v31; // eax@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
668 int v32; // eax@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
669 int v33; // edx@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
670 signed int v34; // ebx@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
671 int v35; // eax@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
672 int v36; // ebx@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
673 signed int v37; // ebx@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
674 signed int v38; // edi@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
675 unsigned int v39; // edi@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
676 int v40; // edx@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
677 int v41; // ecx@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
678 signed int v42; // edx@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
679 int v43; // edx@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
680 int v44; // eax@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
681 unsigned __int16 *v45; // eax@43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
682 int *v46; // esi@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
683 unsigned __int16 *v47; // edi@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
684 unsigned int v48; // edx@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
685 int v49; // ebx@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
686 char v50; // cl@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
687 char v51; // ch@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
688 unsigned int v52; // ebx@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
689 int v53; // edx@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
690 unsigned int v54; // ebx@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
691 int v55; // edx@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
692 unsigned int v56; // ebx@47
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
693 int v57; // edx@47
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
694 int v58; // ebx@47
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
695 int v59; // edx@47
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
696 unsigned __int16 *v60; // eax@50
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
697 int *v61; // esi@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
698 unsigned __int16 *v62; // edi@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
699 unsigned int v63; // edx@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
700 int v64; // ebx@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
701 char v65; // cl@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
702 char v66; // ch@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
703 unsigned int v67; // ebx@53
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
704 int v68; // edx@53
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
705 unsigned int v69; // ebx@53
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
706 int v70; // edx@53
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
707 unsigned int v71; // ebx@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
708 int v72; // edx@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
709 int v73; // ebx@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
710 int v74; // edx@54
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
711 unsigned __int16 *v75; // eax@58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
712 int *v76; // esi@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
713 int v77; // edi@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
714 unsigned int v78; // edx@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
715 int v79; // ebx@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
716 char v80; // cl@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
717 char v81; // ch@59
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
718 int v82; // ebx@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
719 int v83; // edx@61
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
720 unsigned int v84; // ebx@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
721 int v85; // edx@62
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
722 unsigned __int16 *v86; // eax@65
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
723 int *v87; // esi@66
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
724 int v88; // edi@66
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
725 unsigned int v89; // edx@66
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
726 int v90; // ebx@66
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
727 char v91; // cl@66
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
728 char v92; // ch@66
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
729 int v93; // ebx@68
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
730 int v94; // edx@68
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
731 unsigned __int16 v95; // bx@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
732 int v96; // edx@69
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
733 unsigned __int8 *v97; // [sp+Ch] [bp-9Ch]@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
734 unsigned __int8 *v98; // [sp+10h] [bp-98h]@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
735 unsigned __int8 *v99; // [sp+14h] [bp-94h]@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
736 unsigned __int8 *v100; // [sp+18h] [bp-90h]@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
737 int v101; // [sp+1Ch] [bp-8Ch]@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
738 int v102; // [sp+20h] [bp-88h]@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
739 BLVFace *v103; // [sp+24h] [bp-84h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
740 unsigned __int16 *v104; // [sp+28h] [bp-80h]@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
741 int v105; // [sp+2Ch] [bp-7Ch]@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
742 int v106; // [sp+30h] [bp-78h]@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
743 int v107; // [sp+34h] [bp-74h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
744 Texture *v108; // [sp+38h] [bp-70h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
745 int v109; // [sp+3Ch] [bp-6Ch]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
746 unsigned int v110; // [sp+40h] [bp-68h]@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
747 unsigned int v111; // [sp+44h] [bp-64h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
748 int *k; // [sp+48h] [bp-60h]@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
749 int v113; // [sp+4Ch] [bp-5Ch]@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
750 int v114; // [sp+50h] [bp-58h]@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
751 int v115; // [sp+54h] [bp-54h]@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
752 unsigned __int8 *v116; // [sp+58h] [bp-50h]@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
753 int v117; // [sp+5Ch] [bp-4Ch]@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
754 int a1; // [sp+60h] [bp-48h]@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
755 int v119; // [sp+64h] [bp-44h]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
756 int v120; // [sp+68h] [bp-40h]@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
757 unsigned int v121; // [sp+6Ch] [bp-3Ch]@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
758 unsigned int v122; // [sp+70h] [bp-38h]@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
759 int v123; // [sp+74h] [bp-34h]@30
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
760 int v124; // [sp+78h] [bp-30h]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
761 int v125; // [sp+7Ch] [bp-2Ch]@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
762 unsigned int v126; // [sp+80h] [bp-28h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
763 int v127; // [sp+84h] [bp-24h]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
764 int v128; // [sp+88h] [bp-20h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
765 int *pZPixel; // [sp+8Ch] [bp-1Ch]@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
766 int a2; // [sp+90h] [bp-18h]@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
767 unsigned int v131; // [sp+94h] [bp-14h]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
768 unsigned __int16 *pColorPixel; // [sp+98h] [bp-10h]@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
769 int v133; // [sp+9Ch] [bp-Ch]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
770 int v134; // [sp+A0h] [bp-8h]@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
771 int v135; // [sp+A4h] [bp-4h]@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
772
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
773 v1 = uFaceID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
774 v111 = pRenderer->uTargetSurfacePitch;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
775 if ( (uFaceID & 0x80000000u) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
776 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
777 if ( (signed int)uFaceID < (signed int)pIndoor->uNumFaces )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
778 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
779 v2 = &pIndoor->pFaces[uFaceID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
780 v103 = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
781 v3 = v2->uAttributes;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
782 if ( !(BYTE1(v3) & 0x20) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
783 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
784 if ( v3 & 0x400000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
785 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
786 sub_4ADD1D(uFaceID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
787 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
788 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
789 if ( !(v3 & 0x10) || (sub_4AD504(uFaceID), pRenderer->pRenderD3D) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
790 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
791 v4 = v2->GetTexture();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
792 ++pBLVRenderParams->field_80;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
793 v5 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
794 v108 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
795 if ( v4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
796 {
1
ac0fb48cd27a Texture, hwl loading, video player
Nomad
parents: 0
diff changeset
797 v6 = v4->palette_id2;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
798 LOBYTE(v2->uAttributes) |= 0x80u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
799 v109 = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
800 sub_4AE5F1(v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
801 v126 = stru_F8AD28.pDeltaUV[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
802 v128 = stru_F8AD28.pDeltaUV[1];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
803 v107 = bUseLoResSprites;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
804 v7 = sub_423B5D(v1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
805 if ( v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
806 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
807 if ( sub_424829(v7, &stru_F8A590, pBLVRenderParams->field_7C, v1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
808 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
809 if ( v2->uPolygonType == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
810 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
811 for ( i = 0; i < stru_F8AD28.field_AC; stru_F8AD28._blv_lights_ys[v18] = v20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
812 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
813 v18 = i;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
814 v120 = stru_F8AD28._blv_lights_xs[i];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
815 v134 = (unsigned __int64)(v120 * (signed __int64)-stru_F8AD28.plane_4.vNormal.y) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
816 v133 = stru_F8AD28.plane_4.vNormal.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
817 v120 = stru_F8AD28._blv_lights_ys[i];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
818 v133 = (unsigned __int64)(v120 * (signed __int64)stru_F8AD28.plane_4.vNormal.x) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
819 v19 = v128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
820 stru_F8AD28._blv_lights_xs[i] = v126
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
821 + v134
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
822 + ((unsigned __int64)(v120
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
823 * (signed __int64)stru_F8AD28.plane_4.vNormal.x) >> 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
824 v20 = v19 - stru_F8AD28._blv_lights_zs[i++];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
825 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
826 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
827 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
828 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
829 if ( v2->uPolygonType != 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
830 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
831 if ( v2->uPolygonType == 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
832 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
833 LABEL_16:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
834 a2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
835 if ( stru_F8AD28.field_AC > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
836 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
837 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
838 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
839 v8 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
840 v9 = stru_F8AD28._blv_lights_xs[a2];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
841 v131 = stru_F8AD28._blv_lights_ys[a2];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
842 v10 = stru_F8AD28._blv_lights_zs[a2];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
843 v11 = (signed int)(v10 * stru_F8AD28.plane_4.vNormal.z
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
844 + stru_F8AD28.plane_4.dist
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
845 + v9 * stru_F8AD28.plane_4.vNormal.x
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
846 + v131 * stru_F8AD28.plane_4.vNormal.y) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
847 v119 = v9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
848 - ((unsigned __int64)(stru_F8AD28.plane_4.vNormal.x
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
849 * (signed __int64)((signed int)(v10 * stru_F8AD28.plane_4.vNormal.z
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
850 + stru_F8AD28.plane_4.dist
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
851 + v9 * stru_F8AD28.plane_4.vNormal.x
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
852 + v131 * stru_F8AD28.plane_4.vNormal.y) >> 16)) >> 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
853 v131 -= (unsigned __int64)(stru_F8AD28.plane_4.vNormal.y * (signed __int64)v11) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
854 v127 = v10 - ((unsigned __int64)(stru_F8AD28.plane_4.vNormal.z * (signed __int64)v11) >> 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
855 stru_F8AD28._blv_lights_xs[a2] = ((unsigned __int64)(v119
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
856 * (signed __int64)stru_F8AD28.vec_14.x) >> 16)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
857 + ((unsigned __int64)((signed int)v131
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
858 * (signed __int64)stru_F8AD28.vec_14.y) >> 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
859 v124 = (unsigned __int64)(v119 * (signed __int64)stru_F8AD28.vec_20.x) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
860 v134 = (unsigned __int64)((signed int)v131 * (signed __int64)stru_F8AD28.vec_20.y) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
861 v133 = (unsigned __int64)(v127 * (signed __int64)stru_F8AD28.vec_20.z) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
862 v12 = v126;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
863 stru_F8AD28._blv_lights_ys[v8] = v124
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
864 + ((unsigned __int64)((signed int)v131
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
865 * (signed __int64)stru_F8AD28.vec_20.y) >> 16)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
866 + ((unsigned __int64)(v127
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
867 * (signed __int64)stru_F8AD28.vec_20.z) >> 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
868 stru_F8AD28._blv_lights_xs[v8] += v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
869 stru_F8AD28._blv_lights_ys[v8] += v128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
870 ++a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
871 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
872 while ( a2 < stru_F8AD28.field_AC );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
873 v2 = v103;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
874 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
875 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
876 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
877 if ( v2->uPolygonType != 5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
878 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
879 if ( v2->uPolygonType != 6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
880 goto LABEL_24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
881 goto LABEL_16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
882 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
883 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
884 for ( j = 0; j < stru_F8AD28.field_AC; *(int *)v15 = v16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
885 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
886 v14 = v128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
887 stru_F8AD28._blv_lights_xs[j] += v126;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
888 v15 = 4 * j + 16297672;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
889 v16 = v14 - stru_F8AD28._blv_lights_ys[j++];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
890 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
891 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
892 LABEL_24:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
893 v135 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
894 pGame->_44ED0A(v2, &v135, 31);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
895 v104 = sr_sub_47C24C_get_palette(v2, v109, 0, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
896 v134 = stru_F8AD28.field_44;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
897 v106 = stru_F8AD28.field_48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
898 v21 = stru_F8A590._viewport_space_y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
899 a2 = stru_F8A590._viewport_space_y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
900 v110 = v111 * stru_F8A590._viewport_space_y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
901 v97 = v5->pLevelOfDetail0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
902 v98 = v5->pLevelOfDetail1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
903 v99 = v5->pLevelOfDetail2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
904 v22 = v5->pLevelOfDetail3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
905 v23 = 640 * stru_F8A590._viewport_space_y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
906 v119 = 640 * stru_F8A590._viewport_space_y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
907 v100 = v22;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
908 if ( stru_F8A590._viewport_space_y <= stru_F8A590.field_4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
909 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
910 v24 = 2 * stru_F8A590._viewport_space_y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
911 v120 = 2 * stru_F8A590._viewport_space_y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
912 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
913 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
914 a1 = *(__int16 *)((char *)stru_F8A590.array_18 + v24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
915 sub_4AE313(a1, v21, &stru_F81018.field_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
916 if ( LOBYTE(viewparams->field_20) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
917 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
918 v27 = v111 * (v24 - pBLVRenderParams->uViewportY);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
919 pZPixel = &pBLVRenderParams->pTargetZBuffer[2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
920 * (*(__int16 *)((char *)stru_F8A590.array_18 + v24)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
921 + 320 * (v24 - pBLVRenderParams->uViewportY))
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
922 - pBLVRenderParams->uViewportX];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
923 pColorPixel = &pBLVRenderParams->pRenderTarget[v27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
924 + 2 * *(__int16 *)((char *)stru_F8A590.array_18 + v24)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
925 - pBLVRenderParams->uViewportX];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
926 v26 = &pBLVRenderParams->pRenderTarget[v27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
927 + 2 * *(__int16 *)((char *)stru_F8A590.array_3D8 + v24)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
928 - pBLVRenderParams->uViewportX];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
929 v23 = v119;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
930 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
931 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
932 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
933 v25 = *(__int16 *)((char *)stru_F8A590.array_18 + v24);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
934 pZPixel = &pBLVRenderParams->pTargetZBuffer[v25 + v23];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
935 pColorPixel = &pBLVRenderParams->pRenderTarget[v25 + v110];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
936 v26 = &pBLVRenderParams->pRenderTarget[v110 + *(__int16 *)((char *)stru_F8A590.array_3D8 + v24)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
937 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
938 v131 = (unsigned int)v26;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
939 HIWORD(v28) = HIWORD(stru_F81018.field_0.field_0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
940 LOWORD(v28) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
941 v105 = stru_F8AD28.field_0 | v28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
942 v123 = sub_4AE491(SHIWORD(stru_F81018.field_0.field_4), SHIWORD(stru_F81018.field_0.field_8));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
943 if ( (unsigned int)pColorPixel < v131 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
944 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
945 v102 = v107 + v106;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
946 v29 = (char *)&stru_F81018.field_34.field_8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
947 a1 += v134;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
948 for ( k = &stru_F81018.field_34.field_8; ; v29 = (char *)k )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
949 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
950 sub_4AE313(a1, a2, (stru337_stru0 *)(v29 - 8));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
951 v30 = *((int *)v29 - 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
952 LOWORD(v30) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
953 v117 = v105;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
954 v31 = stru_F8AD28.field_0 | v30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
955 if ( v105 <= (unsigned int)v31 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
956 v117 = v31;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
957 v105 = v31;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
958 v32 = *((int *)v29 - 14);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
959 v122 = *((int *)v29 - 14) >> v107;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
960 v33 = *((int *)v29 - 13);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
961 v125 = *((int *)v29 - 13) >> v107;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
962 v34 = *((int *)v29 - 1) - v32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
963 v113 = (*(int *)v29 - v33) >> v102;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
964 v35 = *((int *)v29 - 11);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
965 v114 = v34 >> v102;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
966 v116 = (&v97)[4 * v35];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
967 v36 = v35 + 16 - v5->uWidthLn2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
968 v133 = v35 + 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
969 v127 = v35 + v36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
970 v37 = v5->uWidthMinus1 >> v35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
971 v38 = v5->uHeightMinus1 >> v35 << (v35 + 16);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
972 v128 = v37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
973 v126 = v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
974 v39 = (unsigned int)(LOBYTE(viewparams->field_20) ? &pColorPixel[2 * v134] : &pColorPixel[v134]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
975 if ( v39 > v131 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
976 v39 = v131;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
977 v40 = *((short *)v29 + 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
978 v41 = *((short *)v29 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
979 v121 = v39;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
980 v42 = sub_4AE491(v41, v40);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
981 v101 = v42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
982 v124 = (signed int)(v39 - (int)pColorPixel) >> 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
983 if ( v123 >> 16 == v42 >> 16 || v135 & 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
984 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
985 v123 = (int)sr_sub_47C24C_get_palette(v103, v109, v123 >> 16, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
986 if ( LOBYTE(viewparams->field_20) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
987 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
988 v86 = pColorPixel;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
989 if ( (unsigned int)pColorPixel < v121 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
990 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
991 v87 = pZPixel;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
992 v88 = v123;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
993 v89 = v122;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
994 v90 = v125;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
995 v91 = v133;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
996 v92 = v127;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
997 if ( v124 & 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
998 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
999 *pZPixel = v117;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1000 v87 -= 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1001 v86 = pColorPixel + 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1002 goto LABEL_69;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1003 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1004 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1005 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1006 v86 += 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1007 v93 = *(&v116[v128 & (v89 >> v91)] + ((v126 & v90) >> v92));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1008 v94 = v117;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1009 LOWORD(v93) = *(short *)(v88 + 2 * v93);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1010 *v87 = v117;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1011 v87[1] = v94;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1012 v87[640] = v94;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1013 v87[641] = v94;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1014 *(v86 - 4) = v93;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1015 *(v86 - 3) = v93;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1016 v86[636] = v93;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1017 v86[637] = v93;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1018 v87[2] = v94;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1019 v87[3] = v94;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1020 v87[642] = v94;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1021 v87[643] = v94;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1022 v122 += v114;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1023 v125 += v113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1024 v89 = v122;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1025 v90 = v125;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1026 LABEL_69:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1027 v87 += 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1028 v95 = *(short *)(v88 + 2 * *(&v116[v128 & (v89 >> v91)] + ((v126 & v90) >> v92)));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1029 v96 = v114;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1030 *(v86 - 2) = v95;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1031 *(v86 - 1) = v95;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1032 v86[638] = v95;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1033 v86[639] = v95;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1034 v122 += v96;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1035 v125 += v113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1036 v89 = v122;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1037 v90 = v125;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1038 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1039 while ( (unsigned int)v86 < v121 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1040 pColorPixel = v86;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1041 pZPixel = v87;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1042 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1043 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1044 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1045 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1046 v75 = pColorPixel;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1047 if ( (unsigned int)pColorPixel < v121 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1048 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1049 v76 = pZPixel;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1050 v77 = v123;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1051 v78 = v122;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1052 v79 = v125;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1053 v80 = v133;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1054 v81 = v127;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1055 if ( v124 & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1056 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1057 *pZPixel = v117;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1058 --v76;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1059 v75 = pColorPixel + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1060 goto LABEL_62;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1061 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1062 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1063 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1064 v75 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1065 v82 = *(&v116[v128 & (v78 >> v80)] + ((v126 & v79) >> v81));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1066 v83 = v117;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1067 LOWORD(v82) = *(short *)(v77 + 2 * v82);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1068 *v76 = v117;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1069 *(v75 - 2) = v82;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1070 v76[1] = v83;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1071 v122 += v114;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1072 v125 += v113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1073 v78 = v122;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1074 v79 = v125;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1075 LABEL_62:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1076 v84 = (unsigned int)(&v116[v128 & (v78 >> v80)] + ((v126 & v79) >> v81));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1077 v76 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1078 v85 = v114;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1079 *(v75 - 1) = *(short *)(v77 + 2 * *(char *)v84);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1080 v122 += v85;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1081 v125 += v113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1082 v78 = v122;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1083 v79 = v125;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1084 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1085 while ( (unsigned int)v75 < v121 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1086 pColorPixel = v75;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1087 pZPixel = v76;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1088 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1089 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1090 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1091 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1092 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1093 v43 = (v42 - v123) >> v106;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1094 v44 = v123 - v43;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1095 v123 = v43;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1096 v115 = v44;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1097 if ( LOBYTE(viewparams->field_20) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1098 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1099 v60 = pColorPixel;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1100 if ( (unsigned int)pColorPixel < v121 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1101 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1102 v61 = pZPixel;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1103 v62 = v104;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1104 v63 = v122;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1105 v64 = v125;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1106 v65 = v133;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1107 v66 = v127;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1108 if ( v124 & 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1109 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1110 *pZPixel = v117;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1111 v61 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1112 v60 = pColorPixel + 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1113 goto LABEL_54;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1114 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1115 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1116 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1117 v67 = (v128 & (v63 >> v65)) + ((v126 & v64) >> v66);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1118 v68 = v123 + v115;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1119 v60 += 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1120 v115 = v68;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1121 v69 = ((v68 & 0xFFFF0000u) >> 8) + v116[v67];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1122 v70 = v117;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1123 LOWORD(v69) = v62[v69];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1124 *v61 = v117;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1125 v61[1] = v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1126 v61[640] = v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1127 v61[641] = v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1128 *(v60 - 4) = v69;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1129 *(v60 - 3) = v69;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1130 v60[636] = v69;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1131 v60[637] = v69;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1132 v61[2] = v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1133 v61[3] = v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1134 v61[642] = v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1135 v61[643] = v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1136 v122 += v114;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1137 v125 += v113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1138 v63 = v122;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1139 v64 = v125;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1140 v61 += 4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1141 LABEL_54:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1142 v71 = (v128 & (v63 >> v65)) + ((v126 & v64) >> v66);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1143 v72 = v123 + v115;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1144 v73 = v116[v71];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1145 v115 = v72;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1146 LOWORD(v73) = v62[((v72 & 0xFFFF0000u) >> 8) + v73];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1147 v74 = v114;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1148 *(v60 - 2) = v73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1149 *(v60 - 1) = v73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1150 v60[638] = v73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1151 v60[639] = v73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1152 v122 += v74;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1153 v125 += v113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1154 v63 = v122;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1155 v64 = v125;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1156 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1157 while ( (unsigned int)v60 < v121 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1158 pColorPixel = v60;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1159 pZPixel = v61;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1160 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1161 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1162 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1163 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1164 v45 = pColorPixel;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1165 if ( (unsigned int)pColorPixel < v121 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1166 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1167 v46 = pZPixel;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1168 v47 = v104;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1169 v48 = v122;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1170 v49 = v125;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1171 v50 = v133;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1172 v51 = v127;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1173 if ( v124 & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1174 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1175 *pZPixel = v117;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1176 ++v46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1177 v45 = pColorPixel + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1178 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1179 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1180 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1181 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1182 v52 = (v128 & (v48 >> v50)) + ((v126 & v49) >> v51);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1183 v53 = v123 + v115;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1184 v45 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1185 v115 = v53;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1186 v54 = ((v53 & 0xFFFF0000u) >> 8) + v116[v52];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1187 v55 = v117;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1188 LOWORD(v54) = v47[v54];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1189 *v46 = v117;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1190 *(v45 - 2) = v54;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1191 v46[1] = v55;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1192 v122 += v114;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1193 v125 += v113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1194 v48 = v122;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1195 v49 = v125;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1196 v46 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1197 LABEL_47:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1198 v56 = (v128 & (v48 >> v50)) + ((v126 & v49) >> v51);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1199 v57 = v123 + v115;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1200 v58 = v116[v56];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1201 v115 = v57;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1202 LOWORD(v58) = v47[((v57 & 0xFFFF0000u) >> 8) + v58];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1203 v59 = v114;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1204 *(v45 - 1) = v58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1205 v122 += v59;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1206 v125 += v113;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1207 v48 = v122;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1208 v49 = v125;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1209 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1210 while ( (unsigned int)v45 < v121 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1211 pColorPixel = v45;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1212 pZPixel = v46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1213 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1214 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1215 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1216 k += 13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1217 v5 = v108;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1218 v123 = v101;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1219 a1 += v134;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1220 if ( (unsigned int)pColorPixel >= v131 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1221 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1222 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1223 v23 = v119;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1224 v24 = v120;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1225 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1226 ++a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1227 v110 += v111;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1228 v23 += 640;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1229 v24 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1230 v120 = v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1231 v119 = v23;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1232 if ( a2 > stru_F8A590.field_4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1233 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1234 v21 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1235 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1236 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1237 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1238 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1239 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1240 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1241 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1242 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1243 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1244 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1245 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1246 // 4AE491: using guessed type int __fastcall sub_4AE491(int, int);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1247
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1248
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1249
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1250
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1251 //----- (004B0E07) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1252 unsigned int __fastcall sub_4B0E07(unsigned int uFaceID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1253 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1254 BLVFace *v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1255 BLVFaceExtra *v2; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1256 Texture *v3; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1257 unsigned int v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1258 unsigned int v5; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1259 unsigned int result; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1260 unsigned int v7; // ecx@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1261
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1262 v1 = &pIndoor->pFaces[uFaceID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1263 v2 = &pIndoor->pFaceExtras[v1->uFaceExtraID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1264 v3 = (Texture *)(v1->uBitmapID != -1 ? (int)&pBitmaps_LOD->pTextures[v1->uBitmapID] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1265 stru_F8AD28.pDeltaUV[0] = v2->sTextureDeltaU;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1266 stru_F8AD28.pDeltaUV[1] = v2->sTextureDeltaV;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1267 v4 = GetTickCount();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1268 v5 = v1->uAttributes;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1269 result = v4 >> 3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1270 if ( v5 & 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1271 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1272 stru_F8AD28.pDeltaUV[1] -= result & v3->uHeightMinus1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1273 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1274 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1275 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1276 if ( v5 & 0x20 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1277 stru_F8AD28.pDeltaUV[1] += result & v3->uHeightMinus1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1278 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1279 v7 = v1->uAttributes;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1280 if ( BYTE1(v7) & 8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1281 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1282 stru_F8AD28.pDeltaUV[0] -= result & v3->uWidthMinus1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1283 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1284 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1285 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1286 if ( v7 & 0x40 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1287 stru_F8AD28.pDeltaUV[0] += result & v3->uWidthMinus1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1288 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1289 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1290 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1291
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1292
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1293
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1294 //----- (004B0EA8) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1295 void stru170::_4B0EA8(signed int a2, unsigned int uFaceID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1296 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1297 unsigned int v3; // edx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1298 stru170 *v4; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1299 BLVFace *v5; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1300 int v6; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1301 unsigned __int16 v7; // ax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1302 Vec3_short_ *v8; // esi@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1303 int v9; // edx@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1304 signed int v10; // eax@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1305 signed int v11; // edi@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1306 signed int v12; // ecx@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1307 signed int v13; // esi@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1308 signed int v14; // edx@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1309 int v15; // edx@24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1310 int v16; // esi@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1311 BLVFace *v17; // edi@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1312 unsigned __int16 v18; // ax@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1313 char *v19; // eax@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1314 signed int v20; // ecx@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1315 char *v21; // eax@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1316 signed int v22; // ecx@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1317 signed int v23; // edx@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1318 char *v24; // ecx@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1319 int v25; // eax@47
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1320 Vec3_short_ *v26; // eax@47
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1321 double v27; // st7@47
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1322 signed int v28; // ST28_4@47
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1323 char v29; // al@48
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1324 signed int v30; // eax@51
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1325 int v31; // eax@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1326 unsigned int v32; // eax@55
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1327 __int16 v33; // cx@56
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1328 signed int v34; // [sp+Ch] [bp-14h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1329 int a0; // [sp+14h] [bp-Ch]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1330 IndoorCameraD3D *a0a; // [sp+14h] [bp-Ch]@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1331 signed int v37; // [sp+18h] [bp-8h]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1332 stru10 *v38; // [sp+18h] [bp-8h]@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1333 BLVFace *v39; // [sp+1Ch] [bp-4h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1334
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1335 v3 = uFaceID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1336 v4 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1337 v5 = &pIndoor->pFaces[uFaceID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1338 this->field_FA8[this->std__vector_000FA8].std__vector_0007A8 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1339 v39 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1340 if ( v5->uAttributes & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1341 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1342 v6 = (int)((char *)this + 2252 * a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1343 a0 = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1344 if ( v3 == *(short *)(v6 + 5964) ) // stru170_stru0[a2]::uFaceID
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1345 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1346 if ( !a2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1347 && pBLVRenderParams->vPartyPos.x >= v5->pBounding.x1 - 16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1348 && pBLVRenderParams->vPartyPos.x <= v5->pBounding.x2 + 16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1349 && pBLVRenderParams->vPartyPos.y >= v5->pBounding.y1 - 16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1350 && pBLVRenderParams->vPartyPos.y <= v5->pBounding.y2 + 16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1351 && pBLVRenderParams->vPartyPos.z >= v5->pBounding.z1 - 16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1352 && pBLVRenderParams->vPartyPos.z <= v5->pBounding.z2 + 16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1353 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1354 if ( abs(v5->pFacePlane_old.dist + pBLVRenderParams->vPartyPos.x * v5->pFacePlane_old.vNormal.x
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1355 + pBLVRenderParams->vPartyPos.y * v5->pFacePlane_old.vNormal.y
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1356 + pBLVRenderParams->vPartyPos.z * v5->pFacePlane_old.vNormal.z) <= 589824 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1357 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1358 v7 = v39->uSectorID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1359 if ( v4->field_FA8[0].uSectorID == v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1360 v7 = v39->uBackSectorID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1361 v4->field_FA8[v4->std__vector_000FA8].uSectorID = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1362 v4->field_FA8[v4->std__vector_000FA8].uFaceID = uFaceID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1363 v4->field_FA8[v4->std__vector_000FA8].uViewportX = LOWORD(pBLVRenderParams->uViewportX);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1364 v4->field_FA8[v4->std__vector_000FA8].uViewportZ = LOWORD(pBLVRenderParams->uViewportZ);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1365 v4->field_FA8[v4->std__vector_000FA8].uViewportY = LOWORD(pBLVRenderParams->uViewportY);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1366 v4->field_FA8[v4->std__vector_000FA8].uViewportW = LOWORD(pBLVRenderParams->uViewportW);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1367 v4->field_FA8[v4->std__vector_000FA8++].field_C._43F9E1(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1368 SLOWORD(pBLVRenderParams->uViewportX),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1369 pBLVRenderParams->uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1370 SLOWORD(pBLVRenderParams->uViewportZ),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1371 pBLVRenderParams->uViewportW);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1372 sub_440639(v4->std__vector_000FA8 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1373 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1374 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1375 v5 = v39;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1376 v6 = a0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1377 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1378 v8 = &pIndoor->pVertices[*v5->pVertexIDs];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1379 v9 = v5->pFacePlane_old.vNormal.x * ((signed __int16)*(int *)&v8->x - pBLVRenderParams->vPartyPos.x)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1380 + v5->pFacePlane_old.vNormal.y * ((signed __int16)(*(int *)&v8->x >> 16) - pBLVRenderParams->vPartyPos.y)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1381 + v5->pFacePlane_old.vNormal.z * (v8->z - pBLVRenderParams->vPartyPos.z);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1382 if ( *(short *)(v6 + 4008) != v5->uSectorID )// stru170_stru0[a2]::uSectorID
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1383 v9 = -v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1384 if ( v9 < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1385 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1386 v10 = sub_423B5D(uFaceID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1387 v34 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1388 if ( v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1389 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1390 v11 = dword_50BAC8[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1391 v12 = dword_50B9D8_ys[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1392 a2 = dword_50BAC8[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1393 v13 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1394 v37 = dword_50B9D8_ys[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1395 if ( v10 > 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1396 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1397 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1398 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1399 v14 = dword_50BAC8[v13];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1400 if ( v14 < a2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1401 a2 = dword_50BAC8[v13];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1402 if ( v14 > v11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1403 v11 = v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1404 v15 = dword_50B9D8_ys[v13];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1405 if ( v15 < v37 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1406 v37 = dword_50B9D8_ys[v13];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1407 if ( v15 > v12 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1408 v12 = dword_50B9D8_ys[v13];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1409 v10 = v34;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1410 ++v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1411 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1412 while ( v13 < v34 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1413 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1414 v16 = a0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1415 if ( v11 >= *(short *)(a0 + 4010) // stru170_stru0[a2]::uViewportX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1416 && a2 <= *(short *)(a0 + 4014) // stru170_stru0[a2]::uViewportZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1417 && v12 >= *(short *)(a0 + 4012) // stru170_stru0[a2]::uViewportY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1418 && v37 <= *(short *)(a0 + 4016) // stru170_stru0[a2]::uViewportW
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1419 && sub_424829(v10, &v4->field_FA8[v4->std__vector_000FA8].field_C, (stru170_stru2 *)(a0 + 4020), uFaceID) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1420 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1421 v17 = v39;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1422 v18 = v39->uSectorID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1423 if ( *(short *)(a0 + 4008) == v18 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1424 v18 = v39->uBackSectorID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1425 v4->field_FA8[v4->std__vector_000FA8].uSectorID = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1426 v4->field_FA8[v4->std__vector_000FA8].uFaceID = uFaceID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1427 v4->field_FA8[v4->std__vector_000FA8].uViewportX = LOWORD(pBLVRenderParams->uViewportX);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1428 v4->field_FA8[v4->std__vector_000FA8].uViewportZ = LOWORD(pBLVRenderParams->uViewportZ);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1429 v4->field_FA8[v4->std__vector_000FA8].uViewportY = LOWORD(pBLVRenderParams->uViewportY);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1430 v4->field_FA8[v4->std__vector_000FA8].uViewportW = LOWORD(pBLVRenderParams->uViewportW);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1431 v38 = pGame->pStru10Instance;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1432 a0a = pGame->pIndoorCameraD3D;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1433 if ( *(int *)(v16 + 5968) == -1 ) // [a2]::std__vector_0007A8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1434 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1435 v29 = pGame->pStru10Instance->_49C681(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1436 v39,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1437 v4->field_FA8[v4->std__vector_000FA8].std__vector_0007AC,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1438 v4->field_FA8[v4->std__vector_000FA8].pVertices);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1439 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1440 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1441 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1442
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1443 static RenderVertexSoft static_sub_4B0EA8_stru_F7AA08[64];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1444 static bool __init_flag1 = false;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1445 if (!__init_flag1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1446 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1447 __init_flag1 = true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1448
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1449 for (uint i = 0; i < 64; ++i)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1450 static_sub_4B0EA8_stru_F7AA08[i].flt_2C = 0.0f;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1451 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1452
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1453 static RenderVertexSoft static_sub_4B0EA8_stru_F79E08[64];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1454 static bool __init_flag2 = false;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1455 if (!__init_flag2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1456 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1457 __init_flag2 = true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1458
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1459 for (uint i = 0; i < 64; ++i)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1460 static_sub_4B0EA8_stru_F79E08[i].flt_2C = 0.0f;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1461 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1462
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1463 v23 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1464 a2 = v39->uNumVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1465 if ( a2 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1466 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1467 v24 = (char *)&static_sub_4B0EA8_stru_F7AA08[0].vWorldPosition.z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1468 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1469 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1470 v25 = v17->pVertexIDs[v23++];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1471 v26 = &pIndoor->pVertices[v25];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1472 v27 = (double)v26->z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1473 v28 = v26->y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1474 v17 = v39;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1475 *((float *)v24 - 2) = (double)v26->x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1476 *((float *)v24 - 1) = (double)v28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1477 *(float *)v24 = v27;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1478 v24 += 48;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1479 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1480 while ( v23 < a2 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1481 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1482 a0a->_437285_prolly_colide_vertices_against_frustrum(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1483 static_sub_4B0EA8_stru_F7AA08,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1484 (unsigned int *)&a2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1485 static_sub_4B0EA8_stru_F79E08,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1486 (IndoorCameraD3D_Vec4 *)(v16 + 5972),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1487 4,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1488 0,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1489 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1490 v29 = v38->_49C5DA(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1491 v17,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1492 static_sub_4B0EA8_stru_F79E08,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1493 &a2,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1494 v4->field_FA8[v4->std__vector_000FA8].std__vector_0007AC,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1495 v4->field_FA8[v4->std__vector_000FA8].pVertices);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1496 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1497 if ( v29 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1498 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1499 v4->field_FA8[v4->std__vector_000FA8].std__vector_0007A8 = uFaceID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1500 v30 = v4->std__vector_000FA8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1501 if ( v30 < 150 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1502 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1503 v31 = v30 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1504 v4->std__vector_000FA8 = v31;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1505 sub_440639(v31 - 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1506 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1507 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1508 if ( pBLVRenderParams->uFlags & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1509 a0a->PrepareAndDrawDebugOutline(v17, 0x1E1EFFu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1510 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1511 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1512 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1513 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1514 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1515 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1516 v32 = this->uNumFaceIDs;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1517 if ( (signed int)this->uNumFaceIDs < 1000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1518 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1519 v33 = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1520 v4->pFaceIDs[2 * v32] = v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1521 v4->pFaceIDs[2 * v4->uNumFaceIDs++ + 1] = v33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1522 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1523 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1524 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1525 // F7B608: using guessed type char static_sub_4B0EA8_byte_F7B608_init_flags;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1526
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1527
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1528 //----- (004AFB86) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1529 void stru170::_4AFB86(int a2, unsigned int uFaceID)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1530 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1531 stru170 *v3; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1532 BLVFace *v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1533 char *v5; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1534 unsigned __int16 v6; // ax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1535 int v7; // ecx@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1536 Vec3_short_ *v8; // esi@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1537 int v9; // edx@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1538 signed int v10; // eax@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1539 signed int v11; // edi@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1540 signed int v12; // ecx@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1541 signed int v13; // esi@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1542 int v14; // edx@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1543 int v15; // edx@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1544 unsigned __int16 v16; // ax@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1545 signed int v17; // eax@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1546 int v18; // eax@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1547 signed int v19; // [sp+Ch] [bp-14h]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1548 char *v20; // [sp+14h] [bp-Ch]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1549 BLVFace *v21; // [sp+18h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1550 signed int v22; // [sp+1Ch] [bp-4h]@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1551 signed int v23; // [sp+28h] [bp+8h]@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1552
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1553 v3 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1554 v4 = &pIndoor->pFaces[uFaceID];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1555 v21 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1556 if ( v4->uAttributes & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1557 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1558 v5 = (char *)this + 2252 * a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1559 v20 = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1560 if ( uFaceID == *((short *)v5 + 2982) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1561 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1562 if ( !a2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1563 && pBLVRenderParams->vPartyPos.x >= v4->pBounding.x1 - 16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1564 && pBLVRenderParams->vPartyPos.x <= v4->pBounding.x2 + 16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1565 && pBLVRenderParams->vPartyPos.y >= v4->pBounding.y1 - 16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1566 && pBLVRenderParams->vPartyPos.y <= v4->pBounding.y2 + 16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1567 && pBLVRenderParams->vPartyPos.z >= v4->pBounding.z1 - 16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1568 && pBLVRenderParams->vPartyPos.z <= v4->pBounding.z2 + 16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1569 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1570 if ( abs(v4->pFacePlane_old.dist + pBLVRenderParams->vPartyPos.x * v4->pFacePlane_old.vNormal.x
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1571 + pBLVRenderParams->vPartyPos.y * v4->pFacePlane_old.vNormal.y
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1572 + pBLVRenderParams->vPartyPos.z * v4->pFacePlane_old.vNormal.z) <= 589824 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1573 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1574 v6 = v21->uSectorID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1575 if ( v3->field_FA8[0].uSectorID == v6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1576 v6 = v21->uBackSectorID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1577 v3->field_FA8[v3->std__vector_000FA8].uSectorID = v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1578 v3->field_FA8[v3->std__vector_000FA8].uFaceID = uFaceID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1579 v3->field_FA8[v3->std__vector_000FA8].uViewportX = LOWORD(pBLVRenderParams->uViewportX);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1580 v3->field_FA8[v3->std__vector_000FA8].uViewportZ = LOWORD(pBLVRenderParams->uViewportZ);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1581 v3->field_FA8[v3->std__vector_000FA8].uViewportY = LOWORD(pBLVRenderParams->uViewportY);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1582 v3->field_FA8[v3->std__vector_000FA8].uViewportW = LOWORD(pBLVRenderParams->uViewportW);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1583 v3->field_FA8[v3->std__vector_000FA8++].field_C._43F9E1(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1584 SLOWORD(pBLVRenderParams->uViewportX),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1585 pBLVRenderParams->uViewportY,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1586 SLOWORD(pBLVRenderParams->uViewportZ),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1587 pBLVRenderParams->uViewportW);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1588 v7 = v3->std__vector_000FA8 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1589 goto LABEL_14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1590 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1591 v4 = v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1592 v5 = v20;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1593 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1594 v8 = &pIndoor->pVertices[*v4->pVertexIDs];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1595 v9 = v4->pFacePlane_old.vNormal.x * ((signed __int16)*(int *)&v8->x - pBLVRenderParams->vPartyPos.x)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1596 + v4->pFacePlane_old.vNormal.y * ((signed __int16)(*(int *)&v8->x >> 16) - pBLVRenderParams->vPartyPos.y)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1597 + v4->pFacePlane_old.vNormal.z * (v8->z - pBLVRenderParams->vPartyPos.z);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1598 if ( *((short *)v5 + 2004) != v4->uSectorID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1599 v9 = -v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1600 if ( v9 < 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1601 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1602 v10 = sub_423B5D(uFaceID);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1603 v19 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1604 if ( v10 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1605 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1606 v11 = dword_50BAC8[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1607 v12 = dword_50B9D8_ys[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1608 v23 = dword_50BAC8[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1609 v13 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1610 v22 = dword_50B9D8_ys[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1611 if ( v10 > 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1612 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1613 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1614 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1615 v14 = dword_50BAC8[v13];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1616 if ( v14 < v23 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1617 v23 = dword_50BAC8[v13];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1618 if ( v14 > v11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1619 v11 = dword_50BAC8[v13];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1620 v15 = dword_50B9D8_ys[v13];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1621 if ( v15 < v22 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1622 v22 = dword_50B9D8_ys[v13];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1623 if ( v15 > v12 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1624 v12 = dword_50B9D8_ys[v13];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1625 v10 = v19;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1626 ++v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1627 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1628 while ( v13 < v19 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1629 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1630 if ( v11 >= *((short *)v20 + 2005)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1631 && v23 <= *((short *)v20 + 2007)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1632 && v12 >= *((short *)v20 + 2006)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1633 && v22 <= *((short *)v20 + 2008)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1634 && sub_424829(v10, &v3->field_FA8[v3->std__vector_000FA8].field_C, (stru170_stru2 *)(v20 + 4020), uFaceID) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1635 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1636 v16 = v21->uSectorID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1637 if ( *((short *)v20 + 2004) == v16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1638 v16 = v21->uBackSectorID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1639 v3->field_FA8[v3->std__vector_000FA8].uSectorID = v16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1640 v3->field_FA8[v3->std__vector_000FA8].uFaceID = uFaceID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1641 v3->field_FA8[v3->std__vector_000FA8].uViewportX = LOWORD(pBLVRenderParams->uViewportX);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1642 v3->field_FA8[v3->std__vector_000FA8].uViewportZ = LOWORD(pBLVRenderParams->uViewportZ);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1643 v3->field_FA8[v3->std__vector_000FA8].uViewportY = LOWORD(pBLVRenderParams->uViewportY);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1644 v3->field_FA8[v3->std__vector_000FA8].uViewportW = LOWORD(pBLVRenderParams->uViewportW);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1645 v17 = v3->std__vector_000FA8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1646 if ( v17 < 150 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1647 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1648 v18 = v17 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1649 v3->std__vector_000FA8 = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1650 v7 = v18 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1651 LABEL_14:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1652 sub_440639(v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1653 return;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1654 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1655 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1656 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1657 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1658 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1659 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1660 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1661 if ( (signed int)this->uNumFaceIDs < 1000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1662 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1663 this->pFaceIDs[2 * this->uNumFaceIDs] = uFaceID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1664 this->pFaceIDs[2 * this->uNumFaceIDs++ + 1] = a2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1665 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1666 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1667 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1668
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1669 //----- (004B0967) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1670 void __cdecl stru170_sub_4B0967()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1671 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1672 signed int i; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1673 int v1; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1674 unsigned int v2; // ecx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1675 int v3; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1676 int v4; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1677 unsigned __int16 *v5; // edx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1678 int v6; // ecx@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1679 int v7; // esi@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1680
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1681 for ( i = 0; i < (signed int)pStru170->uNumFaceIDs; ++i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1682 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1683 v1 = pStru170->pFaceIDs[2 * i];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1684 if ( v1 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1685 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1686 if ( v1 < (signed int)pIndoor->uNumFaces )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1687 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1688 v2 = pStru170->pFaceIDs[2 * i];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1689 pBLVRenderParams->field_7C = &pStru170->field_FA8[pStru170->pFaceIDs[2 * i + 1]].field_C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1690 v3 = sub_423B5D(v2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1691 if ( v3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1692 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1693 if ( sub_424829(v3, &stru_F8A590, pBLVRenderParams->field_7C, v1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1694 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1695 v4 = stru_F8A590._viewport_space_y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1696 v5 = pBLVRenderParams->pRenderTarget;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1697 if ( stru_F8A590._viewport_space_y <= stru_F8A590.field_4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1698 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1699 v6 = 640 * stru_F8A590._viewport_space_y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1700 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1701 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1702 v5[v6 + stru_F8A590.array_18[v4]] = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1703 v7 = v6 + stru_F8A590.array_3D8[v4];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1704 v6 += 640;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1705 v5[v7] = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1706 ++v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1707 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1708 while ( v4 <= stru_F8A590.field_4 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1709 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1710 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1711 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1712 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1713 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1714 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1715 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1716
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1717
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1718 //----- (004AE5BA) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1719 Texture *BLVFace::GetTexture()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1720 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1721 unsigned int v1; // ecx@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1722
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1723 if ( uAttributes & 0x4000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1724 v1 = pTextureFrameTable->GetFrameTexture(this->uBitmapID, pBLVRenderParams->field_0_timer_);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1725 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1726 v1 = uBitmapID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1727 return (Texture *)(v1 != -1 ? (int)&pBitmaps_LOD->pTextures[v1] : 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1728 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1729
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1730
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1731 //----- (00498B15) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1732 void IndoorLocation::Release()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1733 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1734 IndoorLocation *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1735 char *v2; // ebp@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1736 void *v3; // ST00_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1737
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1738 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1739 v2 = (char *)&this->ptr_0002B4_doors_ddata;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1740 pAllocator->FreeChunk(this->ptr_0002B4_doors_ddata);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1741 *(int *)v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1742 pAllocator->FreeChunk(v1->ptr_0002B0_sector_rdata);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1743 v1->ptr_0002B0_sector_rdata = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1744 pAllocator->FreeChunk(v1->ptr_0002B8_sector_lrdata);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1745 v1->ptr_0002B8_sector_lrdata = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1746 pAllocator->FreeChunk(v1->ptr_2AC);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1747 v1->ptr_2AC = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1748 pAllocator->FreeChunk(v1->pSpawnPoints);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1749 v3 = v1->pVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1750 v1->pSpawnPoints = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1751 v1->uNumSectors = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1752 v1->uNumFaces = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1753 v1->uNumVertices = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1754 v1->uNumNodes = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1755 v1->uNumDoors = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1756 v1->uNumLights = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1757 pAllocator->FreeChunk(v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1758 pAllocator->FreeChunk(v1->pFaces);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1759 pAllocator->FreeChunk(v1->pFaceExtras);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1760 pAllocator->FreeChunk(v1->pSectors);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1761 pAllocator->FreeChunk(v1->pLights);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1762 pAllocator->FreeChunk(v1->pDoors);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1763 pAllocator->FreeChunk(v1->pNodes);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1764 pAllocator->FreeChunk(v1->pMapVertices);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1765 v1->pVertices = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1766 v1->pFaces = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1767 v1->pFaceExtras = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1768 v1->pSectors = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1769 v1->pLights = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1770 v1->pDoors = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1771 v1->pNodes = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1772 v1->pMapVertices = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1773 v1->bLoaded = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1774 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1775
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1776 //----- (00498C45) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1777 int IndoorLocation::Alloc()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1778 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1779 IndoorLocation *v1; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1780 void *v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1781 const void *v3; // ST3C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1782 void *v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1783 const void *v5; // ST3C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1784 void *v6; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1785 const void *v7; // ST3C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1786 void *v8; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1787 const void *v9; // ST3C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1788 void *v10; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1789 const void *v11; // ST3C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1790 void *v12; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1791 const void *v13; // ST3C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1792 void *v14; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1793 const void *v15; // ST3C_4@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1794 void *v16; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1795 void *v17; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1796 signed int result; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1797
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1798 v1 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1799 v2 = pAllocator->AllocNamedChunk(this->pVertices, 0x15F90u, "L.V");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1800 v3 = v1->pFaces;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1801 v1->pVertices = (Vec3_short_ *)v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1802 v4 = pAllocator->AllocNamedChunk(v3, 0xEA600u, "L.F");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1803 v5 = v1->pFaceExtras;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1804 v1->pFaces = (BLVFace *)v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1805 v6 = pAllocator->AllocNamedChunk(v5, 0x2BF20u, "L.FX");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1806 v7 = v1->pSectors;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1807 v1->pFaceExtras = (BLVFaceExtra *)v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1808 v8 = pAllocator->AllocNamedChunk(v7, 0xE800u, "L.R");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1809 v9 = v1->pLights;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1810 v1->pSectors = (BLVSector *)v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1811 v10 = pAllocator->AllocNamedChunk(v9, 0x1900u, "L.L");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1812 v11 = v1->pDoors;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1813 v1->pLights = (BLVLightMM7 *)v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1814 v12 = pAllocator->AllocNamedChunk(v11, 0x3E80u, "L.D");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1815 v13 = v1->pNodes;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1816 v1->pDoors = (BLVDoor *)v12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1817 v14 = pAllocator->AllocNamedChunk(v13, 0x9C40u, "L.BSP");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1818 v15 = v1->pMapVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1819 v1->pNodes = (BSPNode *)v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1820 v16 = pAllocator->AllocNamedChunk(v15, 0x14824u, "L.Map");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1821 v17 = v1->pVertices;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1822 v1->pMapVertices = (BLVMapVertices *)v16;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1823 if ( v17 && v1->pFaces && v1->pFaceExtras && v1->pSectors && v1->pLights && v1->pDoors && v1->pNodes && v16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1824 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1825 memset(v17, 90000, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1826 memset(v1->pFaces, 960000, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1827 memset(v1->pFaceExtras, 180000, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1828 memset(v1->pSectors, 59392, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1829 memset(v1->pLights, 6400, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1830 memset(v1->pDoors, 16000, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1831 memset(v1->pNodes, 40000, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1832 memset(v1->pMapVertices, 84004, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1833 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1834 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1835 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1836 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1837 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1838 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1839 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1840 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1841
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1842
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1843
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1844 //----- (00444810) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1845 unsigned int IndoorLocation::GetLocationIndex(const char *Str1)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1846 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1847 const char *v1; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1848 signed int v2; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1849
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1850 v1 = Str1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1851 v2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1852 while ( _strcmpi(v1, _4E6BDC_loc_names[v2]) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1853 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1854 ++v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1855 if ( v2 >= 11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1856 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1857 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1858 return v2 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1859 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1860
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1861
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1862
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1863 //----- (004488F7) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1864 void IndoorLocation::ToggleLight(unsigned int uLightID, unsigned int bToggle)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1865 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1866 char *v2; // eax@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1867
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1868 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor && (signed int)uLightID <= pIndoor->uNumLights - 1 && (uLightID & 0x80000000u) == 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1869 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1870 v2 = (char *)&pIndoor->pLights[uLightID].uAtributes;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1871 if ( bToggle )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1872 *v2 &= 0xF7u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1873 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1874 *v2 |= 8u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1875 pParty->uFlags |= 2u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1876 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1877 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1878
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1879
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1880 //----- (00498E0A) --------------------------------------------------------
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1881 bool IndoorLocation::Load(char *pFilename, int a3, size_t _i, char *pDest)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1882 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1883 /*unsigned int v5; // ebx@1
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1884 //IndoorLocation *v6; // esi@1
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1885 FILE *v7; // edi@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1886 bool result; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1887 char *v9; // ecx@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1888 void *v10; // eax@4
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1889 //unsigned __int8 v11; // zf@4
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1890 //unsigned __int8 v12; // sf@4
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1891 int v13; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1892 size_t v14; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1893 char *v15; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1894 int v16; // edx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1895 size_t v17; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1896 char *v18; // ecx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1897 int v19; // edx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1898 unsigned __int16 *v20; // edx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1899 unsigned __int16 *v21; // edx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1900 unsigned __int16 *v22; // edx@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1901 __int16 v23; // ax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1902 char *v24; // ecx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1903 __int16 v25; // cx@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1904 __int16 v26; // ax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1905 char *v27; // ecx@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1906 unsigned __int16 v28; // ax@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1907 BLVFaceExtra *v29; // ecx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1908 char *v30; // edx@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1909 int v31; // ecx@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1910 void *v32; // eax@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1911 int v33; // eax@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1912 unsigned __int16 *v34; // edx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1913 size_t v35; // ecx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1914 char *v36; // ecx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1915 int v37; // edx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1916 size_t v38; // ecx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1917 char *v39; // ecx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1918 int v40; // edx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1919 unsigned __int16 *v41; // edx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1920 unsigned __int16 *v42; // edx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1921 unsigned __int16 *v43; // edx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1922 unsigned __int16 *v44; // edx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1923 size_t v45; // ecx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1924 unsigned __int16 *v46; // edx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1925 void *v47; // eax@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1926 BLVSector *v48; // eax@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1927 size_t v49; // ecx@29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1928 unsigned __int16 *v50; // edx@31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1929 void *v51; // eax@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1930 int v52; // eax@33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1931 unsigned __int16 *v53; // edx@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1932 size_t v54; // ecx@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1933 char *v55; // ecx@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1934 int v56; // edx@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1935 size_t v57; // ecx@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1936 char *v58; // ecx@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1937 int v59; // edx@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1938 unsigned __int16 *v60; // edx@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1939 unsigned __int16 *v61; // edx@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1940 unsigned __int16 *v62; // edx@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1941 unsigned __int16 *v63; // edx@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1942 int v64; // ecx@34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1943 BLVDoor *v65; // ecx@36
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1944 char *v66; // eax@37
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1945 int v67; // edx@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1946 int v68; // ecx@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1947 BLVFace *v69; // edx@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1948 int v70; // ecx@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1949 int v71; // edx@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1950 int v72; // eax@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1951 unsigned __int16 v73; // ax@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1952 char *v74; // ecx@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1953 LayingItem *v75; // ecx@44
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1954 size_t v76; // eax@45
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1955 int j; // edx@46
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1956 unsigned __int16 v78; // ax@50
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1957 void *v79; // eax@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1958 void **v80; // esi@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1959 unsigned int v145; // eax@103
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1960 void *v146; // eax@103
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1961 unsigned int v147; // ecx@103
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1962 int v148; // ebx@103
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1963 unsigned int *v149; // ecx@103*/
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1964 //size_t v150; // eax@103
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1965 //unsigned int v151; // ebx@109
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1966 //unsigned int v152; // ecx@116
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1967 //unsigned int v153; // eax@117
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1968 //size_t v154; // ebx@126
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1969 //unsigned int v155; // ebx@134
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1970 //size_t v156; // eax@140
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1971 //signed int v157; // ebx@142
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1972 //int v158; // ebx@148
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1973 //BLVFace *v159; // eax@149
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1974 // BLVFaceExtra *v160; // ecx@149
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1975 //BLVFaceExtra *v161; // ecx@149
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1976 //signed int v162; // ebx@154
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1977 //unsigned int v163; // ebx@157
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1978 //unsigned int v164; // ebx@157
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1979 //unsigned int v165; // edx@158
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1980 //char *v166; // ecx@158
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1981 //unsigned __int16 v167; // ax@161
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1982 //__int16 v168; // ax@165
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1983 //unsigned int v169; // ebx@168
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1984 //void *v170; // eax@168
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1985 //size_t v171; // ebx@168
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1986 //int v172; // edx@168
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1987 //BLVDoor *v173; // ecx@169
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1988 //int k; // eax@169
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1989 //BLVDoor *v175; // ecx@172
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1990 //int v176; // edx@172
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1991 //BLVDoor *v177; // ecx@172
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1992 //int v178; // edx@172
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1993 //BLVDoor *v179; // ecx@172
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1994 //int v180; // edx@172
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1995 //BLVDoor *v181; // ecx@172
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1996 //int v182; // edx@172
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1997 //BLVDoor *v183; // ecx@172
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1998 //int v184; // edx@172
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
1999 //BLVDoor *v185; // ecx@172
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2000 //int v186; // edx@172
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2001 //BLVDoor *v187; // ecx@172
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2002 //int v188; // edx@172
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2003 //unsigned __int16 *v189; // ebx@172
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2004 //char *v190; // edx@173
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2005 //BLVDoor *v191; // ecx@174
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2006 //BLVDoor *l; // eax@175
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2007 //signed int v193; // ebx@176
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2008 //int v194; // ecx@176
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2009 //BLVFaceExtra *v195; // ecx@176
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2010 //BLVFace *v196; // ebx@178
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2011 //std::string v197; // [sp-18h] [bp-680h]@66
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2012 //void *v198; // [sp-14h] [bp-67Ch]@72
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2013 //size_t v199; // [sp-10h] [bp-678h]@72
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2014 //size_t v200; // [sp-Ch] [bp-674h]@72
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2015 //const char *v201; // [sp-8h] [bp-670h]@4
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2016 //int v202; // [sp-4h] [bp-66Ch]@4
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2017 char v203[875]; // [sp+Ch] [bp-65Ch]@130
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2018 char FileName[260]; // [sp+378h] [bp-2F0h]@1
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2019 //char DstBuf; // [sp+47Ch] [bp-1ECh]@4
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2020 __int32 Offset; // [sp+480h] [bp-1E8h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2021 __int32 v207; // [sp+48Ch] [bp-1DCh]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2022 __int32 v208; // [sp+498h] [bp-1D0h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2023 __int32 v209; // [sp+4A4h] [bp-1C4h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2024 __int32 v210; // [sp+4B0h] [bp-1B8h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2025 __int32 v211; // [sp+4BCh] [bp-1ACh]@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2026 __int32 v212; // [sp+4C8h] [bp-1A0h]@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2027 __int32 v213; // [sp+4D4h] [bp-194h]@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2028 __int32 v214; // [sp+4E0h] [bp-188h]@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2029 __int32 v215; // [sp+4ECh] [bp-17Ch]@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2030 __int32 v216; // [sp+4F8h] [bp-170h]@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2031 __int32 v217; // [sp+504h] [bp-164h]@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2032 __int32 v218; // [sp+510h] [bp-158h]@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2033 __int32 v219; // [sp+51Ch] [bp-14Ch]@43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2034 __int32 v220; // [sp+528h] [bp-140h]@43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2035 __int32 v221; // [sp+534h] [bp-134h]@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2036 __int32 v222; // [sp+540h] [bp-128h]@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2037 __int32 v223; // [sp+54Ch] [bp-11Ch]@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2038 __int32 v224; // [sp+558h] [bp-110h]@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2039 __int32 v225; // [sp+564h] [bp-104h]@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2040 __int32 v226; // [sp+570h] [bp-F8h]@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2041 __int32 v227; // [sp+57Ch] [bp-ECh]@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2042 __int32 v228; // [sp+588h] [bp-E0h]@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2043 __int32 v229; // [sp+594h] [bp-D4h]@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2044 __int32 v230; // [sp+5A0h] [bp-C8h]@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2045 __int32 v231; // [sp+5ACh] [bp-BCh]@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2046 __int32 v232; // [sp+5B8h] [bp-B0h]@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2047 __int32 v233; // [sp+5C4h] [bp-A4h]@52
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2048 __int32 v234; // [sp+5D0h] [bp-98h]@52
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2049 //char pName[40]; // [sp+5FCh] [bp-6Ch]@42
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2050 //size_t pSource; // [sp+624h] [bp-44h]@67
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2051 //char Dst[12]; // [sp+628h] [bp-40h]@9
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2052 //char *v238; // [sp+634h] [bp-34h]@38
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2053 ODMHeader header; // [sp+638h] [bp-30h]@61
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2054 //void *ptr; // [sp+648h] [bp-20h]@66
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2055 //size_t Count; // [sp+64Ch] [bp-1Ch]@109
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2056 //int uSourceLen; // [sp+653h] [bp-15h]@66
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2057 FILE *File; // [sp+658h] [bp-10h]@56
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2058 //BLVSector *v244; // [sp+65Ch] [bp-Ch]@72
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2059 //int v245; // [sp+660h] [bp-8h]@72
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2060 //BLVFace *Src; // [sp+664h] [bp-4h]@73
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2061 signed int Argsa; // [sp+670h] [bp+8h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2062 signed int Argsb; // [sp+670h] [bp+8h]@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2063 signed int Argsc; // [sp+670h] [bp+8h]@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2064 signed int Argsd; // [sp+670h] [bp+8h]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2065 int Argse; // [sp+670h] [bp+8h]@25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2066 int Argsf; // [sp+670h] [bp+8h]@28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2067 int Argsg; // [sp+670h] [bp+8h]@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2068 int Argsh; // [sp+670h] [bp+8h]@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2069 signed int Argsi; // [sp+670h] [bp+8h]@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2070 signed int Argsj; // [sp+670h] [bp+8h]@45
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2071 //int Argsk; // [sp+670h] [bp+8h]@143
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2072 //void *Argsl; // [sp+670h] [bp+8h]@155
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2073 //signed int Argsm; // [sp+670h] [bp+8h]@161
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2074 //signed int Argsn; // [sp+670h] [bp+8h]@175
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2075
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2076 //v5 = 0;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2077 //v6 = this;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2078 _6807E0_num_decorations_6807B8 = 0;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2079
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2080 #pragma region "loading from txt"
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2081 /*sprintf(FileName, "levels\\%s", pFilename);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2082 if ( GetFileAttributesA(FileName) != -1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2083 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2084 Release();
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2085 if ( Alloc() )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2086 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2087 v7 = fopen(FileName, "rb");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2088 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2089 if ( !v7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2090 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2091 v9 = pDest;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2092 bLoaded = 1;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2093 v202 = (int)v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2094 v201 = (const char *)1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2095 *(int *)v9 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2096 fread(&DstBuf, 0x180u, (size_t)v201, (FILE *)v202);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2097 fseek(v7, Offset, 0);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2098 fread(&blv, 0x88u, 1u, v7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2099 fseek(v7, v207, 0);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2100 fread(&uNumVertices, 1u, 4u, v7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2101 fseek(v7, v208, 0);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2102 fread(pVertices, 6u, uNumVertices, v7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2103 fseek(v7, v209, 0);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2104 fread(&uNumFaces, 4u, 1u, v7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2105 fseek(v7, v210, 0);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2106 fread(pFaces, 0x60u, uNumFaces, v7);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2107 v10 = pAllocator->AllocNamedChunk(ptr_2AC, blv.uFaces_fdata_Size, "L.FData");
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2108 v202 = (int)v7;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2109 ptr_2AC = (unsigned __int16 *)v10;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2110 fread(v10, 1u, blv.uFaces_fdata_Size, (FILE *)v202);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2111 v11 = uNumFaces == 0;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2112 v12 = (uNumFaces & 0x80000000u) != 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2113 pDest = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2114 Argsa = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2115 if ( !(v12 | v11) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2116 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2117 v13 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2118 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2119 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2120 pFaces[v13].pVertexIDs = (unsigned __int16 *)&pDest[(unsigned int)ptr_2AC];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2121 v14 = (size_t)&pFaces[v13];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2122 i = v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2123 v15 = &pDest[2 * *(char *)(v14 + 93) + 2];
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2124 v16 = (int)&v15[(unsigned int)ptr_2AC];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2125 pDest = v15;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2126 *(int *)(i + 52) = v16;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2127 v17 = (size_t)&pFaces[v13];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2128 i = v17;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2129 v18 = &pDest[2 * *(char *)(v17 + 93) + 2];
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2130 v19 = (int)&v18[(unsigned int)ptr_2AC];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2131 pDest = v18;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2132 *(int *)(i + 56) = v19;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2133 i = (size_t)&pFaces[v13];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2134 v20 = ptr_2AC;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2135 pDest += 2 * *(char *)(i + 93) + 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2136 *(int *)(i + 60) = (int)(char *)v20 + (int)pDest;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2137 i = (size_t)&pFaces[v13];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2138 v21 = ptr_2AC;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2139 pDest += 2 * *(char *)(i + 93) + 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2140 *(int *)(i + 64) = (int)(char *)v21 + (int)pDest;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2141 i = (size_t)&pFaces[v13];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2142 ++v13;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2143 v22 = ptr_2AC;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2144 pDest += 2 * *(char *)(i + 93) + 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2145 ++Argsa;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2146 *(int *)(i + 68) = (int)(char *)v22 + (int)pDest;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2147 pDest += 2 * *((char *)&pFaces[v13] - 3) + 2;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2148 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2149 while ( Argsa < (signed int)uNumFaces );
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2150 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2151 Argsb = 0;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2152 if ( (signed int)uNumFaces > 0 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2153 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2154 pDest = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2155 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2156 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2157 fread(Dst, 1u, 0xAu, v7);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2158 if ( pDest[(unsigned int)pFaces + 45] & 0x40 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2159 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2160 v23 = pTextureFrameTable->FindTextureByName(Dst);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2161 v24 = pDest;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2162 *(short *)&pDest[(unsigned int)pFaces + 74] = v23;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2163 v25 = *(short *)&v24[(unsigned int)pFaces + 74];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2164 if ( v25 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2165 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2166 pTextureFrameTable->LoadAnimationSequenceAndPalettes(v25);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2167 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2168 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2169 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2170 v26 = pBitmaps_LOD->LoadTexture(Dst);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2171 v27 = pDest;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2172 *(short *)&pDest[(unsigned int)pFaces + 74] = v26;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2173 v27[(unsigned int)pFaces + 45] &= 0xBFu;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2174 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2175 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2176 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2177 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2178 *(short *)&pDest[(unsigned int)pFaces + 74] = pBitmaps_LOD->LoadTexture(Dst);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2179 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2180 ++Argsb;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2181 pDest += 96;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2182 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2183 while ( Argsb < (signed int)uNumFaces );
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2184 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2185 fseek(v7, v211, 0);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2186 fread(&uNumFaceExtras, 4u, 1u, v7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2187 fseek(v7, v212, 0);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2188 fread(pFaceExtras, 0x24u, uNumFaceExtras, v7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2189 Argsc = 0;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2190 if ( (signed int)uNumFaceExtras > 0 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2191 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2192 pDest = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2193 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2194 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2195 fread(Dst, 1u, 0xAu, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2196 v28 = pBitmaps_LOD->LoadTexture(Dst);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2197 v29 = pFaceExtras;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2198 v30 = pDest;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2199 ++Argsc;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2200 pDest += 36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2201 *(unsigned __int16 *)((char *)&v29->uAdditionalBitmapID + (int)v30) = v28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2202 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2203 while ( Argsc < (signed int)uNumFaceExtras );
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2204 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2205 Argsd = 0;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2206 if ( (signed int)uNumFaces > 0 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2207 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2208 pDest = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2209 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2210 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2211 v31 = (int)&pFaceExtras[*(short *)&pDest[(unsigned int)pFaces + 72]];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2212 if ( *(short *)(v31 + 26) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2213 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2214 if ( ((BLVFaceExtra *)v31)->HasEventint() )
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2215 pDest[(unsigned int)pFaces + 46] |= 0x10u;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2216 else
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2217 pDest[(unsigned int)pFaces + 46] &= 0xEFu;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2218 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2219 ++Argsd;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2220 pDest += 96;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2221 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2222 while ( Argsd < (signed int)uNumFaces );
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2223 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2224 fseek(v7, v213, 0);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2225 fread(&uNumSectors, 4u, 1u, v7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2226 fseek(v7, v214, 0);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2227 fread(pSectors, 0x74u, uNumSectors, v7);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2228 v32 = pAllocator->AllocNamedChunk(ptr_0002B0_sector_rdata, blv.uSector_rdata_Size, "L.RData");
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2229 v202 = (int)v7;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2230 ptr_0002B0_sector_rdata = (unsigned __int16 *)v32;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2231 fread(v32, 1u, blv.uSector_rdata_Size, (FILE *)v202);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2232 v11 = uNumSectors == 0;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2233 v12 = uNumSectors < 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2234 pDest = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2235 Argse = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2236 if ( !(v12 | v11) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2237 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2238 v33 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2239 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2240 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2241 pSectors[v33].pFloors = (unsigned __int16 *)&pDest[(unsigned int)ptr_0002B0_sector_rdata];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2242 i = (size_t)&pSectors[v33];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2243 v34 = ptr_0002B0_sector_rdata;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2244 pDest += 2 * *(short *)(i + 4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2245 *(int *)(i + 16) = (int)(char *)v34 + (int)pDest;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2246 v35 = (size_t)&pSectors[v33];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2247 i = v35;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2248 v36 = &pDest[2 * *(short *)(v35 + 12)];
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2249 v37 = (int)&v36[(unsigned int)ptr_0002B0_sector_rdata];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2250 pDest = v36;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2251 *(int *)(i + 24) = v37;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2252 v38 = (size_t)&pSectors[v33];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2253 i = v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2254 v39 = &pDest[2 * *(short *)(v38 + 20)];
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2255 v40 = (int)&v39[(unsigned int)ptr_0002B0_sector_rdata];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2256 pDest = v39;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2257 *(int *)(i + 32) = v40;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2258 i = (size_t)&pSectors[v33];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2259 v41 = ptr_0002B0_sector_rdata;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2260 pDest += 2 * *(short *)(i + 28);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2261 *(int *)(i + 40) = (int)(char *)v41 + (int)pDest;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2262 i = (size_t)&pSectors[v33];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2263 v42 = ptr_0002B0_sector_rdata;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2264 pDest += 2 * *(short *)(i + 36);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2265 *(int *)(i + 48) = (int)(char *)v42 + (int)pDest;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2266 i = (size_t)&pSectors[v33];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2267 v43 = ptr_0002B0_sector_rdata;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2268 pDest += 2 * *(short *)(i + 44);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2269 *(int *)(i + 64) = (int)(char *)v43 + (int)pDest;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2270 i = (size_t)&pSectors[v33];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2271 v44 = ptr_0002B0_sector_rdata;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2272 pDest += 2 * *(short *)(i + 60);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2273 *(int *)(i + 72) = (int)(char *)v44 + (int)pDest;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2274 v45 = (size_t)&pSectors[v33];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2275 ++v33;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2276 i = v45;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2277 v46 = ptr_0002B0_sector_rdata;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2278 pDest += 2 * *(short *)(v45 + 68);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2279 ++Argse;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2280 *(int *)(v45 + 80) = (int)(char *)v46 + (int)pDest;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2281 pDest += 2 * *((short *)&pSectors[v33] - 20);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2282 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2283 while ( Argse < uNumSectors );
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2284 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2285 v47 = pAllocator->AllocNamedChunk(
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2286 ptr_0002B8_sector_lrdata,
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2287 blv.uSector_lrdata_Size,
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2288 "L.RLData");
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2289 v202 = (int)v7;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2290 ptr_0002B8_sector_lrdata = (unsigned __int16 *)v47;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2291 fread(v47, 1u, blv.uSector_lrdata_Size, (FILE *)v202);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2292 v11 = uNumSectors == 0;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2293 v12 = uNumSectors < 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2294 pDest = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2295 Argsf = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2296 if ( !(v12 | v11) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2297 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2298 v48 = pSectors;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2299 v49 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2300 for ( i = 0; ; v49 = i )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2301 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2302 v50 = ptr_0002B8_sector_lrdata;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2303 i += 116;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2304 ++Argsf;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2305 *(BLVLightMM7 **)((char *)&v48->pLights + v49) = (BLVLightMM7 *)((char *)v50 + (int)pDest);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2306 v48 = pSectors;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2307 pDest += 2 * *(__int16 *)((char *)&v48->uNumLights + v49);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2308 if ( Argsf >= uNumSectors )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2309 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2310 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2311 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2312 fseek(v7, v215, 0);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2313 fread(&uNumDoors, 4u, 1u, v7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2314 fseek(v7, v216, 0);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2315 fread(pDoors, 0x50u, 0xC8u, v7);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2316 v51 = pAllocator->AllocNamedChunk(ptr_0002B4_doors_ddata, blv.uDoors_ddata_Size, "L.DData");
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2317 v202 = (int)v7;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2318 ptr_0002B4_doors_ddata = (unsigned __int16 *)v51;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2319 fread(v51, 1u, blv.uDoors_ddata_Size, (FILE *)v202);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2320 v11 = uNumDoors == 0;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2321 v12 = uNumDoors < 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2322 pDest = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2323 Argsg = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2324 if ( !(v12 | v11) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2325 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2326 v52 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2327 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2328 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2329 pDoors[v52].pVertexIDs = (unsigned __int16 *)&pDest[(unsigned int)ptr_0002B4_doors_ddata];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2330 i = (size_t)&pDoors[v52];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2331 v53 = ptr_0002B4_doors_ddata;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2332 pDest += 2 * *(short *)(i + 68);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2333 *(int *)(i + 40) = (int)(char *)v53 + (int)pDest;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2334 v54 = (size_t)&pDoors[v52];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2335 i = v54;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2336 v55 = &pDest[2 * *(short *)(v54 + 70)];
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2337 v56 = (int)&v55[(unsigned int)ptr_0002B4_doors_ddata];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2338 pDest = v55;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2339 *(int *)(i + 44) = v56;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2340 v57 = (size_t)&pDoors[v52];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2341 i = v57;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2342 v58 = &pDest[2 * *(short *)(v57 + 72)];
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2343 v59 = (int)&v58[(unsigned int)ptr_0002B4_doors_ddata];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2344 pDest = v58;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2345 *(int *)(i + 48) = v59;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2346 i = (size_t)&pDoors[v52];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2347 v60 = ptr_0002B4_doors_ddata;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2348 pDest += 2 * *(short *)(i + 70);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2349 *(int *)(i + 52) = (int)(char *)v60 + (int)pDest;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2350 i = (size_t)&pDoors[v52];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2351 v61 = ptr_0002B4_doors_ddata;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2352 pDest += 2 * *(short *)(i + 70);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2353 *(int *)(i + 56) = (int)(char *)v61 + (int)pDest;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2354 i = (size_t)&pDoors[v52];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2355 v62 = ptr_0002B4_doors_ddata;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2356 pDest += 2 * *(short *)(i + 74);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2357 *(int *)(i + 60) = (int)(char *)v62 + (int)pDest;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2358 i = (size_t)&pDoors[v52];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2359 v63 = ptr_0002B4_doors_ddata;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2360 pDest += 2 * *(short *)(i + 74);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2361 *(int *)(i + 64) = (int)(char *)v63 + (int)pDest;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2362 ++Argsg;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2363 v64 = pDoors[v52].uNumOffsets;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2364 ++v52;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2365 pDest += 2 * v64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2366 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2367 while ( Argsg < uNumDoors );
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2368 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2369 Argsh = 0;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2370 if ( uNumDoors > 0 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2371 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2372 v65 = pDoors;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2373 pDest = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2374 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2375 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2376 i = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2377 v66 = &pDest[(int)v65];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2378 if ( *(short *)&pDest[(int)v65 + 70] > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2379 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2380 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2381 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2382 v67 = *((int *)v66 + 10);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2383 a3 = 2 * i;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2384 v68 = *(short *)(v67 + 2 * i);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2385 v69 = pFaces;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2386 ++i;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2387 v70 = (int)&pFaceExtras[v69[v68].uFaceExtraID];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2388 v71 = *((int *)v66 + 12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2389 v72 = a3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2390 v238 = (char *)v70;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2391 *(short *)(a3 + v71) = *(short *)(v70 + 20);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2392 *(__int16 *)(*(char **)((char *)&pDoors->pDeltaVs + (unsigned int)pDest) + v72) = *((short *)v238 + 11);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2393 v65 = pDoors;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2394 v66 = &pDest[(int)v65];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2395 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2396 while ( (signed int)i < *(short *)&pDest[(int)v65 + 70] );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2397 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2398 ++Argsh;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2399 pDest += 80;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2400 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2401 while ( Argsh < uNumDoors );
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2402 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2403 fseek(v7, v217, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2404 fread(&uNumLevelDecorations, 4u, 1u, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2405 fseek(v7, v218, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2406 fread(pLevelDecorations, 0x20u, uNumLevelDecorations, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2407 Argsi = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2408 if ( (signed int)uNumLevelDecorations > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2409 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2410 pDest = (char *)pLevelDecorations;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2411 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2412 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2413 fread(pName, 1u, 0x20u, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2414 v73 = pDecorationList->GetDecorIdByName(pName);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2415 v74 = pDest;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2416 ++Argsi;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2417 pDest += 32;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2418 *(short *)v74 = v73;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2419 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2420 while ( Argsi < (signed int)uNumLevelDecorations );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2421 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2422 fseek(v7, v219, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2423 fread(&uNumLayingItems, 4u, 1u, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2424 fseek(v7, v220, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2425 fread(pLayingItems, 0x70u, uNumLayingItems, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2426 if ( (signed int)uNumLayingItems > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2427 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2428 v75 = pLayingItems;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2429 pDest = (char *)uNumLayingItems;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2430 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2431 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2432 Argsj = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2433 v76 = 48 * v75->stru_24.uItemID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2434 v11 = pObjectList->uNumObjects == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2435 v12 = (pObjectList->uNumObjects & 0x80000000u) != 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2436 LOWORD(v76) = *(unsigned __int16 *)((char *)&pItemsTable->pItems[0].uSpriteID + v76);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2437 i = v76;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2438 v75->uItemType = v76;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2439 if ( v12 | v11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2440 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2441 LABEL_50:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2442 v78 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2443 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2444 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2445 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2446 for ( j = (int)&pObjectList->pObjects->uObjectID; (short)v76 != *(short *)j; j = a3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2447 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2448 ++Argsj;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2449 a3 = j + 56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2450 if ( Argsj >= (signed int)pObjectList->uNumObjects )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2451 goto LABEL_50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2452 LOWORD(v76) = i;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2453 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2454 v78 = Argsj;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2455 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2456 v75->uObjectDescID = v78;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2457 ++v75;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2458 --pDest;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2459 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2460 while ( pDest );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2461 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2462 fseek(v7, v221, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2463 fread(&uNumActors, 4u, 1u, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2464 fseek(v7, v222, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2465 fread(pActors, 0x344u, uNumActors, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2466 fseek(v7, v228, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2467 fread(&uNumChests, 4u, 1u, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2468 fseek(v7, v229, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2469 fread(pChests, 0x14CCu, uNumChests, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2470 fseek(v7, v224, 0);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2471 fread(&uNumLights, 4u, 1u, v7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2472 fseek(v7, v225, 0);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2473 fread(pLights, 0x10u, uNumLights, v7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2474 fseek(v7, v226, 0);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2475 fread(&uNumNodes, 4u, 1u, v7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2476 fseek(v7, v227, 0);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2477 fread(pNodes, 8u, uNumNodes, v7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2478 fseek(v7, v230, 0);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2479 fread(&uNumSpawnPoints, 4u, 1u, v7);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2480 v79 = pAllocator->AllocNamedChunk(pSpawnPoints, 24 * uNumSpawnPoints, "Spawn");
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2481 v202 = 0;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2482 pSpawnPoints = (SpawnPointMM7 *)v79;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2483 fseek(v7, v231, v202);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2484 fread(pSpawnPoints, 0x18u, uNumSpawnPoints, v7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2485 fseek(v7, v232, 0);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2486 fread(&dlv, 0x28u, 1u, v7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2487 fseek(v7, v233, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2488 fread(&stru_5E4C90, 1u, 0xC8u, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2489 fseek(v7, v234, 0);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2490 fread(&uLastVisitDay, 1u, 0x38u, v7);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2491 fseek(v7, v223, 0);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2492 v80 = (void **)&pMapVertices;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2493 fread(*v80, 4u, 1u, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2494 fread((char *)*v80 + 4, 0xCu, *(int *)*v80, v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2495 fclose(v7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2496 goto LABEL_179;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2497 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2498 return 4;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2499 }*/
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2500 #pragma endregion
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2501
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2502 if (bLoaded)
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2503 {
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2504 Log::Warning(L"BLV is already loaded");
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2505 return 3;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2506 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2507
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2508 if ( !pGames_LOD->DoesContainerExist(pFilename) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2509 Abortf("Unable to find %s in Games.LOD", pFilename);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2510
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2511 //v238 = pFilename - 4;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2512 //v81 = strlen(pFilename);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2513 strcpy(this->pFilename, pFilename);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2514 strcpy(&pFilename[strlen(pFilename) - 4], ".blv");
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2515 File = pGames_LOD->FindContainer(pFilename, 1);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2516 //File = v82;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2517
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2518 Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2519 if ( !Alloc() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2520 return 4;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2521
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2522 header.uVersion = 91969;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2523 header.pMagic[0] = 'm';
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2524 header.pMagic[1] = 'v';
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2525 header.pMagic[2] = 'i';
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2526 header.pMagic[3] = 'i';
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2527 header.uCompressedSize = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2528 header.uDecompressedSize = 0;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2529 fread(&header, sizeof(ODMHeader), 1u, File);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2530 if (header.uVersion != 91969 ||
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2531 header.pMagic[0] != 'm' ||
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2532 header.pMagic[1] != 'v' ||
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2533 header.pMagic[2] != 'i' ||
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2534 header.pMagic[3] != 'i' )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2535 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2536 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:792", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2537 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2538 //v83 = header.uCompressedSize;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2539 //pSource = header.uDecompressedSize;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2540 //v84 = malloc(header.uDecompressedSize);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2541 //v85 = v84;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2542 //ptr = v84;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2543 auto pRawBLV = malloc(header.uDecompressedSize);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2544 memset(pRawBLV, 0, header.uDecompressedSize);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2545
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2546 if (header.uCompressedSize == header.uDecompressedSize)
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2547 fread(pRawBLV, header.uDecompressedSize, 1, File);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2548 else if (header.uCompressedSize < header.uDecompressedSize)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2549 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2550 auto pTmpMem = malloc(header.uCompressedSize);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2551 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2552 fread(pTmpMem, header.uCompressedSize, 1, File);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2553
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2554 uint uDecompressedSize = header.uDecompressedSize;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2555 zlib::MemUnzip(pRawBLV, &uDecompressedSize, pTmpMem, header.uCompressedSize);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2556
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2557 if (uDecompressedSize != header.uDecompressedSize)
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2558 Log::Warning(L"uDecompressedSize != header.uDecompressedSize in BLV");
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2559 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2560 free(pTmpMem);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2561 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2562 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2563 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2564 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:803", 0);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2565 return 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2566 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2567
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2568 assert(sizeof(Vec3_short_) == 6);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2569 assert(sizeof(BLVFace) == 96);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2570 assert(sizeof(BLVFaceExtra) == 36);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2571 assert(sizeof(BLVSector) == 116);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2572 assert(sizeof(LevelDecoration) == 32);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2573 assert(sizeof(BLVLightMM7) == 16);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2574 assert(sizeof(BSPNode) == 8);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2575 assert(sizeof(SpawnPointMM7) == 24);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2576 assert(sizeof(DDM_DLV_Header) == 40);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2577 assert(sizeof(Actor) == 836);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2578 assert(sizeof(LayingItem) == 112);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2579 assert(sizeof(Chest) == 5324);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2580 assert(sizeof(stru123) == 0xC8);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2581
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2582 bLoaded = true;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2583
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2584 auto pData = (char *)pRawBLV;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2585
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2586 pGameLoadingUI_ProgressBar->Progress();
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2587
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2588 memcpy(&blv, pData, 136);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2589 memcpy(&uNumVertices, pData += 136, 4);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2590 memcpy(pVertices, pData += 4, uNumVertices * sizeof(Vec3_short_));
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2591
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2592 pGameLoadingUI_ProgressBar->Progress();
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2593
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2594 memcpy(&uNumFaces, pData += uNumVertices * sizeof(Vec3_short_), 4);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2595
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2596 pGameLoadingUI_ProgressBar->Progress();
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2597
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2598 memcpy(pFaces, pData += 4, uNumFaces * sizeof (BLVFace));
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2599 ptr_2AC = (unsigned __int16 *)pAllocator->AllocNamedChunk(ptr_2AC, blv.uFaces_fdata_Size, "L.FData");
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2600
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2601 memcpy(ptr_2AC, pData += uNumFaces * sizeof (BLVFace), blv.uFaces_fdata_Size);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2602
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2603 for (uint i = 0, j = 0; i < uNumFaces; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2604 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2605 auto pFace = pFaces + i;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2606
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2607 pFace->pVertexIDs = ptr_2AC + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2608
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2609 j += pFace->uNumVertices + 1;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2610 pFace->pXInterceptDisplacements = ptr_2AC + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2611
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2612 j += pFace->uNumVertices + 1;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2613 pFace->pYInterceptDisplacements = ptr_2AC + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2614
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2615 j += pFace->uNumVertices + 1;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2616 pFace->pZInterceptDisplacements = ptr_2AC + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2617
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2618 j += pFace->uNumVertices + 1;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2619 pFace->pVertexUIDs = ptr_2AC + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2620
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2621 j += pFace->uNumVertices + 1;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2622 pFace->pVertexVIDs = ptr_2AC + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2623
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2624 j += pFace->uNumVertices + 1;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2625 /*v93 = &pFaces[v92];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2626 Src = v93;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2627 v94 = (BLVSector *)((char *)v244 + 2 * v93->uNumVertices + 2);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2628 v95 = (unsigned __int16 *)((char *)v94 + (unsigned int)ptr_2AC);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2629 v244 = v94;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2630 Src->pXInterceptDisplacements = v95;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2631 v96 = (int)&pFaces[v92];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2632 Src = (BLVFace *)v96;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2633 v97 = (BLVSector *)((char *)v244 + 2 * *(char *)(v96 + 93) + 2);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2634 v98 = (unsigned __int16 *)((char *)v97 + (unsigned int)ptr_2AC);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2635 v244 = v97;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2636 Src->pYInterceptDisplacements = v98;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2637 Src = &pFaces[v92];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2638 v99 = ptr_2AC;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2639 v244 = (BLVSector *)((char *)v244 + 2 * Src->uNumVertices + 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2640 Src->pZInterceptDisplacements = (unsigned __int16 *)((char *)v99 + (int)v244);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2641 Src = &pFaces[v92];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2642 v100 = ptr_2AC;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2643 v244 = (BLVSector *)((char *)v244 + 2 * Src->uNumVertices + 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2644 Src->pVertexUIDs = (unsigned __int16 *)((char *)v100 + (int)v244);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2645 Src = &pFaces[v92];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2646 ++v92;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2647 v101 = ptr_2AC;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2648 v244 = (BLVSector *)((char *)v244 + 2 * Src->uNumVertices + 2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2649 ++v245;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2650 Src->pVertexVIDs = (unsigned __int16 *)((char *)v101 + (int)v244);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2651 v244 = (BLVSector *)((char *)v244 + 2 * *((char *)&pFaces[v92] - 3) + 2);*/
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2652 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2653
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2654 pGameLoadingUI_ProgressBar->Progress();
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2655
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2656 pData += blv.uFaces_fdata_Size;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2657
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2658 for (uint i = 0; i < uNumFaces; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2659 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2660 auto pFace = pFaces + i;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2661
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2662 char pTexName[16];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2663 strncpy(pTexName, pData, 10);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2664 pData += 10;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2665
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2666 if (pFace->uAttributes & 0x4000)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2667 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2668 pFace->uBitmapID = pTextureFrameTable->FindTextureByName(pTexName);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2669 if (pFace->uBitmapID)
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2670 pTextureFrameTable->LoadAnimationSequenceAndPalettes(pFace->uBitmapID);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2671 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2672 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2673 pFace->uBitmapID = pBitmaps_LOD->LoadTexture(pTexName);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2674 pFace->uAttributes &= ~0x4000;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2675 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2676 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2677 else
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2678 pFace->uBitmapID = pBitmaps_LOD->LoadTexture(pTexName);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2679 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2680
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2681 pGameLoadingUI_ProgressBar->Progress();
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2682
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2683 memcpy(&uNumFaceExtras, pData, 4u);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2684 memcpy(pFaceExtras, pData += 4, uNumFaceExtras * sizeof(BLVFaceExtra));
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2685 pData += uNumFaceExtras * sizeof(BLVFaceExtra);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2686
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2687 pGameLoadingUI_ProgressBar->Progress();
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2688
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2689 //v108 = (char *)v107 + 36 * uNumFaceExtras;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2690 //v245 = 0;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2691 //*(int *)((char *)&uSourceLen + 1) = 0;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2692 for (uint i = 0; i < uNumFaceExtras; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2693 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2694 char pTexName[32];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2695 strncpy(pTexName, pData, 10);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2696 pData += 10;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2697
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2698 if (!strcmp(pTexName, ""))
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2699 pFaceExtras[i].uAdditionalBitmapID = -1;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2700 else
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2701 pFaceExtras[i].uAdditionalBitmapID = pBitmaps_LOD->LoadTexture(pTexName);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2702 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2703
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2704
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2705 for (uint i = 0; i < uNumFaces; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2706 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2707 auto pFace = pFaces + i;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2708 auto pFaceExtra = pFaceExtras + pFace->uFaceExtraID;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2709
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2710 if (pFaceExtra->uEventID)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2711 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2712 if (pFaceExtra->HasEventint())
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2713 pFace->uAttributes |= 0x100000;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2714 else
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2715 pFace->uAttributes &= ~0x100000;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2716 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2717 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2718
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2719 pGameLoadingUI_ProgressBar->Progress();
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2720
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2721 memcpy(&uNumSectors, pData, 4);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2722 memcpy(pSectors, pData + 4, uNumSectors * sizeof(BLVSector));
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2723 pData += 4 + uNumSectors * sizeof(BLVSector);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2724
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2725 pGameLoadingUI_ProgressBar->Progress();
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2726
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2727 ptr_0002B0_sector_rdata = (unsigned short *)pAllocator->AllocNamedChunk(ptr_0002B0_sector_rdata, blv.uSector_rdata_Size, "L.RData");
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2728 memcpy(ptr_0002B0_sector_rdata, pData, blv.uSector_rdata_Size);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2729 pData += blv.uSector_rdata_Size;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2730
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2731 for (uint i = 0, j = 0; i < uNumSectors; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2732 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2733 auto pSector = pSectors + i;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2734
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2735 pSector->pFloors = ptr_0002B0_sector_rdata + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2736 j += pSector->field_4;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2737
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2738 pSector->pWalls = ptr_0002B0_sector_rdata + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2739 j += pSector->field_C;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2740
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2741 pSector->pCeilings = ptr_0002B0_sector_rdata + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2742 j += pSector->field_14;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2743
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2744 pSector->pFluids = ptr_0002B0_sector_rdata + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2745 j += pSector->field_1C;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2746
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2747 pSector->pPortals = ptr_0002B0_sector_rdata + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2748 j += pSector->uNumPortals;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2749
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2750 pSector->pFaceIDs = ptr_0002B0_sector_rdata + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2751 j += pSector->field_2C;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2752
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2753 pSector->pCogs = ptr_0002B0_sector_rdata + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2754 j += pSector->field_3C;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2755
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2756 pSector->pDecorationIDs = ptr_0002B0_sector_rdata + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2757 j += pSector->uNumDecorations;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2758
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2759 pSector->pMarkers = ptr_0002B0_sector_rdata + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2760 j += pSector->field_4C;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2761
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2762
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2763 //do
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2764 //{
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2765 /*pSectors[v118].pFloors = (unsigned __int16 *)((char *)Src + (unsigned int)ptr_0002B0_sector_rdata);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2766 v244 = &pSectors[v118];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2767 v119 = ptr_0002B0_sector_rdata;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2768 Src = (BLVFace *)((char *)Src + 2 * v244->field_4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2769 v244->pWalls = (unsigned __int16 *)((char *)v119 + (int)Src);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2770 v120 = (int)&pSectors[v118];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2771 v244 = (BLVSector *)v120;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2772 v121 = (BLVFace *)((char *)Src + 2 * *(short *)(v120 + 12));
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2773 v122 = (unsigned __int16 *)((char *)v121 + (unsigned int)ptr_0002B0_sector_rdata);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2774 Src = v121;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2775 v244->pCeilings = v122;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2776 v123 = (int)&pSectors[v118];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2777 v244 = (BLVSector *)v123;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2778 v124 = (BLVFace *)((char *)Src + 2 * *(short *)(v123 + 20));
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2779 v125 = (unsigned __int16 *)((char *)v124 + (unsigned int)ptr_0002B0_sector_rdata);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2780 Src = v124;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2781 v244->pFluids = v125;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2782 v244 = &pSectors[v118];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2783 v126 = ptr_0002B0_sector_rdata;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2784 Src = (BLVFace *)((char *)Src + 2 * v244->field_1C);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2785 v244->pPortals = (unsigned __int16 *)((char *)v126 + (int)Src);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2786 v244 = &pSectors[v118];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2787 v127 = ptr_0002B0_sector_rdata;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2788 Src = (BLVFace *)((char *)Src + 2 * v244->uNumPortals);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2789 v244->pFaceIDs = (unsigned __int16 *)((char *)v127 + (int)Src);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2790 v244 = &pSectors[v118];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2791 v128 = ptr_0002B0_sector_rdata;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2792 Src = (BLVFace *)((char *)Src + 2 * v244->field_2C);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2793 v244->pCogs = (unsigned __int16 *)((char *)v128 + (int)Src);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2794 v244 = &pSectors[v118];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2795 v129 = ptr_0002B0_sector_rdata;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2796 Src = (BLVFace *)((char *)Src + 2 * v244->field_3C);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2797 v244->pDecorationIDs = (unsigned __int16 *)((char *)v129 + (int)Src);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2798 v130 = (int)&pSectors[v118];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2799 ++v118;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2800 v244 = (BLVSector *)v130;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2801 v131 = ptr_0002B0_sector_rdata;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2802 Src = (BLVFace *)((char *)Src + 2 * *(short *)(v130 + 68));
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2803 ++v245;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2804 *(int *)(v130 + 80) = (int)(char *)v131 + (int)Src;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2805 Src = (BLVFace *)((char *)Src + 2 * *((short *)&pSectors[v118] - 20));*/
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2806 //}
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2807 //while ( v245 < uNumSectors );
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2808 }
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2809
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2810 ptr_0002B8_sector_lrdata = (unsigned __int16 *)pAllocator->AllocNamedChunk(ptr_0002B8_sector_lrdata, blv.uSector_lrdata_Size, "L.RLData");
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2811 memcpy(ptr_0002B8_sector_lrdata, pData, blv.uSector_lrdata_Size);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2812 pData += blv.uSector_lrdata_Size;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2813
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2814 pGameLoadingUI_ProgressBar->Progress();
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2815
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2816 for (uint i = 0, j = 0; i < uNumSectors; ++i)
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2817 {
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2818 pSectors->pLights = (BLVLightMM7 *)(ptr_0002B8_sector_lrdata + j);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2819 j += pSectors->uNumLights;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2820 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2821
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2822 pGameLoadingUI_ProgressBar->Progress();
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2823
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2824 memcpy(&uNumDoors, pData, 4);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2825 pData += 4;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2826
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2827 pGameLoadingUI_ProgressBar->Progress();
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2828 pGameLoadingUI_ProgressBar->Progress();
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2829
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2830 memcpy(&uNumLevelDecorations, pData, 4);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2831 memcpy(pLevelDecorations, pData + 4, uNumLevelDecorations * sizeof(LevelDecoration));
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2832 pData += 4 + uNumLevelDecorations * sizeof(LevelDecoration);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2833
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2834 for (uint i = 0; i < uNumLevelDecorations; ++i)
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2835 {
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2836 pLevelDecorations[i].uDecorationDescID = pDecorationList->GetDecorIdByName(pData);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2837
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2838 pData += 32;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2839 }
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2840
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2841 pGameLoadingUI_ProgressBar->Progress();
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2842
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2843 memcpy(&uNumLights, pData, 4);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2844 memcpy(pLights, pData + 4, uNumLights * sizeof(BLVLightMM7));
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2845 pData += 4 + uNumLights * sizeof(BLVLightMM7);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2846
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2847 pGameLoadingUI_ProgressBar->Progress();
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2848 pGameLoadingUI_ProgressBar->Progress();
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2849
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2850 memcpy(&uNumNodes, pData, 4);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2851 memcpy(pNodes, pData + 4, uNumNodes * sizeof(BSPNode));
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2852 pData += 4 + uNumNodes * sizeof(BSPNode);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2853
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2854 pGameLoadingUI_ProgressBar->Progress();
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2855 pGameLoadingUI_ProgressBar->Progress();
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2856
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2857 memcpy(&uNumSpawnPoints, pData, 4);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2858 pSpawnPoints = (SpawnPointMM7 *)pAllocator->AllocNamedChunk(pSpawnPoints, uNumSpawnPoints * sizeof(SpawnPointMM7), "Spawn");
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2859 memcpy(pSpawnPoints, pData + 4, uNumSpawnPoints * sizeof(SpawnPointMM7));
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2860 pData += 4 + uNumSpawnPoints * sizeof(SpawnPointMM7);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2861
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2862 pGameLoadingUI_ProgressBar->Progress();
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2863 pGameLoadingUI_ProgressBar->Progress();
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2864
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2865 //v201 = (const char *)v148;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2866 //v200 = (size_t)pMapVertices;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2867 memcpy(&pMapVertices->uNumVertices, pData, 4);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2868 memcpy(pMapVertices->pVertices, pData + 4, pMapVertices->uNumVertices * sizeof(Vec3_int_));
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2869 //v149 = pMapVertices;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2870 //v199 = 12 * *v149;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2871 //memcpy(v149 + 1, (const void *)(v148 + 4), v199);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2872 free(pRawBLV);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2873 pRawBLV = nullptr;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2874
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2875 void *pRawDLV = nullptr;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2876 strcpy(&pFilename[strlen(pFilename) - 4], ".dlv");
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2877 File = pNew_LOD->FindContainer(pFilename, 1);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2878 fread(&header, 0x10u, 1u, File);//(FILE *)v245);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2879 bool _v244 = false;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2880 if (header.uVersion != 91969 ||
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2881 header.pMagic[0] != 'm' ||
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2882 header.pMagic[1] != 'v' ||
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2883 header.pMagic[2] != 'i' ||
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2884 header.pMagic[3] != 'i' )
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2885 {
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2886 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:1090", 0);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2887 _v244 = true;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2888 }
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2889 else
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2890 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2891 pRawDLV = malloc(header.uDecompressedSize);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2892 if (header.uCompressedSize == header.uDecompressedSize)
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2893 fread(pRawDLV, 1, header.uCompressedSize, File);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2894 else if (header.uCompressedSize < header.uDecompressedSize)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2895 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2896 auto pTmpMem = malloc(header.uCompressedSize);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2897 {
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2898 fread(pTmpMem, header.uCompressedSize, 1, File);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2899
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2900 uint uDecompressedSize = header.uDecompressedSize;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2901 zlib::MemUnzip(pRawDLV, &uDecompressedSize, pTmpMem, header.uCompressedSize);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2902
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2903 if (uDecompressedSize != header.uDecompressedSize)
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2904 Log::Warning(L"uDecompressedSize != header.uDecompressedSize in DLV");
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2905 }
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2906 free(pTmpMem);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2907 }
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2908 else
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2909 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:1108", 0);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2910
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2911 pData = (char *)pRawDLV;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2912 }
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2913
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2914 memcpy(&dlv, pData, 40);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2915 pData += 40;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2916
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2917 //v152 = dlv.uNumFacesInBModels;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2918 if (dlv.uNumFacesInBModels)
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2919 {
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2920 //v153 = dlv.uNumDecorations;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2921 if (dlv.uNumDecorations)
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2922 {
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2923 if (dlv.uNumFacesInBModels != uNumFaces ||
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2924 dlv.uNumDecorations != uNumLevelDecorations)
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2925 _v244 = true;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2926 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2927 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2928
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2929 if (dword_6BE364_game_settings_1 & 0x2000 )
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2930 _i = 29030400;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2931 bool _a = false;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2932 if ( a3 - dlv.uLastRepawnDay >= _i && strcmpi(pCurrentMapName, "d29.dlv") )
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2933 _a = true;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2934
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2935 //v154 = 875;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2936 if (_v244)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2937 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2938 memset(v203, 0, 0x36B);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2939 goto LABEL_132;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2940 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2941 if (_a || !dlv.uLastRepawnDay )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2942 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2943 memcpy(v203, pData, 0x36B);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2944 LABEL_132:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2945 free(File);
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2946 dlv.uLastRepawnDay = a3;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2947 if (_v244)
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2948 ++dlv.uNumRespawns;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2949 //v201 = pFilename;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2950 *(int *)pDest = 1;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2951 File = pGames_LOD->FindContainer(pFilename, 0);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2952 fread(&header, 0x10u, 1u, File);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2953 auto v155 = header.uCompressedSize;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2954 auto Count = header.uDecompressedSize;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2955 auto Src = (BLVFace *)malloc(header.uDecompressedSize);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2956 File = (FILE *)Src;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2957 if ( v155 <= Count )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2958 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2959 if ( v155 == Count )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2960 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2961 fread(Src, 1u, Count, File);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2962 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2963 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2964 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2965 auto _uSourceLen = malloc(v155);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2966 fread(_uSourceLen, v155, 1u, File);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2967 zlib::MemUnzip(Src, &Count, _uSourceLen, v155);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2968 free(_uSourceLen);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2969 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2970 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2971 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2972 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2973 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:1195", 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2974 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2975 pData = ((char *)Src + 40);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2976 //v154 = 875;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2977 goto LABEL_140;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2978 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2979 *(int *)pDest = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2980 LABEL_140:
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2981 //v202 = (int)".blv";
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2982 //v156 = strlen(pFilename);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2983 strcpy(&pFilename[strlen(pFilename) - 4], ".blv");
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2984 memcpy(_visible_outlines, pData, 875);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2985 pData += 875;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2986
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2987 if ( *(int *)pDest )
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2988 memcpy(_visible_outlines, v203, 875);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2989
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2990 for (uint i = 0; i < pMapVertices->uNumVertices; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2991 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2992 auto pVertex = pMapVertices->pVertices + i;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2993 if ((unsigned __int8)(1 << (7 - i % 8)) & _visible_outlines[i / 8])
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2994 pVertex->uFlags |= 1;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2995 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2996
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2997
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
2998 for (uint i = 0; i < uNumFaces; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2999 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3000 auto pFace = pFaces + i;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3001 auto pFaceExtra = pFaceExtras + pFace->uFaceExtraID;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3002
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3003 memcpy(&pFace->uAttributes, pData, 4);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3004 pData += 4;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3005
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3006 if (pFaceExtra->uEventID)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3007 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3008 if (pFaceExtra->HasEventint())
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3009 pFace->uAttributes |= 0x100000;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3010 else
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3011 pFace->uAttributes &= ~0x100000;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3012 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3013 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3014
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3015 pGameLoadingUI_ProgressBar->Progress();
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3016
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3017 for (uint i = 0; i < uNumLevelDecorations; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3018 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3019 memcpy(&pLevelDecorations[i].field_2, pData, 2);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3020 pData += 2;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3021 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3022
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3023 pGameLoadingUI_ProgressBar->Progress();
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3024
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3025 memcpy(&uNumActors, pData, 4);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3026 memcpy(pActors, pData + 4, uNumActors * sizeof(Actor));
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3027 pData += 4 + uNumActors * sizeof(Actor);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3028
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3029 pGameLoadingUI_ProgressBar->Progress();
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3030 pGameLoadingUI_ProgressBar->Progress();
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3031
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3032 memcpy(&uNumLayingItems, pData, 4);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3033 memcpy(pLayingItems, pData + 4, uNumLayingItems * sizeof(LayingItem));
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3034 pData += 4 + uNumLayingItems * sizeof(LayingItem);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3035
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3036 pGameLoadingUI_ProgressBar->Progress();
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3037
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3038 for (uint i = 0; i < uNumLayingItems; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3039 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3040 auto pItem = pLayingItems + i;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3041
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3042 if (pItem->stru_24.uItemID && !(pItem->uAttributes & 0x0100))
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3043 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3044 pItem->uItemType = pItemsTable->pItems[pItem->stru_24.uItemID - 1].uSpriteID;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3045
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3046 uint uObjectID = 0;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3047 for (uint j = 0; j < pObjectList->uNumObjects; ++j)
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3048 if (pItem->uItemType == pObjectList->pObjects[j].uObjectID)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3049 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3050 pItem->uObjectDescID = j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3051 break;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3052 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3053 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3054 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3055
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3056 pGameLoadingUI_ProgressBar->Progress();
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3057
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3058 memcpy(&uNumChests, pData, 4);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3059 memcpy(pChests, pData + 4, uNumChests * sizeof(Chest));
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3060 pData += 4 + uNumChests * sizeof(Chest);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3061
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3062 pGameLoadingUI_ProgressBar->Progress();
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3063 pGameLoadingUI_ProgressBar->Progress();
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3064
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3065 memcpy(pDoors, pData, 0x3E80);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3066 pData += 0x3E80;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3067
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3068 //v201 = (const char *)blv.uDoors_ddata_Size;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3069 //v200 = (size_t)ptr_0002B4_doors_ddata;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3070 //v170 = pAllocator->AllocNamedChunk(ptr_0002B4_doors_ddata, blv.uDoors_ddata_Size, "L.DData");
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3071 //v171 = blv.uDoors_ddata_Size;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3072 ptr_0002B4_doors_ddata = (unsigned __int16 *)pAllocator->AllocNamedChunk(ptr_0002B4_doors_ddata, blv.uDoors_ddata_Size, "L.DData");
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3073 memcpy(ptr_0002B4_doors_ddata, pData, blv.uDoors_ddata_Size);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3074 pData += blv.uDoors_ddata_Size;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3075
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3076 //Src = (BLVFace *)((char *)Src + v171);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3077 //v172 = 0;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3078 //v245 = 0;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3079 //if (uNumDoors > 0)
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3080 for (uint i = 0, j = 0; i < uNumDoors; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3081 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3082 auto pDoor = pDoors + i;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3083
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3084 pDoor->pVertexIDs = ptr_0002B4_doors_ddata + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3085 j += pDoor->uNumVertices;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3086
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3087 pDoor->pFaceIDs = ptr_0002B4_doors_ddata + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3088 j += pDoor->uNumFaces;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3089
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3090 pDoor->pSectorIDs = ptr_0002B4_doors_ddata + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3091 j += pDoor->field_48;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3092
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3093 pDoor->pDeltaUs = (short *)(ptr_0002B4_doors_ddata + j);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3094 j += pDoor->uNumFaces;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3095
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3096 pDoor->pDeltaVs = (short *)(ptr_0002B4_doors_ddata + j);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3097 j += pDoor->uNumFaces;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3098
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3099 pDoor->pXOffsets = ptr_0002B4_doors_ddata + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3100 j += pDoor->uNumOffsets;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3101
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3102 pDoor->pYOffsets = ptr_0002B4_doors_ddata + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3103 j += pDoor->uNumOffsets;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3104
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3105 pDoor->pZOffsets = ptr_0002B4_doors_ddata + j;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3106 j += pDoor->uNumOffsets;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3107 /*v173 = pDoors;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3108 for ( k = 0; ; v172 = v188 + 2 * *((short *)&v173[k] - 3) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3109 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3110 v173[k].pVertexIDs = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v172);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3111 v175 = &pDoors[k];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3112 v176 = v172 + 2 * v175->uNumVertices;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3113 v175->pFaceIDs = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v176);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3114 v177 = &pDoors[k];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3115 v178 = v176 + 2 * v177->uNumFaces;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3116 v177->pSectorIDs = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v178);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3117 v179 = &pDoors[k];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3118 v180 = v178 + 2 * v179->field_48;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3119 v179->pDeltaUs = (__int16 *)((char *)ptr_0002B4_doors_ddata + v180);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3120 v181 = &pDoors[k];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3121 v182 = v180 + 2 * v181->uNumFaces;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3122 v181->pDeltaVs = (__int16 *)((char *)ptr_0002B4_doors_ddata + v182);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3123 v183 = &pDoors[k];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3124 v184 = v182 + 2 * v183->uNumFaces;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3125 v183->pXOffsets = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v184);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3126 v185 = &pDoors[k];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3127 v186 = v184 + 2 * v185->uNumOffsets;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3128 v185->pYOffsets = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v186);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3129 v187 = &pDoors[k];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3130 ++k;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3131 v188 = v186 + 2 * v187->uNumOffsets;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3132 v189 = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v188);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3133 ++v245;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3134 v187->pZOffsets = v189;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3135 v173 = pDoors;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3136 if ( v245 >= uNumDoors )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3137 break;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3138 }*/
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3139 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3140 //v190 = 0;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3141 //v245 = 0;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3142 for (uint i = 0; i < uNumDoors; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3143 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3144 auto pDoor = pDoors + i;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3145
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3146 for (uint j = 0; j < pDoor->uNumFaces; ++j)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3147 {
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3148 auto pFace = pFaces + pDoor->pFaceIDs[j];
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3149 auto pFaceExtra = pFaceExtras + pFace->uFaceExtraID;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3150
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3151 pDoor->pDeltaUs[j] = pFaceExtra->sTextureDeltaU;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3152 pDoor->pDeltaVs[j] = pFaceExtra->sTextureDeltaV;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3153 }
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3154 //v191 = pDoors;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3155 //pDest = 0;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3156 //do
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3157 // {
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3158 /*Argsn = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3159 for ( l = (BLVDoor *)&v190[(int)v191];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3160 Argsn < *(short *)&v190[(int)v191 + 70];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3161 l = (BLVDoor *)&v190[(int)v191] )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3162 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3163 v193 = Argsn;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3164 v194 = l->pFaceIDs[Argsn++];
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3165 v195 = &pFaceExtras[pFaces[v194].uFaceExtraID];
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3166 l->pDeltaUs[v193] = v195->sTextureDeltaU;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3167 v190 = pDest;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3168 *(short *)(v193 * 2 + *(int *)&pDest[(unsigned int)pDoors + 52]) = v195->sTextureDeltaV;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3169 v191 = pDoors;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3170 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3171 ++v245;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3172 v190 += 80;
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3173 pDest = v190;*/
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3174 //}
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3175 //while ( v245 < uNumDoors );
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3176 }
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3177
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3178
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3179 pGameLoadingUI_ProgressBar->Progress();
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3180
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3181 memcpy(&stru_5E4C90, pData, 0xC8);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3182 pData += 0xC8;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3183
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3184 pGameLoadingUI_ProgressBar->Progress();
28
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3185
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3186 memcpy(&stru1, pData, 0x38u);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3187 pData += 0x38;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3188
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3189 free(pRawDLV);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3190 //v5 = 0;
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3191
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3192 pSoundList->_4A9A67(64, 0);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3193 pSoundList->_4A9A67(103, 0);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3194 pSoundList->_4A9A67(63, 0);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3195 pSoundList->_4A9A67(102, 0);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3196 pSoundList->_4A9A67(50, 0);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3197 pSoundList->_4A9A67(89, 0);
18f7a1b94448 Indoor::Load
Nomad
parents: 3
diff changeset
3198
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3199 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3200 }
3
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
3201
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3202
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3203 //----- (0049AC17) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3204 int IndoorLocation::GetSector(int sX, int sY, int sZ)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3205 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3206 int v4; // esi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3207 unsigned __int8 v5; // zf@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3208 unsigned __int8 v6; // sf@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3209 unsigned __int8 v7; // of@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3210 BLVSector *v8; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3211 int v9; // edi@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3212 int v10; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3213 int v11; // edx@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3214 int v12; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3215 unsigned __int16 v13; // ax@12
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3216 int v14; // edi@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3217 BLVFace *v15; // eax@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3218 BLVFace *v16; // edi@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3219 PolygonType v17; // al@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3220 unsigned __int16 *pVertexIDs; // esi@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3221 Vec3_short_ *v19; // eax@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3222 int v20; // edx@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3223 unsigned __int16 *v21; // esi@17
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3224 int v22; // edi@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3225 int v23; // edi@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3226 Vec3_short_ *v24; // edx@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3227 signed int v25; // edx@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3228 int v26; // ebx@23
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3229 int v27; // edx@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3230 signed __int64 v28; // qtt@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3231 Vec3_short_ *v29; // eax@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3232 Vec3_short_ *v30; // edx@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3233 int v31; // edx@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3234 signed int v32; // edi@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3235 signed __int64 v33; // qtt@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3236 Vec3_short_ *v34; // edx@27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3237 int v35; // edx@32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3238 int v37; // edi@38
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3239 int v38; // ebx@40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3240 int v39; // eax@41
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3241 BLVFace *v40; // esi@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3242 PolygonType v41; // dl@42
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3243 int v42; // edx@43
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3244 int v43[50]; // [sp+Ch] [bp-108h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3245 int v44; // [sp+D4h] [bp-40h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3246 int v45; // [sp+D8h] [bp-3Ch]@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3247 int v46; // [sp+DCh] [bp-38h]@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3248 int v47; // [sp+E0h] [bp-34h]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3249 int v48; // [sp+E4h] [bp-30h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3250 Vec3_short_ *v49; // [sp+E8h] [bp-2Ch]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3251 bool v50; // [sp+ECh] [bp-28h]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3252 int v51; // [sp+F0h] [bp-24h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3253 unsigned int v52; // [sp+F4h] [bp-20h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3254 int v53; // [sp+F8h] [bp-1Ch]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3255 int v54; // [sp+FCh] [bp-18h]@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3256 int v55; // [sp+100h] [bp-14h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3257 int v56; // [sp+104h] [bp-10h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3258 int v57; // [sp+108h] [bp-Ch]@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3259 Vec3_short_ *v58; // [sp+10Ch] [bp-8h]@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3260 int v59; // [sp+110h] [bp-4h]@16
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3261
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3262 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3263 v7 = __OFSUB__(this->uNumSectors, 1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3264 v5 = this->uNumSectors == 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3265 v6 = this->uNumSectors - 1 < 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3266 v55 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3267 v43[0] = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3268 v56 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3269 if ( (unsigned __int8)(v6 ^ v7) | v5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3270 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3271 v52 = 116;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3272 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3273 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3274 v8 = &this->pSectors[v52 / 0x74];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3275 if ( v8->pBounding.x1 <= sX )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3276 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3277 if ( v8->pBounding.x2 >= sX )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3278 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3279 if ( v8->pBounding.y1 <= sY )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3280 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3281 if ( v8->pBounding.y2 >= sY )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3282 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3283 if ( v8->pBounding.z1 - 64 <= sZ )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3284 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3285 if ( v8->pBounding.z2 + 64 >= sZ )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3286 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3287 v9 = v8->field_4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3288 v10 = v9 + v8->uNumPortals;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3289 v11 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3290 v44 = v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3291 v51 = v10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3292 v48 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3293 if ( v10 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3294 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3295 v12 = -2 * v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3296 v53 = -2 * v9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3297 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3298 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3299 if ( v11 < v44 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3300 v13 = this->pSectors[v52 / 0x74].pFloors[v11];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3301 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3302 v13 = *(unsigned __int16 *)((char *)this->pSectors[v52 / 0x74].pPortals + v12);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3303 v14 = (signed __int16)v13;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3304 v15 = this->pFaces;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3305 v46 = v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3306 v14 *= 96;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3307 v45 = v14;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3308 v16 = (BLVFace *)((char *)v15 + v14);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3309 v17 = v16->uPolygonType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3310 if ( v17 == 3 || v17 == 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3311 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3312 pVertexIDs = v16->pVertexIDs;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3313 v19 = this->pVertices;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3314 v20 = v19[*pVertexIDs].y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3315 v54 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3316 v57 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3317 v5 = v16->uNumVertices == 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3318 v59 = v20 >= sY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3319 if ( !v5 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3320 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3321 v21 = pVertexIDs + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3322 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3323 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3324 if ( v54 >= 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3325 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3326 v49 = &v19[*v21];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3327 v22 = v49->y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3328 v47 = v49->y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3329 v50 = v22 >= sY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3330 if ( v59 ^ v50 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3331 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3332 v58 = &v19[*(v21 - 1)];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3333 v23 = v58->x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3334 HIWORD(v24) = HIWORD(v49);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3335 LOWORD(v24) = v49->x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3336 v49 = v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3337 v59 = (signed __int16)v24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3338 v25 = (signed __int16)v24 >= sX ? 0 : 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3339 v26 = v25 | v23 < sX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3340 if ( v26 != 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3341 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3342 if ( !v26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3343 || (v58->x >= (signed __int16)v49 ? (v32 = v23 - v59,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3344 v58 = (Vec3_short_ *)(v58->y - v47),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3345 LODWORD(v33) = v32 << 16,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3346 HIDWORD(v33) = v32 >> 16,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3347 v59 = v33 / (signed int)v58,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3348 v34 = this->pVertices,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3349 v58 = (Vec3_short_ *)(v33 / (signed int)v58),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3350 v59 = sY - v34[*v21].y,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3351 v59 = (unsigned __int64)((signed int)v58
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3352 * (signed __int64)v59) >> 16,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3353 v31 = *v21) : (v27 = v58->y,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3354 v59 -= v23,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3355 v58 = (Vec3_short_ *)(v47 - v27),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3356 LODWORD(v28) = v59 << 16,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3357 HIDWORD(v28) = v59 >> 16,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3358 v59 = v28 / (v47 - v27),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3359 v29 = (Vec3_short_ *)(v28 / (v47 - v27)),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3360 v30 = this->pVertices,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3361 v58 = v29,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3362 v59 = sY - v30[*(v21 - 1)].y,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3363 v59 = (unsigned __int64)((signed int)v29 * (signed __int64)v59) >> 16,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3364 v31 = *(v21 - 1)),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3365 v19 = this->pVertices,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3366 v59 + v19[v31].x > sX) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3367 ++v54;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3368 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3369 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3370 ++v57;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3371 v59 = v50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3372 ++v21;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3373 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3374 while ( v57 < *(&this->pFaces->uNumVertices + v45) );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3375 if ( v54 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3376 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3377 v35 = v55++;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3378 v43[v35] = v46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3379 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3380 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3381 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3382 v11 = v48 + 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3383 v12 = v53 + 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3384 v7 = __OFSUB__(v48 + 1, v51);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3385 v6 = v48++ + 1 - v51 < 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3386 v53 += 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3387 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3388 while ( v6 ^ v7 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3389 v4 = v43[0];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3390 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3391 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3392 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3393 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3394 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3395 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3396 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3397 ++v56;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3398 v52 += 116;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3399 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3400 while ( v56 < this->uNumSectors );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3401 if ( v55 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3402 return this->pFaces[v4].uSectorID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3403 v37 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3404 if ( !v55 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3405 return 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3406 v38 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3407 v53 = 0xFFFFFFu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3408 if ( v55 > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3409 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3410 v39 = sY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3411 while ( 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3412 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3413 v40 = &this->pFaces[v43[v37]];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3414 v41 = v40->uPolygonType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3415 if ( v41 == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3416 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3417 if ( v41 == 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3418 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3419 v51 = v40->zCalc1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3420 v57 = (unsigned __int64)(v51 * (signed __int64)(sX << 16)) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3421 v56 = sY << 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3422 v51 = v40->zCalc2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3423 v56 = (unsigned __int64)(v51 * (signed __int64)(sY << 16)) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3424 v42 = (v56 + v40->zCalc3 + v57 + 32768) >> 16;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3425 goto LABEL_46;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3426 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3427 LABEL_47:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3428 if ( v39 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3429 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3430 if ( v39 < v53 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3431 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3432 v38 = v40->uSectorID;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3433 v53 = v39;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3434 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3435 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3436 ++v37;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3437 if ( v37 >= v55 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3438 return v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3439 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3440 v42 = this->pVertices[*v40->pVertexIDs].z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3441 LABEL_46:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3442 v39 = sZ - v42;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3443 goto LABEL_47;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3444 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3445 return v38;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3446 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3447 // 49AC17: using guessed type int var_108[50];
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3448
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3449
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3450 //----- (00498A41) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3451 char BLVFace::_get_normals(Vec3_int_ *a2, Vec3_int_ *a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3452 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3453 BLVFace *v3; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3454 int v4; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3455 signed __int64 v5; // qax@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3456 double v6; // st7@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3457 Vec3_float_ a1; // [sp+Ch] [bp-Ch]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3458
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3459 v3 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3460 LOBYTE(v4) = this->uPolygonType;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3461 if ( (char)v4 == POLYGON_VerticalWall )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3462 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3463 a2->x = -this->pFacePlane_old.vNormal.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3464 LODWORD(v5) = this->pFacePlane_old.vNormal.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3465 LABEL_9:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3466 a2->y = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3467 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3468 a2->z = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3469 a3->y = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3470 a3->z = 0xFFFF0000u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3471 LABEL_11:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3472 a3->x = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3473 goto LABEL_12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3474 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3475 if ( (char)v4 == POLYGON_Floor || (char)v4 == POLYGON_Ceiling )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3476 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3477 LABEL_10:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3478 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3479 a2->x = 0x10000u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3480 a2->z = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3481 a2->y = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3482 a3->y = 0xFFFF0000u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3483 a3->z = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3484 goto LABEL_11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3485 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3486 if ( (char)v4 == POLYGON_InBetweenFloorAndWall || (char)v4 == POLYGON_InBetweenCeilingAndWall )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3487 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3488 if ( abs(this->pFacePlane_old.vNormal.z) < 46441 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3489 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3490 a1.x = (double)-v3->pFacePlane_old.vNormal.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3491 a1.y = (double)v3->pFacePlane_old.vNormal.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3492 a1.z = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3493 a1.Normalize();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3494 v6 = a1.y * 65536.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3495 a2->x = (signed __int64)(a1.x * 65536.0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3496 v5 = (signed __int64)v6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3497 goto LABEL_9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3498 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3499 goto LABEL_10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3500 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3501 LABEL_12:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3502 if ( BYTE2(v3->uAttributes) & 0x80 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3503 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3504 a2->x = -a2->x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3505 a2->y = -a2->y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3506 a2->z = -a2->z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3507 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3508 if ( BYTE3(v3->uAttributes) & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3509 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3510 a3->x = -a3->x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3511 a3->y = -a3->y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3512 a3->z = -a3->z;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3513 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3514 return v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3515 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3516
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3517 //----- (0044C23B) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3518 int BLVFaceExtra::HasEventint()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3519 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3520 signed int v1; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3521 Event *v2; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3522 signed int result; // eax@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3523 signed int v4; // eax@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3524
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3525 v1 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3526 if ( (signed int)(uLevelEVT_NumEvents - 1) <= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3527 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3528 v2 = pLevelEVT_Events;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3529 while ( v2->uEventID != this->uEventID )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3530 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3531 ++v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3532 ++v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3533 if ( v1 >= (signed int)(uLevelEVT_NumEvents - 1) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3534 goto LABEL_5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3535 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3536 v4 = v1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3537 if ( pLevelEVT[pLevelEVT_Events[v4 + 1].uEventOffsetInEVT + 4] != 1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3538 || pLevelEVT[pLevelEVT_Events[v4].uEventOffsetInEVT + 4] != 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3539 LABEL_5:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3540 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3541 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3542 result = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3543 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3544 }