0
|
1 #include "LOD.h"
|
|
2 #include "Render.h"
|
|
3 #include "Allocator.h"
|
|
4 #include "PaletteManager.h"
|
|
5 #include "Viewport.h"
|
1
|
6 #include "Log.h"
|
0
|
7
|
|
8 #include "mm7_data.h"
|
|
9
|
|
10
|
|
11
|
|
12
|
|
13
|
|
14
|
|
15
|
|
16 LODFile_IconsBitmaps *pEvents_LOD;
|
|
17 LODFile_IconsBitmaps *pIcons_LOD;
|
|
18 LODFile_Sprites *pSprites_LOD;
|
|
19 LODFile_IconsBitmaps *pBitmaps_LOD;
|
|
20
|
|
21 LODWriteableFile *pNew_LOD;
|
|
22 LODWriteableFile *pGames_LOD;
|
|
23
|
|
24
|
|
25
|
|
26
|
|
27 int _6A0CA4_lod_binary_search; // weak
|
|
28 int _6A0CA8_lod_unused; // weak
|
|
29
|
|
30
|
|
31
|
|
32
|
|
33
|
|
34 //----- (004355F7) --------------------------------------------------------
|
|
35 void LODFile_IconsBitmaps::_4355F7()
|
|
36 {
|
|
37 LODFile_IconsBitmaps *v1; // esi@1
|
|
38 int v2; // edi@2
|
|
39 Texture *v3; // ebp@3
|
|
40 struct IDirect3DTexture2 **v4; // eax@4
|
|
41 struct IDirect3DTexture2 *v5; // eax@5
|
|
42 struct IDirectDrawSurface **v6; // eax@7
|
|
43 struct IDirectDrawSurface *v7; // eax@8
|
|
44 int v8; // eax@11
|
|
45
|
|
46 v1 = this;
|
|
47 if ( this->uTexturePacksCount )
|
|
48 {
|
|
49 v2 = this->uNumLoadedFiles - 1;
|
|
50 if ( v2 >= this->uNumPrevLoadedFiles )
|
|
51 {
|
|
52 v3 = &this->pTextures[v2];
|
|
53 do
|
|
54 {
|
|
55 v3->Release();
|
|
56 v4 = v1->pHardwareTextures;
|
|
57 if ( v4 )
|
|
58 {
|
|
59 v5 = v4[v2];
|
|
60 if ( v5 )
|
|
61 {
|
|
62 v5->Release();
|
|
63 v1->pHardwareTextures[v2] = 0;
|
|
64 }
|
|
65 }
|
|
66 v6 = v1->pHardwareSurfaces;
|
|
67 if ( v6 )
|
|
68 {
|
|
69 v7 = v6[v2];
|
|
70 if ( v7 )
|
|
71 {
|
|
72 v7->Release();
|
|
73 v1->pHardwareSurfaces[v2] = 0;
|
|
74 }
|
|
75 }
|
|
76 --v2;
|
|
77 --v3;
|
|
78 }
|
|
79 while ( v2 >= v1->uNumPrevLoadedFiles );
|
|
80 }
|
|
81 v8 = v1->uNumPrevLoadedFiles;
|
|
82 v1->uNumPrevLoadedFiles = 0;
|
|
83 v1->uNumLoadedFiles = v8;
|
|
84 v1->uTexturePacksCount = 0;
|
|
85 }
|
|
86 }
|
|
87
|
|
88 //----- (004114F2) --------------------------------------------------------
|
|
89 void LODFile_IconsBitmaps::_4114F2()
|
|
90 {
|
|
91 LODFile_IconsBitmaps *v1; // esi@1
|
|
92 int *pTexturePacksCount; // eax@1
|
|
93 int v3; // ecx@1
|
|
94 int v4; // ecx@2
|
|
95 int v5; // edi@3
|
|
96 Texture *v6; // ebx@4
|
|
97 struct IDirect3DTexture2 **v7; // eax@5
|
|
98 struct IDirect3DTexture2 *v8; // eax@6
|
|
99 struct IDirectDrawSurface **v9; // eax@8
|
|
100 struct IDirectDrawSurface *v10; // eax@9
|
|
101 int v11; // eax@12
|
|
102
|
|
103 v1 = this;
|
|
104 pTexturePacksCount = &this->uTexturePacksCount;
|
|
105 v3 = this->uTexturePacksCount;
|
|
106 if ( v3 )
|
|
107 {
|
|
108 v4 = v3 - 1;
|
|
109 *pTexturePacksCount = v4;
|
|
110 if ( !v4 )
|
|
111 {
|
|
112 v5 = v1->uNumLoadedFiles - 1;
|
|
113 if ( v5 >= v1->uNumPrevLoadedFiles )
|
|
114 {
|
|
115 v6 = &v1->pTextures[v5];
|
|
116 do
|
|
117 {
|
|
118 v6->Release();
|
|
119 v7 = v1->pHardwareTextures;
|
|
120 if ( v7 )
|
|
121 {
|
|
122 v8 = v7[v5];
|
|
123 if ( v8 )
|
|
124 {
|
|
125 v8->Release();
|
|
126 v1->pHardwareTextures[v5] = 0;
|
|
127 }
|
|
128 }
|
|
129 v9 = v1->pHardwareSurfaces;
|
|
130 if ( v9 )
|
|
131 {
|
|
132 v10 = v9[v5];
|
|
133 if ( v10 )
|
|
134 {
|
|
135 v10->Release();
|
|
136 v1->pHardwareSurfaces[v5] = 0;
|
|
137 }
|
|
138 }
|
|
139 --v5;
|
|
140 --v6;
|
|
141 }
|
|
142 while ( v5 >= v1->uNumPrevLoadedFiles );
|
|
143 }
|
|
144 v11 = v1->uNumPrevLoadedFiles;
|
|
145 v1->uNumPrevLoadedFiles = 0;
|
|
146 v1->uNumLoadedFiles = v11;
|
|
147 }
|
|
148 }
|
|
149 }
|
|
150
|
|
151 //----- (004AC67E) --------------------------------------------------------
|
|
152 int LODFile_Sprites::LoadSpriteFromFile(LODSprite *pSpriteHeader, const char *pContainer)
|
|
153 {
|
|
154 FILE *v3; // eax@1
|
|
155 FILE *v4; // ebx@1
|
|
156 int result; // eax@2
|
|
157 LODSprite *v6; // esi@3
|
|
158 LODSprite_stru0 *v7; // eax@3
|
|
159 size_t v8; // ST10_4@3
|
|
160 int *v9; // ebx@3
|
|
161 int v10; // eax@3
|
|
162 void *v11; // eax@5
|
|
163 LODSprite_stru0 *v12; // eax@6
|
|
164 void *v13; // ecx@6
|
|
165 LODSprite_stru0 *i; // edx@6
|
|
166 FILE *File; // [sp+4h] [bp-4h]@1
|
|
167 void *DstBufa; // [sp+10h] [bp+8h]@4
|
|
168 int Sizea; // [sp+14h] [bp+Ch]@3
|
|
169
|
|
170 v3 = FindContainer(pContainer, 0);
|
|
171 v4 = v3;
|
|
172 File = v3;
|
|
173 if ( v3 )
|
|
174 {
|
|
175 v6 = pSpriteHeader;
|
|
176 fread(pSpriteHeader, 1u, 0x20u, v3);
|
|
177 strcpy(pSpriteHeader->pName, pContainer);
|
|
178 Sizea = pSpriteHeader->uSpriteSize;
|
|
179 v7 = (LODSprite_stru0 *)pAllocator->AllocNamedChunk(v6->pSpriteLines, 8 * v6->uHeight, v6->pName);
|
|
180 v8 = 8 * pSpriteHeader->uHeight;
|
|
181 pSpriteHeader->pSpriteLines = v7;
|
|
182 fread(v7, 1u, v8, v4);
|
|
183 v9 = &pSpriteHeader->uDecompressedSize;
|
|
184 v10 = pSpriteHeader->uDecompressedSize;
|
|
185 if ( v10 )
|
|
186 {
|
|
187 pSpriteHeader->pDecompressedBytes = pAllocator->AllocNamedChunk(
|
|
188 pSpriteHeader->pDecompressedBytes,
|
|
189 v10,
|
|
190 pSpriteHeader->pName);
|
|
191 DstBufa = pAllocator->AllocNamedChunk(0, Sizea, pSpriteHeader->pName);
|
|
192 fread(DstBufa, 1u, Sizea, File);
|
|
193 zlib::MemUnzip(v6->pDecompressedBytes, (unsigned int *)&v6->uDecompressedSize, DstBufa, v6->uSpriteSize);
|
|
194 v6->uSpriteSize = *v9;
|
|
195 pAllocator->FreeChunk(DstBufa);
|
|
196 }
|
|
197 else
|
|
198 {
|
|
199 v11 = pAllocator->AllocNamedChunk(pSpriteHeader->pDecompressedBytes, Sizea, pSpriteHeader->pName);
|
|
200 pSpriteHeader->pDecompressedBytes = v11;
|
|
201 fread(v11, 1u, Sizea, File);
|
|
202 }
|
|
203 v12 = v6->pSpriteLines;
|
|
204 v13 = v6->pDecompressedBytes;
|
|
205 for ( i = &v12[v6->uHeight]; v12 < i; i = &v6->pSpriteLines[v6->uHeight] )
|
|
206 {
|
|
207 v12->ptr_4 = (char *)v12->ptr_4 + (unsigned int)v13;
|
|
208 ++v12;
|
|
209 }
|
|
210 result = 1;
|
|
211 }
|
|
212 else
|
|
213 {
|
|
214 result = -1;
|
|
215 }
|
|
216 return result;
|
|
217 }
|
|
218
|
|
219 //----- (004AC795) --------------------------------------------------------
|
|
220 bool LODFile_Sprites::LoadSprites(const char *pFilename)
|
|
221 {
|
|
222 if (LoadHeader(pFilename, 1))
|
|
223 return false;
|
|
224 else
|
|
225 return LoadSubIndices("sprites08") == 0;
|
|
226 }
|
|
227
|
|
228 //----- (004AC7C0) --------------------------------------------------------
|
|
229 int LODFile_Sprites::LoadSprite(const char *pContainerName, unsigned int uPaletteID)
|
|
230 { signed int v3; // edi@1
|
|
231 LODFile_Sprites *v4; // esi@1
|
|
232 unsigned int v5; // eax@6
|
|
233 signed int v6; // ecx@10
|
|
234 Sprite *v7; // eax@11
|
|
235 FILE *v8; // eax@12
|
|
236 Sprite *v10; // edx@21
|
|
237 int v11; // eax@21
|
|
238 int v12; // eax@22
|
|
239 unsigned __int8 v13; // zf@23
|
|
240 unsigned __int8 v14; // sf@23
|
|
241 LODSprite DstBuf; // [sp+Ch] [bp-3Ch]@12
|
|
242 char *Str1; // [sp+34h] [bp-14h]@24
|
|
243 LODSprite *v17; // [sp+38h] [bp-10h]@3
|
|
244 int v18; // [sp+44h] [bp-4h]@12
|
|
245
|
|
246 auto a3 = uPaletteID;
|
|
247 v3 = 0;
|
|
248 v4 = this;
|
|
249 if ( pRenderer->pRenderD3D )
|
|
250 {
|
|
251 if ( (signed int)this->uNumLoadedSprites > 0 )
|
|
252 {
|
|
253 v17 = 0;
|
|
254 while ( _strcmpi(*(const char **)&v17->pName[(unsigned int)v4->pHardwareSprites], pContainerName) )
|
|
255 {
|
|
256 ++v17;
|
|
257 ++v3;
|
|
258 if ( v3 >= (signed int)v4->uNumLoadedSprites )
|
|
259 goto LABEL_6;
|
|
260 }
|
|
261 return v3;
|
|
262 }
|
|
263 }
|
|
264 else
|
|
265 {
|
|
266 if ( (signed int)this->uNumLoadedSprites > 0 )
|
|
267 {
|
|
268 v17 = this->pSpriteHeaders;
|
|
269 while ( _strcmpi(v17->pName, pContainerName) )
|
|
270 {
|
|
271 ++v17;
|
|
272 ++v3;
|
|
273 if ( v3 >= (signed int)v4->uNumLoadedSprites )
|
|
274 goto LABEL_6;
|
|
275 }
|
|
276 return v3;
|
|
277 }
|
|
278 }
|
|
279 LABEL_6:
|
|
280 v5 = v4->uNumLoadedSprites;
|
|
281 if ( v5 == 1500 )
|
|
282 return -1;
|
|
283 if ( pRenderer->pRenderD3D && v4->field_ECAC )
|
|
284 {
|
|
285 if ( !v4->pHardwareSprites )
|
|
286 {
|
|
287 v4->pHardwareSprites = (Sprite *)pAllocator->AllocNamedChunk(0, 0xEA60u, "hardSprites");
|
|
288 v6 = 0;
|
|
289 do
|
|
290 {
|
|
291 v7 = &v4->pHardwareSprites[v6];
|
|
292 ++v6;
|
|
293 v7->pName = 0;
|
|
294 v7->pTextureSurface = 0;
|
|
295 v7->pTexture = 0;
|
|
296 }
|
|
297 while ( v6 < 1500 );
|
|
298 }
|
|
299 DstBuf.uHeight = 0;
|
|
300 DstBuf.uPaletteId = 0;
|
|
301 DstBuf.word_1A = 0;
|
|
302 DstBuf.pSpriteLines = 0;
|
|
303 DstBuf.pDecompressedBytes = 0;
|
|
304 v18 = 0;
|
|
305 v8 = FindContainer(pContainerName, 0);
|
|
306 if ( !v8 )
|
|
307 {
|
|
308 v18 = -1;
|
|
309 //LODSprite::dtor(&DstBuf);
|
|
310 return -1;
|
|
311 }
|
|
312 fread(&DstBuf, 1u, 0x20u, v8);
|
|
313 v10 = v4->pHardwareSprites;
|
|
314 v11 = 5 * v4->uNumLoadedSprites;
|
|
315 v18 = -1;
|
|
316 pHardwareSprites[uNumLoadedSprites].uBufferWidth = DstBuf.uWidth;
|
|
317 pHardwareSprites[uNumLoadedSprites].uBufferHeight = DstBuf.uHeight;
|
|
318 pSpriteHeaders[uNumLoadedSprites].uWidth = DstBuf.uWidth;
|
|
319 pSpriteHeaders[uNumLoadedSprites].uHeight = DstBuf.uHeight;
|
|
320 //LODSprite::dtor(&DstBuf);
|
|
321 goto LABEL_29;
|
|
322 }
|
|
323 v12 = LoadSpriteFromFile( &v4->pSpriteHeaders[v5], pContainerName);
|
|
324 v4->pSpriteHeaders[v4->uNumLoadedSprites].word_1A = 0;
|
|
325 if ( v12 != -1 )
|
|
326 {
|
|
327 LABEL_28:
|
|
328 v4->pSpriteHeaders[v4->uNumLoadedSprites].uPaletteId = pPaletteManager->LoadPalette(
|
|
329 v4->pSpriteHeaders[v4->uNumLoadedSprites].uPaletteId);
|
|
330 LABEL_29:
|
|
331 if ( pRenderer->pRenderD3D )
|
|
332 {
|
|
333 v4->pHardwareSprites[v4->uNumLoadedSprites].pName = (const char *)pAllocator->AllocNamedChunk(
|
|
334 v4->pHardwareSprites[v4->uNumLoadedSprites].pName,
|
|
335 0x14u,
|
|
336 pContainerName);
|
|
337 strcpy((char *)pHardwareSprites[uNumLoadedSprites].pName, pContainerName);
|
|
338 v4->pHardwareSprites[v4->uNumLoadedSprites].uPaletteID = uPaletteID;
|
|
339 pRenderer->MoveSpriteToDevice(&pHardwareSprites[uNumLoadedSprites]);
|
|
340 }
|
|
341 ++v4->uNumLoadedSprites;
|
|
342 return v4->uNumLoadedSprites - 1;
|
|
343 }
|
|
344 v13 = v4->uNumLoadedSprites == 0;
|
|
345 v14 = (v4->uNumLoadedSprites & 0x80000000u) != 0;
|
|
346 v17 = 0;
|
|
347 if ( v14 | v13 )
|
|
348 {
|
|
349 LABEL_27:
|
|
350 if ( LoadSpriteFromFile(&v4->pSpriteHeaders[v4->uNumLoadedSprites], "pending") == -1 )
|
|
351 return -1;
|
|
352 goto LABEL_28;
|
|
353 }
|
|
354 Str1 = (char *)v4->pSpriteHeaders;
|
|
355 while ( _strcmpi(Str1, "pending") )
|
|
356 {
|
|
357 v17 = (LODSprite *)((char *)v17 + 1);
|
|
358 Str1 += 40;
|
|
359 if ( (signed int)v17 >= (signed int)v4->uNumLoadedSprites )
|
|
360 goto LABEL_27;
|
|
361 }
|
|
362 return (int)v17;
|
|
363 }
|
|
364
|
|
365 //----- (004ACADA) --------------------------------------------------------
|
|
366 void LODFile_Sprites::ReleaseLostHardwareSprites()
|
|
367 {
|
|
368 LODFile_Sprites *v1; // esi@1
|
|
369 signed int v2; // ebx@2
|
|
370 int v3; // edi@3
|
|
371 IDirectDrawSurface *v4; // eax@4
|
|
372 IDirect3DTexture2 *v5; // eax@6
|
|
373 IDirectDrawSurface *v6; // ST00_4@8
|
|
374
|
|
375 v1 = this;
|
|
376 if ( this->pHardwareSprites )
|
|
377 {
|
|
378 v2 = 0;
|
|
379 if ( (signed int)this->uNumLoadedSprites > 0 )
|
|
380 {
|
|
381 v3 = 0;
|
|
382 do
|
|
383 {
|
1
|
384 v4 = (IDirectDrawSurface *)v1->pHardwareSprites[v3].pTextureSurface;
|
0
|
385 if ( v4 && v4->IsLost() == DDERR_SURFACELOST )
|
|
386 {
|
|
387 v5 = v1->pHardwareSprites[v3].pTexture;
|
|
388 if ( v5 )
|
|
389 {
|
|
390 v5->Release();
|
|
391 v1->pHardwareSprites[v3].pTexture = 0;
|
|
392 }
|
1
|
393 v6 = (IDirectDrawSurface *)v1->pHardwareSprites[v3].pTextureSurface;
|
0
|
394 v6->Release();
|
|
395 v1->pHardwareSprites[v3].pTextureSurface = 0;
|
|
396 pRenderer->MoveSpriteToDevice(&v1->pHardwareSprites[v3]);
|
|
397 }
|
|
398 ++v2;
|
|
399 ++v3;
|
|
400 }
|
|
401 while ( v2 < (signed int)v1->uNumLoadedSprites );
|
|
402 }
|
|
403 }
|
|
404 }
|
|
405
|
|
406 //----- (004ACB70) --------------------------------------------------------
|
|
407 void LODFile_Sprites::ReleaseAll()
|
|
408 {
|
|
409 LODFile_Sprites *v1; // esi@1
|
|
410 signed int v2; // ebx@2
|
|
411 int v3; // edi@3
|
|
412 Sprite *v4; // eax@4
|
|
413 IDirect3DTexture2 *v5; // eax@5
|
|
414 Sprite *v6; // eax@7
|
|
415 IDirectDrawSurface *v7; // eax@8
|
|
416
|
|
417 v1 = this;
|
|
418 if ( this->pHardwareSprites )
|
|
419 {
|
|
420 v2 = 0;
|
|
421 if ( (signed int)this->uNumLoadedSprites > 0 )
|
|
422 {
|
|
423 v3 = 0;
|
|
424 do
|
|
425 {
|
|
426 v4 = v1->pHardwareSprites;
|
|
427 if ( v4 )
|
|
428 {
|
|
429 v5 = v4[v3].pTexture;
|
|
430 if ( v5 )
|
|
431 {
|
|
432 v5->Release();
|
|
433 v1->pHardwareSprites[v3].pTexture = 0;
|
|
434 }
|
|
435 v6 = v1->pHardwareSprites;
|
|
436 if ( v6 )
|
|
437 {
|
1
|
438 v7 = (IDirectDrawSurface *)v6[v3].pTextureSurface;
|
0
|
439 if ( v7 )
|
|
440 {
|
|
441 v7->Release();
|
|
442 v1->pHardwareSprites[v3].pTextureSurface = 0;
|
|
443 }
|
|
444 }
|
|
445 }
|
|
446 ++v2;
|
|
447 ++v3;
|
|
448 }
|
|
449 while ( v2 < (signed int)v1->uNumLoadedSprites );
|
|
450 }
|
|
451 }
|
|
452 }
|
|
453
|
|
454 //----- (004ACBE0) --------------------------------------------------------
|
|
455 void LODFile_Sprites::MoveSpritesToVideoMemory()
|
|
456 {
|
|
457 LODFile_Sprites *v1; // esi@1
|
|
458 int v2; // ebx@1
|
|
459 signed int v3; // edi@2
|
|
460
|
|
461 v1 = this;
|
|
462 v2 = 0;
|
|
463 if ( this->pHardwareSprites )
|
|
464 {
|
|
465 v3 = 0;
|
|
466 if ( (signed int)this->uNumLoadedSprites > 0 )
|
|
467 {
|
|
468 do
|
|
469 {
|
|
470 pRenderer->MoveSpriteToDevice(&v1->pHardwareSprites[v2]);
|
|
471 ++v3;
|
|
472 ++v2;
|
|
473 }
|
|
474 while ( v3 < (signed int)v1->uNumLoadedSprites );
|
|
475 }
|
|
476 }
|
|
477 }
|
|
478
|
|
479 //----- (004ACC38) --------------------------------------------------------
|
|
480 int LODSprite::_4ACC38(RenderBillboardTransform_local0 *a2, char a3)
|
|
481 {
|
|
482 RenderBillboardTransform_local0 *v3; // edi@1
|
|
483 int result; // eax@1
|
|
484 int v5; // esi@2
|
|
485 int v6; // ST18_4@2
|
|
486 signed int v7; // eax@2
|
|
487 signed int v8; // ebx@2
|
|
488 int v9; // ebx@2
|
|
489 int *v10; // ecx@2
|
|
490 int v11; // esi@2
|
|
491 unsigned int v12; // edx@4
|
|
492 int v13; // esi@13
|
|
493 int v14; // esi@17
|
|
494 int v15; // ecx@17
|
|
495 char *v16; // edx@17
|
|
496 int v17; // esi@17
|
|
497 int v18; // ecx@18
|
|
498 int v19; // esi@18
|
|
499 LODSprite_stru0 *v20; // edx@21
|
|
500 int v21; // eax@22
|
|
501 int v22; // esi@22
|
|
502 int v23; // eax@25
|
|
503 int v24; // ecx@25
|
|
504 signed __int64 v25; // qtt@27
|
|
505 int v26; // eax@27
|
|
506 unsigned __int16 *v27; // eax@29
|
|
507 LODSprite_stru0 *v28; // edx@29
|
|
508 signed int v29; // ecx@30
|
|
509 int v30; // ecx@37
|
|
510 int v31; // ecx@38
|
|
511 signed int v32; // ecx@41
|
|
512 int v33; // ecx@47
|
|
513 int v34; // ecx@56
|
|
514 int v35; // esi@58
|
|
515 __int16 v36; // ax@58
|
|
516 int v37; // ecx@59
|
|
517 int v38; // eax@59
|
|
518 int v39; // ecx@62
|
|
519 signed int v40; // ST30_4@64
|
|
520 signed __int64 v41; // qtt@64
|
|
521 int v42; // ecx@64
|
|
522 unsigned __int16 *v43; // eax@66
|
|
523 LODSprite_stru0 *v44; // ecx@66
|
|
524 int v45; // edx@69
|
|
525 int v46; // edx@77
|
|
526 unsigned __int16 *pTarget; // [sp+Ch] [bp-50h]@2
|
|
527 signed int v48; // [sp+10h] [bp-4Ch]@2
|
|
528 signed int v49; // [sp+14h] [bp-48h]@2
|
|
529 int v50; // [sp+14h] [bp-48h]@19
|
|
530 int v51; // [sp+14h] [bp-48h]@57
|
|
531 int v52; // [sp+18h] [bp-44h]@13
|
|
532 int v53; // [sp+1Ch] [bp-40h]@2
|
|
533 int v54; // [sp+1Ch] [bp-40h]@22
|
|
534 int v55; // [sp+1Ch] [bp-40h]@32
|
|
535 int v56; // [sp+1Ch] [bp-40h]@69
|
|
536 int v57; // [sp+20h] [bp-3Ch]@2
|
|
537 int v58; // [sp+24h] [bp-38h]@1
|
|
538 int v59; // [sp+28h] [bp-34h]@2
|
|
539 int v60; // [sp+28h] [bp-34h]@13
|
|
540 unsigned __int16 *v61; // [sp+2Ch] [bp-30h]@2
|
|
541 int v62; // [sp+30h] [bp-2Ch]@2
|
|
542 void *v63; // [sp+30h] [bp-2Ch]@29
|
|
543 void *v64; // [sp+30h] [bp-2Ch]@66
|
|
544 int v65; // [sp+34h] [bp-28h]@2
|
|
545 int v66; // [sp+34h] [bp-28h]@22
|
|
546 int v67; // [sp+34h] [bp-28h]@59
|
|
547 int v68; // [sp+38h] [bp-24h]@13
|
|
548 unsigned int v69; // [sp+3Ch] [bp-20h]@2
|
|
549 int v70; // [sp+40h] [bp-1Ch]@2
|
|
550 signed int v71; // [sp+40h] [bp-1Ch]@15
|
|
551 int v72; // [sp+44h] [bp-18h]@2
|
|
552 unsigned __int16 *v73; // [sp+44h] [bp-18h]@29
|
|
553 unsigned __int16 *v74; // [sp+44h] [bp-18h]@66
|
|
554 int v75; // [sp+48h] [bp-14h]@4
|
|
555 int v76; // [sp+48h] [bp-14h]@22
|
|
556 int v77; // [sp+48h] [bp-14h]@59
|
|
557 LODSprite *v78; // [sp+4Ch] [bp-10h]@1
|
|
558 int v79; // [sp+50h] [bp-Ch]@4
|
|
559 int v80; // [sp+50h] [bp-Ch]@21
|
|
560 int v81; // [sp+50h] [bp-Ch]@62
|
|
561 int v82; // [sp+50h] [bp-Ch]@67
|
|
562 int v83; // [sp+50h] [bp-Ch]@75
|
|
563 int *pTargetZ; // [sp+54h] [bp-8h]@4
|
|
564 int v85; // [sp+58h] [bp-4h]@18
|
|
565 int v86; // [sp+58h] [bp-4h]@56
|
|
566 signed int v87; // [sp+64h] [bp+8h]@2
|
|
567 int v88; // [sp+68h] [bp+Ch]@18
|
|
568 int v89; // [sp+68h] [bp+Ch]@56
|
|
569
|
|
570 v3 = a2;
|
|
571 v78 = this;
|
|
572 result = a2->field_10;
|
|
573 v58 = a2->field_10;
|
|
574 if ( result <= 0 )
|
|
575 return result;
|
|
576 v5 = a2->field_14;
|
|
577 v6 = a2->field_10;
|
|
578 v87 = (signed __int64)0x100000000ui64 / result;
|
|
579 v48 = (signed __int64)0x100000000ui64 / result;
|
|
580 v62 = (signed __int64)0x100000000ui64 / v5;
|
|
581 v7 = this->uHeight;
|
|
582 v8 = (signed int)((signed __int64)0x100000000ui64 / v5) >> 1;
|
|
583 v53 = v8;
|
|
584 v70 = (this->uHeight << 16) - v8;
|
|
585 v49 = v7;
|
|
586 v69 = v3->uTargetPitch;
|
|
587 pTarget = v3->pTarget;
|
|
588 v57 = v3->field_28;
|
|
589 v61 = v3->pPalette;
|
|
590 v9 = (v6 * this->uWidth + 32768) >> 16;
|
|
591 v72 = v3->field_C;
|
|
592 result = (v5 * v7 + 32768) >> 16;
|
|
593 v10 = (int *)(v72 - result + 1);
|
|
594 v11 = v3->field_8 - (v9 >> 1) + 1;
|
|
595 v65 = v72 - result + 1;
|
|
596 v59 = v11 + v9 - 1;
|
|
597 if ( BYTE1(v3->uFlags) & 8 )
|
|
598 {
|
|
599 v10 = (int *)((char *)v10 + (v49 >> 1));
|
|
600 v72 += v49 >> 1;
|
|
601 v65 = (int)v10;
|
|
602 }
|
|
603 v12 = v72;
|
|
604 pTargetZ = v10;
|
|
605 v75 = v3->field_8 - (v9 >> 1) + 1;
|
|
606 v79 = v11 + v9 - 1;
|
|
607 if ( !(v3->uFlags & 8) )
|
|
608 {
|
|
609 if ( v65 < (signed int)v3->uViewportY )
|
|
610 pTargetZ = (int *)v3->uViewportY;
|
|
611 if ( v72 > (signed int)v3->uViewportW )
|
|
612 v12 = v3->uViewportW;
|
|
613 if ( v11 < (signed int)v3->uViewportX )
|
|
614 v75 = v3->uViewportX;
|
|
615 if ( v59 > (signed int)v3->uViewportZ )
|
|
616 v79 = v3->uViewportZ;
|
|
617 }
|
|
618 v68 = v75 - v11;
|
|
619 v13 = -v62;
|
|
620 v60 = v59 - v79;
|
|
621 v52 = -v62;
|
|
622 if ( v3->uFlags & 1 )
|
|
623 {
|
|
624 v13 = v62;
|
|
625 v70 = v53;
|
|
626 v52 = v62;
|
|
627 }
|
|
628 v71 = v13 * (v72 - v12) + v70;
|
|
629 if ( LOBYTE(viewparams->field_20) )
|
|
630 {
|
|
631 if ( a3 )
|
|
632 return result;
|
|
633 }
|
|
634 v14 = 5 * v12;
|
|
635 v15 = v69 * v12;
|
|
636 result = v12 - v72 + result - 1;
|
|
637 v16 = (char *)pTargetZ - v65;
|
|
638 v17 = v14 << 7;
|
|
639 if ( v3->uFlags & 4 )
|
|
640 {
|
|
641 v34 = v79 + v15;
|
|
642 v89 = v34;
|
|
643 v86 = v79 + v17;
|
|
644 if ( result < (signed int)v16 )
|
|
645 return result;
|
|
646 v51 = result - (int)v16 + 1;
|
|
647 while ( 1 )
|
|
648 {
|
|
649 v35 = v71 >> 16;
|
|
650 v36 = LOWORD(v78->pSpriteLines[v35].dword_0);
|
|
651 if ( v36 == -1 )
|
|
652 {
|
|
653 v34 -= v69;
|
|
654 v89 = v34;
|
|
655 goto LABEL_84;
|
|
656 }
|
|
657 v37 = v9 - ((unsigned __int64)(v36 * (signed __int64)v58) >> 16);
|
|
658 v67 = v87 * ((unsigned __int64)(LOWORD(v78->pSpriteLines[v35].dword_0) * (signed __int64)v58) >> 16);
|
|
659 v38 = v9 - v60;
|
|
660 v77 = v9 - v60;
|
|
661 if ( v9 - v60 <= (signed int)(v9
|
|
662 - ((unsigned __int64)(HIWORD(v78->pSpriteLines[v35].dword_0) * (signed __int64)v58) >> 16))
|
|
663 || v68 >= v37 )
|
|
664 {
|
|
665 v89 -= v69;
|
|
666 v34 = v89;
|
|
667 LABEL_84:
|
|
668 v86 -= 640;
|
|
669 goto LABEL_85;
|
|
670 }
|
|
671 if ( v38 < v37 )
|
|
672 {
|
|
673 v81 = (v87 >> 1) + v87 * (v37 - v38);
|
|
674 }
|
|
675 else
|
|
676 {
|
|
677 v77 = v37;
|
|
678 v81 = v87 >> 1;
|
|
679 v39 = v37 - v9;
|
|
680 v89 += v39 + v60;
|
|
681 v86 += v60 + v39;
|
|
682 }
|
|
683 v40 = ((HIWORD(v78->pSpriteLines[v35].dword_0) + 1) << 16) - v81 - v67;
|
|
684 LODWORD(v41) = v40 << 16;
|
|
685 HIDWORD(v41) = v40 >> 16;
|
|
686 v42 = v77 - (((signed int)((unsigned __int64)(v41 / v48) - 32768) >> 16) + 1);
|
|
687 if ( v68 >= v42 )
|
|
688 v42 = v68;
|
|
689 v43 = &pTarget[v89];
|
|
690 v74 = &v43[v42 - v77 + 1];
|
|
691 v44 = &v78->pSpriteLines[v35];
|
|
692 v64 = v44->ptr_4;
|
|
693 if ( !v57 )
|
|
694 {
|
|
695 v83 = v67 + v81;
|
|
696 if ( ((v83 - (LOWORD(v44->dword_0) << 16)) & 0xFFFF0000) < 0 )
|
|
697 {
|
|
698 v83 += v87;
|
|
699 --v43;
|
|
700 --pTargetZ;
|
|
701 }
|
|
702 while ( v43 >= v74 )
|
|
703 {
|
|
704 v46 = (v83 - ((signed int)LOWORD(v78->pSpriteLines[v35].dword_0) << 16)) >> 16;
|
|
705 if ( *((char *)v64 + v46) )
|
|
706 *v43 = v61[*((char *)v64 + v46)];
|
|
707 v83 += v87;
|
|
708 --v43;
|
|
709 }
|
|
710 goto LABEL_81;
|
|
711 }
|
|
712 pTargetZ = &v3->pTargetZ[v86];
|
|
713 v82 = v67 + v81;
|
|
714 if ( ((v82 - (LOWORD(v44->dword_0) << 16)) & 0xFFFF0000) < 0 )
|
|
715 goto LABEL_72;
|
|
716 LABEL_73:
|
|
717 if ( v43 >= v74 )
|
|
718 break;
|
|
719 LABEL_81:
|
|
720 v89 += v9 - v77 - v60 - v69;
|
|
721 v34 = v89;
|
|
722 v86 = v86 + v9 - v77 - v60 - 640;
|
|
723 LABEL_85:
|
|
724 result = v52;
|
|
725 v71 += v52;
|
|
726 --v51;
|
|
727 if ( !v51 )
|
|
728 return result;
|
|
729 }
|
|
730 v45 = (v82 - ((signed int)LOWORD(v78->pSpriteLines[v35].dword_0) << 16)) >> 16;
|
|
731 v56 = *((char *)v64 + v45);
|
|
732 if ( *((char *)v64 + v45) && v57 <= (unsigned int)*pTargetZ )
|
|
733 {
|
|
734 *pTargetZ = v57;
|
|
735 *v43 = v61[v56];
|
|
736 }
|
|
737 LABEL_72:
|
|
738 v82 += v87;
|
|
739 --v43;
|
|
740 --pTargetZ;
|
|
741 goto LABEL_73;
|
|
742 }
|
|
743 v18 = v75 + v15;
|
|
744 v19 = v75 + v17;
|
|
745 v88 = v18;
|
|
746 v85 = v19;
|
|
747 if ( result >= (signed int)v16 )
|
|
748 {
|
|
749 v50 = result - (int)v16 + 1;
|
|
750 while ( 1 )
|
|
751 {
|
|
752 v20 = &v78->pSpriteLines[v71 >> 16];
|
|
753 v80 = v71 >> 16;
|
|
754 if ( LOWORD(v20->dword_0) != -1 )
|
|
755 break;
|
|
756 v18 -= v69;
|
|
757 v85 = v19 - 640;
|
|
758 v88 = v18;
|
|
759 LABEL_54:
|
|
760 result = v52;
|
|
761 v71 += v52;
|
|
762 --v50;
|
|
763 if ( !v50 )
|
|
764 return result;
|
|
765 v19 = v85;
|
|
766 }
|
|
767 v21 = (v58 * LOWORD(v20->dword_0) + 32768) >> 16;
|
|
768 v66 = v21 * v87;
|
|
769 v76 = v68;
|
|
770 v54 = HIWORD(v20->dword_0);
|
|
771 v22 = v9 - v60;
|
|
772 if ( v68 >= (v58 * v54 + 32768) >> 16 || v22 <= v21 )
|
|
773 {
|
|
774 v88 -= v69;
|
|
775 v85 -= 640;
|
|
776 goto LABEL_51;
|
|
777 }
|
|
778 if ( v68 > v21 )
|
|
779 {
|
|
780 v24 = (v87 >> 1) + v87 * (v68 - v21);
|
|
781 }
|
|
782 else
|
|
783 {
|
|
784 v76 = (v58 * LOWORD(v20->dword_0) + 32768) >> 16;
|
|
785 v23 = v21 - v68;
|
|
786 v88 += v23;
|
|
787 v24 = v87 >> 1;
|
|
788 v85 += v23;
|
|
789 }
|
|
790 LODWORD(v25) = (((v54 + 1) << 16) - v24 - v66) << 16;
|
|
791 HIDWORD(v25) = (((v54 + 1) << 16) - v24 - v66) >> 16;
|
|
792 v26 = v76 + ((signed int)(v25 / v48) >> 16) + 1;
|
|
793 if ( v22 > v26 )
|
|
794 v22 = v26;
|
|
795 v27 = &pTarget[v88];
|
|
796 v73 = &v27[v22 - v76 - 1];
|
|
797 v28 = &v78->pSpriteLines[v80];
|
|
798 v63 = v28->ptr_4;
|
|
799 if ( v57 )
|
|
800 {
|
|
801 pTargetZ = &v3->pTargetZ[v85];
|
|
802 v29 = v66 - (LOWORD(v28->dword_0) << 16) + v24;
|
|
803 if ( (v29 & 0xFFFF0000) >= 0 )
|
|
804 goto LABEL_36;
|
|
805 while ( 1 )
|
|
806 {
|
|
807 v29 += v87;
|
|
808 ++v27;
|
|
809 ++pTargetZ;
|
|
810 LABEL_36:
|
|
811 if ( v27 >= v73 )
|
|
812 break;
|
|
813 v55 = *((char *)v63 + (v29 >> 16));
|
|
814 if ( *((char *)v63 + (v29 >> 16)) && v57 <= (unsigned int)*pTargetZ )
|
|
815 {
|
|
816 *pTargetZ = v57;
|
|
817 *v27 = v61[v55];
|
|
818 }
|
|
819 }
|
|
820 v30 = v29 >> 16;
|
|
821 if ( v30 > HIWORD(v78->pSpriteLines[v80].dword_0) - (signed int)LOWORD(v78->pSpriteLines[v80].dword_0)
|
|
822 || (v31 = *((char *)v63 + v30)) == 0
|
|
823 || v57 > (unsigned int)*pTargetZ )
|
|
824 goto LABEL_50;
|
|
825 *pTargetZ = v57;
|
|
826 }
|
|
827 else
|
|
828 {
|
|
829 v32 = v66 - (LOWORD(v28->dword_0) << 16) + v24;
|
|
830 if ( (v32 & 0xFFFF0000) < 0 )
|
|
831 {
|
|
832 v32 += v87;
|
|
833 ++v27;
|
|
834 ++pTargetZ;
|
|
835 }
|
|
836 while ( v27 < v73 )
|
|
837 {
|
|
838 if ( *((char *)v63 + (v32 >> 16)) )
|
|
839 *v27 = v61[*((char *)v63 + (v32 >> 16))];
|
|
840 v32 += v87;
|
|
841 ++v27;
|
|
842 }
|
|
843 v33 = v32 >> 16;
|
|
844 if ( v33 > HIWORD(v78->pSpriteLines[v80].dword_0) - (signed int)LOWORD(v78->pSpriteLines[v80].dword_0)
|
|
845 || (v31 = *((char *)v63 + v33)) == 0 )
|
|
846 goto LABEL_50;
|
|
847 }
|
|
848 *v27 = v61[v31];
|
|
849 LABEL_50:
|
|
850 v88 += v68 - v76 - v69;
|
|
851 v85 = v85 + v68 - v76 - 640;
|
|
852 LABEL_51:
|
|
853 v18 = v88;
|
|
854 goto LABEL_54;
|
|
855 }
|
|
856 return result;
|
|
857 }
|
|
858
|
|
859 //----- (004AD2D1) --------------------------------------------------------
|
|
860 int LODSprite::_4AD2D1(struct RenderBillboardTransform_local0 *a2, int a3)
|
|
861 {
|
|
862 int result; // eax@1
|
|
863 unsigned int v4; // esi@1
|
|
864 int v5; // edi@1
|
|
865 LODSprite_stru0 *v6; // edx@2
|
|
866 __int16 v7; // bx@2
|
|
867 int v8; // ecx@3
|
|
868 unsigned __int16 *v9; // esi@3
|
|
869 int v10; // ebx@3
|
|
870 void *v11; // edx@3
|
|
871 unsigned __int16 *v12; // ecx@3
|
|
872 int v13; // ebx@4
|
|
873 LODSprite *v14; // [sp+8h] [bp-10h]@1
|
|
874 unsigned __int16 *v15; // [sp+10h] [bp-8h]@1
|
|
875 unsigned __int16 *v16; // [sp+14h] [bp-4h]@1
|
|
876 int i; // [sp+20h] [bp+8h]@1
|
|
877
|
|
878 result = (int)a2;
|
|
879 v14 = this;
|
|
880 v4 = a2->uTargetPitch;
|
|
881 v16 = a2->pTarget;
|
|
882 v15 = a2->pPalette;
|
|
883 v5 = this->uHeight - 1;
|
|
884 for ( i = v4 * a2->field_C - (this->uWidth >> 1) + a2->field_8 + 1; v5 >= 0; --v5 )
|
|
885 {
|
|
886 v6 = &this->pSpriteLines[v5];
|
|
887 v7 = LOWORD(v6->dword_0);
|
|
888 if ( LOWORD(v6->dword_0) != -1 )
|
|
889 {
|
|
890 v8 = v7;
|
|
891 v9 = &v16[v7 + i];
|
|
892 v10 = HIWORD(v6->dword_0);
|
|
893 v11 = v6->ptr_4;
|
|
894 v12 = &v9[v10 - v8];
|
|
895 while ( v9 <= v12 )
|
|
896 {
|
|
897 v13 = *(char *)v11;
|
|
898 v11 = (char *)v11 + 1;
|
|
899 if ( v13 )
|
|
900 *v9 = v15[v13];
|
|
901 ++v9;
|
|
902 }
|
|
903 v4 = *(int *)(result + 48);
|
|
904 //this = v14;
|
|
905 }
|
|
906 i -= v4;
|
|
907 }
|
|
908 return result;
|
|
909 }
|
|
910
|
|
911 //----- (0046454B) --------------------------------------------------------
|
|
912 void LODFile_IconsBitmaps::ReleaseAll2()
|
|
913 {
|
|
914 LODFile_IconsBitmaps *v1; // esi@1
|
|
915 int v2; // edi@1
|
|
916 Texture *v3; // ebx@2
|
|
917 struct IDirect3DTexture2 **v4; // eax@3
|
|
918 struct IDirect3DTexture2 *v5; // eax@4
|
|
919 struct IDirectDrawSurface **v6; // eax@6
|
|
920 struct IDirectDrawSurface *v7; // eax@7
|
|
921 int v8; // eax@10
|
|
922
|
|
923 v1 = this;
|
|
924 v2 = this->uNumLoadedFiles - 1;
|
|
925 if ( v2 >= this->dword_11B84 )
|
|
926 {
|
|
927 v3 = &this->pTextures[v2];
|
|
928 do
|
|
929 {
|
|
930 v3->Release();
|
|
931 v4 = v1->pHardwareTextures;
|
|
932 if ( v4 )
|
|
933 {
|
|
934 v5 = v4[v2];
|
|
935 if ( v5 )
|
|
936 {
|
|
937 v5->Release();
|
|
938 v1->pHardwareTextures[v2] = 0;
|
|
939 }
|
|
940 }
|
|
941 v6 = v1->pHardwareSurfaces;
|
|
942 if ( v6 )
|
|
943 {
|
|
944 v7 = v6[v2];
|
|
945 if ( v7 )
|
|
946 {
|
|
947 v7->Release();
|
|
948 v1->pHardwareSurfaces[v2] = 0;
|
|
949 }
|
|
950 }
|
|
951 --v2;
|
|
952 --v3;
|
|
953 }
|
|
954 while ( v2 >= v1->dword_11B84 );
|
|
955 }
|
|
956 v8 = v1->dword_11B84;
|
|
957 v1->uTexturePacksCount = 0;
|
|
958 v1->uNumPrevLoadedFiles = 0;
|
|
959 v1->uNumLoadedFiles = v8;
|
|
960 }
|
|
961
|
|
962 //----- (004645DC) --------------------------------------------------------
|
|
963 void LODFile_Sprites::DeleteSomeOtherSprites()
|
|
964 {
|
|
965 int *v1; // esi@1
|
|
966 int *v2; // edi@1
|
|
967
|
|
968 v1 = (int *)&this->uNumLoadedSprites;
|
|
969 v2 = &this->field_ECA0;
|
|
970 DeleteSpritesRange(field_ECA0, uNumLoadedSprites);
|
|
971 *v1 = *v2;
|
|
972 }
|
|
973
|
|
974
|
|
975 //----- (00461431) --------------------------------------------------------
|
|
976 void LOD::File::Close()
|
|
977 {
|
|
978 LOD::File *v1; // esi@1
|
|
979 LOD::Directory **v2; // edi@2
|
|
980 FILE *v3; // ST00_4@2
|
|
981
|
|
982 v1 = this;
|
|
983 if ( this->isFileOpened )
|
|
984 {
|
|
985 this->pContainerName[0] = 0;
|
|
986 this->uCurrentIndexDir = 0;
|
|
987 v2 = &this->pSubIndices;
|
|
988 pAllocator->FreeChunk(this->pSubIndices);
|
|
989 pAllocator->FreeChunk(v1->pRoot);
|
|
990 v3 = v1->pFile;
|
|
991 *v2 = 0;
|
|
992 v1->pRoot = 0;
|
|
993 fclose(v3);
|
|
994 v1->isFileOpened = 0;
|
|
995 _6A0CA8_lod_unused = 0;
|
|
996 }
|
|
997 }
|
|
998 // 6A0CA8: using guessed type int 6A0CA8_lod_unused;
|
|
999
|
|
1000 //----- (00461492) --------------------------------------------------------
|
|
1001 int LODWriteableFile::_461492(LOD::FileHeader *pHeader, LOD::Directory *pDir, const char *Source)
|
|
1002 {
|
|
1003 LODWriteableFile *v4; // esi@1
|
|
1004 FILE *v6; // eax@5
|
|
1005
|
|
1006 v4 = this;
|
|
1007 if ( this->isFileOpened )
|
|
1008 return 1;
|
|
1009 if ( !pDir->pFilename[0] )
|
|
1010 return 2;
|
|
1011 strcpy((char *)pHeader, "LOD");
|
|
1012 pHeader->dword_0000A4 = 100;
|
|
1013 pHeader->uNumIndices = 1;
|
|
1014 pDir->pFilename[15] = 0;
|
|
1015 pDir->uDataSize = 0;
|
|
1016 pDir->uOfsetFromSubindicesStart = 288;
|
|
1017 strcpy((char *)v4->pLODName, Source);
|
|
1018 v6 = fopen((const char *)v4->pLODName, "wb+");
|
|
1019 v4->pFile = v6;
|
|
1020 if ( !v6 )
|
|
1021 return 3;
|
|
1022 fwrite(pHeader, 0x100u, 1u, v6);
|
|
1023 fwrite(pDir, 0x20u, 1u, v4->pFile);
|
|
1024 fclose(v4->pFile);
|
|
1025 v4->pFile = 0;
|
|
1026 return 0;
|
|
1027 }
|
|
1028
|
|
1029 //----- (0046153F) --------------------------------------------------------
|
|
1030 void LOD::File::ResetSubIndices()
|
|
1031 {
|
|
1032 LOD::Directory **pSubIndices_dup2; // esi@2
|
|
1033 LOD::Directory *pSubIndices_dup; // ST00_4@2
|
|
1034
|
|
1035 if ( this->isFileOpened )
|
|
1036 {
|
|
1037 pSubIndices_dup2 = &this->pSubIndices;
|
|
1038 this->pContainerName[0] = 0;
|
|
1039 this->uCurrentIndexDir = 0;
|
|
1040 pSubIndices_dup = this->pSubIndices;
|
|
1041 this->uOffsetToSubIndex = 0;
|
|
1042 this->uNumSubIndices = 0;
|
|
1043 this->uLODDataSize = 0;
|
|
1044 pAllocator->FreeChunk(pSubIndices_dup);
|
|
1045 *pSubIndices_dup2 = 0;
|
|
1046 }
|
|
1047 }
|
|
1048
|
|
1049
|
|
1050
|
|
1051
|
|
1052
|
|
1053
|
|
1054
|
|
1055 //----- (00450C8B) --------------------------------------------------------
|
|
1056 void LODFile_Sprites::DeleteSomeSprites()
|
|
1057 {
|
|
1058 int *v1; // esi@1
|
|
1059 int *v2; // edi@1
|
|
1060
|
|
1061 v1 = (int *)&this->uNumLoadedSprites;
|
|
1062 v2 = &this->field_ECA8;
|
|
1063 DeleteSpritesRange(this->field_ECA8, this->uNumLoadedSprites);
|
|
1064 *v1 = *v2;
|
|
1065 }
|
|
1066
|
|
1067 //----- (00450CA9) --------------------------------------------------------
|
|
1068 void LODFile_Sprites::DeleteSpritesRange(int uStartIndex, int uStopIndex)
|
|
1069 {
|
|
1070 LODFile_Sprites *v3; // edi@1
|
|
1071 int v4; // esi@3
|
|
1072 LODSprite *v5; // ebx@3
|
|
1073 LODSprite *v6; // esi@7
|
|
1074 int v7; // edi@7
|
|
1075 int a2a; // [sp+10h] [bp+8h]@3
|
|
1076
|
|
1077 v3 = this;
|
|
1078 if ( this->pHardwareSprites )
|
|
1079 {
|
|
1080 if ( uStartIndex < uStopIndex )
|
|
1081 {
|
|
1082 v4 = uStartIndex;
|
|
1083 v5 = &this->pSpriteHeaders[uStartIndex];
|
|
1084 a2a = uStopIndex - uStartIndex;
|
|
1085 do
|
|
1086 {
|
|
1087 v5->Release();
|
|
1088 pHardwareSprites[v4].Release();
|
|
1089 ++v4;
|
|
1090 ++v5;
|
|
1091 --a2a;
|
|
1092 }
|
|
1093 while ( a2a );
|
|
1094 }
|
|
1095 }
|
|
1096 else
|
|
1097 {
|
|
1098 if ( uStartIndex < uStopIndex )
|
|
1099 {
|
|
1100 v6 = &this->pSpriteHeaders[uStartIndex];
|
|
1101 v7 = uStopIndex - uStartIndex;
|
|
1102 do
|
|
1103 {
|
|
1104 v6->Release();
|
|
1105 ++v6;
|
|
1106 --v7;
|
|
1107 }
|
|
1108 while ( v7 );
|
|
1109 }
|
|
1110 }
|
|
1111 }
|
|
1112
|
|
1113 //----- (00450D1D) --------------------------------------------------------
|
|
1114 void LODSprite::Release()
|
|
1115 {
|
|
1116 LODSprite *v1; // esi@1
|
|
1117
|
|
1118 v1 = this;
|
|
1119 if ( !(HIBYTE(this->word_1A) & 4) )
|
|
1120 {
|
|
1121 pAllocator->FreeChunk(this->pDecompressedBytes);
|
|
1122 pAllocator->FreeChunk(v1->pSpriteLines);
|
|
1123 }
|
|
1124 v1->word_1A = 0;
|
|
1125 v1->pDecompressedBytes = 0;
|
|
1126 v1->pSpriteLines = 0;
|
|
1127 v1->pName[0] = 0;
|
|
1128 v1->word_16 = 0;
|
|
1129 v1->uPaletteId = 0;
|
|
1130 v1->uTexturePitch = 0;
|
|
1131 v1->uHeight = 0;
|
|
1132 v1->uWidth = 0;
|
|
1133 v1->uSpriteSize = 0;
|
|
1134 }
|
|
1135
|
|
1136 //----- (00450D68) --------------------------------------------------------
|
|
1137 void Sprite::Release()
|
|
1138 {
|
1
|
1139 if (pName)
|
|
1140 pAllocator->FreeChunk((void *)pName);
|
|
1141 pName = nullptr;
|
0
|
1142
|
1
|
1143 if (pTextureSurface)
|
|
1144 pTextureSurface->Release();
|
|
1145 pTextureSurface = nullptr;
|
|
1146
|
|
1147 if (pTexture)
|
|
1148 pTexture->Release();
|
|
1149 pTexture = nullptr;
|
0
|
1150 }
|
|
1151
|
|
1152
|
|
1153
|
|
1154
|
|
1155 //----- (0040FA2E) --------------------------------------------------------
|
|
1156 bool LODFile_IconsBitmaps::LoadBitmaps(const char *pFilename)
|
|
1157 {
|
|
1158 ReleaseAll();
|
|
1159 if (LoadHeader(pFilename, 1))
|
|
1160 return false;
|
|
1161 else
|
|
1162 return LoadSubIndices("bitmaps") == 0;
|
|
1163 }
|
|
1164
|
|
1165
|
|
1166 //----- (0040FAEE) --------------------------------------------------------
|
|
1167 bool LODFile_IconsBitmaps::LoadIconsOrEvents(const char *pLODFilename)
|
|
1168 {
|
|
1169 ReleaseAll();
|
|
1170
|
|
1171 if (LoadHeader(pLODFilename, 1))
|
|
1172 return false;
|
|
1173 else
|
|
1174 return LoadSubIndices("icons") == 0;
|
|
1175 }
|
|
1176
|
|
1177
|
|
1178 //----- (0040FA60) --------------------------------------------------------
|
|
1179 void LODFile_IconsBitmaps::ReleaseAll()
|
|
1180 {
|
|
1181 LODFile_IconsBitmaps *v1; // esi@1
|
|
1182 unsigned int v2; // edi@1
|
|
1183 Texture *v3; // ebp@2
|
|
1184 struct IDirect3DTexture2 **v4; // eax@3
|
|
1185 struct IDirect3DTexture2 *v5; // eax@4
|
|
1186 struct IDirectDrawSurface **v6; // eax@6
|
|
1187 struct IDirectDrawSurface *v7; // eax@7
|
|
1188
|
|
1189 v1 = this;
|
|
1190 v2 = this->uNumLoadedFiles - 1;
|
|
1191 if ( (v2 & 0x80000000u) == 0 )
|
|
1192 {
|
|
1193 v3 = &this->pTextures[v2];
|
|
1194 do
|
|
1195 {
|
|
1196 v3->Release();
|
|
1197 v4 = v1->pHardwareTextures;
|
|
1198 if ( v4 )
|
|
1199 {
|
|
1200 v5 = v4[v2];
|
|
1201 if ( v5 )
|
|
1202 {
|
|
1203 v5->Release();
|
|
1204 v1->pHardwareTextures[v2] = 0;
|
|
1205 }
|
|
1206 }
|
|
1207 v6 = v1->pHardwareSurfaces;
|
|
1208 if ( v6 )
|
|
1209 {
|
|
1210 v7 = v6[v2];
|
|
1211 if ( v7 )
|
|
1212 {
|
|
1213 v7->Release();
|
|
1214 v1->pHardwareSurfaces[v2] = 0;
|
|
1215 }
|
|
1216 }
|
|
1217 --v2;
|
|
1218 --v3;
|
|
1219 }
|
|
1220 while ( (v2 & 0x80000000u) == 0 );
|
|
1221 }
|
|
1222 v1->uTexturePacksCount = 0;
|
|
1223 v1->uNumPrevLoadedFiles = 0;
|
|
1224 v1->dword_11B84 = 0;
|
|
1225 v1->dword_11B80 = 0;
|
|
1226 v1->uNumLoadedFiles = 0;
|
|
1227 }
|
|
1228
|
|
1229 //----- (0040F9F0) --------------------------------------------------------
|
|
1230 unsigned int LODFile_IconsBitmaps::FindTextureByName(const char *pName)
|
|
1231 {
|
|
1232 LODFile_IconsBitmaps *v2; // esi@1
|
|
1233 unsigned int v3; // edi@1
|
|
1234 Texture *v4; // ebx@2
|
|
1235 unsigned int result; // eax@5
|
|
1236
|
|
1237 v2 = this;
|
|
1238 v3 = 0;
|
|
1239 if ( (signed int)this->uNumLoadedFiles <= 0 )
|
|
1240 {
|
|
1241 LABEL_5:
|
|
1242 result = -1;
|
|
1243 }
|
|
1244 else
|
|
1245 {
|
|
1246 v4 = this->pTextures;
|
|
1247 while ( _strcmpi(v4->pName, pName) )
|
|
1248 {
|
|
1249 ++v3;
|
|
1250 ++v4;
|
|
1251 if ( (signed int)v3 >= (signed int)v2->uNumLoadedFiles )
|
|
1252 goto LABEL_5;
|
|
1253 }
|
|
1254 result = v3;
|
|
1255 }
|
|
1256 return result;
|
|
1257 }
|
|
1258
|
|
1259 //----- (0040F9C5) --------------------------------------------------------
|
|
1260 int LODFile_IconsBitmaps::_40F9C5()
|
|
1261 {
|
|
1262 signed int result; // eax@1
|
|
1263 Texture *pTex; // edx@1
|
|
1264
|
|
1265 result = this->uNumLoadedFiles;
|
|
1266 for ( pTex = &this->pTextures[result]; !pTex->pName[0]; --pTex )
|
|
1267 --result;
|
|
1268 if ( result < (signed int)this->uNumLoadedFiles )
|
|
1269 {
|
|
1270 ++result;
|
|
1271 this->uNumLoadedFiles = result;
|
|
1272 }
|
|
1273 return result;
|
|
1274 }
|
|
1275
|
|
1276
|
|
1277
|
|
1278 //----- (0046249B) --------------------------------------------------------
|
|
1279 LODFile_Sprites::~LODFile_Sprites()
|
|
1280 {
|
|
1281 LODFile_Sprites *v1; // esi@1
|
|
1282 signed int v2; // ebx@1
|
|
1283 LODSprite *v3; // edi@3
|
|
1284 char *v4; // edi@6
|
|
1285 int thisa; // [sp+4h] [bp-10h]@3
|
|
1286 LODSprite *thisb; // [sp+4h] [bp-10h]@7
|
|
1287
|
|
1288 v1 = this;
|
|
1289 v2 = 0;
|
|
1290 if ( this->pHardwareSprites )
|
|
1291 {
|
|
1292 if ( (signed int)this->uNumLoadedSprites > 0 )
|
|
1293 {
|
|
1294 thisa = 0;
|
|
1295 v3 = this->pSpriteHeaders;
|
|
1296 do
|
|
1297 {
|
|
1298 v3->Release();
|
|
1299 v1->pHardwareSprites[thisa].Release();
|
|
1300 ++thisa;
|
|
1301 ++v2;
|
|
1302 ++v3;
|
|
1303 }
|
|
1304 while ( v2 < (signed int)v1->uNumLoadedSprites );
|
|
1305 }
|
|
1306 }
|
|
1307 else
|
|
1308 {
|
|
1309 v4 = (char *)&this->uNumLoadedSprites;
|
|
1310 if ( (signed int)this->uNumLoadedSprites > 0 )
|
|
1311 {
|
|
1312 thisb = this->pSpriteHeaders;
|
|
1313 do
|
|
1314 {
|
|
1315 thisb->Release();
|
|
1316 ++thisb;
|
|
1317 ++v2;
|
|
1318 }
|
|
1319 while ( v2 < *(int *)v4 );
|
|
1320 }
|
|
1321 }
|
|
1322 //_eh_vector_destructor_iterator_(v1->pSpriteHeaders, 40, 1500, LODSprite::dtor);
|
|
1323 //LOD::File::vdtor((LOD::File *)v1);
|
|
1324 }
|
|
1325 // 4CC2B4: using guessed type int __stdcall _eh vector destructor iterator_(int, int, int, int);
|
|
1326
|
|
1327
|
|
1328 //----- (00462463) --------------------------------------------------------
|
|
1329 LODSprite::~LODSprite()
|
|
1330 {
|
|
1331 LODSprite *v1; // esi@1
|
|
1332
|
|
1333 v1 = this;
|
|
1334 if ( !(HIBYTE(this->word_1A) & 4) )
|
|
1335 {
|
|
1336 pAllocator->FreeChunk(this->pDecompressedBytes);
|
|
1337 pAllocator->FreeChunk(v1->pSpriteLines);
|
|
1338 }
|
|
1339 v1->pDecompressedBytes = 0;
|
|
1340 v1->pSpriteLines = 0;
|
|
1341 }
|
|
1342
|
|
1343 //----- (004623E5) --------------------------------------------------------
|
|
1344 LODFile_Sprites::LODFile_Sprites():
|
|
1345 LOD::File()
|
|
1346 {
|
|
1347 /*_eh_vector_constructor_iterator_(
|
|
1348 v1->pSpriteHeaders,
|
|
1349 40,
|
|
1350 1500,
|
|
1351 (void (__thiscall *)(void *))LODSprite::LODSprite,
|
|
1352 (void (__thiscall *)(void *))LODSprite::dtor);*/
|
|
1353 field_ECA4 = 0;
|
|
1354 field_ECA0 = 0;
|
|
1355 pHardwareSprites = 0;
|
|
1356 field_ECAC = 0;
|
|
1357 field_ECB4 = 0;
|
|
1358 uNumLoadedSprites = 0;
|
|
1359 }
|
|
1360
|
|
1361 //----- (00462303) --------------------------------------------------------
|
|
1362 LODFile_IconsBitmaps::~LODFile_IconsBitmaps()
|
|
1363 {
|
|
1364 LODFile_IconsBitmaps *v1; // esi@1
|
|
1365 unsigned int v2; // edi@1
|
|
1366 struct IDirect3DTexture2 **v3; // eax@3
|
|
1367 struct IDirect3DTexture2 *v4; // eax@4
|
|
1368 struct IDirectDrawSurface **v5; // eax@6
|
|
1369 struct IDirectDrawSurface *v6; // eax@7
|
|
1370 Texture *thisa; // [sp+4h] [bp-10h]@2
|
|
1371
|
|
1372 v1 = this;
|
|
1373 v2 = this->uNumLoadedFiles - 1;
|
|
1374 if ( (v2 & 0x80000000u) == 0 )
|
|
1375 {
|
|
1376 thisa = &this->pTextures[v2];
|
|
1377 do
|
|
1378 {
|
|
1379 thisa->Release();
|
|
1380 v3 = v1->pHardwareTextures;
|
|
1381 if ( v3 )
|
|
1382 {
|
|
1383 v4 = v3[v2];
|
|
1384 if ( v4 )
|
|
1385 {
|
|
1386 v4->Release();
|
|
1387 v1->pHardwareTextures[v2] = 0;
|
|
1388 }
|
|
1389 }
|
|
1390 v5 = v1->pHardwareSurfaces;
|
|
1391 if ( v5 )
|
|
1392 {
|
|
1393 v6 = v5[v2];
|
|
1394 if ( v6 )
|
|
1395 {
|
|
1396 v6->Release();
|
|
1397 v1->pHardwareSurfaces[v2] = 0;
|
|
1398 }
|
|
1399 }
|
|
1400 --thisa;
|
|
1401 --v2;
|
|
1402 }
|
|
1403 while ( (v2 & 0x80000000u) == 0 );
|
|
1404 }
|
|
1405 if ( v1->pHardwareSurfaces )
|
|
1406 free(v1->pHardwareSurfaces);
|
|
1407 if ( v1->pHardwareTextures )
|
|
1408 free(v1->pHardwareTextures);
|
|
1409 if ( v1->ptr_011BB4 )
|
|
1410 free(v1->ptr_011BB4);
|
|
1411 //LOD::File::vdtor((LOD::File *)v1);
|
|
1412 }
|
|
1413
|
|
1414 //----- (00462272) --------------------------------------------------------
|
|
1415 LODFile_IconsBitmaps::LODFile_IconsBitmaps():
|
|
1416 LOD::File()
|
|
1417 {
|
|
1418 LODFile_IconsBitmaps *v1; // esi@1
|
|
1419 Texture *v2; // ebx@1
|
|
1420 signed int v3; // [sp+4h] [bp-10h]@1
|
|
1421
|
|
1422 v1 = this;
|
|
1423 /*v2 = v1->pTextures;
|
|
1424 v3 = 1000;
|
|
1425 do
|
|
1426 {
|
|
1427 Texture::Texture(v2);
|
|
1428 ++v2;
|
|
1429 --v3;
|
|
1430 }
|
|
1431 while ( v3 );*/
|
|
1432 v1->uTexturePacksCount = 0;
|
|
1433 v1->uNumPrevLoadedFiles = 0;
|
|
1434 v1->dword_11B84 = 0;
|
|
1435 v1->dword_11B80 = 0;
|
|
1436 v1->uNumLoadedFiles = 0;
|
|
1437 v1->dword_011BA4 = 0;
|
|
1438 v1->dword_011BA8 = 0;
|
|
1439 v1->pHardwareSurfaces = 0;
|
|
1440 v1->pHardwareTextures = 0;
|
|
1441 v1->ptr_011BB4 = 0;
|
|
1442 }
|
|
1443
|
|
1444
|
|
1445 //----- (004621A7) --------------------------------------------------------
|
|
1446 bool LODWriteableFile::_4621A7()
|
|
1447 {
|
|
1448 CloseWriteFile();
|
|
1449 return LoadFile(pLODName, 0);
|
|
1450 }
|
|
1451
|
|
1452
|
|
1453 //----- (00461FD4) --------------------------------------------------------
|
|
1454 int LODWriteableFile::Save()
|
|
1455 {
|
|
1456 LODWriteableFile *v1; // esi@1
|
|
1457 int v2; // edi@1
|
|
1458 unsigned int v3; // edx@1
|
|
1459 LOD::Directory *v4; // eax@2
|
|
1460 unsigned int v5; // ecx@2
|
|
1461 int v6; // eax@2
|
|
1462 signed int v7; // ebx@5
|
|
1463 int v8; // ecx@5
|
|
1464 LOD::Directory **v9; // edi@6
|
|
1465 int v10; // edx@6
|
|
1466 LOD::Directory *v11; // eax@6
|
|
1467 FILE *v12; // eax@9
|
|
1468 FILE *v13; // ebx@9
|
|
1469 signed int result; // eax@10
|
|
1470 unsigned int v15; // eax@11
|
|
1471 FILE *v16; // ST00_4@11
|
|
1472 size_t v17; // edi@12
|
|
1473 char OldFilename[256]; // [sp+Ch] [bp-228h]@9
|
|
1474 char NewFilename[256]; // [sp+10Ch] [bp-128h]@15
|
|
1475 //LOD::Directory v0; // [sp+20Ch] [bp-28h]@11
|
|
1476 unsigned int v21; // [sp+22Ch] [bp-8h]@5
|
|
1477 int v22; // [sp+230h] [bp-4h]@1
|
|
1478
|
|
1479 v1 = this;
|
|
1480 v2 = 0;
|
|
1481 v3 = this->uNumSubIndices;
|
|
1482 v22 = 0;
|
|
1483 if ( (signed int)v3 > 0 )
|
|
1484 {
|
|
1485 v4 = this->pSubIndices;
|
|
1486 v5 = v3;
|
|
1487 v6 = (int)&v4->uDataSize;
|
|
1488 do
|
|
1489 {
|
|
1490 v2 += *(int *)v6;
|
|
1491 v6 += 32;
|
|
1492 --v5;
|
|
1493 }
|
|
1494 while ( v5 );
|
|
1495 v22 = v2;
|
|
1496 }
|
|
1497 v7 = 0;
|
|
1498 v21 = 32 * v3 + v2;
|
|
1499 v8 = 32 * v3;
|
|
1500 if ( (signed int)v3 > 0 )
|
|
1501 {
|
|
1502 v9 = &v1->pSubIndices;
|
|
1503 v10 = 0;
|
|
1504 v11 = v1->pSubIndices;
|
|
1505 do
|
|
1506 {
|
|
1507 v11[v10].uOfsetFromSubindicesStart = v8;
|
|
1508 v11 = *v9;
|
|
1509 v8 += (*v9)[v10].uDataSize;
|
|
1510 ++v7;
|
|
1511 ++v10;
|
|
1512 }
|
|
1513 while ( v7 < (signed int)v1->uNumSubIndices );
|
|
1514 v2 = v22;
|
|
1515 }
|
|
1516 strcpy(OldFilename, "lod.tmp");
|
|
1517 v12 = fopen(OldFilename, "wb+");
|
|
1518 v13 = v12;
|
|
1519 if ( v12 )
|
|
1520 {
|
|
1521 fwrite(&v1->header, 0x100u, 1u, v12);
|
|
1522
|
|
1523 LOD::Directory v0; // [sp+20Ch] [bp-28h]@11
|
|
1524 //LOD::Directory::LOD::Directory(&v0);
|
|
1525
|
|
1526 strcpy((char *)&v0, "chapter");
|
|
1527 v15 = v1->uOffsetToSubIndex;
|
|
1528 v0.dword_000018 = 0;
|
|
1529 v0.uOfsetFromSubindicesStart = v15;
|
|
1530 v0.word_00001E = 0;
|
|
1531 v0.uDataSize = v21;
|
|
1532 v0.uNumSubIndices = LOWORD(v1->uNumSubIndices);
|
|
1533 fwrite(&v0, 0x20u, 1u, v13);
|
|
1534 fwrite(v1->pSubIndices, 0x20u, v1->uNumSubIndices, v13);
|
|
1535 v16 = v1->pOutputFileHandle;
|
|
1536 v22 = v2;
|
|
1537 fseek(v16, 0, 0);
|
|
1538 if ( v2 > 0 )
|
|
1539 {
|
|
1540 do
|
|
1541 {
|
|
1542 v17 = v1->uIOBufferSize;
|
|
1543 if ( v22 <= (signed int)v17 )
|
|
1544 v17 = v22;
|
|
1545 fread(v1->pIOBuffer, 1u, v17, v1->pOutputFileHandle);
|
|
1546 fwrite(v1->pIOBuffer, 1u, v17, v13);
|
|
1547 v22 -= v17;
|
|
1548 }
|
|
1549 while ( v22 > 0 );
|
|
1550 }
|
|
1551 strcpy(NewFilename, (const char *)v1->pLODName);
|
|
1552 fclose(v13);
|
|
1553 fclose(v1->pOutputFileHandle);
|
|
1554 v1->CloseWriteFile();
|
|
1555 remove("lodapp.tmp");
|
|
1556 remove(NewFilename);
|
|
1557 rename(OldFilename, NewFilename);
|
|
1558 v1->CloseWriteFile();
|
|
1559 v1->LoadFile(v1->pLODName, 0);
|
|
1560 result = 0;
|
|
1561 }
|
|
1562 else
|
|
1563 {
|
|
1564 result = 5;
|
|
1565 }
|
|
1566 return result;
|
|
1567 }
|
|
1568
|
|
1569
|
|
1570 //----- (00461F71) --------------------------------------------------------
|
|
1571 bool LOD::File::AppendDirectory(LOD::Directory *pDir, const void *pData)
|
|
1572 {
|
|
1573 unsigned int v3; // edi@1
|
|
1574 bool result; // eax@2
|
|
1575 FILE *v5; // ST0C_4@3
|
|
1576
|
|
1577 v3 = this->uNumSubIndices;
|
|
1578 if ( (signed int)v3 < 299 )
|
|
1579 {
|
|
1580 memcpy(&this->pSubIndices[v3], pDir, sizeof(this->pSubIndices[v3]));
|
|
1581 v5 = this->pOutputFileHandle;
|
|
1582 ++this->uNumSubIndices;
|
|
1583 fwrite(pData, 1u, pDir->uDataSize, v5);
|
|
1584 result = 1;
|
|
1585 }
|
|
1586 else
|
|
1587 {
|
|
1588 MessageBoxA(0, "Unable to append item!", "LOD::File", 0x30u);
|
|
1589 result = 0;
|
|
1590 }
|
|
1591 return result;
|
|
1592 }
|
|
1593
|
|
1594
|
|
1595 //----- (00461F1E) --------------------------------------------------------
|
|
1596 int LODWriteableFile::CreateTempFile()
|
|
1597 {
|
|
1598 LODWriteableFile *v1; // esi@1
|
|
1599 int result; // eax@2
|
|
1600 FILE *pFile; // eax@5
|
|
1601 int v4; // eax@5
|
|
1602
|
|
1603 v1 = this;
|
|
1604 if ( this->isFileOpened )
|
|
1605 {
|
|
1606 if ( this->pIOBuffer && this->uIOBufferSize )
|
|
1607 {
|
|
1608 this->uCurrentIndexDir = 0;
|
|
1609 this->uNumSubIndices = 0;
|
|
1610 pFile = fopen("lodapp.tmp", "wb+");
|
|
1611 v1->pOutputFileHandle = pFile;
|
|
1612 v4 = -(pFile != 0);
|
|
1613 LOBYTE(v4) = v4 & 0xF9;
|
|
1614 result = v4 + 7;
|
|
1615 }
|
|
1616 else
|
|
1617 {
|
|
1618 result = 5;
|
|
1619 }
|
|
1620 }
|
|
1621 else
|
|
1622 {
|
|
1623 result = 1;
|
|
1624 }
|
|
1625 return result;
|
|
1626 }
|
|
1627
|
|
1628
|
|
1629
|
|
1630 //----- (00461EE9) --------------------------------------------------------
|
|
1631 void LODWriteableFile::CloseWriteFile()
|
|
1632 {
|
|
1633 FILE **v1; // esi@1
|
|
1634
|
|
1635 v1 = (FILE **)this;
|
|
1636 if ( this->isFileOpened )
|
|
1637 {
|
|
1638 this->pContainerName[0] = 0;
|
|
1639 this->uCurrentIndexDir = 0;
|
|
1640 this->isFileOpened = 0;
|
|
1641 _6A0CA8_lod_unused = 0;
|
|
1642 fflush(this->pFile);
|
|
1643 fclose(*v1);
|
|
1644 }
|
|
1645 }
|
|
1646 // 6A0CA8: using guessed type int 6A0CA8_lod_unused;
|
|
1647
|
|
1648 //----- (00461B48) --------------------------------------------------------
|
|
1649 unsigned int LODWriteableFile::Write(const LOD::Directory *pDir, const void *pDirData, int a4)
|
|
1650 {
|
|
1651 LODWriteableFile *v4; // ebx@1
|
|
1652 int v5; // esi@1
|
|
1653 unsigned __int8 v7; // zf@7
|
|
1654 unsigned __int8 v8; // sf@7
|
|
1655 const LOD::Directory *v9; // edi@9
|
|
1656 int v10; // eax@9
|
|
1657 unsigned __int8 v11; // of@15
|
|
1658 unsigned __int16 v12; // dx@17
|
|
1659 LOD::Directory *v13; // eax@17
|
|
1660 unsigned __int16 v14; // cx@17
|
|
1661 int v15; // edi@27
|
|
1662 unsigned int v16; // eax@27
|
|
1663 int v17; // eax@29
|
|
1664 int v18; // edx@31
|
|
1665 int v19; // eax@31
|
|
1666 void *v20; // edi@32
|
|
1667 LOD::Directory *v21; // edi@34
|
|
1668 signed int v22; // esi@34
|
|
1669 int v23; // eax@34
|
|
1670 LOD::Directory *v24; // ecx@35
|
|
1671 int v25; // edx@35
|
|
1672 __int32 v26; // eax@37
|
|
1673 int i; // esi@39
|
|
1674 __int32 v28; // esi@46
|
|
1675 char pFilename[256]; // [sp+Ch] [bp-230h]@22
|
|
1676 char NewFilename[256]; // [sp+10Ch] [bp-130h]@51
|
|
1677 //LOD::Directory Str; // [sp+20Ch] [bp-30h]@27
|
|
1678 size_t v33; // [sp+22Ch] [bp-10h]@27
|
|
1679 int v34; // [sp+230h] [bp-Ch]@7
|
|
1680 __int32 v35; // [sp+234h] [bp-8h]@8
|
|
1681 int v36; // [sp+238h] [bp-4h]@7
|
|
1682 size_t Count; // [sp+244h] [bp+8h]@40
|
|
1683 __int32 Countc; // [sp+244h] [bp+8h]@46
|
|
1684 size_t Countb; // [sp+244h] [bp+8h]@47
|
|
1685 FILE *pFile; // [sp+24Ch] [bp+10h]@22
|
|
1686
|
|
1687 v4 = this;
|
|
1688 v5 = 0;
|
|
1689 if ( !this->isFileOpened )
|
|
1690 return 1;
|
|
1691 if ( !this->pSubIndices )
|
|
1692 return 2;
|
|
1693 if ( !this->pIOBuffer || !this->uIOBufferSize )
|
|
1694 return 3;
|
|
1695 v7 = this->uNumSubIndices == 0;
|
|
1696 v8 = (this->uNumSubIndices & 0x80000000u) != 0;
|
|
1697 v36 = 0;
|
|
1698 v34 = 0;
|
|
1699 if ( v8 | v7 )
|
|
1700 {
|
|
1701 v9 = pDir;
|
|
1702 goto LABEL_22;
|
|
1703 }
|
|
1704 v35 = 0;
|
|
1705 while ( 1 )
|
|
1706 {
|
|
1707 v9 = pDir;
|
|
1708 v10 = _strcmpi((const char *)v4->pSubIndices + v35, (const char *)pDir);
|
|
1709 if ( v10 )
|
|
1710 {
|
|
1711 if ( v10 > 0 )
|
|
1712 goto LABEL_22;
|
|
1713 goto LABEL_15;
|
|
1714 }
|
|
1715 if ( !a4 )
|
|
1716 goto LABEL_20;
|
|
1717 if ( a4 == 1 )
|
|
1718 break;
|
|
1719 if ( a4 == 2 )
|
|
1720 return 4;
|
|
1721 LABEL_15:
|
|
1722 v35 += 32;
|
|
1723 ++v5;
|
|
1724 v11 = __OFSUB__(v5, v4->uNumSubIndices);
|
|
1725 v8 = ((v5 - v4->uNumSubIndices) & 0x80000000u) != 0;
|
|
1726 v34 = v5;
|
|
1727 if ( !(v8 ^ v11) )
|
|
1728 goto LABEL_22;
|
|
1729 }
|
|
1730 v12 = pDir->uNumSubIndices;
|
|
1731 v13 = &v4->pSubIndices[v5];
|
|
1732 v14 = v13->uNumSubIndices;
|
|
1733 if ( v14 >= v12 && (v14 != v12 || (unsigned __int16)v13->word_00001E >= pDir->word_00001E) )
|
|
1734 return 4;
|
|
1735 LABEL_20:
|
|
1736 v36 = 1;
|
|
1737 LABEL_22:
|
|
1738 strcpy(pFilename, "lod.tmp");
|
|
1739 pFile = fopen(pFilename, "wb+");
|
|
1740 if ( !pFile )
|
|
1741 return 5;
|
|
1742 if ( v36 )
|
|
1743 v35 = v4->pSubIndices[v5].uDataSize;
|
|
1744 else
|
|
1745 v35 = 0;
|
|
1746 v33 = v9->uDataSize;
|
|
1747 v15 = v33 - v35;
|
|
1748
|
|
1749 LOD::Directory Str; // [sp+20Ch] [bp-30h]@27
|
|
1750 //LOD::Directory::LOD::Directory(&Str);
|
|
1751
|
|
1752 strcpy((char *)&Str, "chapter");
|
|
1753 v16 = v4->uLODDataSize;
|
|
1754 Str.uNumSubIndices = LOWORD(v4->uNumSubIndices);
|
|
1755 Str.dword_000018 = 0;
|
|
1756 Str.word_00001E = 0;
|
|
1757 if ( !v36 )
|
|
1758 {
|
|
1759 ++Str.uNumSubIndices;
|
|
1760 v15 += 32;
|
|
1761 }
|
|
1762 v7 = v36 == 0;
|
|
1763 Str.uDataSize = v15 + v16;
|
|
1764 Str.uOfsetFromSubindicesStart = 288;
|
|
1765 v17 = (signed __int16)Str.uNumSubIndices;
|
|
1766 v4->uNumSubIndices = (signed __int16)Str.uNumSubIndices;
|
|
1767 if ( v7 && v17 > v5 )
|
|
1768 {
|
|
1769 v18 = v17;
|
|
1770 v19 = v17 - v5;
|
|
1771 do
|
|
1772 {
|
|
1773 v20 = &v4->pSubIndices[v18];
|
|
1774 --v18;
|
|
1775 --v19;
|
|
1776 memcpy(v20, (char *)v20 - 32, 0x20u);
|
|
1777 }
|
|
1778 while ( v19 );
|
|
1779 v5 = v34;
|
|
1780 }
|
|
1781 v21 = v4->pSubIndices;
|
|
1782 v34 = 32 * v5;
|
|
1783 memcpy(&v21[v5], pDir, sizeof(v21[v5]));
|
|
1784 v22 = 0;
|
|
1785 v23 = 32 * v4->uNumSubIndices;
|
|
1786 if ( (signed int)v4->uNumSubIndices > 0 )
|
|
1787 {
|
|
1788 v24 = v4->pSubIndices;
|
|
1789 v25 = 0;
|
|
1790 do
|
|
1791 {
|
|
1792 v24[v25].uOfsetFromSubindicesStart = v23;
|
|
1793 v24 = v4->pSubIndices;
|
|
1794 v23 += v24[v25].uDataSize;
|
|
1795 ++v22;
|
|
1796 ++v25;
|
|
1797 }
|
|
1798 while ( v22 < (signed int)v4->uNumSubIndices );
|
|
1799 }
|
|
1800 fwrite(&v4->header, 0x100u, 1u, pFile);
|
|
1801 fwrite(&Str, 0x20u, 1u, pFile);
|
|
1802 fseek(v4->pFile, Str.uOfsetFromSubindicesStart, 0);
|
|
1803 fwrite(v4->pSubIndices, 0x20u, v4->uNumSubIndices, pFile);
|
|
1804 v26 = 32 * v4->uNumSubIndices;
|
|
1805 if ( !v36 )
|
|
1806 v26 -= 32;
|
|
1807 fseek(v4->pFile, v26, 1);
|
|
1808 for ( i = *(unsigned int *)((char *)&v4->pSubIndices->uOfsetFromSubindicesStart + v34)
|
|
1809 - v4->pSubIndices->uOfsetFromSubindicesStart; i > 0; i -= Count )
|
|
1810 {
|
|
1811 Count = v4->uIOBufferSize;
|
|
1812 if ( i <= (signed int)v4->uIOBufferSize )
|
|
1813 Count = i;
|
|
1814 fread(v4->pIOBuffer, 1u, Count, v4->pFile);
|
|
1815 fwrite(v4->pIOBuffer, 1u, Count, pFile);
|
|
1816 }
|
|
1817 fwrite(pDirData, 1u, v33, pFile);
|
|
1818 if ( v36 )
|
|
1819 fseek(v4->pFile, v35, 1);
|
|
1820 Countc = ftell(v4->pFile);
|
|
1821 fseek(v4->pFile, 0, 2);
|
|
1822 v28 = ftell(v4->pFile) - Countc;
|
|
1823 fseek(v4->pFile, Countc, 0);
|
|
1824 while ( v28 > 0 )
|
|
1825 {
|
|
1826 Countb = v4->uIOBufferSize;
|
|
1827 if ( v28 <= (signed int)v4->uIOBufferSize )
|
|
1828 Countb = v28;
|
|
1829 fread(v4->pIOBuffer, 1u, Countb, v4->pFile);
|
|
1830 fwrite(v4->pIOBuffer, 1u, Countb, pFile);
|
|
1831 v28 -= Countb;
|
|
1832 }
|
|
1833 strcpy(NewFilename, (const char *)v4->pLODName);
|
|
1834 fclose(pFile);
|
|
1835 v4->CloseWriteFile();
|
|
1836 remove(NewFilename);
|
|
1837 rename(pFilename, NewFilename);
|
|
1838 v4->CloseWriteFile();
|
|
1839 v4->LoadFile(v4->pLODName, 0);
|
|
1840 return 0;
|
|
1841 }
|
|
1842
|
|
1843
|
|
1844 //----- (00461A43) --------------------------------------------------------
|
|
1845 bool LODWriteableFile::LoadFile(const char *pFilename, bool bWriting)
|
|
1846 {
|
|
1847 LODWriteableFile *v3; // esi@1
|
|
1848 FILE *pFile_dup; // eax@4
|
|
1849 unsigned int v5; // ecx@5
|
|
1850 __int32 v6; // eax@5
|
|
1851 FILE *v7; // ST00_4@5
|
|
1852 size_t v8; // edi@5
|
|
1853 const char *v10; // [sp-4h] [bp-30h]@2
|
|
1854
|
|
1855 v3 = this;
|
|
1856 if ( bWriting & 1 )
|
|
1857 v10 = "rb";
|
|
1858 else
|
|
1859 v10 = "rb+";
|
|
1860 pFile_dup = fopen(pFilename, v10);
|
|
1861 v3->pFile = pFile_dup;
|
|
1862 if ( !pFile_dup )
|
|
1863 return 0;
|
|
1864 strcpy((char *)v3->pLODName, pFilename);
|
|
1865 fread(&v3->header, 0x100u, 1u, v3->pFile);
|
|
1866
|
|
1867 LOD::Directory dir; // [sp+Ch] [bp-20h]@5
|
|
1868 //LOD::Directory::LOD::Directory(&dir);
|
|
1869
|
|
1870 fread(&dir, 0x20u, 1u, v3->pFile);
|
|
1871 fseek(v3->pFile, 0, 0);
|
|
1872 v3->isFileOpened = 1;
|
|
1873 strcpy((char *)v3->pContainerName, "chapter");
|
|
1874 v5 = (signed __int16)dir.uNumSubIndices;
|
|
1875 v6 = dir.uOfsetFromSubindicesStart;
|
|
1876 v3->uCurrentIndexDir = 0;
|
|
1877 v3->uOffsetToSubIndex = v6;
|
|
1878 v7 = v3->pFile;
|
|
1879 v3->uNumSubIndices = v5;
|
|
1880 v3->uLODDataSize = dir.uDataSize;
|
|
1881 fseek(v7, v6, 0);
|
|
1882 v8 = v3->uNumSubIndices;
|
|
1883 if ( (signed int)v8 > 300 )
|
|
1884 {
|
|
1885 MessageBoxA(0, "LODchapterPages exceed 300", "LOD::File", MB_ICONEXCLAMATION);
|
|
1886 fclose(v3->pFile);
|
|
1887 return 0;
|
|
1888 }
|
|
1889 fread(v3->pSubIndices, 0x20u, v8, v3->pFile);
|
|
1890 return 1;
|
|
1891 }
|
|
1892
|
|
1893
|
|
1894 //----- (00461A11) --------------------------------------------------------
|
|
1895 void LOD::File::FreeSubIndexAndIO()
|
|
1896 {
|
|
1897 void *v1; // edi@1
|
|
1898 LOD::Directory **v2; // esi@1
|
|
1899
|
|
1900 v1 = this;
|
|
1901 v2 = &this->pSubIndices;
|
|
1902 pAllocator->FreeChunk(this->pSubIndices);
|
|
1903 v1 = (char *)v1 + 264;
|
|
1904 pAllocator->FreeChunk(pIOBuffer);// delete [] pIOBuffer;
|
|
1905 pIOBuffer = nullptr;
|
|
1906 pSubIndices = nullptr;
|
|
1907 }
|
|
1908
|
|
1909
|
|
1910 //----- (00461954) --------------------------------------------------------
|
|
1911 void LOD::File::AllocSubIndicesAndIO(unsigned int uNumSubIndices, unsigned int uBufferSize)
|
|
1912 {
|
2
|
1913 //LOD::File *v3; // esi@1
|
0
|
1914 LOD::Directory *pSubIndices_dup; // eax@3
|
|
1915 char v5; // zf@3
|
|
1916
|
2
|
1917 //v3 = this;
|
|
1918 if (pSubIndices)
|
0
|
1919 {
|
|
1920 MessageBoxA(0, "Attempt to reset a LOD subindex!", "MM6", MB_ICONEXCLAMATION);
|
2
|
1921 pAllocator->FreeChunk(pSubIndices);
|
|
1922 pSubIndices = nullptr;
|
0
|
1923 }
|
|
1924 pSubIndices_dup = (LOD::Directory *)pAllocator->AllocNamedChunk(
|
2
|
1925 pSubIndices,
|
0
|
1926 32 * uNumSubIndices,
|
|
1927 "LODsub");
|
2
|
1928 v5 = pIOBuffer == 0;
|
|
1929 pSubIndices = pSubIndices_dup;
|
0
|
1930 if ( !v5 )
|
|
1931 {
|
|
1932 MessageBoxA(0, "Attempt to reset a LOD IObuffer!", "MM6", MB_ICONEXCLAMATION);
|
2
|
1933 pAllocator->FreeChunk(pIOBuffer);
|
|
1934 pIOBuffer = 0;
|
|
1935 uIOBufferSize = 0;
|
0
|
1936 }
|
|
1937 if ( uBufferSize )
|
|
1938 {
|
2
|
1939 pIOBuffer = (unsigned __int8 *)pAllocator->AllocNamedChunk(pIOBuffer, uBufferSize, "LODio");
|
|
1940 uIOBufferSize = uBufferSize;
|
0
|
1941 }
|
|
1942 }
|
|
1943
|
|
1944
|
|
1945
|
|
1946 //----- (0046188A) --------------------------------------------------------
|
|
1947 int LOD::File::LoadSubIndices(const char *pContainer)
|
|
1948 {
|
|
1949 LOD::File *v2; // esi@1
|
|
1950 unsigned int uDir; // edi@1
|
|
1951 int uDir_dup; // ebx@2
|
|
1952 int result; // eax@5
|
|
1953 LOD::Directory *v6; // eax@7
|
|
1954 LOD::Directory *v7; // eax@7
|
|
1955 __int32 v8; // edx@7
|
|
1956 FILE *v9; // ST00_4@7
|
|
1957 LOD::Directory *pSubIndices_dup; // eax@7
|
|
1958
|
|
1959 v2 = this;
|
|
1960 ResetSubIndices();
|
|
1961 uDir = 0;
|
|
1962 if ( (signed int)v2->header.uNumIndices <= 0 )
|
|
1963 {
|
|
1964 LABEL_5:
|
|
1965 result = 3;
|
|
1966 }
|
|
1967 else
|
|
1968 {
|
|
1969 uDir_dup = 0;
|
|
1970 while ( _strcmpi(pContainer, (const char *)&v2->pRoot[uDir_dup]) )
|
|
1971 {
|
|
1972 ++uDir;
|
|
1973 ++uDir_dup;
|
|
1974 if ( (signed int)uDir >= (signed int)v2->header.uNumIndices )
|
|
1975 goto LABEL_5;
|
|
1976 }
|
|
1977 strcpy((char *)v2->pContainerName, pContainer);
|
|
1978 v6 = v2->pRoot;
|
|
1979 v2->uCurrentIndexDir = uDir;
|
|
1980 v7 = &v6[uDir];
|
|
1981 v8 = v7->uOfsetFromSubindicesStart;
|
|
1982 v2->uOffsetToSubIndex = v8;
|
|
1983 v9 = v2->pFile;
|
|
1984 v2->uNumSubIndices = v7->uNumSubIndices;
|
|
1985 fseek(v9, v8, 0);
|
|
1986 pSubIndices_dup = (LOD::Directory *)pAllocator->AllocNamedChunk(
|
|
1987 v2->pSubIndices,
|
|
1988 32 * (v2->uNumSubIndices + 5),
|
|
1989 "LOD Index");
|
|
1990 v2->pSubIndices = pSubIndices_dup;
|
|
1991 if ( pSubIndices_dup )
|
|
1992 fread(pSubIndices_dup, 0x20u, v2->uNumSubIndices, v2->pFile);
|
|
1993 result = 0;
|
|
1994 }
|
|
1995 return result;
|
|
1996 }
|
|
1997
|
|
1998 //----- (004617D5) --------------------------------------------------------
|
|
1999 bool LOD::File::LoadHeader(const char *pFilename, bool bWriting)
|
|
2000 {
|
|
2001 LOD::File *this_dup; // esi@1
|
|
2002 FILE *pFile_dup; // eax@6
|
|
2003 void *pRoot_dup; // eax@7
|
|
2004 const char *v6; // [sp-4h] [bp-Ch]@4
|
|
2005 FILE *v7; // [sp-4h] [bp-Ch]@7
|
|
2006
|
|
2007 this_dup = this;
|
|
2008 if ( this->isFileOpened )
|
|
2009 Close();
|
|
2010 if ( bWriting & 1 )
|
|
2011 v6 = "rb";
|
|
2012 else
|
|
2013 v6 = "rb+";
|
|
2014 pFile_dup = fopen(pFilename, v6);
|
|
2015 this_dup->pFile = pFile_dup;
|
|
2016 if ( pFile_dup )
|
|
2017 {
|
|
2018 strcpy(this_dup->pLODName, pFilename);
|
|
2019 fread(&this_dup->header, 0x100u, 1u, this_dup->pFile);
|
|
2020 pRoot_dup = pAllocator->AllocNamedChunk(this_dup->pRoot, 0xA0u, "LOD CArray");
|
|
2021 this_dup->pRoot = (LOD::Directory *)pRoot_dup;
|
|
2022 v7 = this_dup->pFile;
|
|
2023 if ( pRoot_dup )
|
|
2024 {
|
|
2025 fread(pRoot_dup, 0x20u, this_dup->header.uNumIndices, v7);
|
|
2026 fseek(this_dup->pFile, 0, 0);
|
|
2027 this_dup->isFileOpened = 1;
|
|
2028 return false;
|
|
2029 }
|
|
2030 else
|
|
2031 {
|
|
2032 fclose(v7);
|
|
2033 return true;
|
|
2034 }
|
|
2035 }
|
|
2036 return true;
|
|
2037 }
|
|
2038
|
|
2039
|
|
2040 //----- (004617B6) --------------------------------------------------------
|
|
2041 void LOD::FileHeader::Reset()
|
|
2042 {
|
|
2043 this->pSignature[0] = 0;
|
|
2044 this->array_000004[0] = 0;
|
|
2045 this->array_000054[0] = 0;
|
|
2046 this->dword_0000A4 = 0;
|
|
2047 this->dword_0000A8 = 0;
|
|
2048 this->uNumIndices = 0;
|
|
2049 }
|
|
2050
|
|
2051 //----- (00461790) --------------------------------------------------------
|
|
2052 LOD::File::~File()
|
|
2053 {
|
|
2054 LOD::File *v1; // esi@1
|
|
2055
|
|
2056 v1 = this;
|
|
2057 if ( this->isFileOpened )
|
|
2058 {
|
|
2059 fclose(this->pFile);
|
|
2060 pAllocator->FreeChunk(v1->pSubIndices);
|
|
2061 }
|
|
2062 }
|
|
2063
|
|
2064
|
|
2065 //----- (0046175B) --------------------------------------------------------
|
|
2066 LOD::File::File():
|
|
2067 pRoot(nullptr)
|
|
2068 {
|
|
2069 LOD::File *v1; // esi@1
|
|
2070
|
|
2071 v1 = this;
|
|
2072 v1->pFile = 0;
|
|
2073 v1->pSubIndices = 0;
|
|
2074 v1->pIOBuffer = 0;
|
|
2075 v1->isFileOpened = 0;
|
|
2076 v1->uIOBufferSize = 0;
|
|
2077 Close();
|
|
2078 }
|
|
2079
|
|
2080
|
|
2081 //----- (00461743) --------------------------------------------------------
|
|
2082 LOD::Directory *LOD::Directory::Reset()
|
|
2083 {
|
|
2084 LOD::Directory *result; // eax@1
|
|
2085
|
|
2086 result = this;
|
|
2087 this->pFilename[0] = 0;
|
|
2088 this->uOfsetFromSubindicesStart = 0;
|
|
2089 this->uDataSize = 0;
|
|
2090 this->dword_000018 = 0;
|
|
2091 this->uNumSubIndices = 0;
|
|
2092 this->word_00001E = 0;
|
|
2093 return result;
|
|
2094 }
|
|
2095
|
|
2096
|
|
2097 //----- (0046172B) --------------------------------------------------------
|
|
2098 LOD::Directory::Directory()
|
|
2099 {
|
|
2100 this->pFilename[0] = 0;
|
|
2101 this->uOfsetFromSubindicesStart = 0;
|
|
2102 this->uDataSize = 0;
|
|
2103 this->uNumSubIndices = 0;
|
|
2104 this->dword_000018 = 0;
|
|
2105 this->word_00001E = 0;
|
|
2106 }
|
|
2107
|
|
2108 //----- (0046165E) --------------------------------------------------------
|
|
2109 int LOD::File::CalcIndexFast(int startIndex, int maxIndex, const char *pContainerName)
|
|
2110 {
|
|
2111 int v4; // esi@1
|
|
2112 int v5; // ebx@2
|
|
2113 int result; // eax@2
|
|
2114 int v7; // edi@10
|
|
2115 int v8; // esi@11
|
|
2116 int v9; // esi@17
|
|
2117 LOD::File *v10; // [sp+Ch] [bp-4h]@1
|
|
2118
|
|
2119 v4 = startIndex;
|
|
2120 v10 = this;
|
|
2121 while ( 1 ) // binary search in LOD indices
|
|
2122 {
|
|
2123 while ( 1 )
|
|
2124 {
|
|
2125 v5 = maxIndex - v4;
|
|
2126 result = _strcmpi((const char *)pContainerName, (const char *)(&v10->pSubIndices[(maxIndex - v4) / 2] + v4));
|
|
2127 if ( !result )
|
|
2128 _6A0CA4_lod_binary_search = (maxIndex - v4) / 2 + v4;
|
|
2129 if ( v4 == maxIndex )
|
|
2130 goto LABEL_14;
|
|
2131 if ( result < 0 )
|
|
2132 break;
|
|
2133 if ( v5 <= 4 )
|
|
2134 {
|
|
2135 v7 = v4;
|
|
2136 if ( v4 < maxIndex )
|
|
2137 {
|
|
2138 v9 = v4;
|
|
2139 do
|
|
2140 {
|
|
2141 result = _strcmpi((const char *)pContainerName, (const char *)&v10->pSubIndices[v9]);
|
|
2142 if ( !result )
|
|
2143 goto LABEL_21;
|
|
2144 ++v7;
|
|
2145 ++v9;
|
|
2146 }
|
|
2147 while ( v7 < maxIndex );
|
|
2148 }
|
|
2149 LABEL_14:
|
|
2150 _6A0CA4_lod_binary_search = -1;
|
|
2151 return result;
|
|
2152 }
|
|
2153 v4 += (maxIndex - v4) / 2;
|
|
2154 }
|
|
2155 if ( v5 <= 4 )
|
|
2156 break;
|
|
2157 maxIndex = (maxIndex - v4) / 2 + v4;
|
|
2158 }
|
|
2159 v7 = v4;
|
|
2160 if ( v4 >= maxIndex )
|
|
2161 goto LABEL_14;
|
|
2162 v8 = v4;
|
|
2163 while ( 1 )
|
|
2164 {
|
|
2165 result = _strcmpi((const char *)pContainerName, (const char *)&v10->pSubIndices[v8]);
|
|
2166 if ( !result )
|
|
2167 break;
|
|
2168 ++v7;
|
|
2169 ++v8;
|
|
2170 if ( v7 >= maxIndex )
|
|
2171 goto LABEL_14;
|
|
2172 }
|
|
2173 LABEL_21:
|
|
2174 _6A0CA4_lod_binary_search = v7;
|
|
2175 return result;
|
|
2176 }
|
|
2177 // 6A0CA4: using guessed type int _6A0CA4_lod_binary_search;
|
|
2178
|
|
2179
|
|
2180 //----- (0046161C) --------------------------------------------------------
|
|
2181 bool LOD::File::DoesContainerExist(const char *pContainer)
|
|
2182 {
|
|
2183 LOD::File *this_dup; // esi@1
|
|
2184 int i; // ebx@1
|
|
2185 signed int i_dup; // edi@1
|
|
2186 bool result; // eax@4
|
|
2187
|
|
2188 this_dup = this;
|
|
2189 i = 0;
|
|
2190 i_dup = 0;
|
|
2191 if ( (signed int)this->uNumSubIndices <= 0 )
|
|
2192 {
|
|
2193 LABEL_4:
|
|
2194 result = 0;
|
|
2195 }
|
|
2196 else
|
|
2197 {
|
|
2198 while ( _strcmpi((const char *)pContainer, (const char *)&this_dup->pSubIndices[i]) )
|
|
2199 {
|
|
2200 ++i_dup;
|
|
2201 ++i;
|
|
2202 if ( i_dup >= (signed int)this_dup->uNumSubIndices )
|
|
2203 goto LABEL_4;
|
|
2204 }
|
|
2205 result = 1;
|
|
2206 }
|
|
2207 return result;
|
|
2208 }
|
|
2209
|
|
2210
|
|
2211 //----- (00461397) --------------------------------------------------------
|
|
2212 int LODFile_Sprites::_461397()
|
|
2213 {
|
|
2214 int result; // eax@1
|
|
2215 int *pfield_ECA0; // edi@1
|
|
2216 int v3; // esi@1
|
|
2217 int v4; // ecx@3
|
|
2218
|
|
2219 result = this->uNumLoadedSprites;
|
|
2220 pfield_ECA0 = &this->field_ECA0;
|
|
2221 v3 = this->field_ECA0;
|
|
2222 this->field_ECA8 = result;
|
|
2223 if ( result < v3 )
|
|
2224 this->field_ECA8 = v3;
|
|
2225 v4 = this->field_ECA4;
|
|
2226 if ( v3 < v4 )
|
|
2227 *pfield_ECA0 = v4;
|
|
2228 return result;
|
|
2229 }
|
|
2230
|
|
2231 //----- (00461580) --------------------------------------------------------
|
|
2232 FILE *LOD::File::FindContainer(const char *pContainerName, bool bLinearSearch)
|
|
2233 {
|
|
2234 LOD::File *this_dup; // esi@1
|
|
2235 unsigned int v4; // eax@4
|
|
2236 signed int v5; // edi@5
|
|
2237 int bLinearSearcha; // [sp+18h] [bp+Ch]@6
|
|
2238
|
|
2239 this_dup = this;
|
|
2240 if ( !this->isFileOpened )
|
|
2241 return 0;
|
|
2242 if ( bLinearSearch )
|
|
2243 {
|
|
2244 v5 = 0;
|
|
2245 if ( (signed int)this->uNumSubIndices > 0 )
|
|
2246 {
|
|
2247 bLinearSearcha = 0;
|
|
2248 while ( _strcmpi((const char *)pContainerName, (const char *)&this_dup->pSubIndices[bLinearSearcha]) )
|
|
2249 {
|
|
2250 ++bLinearSearcha;
|
|
2251 ++v5;
|
|
2252 if ( v5 >= (signed int)this_dup->uNumSubIndices )
|
|
2253 return 0;
|
|
2254 }
|
|
2255 v4 = this_dup->pSubIndices[v5].uOfsetFromSubindicesStart;
|
|
2256 goto LABEL_12;
|
|
2257 }
|
|
2258 return 0;
|
|
2259 }
|
|
2260 CalcIndexFast(0, this->uNumSubIndices, pContainerName);
|
|
2261 if ( _6A0CA4_lod_binary_search < 0 )
|
|
2262 return 0;
|
|
2263 v4 = this_dup->pSubIndices[_6A0CA4_lod_binary_search].uOfsetFromSubindicesStart;
|
|
2264 LABEL_12:
|
|
2265 fseek(this_dup->pFile, this_dup->uOffsetToSubIndex + v4, 0);
|
|
2266 return this_dup->pFile;
|
|
2267 }
|
|
2268 // 6A0CA4: using guessed type int _6A0CA4_lod_binary_search;
|
|
2269
|
|
2270 //----- (0041097D) --------------------------------------------------------
|
|
2271 void LODFile_IconsBitmaps::SetupPalettes(unsigned int uTargetRBits, unsigned int uTargetGBits, unsigned int uTargetBBits)
|
|
2272 {
|
|
2273 int v4; // edx@1
|
|
2274 LODFile_IconsBitmaps *v5; // esi@1
|
|
2275 int v6; // ecx@1
|
|
2276 unsigned __int8 v7; // zf@4
|
|
2277 unsigned __int8 v8; // sf@4
|
|
2278 unsigned __int16 **v9; // edi@5
|
|
2279 FILE *v10; // eax@7
|
|
2280 FILE *v11; // ebx@7
|
|
2281 signed int v12; // ebx@8
|
|
2282 int v13; // eax@9
|
|
2283 int v14; // edx@9
|
|
2284 int v16; // [sp+4Ch] [bp-8h]@4
|
|
2285 FILE *File; // [sp+50h] [bp-4h]@7
|
|
2286
|
|
2287 v4 = uTargetGBits;
|
|
2288 v5 = this;
|
|
2289 v6 = uTargetBBits;
|
|
2290 if ( v5->uTextureRedBits != uTargetRBits
|
|
2291 || v5->uTextureGreenBits != uTargetGBits
|
|
2292 || v5->uTextureBlueBits != uTargetBBits )
|
|
2293 {
|
|
2294 v16 = 0;
|
|
2295 v7 = v5->uNumLoadedFiles == 0;
|
|
2296 v8 = (v5->uNumLoadedFiles & 0x80000000u) != 0;
|
|
2297 v5->uTextureRedBits = uTargetRBits;
|
|
2298 v5->uTextureGreenBits = v4;
|
|
2299 v5->uTextureBlueBits = v6;
|
|
2300 if ( !(v8 | v7) )
|
|
2301 {
|
|
2302 v9 = &v5->pTextures[0].pPalette16;
|
|
2303 do
|
|
2304 {
|
|
2305 Texture DstBuf; // [sp+4h] [bp-50h]@6
|
|
2306 //Texture::Texture(&DstBuf);
|
|
2307
|
|
2308 if ( *v9 )
|
|
2309 {
|
|
2310 v10 = FindContainer((const char *)v9 - 64, 0);
|
|
2311 v11 = v10;
|
|
2312 File = v10;
|
|
2313 if ( v10 )
|
|
2314 {
|
|
2315 fread(&DstBuf, 1u, 0x30u, v10);
|
|
2316 fseek(v11, DstBuf.uTextureSize, 1);
|
|
2317 v12 = 0;
|
|
2318 do
|
|
2319 {
|
|
2320 fread((char *)&uTargetRBits + 3, 1u, 1u, File);
|
|
2321 fread((char *)&uTargetBBits + 3, 1u, 1u, File);
|
|
2322 v13 = fread((char *)&uTargetGBits + 3, 1u, 1u, File);
|
|
2323 LOWORD(v13) = (unsigned __int8)(BYTE3(uTargetRBits) >> (8 - LOBYTE(v5->uTextureRedBits)));
|
|
2324 (*v9)[v12] = v13 << (LOBYTE(v5->uTextureGreenBits) + LOBYTE(v5->uTextureBlueBits));
|
|
2325 LOWORD(v14) = (unsigned __int8)(BYTE3(uTargetBBits) >> (8 - LOBYTE(v5->uTextureGreenBits)));
|
|
2326 (*v9)[v12] |= v14 << v5->uTextureBlueBits;
|
|
2327 (*v9)[v12] |= BYTE3(uTargetGBits) >> (8 - LOBYTE(v5->uTextureBlueBits));
|
|
2328 ++v12;
|
|
2329 }
|
|
2330 while ( v12 < 256 );
|
|
2331 }
|
|
2332 }
|
|
2333 ++v16;
|
|
2334 v9 += 18;
|
|
2335 }
|
|
2336 while ( v16 < (signed int)v5->uNumLoadedFiles );
|
|
2337 }
|
|
2338 }
|
|
2339 }
|
|
2340
|
|
2341
|
|
2342
|
|
2343 //----- (0041088B) --------------------------------------------------------
|
|
2344 void *LOD::File::LoadRaw(const char *pContainer, int a3)
|
|
2345 {
|
|
2346 LOD::File *v3; // esi@1
|
|
2347 FILE *v4; // eax@1
|
|
2348 FILE *v5; // esi@1
|
|
2349 void *v6; // eax@5
|
|
2350 void *v7; // ebx@7
|
|
2351 void *v8; // edi@7
|
|
2352 void *v9; // eax@9
|
|
2353 Texture DstBuf; // [sp+Ch] [bp-4Ch]@1
|
|
2354 FILE *File; // [sp+54h] [bp-4h]@1
|
|
2355 unsigned int Argsa; // [sp+60h] [bp+8h]@3
|
|
2356
|
|
2357 v3 = this;
|
|
2358 v4 = FindContainer(pContainer, 0);
|
|
2359 v5 = v4;
|
|
2360 File = v4;
|
|
2361 if ( !v4 )
|
|
2362 Abortf("Unable to load %s", pContainer);
|
|
2363 fread(&DstBuf, 1u, 0x30u, v4);
|
|
2364 Argsa = DstBuf.uTextureSize;
|
|
2365 if ( DstBuf.uDecompressedSize )
|
|
2366 {
|
|
2367 if ( a3 )
|
|
2368 v6 = malloc(DstBuf.uDecompressedSize);
|
|
2369 else
|
|
2370 v6 = pAllocator->AllocNamedChunk(0, DstBuf.uDecompressedSize, DstBuf.pName);
|
|
2371 v7 = v6;
|
|
2372 v8 = pAllocator->AllocNamedChunk(0, DstBuf.uTextureSize, DstBuf.pName);
|
|
2373 fread(v8, 1u, Argsa, File);
|
|
2374 zlib::MemUnzip(v7, &DstBuf.uDecompressedSize, v8, DstBuf.uTextureSize);
|
|
2375 DstBuf.uTextureSize = DstBuf.uDecompressedSize;
|
|
2376 pAllocator->FreeChunk(v8);
|
|
2377 }
|
|
2378 else
|
|
2379 {
|
|
2380 if ( a3 )
|
|
2381 v9 = malloc(DstBuf.uTextureSize);
|
|
2382 else
|
|
2383 v9 = pAllocator->AllocNamedChunk(0, DstBuf.uTextureSize, DstBuf.pName);
|
|
2384 v7 = v9;
|
|
2385 fread(v9, 1u, Argsa, v5);
|
|
2386 }
|
|
2387 return v7;
|
|
2388 }
|
|
2389
|
|
2390
|
|
2391
|
|
2392 //----- (00410522) --------------------------------------------------------
|
|
2393 int LODFile_IconsBitmaps::_410522(Texture *pDst, const char *pContainer, unsigned int uTextureType)
|
|
2394 {
|
|
2395 LODFile_IconsBitmaps *v4; // edi@1
|
|
2396 Texture *v5; // esi@5
|
|
2397 unsigned int v6; // eax@5
|
|
2398 void *v7; // eax@6
|
|
2399 unsigned int v8; // ST28_4@6
|
|
2400 void *v9; // ST2C_4@6
|
|
2401 unsigned __int8 *v10; // eax@7
|
|
2402 FILE *v11; // ST28_4@7
|
|
2403 void *v12; // eax@9
|
|
2404 FILE *v13; // ST28_4@9
|
|
2405 signed int v14; // eax@12
|
|
2406 int v15; // ecx@12
|
|
2407 int v16; // ecx@12
|
|
2408 int v17; // eax@12
|
|
2409 signed int v18; // ebx@14
|
|
2410 int v19; // eax@15
|
|
2411 int v20; // edx@15
|
|
2412 signed int v21; // ecx@18
|
|
2413 signed int v22; // ecx@23
|
|
2414 char Args[100]; // [sp+4h] [bp-68h]@3
|
|
2415 FILE *File; // [sp+68h] [bp-4h]@1
|
|
2416
|
|
2417 v4 = this;
|
|
2418 File = FindContainer(pContainer, 0);
|
|
2419 if ( !File )
|
|
2420 {
|
|
2421 File = FindContainer("pending", 0);
|
|
2422 if ( !File )
|
|
2423 {
|
|
2424 sprintfex(Args, "Can't find %s!", pContainer);
|
|
2425 Abortf(Args);
|
|
2426 }
|
|
2427 }
|
|
2428 v5 = pDst;
|
|
2429 fread(pDst, 1u, 0x30u, File);
|
|
2430 strcpy(v5->pName, pContainer);
|
|
2431 pDst = (Texture *)v5->uTextureSize;
|
|
2432 v6 = v5->uDecompressedSize;
|
|
2433 v5->pLevelOfDetail0 = 0;
|
|
2434 if ( v6 )
|
|
2435 {
|
|
2436 v7 = operator new(v6);
|
|
2437 v8 = v5->uTextureSize;
|
|
2438 v5->pLevelOfDetail0 = (unsigned __int8 *)v7;
|
|
2439 pContainer = (const char *)operator new(v8);
|
|
2440 fread((void *)pContainer, 1u, (size_t)pDst, File);
|
|
2441 zlib::MemUnzip(v5->pLevelOfDetail0, &v5->uDecompressedSize, pContainer, v5->uTextureSize);
|
|
2442 v9 = (void *)pContainer;
|
|
2443 v5->uTextureSize = v5->uDecompressedSize;
|
|
2444 free(v9);
|
|
2445 }
|
|
2446 else
|
|
2447 {
|
|
2448 v10 = (unsigned __int8 *)operator new(0);
|
|
2449 v11 = File;
|
|
2450 v5->pLevelOfDetail0 = v10;
|
|
2451 fread(v10, 1u, (size_t)pDst, v11);
|
|
2452 }
|
|
2453 v5->pPalette24 = 0;
|
|
2454 if ( uTextureType == 1 )
|
|
2455 {
|
|
2456 v12 = operator new(0x300u);
|
|
2457 v13 = File;
|
|
2458 v5->pPalette24 = (unsigned __int8 *)v12;
|
|
2459 fread(v12, 1u, 0x300u, v13);
|
|
2460 LABEL_10:
|
|
2461 v5->pPalette16 = 0;
|
|
2462 goto LABEL_11;
|
|
2463 }
|
|
2464 if ( uTextureType != 2 )
|
|
2465 goto LABEL_10;
|
|
2466 v18 = 0;
|
|
2467 v5->pPalette16 = 0;
|
|
2468 v5->pPalette16 = (unsigned __int16 *)operator new(0x400u);
|
|
2469 do
|
|
2470 {
|
|
2471 fread((char *)&pContainer + 3, 1u, 1u, File);
|
|
2472 fread((char *)&uTextureType + 3, 1u, 1u, File);
|
|
2473 v19 = fread((char *)&pDst + 3, 1u, 1u, File);
|
|
2474 LOWORD(v19) = (unsigned __int8)(BYTE3(pContainer) >> (8 - LOBYTE(v4->uTextureRedBits)));
|
|
2475 v5->pPalette16[v18] = v19 << (LOBYTE(v4->uTextureBlueBits) + LOBYTE(v4->uTextureGreenBits));
|
|
2476 LOWORD(v20) = (unsigned __int8)(BYTE3(uTextureType) >> (8 - LOBYTE(v4->uTextureGreenBits)));
|
|
2477 v5->pPalette16[v18] += v20 << v4->uTextureBlueBits;
|
|
2478 v5->pPalette16[v18] += (unsigned __int8)(BYTE3(pDst) >> (8 - LOBYTE(v4->uTextureBlueBits)));
|
|
2479 ++v18;
|
|
2480 }
|
|
2481 while ( v18 < 256 );
|
|
2482 LABEL_11:
|
|
2483 if ( v5->pBits & 2 )
|
|
2484 {
|
|
2485 v14 = v5->uSizeOfMaxLevelOfDetail;
|
|
2486 v15 = (int)&v5->pLevelOfDetail0[v14];
|
|
2487 v5->pLevelOfDetail1 = (unsigned __int8 *)v15;
|
|
2488 v16 = (v14 >> 2) + v15;
|
|
2489 v5->pLevelOfDetail2 = (unsigned __int8 *)v16;
|
|
2490 v17 = v16 + (v14 >> 4);
|
|
2491 }
|
|
2492 else
|
|
2493 {
|
|
2494 v17 = 0;
|
|
2495 v5->pLevelOfDetail2 = 0;
|
|
2496 v5->pLevelOfDetail1 = 0;
|
|
2497 }
|
|
2498 v5->pLevelOfDetail3 = (unsigned __int8 *)v17;
|
|
2499 v21 = 1;
|
|
2500 while ( 1 << v21 != v5->uTextureWidth )
|
|
2501 {
|
|
2502 ++v21;
|
|
2503 if ( v21 >= 15 )
|
|
2504 goto LABEL_23;
|
|
2505 }
|
|
2506 v5->uWidthLn2 = v21;
|
|
2507 LABEL_23:
|
|
2508 v22 = 1;
|
|
2509 while ( 1 << v22 != v5->uTextureHeight )
|
|
2510 {
|
|
2511 ++v22;
|
|
2512 if ( v22 >= 15 )
|
|
2513 goto LABEL_28;
|
|
2514 }
|
|
2515 v5->uHeightLn2 = v22;
|
|
2516 LABEL_28:
|
|
2517 switch ( v5->uWidthLn2 )
|
|
2518 {
|
|
2519 case 2:
|
|
2520 v5->uWidthMinus1 = 3;
|
|
2521 break;
|
|
2522 case 3:
|
|
2523 v5->uWidthMinus1 = 7;
|
|
2524 break;
|
|
2525 case 4:
|
|
2526 v5->uWidthMinus1 = 15;
|
|
2527 break;
|
|
2528 case 5:
|
|
2529 v5->uWidthMinus1 = 31;
|
|
2530 break;
|
|
2531 case 6:
|
|
2532 v5->uWidthMinus1 = 63;
|
|
2533 break;
|
|
2534 case 7:
|
|
2535 v5->uWidthMinus1 = 127;
|
|
2536 break;
|
|
2537 case 8:
|
|
2538 v5->uWidthMinus1 = 255;
|
|
2539 break;
|
|
2540 case 9:
|
|
2541 v5->uWidthMinus1 = 511;
|
|
2542 break;
|
|
2543 case 10:
|
|
2544 v5->uWidthMinus1 = 1023;
|
|
2545 break;
|
|
2546 case 11:
|
|
2547 v5->uWidthMinus1 = 2047;
|
|
2548 break;
|
|
2549 case 12:
|
|
2550 v5->uWidthMinus1 = 4095;
|
|
2551 break;
|
|
2552 default:
|
|
2553 break;
|
|
2554 }
|
|
2555 switch ( v5->uHeightLn2 )
|
|
2556 {
|
|
2557 case 2:
|
|
2558 v5->uHeightMinus1 = 3;
|
|
2559 break;
|
|
2560 case 3:
|
|
2561 v5->uHeightMinus1 = 7;
|
|
2562 break;
|
|
2563 case 4:
|
|
2564 v5->uHeightMinus1 = 15;
|
|
2565 break;
|
|
2566 case 5:
|
|
2567 v5->uHeightMinus1 = 31;
|
|
2568 break;
|
|
2569 case 6:
|
|
2570 v5->uHeightMinus1 = 63;
|
|
2571 break;
|
|
2572 case 7:
|
|
2573 v5->uHeightMinus1 = 127;
|
|
2574 break;
|
|
2575 case 8:
|
|
2576 v5->uHeightMinus1 = 255;
|
|
2577 break;
|
|
2578 case 9:
|
|
2579 v5->uHeightMinus1 = 511;
|
|
2580 break;
|
|
2581 case 10:
|
|
2582 v5->uHeightMinus1 = 1023;
|
|
2583 break;
|
|
2584 case 11:
|
|
2585 v5->uHeightMinus1 = 2047;
|
|
2586 break;
|
|
2587 case 12:
|
|
2588 v5->uHeightMinus1 = 4095;
|
|
2589 break;
|
|
2590 default:
|
|
2591 return 1;
|
|
2592 }
|
|
2593 return 1;
|
|
2594 }
|
|
2595
|
|
2596
|
|
2597 //----- (00410423) --------------------------------------------------------
|
|
2598 void LODFile_IconsBitmaps::_410423_move_textures_to_device()
|
|
2599 {
|
|
2600 LODFile_IconsBitmaps *v1; // esi@1
|
|
2601 unsigned int v2; // edi@1
|
|
2602 char *v3; // ebx@2
|
|
2603 size_t v4; // eax@9
|
|
2604 char *v5; // ST1C_4@9
|
|
2605 void *v6; // eax@12
|
|
2606 signed int v7; // esi@13
|
|
2607
|
|
2608 v1 = this;
|
|
2609 v2 = this->uNumLoadedFiles - 1;
|
|
2610 if ( (v2 & 0x80000000u) == 0 )
|
|
2611 {
|
|
2612 v3 = &this->pTextures[v2].pName[2];
|
|
2613 do
|
|
2614 {
|
|
2615 if ( v1->ptr_011BB4[v2] )
|
|
2616 {
|
|
2617 if ( *(v3 - 2) != 'w' || *(v3 - 1) != 't' || *v3 != 'r' || v3[1] != 'd' || v3[2] != 'r' )
|
|
2618 {
|
|
2619 pRenderer->LoadTexture(
|
|
2620 v3 - 2,
|
|
2621 *((short *)v3 + 17),
|
1
|
2622 (IDirectDrawSurface4 **)&v1->pHardwareSurfaces[v2],
|
0
|
2623 &v1->pHardwareTextures[v2]);
|
|
2624 }
|
|
2625 else
|
|
2626 {
|
|
2627 v4 = strlen(v3 - 2);
|
|
2628 v5 = (char *)operator new(v4 + 2);
|
|
2629 *v5 = 'h';
|
|
2630 strcpy(v5 + 1, v3 - 2);
|
|
2631 pRenderer->LoadTexture(
|
|
2632 v5,
|
|
2633 *((short *)v3 + 17),
|
1
|
2634 (IDirectDrawSurface4 **)&v1->pHardwareSurfaces[v2],
|
0
|
2635 &v1->pHardwareTextures[v2]);
|
|
2636 free(v5);
|
|
2637 }
|
|
2638 }
|
|
2639 --v2;
|
|
2640 v3 -= 72;
|
|
2641 }
|
|
2642 while ( (v2 & 0x80000000u) == 0 );
|
|
2643 }
|
|
2644 v6 = v1->ptr_011BB4;
|
|
2645 if ( v6 )
|
|
2646 {
|
|
2647 v7 = v1->uNumLoadedFiles;
|
|
2648 if ( v7 > 1 )
|
|
2649 memset(v6, 0, v7 - 1);
|
|
2650 }
|
|
2651 }
|
|
2652
|
|
2653
|
|
2654 //----- (004103BB) --------------------------------------------------------
|
|
2655 void LODFile_IconsBitmaps::ReleaseHardwareTextures()
|
|
2656 {
|
|
2657 LODFile_IconsBitmaps *v1; // esi@1
|
|
2658 unsigned int v2; // edi@1
|
|
2659 struct IDirect3DTexture2 **v3; // eax@2
|
|
2660 struct IDirect3DTexture2 *v4; // eax@3
|
|
2661 struct IDirectDrawSurface **v5; // eax@5
|
|
2662 struct IDirectDrawSurface *v6; // eax@6
|
|
2663
|
|
2664 v1 = this;
|
|
2665 v2 = this->uNumLoadedFiles;
|
|
2666 while ( 1 )
|
|
2667 {
|
|
2668 --v2;
|
|
2669 if ( (v2 & 0x80000000u) != 0 )
|
|
2670 break;
|
|
2671 v3 = v1->pHardwareTextures;
|
|
2672 if ( v3 )
|
|
2673 {
|
|
2674 v4 = v3[v2];
|
|
2675 if ( v4 )
|
|
2676 {
|
|
2677 v4->Release();
|
|
2678 v1->pHardwareTextures[v2] = 0;
|
|
2679 v1->ptr_011BB4[v2] = 1;
|
|
2680 }
|
|
2681 }
|
|
2682 v5 = v1->pHardwareSurfaces;
|
|
2683 if ( v5 )
|
|
2684 {
|
|
2685 v6 = v5[v2];
|
|
2686 if ( v6 )
|
|
2687 {
|
|
2688 v6->Release();
|
|
2689 v1->pHardwareSurfaces[v2] = 0;
|
|
2690 v1->ptr_011BB4[v2] = 1;
|
|
2691 }
|
|
2692 }
|
|
2693 }
|
|
2694 }
|
|
2695
|
|
2696
|
|
2697 //----- (0041033D) --------------------------------------------------------
|
|
2698 void LODFile_IconsBitmaps::ReleaseLostHardwareTextures()
|
|
2699 {
|
|
2700 LODFile_IconsBitmaps *v1; // edi@1
|
|
2701 unsigned int i; // ebx@1
|
|
2702 struct IDirectDrawSurface **pHardwareSurfaces; // eax@2
|
|
2703 int v4; // esi@3
|
|
2704 struct IDirectDrawSurface *pSurface; // eax@3
|
|
2705 struct IDirect3DTexture2 **v6; // eax@5
|
|
2706 struct IDirect3DTexture2 *v7; // eax@6
|
|
2707
|
|
2708 v1 = this;
|
|
2709 for ( i = this->uNumLoadedFiles - 1; (i & 0x80000000u) == 0; --i )
|
|
2710 {
|
|
2711 pHardwareSurfaces = v1->pHardwareSurfaces;
|
|
2712 if ( pHardwareSurfaces )
|
|
2713 {
|
|
2714 v4 = i;
|
|
2715 pSurface = pHardwareSurfaces[i];
|
|
2716 if ( pSurface )
|
|
2717 {
|
|
2718 if ( pSurface->IsLost() == DDERR_SURFACELOST )
|
|
2719 {
|
|
2720 v6 = v1->pHardwareTextures;
|
|
2721 if ( v6 )
|
|
2722 {
|
|
2723 v7 = v6[v4];
|
|
2724 if ( v7 )
|
|
2725 {
|
|
2726 v7->Release();
|
|
2727 v1->pHardwareTextures[v4] = 0;
|
|
2728 }
|
|
2729 }
|
|
2730 v1->pHardwareSurfaces[v4]->Release();
|
|
2731 v1->pHardwareSurfaces[v4] = 0;
|
|
2732 v1->ptr_011BB4[i] = 1;
|
|
2733 }
|
|
2734 }
|
|
2735 }
|
|
2736 }
|
|
2737 }
|
|
2738
|
|
2739 //----- (004101B1) --------------------------------------------------------
|
|
2740 int LODFile_IconsBitmaps::ReloadTexture(Texture *pDst, const char *pContainer, int mode)
|
|
2741 {
|
|
2742 LODFile_IconsBitmaps *v4; // edi@1
|
|
2743 FILE *v5; // eax@1
|
|
2744 Texture *v6; // esi@2
|
|
2745 unsigned int v7; // ebx@6
|
|
2746 unsigned int v8; // ecx@6
|
|
2747 signed int result; // eax@7
|
|
2748 size_t *v10; // ebx@8
|
|
2749 signed int v11; // ebx@12
|
|
2750 int v12; // eax@13
|
|
2751 int v13; // edx@13
|
|
2752 FILE *File; // [sp+Ch] [bp-8h]@1
|
|
2753 unsigned __int8 v15; // [sp+11h] [bp-3h]@13
|
|
2754 unsigned __int8 v16; // [sp+12h] [bp-2h]@13
|
|
2755 unsigned __int8 DstBuf; // [sp+13h] [bp-1h]@13
|
|
2756 void *DstBufa; // [sp+1Ch] [bp+8h]@10
|
|
2757 void *Sourcea; // [sp+20h] [bp+Ch]@10
|
|
2758 unsigned int Counta; // [sp+24h] [bp+10h]@6
|
|
2759
|
|
2760 v4 = this;
|
|
2761 v5 = FindContainer(pContainer, 0);
|
|
2762 File = v5;
|
|
2763 if ( v5
|
|
2764 && (v6 = pDst, pDst->pLevelOfDetail0)
|
|
2765 && mode == 2
|
|
2766 && pDst->pPalette16
|
|
2767 && !pDst->pPalette24
|
|
2768 && (v7 = pDst->uTextureSize,
|
|
2769 fread(pDst, 1u, 0x30u, v5),
|
|
2770 strcpy(pDst->pName, pContainer),
|
|
2771 v8 = pDst->uTextureSize,
|
|
2772 Counta = pDst->uTextureSize,
|
|
2773 (signed int)v8 <= (signed int)v7) )
|
|
2774 {
|
|
2775 v10 = &pDst->uDecompressedSize;
|
|
2776 if ( !pDst->uDecompressedSize || v4->dword_011BA4 )
|
|
2777 {
|
|
2778 fread(pDst->pLevelOfDetail0, 1u, v8, File);
|
|
2779 }
|
|
2780 else
|
|
2781 {
|
|
2782 Sourcea = malloc(pDst->uDecompressedSize);
|
|
2783 DstBufa = malloc(pDst->uTextureSize);
|
|
2784 fread(DstBufa, 1u, Counta, File);
|
|
2785 zlib::MemUnzip(Sourcea, &v6->uDecompressedSize, DstBufa, v6->uTextureSize);
|
|
2786 v6->uTextureSize = *v10;
|
|
2787 free(DstBufa);
|
|
2788 memcpy(v6->pLevelOfDetail0, Sourcea, *v10);
|
|
2789 free(Sourcea);
|
|
2790 }
|
|
2791 v11 = 0;
|
|
2792 do
|
|
2793 {
|
|
2794 fread(&DstBuf, 1u, 1u, File);
|
|
2795 fread(&v16, 1u, 1u, File);
|
|
2796 v12 = fread(&v15, 1u, 1u, File);
|
|
2797 LOWORD(v12) = (unsigned __int8)(DstBuf >> (8 - LOBYTE(v4->uTextureRedBits)));
|
|
2798 v6->pPalette16[v11] = v12 << (LOBYTE(v4->uTextureBlueBits) + LOBYTE(v4->uTextureGreenBits));
|
|
2799 LOWORD(v13) = (unsigned __int8)(v16 >> (8 - LOBYTE(v4->uTextureGreenBits)));
|
|
2800 v6->pPalette16[v11] += v13 << v4->uTextureBlueBits;
|
|
2801 v6->pPalette16[v11] += (unsigned __int8)(v15 >> (8 - LOBYTE(v4->uTextureBlueBits)));
|
|
2802 ++v11;
|
|
2803 }
|
|
2804 while ( v11 < 256 );
|
|
2805 result = 1;
|
|
2806 }
|
|
2807 else
|
|
2808 {
|
|
2809 result = -1;
|
|
2810 }
|
|
2811 return result;
|
|
2812 }
|
|
2813
|
|
2814
|
|
2815 //----- (0040FC08) --------------------------------------------------------
|
|
2816 int LODFile_IconsBitmaps::LoadTextureFromLOD(Texture *pOutTex, const char *pContainer, enum TEXTURE_TYPE eTextureType)
|
|
2817 {
|
|
2818 Texture *v8; // esi@3
|
|
2819 size_t v11; // eax@14
|
|
2820 enum TEXTURE_TYPE v12; // eax@14
|
|
2821 signed int v13; // esi@14
|
|
2822 unsigned int v14; // eax@21
|
|
2823 unsigned int v15; // ecx@25
|
|
2824 unsigned int *v16; // ebx@25
|
|
2825 void *v17; // eax@27
|
|
2826 unsigned int v18; // ST28_4@27
|
|
2827 void *v19; // ST3C_4@27
|
|
2828 Allocator *v20; // ebx@29
|
|
2829 void *v21; // eax@29
|
|
2830 size_t v22; // ST2C_4@29
|
|
2831 const void *v23; // ecx@29
|
|
2832 unsigned __int16 v24; // ax@29
|
|
2833 unsigned __int16 v25; // cx@29
|
|
2834 __int16 v26; // dx@29
|
|
2835 unsigned int v27; // ecx@29
|
|
2836 Texture *v28; // eax@29
|
|
2837 unsigned int v29; // ST28_4@30
|
|
2838 void *v30; // eax@30
|
|
2839 unsigned int v31; // ST2C_4@30
|
|
2840 void *v32; // eax@32
|
|
2841 void *v33; // eax@34
|
|
2842 signed int v34; // eax@37
|
|
2843 unsigned __int8 *v35; // ecx@37
|
|
2844 unsigned __int8 *v36; // ecx@37
|
|
2845 unsigned __int8 *v37; // eax@37
|
|
2846 signed int v38; // ebx@39
|
|
2847 int v39; // eax@40
|
|
2848 int v40; // edx@40
|
|
2849 signed int v41; // ecx@43
|
|
2850 signed int v42; // ecx@48
|
|
2851
|
1
|
2852 //v4 = pContainer;
|
|
2853 //v5 = this;
|
|
2854 //v6 = FindContainer(pContainer, 0);
|
|
2855 //File = v6;
|
|
2856 auto pFile = FindContainer(pContainer, false);
|
|
2857 if (!pFile)
|
0
|
2858 return -1;
|
|
2859 v8 = pOutTex;
|
1
|
2860 fread(pOutTex, 1u, 0x30u, pFile);
|
|
2861 strcpy(v8->pName, pContainer);
|
|
2862 if (pRenderer->pRenderD3D && v8->pBits & 2 && dword_011BA8)
|
0
|
2863 {
|
2
|
2864 if (!pHardwareSurfaces || !pHardwareTextures)
|
0
|
2865 {
|
1
|
2866 pHardwareSurfaces = new IDirectDrawSurface *[1000];
|
|
2867 memset(pHardwareSurfaces, 0, 1000 * sizeof(IDirectDrawSurface4 *));
|
|
2868
|
|
2869 pHardwareTextures = new IDirect3DTexture2 *[1000];
|
|
2870 memset(pHardwareTextures, 0, 1000 * sizeof(IDirect3DTexture2 *));
|
|
2871
|
|
2872 ptr_011BB4 = new char[1000];
|
|
2873 memset(ptr_011BB4, 0, 1000);
|
0
|
2874 }
|
1
|
2875 if (strcmp(pContainer, "wtrdr"))//*v4 != 'w' || v4[1] != 't' || v4[2] != 'r' || v4[3] != 'd' || v4[4] != 'r' )
|
0
|
2876 {
|
1
|
2877 if (strcmp(pContainer, "WtrTyl"))//if ( *v4 != 'W' || v4[1] != 't' || v4[2] != 'r' || v4[3] != 'T' || v4[4] != 'y' || v4[5] != 'l' )
|
0
|
2878 {
|
1
|
2879 v14 = uNumLoadedFiles;
|
0
|
2880 }
|
|
2881 else
|
|
2882 {
|
1
|
2883 pRenderer->field_1036AC_bitmapid = uNumLoadedFiles;
|
|
2884 v14 = uNumLoadedFiles;
|
0
|
2885 }
|
|
2886 v13 = pRenderer->LoadTexture(
|
1
|
2887 pContainer,
|
|
2888 v8->palette_id1,
|
|
2889 (IDirectDrawSurface4 **)&pHardwareSurfaces[v14],
|
|
2890 &pHardwareTextures[v14]);
|
0
|
2891 }
|
|
2892 else
|
|
2893 {
|
1
|
2894 v11 = strlen(pContainer);
|
0
|
2895 v12 = (enum TEXTURE_TYPE)(int)operator new(v11 + 2);
|
|
2896 eTextureType = v12;
|
|
2897 *(char *)v12 = 104;
|
1
|
2898 strcpy((char *)(v12 + 1), pContainer);
|
0
|
2899 v13 = pRenderer->LoadTexture(
|
|
2900 (const char *)eTextureType,
|
1
|
2901 v8->palette_id1,
|
|
2902 (IDirectDrawSurface4 **)&pHardwareSurfaces[uNumLoadedFiles],
|
|
2903 &pHardwareTextures[uNumLoadedFiles]);
|
0
|
2904 free((void *)eTextureType);
|
|
2905 }
|
|
2906 return v13;
|
|
2907 }
|
|
2908 v15 = v8->uTextureSize;
|
|
2909 v16 = &v8->uDecompressedSize;
|
|
2910 pOutTex = (Texture *)v8->uTextureSize;
|
1
|
2911 if ( !v8->uDecompressedSize || dword_011BA4 )
|
0
|
2912 {
|
|
2913 v20 = pAllocator;
|
|
2914 v32 = pAllocator->AllocNamedChunk(v8->pLevelOfDetail0, v15, v8->pName);
|
|
2915 v8->pLevelOfDetail0 = (unsigned __int8 *)v32;
|
1
|
2916 fread(v32, 1u, (size_t)pOutTex, pFile);
|
0
|
2917 }
|
|
2918 else
|
|
2919 {
|
|
2920 v17 = malloc(v8->uDecompressedSize);
|
|
2921 v18 = v8->uTextureSize;
|
|
2922 pContainer = (const char *)v17;
|
|
2923 v19 = malloc(v18);
|
1
|
2924 fread(v19, 1u, (size_t)pOutTex, pFile);
|
0
|
2925 zlib::MemUnzip((void *)pContainer, &v8->uDecompressedSize, v19, v8->uTextureSize);
|
|
2926 v8->uTextureSize = *v16;
|
|
2927 free(v19);
|
|
2928 if ( bUseLoResSprites && v8->pBits & 2 )
|
|
2929 {
|
|
2930 v20 = pAllocator;
|
|
2931 pOutTex = (Texture *)(((signed int)v8->uSizeOfMaxLevelOfDetail >> 2)
|
|
2932 + ((signed int)v8->uSizeOfMaxLevelOfDetail >> 4)
|
|
2933 + ((signed int)v8->uSizeOfMaxLevelOfDetail >> 6));
|
|
2934 v21 = pAllocator->AllocNamedChunk(v8->pLevelOfDetail0, (unsigned int)pOutTex, v8->pName);
|
|
2935 v22 = (size_t)pOutTex;
|
|
2936 v23 = &pContainer[v8->uTextureWidth * v8->uTextureHeight];
|
|
2937 v8->pLevelOfDetail0 = (unsigned __int8 *)v21;
|
|
2938 memcpy(v21, v23, v22);
|
|
2939 v8->uTextureWidth = (signed __int16)v8->uTextureWidth >> 1;
|
|
2940 v24 = v8->uTextureWidth;
|
|
2941 v8->uTextureHeight = (signed __int16)v8->uTextureHeight >> 1;
|
|
2942 v25 = v8->uTextureHeight;
|
|
2943 --v8->uWidthLn2;
|
|
2944 --v8->uHeightLn2;
|
|
2945 v8->uWidthMinus1 = v24 - 1;
|
|
2946 v26 = v25 - 1;
|
|
2947 v27 = (signed __int16)v24 * (signed __int16)v25;
|
|
2948 v28 = pOutTex;
|
|
2949 v8->uHeightMinus1 = v26;
|
|
2950 v8->uSizeOfMaxLevelOfDetail = v27;
|
|
2951 v8->uTextureSize = (unsigned int)v28;
|
|
2952 }
|
|
2953 else
|
|
2954 {
|
|
2955 v29 = *v16;
|
|
2956 v20 = pAllocator;
|
|
2957 v30 = pAllocator->AllocNamedChunk(v8->pLevelOfDetail0, v29, v8->pName);
|
|
2958 v31 = v8->uDecompressedSize;
|
|
2959 v8->pLevelOfDetail0 = (unsigned __int8 *)v30;
|
|
2960 memcpy(v30, pContainer, v31);
|
|
2961 }
|
|
2962 free((void *)pContainer);
|
|
2963 }
|
|
2964 pAllocator->FreeChunk(v8->pPalette16);
|
|
2965 pAllocator->FreeChunk(v8->pPalette24);
|
|
2966 if ( eTextureType == TEXTURE_24BIT_PALETTE )
|
|
2967 {
|
|
2968 v33 = pAllocator->AllocNamedChunk(v8->pPalette24, 0x300u, v8->pName);
|
|
2969 v8->pPalette24 = (unsigned __int8 *)v33;
|
1
|
2970 fread(v33, 1u, 0x300u, pFile);
|
0
|
2971 }
|
|
2972 else
|
|
2973 {
|
|
2974 v8->pPalette24 = 0;
|
|
2975 if ( eTextureType == TEXTURE_16BIT_PALETTE )
|
|
2976 {
|
|
2977 v8->pPalette16 = (unsigned __int16 *)pAllocator->AllocNamedChunk(v8->pPalette16, 0x200u, v8->pName);
|
|
2978 v38 = 0;
|
|
2979 do
|
|
2980 {
|
1
|
2981 fread((char *)&eTextureType + 3, 1u, 1u, pFile);
|
|
2982 fread((char *)&pContainer + 3, 1u, 1u, pFile);
|
|
2983 v39 = fread((char *)&pOutTex + 3, 1u, 1u, pFile);
|
|
2984 LOWORD(v39) = (unsigned __int8)(BYTE3(eTextureType) >> (8 - LOBYTE(uTextureRedBits)));
|
|
2985 v8->pPalette16[v38] = v39 << (LOBYTE(uTextureBlueBits) + LOBYTE(uTextureGreenBits));
|
|
2986 LOWORD(v40) = (unsigned __int8)(BYTE3(pContainer) >> (8 - LOBYTE(uTextureGreenBits)));
|
|
2987 v8->pPalette16[v38] += v40 << uTextureBlueBits;
|
|
2988 v8->pPalette16[v38] += (unsigned __int8)(BYTE3(pOutTex) >> (8 - LOBYTE(uTextureBlueBits)));
|
0
|
2989 ++v38;
|
|
2990 }
|
|
2991 while ( v38 < 256 );
|
|
2992 goto LABEL_36;
|
|
2993 }
|
|
2994 }
|
|
2995 v8->pPalette16 = 0;
|
|
2996 LABEL_36:
|
|
2997 if ( v8->pBits & 2 )
|
|
2998 {
|
|
2999 v34 = v8->uSizeOfMaxLevelOfDetail;
|
|
3000 v35 = &v8->pLevelOfDetail0[v34];
|
|
3001 v8->pLevelOfDetail1 = v35;
|
|
3002 v36 = &v35[v34 >> 2];
|
|
3003 v8->pLevelOfDetail2 = v36;
|
|
3004 v37 = &v36[v34 >> 4];
|
|
3005 }
|
|
3006 else
|
|
3007 {
|
|
3008 v37 = 0;
|
|
3009 v8->pLevelOfDetail2 = 0;
|
|
3010 v8->pLevelOfDetail1 = 0;
|
|
3011 }
|
|
3012 v8->pLevelOfDetail3 = v37;
|
|
3013 v41 = 1;
|
|
3014 while ( 1 << v41 != v8->uTextureWidth )
|
|
3015 {
|
|
3016 ++v41;
|
|
3017 if ( v41 >= 15 )
|
|
3018 goto LABEL_48;
|
|
3019 }
|
|
3020 v8->uWidthLn2 = v41;
|
|
3021 LABEL_48:
|
|
3022 v42 = 1;
|
|
3023 while ( 1 << v42 != v8->uTextureHeight )
|
|
3024 {
|
|
3025 ++v42;
|
|
3026 if ( v42 >= 15 )
|
|
3027 goto LABEL_53;
|
|
3028 }
|
|
3029 v8->uHeightLn2 = v42;
|
|
3030 LABEL_53:
|
|
3031 switch ( v8->uWidthLn2 )
|
|
3032 {
|
|
3033 case 2:
|
|
3034 v8->uWidthMinus1 = 3;
|
|
3035 break;
|
|
3036 case 3:
|
|
3037 v8->uWidthMinus1 = 7;
|
|
3038 break;
|
|
3039 case 4:
|
|
3040 v8->uWidthMinus1 = 15;
|
|
3041 break;
|
|
3042 case 5:
|
|
3043 v8->uWidthMinus1 = 31;
|
|
3044 break;
|
|
3045 case 6:
|
|
3046 v8->uWidthMinus1 = 63;
|
|
3047 break;
|
|
3048 case 7:
|
|
3049 v8->uWidthMinus1 = 127;
|
|
3050 break;
|
|
3051 case 8:
|
|
3052 v8->uWidthMinus1 = 255;
|
|
3053 break;
|
|
3054 case 9:
|
|
3055 v8->uWidthMinus1 = 511;
|
|
3056 break;
|
|
3057 case 10:
|
|
3058 v8->uWidthMinus1 = 1023;
|
|
3059 break;
|
|
3060 case 11:
|
|
3061 v8->uWidthMinus1 = 2047;
|
|
3062 break;
|
|
3063 case 12:
|
|
3064 v8->uWidthMinus1 = 4095;
|
|
3065 break;
|
|
3066 default:
|
|
3067 break;
|
|
3068 }
|
|
3069 switch ( v8->uHeightLn2 )
|
|
3070 {
|
|
3071 case 2:
|
|
3072 v8->uHeightMinus1 = 3;
|
|
3073 break;
|
|
3074 case 3:
|
|
3075 v8->uHeightMinus1 = 7;
|
|
3076 break;
|
|
3077 case 4:
|
|
3078 v8->uHeightMinus1 = 15;
|
|
3079 break;
|
|
3080 case 5:
|
|
3081 v8->uHeightMinus1 = 31;
|
|
3082 break;
|
|
3083 case 6:
|
|
3084 v8->uHeightMinus1 = 63;
|
|
3085 break;
|
|
3086 case 7:
|
|
3087 v8->uHeightMinus1 = 127;
|
|
3088 break;
|
|
3089 case 8:
|
|
3090 v8->uHeightMinus1 = 255;
|
|
3091 break;
|
|
3092 case 9:
|
|
3093 v8->uHeightMinus1 = 511;
|
|
3094 break;
|
|
3095 case 10:
|
|
3096 v8->uHeightMinus1 = 1023;
|
|
3097 break;
|
|
3098 case 11:
|
|
3099 v8->uHeightMinus1 = 2047;
|
|
3100 break;
|
|
3101 case 12:
|
|
3102 v8->uHeightMinus1 = 4095;
|
|
3103 break;
|
|
3104 default:
|
|
3105 return 1;
|
|
3106 }
|
|
3107 return 1;
|
|
3108 }
|
|
3109
|
|
3110
|
2
|
3111 Texture *LODFile_IconsBitmaps::LoadTexturePtr(const char *pContainer, enum TEXTURE_TYPE uTextureType)
|
|
3112 {
|
|
3113 uint id = LoadTexture(pContainer, uTextureType);
|
|
3114 if (id == -1)
|
|
3115 {
|
|
3116 Log::Warning(L"LOD error\\no container: \"%S\"", pContainer);
|
|
3117 return nullptr;
|
|
3118 }
|
|
3119 return &pTextures[id];
|
|
3120 }
|
|
3121
|
0
|
3122 //----- (0040FB20) --------------------------------------------------------
|
|
3123 unsigned int LODFile_IconsBitmaps::LoadTexture(const char *pContainer, enum TEXTURE_TYPE uTextureType)
|
|
3124 {
|
1
|
3125 //LODFile_IconsBitmaps *v3; // esi@1
|
|
3126 //unsigned int v4; // edi@1
|
|
3127 //Texture *v5; // ebx@2
|
0
|
3128 unsigned int v6; // ebx@8
|
|
3129 const char *Sourcea; // [sp+14h] [bp+8h]@9
|
|
3130
|
1
|
3131 //v3 = this;
|
|
3132 //v4 = 0;
|
0
|
3133 areWeLoadingTexture = 1;
|
1
|
3134
|
|
3135 for (uint i = 0; i < uNumLoadedFiles; ++i)
|
|
3136 if (!strcmpi(pContainer, pTextures[i].pName))
|
|
3137 return i;
|
|
3138
|
|
3139 // if (!uNumLoadedFiles)
|
|
3140 // {
|
|
3141 //LABEL_5:
|
|
3142 if (uNumLoadedFiles >= 1000)
|
|
3143 {
|
|
3144 Log::Warning(L"Maximum texture number exceeded");
|
0
|
3145 AbortWithError();
|
1
|
3146 }
|
|
3147 if (LoadTextureFromLOD(&pTextures[uNumLoadedFiles], pContainer, uTextureType) == -1)
|
0
|
3148 {
|
|
3149 v6 = 0;
|
1
|
3150 if (uNumLoadedFiles > 0)
|
0
|
3151 {
|
1
|
3152 Sourcea = (const char *)pTextures;
|
0
|
3153 while ( _strcmpi(Sourcea, "pending") )
|
|
3154 {
|
|
3155 Sourcea += 72;
|
|
3156 ++v6;
|
1
|
3157 if (v6 >= uNumLoadedFiles)
|
0
|
3158 goto LABEL_15;
|
|
3159 }
|
|
3160 return v6;
|
|
3161 }
|
|
3162 LABEL_15:
|
1
|
3163 LoadTextureFromLOD(&pTextures[uNumLoadedFiles], "pending", uTextureType);
|
0
|
3164 }
|
|
3165 areWeLoadingTexture = 0;
|
1
|
3166 ++uNumLoadedFiles;
|
|
3167 return uNumLoadedFiles - 1;
|
|
3168 // }
|
|
3169 // v5 = pTextures;
|
|
3170 // while ( _strcmpi(v5->pName, pContainer) )
|
|
3171 // {
|
|
3172 // ++v4;
|
|
3173 // ++v5;
|
|
3174 // if (v4 >= uNumLoadedFiles )
|
|
3175 // goto LABEL_5;
|
|
3176 // }
|
|
3177 // return v4;
|
0
|
3178 }
|