Mercurial > mm7
annotate Texture.cpp @ 2378:48dbf99c0f7f
spawn_light_elemental cleaned
author | Ritor1 |
---|---|
date | Mon, 09 Jun 2014 16:26:07 +0600 |
parents | bddcaf5d5db2 |
children | f4af3b203f65 |
rev | line source |
---|---|
2253
aff7a7b072b7
adding _CRT_SECURE_NO_WARNINGS to get rid of a few hundrer annoying warnings + adding count parameter to swprintf
Grumpy7
parents:
2153
diff
changeset
|
1 #define _CRT_SECURE_NO_WARNINGS |
0 | 2 #include <stdlib.h> |
3 | |
4 #include "Texture.h" | |
5 #include "FrameTableInc.h" | |
6 #include "LOD.h" | |
7 #include "PaletteManager.h" | |
8 #include "Render.h" | |
2336 | 9 #include "ErrorHandling.h" |
2352 | 10 #include "ZlibWrapper.h" |
0 | 11 |
12 #include "mm7_data.h" | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | |
23 struct TextureFrameTable *pTextureFrameTable; | |
24 | |
25 | |
26 | |
27 | |
28 | |
1207
96a81634669e
arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents:
1205
diff
changeset
|
29 std::array<Texture *, 2> pTexture_LloydBeacons; |
0 | 30 Texture *pTexture_50635C; |
1453 | 31 Texture *pTex_book_button8_off; |
32 Texture *pTex_book_button8_on; | |
33 Texture *pTex_book_button7_off; | |
34 Texture *pTex_book_button7_on; | |
35 Texture *pTex_book_button6_off; | |
36 Texture *pTex_book_button6_on; | |
37 Texture *pTex_book_button5_off; | |
38 Texture *pTex_book_button5_on; | |
39 Texture *pTex_book_button4_off; | |
40 Texture *pTex_book_button4_on; | |
41 Texture *pTex_book_button3_off; | |
42 Texture *pTex_book_button3_on; | |
43 Texture *pTex_book_button2_off; | |
44 Texture *pTex_book_button1_off; | |
45 Texture *pTex_book_button2_on; | |
46 Texture *pTex_book_button1_on; | |
1207
96a81634669e
arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents:
1205
diff
changeset
|
47 std::array<Texture *, 6> pTexture_TownPortalIcons; // [0]Harmonale, [1]Pierpont, [2]Nighon, [3]Evenmorn Island, [4]Celestia, [5]The Pit |
1402 | 48 std::array<Texture *, 12> SBPageCSpellsTextureList; |
49 std::array<Texture *, 12> SBPageSSpellsTextureList; | |
50 Texture *pSBQuickSpellBtnTextr; | |
51 Texture *pSpellBookClickCloseBtnTextr; | |
52 Texture *pSBClickQuickSpellBtnTextr; | |
53 Texture *pSpellBookCloseBtnTextr; | |
1207
96a81634669e
arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents:
1205
diff
changeset
|
54 std::array<std::array<Texture *, 2>, 9> pTextures_tabs; |
0 | 55 Texture *pTexture_mapbordr; // idb |
56 Texture *pTexture_pagemask; // idb | |
1207
96a81634669e
arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents:
1205
diff
changeset
|
57 std::array<Texture *, 9> pSpellBookPagesTextr; |
688 | 58 Texture *pSpellBookPagesTextr_9; |
59 Texture *pSpellBookPagesTextr_10; | |
60 Texture *pSpellBookPagesTextr_11; | |
61 Texture *pSpellBookPagesTextr_12; | |
62 Texture *pSpellBookPagesTextr_13; | |
0 | 63 Texture *pTexture_AutonotesBook; |
64 Texture *pTexture_CurrentBook; | |
65 Texture *pTex_moon_new; | |
66 Texture *pTex_moon_4; | |
67 Texture *pTex_moon_2; | |
68 Texture *pTex_moon_2_2; | |
69 Texture *pTex_moon_ful; | |
70 | |
71 | |
72 | |
73 RGBTexture stru_506E40; // weak | |
74 RGBTexture pTexture_PCX; | |
75 | |
76 | |
77 int uTextureID_RestUI_restb4; // weak | |
78 int uTextureID_RestUI_restexit; // weak | |
79 int uTextureID_RestUI_restb3; // weak | |
80 int uTextureID_RestUI_restb1; // weak | |
81 int uTextureID_RestUI_restb2; // weak | |
82 int uTextureID_RestUI_restmain; // weak | |
83 unsigned int uTextureID_Leather; | |
84 int uTextureID_ar_dn_dn; // weak | |
85 int uTextureID_ar_dn_up; // weak | |
86 int uTextureID_ar_up_dn; // weak | |
87 int uTextureID_ar_up_up; // weak | |
88 | |
89 | |
90 int uTextureID_507698; // weak | |
91 int uTextureID_50769C; // weak | |
92 int uTextureID_5076A0; // weak | |
93 int uTextureID_5076A4; // weak | |
94 int uTextureID_5076A8; // weak | |
95 int uTextureID_5076AC; // weak | |
96 int uTextureID_5076B0; // weak | |
97 int uTextureID_5076B4; // weak | |
98 int uTextureID_Parchment; // weak | |
99 unsigned int uTextureID_mhp_yel; | |
100 unsigned int uTextureID_mhp_red; | |
101 unsigned int uTextureID_mhp_grn; | |
102 unsigned int uTextureID_mhp_capr; | |
103 unsigned int uTextureID_mhp_capl; | |
104 unsigned int uTextureID_mhp_bd; | |
105 unsigned int uTextureID_BUTTDESC2; | |
106 unsigned int uTextureID_x_x_u; | |
107 unsigned int uTextureID_BUTTMAKE2; | |
108 unsigned int uTextureID_BUTTMAKE; | |
109 unsigned int uTextureID_BUTTYES2; | |
110 unsigned int uTextureID_x_ok_u; | |
1207
96a81634669e
arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents:
1205
diff
changeset
|
111 std::array<Texture *, 22> pPlayerPortraits; |
96a81634669e
arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents:
1205
diff
changeset
|
112 std::array<Texture *, 9> pTexture_IC_KNIGHT; |
0 | 113 Texture *pTexture_MAKESKY; |
114 Texture *pTexture_MAKETOP; | |
1207
96a81634669e
arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents:
1205
diff
changeset
|
115 std::array<Texture *, 20> pTextures_arrowr; |
96a81634669e
arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents:
1205
diff
changeset
|
116 std::array<Texture *, 20> pTextures_arrowl; |
0 | 117 Texture *pTexture_presleft; |
118 Texture *pTexture_pressrigh; | |
119 Texture *pTexture_buttminu; | |
120 Texture *pTexture_buttplus; | |
362 | 121 unsigned int uTextureID_Quit1; // weak |
122 unsigned int uTextureID_Resume1; // weak | |
123 unsigned int uTextureID_Controls1; // weak | |
124 unsigned int uTextureID_Save1; // weak | |
125 unsigned int uTextureID_Load1; // weak | |
126 unsigned int uTextureID_New1; // weak | |
127 unsigned int uTextureID_Options; // weak | |
0 | 128 |
129 | |
130 unsigned int uTextureID_ib_td5_A; | |
1667 | 131 unsigned int uTextureID_ib_td4_A; |
132 unsigned int uTextureID_ib_td3_A; | |
133 unsigned int uTextureID_ib_td2_A; | |
0 | 134 unsigned int uTextureID_ib_td1_A; |
984 | 135 int uTextureID_CharacterUI_InventoryBackground; // weak |
0 | 136 int uTextureID_50795C; // weak |
137 | |
138 | |
319 | 139 unsigned int uTextureID_Btn_GameSettings; |
0 | 140 |
141 | |
319 | 142 unsigned int uTextureID_Btn_Rest; |
143 unsigned int uTextureID_Btn_CastSpell; | |
144 unsigned int uTextureID_Btn_ZoomIn; | |
145 unsigned int uTextureID_Btn_ZoomOut; | |
0 | 146 unsigned int uTextureID_FONTPAL; |
319 | 147 unsigned int uTextureID_Btn_NPCRight; |
148 unsigned int uTextureID_Btn_NPCLeft; | |
1207
96a81634669e
arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents:
1205
diff
changeset
|
149 std::array<unsigned int, 8> pTextureIDs_pMapDirs; |
0 | 150 |
151 | |
152 unsigned int uTextureID_BarRed; | |
153 unsigned int uTextureID_BarYellow; | |
154 unsigned int uTextureID_BarGreen; | |
155 unsigned int uTextureID_BarBlue; | |
156 | |
157 | |
158 unsigned int uTextureID_right_panel; // weak | |
159 | |
160 | |
161 RGBTexture *pTexture_StatusBar = new RGBTexture; | |
162 RGBTexture *pTexture_LeftFrame = new RGBTexture; | |
163 RGBTexture *pTexture_TopFrame = new RGBTexture; | |
164 RGBTexture *pTexture_BottomFrame = new RGBTexture; | |
165 RGBTexture *pTexture_RightFrame = new RGBTexture; | |
166 | |
167 | |
910 | 168 unsigned int uTextureID_right_panel_loop; |
0 | 169 |
170 | |
171 Texture *pTexture_Leather; | |
172 Texture *pTexture_RestUI_CurrentSkyFrame; // idb | |
173 Texture *pTexture_RestUI_CurrentHourglassFrame; // idb | |
174 | |
175 | |
1207
96a81634669e
arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents:
1205
diff
changeset
|
176 std::array<unsigned int, 5> uTextureID_Optkb; |
0 | 177 |
1676
483cc7f0d86c
GameMenuUI_DrawKeyBindings() and GameMenuUI_DrawVideoOptions() cleared
Ritor1
parents:
1667
diff
changeset
|
178 unsigned int optvid_base_texture_id; |
1677 | 179 unsigned int bloodsplats_texture_id; |
180 unsigned int us_colored_lights_texture_id; | |
181 unsigned int tinting_texture_id; | |
0 | 182 unsigned int uTextureID_507C20; // weak |
183 unsigned int uTextureID_507C24; // weak | |
1207
96a81634669e
arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents:
1205
diff
changeset
|
184 std::array<unsigned int, 10> pTextureIDs_GammaPositions; |
1677 | 185 unsigned int not_available_bloodsplats_texture_id; |
186 unsigned int not_available_us_colored_lights_texture_id; | |
187 unsigned int not_available_tinting_texture_id; | |
0 | 188 |
189 | |
910 | 190 unsigned int uTextureID_detaliz_close_button; // weak |
0 | 191 unsigned int uTextureID_MAGNIF_B; // weak |
192 unsigned int uTextureID_BACKDOLL; // weak | |
193 unsigned int uTextureID_BACKHAND; // weak | |
194 | |
1262 | 195 stru355 stru_4E82A4 = {0x20, 0x41, 0, 0x20, 0xFF0000, 0xFF00, 0xFF, 0xFF000000}; |
196 stru355 stru_4EFCBC = {0x20, 0x41, 0, 0x10, 0x7C00, 0x3E0, 0x1F, 0x8000}; | |
0 | 197 |
198 Texture pTex_F7CE30; | |
199 | |
200 | |
201 RGBTexture stru_5773C4; // idb | |
202 | |
203 | |
204 | |
205 | |
206 | |
207 | |
208 | |
209 | |
210 | |
211 | |
212 | |
213 /* 245 */ | |
214 #pragma pack(push, 1) | |
215 struct PCXHeader1 | |
216 { | |
217 char magic; | |
218 char version; | |
219 char encoding; | |
220 char bpp; | |
221 __int16 left; | |
222 __int16 up; | |
223 __int16 right; | |
224 __int16 bottom; | |
225 __int16 hres; | |
226 __int16 vres; | |
227 }; | |
228 #pragma pack(pop) | |
229 | |
230 /* 246 */ | |
231 #pragma pack(push, 1) | |
232 struct PCXHeader2 | |
233 { | |
234 char reserved; | |
235 char planes; | |
236 __int16 pitch; | |
237 __int16 palette_info; | |
238 }; | |
239 #pragma pack(pop) | |
240 | |
241 | |
242 | |
243 | |
244 | |
245 | |
246 | |
247 | |
248 | |
249 //----- (0044E054) -------------------------------------------------------- | |
250 void TextureFrameTable::ToFile() | |
251 { | |
252 TextureFrameTable *v1; // esi@1 | |
253 FILE *v2; // eax@1 | |
254 FILE *v3; // edi@1 | |
255 | |
256 v1 = this; | |
257 v2 = fopen("data\\dtft.bin", "wb"); | |
258 v3 = v2; | |
259 if ( !v2 ) | |
1545 | 260 Error("Unable to save dtft.bin!"); |
0 | 261 fwrite(v1, 4u, 1u, v2); |
711 | 262 fwrite(v1->pTextures, 0x14u, v1->sNumTextures, v3); |
0 | 263 fclose(v3); |
264 } | |
265 | |
266 //----- (0044E0A0) -------------------------------------------------------- | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1453
diff
changeset
|
267 void TextureFrameTable::FromFile(void *data_mm6, void *data_mm7, void *data_mm8) |
0 | 268 { |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1453
diff
changeset
|
269 uint num_mm6_frames = data_mm6 ? *(int *)data_mm6 : 0, |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1453
diff
changeset
|
270 num_mm7_frames = data_mm7 ? *(int *)data_mm7 : 0, |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1453
diff
changeset
|
271 num_mm8_frames = data_mm8 ? *(int *)data_mm8 : 0; |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1453
diff
changeset
|
272 |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1453
diff
changeset
|
273 sNumTextures = num_mm6_frames + num_mm7_frames + num_mm8_frames; |
1545 | 274 Assert(sNumTextures); |
275 Assert(!num_mm8_frames); | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1453
diff
changeset
|
276 |
1583 | 277 pTextures = (TextureFrame *)malloc(sNumTextures * sizeof(TextureFrame)); |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1453
diff
changeset
|
278 |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1453
diff
changeset
|
279 memcpy(pTextures, (char *)data_mm7 + 4, num_mm7_frames * sizeof(TextureFrame)); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1453
diff
changeset
|
280 memcpy(pTextures + num_mm7_frames, (char *)data_mm6 + 4, num_mm6_frames * sizeof(TextureFrame)); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1453
diff
changeset
|
281 memcpy(pTextures + num_mm6_frames + num_mm7_frames, (char *)data_mm8 + 4, num_mm8_frames * sizeof(TextureFrame)); |
0 | 282 } |
283 | |
284 //----- (0044E0ED) -------------------------------------------------------- | |
711 | 285 void TextureFrameTable::LoadAnimationSequenceAndPalettes( signed int uIconID ) |
2378 | 286 { |
287 //TextureFrameTable *v3; // ebx@1 | |
0 | 288 unsigned int i; // edi@3 |
289 | |
2378 | 290 //v3 = this; |
711 | 291 if ( (uIconID <= this->sNumTextures) && uIconID >= 0 ) |
0 | 292 { |
293 for ( i = uIconID; ; ++i ) | |
294 { | |
2378 | 295 this->pTextures[i].uTextureID = pBitmaps_LOD->LoadTexture(this->pTextures[i].pTextureName, TEXTURE_DEFAULT); |
973 | 296 |
2378 | 297 if (this->pTextures[i].uTextureID != -1) |
298 pBitmaps_LOD->pTextures[this->pTextures[i].uTextureID].palette_id2 = pPaletteManager->LoadPalette(pBitmaps_LOD->pTextures[this->pTextures[i].uTextureID].palette_id1); | |
711 | 299 //result = (unsigned int)v3->pTextures; |
300 //if ( !(*(char *)(result + i * 20 + 18) & 1) ) | |
2378 | 301 if( this->pTextures[i].uFlags & 1) |
0 | 302 break; |
303 } | |
304 } | |
711 | 305 return; |
0 | 306 } |
307 | |
308 //----- (0044E163) -------------------------------------------------------- | |
309 unsigned int TextureFrameTable::FindTextureByName(const char *Str2) | |
310 { | |
311 TextureFrameTable *v2; // esi@1 | |
312 int v3; // ebx@1 | |
313 unsigned int uID; // edi@1 | |
314 unsigned int result; // eax@4 | |
315 | |
316 v2 = this; | |
317 v3 = 0; | |
318 uID = 0; | |
711 | 319 if ( (signed int)this->sNumTextures <= 0 ) |
0 | 320 { |
321 LABEL_4: | |
322 result = -1; | |
323 } | |
324 else | |
325 { | |
1104 | 326 while ( _stricmp(v2->pTextures[v3].pTextureName, Str2) ) |
0 | 327 { |
328 ++uID; | |
329 ++v3; | |
711 | 330 if ( (signed int)uID >= (signed int)v2->sNumTextures ) |
0 | 331 goto LABEL_4; |
332 } | |
333 result = uID; | |
334 } | |
335 return result; | |
336 } | |
337 | |
338 //----- (0044E19A) -------------------------------------------------------- | |
1632 | 339 int TextureFrameTable::GetFrameTexture(int uFrameID, signed int a3) |
0 | 340 { |
341 int v3; // esi@1 | |
342 TextureFrame *v4; // edi@1 | |
343 TextureFrame *v5; // ecx@1 | |
344 __int16 v6; // dx@2 | |
345 int v7; // edx@3 | |
346 char *i; // eax@3 | |
347 int v9; // ecx@5 | |
348 unsigned int result; // eax@6 | |
349 | |
350 v3 = uFrameID; | |
351 v4 = this->pTextures; | |
352 v5 = &v4[uFrameID]; | |
353 if ( v5->uFlags & 1 && (v6 = v5->uAnimLength) != 0 ) | |
354 { | |
355 v7 = (a3 >> 3) % v6; | |
356 for ( i = (char *)&v5->uAnimTime; ; i += 20 ) | |
357 { | |
358 v9 = *(short *)i; | |
359 if ( v7 <= v9 ) | |
360 break; | |
361 v7 -= v9; | |
362 ++v3; | |
363 } | |
364 result = v4[v3].uTextureID; | |
365 } | |
366 else | |
367 { | |
368 result = v5->uTextureID; | |
369 } | |
370 return result; | |
371 } | |
372 | |
373 | |
374 | |
375 | |
376 | |
377 | |
378 //----- (0040F806) -------------------------------------------------------- | |
379 void *Texture::UnzipPalette() | |
380 { | |
381 Texture *v1; // esi@1 | |
1093 | 382 |
0 | 383 void *v2; // edi@1 |
384 Texture *pSource; // [sp+0h] [bp-4h]@1 | |
385 | |
386 pSource = this; | |
387 v1 = this; | |
388 v2 = malloc(this->uDecompressedSize); | |
710 | 389 zlib::MemUnzip(v2, (unsigned int *)&pSource, v1->pLevelOfDetail0_prolly_alpha_mask, v1->uTextureSize); |
0 | 390 return v2; |
391 } | |
392 | |
393 //----- (0040F77C) -------------------------------------------------------- | |
394 void Texture::Release() | |
395 { | |
396 if (this) | |
397 { | |
398 pName[0] = 0; | |
399 | |
400 if (pBits & 0x0400) | |
401 { | |
1093 | 402 __debugbreak(); |
403 } | |
404 | |
1583 | 405 free(pLevelOfDetail0_prolly_alpha_mask); |
406 free(pPalette16); | |
407 free(pPalette24); | |
1093 | 408 |
0 | 409 |
710 | 410 pLevelOfDetail0_prolly_alpha_mask = nullptr; |
0 | 411 pLevelOfDetail1 = nullptr; |
412 pLevelOfDetail2 = nullptr; | |
413 pLevelOfDetail3 = nullptr; | |
414 | |
415 pPalette16 = nullptr; | |
416 pPalette24 = nullptr; | |
417 | |
418 uSizeOfMaxLevelOfDetail = 0; | |
419 uTextureSize = 0; | |
420 uTextureHeight = 0; | |
421 uTextureWidth = 0; | |
422 uHeightLn2 = 0; | |
423 uWidthLn2 = 0; | |
424 palette_id1 = 0; | |
425 palette_id2 = 0; | |
426 pBits &= 0xFFFF0000; | |
427 } | |
428 } | |
429 | |
430 //----- (0040F5F5) -------------------------------------------------------- | |
431 int RGBTexture::Reload(const char *pContainer) | |
432 { | |
2129 | 433 //RGBTexture *v2; // esi@1 |
0 | 434 FILE *v3; // eax@3 |
435 FILE *v4; // edi@3 | |
436 void *v5; // ebx@7 | |
437 signed int result; // eax@11 | |
438 unsigned int v7; // ecx@12 | |
439 unsigned __int16 *v8; // ST20_4@14 | |
440 int v9; // eax@14 | |
441 char color_map[48]; // [sp+8h] [bp-98h]@9 | |
442 Texture DstBuf; // [sp+38h] [bp-68h]@1 | |
443 PCXHeader1 header1; // [sp+80h] [bp-20h]@9 | |
444 PCXHeader2 header2; // [sp+90h] [bp-10h]@9 | |
445 FILE *File; // [sp+98h] [bp-8h]@3 | |
446 size_t Count; // [sp+9Ch] [bp-4h]@6 | |
447 void *uSourceLena; // [sp+A8h] [bp+8h]@7 | |
448 | |
2129 | 449 // v2 = this; |
450 if ( !this->pPixels ) | |
0 | 451 return 2; |
452 v3 = pIcons_LOD->FindContainer(pContainer, 0); | |
453 v4 = v3; | |
454 File = v3; | |
455 if ( !v3 ) | |
1545 | 456 Error("Unable to load %s", pContainer); |
457 | |
2129 | 458 fread(&DstBuf, 1, 0x30, v3); |
0 | 459 Count = DstBuf.uTextureSize; |
460 if ( DstBuf.uDecompressedSize ) | |
461 { | |
462 v5 = malloc(DstBuf.uDecompressedSize); | |
1583 | 463 uSourceLena = malloc(DstBuf.uTextureSize); |
2129 | 464 fread(uSourceLena, 1, Count, File); |
0 | 465 zlib::MemUnzip(v5, &DstBuf.uDecompressedSize, uSourceLena, DstBuf.uTextureSize); |
466 DstBuf.uTextureSize = DstBuf.uDecompressedSize; | |
1583 | 467 free(uSourceLena); |
0 | 468 } |
469 else | |
470 { | |
471 v5 = malloc(DstBuf.uTextureSize); | |
2129 | 472 fread(v5, 1, Count, v4); |
0 | 473 } |
474 memcpy(&header1, v5, 0x10u); | |
2129 | 475 memcpy(color_map, (char *)v5 + 16, 0x30); |
476 memcpy(&header2, (char *)v5 + 64, 6); | |
0 | 477 if ( header1.bpp != 8 ) |
478 return 3; | |
479 v7 = (signed __int16)(header1.right - header1.left + 1); | |
2129 | 480 if ( (signed int)(v7 * (signed __int16)(header1.bottom - header1.up + 1)) <= (signed int)this->uNumPixels ) |
0 | 481 { |
2129 | 482 this->uWidth = header1.right - header1.left + 1; |
483 v8 = this->pPixels; | |
484 v9 = v7 * this->uHeight; | |
485 this->uNumPixels = v9; | |
486 this->uHeight = v9; | |
487 this->DecodePCX((char *)v5, v8, v7); | |
0 | 488 free(v5); |
489 result = 0; | |
490 } | |
491 else | |
492 { | |
493 result = -1; | |
494 } | |
495 return result; | |
496 } | |
497 | |
498 //----- (0040F5BE) -------------------------------------------------------- | |
499 Texture::Texture() | |
500 { | |
501 pName[0] = 0; | |
502 uSizeOfMaxLevelOfDetail = 0; | |
503 uTextureSize = 0; | |
504 uTextureHeight = 0; | |
505 uTextureWidth = 0; | |
506 uHeightLn2 = 0; | |
507 uWidthLn2 = 0; | |
508 palette_id1 = 0; | |
509 palette_id2 = 0; | |
2369
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2353
diff
changeset
|
510 pLevelOfDetail0_prolly_alpha_mask = nullptr; |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2353
diff
changeset
|
511 pLevelOfDetail3 = nullptr; |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2353
diff
changeset
|
512 pLevelOfDetail2 = nullptr; |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2353
diff
changeset
|
513 pLevelOfDetail1 = nullptr; |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2353
diff
changeset
|
514 pPalette16 = nullptr; |
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2353
diff
changeset
|
515 pPalette24 = nullptr; |
0 | 516 } |
517 | |
518 //----- (0040F414) -------------------------------------------------------- | |
519 int RGBTexture::Load(const char *pContainer, int mode) | |
520 { | |
2278 | 521 FILE *file; // eax@1 |
0 | 522 void *v6; // ebx@5 |
523 char color_map[48]; // [sp+Ch] [bp-98h]@7 | |
524 Texture DstBuf; // [sp+3Ch] [bp-68h]@1 | |
525 PCXHeader1 header1; // [sp+84h] [bp-20h]@7 | |
526 PCXHeader2 header2; // [sp+94h] [bp-10h]@7 | |
527 size_t Count; // [sp+A0h] [bp-4h]@4 | |
528 char *Str1a; // [sp+ACh] [bp+8h]@5 | |
529 | |
2278 | 530 file = pIcons_LOD->FindContainer(pContainer, 0); |
531 if ( !file ) | |
2279 | 532 Error("Unable to load %s", pContainer); |
1545 | 533 |
2278 | 534 fread(&DstBuf, 1, 0x30u, file); |
0 | 535 Count = DstBuf.uTextureSize; |
536 if ( DstBuf.uDecompressedSize ) | |
537 { | |
538 Str1a = (char *)malloc(DstBuf.uDecompressedSize); | |
1583 | 539 v6 = malloc(DstBuf.uTextureSize); |
2278 | 540 fread(v6, 1, Count, file); |
0 | 541 zlib::MemUnzip(Str1a, &DstBuf.uDecompressedSize, v6, DstBuf.uTextureSize); |
542 DstBuf.uTextureSize = DstBuf.uDecompressedSize; | |
1583 | 543 free(v6); |
0 | 544 } |
545 else | |
546 { | |
547 Str1a = (char *)malloc(DstBuf.uTextureSize); | |
2278 | 548 fread(Str1a, 1, Count, file); |
0 | 549 } |
550 memcpy(&header1, Str1a, 0x10u); | |
551 memcpy(color_map, Str1a + 16, 0x30u); | |
1835 | 552 memcpy(&header2, Str1a + 64, 6); |
0 | 553 if ( header1.bpp != 8 ) |
554 return 3; | |
1835 | 555 this->uWidth = header1.right - header1.left + 1; |
556 this->uHeight = header1.bottom - header1.up + 1; | |
557 this->uNumPixels = (signed __int16)this->uWidth * (signed __int16)this->uHeight; | |
1846 | 558 this->pPixels = (unsigned __int16 *)malloc(2 * this->uNumPixels + 4); |
1835 | 559 if ( this->pPixels ) |
0 | 560 { |
561 if ( mode ) | |
2369
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2353
diff
changeset
|
562 { |
1835 | 563 if ( mode != 2 ) |
564 { | |
565 if ( !this->pPixels ) | |
566 return 2; | |
567 this->DecodePCX(Str1a, this->pPixels, this->uWidth); | |
568 free(Str1a); | |
569 return 0; | |
570 } | |
571 this->_allocation_flags |= 1; | |
572 this->pPixels = (unsigned __int16 *)malloc(2 * this->uNumPixels + 4); | |
573 if ( !this->pPixels ) | |
574 return 2; | |
575 this->DecodePCX(Str1a, this->pPixels, this->uWidth); | |
576 free(Str1a); | |
577 return 0; | |
2369
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2353
diff
changeset
|
578 } |
1835 | 579 free(this->pPixels); |
0 | 580 } |
581 if ( !mode ) | |
582 { | |
1835 | 583 this->pPixels = (unsigned __int16 *)malloc(2 * this->uNumPixels + 4); |
584 if ( !this->pPixels ) | |
585 return 2; | |
586 this->DecodePCX(Str1a, this->pPixels, this->uWidth); | |
587 free(Str1a); | |
588 return 0; | |
0 | 589 } |
590 if ( mode != 2 ) | |
1835 | 591 { |
592 if ( !this->pPixels ) | |
593 return 2; | |
594 this->DecodePCX(Str1a, this->pPixels, this->uWidth); | |
595 free(Str1a); | |
596 return 0; | |
597 } | |
598 this->_allocation_flags |= 1; | |
599 this->pPixels = (unsigned __int16 *)malloc(2 * this->uNumPixels + 4); | |
600 if ( !this->pPixels ) | |
0 | 601 return 2; |
1835 | 602 this->DecodePCX(Str1a, this->pPixels, this->uWidth); |
0 | 603 free(Str1a); |
604 return 0; | |
605 } | |
606 | |
607 //----- (0040F037) -------------------------------------------------------- | |
608 signed int RGBTexture::DecodePCX(char *pPcx, unsigned __int16 *pOutPixels, unsigned int uNumPixels) | |
609 { | |
2334 | 610 // signed int result; // eax@2 |
0 | 611 unsigned char test_byte; // edx@3 |
612 unsigned int read_offset; // ebx@37 | |
613 unsigned int row_position; // edi@40 | |
614 unsigned char value; // cl@63 | |
615 char count; // [sp+50h] [bp-Ch]@43 | |
616 unsigned short current_line; // [sp+54h] [bp-8h]@38 | |
617 unsigned short *dec_position; | |
618 unsigned short *temp_dec_position; | |
619 PCXHeader1 psx_head1; | |
620 PCXHeader2 psx_head2; | |
2334 | 621 // short int width, height; |
0 | 622 BYTE color_map[48]; // Colormap for 16-color images |
623 | |
624 | |
625 memcpy(&psx_head1, pPcx , 16); | |
626 memcpy(&color_map, pPcx + 16, 48); | |
627 memcpy(&psx_head2, pPcx + 64, 6); | |
628 | |
629 | |
630 if (psx_head1.bpp!=8) | |
631 return 3; | |
632 uWidth=(short int )(psx_head1.right-psx_head1.left+1); // word @ 000014 | |
633 uHeight=(short int )(psx_head1.bottom-psx_head1.up+1); // word @ 000016 | |
634 | |
635 | |
636 uNumPixels=uWidth*uHeight; // dword @ 000010 | |
637 | |
638 memset(pOutPixels, 0, uNumPixels * sizeof(__int16)); | |
639 short i=1; | |
640 while ( (1<<i) !=uWidth) | |
641 { | |
642 ++i; | |
643 if (i >= 15) | |
644 break; | |
645 } | |
646 field_18=i; | |
647 short i_=1; | |
648 while ( (1<<i_) !=uHeight) | |
649 { | |
650 ++i_; | |
651 if (i_ >= 15) | |
652 break; | |
653 } | |
654 field_1A=i_; | |
655 switch (field_18) | |
656 { | |
657 case 2: field_1C = 3; break; | |
658 case 3: field_1C = 7; break; | |
659 case 4: field_1C = 15; break; | |
660 case 5: field_1C = 31; break; | |
661 case 6: field_1C = 63; break; | |
662 case 7: field_1C = 127; break; | |
663 case 8: field_1C = 255; break; | |
664 case 9: field_1C = 511; break; | |
665 case 10: field_1C = 1023; break; | |
666 case 11: field_1C = 2047; break; | |
667 case 12: field_1C = 4095; break; | |
668 } | |
669 | |
670 switch (field_1A) | |
671 { | |
672 case 2: field_1E = 3; break; | |
673 case 3: field_1E = 7; break; | |
674 case 4: field_1E = 15; break; | |
675 case 5: field_1E = 31; break; | |
676 case 6: field_1E = 63; break; | |
677 case 7: field_1E = 127; break; | |
678 case 8: field_1E = 255; break; | |
679 case 9: field_1E = 511; break; | |
680 case 10: field_1E = 1023; break; | |
681 case 11: field_1E = 2047; break; | |
682 case 12: field_1E = 4095; break; | |
683 } | |
684 | |
2069 | 685 unsigned int r_mask = 0xF800; |
686 unsigned int num_r_bits = 5; | |
687 unsigned int g_mask = 0x07E0; | |
688 unsigned int num_g_bits = 6; | |
689 unsigned int b_mask = 0x001F; | |
690 unsigned int num_b_bits = 5; | |
2127 | 691 //Ïðè ñîõðàíåíèè èçîáðàæåíèÿ ïîäðÿä èäóùèå ïèêñåëè îäèíàêîâîãî öâåòà îáúåäèíÿþòñÿ è âìåñòî óêàçàíèÿ öâåòà äëÿ êàæäîãî ïèêñåëÿ |
692 //óêàçûâàåòñÿ öâåò ãðóïïû ïèêñåëåé è èõ êîëè÷åñòâî. | |
0 | 693 read_offset = 128; |
694 if (psx_head2.planes != 3) | |
695 return 0; | |
696 current_line = 0; | |
697 if ( uHeight > 0 ) | |
698 { | |
699 dec_position = pOutPixels; | |
700 do | |
701 { | |
702 temp_dec_position = dec_position; | |
703 row_position = 0; | |
704 //decode red line | |
705 if (psx_head2.pitch) | |
706 { | |
707 do | |
708 { | |
709 test_byte = pPcx[read_offset]; | |
710 ++read_offset; | |
2127 | 711 if ((test_byte & 0xC0) == 0xC0)//èìååòñÿ ëè îáúåäèíåíèå |
0 | 712 { |
713 value = pPcx[read_offset]; | |
714 ++read_offset; | |
715 | |
716 if ((test_byte & 0x3F) > 0) | |
717 { | |
2127 | 718 count = test_byte & 0x3F;//êîëè÷åñòâî îäèíàêîâûõ ïèêñåëåé |
0 | 719 do |
720 { | |
721 ++row_position; | |
722 //*temp_dec_position =0xFF000000; | |
2127 | 723 //*temp_dec_position|=(unsigned long)value<<16; |
2069 | 724 *temp_dec_position |= r_mask & ((unsigned __int8)value << (num_g_bits + num_r_bits + num_b_bits - 8)); |
2127 | 725 temp_dec_position++; |
726 if (row_position == psx_head2.pitch) | |
727 break; | |
0 | 728 } |
729 while (count-- != 1); | |
730 } | |
731 } | |
732 else | |
733 { | |
734 ++row_position; | |
735 //*temp_dec_position =0xFF000000; | |
736 //*temp_dec_position|= (unsigned long)test_byte<<16; | |
737 | |
2069 | 738 *temp_dec_position |= r_mask & ((unsigned __int8)test_byte << (num_g_bits + num_r_bits + num_b_bits - 8)); |
0 | 739 |
740 temp_dec_position++; | |
741 } | |
742 | |
743 } | |
744 while (row_position < psx_head2.pitch); | |
745 } | |
746 | |
747 temp_dec_position = dec_position; | |
748 row_position=0; | |
749 //decode green line | |
750 while (row_position < psx_head2.pitch) | |
751 { | |
752 test_byte = *(pPcx + read_offset); | |
753 ++read_offset; | |
754 if ((test_byte & 0xC0) == 0xC0) | |
755 { | |
756 value = *(pPcx + read_offset); | |
757 ++read_offset; | |
758 if ((test_byte & 0x3F) > 0) | |
759 { | |
760 count = test_byte & 0x3F; | |
761 do | |
762 { | |
763 //*temp_dec_position|= (unsigned int)value<<8; | |
764 //temp_dec_position++; | |
765 | |
2069 | 766 *temp_dec_position|= g_mask & (unsigned __int16)((unsigned __int8)value << (num_g_bits + num_b_bits - 8)); |
0 | 767 |
768 temp_dec_position++; | |
769 ++row_position; | |
770 if (row_position == psx_head2.pitch) | |
771 break; | |
772 | |
773 } | |
774 while (count-- != 1); | |
775 } | |
776 } | |
777 else | |
778 { | |
779 //*temp_dec_position |=(unsigned int) test_byte<<8; | |
780 //temp_dec_position++; | |
781 | |
2069 | 782 *temp_dec_position|= g_mask & (unsigned __int16)((unsigned __int8)test_byte << (num_g_bits + num_b_bits - 8)); |
0 | 783 temp_dec_position++; |
784 ++row_position; | |
785 } | |
786 } | |
787 | |
788 temp_dec_position = dec_position; | |
789 row_position=0; | |
790 //decode blue line | |
791 while (row_position < psx_head2.pitch) | |
792 { | |
793 test_byte = *(pPcx + read_offset); | |
794 read_offset++; | |
795 if ((test_byte & 0xC0) == 0xC0) | |
796 { | |
797 value = *(pPcx + read_offset); | |
798 ++read_offset; | |
799 if ((test_byte & 0x3F) > 0) | |
800 { | |
801 count = test_byte & 0x3F; | |
802 do | |
803 { | |
804 //*temp_dec_position|= value; | |
805 //temp_dec_position++; | |
806 | |
2069 | 807 *temp_dec_position |= value >> (8 - num_b_bits); |
0 | 808 temp_dec_position++; |
809 | |
810 ++row_position; | |
811 if (row_position == psx_head2.pitch) | |
812 break; | |
813 } | |
814 while (count-- != 1); | |
815 } | |
816 } | |
817 else | |
818 { | |
819 //*temp_dec_position|= test_byte; | |
820 //temp_dec_position++; | |
2069 | 821 *temp_dec_position |= test_byte >> (8 - num_b_bits); |
0 | 822 temp_dec_position++; |
823 | |
824 ++row_position; | |
825 } | |
826 | |
827 } | |
828 ++current_line; | |
829 dec_position += uWidth; | |
830 } | |
831 while (current_line < uHeight); | |
832 } | |
833 return 0; | |
834 /* | |
835 RGBTexture *v4; // esi@1 | |
836 signed int result; // eax@2 | |
837 unsigned __int16 v6; // ax@3 | |
838 unsigned __int16 *v7; // ecx@3 | |
839 unsigned int v8; // edx@3 | |
840 signed int v9; // ecx@3 | |
841 signed int v10; // ecx@8 | |
842 signed int v11; // ebx@37 | |
843 unsigned __int16 *v12; // eax@40 | |
844 int v13; // edi@40 | |
845 int v14; // ebx@41 | |
846 char v15; // bl@42 | |
847 unsigned __int16 *v16; // eax@50 | |
848 int v17; // ebx@51 | |
849 char v18; // bl@52 | |
850 unsigned __int16 *v19; // eax@61 | |
851 unsigned __int8 v20; // dl@62 | |
852 unsigned __int8 v21; // dl@63 | |
853 unsigned __int8 v22; // cl@63 | |
854 char color_map[48]; // [sp+8h] [bp-54h]@1 | |
855 PCXHeader1 header1; // [sp+38h] [bp-24h]@1 | |
856 PCXHeader2 header2; // [sp+48h] [bp-14h]@1 | |
857 unsigned int v26; // [sp+50h] [bp-Ch]@43 | |
858 int v27; // [sp+54h] [bp-8h]@38 | |
859 unsigned __int16 *v28; // [sp+58h] [bp-4h]@3 | |
860 int pOutPixelsa; // [sp+68h] [bp+Ch]@41 | |
861 int pOutPixelsb; // [sp+68h] [bp+Ch]@51 | |
862 | |
863 v4 = this; | |
864 memcpy(&header1, pPcx, 0x10u); | |
865 memcpy(color_map, pPcx + 16, 0x30u); | |
866 memcpy(&header2, pPcx + 64, 6u); | |
867 if ( header1.bpp == 8 ) | |
868 { | |
869 v6 = header1.right - header1.left + 1; | |
870 LOWORD(v7) = header1.bottom - header1.up + 1; | |
871 v4->uWidth = v6; | |
872 v4->uHeight = (unsigned __int16)v7; | |
873 v7 = (unsigned __int16 *)(signed __int16)v7; | |
874 v28 = v7; | |
875 v4->uNumPixels = (signed __int16)v7 * (signed __int16)v6; | |
876 HIWORD(v8) = 0; | |
877 v9 = 1; | |
878 while ( 1 << v9 != (signed __int16)v6 ) | |
879 { | |
880 ++v9; | |
881 if ( v9 >= 15 ) | |
882 goto LABEL_8; | |
883 } | |
884 v4->field_18 = v9; | |
885 LABEL_8: | |
886 v10 = 1; | |
887 while ( (unsigned __int16 *)(1 << v10) != v28 ) | |
888 { | |
889 ++v10; | |
890 if ( v10 >= 15 ) | |
891 goto LABEL_13; | |
892 } | |
893 v4->field_1A = v10; | |
894 LABEL_13: | |
895 switch ( v4->field_18 ) | |
896 { | |
897 case 2: | |
898 v4->field_1C = 3; | |
899 break; | |
900 case 3: | |
901 v4->field_1C = 7; | |
902 break; | |
903 case 4: | |
904 v4->field_1C = 15; | |
905 break; | |
906 case 5: | |
907 v4->field_1C = 31; | |
908 break; | |
909 case 6: | |
910 v4->field_1C = 63; | |
911 break; | |
912 case 7: | |
913 v4->field_1C = 127; | |
914 break; | |
915 case 8: | |
916 v4->field_1C = 255; | |
917 break; | |
918 case 9: | |
919 v4->field_1C = 511; | |
920 break; | |
921 case 10: | |
922 v4->field_1C = 1023; | |
923 break; | |
924 case 11: | |
925 v4->field_1C = 2047; | |
926 break; | |
927 case 12: | |
928 v4->field_1C = 4095; | |
929 break; | |
930 default: | |
931 break; | |
932 } | |
933 switch ( v4->field_1A ) | |
934 { | |
935 case 2: | |
936 v4->field_1E = 3; | |
937 break; | |
938 case 3: | |
939 v4->field_1E = 7; | |
940 break; | |
941 case 4: | |
942 v4->field_1E = 15; | |
943 break; | |
944 case 5: | |
945 v4->field_1E = 31; | |
946 break; | |
947 case 6: | |
948 v4->field_1E = 63; | |
949 break; | |
950 case 7: | |
951 v4->field_1E = 127; | |
952 break; | |
953 case 8: | |
954 v4->field_1E = 255; | |
955 break; | |
956 case 9: | |
957 v4->field_1E = 511; | |
958 break; | |
959 case 10: | |
960 v4->field_1E = 1023; | |
961 break; | |
962 case 11: | |
963 v4->field_1E = 2047; | |
964 break; | |
965 case 12: | |
966 v4->field_1E = 4095; | |
967 break; | |
968 default: | |
969 break; | |
970 } | |
971 v11 = 128; | |
972 if ( header2.planes == 3 ) | |
973 { | |
974 v27 = 0; | |
975 if ( (signed int)v28 > 0 ) | |
976 { | |
977 v28 = pOutPixels; | |
978 do | |
979 { | |
980 v12 = v28; | |
981 v13 = 0; | |
982 if ( header2.pitch ) | |
983 { | |
984 do | |
985 { | |
986 LOBYTE(v8) = pPcx[v11]; | |
987 v14 = v11 + 1; | |
988 pOutPixelsa = v14; | |
989 if ( (v8 & 0xC0) == -64 ) | |
990 { | |
991 pOutPixelsa = v14 + 1; | |
992 v15 = pPcx[v14]; | |
993 if ( (signed int)(v8 & 0x3F) > 0 ) | |
994 { | |
995 v26 = v8 & 0x3F; | |
996 do | |
997 { | |
998 ++v13; | |
999 *v12 = LOWORD(pRenderer->uTargetRMask) & ((unsigned __int8)v15 << (LOBYTE(pRenderer->uTargetGBits) | |
1000 + LOBYTE(pRenderer->uTargetRBits) | |
1001 + LOBYTE(pRenderer->uTargetBBits) | |
1002 - 8)); | |
1003 ++v12; | |
1004 if ( v13 == (unsigned __int16)header2.pitch ) | |
1005 v12 = &v12[uNumPixels - (unsigned __int16)header2.pitch - 1]; | |
1006 --v26; | |
1007 } | |
1008 while ( v26 ); | |
1009 } | |
1010 } | |
1011 else | |
1012 { | |
1013 LOWORD(v8) = (unsigned __int8)v8; | |
1014 v8 = pRenderer->uTargetRMask & (v8 << (LOBYTE(pRenderer->uTargetGBits) | |
1015 + LOBYTE(pRenderer->uTargetRBits) | |
1016 + LOBYTE(pRenderer->uTargetBBits) | |
1017 - 8)); | |
1018 ++v13; | |
1019 *v12 = v8; | |
1020 ++v12; | |
1021 } | |
1022 v11 = pOutPixelsa; | |
1023 } | |
1024 while ( v13 < (unsigned __int16)header2.pitch ); | |
1025 } | |
1026 v16 = v28; | |
1027 while ( v13 < 2 * (unsigned __int16)header2.pitch ) | |
1028 { | |
1029 LOBYTE(v8) = pPcx[v11]; | |
1030 v17 = v11 + 1; | |
1031 pOutPixelsb = v17; | |
1032 if ( (v8 & 0xC0) == -64 ) | |
1033 { | |
1034 pOutPixelsb = v17 + 1; | |
1035 v18 = pPcx[v17]; | |
1036 if ( (signed int)(v8 & 0x3F) > 0 ) | |
1037 { | |
1038 v26 = v8 & 0x3F; | |
1039 do | |
1040 { | |
1041 *v16 |= pRenderer->uTargetGMask & (unsigned __int16)((unsigned __int8)v18 << (LOBYTE(pRenderer->uTargetGBits) | |
1042 + LOBYTE(pRenderer->uTargetBBits) | |
1043 - 8)); | |
1044 ++v13; | |
1045 ++v16; | |
1046 if ( v13 == (unsigned __int16)header2.pitch ) | |
1047 v16 = &v16[uNumPixels - (unsigned __int16)header2.pitch - 1]; | |
1048 --v26; | |
1049 } | |
1050 while ( v26 ); | |
1051 } | |
1052 } | |
1053 else | |
1054 { | |
1055 LOWORD(v8) = (unsigned __int8)v8; | |
1056 v8 = pRenderer->uTargetGMask & (v8 << (LOBYTE(pRenderer->uTargetGBits) + LOBYTE(pRenderer->uTargetBBits) - 8)); | |
1057 *v16 |= v8; | |
1058 ++v13; | |
1059 ++v16; | |
1060 } | |
1061 v11 = pOutPixelsb; | |
1062 } | |
1063 v19 = v28; | |
1064 while ( v13 < 3 * (unsigned __int16)header2.pitch ) | |
1065 { | |
1066 v20 = pPcx[v11++]; | |
1067 if ( (v20 & 0xC0) == -64 ) | |
1068 { | |
1069 v21 = v20 & 0x3F; | |
1070 v22 = pPcx[v11++]; | |
1071 if ( (signed int)v21 > 0 ) | |
1072 { | |
1073 v26 = v21; | |
1074 do | |
1075 { | |
1076 *v19 |= v22 >> (8 - LOBYTE(pRenderer->uTargetBBits)); | |
1077 ++v13; | |
1078 ++v19; | |
1079 if ( v13 == (unsigned __int16)header2.pitch ) | |
1080 { | |
1081 v8 = uNumPixels - (unsigned __int16)header2.pitch; | |
1082 v19 = &v19[uNumPixels - (unsigned __int16)header2.pitch - 1]; | |
1083 } | |
1084 --v26; | |
1085 } | |
1086 while ( v26 ); | |
1087 } | |
1088 } | |
1089 else | |
1090 { | |
1091 *v19 |= v20 >> (8 - LOBYTE(pRenderer->uTargetBBits)); | |
1092 ++v13; | |
1093 ++v19; | |
1094 } | |
1095 } | |
1096 ++v27; | |
1097 v28 += uNumPixels; | |
1098 } | |
1099 while ( v27 < v4->uHeight ); | |
1100 } | |
1101 } | |
1102 result = 0; | |
1103 } | |
1104 else | |
1105 { | |
1106 result = 3; | |
1107 } | |
1108 return result; | |
1109 */ | |
1110 } | |
1111 | |
1112 //----- (0040EAD8) -------------------------------------------------------- | |
1113 unsigned int RGBTexture::LoadFromFILE(FILE *pFile, unsigned int mode, unsigned int bCloseFile) | |
1114 { | |
2334 | 1115 // signed int result; // eax@2 |
1116 // unsigned char test_byte; // edx@3 | |
0 | 1117 //unsigned int read_offset; // ebx@37 |
2334 | 1118 // unsigned int row_position; // edi@40 |
1119 // unsigned char value; // cl@63 | |
1120 // char count; // [sp+50h] [bp-Ch]@43 | |
1121 // unsigned short current_line; // [sp+54h] [bp-8h]@38 | |
1122 // unsigned short *dec_position; | |
1123 // unsigned short *temp_dec_position; | |
0 | 1124 PCXHeader1 psx_head1; |
1125 PCXHeader2 psx_head2; | |
2334 | 1126 // short int width, height; |
0 | 1127 BYTE color_map[48]; // Colormap for 16-color images |
1128 | |
2131 | 1129 unsigned int num_r_bits = 5; |
1130 unsigned int num_g_bits = 6; | |
1131 unsigned int num_b_bits = 5; | |
1132 | |
1133 unsigned int r_mask = 0xF800; | |
1134 unsigned int g_mask = 0x07E0; | |
1135 unsigned int b_mask = 0x001F; | |
1136 | |
0 | 1137 if (!pFile) |
1138 return 1; | |
1139 | |
1140 | |
1141 fread(&psx_head1, 1, 16, pFile); | |
1142 fread(&color_map, 1, 48, pFile); | |
1143 fread(&psx_head2, 1, 6, pFile); | |
1144 | |
1145 if (psx_head1.bpp!=8) | |
1146 return 3; | |
1147 uWidth=(short int )(psx_head1.right-psx_head1.left+1); // word @ 000014 | |
1148 uHeight=(short int )(psx_head1.bottom-psx_head1.up+1); // word @ 000016 | |
1149 | |
1150 | |
1151 uNumPixels=uWidth*uHeight; // dword @ 000010 | |
1152 | |
1153 | |
1154 if ( mode == 0 ) | |
1155 { | |
2369
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2353
diff
changeset
|
1156 free(pPixels); |
1583 | 1157 pPixels = (unsigned __int16 *)malloc(2 * uNumPixels + 4); |
0 | 1158 } |
1159 else | |
1160 { | |
1161 if ( mode != 1 && mode == 2 ) | |
1162 { | |
1163 pPixels = (unsigned __int16 *)malloc((uNumPixels + 2) * sizeof(unsigned __int16)); | |
1583 | 1164 _allocation_flags |= 1; |
0 | 1165 } |
1166 } | |
1167 | |
1980 | 1168 ushort* pOutPixels = pPixels; |
0 | 1169 |
1170 memset(pOutPixels, 0, uNumPixels * sizeof(__int16)); | |
1171 | |
1172 short i=1; | |
1173 while ( (1<<i) !=uWidth) | |
1174 { | |
1175 ++i; | |
1176 if (i >= 15) | |
1177 break; | |
1178 } | |
1179 field_18=i; | |
1180 short i_=1; | |
1181 while ( (1<<i_) !=uHeight) | |
1182 { | |
1183 ++i_; | |
1184 if (i_ >= 15) | |
1185 break; | |
1186 } | |
1187 field_1A=i_; | |
1188 switch (field_18) | |
1189 { | |
1190 case 2: field_1C = 3; break; | |
1191 case 3: field_1C = 7; break; | |
1192 case 4: field_1C = 15; break; | |
1193 case 5: field_1C = 31; break; | |
1194 case 6: field_1C = 63; break; | |
1195 case 7: field_1C = 127; break; | |
1196 case 8: field_1C = 255; break; | |
1197 case 9: field_1C = 511; break; | |
1198 case 10: field_1C = 1023; break; | |
1199 case 11: field_1C = 2047; break; | |
1200 case 12: field_1C = 4095; break; | |
1201 } | |
1202 | |
1203 switch (field_1A) | |
1204 { | |
1205 case 2: field_1E = 3; break; | |
1206 case 3: field_1E = 7; break; | |
1207 case 4: field_1E = 15; break; | |
1208 case 5: field_1E = 31; break; | |
1209 case 6: field_1E = 63; break; | |
1210 case 7: field_1E = 127; break; | |
1211 case 8: field_1E = 255; break; | |
1212 case 9: field_1E = 511; break; | |
1213 case 10: field_1E = 1023; break; | |
1214 case 11: field_1E = 2047; break; | |
1215 case 12: field_1E = 4095; break; | |
1216 } | |
1217 | |
1218 fseek(pFile, 128 - 70, SEEK_CUR); | |
1219 | |
1220 | |
1221 for (uint y = 0; y < uHeight; ++y) | |
1222 { | |
1223 unsigned __int16 *pDst = pPixels + y * uWidth; | |
1224 | |
1225 uint x = 0; | |
1226 do | |
1227 { | |
1228 uint ctrl = 0; | |
1229 fread(&ctrl, 1, 1, pFile); | |
1230 if ((ctrl & 0xC0) == 0xC0) | |
1231 { | |
1232 uint uNumPixels = ctrl & 0x3F; | |
1233 uint clr = 0; | |
1234 fread(&clr, 1, 1, pFile); | |
1235 for (uint i = 0; i < uNumPixels; ++i) | |
2131 | 1236 pDst[x++] = r_mask & (clr << (num_g_bits + num_r_bits + num_b_bits - 8)); |
0 | 1237 } |
1238 else | |
1239 { | |
2131 | 1240 pDst[x++] = r_mask & (ctrl << (num_g_bits + num_r_bits + num_b_bits - 8)); |
0 | 1241 } |
1242 } while (x < psx_head2.pitch); | |
1243 | |
1244 x = 0; | |
1245 do | |
1246 { | |
1247 uint ctrl = 0; | |
1248 fread(&ctrl, 1, 1, pFile); | |
1249 if ((ctrl & 0xC0) == 0xC0) | |
1250 { | |
1251 uint uNumPixels = ctrl & 0x3F; | |
1252 uint clr = 0; | |
1253 fread(&clr, 1, 1, pFile); | |
1254 for (uint i = 0; i < uNumPixels; ++i) | |
2131 | 1255 pDst[x++] |= g_mask & (clr << (num_g_bits + num_b_bits - 8)); |
0 | 1256 } |
1257 else | |
1258 { | |
2131 | 1259 pDst[x++] |= g_mask & (ctrl << (num_g_bits + num_b_bits - 8)); |
0 | 1260 } |
1261 } while (x < psx_head2.pitch); | |
1262 | |
1263 x = 0; | |
1264 do | |
1265 { | |
1266 uint ctrl = 0; | |
1267 fread(&ctrl, 1, 1, pFile); | |
1268 if ((ctrl & 0xC0) == 0xC0) | |
1269 { | |
1270 uint uNumPixels = ctrl & 0x3F; | |
1271 uint clr = 0; | |
1272 fread(&clr, 1, 1, pFile); | |
1273 for (uint i = 0; i < uNumPixels; ++i) | |
2131 | 1274 pDst[x++] |= b_mask & (clr >> (8 - num_b_bits)); |
0 | 1275 } |
1276 else | |
1277 { | |
2131 | 1278 pDst[x++] |= b_mask & (ctrl >> (8 - num_b_bits)); |
0 | 1279 } |
1280 } while (x < psx_head2.pitch); | |
1281 } | |
1282 | |
1283 if (bCloseFile) | |
1284 fclose(pFile); | |
1285 return 0; | |
1286 } | |
1287 | |
1288 //----- (0040E51F) -------------------------------------------------------- | |
1289 void RGBTexture::Release() | |
1290 { | |
1291 this->pName[0] = 0; | |
2129 | 1292 //if ( !(this->_allocation_flags & 1) ) |
1293 //free(this->pPixels); | |
1294 //else | |
1295 free(this->pPixels); | |
1296 this->_allocation_flags = 0; | |
1297 this->pPixels = 0; | |
1298 this->uNumPixels = 0; | |
1299 this->uHeight = 0; | |
1300 this->uWidth = 0; | |
1301 this->field_1A = 0; | |
1302 this->field_18 = 0; | |
0 | 1303 } |
1304 | |
1305 //----- (0040E55E) -------------------------------------------------------- | |
2129 | 1306 int RGBTexture::LoadPCXFile(const char *Filename, unsigned int a3) |
0 | 1307 { |
1308 signed int result; // eax@2 | |
1309 char *v6; // eax@3 | |
1310 int v7; // edx@3 | |
1311 char v8; // cl@4 | |
1312 signed int v14; // ecx@19 | |
1313 signed int v15; // ecx@24 | |
2334 | 1314 // int v16; // eax@57 |
1315 // unsigned __int16 *v17; // ecx@57 | |
1316 // unsigned __int16 *v18; // edi@57 | |
1317 // signed int x; // eax@59 | |
1318 // unsigned __int16 *v20; // edi@64 | |
1319 // signed int v21; // eax@66 | |
1320 // unsigned __int16 *v22; // edi@71 | |
1321 // signed int v23; // eax@73 | |
1322 // int v24; // eax@78 | |
71 | 1323 char v25[48]; // [sp+Ch] [bp-54h]@3 |
1324 PCXHeader1 pcx_header1; | |
1325 PCXHeader2 pcx_header2; | |
2129 | 1326 int y; // [sp+54h] [bp-Ch]@3 |
0 | 1327 FILE *File; // [sp+5Ch] [bp-4h]@1 |
1328 | |
2129 | 1329 unsigned int num_r_bits = 5; |
1330 unsigned int num_g_bits = 6; | |
1331 unsigned int num_b_bits = 5; | |
1332 | |
1333 unsigned int r_mask = 0xF800; | |
1334 unsigned int g_mask = 0x07E0; | |
1335 unsigned int b_mask = 0x001F; | |
1336 | |
1337 | |
0 | 1338 File = fopen(Filename, "rb"); |
1339 if ( !File ) | |
1340 return 1; | |
71 | 1341 |
1342 fread(&pcx_header1, sizeof(pcx_header1), 1, File); | |
1343 fread(&v25,48,1,File); | |
1344 fread(&pcx_header2, 4, 1, File); | |
1345 | |
0 | 1346 v6 = (char *)Filename; |
2129 | 1347 v7 = (char *)this - Filename; |
1348 uint i = 0; | |
1349 for ( i; i < 15; ++i ) | |
0 | 1350 { |
1351 v8 = *v6; | |
1352 if ( !*v6 ) | |
1353 break; | |
1354 if ( v8 == 46 ) | |
1355 break; | |
1356 (v6++)[v7] = v8; | |
1357 } | |
2129 | 1358 this->pName[i] = 0; |
71 | 1359 if ( pcx_header1.bpp != 8 ) |
0 | 1360 return 3; |
2129 | 1361 this->uWidth = pcx_header1.right - pcx_header1.left + 1; |
1362 this->uHeight = pcx_header1.bottom - pcx_header1.up + 1; | |
1363 this->uNumPixels = (signed __int16)this->uWidth * (signed __int16)this->uHeight; | |
1364 if ( !a3 ) | |
0 | 1365 { |
2369
bddcaf5d5db2
removing non-nullptr conditions before frees, chaning 0 and NULL assignmnets to pointers to nullptr assignments
Grumpy7
parents:
2353
diff
changeset
|
1366 free(this->pPixels); |
2129 | 1367 this->pPixels = (unsigned __int16 *)malloc(2 * this->uNumPixels + 4); |
0 | 1368 } |
2129 | 1369 if ( a3 == 2 ) |
0 | 1370 { |
2129 | 1371 this->_allocation_flags |= 1; |
2131 | 1372 this->pPixels = (unsigned __int16 *)malloc((uNumPixels + 2) * sizeof(unsigned __int16)); |
2129 | 1373 } |
1374 if ( this->pPixels ) | |
1375 { | |
1376 for ( v14 = 1; v14 < 15; ++v14 ) | |
0 | 1377 { |
2129 | 1378 if ( 1 << v14 == this->uWidth ) |
1379 this->field_18 = v14; | |
0 | 1380 } |
2129 | 1381 for ( v15 = 1; v15 < 15; ++v15 ) |
0 | 1382 { |
2129 | 1383 if ( 1 << v15 == this->uHeight ) |
1384 this->field_1A = v15; | |
0 | 1385 } |
2129 | 1386 switch ( this->field_18 ) |
0 | 1387 { |
2129 | 1388 case 2: this->field_1C = 3; break; |
1389 case 3: this->field_1C = 7; break; | |
1390 case 4: this->field_1C = 15; break; | |
1391 case 5: this->field_1C = 31; break; | |
1392 case 6: this->field_1C = 63; break; | |
1393 case 7: this->field_1C = 127; break; | |
1394 case 8: this->field_1C = 255; break; | |
1395 case 9: this->field_1C = 511; break; | |
1396 case 10: this->field_1C = 1023; break; | |
1397 case 11: this->field_1C = 2047; break; | |
1398 case 12: this->field_1C = 4095; break; | |
1399 default: break; | |
1400 } | |
1401 switch ( this->field_1A ) | |
1402 { | |
1403 case 2: this->field_1E = 3; break; | |
1404 case 3: this->field_1E = 7; break; | |
1405 case 4: this->field_1E = 15; break; | |
1406 case 5: this->field_1E = 31; break; | |
1407 case 6: this->field_1E = 63; break; | |
1408 case 7: this->field_1E = 127; break; | |
1409 case 8: this->field_1E = 255; break; | |
1410 case 9: this->field_1E = 511; break; | |
1411 case 10: this->field_1E = 1023; break; | |
1412 case 11: this->field_1E = 2047; break; | |
1413 case 12: this->field_1E = 4095; break; | |
1414 default: break; | |
0 | 1415 } |
1416 fseek(File, 128, 0); | |
1417 ftell(File); | |
2131 | 1418 if ( pcx_header2.planes == 1 ) |
1545 | 1419 Error("24bit PCX Only!"); |
1420 | |
71 | 1421 if ( pcx_header2.planes == 3 ) |
0 | 1422 { |
2131 | 1423 for ( y = 0; y < this->uHeight; ++y ) |
1424 { | |
1425 unsigned __int16 *pDst = pPixels + y * uWidth; | |
1426 uint x = 0; | |
1427 do | |
0 | 1428 { |
2131 | 1429 uint ctrl = 0; |
1430 fread(&ctrl, 1, 1, File); | |
1431 if ( (ctrl & 0xC0) == 0xC0 ) | |
1432 { | |
1433 uint uNumPixels = ctrl & 0x3F; | |
1434 uint clr = 0; | |
1435 ctrl &= 0x3F; | |
1436 fread(&clr, 1, 1, File); | |
1437 for ( uint i = 0; i < uNumPixels; ++i ) | |
1438 pDst[x++] = r_mask & (clr << (num_r_bits + num_g_bits + num_b_bits - 8)); | |
1439 } | |
1440 else | |
1441 pDst[x++] = r_mask & (ctrl << (num_g_bits + num_r_bits + num_b_bits - 8)); | |
1442 } | |
1443 while ( x < pcx_header2.pitch ); | |
1444 | |
1445 x = 0; | |
1446 do | |
1447 { | |
1448 uint ctrl = 0; | |
1449 fread(&ctrl, 1, 1, File); | |
1450 if ( (ctrl & 0xC0) == 0xC0 ) | |
0 | 1451 { |
2131 | 1452 uint uNumPixels = ctrl & 0x3F; |
1453 uint clr = 0; | |
1454 ctrl &= 0x3F; | |
1455 fread(&clr, 1, 1, File); | |
1456 for ( uint i = 0; i < uNumPixels; ++i ) | |
1457 pDst[x++] |= g_mask & (clr << (num_g_bits + num_b_bits - 8)); | |
0 | 1458 } |
2131 | 1459 else |
1460 pDst[x++] |= g_mask & (ctrl << (num_g_bits + num_b_bits - 8)); | |
1461 } | |
1462 while (x < pcx_header2.pitch); | |
1463 | |
1464 x = 0; | |
1465 do | |
1466 { | |
1467 uint ctrl = 0; | |
1468 fread(&ctrl, 1, 1, File); | |
1469 if ( (ctrl & 0xC0) == 0xC0 ) | |
0 | 1470 { |
2131 | 1471 uint uNumPixels = ctrl & 0x3F; |
1472 uint clr = 0; | |
1473 fread(&clr, 1, 1, File); | |
1474 for ( uint i = 0; i < uNumPixels; ++i ) | |
1475 pDst[x++] |= b_mask & (clr >> (8 - num_b_bits)); | |
0 | 1476 } |
2131 | 1477 else |
1478 pDst[x++] |= b_mask & (ctrl >> (8 - num_b_bits)); | |
0 | 1479 } |
2131 | 1480 while (x < pcx_header2.pitch); |
1481 } | |
0 | 1482 } |
1483 fclose(File); | |
1484 result = 0; | |
1485 } | |
1486 else | |
1487 { | |
1488 result = 2; | |
1489 } | |
1490 return result; | |
1491 } | |
1492 | |
1493 //----- (0040D73D) -------------------------------------------------------- | |
1494 RGBTexture::RGBTexture() | |
1495 { | |
1496 pName[0] = 0; | |
1497 pPixels = 0; | |
1498 uNumPixels = 0; | |
1499 uHeight = 0; | |
1500 uWidth = 0; | |
1501 field_1A = 0; | |
1502 field_18 = 0; | |
1583 | 1503 _allocation_flags = 0; |
1297 | 1504 } |
1505 //----- (0044E1EC) -------------------------------------------------------- | |
1506 int TextureFrameTable::FromFileTxt(const char *Args) | |
1507 { | |
1508 TextureFrameTable *v2; // ebx@1 | |
1509 FILE *v3; // eax@1 | |
1510 int v4; // esi@3 | |
1511 const void *v5; // ST0C_4@10 | |
1512 void *v6; // eax@10 | |
1513 FILE *v7; // ST0C_4@12 | |
1514 char *i; // eax@12 | |
1515 signed int v9; // esi@15 | |
1516 int v10; // eax@17 | |
1517 int v11; // edx@22 | |
1518 int v12; // ecx@23 | |
1519 int v13; // eax@24 | |
1520 signed int j; // eax@27 | |
1521 TextureFrame *v15; // edx@28 | |
1522 int v16; // esi@28 | |
1523 int k; // ecx@29 | |
1524 char Buf; // [sp+Ch] [bp-2F8h]@3 | |
1525 FrameTableTxtLine v20; // [sp+200h] [bp-104h]@4 | |
1526 int v21; // [sp+27Ch] [bp-88h]@4 | |
1527 char *Str1; // [sp+280h] [bp-84h]@5 | |
1528 char *Str; // [sp+284h] [bp-80h]@15 | |
1529 int v24; // [sp+2F8h] [bp-Ch]@3 | |
1530 int v25; // [sp+2FCh] [bp-8h]@3 | |
1531 FILE *File; // [sp+300h] [bp-4h]@1 | |
1532 int Argsa; // [sp+30Ch] [bp+8h]@28 | |
1533 | |
1534 v2 = this; | |
1535 v3 = fopen(Args, "r"); | |
1536 File = v3; | |
1537 if ( !v3 ) | |
1545 | 1538 Error("CTextureFrameTable::load - Unable to open file: %s.", Args); |
1539 | |
1297 | 1540 v4 = 0; |
1541 v24 = 0; | |
1542 v25 = 1; | |
1543 if ( fgets(&Buf, 490, v3) ) | |
1544 { | |
1545 do | |
1546 { | |
1547 *strchr(&Buf, 10) = 0; | |
1548 memcpy(&v21, txt_file_frametable_parser(&Buf, &v20), 0x7Cu); | |
1409
c9e3b93ec570
Highlighted locations with "using uninitialized variable" warning.
Nomad
parents:
1402
diff
changeset
|
1549 __debugbreak(); // warning C4700: uninitialized local variable 'Str1' used |
1297 | 1550 if ( v21 && *Str1 != 47 ) |
1551 { | |
1552 if ( v21 < 2 ) | |
1545 | 1553 Error("CTextureFrameTable::load, too few arguments, %s line %i.", Args, v25); |
1297 | 1554 ++v24; |
1555 } | |
1556 ++v25; | |
1557 } | |
1558 while ( fgets(&Buf, 490, File) ); | |
1559 v4 = v24; | |
1560 } | |
1561 v5 = v2->pTextures; | |
1562 v2->sNumTextures = v4; | |
1583 | 1563 v6 = malloc(20 * v4); |
1297 | 1564 v2->pTextures = (TextureFrame *)v6; |
1565 if ( !v6 ) | |
1545 | 1566 Error("CTextureFrameTable::load - Out of Memory!"); |
1297 | 1567 v7 = File; |
1568 v2->sNumTextures = 0; | |
1569 fseek(v7, 0, 0); | |
1570 for ( i = fgets(&Buf, 490, File); i; i = fgets(&Buf, 490, File) ) | |
1571 { | |
1572 *strchr(&Buf, 10) = 0; | |
1573 memcpy(&v21, txt_file_frametable_parser(&Buf, &v20), 0x7Cu); | |
1574 if ( v21 && *Str1 != 47 ) | |
1575 { | |
1576 strcpy(v2->pTextures[v2->sNumTextures].pTextureName, Str1); | |
1409
c9e3b93ec570
Highlighted locations with "using uninitialized variable" warning.
Nomad
parents:
1402
diff
changeset
|
1577 __debugbreak(); // warning C4700: uninitialized local variable 'Str' used |
1297 | 1578 v2->pTextures[v2->sNumTextures].uAnimTime = atoi(Str); |
1579 v9 = 2; | |
1580 for ( v2->pTextures[v2->sNumTextures].uFlags = 0; v9 < v21; ++v9 ) | |
1581 { | |
1582 if ( !_stricmp((&Str1)[4 * v9], "New") ) | |
1583 { | |
2335 | 1584 //v10 = (int)&v2->pTextures[v2->sNumTextures].uFlags; |
1585 v2->pTextures[v2->sNumTextures].uFlags |= 2; | |
1297 | 1586 } |
1587 } | |
1588 ++v2->sNumTextures; | |
1589 } | |
1590 } | |
1591 fclose(File); | |
1592 v11 = 0; | |
1593 if ( (signed int)(v2->sNumTextures - 1) > 0 ) | |
1594 { | |
1595 v12 = 0; | |
1596 do | |
1597 { | |
1598 v13 = (int)&v2->pTextures[v12]; | |
1599 if ( !(*(char *)(v13 + 38) & 2) ) | |
1600 *(char *)(v13 + 18) |= 1u; | |
1601 ++v11; | |
1602 ++v12; | |
1603 } | |
1604 while ( v11 < (signed int)(v2->sNumTextures - 1) ); | |
1605 } | |
1606 for ( j = 0; j < (signed int)v2->sNumTextures; *(short *)(Argsa + 16) = v16 ) | |
1607 { | |
1608 v15 = v2->pTextures; | |
1609 Argsa = (int)&v15[j]; | |
1610 v16 = *(short *)(Argsa + 14); | |
1611 if ( *(char *)(Argsa + 18) & 1 ) | |
1612 { | |
1613 ++j; | |
1614 for ( k = (int)&v15[j]; *(char *)(k + 18) & 1; k += 20 ) | |
1615 { | |
1616 v16 += *(short *)(k + 14); | |
1617 ++j; | |
1618 } | |
1619 LOWORD(v16) = v15[j].uAnimTime + v16; | |
1620 } | |
1621 ++j; | |
1622 } | |
1623 return 1; | |
1624 } |