annotate Indoor.cpp @ 2471:b61ebbb46ace

VS 2010 filters
author Ritor1
date Mon, 18 Aug 2014 22:24:00 +0600
parents b054ea5daf45
children e42e01ff1526
rev   line source
2415
f4af3b203f65 LOD.cpp cleaned and search memory corrupt
Ritor1
parents: 2402
diff changeset
1 #define _CRTDBG_MAP_ALLOC
f4af3b203f65 LOD.cpp cleaned and search memory corrupt
Ritor1
parents: 2402
diff changeset
2 #include <stdlib.h>
f4af3b203f65 LOD.cpp cleaned and search memory corrupt
Ritor1
parents: 2402
diff changeset
3 #include <crtdbg.h>
f4af3b203f65 LOD.cpp cleaned and search memory corrupt
Ritor1
parents: 2402
diff changeset
4
2253
aff7a7b072b7 adding _CRT_SECURE_NO_WARNINGS to get rid of a few hundrer annoying warnings + adding count parameter to swprintf
Grumpy7
parents: 2242
diff changeset
5 #define _CRT_SECURE_NO_WARNINGS
2336
d6887ee81068 header file include cleanup
Grumpy7
parents: 2334
diff changeset
6 #include "ErrorHandling.h"
2352
8a49cf25fb88 Moving zlib wrappers to separate headers
Grumpy7
parents: 2348
diff changeset
7 #include "ZlibWrapper.h"
2464
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
8
1016
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 945
diff changeset
9 #include "LightmapBuilder.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 945
diff changeset
10 #include "DecalBuilder.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 945
diff changeset
11 #include "stru9.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 945
diff changeset
12 #include "stru10.h"
1078
b44dee7e70e8 added a structure for 0x50B700-0x50BBB8
zipi
parents: 1074
diff changeset
13 #include "stru367.h"
1016
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 945
diff changeset
14
0
Ritor1
parents:
diff changeset
15 #include "Outdoor.h"
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 486
diff changeset
16 #include "SpriteObject.h"
0
Ritor1
parents:
diff changeset
17 #include "Events.h"
Ritor1
parents:
diff changeset
18 #include "Game.h"
Ritor1
parents:
diff changeset
19 #include "Viewport.h"
2044
28cb79ae2f6f Time.h rename
Ritor1
parents: 2037
diff changeset
20 #include "Timer.h"
0
Ritor1
parents:
diff changeset
21 #include "Party.h"
2037
7a9477135943 Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents: 2027
diff changeset
22 #include "OurMath.h"
0
Ritor1
parents:
diff changeset
23 #include "LOD.h"
Ritor1
parents:
diff changeset
24 #include "DecorationList.h"
Ritor1
parents:
diff changeset
25 #include "ObjectList.h"
Ritor1
parents:
diff changeset
26 #include "Actor.h"
Ritor1
parents:
diff changeset
27 #include "Chest.h"
Ritor1
parents:
diff changeset
28 #include "GUIProgressBar.h"
Ritor1
parents:
diff changeset
29 #include "stru123.h"
Ritor1
parents:
diff changeset
30 #include "AudioPlayer.h"
Ritor1
parents:
diff changeset
31 #include "Log.h"
Ritor1
parents:
diff changeset
32 #include "TurnEngine.h"
Ritor1
parents:
diff changeset
33 #include "PaletteManager.h"
1262
0aeac0b9ca30 included header cleanup
Grumpy7
parents: 1254
diff changeset
34 #include "Lights.h"
0
Ritor1
parents:
diff changeset
35
831
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
36 #include "MM7.h"
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
37 #include "Sprites.h"
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
38 #include "stru6.h"
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
39 #include "ParticleEngine.h"
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
40 #include "texts.h"
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
41 #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
42 #include "Level/Decoration.h"
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
43 #include "Overlays.h"
0
Ritor1
parents:
diff changeset
44
Ritor1
parents:
diff changeset
45
Ritor1
parents:
diff changeset
46
Ritor1
parents:
diff changeset
47 IndoorLocation *pIndoor = new IndoorLocation;
Ritor1
parents:
diff changeset
48 BLVRenderParams *pBLVRenderParams = new BLVRenderParams;
Ritor1
parents:
diff changeset
49
Ritor1
parents:
diff changeset
50
Ritor1
parents:
diff changeset
51 LEVEL_TYPE uCurrentlyLoadedLevelType = LEVEL_null;
Ritor1
parents:
diff changeset
52
Ritor1
parents:
diff changeset
53 stru320 stru_F8AD28; // idb
Ritor1
parents:
diff changeset
54 stru337 stru_F81018;
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
55 BspRenderer_PortalViewportData stru_F8A590;
0
Ritor1
parents:
diff changeset
56 BspRenderer *pBspRenderer = new BspRenderer; // idb
1546
9a6567c6c76c stru141 & misc cleaning
Nomad
parents: 1545
diff changeset
57 stru141_actor_collision_object stru_721530;
1202
0dbf6c4dd029 arrays to std::arrays phase 1
Grumpy7
parents: 1187
diff changeset
58 std::array<stru352, 480> stru_F83B80;
0
Ritor1
parents:
diff changeset
59
Ritor1
parents:
diff changeset
60
Ritor1
parents:
diff changeset
61
Ritor1
parents:
diff changeset
62 unsigned __int16 pDoorSoundIDsByLocationID[78] =
Ritor1
parents:
diff changeset
63 {
Ritor1
parents:
diff changeset
64 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300,
Ritor1
parents:
diff changeset
65 300, 300, 300, 404, 302, 306, 308, 304, 308, 302, 400, 302, 300,
Ritor1
parents:
diff changeset
66 308, 308, 306, 308, 308, 304, 300, 404, 406, 300, 400, 406, 404,
Ritor1
parents:
diff changeset
67 306, 302, 408, 304, 300, 300, 300, 300, 300, 300, 300, 300, 300,
Ritor1
parents:
diff changeset
68 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 300, 404, 304,
Ritor1
parents:
diff changeset
69 400, 300, 300, 404, 304, 400, 300, 300, 404, 304, 400, 300, 300
Ritor1
parents:
diff changeset
70 };
Ritor1
parents:
diff changeset
71
Ritor1
parents:
diff changeset
72
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1202
diff changeset
73 std::array<const char *, 11> _4E6BDC_loc_names=
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
74 {
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
75 "mdt12.blv",
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
76 "d18.blv",
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
77 "mdt14.blv",
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
78 "d37.blv",
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
79 "mdk01.blv",
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
80 "mdt01.blv",
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
81 "mdr01.blv",
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
82 "mdt10.blv",
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
83 "mdt09.blv",
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
84 "mdt15.blv",
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
85 "mdt11.blv"
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
86 };
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
87
0
Ritor1
parents:
diff changeset
88
Ritor1
parents:
diff changeset
89 //----- (0043F39E) --------------------------------------------------------
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
90 void __fastcall PrepareDrawLists_BLV()
0
Ritor1
parents:
diff changeset
91 {
Ritor1
parents:
diff changeset
92 int v5; // eax@4
Ritor1
parents:
diff changeset
93 unsigned int v7; // ebx@8
Ritor1
parents:
diff changeset
94 BLVSector *v8; // esi@8
Ritor1
parents:
diff changeset
95
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
96 pBLVRenderParams->Reset();
0
Ritor1
parents:
diff changeset
97 pMobileLightsStack->uNumLightsActive = 0;
Ritor1
parents:
diff changeset
98 //uNumMobileLightsApplied = 0;
Ritor1
parents:
diff changeset
99 uNumDecorationsDrawnThisFrame = 0;
Ritor1
parents:
diff changeset
100 uNumSpritesDrawnThisFrame = 0;
Ritor1
parents:
diff changeset
101 uNumBillboardsToDraw = 0;
707
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
102
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
103 if ( !byte_4D864C || !(pGame->uFlags & 0x1000) ) // lightspot around party
0
Ritor1
parents:
diff changeset
104 {
Ritor1
parents:
diff changeset
105 //v2 = pParty->flt_TorchlightColorB + 6.7553994e15;
Ritor1
parents:
diff changeset
106 //v11 = LOBYTE(v2);
Ritor1
parents:
diff changeset
107 v5 = 800;
Ritor1
parents:
diff changeset
108 if (pParty->TorchlightActive())
707
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
109 v5 *= pParty->pPartyBuffs[PARTY_BUFF_TORCHLIGHT].uPower;
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
110 //LOBYTE(v1) = _4E94D0_light_type;
0
Ritor1
parents:
diff changeset
111 //v4 = pParty->flt_TorchlightColorR + 6.7553994e15;
Ritor1
parents:
diff changeset
112 //v3 = pParty->flt_TorchlightColorG + 6.7553994e15;
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
113 pMobileLightsStack->AddLight(pGame->pIndoorCameraD3D->vPartyPos.x,
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
114 pGame->pIndoorCameraD3D->vPartyPos.y,
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
115 pGame->pIndoorCameraD3D->vPartyPos.z,
707
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
116 pBLVRenderParams->uPartySectorID,
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
117 v5,
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
118 floorf(pParty->flt_TorchlightColorR + 0.5f),
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
119 floorf(pParty->flt_TorchlightColorG + 0.5f),
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
120 floorf(pParty->flt_TorchlightColorB + 0.5f),
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
121 _4E94D0_light_type);
0
Ritor1
parents:
diff changeset
122 }
Ritor1
parents:
diff changeset
123 PrepareBspRenderList_BLV();
Ritor1
parents:
diff changeset
124 PrepareItemsRenderList_BLV();
Ritor1
parents:
diff changeset
125 PrepareActorRenderList_BLV();
707
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
126
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
127 for (uint i = 0; i < pBspRenderer->uNumVisibleNotEmptySectors; ++i)
0
Ritor1
parents:
diff changeset
128 {
707
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
129 v7 = pBspRenderer->pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[i];
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
130 v8 = &pIndoor->pSectors[pBspRenderer->pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[i]];
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
131
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
132 for (uint j = 0; j < v8->uNumDecorations; ++j)
436ae1842e92 Decorations in blv
Nomad
parents: 692
diff changeset
133 PrepareDecorationsRenderList_BLV(v8->pDecorationIDs[j], v7);
0
Ritor1
parents:
diff changeset
134 }
657
7747161ea5b5 RenderBillboard member rename
Nomad
parents: 618
diff changeset
135 FindBillboardsLightLevels_BLV();
0
Ritor1
parents:
diff changeset
136 pGame->PrepareBloodsplats();
Ritor1
parents:
diff changeset
137 }
Ritor1
parents:
diff changeset
138
Ritor1
parents:
diff changeset
139 //----- (004407D9) --------------------------------------------------------
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
140 void BLVRenderParams::Reset()
0
Ritor1
parents:
diff changeset
141 {
Ritor1
parents:
diff changeset
142 int v7; // eax@1
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
143 // int v8; // ST08_4@2
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
144 // int v9; // ST04_4@2
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
145 // int v10; // ST00_4@2
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
146 // double v17; // st7@5
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
147 // int v18; // eax@5
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
148 // double v19; // st7@5
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
149 // int v20; // eax@5
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
150 // double v21; // st7@5
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
151 // int v22; // eax@5
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
152 // unsigned int v23; // edx@5
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
153 // unsigned int v24; // ecx@5
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
154 // int v25; // eax@5
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
155 // int v26; // eax@5
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
156 // signed int v27; // eax@6
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
157 // int v29; // [sp+24h] [bp+8h]@5
0
Ritor1
parents:
diff changeset
158
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
159 this->field_0_timer_ = pEventTimer->uTotalGameTimeElapsed;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
160
1642
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
161 pGame->pIndoorCameraD3D->debug_flags = 0;
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
162 if (viewparams->draw_sw_outlines)
1642
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
163 pGame->pIndoorCameraD3D->debug_flags |= BLV_RENDER_DRAW_SW_OUTLINES;
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
164 if (viewparams->draw_d3d_outlines)
1642
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
165 pGame->pIndoorCameraD3D->debug_flags |= BLV_RENDER_DRAW_D3D_OUTLINES;
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
166
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
167 //v2 = a2;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
168 //this->field_0_timer_ = a2->field_0_timer;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
169 //this->uFlags = a2->uFlags;
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
170 //this->vPartyPos.x = a2->vPosition.x;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
171 //this->vPartyPos.y = a2->vPosition.y;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
172 //this->vPartyPos.z = a2->vPosition.z;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
173 //v4 = this->vPartyPos.z;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
174 //v5 = this->vPartyPos.y;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
175 //this->sPartyRotY = a2->sRotationY;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
176 //v6 = this->vPartyPos.x;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
177 //this->sPartyRotX = a2->sRotationX;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
178 v7 = pIndoor->GetSector(pGame->pIndoorCameraD3D->vPartyPos.x,
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
179 pGame->pIndoorCameraD3D->vPartyPos.y,
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
180 pGame->pIndoorCameraD3D->vPartyPos.z);
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
181 this->uPartySectorID = v7;
0
Ritor1
parents:
diff changeset
182 if ( !v7 )
Ritor1
parents:
diff changeset
183 {
1983
5cd26f2c6904 small fix
Ritor1
parents: 1980
diff changeset
184 //__debugbreak(); // shouldnt happen, please provide savegame
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
185 /*v8 = this->vPartyPos.z;
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
186 this->vPartyPos.x = pParty->vPosition.x;
0
Ritor1
parents:
diff changeset
187 v9 = pParty->vPosition.y;
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
188 v10 = this->vPartyPos.x;
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
189 this->vPartyPos.y = pParty->vPosition.y;*/
1983
5cd26f2c6904 small fix
Ritor1
parents: 1980
diff changeset
190 this->uPartySectorID = pIndoor->GetSector(pParty->vPosition.x, pParty->vPosition.y, pParty->vPosition.z);
0
Ritor1
parents:
diff changeset
191 }
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
192 //if ( pRenderer->pRenderD3D )
0
Ritor1
parents:
diff changeset
193 {
1642
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
194 //this->sCosineY = stru_5C6E00->Cos(pGame->pIndoorCameraD3D->sRotationY);
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
195 //this->sSineY = stru_5C6E00->Sin(pGame->pIndoorCameraD3D->sRotationY);
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
196 //this->sCosineNegX = stru_5C6E00->Cos(-pGame->pIndoorCameraD3D->sRotationX);
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
197 //this->sSineNegX = stru_5C6E00->Sin(-pGame->pIndoorCameraD3D->sRotationX);
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
198 //this->fCosineY = cos((3.141592653589793 + 3.141592653589793) * (double)pGame->pIndoorCameraD3D->sRotationY * 0.00048828125);
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
199 //this->fSineY = sin((3.141592653589793 + 3.141592653589793) * (double)pGame->pIndoorCameraD3D->sRotationY * 0.00048828125);
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
200 //this->fCosineNegX = cos((3.141592653589793 + 3.141592653589793) * (double)-pGame->pIndoorCameraD3D->sRotationX * 0.00048828125);
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
201 //this->fSineNegX = sin((3.141592653589793 + 3.141592653589793) * (double)-pGame->pIndoorCameraD3D->sRotationX * 0.00048828125);
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2144
diff changeset
202 this->field_64 = pViewport->field_of_view;
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
203
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
204 this->uViewportX = pViewport->uScreen_TL_X;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
205 this->uViewportY = pViewport->uScreen_TL_Y;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
206 this->uViewportZ = pViewport->uScreen_BR_X;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
207 this->uViewportW = pViewport->uScreen_BR_Y;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
208
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
209 this->uViewportWidth = uViewportZ - uViewportX + 1;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
210 this->uViewportHeight = uViewportW - uViewportY + 1;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
211 this->uViewportCenterX = (uViewportZ + uViewportX) / 2;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
212 this->uViewportCenterY = (uViewportY + uViewportW) / 2;
0
Ritor1
parents:
diff changeset
213 }
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
214 /*else
0
Ritor1
parents:
diff changeset
215 {
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
216 __debugbreak(); // no sw
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
217 this->sCosineY = stru_5C6E00->Cos(-this->sPartyRotY);
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
218 this->sSineY = stru_5C6E00->Sin(-this->sPartyRotY);
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
219 this->sCosineNegX = stru_5C6E00->Cos(-this->sPartyRotX);
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
220 this->sSineNegX = stru_5C6E00->Sin(-this->sPartyRotX);
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
221 v17 = cos((double)-this->sPartyRotY * 0.0030664064);
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
222 v18 = this->sPartyRotY;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
223 this->fCosineY = v17;
0
Ritor1
parents:
diff changeset
224 v19 = sin((double)-v18 * 0.0030664064);
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
225 v20 = this->sPartyRotX;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
226 this->fSineY = v19;
0
Ritor1
parents:
diff changeset
227 v21 = cos((double)-v20 * 0.0030664064);
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
228 v22 = this->sPartyRotX;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
229 this->fCosineNegX = v21;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
230 this->fSineNegX = sin((double)-v22 * 0.0030664064);
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
231 v23 = this->uViewportX;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
232 this->field_64 = a2->field_3C;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
233 v24 = this->uViewportZ;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
234 this->field_70 = this->uViewportZ - v23 + 1;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
235 v25 = this->uViewportW - this->uViewportY + 1;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
236 this->uViewportHeight = v25;
0
Ritor1
parents:
diff changeset
237 v29 = v25;
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
238 v26 = this->field_64;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
239 this->uViewportCenterX = (signed int)(v24 + v23) >> 1;
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
240 this->uViewportCenterY = this->uViewportW - ((unsigned __int64)(v26 * (signed __int64)v29) >> 16);
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
241 }*/
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
242 //v27 = (unsigned int)(signed __int64)((double)this->uViewportWidth * 0.5
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
243 // / tan((double)(v2->fov_deg >> 1) * 0.01745329)
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
244 // + 0.5) << 16;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
245 extern float _calc_fov(int viewport_width, int angle_degree);
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
246 this->fov_rad_fixpoint = fixpoint_from_int(_calc_fov(uViewportWidth, 65), 0);
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
247 this->fov_rad_inv_fixpoint = 0x100000000i64 / this->fov_rad_fixpoint;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
248 this->pRenderTarget = pRenderer->pTargetSurface;
2215
e9625ad08541 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents: 2208
diff changeset
249 this->uTargetWidth = window->GetWidth();
e9625ad08541 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents: 2208
diff changeset
250 this->uTargetHeight = window->GetHeight();
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
251 this->pTargetZBuffer = pRenderer->pActiveZBuffer;
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
252 this->field_8C = 0;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
253 this->field_84 = 0;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
254 this->uNumFacesRenderedThisFrame = 0;
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
255 this->field_88 = 0;
0
Ritor1
parents:
diff changeset
256 pBLVRenderParams->field_90 = 64;
Ritor1
parents:
diff changeset
257 pBLVRenderParams->field_94 = 6;
Ritor1
parents:
diff changeset
258 }
Ritor1
parents:
diff changeset
259
Ritor1
parents:
diff changeset
260 //----- (00440B44) --------------------------------------------------------
Ritor1
parents:
diff changeset
261 void IndoorLocation::ExecDraw(bool bD3D)
Ritor1
parents:
diff changeset
262 {
Ritor1
parents:
diff changeset
263 if (bD3D)
Ritor1
parents:
diff changeset
264 {
Ritor1
parents:
diff changeset
265 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
266 for (uint i = 0; i < pBspRenderer->num_faces; ++i)
0
Ritor1
parents:
diff changeset
267 {
1187
02e2a5c1ebc0 BspRernderer refactoring continued
Ritor1
parents: 1167
diff changeset
268 if (pBspRenderer->nodes[pBspRenderer->faces[i].uNodeID].viewing_portal_id == -1)
795
472ca68386d4 more stru10 & stru9
Nomad
parents: 794
diff changeset
269 IndoorLocation::ExecDraw_d3d(pBspRenderer->faces[i].uFaceID, nullptr, 4, nullptr);
1187
02e2a5c1ebc0 BspRernderer refactoring continued
Ritor1
parents: 1167
diff changeset
270 else
2273
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
271 IndoorLocation::ExecDraw_d3d(pBspRenderer->faces[i].uFaceID,
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
272 pBspRenderer->nodes[pBspRenderer->faces[i].uNodeID].std__vector_0007AC, 4,
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
273 pBspRenderer->nodes[pBspRenderer->faces[i].uNodeID].pPortalBounding);
0
Ritor1
parents:
diff changeset
274 }
Ritor1
parents:
diff changeset
275 }
795
472ca68386d4 more stru10 & stru9
Nomad
parents: 794
diff changeset
276 else for (uint j = 0; j < pBspRenderer->num_faces; ++j )
0
Ritor1
parents:
diff changeset
277 {
1391
cc9a3a24d61d Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents: 1390
diff changeset
278 __debugbreak(); // no SW
cc9a3a24d61d Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents: 1390
diff changeset
279 //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
280 //IndoorLocation::ExecDraw_sw(pBspRenderer->faces[j].uFaceID);
0
Ritor1
parents:
diff changeset
281 }
Ritor1
parents:
diff changeset
282 }
Ritor1
parents:
diff changeset
283
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
284
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
285 /*
0
Ritor1
parents:
diff changeset
286 //----- (00440BED) --------------------------------------------------------
Ritor1
parents:
diff changeset
287 void __fastcall sub_440BED(IndoorLocation_drawstru *_this)
Ritor1
parents:
diff changeset
288 {
Ritor1
parents:
diff changeset
289 unsigned __int16 *v1; // edi@7
1074
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
290 BspRenderer_stru0 *v2; // esi@8
0
Ritor1
parents:
diff changeset
291 int v3; // ecx@9
Ritor1
parents:
diff changeset
292 unsigned int v4; // edx@9
1074
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
293 short *v5; // eax@10
0
Ritor1
parents:
diff changeset
294 signed int v6; // [sp+8h] [bp-8h]@7
Ritor1
parents:
diff changeset
295 int v7; // [sp+Ch] [bp-4h]@8
1074
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
296 short *v8;
0
Ritor1
parents:
diff changeset
297
Ritor1
parents:
diff changeset
298 PrepareDrawLists_BLV(_this);
Ritor1
parents:
diff changeset
299 if (pBLVRenderParams->uPartySectorID)
Ritor1
parents:
diff changeset
300 IndoorLocation::ExecDraw(pRenderer->pRenderD3D != 0);
Ritor1
parents:
diff changeset
301 pRenderer->DrawBillboardList_BLV();
676
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
302
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
303 if ( !pRenderer->pRenderD3D )
0
Ritor1
parents:
diff changeset
304 {
486
Nomad
parents: 472
diff changeset
305 if (pBLVRenderParams->uFlags & INDOOR_CAMERA_DRAW_D3D_OUTLINES)
Nomad
parents: 472
diff changeset
306 pBspRenderer->DrawFaceOutlines();
Nomad
parents: 472
diff changeset
307 if (pBLVRenderParams->uFlags & INDOOR_CAMERA_DRAW_SW_OUTLINES)
0
Ritor1
parents:
diff changeset
308 {
Ritor1
parents:
diff changeset
309 v1 = pBLVRenderParams->pRenderTarget;
1074
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
310 v7 = 0;
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
311 for(int i=0; i < pBspRenderer->num_nodes; i++)
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
312 {
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
313 BspRenderer_stru0 *pNode = &pBspRenderer->nodes[i];
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
314 v4 = pRenderer->uTargetSurfacePitch * pNode->PortalScreenData._viewport_space_y;
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
315 if ( pNode->PortalScreenData._viewport_space_y <= pNode->PortalScreenData._viewport_space_w )
1074
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
316 {
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
317 //v5 = (char *)&pBspRenderer->nodes[0].field_C.array_3D8[pNode->field_C._viewport_space_y + v7];
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
318 v5 = &pNode->PortalScreenData.viewport_right_side[pNode->PortalScreenData._viewport_space_y];
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
319 v8 = &pNode->PortalScreenData.viewport_left_side[pNode->PortalScreenData._viewport_space_y];
1074
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
320 do
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
321 {
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
322 v1[v4 + *v8] = 255;
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
323 ++pNode->PortalScreenData._viewport_space_y;
1074
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
324 v1[v4 + *v5] = 255;
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
325 v4 += pRenderer->uTargetSurfacePitch;
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
326 ++v5;
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
327 ++v8;
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
328 }
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
329 while ( pNode->PortalScreenData._viewport_space_y <= pNode->PortalScreenData._viewport_space_w );
1074
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
330 }
d6bea22f8b53 sub_440BED() cleaned
zipi
parents: 1063
diff changeset
331 }
0
Ritor1
parents:
diff changeset
332 }
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
333 }
0
Ritor1
parents:
diff changeset
334 }
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
335 */
0
Ritor1
parents:
diff changeset
336
Ritor1
parents:
diff changeset
337 //----- (00441BD4) --------------------------------------------------------
Ritor1
parents:
diff changeset
338 void IndoorLocation::Draw()
Ritor1
parents:
diff changeset
339 {
186
d65528fc3bda D3D constants, shore tiles, camera flags
Nomad
parents: 141
diff changeset
340 //int v0; // eax@1
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
341 //IndoorLocation_drawstru _this; // [sp+0h] [bp-4Ch]@5
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
342 // int v2; // [sp+44h] [bp-8h]@5
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
343 // int v3; // [sp+48h] [bp-4h]@5
0
Ritor1
parents:
diff changeset
344
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
345 /*_this.uFlags = 0;
186
d65528fc3bda D3D constants, shore tiles, camera flags
Nomad
parents: 141
diff changeset
346 if (viewparams->draw_sw_outlines)
1638
ccde94f02b75 class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents: 1583
diff changeset
347 _this.uFlags |= BLV_RENDER_DRAW_SW_OUTLINES;
186
d65528fc3bda D3D constants, shore tiles, camera flags
Nomad
parents: 141
diff changeset
348 if (viewparams->draw_d3d_outlines)
1638
ccde94f02b75 class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents: 1583
diff changeset
349 _this.uFlags |= BLV_RENDER_DRAW_D3D_OUTLINES;
ccde94f02b75 class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents: 1583
diff changeset
350
ccde94f02b75 class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents: 1583
diff changeset
351 _this.uFlags |= BLV_RENDER_DRAW_SW_OUTLINES;
ccde94f02b75 class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents: 1583
diff changeset
352 _this.uFlags |= BLV_RENDER_DRAW_D3D_OUTLINES;
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
353
0
Ritor1
parents:
diff changeset
354 _this.field_0_timer = pEventTimer->uTotalGameTimeElapsed;
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
355 //_this.fov_deg = 65;
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
356 //_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
357 //_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
358 //_this.vPosition.z = pParty->vPosition.z + pParty->sEyelevel;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
359 //_this.sRotationX = pParty->sRotationX;
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
360 //_this.sRotationY = pParty->sRotationY;
0
Ritor1
parents:
diff changeset
361 _this.pRenderTarget = pRenderer->pTargetSurface;
692
066e2b29b30f viewport.cpp added
Gloval
parents: 686
diff changeset
362 _this.uViewportX = pViewport->uScreen_TL_X;
066e2b29b30f viewport.cpp added
Gloval
parents: 686
diff changeset
363 _this.uViewportY = pViewport->uScreen_TL_Y;
066e2b29b30f viewport.cpp added
Gloval
parents: 686
diff changeset
364 _this.uViewportZ = pViewport->uScreen_BR_X;
066e2b29b30f viewport.cpp added
Gloval
parents: 686
diff changeset
365 _this.uViewportW = pViewport->uScreen_BR_Y;
0
Ritor1
parents:
diff changeset
366 _this.field_3C = pViewport->field_30;
581
2d4204de7a8c ExecDraw_d3d
Ritor1
parents: 570
diff changeset
367
0
Ritor1
parents:
diff changeset
368 _this.uTargetWidth = 640;
Ritor1
parents:
diff changeset
369 _this.uTargetHeight = 480;
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
370 _this.pTargetZ = pRenderer->pActiveZBuffer;*/
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
371
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
372 //sub_440BED(&_this); -- inlined
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
373 //{
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
374 PrepareDrawLists_BLV();
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
375 if (pBLVRenderParams->uPartySectorID)
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
376 IndoorLocation::ExecDraw(true/*pRenderer->pRenderD3D != 0*/);
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
377 pRenderer->DrawBillboardList_BLV();
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
378 //}
1641
466c5e15f524 Excess wrapper (IndoorLocation_drawstru) removed.
Nomad
parents: 1640
diff changeset
379
569
f451efdb7c8b * Party buff icons drawing (right panel)
Nomad
parents: 564
diff changeset
380 pParty->uFlags &= ~2;
0
Ritor1
parents:
diff changeset
381 pGame->DrawParticles();
1410
38df78aba732 deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents: 1408
diff changeset
382 trail_particle_generator.UpdateParticles();
0
Ritor1
parents:
diff changeset
383 }
Ritor1
parents:
diff changeset
384
Ritor1
parents:
diff changeset
385 //----- (004C0EF2) --------------------------------------------------------
1025
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
386 void BLVFace::FromODM(ODMFace *face)
0
Ritor1
parents:
diff changeset
387 {
1025
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
388 this->pFacePlane_old.vNormal.x = face->pFacePlane.vNormal.x;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
389 this->pFacePlane_old.vNormal.y = face->pFacePlane.vNormal.y;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
390 this->pFacePlane_old.vNormal.z = face->pFacePlane.vNormal.z;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
391 this->pFacePlane_old.dist = face->pFacePlane.dist;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
392 this->pFacePlane.vNormal.x = (double)(face->pFacePlane.vNormal.x & 0xFFFF) * 0.000015259022
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
393 + (double)(face->pFacePlane.vNormal.x >> 16);
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
394 this->pFacePlane.vNormal.y = (double)(face->pFacePlane.vNormal.y & 0xFFFF) * 0.000015259022
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
395 + (double)(face->pFacePlane.vNormal.y >> 16);
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
396 this->pFacePlane.vNormal.z = (double)(face->pFacePlane.vNormal.z & 0xFFFF) * 0.000015259022
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
397 + (double)(face->pFacePlane.vNormal.z >> 16);
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
398 this->pFacePlane.dist = (double)(face->pFacePlane.dist & 0xFFFF) * 0.000015259022 + (double)(face->pFacePlane.dist >> 16);
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
399 this->uAttributes = face->uAttributes;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
400 this->pBounding.x1 = face->pBoundingBox.x1;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
401 this->pBounding.y1 = face->pBoundingBox.y1;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
402 this->pBounding.z1 = face->pBoundingBox.z1;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
403 this->pBounding.x2 = face->pBoundingBox.x2;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
404 this->pBounding.y2 = face->pBoundingBox.y2;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
405 this->pBounding.z2 = face->pBoundingBox.z2;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
406 this->zCalc1 = face->zCalc1;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
407 this->zCalc2 = face->zCalc2;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
408 this->zCalc3 = face->zCalc3;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
409 this->pXInterceptDisplacements = face->pXInterceptDisplacements;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
410 this->pYInterceptDisplacements = face->pYInterceptDisplacements;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
411 this->pZInterceptDisplacements = face->pZInterceptDisplacements;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
412 this->uPolygonType = (PolygonType)face->uPolygonType;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
413 this->uNumVertices = face->uNumVertices;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
414 this->uBitmapID = face->uTextureID;
8b492d4722d4 Intersection
Ritor1
parents: 945
diff changeset
415 this->pVertexIDs = face->pVertexIDs;
0
Ritor1
parents:
diff changeset
416 }
Ritor1
parents:
diff changeset
417
Ritor1
parents:
diff changeset
418 //----- (004B0A25) --------------------------------------------------------
794
Nomad
parents: 793
diff changeset
419 void IndoorLocation::ExecDraw_d3d(unsigned int uFaceID, IndoorCameraD3D_Vec4 *pVertices, unsigned int uNumVertices, RenderVertexSoft *pPortalBounding)
0
Ritor1
parents:
diff changeset
420 {
Ritor1
parents:
diff changeset
421 //unsigned int v4; // esi@1
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
422 // char *v5; // eax@4
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
423 // signed int v6; // ecx@4
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
424 // char *v7; // eax@8
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
425 // signed int v8; // ecx@8
0
Ritor1
parents:
diff changeset
426 //BLVFace *v9; // esi@13
Ritor1
parents:
diff changeset
427 //IndoorCameraD3D *v10; // edi@16
Ritor1
parents:
diff changeset
428 //int v11; // ebx@17
Ritor1
parents:
diff changeset
429 //Vec3_short_ *v12; // ecx@18
Ritor1
parents:
diff changeset
430 //char *v13; // edx@18
Ritor1
parents:
diff changeset
431 //int v14; // eax@19
Ritor1
parents:
diff changeset
432 //unsigned __int8 v15; // sf@19
Ritor1
parents:
diff changeset
433 //unsigned __int8 v16; // of@19
Ritor1
parents:
diff changeset
434 int v17; // ebx@25
Ritor1
parents:
diff changeset
435 //double v18; // st7@27
Ritor1
parents:
diff changeset
436 //double v19; // st6@27
Ritor1
parents:
diff changeset
437 //double v20; // st5@27
Ritor1
parents:
diff changeset
438 //char v21; // dl@27
Ritor1
parents:
diff changeset
439 //unsigned int v22; // eax@44
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
440 // unsigned int v23; // eax@35
0
Ritor1
parents:
diff changeset
441 //DWORD v24; // eax@37
Ritor1
parents:
diff changeset
442 //int v25; // eax@38
Ritor1
parents:
diff changeset
443 //char *v26; // edi@38
Ritor1
parents:
diff changeset
444 IDirect3DTexture2 *v27; // eax@42
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
445 //Texture *v28; // [sp+Ch] [bp-1Ch]@15
0
Ritor1
parents:
diff changeset
446 //int i; // [sp+10h] [bp-18h]@38
Ritor1
parents:
diff changeset
447 //LightmapBuilder *pStru4; // [sp+14h] [bp-14h]@16
Ritor1
parents:
diff changeset
448 //IndoorCameraD3D *v31; // [sp+18h] [bp-10h]@16
Ritor1
parents:
diff changeset
449 //IndoorCameraD3D_Vec4 *a7; // [sp+1Ch] [bp-Ch]@1
Ritor1
parents:
diff changeset
450 //unsigned int uFaceID_; // [sp+20h] [bp-8h]@1
Ritor1
parents:
diff changeset
451 unsigned int uNumVerticesa; // [sp+24h] [bp-4h]@17
Ritor1
parents:
diff changeset
452 int a4a; // [sp+34h] [bp+Ch]@25
Ritor1
parents:
diff changeset
453 //unsigned int a4b; // [sp+34h] [bp+Ch]@38
Ritor1
parents:
diff changeset
454
Ritor1
parents:
diff changeset
455 if (uFaceID >= pIndoor->uNumFaces)
Ritor1
parents:
diff changeset
456 return;
Ritor1
parents:
diff changeset
457
Ritor1
parents:
diff changeset
458 static RenderVertexSoft static_vertices_F7C228[64];
Ritor1
parents:
diff changeset
459 static RenderVertexSoft static_vertices_F7B628[64];
Ritor1
parents:
diff changeset
460 static stru154 stru_F7B60C; // idb
Ritor1
parents:
diff changeset
461
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
462 BLVFace* pFace = &pIndoor->pFaces[uFaceID];
0
Ritor1
parents:
diff changeset
463 if (pFace->uNumVertices < 3)
Ritor1
parents:
diff changeset
464 return;
Ritor1
parents:
diff changeset
465
Ritor1
parents:
diff changeset
466
Ritor1
parents:
diff changeset
467 if (pFace->Invisible())
Ritor1
parents:
diff changeset
468 return;
Ritor1
parents:
diff changeset
469
Ritor1
parents:
diff changeset
470 ++pBLVRenderParams->uNumFacesRenderedThisFrame;
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
471 pFace->uAttributes |= 0x80;
0
Ritor1
parents:
diff changeset
472
Ritor1
parents:
diff changeset
473 if (!pFace->GetTexture())
Ritor1
parents:
diff changeset
474 return;
Ritor1
parents:
diff changeset
475
Ritor1
parents:
diff changeset
476 if (!pGame->pIndoorCameraD3D->IsCulled(pFace))
Ritor1
parents:
diff changeset
477 {
Ritor1
parents:
diff changeset
478 uNumVerticesa = pFace->uNumVertices;
Ritor1
parents:
diff changeset
479 for (uint i = 0; i < pFace->uNumVertices; ++i)
Ritor1
parents:
diff changeset
480 {
Ritor1
parents:
diff changeset
481 static_vertices_F7C228[i].vWorldPosition.x = pIndoor->pVertices[pFace->pVertexIDs[i]].x;
Ritor1
parents:
diff changeset
482 static_vertices_F7C228[i].vWorldPosition.y = pIndoor->pVertices[pFace->pVertexIDs[i]].y;
Ritor1
parents:
diff changeset
483 static_vertices_F7C228[i].vWorldPosition.z = pIndoor->pVertices[pFace->pVertexIDs[i]].z;
Ritor1
parents:
diff changeset
484 static_vertices_F7C228[i].u = (signed short)pFace->pVertexUIDs[i];
Ritor1
parents:
diff changeset
485 static_vertices_F7C228[i].v = (signed short)pFace->pVertexVIDs[i];
Ritor1
parents:
diff changeset
486 }
Ritor1
parents:
diff changeset
487
Ritor1
parents:
diff changeset
488 if (!pVertices ||
1187
02e2a5c1ebc0 BspRernderer refactoring continued
Ritor1
parents: 1167
diff changeset
489 (pGame->pStru9Instance->_498377(pPortalBounding, 4, pVertices, static_vertices_F7C228, &uNumVerticesa), uNumVerticesa) )
0
Ritor1
parents:
diff changeset
490 {
795
472ca68386d4 more stru10 & stru9
Nomad
parents: 794
diff changeset
491 if (pGame->pIndoorCameraD3D->CalcPortalShape(static_vertices_F7C228, &uNumVerticesa,
581
2d4204de7a8c ExecDraw_d3d
Ritor1
parents: 570
diff changeset
492 static_vertices_F7B628, pGame->pIndoorCameraD3D->std__vector_000034_prolly_frustrum, 4, false, 0) != 1 || uNumVerticesa )
0
Ritor1
parents:
diff changeset
493 {
Ritor1
parents:
diff changeset
494 a4a = SHIWORD(stru_F8AD28.uCurrentAmbientLightLevel);
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
495 v17 = (248 - 8 * SHIWORD(stru_F8AD28.uCurrentAmbientLightLevel)) | (((248 - 8 * SHIWORD(stru_F8AD28.uCurrentAmbientLightLevel))
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
496 | ((248 - 8 * SHIWORD(stru_F8AD28.uCurrentAmbientLightLevel)) << 8)) << 8);
0
Ritor1
parents:
diff changeset
497 sub_4B0E07(uFaceID);
Ritor1
parents:
diff changeset
498 pGame->pLightmapBuilder->ApplyLights_IndoorFace(uFaceID);
Ritor1
parents:
diff changeset
499 pDecalBuilder->ApplyBloodsplatDecals_IndoorFace(uFaceID);
1207
96a81634669e arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents: 1206
diff changeset
500 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
501 pGame->pIndoorCameraD3D->Project(array_507D30, uNumVerticesa, 0);
0
Ritor1
parents:
diff changeset
502 pGame->pLightmapBuilder->std__vector_000004_size = 0;
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
503 if (stru_F8AD28.uNumLightsApplied > 0 || pDecalBuilder->uNumDecals > 0)
0
Ritor1
parents:
diff changeset
504 {
Ritor1
parents:
diff changeset
505 stru_F7B60C.face_plane.vNormal.x = pFace->pFacePlane.vNormal.x;
Ritor1
parents:
diff changeset
506 stru_F7B60C.polygonType = pFace->uPolygonType;
Ritor1
parents:
diff changeset
507 stru_F7B60C.face_plane.vNormal.y = pFace->pFacePlane.vNormal.y;
Ritor1
parents:
diff changeset
508 stru_F7B60C.face_plane.vNormal.z = pFace->pFacePlane.vNormal.z;
Ritor1
parents:
diff changeset
509 stru_F7B60C.face_plane.dist = pFace->pFacePlane.dist;
Ritor1
parents:
diff changeset
510 }
Ritor1
parents:
diff changeset
511
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
512 if (stru_F8AD28.uNumLightsApplied > 0 && !pFace->Indoor_sky())
1207
96a81634669e arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents: 1206
diff changeset
513 pGame->pLightmapBuilder->ApplyLights(&stru_F8AD28, &stru_F7B60C, uNumVerticesa, array_507D30, pVertices, 0);
0
Ritor1
parents:
diff changeset
514
2325
846e28e41fb4 for bloodsplat
Ritor1
parents: 2318
diff changeset
515 if (pDecalBuilder->uNumDecals > 0)//îòðèñîâêà ïÿòåí êðîâè
1207
96a81634669e arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents: 1206
diff changeset
516 pDecalBuilder->ApplyDecals(a4a, 1, &stru_F7B60C, uNumVerticesa, array_507D30, pVertices, 0, pFace->uSectorID);
0
Ritor1
parents:
diff changeset
517
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
518 if (pFace->Fluid())
0
Ritor1
parents:
diff changeset
519 {
831
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
520 if (pFace->uBitmapID == pRenderer->hd_water_tile_id)
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
521 v27 = pBitmaps_LOD->pHardwareTextures[pRenderer->pHDWaterBitmapIDs[pRenderer->hd_water_current_frame]];
805
Ritor1
parents: 794
diff changeset
522 else
831
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
523 {
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
524 //auto v24 = GetTickCount() / 4;
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
525 //auto v25 = v24 - stru_5C6E00->uIntegerHalfPi;
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
526 uint eightSeconds = GetTickCount() % 8000;
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
527 float angle = (eightSeconds / 8000.0f) * 2 * 3.1415f;
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
528
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
529 //animte lava back and forth
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
530 for (uint i = 0; i < uNumVerticesa; ++i)
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
531 //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
532 array_507D30[i].v += pBitmaps_LOD->pTextures[pFace->uBitmapID].uHeightMinus1 * cosf(angle);
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
533 v27 = pBitmaps_LOD->pHardwareTextures[pFace->uBitmapID];
831
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
534 }
0
Ritor1
parents:
diff changeset
535 }
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
536 else if (pFace->uAttributes & FACE_TEXTURE_FRAME)
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
537 v27 = pBitmaps_LOD->pHardwareTextures[pTextureFrameTable->GetFrameTexture(pFace->uBitmapID, pBLVRenderParams->field_0_timer_)];
831
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
538 else
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
539 {
1394
8ea496564034 Some LightmapBuilder renames.
Nomad
parents: 1391
diff changeset
540 v17 = 0xFF808080;
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
541 v27 = pBitmaps_LOD->pHardwareTextures[pFace->uBitmapID];
831
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
542 }
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
543
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
544 if (pFace->Indoor_sky())
1923
f92e0bab7c78 rename DrawIndoorPolygonSky
Ritor1
parents: 1922
diff changeset
545 pRenderer->DrawIndoorSky(uNumVerticesa, uFaceID);
805
Ritor1
parents: 794
diff changeset
546 else
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
547 pRenderer->DrawIndoorPolygon(uNumVerticesa, pFace, v27, pFace->GetTexture(), PID(OBJECT_BModel, uFaceID), v17, 0);
831
9c3f28b31b4a Party actions in blv
Nomad
parents: 830
diff changeset
548 return;
0
Ritor1
parents:
diff changeset
549 }
Ritor1
parents:
diff changeset
550 }
Ritor1
parents:
diff changeset
551 }
Ritor1
parents:
diff changeset
552 }
Ritor1
parents:
diff changeset
553
Ritor1
parents:
diff changeset
554 //----- (004B0E07) --------------------------------------------------------
Ritor1
parents:
diff changeset
555 unsigned int __fastcall sub_4B0E07(unsigned int uFaceID)
Ritor1
parents:
diff changeset
556 {
Ritor1
parents:
diff changeset
557 unsigned int result; // eax@1
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
558
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
559 stru_F8AD28.pDeltaUV[0] = pIndoor->pFaceExtras[pIndoor->pFaces[uFaceID].uFaceExtraID].sTextureDeltaU;
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
560 stru_F8AD28.pDeltaUV[1] = pIndoor->pFaceExtras[pIndoor->pFaces[uFaceID].uFaceExtraID].sTextureDeltaV;
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
561 result = GetTickCount() >> 3;
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
562 if ( pIndoor->pFaces[uFaceID].uAttributes & 4 )
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
563 stru_F8AD28.pDeltaUV[1] -= result & pBitmaps_LOD->GetTexture(pIndoor->pFaces[uFaceID].uBitmapID)->uHeightMinus1;
0
Ritor1
parents:
diff changeset
564 else
Ritor1
parents:
diff changeset
565 {
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
566 if ( pIndoor->pFaces[uFaceID].uAttributes & 0x20 )
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
567 stru_F8AD28.pDeltaUV[1] += result & pBitmaps_LOD->GetTexture(pIndoor->pFaces[uFaceID].uBitmapID)->uHeightMinus1;
0
Ritor1
parents:
diff changeset
568 }
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
569 if ( pIndoor->pFaces[uFaceID].uAttributes & 0x800 )
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
570 stru_F8AD28.pDeltaUV[0] -= result & pBitmaps_LOD->GetTexture(pIndoor->pFaces[uFaceID].uBitmapID)->uWidthMinus1;
0
Ritor1
parents:
diff changeset
571 else
Ritor1
parents:
diff changeset
572 {
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
573 if ( pIndoor->pFaces[uFaceID].uAttributes & FACE_DONT_CACHE_TEXTURE )
1999
079f2abf54e4 DrawIndoorSky() fix
Ritor1
parents: 1988
diff changeset
574 stru_F8AD28.pDeltaUV[0] += result & pBitmaps_LOD->GetTexture(pIndoor->pFaces[uFaceID].uBitmapID)->uWidthMinus1;
0
Ritor1
parents:
diff changeset
575 }
Ritor1
parents:
diff changeset
576 return result;
Ritor1
parents:
diff changeset
577 }
Ritor1
parents:
diff changeset
578
Ritor1
parents:
diff changeset
579 //----- (004B0EA8) --------------------------------------------------------
676
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
580 void BspRenderer::AddFaceToRenderList_d3d(unsigned int node_id, unsigned int uFaceID)
0
Ritor1
parents:
diff changeset
581 {
Ritor1
parents:
diff changeset
582 //unsigned int v3; // edx@1
Ritor1
parents:
diff changeset
583 //stru170 *v4; // ebx@1
Ritor1
parents:
diff changeset
584 //BLVFace *v5; // eax@1
Ritor1
parents:
diff changeset
585 //int v6; // ecx@2
1319
Ritor1
parents: 1309
diff changeset
586 unsigned __int16 pTransitionSector; // ax@11
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
587 // Vec3_short_ *v8; // esi@15
0
Ritor1
parents:
diff changeset
588 int v9; // edx@15
676
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
589 //signed int v10; // eax@18
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
590 //signed int v11; // edi@19
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
591 //signed int v12; // ecx@19
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
592 //signed int v13; // esi@19
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
593 // signed int v14; // edx@20
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
594 // int v15; // edx@24
0
Ritor1
parents:
diff changeset
595 //int v16; // esi@29
Ritor1
parents:
diff changeset
596 //BLVFace *v17; // edi@34
1319
Ritor1
parents: 1309
diff changeset
597 //unsigned __int16 v18; // ax@34
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
598 // char *v19; // eax@38
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
599 // signed int v20; // ecx@38
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
600 // char *v21; // eax@42
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
601 // signed int v22; // ecx@42
0
Ritor1
parents:
diff changeset
602 //signed int v23; // edx@45
Ritor1
parents:
diff changeset
603 //char *v24; // ecx@46
Ritor1
parents:
diff changeset
604 //int v25; // eax@47
Ritor1
parents:
diff changeset
605 //Vec3_short_ *v26; // eax@47
Ritor1
parents:
diff changeset
606 //double v27; // st7@47
Ritor1
parents:
diff changeset
607 //signed int v28; // ST28_4@47
Ritor1
parents:
diff changeset
608 char v29; // al@48
795
472ca68386d4 more stru10 & stru9
Nomad
parents: 794
diff changeset
609 //signed int v30; // eax@51
676
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
610 //int v31; // eax@52
0
Ritor1
parents:
diff changeset
611 //unsigned int v32; // eax@55
Ritor1
parents:
diff changeset
612 //__int16 v33; // cx@56
676
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
613 //signed int v34; // [sp+Ch] [bp-14h]@18
0
Ritor1
parents:
diff changeset
614 //int a0; // [sp+14h] [bp-Ch]@2
Ritor1
parents:
diff changeset
615 //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
616 //signed int v37; // [sp+18h] [bp-8h]@19
0
Ritor1
parents:
diff changeset
617 //stru10 *v38; // [sp+18h] [bp-8h]@36
Ritor1
parents:
diff changeset
618 //BLVFace *v39; // [sp+1Ch] [bp-4h]@1
Ritor1
parents:
diff changeset
619
Ritor1
parents:
diff changeset
620 //v3 = uFaceID;
Ritor1
parents:
diff changeset
621 //v4 = this;
Ritor1
parents:
diff changeset
622 //v5 = &pIndoor->pFaces[uFaceID];
795
472ca68386d4 more stru10 & stru9
Nomad
parents: 794
diff changeset
623 nodes[num_nodes].viewing_portal_id = -1;
0
Ritor1
parents:
diff changeset
624 //v39 = &pIndoor->pFaces[uFaceID];
Ritor1
parents:
diff changeset
625
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
626 BLVFace* pFace = &pIndoor->pFaces[uFaceID];
1309
995d2f8ad71b small fix
Ritor1
parents: 1308
diff changeset
627
676
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
628 if (!pFace->Portal())
0
Ritor1
parents:
diff changeset
629 {
676
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
630 if (num_faces < 1000)
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
631 {
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
632 faces[num_faces].uFaceID = uFaceID;
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
633 faces[num_faces++].uNodeID = node_id;
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
634 }
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
635 return;
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
636 }
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 666
diff changeset
637
1319
Ritor1
parents: 1309
diff changeset
638 if (nodes[node_id].uFaceID == uFaceID)
Ritor1
parents: 1309
diff changeset
639 return;
Ritor1
parents: 1309
diff changeset
640 if (!node_id &&
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
641 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
642 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
643 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
644 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
645 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
646 pGame->pIndoorCameraD3D->vPartyPos.z <= pFace->pBounding.z2 + 16 )
1319
Ritor1
parents: 1309
diff changeset
647 {
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
648 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
649 + 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
650 + pGame->pIndoorCameraD3D->vPartyPos.z * pFace->pFacePlane_old.vNormal.z) <= 589824 ) // we sure are standing at the portal plane
0
Ritor1
parents:
diff changeset
651 {
1319
Ritor1
parents: 1309
diff changeset
652 pTransitionSector = pFace->uSectorID;
Ritor1
parents: 1309
diff changeset
653 if ( nodes[0].uSectorID == pTransitionSector ) // draw back sector
Ritor1
parents: 1309
diff changeset
654 pTransitionSector = pFace->uBackSectorID;
Ritor1
parents: 1309
diff changeset
655 nodes[num_nodes].uSectorID = pTransitionSector;
Ritor1
parents: 1309
diff changeset
656 nodes[num_nodes].uFaceID = uFaceID;
Ritor1
parents: 1309
diff changeset
657 nodes[num_nodes].uViewportX = pBLVRenderParams->uViewportX;
Ritor1
parents: 1309
diff changeset
658 nodes[num_nodes].uViewportZ = pBLVRenderParams->uViewportZ;
Ritor1
parents: 1309
diff changeset
659 nodes[num_nodes].uViewportY = pBLVRenderParams->uViewportY;
Ritor1
parents: 1309
diff changeset
660 nodes[num_nodes].uViewportW = pBLVRenderParams->uViewportW;
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
661 nodes[num_nodes].PortalScreenData.GetViewportData(pBLVRenderParams->uViewportX, pBLVRenderParams->uViewportY,
1319
Ritor1
parents: 1309
diff changeset
662 pBLVRenderParams->uViewportZ, pBLVRenderParams->uViewportW);
Ritor1
parents: 1309
diff changeset
663 AddBspNodeToRenderList(++num_nodes - 1);
Ritor1
parents: 1309
diff changeset
664 return;
0
Ritor1
parents:
diff changeset
665 }
1319
Ritor1
parents: 1309
diff changeset
666 }
Ritor1
parents: 1309
diff changeset
667
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
668 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
669 + 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
670 + pFace->pFacePlane_old.vNormal.z * (pIndoor->pVertices[pFace->pVertexIDs[0]].z - pGame->pIndoorCameraD3D->vPartyPos.z);
1319
Ritor1
parents: 1309
diff changeset
671 if (nodes[node_id].uSectorID != pFace->uSectorID)
Ritor1
parents: 1309
diff changeset
672 v9 = -v9;
Ritor1
parents: 1309
diff changeset
673 if (v9 >= 0)
Ritor1
parents: 1309
diff changeset
674 return;
Ritor1
parents: 1309
diff changeset
675
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
676 int num_vertices = GetPortalScreenCoord(uFaceID);
1319
Ritor1
parents: 1309
diff changeset
677 if (num_vertices < 2)
Ritor1
parents: 1309
diff changeset
678 return;
Ritor1
parents: 1309
diff changeset
679
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
680 int face_min_screenspace_x = PortalFace._screen_space_x[0],
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
681 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
682 int face_min_screenspace_y = PortalFace._screen_space_y[0],
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
683 face_max_screenspace_y = PortalFace._screen_space_y[0];
1319
Ritor1
parents: 1309
diff changeset
684 for (uint i = 1; i < num_vertices; ++i)
Ritor1
parents: 1309
diff changeset
685 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
686 if (face_min_screenspace_x > PortalFace._screen_space_x[i])
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
687 face_min_screenspace_x = PortalFace._screen_space_x[i];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
688 if (face_max_screenspace_x < PortalFace._screen_space_x[i])
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
689 face_max_screenspace_x = PortalFace._screen_space_x[i];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
690
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
691 if (face_min_screenspace_y > PortalFace._screen_space_y[i])
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
692 face_min_screenspace_y = PortalFace._screen_space_y[i];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
693 if (face_max_screenspace_y < PortalFace._screen_space_y[i])
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
694 face_max_screenspace_y = PortalFace._screen_space_y[i];
1319
Ritor1
parents: 1309
diff changeset
695 }
1132
e7871ca07661 temporary indoor solution
zipi
parents: 1113
diff changeset
696 //_screen_space_x = 719, 568, 493
e7871ca07661 temporary indoor solution
zipi
parents: 1113
diff changeset
697 //savegame: qw , 0Bh and 0x1D4h
e7871ca07661 temporary indoor solution
zipi
parents: 1113
diff changeset
698 //problem here when standing near/on portal, condition is false because of face_min_screenspace_x > p->uViewportZ
1319
Ritor1
parents: 1309
diff changeset
699 if (face_max_screenspace_x >= nodes[node_id].uViewportX &&
Ritor1
parents: 1309
diff changeset
700 face_min_screenspace_x <= nodes[node_id].uViewportZ &&
Ritor1
parents: 1309
diff changeset
701 face_max_screenspace_y >= nodes[node_id].uViewportY &&
Ritor1
parents: 1309
diff changeset
702 face_min_screenspace_y <= nodes[node_id].uViewportW &&
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
703 PortalFrustrum(num_vertices, &nodes[num_nodes].PortalScreenData, &nodes[node_id].PortalScreenData, uFaceID))
1319
Ritor1
parents: 1309
diff changeset
704 {
Ritor1
parents: 1309
diff changeset
705 pTransitionSector = pFace->uSectorID;
Ritor1
parents: 1309
diff changeset
706 if (nodes[node_id].uSectorID == pTransitionSector )
Ritor1
parents: 1309
diff changeset
707 pTransitionSector = pFace->uBackSectorID;
Ritor1
parents: 1309
diff changeset
708 nodes[num_nodes].uSectorID = pTransitionSector;
Ritor1
parents: 1309
diff changeset
709 nodes[num_nodes].uFaceID = uFaceID;
Ritor1
parents: 1309
diff changeset
710 nodes[num_nodes].uViewportX = pBLVRenderParams->uViewportX;
Ritor1
parents: 1309
diff changeset
711 nodes[num_nodes].uViewportZ = pBLVRenderParams->uViewportZ;
Ritor1
parents: 1309
diff changeset
712 nodes[num_nodes].uViewportY = pBLVRenderParams->uViewportY;
Ritor1
parents: 1309
diff changeset
713 nodes[num_nodes].uViewportW = pBLVRenderParams->uViewportW;
Ritor1
parents: 1309
diff changeset
714 v29 = false;
Ritor1
parents: 1309
diff changeset
715 if (nodes[node_id].viewing_portal_id == -1)//ïåðâûé ïîðòàë íà êîòîðûé ÿ ñìîòðþ
Ritor1
parents: 1309
diff changeset
716 v29 = pGame->pStru10Instance->CalcPortalShape(pFace, nodes[num_nodes].std__vector_0007AC, nodes[num_nodes].pPortalBounding);
Ritor1
parents: 1309
diff changeset
717 else//ñëåäóþùèå ïîðòàëû â ïîðòàëå
Ritor1
parents: 1309
diff changeset
718 {
Ritor1
parents: 1309
diff changeset
719 static RenderVertexSoft static_subAddFaceToRenderList_d3d_stru_F7AA08[64];
Ritor1
parents: 1309
diff changeset
720 static RenderVertexSoft static_subAddFaceToRenderList_d3d_stru_F79E08[64];
Ritor1
parents: 1309
diff changeset
721
Ritor1
parents: 1309
diff changeset
722 for (uint k = 0; k < pFace->uNumVertices; ++k)
Ritor1
parents: 1309
diff changeset
723 {
Ritor1
parents: 1309
diff changeset
724 static_subAddFaceToRenderList_d3d_stru_F7AA08[k].vWorldPosition.x = pIndoor->pVertices[pFace->pVertexIDs[k]].x;
Ritor1
parents: 1309
diff changeset
725 static_subAddFaceToRenderList_d3d_stru_F7AA08[k].vWorldPosition.y = pIndoor->pVertices[pFace->pVertexIDs[k]].y;
Ritor1
parents: 1309
diff changeset
726 static_subAddFaceToRenderList_d3d_stru_F7AA08[k].vWorldPosition.z = pIndoor->pVertices[pFace->pVertexIDs[k]].z;
Ritor1
parents: 1309
diff changeset
727 }
Ritor1
parents: 1309
diff changeset
728
Ritor1
parents: 1309
diff changeset
729 unsigned int pNewNumVertices = pFace->uNumVertices;
Ritor1
parents: 1309
diff changeset
730 pGame->pIndoorCameraD3D->CalcPortalShape(static_subAddFaceToRenderList_d3d_stru_F7AA08, &pNewNumVertices,
Ritor1
parents: 1309
diff changeset
731 static_subAddFaceToRenderList_d3d_stru_F79E08, nodes[node_id].std__vector_0007AC, 4, 0, 0);
Ritor1
parents: 1309
diff changeset
732
Ritor1
parents: 1309
diff changeset
733 v29 = pGame->pStru10Instance->_49C5DA(pFace, static_subAddFaceToRenderList_d3d_stru_F79E08, &pNewNumVertices,
Ritor1
parents: 1309
diff changeset
734 nodes[num_nodes].std__vector_0007AC, nodes[num_nodes].pPortalBounding);
Ritor1
parents: 1309
diff changeset
735 }
Ritor1
parents: 1309
diff changeset
736 if ( 1 )
Ritor1
parents: 1309
diff changeset
737 {
Ritor1
parents: 1309
diff changeset
738 assert(num_nodes < 150);
Ritor1
parents: 1309
diff changeset
739
Ritor1
parents: 1309
diff changeset
740 nodes[num_nodes].viewing_portal_id = uFaceID;
Ritor1
parents: 1309
diff changeset
741 AddBspNodeToRenderList(++num_nodes - 1);
Ritor1
parents: 1309
diff changeset
742 }
1642
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
743 if (pGame->pIndoorCameraD3D->debug_flags & BLV_RENDER_DRAW_SW_OUTLINES)
1319
Ritor1
parents: 1309
diff changeset
744 pGame->pIndoorCameraD3D->PrepareAndDrawDebugOutline(pFace, 0x1E1EFF);
Ritor1
parents: 1309
diff changeset
745 //pGame->pIndoorCameraD3D->DebugDrawPortal(pFace);
Ritor1
parents: 1309
diff changeset
746 }
0
Ritor1
parents:
diff changeset
747 }
Ritor1
parents:
diff changeset
748
Ritor1
parents:
diff changeset
749 //----- (004AE5BA) --------------------------------------------------------
Ritor1
parents:
diff changeset
750 Texture *BLVFace::GetTexture()
Ritor1
parents:
diff changeset
751 {
Ritor1
parents:
diff changeset
752 unsigned int v1; // ecx@2
Ritor1
parents:
diff changeset
753
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
754 if ( uAttributes & FACE_TEXTURE_FRAME )
0
Ritor1
parents:
diff changeset
755 v1 = pTextureFrameTable->GetFrameTexture(this->uBitmapID, pBLVRenderParams->field_0_timer_);
Ritor1
parents:
diff changeset
756 else
Ritor1
parents:
diff changeset
757 v1 = uBitmapID;
945
0d96349d8c87 Restoring inlined methods
Nomad
parents: 872
diff changeset
758 return pBitmaps_LOD->GetTexture(v1);
0
Ritor1
parents:
diff changeset
759 }
Ritor1
parents:
diff changeset
760
Ritor1
parents:
diff changeset
761
Ritor1
parents:
diff changeset
762 //----- (00498B15) --------------------------------------------------------
Ritor1
parents:
diff changeset
763 void IndoorLocation::Release()
Ritor1
parents:
diff changeset
764 {
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
765 //IndoorLocation *v1; // esi@1
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
766 //char *v2; // ebp@1
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
767 //void *v3; // ST00_4@1
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
768
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
769 //v1 = this;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
770 //v2 = (char *)&this->ptr_0002B4_doors_ddata;
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
771 free(this->ptr_0002B4_doors_ddata);
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
772 this->ptr_0002B4_doors_ddata = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
773 free(this->ptr_0002B0_sector_rdata);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
774 this->ptr_0002B0_sector_rdata = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
775 free(this->ptr_0002B8_sector_lrdata);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
776 this->ptr_0002B8_sector_lrdata = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
777 free(this->pLFaces);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
778 this->pLFaces = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
779 free(this->pSpawnPoints);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
780 //v3 = this->pVertices;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
781 this->pSpawnPoints = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
782 this->uNumSectors = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
783 this->uNumFaces = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
784 this->uNumVertices = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
785 this->uNumNodes = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
786 this->uNumDoors = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
787 this->uNumLights = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
788 free(this->pVertices);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
789 free(this->pFaces);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
790 free(this->pFaceExtras);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
791 free(this->pSectors);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
792 free(this->pLights);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
793 free(this->pDoors);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
794 free(this->pNodes);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
795 free(this->pMapOutlines);
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
796 this->pVertices = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
797 this->pFaces = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
798 this->pFaceExtras = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
799 this->pSectors = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
800 this->pLights = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
801 this->pDoors = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
802 this->pNodes = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
803 this->pMapOutlines = 0;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
804 this->bLoaded = 0;
0
Ritor1
parents:
diff changeset
805 }
Ritor1
parents:
diff changeset
806
Ritor1
parents:
diff changeset
807 //----- (00498C45) --------------------------------------------------------
711
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
808 bool IndoorLocation::Alloc()
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
809 {
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
810 pVertices = (Vec3_short_ *) malloc(15000 * sizeof(Vec3_short_));//0x15F90u
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
811 pFaces = (BLVFace *) malloc(10000 * sizeof(BLVFace));//0xEA600u
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
812 pFaceExtras = (BLVFaceExtra *) malloc(5000 * sizeof(BLVFaceExtra)); //0x2BF20u
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
813 pSectors = (BLVSector *) malloc(512 * sizeof(BLVSector));//0xE800u
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
814 pLights = (BLVLightMM7 *) malloc(400 * sizeof(BLVLightMM7));//0x1900u
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
815 pDoors = (BLVDoor *) malloc(200 * sizeof(BLVDoor));//0x3E80u
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
816 pNodes = (BSPNode *) malloc(5000 * sizeof(BSPNode));//0x9C40u
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
817 pMapOutlines =(BLVMapOutlines *)malloc(sizeof(BLVMapOutlines));//0x14824u
711
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
818 if (pVertices && pFaces && pFaceExtras && pSectors && pLights && pDoors && pNodes && pMapOutlines )
0
Ritor1
parents:
diff changeset
819 {
711
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
820 memset(pVertices, 0, 15000*sizeof(Vec3_short_));
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
821 memset(pFaces, 0, 10000*sizeof(BLVFace));
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
822 memset(pFaceExtras,0, 5000*sizeof(BLVFaceExtra));
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
823 memset(pSectors, 0, 512*sizeof(BLVSector));
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
824 memset(pLights, 0, 400*sizeof(BLVLightMM7));
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
825 memset(pDoors, 0, 200*sizeof(BLVDoor));
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
826 memset(pNodes, 0, 5000*sizeof(BSPNode));
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
827 memset(pMapOutlines,0, sizeof(BLVMapOutlines));
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
828 return true;
0
Ritor1
parents:
diff changeset
829 }
Ritor1
parents:
diff changeset
830 else
711
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
831 return false;
0
Ritor1
parents:
diff changeset
832 }
Ritor1
parents:
diff changeset
833
Ritor1
parents:
diff changeset
834 //----- (00444810) --------------------------------------------------------
Ritor1
parents:
diff changeset
835 unsigned int IndoorLocation::GetLocationIndex(const char *Str1)
Ritor1
parents:
diff changeset
836 {
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
837 // const char *v1; // edi@1
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
838 // signed int v2; // esi@1
0
Ritor1
parents:
diff changeset
839
434
137c59c3dbc4 Temple of Moon and Dragon Lair can now be entered.
Nomad
parents: 428
diff changeset
840 for (uint i = 0; i < 11; ++i)
1165
29a8defbad9e temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents: 1132
diff changeset
841 if (!_stricmp(Str1, _4E6BDC_loc_names[i]))
434
137c59c3dbc4 Temple of Moon and Dragon Lair can now be entered.
Nomad
parents: 428
diff changeset
842 return i + 1;
137c59c3dbc4 Temple of Moon and Dragon Lair can now be entered.
Nomad
parents: 428
diff changeset
843 return 0;
0
Ritor1
parents:
diff changeset
844 }
Ritor1
parents:
diff changeset
845
Ritor1
parents:
diff changeset
846 //----- (004488F7) --------------------------------------------------------
711
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
847 void IndoorLocation::ToggleLight(signed int sLightID, unsigned int bToggle)
0
Ritor1
parents:
diff changeset
848 {
711
a5e587c8e30e some cleaning
Gloval
parents: 707
diff changeset
849 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor && (sLightID <= pIndoor->uNumLights - 1) && (sLightID >= 0) )
0
Ritor1
parents:
diff changeset
850 {
Ritor1
parents:
diff changeset
851 if ( bToggle )
1063
bcebd491e8fa some cleaning
zipi
parents: 1060
diff changeset
852 pIndoor->pLights[sLightID].uAtributes &= 0xFFFFFFF7u;
0
Ritor1
parents:
diff changeset
853 else
2273
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
854 pIndoor->pLights[sLightID].uAtributes |= 8;
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
855 pParty->uFlags |= 2;
0
Ritor1
parents:
diff changeset
856 }
Ritor1
parents:
diff changeset
857 }
Ritor1
parents:
diff changeset
858
Ritor1
parents:
diff changeset
859 //----- (00498E0A) --------------------------------------------------------
Ritor1
parents:
diff changeset
860 bool IndoorLocation::Load(char *pFilename, int a3, size_t _i, char *pDest)
Ritor1
parents:
diff changeset
861 {
Ritor1
parents:
diff changeset
862 /*unsigned int v5; // ebx@1
Ritor1
parents:
diff changeset
863 //IndoorLocation *v6; // esi@1
Ritor1
parents:
diff changeset
864 FILE *v7; // edi@3
Ritor1
parents:
diff changeset
865 bool result; // eax@3
Ritor1
parents:
diff changeset
866 char *v9; // ecx@4
Ritor1
parents:
diff changeset
867 void *v10; // eax@4
Ritor1
parents:
diff changeset
868 //unsigned __int8 v11; // zf@4
Ritor1
parents:
diff changeset
869 //unsigned __int8 v12; // sf@4
Ritor1
parents:
diff changeset
870 int v13; // eax@5
Ritor1
parents:
diff changeset
871 size_t v14; // ecx@6
Ritor1
parents:
diff changeset
872 char *v15; // ecx@6
Ritor1
parents:
diff changeset
873 int v16; // edx@6
Ritor1
parents:
diff changeset
874 size_t v17; // ecx@6
Ritor1
parents:
diff changeset
875 char *v18; // ecx@6
Ritor1
parents:
diff changeset
876 int v19; // edx@6
Ritor1
parents:
diff changeset
877 unsigned __int16 *v20; // edx@6
Ritor1
parents:
diff changeset
878 unsigned __int16 *v21; // edx@6
Ritor1
parents:
diff changeset
879 unsigned __int16 *v22; // edx@6
Ritor1
parents:
diff changeset
880 __int16 v23; // ax@10
Ritor1
parents:
diff changeset
881 char *v24; // ecx@10
Ritor1
parents:
diff changeset
882 __int16 v25; // cx@10
Ritor1
parents:
diff changeset
883 __int16 v26; // ax@11
Ritor1
parents:
diff changeset
884 char *v27; // ecx@11
Ritor1
parents:
diff changeset
885 unsigned __int16 v28; // ax@17
Ritor1
parents:
diff changeset
886 BLVFaceExtra *v29; // ecx@17
Ritor1
parents:
diff changeset
887 char *v30; // edx@17
Ritor1
parents:
diff changeset
888 int v31; // ecx@20
Ritor1
parents:
diff changeset
889 void *v32; // eax@25
Ritor1
parents:
diff changeset
890 int v33; // eax@26
Ritor1
parents:
diff changeset
891 unsigned __int16 *v34; // edx@27
Ritor1
parents:
diff changeset
892 size_t v35; // ecx@27
Ritor1
parents:
diff changeset
893 char *v36; // ecx@27
Ritor1
parents:
diff changeset
894 int v37; // edx@27
Ritor1
parents:
diff changeset
895 size_t v38; // ecx@27
Ritor1
parents:
diff changeset
896 char *v39; // ecx@27
Ritor1
parents:
diff changeset
897 int v40; // edx@27
Ritor1
parents:
diff changeset
898 unsigned __int16 *v41; // edx@27
Ritor1
parents:
diff changeset
899 unsigned __int16 *v42; // edx@27
Ritor1
parents:
diff changeset
900 unsigned __int16 *v43; // edx@27
Ritor1
parents:
diff changeset
901 unsigned __int16 *v44; // edx@27
Ritor1
parents:
diff changeset
902 size_t v45; // ecx@27
Ritor1
parents:
diff changeset
903 unsigned __int16 *v46; // edx@27
Ritor1
parents:
diff changeset
904 void *v47; // eax@28
Ritor1
parents:
diff changeset
905 BLVSector *v48; // eax@29
Ritor1
parents:
diff changeset
906 size_t v49; // ecx@29
Ritor1
parents:
diff changeset
907 unsigned __int16 *v50; // edx@31
Ritor1
parents:
diff changeset
908 void *v51; // eax@32
Ritor1
parents:
diff changeset
909 int v52; // eax@33
Ritor1
parents:
diff changeset
910 unsigned __int16 *v53; // edx@34
Ritor1
parents:
diff changeset
911 size_t v54; // ecx@34
Ritor1
parents:
diff changeset
912 char *v55; // ecx@34
Ritor1
parents:
diff changeset
913 int v56; // edx@34
Ritor1
parents:
diff changeset
914 size_t v57; // ecx@34
Ritor1
parents:
diff changeset
915 char *v58; // ecx@34
Ritor1
parents:
diff changeset
916 int v59; // edx@34
Ritor1
parents:
diff changeset
917 unsigned __int16 *v60; // edx@34
Ritor1
parents:
diff changeset
918 unsigned __int16 *v61; // edx@34
Ritor1
parents:
diff changeset
919 unsigned __int16 *v62; // edx@34
Ritor1
parents:
diff changeset
920 unsigned __int16 *v63; // edx@34
Ritor1
parents:
diff changeset
921 int v64; // ecx@34
Ritor1
parents:
diff changeset
922 BLVDoor *v65; // ecx@36
Ritor1
parents:
diff changeset
923 char *v66; // eax@37
Ritor1
parents:
diff changeset
924 int v67; // edx@38
Ritor1
parents:
diff changeset
925 int v68; // ecx@38
Ritor1
parents:
diff changeset
926 BLVFace *v69; // edx@38
Ritor1
parents:
diff changeset
927 int v70; // ecx@38
Ritor1
parents:
diff changeset
928 int v71; // edx@38
Ritor1
parents:
diff changeset
929 int v72; // eax@38
Ritor1
parents:
diff changeset
930 unsigned __int16 v73; // ax@42
Ritor1
parents:
diff changeset
931 char *v74; // ecx@42
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 486
diff changeset
932 SpriteObject *v75; // ecx@44
0
Ritor1
parents:
diff changeset
933 size_t v76; // eax@45
Ritor1
parents:
diff changeset
934 int j; // edx@46
Ritor1
parents:
diff changeset
935 unsigned __int16 v78; // ax@50
Ritor1
parents:
diff changeset
936 void *v79; // eax@52
Ritor1
parents:
diff changeset
937 void **v80; // esi@52
Ritor1
parents:
diff changeset
938 unsigned int v145; // eax@103
Ritor1
parents:
diff changeset
939 void *v146; // eax@103
Ritor1
parents:
diff changeset
940 unsigned int v147; // ecx@103
Ritor1
parents:
diff changeset
941 int v148; // ebx@103
Ritor1
parents:
diff changeset
942 unsigned int *v149; // ecx@103*/
Ritor1
parents:
diff changeset
943 //size_t v150; // eax@103
Ritor1
parents:
diff changeset
944 //unsigned int v151; // ebx@109
Ritor1
parents:
diff changeset
945 //unsigned int v152; // ecx@116
Ritor1
parents:
diff changeset
946 //unsigned int v153; // eax@117
Ritor1
parents:
diff changeset
947 //size_t v154; // ebx@126
Ritor1
parents:
diff changeset
948 //unsigned int v155; // ebx@134
Ritor1
parents:
diff changeset
949 //size_t v156; // eax@140
Ritor1
parents:
diff changeset
950 //signed int v157; // ebx@142
Ritor1
parents:
diff changeset
951 //int v158; // ebx@148
Ritor1
parents:
diff changeset
952 //BLVFace *v159; // eax@149
Ritor1
parents:
diff changeset
953 // BLVFaceExtra *v160; // ecx@149
Ritor1
parents:
diff changeset
954 //BLVFaceExtra *v161; // ecx@149
Ritor1
parents:
diff changeset
955 //signed int v162; // ebx@154
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
956 //unsigned int outz; // ebx@157
0
Ritor1
parents:
diff changeset
957 //unsigned int v164; // ebx@157
Ritor1
parents:
diff changeset
958 //unsigned int v165; // edx@158
Ritor1
parents:
diff changeset
959 //char *v166; // ecx@158
Ritor1
parents:
diff changeset
960 //unsigned __int16 v167; // ax@161
Ritor1
parents:
diff changeset
961 //__int16 v168; // ax@165
Ritor1
parents:
diff changeset
962 //unsigned int v169; // ebx@168
Ritor1
parents:
diff changeset
963 //void *v170; // eax@168
Ritor1
parents:
diff changeset
964 //size_t v171; // ebx@168
Ritor1
parents:
diff changeset
965 //int v172; // edx@168
Ritor1
parents:
diff changeset
966 //BLVDoor *v173; // ecx@169
Ritor1
parents:
diff changeset
967 //int k; // eax@169
Ritor1
parents:
diff changeset
968 //BLVDoor *v175; // ecx@172
Ritor1
parents:
diff changeset
969 //int v176; // edx@172
Ritor1
parents:
diff changeset
970 //BLVDoor *v177; // ecx@172
Ritor1
parents:
diff changeset
971 //int v178; // edx@172
Ritor1
parents:
diff changeset
972 //BLVDoor *v179; // ecx@172
Ritor1
parents:
diff changeset
973 //int v180; // edx@172
Ritor1
parents:
diff changeset
974 //BLVDoor *v181; // ecx@172
Ritor1
parents:
diff changeset
975 //int v182; // edx@172
Ritor1
parents:
diff changeset
976 //BLVDoor *v183; // ecx@172
Ritor1
parents:
diff changeset
977 //int v184; // edx@172
Ritor1
parents:
diff changeset
978 //BLVDoor *v185; // ecx@172
Ritor1
parents:
diff changeset
979 //int v186; // edx@172
Ritor1
parents:
diff changeset
980 //BLVDoor *v187; // ecx@172
Ritor1
parents:
diff changeset
981 //int v188; // edx@172
Ritor1
parents:
diff changeset
982 //unsigned __int16 *v189; // ebx@172
Ritor1
parents:
diff changeset
983 //char *v190; // edx@173
Ritor1
parents:
diff changeset
984 //BLVDoor *v191; // ecx@174
Ritor1
parents:
diff changeset
985 //BLVDoor *l; // eax@175
Ritor1
parents:
diff changeset
986 //signed int v193; // ebx@176
Ritor1
parents:
diff changeset
987 //int v194; // ecx@176
Ritor1
parents:
diff changeset
988 //BLVFaceExtra *v195; // ecx@176
Ritor1
parents:
diff changeset
989 //BLVFace *v196; // ebx@178
Ritor1
parents:
diff changeset
990 //std::string v197; // [sp-18h] [bp-680h]@66
Ritor1
parents:
diff changeset
991 //void *v198; // [sp-14h] [bp-67Ch]@72
Ritor1
parents:
diff changeset
992 //size_t v199; // [sp-10h] [bp-678h]@72
Ritor1
parents:
diff changeset
993 //size_t v200; // [sp-Ch] [bp-674h]@72
Ritor1
parents:
diff changeset
994 //const char *v201; // [sp-8h] [bp-670h]@4
Ritor1
parents:
diff changeset
995 //int v202; // [sp-4h] [bp-66Ch]@4
Ritor1
parents:
diff changeset
996 char v203[875]; // [sp+Ch] [bp-65Ch]@130
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
997 // char FileName[260]; // [sp+378h] [bp-2F0h]@1
0
Ritor1
parents:
diff changeset
998 //char DstBuf; // [sp+47Ch] [bp-1ECh]@4
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
999 // __int32 Offset; // [sp+480h] [bp-1E8h]@4
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1000 // __int32 v207; // [sp+48Ch] [bp-1DCh]@4
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1001 // __int32 v208; // [sp+498h] [bp-1D0h]@4
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1002 // __int32 v209; // [sp+4A4h] [bp-1C4h]@4
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1003 // __int32 v210; // [sp+4B0h] [bp-1B8h]@4
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1004 // __int32 v211; // [sp+4BCh] [bp-1ACh]@15
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1005 // __int32 v212; // [sp+4C8h] [bp-1A0h]@15
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1006 // __int32 v213; // [sp+4D4h] [bp-194h]@25
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1007 // __int32 v214; // [sp+4E0h] [bp-188h]@25
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1008 // __int32 v215; // [sp+4ECh] [bp-17Ch]@32
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1009 // __int32 v216; // [sp+4F8h] [bp-170h]@32
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1010 // __int32 v217; // [sp+504h] [bp-164h]@40
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1011 // __int32 v218; // [sp+510h] [bp-158h]@40
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1012 // __int32 v219; // [sp+51Ch] [bp-14Ch]@43
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1013 // __int32 v220; // [sp+528h] [bp-140h]@43
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1014 // __int32 v221; // [sp+534h] [bp-134h]@52
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1015 // __int32 v222; // [sp+540h] [bp-128h]@52
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1016 // __int32 v223; // [sp+54Ch] [bp-11Ch]@52
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1017 // __int32 v224; // [sp+558h] [bp-110h]@52
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1018 // __int32 v225; // [sp+564h] [bp-104h]@52
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1019 // __int32 v226; // [sp+570h] [bp-F8h]@52
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1020 // __int32 v227; // [sp+57Ch] [bp-ECh]@52
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1021 // __int32 v228; // [sp+588h] [bp-E0h]@52
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1022 // __int32 v229; // [sp+594h] [bp-D4h]@52
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1023 // __int32 v230; // [sp+5A0h] [bp-C8h]@52
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1024 // __int32 v231; // [sp+5ACh] [bp-BCh]@52
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1025 // __int32 v232; // [sp+5B8h] [bp-B0h]@52
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1026 // __int32 v233; // [sp+5C4h] [bp-A4h]@52
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1027 // __int32 v234; // [sp+5D0h] [bp-98h]@52
0
Ritor1
parents:
diff changeset
1028 //char pName[40]; // [sp+5FCh] [bp-6Ch]@42
Ritor1
parents:
diff changeset
1029 //size_t pSource; // [sp+624h] [bp-44h]@67
Ritor1
parents:
diff changeset
1030 //char Dst[12]; // [sp+628h] [bp-40h]@9
Ritor1
parents:
diff changeset
1031 //char *v238; // [sp+634h] [bp-34h]@38
Ritor1
parents:
diff changeset
1032 ODMHeader header; // [sp+638h] [bp-30h]@61
Ritor1
parents:
diff changeset
1033 //void *ptr; // [sp+648h] [bp-20h]@66
Ritor1
parents:
diff changeset
1034 //size_t Count; // [sp+64Ch] [bp-1Ch]@109
Ritor1
parents:
diff changeset
1035 //int uSourceLen; // [sp+653h] [bp-15h]@66
Ritor1
parents:
diff changeset
1036 FILE *File; // [sp+658h] [bp-10h]@56
Ritor1
parents:
diff changeset
1037 //BLVSector *v244; // [sp+65Ch] [bp-Ch]@72
Ritor1
parents:
diff changeset
1038 //int v245; // [sp+660h] [bp-8h]@72
Ritor1
parents:
diff changeset
1039 //BLVFace *Src; // [sp+664h] [bp-4h]@73
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1040 // signed int Argsa; // [sp+670h] [bp+8h]@4
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1041 // signed int Argsb; // [sp+670h] [bp+8h]@7
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1042 // signed int Argsc; // [sp+670h] [bp+8h]@15
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1043 // signed int Argsd; // [sp+670h] [bp+8h]@18
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1044 // int Argse; // [sp+670h] [bp+8h]@25
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1045 // int Argsf; // [sp+670h] [bp+8h]@28
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1046 // int Argsg; // [sp+670h] [bp+8h]@32
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1047 // int Argsh; // [sp+670h] [bp+8h]@35
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1048 // signed int Argsi; // [sp+670h] [bp+8h]@40
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
1049 // signed int Argsj; // [sp+670h] [bp+8h]@45
0
Ritor1
parents:
diff changeset
1050 //int Argsk; // [sp+670h] [bp+8h]@143
Ritor1
parents:
diff changeset
1051 //void *Argsl; // [sp+670h] [bp+8h]@155
Ritor1
parents:
diff changeset
1052 //signed int Argsm; // [sp+670h] [bp+8h]@161
Ritor1
parents:
diff changeset
1053 //signed int Argsn; // [sp+670h] [bp+8h]@175
Ritor1
parents:
diff changeset
1054
Ritor1
parents:
diff changeset
1055 //v5 = 0;
Ritor1
parents:
diff changeset
1056 //v6 = this;
Ritor1
parents:
diff changeset
1057 _6807E0_num_decorations_with_sounds_6807B8 = 0;
Ritor1
parents:
diff changeset
1058
Ritor1
parents:
diff changeset
1059 #pragma region "loading from txt"
Ritor1
parents:
diff changeset
1060 /*sprintf(FileName, "levels\\%s", pFilename);
Ritor1
parents:
diff changeset
1061 if ( GetFileAttributesA(FileName) != -1 )
Ritor1
parents:
diff changeset
1062 {
Ritor1
parents:
diff changeset
1063 Release();
Ritor1
parents:
diff changeset
1064 if ( Alloc() )
Ritor1
parents:
diff changeset
1065 {
Ritor1
parents:
diff changeset
1066 v7 = fopen(FileName, "rb");
Ritor1
parents:
diff changeset
1067 result = 1;
Ritor1
parents:
diff changeset
1068 if ( !v7 )
Ritor1
parents:
diff changeset
1069 return result;
Ritor1
parents:
diff changeset
1070 v9 = pDest;
Ritor1
parents:
diff changeset
1071 bLoaded = 1;
Ritor1
parents:
diff changeset
1072 v202 = (int)v7;
Ritor1
parents:
diff changeset
1073 v201 = (const char *)1;
Ritor1
parents:
diff changeset
1074 *(int *)v9 = 1;
Ritor1
parents:
diff changeset
1075 fread(&DstBuf, 0x180u, (size_t)v201, (FILE *)v202);
Ritor1
parents:
diff changeset
1076 fseek(v7, Offset, 0);
Ritor1
parents:
diff changeset
1077 fread(&blv, 0x88u, 1u, v7);
Ritor1
parents:
diff changeset
1078 fseek(v7, v207, 0);
Ritor1
parents:
diff changeset
1079 fread(&uNumVertices, 1u, 4u, v7);
Ritor1
parents:
diff changeset
1080 fseek(v7, v208, 0);
Ritor1
parents:
diff changeset
1081 fread(pVertices, 6u, uNumVertices, v7);
Ritor1
parents:
diff changeset
1082 fseek(v7, v209, 0);
Ritor1
parents:
diff changeset
1083 fread(&uNumFaces, 4u, 1u, v7);
Ritor1
parents:
diff changeset
1084 fseek(v7, v210, 0);
Ritor1
parents:
diff changeset
1085 fread(pFaces, 0x60u, uNumFaces, v7);
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
1086 v10 = malloc(ptr_2AC, blv.uFaces_fdata_Size, "L.FData");
0
Ritor1
parents:
diff changeset
1087 v202 = (int)v7;
Ritor1
parents:
diff changeset
1088 ptr_2AC = (unsigned __int16 *)v10;
Ritor1
parents:
diff changeset
1089 fread(v10, 1u, blv.uFaces_fdata_Size, (FILE *)v202);
Ritor1
parents:
diff changeset
1090 v11 = uNumFaces == 0;
Ritor1
parents:
diff changeset
1091 v12 = (uNumFaces & 0x80000000u) != 0;
Ritor1
parents:
diff changeset
1092 pDest = 0;
Ritor1
parents:
diff changeset
1093 Argsa = 0;
Ritor1
parents:
diff changeset
1094 if ( !(v12 | v11) )
Ritor1
parents:
diff changeset
1095 {
Ritor1
parents:
diff changeset
1096 v13 = 0;
Ritor1
parents:
diff changeset
1097 do
Ritor1
parents:
diff changeset
1098 {
Ritor1
parents:
diff changeset
1099 pFaces[v13].pVertexIDs = (unsigned __int16 *)&pDest[(unsigned int)ptr_2AC];
Ritor1
parents:
diff changeset
1100 v14 = (size_t)&pFaces[v13];
Ritor1
parents:
diff changeset
1101 i = v14;
Ritor1
parents:
diff changeset
1102 v15 = &pDest[2 * *(char *)(v14 + 93) + 2];
Ritor1
parents:
diff changeset
1103 v16 = (int)&v15[(unsigned int)ptr_2AC];
Ritor1
parents:
diff changeset
1104 pDest = v15;
Ritor1
parents:
diff changeset
1105 *(int *)(i + 52) = v16;
Ritor1
parents:
diff changeset
1106 v17 = (size_t)&pFaces[v13];
Ritor1
parents:
diff changeset
1107 i = v17;
Ritor1
parents:
diff changeset
1108 v18 = &pDest[2 * *(char *)(v17 + 93) + 2];
Ritor1
parents:
diff changeset
1109 v19 = (int)&v18[(unsigned int)ptr_2AC];
Ritor1
parents:
diff changeset
1110 pDest = v18;
Ritor1
parents:
diff changeset
1111 *(int *)(i + 56) = v19;
Ritor1
parents:
diff changeset
1112 i = (size_t)&pFaces[v13];
Ritor1
parents:
diff changeset
1113 v20 = ptr_2AC;
Ritor1
parents:
diff changeset
1114 pDest += 2 * *(char *)(i + 93) + 2;
Ritor1
parents:
diff changeset
1115 *(int *)(i + 60) = (int)(char *)v20 + (int)pDest;
Ritor1
parents:
diff changeset
1116 i = (size_t)&pFaces[v13];
Ritor1
parents:
diff changeset
1117 v21 = ptr_2AC;
Ritor1
parents:
diff changeset
1118 pDest += 2 * *(char *)(i + 93) + 2;
Ritor1
parents:
diff changeset
1119 *(int *)(i + 64) = (int)(char *)v21 + (int)pDest;
Ritor1
parents:
diff changeset
1120 i = (size_t)&pFaces[v13];
Ritor1
parents:
diff changeset
1121 ++v13;
Ritor1
parents:
diff changeset
1122 v22 = ptr_2AC;
Ritor1
parents:
diff changeset
1123 pDest += 2 * *(char *)(i + 93) + 2;
Ritor1
parents:
diff changeset
1124 ++Argsa;
Ritor1
parents:
diff changeset
1125 *(int *)(i + 68) = (int)(char *)v22 + (int)pDest;
Ritor1
parents:
diff changeset
1126 pDest += 2 * *((char *)&pFaces[v13] - 3) + 2;
Ritor1
parents:
diff changeset
1127 }
Ritor1
parents:
diff changeset
1128 while ( Argsa < (signed int)uNumFaces );
Ritor1
parents:
diff changeset
1129 }
Ritor1
parents:
diff changeset
1130 Argsb = 0;
Ritor1
parents:
diff changeset
1131 if ( (signed int)uNumFaces > 0 )
Ritor1
parents:
diff changeset
1132 {
Ritor1
parents:
diff changeset
1133 pDest = 0;
Ritor1
parents:
diff changeset
1134 do
Ritor1
parents:
diff changeset
1135 {
Ritor1
parents:
diff changeset
1136 fread(Dst, 1u, 0xAu, v7);
Ritor1
parents:
diff changeset
1137 if ( pDest[(unsigned int)pFaces + 45] & 0x40 )
Ritor1
parents:
diff changeset
1138 {
Ritor1
parents:
diff changeset
1139 v23 = pTextureFrameTable->FindTextureByName(Dst);
Ritor1
parents:
diff changeset
1140 v24 = pDest;
Ritor1
parents:
diff changeset
1141 *(short *)&pDest[(unsigned int)pFaces + 74] = v23;
Ritor1
parents:
diff changeset
1142 v25 = *(short *)&v24[(unsigned int)pFaces + 74];
Ritor1
parents:
diff changeset
1143 if ( v25 )
Ritor1
parents:
diff changeset
1144 {
Ritor1
parents:
diff changeset
1145 pTextureFrameTable->LoadAnimationSequenceAndPalettes(v25);
Ritor1
parents:
diff changeset
1146 }
Ritor1
parents:
diff changeset
1147 else
Ritor1
parents:
diff changeset
1148 {
Ritor1
parents:
diff changeset
1149 v26 = pBitmaps_LOD->LoadTexture(Dst);
Ritor1
parents:
diff changeset
1150 v27 = pDest;
Ritor1
parents:
diff changeset
1151 *(short *)&pDest[(unsigned int)pFaces + 74] = v26;
Ritor1
parents:
diff changeset
1152 v27[(unsigned int)pFaces + 45] &= 0xBFu;
Ritor1
parents:
diff changeset
1153 }
Ritor1
parents:
diff changeset
1154 }
Ritor1
parents:
diff changeset
1155 else
Ritor1
parents:
diff changeset
1156 {
Ritor1
parents:
diff changeset
1157 *(short *)&pDest[(unsigned int)pFaces + 74] = pBitmaps_LOD->LoadTexture(Dst);
Ritor1
parents:
diff changeset
1158 }
Ritor1
parents:
diff changeset
1159 ++Argsb;
Ritor1
parents:
diff changeset
1160 pDest += 96;
Ritor1
parents:
diff changeset
1161 }
Ritor1
parents:
diff changeset
1162 while ( Argsb < (signed int)uNumFaces );
Ritor1
parents:
diff changeset
1163 }
Ritor1
parents:
diff changeset
1164 fseek(v7, v211, 0);
Ritor1
parents:
diff changeset
1165 fread(&uNumFaceExtras, 4u, 1u, v7);
Ritor1
parents:
diff changeset
1166 fseek(v7, v212, 0);
Ritor1
parents:
diff changeset
1167 fread(pFaceExtras, 0x24u, uNumFaceExtras, v7);
Ritor1
parents:
diff changeset
1168 Argsc = 0;
Ritor1
parents:
diff changeset
1169 if ( (signed int)uNumFaceExtras > 0 )
Ritor1
parents:
diff changeset
1170 {
Ritor1
parents:
diff changeset
1171 pDest = 0;
Ritor1
parents:
diff changeset
1172 do
Ritor1
parents:
diff changeset
1173 {
Ritor1
parents:
diff changeset
1174 fread(Dst, 1u, 0xAu, v7);
Ritor1
parents:
diff changeset
1175 v28 = pBitmaps_LOD->LoadTexture(Dst);
Ritor1
parents:
diff changeset
1176 v29 = pFaceExtras;
Ritor1
parents:
diff changeset
1177 v30 = pDest;
Ritor1
parents:
diff changeset
1178 ++Argsc;
Ritor1
parents:
diff changeset
1179 pDest += 36;
Ritor1
parents:
diff changeset
1180 *(unsigned __int16 *)((char *)&v29->uAdditionalBitmapID + (int)v30) = v28;
Ritor1
parents:
diff changeset
1181 }
Ritor1
parents:
diff changeset
1182 while ( Argsc < (signed int)uNumFaceExtras );
Ritor1
parents:
diff changeset
1183 }
Ritor1
parents:
diff changeset
1184 Argsd = 0;
Ritor1
parents:
diff changeset
1185 if ( (signed int)uNumFaces > 0 )
Ritor1
parents:
diff changeset
1186 {
Ritor1
parents:
diff changeset
1187 pDest = 0;
Ritor1
parents:
diff changeset
1188 do
Ritor1
parents:
diff changeset
1189 {
Ritor1
parents:
diff changeset
1190 v31 = (int)&pFaceExtras[*(short *)&pDest[(unsigned int)pFaces + 72]];
Ritor1
parents:
diff changeset
1191 if ( *(short *)(v31 + 26) )
Ritor1
parents:
diff changeset
1192 {
Ritor1
parents:
diff changeset
1193 if ( ((BLVFaceExtra *)v31)->HasEventint() )
Ritor1
parents:
diff changeset
1194 pDest[(unsigned int)pFaces + 46] |= 0x10u;
Ritor1
parents:
diff changeset
1195 else
Ritor1
parents:
diff changeset
1196 pDest[(unsigned int)pFaces + 46] &= 0xEFu;
Ritor1
parents:
diff changeset
1197 }
Ritor1
parents:
diff changeset
1198 ++Argsd;
Ritor1
parents:
diff changeset
1199 pDest += 96;
Ritor1
parents:
diff changeset
1200 }
Ritor1
parents:
diff changeset
1201 while ( Argsd < (signed int)uNumFaces );
Ritor1
parents:
diff changeset
1202 }
Ritor1
parents:
diff changeset
1203 fseek(v7, v213, 0);
Ritor1
parents:
diff changeset
1204 fread(&uNumSectors, 4u, 1u, v7);
Ritor1
parents:
diff changeset
1205 fseek(v7, v214, 0);
Ritor1
parents:
diff changeset
1206 fread(pSectors, 0x74u, uNumSectors, v7);
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
1207 v32 = malloc(ptr_0002B0_sector_rdata, blv.uSector_rdata_Size, "L.RData");
0
Ritor1
parents:
diff changeset
1208 v202 = (int)v7;
Ritor1
parents:
diff changeset
1209 ptr_0002B0_sector_rdata = (unsigned __int16 *)v32;
Ritor1
parents:
diff changeset
1210 fread(v32, 1u, blv.uSector_rdata_Size, (FILE *)v202);
Ritor1
parents:
diff changeset
1211 v11 = uNumSectors == 0;
Ritor1
parents:
diff changeset
1212 v12 = uNumSectors < 0;
Ritor1
parents:
diff changeset
1213 pDest = 0;
Ritor1
parents:
diff changeset
1214 Argse = 0;
Ritor1
parents:
diff changeset
1215 if ( !(v12 | v11) )
Ritor1
parents:
diff changeset
1216 {
Ritor1
parents:
diff changeset
1217 v33 = 0;
Ritor1
parents:
diff changeset
1218 do
Ritor1
parents:
diff changeset
1219 {
Ritor1
parents:
diff changeset
1220 pSectors[v33].pFloors = (unsigned __int16 *)&pDest[(unsigned int)ptr_0002B0_sector_rdata];
Ritor1
parents:
diff changeset
1221 i = (size_t)&pSectors[v33];
Ritor1
parents:
diff changeset
1222 v34 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1223 pDest += 2 * *(short *)(i + 4);
Ritor1
parents:
diff changeset
1224 *(int *)(i + 16) = (int)(char *)v34 + (int)pDest;
Ritor1
parents:
diff changeset
1225 v35 = (size_t)&pSectors[v33];
Ritor1
parents:
diff changeset
1226 i = v35;
Ritor1
parents:
diff changeset
1227 v36 = &pDest[2 * *(short *)(v35 + 12)];
Ritor1
parents:
diff changeset
1228 v37 = (int)&v36[(unsigned int)ptr_0002B0_sector_rdata];
Ritor1
parents:
diff changeset
1229 pDest = v36;
Ritor1
parents:
diff changeset
1230 *(int *)(i + 24) = v37;
Ritor1
parents:
diff changeset
1231 v38 = (size_t)&pSectors[v33];
Ritor1
parents:
diff changeset
1232 i = v38;
Ritor1
parents:
diff changeset
1233 v39 = &pDest[2 * *(short *)(v38 + 20)];
Ritor1
parents:
diff changeset
1234 v40 = (int)&v39[(unsigned int)ptr_0002B0_sector_rdata];
Ritor1
parents:
diff changeset
1235 pDest = v39;
Ritor1
parents:
diff changeset
1236 *(int *)(i + 32) = v40;
Ritor1
parents:
diff changeset
1237 i = (size_t)&pSectors[v33];
Ritor1
parents:
diff changeset
1238 v41 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1239 pDest += 2 * *(short *)(i + 28);
Ritor1
parents:
diff changeset
1240 *(int *)(i + 40) = (int)(char *)v41 + (int)pDest;
Ritor1
parents:
diff changeset
1241 i = (size_t)&pSectors[v33];
Ritor1
parents:
diff changeset
1242 v42 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1243 pDest += 2 * *(short *)(i + 36);
Ritor1
parents:
diff changeset
1244 *(int *)(i + 48) = (int)(char *)v42 + (int)pDest;
Ritor1
parents:
diff changeset
1245 i = (size_t)&pSectors[v33];
Ritor1
parents:
diff changeset
1246 v43 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1247 pDest += 2 * *(short *)(i + 44);
Ritor1
parents:
diff changeset
1248 *(int *)(i + 64) = (int)(char *)v43 + (int)pDest;
Ritor1
parents:
diff changeset
1249 i = (size_t)&pSectors[v33];
Ritor1
parents:
diff changeset
1250 v44 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1251 pDest += 2 * *(short *)(i + 60);
Ritor1
parents:
diff changeset
1252 *(int *)(i + 72) = (int)(char *)v44 + (int)pDest;
Ritor1
parents:
diff changeset
1253 v45 = (size_t)&pSectors[v33];
Ritor1
parents:
diff changeset
1254 ++v33;
Ritor1
parents:
diff changeset
1255 i = v45;
Ritor1
parents:
diff changeset
1256 v46 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1257 pDest += 2 * *(short *)(v45 + 68);
Ritor1
parents:
diff changeset
1258 ++Argse;
Ritor1
parents:
diff changeset
1259 *(int *)(v45 + 80) = (int)(char *)v46 + (int)pDest;
Ritor1
parents:
diff changeset
1260 pDest += 2 * *((short *)&pSectors[v33] - 20);
Ritor1
parents:
diff changeset
1261 }
Ritor1
parents:
diff changeset
1262 while ( Argse < uNumSectors );
Ritor1
parents:
diff changeset
1263 }
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
1264 v47 = malloc(
0
Ritor1
parents:
diff changeset
1265 ptr_0002B8_sector_lrdata,
Ritor1
parents:
diff changeset
1266 blv.uSector_lrdata_Size,
Ritor1
parents:
diff changeset
1267 "L.RLData");
Ritor1
parents:
diff changeset
1268 v202 = (int)v7;
Ritor1
parents:
diff changeset
1269 ptr_0002B8_sector_lrdata = (unsigned __int16 *)v47;
Ritor1
parents:
diff changeset
1270 fread(v47, 1u, blv.uSector_lrdata_Size, (FILE *)v202);
Ritor1
parents:
diff changeset
1271 v11 = uNumSectors == 0;
Ritor1
parents:
diff changeset
1272 v12 = uNumSectors < 0;
Ritor1
parents:
diff changeset
1273 pDest = 0;
Ritor1
parents:
diff changeset
1274 Argsf = 0;
Ritor1
parents:
diff changeset
1275 if ( !(v12 | v11) )
Ritor1
parents:
diff changeset
1276 {
Ritor1
parents:
diff changeset
1277 v48 = pSectors;
Ritor1
parents:
diff changeset
1278 v49 = 0;
Ritor1
parents:
diff changeset
1279 for ( i = 0; ; v49 = i )
Ritor1
parents:
diff changeset
1280 {
Ritor1
parents:
diff changeset
1281 v50 = ptr_0002B8_sector_lrdata;
Ritor1
parents:
diff changeset
1282 i += 116;
Ritor1
parents:
diff changeset
1283 ++Argsf;
Ritor1
parents:
diff changeset
1284 *(BLVLightMM7 **)((char *)&v48->pLights + v49) = (BLVLightMM7 *)((char *)v50 + (int)pDest);
Ritor1
parents:
diff changeset
1285 v48 = pSectors;
Ritor1
parents:
diff changeset
1286 pDest += 2 * *(__int16 *)((char *)&v48->uNumLights + v49);
Ritor1
parents:
diff changeset
1287 if ( Argsf >= uNumSectors )
Ritor1
parents:
diff changeset
1288 break;
Ritor1
parents:
diff changeset
1289 }
Ritor1
parents:
diff changeset
1290 }
Ritor1
parents:
diff changeset
1291 fseek(v7, v215, 0);
Ritor1
parents:
diff changeset
1292 fread(&uNumDoors, 4u, 1u, v7);
Ritor1
parents:
diff changeset
1293 fseek(v7, v216, 0);
Ritor1
parents:
diff changeset
1294 fread(pDoors, 0x50u, 0xC8u, v7);
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
1295 v51 = malloc(ptr_0002B4_doors_ddata, blv.uDoors_ddata_Size, "L.DData");
0
Ritor1
parents:
diff changeset
1296 v202 = (int)v7;
Ritor1
parents:
diff changeset
1297 ptr_0002B4_doors_ddata = (unsigned __int16 *)v51;
Ritor1
parents:
diff changeset
1298 fread(v51, 1u, blv.uDoors_ddata_Size, (FILE *)v202);
Ritor1
parents:
diff changeset
1299 v11 = uNumDoors == 0;
Ritor1
parents:
diff changeset
1300 v12 = uNumDoors < 0;
Ritor1
parents:
diff changeset
1301 pDest = 0;
Ritor1
parents:
diff changeset
1302 Argsg = 0;
Ritor1
parents:
diff changeset
1303 if ( !(v12 | v11) )
Ritor1
parents:
diff changeset
1304 {
Ritor1
parents:
diff changeset
1305 v52 = 0;
Ritor1
parents:
diff changeset
1306 do
Ritor1
parents:
diff changeset
1307 {
Ritor1
parents:
diff changeset
1308 pDoors[v52].pVertexIDs = (unsigned __int16 *)&pDest[(unsigned int)ptr_0002B4_doors_ddata];
Ritor1
parents:
diff changeset
1309 i = (size_t)&pDoors[v52];
Ritor1
parents:
diff changeset
1310 v53 = ptr_0002B4_doors_ddata;
Ritor1
parents:
diff changeset
1311 pDest += 2 * *(short *)(i + 68);
Ritor1
parents:
diff changeset
1312 *(int *)(i + 40) = (int)(char *)v53 + (int)pDest;
Ritor1
parents:
diff changeset
1313 v54 = (size_t)&pDoors[v52];
Ritor1
parents:
diff changeset
1314 i = v54;
Ritor1
parents:
diff changeset
1315 v55 = &pDest[2 * *(short *)(v54 + 70)];
Ritor1
parents:
diff changeset
1316 v56 = (int)&v55[(unsigned int)ptr_0002B4_doors_ddata];
Ritor1
parents:
diff changeset
1317 pDest = v55;
Ritor1
parents:
diff changeset
1318 *(int *)(i + 44) = v56;
Ritor1
parents:
diff changeset
1319 v57 = (size_t)&pDoors[v52];
Ritor1
parents:
diff changeset
1320 i = v57;
Ritor1
parents:
diff changeset
1321 v58 = &pDest[2 * *(short *)(v57 + 72)];
Ritor1
parents:
diff changeset
1322 v59 = (int)&v58[(unsigned int)ptr_0002B4_doors_ddata];
Ritor1
parents:
diff changeset
1323 pDest = v58;
Ritor1
parents:
diff changeset
1324 *(int *)(i + 48) = v59;
Ritor1
parents:
diff changeset
1325 i = (size_t)&pDoors[v52];
Ritor1
parents:
diff changeset
1326 v60 = ptr_0002B4_doors_ddata;
Ritor1
parents:
diff changeset
1327 pDest += 2 * *(short *)(i + 70);
Ritor1
parents:
diff changeset
1328 *(int *)(i + 52) = (int)(char *)v60 + (int)pDest;
Ritor1
parents:
diff changeset
1329 i = (size_t)&pDoors[v52];
Ritor1
parents:
diff changeset
1330 v61 = ptr_0002B4_doors_ddata;
Ritor1
parents:
diff changeset
1331 pDest += 2 * *(short *)(i + 70);
Ritor1
parents:
diff changeset
1332 *(int *)(i + 56) = (int)(char *)v61 + (int)pDest;
Ritor1
parents:
diff changeset
1333 i = (size_t)&pDoors[v52];
Ritor1
parents:
diff changeset
1334 v62 = ptr_0002B4_doors_ddata;
Ritor1
parents:
diff changeset
1335 pDest += 2 * *(short *)(i + 74);
Ritor1
parents:
diff changeset
1336 *(int *)(i + 60) = (int)(char *)v62 + (int)pDest;
Ritor1
parents:
diff changeset
1337 i = (size_t)&pDoors[v52];
Ritor1
parents:
diff changeset
1338 v63 = ptr_0002B4_doors_ddata;
Ritor1
parents:
diff changeset
1339 pDest += 2 * *(short *)(i + 74);
Ritor1
parents:
diff changeset
1340 *(int *)(i + 64) = (int)(char *)v63 + (int)pDest;
Ritor1
parents:
diff changeset
1341 ++Argsg;
Ritor1
parents:
diff changeset
1342 v64 = pDoors[v52].uNumOffsets;
Ritor1
parents:
diff changeset
1343 ++v52;
Ritor1
parents:
diff changeset
1344 pDest += 2 * v64;
Ritor1
parents:
diff changeset
1345 }
Ritor1
parents:
diff changeset
1346 while ( Argsg < uNumDoors );
Ritor1
parents:
diff changeset
1347 }
Ritor1
parents:
diff changeset
1348 Argsh = 0;
Ritor1
parents:
diff changeset
1349 if ( uNumDoors > 0 )
Ritor1
parents:
diff changeset
1350 {
Ritor1
parents:
diff changeset
1351 v65 = pDoors;
Ritor1
parents:
diff changeset
1352 pDest = 0;
Ritor1
parents:
diff changeset
1353 do
Ritor1
parents:
diff changeset
1354 {
Ritor1
parents:
diff changeset
1355 i = 0;
Ritor1
parents:
diff changeset
1356 v66 = &pDest[(int)v65];
Ritor1
parents:
diff changeset
1357 if ( *(short *)&pDest[(int)v65 + 70] > 0 )
Ritor1
parents:
diff changeset
1358 {
Ritor1
parents:
diff changeset
1359 do
Ritor1
parents:
diff changeset
1360 {
Ritor1
parents:
diff changeset
1361 v67 = *((int *)v66 + 10);
Ritor1
parents:
diff changeset
1362 a3 = 2 * i;
Ritor1
parents:
diff changeset
1363 v68 = *(short *)(v67 + 2 * i);
Ritor1
parents:
diff changeset
1364 v69 = pFaces;
Ritor1
parents:
diff changeset
1365 ++i;
Ritor1
parents:
diff changeset
1366 v70 = (int)&pFaceExtras[v69[v68].uFaceExtraID];
Ritor1
parents:
diff changeset
1367 v71 = *((int *)v66 + 12);
Ritor1
parents:
diff changeset
1368 v72 = a3;
Ritor1
parents:
diff changeset
1369 v238 = (char *)v70;
Ritor1
parents:
diff changeset
1370 *(short *)(a3 + v71) = *(short *)(v70 + 20);
Ritor1
parents:
diff changeset
1371 *(__int16 *)(*(char **)((char *)&pDoors->pDeltaVs + (unsigned int)pDest) + v72) = *((short *)v238 + 11);
Ritor1
parents:
diff changeset
1372 v65 = pDoors;
Ritor1
parents:
diff changeset
1373 v66 = &pDest[(int)v65];
Ritor1
parents:
diff changeset
1374 }
Ritor1
parents:
diff changeset
1375 while ( (signed int)i < *(short *)&pDest[(int)v65 + 70] );
Ritor1
parents:
diff changeset
1376 }
Ritor1
parents:
diff changeset
1377 ++Argsh;
Ritor1
parents:
diff changeset
1378 pDest += 80;
Ritor1
parents:
diff changeset
1379 }
Ritor1
parents:
diff changeset
1380 while ( Argsh < uNumDoors );
Ritor1
parents:
diff changeset
1381 }
Ritor1
parents:
diff changeset
1382 fseek(v7, v217, 0);
Ritor1
parents:
diff changeset
1383 fread(&uNumLevelDecorations, 4u, 1u, v7);
Ritor1
parents:
diff changeset
1384 fseek(v7, v218, 0);
Ritor1
parents:
diff changeset
1385 fread(pLevelDecorations, 0x20u, uNumLevelDecorations, v7);
Ritor1
parents:
diff changeset
1386 Argsi = 0;
Ritor1
parents:
diff changeset
1387 if ( (signed int)uNumLevelDecorations > 0 )
Ritor1
parents:
diff changeset
1388 {
Ritor1
parents:
diff changeset
1389 pDest = (char *)pLevelDecorations;
Ritor1
parents:
diff changeset
1390 do
Ritor1
parents:
diff changeset
1391 {
Ritor1
parents:
diff changeset
1392 fread(pName, 1u, 0x20u, v7);
Ritor1
parents:
diff changeset
1393 v73 = pDecorationList->GetDecorIdByName(pName);
Ritor1
parents:
diff changeset
1394 v74 = pDest;
Ritor1
parents:
diff changeset
1395 ++Argsi;
Ritor1
parents:
diff changeset
1396 pDest += 32;
Ritor1
parents:
diff changeset
1397 *(short *)v74 = v73;
Ritor1
parents:
diff changeset
1398 }
Ritor1
parents:
diff changeset
1399 while ( Argsi < (signed int)uNumLevelDecorations );
Ritor1
parents:
diff changeset
1400 }
Ritor1
parents:
diff changeset
1401 fseek(v7, v219, 0);
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 486
diff changeset
1402 fread(&uNumSpriteObjects, 4u, 1u, v7);
0
Ritor1
parents:
diff changeset
1403 fseek(v7, v220, 0);
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 486
diff changeset
1404 fread(pSpriteObjects, 0x70u, uNumSpriteObjects, v7);
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 486
diff changeset
1405 if ( (signed int)uNumSpriteObjects > 0 )
0
Ritor1
parents:
diff changeset
1406 {
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 486
diff changeset
1407 v75 = pSpriteObjects;
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 486
diff changeset
1408 pDest = (char *)uNumSpriteObjects;
0
Ritor1
parents:
diff changeset
1409 do
Ritor1
parents:
diff changeset
1410 {
Ritor1
parents:
diff changeset
1411 Argsj = 0;
Ritor1
parents:
diff changeset
1412 v76 = 48 * v75->stru_24.uItemID;
Ritor1
parents:
diff changeset
1413 v11 = pObjectList->uNumObjects == 0;
Ritor1
parents:
diff changeset
1414 v12 = (pObjectList->uNumObjects & 0x80000000u) != 0;
Ritor1
parents:
diff changeset
1415 LOWORD(v76) = *(unsigned __int16 *)((char *)&pItemsTable->pItems[0].uSpriteID + v76);
Ritor1
parents:
diff changeset
1416 i = v76;
Ritor1
parents:
diff changeset
1417 v75->uItemType = v76;
Ritor1
parents:
diff changeset
1418 if ( v12 | v11 )
Ritor1
parents:
diff changeset
1419 {
Ritor1
parents:
diff changeset
1420 LABEL_50:
Ritor1
parents:
diff changeset
1421 v78 = 0;
Ritor1
parents:
diff changeset
1422 }
Ritor1
parents:
diff changeset
1423 else
Ritor1
parents:
diff changeset
1424 {
Ritor1
parents:
diff changeset
1425 for ( j = (int)&pObjectList->pObjects->uObjectID; (short)v76 != *(short *)j; j = a3 )
Ritor1
parents:
diff changeset
1426 {
Ritor1
parents:
diff changeset
1427 ++Argsj;
Ritor1
parents:
diff changeset
1428 a3 = j + 56;
Ritor1
parents:
diff changeset
1429 if ( Argsj >= (signed int)pObjectList->uNumObjects )
Ritor1
parents:
diff changeset
1430 goto LABEL_50;
Ritor1
parents:
diff changeset
1431 LOWORD(v76) = i;
Ritor1
parents:
diff changeset
1432 }
Ritor1
parents:
diff changeset
1433 v78 = Argsj;
Ritor1
parents:
diff changeset
1434 }
Ritor1
parents:
diff changeset
1435 v75->uObjectDescID = v78;
Ritor1
parents:
diff changeset
1436 ++v75;
Ritor1
parents:
diff changeset
1437 --pDest;
Ritor1
parents:
diff changeset
1438 }
Ritor1
parents:
diff changeset
1439 while ( pDest );
Ritor1
parents:
diff changeset
1440 }
Ritor1
parents:
diff changeset
1441 fseek(v7, v221, 0);
Ritor1
parents:
diff changeset
1442 fread(&uNumActors, 4u, 1u, v7);
Ritor1
parents:
diff changeset
1443 fseek(v7, v222, 0);
Ritor1
parents:
diff changeset
1444 fread(pActors, 0x344u, uNumActors, v7);
Ritor1
parents:
diff changeset
1445 fseek(v7, v228, 0);
Ritor1
parents:
diff changeset
1446 fread(&uNumChests, 4u, 1u, v7);
Ritor1
parents:
diff changeset
1447 fseek(v7, v229, 0);
Ritor1
parents:
diff changeset
1448 fread(pChests, 0x14CCu, uNumChests, v7);
Ritor1
parents:
diff changeset
1449 fseek(v7, v224, 0);
Ritor1
parents:
diff changeset
1450 fread(&uNumLights, 4u, 1u, v7);
Ritor1
parents:
diff changeset
1451 fseek(v7, v225, 0);
Ritor1
parents:
diff changeset
1452 fread(pLights, 0x10u, uNumLights, v7);
Ritor1
parents:
diff changeset
1453 fseek(v7, v226, 0);
Ritor1
parents:
diff changeset
1454 fread(&uNumNodes, 4u, 1u, v7);
Ritor1
parents:
diff changeset
1455 fseek(v7, v227, 0);
Ritor1
parents:
diff changeset
1456 fread(pNodes, 8u, uNumNodes, v7);
Ritor1
parents:
diff changeset
1457 fseek(v7, v230, 0);
Ritor1
parents:
diff changeset
1458 fread(&uNumSpawnPoints, 4u, 1u, v7);
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
1459 v79 = malloc(pSpawnPoints, 24 * uNumSpawnPoints, "Spawn");
0
Ritor1
parents:
diff changeset
1460 v202 = 0;
Ritor1
parents:
diff changeset
1461 pSpawnPoints = (SpawnPointMM7 *)v79;
Ritor1
parents:
diff changeset
1462 fseek(v7, v231, v202);
Ritor1
parents:
diff changeset
1463 fread(pSpawnPoints, 0x18u, uNumSpawnPoints, v7);
Ritor1
parents:
diff changeset
1464 fseek(v7, v232, 0);
Ritor1
parents:
diff changeset
1465 fread(&dlv, 0x28u, 1u, v7);
Ritor1
parents:
diff changeset
1466 fseek(v7, v233, 0);
Ritor1
parents:
diff changeset
1467 fread(&stru_5E4C90, 1u, 0xC8u, v7);
Ritor1
parents:
diff changeset
1468 fseek(v7, v234, 0);
Ritor1
parents:
diff changeset
1469 fread(&uLastVisitDay, 1u, 0x38u, v7);
Ritor1
parents:
diff changeset
1470 fseek(v7, v223, 0);
Ritor1
parents:
diff changeset
1471 v80 = (void **)&pMapOutlines;
Ritor1
parents:
diff changeset
1472 fread(*v80, 4u, 1u, v7);
Ritor1
parents:
diff changeset
1473 fread((char *)*v80 + 4, 0xCu, *(int *)*v80, v7);
Ritor1
parents:
diff changeset
1474 fclose(v7);
Ritor1
parents:
diff changeset
1475 goto LABEL_179;
Ritor1
parents:
diff changeset
1476 }
Ritor1
parents:
diff changeset
1477 return 4;
Ritor1
parents:
diff changeset
1478 }*/
Ritor1
parents:
diff changeset
1479 #pragma endregion
Ritor1
parents:
diff changeset
1480
Ritor1
parents:
diff changeset
1481 if (bLoaded)
Ritor1
parents:
diff changeset
1482 {
Ritor1
parents:
diff changeset
1483 Log::Warning(L"BLV is already loaded");
Ritor1
parents:
diff changeset
1484 return 3;
Ritor1
parents:
diff changeset
1485 }
Ritor1
parents:
diff changeset
1486
Ritor1
parents:
diff changeset
1487 if ( !pGames_LOD->DoesContainerExist(pFilename) )
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1544
diff changeset
1488 Error("Unable to find %s in Games.LOD", pFilename);
0
Ritor1
parents:
diff changeset
1489
Ritor1
parents:
diff changeset
1490 //v238 = pFilename - 4;
Ritor1
parents:
diff changeset
1491 //v81 = strlen(pFilename);
Ritor1
parents:
diff changeset
1492 strcpy(this->pFilename, pFilename);
Ritor1
parents:
diff changeset
1493 strcpy(&pFilename[strlen(pFilename) - 4], ".blv");
Ritor1
parents:
diff changeset
1494 File = pGames_LOD->FindContainer(pFilename, 1);
Ritor1
parents:
diff changeset
1495 //File = v82;
Ritor1
parents:
diff changeset
1496
Ritor1
parents:
diff changeset
1497 Release();
Ritor1
parents:
diff changeset
1498 if ( !Alloc() )
Ritor1
parents:
diff changeset
1499 return 4;
Ritor1
parents:
diff changeset
1500
Ritor1
parents:
diff changeset
1501 header.uVersion = 91969;
Ritor1
parents:
diff changeset
1502 header.pMagic[0] = 'm';
Ritor1
parents:
diff changeset
1503 header.pMagic[1] = 'v';
Ritor1
parents:
diff changeset
1504 header.pMagic[2] = 'i';
Ritor1
parents:
diff changeset
1505 header.pMagic[3] = 'i';
Ritor1
parents:
diff changeset
1506 header.uCompressedSize = 0;
Ritor1
parents:
diff changeset
1507 header.uDecompressedSize = 0;
2144
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
1508 fread(&header, sizeof(ODMHeader), 1, File);
0
Ritor1
parents:
diff changeset
1509 if (header.uVersion != 91969 ||
Ritor1
parents:
diff changeset
1510 header.pMagic[0] != 'm' ||
Ritor1
parents:
diff changeset
1511 header.pMagic[1] != 'v' ||
Ritor1
parents:
diff changeset
1512 header.pMagic[2] != 'i' ||
Ritor1
parents:
diff changeset
1513 header.pMagic[3] != 'i' )
Ritor1
parents:
diff changeset
1514 {
Ritor1
parents:
diff changeset
1515 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:792", 0);
Ritor1
parents:
diff changeset
1516 }
Ritor1
parents:
diff changeset
1517 //v83 = header.uCompressedSize;
Ritor1
parents:
diff changeset
1518 //pSource = header.uDecompressedSize;
Ritor1
parents:
diff changeset
1519 //v84 = malloc(header.uDecompressedSize);
Ritor1
parents:
diff changeset
1520 //v85 = v84;
Ritor1
parents:
diff changeset
1521 //ptr = v84;
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1522 void* pRawBLV = malloc(header.uDecompressedSize);
0
Ritor1
parents:
diff changeset
1523 memset(pRawBLV, 0, header.uDecompressedSize);
Ritor1
parents:
diff changeset
1524
Ritor1
parents:
diff changeset
1525 if (header.uCompressedSize == header.uDecompressedSize)
Ritor1
parents:
diff changeset
1526 fread(pRawBLV, header.uDecompressedSize, 1, File);
Ritor1
parents:
diff changeset
1527 else if (header.uCompressedSize < header.uDecompressedSize)
Ritor1
parents:
diff changeset
1528 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1529 void* pTmpMem = malloc(header.uCompressedSize);
0
Ritor1
parents:
diff changeset
1530 {
Ritor1
parents:
diff changeset
1531 fread(pTmpMem, header.uCompressedSize, 1, File);
Ritor1
parents:
diff changeset
1532
Ritor1
parents:
diff changeset
1533 uint uDecompressedSize = header.uDecompressedSize;
Ritor1
parents:
diff changeset
1534 zlib::MemUnzip(pRawBLV, &uDecompressedSize, pTmpMem, header.uCompressedSize);
Ritor1
parents:
diff changeset
1535
Ritor1
parents:
diff changeset
1536 if (uDecompressedSize != header.uDecompressedSize)
Ritor1
parents:
diff changeset
1537 Log::Warning(L"uDecompressedSize != header.uDecompressedSize in BLV");
Ritor1
parents:
diff changeset
1538 }
Ritor1
parents:
diff changeset
1539 free(pTmpMem);
Ritor1
parents:
diff changeset
1540 }
Ritor1
parents:
diff changeset
1541 else
Ritor1
parents:
diff changeset
1542 {
Ritor1
parents:
diff changeset
1543 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:803", 0);
Ritor1
parents:
diff changeset
1544 return 0;
Ritor1
parents:
diff changeset
1545 }
Ritor1
parents:
diff changeset
1546
Ritor1
parents:
diff changeset
1547 bLoaded = true;
Ritor1
parents:
diff changeset
1548
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1549 char* pData = (char *)pRawBLV;
0
Ritor1
parents:
diff changeset
1550
Ritor1
parents:
diff changeset
1551 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1552
Ritor1
parents:
diff changeset
1553 memcpy(&blv, pData, 136);
Ritor1
parents:
diff changeset
1554 memcpy(&uNumVertices, pData += 136, 4);
Ritor1
parents:
diff changeset
1555 memcpy(pVertices, pData += 4, uNumVertices * sizeof(Vec3_short_));
Ritor1
parents:
diff changeset
1556
Ritor1
parents:
diff changeset
1557 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1558
Ritor1
parents:
diff changeset
1559 memcpy(&uNumFaces, pData += uNumVertices * sizeof(Vec3_short_), 4);
Ritor1
parents:
diff changeset
1560
Ritor1
parents:
diff changeset
1561 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1562
Ritor1
parents:
diff changeset
1563 memcpy(pFaces, pData += 4, uNumFaces * sizeof (BLVFace));
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
1564 pLFaces = (unsigned __int16 *)malloc(blv.uFaces_fdata_Size);
1006
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
1565
e865f349aa41 ui cleanup
Gloval
parents: 945
diff changeset
1566 memcpy(pLFaces, pData += uNumFaces * sizeof (BLVFace), blv.uFaces_fdata_Size);
0
Ritor1
parents:
diff changeset
1567
Ritor1
parents:
diff changeset
1568 for (uint i = 0, j = 0; i < uNumFaces; ++i)
Ritor1
parents:
diff changeset
1569 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1570 BLVFace* pFace = &pFaces[i];
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1571
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1572 pFace->pVertexIDs = &pLFaces[j];
0
Ritor1
parents:
diff changeset
1573
Ritor1
parents:
diff changeset
1574 j += pFace->uNumVertices + 1;
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1575 pFace->pXInterceptDisplacements = (short *)(&pLFaces[j]);
0
Ritor1
parents:
diff changeset
1576
Ritor1
parents:
diff changeset
1577 j += pFace->uNumVertices + 1;
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1578 pFace->pYInterceptDisplacements = (short *)(&pLFaces[j]);
0
Ritor1
parents:
diff changeset
1579
Ritor1
parents:
diff changeset
1580 j += pFace->uNumVertices + 1;
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1581 pFace->pZInterceptDisplacements = (short *)(&pLFaces[j]);
0
Ritor1
parents:
diff changeset
1582
Ritor1
parents:
diff changeset
1583 j += pFace->uNumVertices + 1;
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1584 pFace->pVertexUIDs = (__int16 *)(&pLFaces[j]);
0
Ritor1
parents:
diff changeset
1585
Ritor1
parents:
diff changeset
1586 j += pFace->uNumVertices + 1;
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1587 pFace->pVertexVIDs = (__int16 *)(&pLFaces[j]);
0
Ritor1
parents:
diff changeset
1588
Ritor1
parents:
diff changeset
1589 j += pFace->uNumVertices + 1;
Ritor1
parents:
diff changeset
1590 /*v93 = &pFaces[v92];
Ritor1
parents:
diff changeset
1591 Src = v93;
Ritor1
parents:
diff changeset
1592 v94 = (BLVSector *)((char *)v244 + 2 * v93->uNumVertices + 2);
Ritor1
parents:
diff changeset
1593 v95 = (unsigned __int16 *)((char *)v94 + (unsigned int)ptr_2AC);
Ritor1
parents:
diff changeset
1594 v244 = v94;
Ritor1
parents:
diff changeset
1595 Src->pXInterceptDisplacements = v95;
Ritor1
parents:
diff changeset
1596 v96 = (int)&pFaces[v92];
Ritor1
parents:
diff changeset
1597 Src = (BLVFace *)v96;
Ritor1
parents:
diff changeset
1598 v97 = (BLVSector *)((char *)v244 + 2 * *(char *)(v96 + 93) + 2);
Ritor1
parents:
diff changeset
1599 v98 = (unsigned __int16 *)((char *)v97 + (unsigned int)ptr_2AC);
Ritor1
parents:
diff changeset
1600 v244 = v97;
Ritor1
parents:
diff changeset
1601 Src->pYInterceptDisplacements = v98;
Ritor1
parents:
diff changeset
1602 Src = &pFaces[v92];
Ritor1
parents:
diff changeset
1603 v99 = ptr_2AC;
Ritor1
parents:
diff changeset
1604 v244 = (BLVSector *)((char *)v244 + 2 * Src->uNumVertices + 2);
Ritor1
parents:
diff changeset
1605 Src->pZInterceptDisplacements = (unsigned __int16 *)((char *)v99 + (int)v244);
Ritor1
parents:
diff changeset
1606 Src = &pFaces[v92];
Ritor1
parents:
diff changeset
1607 v100 = ptr_2AC;
Ritor1
parents:
diff changeset
1608 v244 = (BLVSector *)((char *)v244 + 2 * Src->uNumVertices + 2);
Ritor1
parents:
diff changeset
1609 Src->pVertexUIDs = (unsigned __int16 *)((char *)v100 + (int)v244);
Ritor1
parents:
diff changeset
1610 Src = &pFaces[v92];
Ritor1
parents:
diff changeset
1611 ++v92;
Ritor1
parents:
diff changeset
1612 v101 = ptr_2AC;
Ritor1
parents:
diff changeset
1613 v244 = (BLVSector *)((char *)v244 + 2 * Src->uNumVertices + 2);
Ritor1
parents:
diff changeset
1614 ++v245;
Ritor1
parents:
diff changeset
1615 Src->pVertexVIDs = (unsigned __int16 *)((char *)v101 + (int)v244);
Ritor1
parents:
diff changeset
1616 v244 = (BLVSector *)((char *)v244 + 2 * *((char *)&pFaces[v92] - 3) + 2);*/
Ritor1
parents:
diff changeset
1617 }
Ritor1
parents:
diff changeset
1618
Ritor1
parents:
diff changeset
1619 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1620
Ritor1
parents:
diff changeset
1621 pData += blv.uFaces_fdata_Size;
Ritor1
parents:
diff changeset
1622
Ritor1
parents:
diff changeset
1623 for (uint i = 0; i < uNumFaces; ++i)
Ritor1
parents:
diff changeset
1624 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1625 BLVFace* pFace = &pFaces[i];
0
Ritor1
parents:
diff changeset
1626
Ritor1
parents:
diff changeset
1627 char pTexName[16];
Ritor1
parents:
diff changeset
1628 strncpy(pTexName, pData, 10);
Ritor1
parents:
diff changeset
1629 pData += 10;
Ritor1
parents:
diff changeset
1630
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
1631 if (pFace->uAttributes & FACE_TEXTURE_FRAME)
0
Ritor1
parents:
diff changeset
1632 {
Ritor1
parents:
diff changeset
1633 pFace->uBitmapID = pTextureFrameTable->FindTextureByName(pTexName);
Ritor1
parents:
diff changeset
1634 if (pFace->uBitmapID)
Ritor1
parents:
diff changeset
1635 pTextureFrameTable->LoadAnimationSequenceAndPalettes(pFace->uBitmapID);
Ritor1
parents:
diff changeset
1636 else
Ritor1
parents:
diff changeset
1637 {
Ritor1
parents:
diff changeset
1638 pFace->uBitmapID = pBitmaps_LOD->LoadTexture(pTexName);
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
1639 pFace->uAttributes &= ~FACE_TEXTURE_FRAME;
0
Ritor1
parents:
diff changeset
1640 }
Ritor1
parents:
diff changeset
1641 }
Ritor1
parents:
diff changeset
1642 else
Ritor1
parents:
diff changeset
1643 pFace->uBitmapID = pBitmaps_LOD->LoadTexture(pTexName);
Ritor1
parents:
diff changeset
1644 }
Ritor1
parents:
diff changeset
1645
Ritor1
parents:
diff changeset
1646 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1647
2144
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
1648 memcpy(&uNumFaceExtras, pData, 4);
0
Ritor1
parents:
diff changeset
1649 memcpy(pFaceExtras, pData += 4, uNumFaceExtras * sizeof(BLVFaceExtra));
Ritor1
parents:
diff changeset
1650 pData += uNumFaceExtras * sizeof(BLVFaceExtra);
Ritor1
parents:
diff changeset
1651
Ritor1
parents:
diff changeset
1652 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1653
Ritor1
parents:
diff changeset
1654 //v108 = (char *)v107 + 36 * uNumFaceExtras;
Ritor1
parents:
diff changeset
1655 //v245 = 0;
Ritor1
parents:
diff changeset
1656 //*(int *)((char *)&uSourceLen + 1) = 0;
Ritor1
parents:
diff changeset
1657 for (uint i = 0; i < uNumFaceExtras; ++i)
Ritor1
parents:
diff changeset
1658 {
Ritor1
parents:
diff changeset
1659 char pTexName[32];
Ritor1
parents:
diff changeset
1660 strncpy(pTexName, pData, 10);
Ritor1
parents:
diff changeset
1661 pData += 10;
Ritor1
parents:
diff changeset
1662
Ritor1
parents:
diff changeset
1663 if (!strcmp(pTexName, ""))
Ritor1
parents:
diff changeset
1664 pFaceExtras[i].uAdditionalBitmapID = -1;
Ritor1
parents:
diff changeset
1665 else
Ritor1
parents:
diff changeset
1666 pFaceExtras[i].uAdditionalBitmapID = pBitmaps_LOD->LoadTexture(pTexName);
Ritor1
parents:
diff changeset
1667 }
Ritor1
parents:
diff changeset
1668
Ritor1
parents:
diff changeset
1669
Ritor1
parents:
diff changeset
1670 for (uint i = 0; i < uNumFaces; ++i)
Ritor1
parents:
diff changeset
1671 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1672 BLVFace* pFace = &pFaces[i];
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1673 BLVFaceExtra* pFaceExtra = &pFaceExtras[pFace->uFaceExtraID];
0
Ritor1
parents:
diff changeset
1674
Ritor1
parents:
diff changeset
1675 if (pFaceExtra->uEventID)
Ritor1
parents:
diff changeset
1676 {
Ritor1
parents:
diff changeset
1677 if (pFaceExtra->HasEventint())
Ritor1
parents:
diff changeset
1678 pFace->uAttributes |= 0x100000;
Ritor1
parents:
diff changeset
1679 else
Ritor1
parents:
diff changeset
1680 pFace->uAttributes &= ~0x100000;
Ritor1
parents:
diff changeset
1681 }
Ritor1
parents:
diff changeset
1682 }
Ritor1
parents:
diff changeset
1683
Ritor1
parents:
diff changeset
1684 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1685
Ritor1
parents:
diff changeset
1686 memcpy(&uNumSectors, pData, 4);
Ritor1
parents:
diff changeset
1687 memcpy(pSectors, pData + 4, uNumSectors * sizeof(BLVSector));
Ritor1
parents:
diff changeset
1688 pData += 4 + uNumSectors * sizeof(BLVSector);
Ritor1
parents:
diff changeset
1689
Ritor1
parents:
diff changeset
1690 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1691
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
1692 ptr_0002B0_sector_rdata = (unsigned short *)malloc(blv.uSector_rdata_Size);//, "L.RData");
0
Ritor1
parents:
diff changeset
1693 memcpy(ptr_0002B0_sector_rdata, pData, blv.uSector_rdata_Size);
Ritor1
parents:
diff changeset
1694 pData += blv.uSector_rdata_Size;
Ritor1
parents:
diff changeset
1695
Ritor1
parents:
diff changeset
1696 for (uint i = 0, j = 0; i < uNumSectors; ++i)
Ritor1
parents:
diff changeset
1697 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1698 BLVSector* pSector = &pSectors[i];
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1699
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1700 pSector->pFloors = &ptr_0002B0_sector_rdata[j];
0
Ritor1
parents:
diff changeset
1701 j += pSector->uNumFloors;
Ritor1
parents:
diff changeset
1702
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1703 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
1704 j += pSector->uNumWalls;
0
Ritor1
parents:
diff changeset
1705
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1706 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
1707 j += pSector->uNumCeilings;
0
Ritor1
parents:
diff changeset
1708
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1709 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
1710 j += pSector->uNumFluids;
0
Ritor1
parents:
diff changeset
1711
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1712 pSector->pPortals = &ptr_0002B0_sector_rdata[j];
0
Ritor1
parents:
diff changeset
1713 j += pSector->uNumPortals;
Ritor1
parents:
diff changeset
1714
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1715 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
1716 j += pSector->uNumFaces;
0
Ritor1
parents:
diff changeset
1717
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1718 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
1719 j += pSector->uNumCogs;
0
Ritor1
parents:
diff changeset
1720
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1721 pSector->pDecorationIDs = &ptr_0002B0_sector_rdata[j];
0
Ritor1
parents:
diff changeset
1722 j += pSector->uNumDecorations;
Ritor1
parents:
diff changeset
1723
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1724 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
1725 j += pSector->uNumMarkers;
0
Ritor1
parents:
diff changeset
1726
Ritor1
parents:
diff changeset
1727
Ritor1
parents:
diff changeset
1728 //do
Ritor1
parents:
diff changeset
1729 //{
Ritor1
parents:
diff changeset
1730 /*pSectors[v118].pFloors = (unsigned __int16 *)((char *)Src + (unsigned int)ptr_0002B0_sector_rdata);
Ritor1
parents:
diff changeset
1731 v244 = &pSectors[v118];
Ritor1
parents:
diff changeset
1732 v119 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1733 Src = (BLVFace *)((char *)Src + 2 * v244->field_4);
Ritor1
parents:
diff changeset
1734 v244->pWalls = (unsigned __int16 *)((char *)v119 + (int)Src);
Ritor1
parents:
diff changeset
1735 v120 = (int)&pSectors[v118];
Ritor1
parents:
diff changeset
1736 v244 = (BLVSector *)v120;
Ritor1
parents:
diff changeset
1737 v121 = (BLVFace *)((char *)Src + 2 * *(short *)(v120 + 12));
Ritor1
parents:
diff changeset
1738 v122 = (unsigned __int16 *)((char *)v121 + (unsigned int)ptr_0002B0_sector_rdata);
Ritor1
parents:
diff changeset
1739 Src = v121;
Ritor1
parents:
diff changeset
1740 v244->pCeilings = v122;
Ritor1
parents:
diff changeset
1741 v123 = (int)&pSectors[v118];
Ritor1
parents:
diff changeset
1742 v244 = (BLVSector *)v123;
Ritor1
parents:
diff changeset
1743 v124 = (BLVFace *)((char *)Src + 2 * *(short *)(v123 + 20));
Ritor1
parents:
diff changeset
1744 v125 = (unsigned __int16 *)((char *)v124 + (unsigned int)ptr_0002B0_sector_rdata);
Ritor1
parents:
diff changeset
1745 Src = v124;
Ritor1
parents:
diff changeset
1746 v244->pFluids = v125;
Ritor1
parents:
diff changeset
1747 v244 = &pSectors[v118];
Ritor1
parents:
diff changeset
1748 v126 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1749 Src = (BLVFace *)((char *)Src + 2 * v244->field_1C);
Ritor1
parents:
diff changeset
1750 v244->pPortals = (unsigned __int16 *)((char *)v126 + (int)Src);
Ritor1
parents:
diff changeset
1751 v244 = &pSectors[v118];
Ritor1
parents:
diff changeset
1752 v127 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1753 Src = (BLVFace *)((char *)Src + 2 * v244->uNumPortals);
Ritor1
parents:
diff changeset
1754 v244->pFaceIDs = (unsigned __int16 *)((char *)v127 + (int)Src);
Ritor1
parents:
diff changeset
1755 v244 = &pSectors[v118];
Ritor1
parents:
diff changeset
1756 v128 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1757 Src = (BLVFace *)((char *)Src + 2 * v244->field_2C);
Ritor1
parents:
diff changeset
1758 v244->pCogs = (unsigned __int16 *)((char *)v128 + (int)Src);
Ritor1
parents:
diff changeset
1759 v244 = &pSectors[v118];
Ritor1
parents:
diff changeset
1760 v129 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1761 Src = (BLVFace *)((char *)Src + 2 * v244->field_3C);
Ritor1
parents:
diff changeset
1762 v244->pDecorationIDs = (unsigned __int16 *)((char *)v129 + (int)Src);
Ritor1
parents:
diff changeset
1763 v130 = (int)&pSectors[v118];
Ritor1
parents:
diff changeset
1764 ++v118;
Ritor1
parents:
diff changeset
1765 v244 = (BLVSector *)v130;
Ritor1
parents:
diff changeset
1766 v131 = ptr_0002B0_sector_rdata;
Ritor1
parents:
diff changeset
1767 Src = (BLVFace *)((char *)Src + 2 * *(short *)(v130 + 68));
Ritor1
parents:
diff changeset
1768 ++v245;
Ritor1
parents:
diff changeset
1769 *(int *)(v130 + 80) = (int)(char *)v131 + (int)Src;
Ritor1
parents:
diff changeset
1770 Src = (BLVFace *)((char *)Src + 2 * *((short *)&pSectors[v118] - 20));*/
Ritor1
parents:
diff changeset
1771 //}
Ritor1
parents:
diff changeset
1772 //while ( v245 < uNumSectors );
Ritor1
parents:
diff changeset
1773 }
Ritor1
parents:
diff changeset
1774
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
1775 ptr_0002B8_sector_lrdata = (unsigned __int16 *)malloc(blv.uSector_lrdata_Size);//, "L.RLData");
0
Ritor1
parents:
diff changeset
1776 memcpy(ptr_0002B8_sector_lrdata, pData, blv.uSector_lrdata_Size);
Ritor1
parents:
diff changeset
1777 pData += blv.uSector_lrdata_Size;
Ritor1
parents:
diff changeset
1778
Ritor1
parents:
diff changeset
1779 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1780
Ritor1
parents:
diff changeset
1781 for (uint i = 0, j = 0; i < uNumSectors; ++i)
Ritor1
parents:
diff changeset
1782 {
554
9caf59edb1ee Cave and Temple load and even doesn't crash (for a while).
Nomad
parents: 520
diff changeset
1783 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
1784 j += pSectors[i].uNumLights;
0
Ritor1
parents:
diff changeset
1785 }
Ritor1
parents:
diff changeset
1786
Ritor1
parents:
diff changeset
1787 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1788
Ritor1
parents:
diff changeset
1789 memcpy(&uNumDoors, pData, 4);
Ritor1
parents:
diff changeset
1790 pData += 4;
Ritor1
parents:
diff changeset
1791
Ritor1
parents:
diff changeset
1792 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1793 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1794
Ritor1
parents:
diff changeset
1795 memcpy(&uNumLevelDecorations, pData, 4);
1202
0dbf6c4dd029 arrays to std::arrays phase 1
Grumpy7
parents: 1187
diff changeset
1796 memcpy(pLevelDecorations.data(), pData + 4, uNumLevelDecorations * sizeof(LevelDecoration));
0
Ritor1
parents:
diff changeset
1797 pData += 4 + uNumLevelDecorations * sizeof(LevelDecoration);
Ritor1
parents:
diff changeset
1798
Ritor1
parents:
diff changeset
1799 for (uint i = 0; i < uNumLevelDecorations; ++i)
Ritor1
parents:
diff changeset
1800 {
Ritor1
parents:
diff changeset
1801 pLevelDecorations[i].uDecorationDescID = pDecorationList->GetDecorIdByName(pData);
Ritor1
parents:
diff changeset
1802
Ritor1
parents:
diff changeset
1803 pData += 32;
Ritor1
parents:
diff changeset
1804 }
Ritor1
parents:
diff changeset
1805
Ritor1
parents:
diff changeset
1806 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1807
Ritor1
parents:
diff changeset
1808 memcpy(&uNumLights, pData, 4);
Ritor1
parents:
diff changeset
1809 memcpy(pLights, pData + 4, uNumLights * sizeof(BLVLightMM7));
Ritor1
parents:
diff changeset
1810 pData += 4 + uNumLights * sizeof(BLVLightMM7);
Ritor1
parents:
diff changeset
1811
Ritor1
parents:
diff changeset
1812 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1813 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1814
Ritor1
parents:
diff changeset
1815 memcpy(&uNumNodes, pData, 4);
Ritor1
parents:
diff changeset
1816 memcpy(pNodes, pData + 4, uNumNodes * sizeof(BSPNode));
Ritor1
parents:
diff changeset
1817 pData += 4 + uNumNodes * sizeof(BSPNode);
Ritor1
parents:
diff changeset
1818
Ritor1
parents:
diff changeset
1819 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1820 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1821
Ritor1
parents:
diff changeset
1822 memcpy(&uNumSpawnPoints, pData, 4);
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
1823 pSpawnPoints = (SpawnPointMM7 *)malloc(uNumSpawnPoints * sizeof(SpawnPointMM7));
0
Ritor1
parents:
diff changeset
1824 memcpy(pSpawnPoints, pData + 4, uNumSpawnPoints * sizeof(SpawnPointMM7));
Ritor1
parents:
diff changeset
1825 pData += 4 + uNumSpawnPoints * sizeof(SpawnPointMM7);
Ritor1
parents:
diff changeset
1826
Ritor1
parents:
diff changeset
1827 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1828 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1829
Ritor1
parents:
diff changeset
1830 //v201 = (const char *)v148;
Ritor1
parents:
diff changeset
1831 //v200 = (size_t)pMapOutlines;
Ritor1
parents:
diff changeset
1832 memcpy(&pMapOutlines->uNumOutlines, pData, 4);
Ritor1
parents:
diff changeset
1833 memcpy(pMapOutlines->pOutlines, pData + 4, pMapOutlines->uNumOutlines * sizeof(BLVMapOutline));
Ritor1
parents:
diff changeset
1834 //v149 = pMapOutlines;
Ritor1
parents:
diff changeset
1835 //v199 = 12 * *v149;
Ritor1
parents:
diff changeset
1836 //memcpy(v149 + 1, (const void *)(v148 + 4), v199);
Ritor1
parents:
diff changeset
1837 free(pRawBLV);
Ritor1
parents:
diff changeset
1838 pRawBLV = nullptr;
Ritor1
parents:
diff changeset
1839
Ritor1
parents:
diff changeset
1840 void *pRawDLV = nullptr;
Ritor1
parents:
diff changeset
1841 strcpy(&pFilename[strlen(pFilename) - 4], ".dlv");
2165
47ac9e87690c isFileOpened
Ritor1
parents: 2164
diff changeset
1842 File = pNew_LOD->FindContainer(pFilename, 1);//error on D28.dlv
2144
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
1843 fread(&header, 0x10u, 1, File);//(FILE *)v245);
0
Ritor1
parents:
diff changeset
1844 bool _v244 = false;
Ritor1
parents:
diff changeset
1845 if (header.uVersion != 91969 ||
Ritor1
parents:
diff changeset
1846 header.pMagic[0] != 'm' ||
Ritor1
parents:
diff changeset
1847 header.pMagic[1] != 'v' ||
Ritor1
parents:
diff changeset
1848 header.pMagic[2] != 'i' ||
Ritor1
parents:
diff changeset
1849 header.pMagic[3] != 'i' )
Ritor1
parents:
diff changeset
1850 {
Ritor1
parents:
diff changeset
1851 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:1090", 0);
Ritor1
parents:
diff changeset
1852 _v244 = true;
Ritor1
parents:
diff changeset
1853 }
Ritor1
parents:
diff changeset
1854 else
Ritor1
parents:
diff changeset
1855 {
Ritor1
parents:
diff changeset
1856 pRawDLV = malloc(header.uDecompressedSize);
Ritor1
parents:
diff changeset
1857 if (header.uCompressedSize == header.uDecompressedSize)
Ritor1
parents:
diff changeset
1858 fread(pRawDLV, 1, header.uCompressedSize, File);
Ritor1
parents:
diff changeset
1859 else if (header.uCompressedSize < header.uDecompressedSize)
Ritor1
parents:
diff changeset
1860 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1861 void* pTmpMem = malloc(header.uCompressedSize);
0
Ritor1
parents:
diff changeset
1862 {
Ritor1
parents:
diff changeset
1863 fread(pTmpMem, header.uCompressedSize, 1, File);
Ritor1
parents:
diff changeset
1864
Ritor1
parents:
diff changeset
1865 uint uDecompressedSize = header.uDecompressedSize;
Ritor1
parents:
diff changeset
1866 zlib::MemUnzip(pRawDLV, &uDecompressedSize, pTmpMem, header.uCompressedSize);
Ritor1
parents:
diff changeset
1867
Ritor1
parents:
diff changeset
1868 if (uDecompressedSize != header.uDecompressedSize)
Ritor1
parents:
diff changeset
1869 Log::Warning(L"uDecompressedSize != header.uDecompressedSize in DLV");
Ritor1
parents:
diff changeset
1870 }
Ritor1
parents:
diff changeset
1871 free(pTmpMem);
Ritor1
parents:
diff changeset
1872 }
Ritor1
parents:
diff changeset
1873 else
Ritor1
parents:
diff changeset
1874 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:1108", 0);
Ritor1
parents:
diff changeset
1875
Ritor1
parents:
diff changeset
1876 pData = (char *)pRawDLV;
Ritor1
parents:
diff changeset
1877 }
Ritor1
parents:
diff changeset
1878
Ritor1
parents:
diff changeset
1879 memcpy(&dlv, pData, 40);
Ritor1
parents:
diff changeset
1880 pData += 40;
Ritor1
parents:
diff changeset
1881
Ritor1
parents:
diff changeset
1882 //v152 = dlv.uNumFacesInBModels;
Ritor1
parents:
diff changeset
1883 if (dlv.uNumFacesInBModels)
Ritor1
parents:
diff changeset
1884 {
Ritor1
parents:
diff changeset
1885 //v153 = dlv.uNumDecorations;
Ritor1
parents:
diff changeset
1886 if (dlv.uNumDecorations)
Ritor1
parents:
diff changeset
1887 {
Ritor1
parents:
diff changeset
1888 if (dlv.uNumFacesInBModels != uNumFaces ||
Ritor1
parents:
diff changeset
1889 dlv.uNumDecorations != uNumLevelDecorations)
Ritor1
parents:
diff changeset
1890 _v244 = true;
Ritor1
parents:
diff changeset
1891 }
Ritor1
parents:
diff changeset
1892 }
Ritor1
parents:
diff changeset
1893
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2044
diff changeset
1894 if (dword_6BE364_game_settings_1 & GAME_SETTINGS_2000 )
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2044
diff changeset
1895 _i = 0x1BAF800;
0
Ritor1
parents:
diff changeset
1896 bool _a = false;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1458
diff changeset
1897 if ( a3 - dlv.uLastRepawnDay >= _i && _stricmp(pCurrentMapName, "d29.dlv") )
0
Ritor1
parents:
diff changeset
1898 _a = true;
Ritor1
parents:
diff changeset
1899
Ritor1
parents:
diff changeset
1900 //v154 = 875;
Ritor1
parents:
diff changeset
1901 if (_v244)
Ritor1
parents:
diff changeset
1902 {
Ritor1
parents:
diff changeset
1903 memset(v203, 0, 0x36B);
Ritor1
parents:
diff changeset
1904 goto LABEL_132;
Ritor1
parents:
diff changeset
1905 }
Ritor1
parents:
diff changeset
1906 if (_a || !dlv.uLastRepawnDay )
Ritor1
parents:
diff changeset
1907 {
Ritor1
parents:
diff changeset
1908 memcpy(v203, pData, 0x36B);
Ritor1
parents:
diff changeset
1909 LABEL_132:
435
4f451a616d3d blv reloading fixed
Nomad
parents: 434
diff changeset
1910 free(pRawDLV);
0
Ritor1
parents:
diff changeset
1911 dlv.uLastRepawnDay = a3;
Ritor1
parents:
diff changeset
1912 if (_v244)
Ritor1
parents:
diff changeset
1913 ++dlv.uNumRespawns;
Ritor1
parents:
diff changeset
1914 //v201 = pFilename;
Ritor1
parents:
diff changeset
1915 *(int *)pDest = 1;
Ritor1
parents:
diff changeset
1916 File = pGames_LOD->FindContainer(pFilename, 0);
2273
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
1917 fread(&header, 0x10u, 1, File);
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1918 uint v155 = header.uCompressedSize;
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1919 uint Count = header.uDecompressedSize;
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1920 BLVFace* Src = (BLVFace *)malloc(header.uDecompressedSize);
435
4f451a616d3d blv reloading fixed
Nomad
parents: 434
diff changeset
1921 pRawDLV = Src;
0
Ritor1
parents:
diff changeset
1922 if ( v155 <= Count )
Ritor1
parents:
diff changeset
1923 {
Ritor1
parents:
diff changeset
1924 if ( v155 == Count )
2144
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
1925 fread(Src, 1, Count, File);
0
Ritor1
parents:
diff changeset
1926 else
Ritor1
parents:
diff changeset
1927 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1928 void* _uSourceLen = malloc(v155);
2144
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
1929 fread(_uSourceLen, v155, 1, File);
0
Ritor1
parents:
diff changeset
1930 zlib::MemUnzip(Src, &Count, _uSourceLen, v155);
Ritor1
parents:
diff changeset
1931 free(_uSourceLen);
Ritor1
parents:
diff changeset
1932 }
Ritor1
parents:
diff changeset
1933 }
Ritor1
parents:
diff changeset
1934 else
2273
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
1935 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Polydata.cpp:1195", 0);
0
Ritor1
parents:
diff changeset
1936 pData = ((char *)Src + 40);
Ritor1
parents:
diff changeset
1937 //v154 = 875;
Ritor1
parents:
diff changeset
1938 goto LABEL_140;
Ritor1
parents:
diff changeset
1939 }
Ritor1
parents:
diff changeset
1940 *(int *)pDest = 0;
Ritor1
parents:
diff changeset
1941 LABEL_140:
Ritor1
parents:
diff changeset
1942 //v202 = (int)".blv";
Ritor1
parents:
diff changeset
1943 //v156 = strlen(pFilename);
Ritor1
parents:
diff changeset
1944 strcpy(&pFilename[strlen(pFilename) - 4], ".blv");
Ritor1
parents:
diff changeset
1945 memcpy(_visible_outlines, pData, 875);
Ritor1
parents:
diff changeset
1946 pData += 875;
Ritor1
parents:
diff changeset
1947
Ritor1
parents:
diff changeset
1948 if ( *(int *)pDest )
Ritor1
parents:
diff changeset
1949 memcpy(_visible_outlines, v203, 875);
Ritor1
parents:
diff changeset
1950
Ritor1
parents:
diff changeset
1951 for (uint i = 0; i < pMapOutlines->uNumOutlines; ++i)
Ritor1
parents:
diff changeset
1952 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1953 BLVMapOutline* pVertex = &pMapOutlines->pOutlines[i];
0
Ritor1
parents:
diff changeset
1954 if ((unsigned __int8)(1 << (7 - i % 8)) & _visible_outlines[i / 8])
Ritor1
parents:
diff changeset
1955 pVertex->uFlags |= 1;
Ritor1
parents:
diff changeset
1956 }
Ritor1
parents:
diff changeset
1957
Ritor1
parents:
diff changeset
1958
Ritor1
parents:
diff changeset
1959 for (uint i = 0; i < uNumFaces; ++i)
Ritor1
parents:
diff changeset
1960 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1961 BLVFace* pFace = &pFaces[i];
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
1962 BLVFaceExtra* pFaceExtra = &pFaceExtras[pFace->uFaceExtraID];
0
Ritor1
parents:
diff changeset
1963
Ritor1
parents:
diff changeset
1964 memcpy(&pFace->uAttributes, pData, 4);
Ritor1
parents:
diff changeset
1965 pData += 4;
Ritor1
parents:
diff changeset
1966
Ritor1
parents:
diff changeset
1967 if (pFaceExtra->uEventID)
Ritor1
parents:
diff changeset
1968 {
Ritor1
parents:
diff changeset
1969 if (pFaceExtra->HasEventint())
Ritor1
parents:
diff changeset
1970 pFace->uAttributes |= 0x100000;
Ritor1
parents:
diff changeset
1971 else
Ritor1
parents:
diff changeset
1972 pFace->uAttributes &= ~0x100000;
Ritor1
parents:
diff changeset
1973 }
Ritor1
parents:
diff changeset
1974 }
Ritor1
parents:
diff changeset
1975
Ritor1
parents:
diff changeset
1976 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1977
Ritor1
parents:
diff changeset
1978 for (uint i = 0; i < uNumLevelDecorations; ++i)
Ritor1
parents:
diff changeset
1979 {
1489
a27cdb3d753e Cleanup of LevelDecoration and related.
yoctozepto
parents: 1479
diff changeset
1980 memcpy(&pLevelDecorations[i].uFlags, pData, 2);
0
Ritor1
parents:
diff changeset
1981 pData += 2;
Ritor1
parents:
diff changeset
1982 }
Ritor1
parents:
diff changeset
1983
Ritor1
parents:
diff changeset
1984 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1985
Ritor1
parents:
diff changeset
1986 memcpy(&uNumActors, pData, 4);
2173
daa61976637d savegame and loadgame continue
Ritor1
parents: 2172
diff changeset
1987 memcpy(&pActors, pData + 4, uNumActors * sizeof(Actor));
0
Ritor1
parents:
diff changeset
1988 pData += 4 + uNumActors * sizeof(Actor);
Ritor1
parents:
diff changeset
1989
Ritor1
parents:
diff changeset
1990 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1991 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1992
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 486
diff changeset
1993 memcpy(&uNumSpriteObjects, pData, 4);
1207
96a81634669e arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents: 1206
diff changeset
1994 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
1995 pData += 4 + uNumSpriteObjects * sizeof(SpriteObject);
0
Ritor1
parents:
diff changeset
1996
Ritor1
parents:
diff changeset
1997 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
1998
2144
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
1999 for ( uint i = 0; i < uNumSpriteObjects; ++i )
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
2000 {
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
2001 if (pSpriteObjects[i].stru_24.uItemID && !(pSpriteObjects[i].uAttributes & 0x0100))
0
Ritor1
parents:
diff changeset
2002 {
2144
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
2003 pSpriteObjects[i].uType = pItemsTable->pItems[pSpriteObjects[i].stru_24.uItemID].uSpriteID;
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
2004
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
2005 //uint uObjectID = 0;
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
2006 for ( uint j = 0; j < pObjectList->uNumObjects; ++j )
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
2007 if ( pSpriteObjects[i].uType == pObjectList->pObjects[j].uObjectID )
0
Ritor1
parents:
diff changeset
2008 {
2144
cfe04d858766 ODM_ProcessPartyActions continue
Ritor1
parents: 2140
diff changeset
2009 pSpriteObjects[i].uObjectDescID = j;
0
Ritor1
parents:
diff changeset
2010 break;
Ritor1
parents:
diff changeset
2011 }
Ritor1
parents:
diff changeset
2012 }
Ritor1
parents:
diff changeset
2013 }
Ritor1
parents:
diff changeset
2014
Ritor1
parents:
diff changeset
2015 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
2016
Ritor1
parents:
diff changeset
2017 memcpy(&uNumChests, pData, 4);
1202
0dbf6c4dd029 arrays to std::arrays phase 1
Grumpy7
parents: 1187
diff changeset
2018 memcpy(pChests.data(), pData + 4, uNumChests * sizeof(Chest));
0
Ritor1
parents:
diff changeset
2019 pData += 4 + uNumChests * sizeof(Chest);
Ritor1
parents:
diff changeset
2020
Ritor1
parents:
diff changeset
2021 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
2022 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
2023
Ritor1
parents:
diff changeset
2024 memcpy(pDoors, pData, 0x3E80);
Ritor1
parents:
diff changeset
2025 pData += 0x3E80;
Ritor1
parents:
diff changeset
2026
Ritor1
parents:
diff changeset
2027 //v201 = (const char *)blv.uDoors_ddata_Size;
Ritor1
parents:
diff changeset
2028 //v200 = (size_t)ptr_0002B4_doors_ddata;
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
2029 //v170 = malloc(ptr_0002B4_doors_ddata, blv.uDoors_ddata_Size, "L.DData");
0
Ritor1
parents:
diff changeset
2030 //v171 = blv.uDoors_ddata_Size;
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1562
diff changeset
2031 ptr_0002B4_doors_ddata = (unsigned __int16 *)malloc(blv.uDoors_ddata_Size);//, "L.DData");
0
Ritor1
parents:
diff changeset
2032 memcpy(ptr_0002B4_doors_ddata, pData, blv.uDoors_ddata_Size);
Ritor1
parents:
diff changeset
2033 pData += blv.uDoors_ddata_Size;
Ritor1
parents:
diff changeset
2034
Ritor1
parents:
diff changeset
2035 //Src = (BLVFace *)((char *)Src + v171);
Ritor1
parents:
diff changeset
2036 //v172 = 0;
Ritor1
parents:
diff changeset
2037 //v245 = 0;
Ritor1
parents:
diff changeset
2038 //if (uNumDoors > 0)
Ritor1
parents:
diff changeset
2039 for (uint i = 0, j = 0; i < uNumDoors; ++i)
Ritor1
parents:
diff changeset
2040 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2041 BLVDoor* pDoor = &pDoors[i];
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2042
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2043 pDoor->pVertexIDs = &ptr_0002B4_doors_ddata[j];
0
Ritor1
parents:
diff changeset
2044 j += pDoor->uNumVertices;
Ritor1
parents:
diff changeset
2045
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2046 pDoor->pFaceIDs = &ptr_0002B4_doors_ddata[j];
0
Ritor1
parents:
diff changeset
2047 j += pDoor->uNumFaces;
Ritor1
parents:
diff changeset
2048
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2049 pDoor->pSectorIDs = &ptr_0002B4_doors_ddata[j];
0
Ritor1
parents:
diff changeset
2050 j += pDoor->field_48;
Ritor1
parents:
diff changeset
2051
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2052 pDoor->pDeltaUs = (short *)(&ptr_0002B4_doors_ddata[j]);
0
Ritor1
parents:
diff changeset
2053 j += pDoor->uNumFaces;
Ritor1
parents:
diff changeset
2054
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2055 pDoor->pDeltaVs = (short *)(&ptr_0002B4_doors_ddata[j]);
0
Ritor1
parents:
diff changeset
2056 j += pDoor->uNumFaces;
Ritor1
parents:
diff changeset
2057
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2058 pDoor->pXOffsets = &ptr_0002B4_doors_ddata[j];
0
Ritor1
parents:
diff changeset
2059 j += pDoor->uNumOffsets;
Ritor1
parents:
diff changeset
2060
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2061 pDoor->pYOffsets = &ptr_0002B4_doors_ddata[j];
0
Ritor1
parents:
diff changeset
2062 j += pDoor->uNumOffsets;
Ritor1
parents:
diff changeset
2063
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2064 pDoor->pZOffsets = &ptr_0002B4_doors_ddata[j];
0
Ritor1
parents:
diff changeset
2065 j += pDoor->uNumOffsets;
Ritor1
parents:
diff changeset
2066 /*v173 = pDoors;
Ritor1
parents:
diff changeset
2067 for ( k = 0; ; v172 = v188 + 2 * *((short *)&v173[k] - 3) )
Ritor1
parents:
diff changeset
2068 {
Ritor1
parents:
diff changeset
2069 v173[k].pVertexIDs = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v172);
Ritor1
parents:
diff changeset
2070 v175 = &pDoors[k];
Ritor1
parents:
diff changeset
2071 v176 = v172 + 2 * v175->uNumVertices;
Ritor1
parents:
diff changeset
2072 v175->pFaceIDs = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v176);
Ritor1
parents:
diff changeset
2073 v177 = &pDoors[k];
Ritor1
parents:
diff changeset
2074 v178 = v176 + 2 * v177->uNumFaces;
Ritor1
parents:
diff changeset
2075 v177->pSectorIDs = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v178);
Ritor1
parents:
diff changeset
2076 v179 = &pDoors[k];
Ritor1
parents:
diff changeset
2077 v180 = v178 + 2 * v179->field_48;
Ritor1
parents:
diff changeset
2078 v179->pDeltaUs = (__int16 *)((char *)ptr_0002B4_doors_ddata + v180);
Ritor1
parents:
diff changeset
2079 v181 = &pDoors[k];
Ritor1
parents:
diff changeset
2080 v182 = v180 + 2 * v181->uNumFaces;
Ritor1
parents:
diff changeset
2081 v181->pDeltaVs = (__int16 *)((char *)ptr_0002B4_doors_ddata + v182);
Ritor1
parents:
diff changeset
2082 v183 = &pDoors[k];
Ritor1
parents:
diff changeset
2083 v184 = v182 + 2 * v183->uNumFaces;
Ritor1
parents:
diff changeset
2084 v183->pXOffsets = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v184);
Ritor1
parents:
diff changeset
2085 v185 = &pDoors[k];
Ritor1
parents:
diff changeset
2086 v186 = v184 + 2 * v185->uNumOffsets;
Ritor1
parents:
diff changeset
2087 v185->pYOffsets = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v186);
Ritor1
parents:
diff changeset
2088 v187 = &pDoors[k];
Ritor1
parents:
diff changeset
2089 ++k;
Ritor1
parents:
diff changeset
2090 v188 = v186 + 2 * v187->uNumOffsets;
Ritor1
parents:
diff changeset
2091 v189 = (unsigned __int16 *)((char *)ptr_0002B4_doors_ddata + v188);
Ritor1
parents:
diff changeset
2092 ++v245;
Ritor1
parents:
diff changeset
2093 v187->pZOffsets = v189;
Ritor1
parents:
diff changeset
2094 v173 = pDoors;
Ritor1
parents:
diff changeset
2095 if ( v245 >= uNumDoors )
Ritor1
parents:
diff changeset
2096 break;
Ritor1
parents:
diff changeset
2097 }*/
Ritor1
parents:
diff changeset
2098 }
Ritor1
parents:
diff changeset
2099 //v190 = 0;
Ritor1
parents:
diff changeset
2100 //v245 = 0;
Ritor1
parents:
diff changeset
2101 for (uint i = 0; i < uNumDoors; ++i)
Ritor1
parents:
diff changeset
2102 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2103 BLVDoor* pDoor = &pDoors[i];
0
Ritor1
parents:
diff changeset
2104
Ritor1
parents:
diff changeset
2105 for (uint j = 0; j < pDoor->uNumFaces; ++j)
Ritor1
parents:
diff changeset
2106 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2107 BLVFace* pFace = &pFaces[pDoor->pFaceIDs[j]];
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2108 BLVFaceExtra* pFaceExtra = &pFaceExtras[pFace->uFaceExtraID];
0
Ritor1
parents:
diff changeset
2109
Ritor1
parents:
diff changeset
2110 pDoor->pDeltaUs[j] = pFaceExtra->sTextureDeltaU;
Ritor1
parents:
diff changeset
2111 pDoor->pDeltaVs[j] = pFaceExtra->sTextureDeltaV;
Ritor1
parents:
diff changeset
2112 }
Ritor1
parents:
diff changeset
2113 //v191 = pDoors;
Ritor1
parents:
diff changeset
2114 //pDest = 0;
Ritor1
parents:
diff changeset
2115 //do
Ritor1
parents:
diff changeset
2116 // {
Ritor1
parents:
diff changeset
2117 /*Argsn = 0;
Ritor1
parents:
diff changeset
2118 for ( l = (BLVDoor *)&v190[(int)v191];
Ritor1
parents:
diff changeset
2119 Argsn < *(short *)&v190[(int)v191 + 70];
Ritor1
parents:
diff changeset
2120 l = (BLVDoor *)&v190[(int)v191] )
Ritor1
parents:
diff changeset
2121 {
Ritor1
parents:
diff changeset
2122 v193 = Argsn;
Ritor1
parents:
diff changeset
2123 v194 = l->pFaceIDs[Argsn++];
Ritor1
parents:
diff changeset
2124 v195 = &pFaceExtras[pFaces[v194].uFaceExtraID];
Ritor1
parents:
diff changeset
2125 l->pDeltaUs[v193] = v195->sTextureDeltaU;
Ritor1
parents:
diff changeset
2126 v190 = pDest;
Ritor1
parents:
diff changeset
2127 *(short *)(v193 * 2 + *(int *)&pDest[(unsigned int)pDoors + 52]) = v195->sTextureDeltaV;
Ritor1
parents:
diff changeset
2128 v191 = pDoors;
Ritor1
parents:
diff changeset
2129 }
Ritor1
parents:
diff changeset
2130 ++v245;
Ritor1
parents:
diff changeset
2131 v190 += 80;
Ritor1
parents:
diff changeset
2132 pDest = v190;*/
Ritor1
parents:
diff changeset
2133 //}
Ritor1
parents:
diff changeset
2134 //while ( v245 < uNumDoors );
Ritor1
parents:
diff changeset
2135 }
Ritor1
parents:
diff changeset
2136
Ritor1
parents:
diff changeset
2137
Ritor1
parents:
diff changeset
2138 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
2139
1736
c6fe09a06712 Player::CompareVariable finished, renamed stru_5E4C90 to stru_5E4C90_MapPersistVars, party::field_4A0 to party::CounterEventValues
Grumpy7
parents: 1705
diff changeset
2140 memcpy(&stru_5E4C90_MapPersistVars, pData, 0xC8);
0
Ritor1
parents:
diff changeset
2141 pData += 0xC8;
Ritor1
parents:
diff changeset
2142
Ritor1
parents:
diff changeset
2143 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
2144
Ritor1
parents:
diff changeset
2145 memcpy(&stru1, pData, 0x38u);
Ritor1
parents:
diff changeset
2146 pData += 0x38;
Ritor1
parents:
diff changeset
2147
Ritor1
parents:
diff changeset
2148 free(pRawDLV);
Ritor1
parents:
diff changeset
2149 //v5 = 0;
Ritor1
parents:
diff changeset
2150
Ritor1
parents:
diff changeset
2151 pSoundList->LoadSound(64, 0);
Ritor1
parents:
diff changeset
2152 pSoundList->LoadSound(103, 0);
Ritor1
parents:
diff changeset
2153 pSoundList->LoadSound(63, 0);
Ritor1
parents:
diff changeset
2154 pSoundList->LoadSound(102, 0);
Ritor1
parents:
diff changeset
2155 pSoundList->LoadSound(50, 0);
Ritor1
parents:
diff changeset
2156 pSoundList->LoadSound(89, 0);
Ritor1
parents:
diff changeset
2157
Ritor1
parents:
diff changeset
2158 return 0;
Ritor1
parents:
diff changeset
2159 }
Ritor1
parents:
diff changeset
2160
Ritor1
parents:
diff changeset
2161
Ritor1
parents:
diff changeset
2162 //----- (0049AC17) --------------------------------------------------------
Ritor1
parents:
diff changeset
2163 int IndoorLocation::GetSector(int sX, int sY, int sZ)
Ritor1
parents:
diff changeset
2164 {
Ritor1
parents:
diff changeset
2165 int v4; // esi@1
Ritor1
parents:
diff changeset
2166 //unsigned __int8 v5; // zf@1
Ritor1
parents:
diff changeset
2167 //unsigned __int8 v6; // sf@1
Ritor1
parents:
diff changeset
2168 //unsigned __int8 v7; // of@1
Ritor1
parents:
diff changeset
2169 //BLVSector *v8; // eax@3
Ritor1
parents:
diff changeset
2170 //int v9; // edi@9
Ritor1
parents:
diff changeset
2171 //int v10; // eax@9
Ritor1
parents:
diff changeset
2172 //int v11; // edx@9
Ritor1
parents:
diff changeset
2173 //int v12; // eax@10
Ritor1
parents:
diff changeset
2174 //unsigned __int16 v13; // ax@12
Ritor1
parents:
diff changeset
2175 //int v14; // edi@14
Ritor1
parents:
diff changeset
2176 //BLVFace *v15; // eax@14
Ritor1
parents:
diff changeset
2177 //BLVFace *v16; // edi@14
Ritor1
parents:
diff changeset
2178 //PolygonType v17; // al@14
Ritor1
parents:
diff changeset
2179 //unsigned __int16 *pVertexIDs; // esi@16
Ritor1
parents:
diff changeset
2180 //Vec3_short_ *v19; // eax@16
Ritor1
parents:
diff changeset
2181 //int v20; // edx@16
Ritor1
parents:
diff changeset
2182 //unsigned __int16 *v21; // esi@17
Ritor1
parents:
diff changeset
2183 //int v22; // edi@19
Ritor1
parents:
diff changeset
2184 //int v23; // edi@20
Ritor1
parents:
diff changeset
2185 //Vec3_short_ *v24; // edx@20
Ritor1
parents:
diff changeset
2186 signed int v25; // edx@21
Ritor1
parents:
diff changeset
2187 int v26; // ebx@23
Ritor1
parents:
diff changeset
2188 //int v27; // edx@26
Ritor1
parents:
diff changeset
2189 //signed __int64 v28; // qtt@26
Ritor1
parents:
diff changeset
2190 ///Vec3_short_ *v29; // eax@26
Ritor1
parents:
diff changeset
2191 //Vec3_short_ *v30; // edx@26
Ritor1
parents:
diff changeset
2192 //int v31; // edx@26
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2193 //signed int v32; // edi@27
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2194 // signed __int64 v33; // qtt@27
0
Ritor1
parents:
diff changeset
2195 //Vec3_short_ *v34; // edx@27
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2196 //int v35; // edx@32
0
Ritor1
parents:
diff changeset
2197 int v37; // edi@38
717
Ritor1
parents: 686
diff changeset
2198 int pSectorID; // ebx@40
0
Ritor1
parents:
diff changeset
2199 int v39; // eax@41
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2200 // BLVFace *pFace; // esi@42
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2201 // PolygonType pPolygonType; // dl@42
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2202 // int v42; // edx@43
0
Ritor1
parents:
diff changeset
2203 int v43[50]; // [sp+Ch] [bp-108h]@1
Ritor1
parents:
diff changeset
2204 //int v44; // [sp+D4h] [bp-40h]@9
Ritor1
parents:
diff changeset
2205 //int v45; // [sp+D8h] [bp-3Ch]@14
Ritor1
parents:
diff changeset
2206 //int v46; // [sp+DCh] [bp-38h]@14
Ritor1
parents:
diff changeset
2207 //int v47; // [sp+E0h] [bp-34h]@19
Ritor1
parents:
diff changeset
2208 //int v48; // [sp+E4h] [bp-30h]@9
Ritor1
parents:
diff changeset
2209 //Vec3_short_ *v49; // [sp+E8h] [bp-2Ch]@19
Ritor1
parents:
diff changeset
2210 bool v50; // [sp+ECh] [bp-28h]@19
Ritor1
parents:
diff changeset
2211 int v51; // [sp+F0h] [bp-24h]@9
Ritor1
parents:
diff changeset
2212 //unsigned int v52; // [sp+F4h] [bp-20h]@2
Ritor1
parents:
diff changeset
2213 int v53; // [sp+F8h] [bp-1Ch]@10
Ritor1
parents:
diff changeset
2214 int v54; // [sp+FCh] [bp-18h]@16
Ritor1
parents:
diff changeset
2215 int v55; // [sp+100h] [bp-14h]@1
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2216 // int v56; // [sp+104h] [bp-10h]@1
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2217 // int v57; // [sp+108h] [bp-Ch]@16
0
Ritor1
parents:
diff changeset
2218 //Vec3_short_ *v58; // [sp+10Ch] [bp-8h]@20
Ritor1
parents:
diff changeset
2219 int v59; // [sp+110h] [bp-4h]@16
Ritor1
parents:
diff changeset
2220
Ritor1
parents:
diff changeset
2221 v4 = 0;
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2222 v43[0] = 0;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2223
0
Ritor1
parents:
diff changeset
2224 v55 = 0;
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2225
0
Ritor1
parents:
diff changeset
2226 if (uNumSectors < 2)
Ritor1
parents:
diff changeset
2227 return 0;
Ritor1
parents:
diff changeset
2228
Ritor1
parents:
diff changeset
2229 for (uint i = 1; i < uNumSectors; ++i)
Ritor1
parents:
diff changeset
2230 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2231 BLVSector* pSector = &pSectors[i];
0
Ritor1
parents:
diff changeset
2232
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2233 if (pSector->pBounding.x1 > sX || pSector->pBounding.x2 < sX ||
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2234 pSector->pBounding.y1 > sY || pSector->pBounding.y2 < sY ||
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2235 pSector->pBounding.z1 - 64 > sZ || pSector->pBounding.z2 + 64 < sZ)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2236 continue;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2237
618
5cfb5dadf330 Margareth righ-click (addded constructor to NPCProfession) and cleaned BLV debug logs
Nomad
parents: 595
diff changeset
2238 //Log::Warning(L"Sector[%u]", i);
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2239 v51 = pSector->uNumFloors + pSector->uNumPortals;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2240 if (!v51)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2241 continue;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2242
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2243
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2244 for (uint j = 0; j < v51; ++j)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2245 {
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2246 uint uFaceID;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2247 if (j < pSector->uNumFloors)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2248 uFaceID = pSector->pFloors[j];
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2249 else
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2250 uFaceID = pSector->pPortals[j - pSector->uNumFloors];
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2251
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2252 BLVFace* pFace = &pFaces[uFaceID];
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2253 if (pFace->uPolygonType != POLYGON_Floor &&
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2254 pFace->uPolygonType != POLYGON_InBetweenFloorAndWall)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2255 continue;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2256
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2257 v54 = 0;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2258 v50 = pVertices[pFace->pVertexIDs[0]].y >= sY;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2259
793
290afbd48b6b IndoorLocation::GetSector fixed (even better!)
Nomad
parents: 791
diff changeset
2260 for (uint k = 1; k <= pFace->uNumVertices; k++)
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2261 {
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2262 v59 = v50;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2263
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2264 if (v54 >= 2)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2265 break;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2266
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2267 Vec3<int16_t>* v2 = &pVertices[pFace->pVertexIDs[k]];
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2268 v50 = v2->y >= sY;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2269
793
290afbd48b6b IndoorLocation::GetSector fixed (even better!)
Nomad
parents: 791
diff changeset
2270 if (v59 == v50)
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2271 continue;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2272
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2273 Vec3<int16_t>* v1 = &pVertices[pFace->pVertexIDs[k - 1]];
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2274 v25 = v2->x >= sX ? 0 : 2;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2275 v26 = v25 | (v1->x < sX);
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2276
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2277 if (v26 == 3)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2278 continue;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2279
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2280 if (!v26)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2281 ++v54;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2282 else
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2283 {
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2284 if (v1->x >= v2->x)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2285 {
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2286 /*int _a58;
0
Ritor1
parents:
diff changeset
2287 int _a59;
Ritor1
parents:
diff changeset
2288
Ritor1
parents:
diff changeset
2289 v32 = v1->x - v2->x;
Ritor1
parents:
diff changeset
2290 LODWORD(v33) = v32 << 16;
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2291 HIDWORD(v33) = v32 >> 16;*/
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2292 //fixpoint_div(v1->x - v2->x, v1->y - v2->y);
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2293 //_a58 = v33 / (v1->y - v2->y);
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
2294 //_a59 = fixpoint_mul(_a58, sY - v2->y);
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2295 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
2296 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
2297 if (res + v2->x > sX)
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2298 ++v54;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2299 }
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2300 else
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2301 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2302 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
2303 long long res = fixpoint_mul(x_div_y, sY - v1->y);
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2304
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2305 if (res + v1->x > sX)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2306 ++v54;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2307
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2308 /*int _a58;
0
Ritor1
parents:
diff changeset
2309 int _a59;
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2310 auto v32 = v2->x - v1->x;
0
Ritor1
parents:
diff changeset
2311 LODWORD(v33) = v32 << 16;
Ritor1
parents:
diff changeset
2312 HIDWORD(v33) = v32 >> 16;
Ritor1
parents:
diff changeset
2313 _a58 = v33 / (v2->y - v1->y);
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
2314 _a59 = fixpoint_mul(_a58, sY - v1->y);
0
Ritor1
parents:
diff changeset
2315
787
3a77fbf7d0b8 GetSector
Ritor1
parents: 730
diff changeset
2316 if (_a59 + pVertices[k].x > sX)
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2317 ++v54;*/
0
Ritor1
parents:
diff changeset
2318 }
717
Ritor1
parents: 686
diff changeset
2319 }
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2320 }
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2321
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2322 if (pFace->uNumVertices && v54 == 1)
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2323 v43[v55++] = uFaceID;
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2324 }
0
Ritor1
parents:
diff changeset
2325 }
Ritor1
parents:
diff changeset
2326
791
346f7069676a Indoor::GetSector and various stuff
Nomad
parents: 788
diff changeset
2327 v4 = v43[0];
0
Ritor1
parents:
diff changeset
2328 if ( v55 == 1 )
Ritor1
parents:
diff changeset
2329 return this->pFaces[v4].uSectorID;
Ritor1
parents:
diff changeset
2330 if ( !v55 )
Ritor1
parents:
diff changeset
2331 return 0;
717
Ritor1
parents: 686
diff changeset
2332 pSectorID = 0;
0
Ritor1
parents:
diff changeset
2333 v53 = 0xFFFFFFu;
Ritor1
parents:
diff changeset
2334 if ( v55 > 0 )
Ritor1
parents:
diff changeset
2335 {
Ritor1
parents:
diff changeset
2336 v39 = sY;
2273
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
2337 for ( v37 = 0; v37 < v55; ++v37 )
0
Ritor1
parents:
diff changeset
2338 {
2273
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
2339 if ( this->pFaces[v43[v37]].uPolygonType == POLYGON_Floor )
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
2340 v39 = sZ - this->pVertices[*this->pFaces[v43[v37]].pVertexIDs].z;
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
2341 if ( this->pFaces[v43[v37]].uPolygonType == POLYGON_InBetweenFloorAndWall )
0
Ritor1
parents:
diff changeset
2342 {
2273
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
2343 v39 = sZ - ((fixpoint_mul(this->pFaces[v43[v37]].zCalc1, (sX << 16))
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
2344 + fixpoint_mul(this->pFaces[v43[v37]].zCalc2, (sY << 16))
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
2345 + this->pFaces[v43[v37]].zCalc3
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
2346 + 0x8000) >> 16);
717
Ritor1
parents: 686
diff changeset
2347 }
0
Ritor1
parents:
diff changeset
2348 if ( v39 >= 0 )
Ritor1
parents:
diff changeset
2349 {
Ritor1
parents:
diff changeset
2350 if ( v39 < v53 )
Ritor1
parents:
diff changeset
2351 {
2273
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
2352 pSectorID = this->pFaces[v43[v37]].uSectorID;
0
Ritor1
parents:
diff changeset
2353 v53 = v39;
Ritor1
parents:
diff changeset
2354 }
Ritor1
parents:
diff changeset
2355 }
Ritor1
parents:
diff changeset
2356 }
Ritor1
parents:
diff changeset
2357 }
1113
39eaa6b00141 something to bool cast (performance warning) mostly fixed
Grumpy7
parents: 1104
diff changeset
2358 return pSectorID;
0
Ritor1
parents:
diff changeset
2359 }
Ritor1
parents:
diff changeset
2360 // 49AC17: using guessed type int var_108[50];
Ritor1
parents:
diff changeset
2361
Ritor1
parents:
diff changeset
2362
Ritor1
parents:
diff changeset
2363 //----- (00498A41) --------------------------------------------------------
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2364 void BLVFace::_get_normals(Vec3_int_ *a2, Vec3_int_ *a3)
0
Ritor1
parents:
diff changeset
2365 {
Ritor1
parents:
diff changeset
2366 Vec3_float_ a1; // [sp+Ch] [bp-Ch]@8
Ritor1
parents:
diff changeset
2367
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2368 if ( this->uPolygonType == POLYGON_VerticalWall )
0
Ritor1
parents:
diff changeset
2369 {
Ritor1
parents:
diff changeset
2370 a2->x = -this->pFacePlane_old.vNormal.y;
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2371 a2->y = this->pFacePlane_old.vNormal.x;
0
Ritor1
parents:
diff changeset
2372 a2->z = 0;
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2373
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2374 a3->x = 0;
0
Ritor1
parents:
diff changeset
2375 a3->y = 0;
Ritor1
parents:
diff changeset
2376 a3->z = 0xFFFF0000u;
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2377
0
Ritor1
parents:
diff changeset
2378 goto LABEL_12;
Ritor1
parents:
diff changeset
2379 }
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2380 if ( this->uPolygonType == POLYGON_Floor || this->uPolygonType == POLYGON_Ceiling )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2381 {
0
Ritor1
parents:
diff changeset
2382 a2->x = 0x10000u;
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2383 a2->y = 0;
0
Ritor1
parents:
diff changeset
2384 a2->z = 0;
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2385
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2386 a3->x = 0;
0
Ritor1
parents:
diff changeset
2387 a3->y = 0xFFFF0000u;
Ritor1
parents:
diff changeset
2388 a3->z = 0;
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2389
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2390 goto LABEL_12;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2391 }
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2392 if ( this->uPolygonType == POLYGON_InBetweenFloorAndWall || this->uPolygonType == POLYGON_InBetweenCeilingAndWall )
0
Ritor1
parents:
diff changeset
2393 {
Ritor1
parents:
diff changeset
2394 if ( abs(this->pFacePlane_old.vNormal.z) < 46441 )
Ritor1
parents:
diff changeset
2395 {
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2396 a1.x = (double)-this->pFacePlane_old.vNormal.y;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2397 a1.y = (double)this->pFacePlane_old.vNormal.x;
0
Ritor1
parents:
diff changeset
2398 a1.z = 0.0;
Ritor1
parents:
diff changeset
2399 a1.Normalize();
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2400
0
Ritor1
parents:
diff changeset
2401 a2->x = (signed __int64)(a1.x * 65536.0);
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2402 a2->y = (signed __int64)(a1.y * 65536.0);
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2403 a2->z = 0;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2404
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2405 a3->y = 0;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2406 a3->z = 0xFFFF0000u;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2407 a3->x = 0;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2408
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2409 goto LABEL_12;
0
Ritor1
parents:
diff changeset
2410 }
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2411 a2->x = 0x10000u;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2412 a2->y = 0;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2413 a2->z = 0;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2414
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2415 a3->x = 0;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2416 a3->y = 0xFFFF0000u;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2417 a3->z = 0;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2418
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2419 goto LABEL_12;
0
Ritor1
parents:
diff changeset
2420 }
Ritor1
parents:
diff changeset
2421 LABEL_12:
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
2422 if ( this->uAttributes & 0x800000 )
0
Ritor1
parents:
diff changeset
2423 {
Ritor1
parents:
diff changeset
2424 a2->x = -a2->x;
Ritor1
parents:
diff changeset
2425 a2->y = -a2->y;
Ritor1
parents:
diff changeset
2426 a2->z = -a2->z;
Ritor1
parents:
diff changeset
2427 }
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
2428 if ( this->uAttributes & 0x1000000 )
0
Ritor1
parents:
diff changeset
2429 {
Ritor1
parents:
diff changeset
2430 a3->x = -a3->x;
Ritor1
parents:
diff changeset
2431 a3->y = -a3->y;
Ritor1
parents:
diff changeset
2432 a3->z = -a3->z;
Ritor1
parents:
diff changeset
2433 }
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2434 return;
0
Ritor1
parents:
diff changeset
2435 }
Ritor1
parents:
diff changeset
2436
Ritor1
parents:
diff changeset
2437 //----- (0044C23B) --------------------------------------------------------
428
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2438 bool BLVFaceExtra::HasEventint()
2273
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
2439 {
428
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2440 signed int event_index; // eax@1
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2441 _evt_raw* start_evt;
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2442 _evt_raw* end_evt;
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2443
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2444 event_index = 0;
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2445 if ( (uLevelEVT_NumEvents - 1) <= 0 )
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2446 return false;
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2447 while ( pLevelEVT_Index[event_index].uEventID != this->uEventID )
0
Ritor1
parents:
diff changeset
2448 {
428
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2449 ++event_index;
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2450 if ( event_index >= (signed int)(uLevelEVT_NumEvents - 1) )
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2451 return false;
0
Ritor1
parents:
diff changeset
2452 }
428
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2453 end_evt=(_evt_raw*)&pLevelEVT[pLevelEVT_Index[event_index+1].uEventOffsetInEVT];
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2454 start_evt=(_evt_raw*)&pLevelEVT[pLevelEVT_Index[event_index].uEventOffsetInEVT];
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2455 if ( (end_evt->_e_type != EVENT_Exit) || (start_evt->_e_type!= EVENT_MouseOver) )
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2456 return false;
0
Ritor1
parents:
diff changeset
2457 else
428
24936a5ff8ca level hints
Gloval
parents: 414
diff changeset
2458 return true;
0
Ritor1
parents:
diff changeset
2459 }
Ritor1
parents:
diff changeset
2460
Ritor1
parents:
diff changeset
2461 //----- (0046F228) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1441
diff changeset
2462 void BLV_UpdateDoors()
0
Ritor1
parents:
diff changeset
2463 {
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2464 BLVFace *face; // ebx@24
0
Ritor1
parents:
diff changeset
2465 Vec3_short_ *v17; // esi@24
Ritor1
parents:
diff changeset
2466 int v18; // eax@24
Ritor1
parents:
diff changeset
2467 int v19; // edx@24
Ritor1
parents:
diff changeset
2468 signed int v20; // eax@24
Ritor1
parents:
diff changeset
2469 int v24; // esi@25
Ritor1
parents:
diff changeset
2470 int v25; // eax@25
Ritor1
parents:
diff changeset
2471 signed __int64 v27; // qtt@27
Ritor1
parents:
diff changeset
2472 BLVFaceExtra *v28; // esi@32
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2473 // int v29; // ecx@34
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2474 // int v30; // edx@34
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2475 // unsigned __int64 v31; // qax@34
0
Ritor1
parents:
diff changeset
2476 int v32; // eax@34
Ritor1
parents:
diff changeset
2477 Vec3_short_ *v34; // eax@35
Ritor1
parents:
diff changeset
2478 int v35; // ecx@35
Ritor1
parents:
diff changeset
2479 int v36; // edx@35
Ritor1
parents:
diff changeset
2480 signed int v37; // eax@35
Ritor1
parents:
diff changeset
2481 signed int v38; // edx@35
Ritor1
parents:
diff changeset
2482 int v39; // eax@35
Ritor1
parents:
diff changeset
2483 int v40; // edx@35
Ritor1
parents:
diff changeset
2484 Vec3_short_ *v43; // edi@36
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2485 // unsigned int v49; // ecx@46
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2486 // unsigned __int16 v50; // ax@48
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2487 // unsigned int v51; // eax@51
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2488 // unsigned __int16 v52; // ax@54
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2489 // int v56; // ecx@58
0
Ritor1
parents:
diff changeset
2490 int v57; // eax@58
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 469
diff changeset
2491 Vec3_int_ v67;
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 469
diff changeset
2492 Vec3_int_ v70;
0
Ritor1
parents:
diff changeset
2493 int v73; // [sp+20h] [bp-44h]@24
Ritor1
parents:
diff changeset
2494 int v75; // [sp+28h] [bp-3Ch]@36
Ritor1
parents:
diff changeset
2495 int v76; // [sp+2Ch] [bp-38h]@36
Ritor1
parents:
diff changeset
2496 int v77; // [sp+30h] [bp-34h]@36
Ritor1
parents:
diff changeset
2497 int v82; // [sp+44h] [bp-20h]@35
Ritor1
parents:
diff changeset
2498 int v83; // [sp+48h] [bp-1Ch]@34
Ritor1
parents:
diff changeset
2499 int v84; // [sp+4Ch] [bp-18h]@34
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2500 // int v85; // [sp+50h] [bp-14h]@19
0
Ritor1
parents:
diff changeset
2501 SoundID eDoorSoundID; // [sp+54h] [bp-10h]@1
Ritor1
parents:
diff changeset
2502 int v88; // [sp+5Ch] [bp-8h]@18
Ritor1
parents:
diff changeset
2503 int v89; // [sp+60h] [bp-4h]@6
Ritor1
parents:
diff changeset
2504
Ritor1
parents:
diff changeset
2505 eDoorSoundID = (SoundID)pDoorSoundIDsByLocationID[dword_6BE13C_uCurrentlyLoadedLocationID];
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 469
diff changeset
2506 for (uint i = 0; i < pIndoor->uNumDoors; ++i)
0
Ritor1
parents:
diff changeset
2507 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
2508 BLVDoor* door = &pIndoor->pDoors[i];
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2509 if (door->uState == BLVDoor::Closed || door->uState == BLVDoor::Open)
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2510 {
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2511 door->uAttributes &= 0xFFFFFFFDu;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2512 continue;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2513 }
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2514 door->uTimeSinceTriggered += pEventTimer->uTimeElapsed;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2515 if (door->uState == BLVDoor::Opening)
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2516 {
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2517 v89 = (signed int)(door->uTimeSinceTriggered * door->uCloseSpeed) / 128;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2518 if ( v89 >= door->uMoveLength )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2519 {
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2520 v89 = door->uMoveLength;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2521 door->uState = BLVDoor::Open;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2522 if ( !(door->uAttributes & 6) && door->uNumVertices != 0)
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2523 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
2524 goto LABEL_18;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2525 }
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2526 }
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2527 else
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2528 {
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2529 signed int v5 = (signed int)(door->uTimeSinceTriggered * door->uOpenSpeed) / 128;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2530 if ( v5 >= door->uMoveLength)
0
Ritor1
parents:
diff changeset
2531 {
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2532 v89 = 0;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2533 door->uState = BLVDoor::Closed;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2534 if ( !(door->uAttributes & 6) && door->uNumVertices != 0)
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2535 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
2536 goto LABEL_18;
0
Ritor1
parents:
diff changeset
2537 }
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2538 v89 = door->uMoveLength - v5;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2539 }
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2540 if ( !(door->uAttributes & 6) && door->uNumVertices)
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2541 pAudioPlayer->PlaySound(eDoorSoundID, PID(OBJECT_BLVDoor,i), 1, -1, 0, 0, 0, 0);
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2542 LABEL_18:
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2543 for (uint j = 0; j < door->uNumVertices; ++j)
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2544 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2545 pIndoor->pVertices[door->pVertexIDs[j]].x = fixpoint_mul(door->vDirection.x, v89) + door->pXOffsets[j];
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2546 pIndoor->pVertices[door->pVertexIDs[j]].y = fixpoint_mul(door->vDirection.y, v89) + door->pYOffsets[j];
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2547 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
2548 }
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2549 for ( v88 = 0; v88 < door->uNumFaces; ++v88 )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2550 {
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2551 face = &pIndoor->pFaces[door->pFaceIDs[v88]];
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2552 v17 = &pIndoor->pVertices[face->pVertexIDs[0]];
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2553 v18 = face->pFacePlane_old.vNormal.y;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2554 v73 = *(int *)&v17->x;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2555 v19 = face->pFacePlane_old.vNormal.z;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2556 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
2557 face->pFacePlane_old.dist = v20;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2558 face->pFacePlane.dist = -((double)v17->z * face->pFacePlane.vNormal.z
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2559 + (double)v17->y * face->pFacePlane.vNormal.y
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2560 + (double)v17->x * face->pFacePlane.vNormal.x);
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2561 if ( v19 )
0
Ritor1
parents:
diff changeset
2562 {
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2563 v24 = abs(v20 >> 15);
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2564 v25 = abs(face->pFacePlane_old.vNormal.z);
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2565 if ( v24 > v25 )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2566 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
2567 door->uDoorID, door->pFaceIDs[v88], face->pFacePlane_old.dist, face->pFacePlane_old.vNormal.z);
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2568 LODWORD(v27) = face->pFacePlane_old.dist << 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2569 HIDWORD(v27) = face->pFacePlane_old.dist >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2570 face->zCalc3 = -v27 / face->pFacePlane_old.vNormal.z;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2571 }
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
2572 //if ( face->uAttributes & FACE_TEXTURE_FLOW || pRenderer->pRenderD3D )
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2573 face->_get_normals(&v70, &v67);
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2574 v28 = &pIndoor->pFaceExtras[face->uFaceExtraID];
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
2575 /*if ( !pRenderer->pRenderD3D )
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2576 {
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2577 if ( !(face->uAttributes & FACE_TEXTURE_FLOW) )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2578 continue;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2579 v83 = (unsigned __int64)(door->vDirection.x * (signed __int64)v70.x) >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2580 v85 = (unsigned __int64)(door->vDirection.y * (signed __int64)v70.y) >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2581 v84 = (unsigned __int64)(door->vDirection.z * (signed __int64)v70.z) >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2582 v29 = v89;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2583 v28->sTextureDeltaU = -((v83 + v85 + v84) * (signed __int64)v89) >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2584 v85 = (unsigned __int64)(door->vDirection.x * (signed __int64)v67.x) >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2585 v83 = (unsigned __int64)(door->vDirection.y * (signed __int64)v67.y) >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2586 v84 = (unsigned __int64)(door->vDirection.z * (signed __int64)v67.z) >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2587 v31 = (v85 + v83 + v84) * (signed __int64)v29;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2588 v32 = v31 >> 16;
2273
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
2589 v57 = -v32;
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
2590 v28->sTextureDeltaV = v57;
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
2591 v28->sTextureDeltaU += door->pDeltaUs[v88];
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
2592 v28->sTextureDeltaV = v57 + door->pDeltaVs[v88];
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
2593 continue;
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
2594 }*/
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2595 v28->sTextureDeltaU = 0;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2596 v28->sTextureDeltaV = 0;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2597 v34 = &pIndoor->pVertices[face->pVertexIDs[0]];
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2598 v35 = v34->z;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2599 v36 = v34->y;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2600 v82 = v34->x;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2601 v37 = v70.x * v82 + v70.y * v36 + v70.z * v35;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2602 v38 = v67.x * v82 + v67.y * v36 + v67.z * v35;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2603 v39 = v37 >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2604 *face->pVertexUIDs = v39;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2605 v40 = v38 >> 16;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2606 *face->pVertexVIDs = v40;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2607 v84 = v39;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2608 v82 = v40;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2609 for (uint j = 1; j < face->uNumVertices; ++j)
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2610 {
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2611 v43 = &pIndoor->pVertices[face->pVertexIDs[j]];
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2612 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
2613 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
2614 if ( v76 < v39 )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2615 v39 = v76;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2616 if ( v77 < v40 )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2617 v40 = v77;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2618 if ( v76 > v84 )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2619 v84 = v76;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2620 if ( v77 > v82 )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2621 v82 = v77;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2622 face->pVertexUIDs[j] = v76;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2623 face->pVertexVIDs[j] = v77;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2624 }
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2625 if ( face->uAttributes & FACE_UNKNOW3 )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2626 v28->sTextureDeltaU -= v39;
0
Ritor1
parents:
diff changeset
2627 else
Ritor1
parents:
diff changeset
2628 {
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2629 if ( SBYTE1(face->uAttributes) < 0 )
0
Ritor1
parents:
diff changeset
2630 {
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2631 if ( face->uBitmapID != -1 )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2632 v28->sTextureDeltaU -= v84 + pBitmaps_LOD->pTextures[face->uBitmapID].uTextureWidth;
0
Ritor1
parents:
diff changeset
2633 }
Ritor1
parents:
diff changeset
2634 }
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2635 if ( face->uAttributes & 8 )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2636 v28->sTextureDeltaV -= v40;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2637 else
0
Ritor1
parents:
diff changeset
2638 {
2273
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
2639 if ( face->uAttributes & FACE_UNKNOW7 )
0
Ritor1
parents:
diff changeset
2640 {
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2641 if ( face->uBitmapID != -1 )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2642 v28->sTextureDeltaV -= v82 + pBitmaps_LOD->GetTexture(face->uBitmapID)->uTextureHeight;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2643 }
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2644 }
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2645 if ( face->uAttributes & FACE_TEXTURE_FLOW )
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2646 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2647 v84 = fixpoint_mul(door->vDirection.x, v70.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2648 v82 = fixpoint_mul(door->vDirection.y, v70.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2649 v83 = fixpoint_mul(door->vDirection.z, v70.z);
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2650 v75 = v84 + v82 + v83;
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2651 v82 = fixpoint_mul(v75, v89);
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2652 v28->sTextureDeltaU = -v82;
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2653 v84 = fixpoint_mul(door->vDirection.x, v67.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2654 v82 = fixpoint_mul(door->vDirection.y, v67.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2655 v83 = fixpoint_mul(door->vDirection.z, v67.z);
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2656 v75 = v84 + v82 + v83;
2273
42b6a910b5d8 FindIcon cleaned
Ritor1
parents: 2254
diff changeset
2657 v32 = fixpoint_mul(v75, v89);
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2658 v57 = -v32;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2659 v28->sTextureDeltaV = v57;
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2660 v28->sTextureDeltaU += door->pDeltaUs[v88];
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2661 v28->sTextureDeltaV = v57 + door->pDeltaVs[v88];
0
Ritor1
parents:
diff changeset
2662 }
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
2663 }
0
Ritor1
parents:
diff changeset
2664 }
Ritor1
parents:
diff changeset
2665 }
Ritor1
parents:
diff changeset
2666 // 6BE13C: using guessed type int dword_6BE13C_uCurrentlyLoadedLocationID;
Ritor1
parents:
diff changeset
2667
Ritor1
parents:
diff changeset
2668 //----- (0046F90C) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1441
diff changeset
2669 void UpdateActors_BLV()
0
Ritor1
parents:
diff changeset
2670 {
Ritor1
parents:
diff changeset
2671 int v2; // edi@6
Ritor1
parents:
diff changeset
2672 int v3; // eax@6
Ritor1
parents:
diff changeset
2673 int v4; // eax@8
Ritor1
parents:
diff changeset
2674 __int16 v5; // ax@11
Ritor1
parents:
diff changeset
2675 signed int v6; // ebx@14
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2676 // signed __int16 v9; // ax@17
0
Ritor1
parents:
diff changeset
2677 signed __int64 v10; // qax@18
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2678 // int v12; // eax@29
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2679 // unsigned __int64 v13; // qax@29
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2680 // int v14; // eax@30
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2681 // unsigned __int64 v15; // qax@30
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2682 // BLVFace *v17; // edx@33
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2683 // int v18; // ecx@33
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2684 // BLVFace *v19; // eax@34
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2685 // int v20; // ecx@46
0
Ritor1
parents:
diff changeset
2686 int v22; // edi@46
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2687 // int v23; // eax@48
0
Ritor1
parents:
diff changeset
2688 unsigned int v24; // eax@51
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2689 // int v25; // eax@52
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2690 // int v26; // ebx@54
0
Ritor1
parents:
diff changeset
2691 int v27; // ST08_4@54
Ritor1
parents:
diff changeset
2692 int v28; // edi@54
Ritor1
parents:
diff changeset
2693 int v29; // eax@54
Ritor1
parents:
diff changeset
2694 int v30; // ecx@62
Ritor1
parents:
diff changeset
2695 int v31; // ebx@62
Ritor1
parents:
diff changeset
2696 int v32; // eax@62
Ritor1
parents:
diff changeset
2697 int v33; // eax@64
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2698 // unsigned int v34; // ecx@64
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2699 // int v35; // ecx@64
0
Ritor1
parents:
diff changeset
2700 signed int v37; // ebx@85
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2701 // int v39; // ecx@90
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2702 // int v40; // ebx@90
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2703 // PolygonType v41; // al@94
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2704 // int v42; // eax@96
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2705 // __int16 v43; // dx@96
0
Ritor1
parents:
diff changeset
2706 int v44; // ecx@96
Ritor1
parents:
diff changeset
2707 int v45; // edi@101
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2708 // unsigned __int8 v49; // zf@103
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2709 // unsigned __int8 v50; // sf@103
0
Ritor1
parents:
diff changeset
2710 AIDirection v52; // [sp+0h] [bp-60h]@75
Ritor1
parents:
diff changeset
2711 AIDirection v53; // [sp+1Ch] [bp-44h]@116
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
2712 // int v54; // [sp+38h] [bp-28h]@53
0
Ritor1
parents:
diff changeset
2713 unsigned int uSectorID; // [sp+3Ch] [bp-24h]@6
Ritor1
parents:
diff changeset
2714 int v56; // [sp+40h] [bp-20h]@6
Ritor1
parents:
diff changeset
2715 unsigned int _this; // [sp+44h] [bp-1Ch]@51
Ritor1
parents:
diff changeset
2716 int v58; // [sp+48h] [bp-18h]@51
Ritor1
parents:
diff changeset
2717 int v59; // [sp+4Ch] [bp-14h]@8
Ritor1
parents:
diff changeset
2718 unsigned int uFaceID; // [sp+50h] [bp-10h]@6
Ritor1
parents:
diff changeset
2719 int v61; // [sp+54h] [bp-Ch]@14
Ritor1
parents:
diff changeset
2720 int v62; // [sp+58h] [bp-8h]@6
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2721 unsigned int actor_id; // [sp+5Ch] [bp-4h]@1
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2722
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2723 for ( actor_id = 0; actor_id < uNumActors; actor_id++ )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2724 {
2281
d8b4a36f54a4 AI_RandomMove cleaned
Ritor1
parents: 2276
diff changeset
2725 if ( pActors[actor_id].uAIState == Removed || pActors[actor_id].uAIState == Disabled
d8b4a36f54a4 AI_RandomMove cleaned
Ritor1
parents: 2276
diff changeset
2726 || pActors[actor_id].uAIState == Summoned || !pActors[actor_id].uMovementSpeed )
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2727 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2728 uSectorID = pActors[actor_id].uSectorID;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2729 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
2730 pActors[actor_id].uSectorID = uSectorID;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2731 v3 = pActors[actor_id].pMonsterInfo.uFlying;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2732 v56 = v2;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2733 v62 = v3;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2734 if ( !pActors[actor_id].CanAct() )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2735 v62 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2736 v4 = pActors[actor_id].vPosition.z;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2737 v59 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2738 if ( pActors[actor_id].vPosition.z > v2 + 1 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2739 v59 = 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2740 if ( v2 <= -30000 )
0
Ritor1
parents:
diff changeset
2741 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2742 v5 = pIndoor->GetSector(pActors[actor_id].vPosition.x, pActors[actor_id].vPosition.y, v4);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2743 pActors[actor_id].uSectorID = v5;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2744 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
2745 if ( !v5 || v56 == -30000 )
2276
e2433db49428 ActorHasItems
Ritor1
parents: 2273
diff changeset
2746 continue;
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2747 }
2276
e2433db49428 ActorHasItems
Ritor1
parents: 2273
diff changeset
2748 if ( pActors[actor_id].uCurrentActionAnimation == ANIM_Walking)//ìîíñòð äâèãàåòñÿ
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2749 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2750 v6 = pActors[actor_id].uMovementSpeed;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2751 if ( pActors[actor_id].pActorBuffs[ACTOR_BUFF_SLOWED].uExpireTime > 0 )
0
Ritor1
parents:
diff changeset
2752 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2753 if ( pActors[actor_id].pActorBuffs[ACTOR_BUFF_SLOWED].uPower )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2754 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
2755 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2756 v10 = (signed __int64)((double)pActors[actor_id].uMovementSpeed * 0.5);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2757 v6 = v10;
0
Ritor1
parents:
diff changeset
2758 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2759 if ( pActors[actor_id].uAIState == Pursuing || pActors[actor_id].uAIState == Fleeing )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2760 v6 *= 2;
2281
d8b4a36f54a4 AI_RandomMove cleaned
Ritor1
parents: 2276
diff changeset
2761 if ( pParty->bTurnBasedModeOn == true && pTurnEngine->turn_stage == TE_WAIT )
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2762 v6 = (signed __int64)((double)v6 * flt_6BE3AC_debug_recmod1_x_1_6);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2763 if ( v6 > 1000 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2764 v6 = 1000;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2765 pActors[actor_id].vVelocity.x = fixpoint_mul(stru_5C6E00->Cos(pActors[actor_id].uYawAngle), v6);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2766 pActors[actor_id].vVelocity.y = fixpoint_mul(stru_5C6E00->Sin(pActors[actor_id].uYawAngle), v6);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2767 if ( v62 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2768 pActors[actor_id].vVelocity.z = fixpoint_mul(stru_5C6E00->Sin(pActors[actor_id].uPitchAngle), v6);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2769 }
2276
e2433db49428 ActorHasItems
Ritor1
parents: 2273
diff changeset
2770 else//actor is not moving(àêòîð íå äâèãàåòñÿ)
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2771 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2772 pActors[actor_id].vVelocity.x = fixpoint_mul(55000, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2773 pActors[actor_id].vVelocity.y = fixpoint_mul(55000, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2774 if ( v62 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2775 pActors[actor_id].vVelocity.z = fixpoint_mul(55000, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2776 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2777 if ( pActors[actor_id].vPosition.z <= v56 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2778 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2779 pActors[actor_id].vPosition.z = v56 + 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2780 if ( pIndoor->pFaces[uFaceID].uPolygonType == 3 )
0
Ritor1
parents:
diff changeset
2781 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2782 if ( pActors[actor_id].vVelocity.z < 0 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2783 pActors[actor_id].vVelocity.z = 0;
0
Ritor1
parents:
diff changeset
2784 }
Ritor1
parents:
diff changeset
2785 else
Ritor1
parents:
diff changeset
2786 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2787 if ( pIndoor->pFaces[uFaceID].pFacePlane_old.vNormal.z < 45000 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2788 pActors[actor_id].vVelocity.z -= LOWORD(pEventTimer->uTimeElapsed) * GetGravityStrength();
0
Ritor1
parents:
diff changeset
2789 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2790 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2791 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2792 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2793 if ( v59 && !v62 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2794 pActors[actor_id].vVelocity.z += -8 * LOWORD(pEventTimer->uTimeElapsed) * GetGravityStrength();
0
Ritor1
parents:
diff changeset
2795 }
2281
d8b4a36f54a4 AI_RandomMove cleaned
Ritor1
parents: 2276
diff changeset
2796 if ( pActors[actor_id].vVelocity.x * pActors[actor_id].vVelocity.x
d8b4a36f54a4 AI_RandomMove cleaned
Ritor1
parents: 2276
diff changeset
2797 + pActors[actor_id].vVelocity.y * pActors[actor_id].vVelocity.y
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2798 + pActors[actor_id].vVelocity.z * pActors[actor_id].vVelocity.z >= 400 )
0
Ritor1
parents:
diff changeset
2799 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2800 stru_721530.field_84 = -1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2801 stru_721530.field_70 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2802 stru_721530.field_0 = 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2803 stru_721530.field_8_radius = pActors[actor_id].uActorRadius;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2804 stru_721530.prolly_normal_d = pActors[actor_id].uActorRadius;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2805 stru_721530.height = pActors[actor_id].uActorHeight;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2806 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2807 for ( uSectorID = 0; uSectorID < 100; uSectorID++ )
0
Ritor1
parents:
diff changeset
2808 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2809 stru_721530.position.x = pActors[actor_id].vPosition.x;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2810 stru_721530.normal.x = stru_721530.position.x;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2811 stru_721530.position.y = pActors[actor_id].vPosition.y;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2812 stru_721530.normal.y = stru_721530.position.y;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2813 stru_721530.normal.z = pActors[actor_id].vPosition.z + pActors[actor_id].uActorRadius + 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2814 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
2815 if ( stru_721530.position.z < stru_721530.normal.z )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2816 stru_721530.position.z = pActors[actor_id].vPosition.z + pActors[actor_id].uActorRadius + 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2817 stru_721530.velocity.x = pActors[actor_id].vVelocity.x;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2818 stru_721530.velocity.y = pActors[actor_id].vVelocity.y;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2819 stru_721530.velocity.z = pActors[actor_id].vVelocity.z;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2820 stru_721530.uSectorID = pActors[actor_id].uSectorID;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2821 if ( !stru_721530._47050A(v22) )
0
Ritor1
parents:
diff changeset
2822 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2823 v58 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2824 v24 = 8 * actor_id;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2825 LOBYTE(v24) = PID(OBJECT_Actor,actor_id);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2826 for ( v61 = 0; v61 < 100; ++v61 )
0
Ritor1
parents:
diff changeset
2827 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2828 _46E44E_collide_against_faces_and_portals(1);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2829 _46E0B2_collide_against_decorations();
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2830 _46EF01_collision_chech_player(0);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2831 _46ED8A_collide_against_sprite_objects(v24);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2832 for ( uint j = 0; j < ai_arrays_size; j++ )
0
Ritor1
parents:
diff changeset
2833 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2834 if ( ai_near_actors_ids[j] != actor_id )
0
Ritor1
parents:
diff changeset
2835 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2836 v27 = abs(pActors[ai_near_actors_ids[j]].vPosition.z - pActors[actor_id].vPosition.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2837 v28 = abs(pActors[ai_near_actors_ids[j]].vPosition.y - pActors[actor_id].vPosition.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2838 v29 = abs(pActors[ai_near_actors_ids[j]].vPosition.x - pActors[actor_id].vPosition.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2839 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
2840 && Actor::_46DF1A_collide_against_actor(ai_near_actors_ids[j], 40) )
0
Ritor1
parents:
diff changeset
2841 ++v58;
Ritor1
parents:
diff changeset
2842 }
Ritor1
parents:
diff changeset
2843 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2844 if ( _46F04E_collide_against_portals() )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2845 break;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2846 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2847 v56 = v58 > 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2848 if ( stru_721530.field_7C >= stru_721530.field_6C )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2849 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2850 v30 = stru_721530.normal2.x;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2851 v31 = stru_721530.normal2.y;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2852 v32 = stru_721530.normal2.z - stru_721530.prolly_normal_d - 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2853 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2854 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2855 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2856 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
2857 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
2858 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
2859 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2860 v33 = collide_against_floor(v30, v31, v32, &stru_721530.uSectorID, &uFaceID);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2861 if (pIndoor->pFaces[uFaceID].uAttributes & FACE_INDOOR_SKY && pActors[actor_id].uAIState == Dead)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2862 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2863 pActors[actor_id].uAIState = Removed;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2864 continue;
0
Ritor1
parents:
diff changeset
2865 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2866 if ( v59 || v62 || !(pIndoor->pFaces[uFaceID].uAttributes & FACE_INDOOR_SKY) )
0
Ritor1
parents:
diff changeset
2867 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2868 if ( v33 == -30000 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2869 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2870 if ( pActors[actor_id].uCurrentActionAnimation != 1 || v33 >= pActors[actor_id].vPosition.z - 100 || v59 || v62 )
0
Ritor1
parents:
diff changeset
2871 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2872 if ( stru_721530.field_7C >= stru_721530.field_6C )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2873 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2874 pActors[actor_id].vPosition.x = LOWORD(stru_721530.normal2.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2875 pActors[actor_id].vPosition.y = LOWORD(stru_721530.normal2.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2876 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
2877 pActors[actor_id].uSectorID = LOWORD(stru_721530.uSectorID);
2281
d8b4a36f54a4 AI_RandomMove cleaned
Ritor1
parents: 2276
diff changeset
2878 goto LABEL_123;
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2879 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2880 pActors[actor_id].vPosition.x += fixpoint_mul(stru_721530.field_7C, stru_721530.direction.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2881 pActors[actor_id].vPosition.y += fixpoint_mul(stru_721530.field_7C, stru_721530.direction.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2882 pActors[actor_id].vPosition.z += fixpoint_mul(stru_721530.field_7C, stru_721530.direction.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2883 pActors[actor_id].uSectorID = LOWORD(stru_721530.uSectorID);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2884 stru_721530.field_70 += stru_721530.field_7C;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2885 v37 = PID_ID(stru_721530.uFaceID);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2886 if ( PID_TYPE(stru_721530.uFaceID) == OBJECT_Actor)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2887 {
2242
c4f87fb3cfee for NextTurn()
Ritor1
parents: 2235
diff changeset
2888 if ( pParty->bTurnBasedModeOn == 1 && (pTurnEngine->turn_stage == TE_ATTACK || pTurnEngine->turn_stage == TE_MOVEMENT) )
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2889 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2890 pActors[actor_id].vVelocity.x = fixpoint_mul(58500, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2891 pActors[actor_id].vVelocity.y = fixpoint_mul(58500, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2892 pActors[actor_id].vVelocity.z = fixpoint_mul(58500, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2893 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2894 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2895 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2896 if ( pActors[actor_id].pMonsterInfo.uHostilityType )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2897 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2898 if ( !v56 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2899 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2900 Actor::AI_Flee(actor_id, stru_721530.uFaceID, v22, (AIDirection *)v22);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2901 pActors[actor_id].vVelocity.x = fixpoint_mul(58500, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2902 pActors[actor_id].vVelocity.y = fixpoint_mul(58500, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2903 pActors[actor_id].vVelocity.z = fixpoint_mul(58500, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2904 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2905 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2906 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2907 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2908 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2909 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2910 if ( !v56 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2911 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2912 if ( !pActors[v37].pMonsterInfo.uHostilityType )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2913 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2914 Actor::AI_FaceObject(actor_id, stru_721530.uFaceID, v22, (AIDirection *)v22);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2915 pActors[actor_id].vVelocity.x = fixpoint_mul(58500, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2916 pActors[actor_id].vVelocity.y = fixpoint_mul(58500, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2917 pActors[actor_id].vVelocity.z = fixpoint_mul(58500, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2918 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2919 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2920 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2921 Actor::AI_Flee(actor_id, stru_721530.uFaceID, v22, (AIDirection *)v22);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2922 pActors[actor_id].vVelocity.x = fixpoint_mul(58500, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2923 pActors[actor_id].vVelocity.y = fixpoint_mul(58500, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2924 pActors[actor_id].vVelocity.z = fixpoint_mul(58500, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2925 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2926 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2927 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2928 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2929 Actor::AI_StandOrBored(actor_id, 4, v22, &v53);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2930 pActors[actor_id].vVelocity.x = fixpoint_mul(58500, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2931 pActors[actor_id].vVelocity.y = fixpoint_mul(58500, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2932 pActors[actor_id].vVelocity.z = fixpoint_mul(58500, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2933 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2934 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2935 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2936 if ( PID_TYPE(stru_721530.uFaceID) == OBJECT_Player)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2937 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2938 if ( pActors[actor_id].GetActorsRelation(0) )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2939 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2940 //v51 = __OFSUB__(HIDWORD(pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].uExpireTime), v22);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2941 //v49 = HIDWORD(pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].uExpireTime) == v22;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2942 //v50 = HIDWORD(pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].uExpireTime) - v22 < 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2943 pActors[actor_id].vVelocity.y = v22;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2944 pActors[actor_id].vVelocity.x = v22;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2945 if ( pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].uExpireTime > v22 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2946 pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].Reset();
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2947 viewparams->bRedrawGameUI = 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2948 pActors[actor_id].vVelocity.x = fixpoint_mul(58500, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2949 pActors[actor_id].vVelocity.y = fixpoint_mul(58500, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2950 pActors[actor_id].vVelocity.z = fixpoint_mul(58500, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2951 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2952 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2953 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2954 Actor::AI_FaceObject(actor_id, stru_721530.uFaceID, v22, (AIDirection *)v22);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2955 pActors[actor_id].vVelocity.x = fixpoint_mul(58500, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2956 pActors[actor_id].vVelocity.y = fixpoint_mul(58500, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2957 pActors[actor_id].vVelocity.z = fixpoint_mul(58500, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2958 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2959 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2960 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2961 if ( PID_TYPE(stru_721530.uFaceID) == OBJECT_Decoration)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2962 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2963 _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
2964 v45 = stru_5C6E00->Atan2(pActors[actor_id].vPosition.x - pLevelDecorations[v37].vPosition.x,
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2965 pActors[actor_id].vPosition.y - pLevelDecorations[v37].vPosition.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2966 pActors[actor_id].vVelocity.x = fixpoint_mul(stru_5C6E00->Cos(v45), _this);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2967 pActors[actor_id].vVelocity.y = fixpoint_mul(stru_5C6E00->Sin(v45), _this);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2968 pActors[actor_id].vVelocity.x = fixpoint_mul(58500, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2969 pActors[actor_id].vVelocity.y = fixpoint_mul(58500, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2970 pActors[actor_id].vVelocity.z = fixpoint_mul(58500, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2971 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2972 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2973 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2974 if ( PID_TYPE(stru_721530.uFaceID) == OBJECT_BModel)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2975 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2976 stru_721530.field_84 = stru_721530.uFaceID >> 3;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2977 if ( pIndoor->pFaces[v37].uPolygonType == 3 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2978 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2979 pActors[actor_id].vVelocity.z = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2980 pActors[actor_id].vPosition.z = pIndoor->pVertices[*pIndoor->pFaces[v37].pVertexIDs].z + 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2981 if ( pActors[actor_id].vVelocity.x * pActors[actor_id].vVelocity.x
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2982 + pActors[actor_id].vVelocity.y * pActors[actor_id].vVelocity.y < 400 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2983 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2984 pActors[actor_id].vVelocity.y = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2985 pActors[actor_id].vVelocity.x = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2986 pActors[actor_id].vVelocity.x = fixpoint_mul(58500, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2987 pActors[actor_id].vVelocity.y = fixpoint_mul(58500, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2988 pActors[actor_id].vVelocity.z = fixpoint_mul(58500, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2989 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2990 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2991 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2992 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2993 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2994 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2995 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
2996 * pActors[actor_id].vVelocity.y
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2997 + pIndoor->pFaces[v37].pFacePlane_old.vNormal.z
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2998 * pActors[actor_id].vVelocity.z) >> 16;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
2999 if ( (stru_721530.speed >> 3) > v61 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3000 v61 = stru_721530.speed >> 3;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3001 pActors[actor_id].vVelocity.x += fixpoint_mul(v61, pIndoor->pFaces[v37].pFacePlane_old.vNormal.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3002 pActors[actor_id].vVelocity.y += fixpoint_mul(v61, pIndoor->pFaces[v37].pFacePlane_old.vNormal.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3003 pActors[actor_id].vVelocity.z += fixpoint_mul(v61, pIndoor->pFaces[v37].pFacePlane_old.vNormal.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3004 if ( pIndoor->pFaces[v37].uPolygonType != 4 && pIndoor->pFaces[v37].uPolygonType != 3 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3005 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3006 v44 = stru_721530.prolly_normal_d
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3007 - ((pIndoor->pFaces[v37].pFacePlane_old.dist
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3008 + pIndoor->pFaces[v37].pFacePlane_old.vNormal.z * pActors[actor_id].vPosition.z
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3009 + pIndoor->pFaces[v37].pFacePlane_old.vNormal.y * pActors[actor_id].vPosition.y
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3010 + pIndoor->pFaces[v37].pFacePlane_old.vNormal.x * pActors[actor_id].vPosition.x) >> 16);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3011 if ( v44 > 0 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3012 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3013 pActors[actor_id].vPosition.x += fixpoint_mul(v44, pIndoor->pFaces[v37].pFacePlane_old.vNormal.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3014 pActors[actor_id].vPosition.y += fixpoint_mul(v44, pIndoor->pFaces[v37].pFacePlane_old.vNormal.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3015 pActors[actor_id].vPosition.z += fixpoint_mul(v44, pIndoor->pFaces[v37].pFacePlane_old.vNormal.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3016 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3017 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
3018 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3019 }
2187
9856c2f8f918 CastSpell continue
Ritor1
parents: 2182
diff changeset
3020 if ( pIndoor->pFaces[v37].uAttributes & 0x8000000 )
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3021 EventProcessor(pIndoor->pFaceExtras[ pIndoor->pFaces[v37].uFaceExtraID].uEventID, 0, 1);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3022 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3023 pActors[actor_id].vVelocity.x = fixpoint_mul(58500, pActors[actor_id].vVelocity.x);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3024 pActors[actor_id].vVelocity.y = fixpoint_mul(58500, pActors[actor_id].vVelocity.y);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3025 pActors[actor_id].vVelocity.z = fixpoint_mul(58500, pActors[actor_id].vVelocity.z);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3026 v22 = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3027 continue;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3028 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3029 if ( pActors[actor_id].vPosition.x & 1 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3030 pActors[actor_id].uYawAngle += 100;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3031 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3032 pActors[actor_id].uYawAngle -= 100;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3033 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3034 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3035 {
2242
c4f87fb3cfee for NextTurn()
Ritor1
parents: 2235
diff changeset
3036 if ( pParty->bTurnBasedModeOn == 1 && (pTurnEngine->turn_stage == TE_ATTACK || pTurnEngine->turn_stage == TE_MOVEMENT) )
2281
d8b4a36f54a4 AI_RandomMove cleaned
Ritor1
parents: 2276
diff changeset
3037 goto LABEL_123;
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3038 if ( !pActors[actor_id].pMonsterInfo.uHostilityType || v56 != v22 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3039 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3040 Actor::AI_StandOrBored(actor_id, 4, v22, &v52);
2281
d8b4a36f54a4 AI_RandomMove cleaned
Ritor1
parents: 2276
diff changeset
3041 goto LABEL_123;
0
Ritor1
parents:
diff changeset
3042 }
Ritor1
parents:
diff changeset
3043 }
Ritor1
parents:
diff changeset
3044 }
Ritor1
parents:
diff changeset
3045 }
Ritor1
parents:
diff changeset
3046 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3047 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3048 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3049 pActors[actor_id].vVelocity.z = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3050 pActors[actor_id].vVelocity.y = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3051 pActors[actor_id].vVelocity.x = 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3052 if ( pIndoor->pFaces[uFaceID].uAttributes & FACE_INDOOR_SKY )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3053 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3054 if (pActors[actor_id].uAIState == Dead)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3055 pActors[actor_id].uAIState = Removed;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3056 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3057 }
2281
d8b4a36f54a4 AI_RandomMove cleaned
Ritor1
parents: 2276
diff changeset
3058 LABEL_123:
d8b4a36f54a4 AI_RandomMove cleaned
Ritor1
parents: 2276
diff changeset
3059 ;
0
Ritor1
parents:
diff changeset
3060 }
Ritor1
parents:
diff changeset
3061 }
Ritor1
parents:
diff changeset
3062
Ritor1
parents:
diff changeset
3063
Ritor1
parents:
diff changeset
3064 //----- (00460A78) --------------------------------------------------------
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2144
diff changeset
3065 void PrepareToLoadBLV(unsigned int bLoading)
0
Ritor1
parents:
diff changeset
3066 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3067 unsigned int respawn; // ebx@1
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3068 unsigned int map_id; // eax@8
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3069 MapInfo *map_info; // edi@9
0
Ritor1
parents:
diff changeset
3070 int v4; // eax@11
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3071 // char *v14; // esi@49
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3072 DecorationDesc *decoration; // eax@54
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3073 // char v22; // cl@64
0
Ritor1
parents:
diff changeset
3074 char v28; // zf@81
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3075 // __int16 v29; // ax@85
0
Ritor1
parents:
diff changeset
3076 signed int v30; // edi@94
Ritor1
parents:
diff changeset
3077 int v34[4]; // [sp+3E8h] [bp-2Ch]@96
Ritor1
parents:
diff changeset
3078 int v35; // [sp+3F8h] [bp-1Ch]@1
Ritor1
parents:
diff changeset
3079 int v38; // [sp+404h] [bp-10h]@1
Ritor1
parents:
diff changeset
3080 int pDest; // [sp+40Ch] [bp-8h]@1
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3081
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3082 respawn = 0;
0
Ritor1
parents:
diff changeset
3083 pGameLoadingUI_ProgressBar->Reset(0x20u);
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3084 bUnderwater = false;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3085 bNoNPCHiring = false;
0
Ritor1
parents:
diff changeset
3086 pDest = 1;
Ritor1
parents:
diff changeset
3087 uCurrentlyLoadedLevelType = LEVEL_Indoor;
Ritor1
parents:
diff changeset
3088 pGame->uFlags2 &= 0xFFFFFFF7u;
Ritor1
parents:
diff changeset
3089 if ( Is_out15odm_underwater() )
Ritor1
parents:
diff changeset
3090 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3091 bUnderwater = true;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3092 pGame->uFlags2 |= 8;
0
Ritor1
parents:
diff changeset
3093 }
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1458
diff changeset
3094 if ( !_stricmp(pCurrentMapName, "out15.odm") || !_stricmp(pCurrentMapName, "d23.blv") )
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3095 bNoNPCHiring = true;
0
Ritor1
parents:
diff changeset
3096 pPaletteManager->pPalette_tintColor[0] = 0;
Ritor1
parents:
diff changeset
3097 pPaletteManager->pPalette_tintColor[1] = 0;
Ritor1
parents:
diff changeset
3098 pPaletteManager->pPalette_tintColor[2] = 0;
Ritor1
parents:
diff changeset
3099 pPaletteManager->RecalculateAll();
2182
e1e4a8a20b5f _46Ð6ÐС_GetActorsInViewport
Ritor1
parents: 2173
diff changeset
3100 if ( _A750D8_player_speech_timer )
e1e4a8a20b5f _46Ð6ÐС_GetActorsInViewport
Ritor1
parents: 2173
diff changeset
3101 _A750D8_player_speech_timer = 0i64;
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3102 map_id = pMapStats->GetMapInfo(pCurrentMapName);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3103 if ( map_id )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3104 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3105 map_info = &pMapStats->pInfos[map_id];
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3106 respawn = pMapStats->pInfos[map_id].uRespawnIntervalDays;
0
Ritor1
parents:
diff changeset
3107 v38 = GetAlertStatus();
Ritor1
parents:
diff changeset
3108 }
Ritor1
parents:
diff changeset
3109 else
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3110 map_info = (MapInfo *)bLoading;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3111 dword_6BE13C_uCurrentlyLoadedLocationID = map_id;
2152
d44b7775fc06 Removed DirectDraw2 compatibility.
Nomad
parents: 2151
diff changeset
3112
0
Ritor1
parents:
diff changeset
3113 pStationaryLightsStack->uNumLightsActive = 0;
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3114 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
3115 if ( !v4 )
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1544
diff changeset
3116 Error("Unable to open %s", pCurrentMapName);
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1544
diff changeset
3117
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3118 if ( v4 == 1 )
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1544
diff changeset
3119 Error("File %s is not a BLV File", pCurrentMapName);
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1544
diff changeset
3120
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3121 if ( v4 == 2 )
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1544
diff changeset
3122 Error("Attempt to open new level before clearing old");
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3123 if ( v4 == 3 )
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1544
diff changeset
3124 Error("Out of memory loading indoor level");
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2044
diff changeset
3125 if ( !(dword_6BE364_game_settings_1 & GAME_SETTINGS_2000) )
0
Ritor1
parents:
diff changeset
3126 {
2338
1e865e8690ba Moving some function declarations from unsorted subs to Actor.h and SpriteObject.h
Grumpy7
parents: 2336
diff changeset
3127 Actor::InitializeActors();
1e865e8690ba Moving some function declarations from unsorted subs to Actor.h and SpriteObject.h
Grumpy7
parents: 2336
diff changeset
3128 SpriteObject::InitializeSpriteObjects();
0
Ritor1
parents:
diff changeset
3129 }
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2044
diff changeset
3130 dword_6BE364_game_settings_1 &= ~GAME_SETTINGS_2000;
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3131 if ( !map_id )
0
Ritor1
parents:
diff changeset
3132 pDest = 0;
Ritor1
parents:
diff changeset
3133 if ( pDest == 1 )
Ritor1
parents:
diff changeset
3134 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3135 for (uint i = 0; i < pIndoor->uNumSpawnPoints; ++i )
0
Ritor1
parents:
diff changeset
3136 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3137 if ( pIndoor->pSpawnPoints[i].uKind == 3 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3138 SpawnEncounter(map_info, &pIndoor->pSpawnPoints[i], 0, 0, 0);
0
Ritor1
parents:
diff changeset
3139 else
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3140 map_info->SpawnRandomTreasure(&pIndoor->pSpawnPoints[i]);
0
Ritor1
parents:
diff changeset
3141 }
Ritor1
parents:
diff changeset
3142 RespawnGlobalDecorations();
Ritor1
parents:
diff changeset
3143 }
Ritor1
parents:
diff changeset
3144
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3145 pSoundList->LoadSound(pDoorSoundIDsByLocationID[map_id], 0);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3146 pSoundList->LoadSound(pDoorSoundIDsByLocationID[map_id] + 1, 0);
0
Ritor1
parents:
diff changeset
3147
Ritor1
parents:
diff changeset
3148 for (uint i = 0; i < pIndoor->uNumDoors; ++i)
Ritor1
parents:
diff changeset
3149 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3150 if (pIndoor->pDoors[i].uAttributes & 0x01)
0
Ritor1
parents:
diff changeset
3151 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3152 pIndoor->pDoors[i].uState = BLVDoor::Opening;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3153 pIndoor->pDoors[i].uTimeSinceTriggered = 15360;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3154 pIndoor->pDoors[i].uAttributes = 2;
0
Ritor1
parents:
diff changeset
3155 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3156
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3157 if (pIndoor->pDoors[i].uState == BLVDoor::Closed)
0
Ritor1
parents:
diff changeset
3158 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3159 pIndoor->pDoors[i].uState = BLVDoor::Closing;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3160 pIndoor->pDoors[i].uTimeSinceTriggered = 15360;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3161 pIndoor->pDoors[i].uAttributes = 2;
0
Ritor1
parents:
diff changeset
3162 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3163 else if (pIndoor->pDoors[i].uState == BLVDoor::Open)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3164 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3165 pIndoor->pDoors[i].uState = BLVDoor::Opening;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3166 pIndoor->pDoors[i].uTimeSinceTriggered = 15360;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3167 pIndoor->pDoors[i].uAttributes = 2;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3168 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3169 }
0
Ritor1
parents:
diff changeset
3170
Ritor1
parents:
diff changeset
3171 for (uint i = 0; i < pIndoor->uNumFaces; ++i)
Ritor1
parents:
diff changeset
3172 {
2224
c2eeeb991a87 some more pvs warning fixes
Grumpy7
parents: 2187
diff changeset
3173 if (pIndoor->pFaces[i].uBitmapID != -1)
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3174 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
3175 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3176
0
Ritor1
parents:
diff changeset
3177 pGameLoadingUI_ProgressBar->Progress();
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3178
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3179 v35 = 0;
0
Ritor1
parents:
diff changeset
3180 for (uint i = 0; i < uNumLevelDecorations; ++i)
Ritor1
parents:
diff changeset
3181 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3182 pDecorationList->InitializeDecorationSprite(pLevelDecorations[i].uDecorationDescID);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3183
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3184 if (pDecorationList->pDecorations[pLevelDecorations[i].uDecorationDescID].uSoundID && _6807E0_num_decorations_with_sounds_6807B8 < 9)
0
Ritor1
parents:
diff changeset
3185 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3186 pSoundList->LoadSound(pDecorationList->pDecorations[pLevelDecorations[i].uDecorationDescID].uSoundID, 0);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3187 _6807B8_level_decorations_ids[_6807E0_num_decorations_with_sounds_6807B8++] = i;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3188 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3189
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3190 if (!(pLevelDecorations[i].uFlags & LEVEL_DECORATION_INVISIBLE))
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3191 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3192 decoration = &pDecorationList->pDecorations[pLevelDecorations[i].uDecorationDescID];
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3193 if (!decoration->DontDraw())
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3194 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3195 if ( decoration->uLightRadius )
0
Ritor1
parents:
diff changeset
3196 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3197 unsigned char r = 255,
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3198 g = 255,
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3199 b = 255;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3200 if (/*pRenderer->pRenderD3D*/true && pRenderer->bUseColoredLights)
0
Ritor1
parents:
diff changeset
3201 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3202 r = decoration->uColoredLightRed;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3203 g = decoration->uColoredLightGreen;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3204 b = decoration->uColoredLightBlue;
0
Ritor1
parents:
diff changeset
3205 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3206 pStationaryLightsStack->AddLight(pLevelDecorations[i].vPosition.x,
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3207 pLevelDecorations[i].vPosition.y,
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3208 pLevelDecorations[i].vPosition.z + decoration->uDecorationHeight, decoration->uLightRadius, r, g, b, _4E94D0_light_type);
0
Ritor1
parents:
diff changeset
3209 }
Ritor1
parents:
diff changeset
3210 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3211 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3212
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3213 if (!pLevelDecorations[i].uEventID)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3214 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3215 if (pLevelDecorations[i].IsInteractive())
0
Ritor1
parents:
diff changeset
3216 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3217 if ( v35 < 124 )
0
Ritor1
parents:
diff changeset
3218 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3219 pLevelDecorations[i]._idx_in_stru123 = v35 + 75;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3220 if ( !stru_5E4C90_MapPersistVars._decor_events[v35] )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3221 pLevelDecorations[i].uFlags |= LEVEL_DECORATION_INVISIBLE;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3222 v35++;
0
Ritor1
parents:
diff changeset
3223 }
Ritor1
parents:
diff changeset
3224 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3225 }
0
Ritor1
parents:
diff changeset
3226 }
Ritor1
parents:
diff changeset
3227
Ritor1
parents:
diff changeset
3228 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
3229
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 486
diff changeset
3230 for (uint i = 0; i < uNumSpriteObjects; ++i)
0
Ritor1
parents:
diff changeset
3231 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3232 if (pSpriteObjects[i].uObjectDescID)
0
Ritor1
parents:
diff changeset
3233 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3234 if ( pSpriteObjects[i].stru_24.uItemID )
0
Ritor1
parents:
diff changeset
3235 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3236 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
3237 !pSpriteObjects[i].stru_24.uEnchantmentType)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3238 pSpriteObjects[i].stru_24.uEnchantmentType = rand() % 15 + 5;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3239 pItemsTable->SetSpecialBonus(&pSpriteObjects[i].stru_24);
0
Ritor1
parents:
diff changeset
3240 }
Ritor1
parents:
diff changeset
3241 }
Ritor1
parents:
diff changeset
3242 }
Ritor1
parents:
diff changeset
3243
1988
7e2dd49832b5 Off-Hand <> Two-Handed error fixed
zipi
parents: 1983
diff changeset
3244 // INDOOR initialize actors
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3245 v38 = 0;
0
Ritor1
parents:
diff changeset
3246 for (uint i = 0; i < uNumActors; ++i)
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3247 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3248 if (pActors[i].uAttributes & 0x100000)
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3249 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3250 if ( !map_id )
0
Ritor1
parents:
diff changeset
3251 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3252 pActors[i].pMonsterInfo.field_3E = 19;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3253 pActors[i].uAttributes |= 0x10000;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3254 continue;
0
Ritor1
parents:
diff changeset
3255 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3256 v28 = v38 == 0;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3257 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3258 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3259 v28 = v38 == 1;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3260
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3261 if ( !v28 )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3262 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3263 pActors[i].PrepareSprites(0);
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3264 pActors[i].pMonsterInfo.uHostilityType = MonsterInfo::Hostility_Friendly;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3265 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
3266 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3267 pActors[i].pMonsterInfo.field_3E = 5;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3268 pActors[i].UpdateAnimation();
0
Ritor1
parents:
diff changeset
3269 }
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3270 }
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3271 else
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3272 {
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3273 pActors[i].pMonsterInfo.field_3E = 19;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3274 pActors[i].uAttributes |= 0x10000;
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3275 }
0
Ritor1
parents:
diff changeset
3276 }
Ritor1
parents:
diff changeset
3277
Ritor1
parents:
diff changeset
3278 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
3279
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3280 //Party to start position
0
Ritor1
parents:
diff changeset
3281 Actor this_;
Ritor1
parents:
diff changeset
3282 this_.pMonsterInfo.uID = 45;
Ritor1
parents:
diff changeset
3283 this_.PrepareSprites(0);
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3284 if ( !bLoading )
0
Ritor1
parents:
diff changeset
3285 {
Ritor1
parents:
diff changeset
3286 pParty->sRotationX = 0;
Ritor1
parents:
diff changeset
3287 pParty->sRotationY = 0;
Ritor1
parents:
diff changeset
3288 pParty->vPosition.z = 0;
Ritor1
parents:
diff changeset
3289 pParty->vPosition.y = 0;
Ritor1
parents:
diff changeset
3290 pParty->vPosition.x = 0;
Ritor1
parents:
diff changeset
3291 pParty->uFallStartY = 0;
Ritor1
parents:
diff changeset
3292 pParty->uFallSpeed = 0;
Ritor1
parents:
diff changeset
3293 TeleportToStartingPoint(uLevel_StartingPointType);
Ritor1
parents:
diff changeset
3294 }
Ritor1
parents:
diff changeset
3295 viewparams->_443365();
Ritor1
parents:
diff changeset
3296 PlayLevelMusic();
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3297 if ( !bLoading )
0
Ritor1
parents:
diff changeset
3298 {
Ritor1
parents:
diff changeset
3299 v30 = 0;
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3300 for ( uint pl_id = 1; pl_id <= 4; ++pl_id )
0
Ritor1
parents:
diff changeset
3301 {
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3302 if ( pPlayers[pl_id]->CanAct() )
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3303 v34[v30++] = pl_id;
0
Ritor1
parents:
diff changeset
3304 }
Ritor1
parents:
diff changeset
3305 if ( v30 )
Ritor1
parents:
diff changeset
3306 {
Ritor1
parents:
diff changeset
3307 if ( pDest )
Ritor1
parents:
diff changeset
3308 {
2182
e1e4a8a20b5f _46Ð6ÐС_GetActorsInViewport
Ritor1
parents: 2173
diff changeset
3309 _A750D8_player_speech_timer = 256i64;
1406
d071e0e9ba75 Explosion Traps fix
Ritor1
parents: 1394
diff changeset
3310 PlayerSpeechID = SPEECH_46;
2172
56aa61b54785 indoor cleaning continue
Ritor1
parents: 2166
diff changeset
3311 uSpeakingCharacter = v34[rand() % v30];
0
Ritor1
parents:
diff changeset
3312 }
Ritor1
parents:
diff changeset
3313 }
Ritor1
parents:
diff changeset
3314 }
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3315 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3316 //----- (0046CEC3) --------------------------------------------------------
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3317 int BLV_GetFloorLevel(int x, int y, int z, unsigned int uSectorID, unsigned int *pFaceID)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3318 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3319 int v13; // ecx@13
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3320 signed int v14; // ebx@14
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3321 int v15; // eax@16
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3322 //int v16; // edx@19
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3323 //int v17; // ST18_4@19
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3324 //signed int v18; // edx@19
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3325 //signed __int64 v19; // qtt@19
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3326 int v21; // eax@27
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3327 //int v22; // ecx@29
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3328 signed int v28; // eax@45
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3329 int v29; // ebx@47
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3330 // int v30; // edx@49
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3331 //int v31; // ST10_4@49
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3332 //signed int v32; // edx@49
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3333 // signed __int64 v33; // qtt@49
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3334 //signed int v34; // eax@54
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3335 //signed int v35; // esi@56
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3336 //int result; // eax@57
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3337 int v38; // edx@62
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3338 //int v44; // [sp+20h] [bp-20h]@10
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3339 bool v47; // [sp+24h] [bp-1Ch]@43
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3340 bool current_vertices_Y; // [sp+28h] [bp-18h]@10
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3341 bool v49; // [sp+28h] [bp-18h]@41
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3342 bool next_vertices_Y; // [sp+2Ch] [bp-14h]@12
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3343 signed int number_hits; // [sp+30h] [bp-10h]@10
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3344 signed int v54; // [sp+30h] [bp-10h]@41
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3345 signed int v55; // [sp+34h] [bp-Ch]@1
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3346
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3347 //LOG_DECOMPILATION_WARNING();
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3348
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3349 static int blv_floor_id[50]; // 00721200
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3350 static int blv_floor_level[50]; // 007212C8
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3351
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3352 static __int16 blv_floor_face_vert_coord_Y[104]; // word_721390_ys
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3353 static __int16 blv_floor_face_vert_coord_X[104]; // word_721460_xs
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3354
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
3355 BLVSector* pSector = &pIndoor->pSectors[uSectorID];
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3356 v55 = 0;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3357 for (uint i = 0; i < pSector->uNumFloors; ++i)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3358 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
3359 BLVFace* pFloor = &pIndoor->pFaces[pSector->pFloors[i]];
2027
3fa489e0a3f2 pFloor->Ethereal()
Ritor1
parents: 2006
diff changeset
3360 if (pFloor->Ethereal())
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3361 continue;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3362
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3363 assert(pFloor->uNumVertices);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3364 if (x <= pFloor->pBounding.x2 && x >= pFloor->pBounding.x1 &&
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3365 y <= pFloor->pBounding.y2 && y >= pFloor->pBounding.y1)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3366 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3367 for (uint j = 0; j < pFloor->uNumVertices; ++j)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3368 {
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3369 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
3370 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
3371 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
3372 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
3373 }
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3374 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
3375 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
3376
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3377 next_vertices_Y = blv_floor_face_vert_coord_Y[0] >= y;
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3378 number_hits = 0;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3379
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3380 for (uint j = 0; j < 2 * pFloor->uNumVertices; ++j)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3381 {
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3382 if (number_hits >= 2)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3383 break;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3384
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3385 current_vertices_Y = next_vertices_Y;
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3386 next_vertices_Y = blv_floor_face_vert_coord_Y[j + 1] >= y;
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3387
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3388 v13 = i;
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3389 if (current_vertices_Y == next_vertices_Y)
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3390 continue;
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3391
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3392 v14 = blv_floor_face_vert_coord_X[j + 1] >= x ? 0 : 2;
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3393 v15 = v14 | (blv_floor_face_vert_coord_X[j] < x);
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3394
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3395 if (v15 == 3)
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3396 continue;
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3397 else if (!v15)
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3398 ++number_hits;
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3399 else
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3400 {
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3401 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
3402 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
3403
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3404 if (res + blv_floor_face_vert_coord_X[j] >= x)
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3405 ++number_hits;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3406 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3407 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3408
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3409
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
3410 if ( number_hits == 1 )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3411 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3412 if ( v55 >= 50 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3413 break;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3414 if ( pFloor->uPolygonType == POLYGON_Floor || pFloor->uPolygonType == POLYGON_Ceiling )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3415 v21 = pIndoor->pVertices[pFloor->pVertexIDs[0]].z;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3416 else
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
3417 v21 = fixpoint_mul(pFloor->zCalc1, x) + fixpoint_mul(pFloor->zCalc2, y) + (short)(pFloor->zCalc3 >> 16);
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3418 blv_floor_level[v55] = v21;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3419 blv_floor_id[v55] = pSector->pFloors[i];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3420 v55++;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3421 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3422 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3423 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3424
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3425 if ( pSector->field_0 & 8 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3426 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3427 for (uint i = 0; i < pSector->uNumPortals; ++i)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3428 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1966
diff changeset
3429 BLVFace* portal = &pIndoor->pFaces[pSector->pPortals[i]];
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3430 if (portal->uPolygonType != POLYGON_Floor)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3431 continue;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3432
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3433 if (!portal->uNumVertices)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3434 continue;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3435
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3436 if (x <= portal->pBounding.x2 && x >= portal->pBounding.x1 &&
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3437 y <= portal->pBounding.y2 && y >= portal->pBounding.y1 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3438 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3439 for (uint j = 0; j < portal->uNumVertices; ++j)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3440 {
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3441 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
3442 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
3443 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
3444 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
3445 }
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3446 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
3447 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
3448 v54 = 0;
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3449 v47 = blv_floor_face_vert_coord_Y[0] >= y;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3450
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3451 for (uint j = 0; j < 2 * portal->uNumVertices; ++j)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3452 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3453 v49 = v47;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3454 if ( v54 >= 2 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3455 break;
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3456 v47 = blv_floor_face_vert_coord_Y[j + 1] >= y;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3457 if ( v49 != v47 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3458 {
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3459 v28 = blv_floor_face_vert_coord_X[j + 1] >= x ? 0 : 2;
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3460 v29 = v28 | (blv_floor_face_vert_coord_X[j] < x);
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3461 if ( v29 != 3 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3462 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3463 if ( !v29 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3464 ++v54;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3465 else
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3466 {
2075
24033aa2e1f8 ODM_GetFloorLevel() check height
Ritor1
parents: 2061
diff changeset
3467 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
3468 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
3469 if (res + blv_floor_face_vert_coord_X[j] >= x)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3470 ++v54;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3471 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3472 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3473 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3474 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3475 if ( v54 == 1 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3476 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3477 if ( v55 >= 50 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3478 break;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3479 blv_floor_level[v55] = -29000;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3480 blv_floor_id[v55] = pSector->pPortals[i];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3481 v55++;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3482 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3483 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3484 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3485 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3486 if ( v55 == 1 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3487 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3488 *pFaceID = blv_floor_id[0];
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
3489 if ( blv_floor_level[0] <= -29000 )
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
3490 __debugbreak();
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3491 return blv_floor_level[0];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3492 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3493 if ( !v55 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3494 return -30000;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3495 *pFaceID = blv_floor_id[0];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3496 //result = blv_floor_level[0];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3497
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3498 /*for ( v35 = 1; v35 < v55; ++v35 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3499 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3500 if ( blv_floor_level[0] <= z + 5 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3501 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3502 if ( blv_floor_level[v35] >= blv_floor_level[0] || blv_floor_level[v35] > z + 5 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3503 continue;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3504 blv_floor_level[0] = blv_floor_level[v35];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3505 *pFaceID = blv_floor_id[v35];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3506 continue;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3507 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3508 if ( blv_floor_level[v35] < blv_floor_level[0] )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3509 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3510 blv_floor_level[0] = blv_floor_level[v35];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3511 *pFaceID = blv_floor_id[v35];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3512 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3513 }*/
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3514
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3515
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3516 int result = blv_floor_level[0];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3517 for (uint i = 1; i < v55; ++i)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3518 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3519 v38 = blv_floor_level[i];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3520 if ( result <= z + 5 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3521 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3522 if ( v38 > result && v38 <= z + 5 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3523 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3524 result = blv_floor_level[i];
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
3525 if ( blv_floor_level[i] <= -29000 )
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
3526 __debugbreak();
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3527 *pFaceID = blv_floor_id[i];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3528 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3529 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3530 else if ( v38 < result )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3531 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3532 result = blv_floor_level[i];
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
3533 if ( blv_floor_level[i] <= -29000 )
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
3534 __debugbreak();
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3535 *pFaceID = blv_floor_id[i];
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 return result;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3540 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3541 //----- (0043FDED) --------------------------------------------------------
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3542 void PrepareActorRenderList_BLV()
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3543 {
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3544 // unsigned __int16 v3; // ax@3
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3545 unsigned int v4; // eax@5
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3546 int v6; // esi@5
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3547 // unsigned int v7; // eax@7
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3548 int v8; // eax@10
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3549 SpriteFrame *v9; // eax@16
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3550 int v12; // ecx@28
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3551 signed __int64 v18; // qtt@36
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3552 // int v19; // ST5C_4@36
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3553 // signed __int64 v20; // qtt@37
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3554 // int v21; // ST5C_4@37
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3555 // signed __int16 v22; // cx@39
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3556 // int v23; // ST50_4@40
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3557 // signed int v24; // ecx@40
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3558 int v25; // edx@44
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3559 __int16 v26; // ax@44
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3560 // unsigned __int8 v30; // sf@44
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3561 // int a3; // [sp+20h] [bp-34h]@5
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3562 int a5a; // [sp+2Ch] [bp-28h]@36
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3563 // int a5b; // [sp+2Ch] [bp-28h]@40
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3564 __int16 v41; // [sp+3Ch] [bp-18h]@18
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3565 int a6; // [sp+40h] [bp-14h]@34
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3566 int v43; // [sp+44h] [bp-10h]@34
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3567 int z; // [sp+48h] [bp-Ch]@32
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3568 signed int y; // [sp+4Ch] [bp-8h]@32
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3569 int x; // [sp+50h] [bp-4h]@32
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3570
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3571 for (uint i = 0; i < uNumActors; ++i)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3572 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3573 if (pActors[i].uAIState == Removed || pActors[i].uAIState == Disabled)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3574 continue;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3575
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3576 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
3577 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
3578 v8 = pActors[i].uCurrentActionTime;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3579 if ( pParty->bTurnBasedModeOn )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3580 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3581 if ( pActors[i].uCurrentActionAnimation == 1 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3582 v8 = i * 32 + pMiscTimer->uTotalGameTimeElapsed;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3583 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3584 else
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3585 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3586 if ( pActors[i].uCurrentActionAnimation == 1 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3587 v8 = i * 32 + pBLVRenderParams->field_0_timer_;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3588 }
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3589 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
3590 v8 = 0;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3591
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3592 if (pActors[i].uAIState == Resurrected)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3593 v9 = pSpriteFrameTable->GetFrameBy_x(pActors[i].pSpriteIDs[pActors[i].uCurrentActionAnimation], v8);
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3594 else
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3595 v9 = pSpriteFrameTable->GetFrame(pActors[i].pSpriteIDs[pActors[i].uCurrentActionAnimation], v8);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3596
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3597 v41 = 0;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3598 if (v9->uFlags & 2)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3599 v41 = 2;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3600 if (v9->uFlags & 0x40000)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3601 v41 |= 0x40u;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3602 if (v9->uFlags & 0x20000)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3603 LOBYTE(v41) = v41 | 0x80;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3604 if ( (256 << v6) & v9->uFlags)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3605 v41 |= 4;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3606 if ( v9->uGlowRadius )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3607 {
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
3608 //LOBYTE(v11) = _4E94D3_light_type;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3609 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
3610 }
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3611 for ( v12 = 0; v12 < pBspRenderer->uNumVisibleNotEmptySectors; ++v12 )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3612 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3613 if ( pBspRenderer->pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[v12] == pActors[i].uSectorID )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3614 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3615 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
3616 || abs(x) < abs(y) )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3617 continue;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3618 pGame->pIndoorCameraD3D->Project(x, y, z, &v43, &a6);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3619 if (uNumBillboardsToDraw >= 500)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3620 break;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3621 ++uNumBillboardsToDraw;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3622 ++uNumSpritesDrawnThisFrame;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3623 pActors[i].uAttributes |= 8;
2226
5944810e88e2 occasionally pRenderer->pBillboardRenderListD3D array elements are not correct (0xcdcdcdcd) fix
Ritor1
parents: 2225
diff changeset
3624 pBillboardRenderList[uNumBillboardsToDraw - 1].HwSpriteID = v9->pHwSpriteIDs[v6];
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3625 pBillboardRenderList[uNumBillboardsToDraw - 1].uPalette = v9->uPaletteIndex;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3626 pBillboardRenderList[uNumBillboardsToDraw - 1].uIndoorSectorID = pActors[i].uSectorID;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3627 /*if ( !pRenderer->pRenderD3D )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3628 {
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3629 LODWORD(v20) = pBLVRenderParams->fov_rad_fixpoint << 16;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3630 HIDWORD(v20) = pBLVRenderParams->fov_rad_fixpoint >> 16;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3631 v0->_screenspace_x_scaler_packedfloat = fixpoint_mul(v10->scale, v20 / x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3632 a5a = fixpoint_mul(v10->scale, v20 / x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3633 }
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3634 else
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3635 {*/
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3636 pBillboardRenderList[uNumBillboardsToDraw - 1].fov_x = pGame->pIndoorCameraD3D->fov_x;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3637 pBillboardRenderList[uNumBillboardsToDraw - 1].fov_y = pGame->pIndoorCameraD3D->fov_y;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3638 LODWORD(v18) = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3639 HIDWORD(v18) = floorf(pBillboardRenderList[uNumBillboardsToDraw - 1].fov_x + 0.5f);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3640 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
3641 a5a = fixpoint_mul(v9->scale, v18 / x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3642 //}
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3643 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_y_scaler_packedfloat = a5a;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3644 if ( pActors[i].pActorBuffs[ACTOR_BUFF_SHRINK].uExpireTime <= 0 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3645 {
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3646 if ( pActors[i].pActorBuffs[ACTOR_BUFF_MASS_DISTORTION].uExpireTime > 0 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3647 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
3648 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_y_scaler_packedfloat);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3649 }
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3650 else
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3651 {
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3652 if ( pActors[i].pActorBuffs[ACTOR_BUFF_SHRINK].uPower > 0 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3653 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
3654 }
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3655 HIWORD(v25) = HIWORD(x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3656 pBillboardRenderList[uNumBillboardsToDraw - 1].world_x = pActors[i].vPosition.x;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3657 pBillboardRenderList[uNumBillboardsToDraw - 1].world_y = pActors[i].vPosition.y;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3658 pBillboardRenderList[uNumBillboardsToDraw - 1].world_z = pActors[i].vPosition.z;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3659 pBillboardRenderList[uNumBillboardsToDraw - 1].uScreenSpaceX = v43;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3660 pBillboardRenderList[uNumBillboardsToDraw - 1].uScreenSpaceY = a6;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3661 LOWORD(v25) = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3662 LOBYTE(v26) = v41;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3663
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3664 //v0->sZValue = v25 + (PID(OBJECT_Actor,i));
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3665 pBillboardRenderList[uNumBillboardsToDraw - 1].actual_z = HIWORD(x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3666 pBillboardRenderList[uNumBillboardsToDraw - 1].object_pid = PID(OBJECT_Actor,i);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3667
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3668 //v29 = HIDWORD(p->pActorBuffs[ACTOR_BUFF_STONED].uExpireTime) == 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3669 //v30 = HIDWORD(p->pActorBuffs[ACTOR_BUFF_STONED].uExpireTime) < 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3670 pBillboardRenderList[uNumBillboardsToDraw - 1].field_1E = v41;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3671 pBillboardRenderList[uNumBillboardsToDraw - 1].pSpriteFrame = v9;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3672 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
3673 if ( pActors[i].pActorBuffs[ACTOR_BUFF_STONED].uExpireTime > 0 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3674 {
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3675 HIBYTE(v26) = HIBYTE(v41) | 1;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3676 pBillboardRenderList[uNumBillboardsToDraw - 1].field_1E = v26;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3677 }
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3678 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3679 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3680 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3681 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3682 //----- (0044028F) --------------------------------------------------------
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3683 void PrepareItemsRenderList_BLV()
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3684 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3685 SpriteFrame *v4; // eax@12
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3686 unsigned int v6; // eax@12
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3687 int v7; // ecx@12
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3688 int v9; // ecx@12
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3689 // unsigned __int16 v10; // ax@12
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3690 //int *v11; // eax@20
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3691 __int64 v18; // ST5C_4@27
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3692 // signed __int64 v19; // qtt@28
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3693 // int v20; // ST5C_4@28
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3694 // __int16 v22; // ax@29
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3695 int a6; // [sp+2Ch] [bp-30h]@12
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3696 int v31; // [sp+38h] [bp-24h]@27
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3697 signed __int16 v34; // [sp+44h] [bp-18h]@14
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3698 int v35; // [sp+48h] [bp-14h]@25
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3699 int v36; // [sp+4Ch] [bp-10h]@25
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3700 signed int z; // [sp+50h] [bp-Ch]@24
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3701 signed int y; // [sp+54h] [bp-8h]@24
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3702 signed int x; // [sp+58h] [bp-4h]@24
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3703
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3704 for (uint i = 0; i < uNumSpriteObjects; ++i)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3705 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3706 if (pSpriteObjects[i].uObjectDescID)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3707 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3708 if ( !(pObjectList->pObjects[pSpriteObjects[i].uObjectDescID].uFlags & 1) )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3709 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3710 if ( ( pSpriteObjects[i].uType < 1000 || pSpriteObjects[i].uType >= 10000)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3711 && (pSpriteObjects[i].uType < 500 || pSpriteObjects[i].uType >= 600)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3712 && (pSpriteObjects[i].uType < 811 || pSpriteObjects[i].uType >= 815)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3713 || pGame->pStru6Instance->_4A81CA(&pSpriteObjects[i]))
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3714 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3715 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
3716 a6 = v4->uGlowRadius * pSpriteObjects[i].field_22_glow_radius_multiplier;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3717 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
3718 pSpriteObjects[i].vPosition.y - pGame->pIndoorCameraD3D->vPartyPos.y);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3719 LOWORD(v7) = pSpriteObjects[i].uFacing;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3720 v9 = ((signed int)(stru_5C6E00->uIntegerPi + ((signed int)stru_5C6E00->uIntegerPi >> 3) + v7 - v6) >> 8) & 7;
2226
5944810e88e2 occasionally pRenderer->pBillboardRenderListD3D array elements are not correct (0xcdcdcdcd) fix
Ritor1
parents: 2225
diff changeset
3721 pBillboardRenderList[uNumBillboardsToDraw].HwSpriteID = v4->pHwSpriteIDs[v9];
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3722 if ( v4->uFlags & 0x20 )
2226
5944810e88e2 occasionally pRenderer->pBillboardRenderListD3D array elements are not correct (0xcdcdcdcd) fix
Ritor1
parents: 2225
diff changeset
3723 pSpriteObjects[i].vPosition.z -= (signed int)(fixpoint_mul(v4->scale, pSprites_LOD->pSpriteHeaders[pBillboardRenderList[uNumBillboardsToDraw].HwSpriteID].uHeight) / 2);
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3724
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3725 v34 = 0;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3726 if ( v4->uFlags & 2 )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3727 v34 = 2;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3728 if ( v4->uFlags & 0x40000 )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3729 v34 |= 0x40u;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3730 if ( v4->uFlags & 0x20000 )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3731 LOBYTE(v34) = v34 | 0x80;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3732 //v11 = (int *)(256 << v9);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3733 if ( (256 << v9) & v4->uFlags )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3734 v34 |= 4;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3735 if ( a6 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3736 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3737 //LOBYTE(v11) = _4E94D3_light_type;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3738 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
3739 pSpriteObjects[i].uSectorID, a6, pObjectList->pObjects[pSpriteObjects[i].uObjectDescID].uParticleTrailColorR,
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3740 pObjectList->pObjects[pSpriteObjects[i].uObjectDescID].uParticleTrailColorG,
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3741 pObjectList->pObjects[pSpriteObjects[i].uObjectDescID].uParticleTrailColorB, _4E94D3_light_type);
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3742 }
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3743 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
3744 pSpriteObjects[i].vPosition.z, &x, &y, &z, 1) )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3745 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3746 pGame->pIndoorCameraD3D->Project(x, y, z, &v36, &v35);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3747
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3748 assert(uNumBillboardsToDraw < 500);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3749 //if ( (signed int)uNumBillboardsToDraw >= 500 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3750 // return;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3751 ++uNumBillboardsToDraw;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3752 ++uNumSpritesDrawnThisFrame;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3753 pSpriteObjects[i].uAttributes |= 1;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3754 pBillboardRenderList[uNumBillboardsToDraw - 1].uPalette = v4->uPaletteIndex;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3755 pBillboardRenderList[uNumBillboardsToDraw - 1].uIndoorSectorID = pSpriteObjects[i].uSectorID;
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
3756 //if ( pRenderer->pRenderD3D )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3757 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3758 pBillboardRenderList[uNumBillboardsToDraw - 1].fov_x = pGame->pIndoorCameraD3D->fov_x;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3759 pBillboardRenderList[uNumBillboardsToDraw - 1].fov_y = pGame->pIndoorCameraD3D->fov_y;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3760 LODWORD(v18) = 0;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3761 HIDWORD(v18) = (int)floorf(pBillboardRenderList[uNumBillboardsToDraw - 1].fov_x + 0.5f);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3762 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
3763 v31 = fixpoint_mul(v4->scale, v18 / x);
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3764 }
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
3765 /*else
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3766 {
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
3767 __debugbreak(); // sw rendering
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
3768 LODWORD(v19) = pBLVRenderParams->field_40 << 16;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3769 HIDWORD(v19) = pBLVRenderParams->field_40 >> 16;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3770 v20 = v19 / x;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3771 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
3772 v31 = fixpoint_mul(v24->scale, v20);
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
3773 }*/
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3774 //HIWORD(v21) = HIWORD(x);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3775 //LOWORD(v21) = 0;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3776 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_y_scaler_packedfloat = v31;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3777 pBillboardRenderList[uNumBillboardsToDraw - 1].field_1E = v34;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3778 pBillboardRenderList[uNumBillboardsToDraw - 1].world_x = pSpriteObjects[i].vPosition.x;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3779 pBillboardRenderList[uNumBillboardsToDraw - 1].world_y = pSpriteObjects[i].vPosition.y;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3780 pBillboardRenderList[uNumBillboardsToDraw - 1].world_z = pSpriteObjects[i].vPosition.z;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3781 pBillboardRenderList[uNumBillboardsToDraw - 1].uScreenSpaceX = v36;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3782 pBillboardRenderList[uNumBillboardsToDraw - 1].sTintColor = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3783 pBillboardRenderList[uNumBillboardsToDraw - 1].uScreenSpaceY = v35;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3784 //v23 = 8 * i;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3785 //LOBYTE(v23) = PID(OBJECT_Item,i);
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3786 pBillboardRenderList[uNumBillboardsToDraw - 1].pSpriteFrame = v4;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3787 //v12 = (p->uAttributes & 0x20) == 0;
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3788 //pBillboardRenderList[uNumBillboardsToDraw - 1].sZValue = v21 + v23;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3789 pBillboardRenderList[uNumBillboardsToDraw - 1].actual_z = HIWORD(x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3790 pBillboardRenderList[uNumBillboardsToDraw - 1].object_pid = PID(OBJECT_Item,i);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3791 /*if (pSpriteObjects[i].uAttributes & 0x20)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3792 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3793 if ( !pRenderer->pRenderD3D )
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3794 pBillboardRenderList[uNumBillboardsToDraw - 1].sZValue = 0;
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
3795 }*/
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3796 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3797 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3798 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3799 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3800 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3801 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3802
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3803 //----- (00440639) --------------------------------------------------------
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3804 void AddBspNodeToRenderList(unsigned int node_id)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3805 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3806 BLVSector *pSector; // esi@1
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3807
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3808 pSector = &pIndoor->pSectors[pBspRenderer->nodes[node_id].uSectorID];
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
3809 //if ( pRenderer->pRenderD3D )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3810 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3811 for (uint i = 0; i < pSector->uNumNonBSPFaces; ++i)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3812 //Log::Warning(L"Non-BSP face: %X", v3->pFaceIDs[v2]);
2391
5d866ee28376 delete stru176.h for MVS 2010 MMT project
Ritor1
parents: 2385
diff changeset
3813 pBspRenderer->AddFaceToRenderList_d3d(node_id, pSector->pFaceIDs[i]);//ðåêóðñèÿ\recursion
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3814 }
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
3815 /*else
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3816 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3817 for (uint i = 0; i < pSector->uNumNonBSPFaces; ++i)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3818 pBspRenderer->AddFaceToRenderList_sw(node_id, pSector->pFaceIDs[i]);
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
3819 }*/
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3820 if ( pSector->field_0 & 0x10 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3821 sub_4406BC(node_id, pSector->uFirstBSPNode);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3822 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3823
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3824 //----- (004406BC) --------------------------------------------------------
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3825 void __fastcall sub_4406BC(unsigned int node_id, unsigned int uFirstNode)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3826 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3827 BLVSector *pSector; // esi@2
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3828 BSPNode *pNode; // edi@2
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3829 BLVFace *pFace; // eax@2
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3830 int v5; // ecx@2
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3831 __int16 v6; // ax@6
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3832 int v7; // ebp@10
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3833 int v8; // ebx@10
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3834 __int16 v9; // di@18
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3835 //int v10; // [sp+10h] [bp-Ch]@1
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3836 //bool v11; // [sp+14h] [bp-8h]@5
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3837 BspRenderer_stru0 *node; // [sp+18h] [bp-4h]@1
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3838
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3839 //Log::Warning(L"sub_4406BC(%u, %u)", a1, uFirstNode);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3840
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3841 //v10 = a1;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3842 node = &pBspRenderer->nodes[node_id];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3843 while ( 1 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3844 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3845 pSector = &pIndoor->pSectors[node->uSectorID];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3846 pNode = &pIndoor->pNodes[uFirstNode];
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3847 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
3848 v5 = pFace->pFacePlane_old.dist +
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
3849 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
3850 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
3851 pGame->pIndoorCameraD3D->vPartyPos.z * pFace->pFacePlane_old.vNormal.z;//plane equation
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3852 if (pFace->Portal() && pFace->uSectorID != node->uSectorID )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3853 v5 = -v5;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3854 //v11 = v5 > 0;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3855 if ( v5 <= 0 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3856 v6 = pNode->uFront;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3857 else
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3858 v6 = pNode->uBack;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3859 if ( v6 != -1 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3860 sub_4406BC(node_id, v6);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3861 v7 = pNode->uCoplanarOffset;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3862 v8 = v7 + pNode->uCoplanarSize;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3863
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3864 //Log::Warning(L"Node %u: %X to %X (%hX)", uFirstNode, v7, v8, v2->pFaceIDs[v7]);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3865
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
3866 //if ( pRenderer->pRenderD3D )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3867 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3868 while ( v7 < v8 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3869 pBspRenderer->AddFaceToRenderList_d3d(node_id, pSector->pFaceIDs[v7++]);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3870 }
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
3871 /*else
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3872 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3873 while ( v7 < v8 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3874 pBspRenderer->AddFaceToRenderList_sw(node_id, pSector->pFaceIDs[v7++]);
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
3875 }*/
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3876 v9 = v5 > 0 ? pNode->uFront : pNode->uBack;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3877 if ( v9 == -1 )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3878 break;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3879 uFirstNode = v9;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3880 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3881 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3882 //----- (0043FA33) --------------------------------------------------------
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
3883 void PrepareDecorationsRenderList_BLV(unsigned int uDecorationID, unsigned int uSectorID)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3884 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3885 unsigned int v8; // edi@5
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3886 int v9; // edi@5
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3887 int v10; // eax@7
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3888 SpriteFrame *v11; // eax@7
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3889 // char v16; // zf@18
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3890 signed __int64 v20; // qtt@19
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
3891 // signed __int64 v21; // qtt@20
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3892 Particle_sw particle; // [sp+Ch] [bp-A0h]@3
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3893 int v30; // [sp+8Ch] [bp-20h]@7
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3894 int a5; // [sp+94h] [bp-18h]@17
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3895 int z; // [sp+98h] [bp-14h]@15
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3896 int a6; // [sp+9Ch] [bp-10h]@17
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3897 int y; // [sp+A0h] [bp-Ch]@15
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3898 int x; // [sp+A4h] [bp-8h]@15
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3899 int v37; // [sp+A8h] [bp-4h]@5
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3900
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3901 if (pLevelDecorations[uDecorationID].uFlags & LEVEL_DECORATION_INVISIBLE)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3902 return;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3903
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3904 if (pDecorationList->pDecorations[pLevelDecorations[uDecorationID].uDecorationDescID].uFlags & DECORATION_DESC_EMITS_FIRE)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3905 {
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3906 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
3907 particle.type = ParticleType_Bitmap | ParticleType_Rotating | ParticleType_8;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3908 particle.uDiffuse = 0xFF3C1E;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3909 particle.x = (double)pLevelDecorations[uDecorationID].vPosition.x;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3910 particle.y = (double)pLevelDecorations[uDecorationID].vPosition.y;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3911 particle.z = (double)pLevelDecorations[uDecorationID].vPosition.z;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3912 particle.r = 0.0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3913 particle.g = 0.0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3914 particle.b = 0.0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3915 particle.flt_28 = 1.0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3916 particle.timeToLive = (rand() & 0x80) + 128;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3917 particle.uTextureID = pBitmaps_LOD->LoadTexture("effpar01");
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3918 pGame->pParticleEngine->AddParticle(&particle);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3919 return;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3920 }
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3921
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3922 if (pDecorationList->pDecorations[pLevelDecorations[uDecorationID].uDecorationDescID].uFlags & DECORATION_DESC_DONT_DRAW)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3923 return;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3924
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3925 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
3926 - stru_5C6E00->Atan2(pLevelDecorations[uDecorationID].vPosition.x - pGame->pIndoorCameraD3D->vPartyPos.x,
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3927 pLevelDecorations[uDecorationID].vPosition.y - pGame->pIndoorCameraD3D->vPartyPos.y);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3928 v9 = ((signed int)(stru_5C6E00->uIntegerPi + v8) >> 8) & 7;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3929 v37 = pBLVRenderParams->field_0_timer_;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3930 if (pParty->bTurnBasedModeOn)
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3931 v37 = pMiscTimer->uTotalGameTimeElapsed;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3932 v10 = abs(pLevelDecorations[uDecorationID].vPosition.x + pLevelDecorations[uDecorationID].vPosition.y);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3933 v11 = pSpriteFrameTable->GetFrame(pDecorationList->pDecorations[pLevelDecorations[uDecorationID].uDecorationDescID].uSpriteID, v37 + v10);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3934 v30 = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3935 if ( v11->uFlags & 2 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3936 v30 = 2;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3937 if ( v11->uFlags & 0x40000 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3938 v30 |= 0x40u;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3939 if ( v11->uFlags & 0x20000 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3940 LOBYTE(v30) = v30 | 0x80;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3941 if ( (256 << v9) & v11->uFlags )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3942 v30 |= 4;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3943 if ( pGame->pIndoorCameraD3D->ApplyViewTransform_TrueIfStillVisible_BLV(pLevelDecorations[uDecorationID].vPosition.x,
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3944 pLevelDecorations[uDecorationID].vPosition.y,
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3945 pLevelDecorations[uDecorationID].vPosition.z, &x, &y, &z, 1) )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3946 {
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3947 if ( abs(x) >= abs(y) )
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3948 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3949 pGame->pIndoorCameraD3D->Project(x, y, z, &a5, &a6);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3950
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3951 assert(uNumBillboardsToDraw < 500);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3952
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3953 ++uNumBillboardsToDraw;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3954 ++uNumDecorationsDrawnThisFrame;
2226
5944810e88e2 occasionally pRenderer->pBillboardRenderListD3D array elements are not correct (0xcdcdcdcd) fix
Ritor1
parents: 2225
diff changeset
3955 pBillboardRenderList[uNumBillboardsToDraw - 1].HwSpriteID = v11->pHwSpriteIDs[v9];
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3956 pBillboardRenderList[uNumBillboardsToDraw - 1].uPalette = v11->uPaletteIndex;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3957 pBillboardRenderList[uNumBillboardsToDraw - 1].uIndoorSectorID = uSectorID;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3958 /*if ( !pRenderer->pRenderD3D )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3959 {
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3960 LODWORD(v21) = pBLVRenderParams->fov_rad_fixpoint << 16;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3961 HIDWORD(v21) = pBLVRenderParams->fov_rad_fixpoint >> 16;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3962 //LODWORD(v31) = v12->scale;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3963 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
3964 v37 = fixpoint_mul(v12->scale, v21 / x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3965 }
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3966 else
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3967 {*/
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3968 pBillboardRenderList[uNumBillboardsToDraw - 1].fov_x = pGame->pIndoorCameraD3D->fov_x;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3969 pBillboardRenderList[uNumBillboardsToDraw - 1].fov_y = pGame->pIndoorCameraD3D->fov_y;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3970 LODWORD(v20) = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3971 HIDWORD(v20) = floorf(pBillboardRenderList[uNumBillboardsToDraw - 1].fov_x + 0.5f);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3972 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
3973 LODWORD(v20) = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3974 HIDWORD(v20) = floorf(pBillboardRenderList[uNumBillboardsToDraw - 1].fov_y + 0.5f);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3975 v37 = fixpoint_mul(v11->scale, v20 / x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3976 //}
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3977 //HIWORD(v22) = HIWORD(x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3978 //LOWORD(v22) = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3979 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_y_scaler_packedfloat = v37;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3980 pBillboardRenderList[uNumBillboardsToDraw - 1].field_1E = v30;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3981 pBillboardRenderList[uNumBillboardsToDraw - 1].world_x = pLevelDecorations[uDecorationID].vPosition.x;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3982 pBillboardRenderList[uNumBillboardsToDraw - 1].world_y = pLevelDecorations[uDecorationID].vPosition.y;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3983 pBillboardRenderList[uNumBillboardsToDraw - 1].world_z = pLevelDecorations[uDecorationID].vPosition.z;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3984 pBillboardRenderList[uNumBillboardsToDraw - 1].uScreenSpaceX = a5;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3985 pBillboardRenderList[uNumBillboardsToDraw - 1].uScreenSpaceY = a6;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3986 //v23 = 8 * uDecorationID;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3987 //LOBYTE(v23) = PID(OBJECT_Decoration,uDecorationID);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3988
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3989 //pBillboardRenderList[uNumBillboardsToDraw - 1].sZValue = v22 + v23;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3990 pBillboardRenderList[uNumBillboardsToDraw - 1].actual_z = HIWORD(x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3991 pBillboardRenderList[uNumBillboardsToDraw - 1].object_pid = PID(OBJECT_Decoration,uDecorationID);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3992
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3993 pBillboardRenderList[uNumBillboardsToDraw - 1].sTintColor = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3994 pBillboardRenderList[uNumBillboardsToDraw - 1].pSpriteFrame = v11;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3995 }
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
3996 }
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3997 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3998 //----- (0043F953) --------------------------------------------------------
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
3999 void PrepareBspRenderList_BLV()
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4000 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4001 pBspRenderer->num_faces = 0;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4002
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4003 if (pBLVRenderParams->uPartySectorID)
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4004 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4005 pBspRenderer->nodes[0].uSectorID = pBLVRenderParams->uPartySectorID;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4006 pBspRenderer->nodes[0].uViewportW = pBLVRenderParams->uViewportW;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4007 pBspRenderer->nodes[0].uViewportZ = pBLVRenderParams->uViewportZ;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4008 pBspRenderer->nodes[0].uViewportY = pBLVRenderParams->uViewportY;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4009 pBspRenderer->nodes[0].uViewportX = pBLVRenderParams->uViewportX;
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4010 pBspRenderer->nodes[0].PortalScreenData.GetViewportData(pBLVRenderParams->uViewportX, pBLVRenderParams->uViewportY,
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4011 pBLVRenderParams->uViewportZ, pBLVRenderParams->uViewportW);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4012 pBspRenderer->nodes[0].uFaceID = -1;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4013 pBspRenderer->nodes[0].viewing_portal_id = -1;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4014 pBspRenderer->num_nodes = 1;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4015 AddBspNodeToRenderList(0);
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4016 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4017
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4018 pBspRenderer->MakeVisibleSectorList();
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4019 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4020
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4021 //----- (0043F9E1) --------------------------------------------------------
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4022 void BspRenderer_PortalViewportData::GetViewportData(__int16 x, int y, __int16 z, int w)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4023 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4024 _viewport_space_y = y;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4025 _viewport_space_w = w;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4026
2215
e9625ad08541 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents: 2208
diff changeset
4027 for (uint i = 0; i < window->GetHeight(); ++i)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4028 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4029 if ( i < y || i > w )
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4030 {
2215
e9625ad08541 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents: 2208
diff changeset
4031 viewport_left_side[i] = window->GetWidth();
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4032 viewport_right_side[i] = -1;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4033 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4034 else
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4035 {
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4036 viewport_left_side[i] = x;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4037 viewport_right_side[i] = z;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4038 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4039 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4040 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4041 //----- (0048653D) --------------------------------------------------------
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4042 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
4043 {
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4044 //stru149 *v7; // esi@1
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4045 int v8; // edi@1
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4046 int v9; // eax@1
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4047 //int v10; // edx@1
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4048 //int v11; // ecx@1
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4049 //int v12; // eax@1
499761153844 stru149
Nomad
parents: 1514
diff changeset
4050 //int v13; // ebx@2
499761153844 stru149
Nomad
parents: 1514
diff changeset
4051 //int v14; // ecx@2
499761153844 stru149
Nomad
parents: 1514
diff changeset
4052 //int v15; // eax@2
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4053 int v16; // ST14_4@3
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4054 int v17; // ST10_4@3
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4055 //int v18; // eax@5
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4056 int v19; // ST10_4@6
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4057 //int v20; // eax@8
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4058 int v21; // ST10_4@9
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4059 //int v22; // eax@10
499761153844 stru149
Nomad
parents: 1514
diff changeset
4060 //int v23; // ecx@10
499761153844 stru149
Nomad
parents: 1514
diff changeset
4061 //int v24; // eax@10
499761153844 stru149
Nomad
parents: 1514
diff changeset
4062 //int result; // eax@10
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4063 //int v26; // [sp+14h] [bp-14h]@1
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4064 //int v27; // [sp+18h] [bp-10h]@1
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4065 int v28; // [sp+1Ch] [bp-Ch]@1
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4066 int v29; // [sp+24h] [bp-4h]@1
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4067 //int v30; // [sp+30h] [bp+8h]@10
499761153844 stru149
Nomad
parents: 1514
diff changeset
4068 //int v31; // [sp+3Ch] [bp+14h]@10
499761153844 stru149
Nomad
parents: 1514
diff changeset
4069
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4070 v8 = stru_5C6E00->Cos(pGame->pIndoorCameraD3D->sRotationY);
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4071 v29 = stru_5C6E00->Sin(pGame->pIndoorCameraD3D->sRotationY);
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4072 v28 = stru_5C6E00->Cos(pGame->pIndoorCameraD3D->sRotationX);
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4073 v9 = stru_5C6E00->Sin(pGame->pIndoorCameraD3D->sRotationX);
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4074 //v11 = -pBLVRenderParams->vPartyPos.y;
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4075 //v26 = -pBLVRenderParams->vPartyPos.x;
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4076 //v27 = v9;
499761153844 stru149
Nomad
parents: 1514
diff changeset
4077 //v12 = -pBLVRenderParams->vPartyPos.z;
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4078 if (pGame->pIndoorCameraD3D->sRotationX)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4079 {
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4080 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
4081 v17 = -65536 * pGame->pIndoorCameraD3D->vPartyPos.z;
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
4082 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
4083 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
4084 this->field_8_party_dir_z = fixpoint_mul(v17, v28) - fixpoint_mul(v16, v9);
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4085 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4086 else
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4087 {
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4088 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
4089 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
4090 this->field_8_party_dir_z = (-pGame->pIndoorCameraD3D->vPartyPos.z) << 16;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4091 }
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4092
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4093 if (pGame->pIndoorCameraD3D->sRotationX)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4094 {
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
4095 v19 = fixpoint_mul(a2, v8) + fixpoint_mul(a3, v29);
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
4096
1809
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4097 this->angle_from_north = fixpoint_mul(v19, v28) + fixpoint_mul(a4, v9);
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4098 this->angle_from_west = fixpoint_mul(a3, v8) - fixpoint_mul(a2, v29);
1844
Ritor1
parents: 1837
diff changeset
4099 this->viewing_angle_from_west_east = fixpoint_mul(a4, v28) - fixpoint_mul(v19, v9);
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4100 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4101 else
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4102 {
1809
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4103 this->angle_from_north = fixpoint_mul(a2, v8) + fixpoint_mul(a3, v29);
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4104 this->angle_from_west = fixpoint_mul(a3, v8) - fixpoint_mul(a2, v29);
1844
Ritor1
parents: 1837
diff changeset
4105 this->viewing_angle_from_west_east = a4;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4106 }
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4107
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
4108 if (pGame->pIndoorCameraD3D->sRotationX)
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4109 {
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
4110 v21 = fixpoint_mul(a5, v8) + fixpoint_mul(a6, v29);
7182930263b3 fixpoint functions renaming
zipi
parents: 1642
diff changeset
4111
1809
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4112 this->angle_from_east = fixpoint_mul(v21, v28) + fixpoint_mul(a7, v9);
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4113 this->angle_from_south = fixpoint_mul(a6, v8) - fixpoint_mul(a5, v29);
1844
Ritor1
parents: 1837
diff changeset
4114 this->viewing_angle_from_north_south = fixpoint_mul(a7, v28) - fixpoint_mul(v21, v9);
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4115 }
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4116 else
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4117 {
1809
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4118 this->angle_from_east = fixpoint_mul(a5, v8) + fixpoint_mul(a6, v29);
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4119 this->angle_from_south = fixpoint_mul(a6, v8) - fixpoint_mul(a5, v29);
1844
Ritor1
parents: 1837
diff changeset
4120 this->viewing_angle_from_north_south = a7;
1295
86a83e12d795 moving files
Ritor1
parents: 1294
diff changeset
4121 }
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4122
1809
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4123 this->angle_from_east = -this->angle_from_east;
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4124 this->angle_from_south = -this->angle_from_south;
1844
Ritor1
parents: 1837
diff changeset
4125 this->viewing_angle_from_north_south = -this->viewing_angle_from_north_south;
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4126
1809
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4127 this->field_24 = fixpoint_dot(this->angle_from_north, this->field_0_party_dir_x,
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4128 this->angle_from_west, this->field_4_party_dir_y,
1844
Ritor1
parents: 1837
diff changeset
4129 this->viewing_angle_from_west_east, this->field_8_party_dir_z);
1809
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4130 this->field_28 = fixpoint_dot(this->angle_from_east, this->field_0_party_dir_x,
8f20f7e1091d original DrawSkyD3D() fix
Ritor1
parents: 1784
diff changeset
4131 this->angle_from_south, this->field_4_party_dir_y,
1844
Ritor1
parents: 1837
diff changeset
4132 this->viewing_angle_from_north_south, this->field_8_party_dir_z);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4133 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4134 //----- (00407A1C) --------------------------------------------------------
2390
c631b1877204 area_of_effect_damage_evaluate - fixed spells radius problem
zipi
parents: 2388
diff changeset
4135 bool __fastcall sub_407A1C(int x, int y, int z, Vec3_int_ v)
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4136 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4137 unsigned int v4; // esi@1
2383
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4138 int dist_y; // edi@2
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4139 int dist_z; // ebx@2
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4140 int dist_x; // esi@2
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4141 signed int v9; // ecx@2
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4142 int v10; // eax@2
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4143 int v12; // eax@4
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4144 int v17; // ST34_4@25
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4145 int v18; // ST38_4@25
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4146 int v19; // eax@25
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4147 char v20; // zf@25
2388
41025c0eb414 sub_407A1C - changing some variables to signed
zipi
parents: 2385
diff changeset
4148 signed int v21; // ebx@25
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4149 signed int v23; // edi@26
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4150 int v24; // ST34_4@30
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4151 signed int v32; // ecx@37
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4152 int v33; // eax@37
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4153 int v35; // eax@39
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4154 ODMFace *odm_face; // esi@54
2388
41025c0eb414 sub_407A1C - changing some variables to signed
zipi
parents: 2385
diff changeset
4155 signed int v40; // ebx@60
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4156 signed int v42; // edi@61
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4157 signed int v49; // ecx@73
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4158 int v50; // eax@73
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4159 int v51; // edx@75
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4160 int v52; // ecx@75
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4161 int v53; // eax@75
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4162 int v59; // eax@90
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4163 BLVFace *face; // esi@91
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4164 int v63; // ST34_4@98
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4165 int v64; // ST30_4@98
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4166 int v65; // eax@98
2388
41025c0eb414 sub_407A1C - changing some variables to signed
zipi
parents: 2385
diff changeset
4167 signed int v66; // ebx@98
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4168 signed int v68; // edi@99
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4169 int v69; // ST2C_4@103
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4170 signed int v77; // ecx@111
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4171 int v78; // eax@111
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4172 int v79; // edx@113
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4173 int v80; // ecx@113
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4174 int v81; // eax@113
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4175 int v87; // ecx@128
2388
41025c0eb414 sub_407A1C - changing some variables to signed
zipi
parents: 2385
diff changeset
4176 signed int v91; // ebx@136
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4177 signed int v93; // edi@137
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4178 Vec3_int_ v97; // [sp-18h] [bp-94h]@1
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4179 int v107; // [sp+10h] [bp-6Ch]@98
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4180 int v108; // [sp+10h] [bp-6Ch]@104
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4181 int v109; // [sp+18h] [bp-64h]@25
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4182 int v110; // [sp+18h] [bp-64h]@31
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4183 signed int v113; // [sp+20h] [bp-5Ch]@1
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4184 signed int v114; // [sp+24h] [bp-58h]@1
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4185 int v119; // [sp+34h] [bp-48h]@75
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4186 int v120; // [sp+34h] [bp-48h]@113
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4187 int v121; // [sp+38h] [bp-44h]@4
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4188 int v122; // [sp+38h] [bp-44h]@39
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4189 int v123; // [sp+38h] [bp-44h]@76
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4190 int v124; // [sp+38h] [bp-44h]@114
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4191 int v125; // [sp+3Ch] [bp-40h]@4
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4192 int v126; // [sp+3Ch] [bp-40h]@39
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4193 int v127; // [sp+3Ch] [bp-40h]@77
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4194 int v128; // [sp+3Ch] [bp-40h]@115
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4195 int v129; // [sp+40h] [bp-3Ch]@11
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4196 int v130; // [sp+40h] [bp-3Ch]@46
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4197 int v131; // [sp+40h] [bp-3Ch]@78
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4198 int v132; // [sp+40h] [bp-3Ch]@116
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4199 int v133; // [sp+44h] [bp-38h]@10
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4200 int v134; // [sp+44h] [bp-38h]@45
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4201 int v135; // [sp+44h] [bp-38h]@81
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4202 int v136; // [sp+44h] [bp-38h]@119
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4203 int v137; // [sp+48h] [bp-34h]@7
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4204 int v138; // [sp+48h] [bp-34h]@42
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4205 int v139; // [sp+48h] [bp-34h]@82
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4206 int v140; // [sp+48h] [bp-34h]@120
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4207 int v141; // [sp+4Ch] [bp-30h]@6
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4208 int v142; // [sp+4Ch] [bp-30h]@41
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4209 int v143; // [sp+4Ch] [bp-30h]@75
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4210 int v144; // [sp+4Ch] [bp-30h]@113
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4211 int v145; // [sp+50h] [bp-2Ch]@5
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4212 int v146; // [sp+50h] [bp-2Ch]@40
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4213 int v149; // [sp+54h] [bp-28h]@4
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4214 int v150; // [sp+54h] [bp-28h]@39
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4215 int sDepthb; // [sp+58h] [bp-24h]@90
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4216 signed int a5b; // [sp+5Ch] [bp-20h]@83
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4217 signed int a5c; // [sp+5Ch] [bp-20h]@121
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4218 int v162; // [sp+60h] [bp-1Ch]@128
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4219 int outz; // [sp+64h] [bp-18h]@2
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4220 int outx; // [sp+68h] [bp-14h]@2
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4221 int outy; // [sp+6Ch] [bp-10h]@2
2384
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4222 int sZ; // [sp+70h] [bp-Ch]@2
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4223 int sX; // [sp+74h] [bp-8h]@2
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4224 int sY; // [sp+78h] [bp-4h]@2
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4225 //8bytes unused
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4226 int ya; // [sp+84h] [bp+8h]@60
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4227 int yb; // [sp+84h] [bp+8h]@136
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4228 int ve; // [sp+88h] [bp+Ch]@60
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4229 int va; // [sp+88h] [bp+Ch]@60
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4230 int vb; // [sp+88h] [bp+Ch]@66
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4231 int vf; // [sp+88h] [bp+Ch]@136
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4232 int vc; // [sp+88h] [bp+Ch]@136
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4233 int vd; // [sp+88h] [bp+Ch]@142
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4234 int v_4; // [sp+8Ch] [bp+10h]@60
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4235 int v_4a; // [sp+8Ch] [bp+10h]@65
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4236 int v_4b; // [sp+8Ch] [bp+10h]@136
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4237 int v_4c; // [sp+8Ch] [bp+10h]@141
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
4238 // int v_8; // [sp+90h] [bp+14h]@53
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4239
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4240 //__debugbreak();ñðàáàòûâàåò ïðè ñòðåëüáå îãíåííûì øàðîì
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1441
diff changeset
4241
2390
c631b1877204 area_of_effect_damage_evaluate - fixed spells radius problem
zipi
parents: 2388
diff changeset
4242 v4 = stru_5C6E00->Atan2(v.x - x, v.y - y);
c631b1877204 area_of_effect_damage_evaluate - fixed spells radius problem
zipi
parents: 2388
diff changeset
4243
c631b1877204 area_of_effect_damage_evaluate - fixed spells radius problem
zipi
parents: 2388
diff changeset
4244 v113 = 0;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4245 v114 = 0;
2390
c631b1877204 area_of_effect_damage_evaluate - fixed spells radius problem
zipi
parents: 2388
diff changeset
4246
c631b1877204 area_of_effect_damage_evaluate - fixed spells radius problem
zipi
parents: 2388
diff changeset
4247 v97.z = z;
1544
499761153844 stru149
Nomad
parents: 1514
diff changeset
4248 v97.x = x;
2390
c631b1877204 area_of_effect_damage_evaluate - fixed spells radius problem
zipi
parents: 2388
diff changeset
4249 v97.y = y;
c631b1877204 area_of_effect_damage_evaluate - fixed spells radius problem
zipi
parents: 2388
diff changeset
4250
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4251 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor)
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4252 {
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4253 Vec3_int_::Rotate(32, stru_5C6E00->uIntegerHalfPi + v4, 0, v97, &sX, &sY, &sZ);
2390
c631b1877204 area_of_effect_damage_evaluate - fixed spells radius problem
zipi
parents: 2388
diff changeset
4254 Vec3_int_::Rotate(32, stru_5C6E00->uIntegerHalfPi + v4, 0, v, &outx, &outy, &outz);
2384
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4255 dist_y = outy - sY;
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4256 dist_z = outz - sZ;
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4257 dist_x = outx - sX;
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4258 v49 = integer_sqrt(dist_x * dist_x + dist_y * dist_y + dist_z * dist_z);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4259 v50 = 65536;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4260 if ( v49 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4261 v50 = 65536 / v49;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4262 v51 = outx;
2384
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4263 v143 = dist_x * v50;
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4264 v52 = dist_y * v50;
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4265 v53 = dist_z * v50;
2383
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4266
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4267 v123 = max(outx, sX);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4268 v119 = min(outx, sX);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4269
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4270 v131 = max(outy, sY);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4271 v127 = min(outy, sY);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4272
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4273 v139 = max(outz, sZ);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4274 v135 = min(outz, sZ);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4275
2206
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4276 for ( a5b = 0; a5b < 2; a5b++ )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4277 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4278 if ( a5b )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4279 {
2388
41025c0eb414 sub_407A1C - changing some variables to signed
zipi
parents: 2385
diff changeset
4280 v59 = pIndoor->GetSector(sX, sY, sZ);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4281 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4282 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4283 {
2388
41025c0eb414 sub_407A1C - changing some variables to signed
zipi
parents: 2385
diff changeset
4284 v59 = pIndoor->GetSector(outx, outy, outz);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4285 }
2206
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4286 //v60 = pIndoor->pSectors;
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4287 //v61 = 116 * v59;
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4288 //i = 116 * v59;
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4289 //for (sDepthb = 0; *(__int16 *)((char *)&pIndoor->pSectors->uNumWalls + v61)
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4290 //+ 2 * *(__int16 *)((char *)&pIndoor->pSectors->uNumFloors + v61); ++sDepthb)
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4291 for ( sDepthb = 0; sDepthb < pIndoor->pSectors[v59].uNumFaces; ++sDepthb )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4292 {
2206
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4293 face = &pIndoor->pFaces[pIndoor->pSectors[v59].pFaceIDs[sDepthb]];// face = &pIndoor->pFaces[*(__int16 *)((char *)&pIndoor->pSectors->pWalls + v61)[sDepthb]]
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4294 v63 = fixpoint_mul(v143, face->pFacePlane_old.vNormal.x);
2384
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4295 v64 = fixpoint_mul(v53, face->pFacePlane_old.vNormal.z);
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4296 v65 = fixpoint_mul(v52, face->pFacePlane_old.vNormal.y);
2388
41025c0eb414 sub_407A1C - changing some variables to signed
zipi
parents: 2385
diff changeset
4297 v20 = v63 + v64 + v65 == 0;
2206
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4298 v66 = v63 + v64 + v65;
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4299 v107 = v63 + v64 + v65;
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4300 if ( face->Portal()
2206
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4301 || v119 > face->pBounding.x2 || v123 < face->pBounding.x1
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4302 || v127 > face->pBounding.y2 || v131 < face->pBounding.y1
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4303 || v135 > face->pBounding.z2 || v139 < face->pBounding.z1
2388
41025c0eb414 sub_407A1C - changing some variables to signed
zipi
parents: 2385
diff changeset
4304 || v20 )
2206
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4305 continue;
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4306 v68 = -(face->pFacePlane_old.dist + sX * face->pFacePlane_old.vNormal.x
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4307 + sY * face->pFacePlane_old.vNormal.y
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4308 + sZ * face->pFacePlane_old.vNormal.z);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4309 if ( v66 <= 0 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4310 {
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4311 if ( face->pFacePlane_old.dist + sX * face->pFacePlane_old.vNormal.x
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4312 + sY * face->pFacePlane_old.vNormal.y
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4313 + sZ * face->pFacePlane_old.vNormal.z < 0 )
2206
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4314 continue;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4315 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4316 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4317 {
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4318 if ( face->pFacePlane_old.dist + sX * face->pFacePlane_old.vNormal.x
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4319 + sY * face->pFacePlane_old.vNormal.y
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4320 + sZ * face->pFacePlane_old.vNormal.z > 0 )
2206
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4321 continue;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4322 }
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4323 v69 = abs(-(face->pFacePlane_old.dist + sX * face->pFacePlane_old.vNormal.x
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4324 + sY * face->pFacePlane_old.vNormal.y
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4325 + sZ * face->pFacePlane_old.vNormal.z )) >> 14;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4326 if ( v69 <= abs(v66) )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4327 {
1556
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4328 //LODWORD(v70) = v68 << 16;
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4329 //HIDWORD(v70) = v68 >> 16;
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4330 //v71 = v70 / v107;
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4331 //v108 = v70 / v107;
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4332 v108 = fixpoint_div(v68, v107);
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4333 if ( v108 >= 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4334 {
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4335 if ( sub_4075DB(sX + ((signed int)(fixpoint_mul(v108, v143) + 0x8000) >> 16),
2384
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4336 sY + ((signed int)(fixpoint_mul(v108, v52) + 0x8000) >> 16),
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4337 sZ + ((signed int)(fixpoint_mul(v108, v53) + 0x8000) >> 16),
2206
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4338 face) )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4339 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4340 v114 = 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4341 break;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4342 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4343 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4344 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4345 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4346 }
2383
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4347
2390
c631b1877204 area_of_effect_damage_evaluate - fixed spells radius problem
zipi
parents: 2388
diff changeset
4348 Vec3_int_::Rotate(32, v4 - stru_5C6E00->uIntegerHalfPi, 0, v97, &sX, &sY, &sZ);
c631b1877204 area_of_effect_damage_evaluate - fixed spells radius problem
zipi
parents: 2388
diff changeset
4349 Vec3_int_::Rotate(32, v4 - stru_5C6E00->uIntegerHalfPi, 0, v, &outx, &outy, &outz);
2384
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4350 dist_y = outy - sY;
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4351 dist_z = outz - sZ;
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4352 dist_x = outx - sX;
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4353 v77 = integer_sqrt(dist_x * dist_x + dist_y * dist_y + dist_z * dist_z);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4354 v78 = 65536;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4355 if ( v77 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4356 v78 = 65536 / v77;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4357 v79 = outx;
2384
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4358 v144 = dist_x * v78;
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4359 v80 = dist_y * v78;
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4360 v81 = dist_z * v78;
2383
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4361
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4362 v120 = max(outx, sX);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4363 v124 = min(outx, sX);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4364
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4365 v132 = max(outy, sY);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4366 v128 = min(outy, sY);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4367
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4368 v140 = max(outz, sZ);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4369 v136 = min(outz, sZ);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4370
2206
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4371 for ( a5c = 0; a5c < 2; a5c++ )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4372 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4373 if ( v113 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4374 return !v114 || !v113;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4375 if ( a5c )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4376 {
2388
41025c0eb414 sub_407A1C - changing some variables to signed
zipi
parents: 2385
diff changeset
4377 v87 = pIndoor->GetSector(sX, sY, sZ);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4378 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4379 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4380 {
2388
41025c0eb414 sub_407A1C - changing some variables to signed
zipi
parents: 2385
diff changeset
4381 v87 = pIndoor->GetSector(outx, outy, outz);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4382 }
2206
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4383 for ( v162 = 0; v162 < pIndoor->pSectors[v87].uNumFaces; v162++)
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4384 {
2206
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4385 face = &pIndoor->pFaces[pIndoor->pSectors[v87].pFaceIDs[v162]];
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4386 yb = fixpoint_mul(v144, face->pFacePlane_old.vNormal.x);
2384
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4387 v_4b = fixpoint_mul(v80, face->pFacePlane_old.vNormal.y);
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4388 vf = fixpoint_mul(v81, face->pFacePlane_old.vNormal.z);
2388
41025c0eb414 sub_407A1C - changing some variables to signed
zipi
parents: 2385
diff changeset
4389 v20 = yb + vf + v_4b == 0;
2206
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4390 v91 = yb + vf + v_4b;
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4391 vc = yb + vf + v_4b;
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4392 if ( face->Portal()
2206
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4393 || v120 > face->pBounding.x2 || v124 < face->pBounding.x1
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4394 || v128 > face->pBounding.y2 || v132 < face->pBounding.y1
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4395 || v136 > face->pBounding.z2 || v140 < face->pBounding.z1
2388
41025c0eb414 sub_407A1C - changing some variables to signed
zipi
parents: 2385
diff changeset
4396 || v20 )
2206
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4397 continue;
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4398 v93 = -(face->pFacePlane_old.dist + sX * face->pFacePlane_old.vNormal.x
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4399 + sY * face->pFacePlane_old.vNormal.y
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4400 + sZ * face->pFacePlane_old.vNormal.z);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4401 if ( v91 <= 0 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4402 {
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4403 if ( face->pFacePlane_old.dist + sX * face->pFacePlane_old.vNormal.x
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4404 + sY * face->pFacePlane_old.vNormal.y
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4405 + sZ * face->pFacePlane_old.vNormal.z < 0 )
2206
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4406 continue;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4407 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4408 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4409 {
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4410 if ( face->pFacePlane_old.dist + sX * face->pFacePlane_old.vNormal.x
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4411 + sY * face->pFacePlane_old.vNormal.y
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4412 + sZ * face->pFacePlane_old.vNormal.z > 0 )
2206
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4413 continue;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4414 }
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4415 v_4c = abs(-(face->pFacePlane_old.dist + sX * face->pFacePlane_old.vNormal.x
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4416 + sY * face->pFacePlane_old.vNormal.y
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4417 + sZ * face->pFacePlane_old.vNormal.z)) >> 14;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4418 if ( v_4c <= abs(v91) )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4419 {
1556
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4420 vd = fixpoint_div(v93, vc);
e668660457dc Some more cleaning
Nomad
parents: 1546
diff changeset
4421 if ( vd >= 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4422 {
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4423 if ( sub_4075DB(sX + ((signed int)(fixpoint_mul(vd, v144) + 0x8000) >> 16),
2384
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4424 sY + ((signed int)(fixpoint_mul(vd, v80) + 0x8000) >> 16),
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4425 sZ + ((signed int)(fixpoint_mul(vd, v81) + 0x8000) >> 16),
2206
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4426 face) )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4427 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4428 v113 = 1;
2206
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4429 break;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4430 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4431 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4432 }
2206
15a327be07e2 DrawSpriteObjects_ODM() cleaned
Ritor1
parents: 2205
diff changeset
4433 }
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4434 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4435 }
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4436 else if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4437 {
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4438 Vec3_int_::Rotate(32, stru_5C6E00->uIntegerHalfPi + v4, 0, v97, &sX, &sY, &sZ);
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4439 Vec3_int_::Rotate(32, stru_5C6E00->uIntegerHalfPi + v4, 0, v, &outx, &outy, &outz);
2383
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4440 dist_y = outy - sY;
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4441 dist_z = outz - sZ;
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4442 dist_x = outx - sX;
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4443 v9 = integer_sqrt(dist_x* dist_x+ dist_y* dist_y+ dist_z* dist_z);
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4444 v10 = 65536;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4445 if ( v9 )
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4446 v10 = 65536 / v9;
2383
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4447 v125 = dist_x* v10;
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4448 v12 = dist_z* v10;
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4449 v121 = dist_y* v10;
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4450
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4451 v145 = max(outx, sX);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4452 v149 = min(outx, sX);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4453
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4454 v137 = max(outy, sY);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4455 v141 = min(outy, sY);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4456
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4457 v129 = max(outz, sZ);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4458 v133 = min(outz, sZ);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4459
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4460 for ( uint model_id = 0; model_id < pOutdoor->uNumBModels; model_id++)
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4461 {
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4462 if ( sub_4088E9(sX, sY, outx, outy, pOutdoor->pBModels[model_id].vPosition.x, pOutdoor->pBModels[model_id].vPosition.y)
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4463 <= pOutdoor->pBModels[model_id].sBoundingRadius + 128 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4464 {
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4465 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
4466 {
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4467 odm_face = &pOutdoor->pBModels[model_id].pFaces[face_id];
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4468 v17 = fixpoint_mul(v125, odm_face->pFacePlane.vNormal.x);
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4469 v18 = fixpoint_mul(v121, odm_face->pFacePlane.vNormal.y);
2383
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4470 v19 = fixpoint_mul(v12, odm_face->pFacePlane.vNormal.z);
2388
41025c0eb414 sub_407A1C - changing some variables to signed
zipi
parents: 2385
diff changeset
4471 v20 = v17 + v18 + v19 == 0;
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4472 v21 = v17 + v18 + v19;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4473 v109 = v17 + v18 + v19;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4474 if ( v149 > odm_face->pBoundingBox.x2 || v145 < odm_face->pBoundingBox.x1
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4475 || v141 > odm_face->pBoundingBox.y2 || v137 < odm_face->pBoundingBox.y1
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4476 || v133 > odm_face->pBoundingBox.z2 || v129 < odm_face->pBoundingBox.z1
2388
41025c0eb414 sub_407A1C - changing some variables to signed
zipi
parents: 2385
diff changeset
4477 || v20 )
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4478 continue;
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4479 v23 = -(odm_face->pFacePlane.dist + sX * odm_face->pFacePlane.vNormal.x
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4480 + sY * odm_face->pFacePlane.vNormal.y
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4481 + sZ * odm_face->pFacePlane.vNormal.z);
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4482 if ( v21 <= 0 )
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4483 {
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4484 if ( odm_face->pFacePlane.dist + sX * odm_face->pFacePlane.vNormal.x
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4485 + sY * odm_face->pFacePlane.vNormal.y
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4486 + sZ * odm_face->pFacePlane.vNormal.z < 0 )
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4487 continue;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4488 }
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4489 else
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4490 {
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4491 if ( odm_face->pFacePlane.dist + sX * odm_face->pFacePlane.vNormal.x
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4492 + sY * odm_face->pFacePlane.vNormal.y
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4493 + sZ * odm_face->pFacePlane.vNormal.z > 0 )
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4494 continue;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4495 }
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4496 v24 = abs(-(odm_face->pFacePlane.dist + sX * odm_face->pFacePlane.vNormal.x
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4497 + sY * odm_face->pFacePlane.vNormal.y
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4498 + sZ * odm_face->pFacePlane.vNormal.z)) >> 14;
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4499 if ( v24 <= abs(v21) )
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4500 {
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4501 v110 = fixpoint_div(v23, v109);
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4502 if ( v110 >= 0 )
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4503 {
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4504 if ( sub_4077F1(sX + ((signed int)(fixpoint_mul(v110, v125) + 0x8000) >> 16),
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4505 sY + ((signed int)(fixpoint_mul(v110, v121) + 0x8000) >> 16),
2383
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4506 sZ + ((signed int)(fixpoint_mul(v110, v12) + 0x8000) >> 16),
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4507 odm_face,
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4508 &pOutdoor->pBModels[model_id].pVertices) )
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4509 {
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4510 v114 = 1;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4511 break;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4512 }
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4513 }
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4514 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4515 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4516 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4517 }
2383
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4518
2390
c631b1877204 area_of_effect_damage_evaluate - fixed spells radius problem
zipi
parents: 2388
diff changeset
4519 Vec3_int_::Rotate(32, v4 - stru_5C6E00->uIntegerHalfPi, 0, v97, &sX, &sY, &sZ);
c631b1877204 area_of_effect_damage_evaluate - fixed spells radius problem
zipi
parents: 2388
diff changeset
4520 Vec3_int_::Rotate(32, v4 - stru_5C6E00->uIntegerHalfPi, 0, v, &outx, &outy, &outz);
2384
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4521 dist_y = outy - sY;
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4522 dist_z = outz - sZ;
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4523 dist_x = outx - sX;
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4524 v32 = integer_sqrt(dist_x * dist_x + dist_y * dist_y + dist_z * dist_z);
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4525 v33 = 65536;
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4526 if ( v32 )
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4527 v33 = 65536 / v32;
2384
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4528 v126 = dist_x * v33;
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4529 v35 = dist_z * v33;
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4530 v122 = dist_y * v33;
2383
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4531
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4532 v146 = max(outx, sX);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4533 v150 = min(outx, sX);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4534
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4535 v138 = max(outy, sY);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4536 v142 = min(outy, sY);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4537
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4538 v130 = max(outz, sZ);
342b73a61a60 sub_407A1C - refactoring min-max
zipi
parents: 2382
diff changeset
4539 v134 = min(outz, sZ);
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4540
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4541 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
4542 {
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4543 if ( sub_4088E9(sX, sY, outx, outy, pOutdoor->pBModels[model_id].vPosition.x, pOutdoor->pBModels[model_id].vPosition.y)
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4544 <= pOutdoor->pBModels[model_id].sBoundingRadius + 128 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4545 {
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4546 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
4547 {
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4548 odm_face = &pOutdoor->pBModels[model_id].pFaces[face_id];
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4549 ya = fixpoint_mul(v126, odm_face->pFacePlane.vNormal.x);
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4550 ve = fixpoint_mul(v122, odm_face->pFacePlane.vNormal.y);
2384
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4551 v_4 = fixpoint_mul(v35, odm_face->pFacePlane.vNormal.z);
2385
b842e1b77c8c sub_407A1C - fixed wrong refactoring of condition
zipi
parents: 2384
diff changeset
4552 v20 = ya + ve + v_4 == 0;
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4553 v40 = ya + ve + v_4;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4554 va = ya + ve + v_4;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4555 if ( v150 > odm_face->pBoundingBox.x2 || v146 < odm_face->pBoundingBox.x1
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4556 || v142 > odm_face->pBoundingBox.y2 || v138 < odm_face->pBoundingBox.y1
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4557 || v134 > odm_face->pBoundingBox.z2 || v130 < odm_face->pBoundingBox.z1
2385
b842e1b77c8c sub_407A1C - fixed wrong refactoring of condition
zipi
parents: 2384
diff changeset
4558 || v20 )
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4559 continue;
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4560 v42 = -(odm_face->pFacePlane.dist + sX * odm_face->pFacePlane.vNormal.x
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4561 + sY * odm_face->pFacePlane.vNormal.y
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4562 + sZ * odm_face->pFacePlane.vNormal.z);
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4563 if ( v40 <= 0 )
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4564 {
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4565 if ( odm_face->pFacePlane.dist + sX * odm_face->pFacePlane.vNormal.x
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4566 + sY * odm_face->pFacePlane.vNormal.y
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4567 + sZ * odm_face->pFacePlane.vNormal.z < 0 )
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4568 continue;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4569 }
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4570 else
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4571 {
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4572 if ( odm_face->pFacePlane.dist + sX * odm_face->pFacePlane.vNormal.x
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4573 + sY * odm_face->pFacePlane.vNormal.y
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4574 + sZ * odm_face->pFacePlane.vNormal.z > 0 )
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4575 continue;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4576 }
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4577 v_4a = abs(-(odm_face->pFacePlane.dist + sX * odm_face->pFacePlane.vNormal.x
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4578 + sY * odm_face->pFacePlane.vNormal.y
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4579 + sZ * odm_face->pFacePlane.vNormal.z )) >> 14;
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4580 if ( v_4a <= abs(v40) )
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4581 {
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4582 //LODWORD(v43) = v42 << 16;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4583 //HIDWORD(v43) = v42 >> 16;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4584 //vb = v43 / va;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4585 vb = fixpoint_div(v42, va);
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4586 if ( vb >= 0 )
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4587 {
2382
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4588 if ( sub_4077F1(sX + ((signed int)(fixpoint_mul(vb, v126) + 0x8000) >> 16),
8c00bd4573a8 sub_407A1C - fixing wrongly identified structure variable
zipi
parents: 2381
diff changeset
4589 sY + ((signed int)(fixpoint_mul(vb, v122) + 0x8000) >> 16),
2384
f784ffc9a758 sub_407A1C - removed unused variables and commented lines
zipi
parents: 2383
diff changeset
4590 sZ + ((signed int)(fixpoint_mul(vb, v35) + 0x8000) >> 16),
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4591 odm_face,
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4592 &pOutdoor->pBModels[model_id].pVertices) )
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4593 {
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4594 v113 = 1;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4595 break;
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4596 }
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4597 }
2205
db94443ea4e7 _44100D_should_alter_right_panel()
Ritor1
parents: 2204
diff changeset
4598 }
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4599 }
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4600 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4601 }
2204
23e7c7299ea8 sub_407A1C cleaning continue
Ritor1
parents: 2203
diff changeset
4602
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4603 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4604 return !v114 || !v113;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4605 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4606 //----- (0043F333) --------------------------------------------------------
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4607 void BspRenderer::MakeVisibleSectorList()
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4608 {
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
4609 // int v6; // ebx@3
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4610
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4611 uNumVisibleNotEmptySectors = 0;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4612 for (uint i = 0; i < num_nodes; ++i)
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4613 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4614 //if (!uNumVisibleNotEmptySectors)
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4615 //{
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4616 //pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[uNumVisibleNotEmptySectors++] = nodes[i].uSectorID;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4617 //continue;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4618 //}
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4619 //v6 = 0;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4620 //while (pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[v6] != nodes[i].uSectorID )
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4621 for ( uint j = 0; j < uNumVisibleNotEmptySectors; j++ )
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4622 {
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4623 //++v6;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4624 if ( pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[j] == nodes[i].uSectorID)
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4625 break;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4626 }
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4627 pVisibleSectorIDs_toDrawDecorsActorsEtcFrom[uNumVisibleNotEmptySectors++] = nodes[i].uSectorID;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4628 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4629 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4630 //----- (0046A334) --------------------------------------------------------
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4631 char __fastcall DoInteractionWithTopmostZObject(int a1, int a2)
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4632 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4633 int v17; // edi@36
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4634
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4635 v17 = PID_ID(a1);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4636 switch ( PID_TYPE(a1) )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4637 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4638 case OBJECT_Item: // take the item
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4639 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
4640 return 1;
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4641 if ( pItemsTable->pItems[pSpriteObjects[v17].stru_24.uItemID].uEquipType == EQUIP_GOLD)
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4642 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4643 pParty->PartyFindsGold(pSpriteObjects[v17].stru_24.uSpecEnchantmentType, 0);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4644 viewparams->bRedrawGameUI = 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4645 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4646 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4647 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4648 if ( pParty->pPickedItem.uItemID )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4649 return 1;
2215
e9625ad08541 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents: 2208
diff changeset
4650 sprintfex(pTmpBuf2.data(), pGlobalTXT_LocalizationStrings[471], pItemsTable->pItems[pSpriteObjects[v17].stru_24.uItemID].pUnidentifiedName);//You found an item (%s)!
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4651 ShowStatusBarString(pTmpBuf2.data(), 2);
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4652 if ( pSpriteObjects[v17].stru_24.uItemID == 506 )//artefact
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4653 _449B7E_toggle_bit(pParty->_quest_bits, 184, 1);
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4654 if ( pSpriteObjects[v17].stru_24.uItemID == 455 )
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4655 _449B7E_toggle_bit(pParty->_quest_bits, 185, 1);
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4656 if ( !pParty->AddItemToParty(&pSpriteObjects[v17].stru_24) )
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4657 pParty->SetHoldingItem(&pSpriteObjects[v17].stru_24);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4658 }
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4659 SpriteObject::OnInteraction(v17);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4660 break;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4661
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4662 case OBJECT_Actor:
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4663 if ( pActors[v17].uAIState == Dying || pActors[v17].uAIState == Summoned )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4664 return 1;
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4665 if ( pActors[v17].uAIState == Dead )
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4666 pActors[v17].LootActor();
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4667 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4668 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4669 if ( !pActors[v17].GetActorsRelation(0) && !(pActors[v17].uAttributes & 0x80000) && pActors[v17].CanAct() )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4670 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4671 Actor::AI_FaceObject(v17, 4, 0, 0);
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4672 if ( pActors[v17].sNPC_ID )
2402
8cee51ce4382 included directx 11
Ritor1
parents: 2392
diff changeset
4673 pMessageQueue_50CBD0->AddGUIMessage(UIMSG_StartNPCDialogue, v17, 0);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4674 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4675 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4676 if ( pNPCStats->pGroups_copy[pActors[v17].uGroup] )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4677 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4678 if ( pNPCStats->pCatchPhrases[pNPCStats->pGroups_copy[pActors[v17].uGroup]] )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4679 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4680 pParty->uFlags |= 2;
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4681 strcpy(byte_5B0938.data(), pNPCStats->pCatchPhrases[pNPCStats->pGroups_copy[pActors[v17].uGroup]]);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4682 sub_4451A8_press_any_key(0, 0, 0);
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4683 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4684 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4685 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4686 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4687 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4688 break;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4689
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4690 case OBJECT_Decoration:
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4691 if ( pLevelDecorations[v17].uEventID )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4692 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4693 EventProcessor(pLevelDecorations[v17].uEventID, a1, 1);
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4694 pLevelDecorations[v17].uFlags |= LEVEL_DECORATION_VISIBLE_ON_MAP;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4695 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4696 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4697 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4698 if ( !pLevelDecorations[v17].IsInteractive() )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4699 return 1;
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4700 activeLevelDecoration = &pLevelDecorations[v17];
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4701 EventProcessor(stru_5E4C90_MapPersistVars._decor_events[pLevelDecorations[v17]._idx_in_stru123 - 75] + 380, 0, 1);
2369
bddcaf5d5db2 removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents: 2362
diff changeset
4702 activeLevelDecoration = nullptr;
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 break;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4705
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4706 default:
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4707 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
4708 return 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4709
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4710 case OBJECT_BModel:
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4711 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4712 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4713 int bmodel_id = a1 >> 9,
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4714 face_id = v17 & 0x3F;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4715 if (bmodel_id >= pOutdoor->uNumBModels)
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4716 return 1;
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4717 if (pOutdoor->pBModels[bmodel_id].pFaces[face_id].uAttributes & FACE_UNKNOW
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4718 || pOutdoor->pBModels[bmodel_id].pFaces[face_id].sCogTriggeredID == 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4719 return 1;
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4720 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
4721 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4722 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4723 {
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4724 if ( !(pIndoor->pFaces[v17].uAttributes & FACE_CLICKABLE) )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4725 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4726 ShowNothingHereStatus();
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4727 return 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4728 }
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4729 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
4730 return 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4731 if ( pCurrentScreen != SCREEN_BRANCHLESS_NPC_DIALOG )
2203
4bfee77e900d DoInteractionWithTopmostZObject cleaned
Ritor1
parents: 2187
diff changeset
4732 EventProcessor((signed __int16)pIndoor->pFaceExtras[pIndoor->pFaces[v17].uFaceExtraID].uEventID, a1, 1);
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4733 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4734 return 0;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4735 break;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4736 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4737 return 0;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4738 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4739 //----- (0046BDF1) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1441
diff changeset
4740 void BLV_UpdateUserInputAndOther()
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4741 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4742 UpdateObjects();
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4743 BLV_ProcessPartyActions();
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4744 UpdateActors_BLV();
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4745 BLV_UpdateDoors();
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4746 check_event_triggers();
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4747 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4748 //----- (00424829) --------------------------------------------------------
1378
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
4749 // Finds out if current portal can be seen through the previous portal
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4750 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
4751 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4752 int min_y; // esi@5
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4753 int max_y; // edx@5
1372
Ritor1
parents: 1370
diff changeset
4754 int current_ID; // eax@12
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4755 int v13; // eax@22
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4756 int v15; // ecx@29
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4757 int v18; // eax@39
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4758 int v19; // eax@44
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4759 int v20; // ecx@44
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4760 int v22; // edi@46
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4761 int v24; // edx@48
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4762 int v26; // eax@55
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
4763 // signed int v27; // edi@55
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4764 int v29; // edx@57
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4765 int v31; // eax@64
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
4766 // signed int v32; // edi@64
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
4767 // int v34; // eax@66
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
4768 // int v35; // dx@66
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4769 __int16 v36; // dx@67
1379
Ritor1
parents: 1376
diff changeset
4770 //__int16 v37; // di@67
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4771 __int16 v38; // dx@67
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4772 int v46; // edx@87
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4773 int v49; // esi@93
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4774 int v53; // [sp+Ch] [bp-34h]@44
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4775 int v54; // [sp+10h] [bp-30h]@0
1372
Ritor1
parents: 1370
diff changeset
4776 int min_y_ID2; // [sp+14h] [bp-2Ch]@12
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4777 int v59; // [sp+14h] [bp-2Ch]@87
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4778 int v61; // [sp+1Ch] [bp-24h]@29
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4779 int v62; // [sp+20h] [bp-20h]@0
1372
Ritor1
parents: 1370
diff changeset
4780 signed int direction1; // [sp+24h] [bp-1Ch]@3
Ritor1
parents: 1370
diff changeset
4781 signed int direction2; // [sp+28h] [bp-18h]@3
Ritor1
parents: 1370
diff changeset
4782 int min_y_ID; // [sp+2Ch] [bp-14h]@5
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4783 int v69; // [sp+34h] [bp-Ch]@29
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4784 int v70; // [sp+34h] [bp-Ch]@46
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
4785
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4786 if ( pNumVertices <= 1 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4787 return false;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
4788 min_y = PortalFace._screen_space_y[0];
1372
Ritor1
parents: 1370
diff changeset
4789 min_y_ID = 0;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
4790 max_y = PortalFace._screen_space_y[0];
1372
Ritor1
parents: 1370
diff changeset
4791 //face direction(íàïðàâëåíèå ôåéñà)
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
4792 if ( !PortalFace.direction )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4793 {
1372
Ritor1
parents: 1370
diff changeset
4794 direction1 = 1;
Ritor1
parents: 1370
diff changeset
4795 direction2 = -1;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4796 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4797 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4798 {
1372
Ritor1
parents: 1370
diff changeset
4799 direction1 = -1;
Ritor1
parents: 1370
diff changeset
4800 direction2 = 1;
Ritor1
parents: 1370
diff changeset
4801 }
Ritor1
parents: 1370
diff changeset
4802
Ritor1
parents: 1370
diff changeset
4803 //get min and max y for portal(äàòü ìèíèìàëüíîå è ìàêñèìàëüíîå çíà÷åíèå y äëÿ ïîðòàëà)
Ritor1
parents: 1370
diff changeset
4804 for ( uint i = 1; i < pNumVertices; ++i )
Ritor1
parents: 1370
diff changeset
4805 {
1378
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
4806 if (PortalFace._screen_space_y[i] < min_y)
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4807 {
1372
Ritor1
parents: 1370
diff changeset
4808 min_y_ID = i;
Ritor1
parents: 1370
diff changeset
4809 min_y = PortalFace._screen_space_y[i];
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4810 }
1378
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
4811 else if (PortalFace._screen_space_y[i] > max_y)
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
4812 {
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
4813 max_y = PortalFace._screen_space_y[i];
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
4814 }
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4815 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4816 if ( max_y == min_y )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4817 return false;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4818
1372
Ritor1
parents: 1370
diff changeset
4819 //*****************************************************************************************************************************
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4820 far_portal->_viewport_space_y = min_y;
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4821 far_portal->_viewport_space_w = max_y;
1372
Ritor1
parents: 1370
diff changeset
4822 current_ID = min_y_ID;
Ritor1
parents: 1370
diff changeset
4823 min_y_ID2 = min_y_ID;
Ritor1
parents: 1370
diff changeset
4824
Ritor1
parents: 1370
diff changeset
4825 for ( uint i = 0; i < pNumVertices; ++i )
Ritor1
parents: 1370
diff changeset
4826 {
Ritor1
parents: 1370
diff changeset
4827 current_ID += direction2;
Ritor1
parents: 1370
diff changeset
4828 if ( current_ID < pNumVertices )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4829 {
1372
Ritor1
parents: 1370
diff changeset
4830 if ( current_ID < 0 )
Ritor1
parents: 1370
diff changeset
4831 current_ID += pNumVertices;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4832 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4833 else
1372
Ritor1
parents: 1370
diff changeset
4834 current_ID -= pNumVertices;
Ritor1
parents: 1370
diff changeset
4835 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
4836 {
1372
Ritor1
parents: 1370
diff changeset
4837 min_y_ID2 = current_ID;
Ritor1
parents: 1370
diff changeset
4838 min_y_ID = current_ID;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4839 }
1372
Ritor1
parents: 1370
diff changeset
4840 if ( PortalFace._screen_space_y[current_ID] == max_y )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4841 break;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4842 }
1372
Ritor1
parents: 1370
diff changeset
4843
Ritor1
parents: 1370
diff changeset
4844 v13 = min_y_ID2 + direction2;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4845 if ( v13 < pNumVertices )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4846 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4847 if ( v13 < 0 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4848 v13 += pNumVertices;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4849 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4850 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4851 v13 -= pNumVertices;
1372
Ritor1
parents: 1370
diff changeset
4852 if ( PortalFace._screen_space_y[v13] != PortalFace._screen_space_y[min_y_ID2] )
Ritor1
parents: 1370
diff changeset
4853 {
Ritor1
parents: 1370
diff changeset
4854 v62 = PortalFace._screen_space_x[min_y_ID2] << 16;
1378
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
4855 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
4856 (PortalFace._screen_space_y[v13] - PortalFace._screen_space_y[min_y_ID2]);
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
4857 far_portal->viewport_left_side[min_y] = (short)PortalFace._screen_space_x[min_y_ID2];
1372
Ritor1
parents: 1370
diff changeset
4858 }
Ritor1
parents: 1370
diff changeset
4859 //****************************************************************************************************************************************
Ritor1
parents: 1370
diff changeset
4860 //
Ritor1
parents: 1370
diff changeset
4861 v15 = min_y_ID;
Ritor1
parents: 1370
diff changeset
4862 v61 = min_y_ID;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4863 for ( v69 = 0; v69 < pNumVertices; ++v69 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4864 {
1372
Ritor1
parents: 1370
diff changeset
4865 v15 += direction1;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4866 if ( v15 < pNumVertices )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4867 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4868 if ( v15 < 0 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4869 v15 += pNumVertices;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4870 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4871 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4872 v15 -= pNumVertices;
1372
Ritor1
parents: 1370
diff changeset
4873 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
4874 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4875 v61 = v15;
1372
Ritor1
parents: 1370
diff changeset
4876 min_y_ID = v15;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4877 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
4878 if ( PortalFace._screen_space_y[v15] == max_y )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4879 break;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4880 }
1372
Ritor1
parents: 1370
diff changeset
4881 v18 = direction1 + v61;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4882 if ( v18 < pNumVertices )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4883 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4884 if ( v18 < 0 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4885 v18 += pNumVertices;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4886 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4887 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4888 v18 -= pNumVertices;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4889 v19 = v18;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4890 v20 = v61;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
4891 if ( PortalFace._screen_space_y[v19] != PortalFace._screen_space_y[v61] )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
4892 {
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
4893 v61 = PortalFace._screen_space_x[v20] << 16;
1378
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
4894 v53 = ((PortalFace._screen_space_x[v19] - PortalFace._screen_space_x[v20]) << 16) /
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
4895 (PortalFace._screen_space_y[v19] - PortalFace._screen_space_y[v20]);
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
4896 far_portal->viewport_right_side[max_y] = (short)PortalFace._screen_space_x[v20];
1372
Ritor1
parents: 1370
diff changeset
4897 }
Ritor1
parents: 1370
diff changeset
4898 //****************************************************************************************************************************************
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4899 v22 = min_y;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4900 if ( min_y <= max_y )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4901 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4902 for ( v70 = min_y; v70 <= max_y; ++v70 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4903 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4904 v24 = v13;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
4905 if ( v22 >= PortalFace._screen_space_y[v13] && v22 != max_y )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4906 {
1372
Ritor1
parents: 1370
diff changeset
4907 v13 = direction2 + v13;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4908 if ( v13 < pNumVertices )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4909 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4910 if ( v13 < 0 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4911 v13 += pNumVertices;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4912 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4913 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4914 v13 -= pNumVertices;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4915 v26 = v13;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
4916 if ( PortalFace._screen_space_y[v26] - PortalFace._screen_space_y[v24] > 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4917 {
1378
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
4918 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
4919 v62 = PortalFace._screen_space_x[v24] << 16;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4920 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4921 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4922 v29 = v18;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
4923 if ( v70 >= PortalFace._screen_space_y[v18] && v70 != max_y )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4924 {
1372
Ritor1
parents: 1370
diff changeset
4925 v18 += direction1;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4926 if ( v18 < pNumVertices )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4927 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4928 if ( v18 < 0 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4929 v18 += pNumVertices;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4930 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4931 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4932 v18 -= pNumVertices;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4933 v31 = v18;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
4934 if ( PortalFace._screen_space_y[v31] - PortalFace._screen_space_y[v29] > 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4935 {
1378
1fb9f4b9b6a7 Fixed portal culling at extreme angles.
Nomad
parents: 1376
diff changeset
4936 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
4937 v61 = PortalFace._screen_space_x[v29] << 16;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4938 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4939 }
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4940 far_portal->viewport_left_side[v70] = HIWORD(v62);
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4941 far_portal->viewport_right_side[v70] = HIWORD(v61);
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4942 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
4943 {
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4944 v36 = far_portal->viewport_left_side[v70] ^ far_portal->viewport_right_side[v70];
1379
Ritor1
parents: 1376
diff changeset
4945 //v37 = far_portal->viewport_right_side[v70];
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4946 far_portal->viewport_left_side[v70] = v36;
1379
Ritor1
parents: 1376
diff changeset
4947 v38 = far_portal->viewport_right_side[v70] ^ v36;
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4948 far_portal->viewport_left_side[v70] ^= v38;
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4949 far_portal->viewport_right_side[v70] = v38;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4950 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4951 v62 += v54;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4952 v22 = v70 + 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4953 v61 += v53;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4954 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4955 }
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4956 //*****************************************************************************************************************************
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4957 // check portals coordinates and determine max, min(ïðîâåðêà êîîðäèíàò ïîðòàëîâ è îïðåäåëåíèå ìàêñ, ìèí-îé ó)
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4958 if ( max_y < near_portal->_viewport_space_y )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4959 return false;
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4960 if ( min_y > near_portal->_viewport_space_w )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4961 return false;
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4962 if ( min_y < near_portal->_viewport_space_y )
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4963 min_y = near_portal->_viewport_space_y;
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4964 if ( max_y > near_portal->_viewport_space_w )
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4965 max_y = near_portal->_viewport_space_w;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4966 if ( min_y <= max_y )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4967 {
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4968 for ( min_y; min_y <= max_y; ++min_y )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4969 {
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4970 if ( far_portal->viewport_right_side[min_y] >= near_portal->viewport_left_side[min_y]
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4971 && 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
4972 break;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4973 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4974 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4975 if ( max_y < min_y )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4976 return false;
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4977 for ( max_y; max_y >= min_y; --max_y )
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4978 {
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4979 if ( far_portal->viewport_right_side[max_y] >= near_portal->viewport_left_side[max_y]
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4980 && 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
4981 break;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4982 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4983 if ( min_y >= max_y )
1390
613c77e51e38 Messed with spell effects drawing a bit.
Nomad
parents: 1381
diff changeset
4984 return false;
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4985 //*************************************************************************************************************************************
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4986 v59 = min_y;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4987 for ( v46 = max_y - min_y + 1; v46; --v46 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4988 {
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4989 if ( far_portal->viewport_left_side[v59] < near_portal->viewport_left_side[v59] )
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4990 far_portal->viewport_left_side[v59] = near_portal->viewport_left_side[v59];
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4991 if ( far_portal->viewport_right_side[v59] > near_portal->viewport_right_side[v59] )
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4992 far_portal->viewport_right_side[v59] = near_portal->viewport_right_side[v59];
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
4993 ++v59;
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4994 }
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4995 far_portal->_viewport_space_y = min_y;
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4996 far_portal->_viewport_space_w = max_y;
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4997 far_portal->_viewport_space_x = far_portal->viewport_left_side[min_y];
1379
Ritor1
parents: 1376
diff changeset
4998 far_portal->_viewport_space_z = far_portal->viewport_right_side[min_y];
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
4999 far_portal->_viewport_x_minID = min_y;
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5000 far_portal->_viewport_z_maxID = min_y;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5001 v49 = min_y + 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5002 if ( v49 <= max_y )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5003 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5004 for ( v49; v49 <= max_y; ++v49 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5005 {
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5006 if ( far_portal->viewport_left_side[v49] < far_portal->_viewport_space_x )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5007 {
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5008 far_portal->_viewport_space_x = far_portal->viewport_left_side[v49];
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5009 far_portal->_viewport_x_minID = v49;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5010 }
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5011 if ( far_portal->viewport_right_side[v49] > far_portal->_viewport_space_z )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5012 {
1376
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5013 far_portal->_viewport_space_z = far_portal->viewport_right_side[v49];
78671379d8da PortalFrustrum
Ritor1
parents: 1372
diff changeset
5014 far_portal->_viewport_z_maxID = v49;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5015 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5016 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5017 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5018 return true;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5019 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5020 //----- (00423B5D) --------------------------------------------------------
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5021 int __fastcall GetPortalScreenCoord(unsigned int uFaceID)
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5022 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5023 BLVFace *pFace; // ebx@1
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5024 int pNextVertices; // edx@11
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5025 int t; // ST28_4@12
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5026 int pScreenX; // eax@22
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5027 int pScreenY; // eax@27
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5028 signed int left_num_vertices; // edi@31
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5029 signed int right_num_vertices; // ebx@41
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5030 signed int top_num_vertices; // edi@51
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5031 int bottom_num_vertices; // ebx@61
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5032 // signed int v62; // edx@75
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5033 // int v63; // ecx@76
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5034 // int v64; // esi@76
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5035 // int v65; // ecx@83
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5036 // signed int v71; // [sp+14h] [bp-14h]@75
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5037 bool current_vertices_flag; // [sp+18h] [bp-10h]@9
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5038 // int thisf; // [sp+18h] [bp-10h]@74
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5039 signed int depth_num_vertices; // [sp+1Ch] [bp-Ch]@9
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5040 // int v80; // [sp+1Ch] [bp-Ch]@76
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5041 bool next_vertices_flag; // [sp+20h] [bp-8h]@10
1784
d73f4668ef94 BuildingVerticesClipping
Ritor1
parents: 1736
diff changeset
5042 //Äîï èíôî "Ïðîãðàììèðîâàíèå òð¸õìåðíûõ èãð äëÿ windows" Ëàìîò ñòð 910
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5043
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5044 pFace = &pIndoor->pFaces[uFaceID];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5045 memset(&PortalFace, 0, sizeof(stru367));
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5046
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5047 //get direction the face(îïðåäåëåíèå íàïðàâëåííîñòè ôåéñà)*********************************************************************************
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
5048 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
5049 + 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
5050 + 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
5051 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5052 PortalFace.direction = true;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5053 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5054 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5055 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5056 PortalFace.direction = false;
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5057 if ( !(pFace->Portal()) )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5058 return 0;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5059 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5060 //*****************************************************************************************************************************************
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5061 //generate/cinvertetion in camera location coordinates(ãåíåðàöèÿ/êîíâåðòèðîâàíèå â êîîðäèíàòû ïðîñòðàíñòâà êàìåðû)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5062
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5063 //for new coordinates:
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5064 //int x = 0x AAAA BBBB;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5065 //AAAA - integer(öåëàÿ ÷àñòü), BBBB - fractional(äðîáíàÿ)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5066 //float v = HIWORD(x) + LOWORD(x) / 65535.0f;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5067 //0x0351A281 ýòî 849(351 â øåñòíàäöàòèðè÷íîé) â öåëîé ÷àñòè è A281 â äðîáíîé(õîòÿ êàê òî÷íî BBBB ñ÷èòàëàñü íå ïîìíþ)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5068 //if in HIWORD: FFFF = -1
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5069 //FFFE = -2
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5070 //FFFD = -3
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5071 //....
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5072 //8000 = -32767
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5073 //7FFF = 32767
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5074 //7FFE = 32766
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5075 //åñëè â LOWORD íàïðèìåð ëåæèò FFFF òî íå ñîâñåì ïîíÿòíî, ÷òî ýòî
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5076 //ïîòîìó ÷òî åñëè è hiword è loword ðàâíû FFFF FFFF òî äâîéíîå îòðèöàíèå êàê áû, íóæíî òåñòèðîâàòü ÷òî êîíêðåòíî ïîëó÷àåòñÿ ÷òîáû ïîíÿòü ÷òî ýòî çíà÷èò
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5077 //âñ¸ ÷òî áîëüøå 7FFF äëÿ âåðõíåãî ñëîâà ýòî èä¸ò óæå ñ ìèíóñîì/Nomad/
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5078
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5079 if ( (signed int)pFace->uNumVertices > 0 )
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5080 {
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5081 for (uint i = 0; i < pFace->uNumVertices; ++i)
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5082 {
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
5083 pGame->pIndoorCameraD3D->ApplyViewTransform_TrueIfStillVisible_BLV(pIndoor->pVertices[pFace->pVertexIDs[i]].x,
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5084 pIndoor->pVertices[pFace->pVertexIDs[i]].y,
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5085 pIndoor->pVertices[pFace->pVertexIDs[i]].z,
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5086 &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
5087 }
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5088 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5089 //*****************************************************************************************************************************************
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5090 //check vertices for the nearest plane(ïðîâåðêà âåðøèí åñòü ëè â îáëàñòè çà áëèæàéøåé ïëîñêîñòüþ)
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5091 if ( pFace->uNumVertices <= 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5092 return 0;
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5093 bool bFound = false;
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5094 for (uint i = 0; i < pFace->uNumVertices; ++i)
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5095 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5096 if ( PortalFace._view_transformed_z[i + 3] >= 524288 )// 8.0(0x80000)
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5097 {
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5098 bFound = true;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5099 break;
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5100 }
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5101 }
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5102 if ( !bFound )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5103 return 0;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5104 //*****************************************************************************************************************************************
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5105 //check for near clip plane(ïðîâåðêà ïî áëèæíåé ãðàíèöå)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5106 //
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5107 // v0 v1
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5108 // ._________________.
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5109 // / \
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5110 // / \
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5111 // v5. . v2
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5112 // | |
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5113 // | |
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5114 // | |
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5115 // ---------------------------- 8.0(near_clip)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5116 // | |
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5117 // ._______________________.
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5118 // v4 v3
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5119 depth_num_vertices = 0;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5120 PortalFace._view_transformed_z[pFace->uNumVertices + 3] = PortalFace._view_transformed_z[3];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5121 PortalFace._view_transformed_x[pFace->uNumVertices + 3] = PortalFace._view_transformed_x[3];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5122 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
5123 current_vertices_flag = PortalFace._view_transformed_z[3] >= 0x80000; //524288
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5124 if ( pFace->uNumVertices >= 1 )
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5125 {
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5126 for ( uint i = 1; i <= pFace->uNumVertices; ++i)
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5127 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5128 next_vertices_flag = PortalFace._view_transformed_z[i + 3] >= 0x80000; //524288;// 8.0
2318
133882370e83 far_clip and near_clip for draw terrain
Ritor1
parents: 2281
diff changeset
5129 if ( current_vertices_flag ^ next_vertices_flag )//èëè òåêóùàÿ èëè ñëåäóþùàÿ âåðøèíà çà áëèæíåé ãðàíèöåé - v5
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5130 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5131 if ( next_vertices_flag )//ñëåäóþùàÿ âåðøèíà çà áëèæíåé ãðàíèöåé
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5132 {
2318
133882370e83 far_clip and near_clip for draw terrain
Ritor1
parents: 2281
diff changeset
5133 //t = near_clip - v4.z / v5.z - v4.z
2251
47bcb700b74b for StackLight_TerrainFace
Ritor1
parents: 2242
diff changeset
5134 t = fixpoint_div(0x80000 - PortalFace._view_transformed_z[i + 2], PortalFace._view_transformed_z[i + 3] - PortalFace._view_transformed_z[i + 2]);
2318
133882370e83 far_clip and near_clip for draw terrain
Ritor1
parents: 2281
diff changeset
5135 //New_x = (v5.x - v4.x)*t + v4.x
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5136 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
5137 + PortalFace._view_transformed_x[i + 2];
2318
133882370e83 far_clip and near_clip for draw terrain
Ritor1
parents: 2281
diff changeset
5138 //New_y = (v5.y - v4.y)*t + v4.y
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5139 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
5140 + PortalFace._view_transformed_y[i + 2];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5141 //New_z = 8.0(0x80000)
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5142 PortalFace._view_transformed_z[depth_num_vertices] = 0x80000; //524288
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5143 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5144 else// òåêóùàÿ âåðøèíà çà áëèæíåé ãðàíèöåé
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5145 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5146 //t = near_clip - v1.z / v0.z - v1.z
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5147 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
5148 //New_x = (v0.x - v1.x)*t + v1.x
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5149 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
5150 + PortalFace._view_transformed_x[i + 3];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5151 //New_y = (v0.x - v1.y)*t + v1.y
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5152 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
5153 + PortalFace._view_transformed_y[i + 3];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5154 //New_z = 8.0(0x80000)
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5155 PortalFace._view_transformed_z[depth_num_vertices] = 0x80000; //524288
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5156 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5157 depth_num_vertices++;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5158 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5159 if ( next_vertices_flag )//åñëè ñëåäóþùàÿ âåðøèíà çà áëèæíåé ãðàíèöåé
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5160 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5161 pNextVertices = depth_num_vertices++;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5162 PortalFace._view_transformed_z[pNextVertices] = PortalFace._view_transformed_z[i + 3];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5163 PortalFace._view_transformed_x[pNextVertices] = PortalFace._view_transformed_x[i + 3];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5164 PortalFace._view_transformed_y[pNextVertices] = PortalFace._view_transformed_y[i + 3];
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5165 }
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5166 current_vertices_flag = next_vertices_flag;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5167 }
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5168 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5169 //ðåçóëüòàò: íåò ìîðãàíèÿ íà ãðàíèöå ïîðòàëà(êîãäà ïðîõîäèì ñêâîçü ïîðòàë)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5170 //************************************************************************************************************************************
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5171 //convertion in screen coordinates(êîíâåðòèðîâàíèå â êîîðäèíàòû ýêðàíà)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5172 PortalFace._view_transformed_z[depth_num_vertices] = PortalFace._view_transformed_z[0];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5173 PortalFace._view_transformed_x[depth_num_vertices] = PortalFace._view_transformed_x[0];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5174 PortalFace._view_transformed_y[depth_num_vertices] = PortalFace._view_transformed_y[0];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5175 for ( uint i = 0; i < depth_num_vertices; ++i )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5176 {
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5177 if ( (abs(PortalFace._view_transformed_x[i]) >> 13) <= abs(PortalFace._view_transformed_z[i]) )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5178 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
5179 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5180 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5181 if ( PortalFace._view_transformed_x[i] >= 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5182 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5183 if (PortalFace._view_transformed_z[i] >= 0)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5184 pScreenX = 0x400000; // 64.0
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5185 else
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5186 pScreenX = 0xFFC00000; // -63.0
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5187 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5188 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5189 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5190 if (PortalFace._view_transformed_z[i] >= 0)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5191 pScreenX = 0xFFC00000; // -63.0
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5192 else
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5193 pScreenX = 0x400000; // 64.0
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5194 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5195 }
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5196
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5197 if ( (abs(PortalFace._view_transformed_y[i]) >> 13) <= abs(PortalFace._view_transformed_z[i]) )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5198 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
5199 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5200 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5201 if ( PortalFace._view_transformed_y[i] >= 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5202 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5203 if (PortalFace._view_transformed_z[i] >= 0)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5204 pScreenY = 0x400000; // 64.0
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5205 else
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5206 pScreenY = 0xFFC00000; // -63.0
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5207 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5208 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5209 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5210 if (PortalFace._view_transformed_z[i] >= 0)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5211 pScreenY = 0xFFC00000; // -63.0
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5212 else
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5213 pScreenY = 0x400000; // 64.0
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5214 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5215 }
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5216 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
5217 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
5218 }
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5219 // ðåçóëüòàò: ïðè ïîâîðîòå êàìåðû, êîãäà ãðàíèöà ïîðòàëà ñäâèãàåòñÿ ê êðàþ ýêðàíà, ïîðòàë îñòàåòñÿ ïðîçðà÷íûì(âèäèìûì)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5220 //******************************************************************************************************************************************
1381
729635c2bb40 small commentary
Ritor1
parents: 1380
diff changeset
5221 //êîîðäèíàòû êàê â Èäà-áàçå èãðû òàê è â äàííîì ïðîåêòå ïåðåâ¸ðíóòûå,ò.å. ïîðòàë êîòîðûé â ïðàâîé ÷àñòè ýêðàíà èìååò ýêðàííûå êîîðäèíàòû
729635c2bb40 small commentary
Ritor1
parents: 1380
diff changeset
5222 //êîòîðûå äëÿ ëåâîé ÷àñòè ýêðàíà. Íàïðèìåð, x(îðèãèíàë) = 8, ó íàñ õ = 468(ïðîòèâîïîëîæíûé êðàé ýêðàíà), òî÷íî òàêæå è ñ ó.
729635c2bb40 small commentary
Ritor1
parents: 1380
diff changeset
5223 //
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5224 //check for left_clip plane(ïîðâåðêà ïî ëåâîé ãðàíèöå)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5225 left_num_vertices = 0;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5226 PortalFace._screen_space_x[depth_num_vertices + 12] = PortalFace._screen_space_x[12];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5227 PortalFace._screen_space_y[depth_num_vertices + 12] = PortalFace._screen_space_y[12];
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5228 current_vertices_flag = PortalFace._screen_space_x[12] >= (signed int)pBLVRenderParams->uViewportX;//8.0
1301
18665b8f66b2 yellow points remove
Ritor1
parents: 1297
diff changeset
5229 if ( depth_num_vertices < 1 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5230 return 0;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5231 for ( uint i = 1; i <= depth_num_vertices; ++i )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5232 {
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5233 next_vertices_flag = PortalFace._screen_space_x[i + 12] >= (signed int)pBLVRenderParams->uViewportX;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5234 if ( current_vertices_flag ^ next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5235 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5236 if ( next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5237 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5238 //t = left_clip - v0.x / v1.x - v0.x
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5239 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
5240 //New_y = (v1.y - v0.y)*t + v0.y
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5241 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
5242 + PortalFace._screen_space_y[i + 11];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5243 //New_x = left_clip
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5244 PortalFace._screen_space_x[left_num_vertices + 9] = pBLVRenderParams->uViewportX;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5245 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5246 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5247 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5248 //t = left_clip - v1.x / v0.x - v1.x
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5249 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
5250 //New_y = (v0.y - v1.y)*t + v1.y
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5251 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
5252 + PortalFace._screen_space_y[i + 12];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5253 //New_x = left_clip
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5254 PortalFace._screen_space_x[left_num_vertices + 9] = pBLVRenderParams->uViewportX;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5255 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5256 left_num_vertices++;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5257 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5258 if ( next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5259 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5260 pNextVertices = left_num_vertices++;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5261 PortalFace._screen_space_x[pNextVertices + 9] = PortalFace._screen_space_x[i + 12];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5262 PortalFace._screen_space_y[pNextVertices + 9] = PortalFace._screen_space_y[i + 12];
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5263 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5264 current_vertices_flag = next_vertices_flag;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5265 }
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5266 //*********************************************************************************************************************************
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5267 //for right_clip plane(ïðîâåðêà ïî ïðàâîé ïëîñêîñòè)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5268 right_num_vertices = 0;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5269 PortalFace._screen_space_x[left_num_vertices + 9] = PortalFace._screen_space_x[9];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5270 PortalFace._screen_space_y[left_num_vertices + 9] = PortalFace._screen_space_y[9];
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5271 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
5272 if (left_num_vertices < 1)
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5273 return 0;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5274 for ( uint i = 1; i <= left_num_vertices; ++i )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5275 {
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5276 next_vertices_flag = PortalFace._screen_space_x[i + 9] <= (signed int)pBLVRenderParams->uViewportZ;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5277 if ( current_vertices_flag ^ next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5278 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5279 if ( next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5280 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5281 //t = right_clip - v1.x / v0.x - v1.x
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5282 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
5283 //New_y = (v0.y - v1.y)*t + v1.y
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5284 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
5285 + PortalFace._screen_space_y[i + 8];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5286 //New_x = right_clip
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5287 PortalFace._screen_space_x[right_num_vertices + 6] = pBLVRenderParams->uViewportZ;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5288 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5289 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5290 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5291 //t = right_clip - v0.x / v1.x - v0.x
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5292 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
5293 //New_y = (v1.y - v0.y)*t + v0.y
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5294 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
5295 + PortalFace._screen_space_y[i + 9];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5296 //New_x = right_clip
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5297 PortalFace._screen_space_x[right_num_vertices + 6] = pBLVRenderParams->uViewportZ;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5298 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5299 right_num_vertices++;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5300 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5301 if ( next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5302 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5303 pNextVertices = right_num_vertices++;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5304 PortalFace._screen_space_x[pNextVertices + 6] = PortalFace._screen_space_x[i + 9];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5305 PortalFace._screen_space_y[pNextVertices + 6] = PortalFace._screen_space_y[i + 9];
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5306 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5307 current_vertices_flag = next_vertices_flag;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5308 }
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5309 //************************************************************************************************************************************
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5310 // for top clip plane
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5311 top_num_vertices = 0;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5312 PortalFace._screen_space_x[right_num_vertices + 6] = PortalFace._screen_space_x[6];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5313 PortalFace._screen_space_y[right_num_vertices + 6] = PortalFace._screen_space_y[6];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5314
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5315 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
5316 if ( right_num_vertices < 1 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5317 return 0;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5318 for ( uint i = 1; i <= right_num_vertices; ++i )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5319 {
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5320 next_vertices_flag = PortalFace._screen_space_y[i + 6] >= (signed int)pBLVRenderParams->uViewportY;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5321 if ( current_vertices_flag ^ next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5322 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5323 if ( next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5324 {
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5325 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
5326 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
5327 * t) >> 16) + PortalFace._screen_space_x[i + 5];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5328 PortalFace._screen_space_y[top_num_vertices + 3] = pBLVRenderParams->uViewportY;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5329 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5330 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5331 {
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5332 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
5333 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
5334 + PortalFace._screen_space_x[i + 6];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5335 PortalFace._screen_space_y[top_num_vertices + 3] = pBLVRenderParams->uViewportY;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5336 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5337 top_num_vertices++;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5338 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5339 current_vertices_flag = next_vertices_flag;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5340 if ( next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5341 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5342 pNextVertices = top_num_vertices++;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5343 PortalFace._screen_space_x[pNextVertices + 3] = PortalFace._screen_space_x[i + 6];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5344 PortalFace._screen_space_y[pNextVertices + 3] = PortalFace._screen_space_y[i + 6];
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5345 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5346 }
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5347 //**********************************************************************************************************************************
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5348 //for bottom_clip plane(ïðîâåðêà ïî íèæíåé ïëîñêîñòè)
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5349 bottom_num_vertices = 0;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5350 PortalFace._screen_space_x[top_num_vertices + 3] = PortalFace._screen_space_x[3];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5351 PortalFace._screen_space_y[top_num_vertices + 3] = PortalFace._screen_space_y[3];
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5352 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
5353 if ( top_num_vertices < 1 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5354 return 0;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5355 for ( uint i =1; i <= top_num_vertices; ++i )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5356 {
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5357 next_vertices_flag = PortalFace._screen_space_y[i + 3] <= (signed int)pBLVRenderParams->uViewportW;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5358 if ( current_vertices_flag ^ next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5359 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5360 if ( next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5361 {
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5362 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
5363 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
5364 + PortalFace._screen_space_x[i + 2];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5365 PortalFace._screen_space_y[bottom_num_vertices] = pBLVRenderParams->uViewportW;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5366 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5367 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5368 {
1370
14695590d7a6 GetPortalScreenCoord fix
Ritor1
parents: 1345
diff changeset
5369 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
5370 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
5371 + PortalFace._screen_space_x[i + 3];
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5372 PortalFace._screen_space_y[bottom_num_vertices] = pBLVRenderParams->uViewportW;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5373 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5374 bottom_num_vertices++;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5375 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5376 if ( next_vertices_flag )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5377 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5378 pNextVertices = bottom_num_vertices++;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5379 PortalFace._screen_space_x[pNextVertices] = PortalFace._screen_space_x[i + 3];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5380 PortalFace._screen_space_y[pNextVertices] = PortalFace._screen_space_y[i + 3];
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5381 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5382 current_vertices_flag = next_vertices_flag;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5383 }
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5384 //***************************************************************************************************************************************
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5385
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5386 if ( !bottom_num_vertices )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5387 return 0;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5388 PortalFace._screen_space_x[bottom_num_vertices] = PortalFace._screen_space_x[0];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5389 PortalFace._screen_space_y[bottom_num_vertices] = PortalFace._screen_space_y[0];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5390 //check for software(ïðîâåðêà äëÿ ñîôòâàð)
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
5391 /*if ( !pRenderer->pRenderD3D && bottom_num_vertices > 3 )
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5392 {
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5393 PortalFace._screen_space_x[bottom_num_vertices + 1] = PortalFace._screen_space_x[1];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5394 PortalFace._screen_space_y[bottom_num_vertices + 1] = PortalFace._screen_space_y[1];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5395 thisf = PortalFace.direction == true ? 1 : - 1;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5396 if ( bottom_num_vertices > 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5397 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5398 v62 = 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5399 v71 = 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5400 do
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5401 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5402 v63 = v62 - 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5403 v64 = v62 + 1;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5404 v80 = v62 + 1;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5405 if ( v62 - 1 >= bottom_num_vertices )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5406 v63 -= bottom_num_vertices;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5407 if ( v62 >= bottom_num_vertices )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5408 v62 -= bottom_num_vertices;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5409 if ( v64 >= bottom_num_vertices )
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5410 v64 -= bottom_num_vertices;
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5411 if ( thisf * ((PortalFace._screen_space_y[v64] - PortalFace._screen_space_y[v63])
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5412 * (PortalFace._screen_space_x[v62] - PortalFace._screen_space_x[v63])
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5413 - (PortalFace._screen_space_y[v62] - PortalFace._screen_space_y[v63])
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5414 * (PortalFace._screen_space_x[v64] - PortalFace._screen_space_x[v63])) < 0 )
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5415 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5416 v62 = v80;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5417 v71 = v80;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5418 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5419 else
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5420 {
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5421 v62 = v71;
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5422 v65 = v71;
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5423 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
5424 {
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5425 memcpy(&PortalFace._screen_space_y[v65], &PortalFace._screen_space_y[v65 + 1],
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5426 4 * ((unsigned int)(4 * (bottom_num_vertices - v65)) >> 2));
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5427 memcpy(&PortalFace._screen_space_x[v65], &PortalFace._screen_space_x[v65 + 1],
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5428 4 * ((unsigned int)(4 * (bottom_num_vertices - v65)) >> 2));
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5429 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5430 --bottom_num_vertices;
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5431 }
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5432 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5433 while ( v62 - 1 < bottom_num_vertices );
1297
5450af4f57ef moving files mm7_x ending
Ritor1
parents: 1295
diff changeset
5434 }
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5435 PortalFace._screen_space_x[bottom_num_vertices] = PortalFace._screen_space_x[0];
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5436 PortalFace._screen_space_y[bottom_num_vertices] = PortalFace._screen_space_y[0];
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
5437 }*/
1344
65379a50e4eb Portals in indoor (continue)
Ritor1
parents: 1319
diff changeset
5438 return bottom_num_vertices;
1408
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5439 }
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5440
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5441 //----- (004AAEA6) --------------------------------------------------------
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5442 int __fastcall sub_4AAEA6_transform(RenderVertexSoft *a1)
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5443 {
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5444 double v4; // st5@2
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5445 double v5; // st4@3
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5446 float v11; // [sp+8h] [bp-8h]@2
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5447 float v12; // [sp+8h] [bp-8h]@6
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5448 float v13; // [sp+Ch] [bp-4h]@2
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5449 float v14; // [sp+Ch] [bp-4h]@6
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5450
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
5451 if (pGame->pIndoorCameraD3D->sRotationX)
1408
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5452 {
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5453 v13 = a1->vWorldPosition.x - (double)pParty->vPosition.x;
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5454 v11 = a1->vWorldPosition.y - (double)pParty->vPosition.y;
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5455 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
5456 //if ( pRenderer->pRenderD3D )
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
5457 //{
1642
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
5458 v5 = v11 * pGame->pIndoorCameraD3D->fRotationYSine + v13 * pGame->pIndoorCameraD3D->fRotationYCosine;
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
5459 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
5460 /*}
1408
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5461 else
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5462 {
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5463 v5 = v13 * pBLVRenderParams->fCosineY - v11 * pBLVRenderParams->fSineY;
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5464 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
5465 }*/
1642
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
5466 a1->vWorldViewPosition.x = v5 * pGame->pIndoorCameraD3D->fRotationXCosine - v4 * pGame->pIndoorCameraD3D->fRotationXSine;
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
5467 a1->vWorldViewPosition.z = v5 * pGame->pIndoorCameraD3D->fRotationXSine + v4 * pGame->pIndoorCameraD3D->fRotationXCosine;
1408
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5468 }
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5469 else
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5470 {
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5471 v14 = a1->vWorldPosition.x - (double)pParty->vPosition.x;
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5472 v12 = a1->vWorldPosition.y - (double)pParty->vPosition.y;
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5473 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
5474 //if ( pRenderer->pRenderD3D )
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
5475 //{
1642
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
5476 a1->vWorldViewPosition.x = v12 * pGame->pIndoorCameraD3D->fRotationYSine + v14 * pGame->pIndoorCameraD3D->fRotationYCosine;
8971dc85b8fb More camera unifications.
Nomad
parents: 1641
diff changeset
5477 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
5478 /*}
1408
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5479 else
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5480 {
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5481 a1->vWorldViewPosition.x = v14 * pBLVRenderParams->fCosineY - v12 * pBLVRenderParams->fSineY;
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5482 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
5483 }*/
1408
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5484 }
204cce84300b FindSound
Ritor1
parents: 1407
diff changeset
5485 return 0;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5486 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5487 //----- (00472866) --------------------------------------------------------
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5488 void BLV_ProcessPartyActions()
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5489 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5490 int v1; // ebx@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5491 int v2; // edi@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5492 double v10; // st7@27
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5493 // unsigned int v12; // eax@49
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5494 // double v13; // st7@50
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5495 // int v17; // eax@62
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5496 // double v18; // st7@62
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5497 // int v19; // ST40_4@62
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5498 // int v20; // eax@65
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5499 // double v21; // st7@65
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5500 // int v22; // ST40_4@65
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5501 // int v23; // eax@66
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5502 // double v24; // st7@66
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5503 // int v25; // ST40_4@66
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5504 // int v26; // eax@67
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5505 // double v27; // st7@67
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5506 // int v28; // ST40_4@67
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5507 int new_party_z; // esi@96
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5508 int v38; // eax@96
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5509 int v39; // ecx@106
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5510 int v40; // eax@106
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5511 int v42; // eax@120
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5512 BLVFace *pFace; // esi@126
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5513 int v46; // ecx@133
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5514 int v52; // eax@140
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5515 int v54; // ebx@146
2334
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5516 // int v63; // [sp-8h] [bp-68h]@75
ddb803517a48 unused local variables I commented
Ritor1
parents: 2325
diff changeset
5517 // int v65; // [sp-4h] [bp-64h]@75
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5518 unsigned int uFaceEvent; // [sp+14h] [bp-4Ch]@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5519 bool party_running_flag; // [sp+1Ch] [bp-44h]@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5520 bool bFeatherFall; // [sp+24h] [bp-3Ch]@15
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5521 unsigned int uSectorID; // [sp+28h] [bp-38h]@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5522 bool party_walking_flag; // [sp+2Ch] [bp-34h]@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5523 unsigned int uFaceID; // [sp+30h] [bp-30h]@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5524 int v80; // [sp+34h] [bp-2Ch]@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5525 int v82; // [sp+3Ch] [bp-24h]@47
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5526 int _view_angle; // [sp+40h] [bp-20h]@47
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5527 bool hovering; // [sp+44h] [bp-1Ch]@1
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5528 int new_party_y; // [sp+48h] [bp-18h]@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5529 int new_party_x; // [sp+4Ch] [bp-14h]@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5530 int party_z; // [sp+50h] [bp-10h]@1
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5531 int angle; // [sp+5Ch] [bp-4h]@47
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5532
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5533 uFaceEvent = 0;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5534 //v89 = pParty->uFallSpeed;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5535 v1 = 0;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5536 v2 = 0;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5537 new_party_x = pParty->vPosition.x;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5538 new_party_y = pParty->vPosition.y;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5539 party_z = pParty->vPosition.z;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5540 uSectorID = pIndoor->GetSector(pParty->vPosition.x, pParty->vPosition.y, pParty->vPosition.z);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5541 party_running_flag = false;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5542 party_walking_flag = false;
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5543 hovering = false;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5544
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5545 uFaceID = -1;
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5546 int floor_level = collide_against_floor(new_party_x, new_party_y, party_z + 40, &uSectorID, &uFaceID);//ïîëó÷èòü âûñîòó ïîëà
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5547
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5548 if ( pParty->bFlying )//îòêëþ÷èòü ïîë¸ò
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5549 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5550 pParty->bFlying = false;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5551 if (pParty->FlyActive())
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5552 pOtherOverlayList->pOverlays[pParty->pPartyBuffs[PARTY_BUFF_FLY].uOverlayID - 1].field_E |= 1;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5553 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5554
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5555 if ( floor_level == -30000 || uFaceID == -1)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5556 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5557 floor_level = collide_against_floor_approximate(new_party_x, new_party_y, party_z + 40, &uSectorID, &uFaceID);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5558 if ( floor_level == -30000 || uFaceID == -1)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5559 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5560 __debugbreak(); // level built with errors
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5561 pParty->vPosition.x = blv_prev_party_x;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5562 pParty->vPosition.y = blv_prev_party_z;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5563 pParty->vPosition.z = blv_prev_party_y;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5564 pParty->uFallStartY = blv_prev_party_y;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5565 return;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5566 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5567 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5568
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5569 blv_prev_party_x = pParty->vPosition.x;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5570 blv_prev_party_z = pParty->vPosition.y;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5571 blv_prev_party_y = pParty->vPosition.z;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5572 if (!pParty->bTurnBasedModeOn)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5573 {
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2144
diff changeset
5574 static int dword_720CDC = 0;
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2144
diff changeset
5575
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5576 int v67 = GetTickCount() / 500;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5577 if (dword_720CDC != v67 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5578 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5579 dword_4F8580[3 * dword_4F8580[1]] = pParty->vPosition.x;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5580 dword_4F8580[3 * dword_4F8580[2]] = pParty->vPosition.y;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5581 dword_4F8580[3 * dword_4F8580[3]] = pParty->vPosition.z;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5582 if ( dword_4F8580[0] > 60 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5583 dword_4F8580[0] = 1;
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2144
diff changeset
5584
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2144
diff changeset
5585 dword_720CDC = v67;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5586 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5587 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5588
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5589 int fall_start;
2381
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5590 /*
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5591 if (!pParty->FeatherFallActive())// íå àêòèâíî ïàäåíèå ïåðà
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5592 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5593 bFeatherFall = false;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5594 if (!pParty->pPlayers[0].WearsItemAnyWhere(ITEM_ARTIFACT_LADYS_ESCORT) && // grants feather fall
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5595 !pParty->pPlayers[1].WearsItemAnyWhere(ITEM_ARTIFACT_LADYS_ESCORT) &&
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5596 !pParty->pPlayers[2].WearsItemAnyWhere(ITEM_ARTIFACT_LADYS_ESCORT) &&
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5597 !pParty->pPlayers[3].WearsItemAnyWhere(ITEM_ARTIFACT_LADYS_ESCORT))
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5598 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5599 fall_start = pParty->uFallStartY;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5600 }
2381
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5601 else// was missing
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5602 {
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5603 fall_start = floor_level;
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5604 bFeatherFall = true;
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5605 pParty->uFallStartY = floor_level;
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5606 }
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5607 }
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5608 else// àêòèâíî ïàäåíèå ïåðà
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5609 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5610 fall_start = floor_level;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5611 bFeatherFall = true;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5612 pParty->uFallStartY = floor_level;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5613 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5614
2381
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5615 Reworked condition below
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5616 */
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5617 if (pParty->FeatherFallActive()
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5618 || pParty->pPlayers[0].WearsItemAnyWhere(ITEM_ARTIFACT_LADYS_ESCORT)
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5619 || pParty->pPlayers[1].WearsItemAnyWhere(ITEM_ARTIFACT_LADYS_ESCORT)
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5620 || pParty->pPlayers[2].WearsItemAnyWhere(ITEM_ARTIFACT_LADYS_ESCORT)
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5621 || pParty->pPlayers[3].WearsItemAnyWhere(ITEM_ARTIFACT_LADYS_ESCORT))
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5622 {
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5623 fall_start = floor_level;
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5624 bFeatherFall = true;
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5625 pParty->uFallStartY = floor_level;
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5626 }
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5627 else
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5628 {
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5629 bFeatherFall = false;
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5630 fall_start = pParty->uFallStartY;
cb84b457527c Feather fall check fixed
zipi
parents: 2369
diff changeset
5631 }
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5632
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5633 if (fall_start - party_z > 512 && !bFeatherFall && party_z <= floor_level + 1)//ïîâðåæäåíèå îò ïàäåíèÿ ñ âûñîòû
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5634 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5635 assert(~pParty->uFlags & PARTY_FLAGS_1_LANDING); // why land in indoor?
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5636 if (pParty->uFlags & PARTY_FLAGS_1_LANDING)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5637 pParty->uFlags &= ~PARTY_FLAGS_1_LANDING;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5638 else for (uint i = 0; i < 4; ++i)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5639 { // receive falling damage
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5640 if (!pParty->pPlayers[i].HasEnchantedItemEquipped(72) && !pParty->pPlayers[i].WearsItem(ITEM_ARTIFACT_HERMES_SANDALS, EQUIP_BOOTS))
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5641 {
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5642 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
5643 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
5644 pParty->pPlayers[i].SetRecoveryTime((signed __int64)v10);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5645 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5646 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5647 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5648
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5649 if ( party_z > floor_level + 1 )
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5650 hovering = true;
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5651
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5652 bool not_high_fall = false;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5653
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5654 if ( party_z - floor_level <= 32 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5655 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5656 pParty->uFallStartY = party_z;
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5657 not_high_fall = true;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5658 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5659
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5660 if (bWalkSound && pParty->walk_sound_timer)//òàéìåðû äëÿ çâóêîâ ïåðåäâèæåíèÿ
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5661 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5662 if (pParty->walk_sound_timer > pEventTimer->uTimeElapsed)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5663 pParty->walk_sound_timer -= pEventTimer->uTimeElapsed;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5664 else pParty->walk_sound_timer = 0;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5665 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5666
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5667 if (party_z <= floor_level + 1)// ãðóïïà íèæå óðîâíÿ ïîëà
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5668 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5669 party_z = floor_level + 1;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5670 pParty->uFallStartY = floor_level + 1;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5671
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5672 if (!hovering && pParty->floor_face_pid != uFaceID)// íå ïàðÿùèå è
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5673 {
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5674 if (pIndoor->pFaces[uFaceID].uAttributes & FACE_PRESSURE_PLATE)
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5675 uFaceEvent = pIndoor->pFaceExtras[pIndoor->pFaces[uFaceID].uFaceExtraID].uEventID;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5676 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5677 }
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5678 if (!hovering)
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5679 pParty->floor_face_pid = uFaceID;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5680
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5681 bool on_water = false;
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5682 if ( pIndoor->pFaces[uFaceID].Fluid())// íà âîäå
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5683 on_water = true;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5684
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5685 //v81 = pParty->uWalkSpeed;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5686 angle = pParty->sRotationY;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5687 _view_angle = pParty->sRotationX;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5688 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
5689 / 180)) >> 16;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5690 while ( pPartyActionQueue->uNumActions )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5691 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5692 switch ( pPartyActionQueue->Next() )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5693 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5694 case PARTY_TurnLeft:
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5695 if (uTurnSpeed)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5696 angle = stru_5C6E00->uDoublePiMask & (angle + uTurnSpeed);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5697 else
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5698 angle = stru_5C6E00->uDoublePiMask & (angle + (int)(v82 * fTurnSpeedMultiplier));
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5699 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5700 case PARTY_TurnRight:
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5701 if (uTurnSpeed)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5702 angle = stru_5C6E00->uDoublePiMask & (angle - uTurnSpeed);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5703 else
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5704 angle = stru_5C6E00->uDoublePiMask & (angle - (int)(v82 * fTurnSpeedMultiplier));
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5705 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5706
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5707 case PARTY_FastTurnLeft:
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5708 if (uTurnSpeed)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5709 angle = stru_5C6E00->uDoublePiMask & (angle + uTurnSpeed);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5710 else
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5711 angle = stru_5C6E00->uDoublePiMask & (angle + (int)(2.0f * fTurnSpeedMultiplier * (double)v82));
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5712 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5713
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5714 case PARTY_FastTurnRight:
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5715 if (uTurnSpeed)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5716 angle = stru_5C6E00->uDoublePiMask & (angle - uTurnSpeed);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5717 else
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5718 angle = stru_5C6E00->uDoublePiMask & (angle - (int)(2.0f * fTurnSpeedMultiplier * (double)v82));
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5719 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5720
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5721 case PARTY_StrafeLeft:
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5722 v2 -= fixpoint_mul(stru_5C6E00->Sin(angle), pParty->uWalkSpeed * fWalkSpeedMultiplier / 2);
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5723 v1 += fixpoint_mul(stru_5C6E00->Cos(angle), pParty->uWalkSpeed * fWalkSpeedMultiplier / 2);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5724 party_walking_flag = true;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5725 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5726 case PARTY_StrafeRight:
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5727 v2 += fixpoint_mul(stru_5C6E00->Sin(angle), pParty->uWalkSpeed * fWalkSpeedMultiplier / 2);
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5728 v1 -= fixpoint_mul(stru_5C6E00->Cos(angle), pParty->uWalkSpeed * fWalkSpeedMultiplier / 2);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5729 party_walking_flag = true;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5730 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5731 case PARTY_WalkForward:
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5732 v2 += fixpoint_mul(stru_5C6E00->Cos(angle), 5 * pParty->uWalkSpeed * fWalkSpeedMultiplier);
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5733 v1 += fixpoint_mul(stru_5C6E00->Sin(angle), 5 * pParty->uWalkSpeed * fWalkSpeedMultiplier);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5734 party_walking_flag = true;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5735 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5736 case PARTY_WalkBackward:
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5737 v2 -= fixpoint_mul(stru_5C6E00->Cos(angle), pParty->uWalkSpeed * fBackwardWalkSpeedMultiplier);
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5738 v1 -= fixpoint_mul(stru_5C6E00->Sin(angle), pParty->uWalkSpeed * fBackwardWalkSpeedMultiplier);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5739 party_walking_flag = true;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5740 break;
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5741 case PARTY_RunForward://Áåã âïåð¸ä
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5742 v2 += fixpoint_mul(stru_5C6E00->Cos(angle), 2 * pParty->uWalkSpeed * fWalkSpeedMultiplier);
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5743 v1 += fixpoint_mul(stru_5C6E00->Sin(angle), 2 * pParty->uWalkSpeed * fWalkSpeedMultiplier);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5744 party_running_flag = true;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5745 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5746 case PARTY_RunBackward:
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5747 //v32 = stru_5C6E00->SinCos(angle);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5748 //v33 = (double)v81;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5749 //v88 = (double)v81;
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5750 v2 -= fixpoint_mul(stru_5C6E00->Cos(angle), pParty->uWalkSpeed * fBackwardWalkSpeedMultiplier);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5751 //v34 = stru_5C6E00->SinCos(angle - stru_5C6E00->uIntegerHalfPi);
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5752 v1 -= fixpoint_mul(stru_5C6E00->Sin(angle), pParty->uWalkSpeed * fBackwardWalkSpeedMultiplier);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5753 party_running_flag = true;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5754 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5755 case PARTY_LookUp:
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5756 _view_angle += (signed __int64)(flt_6BE150_look_up_down_dangle * 25.0);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5757 if ( _view_angle > 128 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5758 _view_angle = 128;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5759 if ( uActiveCharacter )
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5760 pPlayers[uActiveCharacter]->PlaySound((PlayerSpeech)SPEECH_63, 0);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5761 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5762 case PARTY_LookDown:
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5763 _view_angle += (signed __int64)(flt_6BE150_look_up_down_dangle * -25.0);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5764 if ( _view_angle < -128 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5765 _view_angle = -128;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5766 if ( uActiveCharacter )
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5767 pPlayers[uActiveCharacter]->PlaySound((PlayerSpeech)SPEECH_64, 0);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5768 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5769 case PARTY_CenterView:
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5770 _view_angle = 0;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5771 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5772 case PARTY_Jump:
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5773 if ( (!hovering || party_z <= floor_level + 6 && pParty->uFallSpeed <= 0) && pParty->field_24 )
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5774 {
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5775 hovering = true;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5776 pParty->uFallSpeed = (signed __int64)((double)(pParty->field_24 << 6) * 1.5 + (double)pParty->uFallSpeed);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5777 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5778 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5779 default:
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5780 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5781 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5782 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5783 pParty->sRotationY = angle;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5784 pParty->sRotationX = _view_angle;
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5785 if ( hovering )//ïàðÿùèå
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5786 {
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5787 pParty->uFallSpeed += -2 * pEventTimer->uTimeElapsed * GetGravityStrength();// ðàñ÷¸ò ñêîðîñòè ïàäåíèÿ
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5788 if ( hovering && pParty->uFallSpeed <= 0 )
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5789 {
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5790 if ( pParty->uFallSpeed < -500 && !pParty->bFlying )
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5791 {
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5792 for ( uint pl = 1; pl <= 4; pl++ )
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5793 {
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5794 if ( !pPlayers[pl]->HasEnchantedItemEquipped(72) && !pPlayers[pl]->WearsItem(ITEM_ARTIFACT_HERMES_SANDALS, EQUIP_BOOTS) ) //was 8
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5795 pPlayers[pl]->PlayEmotion(CHARACTER_EXPRESSION_SCARED, 0);
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5796 }
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5797 }
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5798 }
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5799 else
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5800 pParty->uFallStartY = party_z;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5801 }
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5802 else// íå ïàðÿùèå
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5803 {
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5804 if ( pIndoor->pFaces[uFaceID].pFacePlane_old.vNormal.z < 0x8000 )
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5805 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5806 pParty->uFallSpeed -= pEventTimer->uTimeElapsed * GetGravityStrength();
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5807 pParty->uFallStartY = party_z;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5808 }
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5809 else
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5810 {
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5811 if (! (pParty->uFlags & PARTY_FLAGS_1_LANDING) )
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5812 pParty->uFallSpeed = 0;
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5813 pParty->uFallStartY = party_z;
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5814 }
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5815 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5816 if ( v2 * v2 + v1 * v1 < 400 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5817 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5818 v1 = 0;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5819 v2 = 0;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5820 }
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5821
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5822 stru_721530.field_84 = -1;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5823 stru_721530.field_70 = 0;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5824 stru_721530.prolly_normal_d = pParty->field_14_radius;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5825 stru_721530.field_8_radius = pParty->field_14_radius / 2;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5826 stru_721530.field_0 = 1;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5827 stru_721530.height = pParty->uPartyHeight - 32;
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5828 for ( uint i = 0; i < 100; i++ )
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5829 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5830 new_party_z = party_z;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5831 stru_721530.position.x = new_party_x;
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5832 stru_721530.position.y = new_party_y;
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5833 stru_721530.position.z = stru_721530.height + party_z + 1;
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5834
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5835 stru_721530.normal.x = new_party_x;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5836 stru_721530.normal.y = new_party_y;
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5837 stru_721530.normal.z = stru_721530.prolly_normal_d + party_z + 1;
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5838
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5839 stru_721530.velocity.x = v2;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5840 stru_721530.velocity.y = v1;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5841 stru_721530.velocity.z = pParty->uFallSpeed;
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5842
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5843 stru_721530.uSectorID = uSectorID;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5844 v38 = 0;
2242
c4f87fb3cfee for NextTurn()
Ritor1
parents: 2235
diff changeset
5845 if ( pParty->bTurnBasedModeOn == true && pTurnEngine->turn_stage == TE_MOVEMENT )
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5846 v38 = 13312;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5847 if ( stru_721530._47050A(v38) )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5848 break;
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5849 for ( uint j = 0; j < 100; ++j )
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5850 {
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5851 _46E44E_collide_against_faces_and_portals(1);
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5852 _46E0B2_collide_against_decorations();//ñòîëêíîâåíèÿ ñ äåêîðîì
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5853 for ( v80 = 0; v80 < (signed int)uNumActors; ++v80 )
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5854 Actor::_46DF1A_collide_against_actor(v80, 0);//ñòîëêíîâåíèÿ ñ ìîíñòðàìè
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5855 if ( _46F04E_collide_against_portals() )//ñòîëêíîâåíèÿ ñ ïîðòàëàìè
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5856 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5857 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5858 if ( stru_721530.field_7C >= stru_721530.field_6C )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5859 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5860 v39 = stru_721530.normal2.x;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5861 uSectorID = stru_721530.normal2.y;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5862 v40 = stru_721530.normal2.z - stru_721530.prolly_normal_d - 1;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5863 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5864 else
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5865 {
2164
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
5866 v39 = new_party_x + fixpoint_mul(stru_721530.field_7C, stru_721530.direction.x);
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
5867 uSectorID = new_party_y + fixpoint_mul(stru_721530.field_7C, stru_721530.direction.y);
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
5868 v40 = new_party_z + fixpoint_mul(stru_721530.field_7C, stru_721530.direction.z);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5869 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5870 v42 = collide_against_floor(v39, uSectorID, v40 + 40, &stru_721530.uSectorID, &uFaceID);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5871 if ( v42 == -30000 || v42 - new_party_z > 128 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5872 return;
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5873 if ( stru_721530.field_7C >= stru_721530.field_6C )//???
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5874 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5875 new_party_x = stru_721530.normal2.x;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5876 new_party_y = stru_721530.normal2.y;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5877 new_party_z = stru_721530.normal2.z - stru_721530.prolly_normal_d - 1;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5878 break;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5879 }
2164
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
5880 new_party_x += fixpoint_mul(stru_721530.field_7C, stru_721530.direction.x);
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
5881 new_party_y += fixpoint_mul(stru_721530.field_7C, stru_721530.direction.y);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5882 uSectorID = stru_721530.uSectorID;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5883 stru_721530.field_70 += stru_721530.field_7C;
2164
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
5884 unsigned long long v87 = new_party_z + fixpoint_mul(stru_721530.field_7C, stru_721530.direction.z);
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5885 if ( PID_TYPE(stru_721530.uFaceID) == OBJECT_Actor)//ïðè ñòîëêíîâåíèè ñ ìîíñòðîì
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5886 {
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5887 if ( pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].uExpireTime > 0 )
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5888 pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].Reset();
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5889 viewparams->bRedrawGameUI = true;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5890 }
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5891 else if ( PID_TYPE(stru_721530.uFaceID) == OBJECT_Decoration)//ïðè ñòîëêíîâåíèè ñ äåêîðàöèåé
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5892 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5893 v54 = stru_5C6E00->Atan2(new_party_x - pLevelDecorations[stru_721530.uFaceID >> 3].vPosition.x,
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5894 new_party_y - pLevelDecorations[stru_721530.uFaceID >> 3].vPosition.y);
2164
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
5895 v2 = fixpoint_mul(stru_5C6E00->Cos(v54), integer_sqrt(v2 * v2 + v1 * v1));
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
5896 v1 = fixpoint_mul(stru_5C6E00->Sin(v54), integer_sqrt(v2 * v2 + v1 * v1));
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5897 }
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5898 else if ( PID_TYPE(stru_721530.uFaceID) == OBJECT_BModel)//ïðè ñòîëêíîâåíèè ñ bmodel
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5899 {
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5900 pFace = &pIndoor->pFaces[(signed int)stru_721530.uFaceID >> 3];
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5901 if ( pFace->uPolygonType == POLYGON_Floor )// åñëè bmodel - ïîë
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5902 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5903 if ( pParty->uFallSpeed < 0 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5904 pParty->uFallSpeed = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5905 v87 = pIndoor->pVertices[*pFace->pVertexIDs].z + 1;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5906 if ( pParty->uFallStartY - v87 < 512 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5907 pParty->uFallStartY = v87;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5908 if ( v2 * v2 + v1 * v1 < 400 )
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5909 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5910 v1 = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5911 v2 = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5912 }
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5913 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
5914 uFaceEvent = pIndoor->pFaceExtras[pFace->uFaceExtraID].uEventID;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5915 }
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5916 else// åñëè íå ïîë
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5917 {
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5918 v46 = pParty->uFallSpeed * pFace->pFacePlane_old.vNormal.z;
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5919 if ( pFace->uPolygonType != POLYGON_InBetweenFloorAndWall )//ïîëåç íà õîëì
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5920 {
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5921 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
5922 if ((stru_721530.speed >> 3) > v80 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5923 v80 = stru_721530.speed >> 3;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5924 v2 += fixpoint_mul(v80, pFace->pFacePlane_old.vNormal.x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5925 v1 += fixpoint_mul(v80, pFace->pFacePlane_old.vNormal.y);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5926 pParty->uFallSpeed += fixpoint_mul(v80, pFace->pFacePlane_old.vNormal.z);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5927 //v80 = pFace->pFacePlane_old.vNormal.y;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5928 v52 = stru_721530.prolly_normal_d - ((pFace->pFacePlane_old.dist
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5929 + v87 * pFace->pFacePlane_old.vNormal.z
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5930 + new_party_y * pFace->pFacePlane_old.vNormal.y
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5931 + new_party_x * pFace->pFacePlane_old.vNormal.x) >> 16);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5932 if ( v52 > 0 )
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5933 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5934 new_party_x += fixpoint_mul(v52, pFace->pFacePlane_old.vNormal.x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5935 new_party_y += fixpoint_mul(v52, pFace->pFacePlane_old.vNormal.y);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5936 v87 += fixpoint_mul(v52, pFace->pFacePlane_old.vNormal.z);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5937 }
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
5938 if ( pParty->floor_face_pid != PID_ID(stru_721530.uFaceID) && pFace->Pressure_Plate() )
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5939 uFaceEvent = pIndoor->pFaceExtras[pFace->uFaceExtraID].uEventID;
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5940 }
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5941 if ( pFace->uPolygonType == POLYGON_InBetweenFloorAndWall )
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5942 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5943 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
5944 if ((stru_721530.speed >> 3) > v80 )
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5945 v80 = stru_721530.speed >> 3;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5946 v2 += fixpoint_mul(v80, pFace->pFacePlane_old.vNormal.x);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5947 v1 += fixpoint_mul(v80, pFace->pFacePlane_old.vNormal.y);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5948 pParty->uFallSpeed += fixpoint_mul(v80, pFace->pFacePlane_old.vNormal.z);
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5949 if ( v2 * v2 + v1 * v1 >= 400 )
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5950 {
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2087
diff changeset
5951 if ( pParty->floor_face_pid != PID_ID(stru_721530.uFaceID) && pFace->Pressure_Plate() )
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5952 uFaceEvent = pIndoor->pFaceExtras[pFace->uFaceExtraID].uEventID;
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5953 }
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5954 else
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5955 {
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5956 v2 = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5957 v1 = 0;
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5958 pParty->uFallSpeed = 0;
2085
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5959 }
52abdea20b9e Door_switch_animation
Ritor1
parents: 2061
diff changeset
5960 }
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5961 }
2166
00bd098f6435 fixpoint_mul in different functions and others
Ritor1
parents: 2165
diff changeset
5962 }
2164
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
5963 v2 = fixpoint_mul(58500, v2);
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
5964 v1 = fixpoint_mul(58500, v1);
f5e9ac04dd25 fixpoint_mul in ProcessPartyActions
Ritor1
parents: 2160
diff changeset
5965 pParty->uFallSpeed = fixpoint_mul(58500, pParty->uFallSpeed);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5966 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5967
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5968 // //Âîñïðîèçâåäåíèå çâóêîâ õîäüáû/áåãà-------------------------
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5969 uint pX_ = abs(pParty->vPosition.x - new_party_x);
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5970 uint pY_ = abs(pParty->vPosition.y - new_party_y);
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5971 uint pZ_ = abs(pParty->vPosition.z - new_party_z);
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5972 if ( bWalkSound && pParty->walk_sound_timer <= 0 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5973 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5974 pAudioPlayer->_4AA258(804);//stop sound
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5975 if ( party_running_flag && (!hovering || not_high_fall) ) //Áåã è (íå ïðûæîê èëè íå âûñîêîå ïàäåíèå )
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5976 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5977 if ( integer_sqrt(pX_ * pX_ + pY_ * pY_ + pZ_ * pZ_) >= 16 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5978 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5979 if ( on_water )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5980 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
5981 else if ( pIndoor->pFaces[uFaceID].uAttributes & FACE_UNKNOW6 )//ïî êîâðó
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5982 pAudioPlayer->PlaySound((SoundID)50, 804, 1, -1, 0, 0, 0, 0);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5983 else
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5984 pAudioPlayer->PlaySound(SOUND_RunAlong3DModel, 804, 1, -1, 0, 0, 0, 0);
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5985 pParty->walk_sound_timer = 96;//64
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5986 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5987 }
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5988 else if ( party_walking_flag && (!hovering || not_high_fall) )//Õîäüáà è (íå ïðûæîê èëè íå âûñîêîå ïàäåíèå)
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5989 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5990 if ( integer_sqrt(pX_ * pX_ + pY_ * pY_ + pZ_ * pZ_) >= 8 )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5991 {
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5992 if ( on_water )
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5993 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
5994 else if ( pIndoor->pFaces[uFaceID].uAttributes & FACE_UNKNOW6 )//ïî êîâðó
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5995 pAudioPlayer->PlaySound((SoundID)89, 804, 1, -1, 0, 0, 0, 0);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5996 else
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5997 pAudioPlayer->PlaySound(SOUND_WalkAlong3DModel, 804, 1, -1, 0, 0, 0, 0);
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
5998 pParty->walk_sound_timer = 144;//64
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
5999 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6000 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6001 }
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6002 if ( integer_sqrt(pX_ * pX_ + pY_ * pY_ + pZ_ * pZ_) < 8 )//îòêëþ÷èòü çâóê õîäüáû ïðè îñòàíîâêå
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6003 pAudioPlayer->_4AA258(804);
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6004 //-------------------------------------------------------------
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
6005 if ( !hovering || !not_high_fall )
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6006 pParty->uFlags &= ~PARTY_FLAGS_1_FALLING;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6007 else
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6008 pParty->uFlags |= PARTY_FLAGS_1_FALLING;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6009 pParty->uFlags &= ~0x200;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6010 pParty->vPosition.x = new_party_x;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6011 pParty->vPosition.z = new_party_z;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6012 pParty->vPosition.y = new_party_y;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6013 //pParty->uFallSpeed = v89;
2208
0b2eea6f80c9 for video in homes
Ritor1
parents: 2206
diff changeset
6014 if ( !hovering && pIndoor->pFaces[uFaceID].uAttributes & FACE_UNKNOW5 )
2084
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6015 pParty->uFlags |= 0x200;
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6016 if (uFaceEvent)
48b790721bdc WalkSound
Ritor1
parents: 2076
diff changeset
6017 EventProcessor(uFaceEvent, 0, 1);
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6018 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6019
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6020 //----- (00449A49) --------------------------------------------------------
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6021 void Door_switch_animation(unsigned int uDoorID, int a2)
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6022 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6023 int old_state; // eax@1
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6024 signed int door_id; // esi@2
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6025
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6026 if ( !pIndoor->pDoors )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6027 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6028 for ( door_id = 0; door_id < 200; ++door_id )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6029 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6030 if ( pIndoor->pDoors[door_id].uDoorID == uDoorID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6031 break;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6032 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6033 if ( door_id >= 200 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6034 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6035 Error("Unable to find Door ID: %i!", uDoorID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6036 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6037 old_state = pIndoor->pDoors[door_id].uState;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6038 //old_state: 0 - â íèæíåì ïîëîæåíèè/çàêðûòî
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6039 // 2 - â âåðõíåì ïîëîæåíèè/îòêðûòî,
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6040 //a2: 1 - îòêðûòü
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6041 // 2 - îïóñòèòü/ïîäíÿòü
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6042 if ( a2 == 2 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6043 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6044 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
6045 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6046 if ( pIndoor->pDoors[door_id].uState )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6047 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6048 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
6049 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6050 pIndoor->pDoors[door_id].uState = BLVDoor::Closing;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6051 if ( old_state == BLVDoor::Open )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6052 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6053 pIndoor->pDoors[door_id].uTimeSinceTriggered = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6054 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6055 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6056 if ( pIndoor->pDoors[door_id].uTimeSinceTriggered != 15360 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6057 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6058 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
6059 - ((signed int)(pIndoor->pDoors[door_id].uTimeSinceTriggered * pIndoor->pDoors[door_id].uCloseSpeed)
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6060 / 128 << 7) / pIndoor->pDoors[door_id].uOpenSpeed;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6061 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6062 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6063 pIndoor->pDoors[door_id].uTimeSinceTriggered = 15360;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6064 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6065 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6066 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6067 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6068 else
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6069 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6070 if ( a2 == 0 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6071 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6072 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
6073 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6074 pIndoor->pDoors[door_id].uState = BLVDoor::Closing;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6075 if ( old_state == BLVDoor::Open )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6076 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6077 pIndoor->pDoors[door_id].uTimeSinceTriggered = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6078 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6079 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6080 if ( pIndoor->pDoors[door_id].uTimeSinceTriggered != 15360 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6081 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6082 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
6083 - ((signed int)(pIndoor->pDoors[door_id].uTimeSinceTriggered * pIndoor->pDoors[door_id].uCloseSpeed)
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6084 / 128 << 7) / pIndoor->pDoors[door_id].uOpenSpeed;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6085 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6086 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6087 pIndoor->pDoors[door_id].uTimeSinceTriggered = 15360;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6088 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6089 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6090 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6091 if ( a2 != 1 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6092 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6093 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6094 if ( old_state != BLVDoor::Open && old_state != BLVDoor::Opening )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6095 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6096 pIndoor->pDoors[door_id].uState = BLVDoor::Opening;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6097 if ( old_state == BLVDoor::Closed )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6098 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6099 pIndoor->pDoors[door_id].uTimeSinceTriggered = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6100 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6101 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6102 if ( pIndoor->pDoors[door_id].uTimeSinceTriggered != 15360 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6103 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6104 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
6105 - ((signed int)(pIndoor->pDoors[door_id].uTimeSinceTriggered * pIndoor->pDoors[door_id].uOpenSpeed)
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6106 / 128 << 7) / pIndoor->pDoors[door_id].uCloseSpeed;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6107 return;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6108 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6109 pIndoor->pDoors[door_id].uTimeSinceTriggered = 15360;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6110 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2095
diff changeset
6111 return;
2348
4100fb5c4913 Created header files for UI cpp files
Grumpy7
parents: 2338
diff changeset
6112 }
4100fb5c4913 Created header files for UI cpp files
Grumpy7
parents: 2338
diff changeset
6113
4100fb5c4913 Created header files for UI cpp files
Grumpy7
parents: 2338
diff changeset
6114
4100fb5c4913 Created header files for UI cpp files
Grumpy7
parents: 2338
diff changeset
6115 //----- (004088E9) --------------------------------------------------------
4100fb5c4913 Created header files for UI cpp files
Grumpy7
parents: 2338
diff changeset
6116 int __fastcall sub_4088E9(int x1, int y1, int x2, int y2, int x3, int y3)
4100fb5c4913 Created header files for UI cpp files
Grumpy7
parents: 2338
diff changeset
6117 {
4100fb5c4913 Created header files for UI cpp files
Grumpy7
parents: 2338
diff changeset
6118 signed int result; // eax@1
4100fb5c4913 Created header files for UI cpp files
Grumpy7
parents: 2338
diff changeset
6119
4100fb5c4913 Created header files for UI cpp files
Grumpy7
parents: 2338
diff changeset
6120 result = integer_sqrt(abs(x2 - x1) * abs(x2 - x1) + abs(y2 - y1) * abs(y2 - y1));
4100fb5c4913 Created header files for UI cpp files
Grumpy7
parents: 2338
diff changeset
6121 if ( result )
4100fb5c4913 Created header files for UI cpp files
Grumpy7
parents: 2338
diff changeset
6122 result = abs(((x2 - x1) * (y1 - y3) - (y2 - y1) * (x1 - x3)) / result);
4100fb5c4913 Created header files for UI cpp files
Grumpy7
parents: 2338
diff changeset
6123 return result;
2362
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6124 }
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6125
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6126 //----- (00450DA3) --------------------------------------------------------
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6127 int GetAlertStatus()
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6128 {
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6129 int result; // eax@2
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6130
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6131 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor )
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6132 result = pOutdoor->ddm.field_C_alert;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6133 else
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6134 result = uCurrentlyLoadedLevelType == LEVEL_Outdoor ? pIndoor->dlv.field_C_alert : 0;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6135 return result;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6136 }
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6137
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6138
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6139 //----- (0045063B) --------------------------------------------------------
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6140 int __fastcall _45063B_spawn_some_monster(MapInfo *a1, int a2)
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6141 {
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6142 int result; // eax@8
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6143 int v6; // edi@11
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6144 int v7; // ebx@11
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6145 int v8; // edi@11
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6146 int v9; // ebx@12
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6147 int v10; // eax@12
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6148 char v11; // zf@16
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6149 int v12; // edi@20
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6150 int v13; // eax@20
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6151 int v14; // ebx@20
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6152 int v15; // eax@20
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6153 int v16; // eax@20
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6154 int v17; // eax@20
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6155 int v18; // eax@21
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6156 SpawnPointMM7 v19; // [sp+Ch] [bp-38h]@1
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6157 int v22; // [sp+2Ch] [bp-18h]@3
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6158 unsigned int uFaceID; // [sp+38h] [bp-Ch]@10
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6159 int v26; // [sp+3Ch] [bp-8h]@11
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6160 int v27; // [sp+40h] [bp-4h]@11
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6161
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6162 if (!uNumActors)
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6163 return 0;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6164
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6165 for ( uint mon_id = 0; mon_id < uNumActors; ++mon_id )
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6166 {
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6167 if ((pActors[mon_id].pMonsterInfo.uID < 121 || pActors[mon_id].pMonsterInfo.uID > 123) && // Dwarf FemaleC A-C
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6168 (pActors[mon_id].pMonsterInfo.uID < 124 || pActors[mon_id].pMonsterInfo.uID > 126) && // Dwarf MaleA A-C
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6169 (pActors[mon_id].pMonsterInfo.uID < 133 || pActors[mon_id].pMonsterInfo.uID > 135) && // Peasant Elf FemaleA A-C
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6170 pActors[mon_id].CanAct())
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6171 {
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6172 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor )
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6173 {
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6174 v22 = 0;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6175 uint face_id = 0;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6176 for ( face_id; face_id < 100; ++face_id )
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6177 {
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6178 v6 = rand() % 1024 + 512;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6179 v7 = rand() % (signed int)stru_5C6E00->uIntegerDoublePi;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6180 v19.vPosition.x = pParty->vPosition.x + fixpoint_mul(stru_5C6E00->Cos(v7), v6);
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6181 v8 = 0;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6182 v19.uIndex = a2;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6183 v19.vPosition.y = fixpoint_mul(stru_5C6E00->Sin(v7), v6) + pParty->vPosition.y;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6184 v19.vPosition.z = pParty->vPosition.z;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6185 v26 = 0;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6186 v27 = 0;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6187 v19.vPosition.z = ODM_GetFloorLevel(v19.vPosition.x, v19.vPosition.y, pParty->vPosition.z, 0, &v26, &v27, 0);
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6188 for( int i = 0; i < pOutdoor->uNumBModels; i++ )
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6189 {
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6190 v9 = abs(v19.vPosition.y - pOutdoor->pBModels[i].vBoundingCenter.y);
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6191 v10 = abs(v19.vPosition.x - pOutdoor->pBModels[i].vBoundingCenter.x);
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6192 if ( int_get_vector_length(v10, v9, 0) < pOutdoor->pBModels[i].sBoundingRadius + 256 )
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6193 {
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6194 v22 = 1;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6195 break;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6196 }
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6197 }
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6198 if ( v22 )
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6199 {
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6200 v11 = face_id == 100;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6201 break;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6202 }
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6203 }
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6204 v11 = face_id == 100;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6205 }
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6206 else if ( uCurrentlyLoadedLevelType == LEVEL_Indoor )
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6207 {
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6208 v22 = pIndoor->GetSector(pParty->vPosition.x, pParty->vPosition.y, pParty->vPosition.z);
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6209 for ( uint i = 0; i < 100; ++i )
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6210 {
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6211 v12 = rand() % 512 + 256;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6212 v13 = rand();
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6213 v14 = v13 % (signed int)stru_5C6E00->uIntegerDoublePi;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6214 v15 = stru_5C6E00->Cos(v13 % (signed int)stru_5C6E00->uIntegerDoublePi);
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6215 v19.vPosition.x = pParty->vPosition.x + fixpoint_mul(v15, v12);
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6216 v16 = stru_5C6E00->Sin(v13 % (signed int)stru_5C6E00->uIntegerDoublePi);
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6217 v19.vPosition.y = fixpoint_mul(v16, v12) + pParty->vPosition.y;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6218 v19.vPosition.z = pParty->vPosition.z;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6219 v19.uIndex = a2;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6220 v17 = pIndoor->GetSector(v19.vPosition.x, v19.vPosition.y, pParty->vPosition.z);
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6221 if ( v17 == v22 )
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6222 {
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6223 v18 = BLV_GetFloorLevel(v19.vPosition.x, v19.vPosition.y, v19.vPosition.z, v17, &uFaceID);
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6224 v19.vPosition.z = v18;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6225 if ( v18 != -30000 )
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6226 {
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6227 if ( abs(v18 - pParty->vPosition.z) <= 1024 )
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6228 break;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6229 }
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6230 }
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6231 }
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6232 v11 = v26 == 100;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6233 }
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6234 if ( v11 )
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6235 result = 0;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6236 else
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6237 {
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6238 SpawnEncounter(a1, &v19, 0, 0, 1);
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6239 result = a2;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6240 }
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6241 }
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6242
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6243 //break;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6244 //v22 = v3->pMonsterInfo.uID - 1;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6245 //v4 = (signed __int64)((double)v22 * 0.3333333333333333);
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6246 //if ( (int)v4 != 40 )
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6247 //{
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6248 // if ( (int)v4 != 41 && (int)v4 != 44 && v3->CanAct() )
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6249 // break;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6250 //}
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6251 //++v2;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6252 //++v3;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6253 //if ( v2 >= (signed int)uNumActors )
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6254 // goto LABEL_8;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6255 }
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6256 return result;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6257 }
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6258
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6259 //----- (00450521) --------------------------------------------------------
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6260 int __fastcall sub_450521_ProllyDropItemAt(int ecx0, signed int a2, int a3, int a4, int a5, unsigned __int16 a6)
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6261 {
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6262 int v6; // edi@1
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6263 int v7; // esi@1
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6264 signed int v8; // edi@1
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6265 unsigned __int16 v9; // cx@1
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6266 // char *v10; // edx@2
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6267 unsigned __int16 v11; // ax@5
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6268 SpriteObject a1; // [sp+8h] [bp-70h]@1
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6269
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6270 v6 = ecx0;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6271 v7 = a2;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6272 pItemsTable->GenerateItem(v6, v7, &a1.stru_24);
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6273 v8 = 0;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6274 v9 = pItemsTable->pItems[a1.stru_24.uItemID].uSpriteID;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6275 a1.uType = pItemsTable->pItems[a1.stru_24.uItemID].uSpriteID;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6276 v11 = 0;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6277 for( int i = 0; i < pObjectList->uNumObjects; i++ )
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6278 {
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6279 if( v9 == pObjectList->pObjects[i].uObjectID )
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6280 {
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6281 v11 = i;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6282 break;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6283 }
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6284 }
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6285 a1.uObjectDescID = v11;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6286 a1.vPosition.y = a4;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6287 a1.vPosition.x = a3;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6288 a1.vPosition.z = a5;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6289 a1.uFacing = a6;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6290 a1.uAttributes = 0;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6291 a1.uSectorID = pIndoor->GetSector(a3, a4, a5);
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6292 a1.uSpriteFrameID = 0;
eb136041adf1 some more function shuffling
Grumpy7
parents: 2352
diff changeset
6293 return a1.Create(0, 0, 0, 0);
2463
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6294 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6295
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6296 //----- (004075DB) --------------------------------------------------------
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6297 bool __fastcall sub_4075DB(int x, int y, int z, BLVFace *face)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6298 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6299 int v8; // edi@2
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6300 signed int v25; // eax@22
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6301 bool result; // eax@25
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6302 signed int a3a; // [sp+24h] [bp+8h]@14
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6303 int a4a; // [sp+28h] [bp+Ch]@2
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6304
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6305 std::array<int, 52> dword_4F5CC8_ys; // idb
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6306 std::array<int, 52> dword_4F5D98_xs; // idb
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6307
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6308 //__debugbreak();
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6309
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6310 if (face->uAttributes & FACE_XY_PLANE)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6311 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6312 a4a = x;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6313 v8 = y;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6314 for (int i = 0; i < face->uNumVertices; i++)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6315 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6316 dword_4F5D98_xs[i] = pIndoor->pVertices[face->pVertexIDs[i]].x;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6317 dword_4F5CC8_ys[i] = pIndoor->pVertices[face->pVertexIDs[i]].y;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6318 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6319 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6320 else
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6321 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6322 v8 = z;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6323 if (face->uAttributes & FACE_XZ_PLANE)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6324 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6325 a4a = x;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6326 for (int i = 0; i < face->uNumVertices; i++)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6327 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6328 dword_4F5D98_xs[i] = pIndoor->pVertices[face->pVertexIDs[i]].x;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6329 dword_4F5CC8_ys[i] = pIndoor->pVertices[face->pVertexIDs[i]].z;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6330 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6331 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6332 else
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6333 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6334 a4a = y;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6335 for (int i = 0; i < face->uNumVertices; i++)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6336 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6337 dword_4F5D98_xs[i] = pIndoor->pVertices[face->pVertexIDs[i]].y;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6338 dword_4F5CC8_ys[i] = pIndoor->pVertices[face->pVertexIDs[i]].z;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6339 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6340 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6341 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6342 a3a = 0;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6343 dword_4F5D98_xs[face->uNumVertices] = dword_4F5D98_xs[0];
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6344 dword_4F5CC8_ys[face->uNumVertices] = dword_4F5CC8_ys[0];
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6345 for (int i = 0; i < face->uNumVertices && a3a < 2; i++)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6346 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6347 if (dword_4F5CC8_ys[i] >= v8 ^ (dword_4F5CC8_ys[i + 1] >= v8))
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6348 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6349 //if( dword_4F5D98_xs[i + 1] >= a4a || dword_4F5D98_xs[i] >= a4a)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6350 if (!(dword_4F5D98_xs[i + 1] >= a4a && dword_4F5D98_xs[i] < a4a))
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6351 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6352 if ((dword_4F5D98_xs[i + 1] < a4a && dword_4F5D98_xs[i] >= a4a))
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6353 ++a3a;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6354 //|| (v25 = dword_4F5D98_xs[i + 1] - dword_4F5D98_xs[i],LODWORD(v26) = v25 << 16, HIDWORD(v26) = v25 >> 16,
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6355 //dword_4F5D98_xs[i] + ((signed int)(((unsigned __int64)(v26 / (dword_4F5CC4_ys[i + 2] - dword_4F5CC4_ys[i + 1])* ((v8 - dword_4F5CC4_ys[i + 1]) << 16)) >> 16)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6356 // + 32768) >> 16) >= a4a) )
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6357 else
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6358 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6359 v25 = fixpoint_div(dword_4F5D98_xs[i + 1] - dword_4F5D98_xs[i], dword_4F5CC8_ys[i + 1] - dword_4F5CC8_ys[i]);
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6360 if (dword_4F5D98_xs[i] + (fixpoint_mul(v25, (v8 - dword_4F5CC8_ys[i]) << 16) + 0x8000 >> 16) >= a4a)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6361 ++a3a;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6362 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6363 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6364 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6365 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6366 result = 1;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6367 if (a3a != 1)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6368 result = 0;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6369 return result;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6370 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6371
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6372 //----- (004077F1) --------------------------------------------------------
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6373 bool __fastcall sub_4077F1(int a1, int a2, int a3, ODMFace *face, BSPVertexBuffer *a5)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6374 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6375 int a4a; // [sp+28h] [bp+Ch]@2
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6376 signed int a5a; // [sp+2Ch] [bp+10h]@14
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6377
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6378 std::array<int, 52> dword_4F5B24_ys; // idb
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6379 std::array<int, 52> dword_4F5BF4_xs; // idb
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6380
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6381 //__debugbreak(); //ñðàáàòûâàåò ïðè íàïàäåíèè ñòðåêîçàâðîâ ñ îãí¸ì
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6382
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6383 if (face->uAttributes & FACE_XY_PLANE)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6384 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6385 a4a = a1;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6386 a3 = a2;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6387 for (int i = 0; i < face->uNumVertices; i++)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6388 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6389 dword_4F5BF4_xs[i + 1] = a5->pVertices[face->pVertexIDs[i]].x;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6390 dword_4F5B24_ys[i + 1] = a5->pVertices[face->pVertexIDs[i]].y;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6391 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6392 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6393 else
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6394 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6395 if (face->uAttributes & FACE_XY_PLANE)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6396 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6397 a4a = a1;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6398 for (int i = 0; i < face->uNumVertices; i++)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6399 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6400 dword_4F5BF4_xs[i + 1] = a5->pVertices[face->pVertexIDs[i]].x;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6401 dword_4F5B24_ys[i + 1] = a5->pVertices[face->pVertexIDs[i]].z;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6402 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6403 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6404 else
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6405 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6406 a4a = a2;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6407 for (int i = 0; i < face->uNumVertices; i++)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6408 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6409 dword_4F5BF4_xs[i + 1] = a5->pVertices[face->pVertexIDs[i]].y;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6410 dword_4F5B24_ys[i + 1] = a5->pVertices[face->pVertexIDs[i]].z;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6411 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6412 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6413 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6414 a5a = 0;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6415 dword_4F5BF4_xs[face->uNumVertices + 1] = dword_4F5BF4_xs[1];
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6416 dword_4F5B24_ys[face->uNumVertices + 1] = dword_4F5B24_ys[1];
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6417 for (int i = 0; i < face->uNumVertices; i++)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6418 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6419 if (a5a >= 2)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6420 break;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6421 if (dword_4F5B24_ys[i + 1] >= a3 ^ (dword_4F5B24_ys[i + 2] >= a3))
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6422 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6423 if (dword_4F5BF4_xs[i + 2] >= a4a || dword_4F5BF4_xs[i] >= a4a)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6424 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6425 if (dword_4F5BF4_xs[i + 2] >= a4a && dword_4F5BF4_xs[i + 1] >= a4a)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6426 ++a5a;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6427 else
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6428 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6429 //v23 = (__int64)(dword_4F5BF4_xs[i + 2] - dword_4F5BF4_xs[i + 1]) << 16;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6430 __int64 _a = dword_4F5B24_ys[i + 2] - dword_4F5B24_ys[i + 1];
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6431 __int64 _b = (__int64)(a3 - dword_4F5B24_ys[i + 1]) << 16;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6432
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6433 if (dword_4F5BF4_xs[i + 1] + ((((((__int64)(dword_4F5BF4_xs[i + 2] - dword_4F5BF4_xs[i + 1]) << 16) / _a * _b) >> 16) + 0x8000) >> 16) >= a4a)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6434 ++a5a;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6435 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6436 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6437 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6438 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6439
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6440 if (a5a != 1)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6441 return false;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6442 return true;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6443
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6444 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6445
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6446 //----- (0049B04D) --------------------------------------------------------
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6447 void stru154::GetFacePlaneAndClassify(ODMFace *a2, BSPVertexBuffer *a3)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6448 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6449 Vec3_float_ v; // [sp+4h] [bp-Ch]@1
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6450 float v7;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6451
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6452 v.x = 0.0;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6453 v.y = 0.0;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6454 v.z = 0.0;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6455 GetFacePlane(a2, a3, &v, &v7);
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6456
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6457 if (fabsf(a2->pFacePlane.vNormal.z) < 1e-6f)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6458 polygonType = POLYGON_VerticalWall;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6459 else if (fabsf(a2->pFacePlane.vNormal.x) < 1e-6f &&
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6460 fabsf(a2->pFacePlane.vNormal.y) < 1e-6f)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6461 polygonType = POLYGON_Floor;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6462 else
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6463 polygonType = POLYGON_InBetweenFloorAndWall;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6464
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6465 face_plane.vNormal.x = v.x;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6466 face_plane.vNormal.y = v.y;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6467 face_plane.vNormal.z = v.z;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6468 face_plane.dist = v7;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6469 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6470
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6471 //----- (0049B0C9) --------------------------------------------------------
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6472 void stru154::ClassifyPolygon(Vec3_float_ *pNormal, float dist)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6473 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6474 if (fabsf(pNormal->z) < 1e-6f)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6475 polygonType = POLYGON_VerticalWall;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6476 else if (fabsf(pNormal->x) < 1e-6f &&
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6477 fabsf(pNormal->y) < 1e-6f)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6478 polygonType = POLYGON_Floor;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6479 else
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6480 polygonType = POLYGON_InBetweenFloorAndWall;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6481
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6482 face_plane.vNormal.x = pNormal->x;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6483 face_plane.dist = dist;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6484 face_plane.vNormal.y = pNormal->y;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6485 face_plane.vNormal.z = pNormal->z;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6486 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6487
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6488 //----- (0049B13D) --------------------------------------------------------
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6489 void stru154::GetFacePlane(ODMFace *pFace, BSPVertexBuffer *pVertices, Vec3_float_ *pOutNormal, float *pOutDist)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6490 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6491 Vec3_float_ *v19; // eax@3
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6492 Vec3_float_ v2; // [sp+4h] [bp-64h]@3
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6493 float v26; // [sp+1Ch] [bp-4Ch]@3
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6494 float v27; // [sp+20h] [bp-48h]@3
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6495 float v28; // [sp+24h] [bp-44h]@3
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6496 Vec3_float_ v1; // [sp+40h] [bp-28h]@1
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6497 Vec3_float_ v38; // [sp+58h] [bp-10h]@3
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6498
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6499 v1.x = 0.0;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6500 v1.y = 0.0;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6501 v1.z = 0.0;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6502
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6503 if (pFace->uNumVertices >= 2)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6504 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6505 for (int i = 0; i < pFace->uNumVertices - 2; i++)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6506 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6507 v1.x = pVertices->pVertices[pFace->pVertexIDs[i + 1]].x - pVertices->pVertices[pFace->pVertexIDs[i]].x;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6508 v1.y = pVertices->pVertices[pFace->pVertexIDs[i + 1]].y - pVertices->pVertices[pFace->pVertexIDs[i]].y;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6509 v1.z = pVertices->pVertices[pFace->pVertexIDs[i + 1]].z - pVertices->pVertices[pFace->pVertexIDs[i]].z;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6510
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6511 v26 = pVertices->pVertices[pFace->pVertexIDs[i + 2]].x - pVertices->pVertices[pFace->pVertexIDs[i + 1]].x;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6512 v27 = pVertices->pVertices[pFace->pVertexIDs[i + 2]].y - pVertices->pVertices[pFace->pVertexIDs[i + 1]].y;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6513 v28 = pVertices->pVertices[pFace->pVertexIDs[i + 2]].z - pVertices->pVertices[pFace->pVertexIDs[i + 1]].z;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6514
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6515 v19 = Vec3_float_::Cross(&v1, &v2, v26, v27, v28);
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6516 v38.x = v19->x;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6517 v38.y = v19->y;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6518 v38.z = v19->z;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6519 if (v38.x != 0.0 || v38.y != 0.0 || v38.z != 0.0)
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6520 {
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6521 v38.Normalize();
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6522
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6523 pOutNormal->x = v38.x;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6524 pOutNormal->y = v38.y;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6525 pOutNormal->z = v38.z;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6526
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6527 *pOutDist = -(pVertices->pVertices[pFace->pVertexIDs[i]].x * v38.x
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6528 + pVertices->pVertices[pFace->pVertexIDs[i]].y * v38.y
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6529 + pVertices->pVertices[pFace->pVertexIDs[i]].z * v38.z);
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6530 return;
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6531 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6532 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6533 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6534
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6535 pOutNormal->x = (double)(pFace->pFacePlane.vNormal.x & 0xFFFF) / 65535.0f + (double)(pFace->pFacePlane.vNormal.x >> 16);
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6536 pOutNormal->y = (double)(pFace->pFacePlane.vNormal.y & 0xFFFF) / 65535.0f + (double)(pFace->pFacePlane.vNormal.y >> 16);
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6537 pOutNormal->z = (double)(pFace->pFacePlane.vNormal.z & 0xFFFF) / 65535.0f + (double)(pFace->pFacePlane.vNormal.z >> 16);
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6538 *pOutDist = (double)(pFace->pFacePlane.dist & 0xFFFF) / 65535.0f + (double)(pFace->pFacePlane.dist >> 16);
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6539 }
0f17a30149ec cleaning project part 1
zipi
parents: 2415
diff changeset
6540
2464
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6541 //----- (0043F515) --------------------------------------------------------
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6542 void FindBillboardsLightLevels_BLV()
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6543 {
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6544 for (uint i = 0; i < uNumBillboardsToDraw; ++i)
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6545 {
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6546 if (pBillboardRenderList[i].field_1E & 2 || uCurrentlyLoadedLevelType == LEVEL_Indoor && !pBillboardRenderList[i].uIndoorSectorID)
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6547 pBillboardRenderList[i].dimming_level = 0;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6548 else
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6549 pBillboardRenderList[i].dimming_level = _43F55F_get_billboard_light_level(&pBillboardRenderList[i], -1);
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6550 }
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6551 }
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6552
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6553 //----- (0047272C) --------------------------------------------------------
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6554 int collide_against_floor_approximate(int x, int y, int z, unsigned int *pSectorID, unsigned int *pFaceID)
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6555 {
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6556 int result; // eax@1
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6557
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6558 *pSectorID = pIndoor->GetSector(x - 2, y, z + 40);
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6559 result = collide_against_floor(x - 2, y, z + 40, pSectorID, pFaceID);
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6560 if (result == -30000 || !*pSectorID)
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6561 {
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6562 *pSectorID = pIndoor->GetSector(x + 2, y, z + 40);
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6563 result = collide_against_floor(x + 2, y, z + 40, pSectorID, pFaceID);
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6564 if (result == -30000 || !*pSectorID)
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6565 {
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6566 *pSectorID = pIndoor->GetSector(x, y - 2, z + 40);
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6567 result = collide_against_floor(x, y - 2, z + 40, pSectorID, pFaceID);
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6568 if (result == -30000 || !*pSectorID)
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6569 {
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6570 *pSectorID = pIndoor->GetSector(x, y + 2, z + 40);
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6571 result = collide_against_floor(x, y + 2, z + 40, pSectorID, pFaceID);
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6572 if (result == -30000 || !*pSectorID)
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6573 {
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6574 *pSectorID = pIndoor->GetSector(x, y, z + 140);
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6575 result = collide_against_floor(x, y, z + 140, pSectorID, pFaceID);
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6576 }
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6577 }
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6578 }
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6579 }
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6580 return result;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6581 }
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6582
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6583 //----- (0047050A) --------------------------------------------------------
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6584 int stru141_actor_collision_object::_47050A(int dt)
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6585 {
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6586 int v7; // eax@1
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6587 signed int result; // eax@4
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6588 int v17; // eax@5
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6589 int v18; // eax@7
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6590 int v21; // eax@9
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6591 int v22; // eax@11
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6592
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6593 int speed = 1 | integer_sqrt(this->velocity.z * this->velocity.z + this->velocity.y * this->velocity.y + this->velocity.x * this->velocity.x);
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6594
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6595 this->direction.x = 65536 / speed * this->velocity.x;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6596 this->direction.y = 65536 / speed * this->velocity.y;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6597 this->direction.z = 65536 / speed * this->velocity.z;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6598
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6599 this->speed = speed;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6600 this->inv_speed = 65536 / speed;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6601
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6602 if (dt)
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6603 v7 = dt;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6604 else
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6605 v7 = pEventTimer->dt_in_some_format;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6606
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6607 //v8 = fixpoint_mul(v7, speed) - this->field_70; // speed * dt - something
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6608 this->field_6C = fixpoint_mul(v7, speed) - this->field_70;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6609 if (this->field_6C > 0)
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6610 {
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6611 //v10 = fixpoint_mul(v8, this->direction.x) + this->normal.x;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6612 this->field_4C = fixpoint_mul(this->field_6C, this->direction.x) + this->normal.x;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6613 this->normal2.x = fixpoint_mul(this->field_6C, this->direction.x) + this->normal.x;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6614 //v11 = fixpoint_mul(this->field_6C, this->direction.y) + this->normal.y;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6615 this->field_50 = fixpoint_mul(this->field_6C, this->direction.y) + this->normal.y;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6616 this->normal2.y = fixpoint_mul(this->field_6C, this->direction.y) + this->normal.y;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6617 this->normal2.z = fixpoint_mul(this->field_6C, this->direction.z) + this->normal.z;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6618 //v12 = this->position.z;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6619 //v13 = this->normal.x;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6620 //v14 = this->normal2.x;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6621 //v15 = this->prolly_normal_d;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6622 //v16 = this->position.z + fixpoint_mul(this->field_6C, this->direction.z);
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6623 //v28 = this->position.z + fixpoint_mul(this->field_6C, this->direction.z);
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6624 this->field_54 = this->position.z + fixpoint_mul(this->field_6C, this->direction.z);
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6625 v17 = this->normal.x;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6626 if (v17 >= this->normal2.x)
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6627 v17 = this->normal2.x;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6628 this->sMaxX = v17 - this->prolly_normal_d;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6629 v18 = this->prolly_normal_d + this->normal.x;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6630 if (this->normal.x <= this->normal2.x)
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6631 v18 = this->prolly_normal_d + this->normal2.x;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6632 //v19 = this->normal.y;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6633 //v20 = this->normal2.y;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6634 this->sMinX = v18;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6635 v21 = this->normal.y;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6636 if (v21 >= this->normal2.y)
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6637 v21 = this->normal2.y;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6638 this->sMaxY = v21 - this->prolly_normal_d;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6639 v22 = this->prolly_normal_d + this->normal.y;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6640 if (this->normal.y <= this->normal2.y)
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6641 v22 = this->normal2.y + this->prolly_normal_d;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6642 //v23 = this->normal2.z;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6643 this->sMinY = v22;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6644 //v24 = this->normal.z;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6645 if (this->normal.z >= this->normal2.z)
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6646 this->sMaxZ = this->normal2.z - this->prolly_normal_d;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6647 else
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6648 this->sMaxZ = this->normal.z - this->prolly_normal_d;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6649 //this->sMaxZ = v25;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6650 //v26 = this->field_8_radius;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6651 if (this->position.z <= this->position.z + fixpoint_mul(this->field_6C, this->direction.z))
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6652 this->sMinZ = (this->position.z + fixpoint_mul(this->field_6C, this->direction.z)) + this->field_8_radius;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6653 else
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6654 this->sMinZ = this->position.z + this->field_8_radius;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6655 this->uFaceID = 0;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6656 this->field_80 = -1;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6657 this->field_88 = -1;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6658 //this->sMinZ = v27;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6659 this->field_7C = 0xFFFFFFu;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6660 result = 0;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6661 }
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6662 else
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6663 result = 1;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6664 return result;
104fdbea0386 cleaning project part 2
zipi
parents: 2463
diff changeset
6665 }