Mercurial > mm7
annotate Outdoor.cpp @ 1668:d17247968bd6
m
author | Ritor1 |
---|---|
date | Tue, 17 Sep 2013 22:55:34 +0600 |
parents | 61ea994a1812 |
children | 2c71fa8913d2 |
rev | line source |
---|---|
1165
29a8defbad9e
temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents:
1141
diff
changeset
|
1 #ifdef _MSC_VER |
29a8defbad9e
temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents:
1141
diff
changeset
|
2 #define _CRT_SECURE_NO_WARNINGS |
29a8defbad9e
temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents:
1141
diff
changeset
|
3 #endif |
29a8defbad9e
temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents:
1141
diff
changeset
|
4 |
1016 | 5 #include "stru6.h" |
1323 | 6 #include "Weather.h" |
1016 | 7 #include "Sprites.h" |
8 #include "LightmapBuilder.h" | |
0 | 9 #include "Outdoor.h" |
1277 | 10 #include "Outdoor_stuff.h" |
0 | 11 #include "Party.h" |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
12 #include "SpriteObject.h" |
0 | 13 #include "LOD.h" |
14 #include "PaletteManager.h" | |
15 #include "GUIProgressBar.h" | |
16 #include "AudioPlayer.h" | |
17 #include "IndoorCamera.h" | |
18 #include "DecorationList.h" | |
19 #include "Math.h" | |
20 #include "ObjectList.h" | |
21 #include "Game.h" | |
22 #include "Actor.h" | |
23 #include "Chest.h" | |
24 #include "stru123.h" | |
25 #include "Time.h" | |
26 #include "Viewport.h" | |
27 #include "Events.h" | |
1410
38df78aba732
deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents:
1391
diff
changeset
|
28 #include "ParticleEngine.h" |
0 | 29 |
30 #include "mm7_data.h" | |
828
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
813
diff
changeset
|
31 #include "MM7.h" |
1262 | 32 #include "Lights.h" |
0 | 33 |
34 | |
1016 | 35 #include "MapInfo.h" |
36 #include "OutdoorCamera.h" | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
37 #include "Outdoor_stuff.h" |
1016 | 38 #include "BSPModel.h" |
1297 | 39 #include "GUIWindow.h" |
0 | 40 |
783 | 41 MapStartPoint uLevel_StartingPointType; // weak |
42 | |
0 | 43 OutdoorLocation *pOutdoor = new OutdoorLocation; |
44 OutdoorCamera *pOutdoorCamera; | |
45 | |
46 | |
47 stru149 stru_8019C8; | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
48 std::array<struct Polygon, 2000 + 18000> array_77EC08; |
0 | 49 Surf stru_80C980; |
50 Edge defaultEdge; // weak | |
51 Edge stru_80C9A4; | |
52 Edge stru_80C9D8; | |
53 | |
767 | 54 |
55 struct FogProbabilityTableEntry | |
56 { | |
57 unsigned char small_fog_chance; | |
58 unsigned char average_fog_chance; | |
59 unsigned char dense_fog_chance; | |
60 unsigned char __unused; | |
61 } fog_probability_table[15] = | |
62 { | |
63 { 20, 10, 5, 0}, // MAP_EMERALD_ISLE | |
64 { 20, 10, 5, 0}, // MAP_HARMONDALE | |
65 { 20, 10, 5, 0}, // MAP_STEADWICK | |
66 { 20, 10, 5, 0}, // MAP_PIERPONT | |
67 { 20, 10, 5, 0}, // MAP_DEYJA | |
68 { 10, 5, 0, 0}, // MAP_BRAKADA_DESERT | |
69 { 0, 0, 0, 0}, // MAP_CELESTIA | |
70 { 0, 0, 0, 0}, // MAP_THE_PIT | |
71 { 20, 30, 50, 0}, // MAP_EVENMORN_ISLE | |
72 { 30, 20, 10, 0}, // MAP_MOUNT_NIGHON | |
73 { 10, 5, 0, 0}, // MAP_BARROW_DOWNS | |
74 { 20, 10, 5, 0}, // MAP_LAND_OF_GIANTS | |
75 { 20, 10, 5, 0}, // MAP_TATALIA | |
76 { 20, 10, 5, 0}, // MAP_AVLEE | |
77 { 0, 100, 0, 0} // MAP_SHOALS | |
78 }; | |
79 | |
760 | 80 //for future sky textures? |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
81 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
|
82 std::array<int, 7> dword_4EC28C={{3,3,3,3,3,3,3}}; // weak |
760 | 83 int dword_4EC2A8=9; // weak |
84 int dword_4EC2AC=7; // weak | |
630 | 85 |
86 | |
87 | |
0 | 88 //----- (0047A59E) -------------------------------------------------------- |
89 void OutdoorLocation::ExecDraw(unsigned int bRedraw) | |
90 { | |
121 | 91 //unsigned int v2; // ebx@1 |
0 | 92 int v3; // ST18_4@3 |
93 int v4; // ST04_4@19 | |
94 int v5; // eax@19 | |
95 | |
186 | 96 pIndoorCamera->flags = 0; |
97 if (viewparams->draw_d3d_outlines) | |
98 pIndoorCamera->flags |= INDOOR_CAMERA_DRAW_D3D_OUTLINES; | |
791 | 99 //INDOOR_CAMERA_DRAW_TERRAIN_OUTLINES |
186 | 100 |
0 | 101 pIndoorCamera->sRotationX = pParty->sRotationX; |
102 pIndoorCamera->sRotationY = pParty->sRotationY; | |
871 | 103 pIndoorCamera->pos.x = pParty->vPosition.x - fixpoint_sub0(stru_5C6E00->Cos(pParty->sRotationY), pParty->y_rotation_granularity); |
104 pIndoorCamera->pos.y = pParty->vPosition.y - fixpoint_sub0(stru_5C6E00->Sin(pParty->sRotationY), pParty->y_rotation_granularity); | |
0 | 105 pIndoorCamera->pos.z = pParty->vPosition.z + pParty->sEyelevel; |
121 | 106 if (bRedraw || pRenderer->pRenderD3D) |
0 | 107 { |
108 pOutdoorCamera->RotationToInts(); | |
109 sub_481ED9_MessWithOutdoorCamera(); | |
110 } | |
762 | 111 |
0 | 112 pIndoorCamera->uMapGridCellX = WorldPosToGridCellX(pParty->vPosition.x); |
113 pIndoorCamera->uMapGridCellZ = WorldPosToGridCellZ(pParty->vPosition.y); | |
762 | 114 assert(pIndoorCamera->uMapGridCellX <= 127 && pIndoorCamera->uMapGridCellZ <= 127); |
115 | |
121 | 116 if (bRedraw) |
0 | 117 { |
118 sub_487DA9(); | |
119 } | |
120 if ( pParty->uCurrentMinute != pOutdoor->uLastSunlightUpdateMinute ) | |
121 pOutdoor->UpdateSunlightVectors(); | |
122 pOutdoor->UpdateFog(); | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
123 //pGame->pIndoorCameraD3D->sr_Reset_list_0037C(); |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
124 |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
125 if (pRenderer->pRenderD3D) // d3d - redraw always |
0 | 126 { |
127 pRenderer->DrawSkyD3D(); | |
128 pRenderer->DrawBuildingsD3D(); | |
985 | 129 pRenderer->RenderTerrainD3D(); |
0 | 130 } |
83 | 131 else |
132 { | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
133 __debugbreak(); // no SW Rendering |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
134 /*if (!bRedraw) |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
135 pRenderer->OnOutdoorRedrawSW(); |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
136 else |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
137 { |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
138 pRenderer->DrawBuildingsSW(); |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
139 pRenderer->DrawBezierTerrain(); |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
140 sr_sub_486F92_MessWithEdgesAndSpans(); |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
141 pOutdoorCamera->_487355(); |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
142 }*/ |
83 | 143 } |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
144 |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
145 |
0 | 146 pMobileLightsStack->uNumLightsActive = 0; |
147 pStationaryLightsStack->uNumLightsActive = 0; | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
148 /*if ( !pRenderer->pRenderD3D ) |
0 | 149 { |
150 pRenderer->ExecOutdoorDrawSW(); | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
151 pGame->pIndoorCameraD3D->sr_438240_draw_lits(); |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
152 }*/ |
0 | 153 pGame->PushStationaryLights(-1); |
154 pGame->PrepareBloodsplats(); | |
121 | 155 if (bRedraw) |
0 | 156 { |
157 v4 = WorldPosToGridCellZ(pParty->vPosition.y); | |
158 v5 = WorldPosToGridCellX(pParty->vPosition.x); | |
752 | 159 pOutdoor->UpdateDiscoveredArea(v5, v4, 1); |
0 | 160 } |
161 pGame->uFlags2 &= 0xFFFFFFFEu; | |
142 | 162 if (pRenderer->pRenderD3D && pRenderer->bUsingSpecular) |
0 | 163 pGame->pLightmapBuilder->uFlags |= 1u; |
164 else | |
165 pGame->pLightmapBuilder->uFlags &= 0xFFFFFFFEu; | |
142 | 166 |
0 | 167 uNumDecorationsDrawnThisFrame = 0; |
168 _unused000 = 0; | |
169 uNumSpritesDrawnThisFrame = 0; | |
170 uNumBillboardsToDraw = 0; | |
142 | 171 |
432 | 172 PrepareActorsDrawList(); |
142 | 173 if (!pOutdoorCamera->bDoNotRenderDecorations) |
432 | 174 pRenderer->PrepareDecorationsRenderList_ODM(); |
142 | 175 |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
176 pRenderer->DrawSpriteObjects_ODM(); |
161 | 177 pRenderer->TransformBillboardsAndSetPalettesODM(); |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
178 //sr_485F53((Vec2_int_ *)sr_6BE060.data()); |
0 | 179 } |
180 | |
181 | |
182 //----- (00441CFF) -------------------------------------------------------- | |
183 void OutdoorLocation::Draw() | |
184 { | |
121 | 185 bool redrawWorld = true; |
186 if ( !(pParty->uFlags & 2) && !(pGame->uFlags2 & 1) ) | |
187 redrawWorld = false; | |
188 pOutdoor->ExecDraw(redrawWorld); | |
0 | 189 |
190 pGame->DrawParticles(); | |
191 pWeather->Draw(); | |
1410
38df78aba732
deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents:
1391
diff
changeset
|
192 trail_particle_generator.UpdateParticles(); |
0 | 193 } |
194 | |
195 //----- (00488E23) -------------------------------------------------------- | |
196 double OutdoorLocation::GetFogDensityByTime() | |
197 { | |
198 int v1; // eax@3 | |
199 double v2; // st7@3 | |
200 | |
201 if ( pParty->uCurrentHour < 5 ) | |
202 goto LABEL_9; | |
203 if ( pParty->uCurrentHour >= 6 ) | |
204 { | |
205 if ( pParty->uCurrentHour < 0x14 ) | |
206 { | |
750 | 207 pWeather->bNight = 0; |
0 | 208 v2 = 0.0; |
209 return v2 * 0.016666668; | |
210 } | |
211 if ( pParty->uCurrentHour < 0x15 ) | |
212 { | |
213 v1 = 0; | |
214 v2 = (double)(pParty->uCurrentHour - 20) * 60.0 + (double)(signed int)pParty->uCurrentMinute; | |
215 goto LABEL_4; | |
216 } | |
217 LABEL_9: | |
218 v2 = 60.0; | |
750 | 219 pWeather->bNight = 1; |
0 | 220 return v2 * 0.016666668; |
221 } | |
222 v1 = 0; | |
223 v2 = 60.0 - (double)(60 * pParty->uCurrentHour + pParty->uCurrentMinute - 300); | |
224 LABEL_4: | |
750 | 225 pWeather->bNight = v1; |
0 | 226 return v2 * 0.016666668; |
227 } | |
228 | |
229 //----- (00488EB1) -------------------------------------------------------- | |
230 int OutdoorLocation::GetSomeOtherTileInfo(int sX, int sY) | |
231 { | |
67 | 232 //OutdoorLocation *v3; // esi@1 |
0 | 233 unsigned int v4; // edi@1 |
234 unsigned int v5; // eax@1 | |
235 int result; // eax@5 | |
236 | |
67 | 237 /* v3 = this; |
0 | 238 v4 = WorldPosToGridCellZ(sY); |
239 v5 = WorldPosToGridCellX(sX); | |
240 if ( (v5 & 0x80000000u) != 0 || (signed int)v5 > 127 || (v4 & 0x80000000u) != 0 || (signed int)v4 > 127 ) | |
241 result = 0; | |
242 else | |
243 result = ActuallyGetSomeOtherTileInfo(v5, v4); | |
67 | 244 return result;*/ |
245 v4 = WorldPosToGridCellZ(sY); | |
246 v5 = WorldPosToGridCellX(sX); | |
247 if ( v5 < 0 || v5 > 127 || v4 < 0 || v4 > 127 ) | |
248 return 0; | |
249 return ActuallyGetSomeOtherTileInfo(v5, v4); | |
0 | 250 } |
251 // 47F44B: using guessed type int __stdcall WorldPosToGridCellX(int); | |
252 // 47F458: using guessed type int __stdcall WorldPosToGridCellZ(int); | |
253 | |
254 //----- (00488EEF) -------------------------------------------------------- | |
67 | 255 unsigned int OutdoorLocation::GetTileTexture(int sX, int sY) |
0 | 256 { |
67 | 257 //OutdoorLocation *v3; // esi@1 |
0 | 258 unsigned int v4; // edi@1 |
259 unsigned int v5; // eax@1 | |
67 | 260 // unsigned int result; // eax@5 |
0 | 261 |
67 | 262 /*v3 = this; |
0 | 263 v4 = WorldPosToGridCellZ(sZ); |
264 v5 = WorldPosToGridCellX(sX); | |
67 | 265 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 | 266 result = -1; |
267 else | |
268 result = DoGetTileTexture(v5, v4); | |
67 | 269 return result;*/ |
270 v4 = WorldPosToGridCellZ(sY); | |
271 v5 = WorldPosToGridCellX(sX); | |
272 if ( v5 < 0 || v5 > 127 || v4 < 0 || v4 > 127 ) | |
273 return -1; | |
274 return DoGetTileTexture(v5, v4); | |
0 | 275 } |
276 // 47F44B: using guessed type int __stdcall WorldPosToGridCellX(int); | |
277 // 47F458: using guessed type int __stdcall WorldPosToGridCellZ(int); | |
278 | |
279 //----- (00488F2E) -------------------------------------------------------- | |
280 int OutdoorLocation::GetHeightOnTerrain(int sX, int sZ) | |
49 | 281 /* Ôóíêöèÿ ïðåäîñòàâëÿåò âîçìîæíîñòü ïåðåìåùàòü êàìåðó òàêèì îáðàçîì, ÷òîáû îíà èìèòèðîâàëà õîäüáó ïî ëàíäøàôòó. |
282 Òî åñòü íàì íàäî ìåíÿòü âûñîòó êàìåðû (êîîðäèíàòó Y) â çàâèñèìîñòè îò òîãî, â êàêîì ìåñòå ëàíäøàôòà ìû íàõîäèìñÿ. | |
283 Äëÿ ýòîãî ìû ñíà÷àëà äîëæíû îïðåäåëèòü ïî êîîðäèíàòàì X è Z êàìåðû êâàäðàò ëàíäøàôòà â êîòîðîì ìû íàõîäèìñÿ. | |
284 Âñå ýòî äåëàåò ôóíêöèÿ Terrain::getHeight; â ñâîèõ ïàðàìåòðàõ îíà ïîëó÷àåò êîîðäèíàòû X è Z êàìåðû è âîçâðàùàåò âûñîòó, | |
285 íà êîòîðîé äîëæíà áûòü ðàñïîëîæåíà êàìåðà, ÷òîáû îíà îêàçàëàñü íàä ëàíäøàôòîì.*/ | |
0 | 286 { |
287 int result; // eax@5 | |
288 | |
289 if ( sX < 0 || sX > 127 || sZ < 0 || sZ > 127 ) | |
290 result = 0; | |
291 else | |
292 result = DoGetHeightOnTerrain(sX, sZ); | |
293 return result; | |
294 } | |
295 | |
296 //----- (00488F5C) -------------------------------------------------------- | |
297 bool OutdoorLocation::Initialize(const char *pFilename, int File, size_t uRespawnInterval, int thisa) | |
298 { | |
299 OutdoorLocation *v5; // esi@1 | |
300 bool result; // eax@2 | |
301 | |
302 v5 = this; | |
303 if ( pFilename ) | |
304 { | |
305 Release(); | |
306 pBitmaps_LOD->ReleaseAll2(); | |
307 pSprites_LOD->DeleteSomeOtherSprites(); | |
308 pSpriteFrameTable->ResetSomeSpriteFlags(); | |
309 pIcons_LOD->ReleaseAll2(); | |
310 sub_46080D(); | |
311 TryLoadLevelFromLOD(); | |
119 | 312 if ( !Load(pFilename, (ODMFace *)File, uRespawnInterval, thisa) ) |
0 | 313 { |
314 MessageBoxA(0, "Error!", "Couldn't Load Map!", 0); | |
315 CreateDebugLocation(); | |
316 } | |
810 | 317 ::day_attrib = v5->loc_time.day_attrib; |
318 ::day_fogrange_1 = v5->loc_time.day_fogrange_1; | |
319 ::day_fogrange_2 = v5->loc_time.day_fogrange_2; | |
0 | 320 if ( Is_out15odm_underwater() ) |
321 SetUnderwaterFog(); | |
630 | 322 _6BE134_odm_main_tile_group = v5->pTileTypes[0].tileset; |
0 | 323 result = 1; |
324 } | |
325 else | |
326 { | |
327 result = 0; | |
328 } | |
329 return result; | |
330 } | |
331 | |
783 | 332 |
333 | |
334 char foot_travel_destinations[15][4] = | |
335 { | |
336 // north south east west from | |
337 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID}, // MAP_EMERALD_ISLE | |
338 {MAP_PIERPONT, MAP_BARROW_DOWNS, MAP_PIERPONT, MAP_STEADWICK}, // MAP_HARMONDALE | |
339 {MAP_DEYJA, MAP_BRAKADA_DESERT, MAP_HARMONDALE, MAP_TATALIA}, // MAP_STEADWICK | |
340 {MAP_AVLEE, MAP_HARMONDALE, MAP_INVALID, MAP_DEYJA}, // MAP_PIERPONT | |
341 {MAP_PIERPONT, MAP_STEADWICK, MAP_PIERPONT, MAP_STEADWICK}, // MAP_DEYJA | |
342 {MAP_STEADWICK, MAP_INVALID, MAP_BARROW_DOWNS, MAP_INVALID}, // MAP_BRAKADA_DESERT | |
343 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID}, // MAP_CELESTIA | |
344 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID}, // MAP_THE_PIT | |
345 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID}, // MAP_EVENMORN_ISLE | |
346 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID}, // MAP_MOUNT_NIGHON | |
347 {MAP_HARMONDALE, MAP_BRAKADA_DESERT, MAP_HARMONDALE, MAP_BRAKADA_DESERT}, // MAP_BARROW_DOWNS | |
348 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID}, // MAP_LAND_OF_GIANTS | |
349 {MAP_INVALID, MAP_INVALID, MAP_STEADWICK, MAP_INVALID}, // MAP_TATALIA | |
350 {MAP_INVALID, MAP_PIERPONT, MAP_PIERPONT, MAP_INVALID}, // MAP_AVLEE | |
351 {MAP_INVALID, MAP_INVALID, MAP_INVALID, MAP_INVALID} // MAP_SHOALS | |
352 }; | |
353 unsigned char foot_travel_times[15][4] = | |
354 { | |
355 // north south east west from | |
356 {0, 0, 0, 0}, // MAP_EMERALD_ISLE | |
357 {5, 5, 7, 5}, // MAP_HARMONDALE | |
358 {5, 5, 5, 5}, // MAP_STEADWICK | |
359 {5, 5, 0, 5}, // MAP_PIERPONT | |
360 {7, 5, 5, 4}, // MAP_DEYJA | |
361 {5, 0, 5, 0}, // MAP_BRAKADA_DESERT | |
362 {0, 0, 0, 0}, // MAP_CELESTIA | |
363 {0, 0, 0, 0}, // MAP_THE_PIT | |
364 {0, 0, 0, 0}, // MAP_EVENMORN_ISLE | |
365 {0, 0, 0, 0}, // MAP_MOUNT_NIGHON | |
366 {5, 7, 7, 5}, // MAP_BARROW_DOWNS | |
367 {0, 0, 0, 0}, // MAP_LAND_OF_GIANTS | |
368 {0, 0, 5, 0}, // MAP_TATALIA | |
369 {0, 7, 5, 0}, // MAP_AVLEE | |
370 {0, 0, 0, 0}, // MAP_SHOALS | |
371 }; | |
372 | |
373 | |
374 MapStartPoint foot_travel_arrival_points[15][4] = | |
375 { | |
376 // north south east west from | |
377 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_EMERALD_ISLE | |
378 {MapStartPoint_South, MapStartPoint_North, MapStartPoint_South, MapStartPoint_East}, // MAP_HARMONDALE | |
379 {MapStartPoint_South, MapStartPoint_North, MapStartPoint_West, MapStartPoint_East}, // MAP_STEADWICK | |
380 {MapStartPoint_East, MapStartPoint_North, MapStartPoint_Party, MapStartPoint_East}, // MAP_PIERPONT | |
381 {MapStartPoint_West, MapStartPoint_North, MapStartPoint_West, MapStartPoint_North}, // MAP_DEYJA | |
382 {MapStartPoint_South, MapStartPoint_Party, MapStartPoint_West, MapStartPoint_Party}, // MAP_BRAKADA_DESERT | |
383 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_CELESTIA | |
384 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_THE_PIT | |
385 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_EVENMORN_ISLE | |
386 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_MOUNT_NIGHON | |
387 {MapStartPoint_South, MapStartPoint_East, MapStartPoint_South, MapStartPoint_East}, // MAP_BARROW_DOWNS | |
388 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_LAND_OF_GIANTS | |
389 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_West, MapStartPoint_Party}, // MAP_TATALIA | |
390 {MapStartPoint_Party, MapStartPoint_North, MapStartPoint_North, MapStartPoint_Party}, // MAP_AVLEE | |
391 {MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party, MapStartPoint_Party}, // MAP_SHOALS | |
392 }; | |
393 | |
394 | |
0 | 395 //----- (0048902E) -------------------------------------------------------- |
396 bool OutdoorLocation::GetTravelDestination(signed int sPartyX, signed int sPartyZ, char *pOut, signed int a5) | |
397 { | |
398 OutdoorLocation *v5; // esi@1 | |
399 char *v6; // eax@3 | |
400 int v7; // eax@3 | |
783 | 401 //int v8; // edx@3 |
0 | 402 signed int v9; // esi@7 |
783 | 403 //int v10; // esi@23 |
0 | 404 signed int v11; // eax@23 |
783 | 405 //int v12; // ST14_4@25 |
0 | 406 signed int v14; // [sp-4h] [bp-84h]@6 |
138 | 407 char Str[140]; // [sp+8h] [bp-78h]@3 |
783 | 408 //int a5a; // [sp+94h] [bp+14h]@3 |
0 | 409 |
410 auto Source = this; | |
411 | |
412 v5 = Source; | |
413 if ( a5 < 10 | |
414 || strlen(Source->pLevelFilename) != 9 | |
138 | 415 || (strcpy(Str, v5->pLevelFilename), |
416 _strlwr(Str), | |
417 v6 = strtok(Str, "out"), | |
0 | 418 v6[2] = 0, |
419 v7 = atoi(v6), | |
783 | 420 //v8 = v7, |
421 //a5a = v7, | |
0 | 422 v7 < 1) |
423 || v7 > 15 ) | |
424 return 0; | |
425 if ( sPartyX < -22528 ) | |
426 { | |
427 v14 = 4; | |
428 LABEL_7: | |
429 v9 = v14; | |
430 goto LABEL_14; | |
431 } | |
432 if ( sPartyX > 22528 ) | |
433 { | |
434 v14 = 3; | |
435 goto LABEL_7; | |
436 } | |
437 if ( sPartyZ < -22528 ) | |
438 { | |
439 v14 = 2; | |
440 goto LABEL_7; | |
441 } | |
442 if ( sPartyZ <= 22528 ) | |
443 return 0; | |
444 v9 = 1; | |
445 LABEL_14: | |
446 if ( v7 == 14 ) | |
447 { | |
783 | 448 if ( v9 == 4 ) // to & from Shoals |
0 | 449 { |
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
|
450 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
|
451 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
|
452 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
|
453 pPlayers[4]->HasUnderwaterSuitEquipped()) |
0 | 454 { |
455 uDefaultTravelTime_ByFoot = 1; | |
456 strcpy(pOut, "out15.odm"); | |
783 | 457 uLevel_StartingPointType = MapStartPoint_East; |
0 | 458 LABEL_18: |
459 LOWORD(pParty->uFlags) &= 0xFD7Bu; | |
460 return 1; | |
461 } | |
783 | 462 //v8 = v7; |
0 | 463 } |
464 } | |
465 else | |
466 { | |
467 if ( v7 == 15 && v9 == 3 ) | |
468 { | |
469 uDefaultTravelTime_ByFoot = 1; | |
470 strcpy(pOut, "out14.odm"); | |
783 | 471 uLevel_StartingPointType = MapStartPoint_West; |
0 | 472 goto LABEL_18; |
473 } | |
474 } | |
783 | 475 //v10 = v9 + 4 * v7; |
476 //v11 = (unsigned __int8)aTiletableLoadU[v10 + 39]; | |
477 v11 = foot_travel_destinations[v7 - 1][v9 - 1]; | |
478 if (v11 == MAP_INVALID) | |
479 return false; | |
480 | |
481 assert(v11 <= MAP_SHOALS); | |
482 | |
483 uDefaultTravelTime_ByFoot = foot_travel_times[v7 - 1][v9 - 1]; | |
484 uLevel_StartingPointType = foot_travel_arrival_points[v7 - 1][v9 - 1]; | |
485 sprintf(pOut, "out%02d.odm", v11); | |
486 return 1; | |
487 //} | |
488 //return 0; | |
0 | 489 } |
490 // 6BD07C: using guessed type int uDefaultTravelTime_ByFoot; | |
491 // 6BE35C: using guessed type int uLevel_StartingPointType; | |
492 | |
493 //----- (0048917E) -------------------------------------------------------- | |
494 void OutdoorLocation::MessWithLUN() | |
495 { | |
496 OutdoorLocation *v1; // esi@1 | |
497 unsigned int *v2; // ebp@1 | |
498 unsigned int v3; // eax@1 | |
499 unsigned __int16 v4; // ax@1 | |
500 signed int v5; // ebx@1 | |
501 | |
502 v1 = this; | |
503 v2 = this->pSpriteIDs_LUN; | |
504 this->pSpriteIDs_LUN[0] = -1; | |
505 this->pSpriteIDs_LUN[2] = pSpriteFrameTable->FastFindSprite("LUN1-4"); | |
506 v1->pSpriteIDs_LUN[4] = pSpriteFrameTable->FastFindSprite("LUN1-2"); | |
507 v1->pSpriteIDs_LUN[6] = pSpriteFrameTable->FastFindSprite("LUN3-4"); | |
508 v1->uSpriteID_LUNFULL = pSpriteFrameTable->FastFindSprite("LUNFULL"); | |
509 v1->uSpriteID_LUN3_4_cp = pSpriteFrameTable->FastFindSprite("LUN3-4"); | |
510 v1->uSpriteID_LUN1_2_cp = pSpriteFrameTable->FastFindSprite("LUN1-2"); | |
511 v3 = pSpriteFrameTable->FastFindSprite("LUN1-4"); | |
512 v1->field_D60 = -1; | |
513 v1->uSpriteID_LUN1_4_cp = v3; | |
514 v1->field_CF0 = 4; | |
515 v1->field_CF8 = 4; | |
516 v1->field_D00 = 4; | |
517 LOWORD(v3) = *(short *)v2; | |
518 v1->pSpriteIDs_LUN[1] = 0; | |
519 v1->pSpriteIDs_LUN[3] = 0; | |
520 v1->pSpriteIDs_LUN[5] = 0; | |
521 v1->pSpriteIDs_LUN[7] = 0; | |
522 v1->field_CE8 = 0; | |
523 LOWORD(v1->field_D3C) = v3; | |
524 v1->field_D40 = 0; | |
525 v1->field_D44 = 0; | |
526 v1->field_D48 = 0; | |
527 v1->field_D4C = 131072; | |
528 v1->field_D5C = 0; | |
529 v1->field_D64 = 0; | |
530 v4 = pSpriteFrameTable->FastFindSprite("LUN-SUN"); | |
531 v1->field_D28 = -1; | |
532 v1->field_D08 = 0; | |
533 v1->field_D0C = 0; | |
534 v1->field_D10 = 0; | |
535 v1->field_D24 = 0; | |
536 v1->field_D2C = 0; | |
537 v1->uSpriteID_LUN_SUN = v4; | |
538 v1->field_D14 = -131072; | |
539 v5 = 8; | |
540 do | |
541 { | |
542 pSpriteFrameTable->InitializeSprite(*v2); | |
543 v2 += 2; | |
544 --v5; | |
545 } | |
546 while ( v5 ); | |
547 pSpriteFrameTable->InitializeSprite(v1->uSpriteID_LUN_SUN); | |
548 } | |
549 | |
550 //----- (004892E6) -------------------------------------------------------- | |
762 | 551 void OutdoorLocation::UpdateSunlightVectors() |
0 | 552 { |
762 | 553 //unsigned int result; // eax@1 |
0 | 554 OutdoorLocation *v2; // esi@1 |
555 unsigned int v3; // edi@3 | |
638 | 556 //int v4; // ebx@3 |
0 | 557 int v5; // eax@3 |
638 | 558 //int v6; // eax@3 |
559 //int v7; // ecx@3 | |
0 | 560 double v8; // st7@4 |
561 | |
562 v2 = this; | |
638 | 563 if ( pParty->uCurrentHour >= 5 && pParty->uCurrentHour < 21 ) |
0 | 564 { |
565 v3 = pParty->uCurrentMinute + 60 * (pParty->uCurrentHour - 5); | |
638 | 566 //v4 = (signed int)(v3 * stru_5C6E00->uIntegerPi) / 960; |
323 | 567 v5 = stru_5C6E00->Cos((signed int)(v3 * stru_5C6E00->uIntegerPi) / 960); |
638 | 568 v2->inv_sunlight_y = 0; |
569 v2->inv_sunlight_x = v5; | |
570 //v6 = stru_5C6E00->Sin(v4); | |
571 //v7 = v2->field_D18; | |
572 v2->inv_sunlight_z = stru_5C6E00->Sin((signed int)(v3 * stru_5C6E00->uIntegerPi) / 960); | |
573 v2->vSunlight.x = -v2->inv_sunlight_x; | |
574 v2->vSunlight.y = -v2->inv_sunlight_y; | |
575 v2->vSunlight.z = -v2->inv_sunlight_z; | |
0 | 576 if ( (signed int)v3 >= 480 ) |
577 v8 = (double)(signed int)(960 - v3); | |
578 else | |
579 v8 = (double)(signed int)v3; | |
638 | 580 v2->max_terrain_dimming_level = (signed __int64)(20.0 - v8 / 480.0 * 20.0); |
0 | 581 v2->uLastSunlightUpdateMinute = pParty->uCurrentMinute; |
582 } | |
583 } | |
584 | |
585 //----- (004893C1) -------------------------------------------------------- | |
586 void OutdoorLocation::UpdateFog() | |
587 { | |
588 fFogDensity = GetFogDensityByTime(); | |
589 } | |
590 | |
591 //----- (004893CF) -------------------------------------------------------- | |
592 int OutdoorLocation::GetNumFoodRequiredToRestInCurrentPos(int x, signed int y, int z) | |
593 { | |
594 OutdoorLocation *v4; // ebx@1 | |
595 signed int v5; // edi@4 | |
596 int v6; // eax@4 | |
597 int v7; // eax@4 | |
598 int v8; // eax@4 | |
599 int v9; // eax@5 | |
600 int v10; // eax@6 | |
601 int v11; // eax@7 | |
602 int v12; // eax@8 | |
603 int v15; // [sp+8h] [bp-8h]@2 | |
604 int v16; // [sp+Ch] [bp-4h]@2 | |
605 | |
606 v4 = this; | |
607 if ( pParty->uFlags & 8 | |
608 || (v15 = 0, | |
609 v16 = 0, | |
723 | 610 ODM_GetFloorLevel(x, y, z, pParty->uDefaultPartyHeight, &v15, &v16, 0), |
0 | 611 v16) |
612 || v15 ) | |
613 return 2; | |
614 v5 = WorldPosToGridCellX(pParty->vPosition.x); | |
615 v6 = WorldPosToGridCellZ(pParty->vPosition.y); | |
616 v7 = _47ED83(v5, v6 - 1); | |
764 | 617 v8 = pTileTable->pTiles[GetTileIdByTileMapId(v7)].tileset; |
0 | 618 if ( v8 ) |
619 { | |
620 v9 = v8 - 1; | |
621 if ( !v9 ) | |
622 return 3; | |
623 v10 = v9 - 1; | |
624 if ( !v10 ) | |
625 return 5; | |
626 v11 = v10 - 1; | |
627 if ( !v11 || (v12 = v11 - 3) == 0 ) | |
628 return 4; | |
629 if ( v12 == 1 ) | |
630 return 3; | |
631 return 2; | |
632 } | |
633 return 1; | |
634 } | |
767 | 635 |
0 | 636 |
637 //----- (00489487) -------------------------------------------------------- | |
767 | 638 void OutdoorLocation::SetFog() |
0 | 639 { |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1458
diff
changeset
|
640 strcpy(pOutdoor->pLevelFilename, pCurrentMapName); |
0 | 641 |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1458
diff
changeset
|
642 auto map_id = pMapStats->GetMapInfo(pCurrentMapName); |
767 | 643 if (map_id == MAP_INVALID || map_id == MAP_CELESTIA || map_id == MAP_THE_PIT || map_id > MAP_SHOALS) |
644 return; | |
645 | |
646 uint chance = rand() % 100; | |
647 | |
648 if (chance < fog_probability_table[map_id - 1].small_fog_chance) | |
0 | 649 { |
767 | 650 ::day_fogrange_1 = 4096; |
651 ::day_fogrange_2 = 8192; | |
652 ::day_attrib |= DAY_ATTRIB_FOG; | |
0 | 653 } |
767 | 654 else if (chance < fog_probability_table[map_id - 1].small_fog_chance + |
655 fog_probability_table[map_id - 1].average_fog_chance) | |
0 | 656 { |
767 | 657 ::day_fogrange_2 = 4096; |
658 ::day_fogrange_1 = 0; | |
659 ::day_attrib |= DAY_ATTRIB_FOG; | |
0 | 660 } |
767 | 661 else if (fog_probability_table[map_id - 1].dense_fog_chance && |
662 chance < fog_probability_table[map_id - 1].small_fog_chance + | |
663 fog_probability_table[map_id - 1].average_fog_chance + | |
664 fog_probability_table[map_id - 1].dense_fog_chance) | |
0 | 665 { |
767 | 666 ::day_fogrange_2 = 2048; |
667 ::day_fogrange_1 = 0; | |
668 ::day_attrib |= DAY_ATTRIB_FOG; | |
0 | 669 } |
767 | 670 else |
671 ::day_attrib &= ~DAY_ATTRIB_FOG; | |
672 | |
0 | 673 if ( Is_out15odm_underwater() ) |
674 SetUnderwaterFog(); | |
810 | 675 pOutdoor->loc_time.day_fogrange_1 = ::day_fogrange_1; |
676 pOutdoor->loc_time.day_fogrange_2 = ::day_fogrange_2; | |
677 pOutdoor->loc_time.day_attrib = ::day_attrib; | |
0 | 678 } |
679 | |
680 //----- (00482170) -------------------------------------------------------- | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
681 bool ODMFace::IsBackfaceCulled(ODMFace *a1, RenderVertexSoft *a2, struct Polygon *a3) |
0 | 682 { |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1338
diff
changeset
|
683 struct Polygon *v3; // edi@1 |
0 | 684 RenderVertexSoft *v4; // esi@1 |
685 unsigned int v5; // edx@1 | |
686 RenderVertexSoft *v6; // ecx@2 | |
687 double v7; // st7@5 | |
688 double v8; // st6@5 | |
689 double v9; // st5@5 | |
690 double v10; // st6@9 | |
691 double v11; // st5@9 | |
692 double v12; // st4@9 | |
693 bool result; // eax@16 | |
694 double v14; // ST2C_8@17 | |
695 double v15; // ST20_8@17 | |
696 double v16; // ST0C_8@17 | |
697 double v17; // ST0C_8@17 | |
698 float v18; // [sp+8h] [bp-38h]@5 | |
699 float v19; // [sp+10h] [bp-30h]@5 | |
700 float v20; // [sp+14h] [bp-2Ch]@5 | |
701 float v21; // [sp+18h] [bp-28h]@5 | |
702 float v22; // [sp+1Ch] [bp-24h]@5 | |
703 float v23; // [sp+24h] [bp-1Ch]@5 | |
704 float v24; // [sp+28h] [bp-18h]@5 | |
705 float v25; // [sp+30h] [bp-10h]@5 | |
706 float v26; // [sp+34h] [bp-Ch]@5 | |
707 float v27; // [sp+38h] [bp-8h]@5 | |
708 float v28; // [sp+3Ch] [bp-4h]@5 | |
709 float a3a; // [sp+48h] [bp+8h]@5 | |
710 float a3b; // [sp+48h] [bp+8h]@17 | |
711 float a3c; // [sp+48h] [bp+8h]@17 | |
712 float a3d; // [sp+48h] [bp+8h]@17 | |
713 float a3e; // [sp+48h] [bp+8h]@17 | |
714 | |
715 v3 = a3; | |
716 v4 = a2; | |
717 v5 = a3->uNumVertices; | |
718 if ( (signed int)v5 < 3 ) | |
719 goto LABEL_20; | |
720 v6 = &v4[v5 - 1]; | |
721 if ( v4->vWorldPosition.z == v4[1].vWorldPosition.z && v4[1].vWorldPosition.z == v6->vWorldPosition.z ) | |
722 *(int *)&a3->flags |= 0x10u; | |
723 v19 = v4[1].vWorldViewPosition.x - v4->vWorldViewPosition.x; | |
724 v18 = v4[1].vWorldViewPosition.y - v4->vWorldViewPosition.y; | |
725 v20 = v4[1].vWorldViewPosition.z - v4->vWorldViewPosition.z; | |
726 v21 = v6->vWorldViewPosition.x - v4->vWorldViewPosition.x; | |
727 v22 = v6->vWorldViewPosition.y - v4->vWorldViewPosition.y; | |
728 v23 = v6->vWorldViewPosition.z - v4->vWorldViewPosition.z; | |
729 v28 = v4[1].vWorldPosition.x - v4->vWorldPosition.x; | |
730 v27 = v4[1].vWorldPosition.y - v4->vWorldPosition.y; | |
731 a3a = v4[1].vWorldPosition.z - v4->vWorldPosition.z; | |
732 v7 = v6->vWorldPosition.x - v4->vWorldPosition.x; | |
733 v8 = v6->vWorldPosition.y - v4->vWorldPosition.y; | |
734 v9 = v6->vWorldPosition.z - v4->vWorldPosition.z; | |
735 v26 = v27 * v9 - v8 * a3a; | |
736 v24 = v7 * a3a - v9 * v28; | |
737 v25 = v8 * v28 - v7 * v27; | |
738 if ( v26 == 0.0 && v24 == 0.0 && v25 == 0.0 ) | |
739 { | |
740 while ( 1 ) | |
741 { | |
742 --v5; | |
743 if ( (signed int)v5 < 2 ) | |
744 break; | |
745 v10 = v6->vWorldPosition.x - v4->vWorldPosition.x; | |
746 v11 = v6->vWorldPosition.y - v4->vWorldPosition.y; | |
747 v12 = v6->vWorldPosition.z - v4->vWorldPosition.z; | |
748 v26 = v27 * v12 - v11 * a3a; | |
749 v24 = v10 * a3a - v12 * v28; | |
750 v25 = v11 * v28 - v10 * v27; | |
751 if ( v26 != 0.0 ) | |
752 break; | |
753 if ( v24 != 0.0 || v25 != 0.0 ) | |
754 break; | |
755 --v6; | |
756 } | |
757 v21 = v6->vWorldViewPosition.x - v4->vWorldViewPosition.x; | |
758 v22 = v6->vWorldViewPosition.y - v4->vWorldViewPosition.y; | |
759 v23 = v6->vWorldViewPosition.z - v4->vWorldViewPosition.z; | |
760 } | |
761 if ( ((double)pIndoorCamera->pos.x - v4->vWorldPosition.x) * v26 | |
762 + ((double)pIndoorCamera->pos.z - v4->vWorldPosition.z) * v25 | |
763 + ((double)pIndoorCamera->pos.y - v4->vWorldPosition.y) * v24 > 0.0 ) | |
764 { | |
765 a3b = v23 * v18 - v22 * v20; | |
766 v14 = a3b + 6.7553994e15; | |
767 v3->v_18.x = LODWORD(v14); | |
768 a3c = v21 * v20 - v23 * v19; | |
769 v15 = a3c + 6.7553994e15; | |
770 v3->v_18.y = LODWORD(v15); | |
771 a3d = v22 * v19 - v21 * v18; | |
772 v16 = a3d + 6.7553994e15; | |
773 v3->v_18.z = LODWORD(v16); | |
1410
38df78aba732
deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents:
1391
diff
changeset
|
774 v3->_normalize_v_18(); |
0 | 775 a3e = -((double)v3->v_18.x * v4->vWorldViewPosition.x) |
776 - (double)v3->v_18.y * v4->vWorldViewPosition.y | |
777 - (double)v3->v_18.z * v4->vWorldViewPosition.z; | |
778 v17 = a3e + 6.7553994e15; | |
779 v3->field_24 = LODWORD(v17); | |
780 result = 1; | |
781 } | |
782 else | |
783 { | |
784 LABEL_20: | |
785 result = 0; | |
786 } | |
787 return result; | |
788 } | |
789 | |
790 | |
791 //----- (0047C7A9) -------------------------------------------------------- | |
792 void OutdoorLocationTerrain::_47C7A9() | |
793 { | |
794 this->field_10 = 0; | |
795 this->field_12 = 0; | |
796 this->field_16 = 0; | |
797 this->field_14 = 0; | |
798 this->field_1C = 0; | |
799 this->field_18 = 0; | |
800 } | |
801 | |
802 //----- (0047C7C2) -------------------------------------------------------- | |
49 | 803 void OutdoorLocationTerrain::Release()//î÷èñòèòü ëîêàöèþ |
0 | 804 { |
805 if (pHeightmap) | |
806 { | |
1583 | 807 free(this->pHeightmap); |
0 | 808 pHeightmap = nullptr; |
809 } | |
810 if (pTilemap) | |
811 { | |
1583 | 812 free(pTilemap); |
0 | 813 pTilemap = nullptr; |
814 } | |
815 if (pAttributemap) | |
816 { | |
1583 | 817 free(pAttributemap); |
0 | 818 pAttributemap = nullptr; |
819 } | |
760 | 820 if (pDmap) |
0 | 821 { |
1583 | 822 free(pDmap); |
760 | 823 pDmap = nullptr; |
0 | 824 } |
825 | |
826 _47C7A9(); | |
827 } | |
828 | |
829 //----- (0047C80A) -------------------------------------------------------- | |
760 | 830 void OutdoorLocationTerrain::FillDMap( int X, int Y, int W, int Z ) |
831 { | |
49 | 832 OutdoorLocationTerrain *pOutLocTerrain; // ebx@1 |
0 | 833 double v6; // st7@1 |
834 double v7; // st7@2 | |
835 double v8; // st7@2 | |
836 int result; // eax@3 | |
837 int v10; // eax@4 | |
838 int v11; // ecx@5 | |
839 int v12; // ecx@6 | |
840 int v13; // edi@7 | |
841 int v14; // edx@9 | |
842 int v15; // eax@15 | |
49 | 843 unsigned __int8 *pMapHeight; // ebx@15 |
0 | 844 int v17; // eax@15 |
845 int v18; // ecx@15 | |
846 int v19; // esi@15 | |
847 int v20; // edi@15 | |
848 int v21; // edx@15 | |
849 int v22; // ecx@15 | |
850 int v23; // ebx@15 | |
851 int v24; // ecx@15 | |
852 int v25; // ST28_4@15 | |
853 double v26; // st7@15 | |
854 double v27; // st6@15 | |
855 double v28; // st5@15 | |
856 double v29; // st7@15 | |
857 double v30; // st7@16 | |
858 double v31; // st7@17 | |
859 int v32; // eax@21 | |
860 double v33; // st7@21 | |
861 double v34; // st6@21 | |
862 double v35; // st5@21 | |
863 double v36; // st7@21 | |
864 double v37; // st7@22 | |
865 double v38; // st7@23 | |
866 int v39; // [sp+14h] [bp-34h]@8 | |
867 int v40; // [sp+18h] [bp-30h]@15 | |
868 int v41; // [sp+1Ch] [bp-2Ch]@15 | |
869 int v42; // [sp+20h] [bp-28h]@15 | |
49 | 870 OutdoorLocationTerrain *pOutLocTerrain2; // [sp+24h] [bp-24h]@1 |
0 | 871 int v44; // [sp+28h] [bp-20h]@21 |
872 float v45; // [sp+2Ch] [bp-1Ch]@1 | |
873 float v46; // [sp+30h] [bp-18h]@1 | |
874 float v47; // [sp+34h] [bp-14h]@1 | |
875 int v48; // [sp+38h] [bp-10h]@7 | |
876 int v49; // [sp+3Ch] [bp-Ch]@10 | |
877 int v50; // [sp+40h] [bp-8h]@9 | |
878 float v51; // [sp+44h] [bp-4h]@15 | |
879 float v52; // [sp+44h] [bp-4h]@21 | |
880 float v53; // [sp+50h] [bp+8h]@15 | |
881 float v54; // [sp+50h] [bp+8h]@21 | |
882 int v55; // [sp+54h] [bp+Ch]@15 | |
883 float v56; // [sp+54h] [bp+Ch]@15 | |
884 float v57; // [sp+54h] [bp+Ch]@21 | |
885 | |
886 v46 = -64.0; | |
887 v47 = -64.0; | |
49 | 888 pOutLocTerrain = this; |
0 | 889 v45 = 64.0; |
49 | 890 pOutLocTerrain2 = this; |
0 | 891 v6 = sqrt(12288.0); |
892 if ( v6 != 0.0 ) | |
893 { | |
894 v7 = 1.0 / v6; | |
895 v45 = 64.0 * v7; | |
896 v8 = v7 * -64.0; | |
897 v46 = v8; | |
898 v47 = v8; | |
899 } | |
760 | 900 result = Y; |
901 if ( Y > Z ) | |
0 | 902 { |
760 | 903 v10 = Z ^ Y; |
904 Z ^= Y ^ Z; | |
905 result = Z ^ v10; | |
0 | 906 } |
760 | 907 v11 = X; |
908 if ( X > W ) | |
0 | 909 { |
760 | 910 v12 = W ^ X; |
911 W ^= X ^ W; | |
912 v11 = W ^ v12; | |
0 | 913 } |
914 v13 = result - 1; | |
915 v48 = result - 1; | |
760 | 916 if ( result - 1 <= Z ) |
0 | 917 { |
918 v39 = v11 - 1; | |
919 do | |
920 { | |
921 v14 = v39; | |
922 v50 = v39; | |
760 | 923 if ( v39 <= W ) |
0 | 924 { |
925 result = (v39 - 63) << 9; | |
926 v49 = (v39 - 63) << 9; | |
927 do | |
928 { | |
929 if ( v13 >= 0 && result >= -32256 && v13 <= 127 && result <= 32768 ) | |
930 { | |
49 | 931 v15 = pOutLocTerrain->field_10; |
0 | 932 v55 = v15; |
49 | 933 pMapHeight = pOutLocTerrain->pHeightmap; |
934 v17 = (int)(&pMapHeight[v13 * v15] + v14); | |
0 | 935 v18 = -v13; |
936 v19 = (64 - v13) << 9; | |
937 v20 = 32 * *(char *)v17; | |
938 v21 = 32 * *(char *)(v17 + 1); | |
939 v22 = (v18 + 63) << 9; | |
940 v41 = v22; | |
49 | 941 v23 = (int)(&pMapHeight[v55 * (v48 + 1)] + v50); |
0 | 942 v24 = v22 - v19; |
943 v40 = 32 * *(char *)v23; | |
944 v42 = 32 * *(char *)(v23 + 1); | |
760 | 945 |
946 | |
0 | 947 v25 = v49 - 512 - v49; |
948 v26 = (double)-((v20 - v21) * v24); | |
949 v51 = v26; | |
950 v27 = (double)-(v25 * (v42 - v21)); | |
951 v53 = v27; | |
952 v28 = (double)(v25 * v24); | |
953 v56 = v28; | |
954 v29 = sqrt(v28 * v28 + v27 * v27 + v26 * v26); | |
955 if ( v29 != 0.0 ) | |
956 { | |
957 v30 = 1.0 / v29; | |
958 v51 = v51 * v30; | |
959 v53 = v53 * v30; | |
960 v56 = v30 * v56; | |
961 } | |
962 v31 = (v56 * v47 + v53 * v46 + v51 * v45) * 31.0; | |
963 if ( v31 < 0.0 ) | |
964 v31 = 0.0; | |
965 if ( v31 > 31.0 ) | |
966 v31 = 31.0; | |
49 | 967 v44 = 2 * (v50 + v48 * pOutLocTerrain2->field_10); |
968 pOutLocTerrain = pOutLocTerrain2; | |
760 | 969 *((char *)pOutLocTerrain2->pDmap + v44 + 1) = (signed __int64)v31; |
970 | |
0 | 971 v32 = v49 - (v49 - 512); |
972 v33 = (double)-((v42 - v40) * (v19 - v41)); | |
973 v52 = v33; | |
974 v34 = (double)-(v32 * (v20 - v40)); | |
975 v54 = v34; | |
976 v35 = (double)(v32 * (v19 - v41)); | |
977 v57 = v35; | |
978 v36 = sqrt(v35 * v35 + v34 * v34 + v33 * v33); | |
979 if ( v36 != 0.0 ) | |
980 { | |
981 v37 = 1.0 / v36; | |
982 v52 = v52 * v37; | |
983 v54 = v54 * v37; | |
984 v57 = v37 * v57; | |
985 } | |
986 v38 = (v57 * v47 + v54 * v46 + v52 * v45) * 31.0; | |
987 if ( v38 < 0.0 ) | |
988 v38 = 0.0; | |
989 if ( v38 > 31.0 ) | |
990 v38 = 31.0; | |
991 v13 = v48; | |
760 | 992 *((char *)pOutLocTerrain2->pDmap + v44) = (signed __int64)v38; |
0 | 993 v14 = v50; |
994 result = v49; | |
995 } | |
996 ++v14; | |
997 result += 512; | |
998 v50 = v14; | |
999 v49 = result; | |
1000 } | |
760 | 1001 while ( v14 <= W ); |
0 | 1002 } |
1003 ++v13; | |
1004 v48 = v13; | |
1005 } | |
760 | 1006 while ( v13 <= Z ); |
0 | 1007 } |
1008 } | |
1009 | |
1010 //----- (0047CB57) -------------------------------------------------------- | |
1011 int OutdoorLocationTerrain::_47CB57(int a1, int a2, int a3) | |
1012 { | |
1013 signed int result; // eax@2 | |
1014 unsigned __int16 *v5; // edx@3 | |
1015 double v6; // st7@3 | |
1016 char v7; // bl@3 | |
1017 int v8; // eax@3 | |
1018 int v9; // eax@4 | |
1019 int v10; // eax@5 | |
1020 double v11; // st6@7 | |
1021 signed int v12; // edi@7 | |
1022 int v13; // esi@9 | |
1023 char *v14; // esi@10 | |
1024 signed int v15; // ecx@10 | |
1025 char v16[256]; // [sp+4h] [bp-124h]@9 | |
1026 unsigned __int16 *v17; // [sp+104h] [bp-24h]@3 | |
1027 unsigned int v18; // [sp+108h] [bp-20h]@3 | |
1028 unsigned int v19; // [sp+10Ch] [bp-1Ch]@3 | |
1029 unsigned int v20; // [sp+110h] [bp-18h]@3 | |
1030 unsigned int v21; // [sp+114h] [bp-14h]@3 | |
1031 float v22; // [sp+118h] [bp-10h]@3 | |
1032 float v23; // [sp+11Ch] [bp-Ch]@3 | |
1033 int i; // [sp+120h] [bp-8h]@3 | |
1034 unsigned int v25; // [sp+124h] [bp-4h]@5 | |
1035 signed int a2a; // [sp+134h] [bp+Ch]@3 | |
1036 unsigned int a2b; // [sp+134h] [bp+Ch]@7 | |
1037 float a3a; // [sp+138h] [bp+10h]@7 | |
1038 int a3b; // [sp+138h] [bp+10h]@9 | |
1039 | |
1040 if ( pRenderer->pRenderD3D ) | |
1041 { | |
1042 result = 0; | |
1043 } | |
1044 else | |
1045 { | |
1046 v5 = PaletteManager::Get_Dark_or_Red_LUT(a2, 0, 1); | |
1047 v6 = 0.0; | |
1048 v7 = LOBYTE(pRenderer->uTargetBBits); | |
1049 v19 = pRenderer->uTargetRMask; | |
1050 v21 = pRenderer->uTargetGMask; | |
1051 v22 = 0.0; | |
1052 v20 = pRenderer->uTargetBMask; | |
1053 v8 = 0; | |
1054 v17 = v5; | |
1055 v23 = 0.0; | |
1056 v18 = pRenderer->uTargetBBits; | |
1057 a2a = 0; | |
1058 for ( i = 0; i < a3; ++i ) | |
1059 { | |
1060 v9 = *(char *)(v8 + a1); | |
1061 if ( v9 ) | |
1062 { | |
1063 v10 = v5[v9]; | |
1064 v6 = v6 + (double)((signed int)(v19 & v10) >> (LOBYTE(pRenderer->uTargetBBits) + LOBYTE(pRenderer->uTargetGBits))); | |
1065 ++a2a; | |
1066 v25 = v20 & v10; | |
1067 v22 = (double)((signed int)(v21 & v10) >> SLOBYTE(pRenderer->uTargetBBits)) + v22; | |
1068 v23 = (double)(signed int)(v20 & v10) + v23; | |
1069 } | |
1070 v8 = i + 1; | |
1071 } | |
1072 v11 = 1.0 / (double)a2a; | |
1073 a3a = v11; | |
1074 v25 = (signed __int64)(a3a * v22); | |
1075 i = (signed __int64)(a3a * v23); | |
1076 v12 = 0; | |
1077 a2b = pRenderer->uTargetBBits + pRenderer->uTargetGBits; | |
1078 while ( 1 ) | |
1079 { | |
1080 v13 = v17[v12]; | |
1081 a3b = abs((__int64)(signed __int64)(v11 * v6) - ((signed int)(v19 & v17[v12]) >> a2b)); | |
1082 BYTE3(a3b) = abs((signed)v25 - ((signed int)(v21 & v13) >> v7)) + a3b; | |
1083 v16[v12++] = abs((signed)i - (signed)(v20 & v13)) + BYTE3(a3b); | |
1084 if ( v12 >= 256 ) | |
1085 break; | |
1086 v7 = v18; | |
1087 } | |
1088 result = 0; | |
1089 v14 = (char *)&pPaletteManager->field_D1600[42][23][116]; | |
1090 v15 = 0; | |
1091 do | |
1092 { | |
1093 if ( (unsigned __int8)v16[v15] < (signed int)v14 ) | |
1094 { | |
1095 v14 = (char *)(unsigned __int8)v16[v15]; | |
1096 result = v15; | |
1097 } | |
1098 ++v15; | |
1099 } | |
1100 while ( v15 < 256 ); | |
1101 } | |
1102 return result; | |
1103 } | |
1104 // 47CB57: using guessed type char var_124[256]; | |
1105 | |
1106 //----- (0047CCE2) -------------------------------------------------------- | |
1107 bool OutdoorLocationTerrain::ZeroLandscape() | |
1108 { | |
1109 OutdoorLocationTerrain *v1; // esi@1 | |
1110 | |
1111 v1 = this; | |
1112 memset(this->pHeightmap, 0, 0x4000u); | |
1113 memset(v1->pTilemap, 90, 0x4000u); | |
1114 memset(v1->pAttributemap, 0, 0x4000u); | |
760 | 1115 memset(v1->pDmap, 0, 0x8000u); |
0 | 1116 v1->field_12 = 128; |
1117 v1->field_10 = 128; | |
1118 v1->field_16 = 7; | |
1119 v1->field_14 = 7; | |
1120 v1->field_1C = 127; | |
1121 v1->field_18 = 127; | |
1122 return 1; | |
1123 } | |
1124 | |
1125 //----- (0047CD44) -------------------------------------------------------- | |
1126 bool OutdoorLocationTerrain::Initialize() | |
1127 { | |
1583 | 1128 pHeightmap = (unsigned __int8 *)malloc(0x4000u);//height map |
1129 pTilemap = (unsigned __int8 *)malloc(0x4000u);//tile map | |
1130 pAttributemap = (unsigned __int8 *)malloc(0x4000u);//êàðòà àòðèáóòîâ | |
1131 pDmap = (struct DMap *)malloc(0x8000u); | |
1132 if (pHeightmap && pTilemap && pAttributemap && pDmap ) | |
760 | 1133 return true; |
0 | 1134 else |
760 | 1135 return false; |
0 | 1136 } |
1137 | |
1138 //----- (0047CDE2) -------------------------------------------------------- | |
1139 void OutdoorLocation::CreateDebugLocation() | |
1140 { | |
1141 OutdoorLocation *v1; // esi@1 | |
1142 void *v2; // eax@1 | |
1143 void *v3; // ST14_4@1 | |
1144 void *v4; // eax@1 | |
1145 void *v5; // ST14_4@1 | |
1146 void *v6; // eax@1 | |
1147 unsigned int v7; // eax@1 | |
1545 | 1148 //char v8; // zf@1 |
0 | 1149 |
1150 v1 = this; | |
1151 strcpy(this->pLevelFilename, "blank"); | |
1152 strcpy(v1->pLocationFileName, "i6.odm"); | |
1153 strcpy(v1->pLocationFileDescription, "MM6 Outdoor v1.00"); | |
1154 v1->uNumBModels = 0; | |
630 | 1155 v1->pTileTypes[0].tileset = Tileset_Grass; |
1156 v1->pTileTypes[1].tileset = Tileset_Water; | |
1157 v1->pTileTypes[2].tileset = Tileset_6; | |
1158 v1->pTileTypes[3].tileset = Tileset_RoadGrassCobble; | |
0 | 1159 v1->LoadTileGroupIds(); |
630 | 1160 v1->LoadRoadTileset(); |
1583 | 1161 free(v1->pBModels); |
1162 free(v1->pSpawnPoints); | |
0 | 1163 v1->pBModels = 0; |
1164 v1->pSpawnPoints = 0; | |
1165 v1->pTerrain.Initialize(); | |
1166 v1->pTerrain.ZeroLandscape(); | |
760 | 1167 v1->pTerrain.FillDMap(0, 0, 128, 128); |
1583 | 1168 free(v1->pCmap); |
760 | 1169 v1->pCmap = 0; |
1583 | 1170 v2 = malloc(0x8000u); |
0 | 1171 v3 = v1->pOMAP; |
760 | 1172 v1->pCmap = v2; |
1583 | 1173 free(v3); |
0 | 1174 v1->pOMAP = 0; |
1583 | 1175 v4 = malloc(0x10000u); |
0 | 1176 v1->pOMAP = (unsigned int *)v4; |
1177 memset(v4, 0, 0x10000u); | |
1178 v5 = v1->pFaceIDLIST; | |
1179 v1->numFaceIDListElems = 0; | |
1583 | 1180 free(v5); |
0 | 1181 v1->pFaceIDLIST = 0; |
1583 | 1182 v6 = malloc(2); |
0 | 1183 v1->pFaceIDLIST = (unsigned __int16 *)v6; |
1184 *(short *)v6 = 0; | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
1185 strcpy(v1->pSkyTextureName, pDefaultSkyTexture.data()); |
0 | 1186 v1->uSky_TextureID = pBitmaps_LOD->LoadTexture(v1->pSkyTextureName); |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
1187 strcpy(v1->pGroundTileset, byte_6BE124_cfg_textures_DefaultGroundTexture.data()); |
0 | 1188 v7 = pBitmaps_LOD->LoadTexture(v1->pGroundTileset); |
1189 v1->uMainTile_BitmapID = v7; | |
1545 | 1190 |
1191 if ( v1->uSky_TextureID == -1 ) | |
1192 Error("Invalid Sky Tex Handle"); | |
1193 | |
0 | 1194 if ( v1->uMainTile_BitmapID == -1 ) |
1545 | 1195 Error("Invalid Ground Tex Handle"); |
0 | 1196 } |
1197 | |
1198 | |
1199 | |
1200 //----- (0047CF9C) -------------------------------------------------------- | |
1201 void OutdoorLocation::Release() | |
1202 { | |
1203 //OutdoorLocation *v1; // esi@1 | |
1204 //signed int v2; // edi@1 | |
1205 //int v3; // ebx@2 | |
1206 //void *v4; // ST24_4@4 | |
1207 //char *v5; // ebx@4 | |
1208 //void **v6; // esi@4 | |
1209 | |
1210 //v1 = this; | |
1211 strcpy(pLevelFilename, "blank"); | |
1212 strcpy(pLocationFileName, "default.odm"); | |
1213 strcpy(pLocationFileDescription, "MM6 Outdoor v1.00"); | |
1214 strcpy(pSkyTextureName, "sky043"); | |
1215 strcpy(pGroundTileset, "hm005"); | |
1216 | |
1217 if (pBModels) | |
1218 { | |
1219 for (uint i = 0; i < uNumBModels; ++i) | |
1220 pBModels[i].Release(); | |
1221 | |
1583 | 1222 free(pBModels); |
0 | 1223 pBModels = nullptr; |
1224 uNumBModels = 0; | |
1225 } | |
1226 | |
1227 if (pSpawnPoints) | |
1228 { | |
1583 | 1229 free(pSpawnPoints); |
0 | 1230 pSpawnPoints = nullptr; |
1231 } | |
1232 uNumSpawnPoints = 0; | |
1233 | |
1234 pTerrain.Release(); | |
1235 | |
760 | 1236 if (pCmap) |
0 | 1237 { |
1583 | 1238 free(pCmap); |
760 | 1239 pCmap = nullptr; |
0 | 1240 } |
1241 if (pOMAP) | |
1242 { | |
1583 | 1243 free(pOMAP); |
0 | 1244 pOMAP = nullptr; |
1245 } | |
1246 if (pFaceIDLIST) | |
1247 { | |
1583 | 1248 free(pFaceIDLIST); |
0 | 1249 pFaceIDLIST = nullptr; |
1250 } | |
1251 if (pTerrainNormals) | |
1252 { | |
1583 | 1253 free(pTerrainNormals); |
0 | 1254 pTerrainNormals = nullptr; |
1255 } | |
1256 } | |
1257 | |
1258 //----- (0047D0A6) -------------------------------------------------------- | |
119 | 1259 bool OutdoorLocation::Load(const char *pFilename, ODMFace *File, size_t pNumItems, int thisa)//çàãðóçêà ëîêàöèè |
0 | 1260 { |
1261 //OutdoorLocation *pOutdoorLocation; // esi@1 | |
1262 /*bool result; // eax@9 | |
1263 bool v7; // ebx@9 | |
1264 size_t v8; // eax@10 | |
1265 void *v9; // eax@10 | |
1266 void *v10; // eax@10 | |
1267 void *v11; // eax@10 | |
1268 int v12; // ebx@11 | |
1269 BSPModel *v13; // eax@12 | |
1270 void *v14; // eax@12 | |
1271 BSPModel *v15; // ecx@12 | |
1272 void *v16; // eax@12 | |
1273 BSPModel *v17; // ecx@12 | |
1274 BSPModel *v18; // eax@12 | |
1275 __int16 v19; // ax@15 | |
1276 __int16 v20; // ax@16 | |
1277 int v21; // ecx@16 | |
1278 ODMFace *v22; // ebx@26 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
1279 SpriteObject *pItems; // ecx@27 |
0 | 1280 unsigned int v24; // eax@28 |
1281 //unsigned __int8 v25; // zf@28 | |
1282 //unsigned __int8 v26; // sf@28 | |
1283 ODMFace *v27; // eax@28 | |
1284 const char *i; // edx@29 | |
1285 unsigned __int16 v29; // ax@33 | |
1286 unsigned __int16 v30; // ax@37 | |
1287 int v31; // ecx@37 | |
1288 int v32; // eax@38 | |
1289 void *v33; // eax@38 | |
1290 TileDesc *v34; // eax@43 | |
1291 unsigned int v35; // eax@43 | |
1292 unsigned int v36; // edi@43 | |
1293 unsigned int v37; // edi@45*/ | |
1294 //size_t v38; // eax@50 | |
1295 FILE *v39; // eax@50 | |
1296 //unsigned int v40; // edi@56 | |
1297 //void *v41; // eax@56 | |
1298 //void *v42; // ebx@56 | |
1299 //const void *v43; // ebx@59 | |
1300 //const void *v44; // ebx@59 | |
1301 //unsigned int v45; // eax@59 | |
1302 //BSPModel *v46; // eax@59 | |
1303 //unsigned int v47; // ecx@59 | |
1304 //int v48; // ebx@60 | |
1305 //BSPModel *v49; // eax@61 | |
1306 //BSPModel *v50; // eax@61 | |
1307 //BSPModel *v51; // eax@61 | |
1308 //BSPModel *v52; // eax@61 | |
1309 //BSPModel *v53; // eax@61 | |
1310 //BSPModel *v54; // ecx@61 | |
1311 //BSPModel *v55; // ecx@61 | |
1312 //BSPModel *v56; // ecx@61 | |
1313 //void *v57; // ST24_4@61 | |
1314 //BSPModel *v58; // ecx@61 | |
1315 //void *v59; // ST18_4@61 | |
1316 //BSPModel *v60; // eax@61 | |
1317 //__int16 v61; // ax@64 | |
1318 unsigned __int16 v62; // ax@65 | |
1319 //ODMFace *v63; // ecx@65 | |
1320 //unsigned __int16 v64; // ax@80 | |
1321 //const char *v65; // ecx@80 | |
1322 //int v66; // eax@81 | |
1323 //void *v67; // eax@81 | |
1324 //int v68; // ecx@81 | |
1325 //void *v69; // eax@81 | |
1326 //unsigned int v70; // eax@81 | |
1327 //SpawnPointMM7 *v71; // eax@81 | |
1328 //unsigned int v72; // ecx@81 | |
1329 //size_t v73; // eax@81 | |
1330 //int v74; // edi@87 | |
1331 //void *v75; // edi@88 | |
1332 //unsigned int v76; // edx@94 | |
1333 //int v77; // ecx@94 | |
1334 //char *v78; // eax@95 | |
1335 //unsigned int v79; // edx@97 | |
1336 //unsigned int v80; // eax@99 | |
1337 //int v81; // eax@107 | |
1338 //void *v82; // edi@114 | |
1339 //size_t v83; // eax@120 | |
1340 //const void *v84; // edi@120 | |
1341 //const void *v85; // edi@120 | |
1342 //BSPModel *v86; // eax@124 | |
1343 //unsigned int v87; // eax@124 | |
1344 //BSPModel *v88; // eax@126 | |
1345 //BSPModel *v89; // eax@127 | |
1346 //ODMFace *v90; // eax@129 | |
1347 //const void *v91; // edi@138 | |
1348 //const void *v92; // edi@141 | |
1349 //const void *v93; // edi@141 | |
1350 //const void *v94; // edi@144 | |
1351 //const void *v95; // edi@144 | |
1352 //const char *v96; // edi@147 | |
1353 //unsigned int v97; // eax@147 | |
1354 //TileDesc *v98; // eax@147 | |
1355 //unsigned int v99; // eax@147 | |
1356 //int v100; // ecx@150 | |
1357 //unsigned int v101; // eax@157 | |
1358 int v102; // edi@159 | |
1359 //void *v103; // [sp-14h] [bp-B94h]@55 | |
1360 //void *v104; // [sp-10h] [bp-B90h]@59 | |
1361 //size_t v105; // [sp-Ch] [bp-B8Ch]@59 | |
1362 //char *v106; // [sp-8h] [bp-B88h]@59 | |
1363 int v107; // [sp-4h] [bp-B84h]@12 | |
1364 int v108; // [sp+0h] [bp-B80h]@10 | |
1365 char Src[968]; // [sp+10h] [bp-B70h]@110 | |
1366 char Dst[968]; // [sp+3D8h] [bp-7A8h]@50 | |
1367 char Str[256]; // [sp+7A0h] [bp-3E0h]@50 | |
1368 /*char DstBuf; // [sp+8A0h] [bp-2E0h]@10 | |
1369 __int32 Offset; // [sp+8A4h] [bp-2DCh]@10 | |
1370 __int32 v114; // [sp+8B0h] [bp-2D0h]@10 | |
1371 __int32 v115; // [sp+8BCh] [bp-2C4h]@10 | |
1372 __int32 v116; // [sp+8C8h] [bp-2B8h]@10 | |
1373 __int32 v117; // [sp+8D4h] [bp-2ACh]@10 | |
1374 __int32 v118; // [sp+8E0h] [bp-2A0h]@10 | |
1375 __int32 v119; // [sp+8ECh] [bp-294h]@10 | |
1376 __int32 v120; // [sp+8F8h] [bp-288h]@10 | |
1377 __int32 v121; // [sp+904h] [bp-27Ch]@10 | |
1378 __int32 v122; // [sp+910h] [bp-270h]@10 | |
1379 __int32 v123; // [sp+91Ch] [bp-264h]@10 | |
1380 __int32 v124; // [sp+928h] [bp-258h]@26 | |
1381 __int32 v125; // [sp+934h] [bp-24Ch]@35 | |
1382 __int32 v126; // [sp+940h] [bp-240h]@38 | |
1383 __int32 v127; // [sp+94Ch] [bp-234h]@38 | |
1384 __int32 v128; // [sp+958h] [bp-228h]@38 | |
1385 __int32 v129; // [sp+964h] [bp-21Ch]@38 | |
1386 __int32 v130; // [sp+970h] [bp-210h]@38 | |
1387 __int32 v131; // [sp+97Ch] [bp-204h]@38 | |
1388 __int32 v132; // [sp+988h] [bp-1F8h]@38 | |
1389 __int32 v133; // [sp+994h] [bp-1ECh]@38 | |
1390 __int32 v134; // [sp+9A0h] [bp-1E0h]@38 | |
1391 __int32 v135; // [sp+9ACh] [bp-1D4h]@38 | |
1392 __int32 v136; // [sp+9D0h] [bp-1B0h]@10*/ | |
1393 //char FileName[8]; // [sp+A20h] [bp-160h]@8 | |
1394 //char v138; // [sp+A28h] [bp-158h]@12 | |
1395 //int v139; // [sp+B1Ch] [bp-64h]@10 | |
1396 //char pContainer[32]; // [sp+B20h] [bp-60h]@1 | |
1397 //int *v141; // [sp+B40h] [bp-40h]@50 | |
1398 //__int64 v142; // [sp+B44h] [bp-3Ch]@55 | |
1399 //size_t pSource; // [sp+B4Ch] [bp-34h]@56 | |
1400 //int v144; // [sp+B50h] [bp-30h]@61 | |
1401 //int v145; // [sp+B54h] [bp-2Ch]@68 | |
1402 ODMHeader header; // [sp+B58h] [bp-28h]@50 | |
1403 //unsigned int pDestLen; // [sp+B68h] [bp-18h]@13 | |
1404 //FILE *ptr; // [sp+B6Ch] [bp-14h]@12 | |
1405 //void *v149; // [sp+B70h] [bp-10h]@19 | |
1406 char *Str2; // [sp+B74h] [bp-Ch]@12 | |
1407 //int v151; // [sp+B78h] [bp-8h]@59 | |
1408 //void *uSourceLen; // [sp+B7Ch] [bp-4h]@59 | |
1409 | |
1410 //pOutdoorLocation = this; | |
1411 //strcpy(pContainer, pFilename); | |
1412 | |
1413 if (bUnderwater) | |
1414 { | |
1415 pPaletteManager->pPalette_tintColor[0] = 0x10; | |
1416 pPaletteManager->pPalette_tintColor[1] = 0xC2; | |
1417 pPaletteManager->pPalette_tintColor[2] = 0x99; | |
762 | 1418 pPaletteManager->SetMistColor(37, 143, 92); |
0 | 1419 } |
1420 else | |
1421 { | |
1422 pPaletteManager->pPalette_tintColor[0] = 0; | |
1423 pPaletteManager->pPalette_tintColor[1] = 0; | |
1424 pPaletteManager->pPalette_tintColor[2] = 0; | |
1425 if (pPaletteManager->pPalette_mistColor[0] != 0x80 || | |
1426 pPaletteManager->pPalette_mistColor[1] != 0x80 || | |
1427 pPaletteManager->pPalette_mistColor[2] != 0x80) | |
1428 { | |
762 | 1429 pPaletteManager->SetMistColor(128, 128, 128); |
0 | 1430 pPaletteManager->RecalculateAll(); |
1431 } | |
1432 } | |
1433 | |
1434 _6807E0_num_decorations_with_sounds_6807B8 = 0; | |
1435 /*sprintf(FileName, "levels\\%s", pContainer); | |
1436 if ( GetFileAttributesA(FileName) != -1 ) | |
1437 { | |
1438 result = (bool)fopen(FileName, "rb"); | |
1439 v7 = result; | |
1440 File = (ODMFace *)result; | |
1441 if ( !result ) | |
1442 return result; | |
1443 *(int *)thisa = 1; | |
1444 v8 = strlen(pContainer); | |
1445 v108 = 2; | |
1446 *((char *)&v139 + v8) = 0; | |
1447 viewparams->uTextureID_LocationMap = pIcons_LOD->LoadTexture(pContainer, (enum TEXTURE_TYPE)v108); | |
1448 fread(&DstBuf, 0x180u, 1u, (FILE *)v7); | |
1449 fseek((FILE *)v7, Offset, 0); | |
1450 fread(this, 0xB0u, 1u, (FILE *)v7); | |
1451 LoadTileGroupIds(); | |
630 | 1452 LoadRoadTileset(); |
0 | 1453 strcpy(pGroundTileset, "grastyl"); |
1454 fseek((FILE *)v7, v114, 0); | |
1455 fread(&uNumBModels, 4u, 1u, (FILE *)v7); | |
1456 fseek((FILE *)v7, v115, 0); | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
1457 fread(&uNumSpriteObjects, 4u, 1u, (FILE *)v7); |
0 | 1458 fseek((FILE *)v7, v116, 0); |
1459 fread(&uNumLevelDecorations, 4u, 1u, (FILE *)v7); | |
1460 fseek((FILE *)v7, v117, 0); | |
1461 fread(&uNumActors, 4u, 1u, (FILE *)v7); | |
1462 fseek((FILE *)v7, v118, 0); | |
1463 fread(&uNumChests, 4u, 1u, (FILE *)v7); | |
1464 pTerrain.Initialize(); | |
1465 fseek((FILE *)v7, v119, 0); | |
1466 fread(pTerrain.pHeightmap, 1u, 0x4000u, (FILE *)v7); | |
1467 fseek((FILE *)v7, v120, 0); | |
1468 fread(pTerrain.pTilemap, 1u, 0x4000u, (FILE *)v7); | |
1469 fseek((FILE *)v7, v121, 0); | |
1470 fread(pTerrain.pAttributemap, 1u, 0x4000u, (FILE *)v7); | |
1471 pTerrain._47C80A(0, 0, 128, 128); | |
1583 | 1472 free(ptr_D4); |
0 | 1473 ptr_D4 = 0; |
1583 | 1474 v9 = malloc(0, 0x8000u, "CMAP"); |
0 | 1475 v108 = (int)pOMAP; |
1476 ptr_D4 = v9; | |
1583 | 1477 free((void *)v108); |
0 | 1478 pOMAP = 0; |
1583 | 1479 v10 = malloc(0, 0x10000u, "OMAP"); |
0 | 1480 v108 = 0; |
1481 pOMAP = (unsigned int *)v10; | |
1482 fseek((FILE *)v7, v136, v108); | |
1483 fread(&uNumTerrainNormals, 4u, 1u, (FILE *)v7); | |
1484 fread(pTerrainSomeOtherData, 1u, 0x20000u, (FILE *)v7); | |
1485 fread(pTerrainNormalIndices, 1u, 0x10000u, (FILE *)v7); | |
1583 | 1486 pTerrainNormals = (Vec3_float_ *)malloc(pTerrainNormals, 12 * uNumTerrainNormals, "TerNorm"); |
0 | 1487 fread(pTerrainNormals, 1u, 12 * uNumTerrainNormals, (FILE *)v7); |
1583 | 1488 v11 = malloc(pBModels, 188 * uNumBModels, "BDdata"); |
0 | 1489 v108 = 0; |
1490 pBModels = (BSPModel *)v11; | |
1491 fseek((FILE *)v7, v122, v108); | |
1492 fread(pBModels, 0xBCu, uNumBModels, (FILE *)v7); | |
1493 fseek((FILE *)v7, v123, 0); | |
1494 pNumItems = 0; | |
1495 if ( (signed int)uNumBModels > 0 ) | |
1496 { | |
1497 v12 = 0; | |
1498 while ( 1 ) | |
1499 { | |
1500 pBModels[v12].pVertices.pVertices = 0; | |
1501 pBModels[v12].pFaces = 0; | |
1502 pBModels[v12].pFacesOrdering = 0; | |
1503 pBModels[v12].pNodes = 0; | |
1504 FileName[0] = 0; | |
1505 v108 = (int)&pBModels[v12]; | |
1506 sprintfex(FileName, "%s", v108); | |
1507 v13 = pBModels; | |
1508 v138 = 0; | |
1583 | 1509 pBModels[v12].pVertices.pVertices = (Vec3_int_ *)malloc(v13[v12].pVertices.pVertices, 12 * v13[v12].pVertices.uNumVertices, |
0 | 1510 FileName); |
1583 | 1511 pBModels[v12].pFaces = (ODMFace *)malloc(pBModels[v12].pFaces, 308 * pBModels[v12].uNumFaces, |
0 | 1512 FileName); |
1583 | 1513 pBModels[v12].pFacesOrdering = (unsigned __int16 *)malloc(pBModels[v12].pFacesOrdering, |
0 | 1514 2 * pBModels[v12].uNumFaces, FileName); |
1583 | 1515 v14 = malloc(pBModels[v12].pNodes, 8 * pBModels[v12].uNumNodes, FileName); |
0 | 1516 v15 = pBModels; |
1517 v108 = (int)File; | |
1518 v15[v12].pNodes = (BSPNode *)v14; | |
1519 fread(pBModels[v12].pVertices.pVertices, 0xCu, pBModels[v12].pVertices.uNumVertices, (FILE *)v108); | |
1520 fread(pBModels[v12].pFaces, 0x134u, pBModels[v12].uNumFaces, (FILE *)File); | |
1521 fread(pBModels[v12].pFacesOrdering, 2u, pBModels[v12].uNumFaces, (FILE *)File); | |
1522 fread(pBModels[v12].pNodes, 8u, pBModels[v12].uNumNodes, (FILE *)File); | |
1523 v16 = malloc(10 * pBModels[v12].uNumFaces); | |
1524 v107 = (int)File; | |
1525 v17 = pBModels; | |
1526 ptr = (FILE *)v16; | |
1527 fread(v16, 0xAu, v17[v12].uNumFaces, (FILE *)File); | |
1528 v18 = pBModels; | |
1529 Str2 = 0; | |
1530 if ( (signed int)v18[v12].uNumFaces > 0 ) | |
1531 break; | |
1532 LABEL_25: | |
1533 free(ptr); | |
1534 ++pNumItems; | |
1535 ++v12; | |
1536 if ( (signed int)pNumItems >= (signed int)uNumBModels ) | |
1537 goto LABEL_26; | |
1538 } | |
1539 pDestLen = 0; | |
1540 pFilename = (char *)ptr; | |
1541 while ( 1 ) | |
1542 { | |
1543 thisa = (int)((char *)v18[v12].pFaces + pDestLen); | |
1544 if ( !(*(char *)(thisa + 29) & 0x40) ) | |
1545 break; | |
1546 v19 = pTextureFrameTable->FindTextureByName(pFilename); | |
1547 *(short *)(thisa + 272) = v19; | |
1548 if ( !v19 ) | |
1549 { | |
1550 v20 = pBitmaps_LOD->LoadTexture(pFilename); | |
1551 v21 = thisa; | |
1552 *(char *)(v21 + 29) &= 0xBFu; | |
1553 LABEL_19: | |
1554 *(short *)(v21 + 272) = v20; | |
1555 v149 = (void *)(v20 != -1 ? &pBitmaps_LOD->pTextures[v20] : 0); | |
1556 auto pTex = (Texture *)v149; | |
1557 if (pTex) | |
1558 pTex->palette_id2 = pPaletteManager->LoadPalette(pTex->palette_id1); | |
1559 goto LABEL_20; | |
1560 } | |
1561 pTextureFrameTable->LoadAnimationSequenceAndPalettes(*(unsigned __int16 *)((char *)&pBModels[v12].pFaces->uTextureID + pDestLen)); | |
1562 LABEL_20: | |
1563 if ( *(short *)(thisa + 292) ) | |
1564 { | |
1565 if ( ((ODMFace *)thisa)->HasEventHint() ) | |
1566 *(char *)(thisa + 30) |= 0x10u; | |
1567 else | |
1568 *(char *)(thisa + 30) &= 0xEFu; | |
1569 } | |
1570 ++Str2; | |
1571 v18 = pBModels; | |
1572 pDestLen += 308; | |
1573 pFilename += 10; | |
1574 if ( (signed int)Str2 >= (signed int)v18[v12].uNumFaces ) | |
1575 goto LABEL_25; | |
1576 } | |
1577 v20 = pBitmaps_LOD->LoadTexture(pFilename); | |
1578 v21 = thisa; | |
1579 goto LABEL_19; | |
1580 } | |
1581 LABEL_26: | |
1582 v22 = File; | |
1583 fseek((FILE *)File, v124, 0); | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
1584 fread(pSpriteObjects, 0x70u, uNumSpriteObjects, (FILE *)v22); |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
1585 if ( (signed int)uNumSpriteObjects > 0 ) |
0 | 1586 { |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
1587 pItems = pSpriteObjects; |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
1588 pNumItems = uNumSpriteObjects; |
0 | 1589 do |
1590 { | |
1591 v24 = pItems->stru_24.uItemID; | |
1592 thisa = 0; | |
1593 v27 = (ODMFace *)(48 * v24); | |
1594 v25 = pObjectList->uNumObjects == 0; | |
1595 v26 = (pObjectList->uNumObjects & 0x80000000u) != 0; | |
1596 LOWORD(v27) = *(short *)((char *)&v27->pFacePlane.vNormal.x + (int)((char *)&pItemsTable + 24)); | |
1597 File = v27; | |
1598 pItems->uItemType = (unsigned __int16)v27; | |
1599 if ( v26 | v25 ) | |
1600 { | |
1601 LABEL_33: | |
1602 v29 = 0; | |
1603 } | |
1604 else | |
1605 { | |
1606 for ( i = (const char *)&pObjectList->pObjects->uObjectID; (short)v27 != *(short *)i; i = pFilename ) | |
1607 { | |
1608 ++thisa; | |
1609 pFilename = (char *)i + 56; | |
1610 if ( thisa >= (signed int)pObjectList->uNumObjects ) | |
1611 goto LABEL_33; | |
1612 LOWORD(v27) = (short)File; | |
1613 } | |
1614 v29 = thisa; | |
1615 } | |
1616 pItems->uObjectDescID = v29; | |
1617 ++pItems; | |
1618 --pNumItems; | |
1619 } | |
1620 while ( pNumItems ); | |
1621 } | |
1622 fseek((FILE *)v22, v125, 0); | |
1623 fread(pLevelDecorations, 0x20u, uNumLevelDecorations, (FILE *)v22); | |
1624 pNumItems = 0; | |
1625 if ( (signed int)uNumLevelDecorations > 0 ) | |
1626 { | |
1627 thisa = (int)pLevelDecorations; | |
1628 do | |
1629 { | |
1630 fread(FileName, 1u, 0x20u, (FILE *)v22); | |
1631 v30 = pDecorationList->GetDecorIdByName(FileName); | |
1632 v31 = thisa; | |
1633 ++pNumItems; | |
1634 thisa += 32; | |
1635 *(short *)v31 = v30; | |
1636 } | |
1637 while ( (signed int)pNumItems < (signed int)uNumLevelDecorations ); | |
1638 } | |
1639 fseek((FILE *)v22, v126, 0); | |
1640 fread(pActors, 0x344u, uNumActors, (FILE *)v22); | |
1641 fseek((FILE *)v22, v127, 0); | |
1642 fread(pChests, 0x14CCu, uNumChests, (FILE *)v22); | |
1643 fseek((FILE *)v22, v128, 0); | |
1644 fread(&field_DC, 4u, 1u, (FILE *)v22); | |
1583 | 1645 free(pFaceIDLIST); |
0 | 1646 v32 = field_DC; |
1647 pFaceIDLIST = 0; | |
1583 | 1648 v33 = malloc(0, 2 * v32, "IDLIST"); |
0 | 1649 v108 = (int)v22; |
1650 pFaceIDLIST = (unsigned __int16 *)v33; | |
1651 fread(v33, 2u, field_DC, (FILE *)v108); | |
1652 fseek((FILE *)v22, v129, 0); | |
1653 fread(pOMAP, 4u, 0x4000u, (FILE *)v22); | |
1654 fseek((FILE *)v22, v130, 0); | |
1655 fread(&uNumSpawnPoints, 4u, 1u, (FILE *)v22); | |
1583 | 1656 pSpawnPoints = (SpawnPointMM7 *)malloc(pSpawnPoints, 24 * uNumSpawnPoints, "Spawn"); |
0 | 1657 fseek((FILE *)v22, v131, 0); |
1658 fread(pSpawnPoints, 0x18u, uNumSpawnPoints, (FILE *)v22); | |
1659 fseek((FILE *)v22, v132, 0); | |
1660 fread(&ddm, 0x28u, 1u, (FILE *)v22); | |
1661 fseek((FILE *)v22, v133, 0); | |
1662 fread(&stru_5E4C90, 1u, 0xC8u, (FILE *)v22); | |
1663 fseek((FILE *)v22, v134, 0); | |
1664 fread(&uLastVisitDay, 1u, 0x38u, (FILE *)v22); | |
1665 fseek((FILE *)v22, v135, 0); | |
1666 fread(&uLastVisitDay, 1u, 4u, (FILE *)v22); | |
1667 thisa = (int)pTileTypes; | |
1668 pTileTable->InitializeTileset(4); | |
1669 pTileTable->InitializeTileset(pTileTypes[0].uTileGroup); | |
1670 pTileTable->InitializeTileset(pTileTypes[1].uTileGroup); | |
1671 pTileTable->InitializeTileset(pTileTypes[2].uTileGroup); | |
1672 pTileTable->InitializeTileset(pTileTypes[3].uTileGroup); | |
1673 if ( this != (OutdoorLocation *)-96 && pSkyTextureName[0] ) | |
1674 { | |
1675 v108 = 0; | |
1676 v107 = (int)pSkyTextureName; | |
1677 } | |
1678 else | |
1679 { | |
1680 v108 = 0; | |
1681 v107 = (int)pDefaultSkyTexture; | |
1682 } | |
1683 uSky_TextureID = pBitmaps_LOD->LoadTexture((const char *)v107, (enum TEXTURE_TYPE)v108); | |
1684 strcpy(pGroundTileset, byte_6BE124_cfg_textures_DefaultGroundTexture); | |
1685 v34 = pTileTable->GetTileById(pTileTypes[0].uTileID); | |
1686 v35 = pBitmaps_LOD->LoadTexture(v34->pTileName); | |
1687 v36 = uSky_TextureID; | |
1688 uMainTile_BitmapID = v35; | |
1689 if ( v36 != -1 ) | |
1690 pBitmaps_LOD->pTextures[v36].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[v36].palette_id1); | |
1691 | |
1692 v37 = uMainTile_BitmapID; | |
1693 if ( v37 != -1 ) | |
1694 pBitmaps_LOD->pTextures[v37].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[v37].palette_id1); | |
1695 | |
1696 _47F0E2(); | |
1697 pGameLoadingUI_ProgressBar->Progress(); | |
1698 fclose((FILE *)v22); | |
1699 goto LABEL_150; | |
1700 }*/ | |
1701 | |
1702 assert(sizeof(BSPModel) == 188); | |
1703 | |
1704 if (!pGames_LOD->DoesContainerExist(pFilename)) | |
1545 | 1705 Error("Unable to find %s in Games.LOD", pFilename); |
0 | 1706 |
119 | 1707 |
1708 char pMinimapTextureFilename[1024]; | |
1709 strcpy(pMinimapTextureFilename, pFilename); | |
1710 pMinimapTextureFilename[strlen(pMinimapTextureFilename) - 4] = 0; | |
1711 viewparams->uTextureID_LocationMap = pIcons_LOD->LoadTexture(pMinimapTextureFilename, TEXTURE_16BIT_PALETTE); | |
1712 | |
0 | 1713 //strcpy(FileName, pContainer); |
1714 strcpy(Str, pFilename); | |
1715 strcpy(Str + strlen(Str) - 4, ".odm"); | |
1716 //v141 = &v139; | |
1717 //v38 = strlen(pFilename); | |
1718 //strcpy((char *)&v139 + v38, ".odm"); | |
1719 v39 = pGames_LOD->FindContainer(Str, 1); | |
1720 //Str[strlen(Str) - 4] = 0; | |
1721 | |
1722 header.uCompressedSize = 0; | |
1723 header.uDecompressedSize = 0; | |
1724 //ptr = v39; | |
1725 header.uVersion = 91969; | |
1726 header.pMagic[0] = 'm'; | |
1727 header.pMagic[1] = 'v'; | |
1728 header.pMagic[2] = 'i'; | |
1729 header.pMagic[3] = 'i'; | |
1730 fread(&header, 0x10u, 1u, v39); | |
1731 if (header.uVersion != 91969 || | |
1732 header.pMagic[0] != 'm' || | |
1733 header.pMagic[1] != 'v' || | |
1734 header.pMagic[2] != 'i' || | |
1735 header.pMagic[3] != 'i') | |
1736 { | |
1737 MessageBoxW(nullptr, L"Can't load file!", | |
1738 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:507", 0); | |
1739 } | |
1740 //v40 = header.uCompressedSize; | |
1741 //pSource = header.uDecompressedSize; | |
1742 //v41 = malloc(header.uDecompressedSize); | |
1743 auto pSrcMem = (unsigned char *)malloc(header.uDecompressedSize); | |
1744 auto pSrc = pSrcMem; | |
1745 //v42 = v41; | |
1746 //HIDWORD(v142) = (uint32)pSrc; | |
1747 if (header.uCompressedSize < header.uDecompressedSize) | |
1748 { | |
1749 auto pComressedSrc = (char *)malloc(header.uCompressedSize); | |
1750 fread(pComressedSrc, header.uCompressedSize, 1, v39); | |
1751 | |
1752 uint actualDecompressedSize = header.uDecompressedSize; | |
1753 zlib::MemUnzip(pSrc, &actualDecompressedSize, pComressedSrc, header.uCompressedSize); | |
1754 free(pComressedSrc); | |
1755 } | |
1756 else | |
1757 { | |
1758 fread(pSrc, header.uDecompressedSize, 1, v39); | |
1759 } | |
1760 | |
1761 memcpy(pLevelFilename, pSrc, 0x20); | |
1762 memcpy(pLocationFileName, pSrc + 0x20, 0x20); | |
1763 memcpy(pLocationFileDescription, pSrc + 0x40, 0x20); | |
67 | 1764 memcpy(pSkyTextureName, pSrc + 3 * 32, 32); |
0 | 1765 memcpy(pGroundTileset, pSrc + 0x80, 0x20); |
1766 memcpy(pTileTypes, pSrc + 0xA0, 0x10); | |
1767 pSrc += 0xB0; | |
1768 | |
1769 //v43 = (char *)pSrc + 176; | |
1770 LoadTileGroupIds(); | |
630 | 1771 LoadRoadTileset(); |
0 | 1772 strcpy(pGroundTileset, "grastyl"); |
1773 pGameLoadingUI_ProgressBar->Progress(); | |
1774 pTerrain.Initialize(); | |
1775 //v108 = 16384; | |
1776 //v107 = (int)v43; | |
1777 //v106 = (char *)pTerrain.pHeightmap; | |
1778 memcpy(pTerrain.pHeightmap, pSrc, 0x4000); | |
1779 pSrc += 0x4000; | |
1780 | |
1781 //v43 = (char *)v43 + 16384; | |
1782 //v105 = 16384; | |
1783 //v104 = (void *)v43; | |
1784 //v103 = pTerrain.pTilemap; | |
1785 memcpy(pTerrain.pTilemap, pSrc, 0x4000); | |
1786 pSrc += 0x4000; | |
1787 | |
1788 //v43 = (char *)v43 + 16384; | |
1789 memcpy(pTerrain.pAttributemap, pSrc, 0x4000); | |
1790 pSrc += 0x4000; | |
1791 | |
1792 //v43 = (char *)v43 + 16384; | |
1793 //v108 = (int)ptr_D4; | |
760 | 1794 if (pCmap) |
0 | 1795 { |
1583 | 1796 free(pCmap); |
760 | 1797 pCmap = nullptr; |
0 | 1798 } |
1583 | 1799 pCmap = malloc(0x8000); |
760 | 1800 pTerrain.FillDMap(0, 0, 128, 128); |
0 | 1801 |
1802 pGameLoadingUI_ProgressBar->Progress(); | |
1803 memcpy(&uNumTerrainNormals, pSrc, 4); | |
1804 //v43 = (char *)v43 + 4; | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
1805 memcpy(pTerrainSomeOtherData.data(), pSrc + 4, 0x20000); |
0 | 1806 pSrc += 4 + 0x20000; |
1807 //v43 = (char *)v43 + 131072; | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
1808 memcpy(pTerrainNormalIndices.data(), pSrc, 0x10000); |
0 | 1809 pSrc += 0x10000; |
1810 //v43 = (char *)v43 + 65536; | |
1811 | |
1812 //pFilename = (char *)(12 * uNumTerrainNormals); | |
1583 | 1813 pTerrainNormals = (Vec3_float_ *)malloc(sizeof(Vec3_float_) * uNumTerrainNormals); |
0 | 1814 memcpy(pTerrainNormals, pSrc, 12 * uNumTerrainNormals); |
1815 pSrc += 12 * uNumTerrainNormals; | |
1816 //v44 = (char *)v43 + (int)pFilename; | |
1817 //v44 = (char *)v44 + 4; | |
1818 //v45 = uNumBModels; | |
1819 //v108 = (int)"BDdata"; | |
1820 | |
1821 pGameLoadingUI_ProgressBar->Progress(); | |
1822 | |
1823 //v107 = 188 * v45; | |
1824 //v106 = (char *)pBModels; | |
1583 | 1825 //v46 = (BSPModel *)malloc(v106, 188 * v45, "BDdata"); |
0 | 1826 //v47 = uNumBModels; |
1827 memcpy(&uNumBModels, pSrc, 4); | |
1583 | 1828 pBModels = (BSPModel *)malloc(188 * uNumBModels); |
0 | 1829 //pFilename = (char *)(188 * v47); |
1830 memcpy(pBModels, pSrc + 4, 188 * uNumBModels); | |
1831 pSrc += 4 + 188 * uNumBModels; | |
1832 | |
1833 pGameLoadingUI_ProgressBar->Progress(); | |
1834 | |
1835 //uSourceLen = (char *)v44 + (int)pFilename; | |
1836 //v151 = 0; | |
1837 for (uint i = 0; i < uNumBModels; ++i) | |
1838 { | |
1839 //v48 = 0; | |
80 | 1840 auto model = &pBModels[i]; |
0 | 1841 |
1842 model->pVertices.pVertices = nullptr; | |
1843 model->pFaces = nullptr; | |
1844 model->pFacesOrdering = nullptr; | |
1845 model->pNodes = nullptr; | |
1846 //FileName[0] = 0; | |
1847 //v108 = (int)&pBModels[i]; | |
1848 //sprintf(FileName, "%s", v108); | |
1849 //v49 = pBModels; | |
1850 //v138 = 0; | |
1851 //v50 = &pBModels[v48]; | |
1852 //v108 = (int)FileName; | |
1853 //v107 = 12 * v50->pVertices.uNumVertices; | |
1854 //v106 = (char *)v50->pVertices.pVertices; | |
1855 assert(sizeof(Vec3_int_) == 12); | |
1856 uint verticesSize = model->pVertices.uNumVertices * sizeof(Vec3_int_); | |
1583 | 1857 model->pVertices.pVertices = (Vec3_int_ *)malloc(verticesSize); |
0 | 1858 memcpy(model->pVertices.pVertices, pSrc, verticesSize); |
1859 pSrc += verticesSize; | |
1860 //v51 = &pBModels[v48]; | |
1861 //v108 = (int)FileName; | |
1862 //v107 = 308 * v51->uNumFaces; | |
1863 //v106 = (char *)v51->pFaces; | |
1864 assert(sizeof(ODMFace) == 308); | |
1865 uint facesSize = model->uNumFaces * sizeof(ODMFace); | |
1583 | 1866 model->pFaces = (ODMFace *)malloc(facesSize); |
0 | 1867 memcpy(model->pFaces, pSrc, facesSize); |
1868 pSrc += facesSize; | |
1869 //v52 = &pBModels[v48]; | |
1870 //v108 = (int)FileName; | |
1871 //v107 = 2 * v52->uNumFaces; | |
1872 //v106 = (char *)v52->pFacesOrdering; | |
1873 uint facesOrderingSize = model->uNumFaces * sizeof(short); | |
1583 | 1874 model->pFacesOrdering = (unsigned __int16 *)malloc(facesOrderingSize); |
0 | 1875 memcpy(model->pFacesOrdering, pSrc, facesOrderingSize); |
1876 pSrc += facesOrderingSize; | |
1877 //v53 = &pBModels[v48]; | |
1878 //v108 = (int)FileName; | |
1879 //v107 = 8 * v53->uNumNodes; | |
1880 //v106 = (char *)v53->pNodes; | |
1881 assert(sizeof(BSPNode) == 8); | |
1882 uint nodesSize = model->uNumNodes * sizeof(BSPNode); | |
1583 | 1883 model->pNodes = (BSPNode *)malloc(nodesSize); |
0 | 1884 memcpy(model->pNodes, pSrc, nodesSize); |
1885 pSrc += nodesSize; | |
1886 //v54 = &pBModels[v48]; | |
1887 //v108 = 12 * v54->pVertices.uNumVertices; | |
1888 //pFilename = (char *)v108; | |
1889 //v107 = (int)uSourceLen; | |
1890 //v106 = (char *)v54->pVertices.pVertices; | |
1891 //memcpy(v106, uSourceLen, v108); | |
1892 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
1893 //v55 = &pBModels[v48]; | |
1894 //v105 = 308 * v55->uNumFaces; | |
1895 //v104 = uSourceLen; | |
1896 //v103 = v55->pFaces; | |
1897 //pFilename = (char *)v105; | |
1898 //memcpy(v103, uSourceLen, v105); | |
1899 //v56 = &pBModels[v48]; | |
1900 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
1901 //v57 = v56->pFacesOrdering; | |
1902 //pFilename = (char *)(2 * v56->uNumFaces); | |
1903 //memcpy(v57, uSourceLen, (size_t)pFilename); | |
1904 //v58 = &pBModels[v48]; | |
1905 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
1906 //v59 = v58->pNodes; | |
1907 //pFilename = (char *)(8 * v58->uNumNodes); | |
1908 //memcpy(v59, uSourceLen, (size_t)pFilename); | |
1909 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
1910 //ptr = (FILE *)malloc(10 * model->uNumFaces); | |
1911 auto textureFilenames = (const char *)malloc(10 * model->uNumFaces); | |
1912 //pFilename = (char *)(10 * pBModels[v48].uNumFaces); | |
1913 memcpy((char *)textureFilenames, pSrc, 10 * model->uNumFaces); | |
1914 pSrc += 10 * model->uNumFaces; | |
1915 //v144 = 0; | |
1916 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
1917 //v60 = pBModels; | |
1918 for (uint j = 0; j < model->uNumFaces; ++j) | |
1919 { | |
1920 auto texFilename = textureFilenames + j * 10; | |
1921 //v149 = 0; | |
1922 //Str2 = (char *)ptr; | |
1923 | |
80 | 1924 auto *face = &model->pFaces[j]; |
0 | 1925 //pFilename = (char *)v149 + (unsigned int)v60[v48].pFaces; |
1030 | 1926 if (~face->uAttributes & FACE_DONT_CACHE_TEXTURE) |
0 | 1927 { |
1928 v62 = pBitmaps_LOD->LoadTexture(texFilename); | |
1929 // v63 = (ODMFace *)pFilename; | |
1930 goto LABEL_68; | |
1931 } | |
1932 //v61 = pTextureFrameTable->FindTextureByName(texFilename); | |
1933 face->uTextureID = pTextureFrameTable->FindTextureByName(texFilename); | |
1934 if (!face->uTextureID) | |
1935 { | |
1936 v62 = pBitmaps_LOD->LoadTexture(texFilename); | |
1937 //v63 = (ODMFace *)pFilename; | |
1030 | 1938 face->uAttributes &= ~FACE_DONT_CACHE_TEXTURE; |
0 | 1939 LABEL_68: |
1940 face->uTextureID = v62; | |
1941 //v145 = (signed __int16)v62 != -1 ? &pBitmaps_LOD->pTextures[(signed __int16)v62] : 0; | |
1942 //v108 = ((signed __int16)v62 != -1 ? pBitmaps_LOD->pTextures[(signed __int16)v62].palette_id1 : 36); | |
1943 if ((signed __int16)v62 != -1) | |
1944 pBitmaps_LOD->pTextures[v62].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[v62].palette_id1); | |
1945 goto LABEL_69; | |
1946 } | |
1947 pTextureFrameTable->LoadAnimationSequenceAndPalettes(face->uTextureID); | |
1948 LABEL_69: | |
1949 if (face->sCogTriggeredID) | |
1950 { | |
1951 if (face->HasEventHint()) | |
1030 | 1952 face->uAttributes |= 0x1000; |
0 | 1953 else |
1030 | 1954 face->uAttributes &= ~0x1000; |
0 | 1955 } |
1956 //++v144; | |
1957 //v60 = pBModels; | |
1958 //v149 = (char *)v149 + 308; | |
1959 //Str2 += 10; | |
1960 //if ( v144 >= (signed int)v60[v48].uNumFaces ) | |
1961 //goto LABEL_74; | |
1962 } | |
1963 | |
1964 //LABEL_74: | |
1965 free((void *)textureFilenames); | |
1966 // ++v151; | |
1967 // ++v48; | |
1968 // if ( v151 >= (signed int)uNumBModels ) | |
1969 // goto LABEL_75; | |
1970 } | |
1971 //LABEL_75: | |
1972 pGameLoadingUI_ProgressBar->Progress(); | |
1973 | |
1974 memcpy(&uNumLevelDecorations, pSrc, 4u); | |
1975 //uSourceLen = (char *)uSourceLen + 4; | |
1976 if (uNumLevelDecorations > 3000) | |
1977 MessageBoxW(nullptr, L"Can't load file!", | |
1978 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:678", 0); | |
1979 | |
1980 assert(sizeof(LevelDecoration) == 32); | |
1981 //pFilename = (char *)(32 * uNumLevelDecorations); | |
1202 | 1982 memcpy(pLevelDecorations.data(), pSrc + 4, uNumLevelDecorations * sizeof(LevelDecoration)); |
760 | 1983 pSrc += 4 + sizeof(LevelDecoration) * uNumLevelDecorations; |
0 | 1984 |
1985 pGameLoadingUI_ProgressBar->Progress(); | |
1986 | |
1987 //v151 = 0; | |
1988 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
1989 for (uint i = 0; i < uNumLevelDecorations; ++i) | |
1990 { | |
1991 char name[256]; | |
760 | 1992 memcpy(name, pSrc, sizeof(LevelDecoration)); |
1993 pSrc += sizeof(LevelDecoration); | |
0 | 1994 |
1995 pLevelDecorations[i].uDecorationDescID = pDecorationList->GetDecorIdByName(name); | |
1996 } | |
1997 | |
1998 pGameLoadingUI_ProgressBar->Progress(); | |
1999 | |
2000 memcpy(&numFaceIDListElems, pSrc, 4); | |
2001 | |
2002 //uSourceLen = (char *)uSourceLen + 4; | |
2003 //v108 = (int)pFaceIDLIST; | |
2004 if (pFaceIDLIST) | |
2005 { | |
1583 | 2006 free(pFaceIDLIST); |
0 | 2007 pFaceIDLIST = nullptr; |
2008 } | |
2009 //v66 = field_DC; | |
2010 //pFaceIDLIST = 0; | |
1583 | 2011 //v67 = malloc(0, 2 * v66, "IDLIST"); |
0 | 2012 uint faceIDListSize = 2 * numFaceIDListElems; |
1583 | 2013 pFaceIDLIST = (unsigned short *)malloc(faceIDListSize); |
0 | 2014 //v68 = field_DC; |
2015 //pFaceIDLIST = (unsigned __int16 *)v67; | |
2016 //pFilename = (char *)(2 * v68); | |
2017 memcpy(pFaceIDLIST, pSrc + 4, faceIDListSize); | |
2018 pSrc += 4 + faceIDListSize; | |
2019 | |
2020 //uSourceLen = (char *)uSourceLen + (int)pFilename; | |
2021 pGameLoadingUI_ProgressBar->Progress(); | |
2022 | |
2023 //v108 = (int)pOMAP; | |
1583 | 2024 //free((void *)v108); |
0 | 2025 //pOMAP = 0; |
2026 if (pOMAP) | |
2027 { | |
1583 | 2028 free(pOMAP); |
0 | 2029 pOMAP = nullptr; |
2030 } | |
1583 | 2031 //v69 = malloc(0, 0x10000u, "OMAP"); |
2032 pOMAP = (unsigned int *)malloc(0x10000); | |
0 | 2033 //v108 = 65536; |
2034 //pOMAP = (unsigned int *)v69; | |
2035 memcpy(pOMAP, pSrc, 65536); | |
2036 pSrc += 65536; | |
2037 | |
2038 //uSourceLen = (char *)uSourceLen + 65536; | |
2039 pGameLoadingUI_ProgressBar->Progress(); | |
2040 | |
2041 memcpy(&uNumSpawnPoints, pSrc, 4); | |
2042 //uSourceLen = (char *)uSourceLen + 4; | |
2043 pGameLoadingUI_ProgressBar->Progress(); | |
2044 //v70 = uNumSpawnPoints; | |
2045 //v108 = (int)"Spawn"; | |
2046 //v107 = 24 * v70; | |
2047 //v106 = (char *)pSpawnPoints; | |
2048 assert(sizeof(SpawnPointMM7) == 24); | |
2049 uint spawnPointsSize = uNumSpawnPoints * sizeof(SpawnPointMM7); | |
1583 | 2050 pSpawnPoints = (SpawnPointMM7 *)malloc(spawnPointsSize); |
0 | 2051 //v72 = uNumSpawnPoints; |
2052 //pSpawnPoints = v71; | |
2053 memcpy(pSpawnPoints, pSrc + 4, spawnPointsSize); | |
2054 pSrc += 4 + spawnPointsSize; | |
2055 | |
2056 pGameLoadingUI_ProgressBar->Progress(); | |
2057 | |
2058 free(pSrcMem); | |
2059 | |
2060 //v108 = (int)".ddm"; | |
2061 //v73 = strlen(pContainer); | |
2062 strcpy(Str + strlen(Str) - 4, ".ddm"); | |
2063 //strcpy((char *)v141 + v73, (const char *)v108); | |
2064 v39 = pNew_LOD->FindContainer(Str, 1);// | |
2065 fread(&header, 0x10u, 1u, v39); | |
2066 Str2 = 0; | |
2067 if (header.uVersion != 91969 || | |
2068 header.pMagic[0] != 'm' || | |
2069 header.pMagic[1] != 'v' || | |
2070 header.pMagic[2] != 'i' || | |
2071 header.pMagic[3] != 'i' ) | |
2072 { | |
187 | 2073 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:746", 0); |
0 | 2074 Str2 = (char *)1; |
2075 } | |
2076 //v74 = 0; | |
2077 //pFilename = (char *)header.uCompressedSize; | |
2078 //v149 = 0; | |
2079 //pDestLen = header.uDecompressedSize; | |
2080 if ( !Str2 ) | |
2081 { | |
2082 pSrcMem = (unsigned char *)malloc(header.uDecompressedSize); | |
2083 pSrc = pSrcMem; | |
2084 //v149 = v75; | |
2085 if (header.uCompressedSize == header.uDecompressedSize) | |
2086 fread(pSrc, header.uDecompressedSize, 1u, v39); | |
2087 else if (header.uCompressedSize < header.uDecompressedSize) | |
2088 { | |
2089 auto compressedMem = malloc(header.uCompressedSize); | |
2090 fread(compressedMem, header.uCompressedSize, 1, v39); | |
2091 | |
2092 uint actualDecompressedSize = header.uDecompressedSize; | |
2093 zlib::MemUnzip(pSrc, &actualDecompressedSize, compressedMem, header.uCompressedSize); | |
2094 free(compressedMem); | |
2095 } | |
2096 else | |
2097 MessageBoxW(nullptr, L"Can't load file!", | |
2098 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:765", 0); | |
2099 | |
2100 assert(sizeof(DDM_DLV_Header) == 0x28); | |
2101 memcpy(&ddm, pSrc, sizeof(DDM_DLV_Header)); | |
2102 pSrc += sizeof(DDM_DLV_Header); | |
2103 //v74 = (int)((char *)v75 + 40); | |
2104 } | |
2105 //v76 = uNumBModels; | |
2106 //v77 = actualNumFacesInLevel = 0; | |
2107 uint actualNumFacesInLevel = 0; | |
2108 for (uint i = 0; i < uNumBModels; ++i) | |
80 | 2109 actualNumFacesInLevel += pBModels[i].uNumFaces; |
0 | 2110 |
2111 //v79 = ddm.uNumFacesInBModels; | |
2112 if (ddm.uNumFacesInBModels) | |
2113 { | |
2114 if ( ddm.uNumBModels ) | |
2115 { | |
2116 //v80 = ddm.uNumDecorations; | |
2117 if (ddm.uNumDecorations) | |
2118 { | |
2119 if (ddm.uNumFacesInBModels != actualNumFacesInLevel || | |
2120 ddm.uNumBModels != uNumBModels || | |
2121 ddm.uNumDecorations != uNumLevelDecorations ) | |
2122 Str2 = (char *)1; | |
2123 } | |
2124 } | |
2125 } | |
2126 | |
2127 if ( BYTE1(dword_6BE364_game_settings_1) & 0x20 ) | |
2128 pNumItems = 29030400; | |
2129 if ( Str2 ) | |
2130 { | |
2131 memset(Dst, 0, 0x3C8u); | |
2132 memset(Src, 0, 0x3C8u); | |
2133 goto LABEL_112; | |
2134 } | |
2135 //v81 = ddm.uLastRepawnDay; | |
2136 if ((unsigned int)((char *)File - ddm.uLastRepawnDay) >= pNumItems || !ddm.uLastRepawnDay) | |
2137 { | |
2138 memcpy(Dst, pSrc, 0x3C8u); | |
2139 memcpy(Src, pSrc + 968, 0x3C8u); | |
2140 LABEL_112: | |
2141 free(pSrcMem); | |
2142 | |
2143 ddm.uLastRepawnDay = (int)File; | |
2144 if (Str2 == 0) | |
2145 ++ddm.uNumRespawns; | |
2146 v108 = 0; | |
2147 *(int *)thisa = 1; | |
2148 v39 = pGames_LOD->FindContainer(Str, 0); | |
2149 fread(&header, 0x10, 1u, v39); | |
2150 //pFilename = (char *)header.uCompressedSize; | |
2151 //pDestLen = header.uDecompressedSize; | |
2152 //v82 = malloc(header.uDecompressedSize); | |
2153 pSrcMem = (unsigned char *)malloc(header.uDecompressedSize); | |
2154 //v149 = v82; | |
2155 if (header.uCompressedSize == header.uDecompressedSize) | |
2156 fread(pSrcMem, header.uDecompressedSize, 1, v39); | |
2157 else if (header.uCompressedSize < header.uDecompressedSize) | |
2158 { | |
2159 auto compressedMem = malloc(header.uCompressedSize); | |
2160 fread(compressedMem, header.uCompressedSize, 1u, v39); | |
2161 | |
2162 uint actualDecompressedSize = header.uDecompressedSize; | |
2163 zlib::MemUnzip(pSrcMem, &actualDecompressedSize, compressedMem, header.uCompressedSize); | |
2164 free(compressedMem); | |
2165 } | |
2166 else | |
2167 MessageBoxW(nullptr, L"Can't load file!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:857", 0); | |
2168 | |
2169 pSrc = pSrcMem + 40; | |
2170 goto LABEL_120; | |
2171 | |
2172 } | |
2173 *(int *)thisa = 0; | |
2174 LABEL_120: | |
2175 //v108 = (int)".odm"; | |
2176 //v83 = strlen(pContainer); | |
2177 //strcpy((char *)v141 + v83, (const char *)v108); | |
752 | 2178 memcpy(uUndiscoveredArea, pSrc, 0x3C8); |
0 | 2179 //v84 = (const void *)(v74 + 968); |
752 | 2180 memcpy(uDicovered_area, pSrc + 0x3C8, 0x3C8); |
0 | 2181 pSrc += 2 * 0x3C8; |
2182 //v85 = (char *)v84 + 968; | |
2183 | |
2184 pGameLoadingUI_ProgressBar->Progress(); | |
2185 | |
2186 if ( *(int *)thisa ) | |
2187 { | |
752 | 2188 memcpy(uUndiscoveredArea, Dst, 0x3C8u); |
2189 memcpy(uDicovered_area, Src, 0x3C8u); | |
0 | 2190 } |
2191 | |
2192 //v25 = uNumBModels == 0; | |
2193 //v26 = (uNumBModels & 0x80000000u) != 0; | |
2194 //v151 = 0; | |
2195 for (uint i = 0; i < uNumBModels; ++i) | |
2196 { | |
79 | 2197 auto model = pBModels[i]; |
0 | 2198 //pNumItems = 0; |
2199 //do | |
2200 //{ | |
2201 //v86 = pBModels; | |
2202 //thisa = 0; | |
2203 //v87 = (unsigned int)((char *)v86 + pNumItems); | |
79 | 2204 for (uint j = 0; j < model.uNumFaces; ++j) |
0 | 2205 { |
79 | 2206 auto face = model.pFaces[j]; |
0 | 2207 |
2208 //if ( *(int *)(v87 + 76) > 0 ) | |
2209 //{ | |
2210 //File = 0; | |
2211 //do | |
2212 //{ | |
2213 //v106 = (char *)&File->uAttributes + *(int *)(v87 + 84); | |
79 | 2214 memcpy(&face.uAttributes, pSrc, 4); |
0 | 2215 pSrc += 4; |
2216 //v88 = pBModels; | |
2217 //++File; | |
2218 //v85 = (char *)v85 + 4; | |
2219 //++thisa; | |
2220 //v87 = (unsigned int)((char *)v88 + pNumItems); | |
2221 //} | |
2222 //while ( thisa < *(int *)(v87 + 76) ); | |
2223 } | |
2224 | |
2225 //v89 = pBModels; | |
2226 //thisa = 0; | |
79 | 2227 for (uint j = 0; j < model.uNumFaces; ++j) |
0 | 2228 { |
79 | 2229 auto face = model.pFaces[j]; |
0 | 2230 //pFilename = 0; |
2231 //do | |
2232 //{ | |
2233 //v90 = (ODMFace *)&pFilename[*(unsigned int *)((char *)&v89->pFaces + pNumItems)]; | |
2234 //File = v90; | |
79 | 2235 if (face.sCogTriggeredID) |
0 | 2236 { |
79 | 2237 if (face.HasEventHint()) |
760 | 2238 face.uAttributes |= 0x1000u; |
0 | 2239 else |
1062 | 2240 face.uAttributes &= 0xFFFFEFFFu; |
0 | 2241 } |
2242 //++thisa; | |
2243 //v89 = pBModels; | |
2244 //pFilename += 308; | |
2245 //} | |
2246 //while ( thisa < *(signed int *)((char *)&v89->uNumFaces + pNumItems) ); | |
2247 } | |
2248 //++v151; | |
2249 //pNumItems += 188; | |
2250 //} | |
2251 //while ( v151 < (signed int)uNumBModels ); | |
2252 } | |
2253 | |
2254 pGameLoadingUI_ProgressBar->Progress(); | |
2255 | |
2256 //v151 = 0; | |
2257 for (uint i = 0; i < uNumLevelDecorations; ++i) | |
2258 { | |
2259 //thisa = (int)&pLevelDecorations[0].field_2; | |
2260 //do | |
2261 //{ | |
1489 | 2262 memcpy(&pLevelDecorations[i].uFlags, pSrc, 2); |
0 | 2263 pSrc += 2; |
2264 //thisa += 32; | |
2265 //v85 = (char *)v85 + 2; | |
2266 //++v151; | |
2267 //} | |
2268 //while ( v151 < (signed int)uNumLevelDecorations ); | |
2269 } | |
2270 | |
2271 pGameLoadingUI_ProgressBar->Progress(); | |
2272 | |
2273 memcpy(&uNumActors, pSrc, 4); | |
2274 //v91 = (char *)v85 + 4; | |
2275 if (uNumActors > 500) | |
2276 MessageBoxW(nullptr, L"Can't load file!", | |
2277 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:939", 0); | |
2278 | |
2279 pGameLoadingUI_ProgressBar->Progress(); | |
2280 | |
2281 assert(sizeof(Actor) == 836); | |
2282 //pFilename = (char *)(836 * uNumActors); | |
1202 | 2283 memcpy(pActors.data(), pSrc + 4, uNumActors * sizeof(Actor)); |
0 | 2284 pSrc += 4 + uNumActors * sizeof(Actor); |
2285 //v92 = (char *)v91 + (int)pFilename; | |
2286 pGameLoadingUI_ProgressBar->Progress(); | |
2287 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
2288 memcpy(&uNumSpriteObjects, pSrc, 4); |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
2289 assert(uNumSpriteObjects <= 1000 && "Too many objects"); |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
2290 assert(sizeof(SpriteObject) == 112); |
0 | 2291 |
2292 pGameLoadingUI_ProgressBar->Progress(); | |
2293 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
2294 //pFilename = (char *)(112 * uNumSpriteObjects); |
1207
96a81634669e
arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents:
1206
diff
changeset
|
2295 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
|
2296 pSrc += 4 + uNumSpriteObjects * sizeof(SpriteObject); |
0 | 2297 |
2298 //v94 = (char *)v93 + (int)pFilename; | |
2299 pGameLoadingUI_ProgressBar->Progress(); | |
2300 | |
2301 memcpy(&uNumChests, pSrc, 4); | |
2302 //v95 = (char *)v94 + 4; | |
2303 if (uNumChests > 20) | |
2304 MessageBoxW(nullptr, L"Can't load file!", | |
2305 L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Odmap.cpp:968", 0); | |
2306 | |
2307 pGameLoadingUI_ProgressBar->Progress(); | |
2308 | |
2309 assert(sizeof(Chest) == 5324); | |
2310 //pFilename = (char *)(5324 * uNumChests); | |
1202 | 2311 memcpy(pChests.data(), pSrc + 4 , uNumChests * sizeof(Chest)); |
0 | 2312 pSrc += 4 + uNumChests * sizeof(Chest); |
2313 //v96 = (char *)v95 + (int)pFilename; | |
2314 pGameLoadingUI_ProgressBar->Progress(); | |
2315 | |
2316 memcpy(&stru_5E4C90, pSrc, 0xC8); | |
2317 pSrc += 0xC8; | |
2318 | |
2319 pGameLoadingUI_ProgressBar->Progress(); | |
810 | 2320 memcpy(&loc_time, pSrc, 0x38u); |
0 | 2321 |
2322 free(pSrcMem); | |
2323 | |
630 | 2324 pTileTable->InitializeTileset(Tileset_Dirt); |
2325 pTileTable->InitializeTileset(Tileset_Snow); | |
0 | 2326 //v108 = pTileTypes[0].uTileGroup; |
630 | 2327 pTileTable->InitializeTileset(pTileTypes[0].tileset); |
0 | 2328 //v108 = pTileTypes[1].uTileGroup; |
630 | 2329 pTileTable->InitializeTileset(pTileTypes[1].tileset); |
0 | 2330 //v108 = pTileTypes[2].uTileGroup; |
630 | 2331 pTileTable->InitializeTileset(pTileTypes[2].tileset); |
0 | 2332 //v108 = pTileTypes[3].uTileGroup; |
630 | 2333 pTileTable->InitializeTileset(pTileTypes[3].tileset); |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
2334 strcpy(pGroundTileset, byte_6BE124_cfg_textures_DefaultGroundTexture.data()); |
0 | 2335 //v97 = pTileTypes[0].uTileID; |
2336 //v108 = 0; | |
2337 auto v98 = pTileTable->GetTileById(pTileTypes[0].uTileID); | |
2338 //v99 = pBitmaps_LOD->LoadTexture(v98->pTileName, TEXTURE_DEFAULT); | |
2339 uMainTile_BitmapID = pBitmaps_LOD->LoadTexture(v98->pTileName, TEXTURE_DEFAULT); | |
2340 if (uMainTile_BitmapID != -1) | |
2341 pBitmaps_LOD->pTextures[uMainTile_BitmapID].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[uMainTile_BitmapID].palette_id1); | |
2342 | |
2343 _47F0E2(); | |
2344 | |
2345 LABEL_150: | |
2346 //v100 = HIDWORD(uLastVisitDay); | |
2347 //LODWORD(v142) = LODWORD(uLastVisitDay); | |
2348 //HIDWORD(v142) = v100; | |
810 | 2349 if (loc_time.uLastVisitDay) |
0 | 2350 { |
810 | 2351 if ( (signed int)((signed int)(signed __int64)((double)loc_time.uLastVisitDay * 0.234375) / 60 / 60 / 24) % 28 != pParty->uDaysPlayed ) |
0 | 2352 { |
2353 if ( rand() % 100 >= 20 ) | |
2354 v108 = dword_4EC268[rand() % dword_4EC2A8]; | |
2355 else | |
2356 v108 = dword_4EC28C[rand() % dword_4EC2AC]; | |
810 | 2357 sprintf(loc_time.sky_texture_name, "plansky%d", v108); |
0 | 2358 } |
2359 } | |
2360 else | |
2361 { | |
810 | 2362 strcpy(loc_time.sky_texture_name, "plansky3"); |
0 | 2363 } |
2364 //v101 = pBitmaps_LOD->LoadTexture(field_4F8); | |
810 | 2365 uSky_TextureID = pBitmaps_LOD->LoadTexture(loc_time.sky_texture_name); |
0 | 2366 if (uSky_TextureID != -1) |
2367 pBitmaps_LOD->pTextures[uSky_TextureID].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[uSky_TextureID].palette_id1); | |
2368 | |
2369 pPaletteManager->RecalculateAll(); | |
2370 pSoundList->LoadSound(53, 0); | |
2371 pSoundList->LoadSound(92, 0); | |
2372 pSoundList->LoadSound(57, 0); | |
2373 pSoundList->LoadSound(96, 0); | |
2374 pSoundList->LoadSound(64, 0); | |
2375 pSoundList->LoadSound(103, 0); | |
760 | 2376 for (int i=0; i<3;++i) |
0 | 2377 { |
760 | 2378 |
2379 switch ( pTileTypes[i].tileset ) | |
0 | 2380 { |
760 | 2381 case Tileset_Grass: |
2382 pSoundList->LoadSound(54, 0); | |
2383 pSoundList->LoadSound(93, 0); | |
2384 break; | |
2385 case Tileset_Snow: | |
0 | 2386 pSoundList->LoadSound(58, 0); |
760 | 2387 pSoundList->LoadSound(97, 0); |
0 | 2388 break; |
760 | 2389 case Tileset_2: |
0 | 2390 pSoundList->LoadSound(52, 0); |
760 | 2391 pSoundList->LoadSound(91, 0); |
0 | 2392 break; |
760 | 2393 case Tileset_3: |
0 | 2394 pSoundList->LoadSound(51, 0); |
760 | 2395 pSoundList->LoadSound(90, 0); |
0 | 2396 break; |
760 | 2397 case Tileset_Water: |
0 | 2398 pSoundList->LoadSound(62, 0); |
760 | 2399 pSoundList->LoadSound(101, 0); |
0 | 2400 break; |
760 | 2401 case Tileset_6: |
0 | 2402 pSoundList->LoadSound(49, 0); |
760 | 2403 pSoundList->LoadSound(88, 0); |
0 | 2404 break; |
760 | 2405 case Tileset_Swamp: |
2406 pSoundList->LoadSound(61, 0); | |
2407 pSoundList->LoadSound(100, 0); | |
2408 break; | |
2409 } | |
0 | 2410 } |
2411 return true; | |
2412 } | |
2413 | |
2414 //----- (0047ECC1) -------------------------------------------------------- | |
764 | 2415 int OutdoorLocation::GetTileIdByTileMapId(signed int a2) |
0 | 2416 { |
2417 signed int result; // eax@2 | |
2418 int v3; // eax@3 | |
2419 | |
2420 if ( a2 >= 90 ) | |
2421 { | |
2422 v3 = (a2 - 90) / 36; | |
2423 if ( v3 && v3 != 1 && v3 != 2 ) | |
2424 { | |
2425 if ( v3 == 3 ) | |
2426 result = this->pTileTypes[3].uTileID; | |
2427 else | |
2428 result = a2; | |
2429 } | |
2430 else | |
2431 { | |
2432 result = this->pTileTypes[v3].uTileID; | |
2433 } | |
2434 } | |
2435 else | |
2436 { | |
2437 result = 0; | |
2438 } | |
2439 return result; | |
2440 } | |
2441 | |
2442 //----- (0047ED08) -------------------------------------------------------- | |
67 | 2443 unsigned int OutdoorLocation::DoGetTileTexture(unsigned int uX, unsigned int uY) |
0 | 2444 { |
2445 int v3; // esi@5 | |
2446 unsigned int result; // eax@9 | |
2447 | |
630 | 2448 assert(uX < 128 && uY < 128); |
67 | 2449 |
2450 v3 = this->pTerrain.pTilemap[uY * 128 + uX]; | |
630 | 2451 if (v3 < 198) // < Tileset_3 |
67 | 2452 { |
2453 if (v3 >= 90) | |
185 | 2454 v3 = v3 + this->pTileTypes[(v3 - 90) / 36].uTileID - 36 * ((v3 - 90) / 36) - 90; |
67 | 2455 } |
2456 else | |
2457 v3 = v3 + this->pTileTypes[3].uTileID - 198; | |
2458 | |
635 | 2459 #pragma region "New: seasons change" |
2460 extern bool change_seasons; | |
2461 if (change_seasons) | |
2462 switch (pParty->uCurrentMonth) | |
2463 { | |
2464 case 11: case 0: case 1: // winter | |
2465 if (v3 >= 90) // Tileset_Grass begins at TileID = 90 | |
2466 { | |
2467 if (v3 <= 95) // some grastyl entries | |
2468 v3 = 348; | |
2469 else if (v3 <= 113) // rest of grastyl & all grdrt* | |
2470 v3 = 348 + (v3 - 96); | |
2471 } | |
630 | 2472 /*switch (v3) |
2473 { | |
2474 case 102: v3 = 354; break; // grdrtNE -> SNdrtne | |
2475 case 104: v3 = 356; break; // grdrtNW -> SNdrtnw | |
2476 case 108: v3 = 360; break; // grdrtN -> SNdrtn | |
2477 }*/ | |
635 | 2478 break; |
2479 | |
2480 case 2: case 3: case 4: // spring | |
2481 case 8: case 9: case 10: // autumn | |
2482 if (v3 >= 90 && v3 <= 113) // just convert all Tileset_Grass to dirt | |
2483 v3 = 1; | |
2484 break; | |
630 | 2485 |
635 | 2486 case 5: case 6: case 7: // summer |
2487 //all tiles are green grass by default | |
2488 break; | |
630 | 2489 |
635 | 2490 default: assert(pParty->uCurrentMonth >= 0 && pParty->uCurrentMonth < 12); |
2491 } | |
2492 #pragma endregion | |
630 | 2493 |
67 | 2494 return pTileTable->pTiles[v3].uBitmapID; |
0 | 2495 } |
2496 | |
2497 //----- (0047ED83) -------------------------------------------------------- | |
2498 int OutdoorLocation::_47ED83(signed int a2, signed int a3) | |
2499 { | |
812 | 2500 assert(a2 < 128 && a3 < 128); |
0 | 2501 |
812 | 2502 return *(&this->pTerrain.pTilemap[128 * a3] + a2); |
0 | 2503 } |
2504 | |
2505 //----- (0047EDB3) -------------------------------------------------------- | |
2506 int OutdoorLocation::ActuallyGetSomeOtherTileInfo(unsigned int uX, unsigned int uY) | |
2507 { | |
812 | 2508 assert(uX < 128 && uY < 128); |
0 | 2509 int v3; // esi@5 |
2510 | |
812 | 2511 v3 = this->pTerrain.pTilemap[uY * 128 + uX]; |
2512 if ( v3 >= 90 ) | |
2513 v3 = v3 + this->pTileTypes[(v3 - 90) / 36].uTileID - 36 * ((v3 - 90) / 36) - 90; | |
67 | 2514 return pTileTable->pTiles[v3].uAttributes; |
0 | 2515 } |
2516 | |
2517 //----- (0047EE16) -------------------------------------------------------- | |
2518 int OutdoorLocation::DoGetHeightOnTerrain(unsigned int uX, unsigned int uZ) | |
2519 { | |
812 | 2520 assert(uX < 128 && uZ < 128); |
0 | 2521 |
812 | 2522 return 32 * pTerrain.pHeightmap[uZ * 128 + uX]; |
0 | 2523 } |
2524 | |
2525 //----- (0047EE49) -------------------------------------------------------- | |
764 | 2526 int OutdoorLocation::GetSoundIdByPosition( signed int X_pos, signed int Y_pos, int running ) |
2527 { | |
0 | 2528 signed int v4; // eax@5 |
2529 signed int v5; // eax@7 | |
2530 int v6; // eax@8 | |
2531 signed int v8; // eax@9 | |
764 | 2532 int modif=0; |
0 | 2533 |
764 | 2534 if ( X_pos < 0 || X_pos > 127 || Y_pos < 0 || Y_pos > 127 ) |
0 | 2535 v4 = 0; |
2536 else | |
764 | 2537 v4 = this->pTerrain.pTilemap[128 * Y_pos + X_pos]; |
2538 v5 = GetTileIdByTileMapId(v4); | |
2539 if (running) | |
2540 modif=-39; | |
0 | 2541 if ( !v5 ) |
764 | 2542 return 92+modif; |
2543 | |
2544 switch (pTileTable->pTiles[v5].tileset) | |
0 | 2545 { |
764 | 2546 case 0: return 93+ modif; |
2547 case 1: return 97+ modif; | |
2548 case 2: return 91+ modif; | |
2549 case 3: return 90+ modif; | |
2550 case 4: return 101+ modif; | |
2551 case 5: return 95+ modif; | |
2552 case 6: return 88+ modif; | |
2553 case 7: return 100+ modif; | |
2554 case 8: return 93+ modif; | |
2555 default: | |
2556 v8=pTileTable->pTiles[v5].tileset; | |
2557 if ( (v8 > 9 && v8 <= 17) || (v8 > 21 && v8 <= 27) ) | |
2558 return 96+ modif; | |
2559 else | |
2560 return 95+ modif; | |
0 | 2561 } |
764 | 2562 |
0 | 2563 } |
2564 | |
2565 //----- (0047EF60) -------------------------------------------------------- | |
752 | 2566 int OutdoorLocation::UpdateDiscoveredArea(int X_grid_pos, int Y_grid_poa, int a4) |
0 | 2567 { |
2568 int v4; // ecx@1 | |
2569 int v5; // edx@2 | |
2570 int v6; // edi@2 | |
2571 int v7; // esi@2 | |
2572 int v8; // eax@4 | |
2573 int v9; // ebx@4 | |
2574 int v10; // eax@5 | |
2575 int v11; // eax@7 | |
2576 int v12; // esi@12 | |
2577 char v13; // al@12 | |
2578 int v15; // [sp+4h] [bp-14h]@7 | |
2579 int v16; // [sp+8h] [bp-10h]@5 | |
2580 int v17; // [sp+Ch] [bp-Ch]@2 | |
2581 OutdoorLocation *v18; // [sp+10h] [bp-8h]@1 | |
2582 int v19; // [sp+14h] [bp-4h]@2 | |
2583 int i; // [sp+24h] [bp+Ch]@5 | |
2584 | |
2585 v18 = this; | |
752 | 2586 v4 = Y_grid_poa - 10; |
2587 if ( Y_grid_poa - 10 < Y_grid_poa + 10 ) | |
0 | 2588 { |
752 | 2589 v5 = v4 - Y_grid_poa; |
2590 v6 = (Y_grid_poa - 30); | |
2591 v7 = X_grid_pos; | |
2592 v19 = v4 - Y_grid_poa; | |
2593 v17 = Y_grid_poa + 10 - v4; | |
0 | 2594 while ( 1 ) |
2595 { | |
2596 v8 = abs(v5); | |
2597 v9 = v7 - 10; | |
2598 if ( v7 - 10 < v7 + 10 ) | |
2599 { | |
2600 v16 = v8 * v8; | |
2601 v10 = v9 - v7; | |
2602 for ( i = v9 - v7; ; v10 = i ) | |
2603 { | |
2604 v11 = abs(v10); | |
2605 v15 = v11 * v11 + v16; | |
752 | 2606 if ( v15 <= 100 && v9 >= 20 && v9 <= 107 && v6 >= 0 && v6 <= 87 ) |
0 | 2607 { |
752 | 2608 v13 = 1 << (7 - (v9 - 20) % 8); |
2609 v18->uDicovered_area[v6][(v9 - 20)/8] |= v13; | |
0 | 2610 if ( v15 <= 49 ) |
752 | 2611 v18->uUndiscoveredArea[v6][(v9 - 20)/8] |= v13; |
2612 v7 = X_grid_pos; | |
0 | 2613 } |
2614 ++v9; | |
2615 ++i; | |
2616 if ( v9 >= v7 + 10 ) | |
2617 break; | |
2618 } | |
2619 } | |
752 | 2620 ++v6 ; |
0 | 2621 ++v19; |
2622 --v17; | |
2623 if ( !v17 ) | |
2624 break; | |
2625 v5 = v19; | |
2626 } | |
2627 } | |
2628 return 1; | |
2629 } | |
2630 | |
2631 //----- (0047F04C) -------------------------------------------------------- | |
752 | 2632 bool OutdoorLocation::_47F04C(signed int x_pos, signed int y_pos) |
0 | 2633 { |
2634 bool result; // eax@5 | |
2635 | |
752 | 2636 if ( x_pos < 0 || x_pos >= 88 || y_pos < 0 || y_pos >= 88 ) |
0 | 2637 result = 0; |
2638 else | |
752 | 2639 result = (uUndiscoveredArea[y_pos][x_pos/8] & (unsigned __int8)(1 << (7 - (x_pos) % 8))) != 0; |
0 | 2640 return result; |
2641 } | |
2642 | |
2643 //----- (0047F097) -------------------------------------------------------- | |
752 | 2644 bool OutdoorLocation::_47F097(signed int x_pos, signed int y_pos) |
0 | 2645 { |
2646 bool result; // eax@5 | |
2647 | |
752 | 2648 if ( x_pos < 0 || x_pos >= 88 || y_pos < 0 || y_pos >= 88 ) |
0 | 2649 result = 0; |
2650 else | |
752 | 2651 result = (uDicovered_area[y_pos][x_pos/8] & (unsigned __int8)(1 << (7 - (x_pos) % 8))) != 0; |
0 | 2652 return result; |
2653 } | |
2654 | |
2655 //----- (0047F0E2) -------------------------------------------------------- | |
2656 bool OutdoorLocation::_47F0E2() | |
2657 { | |
2658 signed int v1; // edi@1 | |
2659 OutdoorLocation *v2; // ebx@1 | |
2660 Texture *v3; // ebp@2 | |
2661 | |
2662 v1 = 0; | |
2663 v2 = this; | |
2664 if ( (signed int)pBitmaps_LOD->uNumLoadedFiles > 0 ) | |
2665 { | |
2666 v3 = pBitmaps_LOD->pTextures; | |
2667 do | |
2668 { | |
2669 if ( v1 != -1 ? (int)v3 : 0 ) | |
710 | 2670 v3->uDecompressedSize = v2->pTerrain._47CB57((int)v3->pLevelOfDetail0_prolly_alpha_mask, |
0 | 2671 v3->palette_id2, |
2672 v3->uTextureWidth * v3->uTextureHeight); | |
2673 ++v1; | |
2674 ++v3; | |
2675 } | |
2676 while ( v1 < (signed int)pBitmaps_LOD->uNumLoadedFiles ); | |
2677 } | |
2678 return 1; | |
2679 } | |
2680 | |
2681 //----- (0047F138) -------------------------------------------------------- | |
2682 bool OutdoorLocation::PrepareDecorations() | |
2683 { | |
2684 signed int v1; // ebx@1 | |
2685 __int16 v4; // ax@5 | |
2686 int v5; // eax@7 | |
2687 __int16 v6; // ax@14 | |
2688 signed int v8; // [sp+Ch] [bp-4h]@1 | |
2689 | |
2690 v1 = 0; | |
2691 v8 = 0; | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1458
diff
changeset
|
2692 if ( !_stricmp(pCurrentMapName, "out09.odm") ) |
0 | 2693 v8 = 1; |
2694 | |
2695 for (uint i = 0; i < uNumLevelDecorations; ++i) | |
2696 { | |
1202 | 2697 auto decor = &pLevelDecorations[i]; |
0 | 2698 |
2699 pDecorationList->InitializeDecorationSprite(decor->uDecorationDescID); | |
2700 v4 = pDecorationList->pDecorations[decor->uDecorationDescID].uSoundID; | |
2701 if ( v4 && _6807E0_num_decorations_with_sounds_6807B8 < 9 ) | |
2702 { | |
2703 pSoundList->LoadSound(v4, 0); | |
2704 v5 = _6807E0_num_decorations_with_sounds_6807B8++; | |
2705 _6807B8_level_decorations_ids[v5] = i; | |
2706 } | |
2707 if ( v8 && decor->uCog == 20 ) | |
1489 | 2708 decor->uFlags |= LEVEL_DECORATION_OBELISK_CHEST; |
1514
965af46e8793
Rename LevelDecoration::field_16_event_id to LevelDecoration::uEventID.
yoctozepto
parents:
1489
diff
changeset
|
2709 if ( !decor->uEventID ) |
0 | 2710 { |
2711 if ( decor->IsInteractive() ) | |
2712 { | |
2713 if ( v1 < 124 ) | |
2714 { | |
2715 v6 = v1 + 75; | |
2716 decor->_idx_in_stru123 = v6; | |
2717 if ( !stru_5E4C90._decor_events[v1++] ) | |
1489 | 2718 decor->uFlags |= LEVEL_DECORATION_INVISIBLE; |
0 | 2719 } |
2720 } | |
2721 } | |
2722 } | |
2723 | |
2724 pGameLoadingUI_ProgressBar->Progress(); | |
2725 return true; | |
2726 } | |
2727 // 6807E0: using guessed type int _6807E0_num_decorations_6807B8; | |
2728 | |
2729 //----- (0047F223) -------------------------------------------------------- | |
2730 int OutdoorLocation::_47F223_LooksLikeGenerateMonsterLoot() | |
2731 { | |
2732 signed int v1; // ebx@1 | |
2733 char *v2; // esi@2 | |
2734 int v3; // eax@7 | |
2735 OutdoorLocation *v5; // [sp+0h] [bp-4h]@1 | |
2736 | |
2737 v5 = this; | |
2738 v1 = 0; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
2739 if ( (signed int)uNumSpriteObjects > 0 ) |
0 | 2740 { |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
2741 v2 = (char *)&pSpriteObjects[0].uObjectDescID; |
0 | 2742 do |
2743 { | |
2744 if ( *(short *)v2 ) | |
2745 { | |
2746 if ( !(v2[24] & 8) && !(pObjectList->pObjects[*(short *)v2].uFlags & 0x10) ) | |
2747 *(int *)(v2 + 10) = GetTerrainHeightsAroundParty2(*(int *)(v2 + 2), *(int *)(v2 + 6), (int *)&v5, 0); | |
2748 v3 = *(int *)(v2 + 34); | |
2749 if ( v3 ) | |
2750 { | |
2751 if ( v3 != 220 && pItemsTable->pItems[v3].uEquipType == 14 && !*(int *)(v2 + 38) ) | |
2752 *(int *)(v2 + 38) = rand() % 15 + 5; | |
2753 pItemsTable->SetSpecialBonus((ItemGen *)(v2 + 34)); | |
2754 } | |
2755 } | |
2756 ++v1; | |
2757 v2 += 112; | |
2758 } | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
432
diff
changeset
|
2759 while ( v1 < (signed int)uNumSpriteObjects ); |
0 | 2760 } |
2761 pGameLoadingUI_ProgressBar->Progress(); | |
2762 return 1; | |
2763 } | |
2764 | |
2765 //----- (0047F2D3) -------------------------------------------------------- | |
2766 bool OutdoorLocation::InitalizeActors(int a1) | |
2767 { | |
82 | 2768 Actor *v3; // esi@2 |
0 | 2769 int v4; // eax@3 |
2770 __int16 v5; // ax@11 | |
760 | 2771 int alert_status; // [sp+348h] [bp-8h]@1 |
0 | 2772 int v9; // [sp+34Ch] [bp-4h]@1 |
2773 | |
760 | 2774 alert_status = 0; |
2775 for(int i=0; i<uNumActors; ++i) | |
2776 { | |
2777 v4 = pActors[i].uAttributes; | |
82 | 2778 if ( !(v4 & 0x100000) ) |
760 | 2779 { |
2780 if ( alert_status != 1 ) | |
2781 { | |
2782 pActors[i].uCurrentActionTime = 0; | |
2783 pActors[i].uCurrentActionLength = 0; | |
2784 if ( v4 & 0x10000 ) | |
2785 pActors[i].uAIState = AIState::Disabled; | |
2786 if ( pActors[i].uAIState != AIState::Removed && pActors[i].uAIState != AIState::Disabled && | |
2787 (pActors[i].sCurrentHP == 0 || pActors[i].pMonsterInfo.uHP == 0) ) | |
2788 pActors[i].uAIState = AIState::Dead; | |
2789 pActors[i].vVelocity.x = 0; | |
2790 pActors[i].vVelocity.y = 0; | |
2791 pActors[i].vVelocity.z = 0; | |
2792 pActors[i].UpdateAnimation(); | |
864 | 2793 pActors[i].pMonsterInfo.uHostilityType = MonsterInfo::Hostility_Friendly; |
760 | 2794 pActors[i].PrepareSprites(0); |
2795 } | |
2796 else | |
2797 { | |
2798 pActors[i].uAIState = AIState::Disabled; | |
2799 pActors[i].uAttributes = v4 | 0x10000; | |
2800 } | |
2801 } | |
2802 else if ( a1 == 0 ) | |
2803 { | |
2804 pActors[i].uAIState = AIState::Disabled; | |
2805 pActors[i].uAttributes = v4 | 0x10000; | |
2806 } | |
2807 else if ( alert_status != 0 ) | |
2808 { | |
2809 pActors[i].uCurrentActionTime = 0; | |
2810 pActors[i].uCurrentActionLength = 0; | |
2811 if ( v4 & 0x10000 ) | |
2812 pActors[i].uAIState = AIState::Disabled; | |
2813 v5 = pActors[i].uAIState; | |
2814 if ( pActors[i].uAIState != AIState::Removed && pActors[i].uAIState != AIState::Disabled && | |
2815 (pActors[i].sCurrentHP == 0 || pActors[i].pMonsterInfo.uHP == 0) ) | |
2816 pActors[i].uAIState = AIState::Dead; | |
2817 pActors[i].vVelocity.x = 0; | |
2818 pActors[i].vVelocity.y = 0; | |
2819 pActors[i].vVelocity.z = 0; | |
2820 pActors[i].UpdateAnimation(); | |
864 | 2821 pActors[i].pMonsterInfo.uHostilityType = MonsterInfo::Hostility_Friendly; |
760 | 2822 pActors[i].PrepareSprites(0); |
2823 } | |
2824 else | |
2825 { | |
2826 pActors[i].uAIState = AIState::Disabled; | |
2827 pActors[i].uAttributes = v4 | 0x10000; | |
2828 alert_status = GetAlertStatus(); | |
2829 } | |
2830 } | |
2831 | |
0 | 2832 pGameLoadingUI_ProgressBar->Progress(); |
760 | 2833 //no use for this |
2834 // Actor thisa; | |
2835 // thisa.pMonsterInfo.uID = 45; | |
2836 // thisa.PrepareSprites(0); | |
0 | 2837 return 1; |
2838 } | |
2839 | |
2840 //----- (0047F3EA) -------------------------------------------------------- | |
630 | 2841 bool OutdoorLocation::LoadRoadTileset() |
0 | 2842 { |
760 | 2843 pTileTypes[3].uTileID = pTileTable->GetTileForTerrainType(pTileTypes[3].tileset, 1); |
2844 pTileTable->InitializeTileset(pTileTypes[3].tileset); | |
0 | 2845 return 1; |
2846 } | |
2847 | |
2848 //----- (0047F420) -------------------------------------------------------- | |
2849 bool OutdoorLocation::LoadTileGroupIds() | |
2850 { | |
2851 for (uint i = 0; i < 3; ++i) | |
760 | 2852 pTileTypes[i].uTileID = pTileTable->GetTileForTerrainType(pTileTypes[i].tileset, 1); |
0 | 2853 |
2854 return true; | |
2855 } | |
2856 | |
2857 //----- (0047B42C) -------------------------------------------------------- | |
142 | 2858 void OutdoorLocation::PrepareActorsDrawList() |
0 | 2859 { |
2860 unsigned int result; // eax@1 | |
142 | 2861 //Actor *v1; // edi@2 |
2862 //__int16 v2; // ax@3 | |
2863 int z; // esi@5 | |
0 | 2864 float v4; // ST48_4@8 |
142 | 2865 //double v5; // ST38_8@8 |
2866 //float v6; // ST48_4@10 | |
2867 //double v7; // ST30_8@10 | |
0 | 2868 unsigned int v8; // eax@11 |
2869 int v9; // edx@11 | |
2870 __int16 v10; // dx@11 | |
2871 unsigned int v11; // eax@13 | |
2872 signed int v12; // eax@16 | |
2873 __int16 v13; // cx@21 | |
2874 SpriteFrame *v14; // eax@24 | |
2875 SpriteFrame *v15; // ebx@25 | |
2876 //int *v16; // eax@25 | |
2877 int v17; // eax@35 | |
2878 int v18; // ST78_4@36 | |
2879 int v19; // eax@36 | |
2880 int v20; // ecx@38 | |
2881 int v21; // eax@38 | |
2882 int v22; // ecx@41 | |
2883 int v23; // ST5C_4@43 | |
2884 int v24; // esi@44 | |
2885 signed __int64 v25; // qtt@45 | |
2886 int v26; // ST54_4@45 | |
2887 int v27; // ecx@45 | |
2888 RenderBillboard *v28; // esi@45 | |
142 | 2889 //__int16 v29; // ax@46 |
0 | 2890 unsigned __int8 v30; // zf@46 |
2891 unsigned __int8 v31; // sf@46 | |
2892 signed __int16 v32; // ax@49 | |
2893 signed int v33; // ecx@50 | |
2894 int v34; // ecx@54 | |
2895 MonsterDesc *v35; // edx@54 | |
2896 int v36; // ecx@54 | |
142 | 2897 //unsigned __int8 v37; // zf@54 |
2898 //unsigned __int8 v38; // sf@54 | |
0 | 2899 unsigned int v39; // [sp-8h] [bp-68h]@23 |
2900 unsigned int v40; // [sp-4h] [bp-64h]@23 | |
2901 int v41; // [sp+24h] [bp-3Ch]@11 | |
2902 int v42; // [sp+28h] [bp-38h]@38 | |
2903 int v43; // [sp+28h] [bp-38h]@45 | |
2904 int v44; // [sp+2Ch] [bp-34h]@36 | |
2905 int v45; // [sp+2Ch] [bp-34h]@44 | |
2906 int v46; // [sp+2Ch] [bp-34h]@45 | |
2907 int v47; // [sp+30h] [bp-30h]@36 | |
2908 int v48; // [sp+30h] [bp-30h]@41 | |
2909 signed int v49; // [sp+34h] [bp-2Ch]@5 | |
2910 int v50; // [sp+34h] [bp-2Ch]@36 | |
2911 int v51; // [sp+34h] [bp-2Ch]@41 | |
2912 int v52; // [sp+34h] [bp-2Ch]@50 | |
2913 int v53; // [sp+38h] [bp-28h]@36 | |
142 | 2914 //int v54; // [sp+3Ch] [bp-24h]@2 |
0 | 2915 int y; // [sp+40h] [bp-20h]@5 |
2916 int x; // [sp+44h] [bp-1Ch]@5 | |
2917 int v57; // [sp+48h] [bp-18h]@45 | |
2918 int v58; // [sp+4Ch] [bp-14h]@45 | |
142 | 2919 //signed int v59; // [sp+50h] [bp-10h]@1 |
0 | 2920 int X; // [sp+54h] [bp-Ch]@36 |
142 | 2921 //__int16 v61; // [sp+58h] [bp-8h]@5 |
0 | 2922 signed __int16 v62; // [sp+5Ch] [bp-4h]@25 |
2923 | |
142 | 2924 //result = 0; |
2925 //v59 = 0; | |
2926 for (int i = 0; i < uNumActors; ++i) | |
0 | 2927 { |
142 | 2928 //v54 = 0; |
2929 //v1 = pActors;//[0].vPosition.z; | |
2930 //do | |
2931 //{ | |
1202 | 2932 auto actor = &pActors[i]; |
142 | 2933 //v2 = actor->uAIState; |
2934 | |
2935 actor->uAttributes &= 0xFFFFFFF7u; | |
2936 if (actor->uAIState == Removed || actor->uAIState == Disabled) | |
2937 continue; | |
2938 | |
2939 z = actor->vPosition.z; | |
0 | 2940 v49 = 0; |
142 | 2941 x = actor->vPosition.x; |
2942 y = actor->vPosition.y; | |
2943 if (actor->uAIState == Summoned) | |
0 | 2944 { |
828
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
813
diff
changeset
|
2945 if (PID_TYPE(actor->uSummonerID) != OBJECT_Actor || |
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
813
diff
changeset
|
2946 pActors[PID_ID(actor->uSummonerID)].pMonsterInfo.uSpecialAbilityDamageDiceSides != 1 ) |
0 | 2947 { |
142 | 2948 z += floorf(actor->uActorHeight * 0.5f + 0.5f); |
0 | 2949 } |
2950 else | |
2951 { | |
2952 v49 = 1; | |
142 | 2953 pGame->pStru6Instance->_4A7F74(actor->vPosition.x, actor->vPosition.y, z); |
2954 v4 = (1.0 - (double)actor->uCurrentActionTime / (double)actor->uCurrentActionLength) * | |
2955 (double)(2 * actor->uActorHeight); | |
2956 z -= floorf(v4 + 0.5f); | |
2957 if ( z > actor->vPosition.z ) | |
2958 z = actor->vPosition.z; | |
0 | 2959 } |
2960 } | |
142 | 2961 v8 = stru_5C6E00->Atan2(actor->vPosition.x - pIndoorCamera->pos.x, |
2962 actor->vPosition.y - pIndoorCamera->pos.y); | |
2963 LOWORD(v9) = actor->uYawAngle; | |
0 | 2964 v41 = ((signed int)(stru_5C6E00->uIntegerPi + ((signed int)stru_5C6E00->uIntegerPi >> 3) + v9 - v8) >> 8) & 7; |
142 | 2965 v10 = actor->uCurrentActionAnimation; |
0 | 2966 if ( pParty->bTurnBasedModeOn ) |
2967 { | |
2968 if ( v10 != 1 ) | |
2969 { | |
2970 LABEL_17: | |
142 | 2971 v12 = actor->uCurrentActionTime; |
0 | 2972 goto LABEL_18; |
2973 } | |
2974 v11 = pMiscTimer->uTotalGameTimeElapsed; | |
2975 } | |
2976 else | |
2977 { | |
2978 if ( v10 != 1 ) | |
2979 goto LABEL_17; | |
2980 v11 = pEventTimer->uTotalGameTimeElapsed; | |
2981 } | |
142 | 2982 v12 = 32 * i + v11; |
0 | 2983 LABEL_18: |
142 | 2984 if ( (signed __int64)actor->pActorBuffs[5].uExpireTime > 0 || (signed __int64)actor->pActorBuffs[6].uExpireTime > 0 ) |
0 | 2985 v12 = 0; |
142 | 2986 v13 = actor->uAIState; |
0 | 2987 if ( v13 == 17 && !v49 ) |
2988 { | |
2989 v40 = v12; | |
2990 v39 = uSpriteID_Spell11; | |
2991 LABEL_24: | |
2992 v14 = pSpriteFrameTable->GetFrame(v39, v40); | |
2993 goto LABEL_25; | |
2994 } | |
2995 v40 = v12; | |
142 | 2996 v39 = actor->pSpriteIDs[v10]; |
0 | 2997 if ( v13 != 16 ) |
2998 goto LABEL_24; | |
2999 v14 = pSpriteFrameTable->GetFrameBy_x(v39, v12); | |
3000 LABEL_25: | |
3001 v62 = 0; | |
3002 v15 = v14; | |
3003 //v16 = (int *)v14->uFlags; | |
3004 if (v14->uFlags & 2) | |
3005 v62 = 2; | |
3006 if (v14->uFlags & 0x40000) | |
3007 v62 |= 0x40u; | |
3008 if (v14->uFlags & 0x20000) | |
3009 LOBYTE(v62) = v62 | 0x80; | |
3010 if ((256 << v41) & v14->uFlags) | |
3011 v62 |= 4u; | |
3012 if ( v15->uGlowRadius ) | |
3013 { | |
3014 //LOBYTE(v16) = byte_4E94D3; | |
142 | 3015 pMobileLightsStack->AddLight(x, y, z, 0, v15->uGlowRadius, 0xFFu, 0xFFu, 0xFFu, byte_4E94D3); |
0 | 3016 } |
3017 v17 = (x - pIndoorCamera->pos.x) << 16; | |
3018 if ( pIndoorCamera->sRotationX ) | |
3019 { | |
3020 v18 = (y - pIndoorCamera->pos.y) << 16; | |
3021 v47 = ((unsigned __int64)(v17 * (signed __int64)pOutdoorCamera->camera_rotation_y_int_cosine) >> 16) | |
3022 + ((unsigned __int64)(v18 * (signed __int64)pOutdoorCamera->camera_rotation_y_int_sine) >> 16); | |
3023 v50 = (unsigned __int64)(v17 * (signed __int64)pOutdoorCamera->camera_rotation_y_int_sine) >> 16; | |
3024 v53 = (unsigned __int64)(v18 * (signed __int64)pOutdoorCamera->camera_rotation_y_int_cosine) >> 16; | |
142 | 3025 v44 = (z - pIndoorCamera->pos.z) << 16; |
0 | 3026 v19 = ((unsigned __int64)(v44 * (signed __int64)pOutdoorCamera->camera_rotation_x_int_sine) >> 16) |
3027 + ((unsigned __int64)(v47 * (signed __int64)pOutdoorCamera->camera_rotation_x_int_cosine) >> 16); | |
3028 X = ((unsigned __int64)(v44 * (signed __int64)pOutdoorCamera->camera_rotation_x_int_sine) >> 16) | |
3029 + ((unsigned __int64)(v47 * (signed __int64)pOutdoorCamera->camera_rotation_x_int_cosine) >> 16); | |
3030 if ( v19 < 262144 || v19 > pOutdoorCamera->shading_dist_mist << 16 ) | |
142 | 3031 continue; |
0 | 3032 v20 = v53 - v50; |
3033 v42 = v53 - v50; | |
3034 v21 = ((unsigned __int64)(v44 * (signed __int64)pOutdoorCamera->camera_rotation_x_int_cosine) >> 16) | |
3035 - ((unsigned __int64)(v47 * (signed __int64)pOutdoorCamera->camera_rotation_x_int_sine) >> 16); | |
3036 } | |
3037 else | |
3038 { | |
3039 v48 = (y - pIndoorCamera->pos.y) << 16; | |
3040 v51 = (unsigned __int64)(v17 * (signed __int64)pOutdoorCamera->camera_rotation_y_int_cosine) >> 16; | |
3041 v22 = (unsigned __int64)(v48 * (signed __int64)pOutdoorCamera->camera_rotation_y_int_sine) >> 16; | |
3042 X = v22 + v51; | |
3043 if ( v22 + v51 < 262144 || v22 + v51 > pOutdoorCamera->shading_dist_mist << 16 ) | |
142 | 3044 continue; |
0 | 3045 v23 = (unsigned __int64)(((x - pIndoorCamera->pos.x) << 16) |
3046 * (signed __int64)pOutdoorCamera->camera_rotation_y_int_sine) >> 16; | |
3047 v20 = ((unsigned __int64)(v48 * (signed __int64)pOutdoorCamera->camera_rotation_y_int_cosine) >> 16) - v23; | |
3048 v42 = ((unsigned __int64)(v48 * (signed __int64)pOutdoorCamera->camera_rotation_y_int_cosine) >> 16) - v23; | |
142 | 3049 v21 = (z - pIndoorCamera->pos.z) << 16; |
0 | 3050 } |
3051 v45 = v21; | |
3052 v24 = abs(v20); | |
3053 if ( abs(X) >= v24 ) | |
3054 { | |
3055 LODWORD(v25) = 0; | |
3056 HIDWORD(v25) = SLOWORD(pOutdoorCamera->int_fov_rad); | |
3057 v58 = v25 / X; | |
3058 v26 = v25 / X; | |
3059 LODWORD(v25) = 0; | |
3060 HIDWORD(v25) = SLOWORD(pOutdoorCamera->int_fov_rad); | |
3061 v57 = v25 / X; | |
3062 v27 = pViewport->uScreenCenterX | |
3063 - ((signed int)(((unsigned __int64)(v26 * (signed __int64)v42) >> 16) + 32768) >> 16); | |
3064 v43 = pViewport->uScreenCenterX | |
3065 - ((signed int)(((unsigned __int64)(v26 * (signed __int64)v42) >> 16) + 32768) >> 16); | |
3066 v46 = pViewport->uScreenCenterY - ((signed int)(((unsigned __int64)(v25 / X * v45) >> 16) + 32768) >> 16); | |
3067 result = uNumBillboardsToDraw; | |
3068 v28 = &pBillboardRenderList[uNumBillboardsToDraw]; | |
142 | 3069 if (uNumBillboardsToDraw >= 500) |
3070 return; | |
0 | 3071 ++uNumBillboardsToDraw; |
3072 ++uNumSpritesDrawnThisFrame; | |
142 | 3073 actor->uAttributes |= 8u; |
0 | 3074 v28->uHwSpriteID = v15->pHwSpriteIDs[v41]; |
3075 v28->uIndoorSectorID = 0; | |
142 | 3076 v28->uPalette = v15->uPaletteIndex; |
144
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
3077 v28->_screenspace_x_scaler_packedfloat = (unsigned __int64)(v15->scale * (signed __int64)v58) >> 16; |
142 | 3078 v30 = HIDWORD(actor->pActorBuffs[3].uExpireTime) == 0; |
3079 v31 = SHIDWORD(actor->pActorBuffs[3].uExpireTime) < 0; | |
144
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
3080 v28->_screenspace_y_scaler_packedfloat = (unsigned __int64)(v15->scale * (signed __int64)v57) >> 16; |
142 | 3081 if ( v31 || v31 | v30 && LODWORD(actor->pActorBuffs[3].uExpireTime) <= 0u ) |
0 | 3082 { |
142 | 3083 if ( (signed __int64)actor->pActorBuffs[10].uExpireTime > 0i64 ) |
0 | 3084 { |
142 | 3085 v52 = (unsigned __int64)(pGame->pStru6Instance->_4A806F(actor) |
144
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
3086 * (signed __int64)v28->_screenspace_y_scaler_packedfloat) >> 16; |
0 | 3087 LABEL_53: |
3088 LOWORD(v27) = v43; | |
144
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
3089 v28->_screenspace_y_scaler_packedfloat = v52; |
0 | 3090 } |
3091 } | |
3092 else | |
3093 { | |
142 | 3094 v32 = actor->pActorBuffs[3].uPower; |
0 | 3095 if ( v32 ) |
3096 { | |
142 | 3097 v33 = actor->pActorBuffs[3].uPower; |
144
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
3098 v28->_screenspace_x_scaler_packedfloat = (unsigned __int64)(65536 / (unsigned __int16)v32 * (signed __int64)v28->_screenspace_x_scaler_packedfloat) >> 16; |
8ab4484c22e0
Billboard drawing's up (actors, decorations, misc sprites)
Nomad
parents:
142
diff
changeset
|
3099 v52 = (unsigned __int64)(65536 / v33 * (signed __int64)v28->_screenspace_y_scaler_packedfloat) >> 16; |
0 | 3100 goto LABEL_53; |
3101 } | |
3102 } | |
3103 v28->uScreenSpaceX = v27; | |
142 | 3104 v28->uScreenSpaceY = v46; |
430 | 3105 v28->world_x = x; |
3106 v28->world_y = y; | |
3107 v28->world_z = z; | |
0 | 3108 HIWORD(v34) = HIWORD(X); |
3109 LOWORD(v34) = 0; | |
657 | 3110 v28->dimming_level = 0; |
828
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
813
diff
changeset
|
3111 v28->sZValue = v34 + PID(OBJECT_Actor, i); |
142 | 3112 v28->field_14_actor_id = i; |
0 | 3113 v35 = pMonsterList->pMonsters; |
142 | 3114 v36 = actor->pMonsterInfo.uID; |
0 | 3115 v28->field_1E = v62 | 0x200; |
3116 v28->pSpriteFrame = v15; | |
698 | 3117 v28->uTintColor = pMonsterList->pMonsters[actor->pMonsterInfo.uID-1].uTintColor;//*((int *)&v35[v36] - 36); |
657 | 3118 if (actor->pActorBuffs[ACTOR_BUFF_STONED].uExpireTime) |
0 | 3119 v28->field_1E = v62 | 0x200; |
3120 } | |
142 | 3121 //LABEL_58: |
3122 //++v59; | |
3123 //v54 += 32; | |
3124 //result = v59; | |
3125 //++v1; | |
3126 //} | |
3127 //while ( v59 < (signed int)uNumActors ); | |
0 | 3128 } |
142 | 3129 //return result; |
0 | 3130 } |
3131 // 4E94D3: using guessed type char byte_4E94D3; | |
3132 // 5187E4: using guessed type int uNumSpritesDrawnThisFrame; | |
3133 | |
3134 //----- (0044C1E8) -------------------------------------------------------- | |
3135 bool ODMFace::HasEventHint() | |
3136 { | |
428 | 3137 signed int event_index; // eax@1 |
3138 _evt_raw* start_evt; | |
3139 _evt_raw* end_evt; | |
0 | 3140 |
428 | 3141 event_index = 0; |
3142 if ( (uLevelEVT_NumEvents - 1) <= 0 ) | |
3143 return false; | |
3144 while ( pLevelEVT_Index[event_index].uEventID != this->sCogTriggeredID ) | |
0 | 3145 { |
428 | 3146 ++event_index; |
3147 if ( event_index >= (signed int)(uLevelEVT_NumEvents - 1) ) | |
3148 return false; | |
0 | 3149 } |
428 | 3150 end_evt=(_evt_raw*)&pLevelEVT[pLevelEVT_Index[event_index+1].uEventOffsetInEVT]; |
3151 start_evt=(_evt_raw*)&pLevelEVT[pLevelEVT_Index[event_index].uEventOffsetInEVT]; | |
3152 if ( (end_evt->_e_type != EVENT_Exit) || (start_evt->_e_type!= EVENT_MouseOver) ) | |
3153 return false; | |
0 | 3154 else |
428 | 3155 return true; |
1295 | 3156 } |
3157 //----- (0046D49E) -------------------------------------------------------- | |
1413 | 3158 int ODM_GetFloorLevel(int X, signed int Y, int Z, int __unused, int *pIsOnWater, int *bmodel_pid, int bWaterWalk) |
1295 | 3159 { |
3160 BSPModel *pBModel; // esi@4 | |
3161 ODMFace *pFace; // ecx@11 | |
3162 int v14; // edx@20 | |
3163 signed int v18; // edx@26 | |
3164 int v19; // eax@28 | |
3165 int v20; // edx@30 | |
3166 int v21; // ST1C_4@30 | |
3167 signed int v22; // edx@30 | |
3168 signed __int64 v23; // qtt@30 | |
3169 int v24; // eax@36 | |
3170 signed int v25; // ecx@38 | |
3171 int result; // eax@42 | |
3172 signed int v27; // ecx@43 | |
3173 int v28; // edi@44 | |
3174 signed int v29; // edx@44 | |
3175 int v30; // esi@45 | |
3176 int v31; // eax@45 | |
3177 ODMFace *v32; // eax@57 | |
3178 int v33; // ecx@59 | |
3179 int v36; // [sp+14h] [bp-2Ch]@24 | |
3180 int v38; // [sp+1Ch] [bp-24h]@2 | |
3181 int v39; // [sp+20h] [bp-20h]@9 | |
3182 signed int pBModelNum; // [sp+28h] [bp-18h]@1 | |
3183 int pFaceNum; // [sp+2Ch] [bp-14h]@8 | |
3184 bool v43; // [sp+30h] [bp-10h]@22 | |
3185 bool v44; // [sp+34h] [bp-Ch]@24 | |
3186 signed int v46; // [sp+3Ch] [bp-4h]@1 | |
3187 signed int v48; // [sp+58h] [bp+18h]@22 | |
3188 signed int v49; // [sp+58h] [bp+18h]@43 | |
3189 | |
3190 v46 = 1; | |
3191 dword_721160[0] = -1; | |
3192 dword_721110[0] = -1; | |
3193 odm_floor_level[0] = GetTerrainHeightsAroundParty2(X, Y, pIsOnWater, bWaterWalk); | |
3194 | |
3195 for ( pBModelNum = 0; pBModelNum < pOutdoor->uNumBModels; ++pBModelNum ) | |
3196 { | |
3197 pBModel = &pOutdoor->pBModels[pBModelNum]; | |
3198 if ( X <= pBModel->sMaxX && X >= pBModel->sMinX && | |
3199 Y <= pBModel->sMaxY && Y >= pBModel->sMinY ) | |
3200 { | |
3201 if ( pBModel->uNumFaces > 0 ) | |
3202 { | |
3203 v39 = 0; | |
3204 for ( pFaceNum = 0; pFaceNum < pBModel->uNumFaces; ++pFaceNum ) | |
3205 { | |
3206 pFace = &pBModel->pFaces[pFaceNum]; | |
3207 if ( (pFace->uPolygonType == POLYGON_Floor || pFace->uPolygonType == POLYGON_InBetweenFloorAndWall) | |
3208 && !(pFace->uAttributes & 0x20000000) | |
3209 && X <= pFace->pBoundingBox.x2 && X >= pFace->pBoundingBox.x1 | |
3210 && Y <= pFace->pBoundingBox.y2 && Y >= pFace->pBoundingBox.y1 ) | |
3211 { | |
3212 | |
3213 for ( uint i = 0; i < pFace->uNumVertices; ++i) | |
3214 { | |
3215 word_721040[2 * i] = pFace->pXInterceptDisplacements[i] + pBModel->pVertices.pVertices[pFace->pVertexIDs[i]].x; | |
3216 word_720F70[2 * i] = pFace->pXInterceptDisplacements[i + 1] + pBModel->pVertices.pVertices[pFace->pVertexIDs[i]].y; | |
3217 word_721040[2 * i + 1] = pFace->pXInterceptDisplacements[i] + pBModel->pVertices.pVertices[pFace->pVertexIDs[i + 1]].x; | |
3218 word_720F70[2 * i + 1] = pFace->pXInterceptDisplacements[i + 1] + pBModel->pVertices.pVertices[pFace->pVertexIDs[i + 1]].y; | |
3219 } | |
3220 word_721040[2 * pFace->uNumVertices] = word_721040[0]; | |
3221 word_720F70[2 * pFace->uNumVertices] = word_720F70[0]; | |
3222 v43 = word_720F70[0] >= Y; | |
3223 v48 = 0; | |
3224 if ( 2 * pFace->uNumVertices > 0 ) | |
3225 { | |
3226 for ( int i = 0; i < 2 * pFace->uNumVertices; ++i ) | |
3227 { | |
3228 if ( v48 >= 2 ) | |
3229 break; | |
3230 v36 = word_720F70[i + 1]; | |
3231 v44 = word_720F70[i + 1] >= Y; | |
3232 if ( v43 != v44 ) | |
3233 { | |
3234 v18 = word_721040[i + 1] >= X ? 0 : 2; | |
3235 v19 = v18 | (word_721040[i] < X); | |
3236 if ( v19 != 3 ) | |
3237 { | |
3238 if ( !v19 ) | |
3239 ++v48; | |
3240 else | |
3241 { | |
3242 LODWORD(v23) = (Y - word_720F70[i]) << 16; | |
3243 HIDWORD(v23) = (Y - word_720F70[i]) >> 16; | |
3244 v22 = ((((word_721040[i + 1] - word_721040[i]) * v23 / (v36 - word_720F70[i])) >> 16) + word_721040[i]); | |
3245 if ( v22 >= X) | |
3246 ++v48; | |
3247 } | |
3248 } | |
3249 } | |
3250 v43 = v44; | |
3251 } | |
3252 if ( v48 == 1 ) | |
3253 { | |
3254 if ( v46 >= 20 ) | |
3255 break; | |
3256 if ( pFace->uPolygonType == POLYGON_Floor ) | |
3257 v24 = pBModel->pVertices.pVertices[pFace->pVertexIDs[0]].z; | |
3258 else | |
3259 v24 = ((unsigned __int64)(pFace->zCalc1 * (signed __int64)X) >> 16) + ((unsigned __int64)(pFace->zCalc2 * (signed __int64)Y) >> 16) | |
3260 + HIWORD(pFace->zCalc3); | |
3261 v25 = v46++; | |
3262 odm_floor_level[v25] = v24; | |
3263 dword_721160[v25] = pBModelNum; | |
3264 dword_721110[v25] = pFaceNum; | |
3265 } | |
3266 } | |
3267 } | |
3268 | |
3269 } | |
3270 } | |
3271 } | |
3272 } | |
3273 if ( v46 == 1 ) | |
3274 { | |
1413 | 3275 *bmodel_pid = 0; |
1295 | 3276 return odm_floor_level[0]; |
3277 } | |
3278 v27 = 0; | |
3279 if ( v46 <= 1 ) | |
1413 | 3280 *bmodel_pid = 0; |
1295 | 3281 else |
3282 { | |
3283 //v29 = 1; | |
3284 for ( v49 = 1; v49 < v46; ++v49 ) | |
3285 { | |
3286 if ( odm_floor_level[v49] == odm_floor_level[0] ) | |
3287 { | |
3288 v27 = v49; | |
3289 //++v29; | |
3290 break; | |
3291 } | |
3292 if ( odm_floor_level[0] > Z + 5 ) | |
3293 { | |
3294 if ( odm_floor_level[v49] >= odm_floor_level[0] ) | |
3295 { | |
3296 //++v29; | |
3297 break; | |
3298 } | |
3299 v27 = v49; | |
3300 //++v29; | |
3301 break; | |
3302 } | |
3303 if ( odm_floor_level[v49] > odm_floor_level[0] && odm_floor_level[v49] <= Z + 5 ) | |
3304 { | |
3305 v27 = v49; | |
3306 //++v29; | |
3307 } | |
3308 } | |
3309 if ( !v27 ) | |
1413 | 3310 *bmodel_pid = 0; |
1295 | 3311 else |
1413 | 3312 *bmodel_pid = dword_721110[v27] | (dword_721160[v27] << 6); |
1295 | 3313 } |
3314 if ( v27 ) | |
3315 { | |
3316 v32 = &pOutdoor->pBModels[dword_721160[v27]].pFaces[dword_721110[v27]]; | |
3317 *pIsOnWater = false; | |
3318 if ( v32->Fluid()) | |
3319 *pIsOnWater = true; | |
3320 } | |
3321 if ( odm_floor_level[v27] >= odm_floor_level[0] ) | |
3322 odm_floor_level[0] = odm_floor_level[v27]; | |
3323 return odm_floor_level[0]; | |
3324 } | |
1412 | 3325 |
1295 | 3326 //not sure if right- or left-handed coordinate space assumed, so this could be normal of inverse normal |
3327 // for a right-handed system, that would be an inverse normal | |
3328 //----- (0046DCC8) -------------------------------------------------------- | |
3329 void ODM_GetTerrainNormalAt(int pos_x, int pos_z, Vec3_int_ *out) | |
3330 { | |
3331 auto grid_x = WorldPosToGridCellX(pos_x); | |
3332 auto grid_z = WorldPosToGridCellZ(pos_z) - 1; | |
3333 | |
3334 auto grid_pos_x1 = GridCellToWorldPosX(grid_x); | |
3335 auto grid_pos_x2 = GridCellToWorldPosX(grid_x + 1); | |
3336 auto grid_pos_z1 = GridCellToWorldPosZ(grid_z); | |
3337 auto grid_pos_z2 = GridCellToWorldPosZ(grid_z + 1); | |
3338 | |
3339 auto x1z1_y = pOutdoor->DoGetHeightOnTerrain(grid_x, grid_z); | |
3340 auto x2z1_y = pOutdoor->DoGetHeightOnTerrain(grid_x + 1, grid_z); | |
3341 auto x2z2_y = pOutdoor->DoGetHeightOnTerrain(grid_x + 1, grid_z + 1); | |
3342 auto x1z2_y = pOutdoor->DoGetHeightOnTerrain(grid_x, grid_z + 1); | |
3343 | |
3344 float side1_dx, side1_dy, side1_dz, | |
3345 side2_dx, side2_dy, side2_dz; | |
3346 | |
3347 auto dx = abs(pos_x - grid_pos_x1), | |
3348 dz = abs(grid_pos_z1 - pos_z); | |
3349 if (dz >= dx) | |
3350 { | |
3351 side1_dy = (double)(x1z1_y - x1z2_y); | |
3352 side2_dy = (double)(x2z2_y - x1z2_y); | |
3353 side2_dx = (double)(grid_pos_x2 - grid_pos_x1); | |
3354 side1_dx = (double)(grid_pos_x1 - grid_pos_x2); | |
3355 side2_dz = 0.0;//(double)(grid_pos_z2 - grid_pos_z2); // bug? z2 - z2 | |
3356 side1_dz = (double)(grid_pos_z1 - grid_pos_z2); // z1 - z2 yes | |
3357 //Log::Warning(L"%S %S %u\n", __FILE__, __FUNCTION__, __LINE__); | |
3358 /* |\ | |
3359 side1 | \ | |
3360 |____\ | |
3361 side 2 */ | |
3362 } | |
3363 else | |
3364 { | |
3365 side1_dy = (double)(x2z2_y - x2z1_y); | |
3366 side2_dy = (double)(x1z1_y - x2z1_y); | |
3367 side2_dx = (double)(grid_pos_x1 - grid_pos_x2); | |
3368 side1_dx = (double)(grid_pos_x2 - grid_pos_x1); | |
3369 side2_dz = 0.0;//(double)(grid_pos_z1 - grid_pos_z1); | |
3370 side1_dz = (double)(grid_pos_z2 - grid_pos_z1); | |
3371 | |
3372 /* side 2 | |
3373 _____ | |
3374 \ | | |
3375 \ | side 1 | |
3376 \| */ | |
3377 } | |
3378 | |
3379 float nx = side1_dy * side2_dz - side1_dz * side2_dy; | |
3380 float ny = side1_dx * side2_dy - side1_dy * side2_dx; | |
3381 float nz = side1_dz * side2_dx - side1_dx * side2_dz; | |
3382 | |
3383 float mag = sqrt(nx * nx + ny * ny + nz * nz); | |
3384 if (fabsf(mag) < 1e-6f) | |
3385 { | |
3386 out->y = 0; | |
3387 out->x = 0; | |
3388 out->z = 65536; | |
3389 } | |
3390 else | |
3391 { | |
3392 float invmag = 1.0 / mag; | |
3393 out->x = invmag * nx * 65536.0; | |
3394 out->y = invmag * ny * 65536.0; | |
3395 out->z = invmag * nz * 65536.0; | |
3396 } | |
3397 } | |
3398 //----- (004014E6) -------------------------------------------------------- | |
3399 void MakeActorAIList_ODM() | |
3400 { | |
3401 int v1; // eax@4 | |
3402 int v2; // ebx@4 | |
3403 unsigned int v3; // ecx@4 | |
3404 int v4; // edx@5 | |
3405 int v5; // edx@7 | |
3406 unsigned int v6; // edx@9 | |
3407 unsigned int v7; // ST20_4@10 | |
3408 int v9; // edi@10 | |
3409 int v10; // ebx@14 | |
3410 int v21; // [sp+Ch] [bp-14h]@4 | |
3411 int v22; // [sp+10h] [bp-10h]@4 | |
3412 | |
3413 pParty->uFlags &= 0xFFFFFFCFu; | |
3414 | |
3415 ai_arrays_size = 0; | |
3416 for (uint i = 0; i < uNumActors; ++i) | |
3417 { | |
3418 auto actor = &pActors[i]; | |
3419 | |
3420 actor->uAttributes &= 0xFFFFFBFF; | |
3421 if (!actor->CanAct()) | |
3422 { | |
3423 actor->uAttributes &= 0xFFFFBFFF; | |
3424 continue; | |
3425 } | |
3426 | |
3427 v22 = abs(pParty->vPosition.z - actor->vPosition.z); | |
3428 v21 = abs(pParty->vPosition.y - actor->vPosition.y); | |
3429 v1 = abs(pParty->vPosition.x - actor->vPosition.x); | |
3430 v2 = v21; | |
3431 v3 = v22; | |
3432 if ( v1 < v21 ) | |
3433 { | |
3434 v4 = v1; | |
3435 v1 = v21; | |
3436 v2 = v4; | |
3437 } | |
3438 if ( v1 < v22 ) | |
3439 { | |
3440 v5 = v1; | |
3441 v1 = v22; | |
3442 v3 = v5; | |
3443 } | |
3444 if ( v2 < (signed int)v3 ) | |
3445 { | |
3446 v6 = v3; | |
3447 v3 = v2; | |
3448 v2 = v6; | |
3449 } | |
3450 v7 = ((unsigned int)(11 * v2) >> 5) + (v3 >> 2) + v1; | |
3451 //v8 = actor->uActorRadius; | |
3452 v9 = v7 - actor->uActorRadius; | |
3453 //v23 = v7 - v8; | |
3454 if ( v9 < 0 ) | |
3455 { | |
3456 v9 = 0; | |
3457 //v23 = 0; | |
3458 } | |
3459 | |
3460 if (v9 < 5632) | |
3461 { | |
3462 v10 = actor->uAttributes & 0xFEFFFFFF; | |
3463 actor->uAttributes = v10; | |
3464 if ( v10 & 0x80000 || actor->GetActorsRelation(0) ) | |
3465 { | |
3466 //v11 = (pParty->uFlags & 0x10) == 0; | |
3467 actor->uAttributes = v10 | 0x1000000; | |
3468 if (v9 < 5120 ) | |
3469 pParty->SetYellowAlert(); | |
3470 if (v9 < 307) | |
3471 pParty->SetRedAlert(); | |
3472 } | |
3473 actor->uAttributes |= 0x00004000; | |
3474 ai_near_actors_distances[ai_arrays_size] = v9; | |
3475 ai_near_actors_ids[ai_arrays_size++] = i; | |
3476 } | |
3477 else | |
3478 actor->uAttributes &= 0xFFFFBFFF; | |
3479 } | |
3480 | |
3481 /* | |
3482 result = v27; | |
3483 if ( v27 > 0 ) | |
3484 { | |
3485 v14 = 0; | |
3486 v15 = 1; | |
3487 v26 = 1; | |
3488 do | |
3489 { | |
3490 while ( 1 ) | |
3491 { | |
3492 v24 = v15; | |
3493 if ( v15 >= result ) | |
3494 break; | |
3495 v16 = ai_near_actors_distances[v14]; | |
3496 if ( v16 > ai_near_actors_distances[v15] ) | |
3497 { | |
3498 v17 = &ai_near_actors_ids[v15]; | |
3499 v18 = ai_near_actors_ids[v14]; | |
3500 ai_near_actors_ids[v14] = *v17; | |
3501 *v17 = v18; | |
3502 v15 = v24; | |
3503 ai_near_actors_distances[v14] = ai_near_actors_distances[v24]; | |
3504 ai_near_actors_distances[v24] = v16; | |
3505 } | |
3506 result = v27; | |
3507 ++v15; | |
3508 } | |
3509 ++v14; | |
3510 v15 = v26 + 1; | |
3511 v26 = v15; | |
3512 } | |
3513 while ( v15 - 1 < result ); | |
3514 }*/ | |
3515 | |
3516 for (uint i = 0; i < ai_arrays_size; ++i) | |
3517 for (uint j = 0; j < i; ++j) | |
3518 if (ai_near_actors_distances[j] > ai_near_actors_distances[i]) | |
3519 { | |
3520 int tmp = ai_near_actors_distances[j]; | |
3521 ai_near_actors_distances[j] = ai_near_actors_distances[i]; | |
3522 ai_near_actors_distances[i] = tmp; | |
3523 | |
3524 tmp = ai_near_actors_ids[j]; | |
3525 ai_near_actors_ids[j] = ai_near_actors_ids[i]; | |
3526 ai_near_actors_ids[i] = tmp; | |
3527 } | |
3528 | |
3529 | |
3530 if (ai_arrays_size > 30) | |
3531 ai_arrays_size = 30; | |
3532 | |
3533 for (uint i = 0; i < ai_arrays_size; ++i) | |
3534 pActors[ai_near_actors_ids[i]].uAttributes |= 0x0400; | |
1297 | 3535 } |
3536 //----- (0046BE0A) -------------------------------------------------------- | |
1458 | 3537 void ODM_UpdateUserInputAndOther() |
1297 | 3538 { |
3539 bool v0; // eax@5 | |
3540 char pOut[32]; // [sp+8h] [bp-20h]@5 | |
3541 | |
3542 UpdateObjects(); | |
3543 ODM_ProcessPartyActions(); | |
3544 if ( pParty->vPosition.x < -22528 | |
3545 || pParty->vPosition.x > 22528 | |
3546 || pParty->vPosition.y < -22528 | |
3547 || pParty->vPosition.y > 22528 ) | |
3548 { | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1458
diff
changeset
|
3549 strcpy(pOutdoor->pLevelFilename, pCurrentMapName); |
1297 | 3550 v0 = pOutdoor->GetTravelDestination(pParty->vPosition.x, pParty->vPosition.y, pOut, 32); |
3551 if ( !bUnderwater && (pParty->uFlags & (PARTY_FLAGS_1_STANDING_ON_WATER | PARTY_FLAGS_1_FALLING | 0x04) || pParty->uFlags & 0x0200 || pParty->bFlying) || !v0 ) | |
3552 { | |
3553 if ( pParty->vPosition.x < -22528 ) | |
3554 pParty->vPosition.x = -22528; | |
3555 if ( pParty->vPosition.x > 22528 ) | |
3556 pParty->vPosition.x = 22528; | |
3557 if ( pParty->vPosition.y < -22528 ) | |
3558 pParty->vPosition.y = -22528; | |
3559 if ( pParty->vPosition.y > 22528 ) | |
3560 pParty->vPosition.y = 22528; | |
3561 } | |
3562 else | |
3563 { | |
3564 pAudioPlayer->StopChannels(-1, -1); | |
3565 TravelUI_Load(); | |
3566 } | |
3567 } | |
3568 UpdateActors_ODM(); | |
3569 check_event_triggers(); | |
3570 } | |
3571 //----- (0041F54A) -------------------------------------------------------- | |
1458 | 3572 void LoadActualSkyFrame() |
1297 | 3573 { |
3574 if ( pTexture_RestUI_CurrentSkyFrame ) | |
3575 pTexture_RestUI_CurrentSkyFrame->Release(); | |
3576 if ( pTexture_RestUI_CurrentHourglassFrame ) | |
3577 pTexture_RestUI_CurrentHourglassFrame->Release(); | |
3578 pIcons_LOD->SyncLoadedFilesCount(); | |
3579 sprintf(pTmpBuf.data(), "TERRA%03d", pParty->uCurrentMinute / 6 + 10 * pParty->uCurrentHour); | |
3580 pTexture_RestUI_CurrentSkyFrame = pIcons_LOD->LoadTexturePtr(pTmpBuf.data(), TEXTURE_16BIT_PALETTE); | |
1323 | 3581 } |
3582 | |
3583 | |
3584 //----- (004626BA) -------------------------------------------------------- | |
3585 OutdoorLocation::OutdoorLocation() | |
3586 { | |
3587 subconstuctor(); | |
3588 uLastSunlightUpdateMinute = 0; | |
3589 | |
3590 uNumBModels = 0; | |
3591 pBModels = nullptr; | |
3592 } | |
3593 | |
3594 //----- (004626CD) -------------------------------------------------------- | |
3595 void OutdoorLocation::subconstuctor() | |
3596 { | |
3597 //OutdoorLocationTerrain::OutdoorLocationTerrain(&this->pTerrain); | |
3598 field_F0 = 0; | |
3599 field_F4 = 0x40000000u; | |
3600 //DLVHeader::DLVHeader(&v1->ddm); | |
3601 pSpawnPoints = 0; | |
3602 pBModels = 0; | |
3603 pCmap = 0; | |
3604 pFaceIDLIST = 0; | |
3605 pOMAP = 0; | |
3606 } | |
3607 |