annotate PaletteManager.cpp @ 2233:a9fa57fda3ae

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