annotate Outdoor.cpp @ 2147:4393b60cd9e2

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