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