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