annotate Indoor.cpp @ 2205:db94443ea4e7

_44100D_should_alter_right_panel()
author Ritor1
date Wed, 05 Feb 2014 17:24:38 +0600
parents 23e7c7299ea8
children 15a327be07e2
rev   line source
1016
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 945
diff changeset
1 #include "LightmapBuilder.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 945
diff changeset
2 #include "DecalBuilder.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 945
diff changeset
3 #include "stru9.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 945
diff changeset
4 #include "stru10.h"
1078
b44dee7e70e8 added a structure for 0x50B700-0x50BBB8
zipi
parents: 1074
diff changeset
5 #include "stru367.h"
1016
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 945
diff changeset
6
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 945
diff changeset
7 #include "BSPModel.h"
0
Ritor1
parents:
diff changeset
8 #include "Outdoor.h"
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 486
diff changeset
9 #include "SpriteObject.h"
0
Ritor1
parents:
diff changeset
10 #include "Events.h"
Ritor1
parents:
diff changeset
11 #include "Game.h"
Ritor1
parents:
diff changeset
12 #include "Viewport.h"
2044
28cb79ae2f6f Time.h rename
Ritor1
parents: 2037
diff changeset
13 #include "Timer.h"
0
Ritor1
parents:
diff changeset
14 #include "Party.h"
2037
7a9477135943 Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents: 2027
diff changeset
15 #include "OurMath.h"
0
Ritor1
parents:
diff changeset
16 #include "LOD.h"
Ritor1
parents:
diff changeset
17 #include "DecorationList.h"
Ritor1
parents:
diff changeset
18 #include "ObjectList.h"
Ritor1
parents:
diff changeset
19 #include "Actor.h"
Ritor1
parents:
diff changeset
20 #include "Chest.h"
Ritor1
parents:
diff changeset
21 #include "GUIProgressBar.h"
Ritor1
parents:
diff changeset
22 #include "stru123.h"
Ritor1
parents:
diff changeset
23 #include "AudioPlayer.h"
Ritor1
parents:
diff changeset
24 #include "Log.h"
Ritor1
parents:
diff changeset
25 #include "TurnEngine.h"
Ritor1
parents:
diff changeset
26 #include "PaletteManager.h"
Ritor1
parents:
diff changeset
27 #include "MapInfo.h"
1262
0aeac0b9ca30 included header cleanup
Grumpy7
parents: 1254
diff changeset
28 #include "Lights.h"
0
Ritor1
parents:
diff changeset
29
Ritor1
parents:
diff changeset
30 #include "mm7_data.h"
831
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
31 #include "MM7.h"
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
32 #include "Sprites.h"
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
33 #include "Game.h"
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
34 #include "stru6.h"
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
35 #include "ParticleEngine.h"
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
36 #include "Outdoor_stuff.h"
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
37 #include "texts.h"
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
38 #include "GUIWindow.h"
1828
35c1e4ff6ba7 party_finds_gold to Party::PartyFindsGold, cleaned up, moved Level/Decoration.h reference out of Indoor.h
Grumpy7
parents: 1809
diff changeset
39 #include "Level/Decoration.h"
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
40 #include "Overlays.h"
0
Ritor1
parents:
diff changeset
41
Ritor1
parents:
diff changeset
42
Ritor1
parents:
diff changeset
43
Ritor1
parents:
diff changeset
44
Ritor1
parents:
diff changeset
45 IndoorLocation *pIndoor = new IndoorLocation;
Ritor1
parents:
diff changeset
46 BLVRenderParams *pBLVRenderParams = new BLVRenderParams;
Ritor1
parents:
diff changeset
47
Ritor1
parents:
diff changeset
48 struct DecorationList *pDecorationList;
Ritor1
parents:
diff changeset
49
1202
0dbf6c4dd029 arrays to std::arrays phase 1
Grumpy7
parents: 1187
diff changeset
50 std::array<LevelDecoration, 3000> pLevelDecorations;
0
Ritor1
parents:
diff changeset
51 size_t uNumLevelDecorations;
520
35f28d4c0ff9 GlobalEventInfo changed to LevelDecoration* activeLevelDecoration
Gloval
parents: 515
diff changeset
52 LevelDecoration* activeLevelDecoration;
0
Ritor1
parents:
diff changeset
53
Ritor1
parents:
diff changeset
54 LEVEL_TYPE uCurrentlyLoadedLevelType = LEVEL_null;
Ritor1
parents:
diff changeset
55
Ritor1
parents:
diff changeset
56 stru320 stru_F8AD28; // idb
Ritor1
parents:
diff changeset
57 stru337 stru_F81018;
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
58 BspRenderer_PortalViewportData stru_F8A590;
0
Ritor1
parents:
diff changeset
59 BspRenderer *pBspRenderer = new BspRenderer; // idb
1546
9a6567c6c76c stru141 & misc cleaning
Nomad
parents: 1545
diff changeset
60 stru141_actor_collision_object stru_721530;
1202
0dbf6c4dd029 arrays to std::arrays phase 1
Grumpy7
parents: 1187
diff changeset
61 std::array<stru352, 480> stru_F83B80;
0
Ritor1
parents:
diff changeset
62
Ritor1
parents:
diff changeset
63
Ritor1
parents:
diff changeset
64
Ritor1
parents:
diff changeset
65 unsigned __int16 pDoorSoundIDsByLocationID[78] =
Ritor1
parents:
diff changeset
66 {
Ritor1
parents:
diff changeset
67 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300,
Ritor1
parents:
diff changeset
68 300, 300, 300, 404, 302, 306, 308, 304, 308, 302, 400, 302, 300,
Ritor1
parents:
diff changeset
69 308, 308, 306, 308, 308, 304, 300, 404, 406, 300, 400, 406, 404,
Ritor1
parents:
diff changeset
70 306, 302, 408, 304, 300, 300, 300, 300, 300, 300, 300, 300, 300,
Ritor1
parents:
diff changeset
71 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 404, 304,
Ritor1
parents:
diff changeset
72 400, 300, 300, 404, 304, 400, 300, 300, 404, 304, 400, 300, 300
Ritor1
parents:
diff changeset
73 };
Ritor1
parents:
diff changeset
74
Ritor1
parents:
diff changeset
75
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1202
diff changeset
76 std::array<const char *, 11> _4E6BDC_loc_names=
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
77 {
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
78 "mdt12.blv",
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
79 "d18.blv",
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
80 "mdt14.blv",
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
81 "d37.blv",
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
82 "mdk01.blv",
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
83 "mdt01.blv",
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
84 "mdr01.blv",
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
85 "mdt10.blv",
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
86 "mdt09.blv",
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
87 "mdt15.blv",
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
88 "mdt11.blv"
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
89 };
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
90
0
Ritor1
parents:
diff changeset
91
Ritor1
parents:
diff changeset
92 //----- (0043F39E) --------------------------------------------------------
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
93 void __fastcall PrepareDrawLists_BLV()
0
Ritor1
parents:
diff changeset
94 {
Ritor1
parents:
diff changeset
95 //int *v1; // ecx@1
Ritor1
parents:
diff changeset
96 //double v2; // ST30_8@3
Ritor1
parents:
diff changeset
97 //double v3; // ST30_8@6
Ritor1
parents:
diff changeset
98 //double v4; // ST28_8@6
Ritor1
parents:
diff changeset
99 int v5; // eax@4
707
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
100 //int v6; // eax@7
0
Ritor1
parents:
diff changeset
101 unsigned int v7; // ebx@8
Ritor1
parents:
diff changeset
102 BLVSector *v8; // esi@8
707
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
103 //unsigned __int16 *v9; // edi@8
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
104 //int i; // [sp+18h] [bp-8h]@7
0
Ritor1
parents:
diff changeset
105 //unsigned __int8 v11; // [sp+1Ch] [bp-4h]@3
707
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
106 //signed int v12; // [sp+1Ch] [bp-4h]@8
0
Ritor1
parents:
diff changeset
107
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
108 pBLVRenderParams->Reset();
0
Ritor1
parents:
diff changeset
109 pMobileLightsStack->uNumLightsActive = 0;
Ritor1
parents:
diff changeset
110 //uNumMobileLightsApplied = 0;
Ritor1
parents:
diff changeset
111 uNumDecorationsDrawnThisFrame = 0;
Ritor1
parents:
diff changeset
112 uNumSpritesDrawnThisFrame = 0;
Ritor1
parents:
diff changeset
113 uNumBillboardsToDraw = 0;
707
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
114
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
115 if ( !byte_4D864C || !(pGame->uFlags & 0x1000) ) // lightspot around party
0
Ritor1
parents:
diff changeset
116 {
Ritor1
parents:
diff changeset
117 //v2 = pParty->flt_TorchlightColorB + 6.7553994e15;
Ritor1
parents:
diff changeset
118 //v11 = LOBYTE(v2);
Ritor1
parents:
diff changeset
119 v5 = 800;
Ritor1
parents:
diff changeset
120 if (pParty->TorchlightActive())
707
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
121 v5 *= pParty->pPartyBuffs[PARTY_BUFF_TORCHLIGHT].uPower;
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
122 //LOBYTE(v1) = _4E94D0_light_type;
0
Ritor1
parents:
diff changeset
123 //v4 = pParty->flt_TorchlightColorR + 6.7553994e15;
Ritor1
parents:
diff changeset
124 //v3 = pParty->flt_TorchlightColorG + 6.7553994e15;
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
125 pMobileLightsStack->AddLight(pGame->pIndoorCameraD3D->vPartyPos.x,
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
126 pGame->pIndoorCameraD3D->vPartyPos.y,
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
127 pGame->pIndoorCameraD3D->vPartyPos.z,
707
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
128 pBLVRenderParams->uPartySectorID,
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
129 v5,
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
130 floorf(pParty->flt_TorchlightColorR + 0.5f),
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
131 floorf(pParty->flt_TorchlightColorG + 0.5f),
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
132 floorf(pParty->flt_TorchlightColorB + 0.5f),
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
133 _4E94D0_light_type);
0
Ritor1
parents:
diff changeset
134 }
Ritor1
parents:
diff changeset
135 PrepareBspRenderList_BLV();
Ritor1
parents:
diff changeset
136 PrepareItemsRenderList_BLV();
Ritor1
parents:
diff changeset
137 PrepareActorRenderList_BLV();
707
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
138
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
139 //v6 = 0;
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
140 for (uint i = 0; i < pBspRenderer->uNumVisibleNotEmptySectors; ++i)
0
Ritor1
parents:
diff changeset
141 {
707
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
142 v7 = pBspRenderer->pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[i];
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
143 //v12 = 0;
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
144 v8 = &pIndoor->pSectors[pBspRenderer->pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[i]];
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
145 //v9 = v8->pDecorationIDs;
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
146
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
147 for (uint j = 0; j < v8->uNumDecorations; ++j)
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
148 //if ( v8->uNumDecorations > 0 )
0
Ritor1
parents:
diff changeset
149 {
707
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
150 // do
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
151 PrepareDecorationsRenderList_BLV(v8->pDecorationIDs[j], v7);
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
152 // while ( v12 < v8->uNumDecorations );
0
Ritor1
parents:
diff changeset
153 }
707
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
154 //v6 = i + 1;
0
Ritor1
parents:
diff changeset
155 }
657
7747161ea5b5 RenderBillboard member rename
Nomad
parents: 618
diff changeset
156 FindBillboardsLightLevels_BLV();
0
Ritor1
parents:
diff changeset
157 pGame->PrepareBloodsplats();
Ritor1
parents:
diff changeset
158 }
Ritor1
parents:
diff changeset
159
Ritor1
parents:
diff changeset
160
Ritor1
parents:
diff changeset
161
Ritor1
parents:
diff changeset
162 //----- (004407D9) --------------------------------------------------------
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
163 void BLVRenderParams::Reset()
0
Ritor1
parents:
diff changeset
164 {
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
165 //IndoorLocation_drawstru *v2; // ebx@1
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
166 //int v4; // ST08_4@1
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
167 //int v5; // ST04_4@1
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
168 //int v6; // ST00_4@1
0
Ritor1
parents:
diff changeset
169 int v7; // eax@1
Ritor1
parents:
diff changeset
170 int v8; // ST08_4@2
Ritor1
parents:
diff changeset
171 int v9; // ST04_4@2
Ritor1
parents:
diff changeset
172 int v10; // ST00_4@2
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
173 //unsigned int v11; // edi@4
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
174 //unsigned int v12; // ecx@4
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
175 //int v13; // edx@4
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
176 //signed int v14; // ecx@4
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
177 //unsigned int v15; // edx@4
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
178 //unsigned int v16; // eax@4
0
Ritor1
parents:
diff changeset
179 double v17; // st7@5
Ritor1
parents:
diff changeset
180 int v18; // eax@5
Ritor1
parents:
diff changeset
181 double v19; // st7@5
Ritor1
parents:
diff changeset
182 int v20; // eax@5
Ritor1
parents:
diff changeset
183 double v21; // st7@5
Ritor1
parents:
diff changeset
184 int v22; // eax@5
Ritor1
parents:
diff changeset
185 unsigned int v23; // edx@5
Ritor1
parents:
diff changeset
186 unsigned int v24; // ecx@5
Ritor1
parents:
diff changeset
187 int v25; // eax@5
Ritor1
parents:
diff changeset
188 int v26; // eax@5
Ritor1
parents:
diff changeset
189 signed int v27; // eax@6
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
190 //int result; // eax@6
0
Ritor1
parents:
diff changeset
191 int v29; // [sp+24h] [bp+8h]@5
Ritor1
parents:
diff changeset
192
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
193 this->field_0_timer_ = pEventTimer->uTotalGameTimeElapsed;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
194
1642
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
195 pGame->pIndoorCameraD3D->debug_flags = 0;
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
196 if (viewparams->draw_sw_outlines)
1642
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
197 pGame->pIndoorCameraD3D->debug_flags |= BLV_RENDER_DRAW_SW_OUTLINES;
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
198 if (viewparams->draw_d3d_outlines)
1642
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
199 pGame->pIndoorCameraD3D->debug_flags |= BLV_RENDER_DRAW_D3D_OUTLINES;
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
200
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
201 //v2 = a2;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
202 //this->field_0_timer_ = a2->field_0_timer;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
203 //this->uFlags = a2->uFlags;
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
204 //this->vPartyPos.x = a2->vPosition.x;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
205 //this->vPartyPos.y = a2->vPosition.y;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
206 //this->vPartyPos.z = a2->vPosition.z;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
207 //v4 = this->vPartyPos.z;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
208 //v5 = this->vPartyPos.y;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
209 //this->sPartyRotY = a2->sRotationY;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
210 //v6 = this->vPartyPos.x;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
211 //this->sPartyRotX = a2->sRotationX;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
212 v7 = pIndoor->GetSector(pGame->pIndoorCameraD3D->vPartyPos.x,
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
213 pGame->pIndoorCameraD3D->vPartyPos.y,
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
214 pGame->pIndoorCameraD3D->vPartyPos.z);
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
215 this->uPartySectorID = v7;
0
Ritor1
parents:
diff changeset
216 if ( !v7 )
Ritor1
parents:
diff changeset
217 {
1983
5cd26f2c6904 small fix
Ritor1
parents: 1980
diff changeset
218 //__debugbreak(); // shouldnt happen, please provide savegame
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
219 /*v8 = this->vPartyPos.z;
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
220 this->vPartyPos.x = pParty->vPosition.x;
0
Ritor1
parents:
diff changeset
221 v9 = pParty->vPosition.y;
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
222 v10 = this->vPartyPos.x;
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
223 this->vPartyPos.y = pParty->vPosition.y;*/
1983
5cd26f2c6904 small fix
Ritor1
parents: 1980
diff changeset
224 this->uPartySectorID = pIndoor->GetSector(pParty->vPosition.x, pParty->vPosition.y, pParty->vPosition.z);
0
Ritor1
parents:
diff changeset
225 }
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
226 //if ( pRenderer->pRenderD3D )
0
Ritor1
parents:
diff changeset
227 {
1642
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
228 //this->sCosineY = stru_5C6E00->Cos(pGame->pIndoorCameraD3D->sRotationY);
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
229 //this->sSineY = stru_5C6E00->Sin(pGame->pIndoorCameraD3D->sRotationY);
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
230 //this->sCosineNegX = stru_5C6E00->Cos(-pGame->pIndoorCameraD3D->sRotationX);
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
231 //this->sSineNegX = stru_5C6E00->Sin(-pGame->pIndoorCameraD3D->sRotationX);
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
232 //this->fCosineY = cos((3.141592653589793 + 3.141592653589793) * (double)pGame->pIndoorCameraD3D->sRotationY * 0.00048828125);
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
233 //this->fSineY = sin((3.141592653589793 + 3.141592653589793) * (double)pGame->pIndoorCameraD3D->sRotationY * 0.00048828125);
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
234 //this->fCosineNegX = cos((3.141592653589793 + 3.141592653589793) * (double)-pGame->pIndoorCameraD3D->sRotationX * 0.00048828125);
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
235 //this->fSineNegX = sin((3.141592653589793 + 3.141592653589793) * (double)-pGame->pIndoorCameraD3D->sRotationX * 0.00048828125);
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2144
diff changeset
236 this->field_64 = pViewport->field_of_view;
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
237
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
238 this->uViewportX = pViewport->uScreen_TL_X;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
239 this->uViewportY = pViewport->uScreen_TL_Y;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
240 this->uViewportZ = pViewport->uScreen_BR_X;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
241 this->uViewportW = pViewport->uScreen_BR_Y;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
242
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
243 this->uViewportWidth = uViewportZ - uViewportX + 1;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
244 this->uViewportHeight = uViewportW - uViewportY + 1;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
245 this->uViewportCenterX = (uViewportZ + uViewportX) / 2;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
246 this->uViewportCenterY = (uViewportY + uViewportW) / 2;
0
Ritor1
parents:
diff changeset
247 }
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
248 /*else
0
Ritor1
parents:
diff changeset
249 {
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
250 __debugbreak(); // no sw
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
251 this->sCosineY = stru_5C6E00->Cos(-this->sPartyRotY);
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
252 this->sSineY = stru_5C6E00->Sin(-this->sPartyRotY);
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
253 this->sCosineNegX = stru_5C6E00->Cos(-this->sPartyRotX);
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
254 this->sSineNegX = stru_5C6E00->Sin(-this->sPartyRotX);
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
255 v17 = cos((double)-this->sPartyRotY * 0.0030664064);
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
256 v18 = this->sPartyRotY;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
257 this->fCosineY = v17;
0
Ritor1
parents:
diff changeset
258 v19 = sin((double)-v18 * 0.0030664064);
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
259 v20 = this->sPartyRotX;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
260 this->fSineY = v19;
0
Ritor1
parents:
diff changeset
261 v21 = cos((double)-v20 * 0.0030664064);
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
262 v22 = this->sPartyRotX;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
263 this->fCosineNegX = v21;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
264 this->fSineNegX = sin((double)-v22 * 0.0030664064);
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
265 v23 = this->uViewportX;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
266 this->field_64 = a2->field_3C;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
267 v24 = this->uViewportZ;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
268 this->field_70 = this->uViewportZ - v23 + 1;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
269 v25 = this->uViewportW - this->uViewportY + 1;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
270 this->uViewportHeight = v25;
0
Ritor1
parents:
diff changeset
271 v29 = v25;
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
272 v26 = this->field_64;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
273 this->uViewportCenterX = (signed int)(v24 + v23) >> 1;
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
274 this->uViewportCenterY = this->uViewportW - ((unsigned __int64)(v26 * (signed __int64)v29) >> 16);
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
275 }*/
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
276 //v27 = (unsigned int)(signed __int64)((double)this->uViewportWidth * 0.5
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
277 // / tan((double)(v2->fov_deg >> 1) * 0.01745329)
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
278 // + 0.5) << 16;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
279 extern float _calc_fov(int viewport_width, int angle_degree);
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
280 this->fov_rad_fixpoint = fixpoint_from_int(_calc_fov(uViewportWidth, 65), 0);
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
281 this->fov_rad_inv_fixpoint = 0x100000000i64 / this->fov_rad_fixpoint;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
282 this->pRenderTarget = pRenderer->pTargetSurface;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
283 this->uTargetWidth = 640;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
284 this->uTargetHeight = 480;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
285 this->pTargetZBuffer = pRenderer->pActiveZBuffer;
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
286 this->field_8C = 0;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
287 this->field_84 = 0;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
288 this->uNumFacesRenderedThisFrame = 0;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
289 this->field_88 = 0;
0
Ritor1
parents:
diff changeset
290 pBLVRenderParams->field_90 = 64;
Ritor1
parents:
diff changeset
291 pBLVRenderParams->field_94 = 6;
Ritor1
parents:
diff changeset
292 }
Ritor1
parents:
diff changeset
293
Ritor1
parents:
diff changeset
294 //----- (00440B44) --------------------------------------------------------
Ritor1
parents:
diff changeset
295 void IndoorLocation::ExecDraw(bool bD3D)
Ritor1
parents:
diff changeset
296 {
Ritor1
parents:
diff changeset
297 int v2; // eax@3
795
472ca68386d4 more stru10 & stru9
Nomad
parents: 794
diff changeset
298 //IndoorCameraD3D_Vec4 *v3; // edx@4
472ca68386d4 more stru10 & stru9
Nomad
parents: 794
diff changeset
299 //unsigned int v5; // ecx@9
472ca68386d4 more stru10 & stru9
Nomad
parents: 794
diff changeset
300 //RenderVertexSoft *v6; // [sp-4h] [bp-8h]@4
0
Ritor1
parents:
diff changeset
301
Ritor1
parents:
diff changeset
302 if (bD3D)
Ritor1
parents:
diff changeset
303 {
Ritor1
parents:
diff changeset
304 pIndoor->GetSector(pParty->vPosition.x, pParty->vPosition.y, pParty->vPosition.z);
676
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
305 for (uint i = 0; i < pBspRenderer->num_faces; ++i)
0
Ritor1
parents:
diff changeset
306 {
1187
02e2a5c1ebc0 BspRernderer refactoring continued
Ritor1
parents: 1167
diff changeset
307 //v2 = pBspRenderer->faces[i].uNodeID;
02e2a5c1ebc0 BspRernderer refactoring continued
Ritor1
parents: 1167
diff changeset
308 if (pBspRenderer->nodes[pBspRenderer->faces[i].uNodeID].viewing_portal_id == -1)
795
472ca68386d4 more stru10 & stru9
Nomad
parents: 794
diff changeset
309 IndoorLocation::ExecDraw_d3d(pBspRenderer->faces[i].uFaceID, nullptr, 4, nullptr);
1187
02e2a5c1ebc0 BspRernderer refactoring continued
Ritor1
parents: 1167
diff changeset
310 else
02e2a5c1ebc0 BspRernderer refactoring continued
Ritor1
parents: 1167
diff changeset
311 IndoorLocation::ExecDraw_d3d(pBspRenderer->faces[i].uFaceID, pBspRenderer->nodes[pBspRenderer->faces[i].uNodeID].std__vector_0007AC, 4, pBspRenderer->nodes[pBspRenderer->faces[i].uNodeID].pPortalBounding);
0
Ritor1
parents:
diff changeset
312 }
Ritor1
parents:
diff changeset
313 }
795
472ca68386d4 more stru10 & stru9
Nomad
parents: 794
diff changeset
314 else for (uint j = 0; j < pBspRenderer->num_faces; ++j )
0
Ritor1
parents:
diff changeset
315 {
1391
cc9a3a24d61d Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents: 1390
diff changeset
316 __debugbreak(); // no SW
cc9a3a24d61d Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents: 1390
diff changeset
317 //pBLVRenderParams->field_7C = &pBspRenderer->nodes[pBspRenderer->faces[j].uNodeID].PortalScreenData;
cc9a3a24d61d Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents: 1390
diff changeset
318 //IndoorLocation::ExecDraw_sw(pBspRenderer->faces[j].uFaceID);
0
Ritor1
parents:
diff changeset
319 }
Ritor1
parents:
diff changeset
320 }
Ritor1
parents:
diff changeset
321
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
322
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
323 /*
0
Ritor1
parents:
diff changeset
324 //----- (00440BED) --------------------------------------------------------
Ritor1
parents:
diff changeset
325 void __fastcall sub_440BED(IndoorLocation_drawstru *_this)
Ritor1
parents:
diff changeset
326 {
Ritor1
parents:
diff changeset
327 unsigned __int16 *v1; // edi@7
1074
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
328 BspRenderer_stru0 *v2; // esi@8
0
Ritor1
parents:
diff changeset
329 int v3; // ecx@9
Ritor1
parents:
diff changeset
330 unsigned int v4; // edx@9
1074
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
331 short *v5; // eax@10
0
Ritor1
parents:
diff changeset
332 signed int v6; // [sp+8h] [bp-8h]@7
Ritor1
parents:
diff changeset
333 int v7; // [sp+Ch] [bp-4h]@8
1074
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
334 short *v8;
0
Ritor1
parents:
diff changeset
335
Ritor1
parents:
diff changeset
336 PrepareDrawLists_BLV(_this);
Ritor1
parents:
diff changeset
337 if (pBLVRenderParams->uPartySectorID)
Ritor1
parents:
diff changeset
338 IndoorLocation::ExecDraw(pRenderer->pRenderD3D != 0);
Ritor1
parents:
diff changeset
339 pRenderer->DrawBillboardList_BLV();
676
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
340
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
341 if ( !pRenderer->pRenderD3D )
0
Ritor1
parents:
diff changeset
342 {
486
Nomad
parents: 472
diff changeset
343 if (pBLVRenderParams->uFlags & INDOOR_CAMERA_DRAW_D3D_OUTLINES)
Nomad
parents: 472
diff changeset
344 pBspRenderer->DrawFaceOutlines();
Nomad
parents: 472
diff changeset
345 if (pBLVRenderParams->uFlags & INDOOR_CAMERA_DRAW_SW_OUTLINES)
0
Ritor1
parents:
diff changeset
346 {
Ritor1
parents:
diff changeset
347 v1 = pBLVRenderParams->pRenderTarget;
1074
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
348 v7 = 0;
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
349 for(int i=0; i < pBspRenderer->num_nodes; i++)
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
350 {
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
351 BspRenderer_stru0 *pNode = &pBspRenderer->nodes[i];
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
352 v4 = pRenderer->uTargetSurfacePitch * pNode->PortalScreenData._viewport_space_y;
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
353 if ( pNode->PortalScreenData._viewport_space_y <= pNode->PortalScreenData._viewport_space_w )
1074
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
354 {
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
355 //v5 = (char *)&pBspRenderer->nodes[0].field_C.array_3D8[pNode->field_C._viewport_space_y + v7];
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
356 v5 = &pNode->PortalScreenData.viewport_right_side[pNode->PortalScreenData._viewport_space_y];
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
357 v8 = &pNode->PortalScreenData.viewport_left_side[pNode->PortalScreenData._viewport_space_y];
1074
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
358 do
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
359 {
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
360 v1[v4 + *v8] = 255;
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
361 ++pNode->PortalScreenData._viewport_space_y;
1074
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
362 v1[v4 + *v5] = 255;
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
363 v4 += pRenderer->uTargetSurfacePitch;
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
364 ++v5;
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
365 ++v8;
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
366 }
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
367 while ( pNode->PortalScreenData._viewport_space_y <= pNode->PortalScreenData._viewport_space_w );
1074
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
368 }
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
369 }
0
Ritor1
parents:
diff changeset
370 }
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
371 }
0
Ritor1
parents:
diff changeset
372 }
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
373 */
0
Ritor1
parents:
diff changeset
374
Ritor1
parents:
diff changeset
375
Ritor1
parents:
diff changeset
376
Ritor1
parents:
diff changeset
377
Ritor1
parents:
diff changeset
378 //----- (00441BD4) --------------------------------------------------------
Ritor1
parents:
diff changeset
379 void IndoorLocation::Draw()
Ritor1
parents:
diff changeset
380 {
186
d65528fc3bda D3D constants, shore tiles, camera flags
Nomad
parents: 141
diff changeset
381 //int v0; // eax@1
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
382 //IndoorLocation_drawstru _this; // [sp+0h] [bp-4Ch]@5
0
Ritor1
parents:
diff changeset
383 int v2; // [sp+44h] [bp-8h]@5
Ritor1
parents:
diff changeset
384 int v3; // [sp+48h] [bp-4h]@5
Ritor1
parents:
diff changeset
385
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
386 /*_this.uFlags = 0;
186
d65528fc3bda D3D constants, shore tiles, camera flags
Nomad
parents: 141
diff changeset
387 if (viewparams->draw_sw_outlines)
1638
ccde94f02b75 class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents: 1583
diff changeset
388 _this.uFlags |= BLV_RENDER_DRAW_SW_OUTLINES;
186
d65528fc3bda D3D constants, shore tiles, camera flags
Nomad
parents: 141
diff changeset
389 if (viewparams->draw_d3d_outlines)
1638
ccde94f02b75 class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents: 1583
diff changeset
390 _this.uFlags |= BLV_RENDER_DRAW_D3D_OUTLINES;
ccde94f02b75 class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents: 1583
diff changeset
391
ccde94f02b75 class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents: 1583
diff changeset
392 _this.uFlags |= BLV_RENDER_DRAW_SW_OUTLINES;
ccde94f02b75 class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents: 1583
diff changeset
393 _this.uFlags |= BLV_RENDER_DRAW_D3D_OUTLINES;
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
394
0
Ritor1
parents:
diff changeset
395 _this.field_0_timer = pEventTimer->uTotalGameTimeElapsed;
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
396 //_this.fov_deg = 65;
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
397 //_this.vPosition.x = pParty->vPosition.x - fixpoint_mul(stru_5C6E00->Cos(pParty->sRotationY), pParty->y_rotation_granularity);
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
398 //_this.vPosition.y = pParty->vPosition.y - fixpoint_mul(stru_5C6E00->Sin(pParty->sRotationY), pParty->y_rotation_granularity);
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
399 //_this.vPosition.z = pParty->vPosition.z + pParty->sEyelevel;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
400 //_this.sRotationX = pParty->sRotationX;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
401 //_this.sRotationY = pParty->sRotationY;
0
Ritor1
parents:
diff changeset
402 _this.pRenderTarget = pRenderer->pTargetSurface;
692
066e2b29b30f viewport.cpp added
Gloval
parents: 686
diff changeset
403 _this.uViewportX = pViewport->uScreen_TL_X;
066e2b29b30f viewport.cpp added
Gloval
parents: 686
diff changeset
404 _this.uViewportY = pViewport->uScreen_TL_Y;
066e2b29b30f viewport.cpp added
Gloval
parents: 686
diff changeset
405 _this.uViewportZ = pViewport->uScreen_BR_X;
066e2b29b30f viewport.cpp added
Gloval
parents: 686
diff changeset
406 _this.uViewportW = pViewport->uScreen_BR_Y;
0
Ritor1
parents:
diff changeset
407 _this.field_3C = pViewport->field_30;
581
2d4204de7a8c ExecDraw_d3d
Ritor1
parents: 570
diff changeset
408
0
Ritor1
parents:
diff changeset
409 _this.uTargetWidth = 640;
Ritor1
parents:
diff changeset
410 _this.uTargetHeight = 480;
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
411 _this.pTargetZ = pRenderer->pActiveZBuffer;*/
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
412
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
413 //sub_440BED(&_this); -- inlined
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
414 //{
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
415 PrepareDrawLists_BLV();
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
416 if (pBLVRenderParams->uPartySectorID)
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
417 IndoorLocation::ExecDraw(true/*pRenderer->pRenderD3D != 0*/);
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
418 pRenderer->DrawBillboardList_BLV();
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
419 //}
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
420
569
f451efdb7c8b * Party buff icons drawing (right panel)
Nomad
parents: 564
diff changeset
421 pParty->uFlags &= ~2;
0
Ritor1
parents:
diff changeset
422 pGame->DrawParticles();
1410
38df78aba732 deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents: 1408
diff changeset
423 trail_particle_generator.UpdateParticles();
0
Ritor1
parents:
diff changeset
424 }
Ritor1
parents:
diff changeset
425
Ritor1
parents:
diff changeset
426 //----- (004C0EF2) --------------------------------------------------------
1025
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
427 void BLVFace::FromODM(ODMFace *face)
0
Ritor1
parents:
diff changeset
428 {
1025
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
429 this->pFacePlane_old.vNormal.x = face->pFacePlane.vNormal.x;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
430 this->pFacePlane_old.vNormal.y = face->pFacePlane.vNormal.y;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
431 this->pFacePlane_old.vNormal.z = face->pFacePlane.vNormal.z;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
432 this->pFacePlane_old.dist = face->pFacePlane.dist;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
433 this->pFacePlane.vNormal.x = (double)(face->pFacePlane.vNormal.x & 0xFFFF) * 0.000015259022
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
434 + (double)(face->pFacePlane.vNormal.x >> 16);
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
435 this->pFacePlane.vNormal.y = (double)(face->pFacePlane.vNormal.y & 0xFFFF) * 0.000015259022
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
436 + (double)(face->pFacePlane.vNormal.y >> 16);
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
437 this->pFacePlane.vNormal.z = (double)(face->pFacePlane.vNormal.z & 0xFFFF) * 0.000015259022
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
438 + (double)(face->pFacePlane.vNormal.z >> 16);
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
439 this->pFacePlane.dist = (double)(face->pFacePlane.dist & 0xFFFF) * 0.000015259022 + (double)(face->pFacePlane.dist >> 16);
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
440 this->uAttributes = face->uAttributes;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
441 this->pBounding.x1 = face->pBoundingBox.x1;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
442 this->pBounding.y1 = face->pBoundingBox.y1;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
443 this->pBounding.z1 = face->pBoundingBox.z1;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
444 this->pBounding.x2 = face->pBoundingBox.x2;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
445 this->pBounding.y2 = face->pBoundingBox.y2;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
446 this->pBounding.z2 = face->pBoundingBox.z2;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
447 this->zCalc1 = face->zCalc1;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
448 this->zCalc2 = face->zCalc2;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
449 this->zCalc3 = face->zCalc3;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
450 this->pXInterceptDisplacements = face->pXInterceptDisplacements;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
451 this->pYInterceptDisplacements = face->pYInterceptDisplacements;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
452 this->pZInterceptDisplacements = face->pZInterceptDisplacements;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
453 this->uPolygonType = (PolygonType)face->uPolygonType;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
454 this->uNumVertices = face->uNumVertices;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
455 this->uBitmapID = face->uTextureID;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
456 this->pVertexIDs = face->pVertexIDs;
0
Ritor1
parents:
diff changeset
457 }
Ritor1
parents:
diff changeset
458
Ritor1
parents:
diff changeset
459 //----- (004B0A25) --------------------------------------------------------
794
Nomad
parents: 793
diff changeset
460 void IndoorLocation::ExecDraw_d3d(unsigned int uFaceID, IndoorCameraD3D_Vec4 *pVertices, unsigned int uNumVertices, RenderVertexSoft *pPortalBounding)
0
Ritor1
parents:
diff changeset
461 {
Ritor1
parents:
diff changeset
462 //unsigned int v4; // esi@1
Ritor1
parents:
diff changeset
463 char *v5; // eax@4
Ritor1
parents:
diff changeset
464 signed int v6; // ecx@4
Ritor1
parents:
diff changeset
465 char *v7; // eax@8
Ritor1
parents:
diff changeset
466 signed int v8; // ecx@8
Ritor1
parents:
diff changeset
467 //BLVFace *v9; // esi@13
Ritor1
parents:
diff changeset
468 //IndoorCameraD3D *v10; // edi@16
Ritor1
parents:
diff changeset
469 //int v11; // ebx@17
Ritor1
parents:
diff changeset
470 //Vec3_short_ *v12; // ecx@18
Ritor1
parents:
diff changeset
471 //char *v13; // edx@18
Ritor1
parents:
diff changeset
472 //int v14; // eax@19
Ritor1
parents:
diff changeset
473 //unsigned __int8 v15; // sf@19
Ritor1
parents:
diff changeset
474 //unsigned __int8 v16; // of@19
Ritor1
parents:
diff changeset
475 int v17; // ebx@25
Ritor1
parents:
diff changeset
476 //double v18; // st7@27
Ritor1
parents:
diff changeset
477 //double v19; // st6@27
Ritor1
parents:
diff changeset
478 //double v20; // st5@27
Ritor1
parents:
diff changeset
479 //char v21; // dl@27
Ritor1
parents:
diff changeset
480 //unsigned int v22; // eax@44
Ritor1
parents:
diff changeset
481 unsigned int v23; // eax@35
Ritor1
parents:
diff changeset
482 //DWORD v24; // eax@37
Ritor1
parents:
diff changeset
483 //int v25; // eax@38
Ritor1
parents:
diff changeset
484 //char *v26; // edi@38
Ritor1
parents:
diff changeset
485 IDirect3DTexture2 *v27; // eax@42
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
486 //Texture *v28; // [sp+Ch] [bp-1Ch]@15
0
Ritor1
parents:
diff changeset
487 //int i; // [sp+10h] [bp-18h]@38
Ritor1
parents:
diff changeset
488 //LightmapBuilder *pStru4; // [sp+14h] [bp-14h]@16
Ritor1
parents:
diff changeset
489 //IndoorCameraD3D *v31; // [sp+18h] [bp-10h]@16
Ritor1
parents:
diff changeset
490 //IndoorCameraD3D_Vec4 *a7; // [sp+1Ch] [bp-Ch]@1
Ritor1
parents:
diff changeset
491 //unsigned int uFaceID_; // [sp+20h] [bp-8h]@1
Ritor1
parents:
diff changeset
492 unsigned int uNumVerticesa; // [sp+24h] [bp-4h]@17
Ritor1
parents:
diff changeset
493 int a4a; // [sp+34h] [bp+Ch]@25
Ritor1
parents:
diff changeset
494 //unsigned int a4b; // [sp+34h] [bp+Ch]@38
Ritor1
parents:
diff changeset
495
Ritor1
parents:
diff changeset
496 if (uFaceID >= pIndoor->uNumFaces)
Ritor1
parents:
diff changeset
497 return;
Ritor1
parents:
diff changeset
498
Ritor1
parents:
diff changeset
499 static RenderVertexSoft static_vertices_F7C228[64];
Ritor1
parents:
diff changeset
500 static RenderVertexSoft static_vertices_F7B628[64];
Ritor1
parents:
diff changeset
501 static stru154 stru_F7B60C; // idb
Ritor1
parents:
diff changeset
502
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
503 BLVFace* pFace = &pIndoor->pFaces[uFaceID];
0
Ritor1
parents:
diff changeset
504 if (pFace->uNumVertices < 3)
Ritor1
parents:
diff changeset
505 return;
Ritor1
parents:
diff changeset
506
Ritor1
parents:
diff changeset
507
Ritor1
parents:
diff changeset
508 if (pFace->Invisible())
Ritor1
parents:
diff changeset
509 return;
Ritor1
parents:
diff changeset
510
Ritor1
parents:
diff changeset
511 ++pBLVRenderParams->uNumFacesRenderedThisFrame;
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
512 pFace->uAttributes |= 0x80;
0
Ritor1
parents:
diff changeset
513
Ritor1
parents:
diff changeset
514 if (!pFace->GetTexture())
Ritor1
parents:
diff changeset
515 return;
Ritor1
parents:
diff changeset
516
Ritor1
parents:
diff changeset
517 if (!pGame->pIndoorCameraD3D->IsCulled(pFace))
Ritor1
parents:
diff changeset
518 {
Ritor1
parents:
diff changeset
519 uNumVerticesa = pFace->uNumVertices;
Ritor1
parents:
diff changeset
520 for (uint i = 0; i < pFace->uNumVertices; ++i)
Ritor1
parents:
diff changeset
521 {
Ritor1
parents:
diff changeset
522 static_vertices_F7C228[i].vWorldPosition.x = pIndoor->pVertices[pFace->pVertexIDs[i]].x;
Ritor1
parents:
diff changeset
523 static_vertices_F7C228[i].vWorldPosition.y = pIndoor->pVertices[pFace->pVertexIDs[i]].y;
Ritor1
parents:
diff changeset
524 static_vertices_F7C228[i].vWorldPosition.z = pIndoor->pVertices[pFace->pVertexIDs[i]].z;
Ritor1
parents:
diff changeset
525 static_vertices_F7C228[i].u = (signed short)pFace->pVertexUIDs[i];
Ritor1
parents:
diff changeset
526 static_vertices_F7C228[i].v = (signed short)pFace->pVertexVIDs[i];
Ritor1
parents:
diff changeset
527 }
Ritor1
parents:
diff changeset
528
Ritor1
parents:
diff changeset
529 if (!pVertices ||
1187
02e2a5c1ebc0 BspRernderer refactoring continued
Ritor1
parents: 1167
diff changeset
530 (pGame->pStru9Instance->_498377(pPortalBounding, 4, pVertices, static_vertices_F7C228, &uNumVerticesa), uNumVerticesa) )
0
Ritor1
parents:
diff changeset
531 {
795
472ca68386d4 more stru10 & stru9
Nomad
parents: 794
diff changeset
532 if (pGame->pIndoorCameraD3D->CalcPortalShape(static_vertices_F7C228, &uNumVerticesa,
581
2d4204de7a8c ExecDraw_d3d
Ritor1
parents: 570
diff changeset
533 static_vertices_F7B628, pGame->pIndoorCameraD3D->std__vector_000034_prolly_frustrum, 4, false, 0) != 1 || uNumVerticesa )
0
Ritor1
parents:
diff changeset
534 {
Ritor1
parents:
diff changeset
535 a4a = SHIWORD(stru_F8AD28.uCurrentAmbientLightLevel);
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
536 v17 = (248 - 8 * SHIWORD(stru_F8AD28.uCurrentAmbientLightLevel)) | (((248 - 8 * SHIWORD(stru_F8AD28.uCurrentAmbientLightLevel))
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
537 | ((248 - 8 * SHIWORD(stru_F8AD28.uCurrentAmbientLightLevel)) << 8)) << 8);
0
Ritor1
parents:
diff changeset
538 sub_4B0E07(uFaceID);
Ritor1
parents:
diff changeset
539 pGame->pLightmapBuilder->ApplyLights_IndoorFace(uFaceID);
Ritor1
parents:
diff changeset
540 pDecalBuilder->ApplyBloodsplatDecals_IndoorFace(uFaceID);
1207
96a81634669e arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents: 1206
diff changeset
541 pGame->pIndoorCameraD3D->ViewTransfrom_OffsetUV(static_vertices_F7B628, uNumVerticesa, array_507D30, &stru_F8AD28);
96a81634669e arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents: 1206
diff changeset
542 pGame->pIndoorCameraD3D->Project(array_507D30, uNumVerticesa, 0);
0
Ritor1
parents:
diff changeset
543 pGame->pLightmapBuilder->std__vector_000004_size = 0;
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
544 if (stru_F8AD28.uNumLightsApplied > 0 || pDecalBuilder->uNumDecals > 0)
0
Ritor1
parents:
diff changeset
545 {
Ritor1
parents:
diff changeset
546 stru_F7B60C.face_plane.vNormal.x = pFace->pFacePlane.vNormal.x;
Ritor1
parents:
diff changeset
547 stru_F7B60C.polygonType = pFace->uPolygonType;
Ritor1
parents:
diff changeset
548 stru_F7B60C.face_plane.vNormal.y = pFace->pFacePlane.vNormal.y;
Ritor1
parents:
diff changeset
549 stru_F7B60C.face_plane.vNormal.z = pFace->pFacePlane.vNormal.z;
Ritor1
parents:
diff changeset
550 stru_F7B60C.face_plane.dist = pFace->pFacePlane.dist;
Ritor1
parents:
diff changeset
551 }
Ritor1
parents:
diff changeset
552
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
553 if (stru_F8AD28.uNumLightsApplied > 0 && !pFace->Indoor_sky())
1207
96a81634669e arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents: 1206
diff changeset
554 pGame->pLightmapBuilder->ApplyLights(&stru_F8AD28, &stru_F7B60C, uNumVerticesa, array_507D30, pVertices, 0);
0
Ritor1
parents:
diff changeset
555
Ritor1
parents:
diff changeset
556 if (pDecalBuilder->uNumDecals > 0)
1207
96a81634669e arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents: 1206
diff changeset
557 pDecalBuilder->ApplyDecals(a4a, 1, &stru_F7B60C, uNumVerticesa, array_507D30, pVertices, 0, pFace->uSectorID);
0
Ritor1
parents:
diff changeset
558
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
559 if (pFace->Fluid())
0
Ritor1
parents:
diff changeset
560 {
831
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
561 if (pFace->uBitmapID == pRenderer->hd_water_tile_id)
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
562 v27 = pBitmaps_LOD->pHardwareTextures[pRenderer->pHDWaterBitmapIDs[pRenderer->hd_water_current_frame]];
805
Ritor1
parents: 794
diff changeset
563 else
831
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
564 {
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
565 //auto v24 = GetTickCount() / 4;
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
566 //auto v25 = v24 - stru_5C6E00->uIntegerHalfPi;
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
567 uint eightSeconds = GetTickCount() % 8000;
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
568 float angle = (eightSeconds / 8000.0f) * 2 * 3.1415f;
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
569
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
570 //animte lava back and forth
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
571 for (uint i = 0; i < uNumVerticesa; ++i)
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
572 //array_507D30[i].v += (double)(pBitmaps_LOD->pTextures[pFace->uBitmapID].uHeightMinus1 & (unsigned int)(stru_5C6E00->SinCos(v25) >> 8));
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
573 array_507D30[i].v += pBitmaps_LOD->pTextures[pFace->uBitmapID].uHeightMinus1 * cosf(angle);
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
574 v27 = pBitmaps_LOD->pHardwareTextures[pFace->uBitmapID];
831
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
575 }
0
Ritor1
parents:
diff changeset
576 }
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
577 else if (pFace->uAttributes & FACE_TEXTURE_FRAME)
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
578 v27 = pBitmaps_LOD->pHardwareTextures[pTextureFrameTable->GetFrameTexture(pFace->uBitmapID, pBLVRenderParams->field_0_timer_)];
831
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
579 else
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
580 {
1394
8ea496564034 Some LightmapBuilder renames.
Nomad
parents: 1391
diff changeset
581 v17 = 0xFF808080;
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
582 v27 = pBitmaps_LOD->pHardwareTextures[pFace->uBitmapID];
831
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
583 }
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
584
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
585 if (pFace->Indoor_sky())
1923
f92e0bab7c78 rename DrawIndoorPolygonSky
Ritor1
parents: 1922
diff changeset
586 pRenderer->DrawIndoorSky(uNumVerticesa, uFaceID);
805
Ritor1
parents: 794
diff changeset
587 else
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
588 pRenderer->DrawIndoorPolygon(uNumVerticesa, pFace, v27, pFace->GetTexture(), PID(OBJECT_BModel, uFaceID), v17, 0);
831
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
589 return;
0
Ritor1
parents:
diff changeset
590 }
Ritor1
parents:
diff changeset
591 }
Ritor1
parents:
diff changeset
592 }
Ritor1
parents:
diff changeset
593 }
Ritor1
parents:
diff changeset
594
Ritor1
parents:
diff changeset
595 //----- (004B0E07) --------------------------------------------------------
Ritor1
parents:
diff changeset
596 unsigned int __fastcall sub_4B0E07(unsigned int uFaceID)
Ritor1
parents:
diff changeset
597 {
Ritor1
parents:
diff changeset
598 unsigned int result; // eax@1
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
599
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
600 stru_F8AD28.pDeltaUV[0] = pIndoor->pFaceExtras[pIndoor->pFaces[uFaceID].uFaceExtraID].sTextureDeltaU;
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
601 stru_F8AD28.pDeltaUV[1] = pIndoor->pFaceExtras[pIndoor->pFaces[uFaceID].uFaceExtraID].sTextureDeltaV;
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
602 result = GetTickCount() >> 3;
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
603 if ( pIndoor->pFaces[uFaceID].uAttributes & 4 )
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
604 stru_F8AD28.pDeltaUV[1] -= result & pBitmaps_LOD->GetTexture(pIndoor->pFaces[uFaceID].uBitmapID)->uHeightMinus1;
0
Ritor1
parents:
diff changeset
605 else
Ritor1
parents:
diff changeset
606 {
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
607 if ( pIndoor->pFaces[uFaceID].uAttributes & 0x20 )
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
608 stru_F8AD28.pDeltaUV[1] += result & pBitmaps_LOD->GetTexture(pIndoor->pFaces[uFaceID].uBitmapID)->uHeightMinus1;
0
Ritor1
parents:
diff changeset
609 }
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
610 if ( pIndoor->pFaces[uFaceID].uAttributes & 0x800 )
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
611 stru_F8AD28.pDeltaUV[0] -= result & pBitmaps_LOD->GetTexture(pIndoor->pFaces[uFaceID].uBitmapID)->uWidthMinus1;
0
Ritor1
parents:
diff changeset
612 else
Ritor1
parents:
diff changeset
613 {
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
614 if ( pIndoor->pFaces[uFaceID].uAttributes & FACE_DONT_CACHE_TEXTURE )
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
615 stru_F8AD28.pDeltaUV[0] += result & pBitmaps_LOD->GetTexture(pIndoor->pFaces[uFaceID].uBitmapID)->uWidthMinus1;
0
Ritor1
parents:
diff changeset
616 }
Ritor1
parents:
diff changeset
617 return result;
Ritor1
parents:
diff changeset
618 }
Ritor1
parents:
diff changeset
619
Ritor1
parents:
diff changeset
620 //----- (004B0EA8) --------------------------------------------------------
676
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
621 void BspRenderer::AddFaceToRenderList_d3d(unsigned int node_id, unsigned int uFaceID)
0
Ritor1
parents:
diff changeset
622 {
Ritor1
parents:
diff changeset
623 //unsigned int v3; // edx@1
Ritor1
parents:
diff changeset
624 //stru170 *v4; // ebx@1
Ritor1
parents:
diff changeset
625 //BLVFace *v5; // eax@1
Ritor1
parents:
diff changeset
626 //int v6; // ecx@2
1319
Ritor1
parents: 1309
diff changeset
627 unsigned __int16 pTransitionSector; // ax@11
0
Ritor1
parents:
diff changeset
628 Vec3_short_ *v8; // esi@15
Ritor1
parents:
diff changeset
629 int v9; // edx@15
676
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
630 //signed int v10; // eax@18
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
631 //signed int v11; // edi@19
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
632 //signed int v12; // ecx@19
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
633 //signed int v13; // esi@19
0
Ritor1
parents:
diff changeset
634 signed int v14; // edx@20
Ritor1
parents:
diff changeset
635 int v15; // edx@24
Ritor1
parents:
diff changeset
636 //int v16; // esi@29
Ritor1
parents:
diff changeset
637 //BLVFace *v17; // edi@34
1319
Ritor1
parents: 1309
diff changeset
638 //unsigned __int16 v18; // ax@34
0
Ritor1
parents:
diff changeset
639 char *v19; // eax@38
Ritor1
parents:
diff changeset
640 signed int v20; // ecx@38
Ritor1
parents:
diff changeset
641 char *v21; // eax@42
Ritor1
parents:
diff changeset
642 signed int v22; // ecx@42
Ritor1
parents:
diff changeset
643 //signed int v23; // edx@45
Ritor1
parents:
diff changeset
644 //char *v24; // ecx@46
Ritor1
parents:
diff changeset
645 //int v25; // eax@47
Ritor1
parents:
diff changeset
646 //Vec3_short_ *v26; // eax@47
Ritor1
parents:
diff changeset
647 //double v27; // st7@47
Ritor1
parents:
diff changeset
648 //signed int v28; // ST28_4@47
Ritor1
parents:
diff changeset
649 char v29; // al@48
795
472ca68386d4 more stru10 & stru9
Nomad
parents: 794
diff changeset
650 //signed int v30; // eax@51
676
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
651 //int v31; // eax@52
0
Ritor1
parents:
diff changeset
652 //unsigned int v32; // eax@55
Ritor1
parents:
diff changeset
653 //__int16 v33; // cx@56
676
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
654 //signed int v34; // [sp+Ch] [bp-14h]@18
0
Ritor1
parents:
diff changeset
655 //int a0; // [sp+14h] [bp-Ch]@2
Ritor1
parents:
diff changeset
656 //IndoorCameraD3D *a0a; // [sp+14h] [bp-Ch]@36
676
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
657 //signed int v37; // [sp+18h] [bp-8h]@19
0
Ritor1
parents:
diff changeset
658 //stru10 *v38; // [sp+18h] [bp-8h]@36
Ritor1
parents:
diff changeset
659 //BLVFace *v39; // [sp+1Ch] [bp-4h]@1
Ritor1
parents:
diff changeset
660
Ritor1
parents:
diff changeset
661 //v3 = uFaceID;
Ritor1
parents:
diff changeset
662 //v4 = this;
Ritor1
parents:
diff changeset
663 //v5 = &pIndoor->pFaces[uFaceID];
795
472ca68386d4 more stru10 & stru9
Nomad
parents: 794
diff changeset
664 nodes[num_nodes].viewing_portal_id = -1;
0
Ritor1
parents:
diff changeset
665 //v39 = &pIndoor->pFaces[uFaceID];
Ritor1
parents:
diff changeset
666
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
667 BLVFace* pFace = &pIndoor->pFaces[uFaceID];
1309
995d2f8ad71b small fix
Ritor1
parents: 1308
diff changeset
668
676
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
669 if (!pFace->Portal())
0
Ritor1
parents:
diff changeset
670 {
676
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
671 if (num_faces < 1000)
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
672 {
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
673 faces[num_faces].uFaceID = uFaceID;
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
674 faces[num_faces++].uNodeID = node_id;
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
675 }
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
676 return;
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
677 }
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
678
1319
Ritor1
parents: 1309
diff changeset
679 if (nodes[node_id].uFaceID == uFaceID)
Ritor1
parents: 1309
diff changeset
680 return;
Ritor1
parents: 1309
diff changeset
681 if (!node_id &&
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
682 pGame->pIndoorCameraD3D->vPartyPos.x >= pFace->pBounding.x1 - 16 && // we are probably standing at the portal plane
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
683 pGame->pIndoorCameraD3D->vPartyPos.x <= pFace->pBounding.x2 + 16 &&
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
684 pGame->pIndoorCameraD3D->vPartyPos.y >= pFace->pBounding.y1 - 16 &&
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
685 pGame->pIndoorCameraD3D->vPartyPos.y <= pFace->pBounding.y2 + 16 &&
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
686 pGame->pIndoorCameraD3D->vPartyPos.z >= pFace->pBounding.z1 - 16 &&
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
687 pGame->pIndoorCameraD3D->vPartyPos.z <= pFace->pBounding.z2 + 16 )
1319
Ritor1
parents: 1309
diff changeset
688 {
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
689 if ( abs(pFace->pFacePlane_old.dist + pGame->pIndoorCameraD3D->vPartyPos.x * pFace->pFacePlane_old.vNormal.x
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
690 + pGame->pIndoorCameraD3D->vPartyPos.y * pFace->pFacePlane_old.vNormal.y
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
691 + pGame->pIndoorCameraD3D->vPartyPos.z * pFace->pFacePlane_old.vNormal.z) <= 589824 ) // we sure are standing at the portal plane
0
Ritor1
parents:
diff changeset
692 {
1319
Ritor1
parents: 1309
diff changeset
693 pTransitionSector = pFace->uSectorID;
Ritor1
parents: 1309
diff changeset
694 if ( nodes[0].uSectorID == pTransitionSector ) // draw back sector
Ritor1
parents: 1309
diff changeset
695 pTransitionSector = pFace->uBackSectorID;
Ritor1
parents: 1309
diff changeset
696 nodes[num_nodes].uSectorID = pTransitionSector;
Ritor1
parents: 1309
diff changeset
697 nodes[num_nodes].uFaceID = uFaceID;
Ritor1
parents: 1309
diff changeset
698 nodes[num_nodes].uViewportX = pBLVRenderParams->uViewportX;
Ritor1
parents: 1309
diff changeset
699 nodes[num_nodes].uViewportZ = pBLVRenderParams->uViewportZ;
Ritor1
parents: 1309
diff changeset
700 nodes[num_nodes].uViewportY = pBLVRenderParams->uViewportY;
Ritor1
parents: 1309
diff changeset
701 nodes[num_nodes].uViewportW = pBLVRenderParams->uViewportW;
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
702 nodes[num_nodes].PortalScreenData.GetViewportData(pBLVRenderParams->uViewportX, pBLVRenderParams->uViewportY,
1319
Ritor1
parents: 1309
diff changeset
703 pBLVRenderParams->uViewportZ, pBLVRenderParams->uViewportW);
Ritor1
parents: 1309
diff changeset
704 AddBspNodeToRenderList(++num_nodes - 1);
Ritor1
parents: 1309
diff changeset
705 return;
0
Ritor1
parents:
diff changeset
706 }
1319
Ritor1
parents: 1309
diff changeset
707 }
Ritor1
parents: 1309
diff changeset
708
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
709 v9 = pFace->pFacePlane_old.vNormal.x * (pIndoor->pVertices[pFace->pVertexIDs[0]].x - pGame->pIndoorCameraD3D->vPartyPos.x)
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
710 + pFace->pFacePlane_old.vNormal.y * (pIndoor->pVertices[pFace->pVertexIDs[0]].y - pGame->pIndoorCameraD3D->vPartyPos.y)
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
711 + pFace->pFacePlane_old.vNormal.z * (pIndoor->pVertices[pFace->pVertexIDs[0]].z - pGame->pIndoorCameraD3D->vPartyPos.z);
1319
Ritor1
parents: 1309
diff changeset
712 if (nodes[node_id].uSectorID != pFace->uSectorID)
Ritor1
parents: 1309
diff changeset
713 v9 = -v9;
Ritor1
parents: 1309
diff changeset
714 if (v9 >= 0)
Ritor1
parents: 1309
diff changeset
715 return;
Ritor1
parents: 1309
diff changeset
716
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
717 int num_vertices = GetPortalScreenCoord(uFaceID);
1319
Ritor1
parents: 1309
diff changeset
718 if (num_vertices < 2)
Ritor1
parents: 1309
diff changeset
719 return;
Ritor1
parents: 1309
diff changeset
720
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
721 int face_min_screenspace_x = PortalFace._screen_space_x[0],
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
722 face_max_screenspace_x = PortalFace._screen_space_x[0];
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
723 int face_min_screenspace_y = PortalFace._screen_space_y[0],
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
724 face_max_screenspace_y = PortalFace._screen_space_y[0];
1319
Ritor1
parents: 1309
diff changeset
725 for (uint i = 1; i < num_vertices; ++i)
Ritor1
parents: 1309
diff changeset
726 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
727 if (face_min_screenspace_x > PortalFace._screen_space_x[i])
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
728 face_min_screenspace_x = PortalFace._screen_space_x[i];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
729 if (face_max_screenspace_x < PortalFace._screen_space_x[i])
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
730 face_max_screenspace_x = PortalFace._screen_space_x[i];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
731
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
732 if (face_min_screenspace_y > PortalFace._screen_space_y[i])
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
733 face_min_screenspace_y = PortalFace._screen_space_y[i];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
734 if (face_max_screenspace_y < PortalFace._screen_space_y[i])
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
735 face_max_screenspace_y = PortalFace._screen_space_y[i];
1319
Ritor1
parents: 1309
diff changeset
736 }
1132
e7871ca07661 temporary indoor solution
zipi
parents: 1113
diff changeset
737 //_screen_space_x = 719, 568, 493
e7871ca07661 temporary indoor solution
zipi
parents: 1113
diff changeset
738 //savegame: qw , 0Bh and 0x1D4h
e7871ca07661 temporary indoor solution
zipi
parents: 1113
diff changeset
739 //problem here when standing near/on portal, condition is false because of face_min_screenspace_x > p->uViewportZ
1319
Ritor1
parents: 1309
diff changeset
740 if (face_max_screenspace_x >= nodes[node_id].uViewportX &&
Ritor1
parents: 1309
diff changeset
741 face_min_screenspace_x <= nodes[node_id].uViewportZ &&
Ritor1
parents: 1309
diff changeset
742 face_max_screenspace_y >= nodes[node_id].uViewportY &&
Ritor1
parents: 1309
diff changeset
743 face_min_screenspace_y <= nodes[node_id].uViewportW &&
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
744 PortalFrustrum(num_vertices, &nodes[num_nodes].PortalScreenData, &nodes[node_id].PortalScreenData, uFaceID))
1319
Ritor1
parents: 1309
diff changeset
745 {
Ritor1
parents: 1309
diff changeset
746 pTransitionSector = pFace->uSectorID;
Ritor1
parents: 1309
diff changeset
747 if (nodes[node_id].uSectorID == pTransitionSector )
Ritor1
parents: 1309
diff changeset
748 pTransitionSector = pFace->uBackSectorID;
Ritor1
parents: 1309
diff changeset
749 nodes[num_nodes].uSectorID = pTransitionSector;
Ritor1
parents: 1309
diff changeset
750 nodes[num_nodes].uFaceID = uFaceID;
Ritor1
parents: 1309
diff changeset
751 nodes[num_nodes].uViewportX = pBLVRenderParams->uViewportX;
Ritor1
parents: 1309
diff changeset
752 nodes[num_nodes].uViewportZ = pBLVRenderParams->uViewportZ;
Ritor1
parents: 1309
diff changeset
753 nodes[num_nodes].uViewportY = pBLVRenderParams->uViewportY;
Ritor1
parents: 1309
diff changeset
754 nodes[num_nodes].uViewportW = pBLVRenderParams->uViewportW;
Ritor1
parents: 1309
diff changeset
755 v29 = false;
Ritor1
parents: 1309
diff changeset
756 if (nodes[node_id].viewing_portal_id == -1)//первый портал на который я смотрю
Ritor1
parents: 1309
diff changeset
757 v29 = pGame->pStru10Instance->CalcPortalShape(pFace, nodes[num_nodes].std__vector_0007AC, nodes[num_nodes].pPortalBounding);
Ritor1
parents: 1309
diff changeset
758 else//следующие порталы в портале
Ritor1
parents: 1309
diff changeset
759 {
Ritor1
parents: 1309
diff changeset
760 static RenderVertexSoft static_subAddFaceToRenderList_d3d_stru_F7AA08[64];
Ritor1
parents: 1309
diff changeset
761 static RenderVertexSoft static_subAddFaceToRenderList_d3d_stru_F79E08[64];
Ritor1
parents: 1309
diff changeset
762
Ritor1
parents: 1309
diff changeset
763 for (uint k = 0; k < pFace->uNumVertices; ++k)
Ritor1
parents: 1309
diff changeset
764 {
Ritor1
parents: 1309
diff changeset
765 static_subAddFaceToRenderList_d3d_stru_F7AA08[k].vWorldPosition.x = pIndoor->pVertices[pFace->pVertexIDs[k]].x;
Ritor1
parents: 1309
diff changeset
766 static_subAddFaceToRenderList_d3d_stru_F7AA08[k].vWorldPosition.y = pIndoor->pVertices[pFace->pVertexIDs[k]].y;
Ritor1
parents: 1309
diff changeset
767 static_subAddFaceToRenderList_d3d_stru_F7AA08[k].vWorldPosition.z = pIndoor->pVertices[pFace->pVertexIDs[k]].z;
Ritor1
parents: 1309
diff changeset
768 }
Ritor1
parents: 1309
diff changeset
769
Ritor1
parents: 1309
diff changeset
770 unsigned int pNewNumVertices = pFace->uNumVertices;
Ritor1
parents: 1309
diff changeset
771 pGame->pIndoorCameraD3D->CalcPortalShape(static_subAddFaceToRenderList_d3d_stru_F7AA08, &pNewNumVertices,
Ritor1
parents: 1309
diff changeset
772 static_subAddFaceToRenderList_d3d_stru_F79E08, nodes[node_id].std__vector_0007AC, 4, 0, 0);
Ritor1
parents: 1309
diff changeset
773
Ritor1
parents: 1309
diff changeset
774 v29 = pGame->pStru10Instance->_49C5DA(pFace, static_subAddFaceToRenderList_d3d_stru_F79E08, &pNewNumVertices,
Ritor1
parents: 1309
diff changeset
775 nodes[num_nodes].std__vector_0007AC, nodes[num_nodes].pPortalBounding);
Ritor1
parents: 1309
diff changeset
776 }
Ritor1
parents: 1309
diff changeset
777 if ( 1 )
Ritor1
parents: 1309
diff changeset
778 {
Ritor1
parents: 1309
diff changeset
779 assert(num_nodes < 150);
Ritor1
parents: 1309
diff changeset
780
Ritor1
parents: 1309
diff changeset
781 nodes[num_nodes].viewing_portal_id = uFaceID;
Ritor1
parents: 1309
diff changeset
782 AddBspNodeToRenderList(++num_nodes - 1);
Ritor1
parents: 1309
diff changeset
783 }
1642
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
784 if (pGame->pIndoorCameraD3D->debug_flags & BLV_RENDER_DRAW_SW_OUTLINES)
1319
Ritor1
parents: 1309
diff changeset
785 pGame->pIndoorCameraD3D->PrepareAndDrawDebugOutline(pFace, 0x1E1EFF);
Ritor1
parents: 1309
diff changeset
786 //pGame->pIndoorCameraD3D->DebugDrawPortal(pFace);
Ritor1
parents: 1309
diff changeset
787 }
0
Ritor1
parents:
diff changeset
788 }
Ritor1
parents:
diff changeset
789
Ritor1
parents:
diff changeset
790 //----- (004AE5BA) --------------------------------------------------------
Ritor1
parents:
diff changeset
791 Texture *BLVFace::GetTexture()
Ritor1
parents:
diff changeset
792 {
Ritor1
parents:
diff changeset
793 unsigned int v1; // ecx@2
Ritor1
parents:
diff changeset
794
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
795 if ( uAttributes & FACE_TEXTURE_FRAME )
0
Ritor1
parents:
diff changeset
796 v1 = pTextureFrameTable->GetFrameTexture(this->uBitmapID, pBLVRenderParams->field_0_timer_);
Ritor1
parents:
diff changeset
797 else
Ritor1
parents:
diff changeset
798 v1 = uBitmapID;
945
0d96349d8c87 Restoring inlined methods
Nomad
parents: 872
diff changeset
799 return pBitmaps_LOD->GetTexture(v1);
0
Ritor1
parents:
diff changeset
800 }
Ritor1
parents:
diff changeset
801
Ritor1
parents:
diff changeset
802
Ritor1
parents:
diff changeset
803 //----- (00498B15) --------------------------------------------------------
Ritor1
parents:
diff changeset
804 void IndoorLocation::Release()
Ritor1
parents:
diff changeset
805 {
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
806 //IndoorLocation *v1; // esi@1
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
807 //char *v2; // ebp@1
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
808 //void *v3; // ST00_4@1
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
809
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
810 //v1 = this;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
811 //v2 = (char *)&this->ptr_0002B4_doors_ddata;
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
812 free(this->ptr_0002B4_doors_ddata);
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
813 this->ptr_0002B4_doors_ddata = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
814 free(this->ptr_0002B0_sector_rdata);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
815 this->ptr_0002B0_sector_rdata = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
816 free(this->ptr_0002B8_sector_lrdata);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
817 this->ptr_0002B8_sector_lrdata = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
818 free(this->pLFaces);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
819 this->pLFaces = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
820 free(this->pSpawnPoints);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
821 //v3 = this->pVertices;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
822 this->pSpawnPoints = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
823 this->uNumSectors = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
824 this->uNumFaces = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
825 this->uNumVertices = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
826 this->uNumNodes = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
827 this->uNumDoors = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
828 this->uNumLights = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
829 free(this->pVertices);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
830 free(this->pFaces);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
831 free(this->pFaceExtras);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
832 free(this->pSectors);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
833 free(this->pLights);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
834 free(this->pDoors);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
835 free(this->pNodes);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
836 free(this->pMapOutlines);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
837 this->pVertices = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
838 this->pFaces = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
839 this->pFaceExtras = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
840 this->pSectors = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
841 this->pLights = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
842 this->pDoors = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
843 this->pNodes = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
844 this->pMapOutlines = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
845 this->bLoaded = 0;
0
Ritor1
parents:
diff changeset
846 }
Ritor1
parents:
diff changeset
847
Ritor1
parents:
diff changeset
848 //----- (00498C45) --------------------------------------------------------
711
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
849 bool IndoorLocation::Alloc()
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
850 {
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
851 pVertices = (Vec3_short_ *) malloc(15000 * sizeof(Vec3_short_));//0x15F90u
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
852 pFaces = (BLVFace *) malloc(10000 * sizeof(BLVFace));//0xEA600u
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
853 pFaceExtras = (BLVFaceExtra *) malloc(5000 * sizeof(BLVFaceExtra)); //0x2BF20u
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
854 pSectors = (BLVSector *) malloc(512 * sizeof(BLVSector));//0xE800u
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
855 pLights = (BLVLightMM7 *) malloc(400 * sizeof(BLVLightMM7));//0x1900u
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
856 pDoors = (BLVDoor *) malloc(200 * sizeof(BLVDoor));//0x3E80u
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
857 pNodes = (BSPNode *) malloc(5000 * sizeof(BSPNode));//0x9C40u
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
858 pMapOutlines =(BLVMapOutlines *)malloc(sizeof(BLVMapOutlines));//0x14824u
711
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
859 if (pVertices && pFaces && pFaceExtras && pSectors && pLights && pDoors && pNodes && pMapOutlines )
0
Ritor1
parents:
diff changeset
860 {
711
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
861 memset(pVertices, 0, 15000*sizeof(Vec3_short_));
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
862 memset(pFaces, 0, 10000*sizeof(BLVFace));
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
863 memset(pFaceExtras,0, 5000*sizeof(BLVFaceExtra));
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
864 memset(pSectors, 0, 512*sizeof(BLVSector));
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
865 memset(pLights, 0, 400*sizeof(BLVLightMM7));
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
866 memset(pDoors, 0, 200*sizeof(BLVDoor));
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
867 memset(pNodes, 0, 5000*sizeof(BSPNode));
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
868 memset(pMapOutlines,0, sizeof(BLVMapOutlines));
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
869 return true;
0
Ritor1
parents:
diff changeset
870 }
Ritor1
parents:
diff changeset
871 else
Ritor1
parents:
diff changeset
872 {
711
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
873 return false;
0
Ritor1
parents:
diff changeset
874 }
Ritor1
parents:
diff changeset
875 }
Ritor1
parents:
diff changeset
876
Ritor1
parents:
diff changeset
877 //----- (00444810) --------------------------------------------------------
Ritor1
parents:
diff changeset
878 unsigned int IndoorLocation::GetLocationIndex(const char *Str1)
Ritor1
parents:
diff changeset
879 {
Ritor1
parents:
diff changeset
880 const char *v1; // edi@1
Ritor1
parents:
diff changeset
881 signed int v2; // esi@1
Ritor1
parents:
diff changeset
882
434
137c59c3dbc4 Temple of Moon and Dragon Lair can now be entered.
Nomad
parents: 428
diff changeset
883 for (uint i = 0; i < 11; ++i)
1165
29a8defbad9e temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents: 1132
diff changeset
884 if (!_stricmp(Str1, _4E6BDC_loc_names[i]))
434
137c59c3dbc4 Temple of Moon and Dragon Lair can now be entered.
Nomad
parents: 428
diff changeset
885 return i + 1;
137c59c3dbc4 Temple of Moon and Dragon Lair can now be entered.
Nomad
parents: 428
diff changeset
886 return 0;
0
Ritor1
parents:
diff changeset
887 }
Ritor1
parents:
diff changeset
888
Ritor1
parents:
diff changeset
889 //----- (004488F7) --------------------------------------------------------
711
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
890 void IndoorLocation::ToggleLight(signed int sLightID, unsigned int bToggle)
0
Ritor1
parents:
diff changeset
891 {
711
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
892 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor && (sLightID <= pIndoor->uNumLights - 1) && (sLightID >= 0) )
0
Ritor1
parents:
diff changeset
893 {
Ritor1
parents:
diff changeset
894 if ( bToggle )
1063
bcebd491e8fa some cleaning
zipi
parents: 1060
diff changeset
895 pIndoor->pLights[sLightID].uAtributes &= 0xFFFFFFF7u;
0
Ritor1
parents:
diff changeset
896 else
1063
bcebd491e8fa some cleaning
zipi
parents: 1060
diff changeset
897 pIndoor->pLights[sLightID].uAtributes |= 8u;
0
Ritor1
parents:
diff changeset
898 pParty->uFlags |= 2u;
Ritor1
parents:
diff changeset
899 }
Ritor1
parents:
diff changeset
900 }
Ritor1
parents:
diff changeset
901
Ritor1
parents:
diff changeset
902 //----- (00498E0A) --------------------------------------------------------
Ritor1
parents:
diff changeset
903 bool IndoorLocation::Load(char *pFilename, int a3, size_t _i, char *pDest)
Ritor1
parents:
diff changeset
904 {
Ritor1
parents:
diff changeset
905 /*unsigned int v5; // ebx@1
Ritor1
parents:
diff changeset
906 //IndoorLocation *v6; // esi@1
Ritor1
parents:
diff changeset
907 FILE *v7; // edi@3
Ritor1
parents:
diff changeset
908 bool result; // eax@3
Ritor1
parents:
diff changeset
909 char *v9; // ecx@4
Ritor1
parents:
diff changeset
910 void *v10; // eax@4
Ritor1
parents:
diff changeset
911 //unsigned __int8 v11; // zf@4
Ritor1
parents:
diff changeset
912 //unsigned __int8 v12; // sf@4
Ritor1
parents:
diff changeset
913 int v13; // eax@5
Ritor1
parents:
diff changeset
914 size_t v14; // ecx@6
Ritor1
parents:
diff changeset
915 char *v15; // ecx@6
Ritor1
parents:
diff changeset
916 int v16; // edx@6
Ritor1
parents:
diff changeset
917 size_t v17; // ecx@6
Ritor1
parents:
diff changeset
918 char *v18; // ecx@6
Ritor1
parents:
diff changeset
919 int v19; // edx@6
Ritor1
parents:
diff changeset
920 unsigned __int16 *v20; // edx@6
Ritor1
parents:
diff changeset
921 unsigned __int16 *v21; // edx@6
Ritor1
parents:
diff changeset
922 unsigned __int16 *v22; // edx@6
Ritor1
parents:
diff changeset
923 __int16 v23; // ax@10
Ritor1
parents:
diff changeset
924 char *v24; // ecx@10
Ritor1
parents:
diff changeset
925 __int16 v25; // cx@10
Ritor1
parents:
diff changeset
926 __int16 v26; // ax@11
Ritor1
parents:
diff changeset
927 char *v27; // ecx@11
Ritor1
parents:
diff changeset
928 unsigned __int16 v28; // ax@17
Ritor1
parents:
diff changeset
929 BLVFaceExtra *v29; // ecx@17
Ritor1
parents:
diff changeset
930 char *v30; // edx@17
Ritor1
parents:
diff changeset
931 int v31; // ecx@20
Ritor1
parents:
diff changeset
932 void *v32; // eax@25
Ritor1
parents:
diff changeset
933 int v33; // eax@26
Ritor1
parents:
diff changeset
934 unsigned __int16 *v34; // edx@27
Ritor1
parents:
diff changeset
935 size_t v35; // ecx@27
Ritor1
parents:
diff changeset
936 char *v36; // ecx@27
Ritor1
parents:
diff changeset
937 int v37; // edx@27
Ritor1
parents:
diff changeset
938 size_t v38; // ecx@27
Ritor1
parents:
diff changeset
939 char *v39; // ecx@27
Ritor1
parents:
diff changeset
940 int v40; // edx@27
Ritor1
parents:
diff changeset
941 unsigned __int16 *v41; // edx@27
Ritor1
parents:
diff changeset
942 unsigned __int16 *v42; // edx@27
Ritor1
parents:
diff changeset
943 unsigned __int16 *v43; // edx@27
Ritor1
parents:
diff changeset
944 unsigned __int16 *v44; // edx@27
Ritor1
parents:
diff changeset
945 size_t v45; // ecx@27
Ritor1
parents:
diff changeset
946 unsigned __int16 *v46; // edx@27
Ritor1
parents:
diff changeset
947 void *v47; // eax@28
Ritor1
parents:
diff changeset
948 BLVSector *v48; // eax@29
Ritor1
parents:
diff changeset
949 size_t v49; // ecx@29
Ritor1
parents:
diff changeset
950 unsigned __int16 *v50; // edx@31
Ritor1
parents:
diff changeset
951 void *v51; // eax@32
Ritor1
parents:
diff changeset
952 int v52; // eax@33
Ritor1
parents:
diff changeset
953 unsigned __int16 *v53; // edx@34
Ritor1
parents:
diff changeset
954 size_t v54; // ecx@34
Ritor1
parents:
diff changeset
955 char *v55; // ecx@34
Ritor1
parents:
diff changeset
956 int v56; // edx@34
Ritor1
parents:
diff changeset
957 size_t v57; // ecx@34
Ritor1
parents:
diff changeset
958 char *v58; // ecx@34
Ritor1
parents:
diff changeset
959 int v59; // edx@34
Ritor1
parents:
diff changeset
960 unsigned __int16 *v60; // edx@34
Ritor1
parents:
diff changeset
961 unsigned __int16 *v61; // edx@34
Ritor1
parents:
diff changeset
962 unsigned __int16 *v62; // edx@34
Ritor1
parents:
diff changeset
963 unsigned __int16 *v63; // edx@34
Ritor1
parents:
diff changeset
964 int v64; // ecx@34
Ritor1
parents:
diff changeset
965 BLVDoor *v65; // ecx@36
Ritor1
parents:
diff changeset
966 char *v66; // eax@37
Ritor1
parents:
diff changeset
967 int v67; // edx@38
Ritor1
parents:
diff changeset
968 int v68; // ecx@38
Ritor1
parents:
diff changeset
969 BLVFace *v69; // edx@38
Ritor1
parents:
diff changeset
970 int v70; // ecx@38
Ritor1
parents:
diff changeset
971 int v71; // edx@38
Ritor1
parents:
diff changeset
972 int v72; // eax@38
Ritor1
parents:
diff changeset
973 unsigned __int16 v73; // ax@42
Ritor1
parents:
diff changeset
974 char *v74; // ecx@42
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 486
diff changeset
975 SpriteObject *v75; // ecx@44
0
Ritor1
parents:
diff changeset
976 size_t v76; // eax@45
Ritor1
parents:
diff changeset
977 int j; // edx@46
Ritor1
parents:
diff changeset
978 unsigned __int16 v78; // ax@50
Ritor1
parents:
diff changeset
979 void *v79; // eax@52
Ritor1
parents:
diff changeset
980 void **v80; // esi@52
Ritor1
parents:
diff changeset
981 unsigned int v145; // eax@103
Ritor1
parents:
diff changeset
982 void *v146; // eax@103
Ritor1
parents:
diff changeset
983 unsigned int v147; // ecx@103
Ritor1
parents:
diff changeset
984 int v148; // ebx@103
Ritor1
parents:
diff changeset
985 unsigned int *v149; // ecx@103*/
Ritor1
parents:
diff changeset
986 //size_t v150; // eax@103
Ritor1
parents:
diff changeset
987 //unsigned int v151; // ebx@109
Ritor1
parents:
diff changeset
988 //unsigned int v152; // ecx@116
Ritor1
parents:
diff changeset
989 //unsigned int v153; // eax@117
Ritor1
parents:
diff changeset
990 //size_t v154; // ebx@126
Ritor1
parents:
diff changeset
991 //unsigned int v155; // ebx@134
Ritor1
parents:
diff changeset
992 //size_t v156; // eax@140
Ritor1
parents:
diff changeset
993 //signed int v157; // ebx@142
Ritor1
parents:
diff changeset
994 //int v158; // ebx@148
Ritor1
parents:
diff changeset
995 //BLVFace *v159; // eax@149
Ritor1
parents:
diff changeset
996 // BLVFaceExtra *v160; // ecx@149
Ritor1
parents:
diff changeset
997 //BLVFaceExtra *v161; // ecx@149
Ritor1
parents:
diff changeset
998 //signed int v162; // ebx@154
Ritor1
parents:
diff changeset
999 //unsigned int v163; // ebx@157
Ritor1
parents:
diff changeset
1000 //unsigned int v164; // ebx@157
Ritor1
parents:
diff changeset
1001 //unsigned int v165; // edx@158
Ritor1
parents:
diff changeset
1002 //char *v166; // ecx@158
Ritor1
parents:
diff changeset
1003 //unsigned __int16 v167; // ax@161
Ritor1
parents:
diff changeset
1004 //__int16 v168; // ax@165
Ritor1
parents:
diff changeset
1005 //unsigned int v169; // ebx@168
Ritor1
parents:
diff changeset
1006 //void *v170; // eax@168
Ritor1
parents:
diff changeset
1007 //size_t v171; // ebx@168
Ritor1
parents:
diff changeset
1008 //int v172; // edx@168
Ritor1
parents:
diff changeset
1009 //BLVDoor *v173; // ecx@169
Ritor1
parents:
diff changeset
1010 //int k; // eax@169
Ritor1
parents:
diff changeset
1011 //BLVDoor *v175; // ecx@172
Ritor1
parents:
diff changeset
1012 //int v176; // edx@172
Ritor1
parents:
diff changeset
1013 //BLVDoor *v177; // ecx@172
Ritor1
parents:
diff changeset
1014 //int v178; // edx@172
Ritor1
parents:
diff changeset
1015 //BLVDoor *v179; // ecx@172
Ritor1
parents:
diff changeset
1016 //int v180; // edx@172
Ritor1
parents:
diff changeset
1017 //BLVDoor *v181; // ecx@172
Ritor1
parents:
diff changeset
1018 //int v182; // edx@172
Ritor1
parents:
diff changeset
1019 //BLVDoor *v183; // ecx@172
Ritor1
parents:
diff changeset
1020 //int v184; // edx@172
Ritor1
parents:
diff changeset
1021 //BLVDoor *v185; // ecx@172
Ritor1
parents:
diff changeset
1022 //int v186; // edx@172
Ritor1
parents:
diff changeset
1023 //BLVDoor *v187; // ecx@172
Ritor1
parents:
diff changeset
1024 //int v188; // edx@172
Ritor1
parents:
diff changeset
1025 //unsigned __int16 *v189; // ebx@172
Ritor1
parents:
diff changeset
1026 //char *v190; // edx@173
Ritor1
parents:
diff changeset
1027 //BLVDoor *v191; // ecx@174
Ritor1
parents:
diff changeset
1028 //BLVDoor *l; // eax@175
Ritor1
parents:
diff changeset
1029 //signed int v193; // ebx@176
Ritor1
parents:
diff changeset
1030 //int v194; // ecx@176
Ritor1
parents:
diff changeset
1031 //BLVFaceExtra *v195; // ecx@176
Ritor1
parents:
diff changeset
1032 //BLVFace *v196; // ebx@178
Ritor1
parents:
diff changeset
1033 //std::string v197; // [sp-18h] [bp-680h]@66
Ritor1
parents:
diff changeset
1034 //void *v198; // [sp-14h] [bp-67Ch]@72
Ritor1
parents:
diff changeset
1035 //size_t v199; // [sp-10h] [bp-678h]@72
Ritor1
parents:
diff changeset
1036 //size_t v200; // [sp-Ch] [bp-674h]@72
Ritor1
parents:
diff changeset
1037 //const char *v201; // [sp-8h] [bp-670h]@4
Ritor1
parents:
diff changeset
1038 //int v202; // [sp-4h] [bp-66Ch]@4
Ritor1
parents:
diff changeset
1039 char v203[875]; // [sp+Ch] [bp-65Ch]@130
Ritor1
parents:
diff changeset
1040 char FileName[260]; // [sp+378h] [bp-2F0h]@1
Ritor1
parents:
diff changeset
1041 //char DstBuf; // [sp+47Ch] [bp-1ECh]@4
Ritor1
parents:
diff changeset
1042 __int32 Offset; // [sp+480h] [bp-1E8h]@4
Ritor1
parents:
diff changeset
1043 __int32 v207; // [sp+48Ch] [bp-1DCh]@4
Ritor1
parents:
diff changeset
1044 __int32 v208; // [sp+498h] [bp-1D0h]@4
Ritor1
parents:
diff changeset
1045 __int32 v209; // [sp+4A4h] [bp-1C4h]@4
Ritor1
parents:
diff changeset
1046 __int32 v210; // [sp+4B0h] [bp-1B8h]@4
Ritor1
parents:
diff changeset
1047 __int32 v211; // [sp+4BCh] [bp-1ACh]@15
Ritor1
parents:
diff changeset
1048 __int32 v212; // [sp+4C8h] [bp-1A0h]@15
Ritor1
parents:
diff changeset
1049 __int32 v213; // [sp+4D4h] [bp-194h]@25
Ritor1
parents:
diff changeset
1050 __int32 v214; // [sp+4E0h] [bp-188h]@25
Ritor1
parents:
diff changeset
1051 __int32 v215; // [sp+4ECh] [bp-17Ch]@32
Ritor1
parents:
diff changeset
1052 __int32 v216; // [sp+4F8h] [bp-170h]@32
Ritor1
parents:
diff changeset
1053 __int32 v217; // [sp+504h] [bp-164h]@40
Ritor1
parents:
diff changeset
1054 __int32 v218; // [sp+510h] [bp-158h]@40
Ritor1
parents:
diff changeset
1055 __int32 v219; // [sp+51Ch] [bp-14Ch]@43
Ritor1
parents:
diff changeset
1056 __int32 v220; // [sp+528h] [bp-140h]@43
Ritor1
parents:
diff changeset
1057 __int32 v221; // [sp+534h] [bp-134h]@52
Ritor1
parents:
diff changeset
1058 __int32 v222; // [sp+540h] [bp-128h]@52
Ritor1
parents:
diff changeset
1059 __int32 v223; // [sp+54Ch] [bp-11Ch]@52
Ritor1
parents:
diff changeset
1060 __int32 v224; // [sp+558h] [bp-110h]@52
Ritor1
parents:
diff changeset
1061 __int32 v225; // [sp+564h] [bp-104h]@52
Ritor1
parents:
diff changeset
1062 __int32 v226; // [sp+570h] [bp-F8h]@52
Ritor1
parents:
diff changeset
1063 __int32 v227; // [sp+57Ch] [bp-ECh]@52
Ritor1
parents:
diff changeset
1064 __int32 v228; // [sp+588h] [bp-E0h]@52
Ritor1
parents:
diff changeset
1065 __int32 v229; // [sp+594h] [bp-D4h]@52
Ritor1
parents:
diff changeset
1066 __int32 v230; // [sp+5A0h] [bp-C8h]@52
Ritor1
parents:
diff changeset
1067 __int32 v231; // [sp+5ACh] [bp-BCh]@52
Ritor1
parents:
diff changeset
1068 __int32 v232; // [sp+5B8h] [bp-B0h]@52
Ritor1
parents:
diff changeset
1069 __int32 v233; // [sp+5C4h] [bp-A4h]@52
Ritor1
parents:
diff changeset
1070 __int32 v234; // [sp+5D0h] [bp-98h]@52
Ritor1
parents:
diff changeset
1071 //char pName[40]; // [sp+5FCh] [bp-6Ch]@42
Ritor1
parents:
diff changeset
1072 //size_t pSource; // [sp+624h] [bp-44h]@67
Ritor1
parents:
diff changeset
1073 //char Dst[12]; // [sp+628h] [bp-40h]@9
Ritor1
parents:
diff changeset
1074 //char *v238; // [sp+634h] [bp-34h]@38
Ritor1
parents:
diff changeset
1075 ODMHeader header; // [sp+638h] [bp-30h]@61
Ritor1
parents:
diff changeset
1076 //void *ptr; // [sp+648h] [bp-20h]@66
Ritor1
parents:
diff changeset
1077 //size_t Count; // [sp+64Ch] [bp-1Ch]@109
Ritor1
parents:
diff changeset
1078 //int uSourceLen; // [sp+653h] [bp-15h]@66
Ritor1
parents:
diff changeset
1079 FILE *File; // [sp+658h] [bp-10h]@56
Ritor1
parents:
diff changeset
1080 //BLVSector *v244; // [sp+65Ch] [bp-Ch]@72
Ritor1
parents:
diff changeset
1081 //int v245; // [sp+660h] [bp-8h]@72
Ritor1
parents:
diff changeset
1082 //BLVFace *Src; // [sp+664h] [bp-4h]@73
Ritor1
parents:
diff changeset
1083 signed int Argsa; // [sp+670h] [bp+8h]@4
Ritor1
parents:
diff changeset
1084 signed int Argsb; // [sp+670h] [bp+8h]@7
Ritor1
parents:
diff changeset
1085 signed int Argsc; // [sp+670h] [bp+8h]@15
Ritor1
parents:
diff changeset
1086 signed int Argsd; // [sp+670h] [bp+8h]@18
Ritor1
parents:
diff changeset
1087 int Argse; // [sp+670h] [bp+8h]@25
Ritor1
parents:
diff changeset
1088 int Argsf; // [sp+670h] [bp+8h]@28
Ritor1
parents:
diff changeset
1089 int Argsg; // [sp+670h] [bp+8h]@32
Ritor1
parents:
diff changeset
1090 int Argsh; // [sp+670h] [bp+8h]@35
Ritor1
parents:
diff changeset
1091 signed int Argsi; // [sp+670h] [bp+8h]@40
Ritor1
parents:
diff changeset
1092 signed int Argsj; // [sp+670h] [bp+8h]@45
Ritor1
parents:
diff changeset
1093 //int Argsk; // [sp+670h] [bp+8h]@143
Ritor1
parents:
diff changeset
1094 //void *Argsl; // [sp+670h] [bp+8h]@155
Ritor1
parents:
diff changeset
1095 //signed int Argsm; // [sp+670h] [bp+8h]@161
Ritor1
parents:
diff changeset
1096 //signed int Argsn; // [sp+670h] [bp+8h]@175
Ritor1
parents:
diff changeset
1097
Ritor1
parents:
diff changeset
1098 //v5 = 0;
Ritor1
parents:
diff changeset
1099 //v6 = this;
Ritor1
parents:
diff changeset
1100 _6807E0_num_decorations_with_sounds_6807B8 = 0;
Ritor1
parents:
diff changeset
1101
Ritor1
parents:
diff changeset
1102 #pragma region "loading from txt"
Ritor1
parents:
diff changeset
1103 /*sprintf(FileName, "levels\\%s", pFilename);
Ritor1
parents:
diff changeset
1104 if ( GetFileAttributesA(FileName) != -1 )
Ritor1
parents:
diff changeset
1105 {
Ritor1
parents:
diff changeset
1106 Release();
Ritor1
parents:
diff changeset
1107 if ( Alloc() )
Ritor1
parents:
diff changeset
1108 {
Ritor1
parents:
diff changeset
1109 v7 = fopen(FileName, "rb");
Ritor1
parents:
diff changeset
1110 result = 1;
Ritor1
parents:
diff changeset
1111 if ( !v7 )
Ritor1
parents:
diff changeset
1112 return result;
Ritor1
parents:
diff changeset
1113 v9 = pDest;
Ritor1
parents:
diff changeset
1114 bLoaded = 1;
Ritor1
parents:
diff changeset
1115 v202 = (int)v7;
Ritor1
parents:
diff changeset
1116 v201 = (const char *)1;
Ritor1
parents:
diff changeset
1117 *(int *)v9 = 1;
Ritor1
parents:
diff changeset
1118 fread(&DstBuf, 0x180u, (size_t)v201, (FILE *)v202);
Ritor1
parents:
diff changeset
1119 fseek(v7, Offset, 0);
Ritor1
parents:
diff changeset
1120 fread(&blv, 0x88u, 1u, v7);
Ritor1
parents:
diff changeset
1121 fseek(v7, v207, 0);
Ritor1
parents:
diff changeset
1122 fread(&uNumVertices, 1u, 4u, v7);
Ritor1
parents:
diff changeset
1123 fseek(v7, v208, 0);
Ritor1
parents:
diff changeset
1124 fread(pVertices, 6u, uNumVertices, v7);
Ritor1
parents:
diff changeset
1125 fseek(v7, v209, 0);
Ritor1
parents:
diff changeset
1126 fread(&uNumFaces, 4u, 1u, v7);
Ritor1
parents:
diff changeset
1127 fseek(v7, v210, 0);
Ritor1
parents:
diff changeset
1128 fread(pFaces, 0x60u, uNumFaces, v7);
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
1129 v10 = malloc(ptr_2AC, blv.uFaces_fdata_Size, "L.FData");
0
Ritor1
parents:
diff changeset
1130 v202 = (int)v7;
Ritor1
parents:
diff changeset
1131 ptr_2AC = (unsigned __int16 *)v10;
Ritor1
parents:
diff changeset
1132 fread(v10, 1u, blv.uFaces_fdata_Size, (FILE *)v202);
Ritor1
parents:
diff changeset
1133 v11 = uNumFaces == 0;
Ritor1
parents:
diff changeset
1134 v12 = (uNumFaces & 0x80000000u) != 0;
Ritor1
parents:
diff changeset
1135 pDest = 0;
Ritor1
parents:
diff changeset
1136 Argsa = 0;
Ritor1
parents:
diff changeset
1137 if ( !(v12 | v11) )
Ritor1
parents:
diff changeset
1138 {
Ritor1
parents:
diff changeset
1139 v13 = 0;
Ritor1
parents:
diff changeset
1140 do
Ritor1
parents:
diff changeset
1141 {
Ritor1
parents:
diff changeset
1142 pFaces[v13].pVertexIDs = (unsigned __int16 *)&pDest[(unsigned int)ptr_2AC];
Ritor1
parents:
diff changeset
1143 v14 = (size_t)&pFaces[v13];
Ritor1
parents:
diff changeset
1144 i = v14;
Ritor1
parents:
diff changeset
1145 v15 = &pDest[2 * *(char *)(v14 + 93) + 2];
Ritor1
parents:
diff changeset
1146 v16 = (int)&v15[(unsigned int)ptr_2AC];
Ritor1
parents:
diff changeset
1147 pDest = v15;
Ritor1
parents:
diff changeset
1148 *(int *)(i + 52) = v16;
Ritor1
parents:
diff changeset
1149 v17 = (size_t)&pFaces[v13];
Ritor1
parents:
diff changeset
1150 i = v17;
Ritor1
parents:
diff changeset
1151 v18 = &pDest[2 * *(char *)(v17 + 93) + 2];
Ritor1
parents:
diff changeset
1152 v19 = (int)&v18[(unsigned int)ptr_2AC];
Ritor1
parents:
diff changeset
1153 pDest = v18;
Ritor1
parents:
diff changeset
1154 *(int *)(i + 56) = v19;
Ritor1
parents:
diff changeset
1155 i = (size_t)&pFaces[v13];
Ritor1
parents:
diff changeset
1156 v20 = ptr_2AC;
Ritor1
parents:
diff changeset
1157 pDest += 2 * *(char *)(i + 93) + 2;
Ritor1
parents:
diff changeset
1158 *(int *)(i + 60) = (int)(char *)v20 + (int)pDest;
Ritor1
parents:
diff changeset
1159 i = (size_t)&pFaces[v13];
Ritor1
parents:
diff changeset
1160 v21 = ptr_2AC;
Ritor1
parents:
diff changeset
1161 pDest += 2 * *(char *)(i + 93) + 2;
Ritor1
parents:
diff changeset
1162 *(int *)(i + 64) = (int)(char *)v21 + (int)pDest;
Ritor1
parents:
diff changeset
1163 i = (size_t)&pFaces[v13];
Ritor1
parents:
diff changeset
1164 ++v13;
Ritor1
parents:
diff changeset
1165 v22 = ptr_2AC;
Ritor1
parents:
diff changeset
1166 pDest += 2 * *(char *)(i + 93) + 2;
Ritor1
parents:
diff changeset
1167 ++Argsa;
Ritor1
parents:
diff changeset
1168 *(int *)(i + 68) = (int)(char *)v22 + (int)pDest;
Ritor1
parents:
diff changeset
1169 pDest += 2 * *((char *)&pFaces[v13] - 3) + 2;
Ritor1
parents:
diff changeset
1170 }
Ritor1
parents:
diff changeset
1171 while ( Argsa < (signed int)uNumFaces );
Ritor1
parents:
diff changeset
1172 }
Ritor1
parents:
diff changeset
1173 Argsb = 0;
Ritor1
parents:
diff changeset
1174 if ( (signed int)uNumFaces > 0 )
Ritor1
parents:
diff changeset
1175 {
Ritor1
parents:
diff changeset
1176 pDest = 0;
Ritor1
parents:
diff changeset
1177 do
Ritor1
parents:
diff changeset
1178 {
Ritor1
parents:
diff changeset
1179 fread(Dst, 1u, 0xAu, v7);
Ritor1
parents:
diff changeset
1180 if ( pDest[(unsigned int)pFaces + 45] & 0x40 )
Ritor1
parents:
diff changeset
1181 {
Ritor1
parents:
diff changeset
1182 v23 = pTextureFrameTable->FindTextureByName(Dst);
Ritor1
parents:
diff changeset
1183 v24 = pDest;
Ritor1
parents:
diff changeset
1184 *(short *)&pDest[(unsigned int)pFaces + 74] = v23;
Ritor1
parents:
diff changeset
1185 v25 = *(short *)&v24[(unsigned int)pFaces + 74];
Ritor1
parents:
diff changeset
1186 if ( v25 )
Ritor1
parents:
diff changeset
1187 {
Ritor1
parents:
diff changeset
1188 pTextureFrameTable->LoadAnimationSequenceAndPalettes(v25);
Ritor1
parents:
diff changeset
1189 }
Ritor1
parents:
diff changeset
1190 else
Ritor1
parents:
diff changeset
1191 {
Ritor1
parents:
diff changeset
1192 v26 = pBitmaps_LOD->LoadTexture(Dst);
Ritor1
parents:
diff changeset
1193 v27 = pDest;
Ritor1
parents:
diff changeset
1194 *(short *)&pDest[(unsigned int)pFaces + 74] = v26;
Ritor1
parents:
diff changeset
1195 v27[(unsigned int)pFaces + 45] &= 0xBFu;
Ritor1
parents:
diff changeset
1196 }
Ritor1
parents:
diff changeset
1197 }
Ritor1
parents:
diff changeset
1198 else
Ritor1
parents:
diff changeset
1199 {
Ritor1
parents:
diff changeset
1200 *(short *)&pDest[(unsigned int)pFaces + 74] = pBitmaps_LOD->LoadTexture(Dst);
Ritor1
parents:
diff changeset
1201 }
Ritor1
parents:
diff changeset
1202 ++Argsb;
Ritor1
parents:
diff changeset
1203 pDest += 96;
Ritor1
parents:
diff changeset
1204 }
Ritor1
parents:
diff changeset
1205 while ( Argsb < (signed int)uNumFaces );
Ritor1
parents:
diff changeset
1206 }
Ritor1
parents:
diff changeset
1207 fseek(v7, v211, 0);
Ritor1
parents:
diff changeset
1208 fread(&uNumFaceExtras, 4u, 1u, v7);
Ritor1
parents:
diff changeset
1209 fseek(v7, v212, 0);
Ritor1
parents:
diff changeset
1210 fread(pFaceExtras, 0x24u, uNumFaceExtras, v7);
Ritor1
parents:
diff changeset
1211 Argsc = 0;
Ritor1
parents:
diff changeset
1212 if ( (signed int)uNumFaceExtras > 0 )
Ritor1
parents:
diff changeset
1213 {
Ritor1
parents:
diff changeset
1214 pDest = 0;
Ritor1
parents:
diff changeset
1215 do
Ritor1
parents:
diff changeset
1216 {
Ritor1
parents:
diff changeset
1217 fread(Dst, 1u, 0xAu, v7);
Ritor1
parents:
diff changeset
1218 v28 = pBitmaps_LOD->LoadTexture(Dst);
Ritor1
parents:
diff changeset
1219 v29 = pFaceExtras;
Ritor1
parents:
diff changeset
1220 v30 = pDest;
Ritor1
parents:
diff changeset
1221 ++Argsc;
Ritor1
parents:
diff changeset
1222 pDest += 36;
Ritor1
parents:
diff changeset
1223 *(unsigned __int16 *)((char *)&v29->uAdditionalBitmapID + (int)v30) = v28;
Ritor1
parents:
diff changeset
1224 }
Ritor1
parents:
diff changeset
1225 while ( Argsc < (signed int)uNumFaceExtras );
Ritor1
parents:
diff changeset
1226 }
Ritor1
parents:
diff changeset
1227 Argsd = 0;
Ritor1
parents:
diff changeset
1228 if ( (signed int)uNumFaces > 0 )
Ritor1
parents:
diff changeset
1229 {
Ritor1
parents:
diff changeset
1230 pDest = 0;
Ritor1
parents:
diff changeset
1231 do
Ritor1
parents:
diff changeset
1232 {
Ritor1
parents:
diff changeset
1233 v31 = (int)&pFaceExtras[*(short *)&pDest[(unsigned int)pFaces + 72]];
Ritor1
parents:
diff changeset
1234 if ( *(short *)(v31 + 26) )
Ritor1
parents:
diff changeset
1235 {
Ritor1
parents:
diff changeset
1236 if ( ((BLVFaceExtra *)v31)->HasEventint() )
Ritor1
parents:
diff changeset
1237 pDest[(unsigned int)pFaces + 46] |= 0x10u;
Ritor1
parents:
diff changeset
1238 else
Ritor1
parents:
diff changeset
1239 pDest[(unsigned int)pFaces + 46] &= 0xEFu;
Ritor1
parents:
diff changeset
1240 }
Ritor1
parents:
diff changeset
1241 ++Argsd;
Ritor1
parents:
diff changeset
1242 pDest += 96;
Ritor1
parents:
diff changeset
1243 }
Ritor1
parents:
diff changeset
1244 while ( Argsd < (signed int)uNumFaces );
Ritor1
parents:
diff changeset
1245 }
Ritor1
parents:
diff changeset
1246 fseek(v7, v213, 0);
Ritor1
parents:
diff changeset
1247 fread(&uNumSectors, 4u, 1u, v7);
Ritor1
parents:
diff changeset
1248 fseek(v7, v214, 0);
Ritor1
parents:
diff changeset
1249 fread(pSectors, 0x74u, uNumSectors, v7);
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
1250 v32 = malloc(ptr_0002B0_sector_rdata, blv.uSector_rdata_Size, "L.RData");
0
Ritor1
parents:
diff changeset
1251 v202 = (int)v7;
Ritor1
parents:
diff changeset
1252 ptr_0002B0_sector_rdata = (unsigned __int16 *)v32;
Ritor1
parents:
diff changeset
1253 fread(v32, 1u, blv.uSector_rdata_Size, (FILE *)v202);
Ritor1
parents:
diff changeset
1254 v11 = uNumSectors == 0;
Ritor1
parents:
diff changeset
1255 v12 = uNumSectors < 0;
Ritor1
parents:
diff changeset
1256 pDest = 0;
Ritor1
parents:
diff changeset
1257 Argse = 0;
Ritor1
parents:
diff changeset
1258 if ( !(v12 | v11) )
Ritor1
parents:
diff changeset
1259 {
Ritor1
parents:
diff changeset
1260 v33 = 0;
Ritor1
parents:
diff changeset
1261 do
Ritor1
parents:
diff changeset
1262 {
Ritor1
parents:
diff changeset
1263 pSectors[v33].pFloors = (unsigned __int16 *)&pDest[(unsigned int)ptr_0002B0_sector_rdata];
Ritor1
parents:
diff changeset
1264 i = (size_t)&pSectors[v33];
Ritor1
parents:
diff changeset
1265 v34 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1266 pDest += 2 * *(short *)(i + 4);
Ritor1
parents:
diff changeset
1267 *(int *)(i + 16) = (int)(char *)v34 + (int)pDest;
Ritor1
parents:
diff changeset
1268 v35 = (size_t)&pSectors[v33];
Ritor1
parents:
diff changeset
1269 i = v35;
Ritor1
parents:
diff changeset
1270 v36 = &pDest[2 * *(short *)(v35 + 12)];
Ritor1
parents:
diff changeset
1271 v37 = (int)&v36[(unsigned int)ptr_0002B0_sector_rdata];
Ritor1
parents:
diff changeset
1272 pDest = v36;
Ritor1
parents:
diff changeset
1273 *(int *)(i + 24) = v37;
Ritor1
parents:
diff changeset
1274 v38 = (size_t)&pSectors[v33];
Ritor1
parents:
diff changeset
1275 i = v38;
Ritor1
parents:
diff changeset
1276 v39 = &pDest[2 * *(short *)(v38 + 20)];
Ritor1
parents:
diff changeset
1277 v40 = (int)&v39[(unsigned int)ptr_0002B0_sector_rdata];
Ritor1
parents:
diff changeset
1278 pDest = v39;
Ritor1
parents:
diff changeset
1279 *(int *)(i + 32) = v40;
Ritor1
parents:
diff changeset
1280 i = (size_t)&pSectors[v33];
Ritor1
parents:
diff changeset
1281 v41 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1282 pDest += 2 * *(short *)(i + 28);
Ritor1
parents:
diff changeset
1283 *(int *)(i + 40) = (int)(char *)v41 + (int)pDest;
Ritor1
parents:
diff changeset
1284 i = (size_t)&pSectors[v33];
Ritor1
parents:
diff changeset
1285 v42 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1286 pDest += 2 * *(short *)(i + 36);
Ritor1
parents:
diff changeset
1287 *(int *)(i + 48) = (int)(char *)v42 + (int)pDest;
Ritor1
parents:
diff changeset
1288 i = (size_t)&pSectors[v33];
Ritor1
parents:
diff changeset
1289 v43 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1290 pDest += 2 * *(short *)(i + 44);
Ritor1
parents:
diff changeset
1291 *(int *)(i + 64) = (int)(char *)v43 + (int)pDest;
Ritor1
parents:
diff changeset
1292 i = (size_t)&pSectors[v33];
Ritor1
parents:
diff changeset
1293 v44 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1294 pDest += 2 * *(short *)(i + 60);
Ritor1
parents:
diff changeset
1295 *(int *)(i + 72) = (int)(char *)v44 + (int)pDest;
Ritor1
parents:
diff changeset
1296 v45 = (size_t)&pSectors[v33];
Ritor1
parents:
diff changeset
1297 ++v33;
Ritor1
parents:
diff changeset
1298 i = v45;
Ritor1
parents:
diff changeset
1299 v46 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1300 pDest += 2 * *(short *)(v45 + 68);
Ritor1
parents:
diff changeset
1301 ++Argse;
Ritor1
parents:
diff changeset
1302 *(int *)(v45 + 80) = (int)(char *)v46 + (int)pDest;
Ritor1
parents:
diff changeset
1303 pDest += 2 * *((short *)&pSectors[v33] - 20);
Ritor1
parents:
diff changeset
1304 }
Ritor1
parents:
diff changeset
1305 while ( Argse < uNumSectors );
Ritor1
parents:
diff changeset
1306 }
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
1307 v47 = malloc(
0
Ritor1
parents:
diff changeset
1308 ptr_0002B8_sector_lrdata,
Ritor1
parents:
diff changeset
1309 blv.uSector_lrdata_Size,
Ritor1
parents:
diff changeset
1310 "L.RLData");
Ritor1
parents:
diff changeset
1311 v202 = (int)v7;
Ritor1
parents:
diff changeset
1312 ptr_0002B8_sector_lrdata = (unsigned __int16 *)v47;
Ritor1
parents:
diff changeset
1313 fread(v47, 1u, blv.uSector_lrdata_Size, (FILE *)v202);
Ritor1
parents:
diff changeset
1314 v11 = uNumSectors == 0;
Ritor1
parents:
diff changeset
1315 v12 = uNumSectors < 0;
Ritor1
parents:
diff changeset
1316 pDest = 0;
Ritor1
parents:
diff changeset
1317 Argsf = 0;
Ritor1
parents:
diff changeset
1318 if ( !(v12 | v11) )
Ritor1
parents:
diff changeset
1319 {
Ritor1
parents:
diff changeset
1320 v48 = pSectors;
Ritor1
parents:
diff changeset
1321 v49 = 0;
Ritor1
parents:
diff changeset
1322 for ( i = 0; ; v49 = i )
Ritor1
parents:
diff changeset
1323 {
Ritor1
parents:
diff changeset
1324 v50 = ptr_0002B8_sector_lrdata;
Ritor1
parents:
diff changeset
1325 i += 116;
Ritor1
parents:
diff changeset
1326 ++Argsf;
Ritor1
parents:
diff changeset
1327 *(BLVLightMM7 **)((char *)&v48->pLights + v49) = (BLVLightMM7 *)((char *)v50 + (int)pDest);
Ritor1
parents:
diff changeset
1328 v48 = pSectors;
Ritor1
parents:
diff changeset
1329 pDest += 2 * *(__int16 *)((char *)&v48->uNumLights + v49);
Ritor1
parents:
diff changeset
1330 if ( Argsf >= uNumSectors )
Ritor1
parents:
diff changeset
1331 break;
Ritor1
parents:
diff changeset
1332 }
Ritor1
parents:
diff changeset
1333 }
Ritor1
parents:
diff changeset
1334 fseek(v7, v215, 0);
Ritor1
parents:
diff changeset
1335 fread(&uNumDoors, 4u, 1u, v7);
Ritor1
parents:
diff changeset
1336 fseek(v7, v216, 0);
Ritor1
parents:
diff changeset
1337 fread(pDoors, 0x50u, 0xC8u, v7);
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
1338 v51 = malloc(ptr_0002B4_doors_ddata, blv.uDoors_ddata_Size, "L.DData");
0
Ritor1
parents:
diff changeset
1339 v202 = (int)v7;
Ritor1
parents:
diff changeset
1340 ptr_0002B4_doors_ddata = (unsigned __int16 *)v51;
Ritor1
parents:
diff changeset
1341 fread(v51, 1u, blv.uDoors_ddata_Size, (FILE *)v202);
Ritor1
parents:
diff changeset
1342 v11 = uNumDoors == 0;
Ritor1
parents:
diff changeset
1343 v12 = uNumDoors < 0;
Ritor1
parents:
diff changeset
1344 pDest = 0;
Ritor1
parents:
diff changeset
1345 Argsg = 0;
Ritor1
parents:
diff changeset
1346 if ( !(v12 | v11) )
Ritor1
parents:
diff changeset
1347 {
Ritor1
parents:
diff changeset
1348 v52 = 0;
Ritor1
parents:
diff changeset
1349 do
Ritor1
parents:
diff changeset
1350 {
Ritor1
parents:
diff changeset
1351 pDoors[v52].pVertexIDs = (unsigned __int16 *)&pDest[(unsigned int)ptr_0002B4_doors_ddata];
Ritor1
parents:
diff changeset
1352 i = (size_t)&pDoors[v52];
Ritor1
parents:
diff changeset
1353 v53 = ptr_0002B4_doors_ddata;
Ritor1
parents:
diff changeset
1354 pDest += 2 * *(short *)(i + 68);
Ritor1
parents:
diff changeset
1355 *(int *)(i + 40) = (int)(char *)v53 + (int)pDest;
Ritor1
parents:
diff changeset
1356 v54 = (size_t)&pDoors[v52];
Ritor1
parents:
diff changeset
1357 i = v54;
Ritor1
parents:
diff changeset
1358 v55 = &pDest[2 * *(short *)(v54 + 70)];
Ritor1
parents:
diff changeset
1359 v56 = (int)&v55[(unsigned int)ptr_0002B4_doors_ddata];
Ritor1
parents:
diff changeset
1360 pDest = v55;
Ritor1
parents:
diff changeset
1361 *(int *)(i + 44) = v56;
Ritor1
parents:
diff changeset
1362 v57 = (size_t)&pDoors[v52];
Ritor1
parents:
diff changeset
1363 i = v57;
Ritor1
parents:
diff changeset
1364 v58 = &pDest[2 * *(short *)(v57 + 72)];
Ritor1
parents:
diff changeset
1365 v59 = (int)&v58[(unsigned int)ptr_0002B4_doors_ddata];
Ritor1
parents:
diff changeset
1366 pDest = v58;
Ritor1
parents:
diff changeset
1367 *(int *)(i + 48) = v59;
Ritor1
parents:
diff changeset
1368 i = (size_t)&pDoors[v52];
Ritor1
parents:
diff changeset
1369 v60 = ptr_0002B4_doors_ddata;
Ritor1
parents:
diff changeset
1370 pDest += 2 * *(short *)(i + 70);
Ritor1
parents:
diff changeset
1371 *(int *)(i + 52) = (int)(char *)v60 + (int)pDest;
Ritor1
parents:
diff changeset
1372 i = (size_t)&pDoors[v52];
Ritor1
parents:
diff changeset
1373 v61 = ptr_0002B4_doors_ddata;
Ritor1
parents:
diff changeset
1374 pDest += 2 * *(short *)(i + 70);
Ritor1
parents:
diff changeset
1375 *(int *)(i + 56) = (int)(char *)v61 + (int)pDest;
Ritor1
parents:
diff changeset
1376 i = (size_t)&pDoors[v52];
Ritor1
parents:
diff changeset
1377 v62 = ptr_0002B4_doors_ddata;
Ritor1
parents:
diff changeset
1378 pDest += 2 * *(short *)(i + 74);
Ritor1
parents:
diff changeset
1379 *(int *)(i + 60) = (int)(char *)v62 + (int)pDest;
Ritor1
parents:
diff changeset
1380 i = (size_t)&pDoors[v52];
Ritor1
parents:
diff changeset
1381 v63 = ptr_0002B4_doors_ddata;
Ritor1
parents:
diff changeset
1382 pDest += 2 * *(short *)(i + 74);
Ritor1
parents:
diff changeset
1383 *(int *)(i + 64) = (int)(char *)v63 + (int)pDest;
Ritor1
parents:
diff changeset
1384 ++Argsg;
Ritor1
parents:
diff changeset
1385 v64 = pDoors[v52].uNumOffsets;
Ritor1
parents:
diff changeset
1386 ++v52;
Ritor1
parents:
diff changeset
1387 pDest += 2 * v64;
Ritor1
parents:
diff changeset
1388 }
Ritor1
parents:
diff changeset
1389 while ( Argsg < uNumDoors );
Ritor1
parents:
diff changeset
1390 }
Ritor1
parents:
diff changeset
1391 Argsh = 0;
Ritor1
parents:
diff changeset
1392 if ( uNumDoors > 0 )
Ritor1
parents:
diff changeset
1393 {
Ritor1
parents:
diff changeset
1394 v65 = pDoors;
Ritor1
parents:
diff changeset
1395 pDest = 0;
Ritor1
parents:
diff changeset
1396 do
Ritor1
parents:
diff changeset
1397 {
Ritor1
parents:
diff changeset
1398 i = 0;
Ritor1
parents:
diff changeset
1399 v66 = &pDest[(int)v65];
Ritor1
parents:
diff changeset
1400 if ( *(short *)&pDest[(int)v65 + 70] > 0 )
Ritor1
parents:
diff changeset
1401 {
Ritor1
parents:
diff changeset
1402 do
Ritor1
parents:
diff changeset
1403 {
Ritor1
parents:
diff changeset
1404 v67 = *((int *)v66 + 10);
Ritor1
parents:
diff changeset
1405 a3 = 2 * i;
Ritor1
parents:
diff changeset
1406 v68 = *(short *)(v67 + 2 * i);
Ritor1
parents:
diff changeset
1407 v69 = pFaces;
Ritor1
parents:
diff changeset
1408 ++i;
Ritor1
parents:
diff changeset
1409 v70 = (int)&pFaceExtras[v69[v68].uFaceExtraID];
Ritor1
parents:
diff changeset
1410 v71 = *((int *)v66 + 12);
Ritor1
parents:
diff changeset
1411 v72 = a3;
Ritor1
parents:
diff changeset
1412 v238 = (char *)v70;
Ritor1
parents:
diff changeset
1413 *(short *)(a3 + v71) = *(short *)(v70 + 20);
Ritor1
parents:
diff changeset
1414 *(__int16 *)(*(char **)((char *)&pDoors->pDeltaVs + (unsigned int)pDest) + v72) = *((short *)v238 + 11);
Ritor1
parents:
diff changeset
1415 v65 = pDoors;
Ritor1
parents:
diff changeset
1416 v66 = &pDest[(int)v65];
Ritor1
parents:
diff changeset
1417 }
Ritor1
parents:
diff changeset
1418 while ( (signed int)i < *(short *)&pDest[(int)v65 + 70] );
Ritor1
parents:
diff changeset
1419 }
Ritor1
parents:
diff changeset
1420 ++Argsh;
Ritor1
parents:
diff changeset
1421 pDest += 80;
Ritor1
parents:
diff changeset
1422 }
Ritor1
parents:
diff changeset
1423 while ( Argsh < uNumDoors );
Ritor1
parents:
diff changeset
1424 }
Ritor1
parents:
diff changeset
1425 fseek(v7, v217, 0);
Ritor1
parents:
diff changeset
1426 fread(&uNumLevelDecorations, 4u, 1u, v7);
Ritor1
parents:
diff changeset
1427 fseek(v7, v218, 0);
Ritor1
parents:
diff changeset
1428 fread(pLevelDecorations, 0x20u, uNumLevelDecorations, v7);
Ritor1
parents:
diff changeset
1429 Argsi = 0;
Ritor1
parents:
diff changeset
1430 if ( (signed int)uNumLevelDecorations > 0 )
Ritor1
parents:
diff changeset
1431 {
Ritor1
parents:
diff changeset
1432 pDest = (char *)pLevelDecorations;
Ritor1
parents:
diff changeset
1433 do
Ritor1
parents:
diff changeset
1434 {
Ritor1
parents:
diff changeset
1435 fread(pName, 1u, 0x20u, v7);
Ritor1
parents:
diff changeset
1436 v73 = pDecorationList->GetDecorIdByName(pName);
Ritor1
parents:
diff changeset
1437 v74 = pDest;
Ritor1
parents:
diff changeset
1438 ++Argsi;
Ritor1
parents:
diff changeset
1439 pDest += 32;
Ritor1
parents:
diff changeset
1440 *(short *)v74 = v73;
Ritor1
parents:
diff changeset
1441 }
Ritor1
parents:
diff changeset
1442 while ( Argsi < (signed int)uNumLevelDecorations );
Ritor1
parents:
diff changeset
1443 }
Ritor1
parents:
diff changeset
1444 fseek(v7, v219, 0);
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 486
diff changeset
1445 fread(&uNumSpriteObjects, 4u, 1u, v7);
0
Ritor1
parents:
diff changeset
1446 fseek(v7, v220, 0);
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 486
diff changeset
1447 fread(pSpriteObjects, 0x70u, uNumSpriteObjects, v7);
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 486
diff changeset
1448 if ( (signed int)uNumSpriteObjects > 0 )
0
Ritor1
parents:
diff changeset
1449 {
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 486
diff changeset
1450 v75 = pSpriteObjects;
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 486
diff changeset
1451 pDest = (char *)uNumSpriteObjects;
0
Ritor1
parents:
diff changeset
1452 do
Ritor1
parents:
diff changeset
1453 {
Ritor1
parents:
diff changeset
1454 Argsj = 0;
Ritor1
parents:
diff changeset
1455 v76 = 48 * v75->stru_24.uItemID;
Ritor1
parents:
diff changeset
1456 v11 = pObjectList->uNumObjects == 0;
Ritor1
parents:
diff changeset
1457 v12 = (pObjectList->uNumObjects & 0x80000000u) != 0;
Ritor1
parents:
diff changeset
1458 LOWORD(v76) = *(unsigned __int16 *)((char *)&pItemsTable->pItems[0].uSpriteID + v76);
Ritor1
parents:
diff changeset
1459 i = v76;
Ritor1
parents:
diff changeset
1460 v75->uItemType = v76;
Ritor1
parents:
diff changeset
1461 if ( v12 | v11 )
Ritor1
parents:
diff changeset
1462 {
Ritor1
parents:
diff changeset
1463 LABEL_50:
Ritor1
parents:
diff changeset
1464 v78 = 0;
Ritor1
parents:
diff changeset
1465 }
Ritor1
parents:
diff changeset
1466 else
Ritor1
parents:
diff changeset
1467 {
Ritor1
parents:
diff changeset
1468 for ( j = (int)&pObjectList->pObjects->uObjectID; (short)v76 != *(short *)j; j = a3 )
Ritor1
parents:
diff changeset
1469 {
Ritor1
parents:
diff changeset
1470 ++Argsj;
Ritor1
parents:
diff changeset
1471 a3 = j + 56;
Ritor1
parents:
diff changeset
1472 if ( Argsj >= (signed int)pObjectList->uNumObjects )
Ritor1
parents:
diff changeset
1473 goto LABEL_50;
Ritor1
parents:
diff changeset
1474 LOWORD(v76) = i;
Ritor1
parents:
diff changeset
1475 }
Ritor1
parents:
diff changeset
1476 v78 = Argsj;
Ritor1
parents:
diff changeset
1477 }
Ritor1
parents:
diff changeset
1478 v75->uObjectDescID = v78;
Ritor1
parents:
diff changeset
1479 ++v75;
Ritor1
parents:
diff changeset
1480 --pDest;
Ritor1
parents:
diff changeset
1481 }
Ritor1
parents:
diff changeset
1482 while ( pDest );
Ritor1
parents:
diff changeset
1483 }
Ritor1
parents:
diff changeset
1484 fseek(v7, v221, 0);
Ritor1
parents:
diff changeset
1485 fread(&uNumActors, 4u, 1u, v7);
Ritor1
parents:
diff changeset
1486 fseek(v7, v222, 0);
Ritor1
parents:
diff changeset
1487 fread(pActors, 0x344u, uNumActors, v7);
Ritor1
parents:
diff changeset
1488 fseek(v7, v228, 0);
Ritor1
parents:
diff changeset
1489 fread(&uNumChests, 4u, 1u, v7);
Ritor1
parents:
diff changeset
1490 fseek(v7, v229, 0);
Ritor1
parents:
diff changeset
1491 fread(pChests, 0x14CCu, uNumChests, v7);
Ritor1
parents:
diff changeset
1492 fseek(v7, v224, 0);
Ritor1
parents:
diff changeset
1493 fread(&uNumLights, 4u, 1u, v7);
Ritor1
parents:
diff changeset
1494 fseek(v7, v225, 0);
Ritor1
parents:
diff changeset
1495 fread(pLights, 0x10u, uNumLights, v7);
Ritor1
parents:
diff changeset
1496 fseek(v7, v226, 0);
Ritor1
parents:
diff changeset
1497 fread(&uNumNodes, 4u, 1u, v7);
Ritor1
parents:
diff changeset
1498 fseek(v7, v227, 0);
Ritor1
parents:
diff changeset
1499 fread(pNodes, 8u, uNumNodes, v7);
Ritor1
parents:
diff changeset
1500 fseek(v7, v230, 0);
Ritor1
parents:
diff changeset
1501 fread(&uNumSpawnPoints, 4u, 1u, v7);
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
1502 v79 = malloc(pSpawnPoints, 24 * uNumSpawnPoints, "Spawn");
0
Ritor1
parents:
diff changeset
1503 v202 = 0;
Ritor1
parents:
diff changeset
1504 pSpawnPoints = (SpawnPointMM7 *)v79;
Ritor1
parents:
diff changeset
1505 fseek(v7, v231, v202);
Ritor1
parents:
diff changeset
1506 fread(pSpawnPoints, 0x18u, uNumSpawnPoints, v7);
Ritor1
parents:
diff changeset
1507 fseek(v7, v232, 0);
Ritor1
parents:
diff changeset
1508 fread(&dlv, 0x28u, 1u, v7);
Ritor1
parents:
diff changeset
1509 fseek(v7, v233, 0);
Ritor1
parents:
diff changeset
1510 fread(&stru_5E4C90, 1u, 0xC8u, v7);
Ritor1
parents:
diff changeset
1511 fseek(v7, v234, 0);
Ritor1
parents:
diff changeset
1512 fread(&uLastVisitDay, 1u, 0x38u, v7);
Ritor1
parents:
diff changeset
1513 fseek(v7, v223, 0);
Ritor1
parents:
diff changeset
1514 v80 = (void **)&pMapOutlines;
Ritor1
parents:
diff changeset
1515 fread(*v80, 4u, 1u, v7);
Ritor1
parents:
diff changeset
1516 fread((char *)*v80 + 4, 0xCu, *(int *)*v80, v7);
Ritor1
parents:
diff changeset
1517 fclose(v7);
Ritor1
parents:
diff changeset
1518 goto LABEL_179;
Ritor1
parents:
diff changeset
1519 }
Ritor1
parents:
diff changeset
1520 return 4;
Ritor1
parents:
diff changeset
1521 }*/
Ritor1
parents:
diff changeset
1522 #pragma endregion
Ritor1
parents:
diff changeset
1523
Ritor1
parents:
diff changeset
1524 if (bLoaded)
Ritor1
parents:
diff changeset
1525 {
Ritor1
parents:
diff changeset
1526 Log::Warning(L"BLV is already loaded");
Ritor1
parents:
diff changeset
1527 return 3;
Ritor1
parents:
diff changeset
1528 }
Ritor1
parents:
diff changeset
1529
Ritor1
parents:
diff changeset
1530 if ( !pGames_LOD->DoesContainerExist(pFilename) )
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1544
diff changeset
1531 Error("Unable to find %s in Games.LOD", pFilename);
0
Ritor1
parents:
diff changeset
1532
Ritor1
parents:
diff changeset
1533 //v238 = pFilename - 4;
Ritor1
parents:
diff changeset
1534 //v81 = strlen(pFilename);
Ritor1
parents:
diff changeset
1535 strcpy(this->pFilename, pFilename);
Ritor1
parents:
diff changeset
1536 strcpy(&pFilename[strlen(pFilename) - 4], ".blv");
Ritor1
parents:
diff changeset
1537 File = pGames_LOD->FindContainer(pFilename, 1);
Ritor1
parents:
diff changeset
1538 //File = v82;
Ritor1
parents:
diff changeset
1539
Ritor1
parents:
diff changeset
1540 Release();
Ritor1
parents:
diff changeset
1541 if ( !Alloc() )
Ritor1
parents:
diff changeset
1542 return 4;
Ritor1
parents:
diff changeset
1543
Ritor1
parents:
diff changeset
1544 header.uVersion = 91969;
Ritor1
parents:
diff changeset
1545 header.pMagic[0] = 'm';
Ritor1
parents:
diff changeset
1546 header.pMagic[1] = 'v';
Ritor1
parents:
diff changeset
1547 header.pMagic[2] = 'i';
Ritor1
parents:
diff changeset
1548 header.pMagic[3] = 'i';
Ritor1
parents:
diff changeset
1549 header.uCompressedSize = 0;
Ritor1
parents:
diff changeset
1550 header.uDecompressedSize = 0;
2144
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
1551 fread(&header, sizeof(ODMHeader), 1, File);
0
Ritor1
parents:
diff changeset
1552 if (header.uVersion != 91969 ||
Ritor1
parents:
diff changeset
1553 header.pMagic[0] != 'm' ||
Ritor1
parents:
diff changeset
1554 header.pMagic[1] != 'v' ||
Ritor1
parents:
diff changeset
1555 header.pMagic[2] != 'i' ||
Ritor1
parents:
diff changeset
1556 header.pMagic[3] != 'i' )
Ritor1
parents:
diff changeset
1557 {
Ritor1
parents:
diff changeset
1558 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:792", 0);
Ritor1
parents:
diff changeset
1559 }
Ritor1
parents:
diff changeset
1560 //v83 = header.uCompressedSize;
Ritor1
parents:
diff changeset
1561 //pSource = header.uDecompressedSize;
Ritor1
parents:
diff changeset
1562 //v84 = malloc(header.uDecompressedSize);
Ritor1
parents:
diff changeset
1563 //v85 = v84;
Ritor1
parents:
diff changeset
1564 //ptr = v84;
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1565 void* pRawBLV = malloc(header.uDecompressedSize);
0
Ritor1
parents:
diff changeset
1566 memset(pRawBLV, 0, header.uDecompressedSize);
Ritor1
parents:
diff changeset
1567
Ritor1
parents:
diff changeset
1568 if (header.uCompressedSize == header.uDecompressedSize)
Ritor1
parents:
diff changeset
1569 fread(pRawBLV, header.uDecompressedSize, 1, File);
Ritor1
parents:
diff changeset
1570 else if (header.uCompressedSize < header.uDecompressedSize)
Ritor1
parents:
diff changeset
1571 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1572 void* pTmpMem = malloc(header.uCompressedSize);
0
Ritor1
parents:
diff changeset
1573 {
Ritor1
parents:
diff changeset
1574 fread(pTmpMem, header.uCompressedSize, 1, File);
Ritor1
parents:
diff changeset
1575
Ritor1
parents:
diff changeset
1576 uint uDecompressedSize = header.uDecompressedSize;
Ritor1
parents:
diff changeset
1577 zlib::MemUnzip(pRawBLV, &uDecompressedSize, pTmpMem, header.uCompressedSize);
Ritor1
parents:
diff changeset
1578
Ritor1
parents:
diff changeset
1579 if (uDecompressedSize != header.uDecompressedSize)
Ritor1
parents:
diff changeset
1580 Log::Warning(L"uDecompressedSize != header.uDecompressedSize in BLV");
Ritor1
parents:
diff changeset
1581 }
Ritor1
parents:
diff changeset
1582 free(pTmpMem);
Ritor1
parents:
diff changeset
1583 }
Ritor1
parents:
diff changeset
1584 else
Ritor1
parents:
diff changeset
1585 {
Ritor1
parents:
diff changeset
1586 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:803", 0);
Ritor1
parents:
diff changeset
1587 return 0;
Ritor1
parents:
diff changeset
1588 }
Ritor1
parents:
diff changeset
1589
Ritor1
parents:
diff changeset
1590 bLoaded = true;
Ritor1
parents:
diff changeset
1591
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1592 char* pData = (char *)pRawBLV;
0
Ritor1
parents:
diff changeset
1593
Ritor1
parents:
diff changeset
1594 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1595
Ritor1
parents:
diff changeset
1596 memcpy(&blv, pData, 136);
Ritor1
parents:
diff changeset
1597 memcpy(&uNumVertices, pData += 136, 4);
Ritor1
parents:
diff changeset
1598 memcpy(pVertices, pData += 4, uNumVertices * sizeof(Vec3_short_));
Ritor1
parents:
diff changeset
1599
Ritor1
parents:
diff changeset
1600 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1601
Ritor1
parents:
diff changeset
1602 memcpy(&uNumFaces, pData += uNumVertices * sizeof(Vec3_short_), 4);
Ritor1
parents:
diff changeset
1603
Ritor1
parents:
diff changeset
1604 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1605
Ritor1
parents:
diff changeset
1606 memcpy(pFaces, pData += 4, uNumFaces * sizeof (BLVFace));
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
1607 pLFaces = (unsigned __int16 *)malloc(blv.uFaces_fdata_Size);
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
1608
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
1609 memcpy(pLFaces, pData += uNumFaces * sizeof (BLVFace), blv.uFaces_fdata_Size);
0
Ritor1
parents:
diff changeset
1610
Ritor1
parents:
diff changeset
1611 for (uint i = 0, j = 0; i < uNumFaces; ++i)
Ritor1
parents:
diff changeset
1612 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1613 BLVFace* pFace = &pFaces[i];
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1614
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1615 pFace->pVertexIDs = &pLFaces[j];
0
Ritor1
parents:
diff changeset
1616
Ritor1
parents:
diff changeset
1617 j += pFace->uNumVertices + 1;
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1618 pFace->pXInterceptDisplacements = (short *)(&pLFaces[j]);
0
Ritor1
parents:
diff changeset
1619
Ritor1
parents:
diff changeset
1620 j += pFace->uNumVertices + 1;
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1621 pFace->pYInterceptDisplacements = (short *)(&pLFaces[j]);
0
Ritor1
parents:
diff changeset
1622
Ritor1
parents:
diff changeset
1623 j += pFace->uNumVertices + 1;
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1624 pFace->pZInterceptDisplacements = (short *)(&pLFaces[j]);
0
Ritor1
parents:
diff changeset
1625
Ritor1
parents:
diff changeset
1626 j += pFace->uNumVertices + 1;
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1627 pFace->pVertexUIDs = (__int16 *)(&pLFaces[j]);
0
Ritor1
parents:
diff changeset
1628
Ritor1
parents:
diff changeset
1629 j += pFace->uNumVertices + 1;
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1630 pFace->pVertexVIDs = (__int16 *)(&pLFaces[j]);
0
Ritor1
parents:
diff changeset
1631
Ritor1
parents:
diff changeset
1632 j += pFace->uNumVertices + 1;
Ritor1
parents:
diff changeset
1633 /*v93 = &pFaces[v92];
Ritor1
parents:
diff changeset
1634 Src = v93;
Ritor1
parents:
diff changeset
1635 v94 = (BLVSector *)((char *)v244 + 2 * v93->uNumVertices + 2);
Ritor1
parents:
diff changeset
1636 v95 = (unsigned __int16 *)((char *)v94 + (unsigned int)ptr_2AC);
Ritor1
parents:
diff changeset
1637 v244 = v94;
Ritor1
parents:
diff changeset
1638 Src->pXInterceptDisplacements = v95;
Ritor1
parents:
diff changeset
1639 v96 = (int)&pFaces[v92];
Ritor1
parents:
diff changeset
1640 Src = (BLVFace *)v96;
Ritor1
parents:
diff changeset
1641 v97 = (BLVSector *)((char *)v244 + 2 * *(char *)(v96 + 93) + 2);
Ritor1
parents:
diff changeset
1642 v98 = (unsigned __int16 *)((char *)v97 + (unsigned int)ptr_2AC);
Ritor1
parents:
diff changeset
1643 v244 = v97;
Ritor1
parents:
diff changeset
1644 Src->pYInterceptDisplacements = v98;
Ritor1
parents:
diff changeset
1645 Src = &pFaces[v92];
Ritor1
parents:
diff changeset
1646 v99 = ptr_2AC;
Ritor1
parents:
diff changeset
1647 v244 = (BLVSector *)((char *)v244 + 2 * Src->uNumVertices + 2);
Ritor1
parents:
diff changeset
1648 Src->pZInterceptDisplacements = (unsigned __int16 *)((char *)v99 + (int)v244);
Ritor1
parents:
diff changeset
1649 Src = &pFaces[v92];
Ritor1
parents:
diff changeset
1650 v100 = ptr_2AC;
Ritor1
parents:
diff changeset
1651 v244 = (BLVSector *)((char *)v244 + 2 * Src->uNumVertices + 2);
Ritor1
parents:
diff changeset
1652 Src->pVertexUIDs = (unsigned __int16 *)((char *)v100 + (int)v244);
Ritor1
parents:
diff changeset
1653 Src = &pFaces[v92];
Ritor1
parents:
diff changeset
1654 ++v92;
Ritor1
parents:
diff changeset
1655 v101 = ptr_2AC;
Ritor1
parents:
diff changeset
1656 v244 = (BLVSector *)((char *)v244 + 2 * Src->uNumVertices + 2);
Ritor1
parents:
diff changeset
1657 ++v245;
Ritor1
parents:
diff changeset
1658 Src->pVertexVIDs = (unsigned __int16 *)((char *)v101 + (int)v244);
Ritor1
parents:
diff changeset
1659 v244 = (BLVSector *)((char *)v244 + 2 * *((char *)&pFaces[v92] - 3) + 2);*/
Ritor1
parents:
diff changeset
1660 }
Ritor1
parents:
diff changeset
1661
Ritor1
parents:
diff changeset
1662 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1663
Ritor1
parents:
diff changeset
1664 pData += blv.uFaces_fdata_Size;
Ritor1
parents:
diff changeset
1665
Ritor1
parents:
diff changeset
1666 for (uint i = 0; i < uNumFaces; ++i)
Ritor1
parents:
diff changeset
1667 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1668 BLVFace* pFace = &pFaces[i];
0
Ritor1
parents:
diff changeset
1669
Ritor1
parents:
diff changeset
1670 char pTexName[16];
Ritor1
parents:
diff changeset
1671 strncpy(pTexName, pData, 10);
Ritor1
parents:
diff changeset
1672 pData += 10;
Ritor1
parents:
diff changeset
1673
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
1674 if (pFace->uAttributes & FACE_TEXTURE_FRAME)
0
Ritor1
parents:
diff changeset
1675 {
Ritor1
parents:
diff changeset
1676 pFace->uBitmapID = pTextureFrameTable->FindTextureByName(pTexName);
Ritor1
parents:
diff changeset
1677 if (pFace->uBitmapID)
Ritor1
parents:
diff changeset
1678 pTextureFrameTable->LoadAnimationSequenceAndPalettes(pFace->uBitmapID);
Ritor1
parents:
diff changeset
1679 else
Ritor1
parents:
diff changeset
1680 {
Ritor1
parents:
diff changeset
1681 pFace->uBitmapID = pBitmaps_LOD->LoadTexture(pTexName);
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
1682 pFace->uAttributes &= ~FACE_TEXTURE_FRAME;
0
Ritor1
parents:
diff changeset
1683 }
Ritor1
parents:
diff changeset
1684 }
Ritor1
parents:
diff changeset
1685 else
Ritor1
parents:
diff changeset
1686 pFace->uBitmapID = pBitmaps_LOD->LoadTexture(pTexName);
Ritor1
parents:
diff changeset
1687 }
Ritor1
parents:
diff changeset
1688
Ritor1
parents:
diff changeset
1689 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1690
2144
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
1691 memcpy(&uNumFaceExtras, pData, 4);
0
Ritor1
parents:
diff changeset
1692 memcpy(pFaceExtras, pData += 4, uNumFaceExtras * sizeof(BLVFaceExtra));
Ritor1
parents:
diff changeset
1693 pData += uNumFaceExtras * sizeof(BLVFaceExtra);
Ritor1
parents:
diff changeset
1694
Ritor1
parents:
diff changeset
1695 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1696
Ritor1
parents:
diff changeset
1697 //v108 = (char *)v107 + 36 * uNumFaceExtras;
Ritor1
parents:
diff changeset
1698 //v245 = 0;
Ritor1
parents:
diff changeset
1699 //*(int *)((char *)&uSourceLen + 1) = 0;
Ritor1
parents:
diff changeset
1700 for (uint i = 0; i < uNumFaceExtras; ++i)
Ritor1
parents:
diff changeset
1701 {
Ritor1
parents:
diff changeset
1702 char pTexName[32];
Ritor1
parents:
diff changeset
1703 strncpy(pTexName, pData, 10);
Ritor1
parents:
diff changeset
1704 pData += 10;
Ritor1
parents:
diff changeset
1705
Ritor1
parents:
diff changeset
1706 if (!strcmp(pTexName, ""))
Ritor1
parents:
diff changeset
1707 pFaceExtras[i].uAdditionalBitmapID = -1;
Ritor1
parents:
diff changeset
1708 else
Ritor1
parents:
diff changeset
1709 pFaceExtras[i].uAdditionalBitmapID = pBitmaps_LOD->LoadTexture(pTexName);
Ritor1
parents:
diff changeset
1710 }
Ritor1
parents:
diff changeset
1711
Ritor1
parents:
diff changeset
1712
Ritor1
parents:
diff changeset
1713 for (uint i = 0; i < uNumFaces; ++i)
Ritor1
parents:
diff changeset
1714 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1715 BLVFace* pFace = &pFaces[i];
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1716 BLVFaceExtra* pFaceExtra = &pFaceExtras[pFace->uFaceExtraID];
0
Ritor1
parents:
diff changeset
1717
Ritor1
parents:
diff changeset
1718 if (pFaceExtra->uEventID)
Ritor1
parents:
diff changeset
1719 {
Ritor1
parents:
diff changeset
1720 if (pFaceExtra->HasEventint())
Ritor1
parents:
diff changeset
1721 pFace->uAttributes |= 0x100000;
Ritor1
parents:
diff changeset
1722 else
Ritor1
parents:
diff changeset
1723 pFace->uAttributes &= ~0x100000;
Ritor1
parents:
diff changeset
1724 }
Ritor1
parents:
diff changeset
1725 }
Ritor1
parents:
diff changeset
1726
Ritor1
parents:
diff changeset
1727 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1728
Ritor1
parents:
diff changeset
1729 memcpy(&uNumSectors, pData, 4);
Ritor1
parents:
diff changeset
1730 memcpy(pSectors, pData + 4, uNumSectors * sizeof(BLVSector));
Ritor1
parents:
diff changeset
1731 pData += 4 + uNumSectors * sizeof(BLVSector);
Ritor1
parents:
diff changeset
1732
Ritor1
parents:
diff changeset
1733 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1734
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
1735 ptr_0002B0_sector_rdata = (unsigned short *)malloc(blv.uSector_rdata_Size);//, "L.RData");
0
Ritor1
parents:
diff changeset
1736 memcpy(ptr_0002B0_sector_rdata, pData, blv.uSector_rdata_Size);
Ritor1
parents:
diff changeset
1737 pData += blv.uSector_rdata_Size;
Ritor1
parents:
diff changeset
1738
Ritor1
parents:
diff changeset
1739 for (uint i = 0, j = 0; i < uNumSectors; ++i)
Ritor1
parents:
diff changeset
1740 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1741 BLVSector* pSector = &pSectors[i];
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1742
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1743 pSector->pFloors = &ptr_0002B0_sector_rdata[j];
0
Ritor1
parents:
diff changeset
1744 j += pSector->uNumFloors;
Ritor1
parents:
diff changeset
1745
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1746 pSector->pWalls = &ptr_0002B0_sector_rdata[j];
554
9caf59edb1ee Cave and Temple load and even doesn't crash (for a while).
Nomad
parents: 520
diff changeset
1747 j += pSector->uNumWalls;
0
Ritor1
parents:
diff changeset
1748
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1749 pSector->pCeilings = &ptr_0002B0_sector_rdata[j];
554
9caf59edb1ee Cave and Temple load and even doesn't crash (for a while).
Nomad
parents: 520
diff changeset
1750 j += pSector->uNumCeilings;
0
Ritor1
parents:
diff changeset
1751
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1752 pSector->pFluids = &ptr_0002B0_sector_rdata[j];
554
9caf59edb1ee Cave and Temple load and even doesn't crash (for a while).
Nomad
parents: 520
diff changeset
1753 j += pSector->uNumFluids;
0
Ritor1
parents:
diff changeset
1754
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1755 pSector->pPortals = &ptr_0002B0_sector_rdata[j];
0
Ritor1
parents:
diff changeset
1756 j += pSector->uNumPortals;
Ritor1
parents:
diff changeset
1757
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1758 pSector->pFaceIDs = &ptr_0002B0_sector_rdata[j];
554
9caf59edb1ee Cave and Temple load and even doesn't crash (for a while).
Nomad
parents: 520
diff changeset
1759 j += pSector->uNumFaces;
0
Ritor1
parents:
diff changeset
1760
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1761 pSector->pCogs = &ptr_0002B0_sector_rdata[j];
554
9caf59edb1ee Cave and Temple load and even doesn't crash (for a while).
Nomad
parents: 520
diff changeset
1762 j += pSector->uNumCogs;
0
Ritor1
parents:
diff changeset
1763
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1764 pSector->pDecorationIDs = &ptr_0002B0_sector_rdata[j];
0
Ritor1
parents:
diff changeset
1765 j += pSector->uNumDecorations;
Ritor1
parents:
diff changeset
1766
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1767 pSector->pMarkers = &ptr_0002B0_sector_rdata[j];
554
9caf59edb1ee Cave and Temple load and even doesn't crash (for a while).
Nomad
parents: 520
diff changeset
1768 j += pSector->uNumMarkers;
0
Ritor1
parents:
diff changeset
1769
Ritor1
parents:
diff changeset
1770
Ritor1
parents:
diff changeset
1771 //do
Ritor1
parents:
diff changeset
1772 //{
Ritor1
parents:
diff changeset
1773 /*pSectors[v118].pFloors = (unsigned __int16 *)((char *)Src + (unsigned int)ptr_0002B0_sector_rdata);
Ritor1
parents:
diff changeset
1774 v244 = &pSectors[v118];
Ritor1
parents:
diff changeset
1775 v119 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1776 Src = (BLVFace *)((char *)Src + 2 * v244->field_4);
Ritor1
parents:
diff changeset
1777 v244->pWalls = (unsigned __int16 *)((char *)v119 + (int)Src);
Ritor1
parents:
diff changeset
1778 v120 = (int)&pSectors[v118];
Ritor1
parents:
diff changeset
1779 v244 = (BLVSector *)v120;
Ritor1
parents:
diff changeset
1780 v121 = (BLVFace *)((char *)Src + 2 * *(short *)(v120 + 12));
Ritor1
parents:
diff changeset
1781 v122 = (unsigned __int16 *)((char *)v121 + (unsigned int)ptr_0002B0_sector_rdata);
Ritor1
parents:
diff changeset
1782 Src = v121;
Ritor1
parents:
diff changeset
1783 v244->pCeilings = v122;
Ritor1
parents:
diff changeset
1784 v123 = (int)&pSectors[v118];
Ritor1
parents:
diff changeset
1785 v244 = (BLVSector *)v123;
Ritor1
parents:
diff changeset
1786 v124 = (BLVFace *)((char *)Src + 2 * *(short *)(v123 + 20));
Ritor1
parents:
diff changeset
1787 v125 = (unsigned __int16 *)((char *)v124 + (unsigned int)ptr_0002B0_sector_rdata);
Ritor1
parents:
diff changeset
1788 Src = v124;
Ritor1
parents:
diff changeset
1789 v244->pFluids = v125;
Ritor1
parents:
diff changeset
1790 v244 = &pSectors[v118];
Ritor1
parents:
diff changeset
1791 v126 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1792 Src = (BLVFace *)((char *)Src + 2 * v244->field_1C);
Ritor1
parents:
diff changeset
1793 v244->pPortals = (unsigned __int16 *)((char *)v126 + (int)Src);
Ritor1
parents:
diff changeset
1794 v244 = &pSectors[v118];
Ritor1
parents:
diff changeset
1795 v127 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1796 Src = (BLVFace *)((char *)Src + 2 * v244->uNumPortals);
Ritor1
parents:
diff changeset
1797 v244->pFaceIDs = (unsigned __int16 *)((char *)v127 + (int)Src);
Ritor1
parents:
diff changeset
1798 v244 = &pSectors[v118];
Ritor1
parents:
diff changeset
1799 v128 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1800 Src = (BLVFace *)((char *)Src + 2 * v244->field_2C);
Ritor1
parents:
diff changeset
1801 v244->pCogs = (unsigned __int16 *)((char *)v128 + (int)Src);
Ritor1
parents:
diff changeset
1802 v244 = &pSectors[v118];
Ritor1
parents:
diff changeset
1803 v129 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1804 Src = (BLVFace *)((char *)Src + 2 * v244->field_3C);
Ritor1
parents:
diff changeset
1805 v244->pDecorationIDs = (unsigned __int16 *)((char *)v129 + (int)Src);
Ritor1
parents:
diff changeset
1806 v130 = (int)&pSectors[v118];
Ritor1
parents:
diff changeset
1807 ++v118;
Ritor1
parents:
diff changeset
1808 v244 = (BLVSector *)v130;
Ritor1
parents:
diff changeset
1809 v131 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1810 Src = (BLVFace *)((char *)Src + 2 * *(short *)(v130 + 68));
Ritor1
parents:
diff changeset
1811 ++v245;
Ritor1
parents:
diff changeset
1812 *(int *)(v130 + 80) = (int)(char *)v131 + (int)Src;
Ritor1
parents:
diff changeset
1813 Src = (BLVFace *)((char *)Src + 2 * *((short *)&pSectors[v118] - 20));*/
Ritor1
parents:
diff changeset
1814 //}
Ritor1
parents:
diff changeset
1815 //while ( v245 < uNumSectors );
Ritor1
parents:
diff changeset
1816 }
Ritor1
parents:
diff changeset
1817
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
1818 ptr_0002B8_sector_lrdata = (unsigned __int16 *)malloc(blv.uSector_lrdata_Size);//, "L.RLData");
0
Ritor1
parents:
diff changeset
1819 memcpy(ptr_0002B8_sector_lrdata, pData, blv.uSector_lrdata_Size);
Ritor1
parents:
diff changeset
1820 pData += blv.uSector_lrdata_Size;
Ritor1
parents:
diff changeset
1821
Ritor1
parents:
diff changeset
1822 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1823
Ritor1
parents:
diff changeset
1824 for (uint i = 0, j = 0; i < uNumSectors; ++i)
Ritor1
parents:
diff changeset
1825 {
554
9caf59edb1ee Cave and Temple load and even doesn't crash (for a while).
Nomad
parents: 520
diff changeset
1826 pSectors[i].pLights = ptr_0002B8_sector_lrdata + j;
9caf59edb1ee Cave and Temple load and even doesn't crash (for a while).
Nomad
parents: 520
diff changeset
1827 j += pSectors[i].uNumLights;
0
Ritor1
parents:
diff changeset
1828 }
Ritor1
parents:
diff changeset
1829
Ritor1
parents:
diff changeset
1830 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1831
Ritor1
parents:
diff changeset
1832 memcpy(&uNumDoors, pData, 4);
Ritor1
parents:
diff changeset
1833 pData += 4;
Ritor1
parents:
diff changeset
1834
Ritor1
parents:
diff changeset
1835 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1836 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1837
Ritor1
parents:
diff changeset
1838 memcpy(&uNumLevelDecorations, pData, 4);
1202
0dbf6c4dd029 arrays to std::arrays phase 1
Grumpy7
parents: 1187
diff changeset
1839 memcpy(pLevelDecorations.data(), pData + 4, uNumLevelDecorations * sizeof(LevelDecoration));
0
Ritor1
parents:
diff changeset
1840 pData += 4 + uNumLevelDecorations * sizeof(LevelDecoration);
Ritor1
parents:
diff changeset
1841
Ritor1
parents:
diff changeset
1842 for (uint i = 0; i < uNumLevelDecorations; ++i)
Ritor1
parents:
diff changeset
1843 {
Ritor1
parents:
diff changeset
1844 pLevelDecorations[i].uDecorationDescID = pDecorationList->GetDecorIdByName(pData);
Ritor1
parents:
diff changeset
1845
Ritor1
parents:
diff changeset
1846 pData += 32;
Ritor1
parents:
diff changeset
1847 }
Ritor1
parents:
diff changeset
1848
Ritor1
parents:
diff changeset
1849 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1850
Ritor1
parents:
diff changeset
1851 memcpy(&uNumLights, pData, 4);
Ritor1
parents:
diff changeset
1852 memcpy(pLights, pData + 4, uNumLights * sizeof(BLVLightMM7));
Ritor1
parents:
diff changeset
1853 pData += 4 + uNumLights * sizeof(BLVLightMM7);
Ritor1
parents:
diff changeset
1854
Ritor1
parents:
diff changeset
1855 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1856 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1857
Ritor1
parents:
diff changeset
1858 memcpy(&uNumNodes, pData, 4);
Ritor1
parents:
diff changeset
1859 memcpy(pNodes, pData + 4, uNumNodes * sizeof(BSPNode));
Ritor1
parents:
diff changeset
1860 pData += 4 + uNumNodes * sizeof(BSPNode);
Ritor1
parents:
diff changeset
1861
Ritor1
parents:
diff changeset
1862 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1863 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1864
Ritor1
parents:
diff changeset
1865 memcpy(&uNumSpawnPoints, pData, 4);
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
1866 pSpawnPoints = (SpawnPointMM7 *)malloc(uNumSpawnPoints * sizeof(SpawnPointMM7));
0
Ritor1
parents:
diff changeset
1867 memcpy(pSpawnPoints, pData + 4, uNumSpawnPoints * sizeof(SpawnPointMM7));
Ritor1
parents:
diff changeset
1868 pData += 4 + uNumSpawnPoints * sizeof(SpawnPointMM7);
Ritor1
parents:
diff changeset
1869
Ritor1
parents:
diff changeset
1870 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1871 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1872
Ritor1
parents:
diff changeset
1873 //v201 = (const char *)v148;
Ritor1
parents:
diff changeset
1874 //v200 = (size_t)pMapOutlines;
Ritor1
parents:
diff changeset
1875 memcpy(&pMapOutlines->uNumOutlines, pData, 4);
Ritor1
parents:
diff changeset
1876 memcpy(pMapOutlines->pOutlines, pData + 4, pMapOutlines->uNumOutlines * sizeof(BLVMapOutline));
Ritor1
parents:
diff changeset
1877 //v149 = pMapOutlines;
Ritor1
parents:
diff changeset
1878 //v199 = 12 * *v149;
Ritor1
parents:
diff changeset
1879 //memcpy(v149 + 1, (const void *)(v148 + 4), v199);
Ritor1
parents:
diff changeset
1880 free(pRawBLV);
Ritor1
parents:
diff changeset
1881 pRawBLV = nullptr;
Ritor1
parents:
diff changeset
1882
Ritor1
parents:
diff changeset
1883 void *pRawDLV = nullptr;
Ritor1
parents:
diff changeset
1884 strcpy(&pFilename[strlen(pFilename) - 4], ".dlv");
2165
47ac9e87690c isFileOpened
Ritor1
parents: 2164
diff changeset
1885 File = pNew_LOD->FindContainer(pFilename, 1);//error on D28.dlv
2144
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
1886 fread(&header, 0x10u, 1, File);//(FILE *)v245);
0
Ritor1
parents:
diff changeset
1887 bool _v244 = false;
Ritor1
parents:
diff changeset
1888 if (header.uVersion != 91969 ||
Ritor1
parents:
diff changeset
1889 header.pMagic[0] != 'm' ||
Ritor1
parents:
diff changeset
1890 header.pMagic[1] != 'v' ||
Ritor1
parents:
diff changeset
1891 header.pMagic[2] != 'i' ||
Ritor1
parents:
diff changeset
1892 header.pMagic[3] != 'i' )
Ritor1
parents:
diff changeset
1893 {
Ritor1
parents:
diff changeset
1894 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:1090", 0);
Ritor1
parents:
diff changeset
1895 _v244 = true;
Ritor1
parents:
diff changeset
1896 }
Ritor1
parents:
diff changeset
1897 else
Ritor1
parents:
diff changeset
1898 {
Ritor1
parents:
diff changeset
1899 pRawDLV = malloc(header.uDecompressedSize);
Ritor1
parents:
diff changeset
1900 if (header.uCompressedSize == header.uDecompressedSize)
Ritor1
parents:
diff changeset
1901 fread(pRawDLV, 1, header.uCompressedSize, File);
Ritor1
parents:
diff changeset
1902 else if (header.uCompressedSize < header.uDecompressedSize)
Ritor1
parents:
diff changeset
1903 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1904 void* pTmpMem = malloc(header.uCompressedSize);
0
Ritor1
parents:
diff changeset
1905 {
Ritor1
parents:
diff changeset
1906 fread(pTmpMem, header.uCompressedSize, 1, File);
Ritor1
parents:
diff changeset
1907
Ritor1
parents:
diff changeset
1908 uint uDecompressedSize = header.uDecompressedSize;
Ritor1
parents:
diff changeset
1909 zlib::MemUnzip(pRawDLV, &uDecompressedSize, pTmpMem, header.uCompressedSize);
Ritor1
parents:
diff changeset
1910
Ritor1
parents:
diff changeset
1911 if (uDecompressedSize != header.uDecompressedSize)
Ritor1
parents:
diff changeset
1912 Log::Warning(L"uDecompressedSize != header.uDecompressedSize in DLV");
Ritor1
parents:
diff changeset
1913 }
Ritor1
parents:
diff changeset
1914 free(pTmpMem);
Ritor1
parents:
diff changeset
1915 }
Ritor1
parents:
diff changeset
1916 else
Ritor1
parents:
diff changeset
1917 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:1108", 0);
Ritor1
parents:
diff changeset
1918
Ritor1
parents:
diff changeset
1919 pData = (char *)pRawDLV;
Ritor1
parents:
diff changeset
1920 }
Ritor1
parents:
diff changeset
1921
Ritor1
parents:
diff changeset
1922 memcpy(&dlv, pData, 40);
Ritor1
parents:
diff changeset
1923 pData += 40;
Ritor1
parents:
diff changeset
1924
Ritor1
parents:
diff changeset
1925 //v152 = dlv.uNumFacesInBModels;
Ritor1
parents:
diff changeset
1926 if (dlv.uNumFacesInBModels)
Ritor1
parents:
diff changeset
1927 {
Ritor1
parents:
diff changeset
1928 //v153 = dlv.uNumDecorations;
Ritor1
parents:
diff changeset
1929 if (dlv.uNumDecorations)
Ritor1
parents:
diff changeset
1930 {
Ritor1
parents:
diff changeset
1931 if (dlv.uNumFacesInBModels != uNumFaces ||
Ritor1
parents:
diff changeset
1932 dlv.uNumDecorations != uNumLevelDecorations)
Ritor1
parents:
diff changeset
1933 _v244 = true;
Ritor1
parents:
diff changeset
1934 }
Ritor1
parents:
diff changeset
1935 }
Ritor1
parents:
diff changeset
1936
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2044
diff changeset
1937 if (dword_6BE364_game_settings_1 & GAME_SETTINGS_2000 )
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2044
diff changeset
1938 _i = 0x1BAF800;
0
Ritor1
parents:
diff changeset
1939 bool _a = false;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1458
diff changeset
1940 if ( a3 - dlv.uLastRepawnDay >= _i && _stricmp(pCurrentMapName, "d29.dlv") )
0
Ritor1
parents:
diff changeset
1941 _a = true;
Ritor1
parents:
diff changeset
1942
Ritor1
parents:
diff changeset
1943 //v154 = 875;
Ritor1
parents:
diff changeset
1944 if (_v244)
Ritor1
parents:
diff changeset
1945 {
Ritor1
parents:
diff changeset
1946 memset(v203, 0, 0x36B);
Ritor1
parents:
diff changeset
1947 goto LABEL_132;
Ritor1
parents:
diff changeset
1948 }
Ritor1
parents:
diff changeset
1949 if (_a || !dlv.uLastRepawnDay )
Ritor1
parents:
diff changeset
1950 {
Ritor1
parents:
diff changeset
1951 memcpy(v203, pData, 0x36B);
Ritor1
parents:
diff changeset
1952 LABEL_132:
435
4f451a616d3d blv reloading fixed
Nomad
parents: 434
diff changeset
1953 free(pRawDLV);
0
Ritor1
parents:
diff changeset
1954 dlv.uLastRepawnDay = a3;
Ritor1
parents:
diff changeset
1955 if (_v244)
Ritor1
parents:
diff changeset
1956 ++dlv.uNumRespawns;
Ritor1
parents:
diff changeset
1957 //v201 = pFilename;
Ritor1
parents:
diff changeset
1958 *(int *)pDest = 1;
Ritor1
parents:
diff changeset
1959 File = pGames_LOD->FindContainer(pFilename, 0);
Ritor1
parents:
diff changeset
1960 fread(&header, 0x10u, 1u, File);
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1961 uint v155 = header.uCompressedSize;
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1962 uint Count = header.uDecompressedSize;
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1963 BLVFace* Src = (BLVFace *)malloc(header.uDecompressedSize);
435
4f451a616d3d blv reloading fixed
Nomad
parents: 434
diff changeset
1964 pRawDLV = Src;
0
Ritor1
parents:
diff changeset
1965 if ( v155 <= Count )
Ritor1
parents:
diff changeset
1966 {
Ritor1
parents:
diff changeset
1967 if ( v155 == Count )
Ritor1
parents:
diff changeset
1968 {
2144
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
1969 fread(Src, 1, Count, File);
0
Ritor1
parents:
diff changeset
1970 }
Ritor1
parents:
diff changeset
1971 else
Ritor1
parents:
diff changeset
1972 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1973 void* _uSourceLen = malloc(v155);
2144
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
1974 fread(_uSourceLen, v155, 1, File);
0
Ritor1
parents:
diff changeset
1975 zlib::MemUnzip(Src, &Count, _uSourceLen, v155);
Ritor1
parents:
diff changeset
1976 free(_uSourceLen);
Ritor1
parents:
diff changeset
1977 }
Ritor1
parents:
diff changeset
1978 }
Ritor1
parents:
diff changeset
1979 else
Ritor1
parents:
diff changeset
1980 {
Ritor1
parents:
diff changeset
1981 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:1195", 0);
Ritor1
parents:
diff changeset
1982 }
Ritor1
parents:
diff changeset
1983 pData = ((char *)Src + 40);
Ritor1
parents:
diff changeset
1984 //v154 = 875;
Ritor1
parents:
diff changeset
1985 goto LABEL_140;
Ritor1
parents:
diff changeset
1986 }
Ritor1
parents:
diff changeset
1987 *(int *)pDest = 0;
Ritor1
parents:
diff changeset
1988 LABEL_140:
Ritor1
parents:
diff changeset
1989 //v202 = (int)".blv";
Ritor1
parents:
diff changeset
1990 //v156 = strlen(pFilename);
Ritor1
parents:
diff changeset
1991 strcpy(&pFilename[strlen(pFilename) - 4], ".blv");
Ritor1
parents:
diff changeset
1992 memcpy(_visible_outlines, pData, 875);
Ritor1
parents:
diff changeset
1993 pData += 875;
Ritor1
parents:
diff changeset
1994
Ritor1
parents:
diff changeset
1995 if ( *(int *)pDest )
Ritor1
parents:
diff changeset
1996 memcpy(_visible_outlines, v203, 875);
Ritor1
parents:
diff changeset
1997
Ritor1
parents:
diff changeset
1998 for (uint i = 0; i < pMapOutlines->uNumOutlines; ++i)
Ritor1
parents:
diff changeset
1999 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2000 BLVMapOutline* pVertex = &pMapOutlines->pOutlines[i];
0
Ritor1
parents:
diff changeset
2001 if ((unsigned __int8)(1 << (7 - i % 8)) & _visible_outlines[i / 8])
Ritor1
parents:
diff changeset
2002 pVertex->uFlags |= 1;
Ritor1
parents:
diff changeset
2003 }
Ritor1
parents:
diff changeset
2004
Ritor1
parents:
diff changeset
2005
Ritor1
parents:
diff changeset
2006 for (uint i = 0; i < uNumFaces; ++i)
Ritor1
parents:
diff changeset
2007 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2008 BLVFace* pFace = &pFaces[i];
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2009 BLVFaceExtra* pFaceExtra = &pFaceExtras[pFace->uFaceExtraID];
0
Ritor1
parents:
diff changeset
2010
Ritor1
parents:
diff changeset
2011 memcpy(&pFace->uAttributes, pData, 4);
Ritor1
parents:
diff changeset
2012 pData += 4;
Ritor1
parents:
diff changeset
2013
Ritor1
parents:
diff changeset
2014 if (pFaceExtra->uEventID)
Ritor1
parents:
diff changeset
2015 {
Ritor1
parents:
diff changeset
2016 if (pFaceExtra->HasEventint())
Ritor1
parents:
diff changeset
2017 pFace->uAttributes |= 0x100000;
Ritor1
parents:
diff changeset
2018 else
Ritor1
parents:
diff changeset
2019 pFace->uAttributes &= ~0x100000;
Ritor1
parents:
diff changeset
2020 }
Ritor1
parents:
diff changeset
2021 }
Ritor1
parents:
diff changeset
2022
Ritor1
parents:
diff changeset
2023 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
2024
Ritor1
parents:
diff changeset
2025 for (uint i = 0; i < uNumLevelDecorations; ++i)
Ritor1
parents:
diff changeset
2026 {
1489
a27cdb3d753e Cleanup of LevelDecoration and related.
yoctozepto
parents: 1479
diff changeset
2027 memcpy(&pLevelDecorations[i].uFlags, pData, 2);
0
Ritor1
parents:
diff changeset
2028 pData += 2;
Ritor1
parents:
diff changeset
2029 }
Ritor1
parents:
diff changeset
2030
Ritor1
parents:
diff changeset
2031 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
2032
Ritor1
parents:
diff changeset
2033 memcpy(&uNumActors, pData, 4);
2173
daa61976637d savegame and loadgame continue
Ritor1
parents: 2172
diff changeset
2034 memcpy(&pActors, pData + 4, uNumActors * sizeof(Actor));
0
Ritor1
parents:
diff changeset
2035 pData += 4 + uNumActors * sizeof(Actor);
Ritor1
parents:
diff changeset
2036
Ritor1
parents:
diff changeset
2037 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
2038 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
2039
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 486
diff changeset
2040 memcpy(&uNumSpriteObjects, pData, 4);
1207
96a81634669e arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents: 1206
diff changeset
2041 memcpy(pSpriteObjects.data(), pData + 4, uNumSpriteObjects * sizeof(SpriteObject));
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 486
diff changeset
2042 pData += 4 + uNumSpriteObjects * sizeof(SpriteObject);
0
Ritor1
parents:
diff changeset
2043
Ritor1
parents:
diff changeset
2044 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
2045
2144
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
2046 for ( uint i = 0; i < uNumSpriteObjects; ++i )
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
2047 {
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
2048 if (pSpriteObjects[i].stru_24.uItemID && !(pSpriteObjects[i].uAttributes & 0x0100))
0
Ritor1
parents:
diff changeset
2049 {
2144
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
2050 pSpriteObjects[i].uType = pItemsTable->pItems[pSpriteObjects[i].stru_24.uItemID].uSpriteID;
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
2051
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
2052 //uint uObjectID = 0;
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
2053 for ( uint j = 0; j < pObjectList->uNumObjects; ++j )
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
2054 if ( pSpriteObjects[i].uType == pObjectList->pObjects[j].uObjectID )
0
Ritor1
parents:
diff changeset
2055 {
2144
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
2056 pSpriteObjects[i].uObjectDescID = j;
0
Ritor1
parents:
diff changeset
2057 break;
Ritor1
parents:
diff changeset
2058 }
Ritor1
parents:
diff changeset
2059 }
Ritor1
parents:
diff changeset
2060 }
Ritor1
parents:
diff changeset
2061
Ritor1
parents:
diff changeset
2062 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
2063
Ritor1
parents:
diff changeset
2064 memcpy(&uNumChests, pData, 4);
1202
0dbf6c4dd029 arrays to std::arrays phase 1
Grumpy7
parents: 1187
diff changeset
2065 memcpy(pChests.data(), pData + 4, uNumChests * sizeof(Chest));
0
Ritor1
parents:
diff changeset
2066 pData += 4 + uNumChests * sizeof(Chest);
Ritor1
parents:
diff changeset
2067
Ritor1
parents:
diff changeset
2068 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
2069 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
2070
Ritor1
parents:
diff changeset
2071 memcpy(pDoors, pData, 0x3E80);
Ritor1
parents:
diff changeset
2072 pData += 0x3E80;
Ritor1
parents:
diff changeset
2073
Ritor1
parents:
diff changeset
2074 //v201 = (const char *)blv.uDoors_ddata_Size;
Ritor1
parents:
diff changeset
2075 //v200 = (size_t)ptr_0002B4_doors_ddata;
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
2076 //v170 = malloc(ptr_0002B4_doors_ddata, blv.uDoors_ddata_Size, "L.DData");
0
Ritor1
parents:
diff changeset
2077 //v171 = blv.uDoors_ddata_Size;
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
2078 ptr_0002B4_doors_ddata = (unsigned __int16 *)malloc(blv.uDoors_ddata_Size);//, "L.DData");
0
Ritor1
parents:
diff changeset
2079 memcpy(ptr_0002B4_doors_ddata, pData, blv.uDoors_ddata_Size);
Ritor1
parents:
diff changeset
2080 pData += blv.uDoors_ddata_Size;
Ritor1
parents:
diff changeset
2081
Ritor1
parents:
diff changeset
2082 //Src = (BLVFace *)((char *)Src + v171);
Ritor1
parents:
diff changeset
2083 //v172 = 0;
Ritor1
parents:
diff changeset
2084 //v245 = 0;
Ritor1
parents:
diff changeset
2085 //if (uNumDoors > 0)
Ritor1
parents:
diff changeset
2086 for (uint i = 0, j = 0; i < uNumDoors; ++i)
Ritor1
parents:
diff changeset
2087 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2088 BLVDoor* pDoor = &pDoors[i];
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2089
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2090 pDoor->pVertexIDs = &ptr_0002B4_doors_ddata[j];
0
Ritor1
parents:
diff changeset
2091 j += pDoor->uNumVertices;
Ritor1
parents:
diff changeset
2092
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2093 pDoor->pFaceIDs = &ptr_0002B4_doors_ddata[j];
0
Ritor1
parents:
diff changeset
2094 j += pDoor->uNumFaces;
Ritor1
parents:
diff changeset
2095
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2096 pDoor->pSectorIDs = &ptr_0002B4_doors_ddata[j];
0
Ritor1
parents:
diff changeset
2097 j += pDoor->field_48;
Ritor1
parents:
diff changeset
2098
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2099 pDoor->pDeltaUs = (short *)(&ptr_0002B4_doors_ddata[j]);
0
Ritor1
parents:
diff changeset
2100 j += pDoor->uNumFaces;
Ritor1
parents:
diff changeset
2101
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2102 pDoor->pDeltaVs = (short *)(&ptr_0002B4_doors_ddata[j]);
0
Ritor1
parents:
diff changeset
2103 j += pDoor->uNumFaces;
Ritor1
parents:
diff changeset
2104
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2105 pDoor->pXOffsets = &ptr_0002B4_doors_ddata[j];
0
Ritor1
parents:
diff changeset
2106 j += pDoor->uNumOffsets;
Ritor1
parents:
diff changeset
2107
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2108 pDoor->pYOffsets = &ptr_0002B4_doors_ddata[j];
0
Ritor1
parents:
diff changeset
2109 j += pDoor->uNumOffsets;
Ritor1
parents:
diff changeset
2110
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2111 pDoor->pZOffsets = &ptr_0002B4_doors_ddata[j];
0
Ritor1
parents:
diff changeset
2112 j += pDoor->uNumOffsets;
Ritor1
parents:
diff changeset
2113 /*v173 = pDoors;
Ritor1
parents:
diff changeset
2114 for ( k = 0; ; v172 = v188 + 2 * *((short *)&v173[k] - 3) )
Ritor1
parents:
diff changeset
2115 {
Ritor1
parents:
diff changeset
2116 v173[k].pVertexIDs = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v172);
Ritor1
parents:
diff changeset
2117 v175 = &pDoors[k];
Ritor1
parents:
diff changeset
2118 v176 = v172 + 2 * v175->uNumVertices;
Ritor1
parents:
diff changeset
2119 v175->pFaceIDs = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v176);
Ritor1
parents:
diff changeset
2120 v177 = &pDoors[k];
Ritor1
parents:
diff changeset
2121 v178 = v176 + 2 * v177->uNumFaces;
Ritor1
parents:
diff changeset
2122 v177->pSectorIDs = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v178);
Ritor1
parents:
diff changeset
2123 v179 = &pDoors[k];
Ritor1
parents:
diff changeset
2124 v180 = v178 + 2 * v179->field_48;
Ritor1
parents:
diff changeset
2125 v179->pDeltaUs = (__int16 *)((char *)ptr_0002B4_doors_ddata + v180);
Ritor1
parents:
diff changeset
2126 v181 = &pDoors[k];
Ritor1
parents:
diff changeset
2127 v182 = v180 + 2 * v181->uNumFaces;
Ritor1
parents:
diff changeset
2128 v181->pDeltaVs = (__int16 *)((char *)ptr_0002B4_doors_ddata + v182);
Ritor1
parents:
diff changeset
2129 v183 = &pDoors[k];
Ritor1
parents:
diff changeset
2130 v184 = v182 + 2 * v183->uNumFaces;
Ritor1
parents:
diff changeset
2131 v183->pXOffsets = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v184);
Ritor1
parents:
diff changeset
2132 v185 = &pDoors[k];
Ritor1
parents:
diff changeset
2133 v186 = v184 + 2 * v185->uNumOffsets;
Ritor1
parents:
diff changeset
2134 v185->pYOffsets = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v186);
Ritor1
parents:
diff changeset
2135 v187 = &pDoors[k];
Ritor1
parents:
diff changeset
2136 ++k;
Ritor1
parents:
diff changeset
2137 v188 = v186 + 2 * v187->uNumOffsets;
Ritor1
parents:
diff changeset
2138 v189 = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v188);
Ritor1
parents:
diff changeset
2139 ++v245;
Ritor1
parents:
diff changeset
2140 v187->pZOffsets = v189;
Ritor1
parents:
diff changeset
2141 v173 = pDoors;
Ritor1
parents:
diff changeset
2142 if ( v245 >= uNumDoors )
Ritor1
parents:
diff changeset
2143 break;
Ritor1
parents:
diff changeset
2144 }*/
Ritor1
parents:
diff changeset
2145 }
Ritor1
parents:
diff changeset
2146 //v190 = 0;
Ritor1
parents:
diff changeset
2147 //v245 = 0;
Ritor1
parents:
diff changeset
2148 for (uint i = 0; i < uNumDoors; ++i)
Ritor1
parents:
diff changeset
2149 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2150 BLVDoor* pDoor = &pDoors[i];
0
Ritor1
parents:
diff changeset
2151
Ritor1
parents:
diff changeset
2152 for (uint j = 0; j < pDoor->uNumFaces; ++j)
Ritor1
parents:
diff changeset
2153 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2154 BLVFace* pFace = &pFaces[pDoor->pFaceIDs[j]];
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2155 BLVFaceExtra* pFaceExtra = &pFaceExtras[pFace->uFaceExtraID];
0
Ritor1
parents:
diff changeset
2156
Ritor1
parents:
diff changeset
2157 pDoor->pDeltaUs[j] = pFaceExtra->sTextureDeltaU;
Ritor1
parents:
diff changeset
2158 pDoor->pDeltaVs[j] = pFaceExtra->sTextureDeltaV;
Ritor1
parents:
diff changeset
2159 }
Ritor1
parents:
diff changeset
2160 //v191 = pDoors;
Ritor1
parents:
diff changeset
2161 //pDest = 0;
Ritor1
parents:
diff changeset
2162 //do
Ritor1
parents:
diff changeset
2163 // {
Ritor1
parents:
diff changeset
2164 /*Argsn = 0;
Ritor1
parents:
diff changeset
2165 for ( l = (BLVDoor *)&v190[(int)v191];
Ritor1
parents:
diff changeset
2166 Argsn < *(short *)&v190[(int)v191 + 70];
Ritor1
parents:
diff changeset
2167 l = (BLVDoor *)&v190[(int)v191] )
Ritor1
parents:
diff changeset
2168 {
Ritor1
parents:
diff changeset
2169 v193 = Argsn;
Ritor1
parents:
diff changeset
2170 v194 = l->pFaceIDs[Argsn++];
Ritor1
parents:
diff changeset
2171 v195 = &pFaceExtras[pFaces[v194].uFaceExtraID];
Ritor1
parents:
diff changeset
2172 l->pDeltaUs[v193] = v195->sTextureDeltaU;
Ritor1
parents:
diff changeset
2173 v190 = pDest;
Ritor1
parents:
diff changeset
2174 *(short *)(v193 * 2 + *(int *)&pDest[(unsigned int)pDoors + 52]) = v195->sTextureDeltaV;
Ritor1
parents:
diff changeset
2175 v191 = pDoors;
Ritor1
parents:
diff changeset
2176 }
Ritor1
parents:
diff changeset
2177 ++v245;
Ritor1
parents:
diff changeset
2178 v190 += 80;
Ritor1
parents:
diff changeset
2179 pDest = v190;*/
Ritor1
parents:
diff changeset
2180 //}
Ritor1
parents:
diff changeset
2181 //while ( v245 < uNumDoors );
Ritor1
parents:
diff changeset
2182 }
Ritor1
parents:
diff changeset
2183
Ritor1
parents:
diff changeset
2184
Ritor1
parents:
diff changeset
2185 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
2186
1736
c6fe09a06712 Player::CompareVariable finished, renamed stru_5E4C90 to stru_5E4C90_MapPersistVars, party::field_4A0 to party::CounterEventValues
Grumpy7
parents: 1705
diff changeset
2187 memcpy(&stru_5E4C90_MapPersistVars, pData, 0xC8);
0
Ritor1
parents:
diff changeset
2188 pData += 0xC8;
Ritor1
parents:
diff changeset
2189
Ritor1
parents:
diff changeset
2190 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
2191
Ritor1
parents:
diff changeset
2192 memcpy(&stru1, pData, 0x38u);
Ritor1
parents:
diff changeset
2193 pData += 0x38;
Ritor1
parents:
diff changeset
2194
Ritor1
parents:
diff changeset
2195 free(pRawDLV);
Ritor1
parents:
diff changeset
2196 //v5 = 0;
Ritor1
parents:
diff changeset
2197
Ritor1
parents:
diff changeset
2198 pSoundList->LoadSound(64, 0);
Ritor1
parents:
diff changeset
2199 pSoundList->LoadSound(103, 0);
Ritor1
parents:
diff changeset
2200 pSoundList->LoadSound(63, 0);
Ritor1
parents:
diff changeset
2201 pSoundList->LoadSound(102, 0);
Ritor1
parents:
diff changeset
2202 pSoundList->LoadSound(50, 0);
Ritor1
parents:
diff changeset
2203 pSoundList->LoadSound(89, 0);
Ritor1
parents:
diff changeset
2204
Ritor1
parents:
diff changeset
2205 return 0;
Ritor1
parents:
diff changeset
2206 }
Ritor1
parents:
diff changeset
2207
Ritor1
parents:
diff changeset
2208
Ritor1
parents:
diff changeset
2209 //----- (0049AC17) --------------------------------------------------------
Ritor1
parents:
diff changeset
2210 int IndoorLocation::GetSector(int sX, int sY, int sZ)
Ritor1
parents:
diff changeset
2211 {
Ritor1
parents:
diff changeset
2212 int v4; // esi@1
Ritor1
parents:
diff changeset
2213 //unsigned __int8 v5; // zf@1
Ritor1
parents:
diff changeset
2214 //unsigned __int8 v6; // sf@1
Ritor1
parents:
diff changeset
2215 //unsigned __int8 v7; // of@1
Ritor1
parents:
diff changeset
2216 //BLVSector *v8; // eax@3
Ritor1
parents:
diff changeset
2217 //int v9; // edi@9
Ritor1
parents:
diff changeset
2218 //int v10; // eax@9
Ritor1
parents:
diff changeset
2219 //int v11; // edx@9
Ritor1
parents:
diff changeset
2220 //int v12; // eax@10
Ritor1
parents:
diff changeset
2221 //unsigned __int16 v13; // ax@12
Ritor1
parents:
diff changeset
2222 //int v14; // edi@14
Ritor1
parents:
diff changeset
2223 //BLVFace *v15; // eax@14
Ritor1
parents:
diff changeset
2224 //BLVFace *v16; // edi@14
Ritor1
parents:
diff changeset
2225 //PolygonType v17; // al@14
Ritor1
parents:
diff changeset
2226 //unsigned __int16 *pVertexIDs; // esi@16
Ritor1
parents:
diff changeset
2227 //Vec3_short_ *v19; // eax@16
Ritor1
parents:
diff changeset
2228 //int v20; // edx@16
Ritor1
parents:
diff changeset
2229 //unsigned __int16 *v21; // esi@17
Ritor1
parents:
diff changeset
2230 //int v22; // edi@19
Ritor1
parents:
diff changeset
2231 //int v23; // edi@20
Ritor1
parents:
diff changeset
2232 //Vec3_short_ *v24; // edx@20
Ritor1
parents:
diff changeset
2233 signed int v25; // edx@21
Ritor1
parents:
diff changeset
2234 int v26; // ebx@23
Ritor1
parents:
diff changeset
2235 //int v27; // edx@26
Ritor1
parents:
diff changeset
2236 //signed __int64 v28; // qtt@26
Ritor1
parents:
diff changeset
2237 ///Vec3_short_ *v29; // eax@26
Ritor1
parents:
diff changeset
2238 //Vec3_short_ *v30; // edx@26
Ritor1
parents:
diff changeset
2239 //int v31; // edx@26
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2240 //signed int v32; // edi@27
0
Ritor1
parents:
diff changeset
2241 signed __int64 v33; // qtt@27
Ritor1
parents:
diff changeset
2242 //Vec3_short_ *v34; // edx@27
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2243 //int v35; // edx@32
0
Ritor1
parents:
diff changeset
2244 int v37; // edi@38
717
Ritor1
parents: 686
diff changeset
2245 int pSectorID; // ebx@40
0
Ritor1
parents:
diff changeset
2246 int v39; // eax@41
717
Ritor1
parents: 686
diff changeset
2247 BLVFace *pFace; // esi@42
Ritor1
parents: 686
diff changeset
2248 PolygonType pPolygonType; // dl@42
0
Ritor1
parents:
diff changeset
2249 int v42; // edx@43
Ritor1
parents:
diff changeset
2250 int v43[50]; // [sp+Ch] [bp-108h]@1
Ritor1
parents:
diff changeset
2251 //int v44; // [sp+D4h] [bp-40h]@9
Ritor1
parents:
diff changeset
2252 //int v45; // [sp+D8h] [bp-3Ch]@14
Ritor1
parents:
diff changeset
2253 //int v46; // [sp+DCh] [bp-38h]@14
Ritor1
parents:
diff changeset
2254 //int v47; // [sp+E0h] [bp-34h]@19
Ritor1
parents:
diff changeset
2255 //int v48; // [sp+E4h] [bp-30h]@9
Ritor1
parents:
diff changeset
2256 //Vec3_short_ *v49; // [sp+E8h] [bp-2Ch]@19
Ritor1
parents:
diff changeset
2257 bool v50; // [sp+ECh] [bp-28h]@19
Ritor1
parents:
diff changeset
2258 int v51; // [sp+F0h] [bp-24h]@9
Ritor1
parents:
diff changeset
2259 //unsigned int v52; // [sp+F4h] [bp-20h]@2
Ritor1
parents:
diff changeset
2260 int v53; // [sp+F8h] [bp-1Ch]@10
Ritor1
parents:
diff changeset
2261 int v54; // [sp+FCh] [bp-18h]@16
Ritor1
parents:
diff changeset
2262 int v55; // [sp+100h] [bp-14h]@1
Ritor1
parents:
diff changeset
2263 int v56; // [sp+104h] [bp-10h]@1
Ritor1
parents:
diff changeset
2264 int v57; // [sp+108h] [bp-Ch]@16
Ritor1
parents:
diff changeset
2265 //Vec3_short_ *v58; // [sp+10Ch] [bp-8h]@20
Ritor1
parents:
diff changeset
2266 int v59; // [sp+110h] [bp-4h]@16
Ritor1
parents:
diff changeset
2267
Ritor1
parents:
diff changeset
2268 v4 = 0;
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2269 v43[0] = 0;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2270
0
Ritor1
parents:
diff changeset
2271 v55 = 0;
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2272
0
Ritor1
parents:
diff changeset
2273 if (uNumSectors < 2)
Ritor1
parents:
diff changeset
2274 return 0;
Ritor1
parents:
diff changeset
2275
Ritor1
parents:
diff changeset
2276 for (uint i = 1; i < uNumSectors; ++i)
Ritor1
parents:
diff changeset
2277 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2278 BLVSector* pSector = &pSectors[i];
0
Ritor1
parents:
diff changeset
2279
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2280 if (pSector->pBounding.x1 > sX || pSector->pBounding.x2 < sX ||
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2281 pSector->pBounding.y1 > sY || pSector->pBounding.y2 < sY ||
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2282 pSector->pBounding.z1 - 64 > sZ || pSector->pBounding.z2 + 64 < sZ)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2283 continue;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2284
618
5cfb5dadf330 Margareth righ-click (addded constructor to NPCProfession) and cleaned BLV debug logs
Nomad
parents: 595
diff changeset
2285 //Log::Warning(L"Sector[%u]", i);
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2286 v51 = pSector->uNumFloors + pSector->uNumPortals;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2287 if (!v51)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2288 continue;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2289
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2290
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2291 for (uint j = 0; j < v51; ++j)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2292 {
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2293 uint uFaceID;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2294 if (j < pSector->uNumFloors)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2295 uFaceID = pSector->pFloors[j];
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2296 else
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2297 uFaceID = pSector->pPortals[j - pSector->uNumFloors];
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2298
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2299 BLVFace* pFace = &pFaces[uFaceID];
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2300 if (pFace->uPolygonType != POLYGON_Floor &&
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2301 pFace->uPolygonType != POLYGON_InBetweenFloorAndWall)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2302 continue;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2303
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2304 v54 = 0;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2305 v50 = pVertices[pFace->pVertexIDs[0]].y >= sY;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2306
793
290afbd48b6b IndoorLocation::GetSector fixed (even better!)
Nomad
parents: 791
diff changeset
2307 for (uint k = 1; k <= pFace->uNumVertices; k++)
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2308 {
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2309 v59 = v50;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2310
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2311 if (v54 >= 2)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2312 break;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2313
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2314 Vec3<int16_t>* v2 = &pVertices[pFace->pVertexIDs[k]];
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2315 v50 = v2->y >= sY;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2316
793
290afbd48b6b IndoorLocation::GetSector fixed (even better!)
Nomad
parents: 791
diff changeset
2317 if (v59 == v50)
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2318 continue;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2319
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2320 Vec3<int16_t>* v1 = &pVertices[pFace->pVertexIDs[k - 1]];
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2321 v25 = v2->x >= sX ? 0 : 2;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2322 v26 = v25 | (v1->x < sX);
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2323
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2324 if (v26 == 3)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2325 continue;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2326
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2327 if (!v26)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2328 ++v54;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2329 else
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2330 {
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2331 if (v1->x >= v2->x)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2332 {
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2333 /*int _a58;
0
Ritor1
parents:
diff changeset
2334 int _a59;
Ritor1
parents:
diff changeset
2335
Ritor1
parents:
diff changeset
2336 v32 = v1->x - v2->x;
Ritor1
parents:
diff changeset
2337 LODWORD(v33) = v32 << 16;
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2338 HIDWORD(v33) = v32 >> 16;*/
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2339 //fixpoint_div(v1->x - v2->x, v1->y - v2->y);
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2340 //_a58 = v33 / (v1->y - v2->y);
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
2341 //_a59 = fixpoint_mul(_a58, sY - v2->y);
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2342 long long x_div_y = fixpoint_div(v1->x - v2->x, v1->y - v2->y);
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2343 long long res = fixpoint_mul(x_div_y, sY - v2->y); // a / b * c - looks like projection
793
290afbd48b6b IndoorLocation::GetSector fixed (even better!)
Nomad
parents: 791
diff changeset
2344 if (res + v2->x > sX)
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2345 ++v54;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2346 }
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2347 else
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2348 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2349 long long x_div_y = fixpoint_div(v2->x - v1->x, v2->y - v1->y);
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2350 long long res = fixpoint_mul(x_div_y, sY - v1->y);
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2351
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2352 if (res + v1->x > sX)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2353 ++v54;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2354
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2355 /*int _a58;
0
Ritor1
parents:
diff changeset
2356 int _a59;
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2357 auto v32 = v2->x - v1->x;
0
Ritor1
parents:
diff changeset
2358 LODWORD(v33) = v32 << 16;
Ritor1
parents:
diff changeset
2359 HIDWORD(v33) = v32 >> 16;
Ritor1
parents:
diff changeset
2360 _a58 = v33 / (v2->y - v1->y);
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
2361 _a59 = fixpoint_mul(_a58, sY - v1->y);
0
Ritor1
parents:
diff changeset
2362
787
3a77fbf7d0b8 GetSector
Ritor1
parents: 730
diff changeset
2363 if (_a59 + pVertices[k].x > sX)
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2364 ++v54;*/
0
Ritor1
parents:
diff changeset
2365 }
717
Ritor1
parents: 686
diff changeset
2366 }
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2367 }
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2368
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2369 if (pFace->uNumVertices && v54 == 1)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2370 v43[v55++] = uFaceID;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2371 }
0
Ritor1
parents:
diff changeset
2372 }
Ritor1
parents:
diff changeset
2373
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2374 v4 = v43[0];
0
Ritor1
parents:
diff changeset
2375 if ( v55 == 1 )
Ritor1
parents:
diff changeset
2376 return this->pFaces[v4].uSectorID;
Ritor1
parents:
diff changeset
2377 v37 = 0;
Ritor1
parents:
diff changeset
2378 if ( !v55 )
Ritor1
parents:
diff changeset
2379 return 0;
717
Ritor1
parents: 686
diff changeset
2380 pSectorID = 0;
0
Ritor1
parents:
diff changeset
2381 v53 = 0xFFFFFFu;
Ritor1
parents:
diff changeset
2382 if ( v55 > 0 )
Ritor1
parents:
diff changeset
2383 {
Ritor1
parents:
diff changeset
2384 v39 = sY;
Ritor1
parents:
diff changeset
2385 while ( 1 )
Ritor1
parents:
diff changeset
2386 {
717
Ritor1
parents: 686
diff changeset
2387 pFace = &this->pFaces[v43[v37]];
Ritor1
parents: 686
diff changeset
2388 //pPolygonType = pFace->uPolygonType;
Ritor1
parents: 686
diff changeset
2389 if ( pFace->uPolygonType == POLYGON_Floor )
0
Ritor1
parents:
diff changeset
2390 {
717
Ritor1
parents: 686
diff changeset
2391 v42 = this->pVertices[*pFace->pVertexIDs].z;
Ritor1
parents: 686
diff changeset
2392 v39 = sZ - v42;
Ritor1
parents: 686
diff changeset
2393 //goto LABEL_47;
Ritor1
parents: 686
diff changeset
2394 }
Ritor1
parents: 686
diff changeset
2395 if ( pFace->uPolygonType == POLYGON_InBetweenFloorAndWall )
Ritor1
parents: 686
diff changeset
2396 {
Ritor1
parents: 686
diff changeset
2397 //v51 = pFace->zCalc1;
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2398 v57 = fixpoint_mul(pFace->zCalc1, (sX << 16));
717
Ritor1
parents: 686
diff changeset
2399 //v56 = sY << 16;
Ritor1
parents: 686
diff changeset
2400 //v51 = pFace->zCalc2;
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2401 v56 = fixpoint_mul(pFace->zCalc2, (sY << 16));
717
Ritor1
parents: 686
diff changeset
2402 v42 = (v56 + pFace->zCalc3 + v57 + 32768) >> 16;
662
Ritor1
parents: 618
diff changeset
2403 v39 = sZ - v42;
0
Ritor1
parents:
diff changeset
2404 }
717
Ritor1
parents: 686
diff changeset
2405 //LABEL_47:
0
Ritor1
parents:
diff changeset
2406 if ( v39 >= 0 )
Ritor1
parents:
diff changeset
2407 {
Ritor1
parents:
diff changeset
2408 if ( v39 < v53 )
Ritor1
parents:
diff changeset
2409 {
717
Ritor1
parents: 686
diff changeset
2410 pSectorID = pFace->uSectorID;
0
Ritor1
parents:
diff changeset
2411 v53 = v39;
Ritor1
parents:
diff changeset
2412 }
Ritor1
parents:
diff changeset
2413 }
Ritor1
parents:
diff changeset
2414 ++v37;
Ritor1
parents:
diff changeset
2415 if ( v37 >= v55 )
717
Ritor1
parents: 686
diff changeset
2416 return pSectorID;
0
Ritor1
parents:
diff changeset
2417 }
Ritor1
parents:
diff changeset
2418 }
1113
39eaa6b00141 something to bool cast (performance warning) mostly fixed
Grumpy7
parents: 1104
diff changeset
2419 return pSectorID;
0
Ritor1
parents:
diff changeset
2420 }
Ritor1
parents:
diff changeset
2421 // 49AC17: using guessed type int var_108[50];
Ritor1
parents:
diff changeset
2422
Ritor1
parents:
diff changeset
2423
Ritor1
parents:
diff changeset
2424 //----- (00498A41) --------------------------------------------------------
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2425 void BLVFace::_get_normals(Vec3_int_ *a2, Vec3_int_ *a3)
0
Ritor1
parents:
diff changeset
2426 {
Ritor1
parents:
diff changeset
2427 Vec3_float_ a1; // [sp+Ch] [bp-Ch]@8
Ritor1
parents:
diff changeset
2428
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2429 if ( this->uPolygonType == POLYGON_VerticalWall )
0
Ritor1
parents:
diff changeset
2430 {
Ritor1
parents:
diff changeset
2431 a2->x = -this->pFacePlane_old.vNormal.y;
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2432 a2->y = this->pFacePlane_old.vNormal.x;
0
Ritor1
parents:
diff changeset
2433 a2->z = 0;
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2434
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2435 a3->x = 0;
0
Ritor1
parents:
diff changeset
2436 a3->y = 0;
Ritor1
parents:
diff changeset
2437 a3->z = 0xFFFF0000u;
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2438
0
Ritor1
parents:
diff changeset
2439 goto LABEL_12;
Ritor1
parents:
diff changeset
2440 }
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2441 if ( this->uPolygonType == POLYGON_Floor || this->uPolygonType == POLYGON_Ceiling )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2442 {
0
Ritor1
parents:
diff changeset
2443 a2->x = 0x10000u;
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2444 a2->y = 0;
0
Ritor1
parents:
diff changeset
2445 a2->z = 0;
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2446
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2447 a3->x = 0;
0
Ritor1
parents:
diff changeset
2448 a3->y = 0xFFFF0000u;
Ritor1
parents:
diff changeset
2449 a3->z = 0;
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2450
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2451 goto LABEL_12;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2452 }
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2453 if ( this->uPolygonType == POLYGON_InBetweenFloorAndWall || this->uPolygonType == POLYGON_InBetweenCeilingAndWall )
0
Ritor1
parents:
diff changeset
2454 {
Ritor1
parents:
diff changeset
2455 if ( abs(this->pFacePlane_old.vNormal.z) < 46441 )
Ritor1
parents:
diff changeset
2456 {
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2457 a1.x = (double)-this->pFacePlane_old.vNormal.y;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2458 a1.y = (double)this->pFacePlane_old.vNormal.x;
0
Ritor1
parents:
diff changeset
2459 a1.z = 0.0;
Ritor1
parents:
diff changeset
2460 a1.Normalize();
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2461
0
Ritor1
parents:
diff changeset
2462 a2->x = (signed __int64)(a1.x * 65536.0);
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2463 a2->y = (signed __int64)(a1.y * 65536.0);
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2464 a2->z = 0;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2465
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2466 a3->y = 0;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2467 a3->z = 0xFFFF0000u;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2468 a3->x = 0;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2469
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2470 goto LABEL_12;
0
Ritor1
parents:
diff changeset
2471 }
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2472 a2->x = 0x10000u;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2473 a2->y = 0;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2474 a2->z = 0;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2475
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2476 a3->x = 0;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2477 a3->y = 0xFFFF0000u;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2478 a3->z = 0;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2479
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2480 goto LABEL_12;
0
Ritor1
parents:
diff changeset
2481 }
Ritor1
parents:
diff changeset
2482 LABEL_12:
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
2483 if ( this->uAttributes & 0x800000 )
0
Ritor1
parents:
diff changeset
2484 {
Ritor1
parents:
diff changeset
2485 a2->x = -a2->x;
Ritor1
parents:
diff changeset
2486 a2->y = -a2->y;
Ritor1
parents:
diff changeset
2487 a2->z = -a2->z;
Ritor1
parents:
diff changeset
2488 }
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
2489 if ( this->uAttributes & 0x1000000 )
0
Ritor1
parents:
diff changeset
2490 {
Ritor1
parents:
diff changeset
2491 a3->x = -a3->x;
Ritor1
parents:
diff changeset
2492 a3->y = -a3->y;
Ritor1
parents:
diff changeset
2493 a3->z = -a3->z;
Ritor1
parents:
diff changeset
2494 }
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2495 return;
0
Ritor1
parents:
diff changeset
2496 }
Ritor1
parents:
diff changeset
2497
Ritor1
parents:
diff changeset
2498 //----- (0044C23B) --------------------------------------------------------
428
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2499 bool BLVFaceExtra::HasEventint()
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2500 {
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2501 signed int event_index; // eax@1
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2502 _evt_raw* start_evt;
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2503 _evt_raw* end_evt;
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2504
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2505 event_index = 0;
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2506 if ( (uLevelEVT_NumEvents - 1) <= 0 )
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2507 return false;
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2508 while ( pLevelEVT_Index[event_index].uEventID != this->uEventID )
0
Ritor1
parents:
diff changeset
2509 {
428
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2510 ++event_index;
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2511 if ( event_index >= (signed int)(uLevelEVT_NumEvents - 1) )
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2512 return false;
0
Ritor1
parents:
diff changeset
2513 }
428
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2514 end_evt=(_evt_raw*)&pLevelEVT[pLevelEVT_Index[event_index+1].uEventOffsetInEVT];
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2515 start_evt=(_evt_raw*)&pLevelEVT[pLevelEVT_Index[event_index].uEventOffsetInEVT];
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2516 if ( (end_evt->_e_type != EVENT_Exit) || (start_evt->_e_type!= EVENT_MouseOver) )
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2517 return false;
0
Ritor1
parents:
diff changeset
2518 else
428
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2519 return true;
0
Ritor1
parents:
diff changeset
2520 }
Ritor1
parents:
diff changeset
2521
Ritor1
parents:
diff changeset
2522 //----- (0046F228) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1441
diff changeset
2523 void BLV_UpdateDoors()
0
Ritor1
parents:
diff changeset
2524 {
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2525 BLVFace *face; // ebx@24
0
Ritor1
parents:
diff changeset
2526 Vec3_short_ *v17; // esi@24
Ritor1
parents:
diff changeset
2527 int v18; // eax@24
Ritor1
parents:
diff changeset
2528 int v19; // edx@24
Ritor1
parents:
diff changeset
2529 signed int v20; // eax@24
Ritor1
parents:
diff changeset
2530 int v24; // esi@25
Ritor1
parents:
diff changeset
2531 int v25; // eax@25
Ritor1
parents:
diff changeset
2532 signed __int64 v27; // qtt@27
Ritor1
parents:
diff changeset
2533 BLVFaceExtra *v28; // esi@32
Ritor1
parents:
diff changeset
2534 int v29; // ecx@34
Ritor1
parents:
diff changeset
2535 int v30; // edx@34
Ritor1
parents:
diff changeset
2536 unsigned __int64 v31; // qax@34
Ritor1
parents:
diff changeset
2537 int v32; // eax@34
Ritor1
parents:
diff changeset
2538 Vec3_short_ *v34; // eax@35
Ritor1
parents:
diff changeset
2539 int v35; // ecx@35
Ritor1
parents:
diff changeset
2540 int v36; // edx@35
Ritor1
parents:
diff changeset
2541 signed int v37; // eax@35
Ritor1
parents:
diff changeset
2542 signed int v38; // edx@35
Ritor1
parents:
diff changeset
2543 int v39; // eax@35
Ritor1
parents:
diff changeset
2544 int v40; // edx@35
Ritor1
parents:
diff changeset
2545 Vec3_short_ *v43; // edi@36
Ritor1
parents:
diff changeset
2546 unsigned int v49; // ecx@46
Ritor1
parents:
diff changeset
2547 unsigned __int16 v50; // ax@48
Ritor1
parents:
diff changeset
2548 unsigned int v51; // eax@51
Ritor1
parents:
diff changeset
2549 unsigned __int16 v52; // ax@54
Ritor1
parents:
diff changeset
2550 int v53; // ecx@57
Ritor1
parents:
diff changeset
2551 unsigned __int64 v55; // qax@57
Ritor1
parents:
diff changeset
2552 int v56; // ecx@58
Ritor1
parents:
diff changeset
2553 int v57; // eax@58
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 469
diff changeset
2554 Vec3_int_ v67;
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 469
diff changeset
2555 Vec3_int_ v70;
0
Ritor1
parents:
diff changeset
2556 int v73; // [sp+20h] [bp-44h]@24
Ritor1
parents:
diff changeset
2557 int v75; // [sp+28h] [bp-3Ch]@36
Ritor1
parents:
diff changeset
2558 int v76; // [sp+2Ch] [bp-38h]@36
Ritor1
parents:
diff changeset
2559 int v77; // [sp+30h] [bp-34h]@36
Ritor1
parents:
diff changeset
2560 int v82; // [sp+44h] [bp-20h]@35
Ritor1
parents:
diff changeset
2561 int v83; // [sp+48h] [bp-1Ch]@34
Ritor1
parents:
diff changeset
2562 int v84; // [sp+4Ch] [bp-18h]@34
Ritor1
parents:
diff changeset
2563 int v85; // [sp+50h] [bp-14h]@19
Ritor1
parents:
diff changeset
2564 SoundID eDoorSoundID; // [sp+54h] [bp-10h]@1
Ritor1
parents:
diff changeset
2565 int v88; // [sp+5Ch] [bp-8h]@18
Ritor1
parents:
diff changeset
2566 int v89; // [sp+60h] [bp-4h]@6
Ritor1
parents:
diff changeset
2567
Ritor1
parents:
diff changeset
2568 eDoorSoundID = (SoundID)pDoorSoundIDsByLocationID[dword_6BE13C_uCurrentlyLoadedLocationID];
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 469
diff changeset
2569 for (uint i = 0; i < pIndoor->uNumDoors; ++i)
0
Ritor1
parents:
diff changeset
2570 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2571 BLVDoor* door = &pIndoor->pDoors[i];
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2572 if (door->uState == BLVDoor::Closed || door->uState == BLVDoor::Open)
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2573 {
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2574 door->uAttributes &= 0xFFFFFFFDu;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2575 continue;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2576 }
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2577 door->uTimeSinceTriggered += pEventTimer->uTimeElapsed;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2578 if (door->uState == BLVDoor::Opening)
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2579 {
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2580 v89 = (signed int)(door->uTimeSinceTriggered * door->uCloseSpeed) / 128;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2581 if ( v89 >= door->uMoveLength )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2582 {
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2583 v89 = door->uMoveLength;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2584 door->uState = BLVDoor::Open;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2585 if ( !(door->uAttributes & 6) && door->uNumVertices != 0)
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2586 pAudioPlayer->PlaySound((SoundID)((int)eDoorSoundID + 1), PID(OBJECT_BLVDoor,i), 0, -1, 0, 0, 0, 0);
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2587 goto LABEL_18;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2588 }
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2589 }
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2590 else
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2591 {
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2592 signed int v5 = (signed int)(door->uTimeSinceTriggered * door->uOpenSpeed) / 128;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2593 if ( v5 >= door->uMoveLength)
0
Ritor1
parents:
diff changeset
2594 {
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2595 v89 = 0;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2596 door->uState = BLVDoor::Closed;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2597 if ( !(door->uAttributes & 6) && door->uNumVertices != 0)
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2598 pAudioPlayer->PlaySound((SoundID)((int)eDoorSoundID + 1), PID(OBJECT_BLVDoor,i), 0, -1, 0, 0, 0, 0);
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2599 goto LABEL_18;
0
Ritor1
parents:
diff changeset
2600 }
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2601 v89 = door->uMoveLength - v5;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2602 }
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2603 if ( !(door->uAttributes & 6) && door->uNumVertices)
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2604 pAudioPlayer->PlaySound(eDoorSoundID, PID(OBJECT_BLVDoor,i), 1, -1, 0, 0, 0, 0);
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2605 LABEL_18:
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2606 for (uint j = 0; j < door->uNumVertices; ++j)
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2607 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2608 pIndoor->pVertices[door->pVertexIDs[j]].x = fixpoint_mul(door->vDirection.x, v89) + door->pXOffsets[j];
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2609 pIndoor->pVertices[door->pVertexIDs[j]].y = fixpoint_mul(door->vDirection.y, v89) + door->pYOffsets[j];
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2610 pIndoor->pVertices[door->pVertexIDs[j]].z = fixpoint_mul(door->vDirection.z, v89) + door->pZOffsets[j];
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2611 }
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2612 for ( v88 = 0; v88 < door->uNumFaces; ++v88 )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2613 {
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2614 face = &pIndoor->pFaces[door->pFaceIDs[v88]];
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2615 v17 = &pIndoor->pVertices[face->pVertexIDs[0]];
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2616 v18 = face->pFacePlane_old.vNormal.y;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2617 v73 = *(int *)&v17->x;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2618 v19 = face->pFacePlane_old.vNormal.z;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2619 v20 = -(v19 * (int)v17->z + (signed __int16)v73 * face->pFacePlane_old.vNormal.x + SHIWORD(v73) * v18);
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2620 face->pFacePlane_old.dist = v20;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2621 face->pFacePlane.dist = -((double)v17->z * face->pFacePlane.vNormal.z
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2622 + (double)v17->y * face->pFacePlane.vNormal.y
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2623 + (double)v17->x * face->pFacePlane.vNormal.x);
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2624 if ( v19 )
0
Ritor1
parents:
diff changeset
2625 {
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2626 v24 = abs(v20 >> 15);
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2627 v25 = abs(face->pFacePlane_old.vNormal.z);
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2628 if ( v24 > v25 )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2629 Error("Door Error\ndoor id: %i\nfacet no: %i\n\nOverflow dividing facet->d [%i] by facet->nz [%i]",
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2630 door->uDoorID, door->pFaceIDs[v88], face->pFacePlane_old.dist, face->pFacePlane_old.vNormal.z);
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2631 LODWORD(v27) = face->pFacePlane_old.dist << 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2632 HIDWORD(v27) = face->pFacePlane_old.dist >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2633 face->zCalc3 = -v27 / face->pFacePlane_old.vNormal.z;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2634 }
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
2635 //if ( face->uAttributes & FACE_TEXTURE_FLOW || pRenderer->pRenderD3D )
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2636 face->_get_normals(&v70, &v67);
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2637 v28 = &pIndoor->pFaceExtras[face->uFaceExtraID];
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
2638 /*if ( !pRenderer->pRenderD3D )
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2639 {
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2640 if ( !(face->uAttributes & FACE_TEXTURE_FLOW) )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2641 continue;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2642 v83 = (unsigned __int64)(door->vDirection.x * (signed __int64)v70.x) >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2643 v85 = (unsigned __int64)(door->vDirection.y * (signed __int64)v70.y) >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2644 v84 = (unsigned __int64)(door->vDirection.z * (signed __int64)v70.z) >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2645 v29 = v89;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2646 v28->sTextureDeltaU = -((v83 + v85 + v84) * (signed __int64)v89) >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2647 v85 = (unsigned __int64)(door->vDirection.x * (signed __int64)v67.x) >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2648 v83 = (unsigned __int64)(door->vDirection.y * (signed __int64)v67.y) >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2649 v84 = (unsigned __int64)(door->vDirection.z * (signed __int64)v67.z) >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2650 v31 = (v85 + v83 + v84) * (signed __int64)v29;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2651 v32 = v31 >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2652 goto LABEL_58;
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
2653 }*/
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2654 v28->sTextureDeltaU = 0;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2655 v28->sTextureDeltaV = 0;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2656 v34 = &pIndoor->pVertices[face->pVertexIDs[0]];
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2657 v35 = v34->z;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2658 v36 = v34->y;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2659 v82 = v34->x;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2660 v37 = v70.x * v82 + v70.y * v36 + v70.z * v35;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2661 v38 = v67.x * v82 + v67.y * v36 + v67.z * v35;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2662 v39 = v37 >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2663 *face->pVertexUIDs = v39;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2664 v40 = v38 >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2665 *face->pVertexVIDs = v40;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2666 v84 = v39;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2667 v82 = v40;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2668 for (uint j = 1; j < face->uNumVertices; ++j)
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2669 {
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2670 v43 = &pIndoor->pVertices[face->pVertexIDs[j]];
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2671 v76 = ((__int64)v70.z * v43->z + (__int64)v70.x * v43->x + (__int64)v70.y * v43->y) >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2672 v77 = ((__int64)v67.x * v43->x + (__int64)v67.y * v43->y + (__int64)v43->z * v67.z) >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2673 if ( v76 < v39 )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2674 v39 = v76;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2675 if ( v77 < v40 )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2676 v40 = v77;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2677 if ( v76 > v84 )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2678 v84 = v76;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2679 if ( v77 > v82 )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2680 v82 = v77;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2681 face->pVertexUIDs[j] = v76;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2682 face->pVertexVIDs[j] = v77;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2683 }
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2684 if ( face->uAttributes & FACE_UNKNOW3 )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2685 v28->sTextureDeltaU -= v39;
0
Ritor1
parents:
diff changeset
2686 else
Ritor1
parents:
diff changeset
2687 {
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2688 if ( SBYTE1(face->uAttributes) < 0 )
0
Ritor1
parents:
diff changeset
2689 {
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2690 if ( face->uBitmapID != -1 )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2691 v28->sTextureDeltaU -= v84 + pBitmaps_LOD->pTextures[face->uBitmapID].uTextureWidth;
0
Ritor1
parents:
diff changeset
2692 }
Ritor1
parents:
diff changeset
2693 }
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2694 if ( face->uAttributes & 8 )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2695 v28->sTextureDeltaV -= v40;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2696 else
0
Ritor1
parents:
diff changeset
2697 {
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2698 if ( face->uAttributes & 0x20000 )
0
Ritor1
parents:
diff changeset
2699 {
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2700 if ( face->uBitmapID != -1 )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2701 v28->sTextureDeltaV -= v82 + pBitmaps_LOD->GetTexture(face->uBitmapID)->uTextureHeight;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2702 }
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2703 }
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2704 if ( face->uAttributes & FACE_TEXTURE_FLOW )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2705 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2706 v84 = fixpoint_mul(door->vDirection.x, v70.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2707 v82 = fixpoint_mul(door->vDirection.y, v70.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2708 v83 = fixpoint_mul(door->vDirection.z, v70.z);
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2709 v75 = v84 + v82 + v83;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2710 v53 = v89;
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2711 v82 = fixpoint_mul(v75, v89);
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2712 v28->sTextureDeltaU = -v82;
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2713 v84 = fixpoint_mul(door->vDirection.x, v67.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2714 v82 = fixpoint_mul(door->vDirection.y, v67.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2715 v83 = fixpoint_mul(door->vDirection.z, v67.z);
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2716 v75 = v84 + v82 + v83;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2717 v55 = v75 * (signed __int64)v53;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2718 v32 = v55 >> 16;
0
Ritor1
parents:
diff changeset
2719 LABEL_58:
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2720 v57 = -v32;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2721 v28->sTextureDeltaV = v57;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2722 v28->sTextureDeltaU += door->pDeltaUs[v88];
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2723 v28->sTextureDeltaV = v57 + door->pDeltaVs[v88];
0
Ritor1
parents:
diff changeset
2724 }
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2725 }
0
Ritor1
parents:
diff changeset
2726 }
Ritor1
parents:
diff changeset
2727 }
Ritor1
parents:
diff changeset
2728 // 6BE13C: using guessed type int dword_6BE13C_uCurrentlyLoadedLocationID;
Ritor1
parents:
diff changeset
2729
Ritor1
parents:
diff changeset
2730 //----- (0046F90C) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1441
diff changeset
2731 void UpdateActors_BLV()
0
Ritor1
parents:
diff changeset
2732 {
Ritor1
parents:
diff changeset
2733 int v2; // edi@6
Ritor1
parents:
diff changeset
2734 int v3; // eax@6
Ritor1
parents:
diff changeset
2735 int v4; // eax@8
Ritor1
parents:
diff changeset
2736 __int16 v5; // ax@11
Ritor1
parents:
diff changeset
2737 signed int v6; // ebx@14
Ritor1
parents:
diff changeset
2738 signed __int16 v9; // ax@17
Ritor1
parents:
diff changeset
2739 signed __int64 v10; // qax@18
Ritor1
parents:
diff changeset
2740 int v12; // eax@29
Ritor1
parents:
diff changeset
2741 unsigned __int64 v13; // qax@29
Ritor1
parents:
diff changeset
2742 int v14; // eax@30
Ritor1
parents:
diff changeset
2743 unsigned __int64 v15; // qax@30
Ritor1
parents:
diff changeset
2744 BLVFace *v17; // edx@33
Ritor1
parents:
diff changeset
2745 int v18; // ecx@33
Ritor1
parents:
diff changeset
2746 BLVFace *v19; // eax@34
Ritor1
parents:
diff changeset
2747 int v20; // ecx@46
Ritor1
parents:
diff changeset
2748 int v22; // edi@46
Ritor1
parents:
diff changeset
2749 int v23; // eax@48
Ritor1
parents:
diff changeset
2750 unsigned int v24; // eax@51
Ritor1
parents:
diff changeset
2751 int v25; // eax@52
Ritor1
parents:
diff changeset
2752 int v26; // ebx@54
Ritor1
parents:
diff changeset
2753 int v27; // ST08_4@54
Ritor1
parents:
diff changeset
2754 int v28; // edi@54
Ritor1
parents:
diff changeset
2755 int v29; // eax@54
Ritor1
parents:
diff changeset
2756 int v30; // ecx@62
Ritor1
parents:
diff changeset
2757 int v31; // ebx@62
Ritor1
parents:
diff changeset
2758 int v32; // eax@62
Ritor1
parents:
diff changeset
2759 int v33; // eax@64
Ritor1
parents:
diff changeset
2760 unsigned int v34; // ecx@64
Ritor1
parents:
diff changeset
2761 int v35; // ecx@64
Ritor1
parents:
diff changeset
2762 signed int v37; // ebx@85
Ritor1
parents:
diff changeset
2763 int v39; // ecx@90
Ritor1
parents:
diff changeset
2764 int v40; // ebx@90
Ritor1
parents:
diff changeset
2765 PolygonType v41; // al@94
Ritor1
parents:
diff changeset
2766 int v42; // eax@96
Ritor1
parents:
diff changeset
2767 __int16 v43; // dx@96
Ritor1
parents:
diff changeset
2768 int v44; // ecx@96
Ritor1
parents:
diff changeset
2769 int v45; // edi@101
Ritor1
parents:
diff changeset
2770 unsigned __int8 v49; // zf@103
Ritor1
parents:
diff changeset
2771 unsigned __int8 v50; // sf@103
Ritor1
parents:
diff changeset
2772 AIDirection v52; // [sp+0h] [bp-60h]@75
Ritor1
parents:
diff changeset
2773 AIDirection v53; // [sp+1Ch] [bp-44h]@116
Ritor1
parents:
diff changeset
2774 int v54; // [sp+38h] [bp-28h]@53
Ritor1
parents:
diff changeset
2775 unsigned int uSectorID; // [sp+3Ch] [bp-24h]@6
Ritor1
parents:
diff changeset
2776 int v56; // [sp+40h] [bp-20h]@6
Ritor1
parents:
diff changeset
2777 unsigned int _this; // [sp+44h] [bp-1Ch]@51
Ritor1
parents:
diff changeset
2778 int v58; // [sp+48h] [bp-18h]@51
Ritor1
parents:
diff changeset
2779 int v59; // [sp+4Ch] [bp-14h]@8
Ritor1
parents:
diff changeset
2780 unsigned int uFaceID; // [sp+50h] [bp-10h]@6
Ritor1
parents:
diff changeset
2781 int v61; // [sp+54h] [bp-Ch]@14
Ritor1
parents:
diff changeset
2782 int v62; // [sp+58h] [bp-8h]@6
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2783 unsigned int actor_id; // [sp+5Ch] [bp-4h]@1
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2784
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2785 for ( actor_id = 0; actor_id < uNumActors; actor_id++ )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2786 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2787 if ( pActors[actor_id].uAIState == 11 || pActors[actor_id].uAIState == 19 || pActors[actor_id].uAIState == 17 || !pActors[actor_id].uMovementSpeed )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2788 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2789 uSectorID = pActors[actor_id].uSectorID;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2790 v2 = collide_against_floor(pActors[actor_id].vPosition.x, pActors[actor_id].vPosition.y, pActors[actor_id].vPosition.z, &uSectorID, &uFaceID);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2791 pActors[actor_id].uSectorID = uSectorID;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2792 v3 = pActors[actor_id].pMonsterInfo.uFlying;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2793 v56 = v2;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2794 v62 = v3;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2795 if ( !pActors[actor_id].CanAct() )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2796 v62 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2797 v4 = pActors[actor_id].vPosition.z;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2798 v59 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2799 if ( pActors[actor_id].vPosition.z > v2 + 1 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2800 v59 = 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2801 if ( v2 <= -30000 )
0
Ritor1
parents:
diff changeset
2802 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2803 v5 = pIndoor->GetSector(pActors[actor_id].vPosition.x, pActors[actor_id].vPosition.y, v4);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2804 pActors[actor_id].uSectorID = v5;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2805 v56 = BLV_GetFloorLevel(pActors[actor_id].vPosition.x, pActors[actor_id].vPosition.y, pActors[actor_id].vPosition.z, v5, &uFaceID);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2806 if ( !v5 || v56 == -30000 )
0
Ritor1
parents:
diff changeset
2807 goto LABEL_123;
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2808 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2809 if ( pActors[actor_id].uCurrentActionAnimation == ANIM_Walking)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2810 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2811 v6 = pActors[actor_id].uMovementSpeed;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2812 if ( pActors[actor_id].pActorBuffs[ACTOR_BUFF_SLOWED].uExpireTime > 0 )
0
Ritor1
parents:
diff changeset
2813 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2814 if ( pActors[actor_id].pActorBuffs[ACTOR_BUFF_SLOWED].uPower )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2815 LODWORD(v10) = pActors[actor_id].uMovementSpeed / (unsigned __int16)pActors[actor_id].pActorBuffs[ACTOR_BUFF_SLOWED].uPower;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2816 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2817 v10 = (signed __int64)((double)pActors[actor_id].uMovementSpeed * 0.5);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2818 v6 = v10;
0
Ritor1
parents:
diff changeset
2819 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2820 if ( pActors[actor_id].uAIState == Pursuing || pActors[actor_id].uAIState == Fleeing )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2821 v6 *= 2;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2822 if ( pParty->bTurnBasedModeOn == 1 && pTurnEngine->turn_stage == 1 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2823 v6 = (signed __int64)((double)v6 * flt_6BE3AC_debug_recmod1_x_1_6);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2824 if ( v6 > 1000 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2825 v6 = 1000;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2826 pActors[actor_id].vVelocity.x = fixpoint_mul(stru_5C6E00->Cos(pActors[actor_id].uYawAngle), v6);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2827 pActors[actor_id].vVelocity.y = fixpoint_mul(stru_5C6E00->Sin(pActors[actor_id].uYawAngle), v6);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2828 if ( v62 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2829 pActors[actor_id].vVelocity.z = fixpoint_mul(stru_5C6E00->Sin(pActors[actor_id].uPitchAngle), v6);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2830 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2831 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2832 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2833 pActors[actor_id].vVelocity.x = fixpoint_mul(55000, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2834 pActors[actor_id].vVelocity.y = fixpoint_mul(55000, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2835 if ( v62 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2836 pActors[actor_id].vVelocity.z = fixpoint_mul(55000, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2837 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2838 if ( pActors[actor_id].vPosition.z <= v56 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2839 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2840 pActors[actor_id].vPosition.z = v56 + 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2841 if ( pIndoor->pFaces[uFaceID].uPolygonType == 3 )
0
Ritor1
parents:
diff changeset
2842 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2843 if ( pActors[actor_id].vVelocity.z < 0 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2844 pActors[actor_id].vVelocity.z = 0;
0
Ritor1
parents:
diff changeset
2845 }
Ritor1
parents:
diff changeset
2846 else
Ritor1
parents:
diff changeset
2847 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2848 if ( pIndoor->pFaces[uFaceID].pFacePlane_old.vNormal.z < 45000 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2849 pActors[actor_id].vVelocity.z -= LOWORD(pEventTimer->uTimeElapsed) * GetGravityStrength();
0
Ritor1
parents:
diff changeset
2850 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2851 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2852 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2853 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2854 if ( v59 && !v62 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2855 pActors[actor_id].vVelocity.z += -8 * LOWORD(pEventTimer->uTimeElapsed) * GetGravityStrength();
0
Ritor1
parents:
diff changeset
2856 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2857 if ( pActors[actor_id].vVelocity.x * pActors[actor_id].vVelocity.x + pActors[actor_id].vVelocity.y * pActors[actor_id].vVelocity.y
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2858 + pActors[actor_id].vVelocity.z * pActors[actor_id].vVelocity.z >= 400 )
0
Ritor1
parents:
diff changeset
2859 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2860 stru_721530.field_84 = -1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2861 stru_721530.field_70 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2862 stru_721530.field_0 = 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2863 stru_721530.field_8_radius = pActors[actor_id].uActorRadius;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2864 stru_721530.prolly_normal_d = pActors[actor_id].uActorRadius;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2865 stru_721530.height = pActors[actor_id].uActorHeight;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2866 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2867 for ( uSectorID = 0; uSectorID < 100; uSectorID++ )
0
Ritor1
parents:
diff changeset
2868 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2869 stru_721530.position.x = pActors[actor_id].vPosition.x;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2870 stru_721530.normal.x = stru_721530.position.x;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2871 stru_721530.position.y = pActors[actor_id].vPosition.y;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2872 stru_721530.normal.y = stru_721530.position.y;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2873 stru_721530.normal.z = pActors[actor_id].vPosition.z + pActors[actor_id].uActorRadius + 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2874 stru_721530.position.z = pActors[actor_id].vPosition.z - pActors[actor_id].uActorRadius + stru_721530.height - 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2875 if ( stru_721530.position.z < stru_721530.normal.z )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2876 stru_721530.position.z = pActors[actor_id].vPosition.z + pActors[actor_id].uActorRadius + 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2877 stru_721530.velocity.x = pActors[actor_id].vVelocity.x;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2878 stru_721530.velocity.y = pActors[actor_id].vVelocity.y;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2879 stru_721530.velocity.z = pActors[actor_id].vVelocity.z;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2880 stru_721530.uSectorID = pActors[actor_id].uSectorID;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2881 if ( !stru_721530._47050A(v22) )
0
Ritor1
parents:
diff changeset
2882 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2883 v58 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2884 v24 = 8 * actor_id;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2885 LOBYTE(v24) = PID(OBJECT_Actor,actor_id);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2886 for ( v61 = 0; v61 < 100; ++v61 )
0
Ritor1
parents:
diff changeset
2887 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2888 _46E44E_collide_against_faces_and_portals(1);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2889 _46E0B2_collide_against_decorations();
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2890 _46EF01_collision_chech_player(0);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2891 _46ED8A_collide_against_sprite_objects(v24);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2892 for ( uint j = 0; j < ai_arrays_size; j++ )
0
Ritor1
parents:
diff changeset
2893 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2894 if ( ai_near_actors_ids[j] != actor_id )
0
Ritor1
parents:
diff changeset
2895 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2896 v27 = abs(pActors[ai_near_actors_ids[j]].vPosition.z - pActors[actor_id].vPosition.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2897 v28 = abs(pActors[ai_near_actors_ids[j]].vPosition.y - pActors[actor_id].vPosition.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2898 v29 = abs(pActors[ai_near_actors_ids[j]].vPosition.x - pActors[actor_id].vPosition.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2899 if ( int_get_vector_length(v29, v28, v27) >= pActors[actor_id].uActorRadius + (signed int)pActors[ai_near_actors_ids[j]].uActorRadius
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2900 && Actor::_46DF1A_collide_against_actor(ai_near_actors_ids[j], 40) )
0
Ritor1
parents:
diff changeset
2901 ++v58;
Ritor1
parents:
diff changeset
2902 }
Ritor1
parents:
diff changeset
2903 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2904 if ( _46F04E_collide_against_portals() )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2905 break;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2906 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2907 v56 = v58 > 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2908 if ( stru_721530.field_7C >= stru_721530.field_6C )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2909 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2910 v30 = stru_721530.normal2.x;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2911 v31 = stru_721530.normal2.y;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2912 v32 = stru_721530.normal2.z - stru_721530.prolly_normal_d - 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2913 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2914 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2915 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2916 v30 = pActors[actor_id].vPosition.x + fixpoint_mul(stru_721530.field_7C, stru_721530.direction.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2917 v31 = pActors[actor_id].vPosition.y + fixpoint_mul(stru_721530.field_7C, stru_721530.direction.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2918 v32 = pActors[actor_id].vPosition.z + fixpoint_mul(stru_721530.field_7C, stru_721530.direction.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2919 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2920 v33 = collide_against_floor(v30, v31, v32, &stru_721530.uSectorID, &uFaceID);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2921 if (pIndoor->pFaces[uFaceID].uAttributes & FACE_INDOOR_SKY && pActors[actor_id].uAIState == Dead)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2922 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2923 pActors[actor_id].uAIState = Removed;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2924 continue;
0
Ritor1
parents:
diff changeset
2925 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2926 if ( v59 || v62 || !(pIndoor->pFaces[uFaceID].uAttributes & FACE_INDOOR_SKY) )
0
Ritor1
parents:
diff changeset
2927 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2928 if ( v33 == -30000 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2929 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2930 if ( pActors[actor_id].uCurrentActionAnimation != 1 || v33 >= pActors[actor_id].vPosition.z - 100 || v59 || v62 )
0
Ritor1
parents:
diff changeset
2931 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2932 if ( stru_721530.field_7C >= stru_721530.field_6C )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2933 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2934 pActors[actor_id].vPosition.x = LOWORD(stru_721530.normal2.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2935 pActors[actor_id].vPosition.y = LOWORD(stru_721530.normal2.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2936 pActors[actor_id].vPosition.z = LOWORD(stru_721530.normal2.z) - LOWORD(stru_721530.prolly_normal_d) - 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2937 pActors[actor_id].uSectorID = LOWORD(stru_721530.uSectorID);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2938 goto LABEL_123;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2939 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2940 pActors[actor_id].vPosition.x += fixpoint_mul(stru_721530.field_7C, stru_721530.direction.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2941 pActors[actor_id].vPosition.y += fixpoint_mul(stru_721530.field_7C, stru_721530.direction.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2942 pActors[actor_id].vPosition.z += fixpoint_mul(stru_721530.field_7C, stru_721530.direction.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2943 pActors[actor_id].uSectorID = LOWORD(stru_721530.uSectorID);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2944 stru_721530.field_70 += stru_721530.field_7C;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2945 v37 = PID_ID(stru_721530.uFaceID);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2946 if ( PID_TYPE(stru_721530.uFaceID) == OBJECT_Actor)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2947 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2948 if ( pParty->bTurnBasedModeOn == 1 && (pTurnEngine->turn_stage == 2 || pTurnEngine->turn_stage == 3) )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2949 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2950 pActors[actor_id].vVelocity.x = fixpoint_mul(58500, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2951 pActors[actor_id].vVelocity.y = fixpoint_mul(58500, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2952 pActors[actor_id].vVelocity.z = fixpoint_mul(58500, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2953 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2954 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2955 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2956 if ( pActors[actor_id].pMonsterInfo.uHostilityType )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2957 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2958 if ( !v56 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2959 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2960 Actor::AI_Flee(actor_id, stru_721530.uFaceID, v22, (AIDirection *)v22);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2961 pActors[actor_id].vVelocity.x = fixpoint_mul(58500, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2962 pActors[actor_id].vVelocity.y = fixpoint_mul(58500, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2963 pActors[actor_id].vVelocity.z = fixpoint_mul(58500, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2964 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2965 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2966 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2967 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2968 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2969 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2970 if ( !v56 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2971 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2972 if ( !pActors[v37].pMonsterInfo.uHostilityType )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2973 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2974 Actor::AI_FaceObject(actor_id, stru_721530.uFaceID, v22, (AIDirection *)v22);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2975 pActors[actor_id].vVelocity.x = fixpoint_mul(58500, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2976 pActors[actor_id].vVelocity.y = fixpoint_mul(58500, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2977 pActors[actor_id].vVelocity.z = fixpoint_mul(58500, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2978 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2979 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2980 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2981 Actor::AI_Flee(actor_id, stru_721530.uFaceID, v22, (AIDirection *)v22);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2982 pActors[actor_id].vVelocity.x = fixpoint_mul(58500, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2983 pActors[actor_id].vVelocity.y = fixpoint_mul(58500, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2984 pActors[actor_id].vVelocity.z = fixpoint_mul(58500, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2985 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2986 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2987 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2988 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2989 Actor::AI_StandOrBored(actor_id, 4, v22, &v53);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2990 pActors[actor_id].vVelocity.x = fixpoint_mul(58500, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2991 pActors[actor_id].vVelocity.y = fixpoint_mul(58500, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2992 pActors[actor_id].vVelocity.z = fixpoint_mul(58500, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2993 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2994 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2995 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2996 if ( PID_TYPE(stru_721530.uFaceID) == OBJECT_Player)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2997 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2998 if ( pActors[actor_id].GetActorsRelation(0) )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2999 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3000 //v51 = __OFSUB__(HIDWORD(pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].uExpireTime), v22);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3001 //v49 = HIDWORD(pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].uExpireTime) == v22;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3002 //v50 = HIDWORD(pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].uExpireTime) - v22 < 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3003 pActors[actor_id].vVelocity.y = v22;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3004 pActors[actor_id].vVelocity.x = v22;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3005 if ( pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].uExpireTime > v22 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3006 pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].Reset();
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3007 viewparams->bRedrawGameUI = 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3008 pActors[actor_id].vVelocity.x = fixpoint_mul(58500, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3009 pActors[actor_id].vVelocity.y = fixpoint_mul(58500, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3010 pActors[actor_id].vVelocity.z = fixpoint_mul(58500, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3011 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3012 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3013 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3014 Actor::AI_FaceObject(actor_id, stru_721530.uFaceID, v22, (AIDirection *)v22);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3015 pActors[actor_id].vVelocity.x = fixpoint_mul(58500, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3016 pActors[actor_id].vVelocity.y = fixpoint_mul(58500, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3017 pActors[actor_id].vVelocity.z = fixpoint_mul(58500, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3018 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3019 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3020 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3021 if ( PID_TYPE(stru_721530.uFaceID) == OBJECT_Decoration)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3022 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3023 _this = integer_sqrt(pActors[actor_id].vVelocity.x * pActors[actor_id].vVelocity.x + pActors[actor_id].vVelocity.y * pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3024 v45 = stru_5C6E00->Atan2(pActors[actor_id].vPosition.x - pLevelDecorations[v37].vPosition.x,
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3025 pActors[actor_id].vPosition.y - pLevelDecorations[v37].vPosition.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3026 pActors[actor_id].vVelocity.x = fixpoint_mul(stru_5C6E00->Cos(v45), _this);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3027 pActors[actor_id].vVelocity.y = fixpoint_mul(stru_5C6E00->Sin(v45), _this);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3028 pActors[actor_id].vVelocity.x = fixpoint_mul(58500, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3029 pActors[actor_id].vVelocity.y = fixpoint_mul(58500, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3030 pActors[actor_id].vVelocity.z = fixpoint_mul(58500, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3031 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3032 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3033 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3034 if ( PID_TYPE(stru_721530.uFaceID) == OBJECT_BModel)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3035 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3036 stru_721530.field_84 = stru_721530.uFaceID >> 3;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3037 if ( pIndoor->pFaces[v37].uPolygonType == 3 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3038 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3039 pActors[actor_id].vVelocity.z = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3040 pActors[actor_id].vPosition.z = pIndoor->pVertices[*pIndoor->pFaces[v37].pVertexIDs].z + 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3041 if ( pActors[actor_id].vVelocity.x * pActors[actor_id].vVelocity.x
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3042 + pActors[actor_id].vVelocity.y * pActors[actor_id].vVelocity.y < 400 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3043 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3044 pActors[actor_id].vVelocity.y = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3045 pActors[actor_id].vVelocity.x = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3046 pActors[actor_id].vVelocity.x = fixpoint_mul(58500, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3047 pActors[actor_id].vVelocity.y = fixpoint_mul(58500, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3048 pActors[actor_id].vVelocity.z = fixpoint_mul(58500, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3049 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3050 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3051 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3052 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3053 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3054 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3055 v61 = abs(pIndoor->pFaces[v37].pFacePlane_old.vNormal.x * pActors[actor_id].vVelocity.x + pIndoor->pFaces[v37].pFacePlane_old.vNormal.y
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3056 * pActors[actor_id].vVelocity.y
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3057 + pIndoor->pFaces[v37].pFacePlane_old.vNormal.z
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3058 * pActors[actor_id].vVelocity.z) >> 16;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3059 if ( (stru_721530.speed >> 3) > v61 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3060 v61 = stru_721530.speed >> 3;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3061 pActors[actor_id].vVelocity.x += fixpoint_mul(v61, pIndoor->pFaces[v37].pFacePlane_old.vNormal.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3062 pActors[actor_id].vVelocity.y += fixpoint_mul(v61, pIndoor->pFaces[v37].pFacePlane_old.vNormal.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3063 pActors[actor_id].vVelocity.z += fixpoint_mul(v61, pIndoor->pFaces[v37].pFacePlane_old.vNormal.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3064 if ( pIndoor->pFaces[v37].uPolygonType != 4 && pIndoor->pFaces[v37].uPolygonType != 3 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3065 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3066 v44 = stru_721530.prolly_normal_d
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3067 - ((pIndoor->pFaces[v37].pFacePlane_old.dist
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3068 + pIndoor->pFaces[v37].pFacePlane_old.vNormal.z * pActors[actor_id].vPosition.z
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3069 + pIndoor->pFaces[v37].pFacePlane_old.vNormal.y * pActors[actor_id].vPosition.y
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3070 + pIndoor->pFaces[v37].pFacePlane_old.vNormal.x * pActors[actor_id].vPosition.x) >> 16);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3071 if ( v44 > 0 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3072 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3073 pActors[actor_id].vPosition.x += fixpoint_mul(v44, pIndoor->pFaces[v37].pFacePlane_old.vNormal.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3074 pActors[actor_id].vPosition.y += fixpoint_mul(v44, pIndoor->pFaces[v37].pFacePlane_old.vNormal.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3075 pActors[actor_id].vPosition.z += fixpoint_mul(v44, pIndoor->pFaces[v37].pFacePlane_old.vNormal.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3076 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3077 pActors[actor_id].uYawAngle = stru_5C6E00->Atan2(pActors[actor_id].vVelocity.x, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3078 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3079 }
2187
9856c2f8f918 CastSpell continue
Ritor1
parents: 2182
diff changeset
3080 if ( pIndoor->pFaces[v37].uAttributes & 0x8000000 )
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3081 EventProcessor(pIndoor->pFaceExtras[ pIndoor->pFaces[v37].uFaceExtraID].uEventID, 0, 1);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3082 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3083 pActors[actor_id].vVelocity.x = fixpoint_mul(58500, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3084 pActors[actor_id].vVelocity.y = fixpoint_mul(58500, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3085 pActors[actor_id].vVelocity.z = fixpoint_mul(58500, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3086 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3087 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3088 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3089 if ( pActors[actor_id].vPosition.x & 1 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3090 pActors[actor_id].uYawAngle += 100;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3091 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3092 pActors[actor_id].uYawAngle -= 100;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3093 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3094 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3095 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3096 if ( pParty->bTurnBasedModeOn == 1 && (pTurnEngine->turn_stage == 2 || pTurnEngine->turn_stage == 3) )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3097 goto LABEL_123;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3098 if ( !pActors[actor_id].pMonsterInfo.uHostilityType || v56 != v22 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3099 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3100 Actor::AI_StandOrBored(actor_id, 4, v22, &v52);
0
Ritor1
parents:
diff changeset
3101 goto LABEL_123;
Ritor1
parents:
diff changeset
3102 }
Ritor1
parents:
diff changeset
3103 }
Ritor1
parents:
diff changeset
3104 }
Ritor1
parents:
diff changeset
3105 }
Ritor1
parents:
diff changeset
3106 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3107 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3108 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3109 pActors[actor_id].vVelocity.z = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3110 pActors[actor_id].vVelocity.y = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3111 pActors[actor_id].vVelocity.x = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3112 if ( pIndoor->pFaces[uFaceID].uAttributes & FACE_INDOOR_SKY )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3113 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3114 if (pActors[actor_id].uAIState == Dead)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3115 pActors[actor_id].uAIState = Removed;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3116 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3117 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3118 LABEL_123:
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3119 ;
0
Ritor1
parents:
diff changeset
3120 }
Ritor1
parents:
diff changeset
3121 }
Ritor1
parents:
diff changeset
3122
Ritor1
parents:
diff changeset
3123
Ritor1
parents:
diff changeset
3124 //----- (00460A78) --------------------------------------------------------
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2144
diff changeset
3125 void PrepareToLoadBLV(unsigned int bLoading)
0
Ritor1
parents:
diff changeset
3126 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3127 unsigned int respawn; // ebx@1
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3128 unsigned int map_id; // eax@8
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3129 MapInfo *map_info; // edi@9
0
Ritor1
parents:
diff changeset
3130 int v4; // eax@11
Ritor1
parents:
diff changeset
3131 char *v14; // esi@49
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3132 DecorationDesc *decoration; // eax@54
0
Ritor1
parents:
diff changeset
3133 char v22; // cl@64
Ritor1
parents:
diff changeset
3134 char v28; // zf@81
Ritor1
parents:
diff changeset
3135 __int16 v29; // ax@85
Ritor1
parents:
diff changeset
3136 signed int v30; // edi@94
Ritor1
parents:
diff changeset
3137 int v34[4]; // [sp+3E8h] [bp-2Ch]@96
Ritor1
parents:
diff changeset
3138 int v35; // [sp+3F8h] [bp-1Ch]@1
Ritor1
parents:
diff changeset
3139 int v38; // [sp+404h] [bp-10h]@1
Ritor1
parents:
diff changeset
3140 int pDest; // [sp+40Ch] [bp-8h]@1
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3141
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3142 respawn = 0;
0
Ritor1
parents:
diff changeset
3143 pGameLoadingUI_ProgressBar->Reset(0x20u);
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3144 bUnderwater = false;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3145 bNoNPCHiring = false;
0
Ritor1
parents:
diff changeset
3146 pDest = 1;
Ritor1
parents:
diff changeset
3147 uCurrentlyLoadedLevelType = LEVEL_Indoor;
Ritor1
parents:
diff changeset
3148 pGame->uFlags2 &= 0xFFFFFFF7u;
Ritor1
parents:
diff changeset
3149 if ( Is_out15odm_underwater() )
Ritor1
parents:
diff changeset
3150 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3151 bUnderwater = true;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3152 pGame->uFlags2 |= 8;
0
Ritor1
parents:
diff changeset
3153 }
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1458
diff changeset
3154 if ( !_stricmp(pCurrentMapName, "out15.odm") || !_stricmp(pCurrentMapName, "d23.blv") )
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3155 bNoNPCHiring = true;
0
Ritor1
parents:
diff changeset
3156 pPaletteManager->pPalette_tintColor[0] = 0;
Ritor1
parents:
diff changeset
3157 pPaletteManager->pPalette_tintColor[1] = 0;
Ritor1
parents:
diff changeset
3158 pPaletteManager->pPalette_tintColor[2] = 0;
Ritor1
parents:
diff changeset
3159 pPaletteManager->RecalculateAll();
2182
e1e4a8a20b5f _46Рђ6РђРЎ_GetActorsInViewport
Ritor1
parents: 2173
diff changeset
3160 if ( _A750D8_player_speech_timer )
e1e4a8a20b5f _46Рђ6РђРЎ_GetActorsInViewport
Ritor1
parents: 2173
diff changeset
3161 _A750D8_player_speech_timer = 0i64;
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3162 map_id = pMapStats->GetMapInfo(pCurrentMapName);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3163 if ( map_id )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3164 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3165 map_info = &pMapStats->pInfos[map_id];
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3166 respawn = pMapStats->pInfos[map_id].uRespawnIntervalDays;
0
Ritor1
parents:
diff changeset
3167 v38 = GetAlertStatus();
Ritor1
parents:
diff changeset
3168 }
Ritor1
parents:
diff changeset
3169 else
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3170 map_info = (MapInfo *)bLoading;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3171 dword_6BE13C_uCurrentlyLoadedLocationID = map_id;
2152
d44b7775fc06 Removed DirectDraw2 compatibility.
Nomad
parents: 2151
diff changeset
3172
0
Ritor1
parents:
diff changeset
3173 pStationaryLightsStack->uNumLightsActive = 0;
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3174 v4 = pIndoor->Load(pCurrentMapName, (unsigned int)(signed __int64)((double)pParty->uTimePlayed * 0.234375) / 60 / 60 / 24 + 1, respawn, (char *)&pDest) - 1;
0
Ritor1
parents:
diff changeset
3175 if ( !v4 )
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1544
diff changeset
3176 Error("Unable to open %s", pCurrentMapName);
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1544
diff changeset
3177
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3178 if ( v4 == 1 )
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1544
diff changeset
3179 Error("File %s is not a BLV File", pCurrentMapName);
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1544
diff changeset
3180
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3181 if ( v4 == 2 )
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1544
diff changeset
3182 Error("Attempt to open new level before clearing old");
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3183 if ( v4 == 3 )
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1544
diff changeset
3184 Error("Out of memory loading indoor level");
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2044
diff changeset
3185 if ( !(dword_6BE364_game_settings_1 & GAME_SETTINGS_2000) )
0
Ritor1
parents:
diff changeset
3186 {
Ritor1
parents:
diff changeset
3187 InitializeActors();
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 486
diff changeset
3188 InitializeSpriteObjects();
0
Ritor1
parents:
diff changeset
3189 }
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2044
diff changeset
3190 dword_6BE364_game_settings_1 &= ~GAME_SETTINGS_2000;
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3191 if ( !map_id )
0
Ritor1
parents:
diff changeset
3192 pDest = 0;
Ritor1
parents:
diff changeset
3193 if ( pDest == 1 )
Ritor1
parents:
diff changeset
3194 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3195 for (uint i = 0; i < pIndoor->uNumSpawnPoints; ++i )
0
Ritor1
parents:
diff changeset
3196 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3197 if ( pIndoor->pSpawnPoints[i].uKind == 3 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3198 SpawnEncounter(map_info, &pIndoor->pSpawnPoints[i], 0, 0, 0);
0
Ritor1
parents:
diff changeset
3199 else
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3200 map_info->SpawnRandomTreasure(&pIndoor->pSpawnPoints[i]);
0
Ritor1
parents:
diff changeset
3201 }
Ritor1
parents:
diff changeset
3202 RespawnGlobalDecorations();
Ritor1
parents:
diff changeset
3203 }
Ritor1
parents:
diff changeset
3204
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3205 pSoundList->LoadSound(pDoorSoundIDsByLocationID[map_id], 0);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3206 pSoundList->LoadSound(pDoorSoundIDsByLocationID[map_id] + 1, 0);
0
Ritor1
parents:
diff changeset
3207
Ritor1
parents:
diff changeset
3208 for (uint i = 0; i < pIndoor->uNumDoors; ++i)
Ritor1
parents:
diff changeset
3209 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3210 if (pIndoor->pDoors[i].uAttributes & 0x01)
0
Ritor1
parents:
diff changeset
3211 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3212 pIndoor->pDoors[i].uState = BLVDoor::Opening;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3213 pIndoor->pDoors[i].uTimeSinceTriggered = 15360;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3214 pIndoor->pDoors[i].uAttributes = 2;
0
Ritor1
parents:
diff changeset
3215 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3216
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3217 if (pIndoor->pDoors[i].uState == BLVDoor::Closed)
0
Ritor1
parents:
diff changeset
3218 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3219 pIndoor->pDoors[i].uState = BLVDoor::Closing;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3220 pIndoor->pDoors[i].uTimeSinceTriggered = 15360;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3221 pIndoor->pDoors[i].uAttributes = 2;
0
Ritor1
parents:
diff changeset
3222 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3223 else if (pIndoor->pDoors[i].uState == BLVDoor::Open)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3224 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3225 pIndoor->pDoors[i].uState = BLVDoor::Opening;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3226 pIndoor->pDoors[i].uTimeSinceTriggered = 15360;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3227 pIndoor->pDoors[i].uAttributes = 2;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3228 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3229 }
0
Ritor1
parents:
diff changeset
3230
Ritor1
parents:
diff changeset
3231 for (uint i = 0; i < pIndoor->uNumFaces; ++i)
Ritor1
parents:
diff changeset
3232 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3233 if (!pIndoor->pFaces[i].uBitmapID != -1)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3234 pBitmaps_LOD->pTextures[pIndoor->pFaces[i].uBitmapID].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[pIndoor->pFaces[i].uBitmapID].palette_id1);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3235 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3236
0
Ritor1
parents:
diff changeset
3237 pGameLoadingUI_ProgressBar->Progress();
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3238
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3239 v35 = 0;
0
Ritor1
parents:
diff changeset
3240 for (uint i = 0; i < uNumLevelDecorations; ++i)
Ritor1
parents:
diff changeset
3241 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3242 pDecorationList->InitializeDecorationSprite(pLevelDecorations[i].uDecorationDescID);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3243
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3244 if (pDecorationList->pDecorations[pLevelDecorations[i].uDecorationDescID].uSoundID && _6807E0_num_decorations_with_sounds_6807B8 < 9)
0
Ritor1
parents:
diff changeset
3245 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3246 pSoundList->LoadSound(pDecorationList->pDecorations[pLevelDecorations[i].uDecorationDescID].uSoundID, 0);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3247 _6807B8_level_decorations_ids[_6807E0_num_decorations_with_sounds_6807B8++] = i;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3248 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3249
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3250 if (!(pLevelDecorations[i].uFlags & LEVEL_DECORATION_INVISIBLE))
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3251 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3252 decoration = &pDecorationList->pDecorations[pLevelDecorations[i].uDecorationDescID];
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3253 if (!decoration->DontDraw())
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3254 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3255 if ( decoration->uLightRadius )
0
Ritor1
parents:
diff changeset
3256 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3257 unsigned char r = 255,
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3258 g = 255,
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3259 b = 255;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3260 if (/*pRenderer->pRenderD3D*/true && pRenderer->bUseColoredLights)
0
Ritor1
parents:
diff changeset
3261 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3262 r = decoration->uColoredLightRed;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3263 g = decoration->uColoredLightGreen;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3264 b = decoration->uColoredLightBlue;
0
Ritor1
parents:
diff changeset
3265 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3266 pStationaryLightsStack->AddLight(pLevelDecorations[i].vPosition.x,
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3267 pLevelDecorations[i].vPosition.y,
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3268 pLevelDecorations[i].vPosition.z + decoration->uDecorationHeight, decoration->uLightRadius, r, g, b, _4E94D0_light_type);
0
Ritor1
parents:
diff changeset
3269 }
Ritor1
parents:
diff changeset
3270 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3271 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3272
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3273 if (!pLevelDecorations[i].uEventID)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3274 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3275 if (pLevelDecorations[i].IsInteractive())
0
Ritor1
parents:
diff changeset
3276 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3277 if ( v35 < 124 )
0
Ritor1
parents:
diff changeset
3278 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3279 pLevelDecorations[i]._idx_in_stru123 = v35 + 75;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3280 if ( !stru_5E4C90_MapPersistVars._decor_events[v35] )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3281 pLevelDecorations[i].uFlags |= LEVEL_DECORATION_INVISIBLE;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3282 v35++;
0
Ritor1
parents:
diff changeset
3283 }
Ritor1
parents:
diff changeset
3284 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3285 }
0
Ritor1
parents:
diff changeset
3286 }
Ritor1
parents:
diff changeset
3287
Ritor1
parents:
diff changeset
3288 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
3289
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 486
diff changeset
3290 for (uint i = 0; i < uNumSpriteObjects; ++i)
0
Ritor1
parents:
diff changeset
3291 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3292 if (pSpriteObjects[i].uObjectDescID)
0
Ritor1
parents:
diff changeset
3293 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3294 if ( pSpriteObjects[i].stru_24.uItemID )
0
Ritor1
parents:
diff changeset
3295 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3296 if ( pSpriteObjects[i].stru_24.uItemID != 220 && pItemsTable->pItems[ pSpriteObjects[i].stru_24.uItemID].uEquipType == EQUIP_POTION &&
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3297 !pSpriteObjects[i].stru_24.uEnchantmentType)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3298 pSpriteObjects[i].stru_24.uEnchantmentType = rand() % 15 + 5;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3299 pItemsTable->SetSpecialBonus(&pSpriteObjects[i].stru_24);
0
Ritor1
parents:
diff changeset
3300 }
Ritor1
parents:
diff changeset
3301 }
Ritor1
parents:
diff changeset
3302 }
Ritor1
parents:
diff changeset
3303
1988
7e2dd49832b5 Off-Hand <> Two-Handed error fixed
zipi
parents: 1983
diff changeset
3304 // INDOOR initialize actors
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3305 v38 = 0;
0
Ritor1
parents:
diff changeset
3306 for (uint i = 0; i < uNumActors; ++i)
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3307 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3308 if (pActors[i].uAttributes & 0x100000)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3309 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3310 if ( !map_id )
0
Ritor1
parents:
diff changeset
3311 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3312 pActors[i].pMonsterInfo.field_3E = 19;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3313 pActors[i].uAttributes |= 0x10000;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3314 continue;
0
Ritor1
parents:
diff changeset
3315 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3316 v28 = v38 == 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3317 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3318 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3319 v28 = v38 == 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3320
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3321 if ( !v28 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3322 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3323 pActors[i].PrepareSprites(0);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3324 pActors[i].pMonsterInfo.uHostilityType = MonsterInfo::Hostility_Friendly;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3325 if ( pActors[i].pMonsterInfo.field_3E != 11 && pActors[i].pMonsterInfo.field_3E != 19 && (!pActors[i].sCurrentHP || !pActors[i].pMonsterInfo.uHP) )
0
Ritor1
parents:
diff changeset
3326 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3327 pActors[i].pMonsterInfo.field_3E = 5;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3328 pActors[i].UpdateAnimation();
0
Ritor1
parents:
diff changeset
3329 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3330 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3331 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3332 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3333 pActors[i].pMonsterInfo.field_3E = 19;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3334 pActors[i].uAttributes |= 0x10000;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3335 }
0
Ritor1
parents:
diff changeset
3336 }
Ritor1
parents:
diff changeset
3337
Ritor1
parents:
diff changeset
3338 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
3339
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3340 //Party to start position
0
Ritor1
parents:
diff changeset
3341 Actor this_;
Ritor1
parents:
diff changeset
3342 this_.pMonsterInfo.uID = 45;
Ritor1
parents:
diff changeset
3343 this_.PrepareSprites(0);
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3344 if ( !bLoading )
0
Ritor1
parents:
diff changeset
3345 {
Ritor1
parents:
diff changeset
3346 pParty->sRotationX = 0;
Ritor1
parents:
diff changeset
3347 pParty->sRotationY = 0;
Ritor1
parents:
diff changeset
3348 pParty->vPosition.z = 0;
Ritor1
parents:
diff changeset
3349 pParty->vPosition.y = 0;
Ritor1
parents:
diff changeset
3350 pParty->vPosition.x = 0;
Ritor1
parents:
diff changeset
3351 pParty->uFallStartY = 0;
Ritor1
parents:
diff changeset
3352 pParty->uFallSpeed = 0;
Ritor1
parents:
diff changeset
3353 TeleportToStartingPoint(uLevel_StartingPointType);
Ritor1
parents:
diff changeset
3354 }
Ritor1
parents:
diff changeset
3355 viewparams->_443365();
Ritor1
parents:
diff changeset
3356 PlayLevelMusic();
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3357 if ( !bLoading )
0
Ritor1
parents:
diff changeset
3358 {
Ritor1
parents:
diff changeset
3359 v30 = 0;
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3360 for ( uint pl_id = 1; pl_id <= 4; ++pl_id )
0
Ritor1
parents:
diff changeset
3361 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3362 if ( pPlayers[pl_id]->CanAct() )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3363 v34[v30++] = pl_id;
0
Ritor1
parents:
diff changeset
3364 }
Ritor1
parents:
diff changeset
3365 if ( v30 )
Ritor1
parents:
diff changeset
3366 {
Ritor1
parents:
diff changeset
3367 if ( pDest )
Ritor1
parents:
diff changeset
3368 {
2182
e1e4a8a20b5f _46Рђ6РђРЎ_GetActorsInViewport
Ritor1
parents: 2173
diff changeset
3369 _A750D8_player_speech_timer = 256i64;
1406
d071e0e9ba75 Explosion Traps fix
Ritor1
parents: 1394
diff changeset
3370 PlayerSpeechID = SPEECH_46;
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3371 uSpeakingCharacter = v34[rand() % v30];
0
Ritor1
parents:
diff changeset
3372 }
Ritor1
parents:
diff changeset
3373 }
Ritor1
parents:
diff changeset
3374 }
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3375 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3376 //----- (0046CEC3) --------------------------------------------------------
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3377 int BLV_GetFloorLevel(int x, int y, int z, unsigned int uSectorID, unsigned int *pFaceID)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3378 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3379 int v13; // ecx@13
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3380 signed int v14; // ebx@14
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3381 int v15; // eax@16
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3382 //int v16; // edx@19
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3383 //int v17; // ST18_4@19
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3384 //signed int v18; // edx@19
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3385 //signed __int64 v19; // qtt@19
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3386 int v21; // eax@27
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3387 //int v22; // ecx@29
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3388 signed int v28; // eax@45
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3389 int v29; // ebx@47
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3390 int v30; // edx@49
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3391 //int v31; // ST10_4@49
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3392 //signed int v32; // edx@49
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3393 signed __int64 v33; // qtt@49
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3394 //signed int v34; // eax@54
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3395 //signed int v35; // esi@56
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3396 //int result; // eax@57
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3397 int v38; // edx@62
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3398 //int v44; // [sp+20h] [bp-20h]@10
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3399 bool v47; // [sp+24h] [bp-1Ch]@43
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3400 bool current_vertices_Y; // [sp+28h] [bp-18h]@10
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3401 bool v49; // [sp+28h] [bp-18h]@41
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3402 bool next_vertices_Y; // [sp+2Ch] [bp-14h]@12
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3403 signed int number_hits; // [sp+30h] [bp-10h]@10
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3404 signed int v54; // [sp+30h] [bp-10h]@41
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3405 signed int v55; // [sp+34h] [bp-Ch]@1
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3406
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3407 //LOG_DECOMPILATION_WARNING();
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3408
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3409 static int blv_floor_id[50]; // 00721200
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3410 static int blv_floor_level[50]; // 007212C8
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3411
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3412 static __int16 blv_floor_face_vert_coord_Y[104]; // word_721390_ys
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3413 static __int16 blv_floor_face_vert_coord_X[104]; // word_721460_xs
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3414
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
3415 BLVSector* pSector = &pIndoor->pSectors[uSectorID];
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3416 v55 = 0;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3417 for (uint i = 0; i < pSector->uNumFloors; ++i)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3418 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
3419 BLVFace* pFloor = &pIndoor->pFaces[pSector->pFloors[i]];
2027
3fa489e0a3f2 pFloor->Ethereal()
Ritor1
parents: 2006
diff changeset
3420 if (pFloor->Ethereal())
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3421 continue;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3422
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3423 assert(pFloor->uNumVertices);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3424 if (x <= pFloor->pBounding.x2 && x >= pFloor->pBounding.x1 &&
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3425 y <= pFloor->pBounding.y2 && y >= pFloor->pBounding.y1)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3426 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3427 for (uint j = 0; j < pFloor->uNumVertices; ++j)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3428 {
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3429 blv_floor_face_vert_coord_X[2 * j] = pFloor->pXInterceptDisplacements[j] + pIndoor->pVertices[pFloor->pVertexIDs[j]].x;
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3430 blv_floor_face_vert_coord_X[2 * j + 1] = pFloor->pXInterceptDisplacements[j] + pIndoor->pVertices[pFloor->pVertexIDs[j + 1]].x;
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3431 blv_floor_face_vert_coord_Y[2 * j] = pFloor->pYInterceptDisplacements[j] + pIndoor->pVertices[pFloor->pVertexIDs[j]].y;
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3432 blv_floor_face_vert_coord_Y[2 * j + 1] = pFloor->pYInterceptDisplacements[j] + pIndoor->pVertices[pFloor->pVertexIDs[j + 1]].y;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3433 }
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3434 blv_floor_face_vert_coord_X[2 * pFloor->uNumVertices] = blv_floor_face_vert_coord_X[0];
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3435 blv_floor_face_vert_coord_Y[2 * pFloor->uNumVertices] = blv_floor_face_vert_coord_Y[0];
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3436
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3437 next_vertices_Y = blv_floor_face_vert_coord_Y[0] >= y;
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3438 number_hits = 0;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3439
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3440 for (uint j = 0; j < 2 * pFloor->uNumVertices; ++j)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3441 {
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3442 if (number_hits >= 2)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3443 break;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3444
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3445 current_vertices_Y = next_vertices_Y;
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3446 next_vertices_Y = blv_floor_face_vert_coord_Y[j + 1] >= y;
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3447
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3448 v13 = i;
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3449 if (current_vertices_Y == next_vertices_Y)
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3450 continue;
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3451
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3452 v14 = blv_floor_face_vert_coord_X[j + 1] >= x ? 0 : 2;
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3453 v15 = v14 | (blv_floor_face_vert_coord_X[j] < x);
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3454
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3455 if (v15 == 3)
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3456 continue;
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3457 else if (!v15)
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3458 ++number_hits;
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3459 else
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3460 {
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3461 long long a_div_b = fixpoint_div(y - blv_floor_face_vert_coord_Y[j], blv_floor_face_vert_coord_Y[j + 1] - blv_floor_face_vert_coord_Y[j]);
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3462 long long res = fixpoint_mul((signed int)blv_floor_face_vert_coord_X[j + 1] - (signed int)blv_floor_face_vert_coord_X[j], a_div_b);
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3463
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3464 if (res + blv_floor_face_vert_coord_X[j] >= x)
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3465 ++number_hits;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3466 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3467 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3468
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3469
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3470 if ( number_hits == 1 )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3471 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3472 if ( v55 >= 50 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3473 break;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3474 if ( pFloor->uPolygonType == POLYGON_Floor || pFloor->uPolygonType == POLYGON_Ceiling )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3475 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3476 v21 = pIndoor->pVertices[pFloor->pVertexIDs[0]].z;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3477 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3478 else
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3479 {
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
3480 v21 = fixpoint_mul(pFloor->zCalc1, x) + fixpoint_mul(pFloor->zCalc2, y) + (short)(pFloor->zCalc3 >> 16);
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3481 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3482 blv_floor_level[v55] = v21;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3483 blv_floor_id[v55] = pSector->pFloors[i];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3484 v55++;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3485 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3486 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3487 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3488
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3489
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3490 if ( pSector->field_0 & 8 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3491 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3492 for (uint i = 0; i < pSector->uNumPortals; ++i)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3493 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
3494 BLVFace* portal = &pIndoor->pFaces[pSector->pPortals[i]];
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3495 if (portal->uPolygonType != POLYGON_Floor)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3496 continue;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3497
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3498 if (!portal->uNumVertices)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3499 continue;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3500
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3501 if (x <= portal->pBounding.x2 && x >= portal->pBounding.x1 &&
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3502 y <= portal->pBounding.y2 && y >= portal->pBounding.y1 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3503 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3504 for (uint j = 0; j < portal->uNumVertices; ++j)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3505 {
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3506 blv_floor_face_vert_coord_X[2 * j] = portal->pXInterceptDisplacements[j] + pIndoor->pVertices[portal->pVertexIDs[j]].x;
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3507 blv_floor_face_vert_coord_X[2 * j + 1] = portal->pXInterceptDisplacements[j + 1] + pIndoor->pVertices[portal->pVertexIDs[j + 1]].x;
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3508 blv_floor_face_vert_coord_Y[2 * j] = portal->pYInterceptDisplacements[j] + pIndoor->pVertices[portal->pVertexIDs[j]].y;
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3509 blv_floor_face_vert_coord_Y[2 * j + 1] = portal->pYInterceptDisplacements[j + 1] + pIndoor->pVertices[portal->pVertexIDs[j + 1]].y;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3510 }
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3511 blv_floor_face_vert_coord_X[2 * portal->uNumVertices] = blv_floor_face_vert_coord_X[0];
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3512 blv_floor_face_vert_coord_Y[2 * portal->uNumVertices] = blv_floor_face_vert_coord_Y[0];
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3513 v54 = 0;
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3514 v47 = blv_floor_face_vert_coord_Y[0] >= y;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3515
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3516 for (uint j = 0; j < 2 * portal->uNumVertices; ++j)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3517 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3518 v49 = v47;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3519 if ( v54 >= 2 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3520 break;
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3521 v47 = blv_floor_face_vert_coord_Y[j + 1] >= y;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3522 if ( v49 != v47 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3523 {
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3524 v28 = blv_floor_face_vert_coord_X[j + 1] >= x ? 0 : 2;
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3525 v29 = v28 | (blv_floor_face_vert_coord_X[j] < x);
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3526 if ( v29 != 3 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3527 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3528 if ( !v29 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3529 ++v54;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3530 else
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3531 {
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3532 long long a_div_b = fixpoint_div(y - blv_floor_face_vert_coord_Y[j], blv_floor_face_vert_coord_Y[j + 1] - blv_floor_face_vert_coord_Y[j]);
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3533 long long res = fixpoint_mul(blv_floor_face_vert_coord_X[j + 1] - blv_floor_face_vert_coord_X[j], a_div_b);
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3534 if (res + blv_floor_face_vert_coord_X[j] >= x)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3535 ++v54;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3536 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3537 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3538 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3539 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3540 if ( v54 == 1 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3541 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3542 if ( v55 >= 50 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3543 break;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3544 blv_floor_level[v55] = -29000;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3545 blv_floor_id[v55] = pSector->pPortals[i];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3546 v55++;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3547 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3548 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3549 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3550 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3551 if ( v55 == 1 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3552 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3553 *pFaceID = blv_floor_id[0];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3554 return blv_floor_level[0];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3555 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3556 if ( !v55 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3557 return -30000;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3558 *pFaceID = blv_floor_id[0];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3559 //result = blv_floor_level[0];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3560
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3561 /*for ( v35 = 1; v35 < v55; ++v35 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3562 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3563 if ( blv_floor_level[0] <= z + 5 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3564 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3565 if ( blv_floor_level[v35] >= blv_floor_level[0] || blv_floor_level[v35] > z + 5 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3566 continue;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3567 blv_floor_level[0] = blv_floor_level[v35];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3568 *pFaceID = blv_floor_id[v35];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3569 continue;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3570 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3571 if ( blv_floor_level[v35] < blv_floor_level[0] )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3572 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3573 blv_floor_level[0] = blv_floor_level[v35];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3574 *pFaceID = blv_floor_id[v35];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3575 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3576 }*/
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3577
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3578
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3579 int result = blv_floor_level[0];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3580 for (uint i = 1; i < v55; ++i)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3581 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3582 v38 = blv_floor_level[i];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3583 if ( result <= z + 5 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3584 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3585 if ( v38 > result && v38 <= z + 5 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3586 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3587 result = blv_floor_level[i];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3588 *pFaceID = blv_floor_id[i];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3589 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3590 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3591 else if ( v38 < result )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3592 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3593 result = blv_floor_level[i];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3594 *pFaceID = blv_floor_id[i];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3595 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3596 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3597
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3598 return result;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3599 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3600 //----- (004016FA) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1441
diff changeset
3601 int MakeActorAIList_BLV()
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3602 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3603 //Actor *v0; // esi@2
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3604 int v1; // eax@4
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3605 int v2; // ebx@4
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3606 unsigned int v3; // ecx@4
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3607 int v4; // edx@5
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3608 int v5; // edx@7
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3609 unsigned int v6; // edx@9
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3610 unsigned int v7; // ST24_4@10
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3611 int v8; // eax@10
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3612 int v9; // edi@10
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3613 int v10; // ebx@14
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3614 char v11; // zf@16
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3615 int v12; // eax@22
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3616 int v13; // edx@24
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3617 int v14; // ecx@25
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3618 int v15; // ebx@26
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3619 unsigned int *v16; // ecx@27
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3620 unsigned int v17; // esi@27
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3621 int v18; // ecx@31
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3622 signed int v19; // edi@31
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3623 Actor *v20; // esi@32
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3624 bool v21; // eax@33
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3625 int v22; // eax@34
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3626 signed int v23; // ebx@36
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3627 Actor *v24; // esi@37
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3628 signed int v25; // eax@40
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3629 int v26; // eax@43
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3630 int v27; // ebx@45
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3631 int j; // edi@45
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3632 unsigned int v29; // eax@46
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3633 int v30; // eax@48
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3634 int v31; // ecx@51
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3635 int v32; // eax@51
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3636 signed int v33; // eax@53
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3637 __int64 v34; // qax@55
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3638 char *v35; // ecx@56
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3639 int v37; // [sp+Ch] [bp-18h]@1
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3640 int v38; // [sp+10h] [bp-14h]@4
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3641 int v39; // [sp+14h] [bp-10h]@4
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3642 //int v40; // [sp+18h] [bp-Ch]@10
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3643 int v41; // [sp+18h] [bp-Ch]@29
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3644 int i; // [sp+18h] [bp-Ch]@31
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3645 //signed int v43; // [sp+1Ch] [bp-8h]@1
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3646 signed int v44; // [sp+1Ch] [bp-8h]@25
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3647 int v45; // [sp+20h] [bp-4h]@1
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3648
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3649 // __debugbreak(); // refactor for blv ai
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3650 pParty->uFlags &= 0xFFFFFFCFu;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3651 v37 = pIndoor->GetSector(pParty->vPosition.x, pParty->vPosition.y, pParty->vPosition.z);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3652 v45 = 0;
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3653 for ( uint i = 0; i < (signed int)uNumActors; ++i )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3654 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3655 pActors[i].uAttributes &= 0xFB00;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3656 if ( !pActors[i].CanAct() )
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3657 {
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3658 pActors[i].uAttributes &= 0xBF00;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3659 continue;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3660 }
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3661 v39 = abs(pParty->vPosition.z - pActors[i].vPosition.z);
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3662 v38 = abs(pParty->vPosition.y - pActors[i].vPosition.y);
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3663 v1 = abs(pParty->vPosition.x - pActors[i].vPosition.x);
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3664 v2 = v38;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3665 v3 = v39;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3666 if ( v1 < v38 )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3667 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3668 v4 = v1;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3669 v1 = v38;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3670 v2 = v4;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3671 }
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3672 if ( v1 < v39 )
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3673 {
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3674 v5 = v1;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3675 v1 = v39;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3676 v3 = v5;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3677 }
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3678 if ( v2 < (signed int)v3 )
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3679 {
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3680 v6 = v3;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3681 v3 = v2;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3682 v2 = v6;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3683 }
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3684 v7 = ((unsigned int)(11 * v2) >> 5) + (v3 >> 2) + v1;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3685 v9 = v7 - pActors[i].uActorRadius;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3686 if ( v9 < 0 )
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3687 v9 = 0;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3688 if ( v9 < 10240 )
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3689 {
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3690 pActors[i].uAttributes &= 0xFEFFFFFF;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3691 if ( pActors[i].uAttributes & 0x80000 || pActors[i].GetActorsRelation(0) )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3692 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3693 pActors[i].uAttributes |= 0x1000000;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3694 if ( !(pParty->uFlags & 0x10) && (double)v9 < 307.2 )
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3695 pParty->uFlags |= 0x10;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3696 if ( !(pParty->uFlags & 0x20) && v9 < 5120 )
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3697 pParty->uFlags |= 0x20;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3698 }
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3699 v12 = v45++;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3700 ai_near_actors_distances[v12] = v9;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3701 ai_near_actors_ids[v12] = i;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3702 }
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3703 else
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3704 pActors[i].uAttributes &= 0xBF00;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3705 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3706 v13 = 0;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3707 if ( v45 > 0 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3708 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3709 for ( uint i = 1; i < v45; i++ )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3710 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3711 for ( uint j = 1; j < v45; ++j )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3712 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3713 v15 = ai_near_actors_distances[v13];
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3714 if ( ai_near_actors_distances[v13] > ai_near_actors_distances[j] )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3715 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3716 v17 = ai_near_actors_ids[v13];
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3717 ai_near_actors_ids[v13] = ai_near_actors_ids[j];
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3718 ai_near_actors_ids[j] = v17;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3719 ai_near_actors_distances[v13] = ai_near_actors_distances[j];
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3720 ai_near_actors_distances[j] = v15;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3721 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3722 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3723 ++v13;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3724 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3725 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3726 v18 = 0;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3727 v19 = 0;
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3728 for ( i = 0; i < v45; i++ )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3729 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3730 if ( pActors[ai_near_actors_ids[i]].uAttributes & 0x8000
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3731 || sub_4070EF_prolly_detect_player(PID(OBJECT_Actor,ai_near_actors_ids[i]), 4) )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3732 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3733 pActors[ai_near_actors_ids[i]].uAttributes |= 0x8000;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3734 ai_array_4F6638_actor_ids[v19] = ai_near_actors_ids[i];
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3735 ai_array_4F5E68[v19++] = ai_near_actors_distances[i];
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3736 if ( v19 >= 30 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3737 break;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3738 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3739 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3740 ai_arrays_size = v19;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3741 if ( (signed int)uNumActors > 0 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3742 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3743 for ( uint i = 0; i < (signed int)uNumActors; ++i )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3744 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3745 if ( pActors[i].CanAct() && pActors[i].uSectorID == v37 )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3746 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3747 v25 = 0;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3748 if ( v19 <= 0 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3749 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3750 pActors[i].uAttributes |= 0x4000;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3751 ai_array_4F6638_actor_ids[ai_arrays_size++] = i;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3752 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3753 else
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3754 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3755 while ( ai_array_4F6638_actor_ids[v25] != i )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3756 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3757 ++v25;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3758 if ( v25 >= v19 )
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3759 {
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3760 pActors[i].uAttributes |= 0x4000;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3761 ai_array_4F6638_actor_ids[ai_arrays_size++] = i;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3762 break;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3763 }
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3764 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3765 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3766 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3767 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3768 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3769 v27 = ai_arrays_size;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3770 for ( j = 0; j < v45; ++j )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3771 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3772 //v29 = ai_near_actors_ids[j];
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3773 if ( pActors[ai_near_actors_ids[j]].uAttributes & 0xC000 && pActors[ai_near_actors_ids[j]].CanAct() )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3774 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3775 v30 = 0;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3776 if ( v27 <= 0 )
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3777 ai_array_4F6638_actor_ids[ai_arrays_size++] = ai_near_actors_ids[j];
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3778 else
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3779 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3780 while ( ai_array_4F6638_actor_ids[v30] != ai_near_actors_ids[j] )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3781 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3782 ++v30;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3783 if ( v30 >= v27 )
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3784 {
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3785 ai_array_4F6638_actor_ids[ai_arrays_size++] = ai_near_actors_ids[j];
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3786 break;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3787 }
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3788 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3789 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3790 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3791 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3792 if ( ai_arrays_size > 30 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3793 ai_arrays_size = 30;
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3794 memcpy(ai_near_actors_ids.data(), ai_array_4F6638_actor_ids.data(), 4 * ai_arrays_size);
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3795 memcpy(ai_near_actors_distances.data(), ai_array_4F5E68.data(), 4 * ai_arrays_size);
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3796 for ( uint i = 0; i < ai_arrays_size; i++ )
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3797 pActors[ai_near_actors_ids[i]].uAttributes |= 0x400;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
3798 return ai_arrays_size;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3799 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3800 //----- (0043FDED) --------------------------------------------------------
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3801 void PrepareActorRenderList_BLV()
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3802 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3803 unsigned __int16 v3; // ax@3
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3804 unsigned int v4; // eax@5
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3805 int v6; // esi@5
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3806 unsigned int v7; // eax@7
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3807 int v8; // eax@10
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3808 SpriteFrame *v9; // eax@16
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3809 int v12; // ecx@28
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3810 signed __int64 v18; // qtt@36
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3811 int v19; // ST5C_4@36
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3812 signed __int64 v20; // qtt@37
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3813 int v21; // ST5C_4@37
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3814 signed __int16 v22; // cx@39
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3815 int v23; // ST50_4@40
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3816 signed int v24; // ecx@40
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3817 int v25; // edx@44
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3818 __int16 v26; // ax@44
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3819 unsigned __int8 v30; // sf@44
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3820 int a3; // [sp+20h] [bp-34h]@5
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3821 int a5a; // [sp+2Ch] [bp-28h]@36
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3822 int a5b; // [sp+2Ch] [bp-28h]@40
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3823 __int16 v41; // [sp+3Ch] [bp-18h]@18
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3824 int a6; // [sp+40h] [bp-14h]@34
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3825 int v43; // [sp+44h] [bp-10h]@34
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3826 int z; // [sp+48h] [bp-Ch]@32
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3827 signed int y; // [sp+4Ch] [bp-8h]@32
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3828 int x; // [sp+50h] [bp-4h]@32
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3829
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3830 for (uint i = 0; i < uNumActors; ++i)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3831 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3832 if (pActors[i].uAIState == Removed || pActors[i].uAIState == Disabled)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3833 continue;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3834
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3835 v4 = stru_5C6E00->Atan2(pActors[i].vPosition.x - pGame->pIndoorCameraD3D->vPartyPos.x, pActors[i].vPosition.y - pGame->pIndoorCameraD3D->vPartyPos.y);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3836 v6 = ((signed int)(pActors[i].uYawAngle + ((signed int)stru_5C6E00->uIntegerPi >> 3) - v4 + stru_5C6E00->uIntegerPi) >> 8) & 7;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3837 v8 = pActors[i].uCurrentActionTime;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3838 if ( pParty->bTurnBasedModeOn )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3839 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3840 if ( pActors[i].uCurrentActionAnimation == 1 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3841 v8 = i * 32 + pMiscTimer->uTotalGameTimeElapsed;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3842 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3843 else
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3844 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3845 if ( pActors[i].uCurrentActionAnimation == 1 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3846 v8 = i * 32 + pBLVRenderParams->field_0_timer_;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3847 }
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3848 if (pActors[i].pActorBuffs[ACTOR_BUFF_STONED].uExpireTime > 0 || pActors[i].pActorBuffs[ACTOR_BUFF_PARALYZED].uExpireTime > 0 )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3849 v8 = 0;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3850
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3851 if (pActors[i].uAIState == Resurrected)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3852 v9 = pSpriteFrameTable->GetFrameBy_x(pActors[i].pSpriteIDs[pActors[i].uCurrentActionAnimation], v8);
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3853 else
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3854 v9 = pSpriteFrameTable->GetFrame(pActors[i].pSpriteIDs[pActors[i].uCurrentActionAnimation], v8);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3855
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3856 v41 = 0;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3857 if (v9->uFlags & 2)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3858 v41 = 2;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3859 if (v9->uFlags & 0x40000)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3860 v41 |= 0x40u;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3861 if (v9->uFlags & 0x20000)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3862 LOBYTE(v41) = v41 | 0x80;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3863 if ( (256 << v6) & v9->uFlags)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3864 v41 |= 4;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3865 if ( v9->uGlowRadius )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3866 {
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
3867 //LOBYTE(v11) = _4E94D3_light_type;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3868 pMobileLightsStack->AddLight(pActors[i].vPosition.x, pActors[i].vPosition.y, pActors[i].vPosition.z, pActors[i].uSectorID, v9->uGlowRadius, 0xFFu, 0xFFu, 0xFFu, _4E94D3_light_type);
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3869 }
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3870 for ( v12 = 0; v12 < pBspRenderer->uNumVisibleNotEmptySectors; ++v12 )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3871 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3872 if ( pBspRenderer->pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[v12] == pActors[i].uSectorID )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3873 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3874 if ( !pGame->pIndoorCameraD3D->ApplyViewTransform_TrueIfStillVisible_BLV(pActors[i].vPosition.x, pActors[i].vPosition.y, pActors[i].vPosition.z, &x, &y, &z, 1)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3875 || abs(x) < abs(y) )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3876 continue;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3877 pGame->pIndoorCameraD3D->Project(x, y, z, &v43, &a6);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3878 if (uNumBillboardsToDraw >= 500)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3879 break;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3880 ++uNumBillboardsToDraw;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3881 ++uNumSpritesDrawnThisFrame;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3882 pActors[i].uAttributes |= 8;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3883 pBillboardRenderList[uNumBillboardsToDraw - 1].uHwSpriteID = v9->pHwSpriteIDs[v6];
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3884 pBillboardRenderList[uNumBillboardsToDraw - 1].uPalette = v9->uPaletteIndex;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3885 pBillboardRenderList[uNumBillboardsToDraw - 1].uIndoorSectorID = pActors[i].uSectorID;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3886 /*if ( !pRenderer->pRenderD3D )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3887 {
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3888 LODWORD(v20) = pBLVRenderParams->fov_rad_fixpoint << 16;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3889 HIDWORD(v20) = pBLVRenderParams->fov_rad_fixpoint >> 16;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3890 v0->_screenspace_x_scaler_packedfloat = fixpoint_mul(v10->scale, v20 / x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3891 a5a = fixpoint_mul(v10->scale, v20 / x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3892 }
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3893 else
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3894 {*/
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3895 pBillboardRenderList[uNumBillboardsToDraw - 1].fov_x = pGame->pIndoorCameraD3D->fov_x;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3896 pBillboardRenderList[uNumBillboardsToDraw - 1].fov_y = pGame->pIndoorCameraD3D->fov_y;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3897 LODWORD(v18) = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3898 HIDWORD(v18) = floorf(pBillboardRenderList[uNumBillboardsToDraw - 1].fov_x + 0.5f);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3899 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_x_scaler_packedfloat = fixpoint_mul(v9->scale, v18 / x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3900 a5a = fixpoint_mul(v9->scale, v18 / x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3901 //}
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3902 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_y_scaler_packedfloat = a5a;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3903 if ( pActors[i].pActorBuffs[ACTOR_BUFF_SHRINK].uExpireTime <= 0 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3904 {
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3905 if ( pActors[i].pActorBuffs[ACTOR_BUFF_MASS_DISTORTION].uExpireTime > 0 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3906 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_y_scaler_packedfloat = fixpoint_mul(pGame->pStru6Instance->_4A806F(&pActors[i]),
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3907 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_y_scaler_packedfloat);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3908 }
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3909 else
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3910 {
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3911 if ( pActors[i].pActorBuffs[ACTOR_BUFF_SHRINK].uPower > 0 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3912 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_x_scaler_packedfloat = fixpoint_mul(65536 / pActors[i].pActorBuffs[ACTOR_BUFF_SHRINK].uPower, pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_x_scaler_packedfloat);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3913 }
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3914 HIWORD(v25) = HIWORD(x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3915 pBillboardRenderList[uNumBillboardsToDraw - 1].world_x = pActors[i].vPosition.x;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3916 pBillboardRenderList[uNumBillboardsToDraw - 1].world_y = pActors[i].vPosition.y;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3917 pBillboardRenderList[uNumBillboardsToDraw - 1].world_z = pActors[i].vPosition.z;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3918 pBillboardRenderList[uNumBillboardsToDraw - 1].uScreenSpaceX = v43;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3919 pBillboardRenderList[uNumBillboardsToDraw - 1].uScreenSpaceY = a6;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3920 LOWORD(v25) = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3921 LOBYTE(v26) = v41;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3922
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3923 //v0->sZValue = v25 + (PID(OBJECT_Actor,i));
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3924 pBillboardRenderList[uNumBillboardsToDraw - 1].actual_z = HIWORD(x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3925 pBillboardRenderList[uNumBillboardsToDraw - 1].object_pid = PID(OBJECT_Actor,i);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3926
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3927 //v29 = HIDWORD(p->pActorBuffs[ACTOR_BUFF_STONED].uExpireTime) == 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3928 //v30 = HIDWORD(p->pActorBuffs[ACTOR_BUFF_STONED].uExpireTime) < 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3929 pBillboardRenderList[uNumBillboardsToDraw - 1].field_1E = v41;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3930 pBillboardRenderList[uNumBillboardsToDraw - 1].pSpriteFrame = v9;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3931 pBillboardRenderList[uNumBillboardsToDraw - 1].sTintColor = pMonsterList->pMonsters[pActors[i].pMonsterInfo.uID - 1].sTintColor;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3932 if ( pActors[i].pActorBuffs[ACTOR_BUFF_STONED].uExpireTime > 0 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3933 {
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3934 HIBYTE(v26) = HIBYTE(v41) | 1;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3935 pBillboardRenderList[uNumBillboardsToDraw - 1].field_1E = v26;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3936 }
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3937 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3938 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3939 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3940 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3941 //----- (0044028F) --------------------------------------------------------
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3942 void PrepareItemsRenderList_BLV()
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3943 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3944 SpriteFrame *v4; // eax@12
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3945 unsigned int v6; // eax@12
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3946 int v7; // ecx@12
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3947 int v9; // ecx@12
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3948 unsigned __int16 v10; // ax@12
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3949 //int *v11; // eax@20
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3950 __int64 v18; // ST5C_4@27
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3951 signed __int64 v19; // qtt@28
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3952 int v20; // ST5C_4@28
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3953 __int16 v22; // ax@29
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3954 int a6; // [sp+2Ch] [bp-30h]@12
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3955 int v31; // [sp+38h] [bp-24h]@27
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3956 signed __int16 v34; // [sp+44h] [bp-18h]@14
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3957 int v35; // [sp+48h] [bp-14h]@25
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3958 int v36; // [sp+4Ch] [bp-10h]@25
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3959 signed int z; // [sp+50h] [bp-Ch]@24
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3960 signed int y; // [sp+54h] [bp-8h]@24
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3961 signed int x; // [sp+58h] [bp-4h]@24
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3962
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3963 for (uint i = 0; i < uNumSpriteObjects; ++i)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3964 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3965 if (pSpriteObjects[i].uObjectDescID)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3966 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3967 if ( !(pObjectList->pObjects[pSpriteObjects[i].uObjectDescID].uFlags & 1) )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3968 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3969 if ( ( pSpriteObjects[i].uType < 1000 || pSpriteObjects[i].uType >= 10000)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3970 && (pSpriteObjects[i].uType < 500 || pSpriteObjects[i].uType >= 600)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3971 && (pSpriteObjects[i].uType < 811 || pSpriteObjects[i].uType >= 815)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3972 || pGame->pStru6Instance->_4A81CA(&pSpriteObjects[i]))
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3973 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3974 v4 = pSpriteFrameTable->GetFrame(pObjectList->pObjects[pSpriteObjects[i].uObjectDescID].uSpriteID, pSpriteObjects[i].uSpriteFrameID);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3975 a6 = v4->uGlowRadius * pSpriteObjects[i].field_22_glow_radius_multiplier;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3976 v6 = stru_5C6E00->Atan2(pSpriteObjects[i].vPosition.x - pGame->pIndoorCameraD3D->vPartyPos.x,
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3977 pSpriteObjects[i].vPosition.y - pGame->pIndoorCameraD3D->vPartyPos.y);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3978 LOWORD(v7) = pSpriteObjects[i].uFacing;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3979 v9 = ((signed int)(stru_5C6E00->uIntegerPi + ((signed int)stru_5C6E00->uIntegerPi >> 3) + v7 - v6) >> 8) & 7;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3980 pBillboardRenderList[uNumBillboardsToDraw].uHwSpriteID = v4->pHwSpriteIDs[v9];
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3981 if ( v4->uFlags & 0x20 )
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3982 pSpriteObjects[i].vPosition.z -= (signed int)(fixpoint_mul(v4->scale, pSprites_LOD->pSpriteHeaders[pBillboardRenderList[uNumBillboardsToDraw].uHwSpriteID].uHeight) / 2);
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3983
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3984 v34 = 0;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3985 if ( v4->uFlags & 2 )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3986 v34 = 2;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3987 if ( v4->uFlags & 0x40000 )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3988 v34 |= 0x40u;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3989 if ( v4->uFlags & 0x20000 )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3990 LOBYTE(v34) = v34 | 0x80;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3991 //v11 = (int *)(256 << v9);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3992 if ( (256 << v9) & v4->uFlags )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3993 v34 |= 4;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3994 if ( a6 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3995 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3996 //LOBYTE(v11) = _4E94D3_light_type;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3997 pMobileLightsStack->AddLight(pSpriteObjects[i].vPosition.x, pSpriteObjects[i].vPosition.y, pSpriteObjects[i].vPosition.z,
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3998 pSpriteObjects[i].uSectorID, a6, pObjectList->pObjects[pSpriteObjects[i].uObjectDescID].uParticleTrailColorR,
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3999 pObjectList->pObjects[pSpriteObjects[i].uObjectDescID].uParticleTrailColorG,
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4000 pObjectList->pObjects[pSpriteObjects[i].uObjectDescID].uParticleTrailColorB, _4E94D3_light_type);
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4001 }
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4002 if ( pGame->pIndoorCameraD3D->ApplyViewTransform_TrueIfStillVisible_BLV(pSpriteObjects[i].vPosition.x, pSpriteObjects[i].vPosition.y,
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4003 pSpriteObjects[i].vPosition.z, &x, &y, &z, 1) )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4004 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4005 pGame->pIndoorCameraD3D->Project(x, y, z, &v36, &v35);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4006
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4007 assert(uNumBillboardsToDraw < 500);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4008 //if ( (signed int)uNumBillboardsToDraw >= 500 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4009 // return;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4010 ++uNumBillboardsToDraw;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4011 ++uNumSpritesDrawnThisFrame;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4012 pSpriteObjects[i].uAttributes |= 1;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4013 pBillboardRenderList[uNumBillboardsToDraw - 1].uPalette = v4->uPaletteIndex;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4014 pBillboardRenderList[uNumBillboardsToDraw - 1].uIndoorSectorID = pSpriteObjects[i].uSectorID;
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
4015 //if ( pRenderer->pRenderD3D )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4016 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4017 pBillboardRenderList[uNumBillboardsToDraw - 1].fov_x = pGame->pIndoorCameraD3D->fov_x;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4018 pBillboardRenderList[uNumBillboardsToDraw - 1].fov_y = pGame->pIndoorCameraD3D->fov_y;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4019 LODWORD(v18) = 0;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4020 HIDWORD(v18) = (int)floorf(pBillboardRenderList[uNumBillboardsToDraw - 1].fov_x + 0.5f);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4021 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_x_scaler_packedfloat = fixpoint_mul(v4->scale, v18 / x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4022 v31 = fixpoint_mul(v4->scale, v18 / x);
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4023 }
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
4024 /*else
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4025 {
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4026 __debugbreak(); // sw rendering
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
4027 LODWORD(v19) = pBLVRenderParams->field_40 << 16;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4028 HIDWORD(v19) = pBLVRenderParams->field_40 >> 16;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4029 v20 = v19 / x;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4030 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_x_scaler_packedfloat = fixpoint_mul(v24->scale, v19 / x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4031 v31 = fixpoint_mul(v24->scale, v20);
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
4032 }*/
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4033 //HIWORD(v21) = HIWORD(x);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4034 //LOWORD(v21) = 0;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4035 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_y_scaler_packedfloat = v31;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4036 pBillboardRenderList[uNumBillboardsToDraw - 1].field_1E = v34;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4037 pBillboardRenderList[uNumBillboardsToDraw - 1].world_x = pSpriteObjects[i].vPosition.x;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4038 pBillboardRenderList[uNumBillboardsToDraw - 1].world_y = pSpriteObjects[i].vPosition.y;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4039 pBillboardRenderList[uNumBillboardsToDraw - 1].world_z = pSpriteObjects[i].vPosition.z;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4040 pBillboardRenderList[uNumBillboardsToDraw - 1].uScreenSpaceX = v36;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4041 pBillboardRenderList[uNumBillboardsToDraw - 1].sTintColor = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4042 pBillboardRenderList[uNumBillboardsToDraw - 1].uScreenSpaceY = v35;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4043 //v23 = 8 * i;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4044 //LOBYTE(v23) = PID(OBJECT_Item,i);
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4045 pBillboardRenderList[uNumBillboardsToDraw - 1].pSpriteFrame = v4;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4046 //v12 = (p->uAttributes & 0x20) == 0;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4047 //pBillboardRenderList[uNumBillboardsToDraw - 1].sZValue = v21 + v23;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4048 pBillboardRenderList[uNumBillboardsToDraw - 1].actual_z = HIWORD(x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4049 pBillboardRenderList[uNumBillboardsToDraw - 1].object_pid = PID(OBJECT_Item,i);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4050 /*if (pSpriteObjects[i].uAttributes & 0x20)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4051 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4052 if ( !pRenderer->pRenderD3D )
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4053 pBillboardRenderList[uNumBillboardsToDraw - 1].sZValue = 0;
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
4054 }*/
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4055 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4056 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4057 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4058 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4059 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4060 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4061
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4062 //----- (00440639) --------------------------------------------------------
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4063 void AddBspNodeToRenderList(unsigned int node_id)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4064 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4065 BLVSector *pSector; // esi@1
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4066
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4067 pSector = &pIndoor->pSectors[pBspRenderer->nodes[node_id].uSectorID];
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
4068 //if ( pRenderer->pRenderD3D )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4069 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4070 for (uint i = 0; i < pSector->uNumNonBSPFaces; ++i)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4071 //Log::Warning(L"Non-BSP face: %X", v3->pFaceIDs[v2]);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4072 pBspRenderer->AddFaceToRenderList_d3d(node_id, pSector->pFaceIDs[i]);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4073 }
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
4074 /*else
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4075 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4076 for (uint i = 0; i < pSector->uNumNonBSPFaces; ++i)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4077 pBspRenderer->AddFaceToRenderList_sw(node_id, pSector->pFaceIDs[i]);
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
4078 }*/
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4079 if ( pSector->field_0 & 0x10 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4080 sub_4406BC(node_id, pSector->uFirstBSPNode);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4081 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4082
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4083 //----- (004406BC) --------------------------------------------------------
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4084 void __fastcall sub_4406BC(unsigned int node_id, unsigned int uFirstNode)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4085 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4086 BLVSector *pSector; // esi@2
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4087 BSPNode *pNode; // edi@2
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4088 BLVFace *pFace; // eax@2
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4089 int v5; // ecx@2
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4090 __int16 v6; // ax@6
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4091 int v7; // ebp@10
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4092 int v8; // ebx@10
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4093 __int16 v9; // di@18
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4094 //int v10; // [sp+10h] [bp-Ch]@1
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4095 //bool v11; // [sp+14h] [bp-8h]@5
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4096 BspRenderer_stru0 *node; // [sp+18h] [bp-4h]@1
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4097
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4098 //Log::Warning(L"sub_4406BC(%u, %u)", a1, uFirstNode);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4099
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4100 //v10 = a1;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4101 node = &pBspRenderer->nodes[node_id];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4102 while ( 1 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4103 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4104 pSector = &pIndoor->pSectors[node->uSectorID];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4105 pNode = &pIndoor->pNodes[uFirstNode];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4106 pFace = &pIndoor->pFaces[pSector->pFaceIDs[pNode->uCoplanarOffset]];
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4107 v5 = pFace->pFacePlane_old.dist +
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4108 pGame->pIndoorCameraD3D->vPartyPos.x * pFace->pFacePlane_old.vNormal.x +
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4109 pGame->pIndoorCameraD3D->vPartyPos.y * pFace->pFacePlane_old.vNormal.y +
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4110 pGame->pIndoorCameraD3D->vPartyPos.z * pFace->pFacePlane_old.vNormal.z;//plane equation
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4111 if (pFace->Portal() && pFace->uSectorID != node->uSectorID )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4112 v5 = -v5;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4113 //v11 = v5 > 0;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4114 if ( v5 <= 0 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4115 v6 = pNode->uFront;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4116 else
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4117 v6 = pNode->uBack;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4118 if ( v6 != -1 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4119 sub_4406BC(node_id, v6);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4120 v7 = pNode->uCoplanarOffset;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4121 v8 = v7 + pNode->uCoplanarSize;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4122
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4123 //Log::Warning(L"Node %u: %X to %X (%hX)", uFirstNode, v7, v8, v2->pFaceIDs[v7]);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4124
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
4125 //if ( pRenderer->pRenderD3D )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4126 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4127 while ( v7 < v8 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4128 pBspRenderer->AddFaceToRenderList_d3d(node_id, pSector->pFaceIDs[v7++]);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4129 }
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
4130 /*else
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4131 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4132 while ( v7 < v8 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4133 pBspRenderer->AddFaceToRenderList_sw(node_id, pSector->pFaceIDs[v7++]);
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
4134 }*/
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4135 v9 = v5 > 0 ? pNode->uFront : pNode->uBack;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4136 if ( v9 == -1 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4137 break;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4138 uFirstNode = v9;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4139 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4140 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4141 //----- (0043FA33) --------------------------------------------------------
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4142 void PrepareDecorationsRenderList_BLV(unsigned int uDecorationID, unsigned int uSectorID)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4143 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4144 unsigned int v8; // edi@5
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4145 int v9; // edi@5
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4146 int v10; // eax@7
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4147 SpriteFrame *v11; // eax@7
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4148 char v16; // zf@18
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4149 signed __int64 v20; // qtt@19
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4150 signed __int64 v21; // qtt@20
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4151 Particle_sw particle; // [sp+Ch] [bp-A0h]@3
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4152 int v30; // [sp+8Ch] [bp-20h]@7
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4153 int a5; // [sp+94h] [bp-18h]@17
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4154 int z; // [sp+98h] [bp-14h]@15
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4155 int a6; // [sp+9Ch] [bp-10h]@17
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4156 int y; // [sp+A0h] [bp-Ch]@15
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4157 int x; // [sp+A4h] [bp-8h]@15
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4158 int v37; // [sp+A8h] [bp-4h]@5
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4159
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4160 if (pLevelDecorations[uDecorationID].uFlags & LEVEL_DECORATION_INVISIBLE)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4161 return;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4162
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4163 if (pDecorationList->pDecorations[pLevelDecorations[uDecorationID].uDecorationDescID].uFlags & DECORATION_DESC_EMITS_FIRE)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4164 {
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4165 memset(&particle, 0, sizeof(particle)); // fire, like at the Pit's tavern
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4166 particle.type = ParticleType_Bitmap | ParticleType_Rotating | ParticleType_8;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4167 particle.uDiffuse = 0xFF3C1E;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4168 particle.x = (double)pLevelDecorations[uDecorationID].vPosition.x;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4169 particle.y = (double)pLevelDecorations[uDecorationID].vPosition.y;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4170 particle.z = (double)pLevelDecorations[uDecorationID].vPosition.z;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4171 particle.r = 0.0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4172 particle.g = 0.0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4173 particle.b = 0.0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4174 particle.flt_28 = 1.0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4175 particle.timeToLive = (rand() & 0x80) + 128;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4176 particle.uTextureID = pBitmaps_LOD->LoadTexture("effpar01");
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4177 pGame->pParticleEngine->AddParticle(&particle);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4178 return;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4179 }
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4180
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4181
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4182 if (pDecorationList->pDecorations[pLevelDecorations[uDecorationID].uDecorationDescID].uFlags & DECORATION_DESC_DONT_DRAW)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4183 return;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4184
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4185 v8 = pLevelDecorations[uDecorationID].field_10_y_rot + ((signed int)stru_5C6E00->uIntegerPi >> 3)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4186 - stru_5C6E00->Atan2(pLevelDecorations[uDecorationID].vPosition.x - pGame->pIndoorCameraD3D->vPartyPos.x,
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4187 pLevelDecorations[uDecorationID].vPosition.y - pGame->pIndoorCameraD3D->vPartyPos.y);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4188 v9 = ((signed int)(stru_5C6E00->uIntegerPi + v8) >> 8) & 7;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4189 v37 = pBLVRenderParams->field_0_timer_;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4190 if (pParty->bTurnBasedModeOn)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4191 v37 = pMiscTimer->uTotalGameTimeElapsed;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4192 v10 = abs(pLevelDecorations[uDecorationID].vPosition.x + pLevelDecorations[uDecorationID].vPosition.y);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4193 v11 = pSpriteFrameTable->GetFrame(pDecorationList->pDecorations[pLevelDecorations[uDecorationID].uDecorationDescID].uSpriteID, v37 + v10);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4194 v30 = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4195 if ( v11->uFlags & 2 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4196 v30 = 2;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4197 if ( v11->uFlags & 0x40000 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4198 v30 |= 0x40u;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4199 if ( v11->uFlags & 0x20000 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4200 LOBYTE(v30) = v30 | 0x80;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4201 if ( (256 << v9) & v11->uFlags )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4202 v30 |= 4;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4203 if ( pGame->pIndoorCameraD3D->ApplyViewTransform_TrueIfStillVisible_BLV(pLevelDecorations[uDecorationID].vPosition.x,
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4204 pLevelDecorations[uDecorationID].vPosition.y,
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4205 pLevelDecorations[uDecorationID].vPosition.z, &x, &y, &z, 1) )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4206 {
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4207 if ( abs(x) >= abs(y) )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4208 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4209 pGame->pIndoorCameraD3D->Project(x, y, z, &a5, &a6);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4210
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4211 assert(uNumBillboardsToDraw < 500);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4212
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4213 ++uNumBillboardsToDraw;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4214 ++uNumDecorationsDrawnThisFrame;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4215 pBillboardRenderList[uNumBillboardsToDraw - 1].uHwSpriteID = v11->pHwSpriteIDs[v9];
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4216 pBillboardRenderList[uNumBillboardsToDraw - 1].uPalette = v11->uPaletteIndex;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4217 pBillboardRenderList[uNumBillboardsToDraw - 1].uIndoorSectorID = uSectorID;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4218 /*if ( !pRenderer->pRenderD3D )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4219 {
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4220 LODWORD(v21) = pBLVRenderParams->fov_rad_fixpoint << 16;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4221 HIDWORD(v21) = pBLVRenderParams->fov_rad_fixpoint >> 16;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4222 //LODWORD(v31) = v12->scale;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4223 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_x_scaler_packedfloat = fixpoint_mul(v12->scale, v21 / x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4224 v37 = fixpoint_mul(v12->scale, v21 / x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4225 }
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4226 else
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4227 {*/
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4228 pBillboardRenderList[uNumBillboardsToDraw - 1].fov_x = pGame->pIndoorCameraD3D->fov_x;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4229 pBillboardRenderList[uNumBillboardsToDraw - 1].fov_y = pGame->pIndoorCameraD3D->fov_y;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4230 LODWORD(v20) = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4231 HIDWORD(v20) = floorf(pBillboardRenderList[uNumBillboardsToDraw - 1].fov_x + 0.5f);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4232 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_x_scaler_packedfloat = fixpoint_mul(v11->scale, v20 / x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4233 LODWORD(v20) = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4234 HIDWORD(v20) = floorf(pBillboardRenderList[uNumBillboardsToDraw - 1].fov_y + 0.5f);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4235 v37 = fixpoint_mul(v11->scale, v20 / x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4236 //}
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4237 //HIWORD(v22) = HIWORD(x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4238 //LOWORD(v22) = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4239 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_y_scaler_packedfloat = v37;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4240 pBillboardRenderList[uNumBillboardsToDraw - 1].field_1E = v30;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4241 pBillboardRenderList[uNumBillboardsToDraw - 1].world_x = pLevelDecorations[uDecorationID].vPosition.x;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4242 pBillboardRenderList[uNumBillboardsToDraw - 1].world_y = pLevelDecorations[uDecorationID].vPosition.y;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4243 pBillboardRenderList[uNumBillboardsToDraw - 1].world_z = pLevelDecorations[uDecorationID].vPosition.z;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4244 pBillboardRenderList[uNumBillboardsToDraw - 1].uScreenSpaceX = a5;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4245 pBillboardRenderList[uNumBillboardsToDraw - 1].uScreenSpaceY = a6;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4246 //v23 = 8 * uDecorationID;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4247 //LOBYTE(v23) = PID(OBJECT_Decoration,uDecorationID);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4248
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4249 //pBillboardRenderList[uNumBillboardsToDraw - 1].sZValue = v22 + v23;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4250 pBillboardRenderList[uNumBillboardsToDraw - 1].actual_z = HIWORD(x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4251 pBillboardRenderList[uNumBillboardsToDraw - 1].object_pid = PID(OBJECT_Decoration,uDecorationID);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4252
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4253 pBillboardRenderList[uNumBillboardsToDraw - 1].sTintColor = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4254 pBillboardRenderList[uNumBillboardsToDraw - 1].pSpriteFrame = v11;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4255 }
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
4256 }
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4257 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4258 //----- (0043F953) --------------------------------------------------------
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4259 void PrepareBspRenderList_BLV()
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4260 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4261 pBspRenderer->num_faces = 0;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4262
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4263 if (pBLVRenderParams->uPartySectorID)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4264 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4265 pBspRenderer->nodes[0].uSectorID = pBLVRenderParams->uPartySectorID;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4266 pBspRenderer->nodes[0].uViewportW = pBLVRenderParams->uViewportW;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4267 pBspRenderer->nodes[0].uViewportZ = pBLVRenderParams->uViewportZ;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4268 pBspRenderer->nodes[0].uViewportY = pBLVRenderParams->uViewportY;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4269 pBspRenderer->nodes[0].uViewportX = pBLVRenderParams->uViewportX;
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4270 pBspRenderer->nodes[0].PortalScreenData.GetViewportData(pBLVRenderParams->uViewportX, pBLVRenderParams->uViewportY,
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4271 pBLVRenderParams->uViewportZ, pBLVRenderParams->uViewportW);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4272 pBspRenderer->nodes[0].uFaceID = -1;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4273 pBspRenderer->nodes[0].viewing_portal_id = -1;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4274 pBspRenderer->num_nodes = 1;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4275 AddBspNodeToRenderList(0);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4276 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4277
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4278 pBspRenderer->MakeVisibleSectorList();
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4279 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4280
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4281 //----- (0043F9E1) --------------------------------------------------------
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4282 void BspRenderer_PortalViewportData::GetViewportData(__int16 x, int y, __int16 z, int w)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4283 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4284 _viewport_space_y = y;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4285 _viewport_space_w = w;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4286
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4287 for (uint i = 0; i < 480; ++i)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4288 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4289 if ( i < y || i > w )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4290 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4291 viewport_left_side[i] = 640;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4292 viewport_right_side[i] = -1;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4293 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4294 else
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4295 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4296 viewport_left_side[i] = x;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4297 viewport_right_side[i] = z;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4298 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4299 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4300 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4301 //----- (0048653D) --------------------------------------------------------
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4302 void stru149::_48653D_frustum_blv(int a2, int a3, int a4, int a5, int a6, int a7)//portal frustum culling
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4303 {
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4304 //stru149 *v7; // esi@1
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4305 int v8; // edi@1
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4306 int v9; // eax@1
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4307 //int v10; // edx@1
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4308 //int v11; // ecx@1
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4309 //int v12; // eax@1
499761153844 stru149
Nomad
parents: 1514
diff changeset
4310 //int v13; // ebx@2
499761153844 stru149
Nomad
parents: 1514
diff changeset
4311 //int v14; // ecx@2
499761153844 stru149
Nomad
parents: 1514
diff changeset
4312 //int v15; // eax@2
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4313 int v16; // ST14_4@3
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4314 int v17; // ST10_4@3
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4315 //int v18; // eax@5
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4316 int v19; // ST10_4@6
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4317 //int v20; // eax@8
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4318 int v21; // ST10_4@9
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4319 //int v22; // eax@10
499761153844 stru149
Nomad
parents: 1514
diff changeset
4320 //int v23; // ecx@10
499761153844 stru149
Nomad
parents: 1514
diff changeset
4321 //int v24; // eax@10
499761153844 stru149
Nomad
parents: 1514
diff changeset
4322 //int result; // eax@10
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4323 //int v26; // [sp+14h] [bp-14h]@1
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4324 //int v27; // [sp+18h] [bp-10h]@1
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4325 int v28; // [sp+1Ch] [bp-Ch]@1
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4326 int v29; // [sp+24h] [bp-4h]@1
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4327 //int v30; // [sp+30h] [bp+8h]@10
499761153844 stru149
Nomad
parents: 1514
diff changeset
4328 //int v31; // [sp+3Ch] [bp+14h]@10
499761153844 stru149
Nomad
parents: 1514
diff changeset
4329
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4330 v8 = stru_5C6E00->Cos(pGame->pIndoorCameraD3D->sRotationY);
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4331 v29 = stru_5C6E00->Sin(pGame->pIndoorCameraD3D->sRotationY);
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4332 v28 = stru_5C6E00->Cos(pGame->pIndoorCameraD3D->sRotationX);
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4333 v9 = stru_5C6E00->Sin(pGame->pIndoorCameraD3D->sRotationX);
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4334 //v11 = -pBLVRenderParams->vPartyPos.y;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4335 //v26 = -pBLVRenderParams->vPartyPos.x;
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4336 //v27 = v9;
499761153844 stru149
Nomad
parents: 1514
diff changeset
4337 //v12 = -pBLVRenderParams->vPartyPos.z;
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4338 if (pGame->pIndoorCameraD3D->sRotationX)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4339 {
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4340 v16 = v8 * -pGame->pIndoorCameraD3D->vPartyPos.x + v29 * -pGame->pIndoorCameraD3D->vPartyPos.y;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4341 v17 = -65536 * pGame->pIndoorCameraD3D->vPartyPos.z;
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
4342 this->field_0_party_dir_x = fixpoint_mul(v16, v28) + fixpoint_mul((-pGame->pIndoorCameraD3D->vPartyPos.z) << 16, v9);
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4343 this->field_4_party_dir_y = v8 * -pGame->pIndoorCameraD3D->vPartyPos.y - v29 * -pGame->pIndoorCameraD3D->vPartyPos.x;
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
4344 this->field_8_party_dir_z = fixpoint_mul(v17, v28) - fixpoint_mul(v16, v9);
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4345 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4346 else
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4347 {
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4348 this->field_0_party_dir_x = v8 * -pGame->pIndoorCameraD3D->vPartyPos.x + v29 * -pGame->pIndoorCameraD3D->vPartyPos.y;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4349 this->field_4_party_dir_y = v8 * -pGame->pIndoorCameraD3D->vPartyPos.y - v29 * -pGame->pIndoorCameraD3D->vPartyPos.x;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4350 this->field_8_party_dir_z = (-pGame->pIndoorCameraD3D->vPartyPos.z) << 16;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4351 }
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4352
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4353 if (pGame->pIndoorCameraD3D->sRotationX)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4354 {
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
4355 v19 = fixpoint_mul(a2, v8) + fixpoint_mul(a3, v29);
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
4356
1809
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4357 this->angle_from_north = fixpoint_mul(v19, v28) + fixpoint_mul(a4, v9);
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4358 this->angle_from_west = fixpoint_mul(a3, v8) - fixpoint_mul(a2, v29);
1844
Ritor1
parents: 1837
diff changeset
4359 this->viewing_angle_from_west_east = fixpoint_mul(a4, v28) - fixpoint_mul(v19, v9);
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4360 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4361 else
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4362 {
1809
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4363 this->angle_from_north = fixpoint_mul(a2, v8) + fixpoint_mul(a3, v29);
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4364 this->angle_from_west = fixpoint_mul(a3, v8) - fixpoint_mul(a2, v29);
1844
Ritor1
parents: 1837
diff changeset
4365 this->viewing_angle_from_west_east = a4;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4366 }
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4367
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4368 if (pGame->pIndoorCameraD3D->sRotationX)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4369 {
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
4370 v21 = fixpoint_mul(a5, v8) + fixpoint_mul(a6, v29);
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
4371
1809
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4372 this->angle_from_east = fixpoint_mul(v21, v28) + fixpoint_mul(a7, v9);
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4373 this->angle_from_south = fixpoint_mul(a6, v8) - fixpoint_mul(a5, v29);
1844
Ritor1
parents: 1837
diff changeset
4374 this->viewing_angle_from_north_south = fixpoint_mul(a7, v28) - fixpoint_mul(v21, v9);
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4375 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4376 else
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4377 {
1809
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4378 this->angle_from_east = fixpoint_mul(a5, v8) + fixpoint_mul(a6, v29);
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4379 this->angle_from_south = fixpoint_mul(a6, v8) - fixpoint_mul(a5, v29);
1844
Ritor1
parents: 1837
diff changeset
4380 this->viewing_angle_from_north_south = a7;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4381 }
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4382
1809
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4383 this->angle_from_east = -this->angle_from_east;
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4384 this->angle_from_south = -this->angle_from_south;
1844
Ritor1
parents: 1837
diff changeset
4385 this->viewing_angle_from_north_south = -this->viewing_angle_from_north_south;
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4386
1809
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4387 this->field_24 = fixpoint_dot(this->angle_from_north, this->field_0_party_dir_x,
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4388 this->angle_from_west, this->field_4_party_dir_y,
1844
Ritor1
parents: 1837
diff changeset
4389 this->viewing_angle_from_west_east, this->field_8_party_dir_z);
1809
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4390 this->field_28 = fixpoint_dot(this->angle_from_east, this->field_0_party_dir_x,
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4391 this->angle_from_south, this->field_4_party_dir_y,
1844
Ritor1
parents: 1837
diff changeset
4392 this->viewing_angle_from_north_south, this->field_8_party_dir_z);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4393 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4394 //----- (00407A1C) --------------------------------------------------------
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4395 bool __fastcall sub_407A1C(int x, int z, int y, Vec3_int_ v)
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4396 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4397 unsigned int v4; // esi@1
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4398 Vec3_int_ v5; // ST08_12@2
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4399 int v6; // edi@2
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4400 int v7; // ebx@2
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4401 int v8; // esi@2
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4402 signed int v9; // ecx@2
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4403 int v10; // eax@2
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4404 int v11; // ecx@4
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4405 int v12; // eax@4
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4406 int v13; // ebx@4
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4407 int v14; // edx@6
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4408 char *v15; // edi@16
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4409 ODMFace *v16; // esi@19
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4410 int v17; // ST34_4@25
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4411 int v18; // ST38_4@25
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4412 int v19; // eax@25
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4413 char v20; // zf@25
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4414 int v21; // ebx@25
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4415 int v22; // eax@26
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4416 signed int v23; // edi@26
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4417 int v24; // ST34_4@30
1556
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4418 //signed __int64 v25; // qtt@31
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4419 //int v26; // eax@31
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4420 Vec3_int_ v27; // ST08_12@37
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4421 Vec3_int_ v28; // ST08_12@37
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4422 int v29; // edi@37
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4423 int v30; // ebx@37
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4424 int v31; // esi@37
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4425 signed int v32; // ecx@37
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4426 int v33; // eax@37
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4427 int v34; // ecx@39
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4428 int v35; // eax@39
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4429 int v36; // ebx@39
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4430 int v37; // edx@41
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4431 //char *v38; // edi@51
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4432 ODMFace *odm_face; // esi@54
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4433 int v40; // ebx@60
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4434 int v41; // eax@61
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4435 signed int v42; // edi@61
1556
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4436 //signed __int64 v43; // qtt@66
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4437 //int v44; // eax@66
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4438 Vec3_int_ v45; // ST08_12@73
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4439 int v46; // edi@73
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4440 int v47; // ebx@73
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4441 int v48; // esi@73
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4442 signed int v49; // ecx@73
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4443 int v50; // eax@73
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4444 int v51; // edx@75
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4445 int v52; // ecx@75
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4446 int v53; // eax@75
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4447 int v54; // ebx@75
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4448 int v55; // edi@77
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4449 int v56; // ecx@77
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4450 int v57; // eax@81
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4451 int v58; // esi@81
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4452 int v59; // eax@90
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4453 BLVSector *v60; // edx@90
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4454 int v61; // ecx@90
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4455 BLVFace *face; // esi@91
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4456 int v63; // ST34_4@98
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4457 int v64; // ST30_4@98
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4458 int v65; // eax@98
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4459 int v66; // ebx@98
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4460 int v67; // eax@99
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4461 signed int v68; // edi@99
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4462 int v69; // ST2C_4@103
1556
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4463 //signed __int64 v70; // qtt@104
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4464 //int v71; // eax@104
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4465 Vec3_int_ v72; // ST08_12@111
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4466 Vec3_int_ v73; // ST08_12@111
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4467 int v74; // edi@111
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4468 int v75; // ebx@111
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4469 int v76; // esi@111
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4470 signed int v77; // ecx@111
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4471 int v78; // eax@111
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4472 int v79; // edx@113
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4473 int v80; // ecx@113
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4474 int v81; // eax@113
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4475 int v82; // ebx@113
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4476 int v83; // edi@115
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4477 int v84; // ecx@115
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4478 int v85; // eax@119
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4479 int v86; // esi@119
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4480 int v87; // ecx@128
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4481 BLVSector *v88; // eax@128
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4482 int v89; // ecx@128
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4483 //BLVFace *v90; // esi@129
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4484 int v91; // ebx@136
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4485 int v92; // eax@137
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4486 signed int v93; // edi@137
1556
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4487 //signed __int64 v94; // qtt@142
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4488 //int v95; // eax@142
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4489 Vec3_int_ v97; // [sp-18h] [bp-94h]@1
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4490 int v98; // [sp-Ch] [bp-88h]@88
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4491 int v99; // [sp-Ch] [bp-88h]@126
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4492 int v100; // [sp-8h] [bp-84h]@88
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4493 int v101; // [sp-8h] [bp-84h]@126
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4494 int v102; // [sp-4h] [bp-80h]@88
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4495 int v103; // [sp-4h] [bp-80h]@126
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4496 //int v104; // [sp+Ch] [bp-70h]@13
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4497 //int v105; // [sp+Ch] [bp-70h]@48
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4498 int v106; // [sp+10h] [bp-6Ch]@18
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4499 int v107; // [sp+10h] [bp-6Ch]@98
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4500 int v108; // [sp+10h] [bp-6Ch]@104
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4501 int v109; // [sp+18h] [bp-64h]@25
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4502 int v110; // [sp+18h] [bp-64h]@31
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4503 int i; // [sp+18h] [bp-64h]@90
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4504 int v112; // [sp+18h] [bp-64h]@128
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4505 signed int v113; // [sp+20h] [bp-5Ch]@1
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4506 signed int v114; // [sp+24h] [bp-58h]@1
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4507 //unsigned __int64 a4; // [sp+28h] [bp-54h]@1
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4508 unsigned int a4_8; // [sp+30h] [bp-4Ch]@1
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4509 int v117; // [sp+34h] [bp-48h]@4
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4510 int v118; // [sp+34h] [bp-48h]@39
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4511 int v119; // [sp+34h] [bp-48h]@75
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4512 int v120; // [sp+34h] [bp-48h]@113
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4513 int v121; // [sp+38h] [bp-44h]@4
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4514 int v122; // [sp+38h] [bp-44h]@39
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4515 int v123; // [sp+38h] [bp-44h]@76
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4516 int v124; // [sp+38h] [bp-44h]@114
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4517 int v125; // [sp+3Ch] [bp-40h]@4
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4518 int v126; // [sp+3Ch] [bp-40h]@39
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4519 int v127; // [sp+3Ch] [bp-40h]@77
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4520 int v128; // [sp+3Ch] [bp-40h]@115
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4521 int v129; // [sp+40h] [bp-3Ch]@11
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4522 int v130; // [sp+40h] [bp-3Ch]@46
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4523 int v131; // [sp+40h] [bp-3Ch]@78
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4524 int v132; // [sp+40h] [bp-3Ch]@116
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4525 int v133; // [sp+44h] [bp-38h]@10
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4526 int v134; // [sp+44h] [bp-38h]@45
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4527 int v135; // [sp+44h] [bp-38h]@81
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4528 int v136; // [sp+44h] [bp-38h]@119
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4529 int v137; // [sp+48h] [bp-34h]@7
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4530 int v138; // [sp+48h] [bp-34h]@42
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4531 int v139; // [sp+48h] [bp-34h]@82
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4532 int v140; // [sp+48h] [bp-34h]@120
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4533 int v141; // [sp+4Ch] [bp-30h]@6
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4534 int v142; // [sp+4Ch] [bp-30h]@41
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4535 int v143; // [sp+4Ch] [bp-30h]@75
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4536 int v144; // [sp+4Ch] [bp-30h]@113
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4537 int v145; // [sp+50h] [bp-2Ch]@5
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4538 int v146; // [sp+50h] [bp-2Ch]@40
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4539 int v147; // [sp+50h] [bp-2Ch]@75
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4540 int v148; // [sp+50h] [bp-2Ch]@113
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4541 int v149; // [sp+54h] [bp-28h]@4
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4542 int v150; // [sp+54h] [bp-28h]@39
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4543 int v151; // [sp+54h] [bp-28h]@75
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4544 int v152; // [sp+54h] [bp-28h]@113
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4545 int sDepth; // [sp+58h] [bp-24h]@17
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4546 int sDeptha; // [sp+58h] [bp-24h]@52
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4547 int sDepthb; // [sp+58h] [bp-24h]@90
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4548 char *a5; // [sp+5Ch] [bp-20h]@16
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4549 //char *a5a; // [sp+5Ch] [bp-20h]@51
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4550 signed int a5b; // [sp+5Ch] [bp-20h]@83
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4551 signed int a5c; // [sp+5Ch] [bp-20h]@121
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4552 //signed int v160; // [sp+60h] [bp-1Ch]@12
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4553 //signed int v161; // [sp+60h] [bp-1Ch]@47
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4554 int v162; // [sp+60h] [bp-1Ch]@128
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4555 int v163; // [sp+64h] [bp-18h]@2
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4556 int outx; // [sp+68h] [bp-14h]@2
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4557 int outy; // [sp+6Ch] [bp-10h]@2
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4558 int outz; // [sp+70h] [bp-Ch]@2
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4559 Vec3_int_ pOut; // [sp+74h] [bp-8h]@2
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4560 int ya; // [sp+84h] [bp+8h]@60
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4561 int yb; // [sp+84h] [bp+8h]@136
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4562 int ve; // [sp+88h] [bp+Ch]@60
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4563 int va; // [sp+88h] [bp+Ch]@60
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4564 int vb; // [sp+88h] [bp+Ch]@66
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4565 int vf; // [sp+88h] [bp+Ch]@136
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4566 int vc; // [sp+88h] [bp+Ch]@136
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4567 int vd; // [sp+88h] [bp+Ch]@142
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4568 int v_4; // [sp+8Ch] [bp+10h]@60
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4569 int v_4a; // [sp+8Ch] [bp+10h]@65
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4570 int v_4b; // [sp+8Ch] [bp+10h]@136
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4571 int v_4c; // [sp+8Ch] [bp+10h]@141
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4572 int v_8; // [sp+90h] [bp+14h]@53
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4573
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4574 //__debugbreak();срабатывает при стрельбе огненным шаром
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1441
diff changeset
4575
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4576 v4 = stru_5C6E00->Atan2(v.x - x, v.y - z);
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4577 v114 = 0;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4578 v97.z = y;
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4579 v97.x = x;
499761153844 stru149
Nomad
parents: 1514
diff changeset
4580 v97.y = z;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4581 v113 = 0;
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4582 a4_8 = stru_5C6E00->Atan2(v.x - x, v.y - z);
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4583 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor)
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4584 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4585 Vec3_int_::Rotate(32, stru_5C6E00->uIntegerHalfPi + v4, 0, v97, &pOut.x, &pOut.y, &outz);
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4586 v45.z = v.z;
1556
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4587 v45.x = v.x;
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4588 v45.y = v.y;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4589 Vec3_int_::Rotate(32, stru_5C6E00->uIntegerHalfPi + v4, 0, v45, &outx, &outy, &v163);
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4590 v46 = outy - pOut.y;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4591 v47 = v163 - outz;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4592 v48 = outx - pOut.x;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4593 v49 = integer_sqrt(v48 * v48 + v46 * v46 + v47 * v47);
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4594 v50 = 65536;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4595 if ( v49 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4596 v50 = 65536 / v49;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4597 v51 = outx;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4598 v143 = v48 * v50;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4599 v52 = v46 * v50;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4600 v53 = v47 * v50;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4601 v54 = pOut.x;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4602 v147 = v52;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4603 v151 = v53;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4604 v119 = pOut.x;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4605 if ( pOut.x < outx )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4606 v123 = outx;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4607 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4608 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4609 v119 = outx;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4610 v123 = pOut.x;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4611 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4612 v55 = pOut.y;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4613 v56 = outy;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4614 v127 = pOut.y;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4615 if ( pOut.y < outy )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4616 v131 = outy;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4617 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4618 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4619 v127 = outy;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4620 v131 = pOut.y;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4621 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4622 v57 = v163;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4623 v58 = outz;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4624 v135 = outz;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4625 if ( outz < v163 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4626 v139 = v163;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4627 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4628 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4629 v135 = v163;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4630 v139 = outz;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4631 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4632 a5b = 0;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4633 while ( !v114 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4634 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4635 if ( a5b )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4636 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4637 v102 = v58;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4638 v100 = v55;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4639 v98 = v54;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4640 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4641 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4642 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4643 v102 = v57;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4644 v100 = v56;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4645 v98 = v51;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4646 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4647 v59 = pIndoor->GetSector(v98, v100, v102);
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4648 v60 = pIndoor->pSectors;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4649 v61 = 116 * v59;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4650 sDepthb = 0;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4651 for ( i = 116 * v59;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4652 sDepthb < *(__int16 *)((char *)&pIndoor->pSectors->uNumWalls + v61)
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4653 + 2 * *(__int16 *)((char *)&pIndoor->pSectors->uNumFloors + v61);
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4654 ++sDepthb )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4655 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4656 face = &pIndoor->pFaces[(*(unsigned __int16 **)((char *)&v60->pWalls + v61))[sDepthb]];
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4657 if ( face->Portal()
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4658 || v119 > face->pBounding.x2
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4659 || v123 < face->pBounding.x1
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4660 || v127 > face->pBounding.y2
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4661 || v131 < face->pBounding.y1
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4662 || v135 > face->pBounding.z2
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4663 || v139 < face->pBounding.z1
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4664 || (v63 = fixpoint_mul(v143, face->pFacePlane_old.vNormal.x),
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4665 v64 = fixpoint_mul(v151, face->pFacePlane_old.vNormal.z),
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4666 v65 = fixpoint_mul(v147, face->pFacePlane_old.vNormal.y),
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4667 v20 = v63 + v64 + v65 == 0,
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4668 v66 = v63 + v64 + v65,
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4669 v107 = v63 + v64 + v65,
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4670 v20) )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4671 goto LABEL_107;
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4672 //v67 = outz * face->pFacePlane_old.vNormal.z;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4673 v68 = -(face->pFacePlane_old.dist + outz * face->pFacePlane_old.vNormal.z + pOut.y * face->pFacePlane_old.vNormal.y
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4674 + pOut.x * face->pFacePlane_old.vNormal.x);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4675 if ( v66 <= 0 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4676 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4677 if ( face->pFacePlane_old.dist
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4678 + outz * face->pFacePlane_old.vNormal.z
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4679 + pOut.y * face->pFacePlane_old.vNormal.y
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4680 + pOut.x * face->pFacePlane_old.vNormal.x < 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4681 goto LABEL_107;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4682 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4683 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4684 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4685 if ( face->pFacePlane_old.dist
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4686 + outz * face->pFacePlane_old.vNormal.z
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4687 + pOut.y * face->pFacePlane_old.vNormal.y
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4688 + pOut.x * face->pFacePlane_old.vNormal.x > 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4689 goto LABEL_107;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4690 }
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4691 v69 = abs(-(face->pFacePlane_old.dist
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4692 + outz * face->pFacePlane_old.vNormal.z
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4693 + pOut.y * face->pFacePlane_old.vNormal.y
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4694 + pOut.x * face->pFacePlane_old.vNormal.x)) >> 14;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4695 if ( v69 <= abs(v66) )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4696 {
1556
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4697 //LODWORD(v70) = v68 << 16;
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4698 //HIDWORD(v70) = v68 >> 16;
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4699 //v71 = v70 / v107;
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4700 //v108 = v70 / v107;
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4701 v108 = fixpoint_div(v68, v107);
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4702 if ( v108 >= 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4703 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4704 if ( sub_4075DB(
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
4705 pOut.x + ((signed int)(fixpoint_mul(v108, v143) + 32768) >> 16),
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
4706 pOut.y + ((signed int)(fixpoint_mul(v108, v147) + 32768) >> 16),
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
4707 outz + ((signed int)(fixpoint_mul(v108, v151) + 32768) >> 16),
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4708 face) )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4709 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4710 v114 = 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4711 break;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4712 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4713 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4714 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4715 v61 = i;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4716 LABEL_107:
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4717 v60 = pIndoor->pSectors;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4718 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4719 ++a5b;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4720 if ( a5b >= 2 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4721 break;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4722 v57 = v163;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4723 v56 = outy;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4724 v51 = outx;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4725 v58 = outz;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4726 v55 = pOut.y;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4727 v54 = pOut.x;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4728 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4729 v72.z = y;
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4730 v72.x = x;
499761153844 stru149
Nomad
parents: 1514
diff changeset
4731 v72.y = z;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4732 Vec3_int_::Rotate(32, a4_8 - stru_5C6E00->uIntegerHalfPi, 0, v72, &pOut.x, &pOut.y, &outz);
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4733 v73.z = v.z;
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4734 v73.x = v.x;
499761153844 stru149
Nomad
parents: 1514
diff changeset
4735 v73.y = v.y;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4736 Vec3_int_::Rotate(32, a4_8 - stru_5C6E00->uIntegerHalfPi, 0, v73, &outx, &outy, &v163);
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4737 v74 = outy - pOut.y;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4738 v75 = v163 - outz;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4739 v76 = outx - pOut.x;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4740 v77 = integer_sqrt(v76 * v76 + v74 * v74 + v75 * v75);
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4741 v78 = 65536;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4742 if ( v77 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4743 v78 = 65536 / v77;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4744 v79 = outx;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4745 v144 = v76 * v78;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4746 v80 = v74 * v78;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4747 v81 = v75 * v78;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4748 v82 = pOut.x;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4749 v148 = v80;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4750 v152 = v81;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4751 v120 = pOut.x;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4752 if ( pOut.x < outx )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4753 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4754 v124 = outx;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4755 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4756 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4757 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4758 v120 = outx;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4759 v124 = pOut.x;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4760 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4761 v83 = pOut.y;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4762 v84 = outy;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4763 v128 = pOut.y;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4764 if ( pOut.y < outy )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4765 v132 = outy;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4766 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4767 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4768 v128 = outy;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4769 v132 = pOut.y;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4770 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4771 v85 = v163;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4772 v86 = outz;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4773 v136 = outz;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4774 if ( outz < v163 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4775 v140 = v163;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4776 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4777 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4778 v136 = v163;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4779 v140 = outz;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4780 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4781 a5c = 0;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4782 while ( 1 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4783 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4784 if ( v113 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4785 return !v114 || !v113;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4786 if ( a5c )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4787 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4788 v103 = v86;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4789 v101 = v83;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4790 v99 = v82;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4791 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4792 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4793 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4794 v103 = v85;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4795 v101 = v84;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4796 v99 = v79;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4797 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4798 v87 = pIndoor->GetSector(v99, v101, v103);
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4799 v88 = pIndoor->pSectors;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4800 v89 = 116 * v87;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4801 v162 = 0;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4802 v112 = v89;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4803 if ( *(__int16 *)((char *)&pIndoor->pSectors->uNumWalls + v89)
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4804 + 2 * *(__int16 *)((char *)&pIndoor->pSectors->uNumFloors + v89) > 0 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4805 break;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4806 LABEL_148:
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4807 ++a5c;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4808 if ( a5c >= 2 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4809 return !v114 || !v113;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4810 v85 = v163;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4811 v84 = outy;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4812 v79 = outx;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4813 v86 = outz;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4814 v83 = pOut.y;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4815 v82 = pOut.x;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4816 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4817 while ( 1 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4818 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4819 face = &pIndoor->pFaces[(*(unsigned __int16 **)((char *)&v88->pWalls + v89))[v162]];
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4820 if ( face->Portal()
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4821 || v120 > face->pBounding.x2
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4822 || v124 < face->pBounding.x1
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4823 || v128 > face->pBounding.y2
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4824 || v132 < face->pBounding.y1
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4825 || v136 > face->pBounding.z2
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4826 || v140 < face->pBounding.z1
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4827 || (yb = fixpoint_mul(v144, face->pFacePlane_old.vNormal.x),
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4828 v_4b = fixpoint_mul(v148, face->pFacePlane_old.vNormal.y),
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4829 vf = fixpoint_mul(v152, face->pFacePlane_old.vNormal.z),
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4830 v20 = yb + vf + v_4b == 0,
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4831 v91 = yb + vf + v_4b,
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4832 vc = yb + vf + v_4b,
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4833 v20) )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4834 goto LABEL_145;
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4835 v92 = outz * face->pFacePlane_old.vNormal.z;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4836 v93 = -(face->pFacePlane_old.dist
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4837 + v92
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4838 + pOut.y * face->pFacePlane_old.vNormal.y
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4839 + pOut.x * face->pFacePlane_old.vNormal.x);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4840 if ( v91 <= 0 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4841 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4842 if ( face->pFacePlane_old.dist
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4843 + v92
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4844 + pOut.y * face->pFacePlane_old.vNormal.y
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4845 + pOut.x * face->pFacePlane_old.vNormal.x < 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4846 goto LABEL_145;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4847 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4848 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4849 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4850 if ( face->pFacePlane_old.dist
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4851 + v92
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4852 + pOut.y * face->pFacePlane_old.vNormal.y
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4853 + pOut.x * face->pFacePlane_old.vNormal.x > 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4854 goto LABEL_145;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4855 }
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4856 v_4c = abs(-(face->pFacePlane_old.dist
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4857 + v92
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4858 + pOut.y * face->pFacePlane_old.vNormal.y
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4859 + pOut.x * face->pFacePlane_old.vNormal.x)) >> 14;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4860 if ( v_4c <= abs(v91) )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4861 {
1556
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4862 //LODWORD(v94) = v93 << 16;
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4863 //HIDWORD(v94) = v93 >> 16;
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4864 //v95 = v94 / vc;
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4865 //vd = v94 / vc;
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4866 vd = fixpoint_div(v93, vc);
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4867 if ( vd >= 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4868 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4869 if ( sub_4075DB(
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
4870 pOut.x + ((signed int)(fixpoint_mul(vd, v144) + 32768) >> 16),
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
4871 pOut.y + ((signed int)(fixpoint_mul(vd, v148) + 32768) >> 16),
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
4872 outz + ((signed int)(fixpoint_mul(vd, v152) + 32768) >> 16),
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4873 face) )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4874 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4875 v113 = 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4876 goto LABEL_148;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4877 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4878 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4879 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4880 v89 = v112;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4881 LABEL_145:
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4882 v88 = pIndoor->pSectors;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4883 ++v162;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4884 if ( v162 >= *(__int16 *)((char *)&pIndoor->pSectors->uNumWalls + v89)
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4885 + 2 * *(__int16 *)((char *)&pIndoor->pSectors->uNumFloors + v89) )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4886 goto LABEL_148;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4887 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4888 }
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4889 else if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4890 {
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4891 Vec3_int_::Rotate(32, stru_5C6E00->uIntegerHalfPi + v4, 0, v97, &pOut.x, &pOut.y, &outz);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4892 v5.z = v.z;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4893 v5.x = v.x;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4894 v5.y = v.y;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4895 Vec3_int_::Rotate(32, stru_5C6E00->uIntegerHalfPi + v4, 0, v5, &outx, &outy, &v163);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4896 v6 = outy - pOut.y;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4897 v7 = v163 - outz;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4898 v8 = outx - pOut.x;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4899 v9 = integer_sqrt(v8 * v8 + v6 * v6 + v7 * v7);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4900 v10 = 65536;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4901 if ( v9 )
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4902 v10 = 65536 / v9;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4903 v125 = v8 * v10;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4904 v11 = v10;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4905 v12 = v7 * v10;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4906 v13 = pOut.x;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4907 v117 = v12;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4908 v121 = v6 * v11;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4909 v149 = pOut.x;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4910 if ( pOut.x < outx )
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4911 v145 = outx;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4912 else
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4913 {
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4914 v149 = outx;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4915 v145 = pOut.x;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4916 }
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4917 v14 = outy;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4918 v141 = pOut.y;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4919 if ( pOut.y < outy )
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4920 v137 = outy;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4921 else
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4922 {
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4923 v141 = outy;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4924 v137 = pOut.y;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4925 }
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4926 v133 = outz;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4927 if ( outz < v163 )
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4928 v129 = v163;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4929 else
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4930 {
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4931 v133 = v163;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4932 v129 = outz;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4933 }
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4934 for ( uint model_id = 0; model_id < pOutdoor->uNumBModels; model_id++)
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4935 {
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4936 if ( sub_4088E9(pOut.x, pOut.y, outx, outy, pOutdoor->pBModels[model_id].vPosition.x, pOutdoor->pBModels[model_id].vPosition.y)
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4937 <= pOutdoor->pBModels[model_id].sBoundingRadius + 128 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4938 {
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4939 for ( uint face_id = 0; face_id < pOutdoor->pBModels[model_id].uNumFaces; ++face_id )
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4940 {
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4941 odm_face = &pOutdoor->pBModels[model_id].pFaces[face_id];
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4942 v17 = fixpoint_mul(v125, odm_face->pFacePlane.vNormal.x);
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4943 v18 = fixpoint_mul(v121, odm_face->pFacePlane.vNormal.y);
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4944 v19 = fixpoint_mul(v117, odm_face->pFacePlane.vNormal.z);
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4945 v20 = v17 + v18 + v19;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4946 v21 = v17 + v18 + v19;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4947 v109 = v17 + v18 + v19;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4948 if ( v149 > odm_face->pBoundingBox.x2 || v145 < odm_face->pBoundingBox.x1
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4949 || v141 > odm_face->pBoundingBox.y2 || v137 < odm_face->pBoundingBox.y1
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4950 || v133 > odm_face->pBoundingBox.z2 || v129 < odm_face->pBoundingBox.z1
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4951 || !v20 )
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4952 continue;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4953 v23 = -(odm_face->pFacePlane.dist + pOut.x * odm_face->pFacePlane.vNormal.x
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4954 + pOut.y * odm_face->pFacePlane.vNormal.y
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4955 + outz * odm_face->pFacePlane.vNormal.z);
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4956 if ( v21 <= 0 )
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4957 {
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4958 if ( odm_face->pFacePlane.dist + pOut.x * odm_face->pFacePlane.vNormal.x
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4959 + pOut.y * odm_face->pFacePlane.vNormal.y
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4960 + outz * odm_face->pFacePlane.vNormal.z < 0 )
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4961 continue;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4962 }
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4963 else
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4964 {
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4965 if ( odm_face->pFacePlane.dist + pOut.x * odm_face->pFacePlane.vNormal.x
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4966 + pOut.y * odm_face->pFacePlane.vNormal.y
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4967 + outz * odm_face->pFacePlane.vNormal.z > 0 )
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4968 continue;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4969 }
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4970 v24 = abs(-(odm_face->pFacePlane.dist + pOut.x * odm_face->pFacePlane.vNormal.x
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4971 + pOut.y * odm_face->pFacePlane.vNormal.y
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4972 + outz * odm_face->pFacePlane.vNormal.z)) >> 14;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4973 if ( v24 <= abs(v21) )
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4974 {
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4975 //LODWORD(v25) = v23 << 16;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4976 //HIDWORD(v25) = v23 >> 16;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4977 //v26 = v25 / v109;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4978 //v110 = v25 / v109;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4979 v110 = fixpoint_div(v23, v109);
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4980 if ( v110 >= 0 )
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4981 {
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4982 if ( sub_4077F1(pOut.x + ((signed int)(fixpoint_mul(v110, v125) + 32768) >> 16),
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4983 pOut.y + ((signed int)(fixpoint_mul(v110, v121) + 32768) >> 16),
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4984 outz + ((signed int)(fixpoint_mul(v110, v117) + 32768) >> 16),
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4985 odm_face,
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4986 &pOutdoor->pBModels[model_id].pVertices) )
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4987 {
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4988 v114 = 1;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4989 break;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4990 }
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4991 }
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4992 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4993 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4994 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4995 }
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4996 v27.z = y;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4997 v27.x = x;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4998 v27.y = z;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4999 Vec3_int_::Rotate(32, a4_8 - stru_5C6E00->uIntegerHalfPi, 0, v27, &pOut.x, &pOut.y, &outz);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5000 v28.z = v.z;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5001 v28.x = v.x;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5002 v28.y = v.y;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5003 Vec3_int_::Rotate(32, a4_8 - stru_5C6E00->uIntegerHalfPi, 0, v28, &outx, &outy, &v163);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5004 v29 = outy - pOut.y;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5005 v30 = v163 - outz;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5006 v31 = outx - pOut.x;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5007 v32 = integer_sqrt(v31 * v31 + v29 * v29 + v30 * v30);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5008 v33 = 65536;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5009 if ( v32 )
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5010 v33 = 65536 / v32;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5011 v126 = v31 * v33;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5012 v34 = v33;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5013 v35 = v30 * v33;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5014 v36 = pOut.x;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5015 v118 = v35;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5016 v122 = v29 * v34;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5017 v150 = pOut.x;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5018 if ( pOut.x < outx )
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5019 v146 = outx;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5020 else
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5021 {
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5022 v150 = outx;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5023 v146 = pOut.x;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5024 }
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5025 v37 = outy;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5026 v142 = pOut.y;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5027 if ( pOut.y < outy )
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5028 v138 = outy;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5029 else
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5030 {
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5031 v142 = outy;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5032 v138 = pOut.y;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5033 }
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5034 v134 = outz;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5035 if ( outz < v163 )
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5036 v130 = v163;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5037 else
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5038 {
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5039 v134 = v163;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5040 v130 = outz;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5041 }
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5042
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5043 for ( uint model_id = 0; model_id < (signed int)pOutdoor->uNumBModels; ++model_id )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5044 {
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5045 if ( sub_4088E9(pOut.x, pOut.y, outx, outy, pOutdoor->pBModels[model_id].vPosition.x, pOutdoor->pBModels[model_id].vPosition.y)
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5046 <= pOutdoor->pBModels[model_id].sBoundingRadius + 128 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5047 {
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5048 for ( uint face_id = 0; face_id < pOutdoor->pBModels[model_id].uNumFaces; ++face_id )
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5049 {
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5050 odm_face = &pOutdoor->pBModels[model_id].pFaces[face_id];
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5051 ya = fixpoint_mul(v126, odm_face->pFacePlane.vNormal.x);
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5052 ve = fixpoint_mul(v122, odm_face->pFacePlane.vNormal.y);
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5053 v_4 = fixpoint_mul(v118, odm_face->pFacePlane.vNormal.z);
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5054 v20 = ya + ve + v_4;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5055 v40 = ya + ve + v_4;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5056 va = ya + ve + v_4;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5057 if ( v150 > odm_face->pBoundingBox.x2 || v146 < odm_face->pBoundingBox.x1
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5058 || v142 > odm_face->pBoundingBox.y2 || v138 < odm_face->pBoundingBox.y1
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5059 || v134 > odm_face->pBoundingBox.z2 || v130 < odm_face->pBoundingBox.z1
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5060 || !v20 )
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5061 continue;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5062 v42 = -(odm_face->pFacePlane.dist + pOut.x * odm_face->pFacePlane.vNormal.x
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5063 + pOut.y * odm_face->pFacePlane.vNormal.y
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5064 + outz * odm_face->pFacePlane.vNormal.z);
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5065 if ( v40 <= 0 )
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5066 {
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5067 if ( odm_face->pFacePlane.dist + pOut.x * odm_face->pFacePlane.vNormal.x
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5068 + pOut.y * odm_face->pFacePlane.vNormal.y
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5069 + outz * odm_face->pFacePlane.vNormal.z < 0 )
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5070 continue;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5071 }
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5072 else
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5073 {
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5074 if ( odm_face->pFacePlane.dist + pOut.x * odm_face->pFacePlane.vNormal.x
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5075 + pOut.y * odm_face->pFacePlane.vNormal.y
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5076 + outz * odm_face->pFacePlane.vNormal.z > 0 )
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5077 continue;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5078 }
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5079 v_4a = abs(-(odm_face->pFacePlane.dist + pOut.x * odm_face->pFacePlane.vNormal.x
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5080 + pOut.y * odm_face->pFacePlane.vNormal.y
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5081 + outz * odm_face->pFacePlane.vNormal.z )) >> 14;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5082 if ( v_4a <= abs(v40) )
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5083 {
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5084 //LODWORD(v43) = v42 << 16;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5085 //HIDWORD(v43) = v42 >> 16;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5086 //vb = v43 / va;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5087 vb = fixpoint_div(v42, va);
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5088 if ( vb >= 0 )
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5089 {
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5090 if ( sub_4077F1(pOut.x + ((signed int)(fixpoint_mul(vb, v126) + 32768) >> 16),
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5091 pOut.y + ((signed int)(fixpoint_mul(vb, v122) + 32768) >> 16),
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5092 outz + ((signed int)(fixpoint_mul(vb, v118) + 32768) >> 16),
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5093 odm_face,
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5094 &pOutdoor->pBModels[model_id].pVertices) )
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5095 {
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5096 v113 = 1;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5097 break;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5098 }
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5099 }
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
5100 }
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5101 }
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5102 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5103 }
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
5104
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5105 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5106 return !v114 || !v113;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5107 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5108 //----- (0043F333) --------------------------------------------------------
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5109 void BspRenderer::MakeVisibleSectorList()
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5110 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5111 int v6; // ebx@3
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5112
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5113 uNumVisibleNotEmptySectors = 0;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5114 for (uint i = 0; i < num_nodes; ++i)
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5115 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5116 //if (!uNumVisibleNotEmptySectors)
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5117 //{
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5118 //pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[uNumVisibleNotEmptySectors++] = nodes[i].uSectorID;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5119 //continue;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5120 //}
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5121 //v6 = 0;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5122 //while (pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[v6] != nodes[i].uSectorID )
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5123 for ( uint j = 0; j < uNumVisibleNotEmptySectors; j++ )
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5124 {
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5125 //++v6;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5126 if ( pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[j] == nodes[i].uSectorID)
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5127 break;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5128 }
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5129 pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[uNumVisibleNotEmptySectors++] = nodes[i].uSectorID;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5130 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5131 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5132 //----- (0046A334) --------------------------------------------------------
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5133 char __fastcall DoInteractionWithTopmostZObject(int a1, int a2)
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5134 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5135 int v17; // edi@36
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5136
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5137 v17 = PID_ID(a1);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5138 switch ( PID_TYPE(a1) )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5139 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5140 case OBJECT_Item: // take the item
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5141 if ( pObjectList->pObjects[pSpriteObjects[v17].uObjectDescID].uFlags & 0x10 || v17 >= 1000 || !pSpriteObjects[v17].uObjectDescID )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5142 return 1;
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5143 if ( pItemsTable->pItems[pSpriteObjects[v17].stru_24.uItemID].uEquipType == EQUIP_GOLD)
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5144 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5145 pParty->PartyFindsGold(pSpriteObjects[v17].stru_24.uSpecEnchantmentType, 0);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5146 viewparams->bRedrawGameUI = 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5147 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5148 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5149 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5150 if ( pParty->pPickedItem.uItemID )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5151 return 1;
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5152 sprintfex(pTmpBuf2.data(), pGlobalTXT_LocalizationStrings[471], pItemsTable->pItems[v17].pUnidentifiedName);//You found an item (%s)!
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5153 ShowStatusBarString(pTmpBuf2.data(), 2);
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5154 if ( pSpriteObjects[v17].stru_24.uItemID == 506 )//artefact
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5155 _449B7E_toggle_bit(pParty->_quest_bits, 184, 1);
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5156 if ( pSpriteObjects[v17].stru_24.uItemID == 455 )
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5157 _449B7E_toggle_bit(pParty->_quest_bits, 185, 1);
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5158 if ( !pParty->AddItemToParty(&pSpriteObjects[v17].stru_24) )
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5159 pParty->SetHoldingItem(&pSpriteObjects[v17].stru_24);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5160 }
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5161 SpriteObject::OnInteraction(v17);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5162 break;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5163
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5164 case OBJECT_Actor:
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5165 if ( pActors[v17].uAIState == Dying || pActors[v17].uAIState == Summoned )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5166 return 1;
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5167 if ( pActors[v17].uAIState == Dead )
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5168 pActors[v17].LootActor();
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5169 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5170 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5171 if ( !pActors[v17].GetActorsRelation(0) && !(pActors[v17].uAttributes & 0x80000) && pActors[v17].CanAct() )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5172 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5173 Actor::AI_FaceObject(v17, 4, 0, 0);
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5174 if ( pActors[v17].sNPC_ID )
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5175 pMessageQueue_50CBD0->AddMessage(UIMSG_StartNPCDialogue, v17, 0);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5176 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5177 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5178 if ( pNPCStats->pGroups_copy[pActors[v17].uGroup] )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5179 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5180 if ( pNPCStats->pCatchPhrases[pNPCStats->pGroups_copy[pActors[v17].uGroup]] )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5181 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5182 pParty->uFlags |= 2;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5183 strcpy(byte_5B0938.data(), pNPCStats->pCatchPhrases[pNPCStats->pGroups_copy[pActors[v17].uGroup]]);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5184 sub_4451A8_press_any_key(0, 0, 0);
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5185 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5186 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5187 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5188 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5189 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5190 break;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5191
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5192 case OBJECT_Decoration:
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5193 if ( pLevelDecorations[v17].uEventID )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5194 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5195 EventProcessor(pLevelDecorations[v17].uEventID, a1, 1);
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5196 pLevelDecorations[v17].uFlags |= LEVEL_DECORATION_VISIBLE_ON_MAP;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5197 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5198 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5199 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5200 if ( !pLevelDecorations[v17].IsInteractive() )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5201 return 1;
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5202 activeLevelDecoration = &pLevelDecorations[v17];
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5203 EventProcessor(stru_5E4C90_MapPersistVars._decor_events[pLevelDecorations[v17]._idx_in_stru123 - 75] + 380, 0, 1);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5204 activeLevelDecoration = NULL;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5205 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5206 break;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5207
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5208 default:
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5209 MessageBoxW(nullptr, L"Warning: Invalid ID reached!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Mouse.cpp:2020", 0);
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5210 return 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5211
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5212 case OBJECT_BModel:
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5213 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5214 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5215 int bmodel_id = a1 >> 9,
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5216 face_id = v17 & 0x3F;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5217 if (bmodel_id >= pOutdoor->uNumBModels)
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5218 return 1;
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5219 if (pOutdoor->pBModels[bmodel_id].pFaces[face_id].uAttributes & FACE_UNKNOW
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5220 || pOutdoor->pBModels[bmodel_id].pFaces[face_id].sCogTriggeredID == 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5221 return 1;
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5222 EventProcessor((signed __int16)pOutdoor->pBModels[bmodel_id].pFaces[face_id].sCogTriggeredID, a1, 1);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5223 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5224 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5225 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5226 if ( !(pIndoor->pFaces[v17].uAttributes & FACE_CLICKABLE) )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5227 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5228 ShowNothingHereStatus();
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5229 return 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5230 }
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5231 if ( pIndoor->pFaces[v17].uAttributes & FACE_UNKNOW || !pIndoor->pFaceExtras[pIndoor->pFaces[v17].uFaceExtraID].uEventID )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5232 return 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5233 if ( pCurrentScreen != SCREEN_BRANCHLESS_NPC_DIALOG )
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
5234 EventProcessor((signed __int16)pIndoor->pFaceExtras[pIndoor->pFaces[v17].uFaceExtraID].uEventID, a1, 1);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5235 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5236 return 0;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5237 break;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5238 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5239 return 0;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5240 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5241 //----- (0046BDF1) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1441
diff changeset
5242 void BLV_UpdateUserInputAndOther()
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5243 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5244 UpdateObjects();
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5245 BLV_ProcessPartyActions();
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5246 UpdateActors_BLV();
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5247 BLV_UpdateDoors();
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5248 check_event_triggers();
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5249 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5250 //----- (00424829) --------------------------------------------------------
1378
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
5251 // Finds out if current portal can be seen through the previous portal
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5252 bool PortalFrustrum(int pNumVertices, BspRenderer_PortalViewportData *far_portal, BspRenderer_PortalViewportData *near_portal, int uFaceID)
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5253 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5254 int min_y; // esi@5
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5255 int max_y; // edx@5
1372
Ritor1
parents: 1370
diff changeset
5256 int current_ID; // eax@12
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5257 int v13; // eax@22
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5258 int v15; // ecx@29
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5259 int v18; // eax@39
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5260 int v19; // eax@44
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5261 int v20; // ecx@44
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5262 int v22; // edi@46
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5263 int v24; // edx@48
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5264 int v26; // eax@55
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5265 signed int v27; // edi@55
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5266 int v29; // edx@57
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5267 int v31; // eax@64
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5268 signed int v32; // edi@64
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5269 int v34; // eax@66
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5270 int v35; // dx@66
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5271 __int16 v36; // dx@67
1379
Ritor1
parents: 1376
diff changeset
5272 //__int16 v37; // di@67
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5273 __int16 v38; // dx@67
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5274 int v46; // edx@87
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5275 int v49; // esi@93
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5276 int v53; // [sp+Ch] [bp-34h]@44
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5277 int v54; // [sp+10h] [bp-30h]@0
1372
Ritor1
parents: 1370
diff changeset
5278 int min_y_ID2; // [sp+14h] [bp-2Ch]@12
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5279 int v59; // [sp+14h] [bp-2Ch]@87
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5280 int v61; // [sp+1Ch] [bp-24h]@29
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5281 int v62; // [sp+20h] [bp-20h]@0
1372
Ritor1
parents: 1370
diff changeset
5282 signed int direction1; // [sp+24h] [bp-1Ch]@3
Ritor1
parents: 1370
diff changeset
5283 signed int direction2; // [sp+28h] [bp-18h]@3
Ritor1
parents: 1370
diff changeset
5284 int min_y_ID; // [sp+2Ch] [bp-14h]@5
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5285 int v69; // [sp+34h] [bp-Ch]@29
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5286 int v70; // [sp+34h] [bp-Ch]@46
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5287
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5288 if ( pNumVertices <= 1 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5289 return false;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5290 min_y = PortalFace._screen_space_y[0];
1372
Ritor1
parents: 1370
diff changeset
5291 min_y_ID = 0;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5292 max_y = PortalFace._screen_space_y[0];
1372
Ritor1
parents: 1370
diff changeset
5293 //face direction(направление фейса)
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5294 if ( !PortalFace.direction )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5295 {
1372
Ritor1
parents: 1370
diff changeset
5296 direction1 = 1;
Ritor1
parents: 1370
diff changeset
5297 direction2 = -1;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5298 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5299 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5300 {
1372
Ritor1
parents: 1370
diff changeset
5301 direction1 = -1;
Ritor1
parents: 1370
diff changeset
5302 direction2 = 1;
Ritor1
parents: 1370
diff changeset
5303 }
Ritor1
parents: 1370
diff changeset
5304
Ritor1
parents: 1370
diff changeset
5305 //get min and max y for portal(дать минимальное и максимальное значение y для портала)
Ritor1
parents: 1370
diff changeset
5306 for ( uint i = 1; i < pNumVertices; ++i )
Ritor1
parents: 1370
diff changeset
5307 {
1378
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
5308 if (PortalFace._screen_space_y[i] < min_y)
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5309 {
1372
Ritor1
parents: 1370
diff changeset
5310 min_y_ID = i;
Ritor1
parents: 1370
diff changeset
5311 min_y = PortalFace._screen_space_y[i];
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5312 }
1378
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
5313 else if (PortalFace._screen_space_y[i] > max_y)
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
5314 {
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
5315 max_y = PortalFace._screen_space_y[i];
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
5316 }
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5317 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5318 if ( max_y == min_y )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5319 return false;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5320
1372
Ritor1
parents: 1370
diff changeset
5321 //*****************************************************************************************************************************
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5322 far_portal->_viewport_space_y = min_y;
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5323 far_portal->_viewport_space_w = max_y;
1372
Ritor1
parents: 1370
diff changeset
5324 current_ID = min_y_ID;
Ritor1
parents: 1370
diff changeset
5325 min_y_ID2 = min_y_ID;
Ritor1
parents: 1370
diff changeset
5326
Ritor1
parents: 1370
diff changeset
5327 for ( uint i = 0; i < pNumVertices; ++i )
Ritor1
parents: 1370
diff changeset
5328 {
Ritor1
parents: 1370
diff changeset
5329 current_ID += direction2;
Ritor1
parents: 1370
diff changeset
5330 if ( current_ID < pNumVertices )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5331 {
1372
Ritor1
parents: 1370
diff changeset
5332 if ( current_ID < 0 )
Ritor1
parents: 1370
diff changeset
5333 current_ID += pNumVertices;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5334 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5335 else
1372
Ritor1
parents: 1370
diff changeset
5336 current_ID -= pNumVertices;
Ritor1
parents: 1370
diff changeset
5337 if ( PortalFace._screen_space_y[current_ID] <= PortalFace._screen_space_y[min_y_ID] )//определение минимальной у
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5338 {
1372
Ritor1
parents: 1370
diff changeset
5339 min_y_ID2 = current_ID;
Ritor1
parents: 1370
diff changeset
5340 min_y_ID = current_ID;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5341 }
1372
Ritor1
parents: 1370
diff changeset
5342 if ( PortalFace._screen_space_y[current_ID] == max_y )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5343 break;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5344 }
1372
Ritor1
parents: 1370
diff changeset
5345
Ritor1
parents: 1370
diff changeset
5346 v13 = min_y_ID2 + direction2;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5347 if ( v13 < pNumVertices )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5348 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5349 if ( v13 < 0 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5350 v13 += pNumVertices;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5351 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5352 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5353 v13 -= pNumVertices;
1372
Ritor1
parents: 1370
diff changeset
5354 if ( PortalFace._screen_space_y[v13] != PortalFace._screen_space_y[min_y_ID2] )
Ritor1
parents: 1370
diff changeset
5355 {
Ritor1
parents: 1370
diff changeset
5356 v62 = PortalFace._screen_space_x[min_y_ID2] << 16;
1378
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
5357 v54 = ((PortalFace._screen_space_x[v13] - PortalFace._screen_space_x[min_y_ID2]) << 16) /
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
5358 (PortalFace._screen_space_y[v13] - PortalFace._screen_space_y[min_y_ID2]);
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
5359 far_portal->viewport_left_side[min_y] = (short)PortalFace._screen_space_x[min_y_ID2];
1372
Ritor1
parents: 1370
diff changeset
5360 }
Ritor1
parents: 1370
diff changeset
5361 //****************************************************************************************************************************************
Ritor1
parents: 1370
diff changeset
5362 //
Ritor1
parents: 1370
diff changeset
5363 v15 = min_y_ID;
Ritor1
parents: 1370
diff changeset
5364 v61 = min_y_ID;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5365 for ( v69 = 0; v69 < pNumVertices; ++v69 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5366 {
1372
Ritor1
parents: 1370
diff changeset
5367 v15 += direction1;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5368 if ( v15 < pNumVertices )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5369 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5370 if ( v15 < 0 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5371 v15 += pNumVertices;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5372 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5373 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5374 v15 -= pNumVertices;
1372
Ritor1
parents: 1370
diff changeset
5375 if ( PortalFace._screen_space_y[v15] <= PortalFace._screen_space_y[min_y_ID] )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5376 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5377 v61 = v15;
1372
Ritor1
parents: 1370
diff changeset
5378 min_y_ID = v15;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5379 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5380 if ( PortalFace._screen_space_y[v15] == max_y )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5381 break;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5382 }
1372
Ritor1
parents: 1370
diff changeset
5383 v18 = direction1 + v61;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5384 if ( v18 < pNumVertices )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5385 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5386 if ( v18 < 0 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5387 v18 += pNumVertices;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5388 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5389 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5390 v18 -= pNumVertices;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5391 v19 = v18;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5392 v20 = v61;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5393 if ( PortalFace._screen_space_y[v19] != PortalFace._screen_space_y[v61] )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5394 {
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5395 v61 = PortalFace._screen_space_x[v20] << 16;
1378
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
5396 v53 = ((PortalFace._screen_space_x[v19] - PortalFace._screen_space_x[v20]) << 16) /
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
5397 (PortalFace._screen_space_y[v19] - PortalFace._screen_space_y[v20]);
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
5398 far_portal->viewport_right_side[max_y] = (short)PortalFace._screen_space_x[v20];
1372
Ritor1
parents: 1370
diff changeset
5399 }
Ritor1
parents: 1370
diff changeset
5400 //****************************************************************************************************************************************
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5401 v22 = min_y;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5402 if ( min_y <= max_y )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5403 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5404 for ( v70 = min_y; v70 <= max_y; ++v70 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5405 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5406 v24 = v13;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5407 if ( v22 >= PortalFace._screen_space_y[v13] && v22 != max_y )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5408 {
1372
Ritor1
parents: 1370
diff changeset
5409 v13 = direction2 + v13;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5410 if ( v13 < pNumVertices )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5411 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5412 if ( v13 < 0 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5413 v13 += pNumVertices;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5414 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5415 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5416 v13 -= pNumVertices;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5417 v26 = v13;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5418 if ( PortalFace._screen_space_y[v26] - PortalFace._screen_space_y[v24] > 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5419 {
1378
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
5420 v54 = ((PortalFace._screen_space_x[v26] - PortalFace._screen_space_x[v24]) << 16) / (PortalFace._screen_space_y[v26] - PortalFace._screen_space_y[v24]);
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5421 v62 = PortalFace._screen_space_x[v24] << 16;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5422 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5423 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5424 v29 = v18;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5425 if ( v70 >= PortalFace._screen_space_y[v18] && v70 != max_y )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5426 {
1372
Ritor1
parents: 1370
diff changeset
5427 v18 += direction1;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5428 if ( v18 < pNumVertices )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5429 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5430 if ( v18 < 0 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5431 v18 += pNumVertices;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5432 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5433 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5434 v18 -= pNumVertices;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5435 v31 = v18;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5436 if ( PortalFace._screen_space_y[v31] - PortalFace._screen_space_y[v29] > 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5437 {
1378
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
5438 v53 = ((PortalFace._screen_space_x[v31] - PortalFace._screen_space_x[v29]) << 16) / (PortalFace._screen_space_y[v31] - PortalFace._screen_space_y[v29]);
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5439 v61 = PortalFace._screen_space_x[v29] << 16;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5440 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5441 }
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5442 far_portal->viewport_left_side[v70] = HIWORD(v62);
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5443 far_portal->viewport_right_side[v70] = HIWORD(v61);
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5444 if ( far_portal->viewport_left_side[v70] > far_portal->viewport_right_side[v70] )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5445 {
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5446 v36 = far_portal->viewport_left_side[v70] ^ far_portal->viewport_right_side[v70];
1379
Ritor1
parents: 1376
diff changeset
5447 //v37 = far_portal->viewport_right_side[v70];
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5448 far_portal->viewport_left_side[v70] = v36;
1379
Ritor1
parents: 1376
diff changeset
5449 v38 = far_portal->viewport_right_side[v70] ^ v36;
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5450 far_portal->viewport_left_side[v70] ^= v38;
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5451 far_portal->viewport_right_side[v70] = v38;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5452 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5453 v62 += v54;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5454 v22 = v70 + 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5455 v61 += v53;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5456 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5457 }
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5458 //*****************************************************************************************************************************
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5459 // check portals coordinates and determine max, min(проверка координат порталов и определение макс, мин-ой у)
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5460 if ( max_y < near_portal->_viewport_space_y )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5461 return false;
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5462 if ( min_y > near_portal->_viewport_space_w )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5463 return false;
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5464 if ( min_y < near_portal->_viewport_space_y )
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5465 min_y = near_portal->_viewport_space_y;
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5466 if ( max_y > near_portal->_viewport_space_w )
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5467 max_y = near_portal->_viewport_space_w;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5468 if ( min_y <= max_y )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5469 {
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5470 for ( min_y; min_y <= max_y; ++min_y )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5471 {
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5472 if ( far_portal->viewport_right_side[min_y] >= near_portal->viewport_left_side[min_y]
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5473 && far_portal->viewport_left_side[min_y] <= near_portal->viewport_right_side[min_y] )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5474 break;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5475 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5476 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5477 if ( max_y < min_y )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5478 return false;
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5479 for ( max_y; max_y >= min_y; --max_y )
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5480 {
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5481 if ( far_portal->viewport_right_side[max_y] >= near_portal->viewport_left_side[max_y]
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5482 && far_portal->viewport_left_side[max_y] <= near_portal->viewport_right_side[max_y] )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5483 break;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5484 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5485 if ( min_y >= max_y )
1390
613c77e51e38 Messed with spell effects drawing a bit.
Nomad
parents: 1381
diff changeset
5486 return false;
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5487 //*************************************************************************************************************************************
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5488 v59 = min_y;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5489 for ( v46 = max_y - min_y + 1; v46; --v46 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5490 {
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5491 if ( far_portal->viewport_left_side[v59] < near_portal->viewport_left_side[v59] )
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5492 far_portal->viewport_left_side[v59] = near_portal->viewport_left_side[v59];
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5493 if ( far_portal->viewport_right_side[v59] > near_portal->viewport_right_side[v59] )
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5494 far_portal->viewport_right_side[v59] = near_portal->viewport_right_side[v59];
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5495 ++v59;
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5496 }
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5497 far_portal->_viewport_space_y = min_y;
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5498 far_portal->_viewport_space_w = max_y;
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5499 far_portal->_viewport_space_x = far_portal->viewport_left_side[min_y];
1379
Ritor1
parents: 1376
diff changeset
5500 far_portal->_viewport_space_z = far_portal->viewport_right_side[min_y];
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5501 far_portal->_viewport_x_minID = min_y;
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5502 far_portal->_viewport_z_maxID = min_y;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5503 v49 = min_y + 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5504 if ( v49 <= max_y )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5505 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5506 for ( v49; v49 <= max_y; ++v49 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5507 {
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5508 if ( far_portal->viewport_left_side[v49] < far_portal->_viewport_space_x )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5509 {
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5510 far_portal->_viewport_space_x = far_portal->viewport_left_side[v49];
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5511 far_portal->_viewport_x_minID = v49;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5512 }
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5513 if ( far_portal->viewport_right_side[v49] > far_portal->_viewport_space_z )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5514 {
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5515 far_portal->_viewport_space_z = far_portal->viewport_right_side[v49];
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5516 far_portal->_viewport_z_maxID = v49;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5517 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5518 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5519 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5520 return true;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5521 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5522 //----- (00423B5D) --------------------------------------------------------
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5523 int __fastcall GetPortalScreenCoord(unsigned int uFaceID)
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5524 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5525 BLVFace *pFace; // ebx@1
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5526 int pNextVertices; // edx@11
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5527 int t; // ST28_4@12
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5528 int pScreenX; // eax@22
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5529 int pScreenY; // eax@27
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5530 signed int left_num_vertices; // edi@31
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5531 signed int right_num_vertices; // ebx@41
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5532 signed int top_num_vertices; // edi@51
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5533 int bottom_num_vertices; // ebx@61
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5534 signed int v62; // edx@75
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5535 int v63; // ecx@76
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5536 int v64; // esi@76
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5537 int v65; // ecx@83
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5538 signed int v71; // [sp+14h] [bp-14h]@75
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5539 bool current_vertices_flag; // [sp+18h] [bp-10h]@9
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5540 int thisf; // [sp+18h] [bp-10h]@74
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5541 signed int depth_num_vertices; // [sp+1Ch] [bp-Ch]@9
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5542 int v80; // [sp+1Ch] [bp-Ch]@76
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5543 bool next_vertices_flag; // [sp+20h] [bp-8h]@10
1784
d73f4668ef94 BuildingVerticesClipping
Ritor1
parents: 1736
diff changeset
5544 //Доп инфо "Программирование трёхмерных игр для windows" Ламот стр 910
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5545
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5546 pFace = &pIndoor->pFaces[uFaceID];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5547 memset(&PortalFace, 0, sizeof(stru367));
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5548
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5549 //get direction the face(определение направленности фейса)*********************************************************************************
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
5550 if ( pFace->pFacePlane_old.vNormal.x * (pIndoor->pVertices[pIndoor->pFaces[uFaceID].pVertexIDs[0]].x - pGame->pIndoorCameraD3D->vPartyPos.x)
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
5551 + pFace->pFacePlane_old.vNormal.y * (pIndoor->pVertices[pIndoor->pFaces[uFaceID].pVertexIDs[0]].y - pGame->pIndoorCameraD3D->vPartyPos.y)
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
5552 + pFace->pFacePlane_old.vNormal.z * (pIndoor->pVertices[pIndoor->pFaces[uFaceID].pVertexIDs[0]].z - pGame->pIndoorCameraD3D->vPartyPos.z) < 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5553 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5554 PortalFace.direction = true;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5555 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5556 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5557 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5558 PortalFace.direction = false;
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5559 if ( !(pFace->Portal()) )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5560 return 0;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5561 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5562 //*****************************************************************************************************************************************
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5563 //generate/cinvertetion in camera location coordinates(генерация/конвертирование в координаты пространства камеры)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5564
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5565 //for new coordinates:
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5566 //int x = 0x AAAA BBBB;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5567 //AAAA - integer(целая часть), BBBB - fractional(дробная)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5568 //float v = HIWORD(x) + LOWORD(x) / 65535.0f;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5569 //0x0351A281 это 849(351 в шестнадцатиричной) в целой части и A281 в дробной(хотя как точно BBBB считалась не помню)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5570 //if in HIWORD: FFFF = -1
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5571 //FFFE = -2
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5572 //FFFD = -3
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5573 //....
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5574 //8000 = -32767
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5575 //7FFF = 32767
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5576 //7FFE = 32766
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5577 //если в LOWORD например лежит FFFF то не совсем понятно, что это
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5578 //потому что если и hiword и loword равны FFFF FFFF то двойное отрицание как бы, нужно тестировать что конкретно получается чтобы понять что это значит
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5579 //всё что больше 7FFF для верхнего слова это идёт уже с минусом/Nomad/
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5580
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5581 if ( (signed int)pFace->uNumVertices > 0 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5582 {
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5583 for (uint i = 0; i < pFace->uNumVertices; ++i)
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5584 {
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
5585 pGame->pIndoorCameraD3D->ApplyViewTransform_TrueIfStillVisible_BLV(pIndoor->pVertices[pFace->pVertexIDs[i]].x,
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5586 pIndoor->pVertices[pFace->pVertexIDs[i]].y,
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5587 pIndoor->pVertices[pFace->pVertexIDs[i]].z,
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5588 &PortalFace._view_transformed_z[i + 3], &PortalFace._view_transformed_x[i + 3], &PortalFace._view_transformed_y[i + 3], 0);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5589 }
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5590 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5591 //*****************************************************************************************************************************************
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5592 //check vertices for the nearest plane(проверка вершин есть ли в области за ближайшей плоскостью)
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5593 if ( pFace->uNumVertices <= 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5594 return 0;
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5595 bool bFound = false;
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5596 for (uint i = 0; i < pFace->uNumVertices; ++i)
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5597 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5598 if ( PortalFace._view_transformed_z[i + 3] >= 524288 )// 8.0(0x80000)
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5599 {
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5600 bFound = true;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5601 break;
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5602 }
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5603 }
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5604 if ( !bFound )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5605 return 0;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5606 //*****************************************************************************************************************************************
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5607 //check for near clip plane(проверка по ближней границе)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5608 //
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5609 // v0 v1
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5610 // ._________________.
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5611 // / \
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5612 // / \
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5613 // v5. . v2
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5614 // | |
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5615 // | |
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5616 // | |
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5617 // ---------------------------- 8.0(near_clip)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5618 // | |
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5619 // ._______________________.
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5620 // v4 v3
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5621 depth_num_vertices = 0;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5622 PortalFace._view_transformed_z[pFace->uNumVertices + 3] = PortalFace._view_transformed_z[3];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5623 PortalFace._view_transformed_x[pFace->uNumVertices + 3] = PortalFace._view_transformed_x[3];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5624 PortalFace._view_transformed_y[pFace->uNumVertices + 3] = PortalFace._view_transformed_y[3];
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5625 current_vertices_flag = PortalFace._view_transformed_z[3] >= 0x80000; //524288
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5626 if ( pFace->uNumVertices >= 1 )
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5627 {
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5628 for ( uint i = 1; i <= pFace->uNumVertices; ++i)
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5629 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5630 next_vertices_flag = PortalFace._view_transformed_z[i + 3] >= 0x80000; //524288;// 8.0
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5631 if ( current_vertices_flag ^ next_vertices_flag )//или текущая или следующая вершина за ближней границей
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5632 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5633 if ( next_vertices_flag )//следующая вершина за ближней границей
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5634 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5635 //t = near_clip - v0.z / v1.z - v0.z
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5636 t = fixpoint_div(524288 - PortalFace._view_transformed_z[i + 2], PortalFace._view_transformed_z[i + 3] - PortalFace._view_transformed_z[i + 2]);
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5637 //New_x = (v1.x - v0.x)*t + v0.x
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5638 PortalFace._view_transformed_x[depth_num_vertices] = fixpoint_mul((PortalFace._view_transformed_x[i + 3] - PortalFace._view_transformed_x[i + 2]), t)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5639 + PortalFace._view_transformed_x[i + 2];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5640 //New_y = (v1.y - v0.y)*t + v0.y
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5641 PortalFace._view_transformed_y[depth_num_vertices] = fixpoint_mul((PortalFace._view_transformed_y[i + 3] - PortalFace._view_transformed_y[i + 2]), t)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5642 + PortalFace._view_transformed_y[i + 2];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5643 //New_z = 8.0(0x80000)
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5644 PortalFace._view_transformed_z[depth_num_vertices] = 0x80000; //524288
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5645 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5646 else// текущая вершина за ближней границей
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5647 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5648 //t = near_clip - v1.z / v0.z - v1.z
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5649 t = fixpoint_div(524288 - PortalFace._view_transformed_z[i + 3], PortalFace._view_transformed_z[i + 2] - PortalFace._view_transformed_z[i + 3]);
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5650 //New_x = (v0.x - v1.x)*t + v1.x
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5651 PortalFace._view_transformed_x[depth_num_vertices] = fixpoint_mul((PortalFace._view_transformed_x[i + 2] - PortalFace._view_transformed_x[i + 3]), t)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5652 + PortalFace._view_transformed_x[i + 3];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5653 //New_y = (v0.x - v1.y)*t + v1.y
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5654 PortalFace._view_transformed_y[depth_num_vertices] = fixpoint_mul((PortalFace._view_transformed_y[i + 2] - PortalFace._view_transformed_y[i + 3]), t)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5655 + PortalFace._view_transformed_y[i + 3];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5656 //New_z = 8.0(0x80000)
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5657 PortalFace._view_transformed_z[depth_num_vertices] = 0x80000; //524288
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5658 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5659 depth_num_vertices++;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5660 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5661 if ( next_vertices_flag )//если следующая вершина за ближней границей
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5662 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5663 pNextVertices = depth_num_vertices++;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5664 PortalFace._view_transformed_z[pNextVertices] = PortalFace._view_transformed_z[i + 3];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5665 PortalFace._view_transformed_x[pNextVertices] = PortalFace._view_transformed_x[i + 3];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5666 PortalFace._view_transformed_y[pNextVertices] = PortalFace._view_transformed_y[i + 3];
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5667 }
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5668 current_vertices_flag = next_vertices_flag;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5669 }
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5670 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5671 //результат: нет моргания на границе портала(когда проходим сквозь портал)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5672 //************************************************************************************************************************************
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5673 //convertion in screen coordinates(конвертирование в координаты экрана)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5674 PortalFace._view_transformed_z[depth_num_vertices] = PortalFace._view_transformed_z[0];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5675 PortalFace._view_transformed_x[depth_num_vertices] = PortalFace._view_transformed_x[0];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5676 PortalFace._view_transformed_y[depth_num_vertices] = PortalFace._view_transformed_y[0];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5677 for ( uint i = 0; i < depth_num_vertices; ++i )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5678 {
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5679 if ( (abs(PortalFace._view_transformed_x[i]) >> 13) <= abs(PortalFace._view_transformed_z[i]) )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5680 pScreenX = fixpoint_div(PortalFace._view_transformed_x[i], PortalFace._view_transformed_z[i]);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5681 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5682 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5683 if ( PortalFace._view_transformed_x[i] >= 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5684 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5685 if (PortalFace._view_transformed_z[i] >= 0)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5686 pScreenX = 0x400000; // 64.0
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5687 else
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5688 pScreenX = 0xFFC00000; // -63.0
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5689 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5690 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5691 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5692 if (PortalFace._view_transformed_z[i] >= 0)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5693 pScreenX = 0xFFC00000; // -63.0
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5694 else
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5695 pScreenX = 0x400000; // 64.0
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5696 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5697 }
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5698
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5699 if ( (abs(PortalFace._view_transformed_y[i]) >> 13) <= abs(PortalFace._view_transformed_z[i]) )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5700 pScreenY = fixpoint_div(PortalFace._view_transformed_y[i], PortalFace._view_transformed_z[i]);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5701 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5702 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5703 if ( PortalFace._view_transformed_y[i] >= 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5704 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5705 if (PortalFace._view_transformed_z[i] >= 0)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5706 pScreenY = 0x400000; // 64.0
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5707 else
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5708 pScreenY = 0xFFC00000; // -63.0
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5709 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5710 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5711 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5712 if (PortalFace._view_transformed_z[i] >= 0)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5713 pScreenY = 0xFFC00000; // -63.0
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5714 else
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5715 pScreenY = 0x400000; // 64.0
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5716 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5717 }
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5718 PortalFace._screen_space_x[i + 12] = pBLVRenderParams->uViewportCenterX - fixpoint_mul(SHIWORD(pBLVRenderParams->fov_rad_fixpoint), pScreenX);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5719 PortalFace._screen_space_y[i + 12] = pBLVRenderParams->uViewportCenterY - fixpoint_mul(SHIWORD(pBLVRenderParams->fov_rad_fixpoint), pScreenY);
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5720 }
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5721 // результат: при повороте камеры, когда граница портала сдвигается к краю экрана, портал остается прозрачным(видимым)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5722 //******************************************************************************************************************************************
1381
729635c2bb40 small commentary
Ritor1
parents: 1380
diff changeset
5723 //координаты как в Ида-базе игры так и в данном проекте перевёрнутые,т.е. портал который в правой части экрана имеет экранные координаты
729635c2bb40 small commentary
Ritor1
parents: 1380
diff changeset
5724 //которые для левой части экрана. Например, x(оригинал) = 8, у нас х = 468(противоположный край экрана), точно также и с у.
729635c2bb40 small commentary
Ritor1
parents: 1380
diff changeset
5725 //
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5726 //check for left_clip plane(порверка по левой границе)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5727 left_num_vertices = 0;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5728 PortalFace._screen_space_x[depth_num_vertices + 12] = PortalFace._screen_space_x[12];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5729 PortalFace._screen_space_y[depth_num_vertices + 12] = PortalFace._screen_space_y[12];
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5730 current_vertices_flag = PortalFace._screen_space_x[12] >= (signed int)pBLVRenderParams->uViewportX;//8.0
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5731 if ( depth_num_vertices < 1 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5732 return 0;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5733 for ( uint i = 1; i <= depth_num_vertices; ++i )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5734 {
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5735 next_vertices_flag = PortalFace._screen_space_x[i + 12] >= (signed int)pBLVRenderParams->uViewportX;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5736 if ( current_vertices_flag ^ next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5737 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5738 if ( next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5739 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5740 //t = left_clip - v0.x / v1.x - v0.x
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5741 t = fixpoint_div(pBLVRenderParams->uViewportX - PortalFace._screen_space_x[i + 11], PortalFace._screen_space_x[i + 12] - PortalFace._screen_space_x[i + 11]);
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5742 //New_y = (v1.y - v0.y)*t + v0.y
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5743 PortalFace._screen_space_y[left_num_vertices + 9] = fixpoint_mul((PortalFace._screen_space_y[i + 12]- PortalFace._screen_space_y[i + 11]), t)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5744 + PortalFace._screen_space_y[i + 11];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5745 //New_x = left_clip
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5746 PortalFace._screen_space_x[left_num_vertices + 9] = pBLVRenderParams->uViewportX;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5747 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5748 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5749 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5750 //t = left_clip - v1.x / v0.x - v1.x
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5751 t = fixpoint_div(pBLVRenderParams->uViewportX - PortalFace._screen_space_x[i + 12], PortalFace._screen_space_x[i + 11] - PortalFace._screen_space_x[i + 12]);
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5752 //New_y = (v0.y - v1.y)*t + v1.y
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5753 PortalFace._screen_space_y[left_num_vertices + 9] = fixpoint_mul((PortalFace._screen_space_y[i + 11] - PortalFace._screen_space_y[i + 12]), t)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5754 + PortalFace._screen_space_y[i + 12];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5755 //New_x = left_clip
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5756 PortalFace._screen_space_x[left_num_vertices + 9] = pBLVRenderParams->uViewportX;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5757 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5758 left_num_vertices++;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5759 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5760 if ( next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5761 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5762 pNextVertices = left_num_vertices++;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5763 PortalFace._screen_space_x[pNextVertices + 9] = PortalFace._screen_space_x[i + 12];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5764 PortalFace._screen_space_y[pNextVertices + 9] = PortalFace._screen_space_y[i + 12];
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5765 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5766 current_vertices_flag = next_vertices_flag;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5767 }
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5768 //*********************************************************************************************************************************
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5769 //for right_clip plane(проверка по правой плоскости)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5770 right_num_vertices = 0;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5771 PortalFace._screen_space_x[left_num_vertices + 9] = PortalFace._screen_space_x[9];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5772 PortalFace._screen_space_y[left_num_vertices + 9] = PortalFace._screen_space_y[9];
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5773 current_vertices_flag = PortalFace._screen_space_x[9] <= (signed int)pBLVRenderParams->uViewportZ;//468.0
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5774 if (left_num_vertices < 1)
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5775 return 0;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5776 for ( uint i = 1; i <= left_num_vertices; ++i )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5777 {
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5778 next_vertices_flag = PortalFace._screen_space_x[i + 9] <= (signed int)pBLVRenderParams->uViewportZ;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5779 if ( current_vertices_flag ^ next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5780 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5781 if ( next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5782 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5783 //t = right_clip - v1.x / v0.x - v1.x
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5784 t = fixpoint_div(pBLVRenderParams->uViewportZ - PortalFace._screen_space_x[i + 8], PortalFace._screen_space_x[i + 9] - PortalFace._screen_space_x[i + 8]);
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5785 //New_y = (v0.y - v1.y)*t + v1.y
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5786 PortalFace._screen_space_y[right_num_vertices + 6] = fixpoint_mul((PortalFace._screen_space_y[i + 9] - PortalFace._screen_space_y[i + 8]), t)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5787 + PortalFace._screen_space_y[i + 8];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5788 //New_x = right_clip
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5789 PortalFace._screen_space_x[right_num_vertices + 6] = pBLVRenderParams->uViewportZ;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5790 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5791 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5792 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5793 //t = right_clip - v0.x / v1.x - v0.x
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5794 t = fixpoint_div(pBLVRenderParams->uViewportZ - PortalFace._screen_space_x[i + 9], PortalFace._screen_space_x[i + 8] - PortalFace._screen_space_x[i + 9]);
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5795 //New_y = (v1.y - v0.y)*t + v0.y
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5796 PortalFace._screen_space_y[right_num_vertices + 6] = fixpoint_mul((PortalFace._screen_space_y[i + 8] - PortalFace._screen_space_y[i + 9]), t)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5797 + PortalFace._screen_space_y[i + 9];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5798 //New_x = right_clip
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5799 PortalFace._screen_space_x[right_num_vertices + 6] = pBLVRenderParams->uViewportZ;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5800 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5801 right_num_vertices++;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5802 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5803 if ( next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5804 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5805 pNextVertices = right_num_vertices++;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5806 PortalFace._screen_space_x[pNextVertices + 6] = PortalFace._screen_space_x[i + 9];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5807 PortalFace._screen_space_y[pNextVertices + 6] = PortalFace._screen_space_y[i + 9];
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5808 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5809 current_vertices_flag = next_vertices_flag;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5810 }
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5811 //************************************************************************************************************************************
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5812 // for top clip plane
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5813 top_num_vertices = 0;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5814 PortalFace._screen_space_x[right_num_vertices + 6] = PortalFace._screen_space_x[6];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5815 PortalFace._screen_space_y[right_num_vertices + 6] = PortalFace._screen_space_y[6];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5816
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5817 current_vertices_flag = PortalFace._screen_space_y[6] >= (signed int)pBLVRenderParams->uViewportY;//8.0
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5818 if ( right_num_vertices < 1 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5819 return 0;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5820 for ( uint i = 1; i <= right_num_vertices; ++i )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5821 {
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5822 next_vertices_flag = PortalFace._screen_space_y[i + 6] >= (signed int)pBLVRenderParams->uViewportY;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5823 if ( current_vertices_flag ^ next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5824 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5825 if ( next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5826 {
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5827 t = fixpoint_div(pBLVRenderParams->uViewportY - PortalFace._screen_space_y[i + 5], PortalFace._screen_space_y[i + 6] - PortalFace._screen_space_y[i + 5]);
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5828 PortalFace._screen_space_x[top_num_vertices + 3] = ((signed int)((PortalFace._screen_space_x[i + 6] - PortalFace._screen_space_x[i + 5])
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5829 * t) >> 16) + PortalFace._screen_space_x[i + 5];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5830 PortalFace._screen_space_y[top_num_vertices + 3] = pBLVRenderParams->uViewportY;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5831 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5832 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5833 {
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5834 t = fixpoint_div(pBLVRenderParams->uViewportY - PortalFace._screen_space_y[i + 6], PortalFace._screen_space_y[i + 5] - PortalFace._screen_space_y[i + 6]);
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5835 PortalFace._screen_space_x[top_num_vertices + 3] = fixpoint_mul((PortalFace._screen_space_x[i + 5]- PortalFace._screen_space_x[i + 6]), t)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5836 + PortalFace._screen_space_x[i + 6];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5837 PortalFace._screen_space_y[top_num_vertices + 3] = pBLVRenderParams->uViewportY;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5838 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5839 top_num_vertices++;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5840 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5841 current_vertices_flag = next_vertices_flag;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5842 if ( next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5843 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5844 pNextVertices = top_num_vertices++;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5845 PortalFace._screen_space_x[pNextVertices + 3] = PortalFace._screen_space_x[i + 6];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5846 PortalFace._screen_space_y[pNextVertices + 3] = PortalFace._screen_space_y[i + 6];
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5847 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5848 }
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5849 //**********************************************************************************************************************************
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5850 //for bottom_clip plane(проверка по нижней плоскости)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5851 bottom_num_vertices = 0;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5852 PortalFace._screen_space_x[top_num_vertices + 3] = PortalFace._screen_space_x[3];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5853 PortalFace._screen_space_y[top_num_vertices + 3] = PortalFace._screen_space_y[3];
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5854 current_vertices_flag = PortalFace._screen_space_y[3] <= (signed int)pBLVRenderParams->uViewportW;//351.0
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5855 if ( top_num_vertices < 1 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5856 return 0;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5857 for ( uint i =1; i <= top_num_vertices; ++i )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5858 {
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5859 next_vertices_flag = PortalFace._screen_space_y[i + 3] <= (signed int)pBLVRenderParams->uViewportW;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5860 if ( current_vertices_flag ^ next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5861 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5862 if ( next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5863 {
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5864 t = fixpoint_div(pBLVRenderParams->uViewportW - PortalFace._screen_space_y[i + 2], PortalFace._screen_space_y[i + 3] - PortalFace._screen_space_y[i + 2]);
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5865 PortalFace._screen_space_x[bottom_num_vertices] = fixpoint_mul((PortalFace._screen_space_x[i + 3] - PortalFace._screen_space_x[i + 2]), t)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5866 + PortalFace._screen_space_x[i + 2];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5867 PortalFace._screen_space_y[bottom_num_vertices] = pBLVRenderParams->uViewportW;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5868 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5869 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5870 {
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5871 t = fixpoint_div(pBLVRenderParams->uViewportW - PortalFace._screen_space_y[i + 3], PortalFace._screen_space_y[i + 2] - PortalFace._screen_space_y[i + 3]);
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5872 PortalFace._screen_space_x[bottom_num_vertices] = fixpoint_mul((PortalFace._screen_space_x[i + 2] - PortalFace._screen_space_x[i + 3]), t)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5873 + PortalFace._screen_space_x[i + 3];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5874 PortalFace._screen_space_y[bottom_num_vertices] = pBLVRenderParams->uViewportW;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5875 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5876 bottom_num_vertices++;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5877 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5878 if ( next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5879 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5880 pNextVertices = bottom_num_vertices++;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5881 PortalFace._screen_space_x[pNextVertices] = PortalFace._screen_space_x[i + 3];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5882 PortalFace._screen_space_y[pNextVertices] = PortalFace._screen_space_y[i + 3];
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5883 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5884 current_vertices_flag = next_vertices_flag;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5885 }
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5886 //***************************************************************************************************************************************
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5887
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5888 if ( !bottom_num_vertices )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5889 return 0;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5890 PortalFace._screen_space_x[bottom_num_vertices] = PortalFace._screen_space_x[0];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5891 PortalFace._screen_space_y[bottom_num_vertices] = PortalFace._screen_space_y[0];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5892 //check for software(проверка для софтвар)
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
5893 /*if ( !pRenderer->pRenderD3D && bottom_num_vertices > 3 )
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5894 {
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5895 PortalFace._screen_space_x[bottom_num_vertices + 1] = PortalFace._screen_space_x[1];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5896 PortalFace._screen_space_y[bottom_num_vertices + 1] = PortalFace._screen_space_y[1];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5897 thisf = PortalFace.direction == true ? 1 : - 1;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5898 if ( bottom_num_vertices > 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5899 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5900 v62 = 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5901 v71 = 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5902 do
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5903 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5904 v63 = v62 - 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5905 v64 = v62 + 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5906 v80 = v62 + 1;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5907 if ( v62 - 1 >= bottom_num_vertices )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5908 v63 -= bottom_num_vertices;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5909 if ( v62 >= bottom_num_vertices )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5910 v62 -= bottom_num_vertices;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5911 if ( v64 >= bottom_num_vertices )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5912 v64 -= bottom_num_vertices;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5913 if ( thisf * ((PortalFace._screen_space_y[v64] - PortalFace._screen_space_y[v63])
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5914 * (PortalFace._screen_space_x[v62] - PortalFace._screen_space_x[v63])
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5915 - (PortalFace._screen_space_y[v62] - PortalFace._screen_space_y[v63])
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5916 * (PortalFace._screen_space_x[v64] - PortalFace._screen_space_x[v63])) < 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5917 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5918 v62 = v80;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5919 v71 = v80;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5920 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5921 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5922 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5923 v62 = v71;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5924 v65 = v71;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5925 if ( v71 < bottom_num_vertices || (v65 = v71 - bottom_num_vertices, v71 - bottom_num_vertices < bottom_num_vertices) )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5926 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5927 memcpy(&PortalFace._screen_space_y[v65], &PortalFace._screen_space_y[v65 + 1],
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5928 4 * ((unsigned int)(4 * (bottom_num_vertices - v65)) >> 2));
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5929 memcpy(&PortalFace._screen_space_x[v65], &PortalFace._screen_space_x[v65 + 1],
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5930 4 * ((unsigned int)(4 * (bottom_num_vertices - v65)) >> 2));
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5931 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5932 --bottom_num_vertices;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5933 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5934 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5935 while ( v62 - 1 < bottom_num_vertices );
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5936 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5937 PortalFace._screen_space_x[bottom_num_vertices] = PortalFace._screen_space_x[0];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5938 PortalFace._screen_space_y[bottom_num_vertices] = PortalFace._screen_space_y[0];
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
5939 }*/
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5940 return bottom_num_vertices;
1408
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5941 }
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5942
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5943 //----- (004AAEA6) --------------------------------------------------------
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5944 int __fastcall sub_4AAEA6_transform(RenderVertexSoft *a1)
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5945 {
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5946 double v4; // st5@2
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5947 double v5; // st4@3
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5948 float v11; // [sp+8h] [bp-8h]@2
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5949 float v12; // [sp+8h] [bp-8h]@6
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5950 float v13; // [sp+Ch] [bp-4h]@2
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5951 float v14; // [sp+Ch] [bp-4h]@6
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5952
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
5953 if (pGame->pIndoorCameraD3D->sRotationX)
1408
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5954 {
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5955 v13 = a1->vWorldPosition.x - (double)pParty->vPosition.x;
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5956 v11 = a1->vWorldPosition.y - (double)pParty->vPosition.y;
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5957 v4 = a1->vWorldPosition.z - (double)pParty->vPosition.z;
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
5958 //if ( pRenderer->pRenderD3D )
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
5959 //{
1642
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
5960 v5 = v11 * pGame->pIndoorCameraD3D->fRotationYSine + v13 * pGame->pIndoorCameraD3D->fRotationYCosine;
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
5961 a1->vWorldViewPosition.y = v13 * pGame->pIndoorCameraD3D->fRotationYSine - v11 * pGame->pIndoorCameraD3D->fRotationYCosine;
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
5962 /*}
1408
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5963 else
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5964 {
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5965 v5 = v13 * pBLVRenderParams->fCosineY - v11 * pBLVRenderParams->fSineY;
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5966 a1->vWorldViewPosition.y = v13 * pBLVRenderParams->fSineY + v11 * pBLVRenderParams->fCosineY;
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
5967 }*/
1642
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
5968 a1->vWorldViewPosition.x = v5 * pGame->pIndoorCameraD3D->fRotationXCosine - v4 * pGame->pIndoorCameraD3D->fRotationXSine;
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
5969 a1->vWorldViewPosition.z = v5 * pGame->pIndoorCameraD3D->fRotationXSine + v4 * pGame->pIndoorCameraD3D->fRotationXCosine;
1408
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5970 }
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5971 else
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5972 {
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5973 v14 = a1->vWorldPosition.x - (double)pParty->vPosition.x;
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5974 v12 = a1->vWorldPosition.y - (double)pParty->vPosition.y;
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5975 a1->vWorldViewPosition.z = a1->vWorldPosition.z - (double)pParty->vPosition.z;
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
5976 //if ( pRenderer->pRenderD3D )
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
5977 //{
1642
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
5978 a1->vWorldViewPosition.x = v12 * pGame->pIndoorCameraD3D->fRotationYSine + v14 * pGame->pIndoorCameraD3D->fRotationYCosine;
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
5979 a1->vWorldViewPosition.y = v14 * pGame->pIndoorCameraD3D->fRotationYSine - v12 * pGame->pIndoorCameraD3D->fRotationYCosine;
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
5980 /*}
1408
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5981 else
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5982 {
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5983 a1->vWorldViewPosition.x = v14 * pBLVRenderParams->fCosineY - v12 * pBLVRenderParams->fSineY;
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5984 a1->vWorldViewPosition.y = v14 * pBLVRenderParams->fSineY + v12 * pBLVRenderParams->fCosineY;
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
5985 }*/
1408
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5986 }
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5987 return 0;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5988 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5989 //----- (00472866) --------------------------------------------------------
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5990 void BLV_ProcessPartyActions()
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5991 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5992 int v1; // ebx@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5993 int v2; // edi@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5994 double v10; // st7@27
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5995 unsigned int v12; // eax@49
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5996 double v13; // st7@50
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5997 int v17; // eax@62
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5998 double v18; // st7@62
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5999 int v19; // ST40_4@62
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6000 int v20; // eax@65
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6001 double v21; // st7@65
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6002 int v22; // ST40_4@65
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6003 int v23; // eax@66
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6004 double v24; // st7@66
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6005 int v25; // ST40_4@66
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6006 int v26; // eax@67
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6007 double v27; // st7@67
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6008 int v28; // ST40_4@67
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6009 int new_party_z; // esi@96
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6010 int v38; // eax@96
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6011 int v39; // ecx@106
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6012 int v40; // eax@106
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6013 int v42; // eax@120
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6014 BLVFace *pFace; // esi@126
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6015 int v46; // ecx@133
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6016 int v52; // eax@140
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6017 int v54; // ebx@146
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6018 int v63; // [sp-8h] [bp-68h]@75
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6019 int v65; // [sp-4h] [bp-64h]@75
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6020 unsigned int uFaceEvent; // [sp+14h] [bp-4Ch]@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6021 bool party_running_flag; // [sp+1Ch] [bp-44h]@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6022 bool bFeatherFall; // [sp+24h] [bp-3Ch]@15
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6023 unsigned int uSectorID; // [sp+28h] [bp-38h]@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6024 bool party_walking_flag; // [sp+2Ch] [bp-34h]@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6025 unsigned int uFaceID; // [sp+30h] [bp-30h]@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6026 int v80; // [sp+34h] [bp-2Ch]@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6027 int v82; // [sp+3Ch] [bp-24h]@47
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6028 int _view_angle; // [sp+40h] [bp-20h]@47
2160
c68723f7b522 for 3DSoundProvider
Ritor1
parents: 2154
diff changeset
6029 bool bJumping; // [sp+44h] [bp-1Ch]@1
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6030 int new_party_y; // [sp+48h] [bp-18h]@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6031 int new_party_x; // [sp+4Ch] [bp-14h]@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6032 int party_z; // [sp+50h] [bp-10h]@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6033 int angle; // [sp+5Ch] [bp-4h]@47
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6034
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6035 uFaceEvent = 0;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6036 //v89 = pParty->uFallSpeed;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6037 v1 = 0;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6038 v2 = 0;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6039 new_party_x = pParty->vPosition.x;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6040 new_party_y = pParty->vPosition.y;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6041 party_z = pParty->vPosition.z;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6042 uSectorID = pIndoor->GetSector(pParty->vPosition.x, pParty->vPosition.y, pParty->vPosition.z);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6043 party_running_flag = false;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6044 party_walking_flag = false;
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6045 bJumping = false;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6046
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6047 uFaceID = -1;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6048 int floor_level = collide_against_floor(new_party_x, new_party_y, party_z + 40, &uSectorID, &uFaceID);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6049
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6050 if ( pParty->bFlying )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6051 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6052 pParty->bFlying = false;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6053 if (pParty->FlyActive())
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6054 pOtherOverlayList->pOverlays[pParty->pPartyBuffs[PARTY_BUFF_FLY].uOverlayID - 1].field_E |= 1;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6055 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6056
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6057 if ( floor_level == -30000 || uFaceID == -1)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6058 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6059 floor_level = collide_against_floor_approximate(new_party_x, new_party_y, party_z + 40, &uSectorID, &uFaceID);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6060 if ( floor_level == -30000 || uFaceID == -1)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6061 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6062 __debugbreak(); // level built with errors
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6063 pParty->vPosition.x = blv_prev_party_x;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6064 pParty->vPosition.y = blv_prev_party_z;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6065 pParty->vPosition.z = blv_prev_party_y;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6066 pParty->uFallStartY = blv_prev_party_y;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6067 return;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6068 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6069 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6070
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6071 blv_prev_party_x = pParty->vPosition.x;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6072 blv_prev_party_z = pParty->vPosition.y;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6073 blv_prev_party_y = pParty->vPosition.z;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6074 if (!pParty->bTurnBasedModeOn)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6075 {
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2144
diff changeset
6076 static int dword_720CDC = 0;
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2144
diff changeset
6077
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6078 int v67 = GetTickCount() / 500;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6079 if (dword_720CDC != v67 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6080 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6081 dword_4F8580[3 * dword_4F8580[1]] = pParty->vPosition.x;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6082 dword_4F8580[3 * dword_4F8580[2]] = pParty->vPosition.y;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6083 dword_4F8580[3 * dword_4F8580[3]] = pParty->vPosition.z;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6084 if ( dword_4F8580[0] > 60 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6085 dword_4F8580[0] = 1;
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2144
diff changeset
6086
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2144
diff changeset
6087 dword_720CDC = v67;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6088 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6089 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6090
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6091 uint fall_start;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6092 if (!pParty->FeatherFallActive())
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6093 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6094 bFeatherFall = false;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6095 if (!pParty->pPlayers[0].WearsItemAnyWhere(ITEM_ARTIFACT_LADYS_ESCORT) && // grants feather fall
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6096 !pParty->pPlayers[1].WearsItemAnyWhere(ITEM_ARTIFACT_LADYS_ESCORT) &&
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6097 !pParty->pPlayers[2].WearsItemAnyWhere(ITEM_ARTIFACT_LADYS_ESCORT) &&
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6098 !pParty->pPlayers[3].WearsItemAnyWhere(ITEM_ARTIFACT_LADYS_ESCORT))
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6099 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6100 fall_start = pParty->uFallStartY;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6101 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6102 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6103 else
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6104 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6105 fall_start = floor_level;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6106 bFeatherFall = true;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6107 pParty->uFallStartY = floor_level;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6108 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6109
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6110
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6111 if (fall_start - party_z > 512 && !bFeatherFall && party_z <= floor_level + 1)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6112 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6113 assert(~pParty->uFlags & PARTY_FLAGS_1_LANDING); // why land in indoor?
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6114 if (pParty->uFlags & PARTY_FLAGS_1_LANDING)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6115 pParty->uFlags &= ~PARTY_FLAGS_1_LANDING;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6116 else for (uint i = 0; i < 4; ++i)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6117 { // receive falling damage
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6118 if (!pParty->pPlayers[i].HasEnchantedItemEquipped(72) && !pParty->pPlayers[i].WearsItem(ITEM_ARTIFACT_HERMES_SANDALS, EQUIP_BOOTS))
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6119 {
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6120 pParty->pPlayers[i].ReceiveDamage((pParty->uFallStartY - party_z) * (0.1f * pParty->pPlayers[i].GetMaxHealth()) / 256, DMGT_PHISYCAL);
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6121 v10 = (double)(20 - pParty->pPlayers[i].GetParameterBonus(pParty->pPlayers[i].GetActualEndurance())) * flt_6BE3A4_debug_recmod1 * 2.133333333333333;
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6122 pParty->pPlayers[i].SetRecoveryTime((signed __int64)v10);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6123 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6124 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6125 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6126
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6127 if ( party_z > floor_level + 1 )
2160
c68723f7b522 for 3DSoundProvider
Ritor1
parents: 2154
diff changeset
6128 bJumping = true;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6129
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6130 bool jumping_up = false;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6131
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6132 if ( party_z - floor_level <= 32 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6133 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6134 pParty->uFallStartY = party_z;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6135 jumping_up = true;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6136 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6137
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6138 if (bWalkSound && pParty->walk_sound_timer)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6139 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6140 if (pParty->walk_sound_timer > pEventTimer->uTimeElapsed)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6141 pParty->walk_sound_timer -= pEventTimer->uTimeElapsed;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6142 else pParty->walk_sound_timer = 0;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6143 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6144
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6145
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6146 if (party_z <= floor_level + 1)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6147 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6148 party_z = floor_level + 1;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6149 pParty->uFallStartY = floor_level + 1;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6150
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6151 if (!bJumping && pParty->floor_face_pid != uFaceID)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6152 {
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6153 if (pIndoor->pFaces[uFaceID].uAttributes & FACE_PRESSURE_PLATE)
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6154 uFaceEvent = pIndoor->pFaceExtras[pIndoor->pFaces[uFaceID].uFaceExtraID].uEventID;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6155 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6156 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6157 if (!bJumping)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6158 pParty->floor_face_pid = uFaceID;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6159
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6160 bool on_water = false;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6161 if ( pIndoor->pFaces[uFaceID].Fluid())
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6162 on_water = true;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6163
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6164 //v81 = pParty->uWalkSpeed;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6165 angle = pParty->sRotationY;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6166 _view_angle = pParty->sRotationX;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6167 v82 = (unsigned __int64)(pEventTimer->dt_in_some_format * (signed __int64)((signed int)(pParty->y_rotation_speed * stru_5C6E00->uIntegerPi)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6168 / 180)) >> 16;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6169 while ( pPartyActionQueue->uNumActions )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6170 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6171 switch ( pPartyActionQueue->Next() )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6172 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6173 case PARTY_TurnLeft:
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6174 if (uTurnSpeed)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6175 angle = stru_5C6E00->uDoublePiMask & (angle + uTurnSpeed);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6176 else
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6177 angle = stru_5C6E00->uDoublePiMask & (angle + (int)(v82 * fTurnSpeedMultiplier));
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6178 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6179 case PARTY_TurnRight:
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6180 if (uTurnSpeed)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6181 angle = stru_5C6E00->uDoublePiMask & (angle - uTurnSpeed);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6182 else
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6183 angle = stru_5C6E00->uDoublePiMask & (angle - (int)(v82 * fTurnSpeedMultiplier));
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6184 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6185
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6186 case PARTY_FastTurnLeft:
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6187 if (uTurnSpeed)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6188 angle = stru_5C6E00->uDoublePiMask & (angle + uTurnSpeed);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6189 else
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6190 angle = stru_5C6E00->uDoublePiMask & (angle + (int)(2.0f * fTurnSpeedMultiplier * (double)v82));
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6191 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6192
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6193 case PARTY_FastTurnRight:
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6194 if (uTurnSpeed)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6195 angle = stru_5C6E00->uDoublePiMask & (angle - uTurnSpeed);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6196 else
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6197 angle = stru_5C6E00->uDoublePiMask & (angle - (int)(2.0f * fTurnSpeedMultiplier * (double)v82));
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6198 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6199
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6200 case PARTY_StrafeLeft:
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6201 v2 -= fixpoint_mul(stru_5C6E00->Sin(angle), pParty->uWalkSpeed * fWalkSpeedMultiplier / 2);
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6202 v1 += fixpoint_mul(stru_5C6E00->Cos(angle), pParty->uWalkSpeed * fWalkSpeedMultiplier / 2);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6203 party_walking_flag = true;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6204 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6205 case PARTY_StrafeRight:
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6206 v2 += fixpoint_mul(stru_5C6E00->Sin(angle), pParty->uWalkSpeed * fWalkSpeedMultiplier / 2);
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6207 v1 -= fixpoint_mul(stru_5C6E00->Cos(angle), pParty->uWalkSpeed * fWalkSpeedMultiplier / 2);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6208 party_walking_flag = true;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6209 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6210 case PARTY_WalkForward:
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6211 v2 += fixpoint_mul(stru_5C6E00->Cos(angle), 5 * pParty->uWalkSpeed * fWalkSpeedMultiplier);
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6212 v1 += fixpoint_mul(stru_5C6E00->Sin(angle), 5 * pParty->uWalkSpeed * fWalkSpeedMultiplier);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6213 party_walking_flag = true;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6214 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6215 case PARTY_WalkBackward:
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6216 v2 -= fixpoint_mul(stru_5C6E00->Cos(angle), pParty->uWalkSpeed * fBackwardWalkSpeedMultiplier);
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6217 v1 -= fixpoint_mul(stru_5C6E00->Sin(angle), pParty->uWalkSpeed * fBackwardWalkSpeedMultiplier);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6218 party_walking_flag = true;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6219 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6220 case PARTY_RunForward:
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6221 v2 += fixpoint_mul(stru_5C6E00->Cos(angle), 2 * pParty->uWalkSpeed * fWalkSpeedMultiplier);
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6222 v1 += fixpoint_mul(stru_5C6E00->Sin(angle), 2 * pParty->uWalkSpeed * fWalkSpeedMultiplier);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6223 party_running_flag = true;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6224 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6225 case PARTY_RunBackward:
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6226 //v32 = stru_5C6E00->SinCos(angle);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6227 //v33 = (double)v81;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6228 //v88 = (double)v81;
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6229 v2 -= fixpoint_mul(stru_5C6E00->Cos(angle), pParty->uWalkSpeed * fBackwardWalkSpeedMultiplier);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6230 //v34 = stru_5C6E00->SinCos(angle - stru_5C6E00->uIntegerHalfPi);
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6231 v1 -= fixpoint_mul(stru_5C6E00->Sin(angle), pParty->uWalkSpeed * fBackwardWalkSpeedMultiplier);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6232 party_running_flag = true;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6233 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6234 case PARTY_LookUp:
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6235 _view_angle += (signed __int64)(flt_6BE150_look_up_down_dangle * 25.0);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6236 if ( _view_angle > 128 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6237 _view_angle = 128;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6238 if ( uActiveCharacter )
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6239 pPlayers[uActiveCharacter]->PlaySound((PlayerSpeech)SPEECH_63, 0);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6240 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6241 case PARTY_LookDown:
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6242 _view_angle += (signed __int64)(flt_6BE150_look_up_down_dangle * -25.0);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6243 if ( _view_angle < -128 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6244 _view_angle = -128;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6245 if ( uActiveCharacter )
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6246 pPlayers[uActiveCharacter]->PlaySound((PlayerSpeech)SPEECH_64, 0);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6247 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6248 case PARTY_CenterView:
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6249 _view_angle = 0;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6250 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6251 case PARTY_Jump:
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6252 if ( (!bJumping || party_z <= floor_level + 6 && pParty->uFallSpeed <= 0) && pParty->field_24 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6253 {
2160
c68723f7b522 for 3DSoundProvider
Ritor1
parents: 2154
diff changeset
6254 bJumping = true;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6255 pParty->uFallSpeed = (signed __int64)((double)(pParty->field_24 << 6) * 1.5 + (double)pParty->uFallSpeed);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6256 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6257 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6258 default:
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6259 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6260 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6261 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6262 pParty->sRotationY = angle;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6263 pParty->sRotationX = _view_angle;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6264 if ( bJumping )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6265 {
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6266 pParty->uFallSpeed += -2 * pEventTimer->uTimeElapsed * GetGravityStrength();
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6267 if ( bJumping && pParty->uFallSpeed <= 0 )
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6268 {
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6269 if ( pParty->uFallSpeed < -500 && !pParty->bFlying )
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6270 {
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6271 for ( uint pl = 1; pl <= 4; pl++ )
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6272 {
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6273 if ( !pPlayers[pl]->HasEnchantedItemEquipped(72)
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6274 && !pPlayers[pl]->WearsItem(ITEM_ARTIFACT_HERMES_SANDALS, EQUIP_BOOTS) ) //was 8
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6275 pPlayers[pl]->PlayEmotion(CHARACTER_EXPRESSION_SCARED, 0);
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6276 }
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6277 }
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6278 }
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6279 else
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6280 pParty->uFallStartY = party_z;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6281 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6282 else
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6283 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6284 if ( pIndoor->pFaces[uFaceID].pFacePlane_old.vNormal.z < 32768 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6285 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6286 pParty->uFallSpeed -= pEventTimer->uTimeElapsed * GetGravityStrength();
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6287 pParty->uFallStartY = party_z;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6288 }
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6289 else
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6290 {
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6291 if (! (pParty->uFlags & PARTY_FLAGS_1_LANDING) )
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6292 pParty->uFallSpeed = 0;
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6293 pParty->uFallStartY = party_z;
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6294 }
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6295 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6296 if ( v2 * v2 + v1 * v1 < 400 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6297 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6298 v1 = 0;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6299 v2 = 0;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6300 }
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6301
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6302 stru_721530.field_84 = -1;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6303 stru_721530.field_70 = 0;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6304 stru_721530.prolly_normal_d = pParty->field_14_radius;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6305 stru_721530.field_8_radius = pParty->field_14_radius / 2;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6306 stru_721530.field_0 = 1;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6307 stru_721530.height = pParty->uPartyHeight - 32;
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6308 for ( uint i = 0; i < 100; i++ )
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6309 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6310 new_party_z = party_z;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6311 stru_721530.position.x = new_party_x;
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6312 stru_721530.position.y = new_party_y;
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6313 stru_721530.position.z = stru_721530.height + party_z + 1;
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6314
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6315 stru_721530.normal.x = new_party_x;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6316 stru_721530.normal.y = new_party_y;
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6317 stru_721530.normal.z = stru_721530.prolly_normal_d + party_z + 1;
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6318
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6319 stru_721530.velocity.x = v2;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6320 stru_721530.velocity.y = v1;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6321 stru_721530.velocity.z = pParty->uFallSpeed;
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6322
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6323 stru_721530.uSectorID = uSectorID;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6324 v38 = 0;
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6325 if ( pParty->bTurnBasedModeOn == true && pTurnEngine->turn_stage == 3 )
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6326 v38 = 13312;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6327 if ( stru_721530._47050A(v38) )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6328 break;
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6329 for ( uint j = 0; j < 100; ++j )
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6330 {
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6331 _46E44E_collide_against_faces_and_portals(1);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6332 _46E0B2_collide_against_decorations();
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6333 for ( v80 = 0; v80 < (signed int)uNumActors; ++v80 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6334 Actor::_46DF1A_collide_against_actor(v80, 0);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6335 if ( _46F04E_collide_against_portals() )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6336 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6337 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6338 if ( stru_721530.field_7C >= stru_721530.field_6C )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6339 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6340 v39 = stru_721530.normal2.x;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6341 uSectorID = stru_721530.normal2.y;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6342 v40 = stru_721530.normal2.z - stru_721530.prolly_normal_d - 1;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6343 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6344 else
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6345 {
2164
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
6346 v39 = new_party_x + fixpoint_mul(stru_721530.field_7C, stru_721530.direction.x);
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
6347 uSectorID = new_party_y + fixpoint_mul(stru_721530.field_7C, stru_721530.direction.y);
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
6348 v40 = new_party_z + fixpoint_mul(stru_721530.field_7C, stru_721530.direction.z);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6349 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6350 v42 = collide_against_floor(v39, uSectorID, v40 + 40, &stru_721530.uSectorID, &uFaceID);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6351 if ( v42 == -30000 || v42 - new_party_z > 128 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6352 return;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6353 if ( stru_721530.field_7C >= stru_721530.field_6C )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6354 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6355 new_party_x = stru_721530.normal2.x;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6356 new_party_y = stru_721530.normal2.y;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6357 new_party_z = stru_721530.normal2.z - stru_721530.prolly_normal_d - 1;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6358 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6359 }
2164
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
6360 new_party_x += fixpoint_mul(stru_721530.field_7C, stru_721530.direction.x);
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
6361 new_party_y += fixpoint_mul(stru_721530.field_7C, stru_721530.direction.y);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6362 uSectorID = stru_721530.uSectorID;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6363 stru_721530.field_70 += stru_721530.field_7C;
2164
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
6364 unsigned long long v87 = new_party_z + fixpoint_mul(stru_721530.field_7C, stru_721530.direction.z);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6365 if ( PID_TYPE(stru_721530.uFaceID) == OBJECT_Actor)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6366 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6367 if ( SHIDWORD(pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].uExpireTime) >= 0
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6368 && (SHIDWORD(pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].uExpireTime) > 0 || LODWORD(pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].uExpireTime)) )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6369 pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].Reset();
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6370 viewparams->bRedrawGameUI = true;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6371 }
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6372 else if ( PID_TYPE(stru_721530.uFaceID) == OBJECT_Decoration)
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6373 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6374 v54 = stru_5C6E00->Atan2(new_party_x - pLevelDecorations[stru_721530.uFaceID >> 3].vPosition.x,
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6375 new_party_y - pLevelDecorations[stru_721530.uFaceID >> 3].vPosition.y);
2164
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
6376 v2 = fixpoint_mul(stru_5C6E00->Cos(v54), integer_sqrt(v2 * v2 + v1 * v1));
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
6377 v1 = fixpoint_mul(stru_5C6E00->Sin(v54), integer_sqrt(v2 * v2 + v1 * v1));
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6378 }
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6379 else if ( PID_TYPE(stru_721530.uFaceID) == OBJECT_BModel)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6380 {
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6381 pFace = &pIndoor->pFaces[(signed int)stru_721530.uFaceID >> 3];
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6382 if ( pFace->uPolygonType == POLYGON_Floor )
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6383 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6384 if ( pParty->uFallSpeed < 0 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6385 pParty->uFallSpeed = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6386 v87 = pIndoor->pVertices[*pFace->pVertexIDs].z + 1;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6387 if ( pParty->uFallStartY - v87 < 512 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6388 pParty->uFallStartY = v87;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6389 if ( v2 * v2 + v1 * v1 < 400 )
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6390 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6391 v1 = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6392 v2 = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6393 }
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6394 if ( pParty->floor_face_pid != PID_ID(stru_721530.uFaceID) && pFace->Pressure_Plate() )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6395 uFaceEvent = pIndoor->pFaceExtras[pFace->uFaceExtraID].uEventID;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6396 }
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6397 else
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6398 {
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6399 v46 = pParty->uFallSpeed * pFace->pFacePlane_old.vNormal.z;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6400 if ( pFace->uPolygonType != POLYGON_InBetweenFloorAndWall )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6401 {
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6402 v80 = abs(v1 * pFace->pFacePlane_old.vNormal.y + v46 + v2 * pFace->pFacePlane_old.vNormal.x) >> 16;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6403 if ((stru_721530.speed >> 3) > v80 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6404 v80 = stru_721530.speed >> 3;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6405 v2 += fixpoint_mul(v80, pFace->pFacePlane_old.vNormal.x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6406 v1 += fixpoint_mul(v80, pFace->pFacePlane_old.vNormal.y);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6407 pParty->uFallSpeed += fixpoint_mul(v80, pFace->pFacePlane_old.vNormal.z);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6408 //v80 = pFace->pFacePlane_old.vNormal.y;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6409 v52 = stru_721530.prolly_normal_d - ((pFace->pFacePlane_old.dist
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6410 + v87 * pFace->pFacePlane_old.vNormal.z
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6411 + new_party_y * pFace->pFacePlane_old.vNormal.y
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6412 + new_party_x * pFace->pFacePlane_old.vNormal.x) >> 16);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6413 if ( v52 > 0 )
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6414 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6415 new_party_x += fixpoint_mul(v52, pFace->pFacePlane_old.vNormal.x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6416 new_party_y += fixpoint_mul(v52, pFace->pFacePlane_old.vNormal.y);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6417 v87 += fixpoint_mul(v52, pFace->pFacePlane_old.vNormal.z);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6418 }
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
6419 if ( pParty->floor_face_pid != PID_ID(stru_721530.uFaceID) && pFace->Pressure_Plate() )
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6420 uFaceEvent = pIndoor->pFaceExtras[pFace->uFaceExtraID].uEventID;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6421 }
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6422 if ( pFace->uPolygonType == POLYGON_InBetweenFloorAndWall )
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6423 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6424 v80 = abs(v1 * pFace->pFacePlane_old.vNormal.y + v46 + v2 * pFace->pFacePlane_old.vNormal.x) >> 16;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6425 if ((stru_721530.speed >> 3) > v80 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6426 v80 = stru_721530.speed >> 3;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6427 v2 += fixpoint_mul(v80, pFace->pFacePlane_old.vNormal.x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6428 v1 += fixpoint_mul(v80, pFace->pFacePlane_old.vNormal.y);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6429 pParty->uFallSpeed += fixpoint_mul(v80, pFace->pFacePlane_old.vNormal.z);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6430 if ( v2 * v2 + v1 * v1 >= 400 )
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6431 {
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
6432 if ( pParty->floor_face_pid != PID_ID(stru_721530.uFaceID) && pFace->Pressure_Plate() )
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6433 uFaceEvent = pIndoor->pFaceExtras[pFace->uFaceExtraID].uEventID;
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6434 }
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6435 else
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6436 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6437 v2 = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6438 v1 = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6439 pParty->uFallSpeed = 0;
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6440 }
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
6441 }
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6442 }
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6443 }
2164
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
6444 v2 = fixpoint_mul(58500, v2);
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
6445 v1 = fixpoint_mul(58500, v1);
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
6446 pParty->uFallSpeed = fixpoint_mul(58500, pParty->uFallSpeed);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6447 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6448
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6449 // //Воспроизведение звуков ходьбы/бега-------------------------
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6450 uint pX_ = pParty->vPosition.x - new_party_x;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6451 uint pY_ = pParty->vPosition.y - new_party_y;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6452 uint pZ_ = pParty->vPosition.z - new_party_z;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6453 if ( bWalkSound && pParty->walk_sound_timer <= 0 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6454 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6455 pAudioPlayer->_4AA258(804);//stop sound
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6456 if ( party_running_flag && (!bJumping || jumping_up) ) //для бега
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6457 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6458 if ( integer_sqrt(pX_ * pX_ + pY_ * pY_ + pZ_ * pZ_) >= 16 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6459 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6460 if ( on_water )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6461 pAudioPlayer->PlaySound(SOUND_RunAlongWater, 804, 1, -1, 0, 0, 0, 0);
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6462 else if ( pIndoor->pFaces[uFaceID].uAttributes & FACE_UNKNOW6 )//по ковру
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6463 pAudioPlayer->PlaySound((SoundID)50, 804, 1, -1, 0, 0, 0, 0);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6464 else
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6465 pAudioPlayer->PlaySound(SOUND_RunAlong3DModel, 804, 1, -1, 0, 0, 0, 0);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6466 pParty->walk_sound_timer = 64;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6467 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6468 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6469 else if ( party_walking_flag && (!bJumping || jumping_up) )//для ходьбы
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6470 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6471 if ( integer_sqrt(pX_ * pX_ + pY_ * pY_ + pZ_ * pZ_) >= 8 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6472 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6473 if ( on_water )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6474 pAudioPlayer->PlaySound(SOUND_WalkAlongWater, 804, 1, -1, 0, 0, 0, 0);
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6475 else if ( pIndoor->pFaces[uFaceID].uAttributes & FACE_UNKNOW6 )//по ковру
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6476 pAudioPlayer->PlaySound((SoundID)89, 804, 1, -1, 0, 0, 0, 0);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6477 else
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6478 pAudioPlayer->PlaySound(SOUND_WalkAlong3DModel, 804, 1, -1, 0, 0, 0, 0);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6479 pParty->walk_sound_timer = 64;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6480 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6481 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6482 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6483 if ( integer_sqrt(pX_ * pX_ + pY_ * pY_ + pZ_ * pZ_) < 8 )//отключить звук ходьбы при остановке
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6484 pAudioPlayer->_4AA258(804);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6485 //-------------------------------------------------------------
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6486 if ( !bJumping || jumping_up )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6487 pParty->uFlags &= ~PARTY_FLAGS_1_FALLING;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6488 else
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6489 pParty->uFlags |= PARTY_FLAGS_1_FALLING;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6490 pParty->uFlags &= ~0x200;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6491 pParty->vPosition.x = new_party_x;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6492 pParty->vPosition.z = new_party_z;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6493 pParty->vPosition.y = new_party_y;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6494 //pParty->uFallSpeed = v89;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
6495 if ( !bJumping && pIndoor->pFaces[uFaceID].uAttributes & FACE_UNKNOW5 )
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6496 pParty->uFlags |= 0x200;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6497 if (uFaceEvent)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6498 EventProcessor(uFaceEvent, 0, 1);
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6499 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6500
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6501 //----- (00449A49) --------------------------------------------------------
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6502 void Door_switch_animation(unsigned int uDoorID, int a2)
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6503 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6504 int old_state; // eax@1
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6505 signed int door_id; // esi@2
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6506
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6507 if ( !pIndoor->pDoors )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6508 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6509 for ( door_id = 0; door_id < 200; ++door_id )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6510 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6511 if ( pIndoor->pDoors[door_id].uDoorID == uDoorID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6512 break;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6513 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6514 if ( door_id >= 200 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6515 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6516 Error("Unable to find Door ID: %i!", uDoorID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6517 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6518 old_state = pIndoor->pDoors[door_id].uState;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6519 //old_state: 0 - в нижнем положении/закрыто
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6520 // 2 - в верхнем положении/открыто,
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6521 //a2: 1 - открыть
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6522 // 2 - опустить/поднять
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6523 if ( a2 == 2 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6524 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6525 if ( pIndoor->pDoors[door_id].uState == BLVDoor::Closing || pIndoor->pDoors[door_id].uState == BLVDoor::Opening )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6526 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6527 if ( pIndoor->pDoors[door_id].uState )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6528 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6529 if ( pIndoor->pDoors[door_id].uState != BLVDoor::Closed && pIndoor->pDoors[door_id].uState != BLVDoor::Closing )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6530 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6531 pIndoor->pDoors[door_id].uState = BLVDoor::Closing;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6532 if ( old_state == BLVDoor::Open )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6533 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6534 pIndoor->pDoors[door_id].uTimeSinceTriggered = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6535 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6536 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6537 if ( pIndoor->pDoors[door_id].uTimeSinceTriggered != 15360 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6538 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6539 pIndoor->pDoors[door_id].uTimeSinceTriggered = (pIndoor->pDoors[door_id].uMoveLength << 7) / pIndoor->pDoors[door_id].uOpenSpeed
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6540 - ((signed int)(pIndoor->pDoors[door_id].uTimeSinceTriggered * pIndoor->pDoors[door_id].uCloseSpeed)
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6541 / 128 << 7) / pIndoor->pDoors[door_id].uOpenSpeed;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6542 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6543 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6544 pIndoor->pDoors[door_id].uTimeSinceTriggered = 15360;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6545 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6546 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6547 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6548 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6549 else
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6550 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6551 if ( a2 == 0 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6552 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6553 if ( pIndoor->pDoors[door_id].uState != BLVDoor::Closed && pIndoor->pDoors[door_id].uState != BLVDoor::Closing )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6554 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6555 pIndoor->pDoors[door_id].uState = BLVDoor::Closing;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6556 if ( old_state == BLVDoor::Open )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6557 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6558 pIndoor->pDoors[door_id].uTimeSinceTriggered = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6559 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6560 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6561 if ( pIndoor->pDoors[door_id].uTimeSinceTriggered != 15360 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6562 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6563 pIndoor->pDoors[door_id].uTimeSinceTriggered = (pIndoor->pDoors[door_id].uMoveLength << 7) / pIndoor->pDoors[door_id].uOpenSpeed
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6564 - ((signed int)(pIndoor->pDoors[door_id].uTimeSinceTriggered * pIndoor->pDoors[door_id].uCloseSpeed)
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6565 / 128 << 7) / pIndoor->pDoors[door_id].uOpenSpeed;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6566 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6567 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6568 pIndoor->pDoors[door_id].uTimeSinceTriggered = 15360;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6569 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6570 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6571 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6572 if ( a2 != 1 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6573 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6574 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6575 if ( old_state != BLVDoor::Open && old_state != BLVDoor::Opening )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6576 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6577 pIndoor->pDoors[door_id].uState = BLVDoor::Opening;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6578 if ( old_state == BLVDoor::Closed )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6579 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6580 pIndoor->pDoors[door_id].uTimeSinceTriggered = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6581 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6582 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6583 if ( pIndoor->pDoors[door_id].uTimeSinceTriggered != 15360 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6584 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6585 pIndoor->pDoors[door_id].uTimeSinceTriggered = (pIndoor->pDoors[door_id].uMoveLength << 7) / pIndoor->pDoors[door_id].uCloseSpeed
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6586 - ((signed int)(pIndoor->pDoors[door_id].uTimeSinceTriggered * pIndoor->pDoors[door_id].uOpenSpeed)
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6587 / 128 << 7) / pIndoor->pDoors[door_id].uCloseSpeed;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6588 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6589 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6590 pIndoor->pDoors[door_id].uTimeSinceTriggered = 15360;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6591 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6592 return;
0
Ritor1
parents:
diff changeset
6593 }