annotate PaletteManager.cpp @ 2006:30c2b575d25c

signed fixes DamagePlayerFromMonster -1 indexing
author zipi
date Wed, 06 Nov 2013 13:06:02 +0000
parents c4ab816fcc5e
children d44b7775fc06
rev   line source
1165
29a8defbad9e temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents: 762
diff changeset
1 #ifdef _MSC_VER
29a8defbad9e temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents: 762
diff changeset
2 #define _CRT_SECURE_NO_WARNINGS
29a8defbad9e temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents: 762
diff changeset
3 #endif
29a8defbad9e temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents: 762
diff changeset
4
0
Ritor1
parents:
diff changeset
5 #include "PaletteManager.h"
Ritor1
parents:
diff changeset
6 #include "Texture.h"
Ritor1
parents:
diff changeset
7 #include "Game.h"
Ritor1
parents:
diff changeset
8 #include "LOD.h"
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
9 #include "Log.h"
0
Ritor1
parents:
diff changeset
10
Ritor1
parents:
diff changeset
11 #include "mm7_data.h"
Ritor1
parents:
diff changeset
12
Ritor1
parents:
diff changeset
13
Ritor1
parents:
diff changeset
14
Ritor1
parents:
diff changeset
15
Ritor1
parents:
diff changeset
16 PaletteManager *pPaletteManager = new PaletteManager;
Ritor1
parents:
diff changeset
17
Ritor1
parents:
diff changeset
18
Ritor1
parents:
diff changeset
19
Ritor1
parents:
diff changeset
20
Ritor1
parents:
diff changeset
21 //----- (0048A643) --------------------------------------------------------
Ritor1
parents:
diff changeset
22 bool __fastcall HSV2RGB(float *a1, float *a2, float *a3, float a4, float a5, float a6)
Ritor1
parents:
diff changeset
23 {
Ritor1
parents:
diff changeset
24 float *v6; // ebx@1
Ritor1
parents:
diff changeset
25 float *v7; // edi@1
Ritor1
parents:
diff changeset
26 float *v8; // esi@1
Ritor1
parents:
diff changeset
27 double v9; // st7@5
Ritor1
parents:
diff changeset
28 signed __int64 v10; // qax@5
Ritor1
parents:
diff changeset
29 double v11; // st7@5
Ritor1
parents:
diff changeset
30 double v12; // st5@5
Ritor1
parents:
diff changeset
31 int v13; // eax@6
Ritor1
parents:
diff changeset
32 int v14; // eax@7
Ritor1
parents:
diff changeset
33 int v15; // eax@8
Ritor1
parents:
diff changeset
34 int v16; // eax@9
Ritor1
parents:
diff changeset
35 float v17; // eax@11
Ritor1
parents:
diff changeset
36 float a3a; // [sp+1Ch] [bp+8h]@14
Ritor1
parents:
diff changeset
37 float a4b; // [sp+20h] [bp+Ch]@5
Ritor1
parents:
diff changeset
38 float a4c; // [sp+20h] [bp+Ch]@5
Ritor1
parents:
diff changeset
39 float a4a; // [sp+20h] [bp+Ch]@5
Ritor1
parents:
diff changeset
40
Ritor1
parents:
diff changeset
41 v6 = a3;
Ritor1
parents:
diff changeset
42 v7 = a2;
Ritor1
parents:
diff changeset
43 v8 = a1;
Ritor1
parents:
diff changeset
44 if ( a5 == 0.0 )
Ritor1
parents:
diff changeset
45 {
Ritor1
parents:
diff changeset
46 *a3 = a6;
Ritor1
parents:
diff changeset
47 *a2 = a6;
Ritor1
parents:
diff changeset
48 *a1 = a6;
Ritor1
parents:
diff changeset
49 goto LABEL_20;
Ritor1
parents:
diff changeset
50 }
Ritor1
parents:
diff changeset
51 if ( a4 == 360.0 )
Ritor1
parents:
diff changeset
52 a4 = 0.0;
Ritor1
parents:
diff changeset
53 v9 = a4 * 0.01666666666666667;
Ritor1
parents:
diff changeset
54 a4b = v9;
Ritor1
parents:
diff changeset
55 floor(v9);
Ritor1
parents:
diff changeset
56 v10 = (signed __int64)v9;
Ritor1
parents:
diff changeset
57 a4c = a4b - (double)(signed int)(signed __int64)v9;
Ritor1
parents:
diff changeset
58 v11 = (1.0 - a5) * a6;
Ritor1
parents:
diff changeset
59 v12 = (1.0 - a4c * a5) * a6;
Ritor1
parents:
diff changeset
60 a4a = (1.0 - (1.0 - a4c) * a5) * a6;
Ritor1
parents:
diff changeset
61 if ( (int)v10 )
Ritor1
parents:
diff changeset
62 {
Ritor1
parents:
diff changeset
63 v13 = v10 - 1;
Ritor1
parents:
diff changeset
64 if ( v13 )
Ritor1
parents:
diff changeset
65 {
Ritor1
parents:
diff changeset
66 v14 = v13 - 1;
Ritor1
parents:
diff changeset
67 if ( v14 )
Ritor1
parents:
diff changeset
68 {
Ritor1
parents:
diff changeset
69 v15 = v14 - 1;
Ritor1
parents:
diff changeset
70 if ( v15 )
Ritor1
parents:
diff changeset
71 {
Ritor1
parents:
diff changeset
72 v16 = v15 - 1;
Ritor1
parents:
diff changeset
73 if ( v16 )
Ritor1
parents:
diff changeset
74 {
Ritor1
parents:
diff changeset
75 if ( v16 != 1 )
Ritor1
parents:
diff changeset
76 goto LABEL_20;
Ritor1
parents:
diff changeset
77 *v8 = a6;
Ritor1
parents:
diff changeset
78 v17 = v12;
Ritor1
parents:
diff changeset
79 *v7 = v11;
Ritor1
parents:
diff changeset
80 goto LABEL_12;
Ritor1
parents:
diff changeset
81 }
Ritor1
parents:
diff changeset
82 *(int *)v8 = LODWORD(a4a);
Ritor1
parents:
diff changeset
83 *v7 = v11;
Ritor1
parents:
diff changeset
84 }
Ritor1
parents:
diff changeset
85 else
Ritor1
parents:
diff changeset
86 {
Ritor1
parents:
diff changeset
87 *v8 = v11;
Ritor1
parents:
diff changeset
88 a3a = v12;
Ritor1
parents:
diff changeset
89 *(int *)v7 = LODWORD(a3a);
Ritor1
parents:
diff changeset
90 }
Ritor1
parents:
diff changeset
91 v17 = a6;
Ritor1
parents:
diff changeset
92 }
Ritor1
parents:
diff changeset
93 else
Ritor1
parents:
diff changeset
94 {
Ritor1
parents:
diff changeset
95 *v8 = v11;
Ritor1
parents:
diff changeset
96 *(int *)v7 = LODWORD(a6);
Ritor1
parents:
diff changeset
97 v17 = a4a;
Ritor1
parents:
diff changeset
98 }
Ritor1
parents:
diff changeset
99 LABEL_12:
Ritor1
parents:
diff changeset
100 *(int *)v6 = LODWORD(v17);
Ritor1
parents:
diff changeset
101 goto LABEL_20;
Ritor1
parents:
diff changeset
102 }
Ritor1
parents:
diff changeset
103 *v8 = v12;
Ritor1
parents:
diff changeset
104 *v7 = a6;
Ritor1
parents:
diff changeset
105 }
Ritor1
parents:
diff changeset
106 else
Ritor1
parents:
diff changeset
107 {
Ritor1
parents:
diff changeset
108 *v8 = a6;
Ritor1
parents:
diff changeset
109 *(int *)v7 = LODWORD(a4a);
Ritor1
parents:
diff changeset
110 }
Ritor1
parents:
diff changeset
111 *a3 = v11;
Ritor1
parents:
diff changeset
112 LABEL_20:
Ritor1
parents:
diff changeset
113 if ( *v8 > 1.0 )
Ritor1
parents:
diff changeset
114 *v8 = 1.0;
Ritor1
parents:
diff changeset
115 if ( *v7 > 1.0 )
Ritor1
parents:
diff changeset
116 *v7 = 1.0;
Ritor1
parents:
diff changeset
117 if ( *v6 > 1.0 )
Ritor1
parents:
diff changeset
118 *v6 = 1.0;
Ritor1
parents:
diff changeset
119 if ( *v8 < 0.0 )
Ritor1
parents:
diff changeset
120 *v8 = 0.0;
Ritor1
parents:
diff changeset
121 if ( *v7 < 0.0 )
Ritor1
parents:
diff changeset
122 *v7 = 0.0;
Ritor1
parents:
diff changeset
123 if ( *v6 < 0.0 )
Ritor1
parents:
diff changeset
124 *v6 = 0.0;
Ritor1
parents:
diff changeset
125 return 1;
Ritor1
parents:
diff changeset
126 }
Ritor1
parents:
diff changeset
127
Ritor1
parents:
diff changeset
128 //----- (0048A7AA) --------------------------------------------------------
Ritor1
parents:
diff changeset
129 void __fastcall RGB2HSV(float *a1, float *a2, float a3, float a4, float a5, float *a6)
Ritor1
parents:
diff changeset
130 {
Ritor1
parents:
diff changeset
131 double v6; // st7@2
Ritor1
parents:
diff changeset
132 double v7; // st6@7
Ritor1
parents:
diff changeset
133 double v8; // st5@12
Ritor1
parents:
diff changeset
134 double v9; // st7@15
Ritor1
parents:
diff changeset
135 double v10; // st7@17
Ritor1
parents:
diff changeset
136 double v11; // st7@21
Ritor1
parents:
diff changeset
137 __int16 v12; // fps@21
Ritor1
parents:
diff changeset
138 unsigned __int8 v13; // c0@21
Ritor1
parents:
diff changeset
139 unsigned __int8 v14; // c2@21
Ritor1
parents:
diff changeset
140 float a6a; // [sp+14h] [bp+14h]@16
Ritor1
parents:
diff changeset
141
Ritor1
parents:
diff changeset
142 if ( a3 <= (double)a4 )
Ritor1
parents:
diff changeset
143 v6 = a4;
Ritor1
parents:
diff changeset
144 else
Ritor1
parents:
diff changeset
145 v6 = a3;
Ritor1
parents:
diff changeset
146 if ( v6 < a5 )
Ritor1
parents:
diff changeset
147 v6 = a5;
Ritor1
parents:
diff changeset
148 if ( a3 <= (double)a4 )
Ritor1
parents:
diff changeset
149 v7 = a3;
Ritor1
parents:
diff changeset
150 else
Ritor1
parents:
diff changeset
151 v7 = a4;
Ritor1
parents:
diff changeset
152 if ( v7 > a5 )
Ritor1
parents:
diff changeset
153 v7 = a5;
Ritor1
parents:
diff changeset
154 *a6 = v6;
Ritor1
parents:
diff changeset
155 if ( v6 == 0.0 )
Ritor1
parents:
diff changeset
156 v8 = 0.0;
Ritor1
parents:
diff changeset
157 else
Ritor1
parents:
diff changeset
158 v8 = (v6 - v7) / v6;
Ritor1
parents:
diff changeset
159 *a2 = v8;
Ritor1
parents:
diff changeset
160 if ( v8 == 0.0 )
Ritor1
parents:
diff changeset
161 {
Ritor1
parents:
diff changeset
162 v9 = 0.0;
Ritor1
parents:
diff changeset
163 LABEL_23:
Ritor1
parents:
diff changeset
164 *a1 = v9;
Ritor1
parents:
diff changeset
165 return;
Ritor1
parents:
diff changeset
166 }
Ritor1
parents:
diff changeset
167 a6a = v6 - v7;
Ritor1
parents:
diff changeset
168 if ( a3 == v6 )
Ritor1
parents:
diff changeset
169 {
Ritor1
parents:
diff changeset
170 v10 = (a4 - a5) / a6a;
Ritor1
parents:
diff changeset
171 }
Ritor1
parents:
diff changeset
172 else
Ritor1
parents:
diff changeset
173 {
Ritor1
parents:
diff changeset
174 if ( a4 == v6 )
Ritor1
parents:
diff changeset
175 v10 = (a5 - a3) / a6a + 2.0;
Ritor1
parents:
diff changeset
176 else
Ritor1
parents:
diff changeset
177 v10 = (a3 - a4) / a6a + 4.0;
Ritor1
parents:
diff changeset
178 }
Ritor1
parents:
diff changeset
179 //*a1 = v10;
Ritor1
parents:
diff changeset
180 //v11 = *a1 * 60.0;
Ritor1
parents:
diff changeset
181 //UNDEF(v12);
Ritor1
parents:
diff changeset
182 *a1 = v10 * 60.0;
Ritor1
parents:
diff changeset
183 if (*a1 < 0)
Ritor1
parents:
diff changeset
184 {
Ritor1
parents:
diff changeset
185 *a1 += 360.0;
Ritor1
parents:
diff changeset
186 }
Ritor1
parents:
diff changeset
187 }
Ritor1
parents:
diff changeset
188
Ritor1
parents:
diff changeset
189
Ritor1
parents:
diff changeset
190
Ritor1
parents:
diff changeset
191 //----- (0048A8A3) --------------------------------------------------------
Ritor1
parents:
diff changeset
192 int PaletteManager::LockAll()
Ritor1
parents:
diff changeset
193 {
Ritor1
parents:
diff changeset
194 int *v1; // edx@1
Ritor1
parents:
diff changeset
195 signed int v2; // eax@1
Ritor1
parents:
diff changeset
196
Ritor1
parents:
diff changeset
197 v1 = &this->pPaletteIDs[1];
Ritor1
parents:
diff changeset
198 v2 = 1;
Ritor1
parents:
diff changeset
199 do
Ritor1
parents:
diff changeset
200 {
Ritor1
parents:
diff changeset
201 if ( *v1 )
Ritor1
parents:
diff changeset
202 this->_num_locked = v2 + 1;
Ritor1
parents:
diff changeset
203 ++v2;
Ritor1
parents:
diff changeset
204 ++v1;
Ritor1
parents:
diff changeset
205 }
Ritor1
parents:
diff changeset
206 while ( v2 < 50 );
Ritor1
parents:
diff changeset
207 return this->_num_locked;
Ritor1
parents:
diff changeset
208 }
Ritor1
parents:
diff changeset
209
Ritor1
parents:
diff changeset
210 //----- (0048A8CC) --------------------------------------------------------
Ritor1
parents:
diff changeset
211 int PaletteManager::LockTestAll()
Ritor1
parents:
diff changeset
212 {
Ritor1
parents:
diff changeset
213 char *v1; // edx@1
Ritor1
parents:
diff changeset
214 signed int v2; // eax@1
Ritor1
parents:
diff changeset
215
Ritor1
parents:
diff changeset
216 v1 = (char *)&this->pPaletteIDs[1];
Ritor1
parents:
diff changeset
217 v2 = 1;
Ritor1
parents:
diff changeset
218 do
Ritor1
parents:
diff changeset
219 {
Ritor1
parents:
diff changeset
220 if ( *(int *)v1 )
Ritor1
parents:
diff changeset
221 this->_pal_lock_test = v2 + 1;
Ritor1
parents:
diff changeset
222 ++v2;
Ritor1
parents:
diff changeset
223 v1 += 4;
Ritor1
parents:
diff changeset
224 }
Ritor1
parents:
diff changeset
225 while ( v2 < 50 );
Ritor1
parents:
diff changeset
226 return this->_pal_lock_test;
Ritor1
parents:
diff changeset
227 }
Ritor1
parents:
diff changeset
228
Ritor1
parents:
diff changeset
229
Ritor1
parents:
diff changeset
230 //----- (0048A8F5) --------------------------------------------------------
Ritor1
parents:
diff changeset
231 void PaletteManager::SetColorChannelInfo(int uNumRBits, int uNumGBits, int uNumBBits)
Ritor1
parents:
diff changeset
232 {
Ritor1
parents:
diff changeset
233 PaletteManager *v4; // esi@1
Ritor1
parents:
diff changeset
234 int v5; // edi@1
Ritor1
parents:
diff changeset
235 int v6; // eax@1
Ritor1
parents:
diff changeset
236 int v7; // ebx@1
Ritor1
parents:
diff changeset
237
Ritor1
parents:
diff changeset
238 v4 = this;
Ritor1
parents:
diff changeset
239 this->uNumTargetRBits = uNumRBits;
Ritor1
parents:
diff changeset
240 this->uNumTargetGBits = uNumGBits;
Ritor1
parents:
diff changeset
241 v5 = this->uNumTargetGBits;
Ritor1
parents:
diff changeset
242 this->uNumTargetBBits = uNumBBits;
Ritor1
parents:
diff changeset
243 v6 = MakeColorMaskFromBitDepth(uNumRBits);
Ritor1
parents:
diff changeset
244 v7 = v4->uNumTargetBBits;
Ritor1
parents:
diff changeset
245 v4->uTargetRMask = v6 << (v5 + v4->uNumTargetBBits);
Ritor1
parents:
diff changeset
246 v4->uTargetGMask = MakeColorMaskFromBitDepth(v5) << v7;
Ritor1
parents:
diff changeset
247 v4->uTargetBMask = MakeColorMaskFromBitDepth(v7);
Ritor1
parents:
diff changeset
248 }
Ritor1
parents:
diff changeset
249
Ritor1
parents:
diff changeset
250
Ritor1
parents:
diff changeset
251 //----- (00489BE0) --------------------------------------------------------
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
252 void PaletteManager::CalcPalettes_LUT(int a2)
0
Ritor1
parents:
diff changeset
253 {
Ritor1
parents:
diff changeset
254 PaletteManager *v2; // esi@1
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
255 //char *v3; // edi@1
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
256 //signed int v4; // ebx@4
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
257 //float v5; // ST08_4@5
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
258 //float v6; // ST04_4@5
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
259 //float v7; // ST00_4@5
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
260 //int v8; // eax@7
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
261 //float *v9; // edx@8
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
262 //float *v10; // ST0C_4@8
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
263 //float *v11; // ecx@8
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
264 //int v12; // ebx@8
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
265 //int v13; // eax@8
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
266 //float v14; // ebx@8
0
Ritor1
parents:
diff changeset
267 float v15; // ST08_4@8
Ritor1
parents:
diff changeset
268 float v16; // ST04_4@8
Ritor1
parents:
diff changeset
269 float v17; // ST00_4@8
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
270 //unsigned __int8 v18; // sf@8
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
271 //unsigned __int8 v19; // of@8
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
272 //int v20; // eax@10
0
Ritor1
parents:
diff changeset
273 double v21; // st5@11
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
274 //float v22; // ST0C_4@13
0
Ritor1
parents:
diff changeset
275 unsigned int v23; // eax@13
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
276 //__int16 v24; // bx@16
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
277 //int v25; // eax@16
0
Ritor1
parents:
diff changeset
278 double v26; // st7@20
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
279 //float v27; // ST0C_4@22
0
Ritor1
parents:
diff changeset
280 unsigned int v28; // eax@22
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
281 //__int16 v29; // bx@25
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
282 //__int16 *v30; // eax@25
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
283 //int v31; // eax@27
0
Ritor1
parents:
diff changeset
284 double v32; // st5@28
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
285 //float v33; // ST0C_4@30
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
286 //float v34; // ST08_4@30
0
Ritor1
parents:
diff changeset
287 unsigned int v35; // ebx@30
Ritor1
parents:
diff changeset
288 signed __int64 v36; // qax@33
Ritor1
parents:
diff changeset
289 signed int v37; // edx@33
Ritor1
parents:
diff changeset
290 char v38; // cl@33
Ritor1
parents:
diff changeset
291 unsigned int v39; // ebx@33
Ritor1
parents:
diff changeset
292 signed int v40; // edi@33
Ritor1
parents:
diff changeset
293 unsigned int v41; // ecx@33
Ritor1
parents:
diff changeset
294 unsigned int v42; // ecx@35
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
295 //int v43; // eax@39
0
Ritor1
parents:
diff changeset
296 signed int v44; // edx@39
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
297 //unsigned __int8 v45; // al@40
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
298 //double v46; // st6@43
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
299 //signed int v47; // eax@43
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
300 //int v48; // eax@45
0
Ritor1
parents:
diff changeset
301 double v49; // st6@47
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
302 //float v50; // ST08_4@49
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
303 //unsigned int v51; // ebx@49
0
Ritor1
parents:
diff changeset
304 int v52; // edi@55
Ritor1
parents:
diff changeset
305 int v53; // ebx@55
Ritor1
parents:
diff changeset
306 signed __int64 v54; // qax@55
Ritor1
parents:
diff changeset
307 double v55; // st7@56
Ritor1
parents:
diff changeset
308 unsigned int v56; // ecx@57
Ritor1
parents:
diff changeset
309 unsigned int v57; // ecx@59
Ritor1
parents:
diff changeset
310 //int v58; // edx@61
Ritor1
parents:
diff changeset
311 unsigned int v59; // ecx@61
Ritor1
parents:
diff changeset
312 unsigned int v60; // eax@63
Ritor1
parents:
diff changeset
313 char v61; // cl@63
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
314 //int result; // eax@63
0
Ritor1
parents:
diff changeset
315 float v63[256]; // [sp+1Ch] [bp-C38h]@5
Ritor1
parents:
diff changeset
316 float v64[256]; // [sp+41Ch] [bp-838h]@5
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
317 float a6[256]; // [sp+81Ch] [bp-438h]@5
0
Ritor1
parents:
diff changeset
318 int v66; // [sp+C1Ch] [bp-38h]@43
Ritor1
parents:
diff changeset
319 float v67; // [sp+C20h] [bp-34h]@43
Ritor1
parents:
diff changeset
320 float v68; // [sp+C24h] [bp-30h]@43
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
321 //PaletteManager *v69; // [sp+C28h] [bp-2Ch]@9
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
322 //float v70; // [sp+C2Ch] [bp-28h]@43
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
323 //double v71; // [sp+C30h] [bp-24h]@10
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
324 //int v72; // [sp+C38h] [bp-1Ch]@9
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
325 //int v73; // [sp+C3Ch] [bp-18h]@9
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
326 //int i; // [sp+C40h] [bp-14h]@7
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
327 //float v75; // [sp+C44h] [bp-10h]@5
0
Ritor1
parents:
diff changeset
328 float a2a; // [sp+C48h] [bp-Ch]@13
Ritor1
parents:
diff changeset
329 float a1; // [sp+C4Ch] [bp-8h]@13
Ritor1
parents:
diff changeset
330 float a3; // [sp+C50h] [bp-4h]@13
Ritor1
parents:
diff changeset
331 signed int v79; // [sp+C5Ch] [bp+8h]@33
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
332 //signed int v80; // [sp+C5Ch] [bp+8h]@43
0
Ritor1
parents:
diff changeset
333 int v81; // [sp+C5Ch] [bp+8h]@57
Ritor1
parents:
diff changeset
334
Ritor1
parents:
diff changeset
335 v2 = this;
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
336 //v3 = (char *)pBaseColors[a2];
0
Ritor1
parents:
diff changeset
337 if (pPalette_tintColor[0] || pPalette_tintColor[1] || pPalette_tintColor[2])
Ritor1
parents:
diff changeset
338 {
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
339 //v8 = 0;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
340 //i = 0;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
341
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
342 for (uint i = 0; i < 256; ++i)
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
343 RGB2HSV(&v64[i], &v63[i], (pBaseColors[a2][i][0] + pPalette_tintColor[0]) / (255.0f + 255.0f),
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
344 (pBaseColors[a2][i][1] + pPalette_tintColor[1]) / (255.0f + 255.0f),
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
345 (pBaseColors[a2][i][2] + pPalette_tintColor[2]) / (255.0f + 255.0f), &a6[i]);
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
346 //do
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
347 //{
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
348 //v9 = (float *)((char *)v63 + v8);
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
349 //v10 = (float *)((char *)a6 + v8);
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
350 //v11 = (float *)((char *)v64 + v8);
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
351 //v12 = pPalette_tintColor[1];
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
352 //LODWORD(v75) = pPalette_tintColor[2] + (unsigned __int8)v3[2];
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
353 //v13 = pPalette_tintColor[1] + (unsigned __int8)v3[1];
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
354 //LODWORD(v14) = (unsigned __int8)*v3;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
355 //v15 = (double)((unsigned __int8)v3[2] + pPalette_tintColor[2]) / (2.0f * 255.0f);
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
356 //LODWORD(v75) = v13;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
357 //LODWORD(v75) = (unsigned __int8)*v3 + pPalette_tintColor[0];
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
358 //v16 = (double)((unsigned __int8)v3[1] + pPalette_tintColor[1]) / 510.0f;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
359 //v17 = (double)((unsigned __int8)*v3 + pPalette_tintColor[0]) / 510.0f;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
360 //RGB2HSV(&v64[i], &v63[i], v17, v16, v15, &a6[i]);
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
361 //v3 += 3;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
362 //v8 = i + 4;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
363 //v19 = __OFSUB__(i + 4, 1024);
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
364 //v18 = i - 1020 < 0;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
365 //i += 4;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
366 //}
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
367 //while ( i < );
0
Ritor1
parents:
diff changeset
368 }
Ritor1
parents:
diff changeset
369 else
Ritor1
parents:
diff changeset
370 {
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
371 for (uint i = 0; i < 256; ++i)
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
372 RGB2HSV(&v64[i], &v63[i], pBaseColors[a2][i][0] / 255.0f,
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
373 pBaseColors[a2][i][1] / 255.0f,
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
374 pBaseColors[a2][i][2] / 255.0f, &a6[i]);
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
375 /*v4 = 0;
0
Ritor1
parents:
diff changeset
376 do
Ritor1
parents:
diff changeset
377 {
Ritor1
parents:
diff changeset
378 LODWORD(v75) = (unsigned __int8)v3[2];
Ritor1
parents:
diff changeset
379 v5 = (double)SLODWORD(v75) * 0.00392156862745098;
Ritor1
parents:
diff changeset
380 LODWORD(v75) = (unsigned __int8)v3[1];
Ritor1
parents:
diff changeset
381 v6 = (double)SLODWORD(v75) * 0.00392156862745098;
Ritor1
parents:
diff changeset
382 LODWORD(v75) = (unsigned __int8)*v3;
Ritor1
parents:
diff changeset
383 v7 = (double)SLODWORD(v75) * 0.00392156862745098;
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
384 RGB2HSV(&v64[v4], &v63[v4], v7, v6, v5, &a6[v4]);
0
Ritor1
parents:
diff changeset
385 ++v4;
Ritor1
parents:
diff changeset
386 v3 += 3;
Ritor1
parents:
diff changeset
387 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
388 while ( v4 < 256 );*/
0
Ritor1
parents:
diff changeset
389 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
390
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
391 //v69 = (PaletteManager *)((char *)v2 + 16384 * a2);
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
392 //v72 = 0;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
393 //v73 = (int)pPalette1[a2];
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
394 for (uint i = 0; i < 32; ++i)
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
395 //do
0
Ritor1
parents:
diff changeset
396 {
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
397 //v20 = 0;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
398 //i = 0;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
399 //v71 = 1.0 - (double)v72 / 31.0f;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
400 //do
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
401 for (uint j = 0; j < 256; ++j)
0
Ritor1
parents:
diff changeset
402 {
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
403 v21 = a6[j] * (1.0f - i / 32.0f);
0
Ritor1
parents:
diff changeset
404 if ( v21 < 0.0 )
Ritor1
parents:
diff changeset
405 v21 = 0.0;
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
406
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
407 //v22 = v21;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
408 HSV2RGB(&a1, &a2a, &a3, v64[j], v63[j], v21);
0
Ritor1
parents:
diff changeset
409 v23 = v2->uNumTargetGBits;
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
410 if ( v23 == 6 ) // r5g6b5
0
Ritor1
parents:
diff changeset
411 {
Ritor1
parents:
diff changeset
412 a1 = a1 * 31.0;
Ritor1
parents:
diff changeset
413 a2a = a2a * 62.0;
Ritor1
parents:
diff changeset
414 a3 = a3 * 31.0;
Ritor1
parents:
diff changeset
415 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
416 else if (v23 == 5) // r5g5b5
0
Ritor1
parents:
diff changeset
417 {
Ritor1
parents:
diff changeset
418 a1 = a1 * 31.0;
Ritor1
parents:
diff changeset
419 a2a = a2a * 31.0;
Ritor1
parents:
diff changeset
420 a3 = a3 * 31.0;
Ritor1
parents:
diff changeset
421 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
422 else if (v23 == 0)
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
423 Log::Warning(L"Calling palette manager with num_target_bits == 0");
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1165
diff changeset
424 else Error("(%u)", v23);
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
425 //v24 = (unsigned __int32)a3 | ((unsigned __int32)a2a << v2->uNumTargetBBits) | ((unsigned __int32)a1 << (v2->uNumTargetBBits + v2->uNumTargetGBits));
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
426 //v25 = v73;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
427 //v73 += 2;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
428 //*(short *)v25 = v24;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
429 pPalette1[a2][i][j] = (unsigned __int32)a3 |
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
430 ((unsigned __int32)a2a << v2->uNumTargetBBits) |
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
431 ((unsigned __int32)a1 << (v2->uNumTargetBBits + v2->uNumTargetGBits));
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
432 //v20 = i + 4;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
433 //v19 = __OFSUB__(i + 4, 1024);
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
434 //v18 = i - 1020 < 0;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
435 //i += 4;
0
Ritor1
parents:
diff changeset
436 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
437 //while ( v18 ^ v19 );
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
438 //++v72;
0
Ritor1
parents:
diff changeset
439 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
440 //while ( v72 < 32 );
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
441
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
442 //v72 = 0;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
443 //v73 = (int)v69->field_199600_palettes;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
444 //do
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
445 for (uint i = 0; i < 32; ++i)
0
Ritor1
parents:
diff changeset
446 {
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
447 //i = 0;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
448 //v71 = 1.0 - (double)v72 / 31.0f;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
449 //do
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
450 for (uint j = 0; j < 256; ++j)
0
Ritor1
parents:
diff changeset
451 {
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
452 v26 = a6[j] * (1.0 - i / 31.0f);
0
Ritor1
parents:
diff changeset
453 if ( v26 < 0.0 )
Ritor1
parents:
diff changeset
454 v26 = 0.0;
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
455
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
456 //v27 = v26;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
457 HSV2RGB(&a1, &a2a, &a3, 1.0, 1.0, v26);
0
Ritor1
parents:
diff changeset
458 v28 = v2->uNumTargetGBits;
Ritor1
parents:
diff changeset
459 if ( v28 == 6 )
Ritor1
parents:
diff changeset
460 {
Ritor1
parents:
diff changeset
461 a1 = a1 * 31.0;
Ritor1
parents:
diff changeset
462 a2a = a2a * 62.0;
Ritor1
parents:
diff changeset
463 a3 = a3 * 31.0;
Ritor1
parents:
diff changeset
464 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
465 else if (v28 == 5)
0
Ritor1
parents:
diff changeset
466 {
Ritor1
parents:
diff changeset
467 a1 = a1 * 31.0;
Ritor1
parents:
diff changeset
468 a2a = a2a * 31.0;
Ritor1
parents:
diff changeset
469 a3 = a3 * 31.0;
Ritor1
parents:
diff changeset
470 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
471 else if (v23 == 0)
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
472 Log::Warning(L"Calling palette manager with num_target_bits == 0");
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1165
diff changeset
473 else Error("(%u)", v23);
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
474
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
475 //v29 = (unsigned __int64)(signed __int64)a3 | ((unsigned __int16)(signed __int64)a2a << v2->uNumTargetBBits) | (unsigned __int16)((unsigned __int16)(signed __int64)a1 << (v2->uNumTargetBBits + v28));
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
476 //v30 = (__int16 *)v73;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
477 //++i;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
478 //v73 += 2;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
479 //v19 = __OFSUB__(i, 256);
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
480 //v18 = i - 256 < 0;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
481 //*v30 = v29;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
482 field_199600_palettes[a2][i][j] = (unsigned __int64)(signed __int64)a3 | ((unsigned __int16)(signed __int64)a2a << v2->uNumTargetBBits) | (unsigned __int16)((unsigned __int16)(signed __int64)a1 << (v2->uNumTargetBBits + v28));
0
Ritor1
parents:
diff changeset
483 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
484 //while ( v18 ^ v19 );
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
485 //++v72;
0
Ritor1
parents:
diff changeset
486 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
487 //while ( v72 < 32 );
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
488
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
489 //v73 = (int)((char *)v2 + 512 * (a2 + 4875)); // field_261600[a2]
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
490 //v31 = 0;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
491 //i = 0;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
492 for (uint i = 0; i < 256; ++i)
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
493 //do
0
Ritor1
parents:
diff changeset
494 {
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
495 //v32 = (*(float *)((char *)a6 + v31) - 0.8) * 0.8387096774193549 + 0.8;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
496 v32 = (a6[i] - 0.8f) * 0.8387096774193549 + 0.8;
0
Ritor1
parents:
diff changeset
497 if ( v32 < 0.0 )
Ritor1
parents:
diff changeset
498 v32 = 0.0;
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
499
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
500 //v33 = v32;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
501 //v34 = v63[i] * 0.7034339229968783;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
502 HSV2RGB(&a1, &a2a, &a3, v64[i], v63[i] * 0.7034339229968783, v32);
0
Ritor1
parents:
diff changeset
503 v35 = v2->uNumTargetGBits;
Ritor1
parents:
diff changeset
504 if ( v35 == 6 )
Ritor1
parents:
diff changeset
505 {
Ritor1
parents:
diff changeset
506 a1 = a1 * 31.0;
Ritor1
parents:
diff changeset
507 a2a = a2a * 62.0;
Ritor1
parents:
diff changeset
508 a3 = a3 * 31.0;
Ritor1
parents:
diff changeset
509 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
510 else if (v35 == 5)
0
Ritor1
parents:
diff changeset
511 {
Ritor1
parents:
diff changeset
512 a1 = a1 * 31.0;
Ritor1
parents:
diff changeset
513 a2a = a2a * 31.0;
Ritor1
parents:
diff changeset
514 a3 = a3 * 31.0;
Ritor1
parents:
diff changeset
515 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
516 else if (v23 == 0)
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
517 Log::Warning(L"Calling palette manager with num_target_bits == 0");
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1165
diff changeset
518 else Error("(%u)", v23);
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
519
0
Ritor1
parents:
diff changeset
520 v36 = (signed __int64)((a1 + a2a + a3) * 0.3333333333333333 * 8.0);
Ritor1
parents:
diff changeset
521 v37 = (signed int)v36 >> (8 - v2->uNumTargetRBits);
Ritor1
parents:
diff changeset
522 v38 = 8 - v35;
Ritor1
parents:
diff changeset
523 v39 = v2->uNumTargetBBits;
Ritor1
parents:
diff changeset
524 v40 = (signed int)v36 >> v38;
Ritor1
parents:
diff changeset
525 v41 = v2->uNumTargetRBits;
Ritor1
parents:
diff changeset
526 v79 = (signed int)v36 >> (8 - v39);
Ritor1
parents:
diff changeset
527 if ( v37 > (1 << v41) - 1 )
Ritor1
parents:
diff changeset
528 v37 = (1 << v41) - 1;
Ritor1
parents:
diff changeset
529 v42 = v2->uNumTargetGBits;
Ritor1
parents:
diff changeset
530 if ( v40 > (1 << v42) - 1 )
Ritor1
parents:
diff changeset
531 v40 = (1 << v42) - 1;
Ritor1
parents:
diff changeset
532 if ( v79 > (1 << v39) - 1 )
Ritor1
parents:
diff changeset
533 v79 = (1 << v39) - 1;
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
534 //v43 = v73;
0
Ritor1
parents:
diff changeset
535 v44 = v37 << (v39 + v2->uNumTargetGBits);
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
536 //v73 += 2;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
537 //*(short *)v43 = v79 | ((short)v40 << v39) | (unsigned __int16)v44;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
538 field_261600[a2][i] = v79 | ((unsigned short)v40 << v39) | (unsigned __int16)v44;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
539 //v31 = i + 4;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
540 //v19 = __OFSUB__(i + 4, 1024);
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
541 //v18 = i - 1020 < 0;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
542 //i += 4;
0
Ritor1
parents:
diff changeset
543 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
544 //while ( v18 ^ v19 );
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
545
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
546 //v45 = pPalette_mistColor[0];
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
547 float mist_a, mist_b, mist_c;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
548 if (pPalette_mistColor[0] || pPalette_mistColor[1] || pPalette_mistColor[2])
0
Ritor1
parents:
diff changeset
549 {
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
550 //v46 = (double)v45;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
551 //v80 = pPalette_mistColor[1];
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
552 //v47 = pPalette_mistColor[2];
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
553 //v70 = v46 * 0.00392156862745098;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
554 //*((float *)&v71 + 1) = (double)v80 * 0.00392156862745098;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
555 //v75 = (double)v47 * 0.00392156862745098;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
556 mist_a = pPalette_mistColor[0] / 255.0f;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
557 mist_b = pPalette_mistColor[1] / 255.0f;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
558 mist_c = pPalette_mistColor[2] / 255.0f;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
559
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
560 float unused;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
561 RGB2HSV(&v68, &v67, mist_a, mist_b, mist_c, &unused);
0
Ritor1
parents:
diff changeset
562 }
Ritor1
parents:
diff changeset
563
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
564 //v72 = 0;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
565 //v73 = (int)v69->field_D1600;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
566 //do
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
567 for (uint i = 0; i < 32; ++i)
0
Ritor1
parents:
diff changeset
568 {
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
569 //v48 = 0;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
570 //for ( i = 0; ; v48 = i )
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
571 for (uint j = 0; j < 256; ++j)
0
Ritor1
parents:
diff changeset
572 {
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
573 v49 = v63[j];
0
Ritor1
parents:
diff changeset
574 if ( v49 < 0.0 )
Ritor1
parents:
diff changeset
575 v49 = 0.0;
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
576
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
577 //v50 = v49;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
578 HSV2RGB(&a1, &a2a, &a3, v64[j], v49, a6[j]);
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
579 //v51 = v2->uNumTargetGBits;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
580 if ( v2->uNumTargetGBits == 6 )
0
Ritor1
parents:
diff changeset
581 {
Ritor1
parents:
diff changeset
582 a1 = a1 * 31.0;
Ritor1
parents:
diff changeset
583 a2a = a2a * 62.0;
Ritor1
parents:
diff changeset
584 a3 = a3 * 31.0;
Ritor1
parents:
diff changeset
585 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
586 else if (v2->uNumTargetGBits == 5)
0
Ritor1
parents:
diff changeset
587 {
Ritor1
parents:
diff changeset
588 a1 = a1 * 31.0;
Ritor1
parents:
diff changeset
589 a2a = a2a * 31.0;
Ritor1
parents:
diff changeset
590 a3 = a3 * 31.0;
Ritor1
parents:
diff changeset
591 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
592 else if (v23 == 0)
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
593 Log::Warning(L"Calling palette manager with num_target_bits == 0");
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1165
diff changeset
594 else Error("(%u)", v23);
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
595
0
Ritor1
parents:
diff changeset
596 if (pPalette_mistColor[0] || pPalette_mistColor[1] || pPalette_mistColor[2])
Ritor1
parents:
diff changeset
597 {
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
598 v55 = (double)i / 31.0f;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
599 v52 = (signed __int64)((double)(1 << v2->uNumTargetRBits) * mist_a * v55 + a1 * (1.0 - v55));
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
600 v53 = (signed __int64)((double)(1 << v2->uNumTargetGBits) * mist_b * v55 + a2a * (1.0 - v55));
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
601 v54 = (signed __int64)((double)(1 << v2->uNumTargetBBits) * mist_c * v55 + a3 * (1.0 - v55));
0
Ritor1
parents:
diff changeset
602 }
Ritor1
parents:
diff changeset
603 else
Ritor1
parents:
diff changeset
604 {
Ritor1
parents:
diff changeset
605 v52 = (signed __int64)a1;
Ritor1
parents:
diff changeset
606 v53 = (signed __int64)a2a;
Ritor1
parents:
diff changeset
607 v54 = (signed __int64)a3;
Ritor1
parents:
diff changeset
608 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
609
0
Ritor1
parents:
diff changeset
610 v56 = v2->uNumTargetRBits;
Ritor1
parents:
diff changeset
611 v81 = v54;
Ritor1
parents:
diff changeset
612 if ( v52 > (1 << v56) - 1 )
Ritor1
parents:
diff changeset
613 v52 = (1 << v56) - 1;
Ritor1
parents:
diff changeset
614 v57 = v2->uNumTargetGBits;
Ritor1
parents:
diff changeset
615 if ( v53 > (1 << v57) - 1 )
Ritor1
parents:
diff changeset
616 v53 = (1 << v57) - 1;
Ritor1
parents:
diff changeset
617 HIDWORD(v54) = v2->uNumTargetBBits;
Ritor1
parents:
diff changeset
618 v59 = v2->uNumTargetBBits;
Ritor1
parents:
diff changeset
619 if ( (signed int)v54 > (1 << v59) - 1 )
Ritor1
parents:
diff changeset
620 v81 = (1 << v59) - 1;
Ritor1
parents:
diff changeset
621 v60 = v2->uNumTargetGBits;
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
622 //i += 4;
0
Ritor1
parents:
diff changeset
623 v61 = uNumTargetBBits + v60;
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
624 //result = v73;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
625 //v73 += 2;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
626 //v19 = __OFSUB__(i, 1024);
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
627 //v18 = i - 1024 < 0;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
628 //*(short *)result = v81 | ((short)v53 << uNumTargetBBits) | (v52 << v61);
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
629 field_D1600[a2][i][j] = v81 | ((short)v53 << uNumTargetBBits) | (v52 << v61);
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
630 //if ( !(v18 ^ v19) )
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
631 // break;
0
Ritor1
parents:
diff changeset
632 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
633 //++v72;
0
Ritor1
parents:
diff changeset
634 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
635 //while ( v72 < 32 );
0
Ritor1
parents:
diff changeset
636 }
Ritor1
parents:
diff changeset
637
Ritor1
parents:
diff changeset
638
Ritor1
parents:
diff changeset
639 //----- (0048A300) --------------------------------------------------------
Ritor1
parents:
diff changeset
640 PaletteManager::PaletteManager():
670
9824e2eeee30 fixed decorations animation
Gloval
parents: 0
diff changeset
641 uNumTargetRBits(0), uNumTargetGBits(0),uNumTargetBBits(0),_num_locked(0)
0
Ritor1
parents:
diff changeset
642 {
Ritor1
parents:
diff changeset
643 for (uint i = 0; i < 256; ++i)
Ritor1
parents:
diff changeset
644 {
Ritor1
parents:
diff changeset
645 pBaseColors[0][i][0] = i;
Ritor1
parents:
diff changeset
646 pBaseColors[0][i][1] = i;
Ritor1
parents:
diff changeset
647 pBaseColors[0][i][2] = i;
Ritor1
parents:
diff changeset
648 }
Ritor1
parents:
diff changeset
649
Ritor1
parents:
diff changeset
650 CalcPalettes_LUT(0);
Ritor1
parents:
diff changeset
651 memset(pPaletteIDs, 0, sizeof(pPaletteIDs));
Ritor1
parents:
diff changeset
652 }
Ritor1
parents:
diff changeset
653
Ritor1
parents:
diff changeset
654 //----- (0048A336) --------------------------------------------------------
Ritor1
parents:
diff changeset
655 // make grayscale palette at 0, clear all palettes ids that aren't locked
Ritor1
parents:
diff changeset
656 int PaletteManager::ResetNonLocked()
Ritor1
parents:
diff changeset
657 {
Ritor1
parents:
diff changeset
658 PaletteManager *v1; // esi@1
Ritor1
parents:
diff changeset
659 signed int v2; // ecx@1
Ritor1
parents:
diff changeset
660 int v3; // eax@1
Ritor1
parents:
diff changeset
661 signed int result; // eax@3
Ritor1
parents:
diff changeset
662 void *v5; // edi@4
Ritor1
parents:
diff changeset
663 int v6; // ecx@4
Ritor1
parents:
diff changeset
664
Ritor1
parents:
diff changeset
665 v1 = this;
Ritor1
parents:
diff changeset
666 v2 = 0;
Ritor1
parents:
diff changeset
667 v3 = (int)&v1->pBaseColors[0][0][1];
Ritor1
parents:
diff changeset
668 do
Ritor1
parents:
diff changeset
669 {
Ritor1
parents:
diff changeset
670 *(char *)(v3 + 1) = v2;
Ritor1
parents:
diff changeset
671 *(char *)v3 = v2;
Ritor1
parents:
diff changeset
672 *(char *)(v3 - 1) = v2++;
Ritor1
parents:
diff changeset
673 v3 += 3;
Ritor1
parents:
diff changeset
674 }
Ritor1
parents:
diff changeset
675 while ( v2 < 256 );
Ritor1
parents:
diff changeset
676 CalcPalettes_LUT(0);
Ritor1
parents:
diff changeset
677 result = v1->_num_locked;
Ritor1
parents:
diff changeset
678 if ( result < 50 )
Ritor1
parents:
diff changeset
679 {
Ritor1
parents:
diff changeset
680 v5 = &v1->pPaletteIDs[result];
Ritor1
parents:
diff changeset
681 v6 = 50 - result;
Ritor1
parents:
diff changeset
682 result = 0;
Ritor1
parents:
diff changeset
683 memset(v5, 0, 4 * v6);
Ritor1
parents:
diff changeset
684 }
Ritor1
parents:
diff changeset
685 return result;
Ritor1
parents:
diff changeset
686 }
Ritor1
parents:
diff changeset
687
Ritor1
parents:
diff changeset
688 //----- (0048A379) --------------------------------------------------------
Ritor1
parents:
diff changeset
689 // make grayscale palette at 0, clear all palettes ids that aren't in "lock_test"
Ritor1
parents:
diff changeset
690 int PaletteManager::ResetNonTestLocked()
Ritor1
parents:
diff changeset
691 {
Ritor1
parents:
diff changeset
692 PaletteManager *v1; // esi@1
Ritor1
parents:
diff changeset
693 signed int v2; // ecx@1
Ritor1
parents:
diff changeset
694 int v3; // eax@1
Ritor1
parents:
diff changeset
695 signed int result; // eax@3
Ritor1
parents:
diff changeset
696 void *v5; // edi@4
Ritor1
parents:
diff changeset
697 int v6; // ecx@4
Ritor1
parents:
diff changeset
698
Ritor1
parents:
diff changeset
699 v1 = this;
Ritor1
parents:
diff changeset
700 v2 = 0;
Ritor1
parents:
diff changeset
701 v3 = (int)&v1->pBaseColors[0][0][1];
Ritor1
parents:
diff changeset
702 do
Ritor1
parents:
diff changeset
703 {
Ritor1
parents:
diff changeset
704 *(char *)(v3 + 1) = v2;
Ritor1
parents:
diff changeset
705 *(char *)v3 = v2;
Ritor1
parents:
diff changeset
706 *(char *)(v3 - 1) = v2++;
Ritor1
parents:
diff changeset
707 v3 += 3;
Ritor1
parents:
diff changeset
708 }
Ritor1
parents:
diff changeset
709 while ( v2 < 256 );
Ritor1
parents:
diff changeset
710 CalcPalettes_LUT(0);
Ritor1
parents:
diff changeset
711 result = v1->_pal_lock_test;
Ritor1
parents:
diff changeset
712 if ( result < 50 )
Ritor1
parents:
diff changeset
713 {
Ritor1
parents:
diff changeset
714 v5 = &v1->pPaletteIDs[result];
Ritor1
parents:
diff changeset
715 v6 = 50 - result;
Ritor1
parents:
diff changeset
716 result = 0;
Ritor1
parents:
diff changeset
717 memset(v5, 0, 4 * v6);
Ritor1
parents:
diff changeset
718 }
Ritor1
parents:
diff changeset
719 return result;
Ritor1
parents:
diff changeset
720 }
Ritor1
parents:
diff changeset
721
Ritor1
parents:
diff changeset
722 //----- (0048A3BC) --------------------------------------------------------
Ritor1
parents:
diff changeset
723 int PaletteManager::LoadPalette(unsigned int uPaletteID)
Ritor1
parents:
diff changeset
724 {
Ritor1
parents:
diff changeset
725 unsigned int *v2; // ecx@1
Ritor1
parents:
diff changeset
726 signed int result; // eax@1
Ritor1
parents:
diff changeset
727 signed int v4; // esi@6
Ritor1
parents:
diff changeset
728 double v5; // st7@7
Ritor1
parents:
diff changeset
729 double v6; // st7@12
Ritor1
parents:
diff changeset
730 double v7; // st6@17
Ritor1
parents:
diff changeset
731 signed __int64 v8; // qax@17
Ritor1
parents:
diff changeset
732 double v9; // st6@17
Ritor1
parents:
diff changeset
733 char v10[768]; // [sp+18h] [bp-388h]@6
Ritor1
parents:
diff changeset
734 //char v11; // [sp+19h] [bp-387h]@17
Ritor1
parents:
diff changeset
735 //char v12[766]; // [sp+1Ah] [bp-386h]@17
Ritor1
parents:
diff changeset
736 char Source[32]; // [sp+360h] [bp-40h]@4
Ritor1
parents:
diff changeset
737 PaletteManager *v15; // [sp+380h] [bp-20h]@1
Ritor1
parents:
diff changeset
738 float v16; // [sp+384h] [bp-1Ch]@7
Ritor1
parents:
diff changeset
739 int v17; // [sp+388h] [bp-18h]@6
Ritor1
parents:
diff changeset
740 float v18; // [sp+38Ch] [bp-14h]@7
Ritor1
parents:
diff changeset
741 float a2a; // [sp+390h] [bp-10h]@7
Ritor1
parents:
diff changeset
742 float a1; // [sp+394h] [bp-Ch]@7
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
743 float a6; // [sp+398h] [bp-8h]@7
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
744 float a3; // [sp+39Ch] [bp-4h]@7
0
Ritor1
parents:
diff changeset
745
Ritor1
parents:
diff changeset
746 v15 = this;
Ritor1
parents:
diff changeset
747 v2 = (unsigned int *)&this->pPaletteIDs[1];
Ritor1
parents:
diff changeset
748 result = 1;
Ritor1
parents:
diff changeset
749 while ( *v2 != uPaletteID )
Ritor1
parents:
diff changeset
750 {
Ritor1
parents:
diff changeset
751 ++result;
Ritor1
parents:
diff changeset
752 ++v2;
Ritor1
parents:
diff changeset
753 if ( result >= 50 )
Ritor1
parents:
diff changeset
754 {
Ritor1
parents:
diff changeset
755 sprintf(Source, "pal%03i", uPaletteID);
Ritor1
parents:
diff changeset
756
Ritor1
parents:
diff changeset
757 Texture tex; // [sp+318h] [bp-88h]@4
Ritor1
parents:
diff changeset
758 //Texture::Texture(&tex);
Ritor1
parents:
diff changeset
759
Ritor1
parents:
diff changeset
760 if ( pBitmaps_LOD->LoadTextureFromLOD(&tex, Source, TEXTURE_24BIT_PALETTE) == 1 )
Ritor1
parents:
diff changeset
761 {
Ritor1
parents:
diff changeset
762 v4 = 0;
Ritor1
parents:
diff changeset
763 v17 = 1 - (int)&v10;
Ritor1
parents:
diff changeset
764 do
Ritor1
parents:
diff changeset
765 {
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
766 //LODWORD(a1) = tex.pPalette24[v4];
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
767 a1 = (double)tex.pPalette24[v4] / 255.0f;
0
Ritor1
parents:
diff changeset
768 LODWORD(a2a) = (unsigned __int8)*(&v10 + v4 + v17 + (unsigned int)tex.pPalette24);
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
769 a2a = (double)tex.pPalette24[v4 + 1] / 255.0f;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
770 //a3 = tex.pPalette24[v4 + 2];
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
771 a3 = (double)tex.pPalette24[v4 + 2] / 255.0f;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
772 RGB2HSV(&v16, &v18, a1, a2a, a3, &a6);
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
773 v5 = a6 * 1.1;
0
Ritor1
parents:
diff changeset
774 if ( v5 >= 0.0 && v5 >= 1.0 )
Ritor1
parents:
diff changeset
775 {
Ritor1
parents:
diff changeset
776 v5 = 1.0;
Ritor1
parents:
diff changeset
777 }
Ritor1
parents:
diff changeset
778 else
Ritor1
parents:
diff changeset
779 {
Ritor1
parents:
diff changeset
780 if ( v5 < 0.0 )
Ritor1
parents:
diff changeset
781 v5 = 0.0;
Ritor1
parents:
diff changeset
782 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
783 a6 = v5;
0
Ritor1
parents:
diff changeset
784 v6 = v18 * 0.64999998;
Ritor1
parents:
diff changeset
785 if ( v6 >= 0.0 && v6 >= 1.0 )
Ritor1
parents:
diff changeset
786 {
Ritor1
parents:
diff changeset
787 v6 = 1.0;
Ritor1
parents:
diff changeset
788 }
Ritor1
parents:
diff changeset
789 else
Ritor1
parents:
diff changeset
790 {
Ritor1
parents:
diff changeset
791 if ( v6 < 0.0 )
Ritor1
parents:
diff changeset
792 v6 = 0.0;
Ritor1
parents:
diff changeset
793 }
Ritor1
parents:
diff changeset
794 v18 = v6;
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
795 HSV2RGB(&a1, &a2a, &a3, v16, v18, a6);
0
Ritor1
parents:
diff changeset
796 v7 = a2a * 255.0;
Ritor1
parents:
diff changeset
797 v10[v4] = (signed __int64)(a1 * 255.0);
Ritor1
parents:
diff changeset
798 v8 = (signed __int64)v7;
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
799 v9 = a3 * 255.0;
0
Ritor1
parents:
diff changeset
800 v10[v4 + 1] = v8;
Ritor1
parents:
diff changeset
801 v10[v4 + 2] = (signed __int64)v9;
Ritor1
parents:
diff changeset
802 v4 += 3;
Ritor1
parents:
diff changeset
803 }
Ritor1
parents:
diff changeset
804 while ( v4 < 768 );
Ritor1
parents:
diff changeset
805 tex.Release();
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
806 result = v15->MakeBasePaletteLut(uPaletteID, v10);
0
Ritor1
parents:
diff changeset
807 }
Ritor1
parents:
diff changeset
808 else
Ritor1
parents:
diff changeset
809 {
Ritor1
parents:
diff changeset
810 result = 0;
Ritor1
parents:
diff changeset
811 }
Ritor1
parents:
diff changeset
812 return result;
Ritor1
parents:
diff changeset
813 }
Ritor1
parents:
diff changeset
814 }
Ritor1
parents:
diff changeset
815 return result;
Ritor1
parents:
diff changeset
816 }
Ritor1
parents:
diff changeset
817 // 48A3BC: using guessed type char var_386[766];
Ritor1
parents:
diff changeset
818
Ritor1
parents:
diff changeset
819 //----- (0048A5A4) --------------------------------------------------------
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
820 int PaletteManager::MakeBasePaletteLut(int idx, char *entries)
0
Ritor1
parents:
diff changeset
821 {
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
822 //PaletteManager *v3; // edi@1
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
823 //signed int result; // eax@1
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
824 //int *v5; // ecx@1
0
Ritor1
parents:
diff changeset
825 int v6; // eax@4
Ritor1
parents:
diff changeset
826 int v7; // esi@4
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
827 //int v8; // eax@9
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
828 //signed int v9; // ecx@9
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
829 //int v10; // edx@9
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
830
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
831 //v3 = this;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
832 //result = 0;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
833 //v5 = this->pPaletteIDs;
0
Ritor1
parents:
diff changeset
834
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
835 for (uint i = 0; i < 50; ++i)
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
836 if (pPaletteIDs[i] == idx)
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
837 return i;
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
838
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
839
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
840
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
841 v6 = (int)&pPaletteIDs[1];
0
Ritor1
parents:
diff changeset
842 v7 = 1;
Ritor1
parents:
diff changeset
843 while ( *(int *)v6 )
Ritor1
parents:
diff changeset
844 {
Ritor1
parents:
diff changeset
845 ++v7;
Ritor1
parents:
diff changeset
846 v6 += 4;
Ritor1
parents:
diff changeset
847 if ( v7 >= 50 )
Ritor1
parents:
diff changeset
848 return 0;
Ritor1
parents:
diff changeset
849 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
850 /*v8 = (int)pBaseColors[v7];//(int)((char *)v3 + 768 * v7);
0
Ritor1
parents:
diff changeset
851 v9 = 768;
Ritor1
parents:
diff changeset
852 v10 = (int)(entries - v8);
Ritor1
parents:
diff changeset
853 do
Ritor1
parents:
diff changeset
854 {
Ritor1
parents:
diff changeset
855 *(char *)v8 = *(char *)(v10 + v8);
Ritor1
parents:
diff changeset
856 ++v8;
Ritor1
parents:
diff changeset
857 --v9;
Ritor1
parents:
diff changeset
858 }
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
859 while ( v9 );*/
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
860 unsigned __int8 *dst = (unsigned __int8 *)pBaseColors[v7];
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
861 for (uint i = 0; i < 768; ++i)
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
862 dst[i] = entries[i];
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
863
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
864 pPaletteIDs[v7] = idx;
0
Ritor1
parents:
diff changeset
865 CalcPalettes_LUT(v7);
Ritor1
parents:
diff changeset
866 return v7;
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 670
diff changeset
867
0
Ritor1
parents:
diff changeset
868 }
Ritor1
parents:
diff changeset
869
762
cf2fbac6edc9 Misc cleaning
Nomad
parents: 700
diff changeset
870 // inlined
cf2fbac6edc9 Misc cleaning
Nomad
parents: 700
diff changeset
871 //----- (mm6c::0045C610) ---------------------------------------------------
cf2fbac6edc9 Misc cleaning
Nomad
parents: 700
diff changeset
872 void PaletteManager::SetMistColor(unsigned char r, unsigned char g, unsigned char b)
cf2fbac6edc9 Misc cleaning
Nomad
parents: 700
diff changeset
873 {
cf2fbac6edc9 Misc cleaning
Nomad
parents: 700
diff changeset
874 pPalette_mistColor[0] = r;
cf2fbac6edc9 Misc cleaning
Nomad
parents: 700
diff changeset
875 pPalette_mistColor[1] = g;
cf2fbac6edc9 Misc cleaning
Nomad
parents: 700
diff changeset
876 pPalette_mistColor[2] = b;
cf2fbac6edc9 Misc cleaning
Nomad
parents: 700
diff changeset
877 }
cf2fbac6edc9 Misc cleaning
Nomad
parents: 700
diff changeset
878
0
Ritor1
parents:
diff changeset
879 //----- (0048A614) --------------------------------------------------------
Ritor1
parents:
diff changeset
880 void PaletteManager::RecalculateAll()
Ritor1
parents:
diff changeset
881 {
Ritor1
parents:
diff changeset
882 CalcPalettes_LUT(0);
Ritor1
parents:
diff changeset
883
Ritor1
parents:
diff changeset
884 for (uint i = 1; i < 50; ++i)
Ritor1
parents:
diff changeset
885 if (pPaletteIDs[i])
Ritor1
parents:
diff changeset
886 CalcPalettes_LUT(i);
Ritor1
parents:
diff changeset
887 }
Ritor1
parents:
diff changeset
888
Ritor1
parents:
diff changeset
889
Ritor1
parents:
diff changeset
890 //----- (0047BE67) --------------------------------------------------------
Ritor1
parents:
diff changeset
891 unsigned __int16 *PaletteManager::Get(int a1)
Ritor1
parents:
diff changeset
892 {
Ritor1
parents:
diff changeset
893 return (unsigned __int16 *)pPaletteManager->field_199600_palettes[a1];
Ritor1
parents:
diff changeset
894 }
Ritor1
parents:
diff changeset
895
Ritor1
parents:
diff changeset
896 //----- (0047BE72) --------------------------------------------------------
Ritor1
parents:
diff changeset
897 unsigned __int16 *PaletteManager::Get_Mist_or_Red_LUT(int a1, int a2, char a3)
Ritor1
parents:
diff changeset
898 {
Ritor1
parents:
diff changeset
899 int v3; // eax@4
Ritor1
parents:
diff changeset
900
Ritor1
parents:
diff changeset
901 if ( a3 & 2 || byte_4D864C && BYTE2(pGame->uFlags) & 4 )
Ritor1
parents:
diff changeset
902 v3 = 32 * a1 + a2 + 3275;
Ritor1
parents:
diff changeset
903 else
Ritor1
parents:
diff changeset
904 v3 = 32 * a1 + a2 + 1675;
Ritor1
parents:
diff changeset
905 return (unsigned __int16 *)((char *)&pPaletteManager + 512 * v3);
Ritor1
parents:
diff changeset
906 }
Ritor1
parents:
diff changeset
907 // 4D864C: using guessed type char byte_4D864C;
Ritor1
parents:
diff changeset
908
Ritor1
parents:
diff changeset
909
Ritor1
parents:
diff changeset
910 //----- (0041F50D) --------------------------------------------------------
Ritor1
parents:
diff changeset
911 unsigned __int16 *PaletteManager::Get_Dark_or_Red_LUT(int a1, int a2, char a3)
Ritor1
parents:
diff changeset
912 {
Ritor1
parents:
diff changeset
913 int v3; // eax@4
Ritor1
parents:
diff changeset
914
Ritor1
parents:
diff changeset
915 if ( a3 & 2 || byte_4D864C && BYTE2(pGame->uFlags) & 4 )
Ritor1
parents:
diff changeset
916 v3 = 32 * a1 + a2 + 3275;
Ritor1
parents:
diff changeset
917 else
Ritor1
parents:
diff changeset
918 v3 = 32 * a1 + a2 + 75;
Ritor1
parents:
diff changeset
919 return (unsigned __int16 *)((char *)&pPaletteManager + 512 * v3);
Ritor1
parents:
diff changeset
920 }
Ritor1
parents:
diff changeset
921 // 4D864C: using guessed type char byte_4D864C;
Ritor1
parents:
diff changeset
922
Ritor1
parents:
diff changeset
923
Ritor1
parents:
diff changeset
924 //----- (0047C30E) --------------------------------------------------------
Ritor1
parents:
diff changeset
925 unsigned __int16 *PaletteManager::_47C30E_get_palette(int a1, char a2)
Ritor1
parents:
diff changeset
926 {
Ritor1
parents:
diff changeset
927 char *result; // eax@4
Ritor1
parents:
diff changeset
928
Ritor1
parents:
diff changeset
929 if ( a2 & 2 || byte_4D864C && BYTE2(pGame->uFlags) & 4 )
Ritor1
parents:
diff changeset
930 result = (char *)pPaletteManager->field_199600_palettes[a1];
Ritor1
parents:
diff changeset
931 else
Ritor1
parents:
diff changeset
932 result = (char *)pPaletteManager->field_D1600[a1];
Ritor1
parents:
diff changeset
933 return (unsigned __int16 *)result;
Ritor1
parents:
diff changeset
934 }
Ritor1
parents:
diff changeset
935
Ritor1
parents:
diff changeset
936
Ritor1
parents:
diff changeset
937 //----- (0047C33F) --------------------------------------------------------
Ritor1
parents:
diff changeset
938 unsigned __int16 *PaletteManager::_47C33F_get_palette(int a1, char a2)
Ritor1
parents:
diff changeset
939 {
Ritor1
parents:
diff changeset
940 unsigned __int16 *result; // eax@4
Ritor1
parents:
diff changeset
941
Ritor1
parents:
diff changeset
942 if ( a2 & 2 || byte_4D864C && BYTE2(pGame->uFlags) & 4 )
Ritor1
parents:
diff changeset
943 result = (unsigned __int16 *)pPaletteManager->field_199600_palettes[a1];
Ritor1
parents:
diff changeset
944 else
Ritor1
parents:
diff changeset
945 result = (unsigned __int16 *)pPaletteManager->pPalette1[a1];
Ritor1
parents:
diff changeset
946 return result;
Ritor1
parents:
diff changeset
947 }
Ritor1
parents:
diff changeset
948 // 4D864C: using guessed type char byte_4D864C;