Mercurial > mm7
annotate Outdoor.cpp @ 2389:6a7309a847ea
removing some (const char *) casts
author | Grumpy7 |
---|---|
date | Wed, 02 Jul 2014 15:13:39 +0200 |
parents | bddcaf5d5db2 |
children | eba7123e4a2d |
rev | line source |
---|---|
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
|
1 #define _CRT_SECURE_NO_WARNINGS |
2336 | 2 #include "ErrorHandling.h" |
3 #include "mm7_unsorted_subs.h" | |
1016 | 4 #include "stru6.h" |
1323 | 5 #include "Weather.h" |
1016 | 6 #include "Sprites.h" |
7 #include "LightmapBuilder.h" | |
0 | 8 #include "Outdoor.h" |
1277 | 9 #include "Outdoor_stuff.h" |
0 | 10 #include "Party.h" |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
11 #include "SpriteObject.h" |
0 | 12 #include "LOD.h" |
13 #include "PaletteManager.h" | |
14 #include "GUIProgressBar.h" | |
15 #include "AudioPlayer.h" | |
16 #include "DecorationList.h" | |
2037
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
2006
diff
changeset
|
17 #include "OurMath.h" |
0 | 18 #include "ObjectList.h" |
19 #include "Game.h" | |
20 #include "Actor.h" | |
21 #include "Chest.h" | |
22 #include "stru123.h" | |
2044 | 23 #include "Timer.h" |
0 | 24 #include "Viewport.h" |
25 #include "Events.h" | |
1410
38df78aba732
deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents:
1391
diff
changeset
|
26 #include "ParticleEngine.h" |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
27 #include "TurnEngine.h" |
0 | 28 |
29 #include "mm7_data.h" | |
828
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
813
diff
changeset
|
30 #include "MM7.h" |
1262 | 31 #include "Lights.h" |
0 | 32 |
33 | |
1016 | 34 #include "MapInfo.h" |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
35 #include "Outdoor_stuff.h" |
1016 | 36 #include "BSPModel.h" |
1297 | 37 #include "GUIWindow.h" |
1828
35c1e4ff6ba7
party_finds_gold to Party::PartyFindsGold, cleaned up, moved Level/Decoration.h reference out of Indoor.h
Grumpy7
parents:
1736
diff
changeset
|
38 #include "Level/Decoration.h" |
2207 | 39 #include "OurMath.h" |
2352 | 40 #include "ZlibWrapper.h" |
0 | 41 |
783 | 42 MapStartPoint uLevel_StartingPointType; // weak |
43 | |
0 | 44 OutdoorLocation *pOutdoor = new OutdoorLocation; |
1637 | 45 ODMRenderParams *pODMRenderParams; |
0 | 46 |
47 | |
48 stru149 stru_8019C8; | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
49 std::array<struct Polygon, 2000 + 18000> array_77EC08; |
0 | 50 |
767 | 51 |
52 struct FogProbabilityTableEntry | |
53 { | |
54 unsigned char small_fog_chance; | |
55 unsigned char average_fog_chance; | |
56 unsigned char dense_fog_chance; | |
57 unsigned char __unused; | |
58 } fog_probability_table[15] = | |
59 { | |
60 { 20, 10, 5, 0}, // MAP_EMERALD_ISLE | |
61 { 20, 10, 5, 0}, // MAP_HARMONDALE | |
62 { 20, 10, 5, 0}, // MAP_STEADWICK | |
63 { 20, 10, 5, 0}, // MAP_PIERPONT | |
64 { 20, 10, 5, 0}, // MAP_DEYJA | |
65 { 10, 5, 0, 0}, // MAP_BRAKADA_DESERT | |
66 { 0, 0, 0, 0}, // MAP_CELESTIA | |
67 { 0, 0, 0, 0}, // MAP_THE_PIT | |
68 { 20, 30, 50, 0}, // MAP_EVENMORN_ISLE | |
69 { 30, 20, 10, 0}, // MAP_MOUNT_NIGHON | |
70 { 10, 5, 0, 0}, // MAP_BARROW_DOWNS | |
71 { 20, 10, 5, 0}, // MAP_LAND_OF_GIANTS | |
72 { 20, 10, 5, 0}, // MAP_TATALIA | |
73 { 20, 10, 5, 0}, // MAP_AVLEE | |
74 { 0, 100, 0, 0} // MAP_SHOALS | |
75 }; | |
76 | |
760 | 77 //for future sky textures? |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
78 std::array<int, 9> dword_4EC268={{3,3,3,3,3,3,3,3,3}}; // weak |
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
79 std::array<int, 7> dword_4EC28C={{3,3,3,3,3,3,3}}; // weak |
760 | 80 int dword_4EC2A8=9; // weak |
81 int dword_4EC2AC=7; // weak | |
630 | 82 |
83 | |
84 | |
0 | 85 //----- (0047A59E) -------------------------------------------------------- |
86 void OutdoorLocation::ExecDraw(unsigned int bRedraw) | |
87 { | |
88 | |
1642 | 89 pGame->pIndoorCameraD3D->debug_flags = 0; |
186 | 90 if (viewparams->draw_d3d_outlines) |
1642 | 91 pGame->pIndoorCameraD3D->debug_flags |= ODM_RENDER_DRAW_D3D_OUTLINES; |
186 | 92 |
2153 | 93 if (bRedraw || true/*pRenderer->pRenderD3D*/) |
0 | 94 { |
1642 | 95 //pODMRenderParams->RotationToInts(); |
1637 | 96 sub_481ED9_MessWithODMRenderParams(); |
0 | 97 } |
762 | 98 |
1638
ccde94f02b75
class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents:
1637
diff
changeset
|
99 pODMRenderParams->uMapGridCellX = WorldPosToGridCellX(pParty->vPosition.x); |
ccde94f02b75
class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents:
1637
diff
changeset
|
100 pODMRenderParams->uMapGridCellZ = WorldPosToGridCellZ(pParty->vPosition.y); |
ccde94f02b75
class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents:
1637
diff
changeset
|
101 assert(pODMRenderParams->uMapGridCellX <= 127 && pODMRenderParams->uMapGridCellZ <= 127); |
762 | 102 |
121 | 103 if (bRedraw) |
0 | 104 { |
105 sub_487DA9(); | |
106 } | |
107 if ( pParty->uCurrentMinute != pOutdoor->uLastSunlightUpdateMinute ) | |
108 pOutdoor->UpdateSunlightVectors(); | |
109 pOutdoor->UpdateFog(); | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
110 //pGame->pIndoorCameraD3D->sr_Reset_list_0037C(); |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
111 |
2153 | 112 //if (pRenderer->pRenderD3D) // d3d - redraw always |
0 | 113 { |
1923 | 114 pRenderer->DrawOutdoorSkyD3D(); |
0 | 115 pRenderer->DrawBuildingsD3D(); |
985 | 116 pRenderer->RenderTerrainD3D(); |
2322 | 117 //pRenderer->DrawBezierTerrain(); |
0 | 118 } |
2153 | 119 /*else |
83 | 120 { |
2153 | 121 if (!bRedraw) |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
122 pRenderer->OnOutdoorRedrawSW(); |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
123 else |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
124 { |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
125 pRenderer->DrawBuildingsSW(); |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
126 pRenderer->DrawBezierTerrain(); |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
127 sr_sub_486F92_MessWithEdgesAndSpans(); |
1637 | 128 pODMRenderParams->ApplyLightmapsSW(); |
2153 | 129 } |
130 }*/ | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
131 |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
132 |
0 | 133 pMobileLightsStack->uNumLightsActive = 0; |
134 pStationaryLightsStack->uNumLightsActive = 0; | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
135 /*if ( !pRenderer->pRenderD3D ) |
0 | 136 { |
137 pRenderer->ExecOutdoorDrawSW(); | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
138 pGame->pIndoorCameraD3D->sr_438240_draw_lits(); |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
139 }*/ |
0 | 140 pGame->PushStationaryLights(-1); |
141 pGame->PrepareBloodsplats(); | |
121 | 142 if (bRedraw) |
2166 | 143 pOutdoor->UpdateDiscoveredArea(WorldPosToGridCellX(pParty->vPosition.x), WorldPosToGridCellZ(pParty->vPosition.y), 1); |
0 | 144 pGame->uFlags2 &= 0xFFFFFFFEu; |
2153 | 145 if (/*pRenderer->pRenderD3D*/true && pRenderer->bUsingSpecular) |
2166 | 146 pGame->pLightmapBuilder->uFlags |= 1; |
0 | 147 else |
148 pGame->pLightmapBuilder->uFlags &= 0xFFFFFFFEu; | |
142 | 149 |
0 | 150 uNumDecorationsDrawnThisFrame = 0; |
151 uNumSpritesDrawnThisFrame = 0; | |
152 uNumBillboardsToDraw = 0; | |
142 | 153 |
432 | 154 PrepareActorsDrawList(); |
1637 | 155 if (!pODMRenderParams->bDoNotRenderDecorations) |
432 | 156 pRenderer->PrepareDecorationsRenderList_ODM(); |
142 | 157 |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
158 pRenderer->DrawSpriteObjects_ODM(); |
161 | 159 pRenderer->TransformBillboardsAndSetPalettesODM(); |
0 | 160 } |
161 | |
162 | |
163 //----- (00441CFF) -------------------------------------------------------- | |
164 void OutdoorLocation::Draw() | |
165 { | |
121 | 166 bool redrawWorld = true; |
167 if ( !(pParty->uFlags & 2) && !(pGame->uFlags2 & 1) ) | |
168 redrawWorld = false; | |
169 pOutdoor->ExecDraw(redrawWorld); | |
0 | 170 |
171 pGame->DrawParticles(); | |
2121 | 172 //pWeather->Draw();//если раскомментировать скорость снега быстрее |
1410
38df78aba732
deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents:
1391
diff
changeset
|
173 trail_particle_generator.UpdateParticles(); |
0 | 174 } |
175 | |
176 //----- (00488E23) -------------------------------------------------------- | |
177 double OutdoorLocation::GetFogDensityByTime() | |
178 { | |
2166 | 179 if ( pParty->uCurrentHour < 5 )//ночь |
180 { | |
181 pWeather->bNight = true; | |
182 return 60.0 * 0.016666668; | |
183 } | |
184 else if ( pParty->uCurrentHour >= 5 && pParty->uCurrentHour < 6 )//рассвет | |
185 { | |
186 pWeather->bNight = false; | |
187 return (60.0 - (double)(60 * pParty->uCurrentHour + pParty->uCurrentMinute - 300)) * 0.016666668; | |
188 } | |
189 else if ( pParty->uCurrentHour >= 6 && pParty->uCurrentHour < 20 )//день | |
0 | 190 { |
2166 | 191 pWeather->bNight = false; |
192 return 0.0; | |
0 | 193 } |
2166 | 194 else if ( pParty->uCurrentHour >= 20 && pParty->uCurrentHour < 21 )//сумерки |
195 { | |
196 pWeather->bNight = false; | |
197 return ((double)(pParty->uCurrentHour - 20) * 60.0 + (double)(signed int)pParty->uCurrentMinute) * 0.016666668; | |
198 } | |
199 else//ночь | |
200 { | |
201 pWeather->bNight = true; | |
202 return 60.0 * 0.016666668; | |
203 } | |
0 | 204 } |
205 | |
206 //----- (00488EB1) -------------------------------------------------------- | |
207 int OutdoorLocation::GetSomeOtherTileInfo(int sX, int sY) | |
208 { | |
67 | 209 //OutdoorLocation *v3; // esi@1 |
0 | 210 unsigned int v4; // edi@1 |
211 unsigned int v5; // eax@1 | |
2334 | 212 // int result; // eax@5 |
0 | 213 |
67 | 214 /* v3 = this; |
0 | 215 v4 = WorldPosToGridCellZ(sY); |
216 v5 = WorldPosToGridCellX(sX); | |
217 if ( (v5 & 0x80000000u) != 0 || (signed int)v5 > 127 || (v4 & 0x80000000u) != 0 || (signed int)v4 > 127 ) | |
218 result = 0; | |
219 else | |
220 result = ActuallyGetSomeOtherTileInfo(v5, v4); | |
67 | 221 return result;*/ |
222 v4 = WorldPosToGridCellZ(sY); | |
223 v5 = WorldPosToGridCellX(sX); | |
224 if ( v5 < 0 || v5 > 127 || v4 < 0 || v4 > 127 ) | |
225 return 0; | |
226 return ActuallyGetSomeOtherTileInfo(v5, v4); | |
0 | 227 } |
228 // 47F44B: using guessed type int __stdcall WorldPosToGridCellX(int); | |
229 // 47F458: using guessed type int __stdcall WorldPosToGridCellZ(int); | |
230 | |
231 //----- (00488EEF) -------------------------------------------------------- | |
2003 | 232 unsigned int OutdoorLocation::GetTileTexture(signed int sX, signed int sY) |
0 | 233 { |
67 | 234 //OutdoorLocation *v3; // esi@1 |
2003 | 235 signed int v4; // edi@1 |
236 signed int v5; // eax@1 | |
67 | 237 // unsigned int result; // eax@5 |
0 | 238 |
67 | 239 /*v3 = this; |
0 | 240 v4 = WorldPosToGridCellZ(sZ); |
241 v5 = WorldPosToGridCellX(sX); | |
67 | 242 if ( v5< 0 || (signed int)v5 > 127 || v4 < 0 || (signed int)v4 > 127 )//if ( (v5 & 0x80000000u) != 0 || (signed int)v5 > 127 || (v4 & 0x80000000u) != 0 || (signed int)v4 > 127 ) |
0 | 243 result = -1; |
244 else | |
245 result = DoGetTileTexture(v5, v4); | |
67 | 246 return result;*/ |
247 v4 = WorldPosToGridCellZ(sY); | |
248 v5 = WorldPosToGridCellX(sX); | |
249 if ( v5 < 0 || v5 > 127 || v4 < 0 || v4 > 127 ) | |
250 return -1; | |
251 return DoGetTileTexture(v5, v4); | |
0 | 252 } |
253 // 47F44B: using guessed type int __stdcall WorldPosToGridCellX(int); | |
254 // 47F458: using guessed type int __stdcall WorldPosToGridCellZ(int); | |
255 | |
256 //----- (00488F2E) -------------------------------------------------------- | |
257 int OutdoorLocation::GetHeightOnTerrain(int sX, int sZ) | |
49 | 258 /* Функция предоставляет возможность перемещать камеру таким образом, чтобы она имитировала ходьбу по ландшафту. |
259 То есть нам надо менять высоту камеры (координату Y) в зависимости от того, в каком месте ландшафта мы находимся. | |
260 Для этого мы сначала должны определить по координатам X и Z камеры квадрат ландшафта в котором мы находимся. | |
261 Все это делает функция Terrain::getHeight; в своих параметрах она получает координаты X и Z камеры и возвращает высоту, | |
262 на которой должна быть расположена камера, чтобы она оказалась над ландшафтом.*/ | |
0 | 263 { |
264 int result; // eax@5 | |
265 | |
266 if ( sX < 0 || sX > 127 || sZ < 0 || sZ > 127 ) | |
267 result = 0; | |
268 else | |
269 result = DoGetHeightOnTerrain(sX, sZ); | |
270 return result; | |
271 } | |
272 | |
273 //----- (00488F5C) -------------------------------------------------------- | |
274 bool OutdoorLocation::Initialize(const char *pFilename, int File, size_t uRespawnInterval, int thisa) | |
275 { | |
276 OutdoorLocation *v5; // esi@1 | |
277 bool result; // eax@2 | |
278 | |
279 v5 = this; | |
280 if ( pFilename ) | |
281 { | |
282 Release(); | |
283 pBitmaps_LOD->ReleaseAll2(); | |
284 pSprites_LOD->DeleteSomeOtherSprites(); | |
285 pSpriteFrameTable->ResetSomeSpriteFlags(); | |
286 pIcons_LOD->ReleaseAll2(); | |
2152 | 287 |
119 | 288 if ( !Load(pFilename, (ODMFace *)File, uRespawnInterval, thisa) ) |
0 | 289 { |
290 MessageBoxA(0, "Error!", "Couldn't Load Map!", 0); | |
291 CreateDebugLocation(); | |
292 } | |
810 | 293 ::day_attrib = v5->loc_time.day_attrib; |
294 ::day_fogrange_1 = v5->loc_time.day_fogrange_1; | |
295 ::day_fogrange_2 = v5->loc_time.day_fogrange_2; | |
0 | 296 if ( Is_out15odm_underwater() ) |
297 SetUnderwaterFog(); | |
630 | 298 _6BE134_odm_main_tile_group = v5->pTileTypes[0].tileset; |
0 | 299 result = 1; |
300 } | |
301 else | |
302 { | |
303 result = 0; | |
304 } | |
305 return result; | |
306 } | |
307 | |
783 | 308 |
309 | |
310 char foot_travel_destinations[15][4] = | |
311 { | |
312 // north south east west from | |
313 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID}, // MAP_EMERALD_ISLE | |
314 {MAP_PIERPONT, MAP_BARROW_DOWNS, MAP_PIERPONT, MAP_STEADWICK}, // MAP_HARMONDALE | |
315 {MAP_DEYJA, MAP_BRAKADA_DESERT, MAP_HARMONDALE, MAP_TATALIA}, // MAP_STEADWICK | |
316 {MAP_AVLEE, MAP_HARMONDALE, MAP_INVALID, MAP_DEYJA}, // MAP_PIERPONT | |
317 {MAP_PIERPONT, MAP_STEADWICK, MAP_PIERPONT, MAP_STEADWICK}, // MAP_DEYJA | |
318 {MAP_STEADWICK, MAP_INVALID, MAP_BARROW_DOWNS, MAP_INVALID}, // MAP_BRAKADA_DESERT | |
319 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID}, // MAP_CELESTIA | |
320 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID}, // MAP_THE_PIT | |
321 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID}, // MAP_EVENMORN_ISLE | |
322 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID}, // MAP_MOUNT_NIGHON | |
323 {MAP_HARMONDALE, MAP_BRAKADA_DESERT, MAP_HARMONDALE, MAP_BRAKADA_DESERT}, // MAP_BARROW_DOWNS | |
324 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID}, // MAP_LAND_OF_GIANTS | |
325 {MAP_INVALID, MAP_INVALID, MAP_STEADWICK, MAP_INVALID}, // MAP_TATALIA | |
326 {MAP_INVALID, MAP_PIERPONT, MAP_PIERPONT, MAP_INVALID}, // MAP_AVLEE | |
327 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID} // MAP_SHOALS | |
328 }; | |
329 unsigned char foot_travel_times[15][4] = | |
330 { | |
331 // north south east west from | |
332 {0, 0, 0, 0}, // MAP_EMERALD_ISLE | |
333 {5, 5, 7, 5}, // MAP_HARMONDALE | |
334 {5, 5, 5, 5}, // MAP_STEADWICK | |
335 {5, 5, 0, 5}, // MAP_PIERPONT | |
336 {7, 5, 5, 4}, // MAP_DEYJA | |
337 {5, 0, 5, 0}, // MAP_BRAKADA_DESERT | |
338 {0, 0, 0, 0}, // MAP_CELESTIA | |
339 {0, 0, 0, 0}, // MAP_THE_PIT | |
340 {0, 0, 0, 0}, // MAP_EVENMORN_ISLE | |
341 {0, 0, 0, 0}, // MAP_MOUNT_NIGHON | |
342 {5, 7, 7, 5}, // MAP_BARROW_DOWNS | |
343 {0, 0, 0, 0}, // MAP_LAND_OF_GIANTS | |
344 {0, 0, 5, 0}, // MAP_TATALIA | |
345 {0, 7, 5, 0}, // MAP_AVLEE | |
346 {0, 0, 0, 0}, // MAP_SHOALS | |
347 }; | |
348 | |
349 | |
350 MapStartPoint foot_travel_arrival_points[15][4] = | |
351 { | |
352 // north south east west from | |
353 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_EMERALD_ISLE | |
354 {MapStartPoint_South, MapStartPoint_North, MapStartPoint_South, MapStartPoint_East}, // MAP_HARMONDALE | |
355 {MapStartPoint_South, MapStartPoint_North, MapStartPoint_West, MapStartPoint_East}, // MAP_STEADWICK | |
356 {MapStartPoint_East, MapStartPoint_North, MapStartPoint_Party, MapStartPoint_East}, // MAP_PIERPONT | |
357 {MapStartPoint_West, MapStartPoint_North, MapStartPoint_West, MapStartPoint_North}, // MAP_DEYJA | |
358 {MapStartPoint_South, MapStartPoint_Party, MapStartPoint_West, MapStartPoint_Party}, // MAP_BRAKADA_DESERT | |
359 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_CELESTIA | |
360 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_THE_PIT | |
361 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_EVENMORN_ISLE | |
362 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_MOUNT_NIGHON | |
363 {MapStartPoint_South, MapStartPoint_East, MapStartPoint_South, MapStartPoint_East}, // MAP_BARROW_DOWNS | |
364 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_LAND_OF_GIANTS | |
365 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_West, MapStartPoint_Party}, // MAP_TATALIA | |
366 {MapStartPoint_Party, MapStartPoint_North, MapStartPoint_North, MapStartPoint_Party}, // MAP_AVLEE | |
367 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_SHOALS | |
368 }; | |
369 | |
370 | |
0 | 371 //----- (0048902E) -------------------------------------------------------- |
372 bool OutdoorLocation::GetTravelDestination(signed int sPartyX, signed int sPartyZ, char *pOut, signed int a5) | |
373 { | |
2366
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
374 char *mapNumberAsStr; // eax@3 |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
375 int mapNumberAsInt; // eax@3 |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
376 signed int direction; // esi@7 |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
377 signed int destinationMap; // eax@23 |
138 | 378 char Str[140]; // [sp+8h] [bp-78h]@3 |
0 | 379 |
2169 | 380 strcpy(Str, this->pLevelFilename);//настоящая локация |
381 _strlwr(Str); | |
2366
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
382 mapNumberAsStr = strtok(Str, "out"); |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
383 mapNumberAsStr[2] = 0; |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
384 mapNumberAsInt = atoi(mapNumberAsStr); |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
385 if ( a5 < 10 || strlen(this->pLevelFilename) != 9 || mapNumberAsInt < 1 || mapNumberAsInt > 15 ) //длина .odm и количество локаций |
0 | 386 return 0; |
2169 | 387 if ( sPartyX < -22528 )//граница карты |
2366
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
388 direction = 4; |
2169 | 389 else if ( sPartyX > 22528 ) |
2366
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
390 direction = 3; |
2169 | 391 else if ( sPartyZ < -22528 ) |
2366
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
392 direction = 2; |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
393 else if ( sPartyZ > 22528 ) |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
394 direction = 1; |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
395 else |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
396 return false; |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
397 |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
398 if ( mapNumberAsInt == MAP_AVLEE && direction == 4) // to Shoals |
0 | 399 { |
1620
61ea994a1812
sub_43EE77_ProbablyIfUnderwaterSuitIsEquipped to Player::HasUnderwaterSuitEquipped, sub_43EDB9_get_some_race_sex_relation_2 to ShouldLoadTexturesForRaceAndGender, Player_has_item to Player::HasItem
Grumpy7
parents:
1583
diff
changeset
|
400 if ( pPlayers[1]->HasUnderwaterSuitEquipped() && |
61ea994a1812
sub_43EE77_ProbablyIfUnderwaterSuitIsEquipped to Player::HasUnderwaterSuitEquipped, sub_43EDB9_get_some_race_sex_relation_2 to ShouldLoadTexturesForRaceAndGender, Player_has_item to Player::HasItem
Grumpy7
parents:
1583
diff
changeset
|
401 pPlayers[2]->HasUnderwaterSuitEquipped() && |
61ea994a1812
sub_43EE77_ProbablyIfUnderwaterSuitIsEquipped to Player::HasUnderwaterSuitEquipped, sub_43EDB9_get_some_race_sex_relation_2 to ShouldLoadTexturesForRaceAndGender, Player_has_item to Player::HasItem
Grumpy7
parents:
1583
diff
changeset
|
402 pPlayers[3]->HasUnderwaterSuitEquipped() && |
61ea994a1812
sub_43EE77_ProbablyIfUnderwaterSuitIsEquipped to Player::HasUnderwaterSuitEquipped, sub_43EDB9_get_some_race_sex_relation_2 to ShouldLoadTexturesForRaceAndGender, Player_has_item to Player::HasItem
Grumpy7
parents:
1583
diff
changeset
|
403 pPlayers[4]->HasUnderwaterSuitEquipped()) |
0 | 404 { |
405 uDefaultTravelTime_ByFoot = 1; | |
406 strcpy(pOut, "out15.odm"); | |
783 | 407 uLevel_StartingPointType = MapStartPoint_East; |
0 | 408 LOWORD(pParty->uFlags) &= 0xFD7Bu; |
2366
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
409 return true; |
0 | 410 } |
411 } | |
2366
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
412 else if ( mapNumberAsInt == MAP_SHOALS && direction == 3 ) //from Shoals |
0 | 413 { |
2366
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
414 uDefaultTravelTime_ByFoot = 1; |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
415 strcpy(pOut, "out14.odm");//Авли |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
416 uLevel_StartingPointType = MapStartPoint_West; |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
417 LOWORD(pParty->uFlags) &= 0xFD7Bu; |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
418 return true; |
0 | 419 } |
2366
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
420 destinationMap = foot_travel_destinations[mapNumberAsInt - 1][direction - 1]; |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
421 if (destinationMap == MAP_INVALID) |
783 | 422 return false; |
423 | |
2366
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
424 assert(destinationMap <= MAP_SHOALS); |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
425 |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
426 uDefaultTravelTime_ByFoot = foot_travel_times[mapNumberAsInt - 1][direction - 1]; |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
427 uLevel_StartingPointType = foot_travel_arrival_points[mapNumberAsInt - 1][direction - 1]; |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
428 sprintf(pOut, "out%02d.odm", destinationMap); //локация направления |
a2f1c2fd23f3
OutdoorLocation::GetTravelDestination cleaned up a bit
Grumpy7
parents:
2365
diff
changeset
|
429 return true; |
0 | 430 } |
431 // 6BD07C: using guessed type int uDefaultTravelTime_ByFoot; | |
432 // 6BE35C: using guessed type int uLevel_StartingPointType; | |
433 | |
434 //----- (0048917E) -------------------------------------------------------- | |
435 void OutdoorLocation::MessWithLUN() | |
436 { | |
437 this->pSpriteIDs_LUN[0] = -1; | |
2169 | 438 this->pSpriteIDs_LUN[1] = 0; |
0 | 439 this->pSpriteIDs_LUN[2] = pSpriteFrameTable->FastFindSprite("LUN1-4"); |
2169 | 440 this->pSpriteIDs_LUN[3] = 0; |
441 this->pSpriteIDs_LUN[4] = pSpriteFrameTable->FastFindSprite("LUN1-2"); | |
442 this->pSpriteIDs_LUN[5] = 0; | |
443 this->pSpriteIDs_LUN[6] = pSpriteFrameTable->FastFindSprite("LUN3-4"); | |
444 this->pSpriteIDs_LUN[7] = 0; | |
445 this->uSpriteID_LUNFULL = pSpriteFrameTable->FastFindSprite("LUNFULL"); | |
446 this->uSpriteID_LUN1_2_cp = pSpriteFrameTable->FastFindSprite("LUN1-2"); | |
447 this->uSpriteID_LUN1_4_cp = pSpriteFrameTable->FastFindSprite("LUN1-4"); | |
448 this->uSpriteID_LUN3_4_cp = pSpriteFrameTable->FastFindSprite("LUN3-4"); | |
449 this->field_D60 = -1; | |
450 this->field_CF0 = 4; | |
451 this->field_CF8 = 4; | |
452 this->field_D00 = 4; | |
453 this->field_CE8 = 0; | |
454 this->field_D3C = (int)this->pSpriteIDs_LUN; | |
455 this->field_D40 = 0; | |
456 this->field_D44 = 0; | |
457 this->field_D48 = 0; | |
458 this->field_D4C = 131072; | |
459 this->field_D5C = 0; | |
460 this->field_D64 = 0; | |
461 this->field_D28 = -1; | |
462 this->field_D08 = 0; | |
463 this->field_D0C = 0; | |
464 this->field_D10 = 0; | |
465 this->field_D24 = 0; | |
466 this->field_D2C = 0; | |
467 this->uSpriteID_LUN_SUN = pSpriteFrameTable->FastFindSprite("LUN-SUN"); | |
468 this->field_D14 = -131072; | |
469 for ( uint i = 0; i < 8; i++ ) | |
470 pSpriteFrameTable->InitializeSprite(this->pSpriteIDs_LUN[i]);//v2 += 2; | |
471 pSpriteFrameTable->InitializeSprite(this->uSpriteID_LUN_SUN); | |
0 | 472 } |
473 | |
474 //----- (004892E6) -------------------------------------------------------- | |
762 | 475 void OutdoorLocation::UpdateSunlightVectors() |
0 | 476 { |
477 unsigned int v3; // edi@3 | |
478 double v8; // st7@4 | |
479 | |
638 | 480 if ( pParty->uCurrentHour >= 5 && pParty->uCurrentHour < 21 ) |
0 | 481 { |
482 v3 = pParty->uCurrentMinute + 60 * (pParty->uCurrentHour - 5); | |
2169 | 483 this->inv_sunlight_y = 0; |
2367
7942b5727708
OutdoorLocation::UpdateSunlightVectors removing some unnecessary typecasts
Grumpy7
parents:
2366
diff
changeset
|
484 this->inv_sunlight_x = stru_5C6E00->Cos((v3 * stru_5C6E00->uIntegerPi) / 960); |
7942b5727708
OutdoorLocation::UpdateSunlightVectors removing some unnecessary typecasts
Grumpy7
parents:
2366
diff
changeset
|
485 this->inv_sunlight_z = stru_5C6E00->Sin((v3 * stru_5C6E00->uIntegerPi) / 960); |
2169 | 486 this->vSunlight.x = -this->inv_sunlight_x; |
487 this->vSunlight.y = -this->inv_sunlight_y; | |
488 this->vSunlight.z = -this->inv_sunlight_z; | |
2367
7942b5727708
OutdoorLocation::UpdateSunlightVectors removing some unnecessary typecasts
Grumpy7
parents:
2366
diff
changeset
|
489 if ( v3 >= 480 ) |
7942b5727708
OutdoorLocation::UpdateSunlightVectors removing some unnecessary typecasts
Grumpy7
parents:
2366
diff
changeset
|
490 v8 = 960 - v3; |
0 | 491 else |
2367
7942b5727708
OutdoorLocation::UpdateSunlightVectors removing some unnecessary typecasts
Grumpy7
parents:
2366
diff
changeset
|
492 v8 = v3; |
7942b5727708
OutdoorLocation::UpdateSunlightVectors removing some unnecessary typecasts
Grumpy7
parents:
2366
diff
changeset
|
493 this->max_terrain_dimming_level = (int)(20.0 - v8 / 480.0 * 20.0); |
2169 | 494 this->uLastSunlightUpdateMinute = pParty->uCurrentMinute; |
0 | 495 } |
496 } | |
497 | |
498 //----- (004893C1) -------------------------------------------------------- | |
499 void OutdoorLocation::UpdateFog() | |
500 { | |
501 fFogDensity = GetFogDensityByTime(); | |
502 } | |
503 | |
504 //----- (004893CF) -------------------------------------------------------- | |
505 int OutdoorLocation::GetNumFoodRequiredToRestInCurrentPos(int x, signed int y, int z) | |
506 { | |
507 int v7; // eax@4 | |
2166 | 508 int is_on_water; // [sp+8h] [bp-8h]@2 |
509 int bmodel_standing_on_pid; // [sp+Ch] [bp-4h]@2 | |
510 | |
511 is_on_water = 0; | |
512 bmodel_standing_on_pid = 0; | |
513 ODM_GetFloorLevel(x, y, z, pParty->uDefaultPartyHeight, &is_on_water, &bmodel_standing_on_pid, 0); | |
514 if ( pParty->uFlags & 8 || bmodel_standing_on_pid || is_on_water )//на bmodel,и или на воде | |
0 | 515 return 2; |
2166 | 516 v7 = _47ED83(WorldPosToGridCellX(pParty->vPosition.x), WorldPosToGridCellZ(pParty->vPosition.y) - 1); |
517 switch ( pTileTable->pTiles[GetTileIdByTileMapId(v7)].tileset ) | |
0 | 518 { |
2166 | 519 case Tileset_Grass://на траве |
520 return 1; | |
521 case Tileset_Snow://на снегу | |
0 | 522 return 3; |
2166 | 523 case Tilset_Desert://на песке |
0 | 524 return 5; |
2166 | 525 case Tileset_3: |
526 case Tileset_Dirt:// на грязи | |
0 | 527 return 4; |
2166 | 528 case Tileset_Water:// on water(на воде) |
529 return 3;//еденицы еды | |
530 default: | |
531 return 2; | |
0 | 532 } |
533 } | |
767 | 534 |
0 | 535 //----- (00489487) -------------------------------------------------------- |
767 | 536 void OutdoorLocation::SetFog() |
0 | 537 { |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1458
diff
changeset
|
538 strcpy(pOutdoor->pLevelFilename, pCurrentMapName); |
0 | 539 |
1980 | 540 MAP_TYPE map_id = pMapStats->GetMapInfo(pCurrentMapName); |
767 | 541 if (map_id == MAP_INVALID || map_id == MAP_CELESTIA || map_id == MAP_THE_PIT || map_id > MAP_SHOALS) |
542 return; | |
543 | |
544 uint chance = rand() % 100; | |
545 | |
546 if (chance < fog_probability_table[map_id - 1].small_fog_chance) | |
0 | 547 { |
767 | 548 ::day_fogrange_1 = 4096; |
549 ::day_fogrange_2 = 8192; | |
550 ::day_attrib |= DAY_ATTRIB_FOG; | |
0 | 551 } |
767 | 552 else if (chance < fog_probability_table[map_id - 1].small_fog_chance + |
553 fog_probability_table[map_id - 1].average_fog_chance) | |
0 | 554 { |
767 | 555 ::day_fogrange_2 = 4096; |
556 ::day_fogrange_1 = 0; | |
557 ::day_attrib |= DAY_ATTRIB_FOG; | |
0 | 558 } |
767 | 559 else if (fog_probability_table[map_id - 1].dense_fog_chance && |
560 chance < fog_probability_table[map_id - 1].small_fog_chance + | |
561 fog_probability_table[map_id - 1].average_fog_chance + | |
562 fog_probability_table[map_id - 1].dense_fog_chance) | |
0 | 563 { |
767 | 564 ::day_fogrange_2 = 2048; |
565 ::day_fogrange_1 = 0; | |
566 ::day_attrib |= DAY_ATTRIB_FOG; | |
0 | 567 } |
767 | 568 else |
569 ::day_attrib &= ~DAY_ATTRIB_FOG; | |
570 | |
0 | 571 if ( Is_out15odm_underwater() ) |
572 SetUnderwaterFog(); | |
810 | 573 pOutdoor->loc_time.day_fogrange_1 = ::day_fogrange_1; |
574 pOutdoor->loc_time.day_fogrange_2 = ::day_fogrange_2; | |
575 pOutdoor->loc_time.day_attrib = ::day_attrib; | |
0 | 576 } |
577 | |
578 //----- (00482170) -------------------------------------------------------- | |
2368
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
579 bool ODMFace::IsBackfaceNotCulled(RenderVertexSoft *a2, struct Polygon *polygon) |
0 | 580 { |
2368
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
581 unsigned int numOfVertices; // edx@1 |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
582 RenderVertexSoft *currVertex; // ecx@2 |
0 | 583 double v7; // st7@5 |
584 double v8; // st6@5 | |
585 double v9; // st5@5 | |
586 float v18; // [sp+8h] [bp-38h]@5 | |
587 float v19; // [sp+10h] [bp-30h]@5 | |
588 float v20; // [sp+14h] [bp-2Ch]@5 | |
589 float v21; // [sp+18h] [bp-28h]@5 | |
590 float v22; // [sp+1Ch] [bp-24h]@5 | |
591 float v23; // [sp+24h] [bp-1Ch]@5 | |
592 float v24; // [sp+28h] [bp-18h]@5 | |
593 float v25; // [sp+30h] [bp-10h]@5 | |
594 float v26; // [sp+34h] [bp-Ch]@5 | |
595 float v27; // [sp+38h] [bp-8h]@5 | |
596 float v28; // [sp+3Ch] [bp-4h]@5 | |
597 float a3a; // [sp+48h] [bp+8h]@5 | |
598 float a3b; // [sp+48h] [bp+8h]@17 | |
599 float a3c; // [sp+48h] [bp+8h]@17 | |
600 float a3d; // [sp+48h] [bp+8h]@17 | |
601 float a3e; // [sp+48h] [bp+8h]@17 | |
602 | |
2368
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
603 numOfVertices = polygon->uNumVertices; |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
604 if ( numOfVertices < 3 ) |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
605 return false; |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
606 currVertex = &a2[numOfVertices - 1]; |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
607 if ( a2->vWorldPosition.z == a2[1].vWorldPosition.z && a2[1].vWorldPosition.z == currVertex->vWorldPosition.z ) |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
608 polygon->flags |= 0x10u; |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
609 |
2169 | 610 v28 = a2[1].vWorldPosition.x - a2->vWorldPosition.x; |
611 v27 = a2[1].vWorldPosition.y - a2->vWorldPosition.y; | |
612 a3a = a2[1].vWorldPosition.z - a2->vWorldPosition.z; | |
2368
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
613 |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
614 |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
615 for (int i = 0; i < numOfVertices; i++) |
0 | 616 { |
2368
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
617 v7 = currVertex->vWorldPosition.x - a2->vWorldPosition.x; |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
618 v8 = currVertex->vWorldPosition.y - a2->vWorldPosition.y; |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
619 v9 = currVertex->vWorldPosition.z - a2->vWorldPosition.z; |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
620 v26 = v27 * v9 - v8 * a3a; |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
621 v24 = v7 * a3a - v9 * v28; |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
622 v25 = v8 * v28 - v7 * v27; |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
623 if ( v24 != 0.0 || v25 != 0.0 || v26 != 0.0 ) |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
624 break; |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
625 currVertex--; |
0 | 626 } |
2368
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
627 |
2169 | 628 if ( ((double)pGame->pIndoorCameraD3D->vPartyPos.x - a2->vWorldPosition.x) * v26 |
2368
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
629 + ((double)pGame->pIndoorCameraD3D->vPartyPos.z - a2->vWorldPosition.z) * v25 |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
630 + ((double)pGame->pIndoorCameraD3D->vPartyPos.y - a2->vWorldPosition.y) * v24 > 0.0 ) |
0 | 631 { |
2368
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
632 |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
633 v19 = a2[1].vWorldViewPosition.x - a2->vWorldViewPosition.x; |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
634 v18 = a2[1].vWorldViewPosition.y - a2->vWorldViewPosition.y; |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
635 v20 = a2[1].vWorldViewPosition.z - a2->vWorldViewPosition.z; |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
636 v21 = currVertex->vWorldViewPosition.x - a2->vWorldViewPosition.x; |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
637 v22 = currVertex->vWorldViewPosition.y - a2->vWorldViewPosition.y; |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
638 v23 = currVertex->vWorldViewPosition.z - a2->vWorldViewPosition.z; |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
639 |
0 | 640 a3b = v23 * v18 - v22 * v20; |
2368
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
641 polygon->v_18.x = bankersRounding(a3b); |
0 | 642 a3c = v21 * v20 - v23 * v19; |
2368
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
643 polygon->v_18.y = bankersRounding(a3c); |
0 | 644 a3d = v22 * v19 - v21 * v18; |
2368
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
645 polygon->v_18.z = bankersRounding(a3d); |
2169 | 646 polygon->_normalize_v_18(); |
647 a3e = -((double)polygon->v_18.x * a2->vWorldViewPosition.x) | |
2368
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
648 - (double)polygon->v_18.y * a2->vWorldViewPosition.y |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
649 - (double)polygon->v_18.z * a2->vWorldViewPosition.z; |
91b6c0a338ad
ODMFace::IsBackfaceCulled to ODMFace::IsBackfaceNotCulled, cleaned up a bit
Grumpy7
parents:
2367
diff
changeset
|
650 polygon->field_24 = bankersRounding(a3e); |
2169 | 651 return true; |
0 | 652 } |
653 else | |
2169 | 654 return false; |
0 | 655 } |
656 | |
657 //----- (0047C7A9) -------------------------------------------------------- | |
658 void OutdoorLocationTerrain::_47C7A9() | |
659 { | |
660 this->field_10 = 0; | |
661 this->field_12 = 0; | |
662 this->field_16 = 0; | |
663 this->field_14 = 0; | |
664 this->field_1C = 0; | |
665 this->field_18 = 0; | |
666 } | |
667 | |
668 //----- (0047C7C2) -------------------------------------------------------- | |
49 | 669 void OutdoorLocationTerrain::Release()//очистить локацию |
0 | 670 { |
2369
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
671 free(this->pHeightmap); |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
672 pHeightmap = nullptr; |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
673 free(pTilemap); |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
674 pTilemap = nullptr; |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
675 free(pAttributemap); |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
676 pAttributemap = nullptr; |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
677 free(pDmap); |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
678 pDmap = nullptr; |
0 | 679 |
680 _47C7A9(); | |
681 } | |
682 | |
683 //----- (0047C80A) -------------------------------------------------------- | |
760 | 684 void OutdoorLocationTerrain::FillDMap( int X, int Y, int W, int Z ) |
2169 | 685 { |
0 | 686 double v6; // st7@1 |
687 double v7; // st7@2 | |
688 double v8; // st7@2 | |
689 int result; // eax@3 | |
690 int v10; // eax@4 | |
691 int v11; // ecx@5 | |
692 int v12; // ecx@6 | |
693 int v13; // edi@7 | |
694 int v14; // edx@9 | |
2334 | 695 // int v15; // eax@15 |
49 | 696 unsigned __int8 *pMapHeight; // ebx@15 |
0 | 697 int v17; // eax@15 |
698 int v18; // ecx@15 | |
699 int v19; // esi@15 | |
700 int v20; // edi@15 | |
701 int v21; // edx@15 | |
702 int v22; // ecx@15 | |
703 int v23; // ebx@15 | |
704 int v24; // ecx@15 | |
705 int v25; // ST28_4@15 | |
706 double v26; // st7@15 | |
707 double v27; // st6@15 | |
708 double v28; // st5@15 | |
709 double v29; // st7@15 | |
710 double v30; // st7@16 | |
711 double v31; // st7@17 | |
712 int v32; // eax@21 | |
713 double v33; // st7@21 | |
714 double v34; // st6@21 | |
715 double v35; // st5@21 | |
716 double v36; // st7@21 | |
717 double v37; // st7@22 | |
718 double v38; // st7@23 | |
719 int v39; // [sp+14h] [bp-34h]@8 | |
720 int v40; // [sp+18h] [bp-30h]@15 | |
721 int v41; // [sp+1Ch] [bp-2Ch]@15 | |
722 int v42; // [sp+20h] [bp-28h]@15 | |
723 int v44; // [sp+28h] [bp-20h]@21 | |
724 float v45; // [sp+2Ch] [bp-1Ch]@1 | |
725 float v46; // [sp+30h] [bp-18h]@1 | |
726 float v47; // [sp+34h] [bp-14h]@1 | |
2169 | 727 //int v48; // [sp+38h] [bp-10h]@7 |
0 | 728 int v49; // [sp+3Ch] [bp-Ch]@10 |
729 int v50; // [sp+40h] [bp-8h]@9 | |
730 float v51; // [sp+44h] [bp-4h]@15 | |
731 float v52; // [sp+44h] [bp-4h]@21 | |
732 float v53; // [sp+50h] [bp+8h]@15 | |
733 float v54; // [sp+50h] [bp+8h]@21 | |
2334 | 734 // int v55; // [sp+54h] [bp+Ch]@15 |
0 | 735 float v56; // [sp+54h] [bp+Ch]@15 |
736 float v57; // [sp+54h] [bp+Ch]@21 | |
737 | |
738 v46 = -64.0; | |
739 v47 = -64.0; | |
740 v45 = 64.0; | |
741 v6 = sqrt(12288.0); | |
742 if ( v6 != 0.0 ) | |
743 { | |
744 v7 = 1.0 / v6; | |
745 v45 = 64.0 * v7; | |
746 v8 = v7 * -64.0; | |
747 v46 = v8; | |
748 v47 = v8; | |
749 } | |
760 | 750 result = Y; |
751 if ( Y > Z ) | |
0 | 752 { |
760 | 753 v10 = Z ^ Y; |
754 Z ^= Y ^ Z; | |
755 result = Z ^ v10; | |
0 | 756 } |
760 | 757 v11 = X; |
758 if ( X > W ) | |
0 | 759 { |
760 | 760 v12 = W ^ X; |
761 W ^= X ^ W; | |
762 v11 = W ^ v12; | |
0 | 763 } |
2169 | 764 //v48 = result - 1; |
760 | 765 if ( result - 1 <= Z ) |
0 | 766 { |
767 v39 = v11 - 1; | |
2169 | 768 for ( v13 = result - 1; v13 <= Z; v13++ ) |
0 | 769 { |
770 v50 = v39; | |
760 | 771 if ( v39 <= W ) |
0 | 772 { |
773 result = (v39 - 63) << 9; | |
774 v49 = (v39 - 63) << 9; | |
2169 | 775 for ( v14 = v39; v14 <= W; v14++ ) |
0 | 776 { |
777 if ( v13 >= 0 && result >= -32256 && v13 <= 127 && result <= 32768 ) | |
778 { | |
2169 | 779 //v15 = pOutLocTerrain->field_10; |
780 //v55 = pOutLocTerrain->field_10; | |
781 pMapHeight = this->pHeightmap; | |
782 v17 = (int)(&pMapHeight[v13 * this->field_10] + v14); | |
0 | 783 v18 = -v13; |
784 v19 = (64 - v13) << 9; | |
785 v20 = 32 * *(char *)v17; | |
786 v21 = 32 * *(char *)(v17 + 1); | |
2169 | 787 |
0 | 788 v22 = (v18 + 63) << 9; |
789 v41 = v22; | |
2169 | 790 v23 = (int)(&pMapHeight[this->field_10 * (v13 + 1)] + v14); |
0 | 791 v24 = v22 - v19; |
792 v40 = 32 * *(char *)v23; | |
793 v42 = 32 * *(char *)(v23 + 1); | |
760 | 794 |
0 | 795 v25 = v49 - 512 - v49; |
796 v26 = (double)-((v20 - v21) * v24); | |
797 v51 = v26; | |
798 v27 = (double)-(v25 * (v42 - v21)); | |
799 v53 = v27; | |
800 v28 = (double)(v25 * v24); | |
801 v56 = v28; | |
802 v29 = sqrt(v28 * v28 + v27 * v27 + v26 * v26); | |
803 if ( v29 != 0.0 ) | |
804 { | |
805 v30 = 1.0 / v29; | |
806 v51 = v51 * v30; | |
807 v53 = v53 * v30; | |
808 v56 = v30 * v56; | |
809 } | |
810 v31 = (v56 * v47 + v53 * v46 + v51 * v45) * 31.0; | |
811 if ( v31 < 0.0 ) | |
812 v31 = 0.0; | |
813 if ( v31 > 31.0 ) | |
814 v31 = 31.0; | |
2169 | 815 v44 = 2 * (v14 + v13 * this->field_10); |
816 //pOutLocTerrain = pOutLocTerrain2; | |
817 *((char *)this->pDmap + v44 + 1) = (signed __int64)v31; | |
760 | 818 |
0 | 819 v32 = v49 - (v49 - 512); |
820 v33 = (double)-((v42 - v40) * (v19 - v41)); | |
821 v52 = v33; | |
822 v34 = (double)-(v32 * (v20 - v40)); | |
823 v54 = v34; | |
824 v35 = (double)(v32 * (v19 - v41)); | |
825 v57 = v35; | |
826 v36 = sqrt(v35 * v35 + v34 * v34 + v33 * v33); | |
827 if ( v36 != 0.0 ) | |
828 { | |
829 v37 = 1.0 / v36; | |
830 v52 = v52 * v37; | |
831 v54 = v54 * v37; | |
832 v57 = v37 * v57; | |
833 } | |
834 v38 = (v57 * v47 + v54 * v46 + v52 * v45) * 31.0; | |
835 if ( v38 < 0.0 ) | |
836 v38 = 0.0; | |
837 if ( v38 > 31.0 ) | |
838 v38 = 31.0; | |
2169 | 839 //v13 = v48; |
840 *((char *)this->pDmap + v44) = (signed __int64)v38; | |
841 //v14 = v50; | |
0 | 842 result = v49; |
843 } | |
2169 | 844 //++v14; |
0 | 845 result += 512; |
2169 | 846 //v50 = v14; |
0 | 847 v49 = result; |
848 } | |
849 } | |
2169 | 850 //++v13; |
851 //v48 = v13; | |
0 | 852 } |
2169 | 853 //while ( v13 <= Z ); |
0 | 854 } |
855 } | |
856 | |
857 //----- (0047CB57) -------------------------------------------------------- | |
858 int OutdoorLocationTerrain::_47CB57(int a1, int a2, int a3) | |
859 { | |
860 signed int result; // eax@2 | |
2334 | 861 // unsigned __int16 *v5; // edx@3 |
862 // double v6; // st7@3 | |
863 // int v8; // eax@3 | |
864 // int v9; // eax@4 | |
865 // int v10; // eax@5 | |
866 // double v11; // st6@7 | |
867 // signed int v12; // edi@7 | |
868 // int v13; // esi@9 | |
869 // char *v14; // esi@10 | |
870 // signed int v15; // ecx@10 | |
871 // char v16[256]; // [sp+4h] [bp-124h]@9 | |
872 // unsigned __int16 *v17; // [sp+104h] [bp-24h]@3 | |
873 // float v22; // [sp+118h] [bp-10h]@3 | |
874 // float v23; // [sp+11Ch] [bp-Ch]@3 | |
875 // int i; // [sp+120h] [bp-8h]@3 | |
876 // unsigned int v25; // [sp+124h] [bp-4h]@5 | |
877 // signed int a2a; // [sp+134h] [bp+Ch]@3 | |
878 // unsigned int a2b; // [sp+134h] [bp+Ch]@7 | |
879 // float a3a; // [sp+138h] [bp+10h]@7 | |
880 // int a3b; // [sp+138h] [bp+10h]@9 | |
0 | 881 |
2132 | 882 int num_r_bits = 5; |
883 int num_g_bits = 6; | |
884 int num_b_bits = 5; | |
885 | |
886 int r_mask = 0xF800; | |
887 int g_mask = 0x7E0; | |
888 int b_mask = 0x1F; | |
889 | |
2154 | 890 //if ( pRenderer->pRenderD3D ) |
0 | 891 result = 0; |
2154 | 892 /*else |
0 | 893 { |
2132 | 894 __debugbreak(); |
0 | 895 v5 = PaletteManager::Get_Dark_or_Red_LUT(a2, 0, 1); |
896 v6 = 0.0; | |
897 v22 = 0.0; | |
898 v8 = 0; | |
899 v17 = v5; | |
900 v23 = 0.0; | |
901 a2a = 0; | |
902 for ( i = 0; i < a3; ++i ) | |
903 { | |
904 v9 = *(char *)(v8 + a1); | |
905 if ( v9 ) | |
906 { | |
907 v10 = v5[v9]; | |
2132 | 908 v6 = v6 + (double)((signed int)(r_mask & v10) >> (num_b_bits + num_g_bits)); |
0 | 909 ++a2a; |
2132 | 910 v25 = b_mask & v10; |
911 v22 = (double)((signed int)(g_mask & v10) >> num_b_bits) + v22; | |
912 v23 = (double)(signed int)(b_mask & v10) + v23; | |
0 | 913 } |
914 v8 = i + 1; | |
915 } | |
916 v11 = 1.0 / (double)a2a; | |
917 a3a = v11; | |
918 v25 = (signed __int64)(a3a * v22); | |
919 i = (signed __int64)(a3a * v23); | |
920 v12 = 0; | |
2132 | 921 a2b = num_b_bits + num_g_bits; |
0 | 922 while ( 1 ) |
923 { | |
924 v13 = v17[v12]; | |
2132 | 925 a3b = abs((__int64)(signed __int64)(v11 * v6) - ((signed int)(r_mask & v17[v12]) >> a2b)); |
926 BYTE3(a3b) = abs((signed)v25 - ((signed int)(g_mask & v13) >> num_b_bits)) + a3b; | |
927 v16[v12++] = abs((signed)i - (signed)(b_mask & v13)) + BYTE3(a3b); | |
0 | 928 if ( v12 >= 256 ) |
929 break; | |
930 } | |
931 result = 0; | |
932 v14 = (char *)&pPaletteManager->field_D1600[42][23][116]; | |
933 v15 = 0; | |
934 do | |
935 { | |
936 if ( (unsigned __int8)v16[v15] < (signed int)v14 ) | |
937 { | |
938 v14 = (char *)(unsigned __int8)v16[v15]; | |
939 result = v15; | |
940 } | |
941 ++v15; | |
942 } | |
943 while ( v15 < 256 ); | |
2154 | 944 }*/ |
0 | 945 return result; |
946 } | |
947 | |
948 //----- (0047CCE2) -------------------------------------------------------- | |
949 bool OutdoorLocationTerrain::ZeroLandscape() | |
950 { | |
951 memset(this->pHeightmap, 0, 0x4000u); | |
2166 | 952 memset(this->pTilemap, 90, 0x4000u); |
953 memset(this->pAttributemap, 0, 0x4000u); | |
954 memset(this->pDmap, 0, 0x8000u); | |
955 this->field_12 = 128; | |
956 this->field_10 = 128; | |
957 this->field_16 = 7; | |
958 this->field_14 = 7; | |
959 this->field_1C = 127; | |
960 this->field_18 = 127; | |
961 return true; | |
0 | 962 } |
963 | |
964 //----- (0047CD44) -------------------------------------------------------- | |
965 bool OutdoorLocationTerrain::Initialize() | |
966 { | |
1583 | 967 pHeightmap = (unsigned __int8 *)malloc(0x4000u);//height map |
968 pTilemap = (unsigned __int8 *)malloc(0x4000u);//tile map | |
969 pAttributemap = (unsigned __int8 *)malloc(0x4000u);//карта атрибутов | |
970 pDmap = (struct DMap *)malloc(0x8000u); | |
971 if (pHeightmap && pTilemap && pAttributemap && pDmap ) | |
760 | 972 return true; |
0 | 973 else |
760 | 974 return false; |
0 | 975 } |
976 | |
977 //----- (0047CDE2) -------------------------------------------------------- | |
978 void OutdoorLocation::CreateDebugLocation() | |
979 { | |
2123 | 980 //OutdoorLocation *v1; // esi@1 |
0 | 981 void *v2; // eax@1 |
982 void *v3; // ST14_4@1 | |
983 void *v4; // eax@1 | |
984 void *v5; // ST14_4@1 | |
985 void *v6; // eax@1 | |
2123 | 986 //unsigned int v7; // eax@1 |
1545 | 987 //char v8; // zf@1 |
0 | 988 |
2123 | 989 //v1 = this; |
0 | 990 strcpy(this->pLevelFilename, "blank"); |
2123 | 991 strcpy(this->pLocationFileName, "i6.odm"); |
992 strcpy(this->pLocationFileDescription, "MM6 Outdoor v1.00"); | |
993 this->uNumBModels = 0; | |
994 this->pTileTypes[0].tileset = Tileset_Grass; | |
995 this->pTileTypes[1].tileset = Tileset_Water; | |
996 this->pTileTypes[2].tileset = Tileset_6; | |
997 this->pTileTypes[3].tileset = Tileset_RoadGrassCobble; | |
998 this->LoadTileGroupIds(); | |
999 this->LoadRoadTileset(); | |
1000 free(this->pBModels); | |
1001 free(this->pSpawnPoints); | |
1002 this->pBModels = 0; | |
1003 this->pSpawnPoints = 0; | |
1004 this->pTerrain.Initialize(); | |
1005 this->pTerrain.ZeroLandscape(); | |
1006 this->pTerrain.FillDMap(0, 0, 128, 128); | |
1007 free(this->pCmap); | |
1008 this->pCmap = 0; | |
1583 | 1009 v2 = malloc(0x8000u); |
2123 | 1010 v3 = this->pOMAP; |
1011 this->pCmap = v2; | |
1583 | 1012 free(v3); |
2123 | 1013 this->pOMAP = 0; |
1583 | 1014 v4 = malloc(0x10000u); |
2123 | 1015 this->pOMAP = (unsigned int *)v4; |
0 | 1016 memset(v4, 0, 0x10000u); |
2123 | 1017 v5 = this->pFaceIDLIST; |
1018 this->numFaceIDListElems = 0; | |
1583 | 1019 free(v5); |
2123 | 1020 this->pFaceIDLIST = 0; |
1583 | 1021 v6 = malloc(2); |
2123 | 1022 this->pFaceIDLIST = (unsigned __int16 *)v6; |
0 | 1023 *(short *)v6 = 0; |
2123 | 1024 strcpy(this->pSkyTextureName, pDefaultSkyTexture.data()); |
1025 this->sSky_TextureID = pBitmaps_LOD->LoadTexture(this->pSkyTextureName); | |
1026 strcpy(this->pGroundTileset, byte_6BE124_cfg_textures_DefaultGroundTexture.data()); | |
1027 //v7 = pBitmaps_LOD->LoadTexture(this->pGroundTileset); | |
1028 this->sMainTile_BitmapID = pBitmaps_LOD->LoadTexture(this->pGroundTileset); | |
1029 | |
1030 if ( this->sSky_TextureID == -1 ) | |
1545 | 1031 Error("Invalid Sky Tex Handle"); |
1032 | |
2123 | 1033 if ( this->sMainTile_BitmapID == -1 ) |
1545 | 1034 Error("Invalid Ground Tex Handle"); |
0 | 1035 } |
1036 | |
1037 //----- (0047CF9C) -------------------------------------------------------- | |
1038 void OutdoorLocation::Release() | |
1039 { | |
1040 strcpy(pLevelFilename, "blank"); | |
1041 strcpy(pLocationFileName, "default.odm"); | |
1042 strcpy(pLocationFileDescription, "MM6 Outdoor v1.00"); | |
1043 strcpy(pSkyTextureName, "sky043"); | |
1044 strcpy(pGroundTileset, "hm005"); | |
1045 | |
1046 if (pBModels) | |
1047 { | |
1048 for (uint i = 0; i < uNumBModels; ++i) | |
1049 pBModels[i].Release(); | |
1050 | |
1583 | 1051 free(pBModels); |
0 | 1052 pBModels = nullptr; |
1053 uNumBModels = 0; | |
1054 } | |
1055 | |
2369
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
1056 free(pSpawnPoints); |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
1057 pSpawnPoints = nullptr; |
0 | 1058 uNumSpawnPoints = 0; |
1059 | |
1060 pTerrain.Release(); | |
1061 | |
2369
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
1062 free(pCmap); |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
1063 pCmap = nullptr; |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
1064 free(pOMAP); |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
1065 pOMAP = nullptr; |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
1066 free(pFaceIDLIST); |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
1067 pFaceIDLIST = nullptr; |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
1068 free(pTerrainNormals); |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
1069 pTerrainNormals = nullptr; |
0 | 1070 } |
1071 | |
1072 //----- (0047D0A6) -------------------------------------------------------- | |
119 | 1073 bool OutdoorLocation::Load(const char *pFilename, ODMFace *File, size_t pNumItems, int thisa)//загрузка локации |
0 | 1074 { |
1075 //OutdoorLocation *pOutdoorLocation; // esi@1 | |
1076 /*bool result; // eax@9 | |
1077 bool v7; // ebx@9 | |
1078 size_t v8; // eax@10 | |
1079 void *v9; // eax@10 | |
1080 void *v10; // eax@10 | |
1081 void *v11; // eax@10 | |
1082 int v12; // ebx@11 | |
1083 BSPModel *v13; // eax@12 | |
1084 void *v14; // eax@12 | |
1085 BSPModel *v15; // ecx@12 | |
1086 void *v16; // eax@12 | |
1087 BSPModel *v17; // ecx@12 | |
1088 BSPModel *v18; // eax@12 | |
1089 __int16 v19; // ax@15 | |
1090 __int16 v20; // ax@16 | |
1091 int v21; // ecx@16 | |
1092 ODMFace *v22; // ebx@26 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
1093 SpriteObject *pItems; // ecx@27 |
0 | 1094 unsigned int v24; // eax@28 |
1095 //unsigned __int8 v25; // zf@28 | |
1096 //unsigned __int8 v26; // sf@28 | |
1097 ODMFace *v27; // eax@28 | |
1098 const char *i; // edx@29 | |
1099 unsigned __int16 v29; // ax@33 | |
1100 unsigned __int16 v30; // ax@37 | |
1101 int v31; // ecx@37 | |
1102 int v32; // eax@38 | |
1103 void *v33; // eax@38 | |
1104 TileDesc *v34; // eax@43 | |
1105 unsigned int v35; // eax@43 | |
1106 unsigned int v36; // edi@43 | |
1107 unsigned int v37; // edi@45*/ | |
1108 //size_t v38; // eax@50 | |
1109 FILE *v39; // eax@50 | |
1110 //unsigned int v40; // edi@56 | |
1111 //void *v41; // eax@56 | |
1112 //void *v42; // ebx@56 | |
1113 //const void *v43; // ebx@59 | |
1114 //const void *v44; // ebx@59 | |
1115 //unsigned int v45; // eax@59 | |
1116 //BSPModel *v46; // eax@59 | |
1117 //unsigned int v47; // ecx@59 | |
1118 //int v48; // ebx@60 | |
1119 //BSPModel *v49; // eax@61 | |
1120 //BSPModel *v50; // eax@61 | |
1121 //BSPModel *v51; // eax@61 | |
1122 //BSPModel *v52; // eax@61 | |
1123 //BSPModel *v53; // eax@61 | |
1124 //BSPModel *v54; // ecx@61 | |
1125 //BSPModel *v55; // ecx@61 | |
1126 //BSPModel *v56; // ecx@61 | |
1127 //void *v57; // ST24_4@61 | |
1128 //BSPModel *v58; // ecx@61 | |
1129 //void *v59; // ST18_4@61 | |
1130 //BSPModel *v60; // eax@61 | |
1131 //__int16 v61; // ax@64 | |
1132 unsigned __int16 v62; // ax@65 | |
1133 //ODMFace *v63; // ecx@65 | |
1134 //unsigned __int16 v64; // ax@80 | |
1135 //const char *v65; // ecx@80 | |
1136 //int v66; // eax@81 | |
1137 //void *v67; // eax@81 | |
1138 //int v68; // ecx@81 | |
1139 //void *v69; // eax@81 | |
1140 //unsigned int v70; // eax@81 | |
1141 //SpawnPointMM7 *v71; // eax@81 | |
1142 //unsigned int v72; // ecx@81 | |
1143 //size_t v73; // eax@81 | |
1144 //int v74; // edi@87 | |
1145 //void *v75; // edi@88 | |
1146 //unsigned int v76; // edx@94 | |
1147 //int v77; // ecx@94 | |
1148 //char *v78; // eax@95 | |
1149 //unsigned int v79; // edx@97 | |
1150 //unsigned int v80; // eax@99 | |
1151 //int v81; // eax@107 | |
1152 //void *v82; // edi@114 | |
1153 //size_t v83; // eax@120 | |
1154 //const void *v84; // edi@120 | |
1155 //const void *v85; // edi@120 | |
1156 //BSPModel *v86; // eax@124 | |
1157 //unsigned int v87; // eax@124 | |
1158 //BSPModel *v88; // eax@126 | |
1159 //BSPModel *v89; // eax@127 | |
1160 //ODMFace *v90; // eax@129 | |
1161 //const void *v91; // edi@138 | |
1162 //const void *v92; // edi@141 | |
1163 //const void *v93; // edi@141 | |
1164 //const void *v94; // edi@144 | |
1165 //const void *v95; // edi@144 | |
1166 //const char *v96; // edi@147 | |
1167 //unsigned int v97; // eax@147 | |
1168 //TileDesc *v98; // eax@147 | |
1169 //unsigned int v99; // eax@147 | |
1170 //int v100; // ecx@150 | |
1171 //unsigned int v101; // eax@157 | |
2334 | 1172 // int v102; // edi@159 |
0 | 1173 //void *v103; // [sp-14h] [bp-B94h]@55 |
1174 //void *v104; // [sp-10h] [bp-B90h]@59 | |
1175 //size_t v105; // [sp-Ch] [bp-B8Ch]@59 | |
1176 //char *v106; // [sp-8h] [bp-B88h]@59 | |
2334 | 1177 // int v107; // [sp-4h] [bp-B84h]@12 |
0 | 1178 int v108; // [sp+0h] [bp-B80h]@10 |
1179 char Src[968]; // [sp+10h] [bp-B70h]@110 | |
1180 char Dst[968]; // [sp+3D8h] [bp-7A8h]@50 | |
1181 char Str[256]; // [sp+7A0h] [bp-3E0h]@50 | |
1182 /*char DstBuf; // [sp+8A0h] [bp-2E0h]@10 | |
1183 __int32 Offset; // [sp+8A4h] [bp-2DCh]@10 | |
1184 __int32 v114; // [sp+8B0h] [bp-2D0h]@10 | |
1185 __int32 v115; // [sp+8BCh] [bp-2C4h]@10 | |
1186 __int32 v116; // [sp+8C8h] [bp-2B8h]@10 | |
1187 __int32 v117; // [sp+8D4h] [bp-2ACh]@10 | |
1188 __int32 v118; // [sp+8E0h] [bp-2A0h]@10 | |
1189 __int32 v119; // [sp+8ECh] [bp-294h]@10 | |
1190 __int32 v120; // [sp+8F8h] [bp-288h]@10 | |
1191 __int32 v121; // [sp+904h] [bp-27Ch]@10 | |
1192 __int32 v122; // [sp+910h] [bp-270h]@10 | |
1193 __int32 v123; // [sp+91Ch] [bp-264h]@10 | |
1194 __int32 v124; // [sp+928h] [bp-258h]@26 | |
1195 __int32 v125; // [sp+934h] [bp-24Ch]@35 | |
1196 __int32 v126; // [sp+940h] [bp-240h]@38 | |
1197 __int32 v127; // [sp+94Ch] [bp-234h]@38 | |
1198 __int32 v128; // [sp+958h] [bp-228h]@38 | |
1199 __int32 v129; // [sp+964h] [bp-21Ch]@38 | |
1200 __int32 v130; // [sp+970h] [bp-210h]@38 | |
1201 __int32 v131; // [sp+97Ch] [bp-204h]@38 | |
1202 __int32 v132; // [sp+988h] [bp-1F8h]@38 | |
1203 __int32 v133; // [sp+994h] [bp-1ECh]@38 | |
1204 __int32 v134; // [sp+9A0h] [bp-1E0h]@38 | |
1205 __int32 v135; // [sp+9ACh] [bp-1D4h]@38 | |
1206 __int32 v136; // [sp+9D0h] [bp-1B0h]@10*/ | |
1207 //char FileName[8]; // [sp+A20h] [bp-160h]@8 | |
1208 //char v138; // [sp+A28h] [bp-158h]@12 | |
1209 //int v139; // [sp+B1Ch] [bp-64h]@10 | |
1210 //char pContainer[32]; // [sp+B20h] [bp-60h]@1 | |
1211 //int *v141; // [sp+B40h] [bp-40h]@50 | |
1212 //__int64 v142; // [sp+B44h] [bp-3Ch]@55 | |
1213 //size_t pSource; // [sp+B4Ch] [bp-34h]@56 | |
1214 //int v144; // [sp+B50h] [bp-30h]@61 | |
1215 //int v145; // [sp+B54h] [bp-2Ch]@68 | |
1216 ODMHeader header; // [sp+B58h] [bp-28h]@50 | |
1217 //unsigned int pDestLen; // [sp+B68h] [bp-18h]@13 | |
1218 //FILE *ptr; // [sp+B6Ch] [bp-14h]@12 | |
1219 //void *v149; // [sp+B70h] [bp-10h]@19 | |
1220 char *Str2; // [sp+B74h] [bp-Ch]@12 | |
1221 //int v151; // [sp+B78h] [bp-8h]@59 | |
1222 //void *uSourceLen; // [sp+B7Ch] [bp-4h]@59 | |
1223 | |
1224 //pOutdoorLocation = this; | |
1225 //strcpy(pContainer, pFilename); | |
1226 | |
1227 if (bUnderwater) | |
1228 { | |
1229 pPaletteManager->pPalette_tintColor[0] = 0x10; | |
1230 pPaletteManager->pPalette_tintColor[1] = 0xC2; | |
1231 pPaletteManager->pPalette_tintColor[2] = 0x99; | |
762 | 1232 pPaletteManager->SetMistColor(37, 143, 92); |
0 | 1233 } |
1234 else | |
1235 { | |
1236 pPaletteManager->pPalette_tintColor[0] = 0; | |
1237 pPaletteManager->pPalette_tintColor[1] = 0; | |
1238 pPaletteManager->pPalette_tintColor[2] = 0; | |
1239 if (pPaletteManager->pPalette_mistColor[0] != 0x80 || | |
1240 pPaletteManager->pPalette_mistColor[1] != 0x80 || | |
1241 pPaletteManager->pPalette_mistColor[2] != 0x80) | |
1242 { | |
762 | 1243 pPaletteManager->SetMistColor(128, 128, 128); |
0 | 1244 pPaletteManager->RecalculateAll(); |
1245 } | |
1246 } | |
1247 | |
1248 _6807E0_num_decorations_with_sounds_6807B8 = 0; | |
1249 /*sprintf(FileName, "levels\\%s", pContainer); | |
1250 if ( GetFileAttributesA(FileName) != -1 ) | |
1251 { | |
1252 result = (bool)fopen(FileName, "rb"); | |
1253 v7 = result; | |
1254 File = (ODMFace *)result; | |
1255 if ( !result ) | |
1256 return result; | |
1257 *(int *)thisa = 1; | |
1258 v8 = strlen(pContainer); | |
1259 v108 = 2; | |
1260 *((char *)&v139 + v8) = 0; | |
1261 viewparams->uTextureID_LocationMap = pIcons_LOD->LoadTexture(pContainer, (enum TEXTURE_TYPE)v108); | |
1262 fread(&DstBuf, 0x180u, 1u, (FILE *)v7); | |
1263 fseek((FILE *)v7, Offset, 0); | |
1264 fread(this, 0xB0u, 1u, (FILE *)v7); | |
1265 LoadTileGroupIds(); | |
630 | 1266 LoadRoadTileset(); |
0 | 1267 strcpy(pGroundTileset, "grastyl"); |
1268 fseek((FILE *)v7, v114, 0); | |
1269 fread(&uNumBModels, 4u, 1u, (FILE *)v7); | |
1270 fseek((FILE *)v7, v115, 0); | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
1271 fread(&uNumSpriteObjects, 4u, 1u, (FILE *)v7); |
0 | 1272 fseek((FILE *)v7, v116, 0); |
1273 fread(&uNumLevelDecorations, 4u, 1u, (FILE *)v7); | |
1274 fseek((FILE *)v7, v117, 0); | |
1275 fread(&uNumActors, 4u, 1u, (FILE *)v7); | |
1276 fseek((FILE *)v7, v118, 0); | |
1277 fread(&uNumChests, 4u, 1u, (FILE *)v7); | |
1278 pTerrain.Initialize(); | |
1279 fseek((FILE *)v7, v119, 0); | |
1280 fread(pTerrain.pHeightmap, 1u, 0x4000u, (FILE *)v7); | |
1281 fseek((FILE *)v7, v120, 0); | |
1282 fread(pTerrain.pTilemap, 1u, 0x4000u, (FILE *)v7); | |
1283 fseek((FILE *)v7, v121, 0); | |
1284 fread(pTerrain.pAttributemap, 1u, 0x4000u, (FILE *)v7); | |
1285 pTerrain._47C80A(0, 0, 128, 128); | |
1583 | 1286 free(ptr_D4); |
0 | 1287 ptr_D4 = 0; |
1583 | 1288 v9 = malloc(0, 0x8000u, "CMAP"); |
0 | 1289 v108 = (int)pOMAP; |
1290 ptr_D4 = v9; | |
1583 | 1291 free((void *)v108); |
0 | 1292 pOMAP = 0; |
1583 | 1293 v10 = malloc(0, 0x10000u, "OMAP"); |
0 | 1294 v108 = 0; |
1295 pOMAP = (unsigned int *)v10; | |
1296 fseek((FILE *)v7, v136, v108); | |
1297 fread(&uNumTerrainNormals, 4u, 1u, (FILE *)v7); | |
1298 fread(pTerrainSomeOtherData, 1u, 0x20000u, (FILE *)v7); | |
1299 fread(pTerrainNormalIndices, 1u, 0x10000u, (FILE *)v7); | |
1583 | 1300 pTerrainNormals = (Vec3_float_ *)malloc(pTerrainNormals, 12 * uNumTerrainNormals, "TerNorm"); |
0 | 1301 fread(pTerrainNormals, 1u, 12 * uNumTerrainNormals, (FILE *)v7); |
1583 | 1302 v11 = malloc(pBModels, 188 * uNumBModels, "BDdata"); |
0 | 1303 v108 = 0; |
1304 pBModels = (BSPModel *)v11; | |
1305 fseek((FILE *)v7, v122, v108); | |
1306 fread(pBModels, 0xBCu, uNumBModels, (FILE *)v7); | |
1307 fseek((FILE *)v7, v123, 0); | |
1308 pNumItems = 0; | |
1309 if ( (signed int)uNumBModels > 0 ) | |
1310 { | |
1311 v12 = 0; | |
1312 while ( 1 ) | |
1313 { | |
1314 pBModels[v12].pVertices.pVertices = 0; | |
1315 pBModels[v12].pFaces = 0; | |
1316 pBModels[v12].pFacesOrdering = 0; | |
1317 pBModels[v12].pNodes = 0; | |
1318 FileName[0] = 0; | |
1319 v108 = (int)&pBModels[v12]; | |
1320 sprintfex(FileName, "%s", v108); | |
1321 v13 = pBModels; | |
1322 v138 = 0; | |
1583 | 1323 pBModels[v12].pVertices.pVertices = (Vec3_int_ *)malloc(v13[v12].pVertices.pVertices, 12 * v13[v12].pVertices.uNumVertices, |
0 | 1324 FileName); |
1583 | 1325 pBModels[v12].pFaces = (ODMFace *)malloc(pBModels[v12].pFaces, 308 * pBModels[v12].uNumFaces, |
0 | 1326 FileName); |
1583 | 1327 pBModels[v12].pFacesOrdering = (unsigned __int16 *)malloc(pBModels[v12].pFacesOrdering, |
0 | 1328 2 * pBModels[v12].uNumFaces, FileName); |
1583 | 1329 v14 = malloc(pBModels[v12].pNodes, 8 * pBModels[v12].uNumNodes, FileName); |
0 | 1330 v15 = pBModels; |
1331 v108 = (int)File; | |
1332 v15[v12].pNodes = (BSPNode *)v14; | |
1333 fread(pBModels[v12].pVertices.pVertices, 0xCu, pBModels[v12].pVertices.uNumVertices, (FILE *)v108); | |
1334 fread(pBModels[v12].pFaces, 0x134u, pBModels[v12].uNumFaces, (FILE *)File); | |
1335 fread(pBModels[v12].pFacesOrdering, 2u, pBModels[v12].uNumFaces, (FILE *)File); | |
1336 fread(pBModels[v12].pNodes, 8u, pBModels[v12].uNumNodes, (FILE *)File); | |
1337 v16 = malloc(10 * pBModels[v12].uNumFaces); | |
1338 v107 = (int)File; | |
1339 v17 = pBModels; | |
1340 ptr = (FILE *)v16; | |
1341 fread(v16, 0xAu, v17[v12].uNumFaces, (FILE *)File); | |
1342 v18 = pBModels; | |
1343 Str2 = 0; | |
1344 if ( (signed int)v18[v12].uNumFaces > 0 ) | |
1345 break; | |
1346 LABEL_25: | |
1347 free(ptr); | |
1348 ++pNumItems; | |
1349 ++v12; | |
1350 if ( (signed int)pNumItems >= (signed int)uNumBModels ) | |
1351 goto LABEL_26; | |
1352 } | |
1353 pDestLen = 0; | |
1354 pFilename = (char *)ptr; | |
1355 while ( 1 ) | |
1356 { | |
1357 thisa = (int)((char *)v18[v12].pFaces + pDestLen); | |
1358 if ( !(*(char *)(thisa + 29) & 0x40) ) | |
1359 break; | |
1360 v19 = pTextureFrameTable->FindTextureByName(pFilename); | |
1361 *(short *)(thisa + 272) = v19; | |
1362 if ( !v19 ) | |
1363 { | |
1364 v20 = pBitmaps_LOD->LoadTexture(pFilename); | |
1365 v21 = thisa; | |
1366 *(char *)(v21 + 29) &= 0xBFu; | |
1367 LABEL_19: | |
1368 *(short *)(v21 + 272) = v20; | |
1369 v149 = (void *)(v20 != -1 ? &pBitmaps_LOD->pTextures[v20] : 0); | |
1370 auto pTex = (Texture *)v149; | |
1371 if (pTex) | |
1372 pTex->palette_id2 = pPaletteManager->LoadPalette(pTex->palette_id1); | |
1373 goto LABEL_20; | |
1374 } | |
1375 pTextureFrameTable->LoadAnimationSequenceAndPalettes(*(unsigned __int16 *)((char *)&pBModels[v12].pFaces->uTextureID + pDestLen)); | |
1376 LABEL_20: | |
1377 if ( *(short *)(thisa + 292) ) | |
1378 { | |
1379 if ( ((ODMFace *)thisa)->HasEventHint() ) | |
1380 *(char *)(thisa + 30) |= 0x10u; | |
1381 else | |
1382 *(char *)(thisa + 30) &= 0xEFu; | |
1383 } | |
1384 ++Str2; | |
1385 v18 = pBModels; | |
1386 pDestLen += 308; | |
1387 pFilename += 10; | |
1388 if ( (signed int)Str2 >= (signed int)v18[v12].uNumFaces ) | |
1389 goto LABEL_25; | |
1390 } | |
1391 v20 = pBitmaps_LOD->LoadTexture(pFilename); | |
1392 v21 = thisa; | |
1393 goto LABEL_19; | |
1394 } | |
1395 LABEL_26: | |
1396 v22 = File; | |
1397 fseek((FILE *)File, v124, 0); | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
1398 fread(pSpriteObjects, 0x70u, uNumSpriteObjects, (FILE *)v22); |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
1399 if ( (signed int)uNumSpriteObjects > 0 ) |
0 | 1400 { |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
1401 pItems = pSpriteObjects; |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
1402 pNumItems = uNumSpriteObjects; |
0 | 1403 do |
1404 { | |
1405 v24 = pItems->stru_24.uItemID; | |
1406 thisa = 0; | |
1407 v27 = (ODMFace *)(48 * v24); | |
1408 v25 = pObjectList->uNumObjects == 0; | |
1409 v26 = (pObjectList->uNumObjects & 0x80000000u) != 0; | |
1410 LOWORD(v27) = *(short *)((char *)&v27->pFacePlane.vNormal.x + (int)((char *)&pItemsTable + 24)); | |
1411 File = v27; | |
1412 pItems->uItemType = (unsigned __int16)v27; | |
1413 if ( v26 | v25 ) | |
1414 { | |
1415 LABEL_33: | |
1416 v29 = 0; | |
1417 } | |
1418 else | |
1419 { | |
1420 for ( i = (const char *)&pObjectList->pObjects->uObjectID; (short)v27 != *(short *)i; i = pFilename ) | |
1421 { | |
1422 ++thisa; | |
1423 pFilename = (char *)i + 56; | |
1424 if ( thisa >= (signed int)pObjectList->uNumObjects ) | |
1425 goto LABEL_33; | |
1426 LOWORD(v27) = (short)File; | |
1427 } | |
1428 v29 = thisa; | |
1429 } | |
1430 pItems->uObjectDescID = v29; | |
1431 ++pItems; | |
1432 --pNumItems; | |
1433 } | |
1434 while ( pNumItems ); | |
1435 } | |
1436 fseek((FILE *)v22, v125, 0); | |
1437 fread(pLevelDecorations, 0x20u, uNumLevelDecorations, (FILE *)v22); | |
1438 pNumItems = 0; | |
1439 if ( (signed int)uNumLevelDecorations > 0 ) | |
1440 { | |
1441 thisa = (int)pLevelDecorations; | |
1442 do | |
1443 { | |
1444 fread(FileName, 1u, 0x20u, (FILE *)v22); | |
1445 v30 = pDecorationList->GetDecorIdByName(FileName); | |
1446 v31 = thisa; | |
1447 ++pNumItems; | |
1448 thisa += 32; | |
1449 *(short *)v31 = v30; | |
1450 } | |
1451 while ( (signed int)pNumItems < (signed int)uNumLevelDecorations ); | |
1452 } | |
1453 fseek((FILE *)v22, v126, 0); | |
1454 fread(pActors, 0x344u, uNumActors, (FILE *)v22); | |
1455 fseek((FILE *)v22, v127, 0); | |
1456 fread(pChests, 0x14CCu, uNumChests, (FILE *)v22); | |
1457 fseek((FILE *)v22, v128, 0); | |
1458 fread(&field_DC, 4u, 1u, (FILE *)v22); | |
1583 | 1459 free(pFaceIDLIST); |
0 | 1460 v32 = field_DC; |
1461 pFaceIDLIST = 0; | |
1583 | 1462 v33 = malloc(0, 2 * v32, "IDLIST"); |
0 | 1463 v108 = (int)v22; |
1464 pFaceIDLIST = (unsigned __int16 *)v33; | |
1465 fread(v33, 2u, field_DC, (FILE *)v108); | |
1466 fseek((FILE *)v22, v129, 0); | |
1467 fread(pOMAP, 4u, 0x4000u, (FILE *)v22); | |
1468 fseek((FILE *)v22, v130, 0); | |
1469 fread(&uNumSpawnPoints, 4u, 1u, (FILE *)v22); | |
1583 | 1470 pSpawnPoints = (SpawnPointMM7 *)malloc(pSpawnPoints, 24 * uNumSpawnPoints, "Spawn"); |
0 | 1471 fseek((FILE *)v22, v131, 0); |
1472 fread(pSpawnPoints, 0x18u, uNumSpawnPoints, (FILE *)v22); | |
1473 fseek((FILE *)v22, v132, 0); | |
1474 fread(&ddm, 0x28u, 1u, (FILE *)v22); | |
1475 fseek((FILE *)v22, v133, 0); | |
1476 fread(&stru_5E4C90, 1u, 0xC8u, (FILE *)v22); | |
1477 fseek((FILE *)v22, v134, 0); | |
1478 fread(&uLastVisitDay, 1u, 0x38u, (FILE *)v22); | |
1479 fseek((FILE *)v22, v135, 0); | |
1480 fread(&uLastVisitDay, 1u, 4u, (FILE *)v22); | |
1481 thisa = (int)pTileTypes; | |
1482 pTileTable->InitializeTileset(4); | |
1483 pTileTable->InitializeTileset(pTileTypes[0].uTileGroup); | |
1484 pTileTable->InitializeTileset(pTileTypes[1].uTileGroup); | |
1485 pTileTable->InitializeTileset(pTileTypes[2].uTileGroup); | |
1486 pTileTable->InitializeTileset(pTileTypes[3].uTileGroup); | |
1487 if ( this != (OutdoorLocation *)-96 && pSkyTextureName[0] ) | |
1488 { | |
1489 v108 = 0; | |
1490 v107 = (int)pSkyTextureName; | |
1491 } | |
1492 else | |
1493 { | |
1494 v108 = 0; | |
1495 v107 = (int)pDefaultSkyTexture; | |
1496 } | |
2006 | 1497 sSky_TextureID = pBitmaps_LOD->LoadTexture((const char *)v107, (enum TEXTURE_TYPE)v108); |
0 | 1498 strcpy(pGroundTileset, byte_6BE124_cfg_textures_DefaultGroundTexture); |
1499 v34 = pTileTable->GetTileById(pTileTypes[0].uTileID); | |
1500 v35 = pBitmaps_LOD->LoadTexture(v34->pTileName); | |
2006 | 1501 v36 = sSky_TextureID; |
1502 sMainTile_BitmapID = v35; | |
0 | 1503 if ( v36 != -1 ) |
1504 pBitmaps_LOD->pTextures[v36].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[v36].palette_id1); | |
1505 | |
2006 | 1506 v37 = sMainTile_BitmapID; |
0 | 1507 if ( v37 != -1 ) |
1508 pBitmaps_LOD->pTextures[v37].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[v37].palette_id1); | |
1509 | |
1510 _47F0E2(); | |
1511 pGameLoadingUI_ProgressBar->Progress(); | |
1512 fclose((FILE *)v22); | |
1513 goto LABEL_150; | |
1514 }*/ | |
1515 | |
1516 assert(sizeof(BSPModel) == 188); | |
1517 | |
1518 if (!pGames_LOD->DoesContainerExist(pFilename)) | |
1545 | 1519 Error("Unable to find %s in Games.LOD", pFilename); |
0 | 1520 |
119 | 1521 |
1522 char pMinimapTextureFilename[1024]; | |
1523 strcpy(pMinimapTextureFilename, pFilename); | |
1524 pMinimapTextureFilename[strlen(pMinimapTextureFilename) - 4] = 0; | |
1525 viewparams->uTextureID_LocationMap = pIcons_LOD->LoadTexture(pMinimapTextureFilename, TEXTURE_16BIT_PALETTE); | |
1526 | |
0 | 1527 //strcpy(FileName, pContainer); |
1528 strcpy(Str, pFilename); | |
1529 strcpy(Str + strlen(Str) - 4, ".odm"); | |
1530 //v141 = &v139; | |
1531 //v38 = strlen(pFilename); | |
1532 //strcpy((char *)&v139 + v38, ".odm"); | |
1533 v39 = pGames_LOD->FindContainer(Str, 1); | |
1534 //Str[strlen(Str) - 4] = 0; | |
1535 | |
1536 header.uCompressedSize = 0; | |
1537 header.uDecompressedSize = 0; | |
1538 //ptr = v39; | |
1539 header.uVersion = 91969; | |
1540 header.pMagic[0] = 'm'; | |
1541 header.pMagic[1] = 'v'; | |
1542 header.pMagic[2] = 'i'; | |
1543 header.pMagic[3] = 'i'; | |
1544 fread(&header, 0x10u, 1u, v39); | |
1545 if (header.uVersion != 91969 || | |
1546 header.pMagic[0] != 'm' || | |
1547 header.pMagic[1] != 'v' || | |
1548 header.pMagic[2] != 'i' || | |
1549 header.pMagic[3] != 'i') | |
1550 { | |
1551 MessageBoxW(nullptr, L"Can't load file!", | |
1552 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:507", 0); | |
1553 } | |
1554 //v40 = header.uCompressedSize; | |
1555 //pSource = header.uDecompressedSize; | |
1556 //v41 = malloc(header.uDecompressedSize); | |
1980 | 1557 uchar* pSrcMem = (unsigned char *)malloc(header.uDecompressedSize); |
1558 uchar* pSrc = pSrcMem; | |
0 | 1559 //v42 = v41; |
1560 //HIDWORD(v142) = (uint32)pSrc; | |
1561 if (header.uCompressedSize < header.uDecompressedSize) | |
1562 { | |
1980 | 1563 char* pComressedSrc = (char *)malloc(header.uCompressedSize); |
0 | 1564 fread(pComressedSrc, header.uCompressedSize, 1, v39); |
1565 | |
1566 uint actualDecompressedSize = header.uDecompressedSize; | |
1567 zlib::MemUnzip(pSrc, &actualDecompressedSize, pComressedSrc, header.uCompressedSize); | |
1568 free(pComressedSrc); | |
1569 } | |
1570 else | |
1571 { | |
1572 fread(pSrc, header.uDecompressedSize, 1, v39); | |
1573 } | |
1574 | |
1575 memcpy(pLevelFilename, pSrc, 0x20); | |
1576 memcpy(pLocationFileName, pSrc + 0x20, 0x20); | |
1577 memcpy(pLocationFileDescription, pSrc + 0x40, 0x20); | |
67 | 1578 memcpy(pSkyTextureName, pSrc + 3 * 32, 32); |
0 | 1579 memcpy(pGroundTileset, pSrc + 0x80, 0x20); |
1580 memcpy(pTileTypes, pSrc + 0xA0, 0x10); | |
1581 pSrc += 0xB0; | |
1582 | |
1583 //v43 = (char *)pSrc + 176; | |
1584 LoadTileGroupIds(); | |
630 | 1585 LoadRoadTileset(); |
0 | 1586 strcpy(pGroundTileset, "grastyl"); |
1587 pGameLoadingUI_ProgressBar->Progress(); | |
1588 pTerrain.Initialize(); | |
1589 //v108 = 16384; | |
1590 //v107 = (int)v43; | |
1591 //v106 = (char *)pTerrain.pHeightmap; | |
1592 memcpy(pTerrain.pHeightmap, pSrc, 0x4000); | |
1593 pSrc += 0x4000; | |
1594 | |
1595 //v43 = (char *)v43 + 16384; | |
1596 //v105 = 16384; | |
1597 //v104 = (void *)v43; | |
1598 //v103 = pTerrain.pTilemap; | |
1599 memcpy(pTerrain.pTilemap, pSrc, 0x4000); | |
1600 pSrc += 0x4000; | |
1601 | |
1602 //v43 = (char *)v43 + 16384; | |
1603 memcpy(pTerrain.pAttributemap, pSrc, 0x4000); | |
1604 pSrc += 0x4000; | |
1605 | |
1606 //v43 = (char *)v43 + 16384; | |
1607 //v108 = (int)ptr_D4; | |
2369
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
1608 free(pCmap); |
1583 | 1609 pCmap = malloc(0x8000); |
760 | 1610 pTerrain.FillDMap(0, 0, 128, 128); |
0 | 1611 |
1612 pGameLoadingUI_ProgressBar->Progress(); | |
1613 memcpy(&uNumTerrainNormals, pSrc, 4); | |
1614 //v43 = (char *)v43 + 4; | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
1615 memcpy(pTerrainSomeOtherData.data(), pSrc + 4, 0x20000); |
0 | 1616 pSrc += 4 + 0x20000; |
1617 //v43 = (char *)v43 + 131072; | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
1618 memcpy(pTerrainNormalIndices.data(), pSrc, 0x10000); |
0 | 1619 pSrc += 0x10000; |
1620 //v43 = (char *)v43 + 65536; | |
1621 | |
1622 //pFilename = (char *)(12 * uNumTerrainNormals); | |
1583 | 1623 pTerrainNormals = (Vec3_float_ *)malloc(sizeof(Vec3_float_) * uNumTerrainNormals); |
0 | 1624 memcpy(pTerrainNormals, pSrc, 12 * uNumTerrainNormals); |
1625 pSrc += 12 * uNumTerrainNormals; | |
1626 //v44 = (char *)v43 + (int)pFilename; | |
1627 //v44 = (char *)v44 + 4; | |
1628 //v45 = uNumBModels; | |
1629 //v108 = (int)"BDdata"; | |
1630 | |
1631 pGameLoadingUI_ProgressBar->Progress(); | |
1632 | |
1633 //v107 = 188 * v45; | |
1634 //v106 = (char *)pBModels; | |
1583 | 1635 //v46 = (BSPModel *)malloc(v106, 188 * v45, "BDdata"); |
0 | 1636 //v47 = uNumBModels; |
1637 memcpy(&uNumBModels, pSrc, 4); | |
1583 | 1638 pBModels = (BSPModel *)malloc(188 * uNumBModels); |
0 | 1639 //pFilename = (char *)(188 * v47); |
1640 memcpy(pBModels, pSrc + 4, 188 * uNumBModels); | |
1641 pSrc += 4 + 188 * uNumBModels; | |
1642 | |
1643 pGameLoadingUI_ProgressBar->Progress(); | |
1644 | |
1645 //uSourceLen = (char *)v44 + (int)pFilename; | |
1646 //v151 = 0; | |
1647 for (uint i = 0; i < uNumBModels; ++i) | |
1648 { | |
1649 //v48 = 0; | |
2143 | 1650 //BSPModel* model = &pBModels[i]; |
1651 | |
1652 pBModels[i].pVertices.pVertices = nullptr; | |
1653 pBModels[i].pFaces = nullptr; | |
1654 pBModels[i].pFacesOrdering = nullptr; | |
1655 pBModels[i].pNodes = nullptr; | |
0 | 1656 //FileName[0] = 0; |
1657 //v108 = (int)&pBModels[i]; | |
1658 //sprintf(FileName, "%s", v108); | |
1659 //v49 = pBModels; | |
1660 //v138 = 0; | |
1661 //v50 = &pBModels[v48]; | |
1662 //v108 = (int)FileName; | |
1663 //v107 = 12 * v50->pVertices.uNumVertices; | |
1664 //v106 = (char *)v50->pVertices.pVertices; | |
1665 assert(sizeof(Vec3_int_) == 12); | |
2143 | 1666 uint verticesSize = pBModels[i].pVertices.uNumVertices * sizeof(Vec3_int_); |
1667 pBModels[i].pVertices.pVertices = (Vec3_int_ *)malloc(verticesSize); | |
1668 memcpy(pBModels[i].pVertices.pVertices, pSrc, verticesSize); | |
0 | 1669 pSrc += verticesSize; |
1670 //v51 = &pBModels[v48]; | |
1671 //v108 = (int)FileName; | |
1672 //v107 = 308 * v51->uNumFaces; | |
1673 //v106 = (char *)v51->pFaces; | |
1674 assert(sizeof(ODMFace) == 308); | |
2143 | 1675 uint facesSize = pBModels[i].uNumFaces * sizeof(ODMFace); |
1676 pBModels[i].pFaces = (ODMFace *)malloc(facesSize); | |
1677 memcpy(pBModels[i].pFaces, pSrc, facesSize); | |
0 | 1678 pSrc += facesSize; |
1679 //v52 = &pBModels[v48]; | |
1680 //v108 = (int)FileName; | |
1681 //v107 = 2 * v52->uNumFaces; | |
1682 //v106 = (char *)v52->pFacesOrdering; | |
2143 | 1683 uint facesOrderingSize = pBModels[i].uNumFaces * sizeof(short); |
1684 pBModels[i].pFacesOrdering = (unsigned __int16 *)malloc(facesOrderingSize); | |
1685 memcpy(pBModels[i].pFacesOrdering, pSrc, facesOrderingSize); | |
0 | 1686 pSrc += facesOrderingSize; |
1687 //v53 = &pBModels[v48]; | |
1688 //v108 = (int)FileName; | |
1689 //v107 = 8 * v53->uNumNodes; | |
1690 //v106 = (char *)v53->pNodes; | |
1691 assert(sizeof(BSPNode) == 8); | |
2143 | 1692 uint nodesSize = pBModels[i].uNumNodes * sizeof(BSPNode); |
1693 pBModels[i].pNodes = (BSPNode *)malloc(nodesSize); | |
1694 memcpy(pBModels[i].pNodes, pSrc, nodesSize); | |
0 | 1695 pSrc += nodesSize; |
1696 //v54 = &pBModels[v48]; | |
1697 //v108 = 12 * v54->pVertices.uNumVertices; | |
1698 //pFilename = (char *)v108; | |
1699 //v107 = (int)uSourceLen; | |
1700 //v106 = (char *)v54->pVertices.pVertices; | |
1701 //memcpy(v106, uSourceLen, v108); | |
1702 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
1703 //v55 = &pBModels[v48]; | |
1704 //v105 = 308 * v55->uNumFaces; | |
1705 //v104 = uSourceLen; | |
1706 //v103 = v55->pFaces; | |
1707 //pFilename = (char *)v105; | |
1708 //memcpy(v103, uSourceLen, v105); | |
1709 //v56 = &pBModels[v48]; | |
1710 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
1711 //v57 = v56->pFacesOrdering; | |
1712 //pFilename = (char *)(2 * v56->uNumFaces); | |
1713 //memcpy(v57, uSourceLen, (size_t)pFilename); | |
1714 //v58 = &pBModels[v48]; | |
1715 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
1716 //v59 = v58->pNodes; | |
1717 //pFilename = (char *)(8 * v58->uNumNodes); | |
1718 //memcpy(v59, uSourceLen, (size_t)pFilename); | |
1719 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
1720 //ptr = (FILE *)malloc(10 * model->uNumFaces); | |
2143 | 1721 const char* textureFilenames = (const char *)malloc(10 * pBModels[i].uNumFaces); |
0 | 1722 //pFilename = (char *)(10 * pBModels[v48].uNumFaces); |
2143 | 1723 memcpy((char *)textureFilenames, pSrc, 10 * pBModels[i].uNumFaces); |
1724 pSrc += 10 * pBModels[i].uNumFaces; | |
0 | 1725 //v144 = 0; |
1726 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
1727 //v60 = pBModels; | |
2143 | 1728 for (uint j = 0; j < pBModels[i].uNumFaces; ++j) |
0 | 1729 { |
1980 | 1730 const char* texFilename = &textureFilenames[j * 10]; |
0 | 1731 //v149 = 0; |
1732 //Str2 = (char *)ptr; | |
1733 | |
2143 | 1734 //ODMFace* face = &pBModels[i].pFaces[j]; |
0 | 1735 //pFilename = (char *)v149 + (unsigned int)v60[v48].pFaces; |
2143 | 1736 if ( !(pBModels[i].pFaces[j].uAttributes & FACE_DONT_CACHE_TEXTURE)) |
0 | 1737 { |
1738 v62 = pBitmaps_LOD->LoadTexture(texFilename); | |
1739 // v63 = (ODMFace *)pFilename; | |
1740 goto LABEL_68; | |
1741 } | |
1742 //v61 = pTextureFrameTable->FindTextureByName(texFilename); | |
2143 | 1743 pBModels[i].pFaces[j].uTextureID = pTextureFrameTable->FindTextureByName(texFilename); |
1744 if (!pBModels[i].pFaces[j].uTextureID) | |
0 | 1745 { |
1746 v62 = pBitmaps_LOD->LoadTexture(texFilename); | |
1747 //v63 = (ODMFace *)pFilename; | |
2143 | 1748 pBModels[i].pFaces[j].uAttributes &= ~FACE_DONT_CACHE_TEXTURE; |
0 | 1749 LABEL_68: |
2143 | 1750 pBModels[i].pFaces[j].uTextureID = v62; |
0 | 1751 //v145 = (signed __int16)v62 != -1 ? &pBitmaps_LOD->pTextures[(signed __int16)v62] : 0; |
1752 //v108 = ((signed __int16)v62 != -1 ? pBitmaps_LOD->pTextures[(signed __int16)v62].palette_id1 : 36); | |
1753 if ((signed __int16)v62 != -1) | |
1754 pBitmaps_LOD->pTextures[v62].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[v62].palette_id1); | |
1755 goto LABEL_69; | |
1756 } | |
2143 | 1757 pTextureFrameTable->LoadAnimationSequenceAndPalettes(pBModels[i].pFaces[j].uTextureID); |
0 | 1758 LABEL_69: |
2143 | 1759 if (pBModels[i].pFaces[j].sCogTriggeredID) |
0 | 1760 { |
2143 | 1761 if (pBModels[i].pFaces[j].HasEventHint()) |
2166 | 1762 pBModels[i].pFaces[j].uAttributes |= FACE_UNKNOW; |
0 | 1763 else |
2166 | 1764 pBModels[i].pFaces[j].uAttributes &= ~FACE_UNKNOW; |
0 | 1765 } |
1766 //++v144; | |
1767 //v60 = pBModels; | |
1768 //v149 = (char *)v149 + 308; | |
1769 //Str2 += 10; | |
1770 //if ( v144 >= (signed int)v60[v48].uNumFaces ) | |
1771 //goto LABEL_74; | |
1772 } | |
1773 | |
1774 //LABEL_74: | |
1775 free((void *)textureFilenames); | |
1776 // ++v151; | |
1777 // ++v48; | |
1778 // if ( v151 >= (signed int)uNumBModels ) | |
1779 // goto LABEL_75; | |
1780 } | |
1781 //LABEL_75: | |
1782 pGameLoadingUI_ProgressBar->Progress(); | |
1783 | |
2143 | 1784 memcpy(&uNumLevelDecorations, pSrc, 4); |
0 | 1785 //uSourceLen = (char *)uSourceLen + 4; |
1786 if (uNumLevelDecorations > 3000) | |
1787 MessageBoxW(nullptr, L"Can't load file!", | |
1788 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:678", 0); | |
1789 | |
1790 assert(sizeof(LevelDecoration) == 32); | |
1791 //pFilename = (char *)(32 * uNumLevelDecorations); | |
1202 | 1792 memcpy(pLevelDecorations.data(), pSrc + 4, uNumLevelDecorations * sizeof(LevelDecoration)); |
760 | 1793 pSrc += 4 + sizeof(LevelDecoration) * uNumLevelDecorations; |
0 | 1794 |
1795 pGameLoadingUI_ProgressBar->Progress(); | |
1796 | |
1797 //v151 = 0; | |
1798 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
1799 for (uint i = 0; i < uNumLevelDecorations; ++i) | |
1800 { | |
1801 char name[256]; | |
760 | 1802 memcpy(name, pSrc, sizeof(LevelDecoration)); |
1803 pSrc += sizeof(LevelDecoration); | |
0 | 1804 |
1805 pLevelDecorations[i].uDecorationDescID = pDecorationList->GetDecorIdByName(name); | |
1806 } | |
1807 | |
1808 pGameLoadingUI_ProgressBar->Progress(); | |
1809 | |
1810 memcpy(&numFaceIDListElems, pSrc, 4); | |
1811 | |
1812 //uSourceLen = (char *)uSourceLen + 4; | |
1813 //v108 = (int)pFaceIDLIST; | |
2369
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
1814 free(pFaceIDLIST); |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
1815 pFaceIDLIST = nullptr; |
0 | 1816 //v66 = field_DC; |
1817 //pFaceIDLIST = 0; | |
1583 | 1818 //v67 = malloc(0, 2 * v66, "IDLIST"); |
0 | 1819 uint faceIDListSize = 2 * numFaceIDListElems; |
1583 | 1820 pFaceIDLIST = (unsigned short *)malloc(faceIDListSize); |
0 | 1821 //v68 = field_DC; |
1822 //pFaceIDLIST = (unsigned __int16 *)v67; | |
1823 //pFilename = (char *)(2 * v68); | |
1824 memcpy(pFaceIDLIST, pSrc + 4, faceIDListSize); | |
1825 pSrc += 4 + faceIDListSize; | |
1826 | |
1827 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
1828 pGameLoadingUI_ProgressBar->Progress(); | |
1829 | |
1830 //v108 = (int)pOMAP; | |
1583 | 1831 //free((void *)v108); |
0 | 1832 //pOMAP = 0; |
2369
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2368
diff
changeset
|
1833 free(pOMAP); |
1583 | 1834 //v69 = malloc(0, 0x10000u, "OMAP"); |
1835 pOMAP = (unsigned int *)malloc(0x10000); | |
0 | 1836 //v108 = 65536; |
1837 //pOMAP = (unsigned int *)v69; | |
1838 memcpy(pOMAP, pSrc, 65536); | |
1839 pSrc += 65536; | |
1840 | |
1841 //uSourceLen = (char *)uSourceLen + 65536; | |
1842 pGameLoadingUI_ProgressBar->Progress(); | |
1843 | |
1844 memcpy(&uNumSpawnPoints, pSrc, 4); | |
1845 //uSourceLen = (char *)uSourceLen + 4; | |
1846 pGameLoadingUI_ProgressBar->Progress(); | |
1847 //v70 = uNumSpawnPoints; | |
1848 //v108 = (int)"Spawn"; | |
1849 //v107 = 24 * v70; | |
1850 //v106 = (char *)pSpawnPoints; | |
1851 assert(sizeof(SpawnPointMM7) == 24); | |
1852 uint spawnPointsSize = uNumSpawnPoints * sizeof(SpawnPointMM7); | |
1583 | 1853 pSpawnPoints = (SpawnPointMM7 *)malloc(spawnPointsSize); |
0 | 1854 //v72 = uNumSpawnPoints; |
1855 //pSpawnPoints = v71; | |
1856 memcpy(pSpawnPoints, pSrc + 4, spawnPointsSize); | |
1857 pSrc += 4 + spawnPointsSize; | |
1858 | |
1859 pGameLoadingUI_ProgressBar->Progress(); | |
1860 | |
1861 free(pSrcMem); | |
1862 | |
1863 //v108 = (int)".ddm"; | |
1864 //v73 = strlen(pContainer); | |
1865 strcpy(Str + strlen(Str) - 4, ".ddm"); | |
1866 //strcpy((char *)v141 + v73, (const char *)v108); | |
2088 | 1867 v39 = pNew_LOD->FindContainer(Str, 1);//error |
2166 | 1868 fread(&header, 0x10u, 1, v39); |
0 | 1869 Str2 = 0; |
1870 if (header.uVersion != 91969 || | |
1871 header.pMagic[0] != 'm' || | |
1872 header.pMagic[1] != 'v' || | |
1873 header.pMagic[2] != 'i' || | |
1874 header.pMagic[3] != 'i' ) | |
1875 { | |
187 | 1876 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:746", 0); |
0 | 1877 Str2 = (char *)1; |
1878 } | |
1879 //v74 = 0; | |
1880 //pFilename = (char *)header.uCompressedSize; | |
1881 //v149 = 0; | |
1882 //pDestLen = header.uDecompressedSize; | |
1883 if ( !Str2 ) | |
1884 { | |
1885 pSrcMem = (unsigned char *)malloc(header.uDecompressedSize); | |
1886 pSrc = pSrcMem; | |
1887 //v149 = v75; | |
1888 if (header.uCompressedSize == header.uDecompressedSize) | |
1889 fread(pSrc, header.uDecompressedSize, 1u, v39); | |
1890 else if (header.uCompressedSize < header.uDecompressedSize) | |
1891 { | |
1980 | 1892 void* compressedMem = malloc(header.uCompressedSize); |
0 | 1893 fread(compressedMem, header.uCompressedSize, 1, v39); |
1894 | |
1895 uint actualDecompressedSize = header.uDecompressedSize; | |
1896 zlib::MemUnzip(pSrc, &actualDecompressedSize, compressedMem, header.uCompressedSize); | |
1897 free(compressedMem); | |
1898 } | |
1899 else | |
1900 MessageBoxW(nullptr, L"Can't load file!", | |
1901 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:765", 0); | |
1902 | |
1903 assert(sizeof(DDM_DLV_Header) == 0x28); | |
1904 memcpy(&ddm, pSrc, sizeof(DDM_DLV_Header)); | |
1905 pSrc += sizeof(DDM_DLV_Header); | |
1906 //v74 = (int)((char *)v75 + 40); | |
1907 } | |
1908 uint actualNumFacesInLevel = 0; | |
1909 for (uint i = 0; i < uNumBModels; ++i) | |
80 | 1910 actualNumFacesInLevel += pBModels[i].uNumFaces; |
0 | 1911 |
1912 //v79 = ddm.uNumFacesInBModels; | |
1913 if (ddm.uNumFacesInBModels) | |
1914 { | |
1915 if ( ddm.uNumBModels ) | |
1916 { | |
1917 //v80 = ddm.uNumDecorations; | |
1918 if (ddm.uNumDecorations) | |
1919 { | |
1920 if (ddm.uNumFacesInBModels != actualNumFacesInLevel || | |
1921 ddm.uNumBModels != uNumBModels || | |
1922 ddm.uNumDecorations != uNumLevelDecorations ) | |
1923 Str2 = (char *)1; | |
1924 } | |
1925 } | |
1926 } | |
1927 | |
2061 | 1928 if (dword_6BE364_game_settings_1 & GAME_SETTINGS_2000) |
1929 pNumItems = 0x1BAF800; | |
0 | 1930 if ( Str2 ) |
1931 { | |
1932 memset(Dst, 0, 0x3C8u); | |
1933 memset(Src, 0, 0x3C8u); | |
1934 goto LABEL_112; | |
1935 } | |
1936 //v81 = ddm.uLastRepawnDay; | |
1937 if ((unsigned int)((char *)File - ddm.uLastRepawnDay) >= pNumItems || !ddm.uLastRepawnDay) | |
1938 { | |
1939 memcpy(Dst, pSrc, 0x3C8u); | |
1940 memcpy(Src, pSrc + 968, 0x3C8u); | |
1941 LABEL_112: | |
1942 free(pSrcMem); | |
1943 | |
1944 ddm.uLastRepawnDay = (int)File; | |
1945 if (Str2 == 0) | |
1946 ++ddm.uNumRespawns; | |
1947 v108 = 0; | |
1948 *(int *)thisa = 1; | |
1949 v39 = pGames_LOD->FindContainer(Str, 0); | |
1950 fread(&header, 0x10, 1u, v39); | |
1951 //pFilename = (char *)header.uCompressedSize; | |
1952 //pDestLen = header.uDecompressedSize; | |
1953 //v82 = malloc(header.uDecompressedSize); | |
1954 pSrcMem = (unsigned char *)malloc(header.uDecompressedSize); | |
1955 //v149 = v82; | |
1956 if (header.uCompressedSize == header.uDecompressedSize) | |
1957 fread(pSrcMem, header.uDecompressedSize, 1, v39); | |
1958 else if (header.uCompressedSize < header.uDecompressedSize) | |
1959 { | |
1980 | 1960 void* compressedMem = malloc(header.uCompressedSize); |
0 | 1961 fread(compressedMem, header.uCompressedSize, 1u, v39); |
1962 | |
1963 uint actualDecompressedSize = header.uDecompressedSize; | |
1964 zlib::MemUnzip(pSrcMem, &actualDecompressedSize, compressedMem, header.uCompressedSize); | |
1965 free(compressedMem); | |
1966 } | |
1967 else | |
1968 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:857", 0); | |
1969 | |
1970 pSrc = pSrcMem + 40; | |
1971 goto LABEL_120; | |
1972 | |
1973 } | |
1974 *(int *)thisa = 0; | |
1975 LABEL_120: | |
1976 //v108 = (int)".odm"; | |
1977 //v83 = strlen(pContainer); | |
1978 //strcpy((char *)v141 + v83, (const char *)v108); | |
2364 | 1979 memcpy(uFullyRevealedCellOnMap, pSrc, 0x3C8); |
0 | 1980 //v84 = (const void *)(v74 + 968); |
2364 | 1981 memcpy(uPartiallyRevealedCellOnMap, pSrc + 0x3C8, 0x3C8); |
0 | 1982 pSrc += 2 * 0x3C8; |
1983 //v85 = (char *)v84 + 968; | |
1984 | |
1985 pGameLoadingUI_ProgressBar->Progress(); | |
1986 | |
1987 if ( *(int *)thisa ) | |
1988 { | |
2364 | 1989 memcpy(uFullyRevealedCellOnMap, Dst, 0x3C8u); |
1990 memcpy(uPartiallyRevealedCellOnMap, Src, 0x3C8u); | |
0 | 1991 } |
1992 | |
1993 for (uint i = 0; i < uNumBModels; ++i) | |
1994 { | |
1980 | 1995 BSPModel model = pBModels[i]; |
79 | 1996 for (uint j = 0; j < model.uNumFaces; ++j) |
0 | 1997 { |
1980 | 1998 ODMFace face = model.pFaces[j]; |
79 | 1999 memcpy(&face.uAttributes, pSrc, 4); |
0 | 2000 pSrc += 4; |
2001 } | |
2002 | |
79 | 2003 for (uint j = 0; j < model.uNumFaces; ++j) |
0 | 2004 { |
1980 | 2005 ODMFace face = model.pFaces[j]; |
79 | 2006 if (face.sCogTriggeredID) |
0 | 2007 { |
79 | 2008 if (face.HasEventHint()) |
2166 | 2009 face.uAttributes |= FACE_UNKNOW3; |
0 | 2010 else |
1062 | 2011 face.uAttributes &= 0xFFFFEFFFu; |
0 | 2012 } |
2013 } | |
2014 } | |
2015 | |
2016 pGameLoadingUI_ProgressBar->Progress(); | |
2017 | |
2018 for (uint i = 0; i < uNumLevelDecorations; ++i) | |
2019 { | |
1489 | 2020 memcpy(&pLevelDecorations[i].uFlags, pSrc, 2); |
0 | 2021 pSrc += 2; |
2022 } | |
2023 | |
2024 pGameLoadingUI_ProgressBar->Progress(); | |
2025 | |
2026 memcpy(&uNumActors, pSrc, 4); | |
2027 if (uNumActors > 500) | |
2028 MessageBoxW(nullptr, L"Can't load file!", | |
2029 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:939", 0); | |
2030 | |
2031 pGameLoadingUI_ProgressBar->Progress(); | |
2032 | |
2033 assert(sizeof(Actor) == 836); | |
2034 //pFilename = (char *)(836 * uNumActors); | |
1202 | 2035 memcpy(pActors.data(), pSrc + 4, uNumActors * sizeof(Actor)); |
0 | 2036 pSrc += 4 + uNumActors * sizeof(Actor); |
2037 //v92 = (char *)v91 + (int)pFilename; | |
2038 pGameLoadingUI_ProgressBar->Progress(); | |
2039 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
2040 memcpy(&uNumSpriteObjects, pSrc, 4); |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
2041 assert(uNumSpriteObjects <= 1000 && "Too many objects"); |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
2042 assert(sizeof(SpriteObject) == 112); |
0 | 2043 |
2044 pGameLoadingUI_ProgressBar->Progress(); | |
2045 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
2046 //pFilename = (char *)(112 * uNumSpriteObjects); |
1207
96a81634669e
arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents:
1206
diff
changeset
|
2047 memcpy(pSpriteObjects.data(), pSrc + 4, uNumSpriteObjects * sizeof(SpriteObject)); |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
2048 pSrc += 4 + uNumSpriteObjects * sizeof(SpriteObject); |
0 | 2049 |
2050 //v94 = (char *)v93 + (int)pFilename; | |
2051 pGameLoadingUI_ProgressBar->Progress(); | |
2052 | |
2053 memcpy(&uNumChests, pSrc, 4); | |
2054 //v95 = (char *)v94 + 4; | |
2055 if (uNumChests > 20) | |
2056 MessageBoxW(nullptr, L"Can't load file!", | |
2057 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:968", 0); | |
2058 | |
2059 pGameLoadingUI_ProgressBar->Progress(); | |
2060 | |
2061 assert(sizeof(Chest) == 5324); | |
2062 //pFilename = (char *)(5324 * uNumChests); | |
1202 | 2063 memcpy(pChests.data(), pSrc + 4 , uNumChests * sizeof(Chest)); |
0 | 2064 pSrc += 4 + uNumChests * sizeof(Chest); |
2065 //v96 = (char *)v95 + (int)pFilename; | |
2066 pGameLoadingUI_ProgressBar->Progress(); | |
2067 | |
1736
c6fe09a06712
Player::CompareVariable finished, renamed stru_5E4C90 to stru_5E4C90_MapPersistVars, party::field_4A0 to party::CounterEventValues
Grumpy7
parents:
1642
diff
changeset
|
2068 memcpy(&stru_5E4C90_MapPersistVars, pSrc, 0xC8); |
0 | 2069 pSrc += 0xC8; |
2070 | |
2071 pGameLoadingUI_ProgressBar->Progress(); | |
810 | 2072 memcpy(&loc_time, pSrc, 0x38u); |
0 | 2073 |
2074 free(pSrcMem); | |
2075 | |
630 | 2076 pTileTable->InitializeTileset(Tileset_Dirt); |
2077 pTileTable->InitializeTileset(Tileset_Snow); | |
2078 pTileTable->InitializeTileset(pTileTypes[0].tileset); | |
2079 pTileTable->InitializeTileset(pTileTypes[1].tileset); | |
2080 pTileTable->InitializeTileset(pTileTypes[2].tileset); | |
2081 pTileTable->InitializeTileset(pTileTypes[3].tileset); | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
2082 strcpy(pGroundTileset, byte_6BE124_cfg_textures_DefaultGroundTexture.data()); |
1980 | 2083 TileDesc* v98 = pTileTable->GetTileById(pTileTypes[0].uTileID); |
2006 | 2084 sMainTile_BitmapID = pBitmaps_LOD->LoadTexture(v98->pTileName, TEXTURE_DEFAULT); |
2085 if (sMainTile_BitmapID != -1) | |
2086 pBitmaps_LOD->pTextures[sMainTile_BitmapID].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[sMainTile_BitmapID].palette_id1); | |
0 | 2087 |
2088 _47F0E2(); | |
2089 | |
2334 | 2090 //LABEL_150: |
2166 | 2091 if ( pWeather->bRenderSnow ) //Ritor1: it's include for snow |
2123 | 2092 strcpy(loc_time.sky_texture_name, "sky19"); |
2093 else if (loc_time.uLastVisitDay) | |
0 | 2094 { |
810 | 2095 if ( (signed int)((signed int)(signed __int64)((double)loc_time.uLastVisitDay * 0.234375) / 60 / 60 / 24) % 28 != pParty->uDaysPlayed ) |
0 | 2096 { |
2097 if ( rand() % 100 >= 20 ) | |
2098 v108 = dword_4EC268[rand() % dword_4EC2A8]; | |
2099 else | |
2100 v108 = dword_4EC28C[rand() % dword_4EC2AC]; | |
810 | 2101 sprintf(loc_time.sky_texture_name, "plansky%d", v108); |
0 | 2102 } |
2103 } | |
2104 else | |
810 | 2105 strcpy(loc_time.sky_texture_name, "plansky3"); |
2123 | 2106 |
0 | 2107 //v101 = pBitmaps_LOD->LoadTexture(field_4F8); |
2006 | 2108 sSky_TextureID = pBitmaps_LOD->LoadTexture(loc_time.sky_texture_name); |
2109 if (sSky_TextureID != -1) | |
2110 pBitmaps_LOD->pTextures[sSky_TextureID].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[sSky_TextureID].palette_id1); | |
0 | 2111 |
2112 pPaletteManager->RecalculateAll(); | |
2113 pSoundList->LoadSound(53, 0); | |
2114 pSoundList->LoadSound(92, 0); | |
2115 pSoundList->LoadSound(57, 0); | |
2116 pSoundList->LoadSound(96, 0); | |
2117 pSoundList->LoadSound(64, 0); | |
2118 pSoundList->LoadSound(103, 0); | |
2123 | 2119 for (int i=0; i < 3;++i) |
0 | 2120 { |
2123 | 2121 switch ( pTileTypes[i].tileset ) |
2122 { | |
2123 case Tileset_Grass: | |
2124 pSoundList->LoadSound(54, 0); | |
2125 pSoundList->LoadSound(93, 0); | |
2126 break; | |
2127 case Tileset_Snow: | |
2128 pSoundList->LoadSound(58, 0); | |
2129 pSoundList->LoadSound(97, 0); | |
2130 break; | |
2166 | 2131 case Tilset_Desert: |
2123 | 2132 pSoundList->LoadSound(52, 0); |
2133 pSoundList->LoadSound(91, 0); | |
2134 break; | |
2135 case Tileset_3: | |
2136 pSoundList->LoadSound(51, 0); | |
2137 pSoundList->LoadSound(90, 0); | |
2138 break; | |
2139 case Tileset_Water: | |
2140 pSoundList->LoadSound(62, 0); | |
2141 pSoundList->LoadSound(101, 0); | |
2142 break; | |
2143 case Tileset_6: | |
2144 pSoundList->LoadSound(49, 0); | |
2145 pSoundList->LoadSound(88, 0); | |
2146 break; | |
2147 case Tileset_Swamp: | |
2148 pSoundList->LoadSound(61, 0); | |
2149 pSoundList->LoadSound(100, 0); | |
2150 break; | |
2151 } | |
0 | 2152 } |
2153 return true; | |
2154 } | |
2155 | |
2156 //----- (0047ECC1) -------------------------------------------------------- | |
764 | 2157 int OutdoorLocation::GetTileIdByTileMapId(signed int a2) |
0 | 2158 { |
2159 signed int result; // eax@2 | |
2160 int v3; // eax@3 | |
2161 | |
2162 if ( a2 >= 90 ) | |
2163 { | |
2164 v3 = (a2 - 90) / 36; | |
2165 if ( v3 && v3 != 1 && v3 != 2 ) | |
2166 { | |
2166 | 2167 if ( v3 == Tileset_3 ) |
0 | 2168 result = this->pTileTypes[3].uTileID; |
2169 else | |
2170 result = a2; | |
2171 } | |
2172 else | |
2173 result = this->pTileTypes[v3].uTileID; | |
2174 } | |
2175 else | |
2176 result = 0; | |
2177 return result; | |
2178 } | |
2179 | |
2180 //----- (0047ED08) -------------------------------------------------------- | |
2006 | 2181 unsigned int OutdoorLocation::DoGetTileTexture(signed int sX, signed int sY) |
0 | 2182 { |
2183 int v3; // esi@5 | |
2334 | 2184 // unsigned int result; // eax@9 |
0 | 2185 |
2006 | 2186 assert(sX < 128 && sY < 128); |
67 | 2187 |
2006 | 2188 v3 = this->pTerrain.pTilemap[sY * 128 + sX]; |
630 | 2189 if (v3 < 198) // < Tileset_3 |
67 | 2190 { |
2191 if (v3 >= 90) | |
185 | 2192 v3 = v3 + this->pTileTypes[(v3 - 90) / 36].uTileID - 36 * ((v3 - 90) / 36) - 90; |
67 | 2193 } |
2194 else | |
2195 v3 = v3 + this->pTileTypes[3].uTileID - 198; | |
2196 | |
635 | 2197 #pragma region "New: seasons change" |
2277 | 2198 |
635 | 2199 if (change_seasons) |
2200 switch (pParty->uCurrentMonth) | |
2201 { | |
2202 case 11: case 0: case 1: // winter | |
2203 if (v3 >= 90) // Tileset_Grass begins at TileID = 90 | |
2204 { | |
2205 if (v3 <= 95) // some grastyl entries | |
2206 v3 = 348; | |
2207 else if (v3 <= 113) // rest of grastyl & all grdrt* | |
2208 v3 = 348 + (v3 - 96); | |
2209 } | |
630 | 2210 /*switch (v3) |
2211 { | |
2212 case 102: v3 = 354; break; // grdrtNE -> SNdrtne | |
2213 case 104: v3 = 356; break; // grdrtNW -> SNdrtnw | |
2214 case 108: v3 = 360; break; // grdrtN -> SNdrtn | |
2215 }*/ | |
635 | 2216 break; |
2217 | |
2218 case 2: case 3: case 4: // spring | |
2219 case 8: case 9: case 10: // autumn | |
2220 if (v3 >= 90 && v3 <= 113) // just convert all Tileset_Grass to dirt | |
2221 v3 = 1; | |
2222 break; | |
630 | 2223 |
635 | 2224 case 5: case 6: case 7: // summer |
2225 //all tiles are green grass by default | |
2226 break; | |
630 | 2227 |
635 | 2228 default: assert(pParty->uCurrentMonth >= 0 && pParty->uCurrentMonth < 12); |
2229 } | |
2230 #pragma endregion | |
630 | 2231 |
67 | 2232 return pTileTable->pTiles[v3].uBitmapID; |
0 | 2233 } |
2234 | |
2235 //----- (0047ED83) -------------------------------------------------------- | |
2236 int OutdoorLocation::_47ED83(signed int a2, signed int a3) | |
2237 { | |
812 | 2238 assert(a2 < 128 && a3 < 128); |
0 | 2239 |
812 | 2240 return *(&this->pTerrain.pTilemap[128 * a3] + a2); |
0 | 2241 } |
2242 | |
2243 //----- (0047EDB3) -------------------------------------------------------- | |
2006 | 2244 int OutdoorLocation::ActuallyGetSomeOtherTileInfo(signed int sX, signed int sY) |
0 | 2245 { |
2006 | 2246 assert(sX < 128 && sY < 128); |
0 | 2247 int v3; // esi@5 |
2248 | |
2006 | 2249 v3 = this->pTerrain.pTilemap[sY * 128 + sX]; |
812 | 2250 if ( v3 >= 90 ) |
2251 v3 = v3 + this->pTileTypes[(v3 - 90) / 36].uTileID - 36 * ((v3 - 90) / 36) - 90; | |
67 | 2252 return pTileTable->pTiles[v3].uAttributes; |
0 | 2253 } |
2254 | |
2255 //----- (0047EE16) -------------------------------------------------------- | |
2003 | 2256 int OutdoorLocation::DoGetHeightOnTerrain(signed int sX, signed int sZ) |
0 | 2257 { |
2003 | 2258 assert(sX < 128 && sZ < 128); |
0 | 2259 |
2003 | 2260 return 32 * pTerrain.pHeightmap[sZ * 128 + sX]; |
0 | 2261 } |
2262 | |
2263 //----- (0047EE49) -------------------------------------------------------- | |
764 | 2264 int OutdoorLocation::GetSoundIdByPosition( signed int X_pos, signed int Y_pos, int running ) |
2265 { | |
0 | 2266 signed int v4; // eax@5 |
2267 signed int v5; // eax@7 | |
2334 | 2268 // int v6; // eax@8 |
0 | 2269 signed int v8; // eax@9 |
764 | 2270 int modif=0; |
0 | 2271 |
764 | 2272 if ( X_pos < 0 || X_pos > 127 || Y_pos < 0 || Y_pos > 127 ) |
0 | 2273 v4 = 0; |
2274 else | |
764 | 2275 v4 = this->pTerrain.pTilemap[128 * Y_pos + X_pos]; |
2276 v5 = GetTileIdByTileMapId(v4); | |
2277 if (running) | |
2278 modif=-39; | |
0 | 2279 if ( !v5 ) |
764 | 2280 return 92+modif; |
2281 | |
2282 switch (pTileTable->pTiles[v5].tileset) | |
0 | 2283 { |
764 | 2284 case 0: return 93+ modif; |
2285 case 1: return 97+ modif; | |
2286 case 2: return 91+ modif; | |
2287 case 3: return 90+ modif; | |
2288 case 4: return 101+ modif; | |
2289 case 5: return 95+ modif; | |
2290 case 6: return 88+ modif; | |
2291 case 7: return 100+ modif; | |
2292 case 8: return 93+ modif; | |
2293 default: | |
2294 v8=pTileTable->pTiles[v5].tileset; | |
2295 if ( (v8 > 9 && v8 <= 17) || (v8 > 21 && v8 <= 27) ) | |
2296 return 96+ modif; | |
2297 else | |
2298 return 95+ modif; | |
0 | 2299 } |
764 | 2300 |
0 | 2301 } |
2302 | |
2303 //----- (0047EF60) -------------------------------------------------------- | |
752 | 2304 int OutdoorLocation::UpdateDiscoveredArea(int X_grid_pos, int Y_grid_poa, int a4) |
0 | 2305 { |
2364 | 2306 for (int i = -10; i < 10; i++) |
0 | 2307 { |
2364 | 2308 int currYpos = Y_grid_poa + i - 20; |
2309 for (int j = -10; j < 10; j++) | |
0 | 2310 { |
2364 | 2311 int currXpos = X_grid_pos + j - 20; |
2312 int distanceSquared = i * i + j * j; | |
2313 if ( distanceSquared <= 100 && currYpos >= 0 && currYpos <= 87 && currXpos >= 0 && currXpos <= 87 ) | |
0 | 2314 { |
2364 | 2315 unsigned char v13 = 1 << (7 - currXpos % 8); |
2316 this->uPartiallyRevealedCellOnMap[currYpos][currXpos / 8] |= v13; | |
2317 if ( distanceSquared <= 49 ) | |
2318 this->uFullyRevealedCellOnMap[currYpos][currXpos / 8] |= v13; | |
0 | 2319 } |
2320 } | |
2321 } | |
2322 return 1; | |
2323 } | |
2324 | |
2364 | 2325 |
0 | 2326 //----- (0047F04C) -------------------------------------------------------- |
2365
65789351a537
OutdoorLocation::_47F04C and OutdoorLocation::_47F097 to OutdoorLocation::IsMapCellFullyRevealed and OutdoorLocation::IsMapCellPartiallyRevealed
Grumpy7
parents:
2364
diff
changeset
|
2327 bool OutdoorLocation::IsMapCellFullyRevealed(signed int x_pos, signed int y_pos) |
0 | 2328 { |
752 | 2329 if ( x_pos < 0 || x_pos >= 88 || y_pos < 0 || y_pos >= 88 ) |
2365
65789351a537
OutdoorLocation::_47F04C and OutdoorLocation::_47F097 to OutdoorLocation::IsMapCellFullyRevealed and OutdoorLocation::IsMapCellPartiallyRevealed
Grumpy7
parents:
2364
diff
changeset
|
2330 return false; |
0 | 2331 else |
2365
65789351a537
OutdoorLocation::_47F04C and OutdoorLocation::_47F097 to OutdoorLocation::IsMapCellFullyRevealed and OutdoorLocation::IsMapCellPartiallyRevealed
Grumpy7
parents:
2364
diff
changeset
|
2332 return (uFullyRevealedCellOnMap[y_pos][x_pos/8] & (1 << (7 - (x_pos) % 8))) != 0; |
0 | 2333 } |
2334 | |
2335 //----- (0047F097) -------------------------------------------------------- | |
2365
65789351a537
OutdoorLocation::_47F04C and OutdoorLocation::_47F097 to OutdoorLocation::IsMapCellFullyRevealed and OutdoorLocation::IsMapCellPartiallyRevealed
Grumpy7
parents:
2364
diff
changeset
|
2336 bool OutdoorLocation::IsMapCellPartiallyRevealed(signed int x_pos, signed int y_pos) |
0 | 2337 { |
752 | 2338 if ( x_pos < 0 || x_pos >= 88 || y_pos < 0 || y_pos >= 88 ) |
2365
65789351a537
OutdoorLocation::_47F04C and OutdoorLocation::_47F097 to OutdoorLocation::IsMapCellFullyRevealed and OutdoorLocation::IsMapCellPartiallyRevealed
Grumpy7
parents:
2364
diff
changeset
|
2339 return false; |
0 | 2340 else |
2365
65789351a537
OutdoorLocation::_47F04C and OutdoorLocation::_47F097 to OutdoorLocation::IsMapCellFullyRevealed and OutdoorLocation::IsMapCellPartiallyRevealed
Grumpy7
parents:
2364
diff
changeset
|
2341 return (uPartiallyRevealedCellOnMap[y_pos][x_pos/8] & (1 << (7 - (x_pos) % 8))) != 0; |
0 | 2342 } |
2343 | |
2344 //----- (0047F0E2) -------------------------------------------------------- | |
2345 bool OutdoorLocation::_47F0E2() | |
2346 { | |
2172 | 2347 for ( uint i = 0; i < (signed int)pBitmaps_LOD->uNumLoadedFiles; ++i ) |
0 | 2348 { |
2172 | 2349 //if ( i != -1 ? (int)&pBitmaps_LOD->pTextures[i] : 0 ) |
2350 pBitmaps_LOD->pTextures[i].uDecompressedSize = this->pTerrain._47CB57((int)pBitmaps_LOD->pTextures[i].pLevelOfDetail0_prolly_alpha_mask, | |
2351 pBitmaps_LOD->pTextures[i].palette_id2, | |
2352 pBitmaps_LOD->pTextures[i].uTextureWidth * pBitmaps_LOD->pTextures[i].uTextureHeight); | |
0 | 2353 } |
2354 return 1; | |
2355 } | |
2356 | |
2357 //----- (0047F138) -------------------------------------------------------- | |
2358 bool OutdoorLocation::PrepareDecorations() | |
2359 { | |
2360 signed int v1; // ebx@1 | |
2361 signed int v8; // [sp+Ch] [bp-4h]@1 | |
2362 | |
2363 v1 = 0; | |
2364 v8 = 0; | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1458
diff
changeset
|
2365 if ( !_stricmp(pCurrentMapName, "out09.odm") ) |
0 | 2366 v8 = 1; |
2367 | |
2368 for (uint i = 0; i < uNumLevelDecorations; ++i) | |
2369 { | |
1980 | 2370 LevelDecoration* decor = &pLevelDecorations[i]; |
0 | 2371 |
2372 pDecorationList->InitializeDecorationSprite(decor->uDecorationDescID); | |
2179 | 2373 if ( pDecorationList->pDecorations[decor->uDecorationDescID].uSoundID && _6807E0_num_decorations_with_sounds_6807B8 < 9 ) |
0 | 2374 { |
2179 | 2375 pSoundList->LoadSound(pDecorationList->pDecorations[decor->uDecorationDescID].uSoundID, 0); |
2376 _6807B8_level_decorations_ids[_6807E0_num_decorations_with_sounds_6807B8++] = i; | |
0 | 2377 } |
2378 if ( v8 && decor->uCog == 20 ) | |
1489 | 2379 decor->uFlags |= LEVEL_DECORATION_OBELISK_CHEST; |
1514
965af46e8793
Rename LevelDecoration::field_16_event_id to LevelDecoration::uEventID.
yoctozepto
parents:
1489
diff
changeset
|
2380 if ( !decor->uEventID ) |
0 | 2381 { |
2382 if ( decor->IsInteractive() ) | |
2383 { | |
2384 if ( v1 < 124 ) | |
2385 { | |
2179 | 2386 decor->_idx_in_stru123 = v1 + 75; |
1736
c6fe09a06712
Player::CompareVariable finished, renamed stru_5E4C90 to stru_5E4C90_MapPersistVars, party::field_4A0 to party::CounterEventValues
Grumpy7
parents:
1642
diff
changeset
|
2387 if ( !stru_5E4C90_MapPersistVars._decor_events[v1++] ) |
1489 | 2388 decor->uFlags |= LEVEL_DECORATION_INVISIBLE; |
0 | 2389 } |
2390 } | |
2391 } | |
2392 } | |
2393 | |
2394 pGameLoadingUI_ProgressBar->Progress(); | |
2395 return true; | |
2396 } | |
2397 // 6807E0: using guessed type int _6807E0_num_decorations_6807B8; | |
2398 | |
2399 //----- (0047F223) -------------------------------------------------------- | |
2065
87be06553c76
rename int _47F223_LooksLikeGenerateMonsterLoot() to void ArrangeSpriteObjects()
Ritor1
parents:
2061
diff
changeset
|
2400 void OutdoorLocation::ArrangeSpriteObjects() |
0 | 2401 { |
2402 OutdoorLocation *v5; // [sp+0h] [bp-4h]@1 | |
2403 | |
2404 v5 = this; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
2405 if ( (signed int)uNumSpriteObjects > 0 ) |
0 | 2406 { |
2065
87be06553c76
rename int _47F223_LooksLikeGenerateMonsterLoot() to void ArrangeSpriteObjects()
Ritor1
parents:
2061
diff
changeset
|
2407 for ( int i = 0; i < (signed int)uNumSpriteObjects; ++i ) |
0 | 2408 { |
2065
87be06553c76
rename int _47F223_LooksLikeGenerateMonsterLoot() to void ArrangeSpriteObjects()
Ritor1
parents:
2061
diff
changeset
|
2409 if ( pSpriteObjects[i].uObjectDescID ) |
0 | 2410 { |
2172 | 2411 if ( !(pSpriteObjects[i].uAttributes & 8) && !(pObjectList->pObjects[pSpriteObjects[i].uObjectDescID].uFlags & 0x10) ) |
2412 pSpriteObjects[i].vPosition.z = GetTerrainHeightsAroundParty2(pSpriteObjects[i].vPosition.x, pSpriteObjects[i].vPosition.y, (int *)&v5, 0); | |
2065
87be06553c76
rename int _47F223_LooksLikeGenerateMonsterLoot() to void ArrangeSpriteObjects()
Ritor1
parents:
2061
diff
changeset
|
2413 if ( pSpriteObjects[i].stru_24.uItemID ) |
0 | 2414 { |
2065
87be06553c76
rename int _47F223_LooksLikeGenerateMonsterLoot() to void ArrangeSpriteObjects()
Ritor1
parents:
2061
diff
changeset
|
2415 if ( pSpriteObjects[i].stru_24.uItemID != 220 |
87be06553c76
rename int _47F223_LooksLikeGenerateMonsterLoot() to void ArrangeSpriteObjects()
Ritor1
parents:
2061
diff
changeset
|
2416 && pItemsTable->pItems[pSpriteObjects[i].stru_24.uItemID].uEquipType == EQUIP_POTION |
87be06553c76
rename int _47F223_LooksLikeGenerateMonsterLoot() to void ArrangeSpriteObjects()
Ritor1
parents:
2061
diff
changeset
|
2417 && !pSpriteObjects[i].stru_24.uEnchantmentType ) |
87be06553c76
rename int _47F223_LooksLikeGenerateMonsterLoot() to void ArrangeSpriteObjects()
Ritor1
parents:
2061
diff
changeset
|
2418 pSpriteObjects[i].stru_24.uEnchantmentType = rand() % 15 + 5; |
87be06553c76
rename int _47F223_LooksLikeGenerateMonsterLoot() to void ArrangeSpriteObjects()
Ritor1
parents:
2061
diff
changeset
|
2419 pItemsTable->SetSpecialBonus(&pSpriteObjects[i].stru_24); |
0 | 2420 } |
2421 } | |
2422 } | |
2423 } | |
2424 pGameLoadingUI_ProgressBar->Progress(); | |
2425 } | |
2426 | |
2427 //----- (0047F2D3) -------------------------------------------------------- | |
2428 bool OutdoorLocation::InitalizeActors(int a1) | |
2429 { | |
760 | 2430 int alert_status; // [sp+348h] [bp-8h]@1 |
2334 | 2431 // int v9; // [sp+34Ch] [bp-4h]@1 |
0 | 2432 |
760 | 2433 alert_status = 0; |
2172 | 2434 for( int i = 0; i < uNumActors; ++i ) |
2435 { | |
2436 if ( !(pActors[i].uAttributes & 0x100000) ) | |
2437 { | |
2438 if ( alert_status != 1 ) | |
2439 { | |
2440 pActors[i].uCurrentActionTime = 0; | |
2441 pActors[i].uCurrentActionLength = 0; | |
2442 if ( pActors[i].uAttributes & 0x10000 ) | |
2443 pActors[i].uAIState = AIState::Disabled; | |
2444 if ( pActors[i].uAIState != AIState::Removed && pActors[i].uAIState != AIState::Disabled && | |
2445 (pActors[i].sCurrentHP == 0 || pActors[i].pMonsterInfo.uHP == 0) ) | |
2446 pActors[i].uAIState = AIState::Dead; | |
2447 pActors[i].vVelocity.x = 0; | |
2448 pActors[i].vVelocity.y = 0; | |
2449 pActors[i].vVelocity.z = 0; | |
2450 pActors[i].UpdateAnimation(); | |
2451 pActors[i].pMonsterInfo.uHostilityType = MonsterInfo::Hostility_Friendly; | |
2452 pActors[i].PrepareSprites(0); | |
2453 } | |
2454 else | |
760 | 2455 { |
2172 | 2456 pActors[i].uAIState = AIState::Disabled; |
2457 pActors[i].uAttributes = pActors[i].uAttributes | 0x10000; | |
760 | 2458 } |
2172 | 2459 } |
2460 else if ( a1 == 0 ) | |
2461 { | |
2462 pActors[i].uAIState = AIState::Disabled; | |
2463 pActors[i].uAttributes = pActors[i].uAttributes | 0x10000; | |
2464 } | |
2465 else if ( alert_status != 0 ) | |
2466 { | |
2467 pActors[i].uCurrentActionTime = 0; | |
2468 pActors[i].uCurrentActionLength = 0; | |
2469 if ( pActors[i].uAttributes & 0x10000 ) | |
2470 pActors[i].uAIState = AIState::Disabled; | |
2471 if ( pActors[i].uAIState != AIState::Removed && pActors[i].uAIState != AIState::Disabled && | |
2472 (pActors[i].sCurrentHP == 0 || pActors[i].pMonsterInfo.uHP == 0) ) | |
2473 pActors[i].uAIState = AIState::Dead; | |
2474 pActors[i].vVelocity.x = 0; | |
2475 pActors[i].vVelocity.y = 0; | |
2476 pActors[i].vVelocity.z = 0; | |
2477 pActors[i].UpdateAnimation(); | |
2478 pActors[i].pMonsterInfo.uHostilityType = MonsterInfo::Hostility_Friendly; | |
2479 pActors[i].PrepareSprites(0); | |
2480 } | |
2481 else | |
2482 { | |
2483 pActors[i].uAIState = AIState::Disabled; | |
2484 pActors[i].uAttributes = pActors[i].uAttributes | 0x10000; | |
2485 alert_status = GetAlertStatus(); | |
2486 } | |
2487 } | |
760 | 2488 |
0 | 2489 pGameLoadingUI_ProgressBar->Progress(); |
760 | 2490 //no use for this |
2491 // Actor thisa; | |
2492 // thisa.pMonsterInfo.uID = 45; | |
2493 // thisa.PrepareSprites(0); | |
0 | 2494 return 1; |
2495 } | |
2496 | |
2497 //----- (0047F3EA) -------------------------------------------------------- | |
630 | 2498 bool OutdoorLocation::LoadRoadTileset() |
0 | 2499 { |
760 | 2500 pTileTypes[3].uTileID = pTileTable->GetTileForTerrainType(pTileTypes[3].tileset, 1); |
2501 pTileTable->InitializeTileset(pTileTypes[3].tileset); | |
0 | 2502 return 1; |
2503 } | |
2504 | |
2505 //----- (0047F420) -------------------------------------------------------- | |
2506 bool OutdoorLocation::LoadTileGroupIds() | |
2507 { | |
2508 for (uint i = 0; i < 3; ++i) | |
760 | 2509 pTileTypes[i].uTileID = pTileTable->GetTileForTerrainType(pTileTypes[i].tileset, 1); |
0 | 2510 |
2511 return true; | |
2512 } | |
2513 | |
2514 //----- (0047B42C) -------------------------------------------------------- | |
142 | 2515 void OutdoorLocation::PrepareActorsDrawList() |
0 | 2516 { |
2517 unsigned int result; // eax@1 | |
142 | 2518 int z; // esi@5 |
0 | 2519 float v4; // ST48_4@8 |
2520 unsigned int v8; // eax@11 | |
2521 int v9; // edx@11 | |
2123 | 2522 //__int16 v10; // dx@11 |
2523 //unsigned int v11; // eax@13 | |
0 | 2524 signed int v12; // eax@16 |
2123 | 2525 //__int16 v13; // cx@21 |
0 | 2526 SpriteFrame *v14; // eax@24 |
2527 SpriteFrame *v15; // ebx@25 | |
2528 //int *v16; // eax@25 | |
2529 int v17; // eax@35 | |
2530 int v18; // ST78_4@36 | |
2531 int v19; // eax@36 | |
2532 int v20; // ecx@38 | |
2533 int v21; // eax@38 | |
2534 int v22; // ecx@41 | |
2535 int v23; // ST5C_4@43 | |
2536 int v24; // esi@44 | |
2537 signed __int64 v25; // qtt@45 | |
2538 int v26; // ST54_4@45 | |
2539 int v27; // ecx@45 | |
2166 | 2540 //RenderBillboard *v28; // esi@45 |
142 | 2541 //__int16 v29; // ax@46 |
2334 | 2542 // unsigned __int8 v30; // zf@46 |
2543 // unsigned __int8 v31; // sf@46 | |
2544 // signed __int16 v32; // ax@49 | |
2545 // signed int v33; // ecx@50 | |
0 | 2546 int v34; // ecx@54 |
2166 | 2547 //MonsterDesc *v35; // edx@54 |
2548 //int v36; // ecx@54 | |
142 | 2549 //unsigned __int8 v37; // zf@54 |
2550 //unsigned __int8 v38; // sf@54 | |
2123 | 2551 //unsigned int v39; // [sp-8h] [bp-68h]@23 |
2552 //unsigned int v40; // [sp-4h] [bp-64h]@23 | |
0 | 2553 int v41; // [sp+24h] [bp-3Ch]@11 |
2554 int v42; // [sp+28h] [bp-38h]@38 | |
2555 int v43; // [sp+28h] [bp-38h]@45 | |
2556 int v44; // [sp+2Ch] [bp-34h]@36 | |
2557 int v45; // [sp+2Ch] [bp-34h]@44 | |
2558 int v46; // [sp+2Ch] [bp-34h]@45 | |
2559 int v47; // [sp+30h] [bp-30h]@36 | |
2560 int v48; // [sp+30h] [bp-30h]@41 | |
2561 signed int v49; // [sp+34h] [bp-2Ch]@5 | |
2562 int v50; // [sp+34h] [bp-2Ch]@36 | |
2563 int v51; // [sp+34h] [bp-2Ch]@41 | |
2334 | 2564 // int v52; // [sp+34h] [bp-2Ch]@50 |
0 | 2565 int v53; // [sp+38h] [bp-28h]@36 |
142 | 2566 //int v54; // [sp+3Ch] [bp-24h]@2 |
0 | 2567 int y; // [sp+40h] [bp-20h]@5 |
2568 int x; // [sp+44h] [bp-1Ch]@5 | |
2569 int v57; // [sp+48h] [bp-18h]@45 | |
2570 int v58; // [sp+4Ch] [bp-14h]@45 | |
142 | 2571 //signed int v59; // [sp+50h] [bp-10h]@1 |
0 | 2572 int X; // [sp+54h] [bp-Ch]@36 |
142 | 2573 //__int16 v61; // [sp+58h] [bp-8h]@5 |
0 | 2574 signed __int16 v62; // [sp+5Ch] [bp-4h]@25 |
2575 | |
142 | 2576 //result = 0; |
2577 //v59 = 0; | |
2578 for (int i = 0; i < uNumActors; ++i) | |
0 | 2579 { |
142 | 2580 //v54 = 0; |
2581 //v1 = pActors;//[0].vPosition.z; | |
2582 //do | |
2583 //{ | |
2123 | 2584 //Actor* actor = &pActors[i]; |
142 | 2585 //v2 = actor->uAIState; |
2586 | |
2123 | 2587 pActors[i].uAttributes &= 0xFFFFFFF7u; |
2588 if (pActors[i].uAIState == Removed || pActors[i].uAIState == Disabled) | |
142 | 2589 continue; |
2590 | |
2123 | 2591 z = pActors[i].vPosition.z; |
0 | 2592 v49 = 0; |
2123 | 2593 x = pActors[i].vPosition.x; |
2594 y = pActors[i].vPosition.y; | |
2595 if (pActors[i].uAIState == Summoned) | |
0 | 2596 { |
2123 | 2597 if (PID_TYPE(pActors[i].uSummonerID) != OBJECT_Actor || |
2598 pActors[PID_ID(pActors[i].uSummonerID)].pMonsterInfo.uSpecialAbilityDamageDiceSides != 1 ) | |
0 | 2599 { |
2123 | 2600 z += floorf(pActors[i].uActorHeight * 0.5f + 0.5f); |
0 | 2601 } |
2602 else | |
2603 { | |
2604 v49 = 1; | |
2123 | 2605 pGame->pStru6Instance->_4A7F74(pActors[i].vPosition.x, pActors[i].vPosition.y, z); |
2606 v4 = (1.0 - (double)pActors[i].uCurrentActionTime / (double)pActors[i].uCurrentActionLength) * | |
2607 (double)(2 * pActors[i].uActorHeight); | |
142 | 2608 z -= floorf(v4 + 0.5f); |
2123 | 2609 if ( z > pActors[i].vPosition.z ) |
2610 z = pActors[i].vPosition.z; | |
0 | 2611 } |
2612 } | |
2123 | 2613 v8 = stru_5C6E00->Atan2(pActors[i].vPosition.x - pGame->pIndoorCameraD3D->vPartyPos.x, |
2614 pActors[i].vPosition.y - pGame->pIndoorCameraD3D->vPartyPos.y); | |
2615 LOWORD(v9) = pActors[i].uYawAngle; | |
0 | 2616 v41 = ((signed int)(stru_5C6E00->uIntegerPi + ((signed int)stru_5C6E00->uIntegerPi >> 3) + v9 - v8) >> 8) & 7; |
2617 if ( pParty->bTurnBasedModeOn ) | |
2618 { | |
2123 | 2619 v12 = pActors[i].uCurrentActionTime; |
2620 if ( pActors[i].uCurrentActionAnimation == 1 ) | |
2621 v12 = 32 * i + pMiscTimer->uTotalGameTimeElapsed; | |
0 | 2622 } |
2623 else | |
2624 { | |
2123 | 2625 v12 = pActors[i].uCurrentActionTime; |
2626 if ( pActors[i].uCurrentActionAnimation == 1 ) | |
2627 v12 = 32 * i + pEventTimer->uTotalGameTimeElapsed; | |
0 | 2628 } |
2123 | 2629 if ( (signed __int64)pActors[i].pActorBuffs[ACTOR_BUFF_STONED].uExpireTime > 0 || (signed __int64)pActors[i].pActorBuffs[ACTOR_BUFF_PARALYZED].uExpireTime > 0 ) |
0 | 2630 v12 = 0; |
2123 | 2631 if ( pActors[i].uAIState == 17 && !v49 ) |
2632 v14 = pSpriteFrameTable->GetFrame(uSpriteID_Spell11, v12); | |
2633 else if ( pActors[i].uAIState == 16 ) | |
2634 v14 = pSpriteFrameTable->GetFrameBy_x(pActors[i].pSpriteIDs[pActors[i].uCurrentActionAnimation], v12); | |
2635 else | |
2636 v14 = pSpriteFrameTable->GetFrame(pActors[i].pSpriteIDs[pActors[i].uCurrentActionAnimation], v12); | |
0 | 2637 v62 = 0; |
2638 v15 = v14; | |
2639 //v16 = (int *)v14->uFlags; | |
2640 if (v14->uFlags & 2) | |
2641 v62 = 2; | |
2642 if (v14->uFlags & 0x40000) | |
2643 v62 |= 0x40u; | |
2644 if (v14->uFlags & 0x20000) | |
2645 LOBYTE(v62) = v62 | 0x80; | |
2646 if ((256 << v41) & v14->uFlags) | |
2647 v62 |= 4u; | |
2648 if ( v15->uGlowRadius ) | |
2649 { | |
2154 | 2650 //LOBYTE(v16) = _4E94D3_light_type; |
2651 pMobileLightsStack->AddLight(x, y, z, 0, v15->uGlowRadius, 0xFFu, 0xFFu, 0xFFu, _4E94D3_light_type); | |
0 | 2652 } |
1640
afc1c3514dd5
Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents:
1638
diff
changeset
|
2653 v17 = (x - pGame->pIndoorCameraD3D->vPartyPos.x) << 16; |
afc1c3514dd5
Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents:
1638
diff
changeset
|
2654 if (pGame->pIndoorCameraD3D->sRotationX) |
0 | 2655 { |
1640
afc1c3514dd5
Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents:
1638
diff
changeset
|
2656 v18 = (y - pGame->pIndoorCameraD3D->vPartyPos.y) << 16; |
2166 | 2657 v47 = (fixpoint_mul(v17, pGame->pIndoorCameraD3D->int_cosine_y) + fixpoint_mul(v18, pGame->pIndoorCameraD3D->int_sine_y)); |
2658 v50 = fixpoint_mul(v17, pGame->pIndoorCameraD3D->int_sine_y); | |
2659 v53 = fixpoint_mul(v18, pGame->pIndoorCameraD3D->int_cosine_y); | |
1640
afc1c3514dd5
Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents:
1638
diff
changeset
|
2660 v44 = (z - pGame->pIndoorCameraD3D->vPartyPos.z) << 16; |
2166 | 2661 v19 = (fixpoint_mul(v44, pGame->pIndoorCameraD3D->int_sine_x) + fixpoint_mul(v47, pGame->pIndoorCameraD3D->int_cosine_x)); |
2662 X = fixpoint_mul(v44, pGame->pIndoorCameraD3D->int_sine_x) + fixpoint_mul(v47, pGame->pIndoorCameraD3D->int_cosine_x); | |
1637 | 2663 if ( v19 < 262144 || v19 > pODMRenderParams->shading_dist_mist << 16 ) |
142 | 2664 continue; |
0 | 2665 v20 = v53 - v50; |
2666 v42 = v53 - v50; | |
2166 | 2667 v21 = (fixpoint_mul(v44, pGame->pIndoorCameraD3D->int_cosine_x) - fixpoint_mul(v47, pGame->pIndoorCameraD3D->int_sine_x)); |
0 | 2668 } |
2669 else | |
2670 { | |
1640
afc1c3514dd5
Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents:
1638
diff
changeset
|
2671 v48 = (y - pGame->pIndoorCameraD3D->vPartyPos.y) << 16; |
2166 | 2672 v51 = fixpoint_mul(v17, pGame->pIndoorCameraD3D->int_cosine_y); |
2673 v22 = fixpoint_mul(v48, pGame->pIndoorCameraD3D->int_sine_y); | |
0 | 2674 X = v22 + v51; |
1637 | 2675 if ( v22 + v51 < 262144 || v22 + v51 > pODMRenderParams->shading_dist_mist << 16 ) |
142 | 2676 continue; |
2166 | 2677 v23 = fixpoint_mul(((x - pGame->pIndoorCameraD3D->vPartyPos.x) << 16), pGame->pIndoorCameraD3D->int_sine_y); |
2678 v20 = fixpoint_mul(v48, pGame->pIndoorCameraD3D->int_cosine_y) - v23; | |
2679 v42 = fixpoint_mul(v48, pGame->pIndoorCameraD3D->int_cosine_y) - v23; | |
1640
afc1c3514dd5
Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents:
1638
diff
changeset
|
2680 v21 = (z - pGame->pIndoorCameraD3D->vPartyPos.z) << 16; |
0 | 2681 } |
2682 v45 = v21; | |
2683 v24 = abs(v20); | |
2684 if ( abs(X) >= v24 ) | |
2685 { | |
2686 LODWORD(v25) = 0; | |
1637 | 2687 HIDWORD(v25) = SLOWORD(pODMRenderParams->int_fov_rad); |
0 | 2688 v58 = v25 / X; |
2689 v26 = v25 / X; | |
2690 LODWORD(v25) = 0; | |
1637 | 2691 HIDWORD(v25) = SLOWORD(pODMRenderParams->int_fov_rad); |
0 | 2692 v57 = v25 / X; |
2166 | 2693 v27 = pViewport->uScreenCenterX - ((signed int)(fixpoint_mul(v26, v42) + 32768) >> 16); |
2694 v43 = pViewport->uScreenCenterX - ((signed int)(fixpoint_mul(v26, v42) + 32768) >> 16); | |
2695 v46 = pViewport->uScreenCenterY - ((signed int)(fixpoint_mul(v25 / X, v45) + 32768) >> 16); | |
0 | 2696 result = uNumBillboardsToDraw; |
2166 | 2697 //v28 = &pBillboardRenderList[uNumBillboardsToDraw]; |
142 | 2698 if (uNumBillboardsToDraw >= 500) |
2699 return; | |
0 | 2700 ++uNumBillboardsToDraw; |
2701 ++uNumSpritesDrawnThisFrame; | |
2166 | 2702 pActors[i].uAttributes |= 8; |
2226
5944810e88e2
occasionally pRenderer->pBillboardRenderListD3D array elements are not correct (0xcdcdcdcd) fix
Ritor1
parents:
2208
diff
changeset
|
2703 pBillboardRenderList[uNumBillboardsToDraw - 1].HwSpriteID = v15->pHwSpriteIDs[v41]; |
2166 | 2704 pBillboardRenderList[uNumBillboardsToDraw - 1].uIndoorSectorID = 0; |
2705 pBillboardRenderList[uNumBillboardsToDraw - 1].uPalette = v15->uPaletteIndex; | |
2706 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_x_scaler_packedfloat = fixpoint_mul(v15->scale, v58); | |
2707 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_y_scaler_packedfloat = fixpoint_mul(v15->scale, v57); | |
2708 if ( pActors[i].pActorBuffs[ACTOR_BUFF_SHRINK].uExpireTime <= 0 ) | |
0 | 2709 { |
2166 | 2710 if ( pActors[i].pActorBuffs[ACTOR_BUFF_MASS_DISTORTION].uExpireTime > 0 ) |
0 | 2711 { |
2166 | 2712 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_y_scaler_packedfloat = fixpoint_mul(pGame->pStru6Instance->_4A806F(&pActors[i]), |
2713 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_y_scaler_packedfloat); | |
0 | 2714 LOWORD(v27) = v43; |
2715 } | |
2716 } | |
2717 else | |
2718 { | |
2166 | 2719 if ( pActors[i].pActorBuffs[ACTOR_BUFF_SHRINK].uPower ) |
0 | 2720 { |
2166 | 2721 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_y_scaler_packedfloat = fixpoint_mul(65536 / pActors[i].pActorBuffs[ACTOR_BUFF_SHRINK].uPower, |
2722 pBillboardRenderList[uNumBillboardsToDraw - 1]._screenspace_y_scaler_packedfloat); | |
2723 LOWORD(v27) = v43; | |
0 | 2724 } |
2725 } | |
2166 | 2726 pBillboardRenderList[uNumBillboardsToDraw - 1].uScreenSpaceX = v27; |
2727 pBillboardRenderList[uNumBillboardsToDraw - 1].uScreenSpaceY = v46; | |
2728 pBillboardRenderList[uNumBillboardsToDraw - 1].world_x = x; | |
2729 pBillboardRenderList[uNumBillboardsToDraw - 1].world_y = y; | |
2730 pBillboardRenderList[uNumBillboardsToDraw - 1].world_z = z; | |
0 | 2731 HIWORD(v34) = HIWORD(X); |
2732 LOWORD(v34) = 0; | |
2166 | 2733 pBillboardRenderList[uNumBillboardsToDraw - 1].dimming_level = 0; |
2734 pBillboardRenderList[uNumBillboardsToDraw - 1].sZValue = v34 + PID(OBJECT_Actor, i); | |
2735 pBillboardRenderList[uNumBillboardsToDraw - 1].field_14_actor_id = i; | |
2736 //v35 = pMonsterList->pMonsters; | |
2737 //v36 = pActors[i].pMonsterInfo.uID; | |
2738 pBillboardRenderList[uNumBillboardsToDraw - 1].field_1E = v62 | 0x200; | |
2739 pBillboardRenderList[uNumBillboardsToDraw - 1].pSpriteFrame = v15; | |
2740 pBillboardRenderList[uNumBillboardsToDraw - 1].sTintColor = pMonsterList->pMonsters[pActors[i].pMonsterInfo.uID - 1].sTintColor;//*((int *)&v35[v36] - 36); | |
2123 | 2741 if (pActors[i].pActorBuffs[ACTOR_BUFF_STONED].uExpireTime) |
2166 | 2742 pBillboardRenderList[uNumBillboardsToDraw - 1].field_1E = v62 | 0x200; |
0 | 2743 } |
142 | 2744 //LABEL_58: |
2745 //++v59; | |
2746 //v54 += 32; | |
2747 //result = v59; | |
2748 //++v1; | |
2749 //} | |
2750 //while ( v59 < (signed int)uNumActors ); | |
0 | 2751 } |
142 | 2752 //return result; |
0 | 2753 } |
2754 | |
2755 //----- (0044C1E8) -------------------------------------------------------- | |
2756 bool ODMFace::HasEventHint() | |
2757 { | |
428 | 2758 signed int event_index; // eax@1 |
2759 _evt_raw* start_evt; | |
2760 _evt_raw* end_evt; | |
0 | 2761 |
428 | 2762 event_index = 0; |
2763 if ( (uLevelEVT_NumEvents - 1) <= 0 ) | |
2764 return false; | |
2765 while ( pLevelEVT_Index[event_index].uEventID != this->sCogTriggeredID ) | |
0 | 2766 { |
428 | 2767 ++event_index; |
2768 if ( event_index >= (signed int)(uLevelEVT_NumEvents - 1) ) | |
2769 return false; | |
0 | 2770 } |
428 | 2771 end_evt=(_evt_raw*)&pLevelEVT[pLevelEVT_Index[event_index+1].uEventOffsetInEVT]; |
2772 start_evt=(_evt_raw*)&pLevelEVT[pLevelEVT_Index[event_index].uEventOffsetInEVT]; | |
2773 if ( (end_evt->_e_type != EVENT_Exit) || (start_evt->_e_type!= EVENT_MouseOver) ) | |
2774 return false; | |
0 | 2775 else |
428 | 2776 return true; |
1295 | 2777 } |
2778 //----- (0046D49E) -------------------------------------------------------- | |
1413 | 2779 int ODM_GetFloorLevel(int X, signed int Y, int Z, int __unused, int *pIsOnWater, int *bmodel_pid, int bWaterWalk) |
1295 | 2780 { |
2781 BSPModel *pBModel; // esi@4 | |
2782 ODMFace *pFace; // ecx@11 | |
2334 | 2783 // int v14; // edx@20 |
1295 | 2784 signed int v18; // edx@26 |
2785 int v19; // eax@28 | |
2334 | 2786 // int v20; // edx@30 |
2787 // int v21; // ST1C_4@30 | |
1295 | 2788 signed int v22; // edx@30 |
2789 signed __int64 v23; // qtt@30 | |
2790 int v24; // eax@36 | |
2791 signed int v25; // ecx@38 | |
2334 | 2792 // int result; // eax@42 |
2075 | 2793 signed int current_floor_level; // ecx@43 |
2334 | 2794 // int v28; // edi@44 |
1295 | 2795 signed int v29; // edx@44 |
2334 | 2796 // int v30; // esi@45 |
2797 // int v31; // eax@45 | |
2798 // int v33; // ecx@59 | |
2799 // int v36; // [sp+14h] [bp-2Ch]@24 | |
2800 // int v38; // [sp+1Ch] [bp-24h]@2 | |
1295 | 2801 int v39; // [sp+20h] [bp-20h]@9 |
2802 signed int pBModelNum; // [sp+28h] [bp-18h]@1 | |
2803 int pFaceNum; // [sp+2Ch] [bp-14h]@8 | |
2068 | 2804 bool current_vertices_Y; // [sp+30h] [bp-10h]@22 |
2805 bool next_vertices_Y; // [sp+34h] [bp-Ch]@24 | |
1295 | 2806 signed int v46; // [sp+3Ch] [bp-4h]@1 |
2068 | 2807 signed int number_hits; // [sp+58h] [bp+18h]@22 |
2075 | 2808 signed int next_floor_level; // [sp+58h] [bp+18h]@43 |
1295 | 2809 |
2810 v46 = 1; | |
2140
4c0c475917dd
drawing items in the dragon's cave and GetFloorLevel for BModels
Ritor1
parents:
2132
diff
changeset
|
2811 current_BModel_id[0] = -1; |
4c0c475917dd
drawing items in the dragon's cave and GetFloorLevel for BModels
Ritor1
parents:
2132
diff
changeset
|
2812 current_Face_id[0] = -1; |
1295 | 2813 odm_floor_level[0] = GetTerrainHeightsAroundParty2(X, Y, pIsOnWater, bWaterWalk); |
2814 | |
2815 for ( pBModelNum = 0; pBModelNum < pOutdoor->uNumBModels; ++pBModelNum ) | |
2816 { | |
2817 pBModel = &pOutdoor->pBModels[pBModelNum]; | |
2818 if ( X <= pBModel->sMaxX && X >= pBModel->sMinX && | |
2819 Y <= pBModel->sMaxY && Y >= pBModel->sMinY ) | |
2820 { | |
2821 if ( pBModel->uNumFaces > 0 ) | |
2822 { | |
2823 v39 = 0; | |
2824 for ( pFaceNum = 0; pFaceNum < pBModel->uNumFaces; ++pFaceNum ) | |
2825 { | |
2826 pFace = &pBModel->pFaces[pFaceNum]; | |
2075 | 2827 if ( pFace->Ethereal() ) |
2828 continue; | |
1295 | 2829 if ( (pFace->uPolygonType == POLYGON_Floor || pFace->uPolygonType == POLYGON_InBetweenFloorAndWall) |
2830 && X <= pFace->pBoundingBox.x2 && X >= pFace->pBoundingBox.x1 | |
2831 && Y <= pFace->pBoundingBox.y2 && Y >= pFace->pBoundingBox.y1 ) | |
2832 { | |
2144 | 2833 for ( uint i = 0; i < pFace->uNumVertices; ++i) |
2834 { | |
2835 odm_floor_face_vert_coord_X[2 * i] = pFace->pXInterceptDisplacements[i] + pBModel->pVertices.pVertices[pFace->pVertexIDs[i]].x; | |
2836 odm_floor_face_vert_coord_Y[2 * i] = pFace->pYInterceptDisplacements[i] + pBModel->pVertices.pVertices[pFace->pVertexIDs[i]].y; | |
2837 odm_floor_face_vert_coord_X[2 * i + 1] = pFace->pXInterceptDisplacements[i] + pBModel->pVertices.pVertices[pFace->pVertexIDs[i + 1]].x; | |
2838 odm_floor_face_vert_coord_Y[2 * i + 1] = pFace->pYInterceptDisplacements[i] + pBModel->pVertices.pVertices[pFace->pVertexIDs[i + 1]].y; | |
2839 } | |
2075 | 2840 odm_floor_face_vert_coord_X[2 * pFace->uNumVertices] = odm_floor_face_vert_coord_X[0]; |
2841 odm_floor_face_vert_coord_Y[2 * pFace->uNumVertices] = odm_floor_face_vert_coord_Y[0]; | |
2842 | |
2843 current_vertices_Y = odm_floor_face_vert_coord_Y[0] >= Y; | |
2068 | 2844 number_hits = 0; |
1295 | 2845 if ( 2 * pFace->uNumVertices > 0 ) |
2846 { | |
2847 for ( int i = 0; i < 2 * pFace->uNumVertices; ++i ) | |
2848 { | |
2068 | 2849 if ( number_hits >= 2 ) |
1295 | 2850 break; |
2075 | 2851 //v36 = odm_floor_face_vert_coord_Y[i + 1]; |
2852 next_vertices_Y = odm_floor_face_vert_coord_Y[i + 1] >= Y; | |
2068 | 2853 if ( current_vertices_Y != next_vertices_Y )//проверка по Y |
1295 | 2854 { |
2075 | 2855 v18 = odm_floor_face_vert_coord_X[i + 1] >= X ? 0 : 2; |
2856 v19 = v18 | (odm_floor_face_vert_coord_X[i] < X); | |
1295 | 2857 if ( v19 != 3 ) |
2858 { | |
2859 if ( !v19 ) | |
2068 | 2860 ++number_hits; |
1295 | 2861 else |
2862 { | |
2075 | 2863 LODWORD(v23) = (Y - odm_floor_face_vert_coord_Y[i]) << 16; |
2864 HIDWORD(v23) = (Y - odm_floor_face_vert_coord_Y[i]) >> 16; | |
2865 v22 = ((((odm_floor_face_vert_coord_X[i + 1] - odm_floor_face_vert_coord_X[i]) * v23 / (odm_floor_face_vert_coord_Y[i + 1] | |
2866 - odm_floor_face_vert_coord_Y[i])) >> 16) + odm_floor_face_vert_coord_X[i]); | |
1295 | 2867 if ( v22 >= X) |
2068 | 2868 ++number_hits; |
1295 | 2869 } |
2870 } | |
2871 } | |
2068 | 2872 current_vertices_Y = next_vertices_Y; |
1295 | 2873 } |
2068 | 2874 if ( number_hits == 1 ) |
1295 | 2875 { |
2876 if ( v46 >= 20 ) | |
2877 break; | |
2878 if ( pFace->uPolygonType == POLYGON_Floor ) | |
2879 v24 = pBModel->pVertices.pVertices[pFace->pVertexIDs[0]].z; | |
2880 else | |
2140
4c0c475917dd
drawing items in the dragon's cave and GetFloorLevel for BModels
Ritor1
parents:
2132
diff
changeset
|
2881 { |
2207 | 2882 int a = fixpoint_mul(pFace->zCalc1, X); |
2883 int b = fixpoint_mul(pFace->zCalc2, Y); | |
2144 | 2884 int c = ((signed __int64)pFace->zCalc3 >> 16); |
2140
4c0c475917dd
drawing items in the dragon's cave and GetFloorLevel for BModels
Ritor1
parents:
2132
diff
changeset
|
2885 v24 = a + b + c; |
4c0c475917dd
drawing items in the dragon's cave and GetFloorLevel for BModels
Ritor1
parents:
2132
diff
changeset
|
2886 } |
1295 | 2887 v25 = v46++; |
2888 odm_floor_level[v25] = v24; | |
2140
4c0c475917dd
drawing items in the dragon's cave and GetFloorLevel for BModels
Ritor1
parents:
2132
diff
changeset
|
2889 current_BModel_id[v25] = pBModelNum; |
4c0c475917dd
drawing items in the dragon's cave and GetFloorLevel for BModels
Ritor1
parents:
2132
diff
changeset
|
2890 current_Face_id[v25] = pFaceNum; |
1295 | 2891 } |
2892 } | |
2893 } | |
2894 | |
2895 } | |
2896 } | |
2897 } | |
2898 } | |
2899 if ( v46 == 1 ) | |
2900 { | |
1413 | 2901 *bmodel_pid = 0; |
1295 | 2902 return odm_floor_level[0]; |
2903 } | |
2075 | 2904 current_floor_level = 0; |
2905 v29 = 0; | |
1295 | 2906 if ( v46 <= 1 ) |
1413 | 2907 *bmodel_pid = 0; |
1295 | 2908 else |
2909 { | |
2075 | 2910 current_floor_level = odm_floor_level[0]; |
2911 for ( uint i = 1; i < v46; ++i ) | |
1295 | 2912 { |
2075 | 2913 next_floor_level = odm_floor_level[i]; |
2914 if ( current_floor_level <= Z + 5 ) | |
1295 | 2915 { |
2075 | 2916 if ( next_floor_level > current_floor_level && next_floor_level <= Z + 5 ) |
1295 | 2917 { |
2075 | 2918 current_floor_level = next_floor_level; |
2919 v29 = i; | |
1295 | 2920 } |
2921 } | |
2075 | 2922 else if ( next_floor_level < current_floor_level ) |
1295 | 2923 { |
2075 | 2924 current_floor_level = next_floor_level; |
2925 v29 = i; | |
1295 | 2926 } |
2927 } | |
2075 | 2928 if ( !v29 ) |
1413 | 2929 *bmodel_pid = 0; |
1295 | 2930 else |
2140
4c0c475917dd
drawing items in the dragon's cave and GetFloorLevel for BModels
Ritor1
parents:
2132
diff
changeset
|
2931 *bmodel_pid = current_Face_id[v29] | (current_BModel_id[v29] << 6); |
1295 | 2932 } |
2075 | 2933 if ( v29 ) |
1295 | 2934 { |
2935 *pIsOnWater = false; | |
2140
4c0c475917dd
drawing items in the dragon's cave and GetFloorLevel for BModels
Ritor1
parents:
2132
diff
changeset
|
2936 if ( pOutdoor->pBModels[current_BModel_id[v29]].pFaces[current_Face_id[v29]].Fluid()) |
1295 | 2937 *pIsOnWater = true; |
2938 } | |
2075 | 2939 if ( odm_floor_level[v29] >= odm_floor_level[0] ) |
2940 odm_floor_level[0] = odm_floor_level[v29]; | |
1295 | 2941 return odm_floor_level[0]; |
2942 } | |
1412 | 2943 |
1295 | 2944 //not sure if right- or left-handed coordinate space assumed, so this could be normal of inverse normal |
2945 // for a right-handed system, that would be an inverse normal | |
2946 //----- (0046DCC8) -------------------------------------------------------- | |
2947 void ODM_GetTerrainNormalAt(int pos_x, int pos_z, Vec3_int_ *out) | |
2948 { | |
1980 | 2949 uint grid_x = WorldPosToGridCellX(pos_x); |
2950 uint grid_z = WorldPosToGridCellZ(pos_z) - 1; | |
1295 | 2951 |
1980 | 2952 int grid_pos_x1 = GridCellToWorldPosX(grid_x); |
2953 int grid_pos_x2 = GridCellToWorldPosX(grid_x + 1); | |
2954 int grid_pos_z1 = GridCellToWorldPosZ(grid_z); | |
2955 int grid_pos_z2 = GridCellToWorldPosZ(grid_z + 1); | |
1295 | 2956 |
1980 | 2957 int x1z1_y = pOutdoor->DoGetHeightOnTerrain(grid_x, grid_z); |
2958 int x2z1_y = pOutdoor->DoGetHeightOnTerrain(grid_x + 1, grid_z); | |
2959 int x2z2_y = pOutdoor->DoGetHeightOnTerrain(grid_x + 1, grid_z + 1); | |
2960 int x1z2_y = pOutdoor->DoGetHeightOnTerrain(grid_x, grid_z + 1); | |
1295 | 2961 |
2962 float side1_dx, side1_dy, side1_dz, | |
2963 side2_dx, side2_dy, side2_dz; | |
2964 | |
1980 | 2965 int dx = abs(pos_x - grid_pos_x1), |
1295 | 2966 dz = abs(grid_pos_z1 - pos_z); |
2967 if (dz >= dx) | |
2968 { | |
2144 | 2969 side2_dx = (double)(grid_pos_x2 - grid_pos_x1); |
2970 side2_dz = 0.0;//(double)(grid_pos_z2 - grid_pos_z2); // bug? z2 - z2 | |
1295 | 2971 side2_dy = (double)(x2z2_y - x1z2_y); |
2144 | 2972 |
2973 side1_dx = 0.0;//(double)(grid_pos_x1 - grid_pos_x1); | |
1295 | 2974 side1_dz = (double)(grid_pos_z1 - grid_pos_z2); // z1 - z2 yes |
2144 | 2975 side1_dy = (double)(x1z1_y - x1z2_y); |
1295 | 2976 //Log::Warning(L"%S %S %u\n", __FILE__, __FUNCTION__, __LINE__); |
2977 /* |\ | |
2978 side1 | \ | |
2979 |____\ | |
2980 side 2 */ | |
2981 } | |
2982 else | |
2983 { | |
2144 | 2984 side2_dx = (double)(grid_pos_x1 - grid_pos_x2); |
2985 side2_dz = 0.0;//(double)(grid_pos_z1 - grid_pos_z1); | |
1295 | 2986 side2_dy = (double)(x1z1_y - x2z1_y); |
2144 | 2987 |
2988 side1_dx = 0.0;//(double)(grid_pos_x2 - grid_pos_x1); | |
1295 | 2989 side1_dz = (double)(grid_pos_z2 - grid_pos_z1); |
2144 | 2990 side1_dy = (double)(x2z2_y - x2z1_y); |
1295 | 2991 /* side 2 |
2992 _____ | |
2993 \ | | |
2994 \ | side 1 | |
2995 \| */ | |
2996 } | |
2997 | |
2998 float nx = side1_dy * side2_dz - side1_dz * side2_dy; | |
2999 float ny = side1_dx * side2_dy - side1_dy * side2_dx; | |
3000 float nz = side1_dz * side2_dx - side1_dx * side2_dz; | |
3001 | |
3002 float mag = sqrt(nx * nx + ny * ny + nz * nz); | |
3003 if (fabsf(mag) < 1e-6f) | |
3004 { | |
3005 out->y = 0; | |
3006 out->x = 0; | |
3007 out->z = 65536; | |
3008 } | |
3009 else | |
3010 { | |
3011 float invmag = 1.0 / mag; | |
3012 out->x = invmag * nx * 65536.0; | |
3013 out->y = invmag * ny * 65536.0; | |
3014 out->z = invmag * nz * 65536.0; | |
3015 } | |
3016 } | |
1297 | 3017 //----- (0046BE0A) -------------------------------------------------------- |
1642 | 3018 void ODM_UpdateUserInputAndOther() |
1297 | 3019 { |
3020 bool v0; // eax@5 | |
3021 char pOut[32]; // [sp+8h] [bp-20h]@5 | |
3022 | |
3023 UpdateObjects(); | |
3024 ODM_ProcessPartyActions(); | |
3025 if ( pParty->vPosition.x < -22528 | |
3026 || pParty->vPosition.x > 22528 | |
3027 || pParty->vPosition.y < -22528 | |
3028 || pParty->vPosition.y > 22528 ) | |
3029 { | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1458
diff
changeset
|
3030 strcpy(pOutdoor->pLevelFilename, pCurrentMapName); |
1297 | 3031 v0 = pOutdoor->GetTravelDestination(pParty->vPosition.x, pParty->vPosition.y, pOut, 32); |
3032 if ( !bUnderwater && (pParty->uFlags & (PARTY_FLAGS_1_STANDING_ON_WATER | PARTY_FLAGS_1_FALLING | 0x04) || pParty->uFlags & 0x0200 || pParty->bFlying) || !v0 ) | |
3033 { | |
3034 if ( pParty->vPosition.x < -22528 ) | |
3035 pParty->vPosition.x = -22528; | |
3036 if ( pParty->vPosition.x > 22528 ) | |
3037 pParty->vPosition.x = 22528; | |
3038 if ( pParty->vPosition.y < -22528 ) | |
3039 pParty->vPosition.y = -22528; | |
3040 if ( pParty->vPosition.y > 22528 ) | |
3041 pParty->vPosition.y = 22528; | |
3042 } | |
3043 else | |
3044 { | |
3045 pAudioPlayer->StopChannels(-1, -1); | |
3046 TravelUI_Load(); | |
3047 } | |
3048 } | |
3049 UpdateActors_ODM(); | |
3050 check_event_triggers(); | |
3051 } | |
3052 //----- (0041F54A) -------------------------------------------------------- | |
2340 | 3053 void OutdoorLocation::LoadActualSkyFrame() |
1297 | 3054 { |
3055 if ( pTexture_RestUI_CurrentSkyFrame ) | |
3056 pTexture_RestUI_CurrentSkyFrame->Release(); | |
3057 if ( pTexture_RestUI_CurrentHourglassFrame ) | |
3058 pTexture_RestUI_CurrentHourglassFrame->Release(); | |
3059 pIcons_LOD->SyncLoadedFilesCount(); | |
3060 sprintf(pTmpBuf.data(), "TERRA%03d", pParty->uCurrentMinute / 6 + 10 * pParty->uCurrentHour); | |
3061 pTexture_RestUI_CurrentSkyFrame = pIcons_LOD->LoadTexturePtr(pTmpBuf.data(), TEXTURE_16BIT_PALETTE); | |
1323 | 3062 } |
3063 | |
3064 | |
3065 //----- (004626BA) -------------------------------------------------------- | |
3066 OutdoorLocation::OutdoorLocation() | |
3067 { | |
3068 subconstuctor(); | |
3069 uLastSunlightUpdateMinute = 0; | |
3070 | |
3071 uNumBModels = 0; | |
3072 pBModels = nullptr; | |
3073 } | |
3074 | |
3075 //----- (004626CD) -------------------------------------------------------- | |
3076 void OutdoorLocation::subconstuctor() | |
3077 { | |
3078 //OutdoorLocationTerrain::OutdoorLocationTerrain(&this->pTerrain); | |
3079 field_F0 = 0; | |
3080 field_F4 = 0x40000000u; | |
3081 //DLVHeader::DLVHeader(&v1->ddm); | |
3082 pSpawnPoints = 0; | |
3083 pBModels = 0; | |
3084 pCmap = 0; | |
3085 pFaceIDLIST = 0; | |
3086 pOMAP = 0; | |
3087 } | |
3088 | |
1637 | 3089 //----- (00481E55) -------------------------------------------------------- |
3090 void ODM_Project(unsigned int uNumVertices) | |
3091 { | |
2169 | 3092 for ( uint i = 0; i < uNumVertices; i++ ) |
3093 { | |
3094 memcpy(&array_50AC10[i], &array_507D30[i], sizeof(array_50AC10[i])); | |
3095 array_50AC10[i].vWorldViewProjX = (double)pViewport->uScreenCenterX | |
3096 - ((double)pODMRenderParams->int_fov_rad * array_507D30[i]._rhw) * array_507D30[i].vWorldViewPosition.y; | |
3097 array_50AC10[i].vWorldViewProjY = (double)pViewport->uScreenCenterY | |
3098 - ((double)pODMRenderParams->int_fov_rad * array_507D30[i]._rhw) * array_507D30[i].vWorldViewPosition.z; | |
3099 } | |
3100 } | |
1637 | 3101 //----- (00485F64) -------------------------------------------------------- |
3102 void ODMRenderParams::Initialize() | |
3103 { | |
3104 int v1; // eax@1 | |
3105 int v2; // eax@2 | |
3106 signed __int64 v3; // qtt@4 | |
3107 int v4; // eax@4 | |
3108 | |
3109 this->uCameraFovInDegrees = 75; | |
3110 v1 = stru_5C6E00->uPiMask & 0xD5; | |
3111 if ( v1 >= (signed int)stru_5C6E00->uIntegerHalfPi ) | |
3112 v2 = -stru_5C6E00->pTanTable[stru_5C6E00->uIntegerPi - v1]; | |
3113 else | |
3114 v2 = stru_5C6E00->pTanTable[v1]; | |
3115 LODWORD(v3) = (viewparams->uSomeZ - viewparams->uSomeX) << 31; | |
3116 HIDWORD(v3) = (viewparams->uSomeZ - viewparams->uSomeX) << 15 >> 16; | |
3117 v4 = (signed int)(v3 / v2) >> 16; | |
3118 this->int_fov_rad = v4; | |
3119 this->field_4C = 360000; | |
3120 this->int_fov_rad_inv = 65536 / v4; | |
3121 this->field_50 = 115; | |
3122 //sr_6BE060[1] = 1; | |
1642 | 3123 //RotationToInts(); |
1637 | 3124 } |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3125 //----- (00473893) -------------------------------------------------------- |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3126 void ODM_ProcessPartyActions() |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3127 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3128 int v1; // edi@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3129 int v2; // ebx@1 |
2085 | 3130 int floor_level; // eax@14 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3131 int v6; // esi@45 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3132 ODMFace *face; // ecx@45 |
2167 | 3133 //signed int v33; // eax@143 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3134 int v34; // esi@143 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3135 int v35; // esi@147 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3136 int v36; // eax@155 |
2334 | 3137 // signed int v37; // esi@159 |
3138 // signed int v38; // eax@159 | |
3139 // signed int i; // esi@159 | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3140 int v40; // esi@162 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3141 bool v42; // eax@180 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3142 signed int v43; // ecx@184 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3143 signed int v44; // edx@184 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3144 int v45; // ecx@200 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3145 BSPModel *pModel; // eax@203 |
2167 | 3146 bool pModel_; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3147 ODMFace *pODMFace; // esi@203 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3148 int v48; // eax@203 |
2163 | 3149 int v54; // eax@215 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3150 int v55; // eax@217 |
2334 | 3151 // BSPModel *v58; // eax@228 |
2147 | 3152 //unsigned __int64 v59; // qax@228 |
2334 | 3153 // BSPModel *v60; // eax@228 |
2147 | 3154 //unsigned __int64 v61; // qax@228 |
2334 | 3155 // int v62; // eax@241 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3156 unsigned int v66; // esi@263 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3157 signed int v68; // ecx@263 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3158 int v69; // eax@263 |
2334 | 3159 // unsigned int v76; // edi@293 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3160 bool v77; // edx@297 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3161 bool v78; // ecx@303 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3162 int v79; // ecx@314 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3163 __int16 v80; // dx@317 |
2148 | 3164 //int v81; // ebx@318 |
3165 //int v82; // ecx@318 | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3166 int pTerrainHeight; // eax@321 |
2334 | 3167 // int v86; // [sp-20h] [bp-B4h]@246 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3168 int v87; // [sp-20h] [bp-B4h]@248 |
2334 | 3169 // signed int v88; // [sp-1Ch] [bp-B0h]@246 |
3170 // unsigned int v89; // [sp-18h] [bp-ACh]@246 | |
3171 // signed int v90; // [sp-14h] [bp-A8h]@246 | |
3172 // signed int v91; // [sp-10h] [bp-A4h]@246 | |
3173 // int v92; // [sp-Ch] [bp-A0h]@246 | |
3174 // unsigned int v94; // [sp-8h] [bp-9Ch]@246 | |
3175 // int v96; // [sp-4h] [bp-98h]@246 | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3176 int v97; // [sp+Ch] [bp-88h]@180 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3177 Vec3_int_ v98; |
2208 | 3178 bool not_high_fall; // [sp+1Ch] [bp-78h]@33 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3179 int v102; // [sp+20h] [bp-74h]@1 |
2148 | 3180 int trigger_id; // [sp+24h] [bp-70h]@1 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3181 bool bFeatherFall; // [sp+28h] [bp-6Ch]@4 |
2148 | 3182 int bonus; |
3183 int on_ground; // [sp+2Ch] [bp-68h]@24 | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3184 bool bWaterWalk; // [sp+30h] [bp-64h]@1 |
2085 | 3185 int ceiling_height; // [sp+3Ch] [bp-58h]@28 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3186 int v110; // [sp+40h] [bp-54h]@180 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3187 int v111; // [sp+44h] [bp-50h]@14 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3188 bool hovering; // [sp+48h] [bp-4Ch]@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3189 int v113; // [sp+4Ch] [bp-48h]@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3190 bool party_running_flag; // [sp+50h] [bp-44h]@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3191 int _walk_speed; // [sp+54h] [bp-40h]@48 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3192 int pX; // [sp+58h] [bp-3Ch]@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3193 int pY; // [sp+5Ch] [bp-38h]@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3194 int v118; // [sp+60h] [bp-34h]@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3195 int _angle_x; // [sp+68h] [bp-2Ch]@48 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3196 unsigned int v122; // [sp+70h] [bp-24h]@180 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3197 int pZ; // [sp+74h] [bp-20h]@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3198 bool party_walking_flag; // [sp+78h] [bp-1Ch]@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3199 int _angle_y; // [sp+7Ch] [bp-18h]@48 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3200 int v128; // [sp+88h] [bp-Ch]@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3201 int v129; // [sp+8Ch] [bp-8h]@92 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3202 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3203 v1 = 0; |
2148 | 3204 trigger_id = 0; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3205 v2 = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3206 //*(float *)&v128 = 0.0; |
2163 | 3207 int fall_speed = pParty->uFallSpeed; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3208 v128 = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3209 v129 = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3210 pX = pParty->vPosition.x; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3211 pY = pParty->vPosition.y; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3212 pZ = pParty->vPosition.z; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3213 v113 = pParty->field_6F0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3214 hovering = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3215 bool partyAtHighSlope = IsTerrainSlopeTooHigh(pParty->vPosition.x, pParty->vPosition.y); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3216 party_running_flag = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3217 party_walking_flag = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3218 v102 = 0; |
2167 | 3219 pModel_ = false; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3220 bWaterWalk = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3221 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3222 if (!pParty->FeatherFallActive())//Проверка падение пера |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3223 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3224 bFeatherFall = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3225 for (int i = 0; i < 4; ++i) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3226 if (pParty->pPlayers[i].WearsItemAnyWhere(ITEM_ARTIFACT_LADYS_ESCORT)) // seems like flying boots |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3227 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3228 bFeatherFall = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3229 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3230 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3231 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3232 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3233 bFeatherFall = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3234 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3235 pParty->uFlags &= ~PARTY_FLAGS_1_STANDING_ON_WATER; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3236 if (pParty->WaterWalkActive())//Проверка хождения по воде |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3237 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3238 //LOBYTE(pParty->uFlags) &= 0x7Fu; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3239 bWaterWalk = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3240 *(short *)&stru_5E4C90_MapPersistVars._decor_events[20 * pParty->pPartyBuffs[PARTY_BUFF_WATER_WALK].uOverlayID + 119] |= 1u; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3241 if (!(pParty->pPartyBuffs[PARTY_BUFF_WATER_WALK].uFlags & 1) && |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3242 pParty->pPlayers[pParty->pPartyBuffs[PARTY_BUFF_WATER_WALK].uCaster - 1].sMana <= 0 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3243 bWaterWalk = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3244 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3245 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3246 int bmodel_standing_on_pid; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3247 int is_on_water = false; |
2085 | 3248 floor_level = ODM_GetFloorLevel(pX, pY, pZ, pParty->uPartyHeight, &is_on_water, &bmodel_standing_on_pid, bWaterWalk); |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3249 int is_not_on_bmodel = bmodel_standing_on_pid == 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3250 |
2085 | 3251 v111 = floor_level; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3252 if ( bFeatherFall ) |
2085 | 3253 pParty->uFallStartY = floor_level; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3254 else |
2085 | 3255 floor_level = pParty->uFallStartY; |
3256 | |
3257 if ( floor_level - pZ > 512 && !bFeatherFall && pZ <= v111 + 1 )//падение на 3D Model | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3258 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3259 if (pParty->uFlags & PARTY_FLAGS_1_LANDING) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3260 pParty->uFlags &= ~PARTY_FLAGS_1_LANDING; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3261 else for (int i = 0; i < 4; ++i) // receive falling damage |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3262 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3263 if ( !pParty->pPlayers[i].HasEnchantedItemEquipped(72) && !pParty->pPlayers[i].WearsItem(ITEM_ARTIFACT_HERMES_SANDALS, EQUIP_BOOTS) ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3264 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3265 pParty->pPlayers[i].ReceiveDamage( |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3266 (signed int)((pParty->uFallStartY - pZ) * (unsigned __int64)(pParty->pPlayers[i].GetMaxHealth() / 10)) / 256, DMGT_PHISYCAL); |
2148 | 3267 bonus = 20 - pParty->pPlayers[i].GetParameterBonus(pParty->pPlayers[i].GetActualEndurance()); |
3268 pParty->pPlayers[i].SetRecoveryTime((signed __int64)((double)bonus * flt_6BE3A4_debug_recmod1 * 2.133333333333333)); | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3269 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3270 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3271 } |
2085 | 3272 |
3273 ceiling_height = -1; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3274 if ( pParty->bFlying ) |
2085 | 3275 ceiling_height = GetCeilingHeight(pX, pY, pZ + pParty->uPartyHeight, (int)&v102);//высота потолка |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3276 //v107 = bmodel_standing_on_pid == 0; |
2148 | 3277 on_ground = v111 + 1; |
3278 if ( pZ <= on_ground )//полёт: посадка | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3279 { |
2085 | 3280 ceiling_height = -1; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3281 pParty->bFlying = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3282 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3283 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3284 hovering = true; |
2208 | 3285 not_high_fall = pZ - v111 <= 32; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3286 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3287 if ( bWalkSound && pParty->walk_sound_timer)//timer update |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3288 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3289 if (pParty->walk_sound_timer >= pEventTimer->uTimeElapsed) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3290 pParty->walk_sound_timer -= pEventTimer->uTimeElapsed; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3291 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3292 pParty->walk_sound_timer = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3293 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3294 |
2148 | 3295 if (!bUnderwater && pParty->pPartyBuffs[PARTY_BUFF_FLY].uExpireTime <= 0)// конец действия полёта |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3296 pParty->bFlying = false; |
2148 | 3297 |
3298 if (!hovering)// | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3299 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3300 if ( pParty->floor_face_pid != PID(OBJECT_BModel, bmodel_standing_on_pid) ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3301 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3302 if (bmodel_standing_on_pid) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3303 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3304 if ( (bmodel_standing_on_pid >> 6) < pOutdoor->uNumBModels ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3305 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3306 face = pOutdoor->pBModels[bmodel_standing_on_pid >> 6].pFaces; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3307 v6 = bmodel_standing_on_pid & 0x3F; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3308 /*if ( *(char *)(v7->pFacePlane.vNormal.x + 308 * v6 + 31) & 4 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3309 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3310 pParty->field_6F4_packedid = PID(OBJECT_BModel,v108); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3311 v103 = *(short *)(v7->pFacePlane.vNormal.x + 308 * v6 + 292); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3312 }*/ |
2147 | 3313 if ( face[v6].uAttributes & FACE_PRESSURE_PLATE ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3314 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3315 pParty->floor_face_pid = PID(OBJECT_BModel, bmodel_standing_on_pid); |
2148 | 3316 trigger_id = face[v6].sCogTriggeredID; // |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3317 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3318 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3319 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3320 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3321 pParty->floor_face_pid = PID(OBJECT_BModel, bmodel_standing_on_pid); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3322 } |
2148 | 3323 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3324 _walk_speed = pParty->uWalkSpeed; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3325 _angle_y = pParty->sRotationY; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3326 _angle_x = pParty->sRotationX; |
2085 | 3327 //v126 = pEventTimer->dt_in_some_format; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3328 /*v119 = (Player **)((unsigned __int64)(pEventTimer->dt_in_some_format |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3329 * (signed __int64)((signed int)(pParty->field_20_prolly_turn_speed |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3330 * stru_5C6E00->uIntegerPi) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3331 / 180)) >> 16);*/ |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3332 __int64 dturn = (unsigned __int64)(pEventTimer->dt_in_some_format * (signed __int64)((signed int)(pParty->y_rotation_speed * stru_5C6E00->uIntegerPi) / 180)) >> 16; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3333 while (pPartyActionQueue->uNumActions) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3334 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3335 switch (pPartyActionQueue->Next()) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3336 { |
2160 | 3337 case PARTY_FlyUp://полёт вверх |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3338 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3339 if (!pParty->FlyActive() && !bUnderwater) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3340 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3341 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3342 pParty->bFlying = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3343 if (bUnderwater || |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3344 pParty->pPartyBuffs[PARTY_BUFF_FLY].uFlags & 1 || |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3345 pParty->pPlayers[pParty->pPartyBuffs[PARTY_BUFF_FLY].uCaster - 1].sMana > 0 ) |
2167 | 3346 { |
3347 extern int max_flight_height; | |
3348 if ( pParty->vPosition.z < max_flight_height || hovering ) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3349 { |
2167 | 3350 pZ += 30; |
3351 v113 += 30; | |
3352 pParty->bFlying = true; | |
3353 if ( pZ > max_flight_height ) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3354 { |
2167 | 3355 pZ = max_flight_height; |
3356 v113 = max_flight_height; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3357 } |
2167 | 3358 v1 = 0; |
3359 v2 = 0; | |
3360 fall_speed = 0; | |
3361 *(float *)&v128 = 0.0; | |
3362 if ( v102 && pZ < ceiling_height && (signed int)(pParty->uPartyHeight + pZ) >= ceiling_height )//столкновение с потолком | |
3363 { | |
3364 pParty->field_6E0 = 0; | |
3365 pParty->field_6E4 = 0; | |
3366 pPartyActionQueue->uNumActions = 0; | |
3367 pParty->uFlags |= PARTY_FLAGS_1_LANDING; | |
3368 pParty->vPosition.z = ceiling_height - pParty->uPartyHeight - 31; | |
3369 pParty->field_6F0 = pZ; | |
3370 pParty->bFlying = false; | |
3371 pZ = ceiling_height - pParty->uPartyHeight - 31; | |
3372 v113 = pParty->field_6F0; | |
3373 } | |
3374 pParty->uFallSpeed = 0; | |
3375 pModel_ = true; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3376 } |
2167 | 3377 } |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3378 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3379 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3380 |
2160 | 3381 case PARTY_FlyDown://полёт вниз |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3382 if (pParty->FlyActive() || bUnderwater) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3383 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3384 pParty->bFlying = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3385 if ( bUnderwater |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3386 || pParty->pPartyBuffs[PARTY_BUFF_FLY].uFlags & 1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3387 || pParty->pPlayers[pParty->pPartyBuffs[PARTY_BUFF_FLY].uCaster - 1].sMana > 0 )//*(int *)&pParty->pArtifactsFound[6972 * pParty->pPartyBuffs[PARTY_BUFF_FLY].uCaster + 10] > 0 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3388 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3389 pZ -= 30; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3390 v113 -= 30; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3391 pParty->uFallSpeed = 0; |
2163 | 3392 fall_speed = 0; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3393 pParty->bFlying = true; |
2167 | 3394 pModel_ = true; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3395 if ( pZ <= v111 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3396 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3397 pParty->bFlying = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3398 pPartyActionQueue->uNumActions = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3399 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3400 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3401 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3402 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3403 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3404 case PARTY_TurnLeft: |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3405 if (uTurnSpeed) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3406 _angle_y += uTurnSpeed; //descrete turn |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3407 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3408 _angle_y += dturn * fTurnSpeedMultiplier; // time-based smooth turn |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3409 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3410 _angle_y &= stru_5C6E00->uDoublePiMask; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3411 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3412 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3413 case PARTY_TurnRight: |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3414 if (uTurnSpeed) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3415 _angle_y -= uTurnSpeed; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3416 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3417 _angle_y -= dturn * fTurnSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3418 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3419 _angle_y &= stru_5C6E00->uDoublePiMask; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3420 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3421 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3422 case PARTY_FastTurnLeft: |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3423 if (uTurnSpeed) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3424 _angle_y += uTurnSpeed; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3425 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3426 _angle_y += 2.0f * fTurnSpeedMultiplier * (double)dturn; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3427 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3428 _angle_y &= stru_5C6E00->uDoublePiMask; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3429 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3430 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3431 case PARTY_FastTurnRight: |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3432 if (!uTurnSpeed) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3433 _angle_y -= 2.0f * fTurnSpeedMultiplier * (double)dturn; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3434 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3435 _angle_y -= uTurnSpeed; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3436 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3437 _angle_y &= stru_5C6E00->uDoublePiMask; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3438 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3439 |
2160 | 3440 case PARTY_StrafeLeft://хождение боком в влево |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3441 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3442 *(float *)&v128 = pParty->uWalkSpeed; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3443 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3444 float sin_y = sinf(2 * 3.141592653589 * _angle_y / 2048.0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3445 int dx = sin_y * pParty->uWalkSpeed * fWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3446 v2 -= 3 * dx / 4; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3447 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3448 float cos_y = cosf(2 * 3.141592653589 * _angle_y / 2048.0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3449 int dy = cos_y * pParty->uWalkSpeed * fWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3450 v1 += 3 * dy / 4; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3451 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3452 v128 = v1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3453 party_walking_flag = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3454 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3455 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3456 |
2160 | 3457 case PARTY_StrafeRight://хождение боком в вправо |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3458 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3459 *(float *)&v128 = pParty->uWalkSpeed; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3460 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3461 float sin_y = sinf(2 * 3.141592653589 * _angle_y / 2048.0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3462 int dx = sin_y * pParty->uWalkSpeed * fWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3463 v2 += 3 * dx / 4; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3464 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3465 float cos_y = cosf(2 * 3.141592653589 * _angle_y / 2048.0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3466 int dy = cos_y * pParty->uWalkSpeed * fWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3467 v1 -= 3 * dy / 4; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3468 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3469 v128 = v1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3470 party_walking_flag = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3471 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3472 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3473 |
2160 | 3474 case PARTY_WalkForward:// идти вперёд |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3475 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3476 *(float *)&v128 = _walk_speed; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3477 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3478 float sin_y = sinf(2 * 3.141592653589 * _angle_y / 2048.0), |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3479 cos_y = cosf(2 * 3.141592653589 * _angle_y / 2048.0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3480 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3481 int dx = cos_y * pParty->uWalkSpeed * fWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3482 int dy = sin_y * pParty->uWalkSpeed * fWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3483 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3484 if ( new_speed ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3485 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3486 v2 += dx * 12; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3487 v1 += dy * 12; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3488 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3489 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3490 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3491 v2 += dx; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3492 v1 += dy; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3493 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3494 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3495 v128 = v1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3496 party_walking_flag = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3497 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3498 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3499 |
2160 | 3500 case PARTY_RunForward://бежать вперёд |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3501 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3502 *(float *)&v128 = _walk_speed; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3503 |
2162 | 3504 float sin_y = sinf(2 * 3.141592653589 * _angle_y / 2048.0); |
3505 float cos_y = cosf(2 * 3.141592653589 * _angle_y / 2048.0); | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3506 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3507 int dx = cos_y * pParty->uWalkSpeed * fWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3508 int dy = sin_y * pParty->uWalkSpeed * fWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3509 |
2162 | 3510 if (pParty->bFlying)//лететь вперёд |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3511 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3512 v2 += 4 * dx; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3513 v1 += 4 * dy; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3514 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3515 v128 = v1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3516 } |
2162 | 3517 else if (partyAtHighSlope && !bmodel_standing_on_pid)//сбегание со склона |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3518 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3519 v2 += dx; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3520 v1 += dy; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3521 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3522 v128 = v1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3523 party_walking_flag = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3524 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3525 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3526 { |
2164 | 3527 /*v2 += (unsigned __int64)(stru_5C6E00->Cos(_angle_y) |
2162 | 3528 * (signed __int64)(signed int)(2 * (unsigned __int64)(signed __int64)((double)_walk_speed * fWalkSpeedMultiplier))) >> 16; |
3529 v1 += (unsigned __int64)((signed int)stru_5C6E00->Sin(_angle_y) | |
2164 | 3530 * (signed __int64)(signed int)(2 * (unsigned __int64)(signed __int64)((double)_walk_speed * fWalkSpeedMultiplier))) >> 16;*/ |
3531 | |
3532 v2 += 2 * dx; | |
3533 v1 += 2 * dy; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3534 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3535 v128 = v1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3536 party_running_flag = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3537 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3538 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3539 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3540 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3541 |
2160 | 3542 case PARTY_WalkBackward://идти назад |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3543 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3544 *(float *)&v128 = _walk_speed; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3545 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3546 float sin_y = sinf(2 * 3.141592653589 * _angle_y / 2048.0), |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3547 cos_y = cosf(2 * 3.141592653589 * _angle_y / 2048.0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3548 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3549 int dx = cos_y * pParty->uWalkSpeed * fBackwardWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3550 v2 -= dx; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3551 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3552 int dy = sin_y * pParty->uWalkSpeed * fBackwardWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3553 v1 -= dy; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3554 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3555 v128 = v1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3556 party_walking_flag = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3557 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3558 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3559 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3560 |
2160 | 3561 case PARTY_RunBackward://бежать назад |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3562 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3563 float sin_y = sinf(2 * 3.141592653589 * _angle_y / 2048.0), |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3564 cos_y = cosf(2 * 3.141592653589 * _angle_y / 2048.0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3565 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3566 int dx = cos_y * pParty->uWalkSpeed * fBackwardWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3567 int dy = sin_y * pParty->uWalkSpeed * fBackwardWalkSpeedMultiplier; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3568 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3569 if (pParty->bFlying) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3570 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3571 v2 -= 4 * dx; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3572 v1 -= 4 * dy; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3573 v128 = v1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3574 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3575 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3576 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3577 v2 -= dx; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3578 v1 -= dy; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3579 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3580 v128 = v1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3581 party_walking_flag = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3582 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3583 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3584 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3585 |
2160 | 3586 case PARTY_CenterView://смотреть прямо |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3587 _angle_x = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3588 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3589 |
2160 | 3590 case PARTY_LookUp://смотреть вверх |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3591 _angle_x += (signed __int64)(flt_6BE150_look_up_down_dangle * 25.0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3592 if ( _angle_x > 128 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3593 _angle_x = 128; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3594 if (uActiveCharacter) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3595 pPlayers[uActiveCharacter]->PlaySound(SPEECH_63, 0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3596 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3597 |
2160 | 3598 case PARTY_LookDown://смотреть вниз |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3599 _angle_x += (signed __int64)(flt_6BE150_look_up_down_dangle * -25.0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3600 if ( _angle_x < -128 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3601 _angle_x = -128; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3602 if (uActiveCharacter) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3603 pPlayers[uActiveCharacter]->PlaySound(SPEECH_64, 0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3604 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3605 |
2160 | 3606 case PARTY_Jump://прыжок |
3607 if ( (!partyAtHighSlope || bmodel_standing_on_pid) && !hovering && pParty->field_24 && !(pParty->uFlags & 4) && !(pParty->uFlags & 0x200) ) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3608 { |
2085 | 3609 //v126 = pParty->field_24 << 6; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3610 hovering = true; |
2163 | 3611 fall_speed = (signed __int64)((double)(pParty->field_24 << 6) * 1.5 + (double)fall_speed); |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3612 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3613 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3614 |
2160 | 3615 case PARTY_Land://приземление(клавиша Home) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3616 if (pParty->bFlying) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3617 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3618 pParty->uFlags |= PARTY_FLAGS_1_LANDING; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3619 pParty->uFallSpeed = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3620 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3621 pParty->bFlying = false; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3622 pPartyActionQueue->uNumActions = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3623 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3624 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3625 default: |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3626 assert(false); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3627 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3628 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3629 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3630 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3631 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3632 pParty->sRotationY = _angle_y; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3633 pParty->sRotationX = _angle_x; |
2167 | 3634 //------------------------------------------- |
3635 if ( pParty->bFlying ) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3636 { |
2167 | 3637 v129 = fixpoint_mul(4, stru_5C6E00->Cos(GetTickCount())); |
3638 pZ = v113 + v129; | |
3639 if ( pModel_ ) | |
3640 pZ = v113; //взлетание выше | |
3641 if (pParty->FlyActive()) | |
3642 stru_5E4C90_MapPersistVars._decor_events[20 * pParty->pPartyBuffs[PARTY_BUFF_FLY].uOverlayID + 119] &= 0xFE; | |
3643 pParty->uFallStartY = pZ; | |
3644 } | |
3645 else if ( pZ < v111 )// подъём в горку | |
3646 { | |
3647 if ( is_on_water && fall_speed ) | |
2331
9551756f46c4
Moving functions out of mm7_6.cpp into appropriate classes as static methods or free functions
Grumpy7
parents:
2322
diff
changeset
|
3648 SpriteObject::sub_42F960_create_object(pX, pY, v111); |
2167 | 3649 fall_speed = 0; |
3650 pZ = v111; | |
3651 pParty->uFallStartY = v111; | |
3652 v113 = pZ; | |
3653 if (pParty->FlyActive()) | |
3654 stru_5E4C90_MapPersistVars._decor_events[20 * pParty->pPartyBuffs[PARTY_BUFF_FLY].uOverlayID + 119] |= 1; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3655 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3656 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3657 { |
2148 | 3658 v113 = pZ; |
3659 if (pParty->FlyActive()) | |
3660 stru_5E4C90_MapPersistVars._decor_events[20 * pParty->pPartyBuffs[PARTY_BUFF_FLY].uOverlayID + 119] |= 1; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3661 } |
2167 | 3662 //------------------------------------------ |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3663 if (hovering && !pParty->bFlying)//расчёт скорости падения |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3664 { |
2167 | 3665 //v33 = -(pEventTimer->uTimeElapsed * GetGravityStrength()); |
3666 v34 = fall_speed + 2 * -(pEventTimer->uTimeElapsed * GetGravityStrength()); | |
3667 fall_speed += 2 * -(pEventTimer->uTimeElapsed * GetGravityStrength()); | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3668 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3669 else if (!partyAtHighSlope) |
2163 | 3670 v34 = fall_speed; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3671 else if (!hovering) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3672 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3673 if ( !bmodel_standing_on_pid ) |
2148 | 3674 { |
2167 | 3675 // rolling down the hill |
3676 // how it's done: you get a little bit pushed in the air along terrain normal, getting in the air | |
3677 // and falling to the gravity, gradually sliding downwards. nice trick | |
3678 pZ = v111; | |
3679 ODM_GetTerrainNormalAt(pX, pY, &v98); | |
3680 v35 = fall_speed + (8 * -(pEventTimer->uTimeElapsed * GetGravityStrength())); | |
3681 v129 = abs(v2 * v98.x + v1 * v98.y + v35 * v98.z) >> 16; | |
3682 v2 += fixpoint_mul(v129, v98.x); | |
3683 v1 += fixpoint_mul(v129, v98.y); | |
3684 v34 = v35 + fixpoint_mul(v129, v98.z); | |
3685 v128 = v1; | |
3686 fall_speed = v34; | |
2148 | 3687 } |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3688 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3689 else |
2163 | 3690 v34 = fall_speed; |
2148 | 3691 |
2167 | 3692 if ( hovering )//блок для крика падения |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3693 { |
2167 | 3694 if ( !bUnderwater && v34 <= 0) |
3695 { | |
3696 if ( v34 < -500 && !pParty->bFlying && pParty->vPosition.z - v111 > 1000 && !pParty->FeatherFallActive()) | |
3697 { // falling scream | |
3698 for (int i = 0; i < 4; ++i) | |
3699 { | |
3700 if (!pParty->pPlayers[i].HasEnchantedItemEquipped(72) | |
3701 && !pParty->pPlayers[i].WearsItem(ITEM_ARTIFACT_HERMES_SANDALS, EQUIP_BOOTS) | |
3702 && pParty->pPlayers[i].CanAct()) | |
3703 pParty->pPlayers[i].PlaySound(SPEECH_Falling_scream, 0);//крик падения | |
3704 } | |
3705 } | |
3706 } | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3707 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3708 else |
2084 | 3709 pParty->uFallStartY = pZ; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3710 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3711 if ( v2 * v2 + v1 * v1 < 400 && !partyAtHighSlope ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3712 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3713 *(float *)&v128 = 0.0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3714 v2 = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3715 } |
2167 | 3716 //--(столкновения)------------------------------------------------------------------- |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3717 stru_721530.field_84 = -1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3718 stru_721530.field_70 = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3719 stru_721530.prolly_normal_d = pParty->field_14_radius; |
2156 | 3720 stru_721530.field_8_radius = pParty->field_14_radius / 2; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3721 stru_721530.field_0 = 1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3722 stru_721530.height = pParty->uPartyHeight - 32; |
2085 | 3723 for ( uint i = 0; i < 100; i++ ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3724 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3725 stru_721530.position.x = pX; |
2085 | 3726 stru_721530.position.y = pY; |
3727 stru_721530.position.z = stru_721530.height + pZ + 1; | |
3728 | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3729 stru_721530.normal.x = pX; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3730 stru_721530.normal.y = pY; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3731 stru_721530.normal.z = stru_721530.prolly_normal_d + pZ + 1; |
2085 | 3732 |
3733 stru_721530.velocity.x = v2; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3734 stru_721530.velocity.y = v128; |
2163 | 3735 stru_721530.velocity.z = fall_speed; |
2085 | 3736 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3737 stru_721530.uSectorID = 0; |
2085 | 3738 v36 = 0; |
2242 | 3739 if ( pParty->bTurnBasedModeOn == true && pTurnEngine->turn_stage == TE_MOVEMENT ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3740 v36 = 13312; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3741 if ( stru_721530._47050A(v36) ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3742 break; |
2084 | 3743 _46E889_collide_against_bmodels(1); |
2101 | 3744 //v37 = WorldPosToGridCellZ(pParty->vPosition.y); |
3745 //v38 = WorldPosToGridCellX(pParty->vPosition.x); | |
3746 _46E26D_collide_against_sprites(WorldPosToGridCellX(pParty->vPosition.x), WorldPosToGridCellZ(pParty->vPosition.y)); | |
2085 | 3747 _46ED8A_collide_against_sprite_objects(4); |
2163 | 3748 for ( uint actor_id = 0; actor_id < (signed int)uNumActors; ++actor_id ) |
3749 Actor::_46DF1A_collide_against_actor(actor_id, 0); | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3750 if ( stru_721530.field_7C >= stru_721530.field_6C ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3751 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3752 _angle_x = stru_721530.normal2.x; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3753 _angle_y = stru_721530.normal2.y; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3754 v40 = stru_721530.normal2.z - stru_721530.prolly_normal_d - 1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3755 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3756 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3757 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3758 _angle_x = pX + fixpoint_mul(stru_721530.field_7C, stru_721530.direction.x); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3759 _angle_y = pY + fixpoint_mul(stru_721530.field_7C, stru_721530.direction.y); |
2167 | 3760 //pModel = (BSPModel *)fixpoint_mul(stru_721530.field_7C, stru_721530.direction.z); |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3761 v40 = fixpoint_mul(stru_721530.field_7C, stru_721530.direction.z) + pZ; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3762 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3763 v122 = v40; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3764 ODM_GetFloorLevel(_angle_x, _angle_y, v40, pParty->uPartyHeight, &is_on_water, &bmodel_standing_on_pid, 0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3765 v129 = ODM_GetFloorLevel(_angle_x, pY, v40, pParty->uPartyHeight, &is_on_water, &v97, 0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3766 int v119 = ODM_GetFloorLevel(pX, _angle_y, v40, pParty->uPartyHeight, &is_on_water, &v110, 0); |
2167 | 3767 bool v42_ = (BSPModel *)IsTerrainSlopeTooHigh(_angle_x, pY); |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3768 v42 = IsTerrainSlopeTooHigh(pX, _angle_y); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3769 is_not_on_bmodel = false; |
2085 | 3770 //v118 = v42; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3771 if ( !v97 && !v110 && !bmodel_standing_on_pid ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3772 is_not_on_bmodel = true; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3773 v43 = 1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3774 v44 = 1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3775 if ( bUnderwater || !is_not_on_bmodel ) |
2085 | 3776 { |
3777 pX = _angle_x; | |
3778 if ( v43 ) | |
3779 pY = _angle_y; | |
3780 } | |
3781 else | |
3782 { | |
2167 | 3783 if ( v42_ && v129 > pZ ) |
2085 | 3784 v44 = 0; |
3785 if ( v42 && v119 > pZ ) | |
3786 v43 = 0; | |
3787 if ( v44 ) | |
3788 { | |
3789 pX = _angle_x; | |
3790 if ( v43 ) | |
3791 pY = _angle_y; | |
3792 } | |
3793 else if ( v43 ) | |
3794 pY = _angle_y; | |
3795 else | |
3796 { | |
2167 | 3797 int new_ = ODM_GetFloorLevel(_angle_x, _angle_y, v40, pParty->uPartyHeight, &is_on_water, &bmodel_standing_on_pid, 0); |
3798 if ( IsTerrainSlopeTooHigh(_angle_x, _angle_y) && new_ <= pZ ) | |
2085 | 3799 { |
3800 v43 = 1; | |
3801 pX = _angle_x; | |
3802 if ( v43 ) | |
3803 pY = _angle_y; | |
3804 } | |
3805 } | |
3806 } | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3807 if ( stru_721530.field_7C >= stru_721530.field_6C ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3808 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3809 if ( !is_not_on_bmodel ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3810 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3811 pX = stru_721530.normal2.x; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3812 pY = stru_721530.normal2.y; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3813 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3814 pZ = stru_721530.normal2.z - stru_721530.prolly_normal_d - 1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3815 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3816 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3817 stru_721530.field_70 += stru_721530.field_7C; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3818 pX = _angle_x; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3819 pY = _angle_y; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3820 v45 = stru_721530.uFaceID; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3821 pZ = v40; |
2164 | 3822 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3823 if ( PID_TYPE(stru_721530.uFaceID) == OBJECT_Actor) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3824 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3825 if (pParty->Invisible()) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3826 pParty->pPartyBuffs[PARTY_BUFF_INVISIBILITY].Reset(); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3827 viewparams->bRedrawGameUI = true; |
2085 | 3828 } |
2164 | 3829 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3830 if ( PID_TYPE(stru_721530.uFaceID) == OBJECT_Decoration) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3831 { |
2085 | 3832 v129 = stru_5C6E00->Atan2(_angle_x - pLevelDecorations[(signed int)stru_721530.uFaceID >> 3].vPosition.x, |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3833 _angle_y - pLevelDecorations[(signed int)stru_721530.uFaceID >> 3].vPosition.y); |
2164 | 3834 v2 = fixpoint_mul(stru_5C6E00->Cos(v129), integer_sqrt(v2 * v2 + v128 * v128)); |
3835 v122 = fixpoint_mul(stru_5C6E00->Sin(v129), integer_sqrt(v2 * v2 + v128 * v128)); | |
3836 v128 = fixpoint_mul(stru_5C6E00->Sin(v129), integer_sqrt(v2 * v2 + v128 * v128)); | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3837 } |
2164 | 3838 |
3839 if ( PID_TYPE(stru_721530.uFaceID) == OBJECT_BModel) | |
3840 { | |
3841 pParty->bFlying = false; | |
3842 pModel = &pOutdoor->pBModels[(signed int)stru_721530.uFaceID >> 9]; | |
3843 pODMFace = &pModel->pFaces[((signed int)stru_721530.uFaceID >> 3) & 0x3F]; | |
3844 v48 = pODMFace->pBoundingBox.z2 - pODMFace->pBoundingBox.z1; | |
3845 v129 = v48 <= 32; | |
3846 v119 = pODMFace->pFacePlane.vNormal.z < 46378; | |
3847 if ( bUnderwater == 1 ) | |
3848 v119 = 0; | |
3849 if ( pODMFace->uPolygonType == POLYGON_Floor ) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3850 { |
2164 | 3851 if ( fall_speed < 0 ) |
3852 fall_speed = 0; | |
3853 pZ = pModel->pVertices.pVertices[pODMFace->pVertexIDs[0]].z + 1; | |
3854 if ( v2 * v2 + v128 * v128 < 400 ) | |
3855 { | |
3856 v2 = 0; | |
3857 *(float *)&v128 = 0.0; | |
3858 } | |
3859 if ( pParty->floor_face_pid != v45 && pODMFace->Pressure_Plate() ) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3860 { |
2164 | 3861 pParty->floor_face_pid = v45; |
3862 trigger_id = pODMFace->sCogTriggeredID; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3863 } |
2164 | 3864 } |
3865 if ( !v129 && (pODMFace->uPolygonType != POLYGON_InBetweenFloorAndWall || v119) )// упёрся в столб | |
3866 { | |
3867 v118 = abs(v128 * pODMFace->pFacePlane.vNormal.y + fall_speed * pODMFace->pFacePlane.vNormal.z | |
3868 + v2 * pODMFace->pFacePlane.vNormal.x) >> 16; | |
3869 if ((stru_721530.speed >> 3) > v118 ) | |
3870 v118 = stru_721530.speed >> 3; | |
3871 v2 += fixpoint_mul(v118, pODMFace->pFacePlane.vNormal.x); | |
3872 v128 += fixpoint_mul(v118, pODMFace->pFacePlane.vNormal.y); | |
3873 v54 = 0; | |
3874 if ( !v119 ) | |
3875 v54 = fixpoint_mul(v118, pODMFace->pFacePlane.vNormal.z); | |
3876 pParty->uFallSpeed += v54; | |
3877 v55 = stru_721530.prolly_normal_d - ((signed int)(pODMFace->pFacePlane.dist + v122 * pODMFace->pFacePlane.vNormal.z | |
3878 + _angle_y * pODMFace->pFacePlane.vNormal.y + _angle_x * pODMFace->pFacePlane.vNormal.x) >> 16); | |
3879 if ( v55 > 0 ) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3880 { |
2164 | 3881 pX = _angle_x + fixpoint_mul(pODMFace->pFacePlane.vNormal.x, v55); |
3882 pY = _angle_y + fixpoint_mul(pODMFace->pFacePlane.vNormal.y, v55); | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3883 if ( !v119 ) |
2164 | 3884 pZ = v122 + fixpoint_mul(pODMFace->pFacePlane.vNormal.z, v55); |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3885 } |
2164 | 3886 if ( pParty->floor_face_pid != stru_721530.uFaceID && pODMFace->Pressure_Plate() ) |
3887 { | |
3888 pParty->floor_face_pid = stru_721530.uFaceID; | |
3889 trigger_id = pODMFace->sCogTriggeredID; // | |
3890 } | |
3891 } | |
3892 if ( pODMFace->uPolygonType == POLYGON_InBetweenFloorAndWall ) | |
3893 { | |
2085 | 3894 v118 = abs(v128 * pODMFace->pFacePlane.vNormal.y |
2163 | 3895 + fall_speed * pODMFace->pFacePlane.vNormal.z + v2 * pODMFace->pFacePlane.vNormal.x) >> 16; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3896 if ((stru_721530.speed >> 3) > v118 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3897 v118 = stru_721530.speed >> 3; |
2164 | 3898 v2 += fixpoint_mul(v118, pODMFace->pFacePlane.vNormal.x); |
3899 v128 += fixpoint_mul(v118, pODMFace->pFacePlane.vNormal.y); | |
3900 fall_speed += fixpoint_mul(v118, pODMFace->pFacePlane.vNormal.z); | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3901 if ( v2 * v2 + v128 * v128 >= 400 ) |
2085 | 3902 { |
2092 | 3903 if ( pParty->floor_face_pid != stru_721530.uFaceID && pODMFace->Pressure_Plate() ) |
2085 | 3904 { |
3905 pParty->floor_face_pid = stru_721530.uFaceID; | |
2148 | 3906 trigger_id = pODMFace->sCogTriggeredID; // |
2085 | 3907 } |
2164 | 3908 } |
3909 else | |
3910 { | |
3911 v2 = 0; | |
3912 fall_speed = 0; | |
3913 *(float *)&v128 = 0.0; | |
2085 | 3914 } |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3915 } |
2164 | 3916 } |
2167 | 3917 v2 = fixpoint_mul(58500, v2); |
3918 v128 = fixpoint_mul(58500, v128); | |
3919 v122 = fixpoint_mul(58500, v122); | |
3920 fall_speed = fixpoint_mul(58500, fall_speed); | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3921 } |
2084 | 3922 |
3923 //Воспроизведение звуков ходьбы/бега------------------------ | |
2208 | 3924 uint pX_ = abs(pParty->vPosition.x - pX); |
2085 | 3925 uint pY_ = abs(pParty->vPosition.y - pY); |
2208 | 3926 uint pZ_ = abs(pParty->vPosition.z - pZ); |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3927 if ( bWalkSound && pParty->walk_sound_timer <= 0 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3928 { |
2084 | 3929 pAudioPlayer->_4AA258(804);//stop sound |
2208 | 3930 if ( party_running_flag && (!hovering || not_high_fall) ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3931 { |
2208 | 3932 if ( integer_sqrt(pX_ * pX_ + pY_ * pY_ + pZ_ * pZ_) >= 16 ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3933 { |
2166 | 3934 if ( !is_not_on_bmodel && pOutdoor->pBModels[pParty->floor_face_pid >> 9].pFaces[(pParty->floor_face_pid >> 3) & 0x3F].Visible() ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3935 pAudioPlayer->PlaySound(SOUND_RunAlong3DModel, 804, 1, -1, 0, 0, 0, 0);//бег на 3D Modelи |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3936 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3937 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3938 v87 = pOutdoor->GetSoundIdByPosition(WorldPosToGridCellX(pParty->vPosition.x), WorldPosToGridCellZ(pParty->vPosition.y) - 1, 1); |
2199 | 3939 pAudioPlayer->PlaySound((SoundID)v87, 804, 1, -1, 0, 0, 0, 0);//бег по земле 56 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3940 } |
2084 | 3941 pParty->walk_sound_timer = 96;//таймер для бега |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3942 } |
2082 | 3943 } |
2208 | 3944 else if( party_walking_flag && (!hovering || not_high_fall) ) |
2082 | 3945 { |
2208 | 3946 if ( integer_sqrt(pX_ * pX_ + pY_ * pY_ + pZ_ * pZ_) >= 8 ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3947 { |
2166 | 3948 if ( !is_not_on_bmodel && pOutdoor->pBModels[pParty->floor_face_pid >> 9].pFaces[(pParty->floor_face_pid >> 3) & 0x3F].Visible() ) |
3949 pAudioPlayer->PlaySound(SOUND_WalkAlong3DModel, 804, 1, -1, 0, 0, 0, 0);// хождение на 3D Modelи | |
3950 else | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3951 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3952 v87 = pOutdoor->GetSoundIdByPosition(WorldPosToGridCellX(pParty->vPosition.x), WorldPosToGridCellZ(pParty->vPosition.y) - 1, 0); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3953 pAudioPlayer->PlaySound((SoundID)v87, 804, 1, -1, 0, 0, 0, 0);// хождение по земле |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3954 } |
2084 | 3955 pParty->walk_sound_timer = 144;//таймер для ходьбы |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3956 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3957 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3958 } |
2208 | 3959 if ( integer_sqrt(pX_ * pX_ + pY_ * pY_ + pZ_ * pZ_) < 8 )//отключить звук ходьбы при остановке |
2084 | 3960 pAudioPlayer->_4AA258(804); |
3961 //------------------------------------------------------------------------ | |
2208 | 3962 if ( !hovering || !not_high_fall )// или не высокое падение |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3963 pParty->uFlags &= ~PARTY_FLAGS_1_FALLING; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3964 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3965 pParty->uFlags |= PARTY_FLAGS_1_FALLING; |
2085 | 3966 int pMap_X = WorldPosToGridCellX(pParty->vPosition.x); |
3967 int pMap_Y = WorldPosToGridCellZ(pParty->vPosition.y) - 1; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3968 unsigned int v114_a = WorldPosToGridCellX(pX); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3969 v66 = WorldPosToGridCellZ(pY) - 1; |
2167 | 3970 unsigned int v122_a = (~(unsigned int)pOutdoor->ActuallyGetSomeOtherTileInfo(pMap_X, pMap_Y) / 2) & 1; |
3971 v122 = (~(unsigned int)pOutdoor->ActuallyGetSomeOtherTileInfo(v114_a, pMap_Y) / 2) & 1; | |
3972 v69 = (~(unsigned int)pOutdoor->ActuallyGetSomeOtherTileInfo(pMap_X, v66) / 2) & 1; | |
3973 | |
3974 //-(обновление координат группы)--------------------------------------- | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3975 v68 = 0; |
2085 | 3976 if ( v114_a == pMap_X && v66 == pMap_Y && v122 && v69 ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3977 v68 = 1; |
2167 | 3978 if ( !is_not_on_bmodel ) // на bmodel,и |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3979 v68 = 1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3980 if ( v68 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3981 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3982 pParty->vPosition.x = pX; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3983 pParty->vPosition.y = pY; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3984 pParty->vPosition.z = pZ; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3985 pParty->field_6F0 = v113; |
2163 | 3986 pParty->uFallSpeed = fall_speed; |
2167 | 3987 if ( pZ > 8160 ) //ограничение высоты |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3988 { |
2085 | 3989 pZ = 8160; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3990 pParty->uFallStartY = 8160; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3991 pParty->vPosition.z = 8160; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3992 } |
2167 | 3993 |
2148 | 3994 if ( !trigger_id //падение на землю |
3995 || (EventProcessor(trigger_id, 0, 1), | |
3996 pParty->vPosition.x == pX) | |
2085 | 3997 && pParty->vPosition.y == pY |
3998 && pParty->vPosition.z == pZ ) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
3999 { |
2085 | 4000 if ( pParty->vPosition.z < v111 ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4001 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4002 pParty->uFallSpeed = 0; |
2085 | 4003 //v73 = v105; |
2148 | 4004 pParty->vPosition.z = on_ground; |
4005 if ( pParty->uFallStartY - pZ > 512 && !bFeatherFall && pZ <= on_ground && !bUnderwater )//Fall to the ground(падение на землю с высоты) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4006 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4007 if ( pParty->uFlags & PARTY_FLAGS_1_LANDING ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4008 pParty->uFlags &= ~PARTY_FLAGS_1_LANDING; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4009 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4010 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4011 for ( uint i = 1; i <= 4; ++i ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4012 { |
2112 | 4013 pPlayers[i]->ReceiveDamage((signed int)((pParty->uFallStartY - pZ) * (unsigned __int64)(signed __int64)((double)pPlayers[i]->GetMaxHealth() * 0.1)) / 256, |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4014 DMGT_PHISYCAL); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4015 v110 = 20 - pPlayers[i]->GetParameterBonus(pPlayers[i]->GetActualEndurance()); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4016 pPlayers[i]->SetRecoveryTime((signed __int64)((double)v110 * flt_6BE3A4_debug_recmod1 * 2.133333333333333)); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4017 } |
2085 | 4018 //v73 = pParty->vPosition.z; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4019 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4020 } |
2085 | 4021 pParty->uFallStartY = pZ; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4022 } |
2085 | 4023 if ( v102 && pParty->vPosition.z < ceiling_height ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4024 { |
2085 | 4025 if ( (signed int)(pParty->uPartyHeight + pParty->vPosition.z) >= ceiling_height ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4026 { |
2085 | 4027 pParty->vPosition.z = ceiling_height - pParty->uPartyHeight - 1; |
4028 pParty->field_6F0 = ceiling_height - pParty->uPartyHeight - 1; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4029 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4030 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4031 pParty->uFlags &= ~0x204; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4032 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4033 return; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4034 } |
2167 | 4035 //----------------------------------------------------------------- |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4036 //v76 = pParty->bFlying; |
2208 | 4037 if ( pParty->bFlying || !not_high_fall || bWaterWalk || !v122_a )// полёт или высокое падение или хождение по воде или |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4038 v77 = 1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4039 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4040 v77 = v122 != 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4041 bool party_drowning_flag = false; |
2208 | 4042 if ( !pParty->bFlying && not_high_fall && !bWaterWalk ) //не полёт и не высокое падение и не хождение по воде |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4043 { |
2167 | 4044 if ( v122_a ) |
2085 | 4045 v78 = v69 != 0; |
4046 else | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4047 { |
2167 | 4048 party_drowning_flag = true;//утопление |
2085 | 4049 v78 = true; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4050 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4051 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4052 else |
2085 | 4053 v78 = true; |
2084 | 4054 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4055 if ( v77 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4056 pParty->vPosition.x = pX; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4057 if ( v78 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4058 pParty->vPosition.y = pY; |
2084 | 4059 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4060 if ( v78 || v77) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4061 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4062 if ( bWaterWalk ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4063 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4064 pParty->uFlags &= ~PARTY_FLAGS_1_STANDING_ON_WATER; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4065 //v79 = 20 * pParty->pPartyBuffs[PARTY_BUFF_WATER_WALK].uOverlayID + 6180178; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4066 //*(short *)&stru_5E4C90._decor_events[20 * pParty->pPartyBuffs[PARTY_BUFF_WATER_WALK].uOverlayID + 119] |= 1u; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4067 v79 = (int)&stru_5E4C90_MapPersistVars._decor_events[20 * pParty->pPartyBuffs[PARTY_BUFF_WATER_WALK].uOverlayID + 119]; |
2167 | 4068 *(short *)v79 |= 1; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4069 if ( !v122 || !v69 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4070 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4071 if ( !pParty->bFlying ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4072 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4073 v80 = *(short *)v79; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4074 pParty->uFlags |= PARTY_FLAGS_1_STANDING_ON_WATER; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4075 *(short *)v79 = v80 & 0xFFFE; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4076 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4077 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4078 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4079 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4080 else if ( bWalkSound && pParty->walk_sound_timer <= 0 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4081 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4082 pAudioPlayer->_4AA258(804); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4083 pParty->walk_sound_timer = 64; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4084 } |
2084 | 4085 |
2148 | 4086 //v81 = pZ; |
4087 //v82 = pZ; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4088 pParty->vPosition.z = pZ; |
2167 | 4089 if ( pZ > 8160 )//опять ограничение высоты |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4090 { |
2148 | 4091 //v82 = 8160; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4092 pParty->uFallStartY = 8160; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4093 pParty->vPosition.z = 8160; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4094 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4095 LOWORD(pParty->uFlags) &= 0xFDFBu; |
2163 | 4096 pParty->uFallSpeed = fall_speed; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4097 pParty->field_6F0 = v113; |
2167 | 4098 if ( party_drowning_flag )//группа тонет |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4099 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4100 pTerrainHeight = GetTerrainHeightsAroundParty2(pParty->vPosition.x, pParty->vPosition.y, &v110, 1); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4101 if ( pParty->vPosition.z <= pTerrainHeight + 1 )//положение группы всегда +1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4102 pParty->uFlags |= PARTY_FLAGS_1_WATER_DAMAGE; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4103 } |
2084 | 4104 |
2148 | 4105 if ( !trigger_id//падение на воду |
4106 || (EventProcessor(trigger_id, 0, 1), | |
4107 pParty->vPosition.x == pX) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4108 && pParty->vPosition.y == pY |
2148 | 4109 && pParty->vPosition.z == pZ ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4110 { |
2085 | 4111 if ( pParty->vPosition.z < v111 ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4112 { |
2148 | 4113 //v82 = on_ground; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4114 pParty->uFallSpeed = 0; |
2148 | 4115 pParty->vPosition.z = on_ground; |
4116 if ( pParty->uFallStartY - pZ > 512 && !bFeatherFall && pZ <= on_ground && !bUnderwater )//Fall to the water(падение на воду с высоты) | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4117 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4118 if ( pParty->uFlags & PARTY_FLAGS_1_LANDING ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4119 pParty->uFlags &= ~PARTY_FLAGS_1_LANDING; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4120 else |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4121 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4122 for ( uint i = 1; i <= 4; ++i ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4123 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4124 v110 = pPlayers[i]->GetMaxHealth(); |
2148 | 4125 pPlayers[i]->ReceiveDamage((signed int)((pParty->uFallStartY - pZ) * (unsigned __int64)(signed __int64)((double)v110 * 0.1)) / 256, |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4126 DMGT_PHISYCAL); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4127 v110 = 20 - pPlayers[i]->GetParameterBonus(pPlayers[i]->GetActualEndurance()); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4128 pPlayers[i]->SetRecoveryTime((signed __int64)((double)v110 * flt_6BE3A4_debug_recmod1 * 2.133333333333333)); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4129 } |
2148 | 4130 //v82 = pParty->vPosition.z; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4131 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4132 } |
2148 | 4133 pParty->uFallStartY = pZ; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4134 } |
2148 | 4135 if ( v102 && pParty->vPosition.z < ceiling_height && (signed int)(pParty->uPartyHeight + pParty->vPosition.z) >= ceiling_height ) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4136 { |
2148 | 4137 pParty->vPosition.z = pParty->vPosition.z + pParty->uPartyHeight - ceiling_height + 1; |
4138 pParty->field_6F0 = pParty->vPosition.z + pParty->uPartyHeight - ceiling_height + 1; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4139 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4140 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4141 } |
2156 | 4142 |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4143 //----- (0046D8E3) -------------------------------------------------------- |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4144 int GetCeilingHeight(int Party_X, signed int Party_Y, int Party_ZHeight, int pFaceID) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4145 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4146 signed int v13; // eax@25 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4147 int v14; // edx@27 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4148 int v16; // ST18_4@29 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4149 signed int v17; // edx@29 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4150 signed __int64 v18; // qtt@29 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4151 int v19; // eax@35 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4152 signed int v20; // ecx@37 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4153 signed int v22; // ebx@42 |
2334 | 4154 // int v24; // edx@44 |
4155 // int v25; // eax@44 | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4156 int v27; // [sp+10h] [bp-34h]@21 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4157 bool v34; // [sp+30h] [bp-14h]@21 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4158 bool v35; // [sp+34h] [bp-10h]@23 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4159 signed int v37; // [sp+38h] [bp-Ch]@21 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4160 signed int v38; // [sp+38h] [bp-Ch]@42 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4161 signed int v39; // [sp+3Ch] [bp-8h]@1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4162 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4163 dword_720ED0[0] = -1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4164 dword_720E80[0] = -1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4165 v39 = 1; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4166 ceiling_height_level[0] = 10000;//нет потолка |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4167 for ( uint i = 0; i < (signed int)pOutdoor->uNumBModels; ++i ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4168 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4169 if ( Party_X <= pOutdoor->pBModels[i].sMaxX && Party_X >= pOutdoor->pBModels[i].sMinX |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4170 && Party_Y <= pOutdoor->pBModels[i].sMaxY && Party_Y >= pOutdoor->pBModels[i].sMinY ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4171 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4172 for ( uint j = 0; j < pOutdoor->pBModels[i].uNumFaces; ++j ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4173 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4174 if ( (pOutdoor->pBModels[i].pFaces[j].uPolygonType == POLYGON_Ceiling |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4175 || pOutdoor->pBModels[i].pFaces[j].uPolygonType == POLYGON_InBetweenCeilingAndWall) |
2166 | 4176 && !pOutdoor->pBModels[i].pFaces[j].Ethereal() |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4177 && Party_X <= pOutdoor->pBModels[i].pFaces[j].pBoundingBox.x2 && Party_X >= pOutdoor->pBModels[i].pFaces[j].pBoundingBox.x1 |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4178 && Party_Y <= pOutdoor->pBModels[i].pFaces[j].pBoundingBox.y2 && Party_Y >= pOutdoor->pBModels[i].pFaces[j].pBoundingBox.y1 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4179 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4180 for ( uint v = 0; v < pOutdoor->pBModels[i].pFaces[j].uNumVertices; v++ ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4181 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4182 word_720DB0_xs[2 * v] = pOutdoor->pBModels[i].pFaces[j].pXInterceptDisplacements[v] + LOWORD(pOutdoor->pBModels[i].pVertices.pVertices[pOutdoor->pBModels[i].pFaces[j].pVertexIDs[v]].x); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4183 word_720CE0_ys[2 * v] = pOutdoor->pBModels[i].pFaces[j].pXInterceptDisplacements[v] + LOWORD(pOutdoor->pBModels[i].pVertices.pVertices[pOutdoor->pBModels[i].pFaces[j].pVertexIDs[v]].y); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4184 word_720DB0_xs[2 * v + 1] = pOutdoor->pBModels[i].pFaces[j].pXInterceptDisplacements[v] + LOWORD(pOutdoor->pBModels[i].pVertices.pVertices[pOutdoor->pBModels[i].pFaces[j].pVertexIDs[v + 1]].x); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4185 word_720CE0_ys[2 * v + 1] = pOutdoor->pBModels[i].pFaces[j].pXInterceptDisplacements[v] + LOWORD(pOutdoor->pBModels[i].pVertices.pVertices[pOutdoor->pBModels[i].pFaces[j].pVertexIDs[v + 1]].y); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4186 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4187 v27 = 2 * pOutdoor->pBModels[i].pFaces[j].uNumVertices; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4188 word_720DB0_xs[2 * pOutdoor->pBModels[i].pFaces[j].uNumVertices] = word_720DB0_xs[0]; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4189 word_720CE0_ys[2 * pOutdoor->pBModels[i].pFaces[j].uNumVertices] = word_720CE0_ys[0]; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4190 v34 = word_720CE0_ys[0] >= Party_Y; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4191 v37 = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4192 for ( uint v = 0; v < v27; ++v ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4193 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4194 if ( v37 >= 2 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4195 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4196 v35 = word_720CE0_ys[v + 1] >= Party_Y; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4197 if ( v34 != v35 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4198 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4199 v13 = word_720DB0_xs[v + 1] >= Party_X ? 0 : 2; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4200 v14 = v13 | (word_720DB0_xs[v] < Party_X); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4201 if ( v14 != 3 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4202 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4203 if ( !v14 || ( v16 = word_720CE0_ys[v + 1] - word_720CE0_ys[v], |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4204 v17 = Party_Y - word_720CE0_ys[v], |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4205 LODWORD(v18) = v17 << 16, |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4206 HIDWORD(v18) = v17 >> 16, |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4207 (signed int)(((unsigned __int64)(((signed int)word_720DB0_xs[v + 1] |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4208 - (signed int)word_720DB0_xs[v]) * v18 / v16) >> 16) + word_720DB0_xs[v]) >= Party_X) ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4209 ++v37; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4210 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4211 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4212 v34 = v35; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4213 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4214 if ( v37 == 1 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4215 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4216 if ( v39 >= 20 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4217 break; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4218 if ( pOutdoor->pBModels[i].pFaces[j].uPolygonType == POLYGON_Ceiling ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4219 v19 = pOutdoor->pBModels[i].pVertices.pVertices[pOutdoor->pBModels[i].pFaces[j].pVertexIDs[0]].z; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4220 else |
2207 | 4221 v19 = fixpoint_mul(pOutdoor->pBModels[i].pFaces[j].zCalc1, Party_X) + fixpoint_mul(pOutdoor->pBModels[i].pFaces[j].zCalc2, Party_Y) |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4222 + HIWORD(pOutdoor->pBModels[i].pFaces[j].zCalc3); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4223 v20 = v39++; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4224 ceiling_height_level[v20] = v19; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4225 dword_720ED0[v20] = i; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4226 dword_720E80[v20] = j; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4227 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4228 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4229 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4230 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4231 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4232 if ( !v39 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4233 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4234 pFaceID = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4235 return ceiling_height_level[0]; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4236 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4237 v22 = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4238 for ( v38 = 0; v38 < v39; ++v38 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4239 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4240 if ( ceiling_height_level[v38] == ceiling_height_level[0] ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4241 v22 = v38; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4242 else if ( ceiling_height_level[v38] < ceiling_height_level[0] && ceiling_height_level[0] > Party_ZHeight + 15 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4243 v22 = v38; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4244 else if ( ceiling_height_level[v38] > ceiling_height_level[0] && ceiling_height_level[v38] <= Party_ZHeight + 15 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4245 v22 = v38; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4246 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4247 if ( v22 ) |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4248 { |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4249 *(int *)pFaceID = dword_720E80[v22] | (dword_720ED0[v22] << 6); |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4250 return ceiling_height_level[v22];//если есть преграда |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4251 } |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4252 pFaceID = 0; |
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4253 return ceiling_height_level[v22];// нет никакой преграды |
2355 | 4254 } |
4255 | |
4256 | |
4257 //----- (00464839) -------------------------------------------------------- | |
4258 char Is_out15odm_underwater() | |
4259 { | |
4260 return _stricmp(pCurrentMapName, "out15.odm") == 0; | |
4261 } | |
4262 | |
4263 //----- (00464851) -------------------------------------------------------- | |
4264 void SetUnderwaterFog() | |
4265 { | |
4266 day_fogrange_1 = 50; | |
4267 day_fogrange_2 = 5000; | |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2037
diff
changeset
|
4268 } |