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