Mercurial > mm7
annotate UI/UIMainMenu.cpp @ 1627:361b63797bdf
Слияние
author | Ritor1 |
---|---|
date | Fri, 13 Sep 2013 10:10:53 +0600 |
parents | 75fafd8ced59 |
children | 8094f1706b1f d17247968bd6 |
rev | line source |
---|---|
1298 | 1 #ifdef _MSC_VER |
2 #define _CRT_SECURE_NO_WARNINGS | |
3 #endif | |
4 | |
1299 | 5 #include "..\Mouse.h" |
6 #include "..\Keyboard.h" | |
1298 | 7 |
1299 | 8 #include "..\GUIWindow.h" |
9 #include "..\GUIFont.h" | |
10 #include "..\AudioPlayer.h" | |
11 #include "..\Render.h" | |
12 #include "..\LOD.h" | |
13 #include "..\PaletteManager.h" | |
14 #include "..\IconFrameTable.h" | |
15 #include "..\texts.h" | |
1298 | 16 |
1299 | 17 #include "..\mm7_data.h" |
1298 | 18 |
19 | |
20 | |
21 //----- (0041B578) -------------------------------------------------------- | |
22 void MainMenuUI_LoadFontsAndSomeStuff() | |
23 { | |
24 pIcons_LOD->SetupPalettes(pRenderer->uTargetRBits, | |
25 pRenderer->uTargetGBits, | |
26 pRenderer->uTargetBBits); | |
27 pPaletteManager->SetColorChannelInfo(pRenderer->uTargetRBits, | |
28 pRenderer->uTargetGBits, | |
29 pRenderer->uTargetBBits); | |
30 pPaletteManager->RecalculateAll(); | |
31 | |
32 for (uint i = 0; i < 480; ++i) | |
33 pSRZBufferLineOffsets[i] = 640 * i; | |
34 | |
35 pRenderer->ResetTextureClipRect(); | |
36 | |
37 uTextureID_FONTPAL = pIcons_LOD->LoadTexture("FONTPAL", TEXTURE_16BIT_PALETTE); | |
38 | |
39 pFontArrus = LoadFont("arrus.fnt", "FONTPAL", nullptr); | |
40 pFontArrus->field_3 = 0; | |
41 | |
42 pFontLucida = LoadFont("lucida.fnt", "FONTPAL", nullptr); | |
43 pFontLucida->field_3 = 0; | |
44 | |
45 pFontCreate = LoadFont("create.fnt", "FONTPAL", nullptr); | |
46 pFontCreate->field_3 = 0; | |
47 | |
48 pFontSmallnum = LoadFont("smallnum.fnt", "FONTPAL", nullptr); | |
49 pFontComic = LoadFont("comic.fnt", "FONTPAL", nullptr); | |
50 | |
51 for (uint i = 0; i < 20; ++i) | |
52 pWindowList[i].eWindowType = WINDOW_null; | |
53 | |
54 uNumVisibleWindows = -1; | |
55 memset(pVisibleWindowsIdxs.data(), 0, sizeof(pVisibleWindowsIdxs)); | |
56 } | |
57 | |
58 //----- (004415C5) -------------------------------------------------------- | |
59 static void LoadPartyBuffIcons() | |
60 { | |
61 for (uint i = 0; i < 14; ++i) | |
62 { | |
63 char filename[200]; | |
64 sprintf(filename, "isn-%02d", i + 1); | |
65 pTextureIDs_PartyBuffIcons[i] = pIcons_LOD->LoadTexture(filename, TEXTURE_16BIT_PALETTE); | |
66 } | |
67 | |
68 uIconIdx_FlySpell = pIconsFrameTable->FindIcon("spell21"); | |
69 uIconIdx_WaterWalk = pIconsFrameTable->FindIcon("spell27"); | |
70 } | |
71 | |
72 //----- (0041B690) -------------------------------------------------------- | |
73 void MainMenuUI_Create() | |
74 { | |
75 Texture *v6; // ST78_4@1 | |
76 //const char *v7; // ST5C_4@1 | |
77 unsigned __int8 v8; // al@1 | |
78 //Texture *v9; // ST60_4@1 | |
79 Texture *v10; // ST78_4@1 | |
80 //const char *v11; // ST5C_4@1 | |
81 unsigned __int8 v12; // al@1 | |
82 //Texture *v13; // ST60_4@1 | |
83 unsigned int v14; // eax@1 | |
84 Texture *v15; // ST78_4@1 | |
85 //const char *v16; // ST5C_4@1 | |
86 unsigned __int8 v17; // al@1 | |
87 //Texture *v18; // ST60_4@1 | |
88 unsigned int uTextureID_ib_td4_A; // eax@1 | |
89 Texture *v20; // ST78_4@1 | |
90 unsigned __int8 v22; // al@1 | |
91 //Texture *v23; // ST60_4@1 | |
92 Texture *v24; // eax@1 | |
93 //Texture *v25; // esi@1 | |
94 //Texture *v26; // ST60_4@1 | |
95 //const char *v27; // ST5C_4@1 | |
96 unsigned __int8 v28; // al@1 | |
97 Texture *v29; // eax@1 | |
98 //Texture *v30; // esi@1 | |
99 //Texture *v31; // ST60_4@1 | |
100 //const char *v32; // ST5C_4@1 | |
101 unsigned __int8 v33; // al@1 | |
102 | |
103 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("wizeyeC")); | |
104 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("wizeyeB")); | |
105 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("wizeyeA")); | |
106 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("torchC")); | |
107 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("torchB")); | |
108 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("torchA")); | |
109 | |
1523
53265d238d94
interaction_distance_limit for 3DModel in DrawStatusText
Ritor1
parents:
1405
diff
changeset
|
110 pTextureIDs_pMapDirs[0] = pIcons_LOD->LoadTexture("MAPDIR1", TEXTURE_16BIT_PALETTE); |
53265d238d94
interaction_distance_limit for 3DModel in DrawStatusText
Ritor1
parents:
1405
diff
changeset
|
111 pTextureIDs_pMapDirs[1] = pIcons_LOD->LoadTexture("MAPDIR2", TEXTURE_16BIT_PALETTE); |
53265d238d94
interaction_distance_limit for 3DModel in DrawStatusText
Ritor1
parents:
1405
diff
changeset
|
112 pTextureIDs_pMapDirs[2] = pIcons_LOD->LoadTexture("MAPDIR3", TEXTURE_16BIT_PALETTE); |
53265d238d94
interaction_distance_limit for 3DModel in DrawStatusText
Ritor1
parents:
1405
diff
changeset
|
113 pTextureIDs_pMapDirs[3] = pIcons_LOD->LoadTexture("MAPDIR4", TEXTURE_16BIT_PALETTE); |
53265d238d94
interaction_distance_limit for 3DModel in DrawStatusText
Ritor1
parents:
1405
diff
changeset
|
114 pTextureIDs_pMapDirs[4] = pIcons_LOD->LoadTexture("MAPDIR5", TEXTURE_16BIT_PALETTE); |
53265d238d94
interaction_distance_limit for 3DModel in DrawStatusText
Ritor1
parents:
1405
diff
changeset
|
115 pTextureIDs_pMapDirs[5] = pIcons_LOD->LoadTexture("MAPDIR6", TEXTURE_16BIT_PALETTE); |
53265d238d94
interaction_distance_limit for 3DModel in DrawStatusText
Ritor1
parents:
1405
diff
changeset
|
116 pTextureIDs_pMapDirs[6] = pIcons_LOD->LoadTexture("MAPDIR7", TEXTURE_16BIT_PALETTE); |
53265d238d94
interaction_distance_limit for 3DModel in DrawStatusText
Ritor1
parents:
1405
diff
changeset
|
117 pTextureIDs_pMapDirs[7] = pIcons_LOD->LoadTexture("MAPDIR8", TEXTURE_16BIT_PALETTE); |
1298 | 118 |
119 uTextureID_BarBlue = pIcons_LOD->LoadTexture("ib-statB", TEXTURE_16BIT_PALETTE); | |
120 uTextureID_BarGreen = pIcons_LOD->LoadTexture("ib-statG", TEXTURE_16BIT_PALETTE); | |
121 uTextureID_BarYellow = pIcons_LOD->LoadTexture("ib-statY", TEXTURE_16BIT_PALETTE); | |
122 uTextureID_BarRed = pIcons_LOD->LoadTexture("ib-statR", TEXTURE_16BIT_PALETTE); | |
123 uTextureID_mhp_bd = pIcons_LOD->LoadTexture("mhp_bg", TEXTURE_16BIT_PALETTE); | |
124 uTextureID_mhp_capl = pIcons_LOD->LoadTexture("mhp_capl", TEXTURE_16BIT_PALETTE); | |
125 uTextureID_mhp_capr = pIcons_LOD->LoadTexture("mhp_capr", TEXTURE_16BIT_PALETTE); | |
126 uTextureID_mhp_grn = pIcons_LOD->LoadTexture("mhp_grn", TEXTURE_16BIT_PALETTE); | |
127 uTextureID_mhp_red = pIcons_LOD->LoadTexture("mhp_red", TEXTURE_16BIT_PALETTE); | |
128 uTextureID_mhp_yel = pIcons_LOD->LoadTexture("mhp_yel", TEXTURE_16BIT_PALETTE); | |
129 uTextureID_Leather = pIcons_LOD->LoadTexture("LEATHER", TEXTURE_16BIT_PALETTE); | |
130 pTexture_Leather = pIcons_LOD->LoadTexturePtr("ibground", TEXTURE_16BIT_PALETTE); | |
131 uTextureID_x_x_u = pIcons_LOD->LoadTexture("x_x_u", TEXTURE_16BIT_PALETTE); | |
132 uTextureID_BUTTDESC2 = pIcons_LOD->LoadTexture("BUTTESC2", TEXTURE_16BIT_PALETTE); | |
133 uTextureID_x_ok_u = pIcons_LOD->LoadTexture("x_ok_u", TEXTURE_16BIT_PALETTE); | |
134 uTextureID_BUTTYES2 = pIcons_LOD->LoadTexture("BUTTYES2", TEXTURE_16BIT_PALETTE); | |
135 uTextureID_BUTTMAKE = pIcons_LOD->LoadTexture("BUTTMAKE", TEXTURE_16BIT_PALETTE); | |
136 uTextureID_BUTTMAKE2 = pIcons_LOD->LoadTexture("BUTTMAKE2", TEXTURE_16BIT_PALETTE); | |
137 | |
138 pPrimaryWindow = GUIWindow::Create(0, 0, 640, 480, WINDOW_MainMenu, 0, 0); | |
139 pPrimaryWindow->CreateButton(7u, 8u, 0x1CCu, 0x157u, 1, 0, UIMSG_MouseLeftClickInGame, 0, 0, "", 0); | |
140 pPrimaryWindow->CreateButton(0x3Du, 0x1A8u, 0x1Fu, 0x28u, 2, 94, UIMSG_SelectCharacter, 1, '1', "", 0); | |
141 pPrimaryWindow->CreateButton(0xB1u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, UIMSG_SelectCharacter, 2, '2', "", 0); | |
142 pPrimaryWindow->CreateButton(0x124u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, UIMSG_SelectCharacter, 3, '3', "", 0); | |
143 pPrimaryWindow->CreateButton(0x197u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, UIMSG_SelectCharacter, 4, '4', "", 0); | |
144 pPrimaryWindow->CreateButton(0x18u, 0x194u, 5u, 0x31u, 1, 93, UIMSG_0, 1, 0, "", 0); | |
145 pPrimaryWindow->CreateButton(0x8Bu, 0x194u, 5u, 0x31u, 1, 93, UIMSG_0, 2, 0, "", 0); | |
146 pPrimaryWindow->CreateButton(0xFFu, 0x194u, 5u, 0x31u, 1, 93, UIMSG_0, 3, 0, "", 0); | |
147 pPrimaryWindow->CreateButton(0x172u, 0x194u, 5u, 0x31u, 1, 93, UIMSG_0, 4, 0, "", 0); | |
148 pPrimaryWindow->CreateButton(0x61u, 0x194u, 5u, 0x31u, 1, 93, UIMSG_0, 1, 0, "", 0); | |
149 pPrimaryWindow->CreateButton(0xD4u, 0x194u, 5u, 0x31u, 1, 93, UIMSG_0, 2, 0, "", 0); | |
150 pPrimaryWindow->CreateButton(0x148u, 0x194u, 5u, 0x31u, 1, 93, UIMSG_0, 3, 0, "", 0); | |
151 pPrimaryWindow->CreateButton(0x1BBu, 0x194u, 5u, 0x31u, 1, 93, UIMSG_0, 4, 0, "", 0); | |
152 | |
153 uTextureID_ib_td1_A = pIcons_LOD->LoadTexture("ib-td1-A", TEXTURE_16BIT_PALETTE); | |
154 v6 = pIcons_LOD->GetTexture(uTextureID_ib_td1_A); | |
155 v8 = pKeyActionMap->GetActionVKey(INPUT_Quest); | |
156 pBtn_Quests = pPrimaryWindow->CreateButton(0x1EBu, 0x161u, v6->uTextureWidth, v6->uTextureHeight, 1, 0, UIMSG_OpenQuestBook, 0, v8, pGlobalTXT_LocalizationStrings[174], v6, 0); //Quests | |
157 | |
158 uTextureID_ib_td2_A = pIcons_LOD->LoadTexture("ib-td2-A", TEXTURE_16BIT_PALETTE); | |
159 v10 = pIcons_LOD->GetTexture(uTextureID_ib_td2_A); | |
160 v12 = pKeyActionMap->GetActionVKey(INPUT_Autonotes); | |
161 pBtn_Autonotes = pPrimaryWindow->CreateButton(0x20Fu, 0x161u, v10->uTextureWidth, v10->uTextureHeight, 1, 0, UIMSG_OpenAutonotes, 0, v12, pGlobalTXT_LocalizationStrings[154], v10, 0);//Autonotes | |
162 | |
163 v14 = pIcons_LOD->LoadTexture("ib-td3-A", TEXTURE_16BIT_PALETTE); | |
164 v15 = pIcons_LOD->GetTexture(v14); | |
165 v17 = pKeyActionMap->GetActionVKey(INPUT_Mapbook); | |
166 pBtn_Maps = pPrimaryWindow->CreateButton(0x222u, 0x161u, v15->uTextureWidth, v15->uTextureHeight, 1, 0, UIMSG_OpenMapBook, 0, v17, pGlobalTXT_LocalizationStrings[139], v15, 0); //Maps | |
167 | |
168 uTextureID_ib_td4_A = pIcons_LOD->LoadTexture("ib-td4-A", TEXTURE_16BIT_PALETTE); | |
169 v20 = pIcons_LOD->GetTexture(uTextureID_ib_td4_A); | |
170 v22 = pKeyActionMap->GetActionVKey(INPUT_TimeCal); | |
171 pBtn_Calendar = pPrimaryWindow->CreateButton(0x23Au, 0x161u, v20->uTextureWidth, v20->uTextureHeight, 1, 0, UIMSG_OpenCalendar, 0, v22, | |
172 pGlobalTXT_LocalizationStrings[78],//Calendar | |
173 v20, 0); | |
174 | |
175 uTextureID_ib_td5_A = pIcons_LOD->LoadTexture("ib-td5-A", TEXTURE_16BIT_PALETTE); | |
176 pBtn_History = pPrimaryWindow->CreateButton(0x258u, 0x169u, | |
177 pIcons_LOD->GetTexture(uTextureID_ib_td5_A)->uTextureWidth, | |
178 pIcons_LOD->GetTexture(uTextureID_ib_td5_A)->uTextureHeight, | |
179 1, 0, UIMSG_OpenHistoryBook, 0, 0x48u, pGlobalTXT_LocalizationStrings[602],//History | |
180 pIcons_LOD->GetTexture(uTextureID_ib_td5_A), 0); | |
181 | |
182 bFlashAutonotesBook = 0; | |
183 bFlashQuestBook = 0; | |
184 bFlashHistoryBook = 0; | |
185 | |
186 v24 = &pIcons_LOD->pTextures[uTextureID_Btn_ZoomIn]; | |
187 v28 = pKeyActionMap->GetActionVKey(INPUT_ZoomIn); | |
188 pBtn_ZoomIn = pPrimaryWindow->CreateButton(574, 136, v24->uTextureWidth, v24->uTextureHeight, 2, 0, UIMSG_ClickZoomInBtn, 0, v28, pGlobalTXT_LocalizationStrings[252], // Zoom In | |
189 v24, 0); | |
190 v29 = &pIcons_LOD->pTextures[uTextureID_Btn_ZoomOut]; | |
191 v33 = pKeyActionMap->GetActionVKey(INPUT_ZoomOut); | |
192 pBtn_ZoomOut = pPrimaryWindow->CreateButton(519, 136, v29->uTextureWidth, v29->uTextureHeight, 2, 0, UIMSG_ClickZoomOutBtn, 0, v33, pGlobalTXT_LocalizationStrings[251], // Zoom Out | |
193 v29, 0); | |
194 pPrimaryWindow->CreateButton(0x1E1u, 0, 0x99u, 0x43u, 1, 92, UIMSG_0, 0, 0, "", 0); | |
195 pPrimaryWindow->CreateButton(0x1EBu, 0x95u, 0x40u, 0x4Au, 1, 0, UIMSG_StartHireling1Dialogue, 0, '5', "", 0); | |
196 pPrimaryWindow->CreateButton(0x231u, 0x95u, 0x40u, 0x4Au, 1, 0, UIMSG_StartHireling2Dialogue, 0, '6', "", 0); | |
197 pPrimaryWindow->CreateButton(0x1DCu, 0x142u, 0x4Du, 0x11u, 1, 100, UIMSG_0, 0, 0, "", 0); | |
198 pPrimaryWindow->CreateButton(0x22Bu, 0x142u, 0x4Du, 0x11u, 1, 101, UIMSG_0, 0, 0, "", 0); | |
199 pBtn_CastSpell = pPrimaryWindow->CreateButton(0x1DCu, 0x1C2u, | |
200 pIcons_LOD->GetTexture(uTextureID_Btn_CastSpell)->uTextureWidth, | |
201 pIcons_LOD->GetTexture(uTextureID_Btn_CastSpell)->uTextureHeight, | |
202 1, 0, UIMSG_SpellBookWindow, 0, 0x43u, pGlobalTXT_LocalizationStrings[38], pIcons_LOD->GetTexture(uTextureID_Btn_CastSpell), | |
203 0); | |
204 pBtn_Rest = pPrimaryWindow->CreateButton(0x206u, 0x1C2u, | |
205 pIcons_LOD->GetTexture(uTextureID_Btn_Rest)->uTextureWidth, | |
206 pIcons_LOD->GetTexture(uTextureID_Btn_Rest)->uTextureHeight, | |
207 1, 0, UIMSG_RestWindow, 0, 0x52u, pGlobalTXT_LocalizationStrings[182], pIcons_LOD->GetTexture(uTextureID_Btn_Rest), 0); | |
208 pBtn_QuickReference = pPrimaryWindow->CreateButton(0x230u, 0x1C2u, | |
209 pIcons_LOD->GetTexture(uTextureID_Btn_QuickReference)->uTextureWidth, | |
210 pIcons_LOD->GetTexture(uTextureID_Btn_QuickReference)->uTextureHeight, | |
211 1, 0, UIMSG_QuickReference, 0, 0x5Au, pGlobalTXT_LocalizationStrings[173], pIcons_LOD->GetTexture(uTextureID_Btn_QuickReference), 0); | |
212 pBtn_GameSettings = pPrimaryWindow->CreateButton(0x25Au, 0x1C2u, | |
213 pIcons_LOD->GetTexture(uTextureID_Btn_GameSettings)->uTextureWidth, | |
214 pIcons_LOD->GetTexture(uTextureID_Btn_GameSettings)->uTextureHeight, | |
215 1, 0, UIMSG_GameMenuButton, 0, 0, pGlobalTXT_LocalizationStrings[93], pIcons_LOD->GetTexture(uTextureID_Btn_GameSettings), 0); | |
216 pBtn_NPCLeft = pPrimaryWindow->CreateButton(0x1D5u, 0xB2u, | |
217 pIcons_LOD->GetTexture(uTextureID_Btn_NPCLeft)->uTextureWidth, | |
218 pIcons_LOD->GetTexture(uTextureID_Btn_NPCLeft)->uTextureHeight, | |
219 1, 0, UIMSG_ScrollNPCPanel, 0, 0, "", pIcons_LOD->GetTexture(uTextureID_Btn_NPCLeft), 0); | |
220 pBtn_NPCRight = pPrimaryWindow->CreateButton(0x272u, 0xB2u, | |
221 pIcons_LOD->GetTexture(uTextureID_Btn_NPCRight)->uTextureWidth, | |
222 pIcons_LOD->GetTexture(uTextureID_Btn_NPCRight)->uTextureHeight, | |
223 1, 0, UIMSG_ScrollNPCPanel, 1u, 0, "", pIcons_LOD->GetTexture(uTextureID_Btn_NPCRight), 0); | |
224 LoadPartyBuffIcons(); | |
225 } | |
226 | |
227 //----- (004979D2) -------------------------------------------------------- | |
228 MENU_STATE MainMenuUI_Credits_Loop() | |
229 { | |
230 char *v0; // eax@5 | |
231 char *v1; // edi@5 | |
232 FILE *pFile; // eax@5 | |
233 unsigned int pSize; // esi@7 | |
234 GUIFont *pFont; // edx@9 | |
235 GUIFont *pFont2; // ecx@9 | |
236 __int16 pHeight; // ax@9 | |
237 void *v7; // eax@9 | |
238 unsigned int pNumPixels; // ST2C_4@9 | |
239 unsigned int teal; // eax@9 | |
240 unsigned int v10; // ST2C_4@19 | |
241 MSG Msg; // [sp+84h] [bp-B8h]@10 | |
242 int v17; // [sp+A0h] [bp-9Ch]@9 | |
243 GUIWindow a2; | |
244 int pColor2; // [sp+F8h] [bp-44h]@9 | |
245 int pColor1; // [sp+FCh] [bp-40h]@9 | |
246 int a5; // [sp+128h] [bp-14h]@1 | |
247 char *pString; // [sp+12Ch] [bp-10h]@9 | |
248 char *ptr; // [sp+130h] [bp-Ch]@5 | |
249 GUIFont *pFontQuick; // [sp+134h] [bp-8h]@1 | |
250 GUIFont *pFontCChar; // [sp+138h] [bp-4h]@1 | |
251 RGBTexture pTexture; // [sp+54h] [bp-E8h]@1 | |
252 RGBTexture pTexture2; // [sp+100h] [bp-3Ch]@1 | |
253 Texture pTexture3; // [sp+Ch] [bp-130h]@5 | |
254 | |
255 a5 = 0; | |
256 pFontQuick = LoadFont("quick.fnt", "FONTPAL", NULL); | |
257 pFontCChar = LoadFont("cchar.fnt", "FONTPAL", NULL); | |
258 if ( pMessageQueue_50CBD0->uNumMessages ) | |
259 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
260 ++pIcons_LOD->uTexturePacksCount; | |
261 if ( !pIcons_LOD->uNumPrevLoadedFiles ) | |
262 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles; | |
263 dword_A74C88 = 0; | |
264 pAudioPlayer->PlayMusicTrack(MUSIC_Credits); | |
265 pTexture.Load("mm6title.pcx", 0); | |
266 v0 = (char *)pEvents_LOD->LoadRaw("credits.txt", 0); | |
267 v1 = v0; | |
268 ptr = v0; | |
269 pFile = pEvents_LOD->FindContainer("credits.txt", 0); | |
270 if ( !pFile ) | |
1545 | 271 Error(pGlobalTXT_LocalizationStrings[63]); // "Might and Magic VII is having trouble loading files. |
272 | |
1298 | 273 // Please re-install to fix this problem. Note: Re-installing will not destroy your save games." |
274 fread(&pTexture3, 1, 0x30, pFile); | |
275 pSize = pTexture3.uDecompressedSize; | |
276 if ( !pTexture3.uDecompressedSize ) | |
277 pSize = pTexture3.uTextureSize; | |
278 memset(&pTexture3, 0, 0x48); | |
279 pFont = pFontCChar; | |
280 pFont2 = pFontQuick; | |
281 v1[pSize] = 0; | |
282 | |
283 a2.uFrameWidth = 250; | |
284 a2.uFrameHeight = 440; | |
285 a2.uFrameX = 389; | |
286 a2.uFrameY = 19; | |
287 | |
288 pTexture2.uWidth = 250; | |
289 pHeight = pFont2->GetStringHeight2(pFont, v1, &a2, 0, 1); | |
290 pTexture2.uHeight = pHeight + 2 * a2.uFrameHeight; | |
291 pTexture2.uNumPixels = (signed __int16)pTexture2.uWidth * (signed __int16)pTexture2.uHeight; | |
1583 | 292 v7 = malloc(2 * pTexture2.uNumPixels);//, "scrollermap"); |
1298 | 293 pNumPixels = pTexture2.uNumPixels; |
294 pTexture2.pPixels = (unsigned __int16 *)v7; | |
295 teal = TargetColor(0, 0xFFu, 0xFFu); | |
296 fill_pixels_fast(teal, pTexture2.pPixels, pNumPixels); | |
1583 | 297 pTexture2._allocation_flags = 0; |
1298 | 298 pColor1 = TargetColor(0x70u, 0x8Fu, 0xFEu); |
299 pColor2 = TargetColor(0xECu, 0xE6u, 0x9Cu); | |
300 pString = (char *)operator new(2 * pSize); | |
301 strncpy(pString, ptr, pSize); | |
302 pString[pSize]=0; | |
303 pFontQuick->_44D2FD_prolly_draw_credits_entry(pFontCChar, 0, a2.uFrameHeight, (signed __int16)pTexture2.uWidth, (signed __int16)pTexture2.uHeight, pColor1, | |
304 pColor2, pString, pTexture2.pPixels, (signed __int16)pTexture2.uWidth); | |
305 free(pString); | |
306 pWindow_MainMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_MainMenu, 0, ptr); | |
307 pWindow_MainMenu->CreateButton(0, 0, 0, 0, 1, 0, UIMSG_Escape, 0, 0x1Bu, "", 0); | |
308 pCurrentScreen = SCREEN_CREATORS; | |
309 SetCurrentMenuID(MENU_CREDITSPROC); | |
310 do | |
311 { | |
312 while ( PeekMessageA(&Msg, 0, 0, 0, 1) ) | |
313 { | |
314 if ( Msg.message == 18 ) | |
315 Game_DeinitializeAndTerminate(0); | |
316 TranslateMessage(&Msg); | |
317 DispatchMessageA(&Msg); | |
318 } | |
319 if ( BYTE1(dword_6BE364_game_settings_1) & 1 ) | |
320 { | |
321 WaitMessage(); | |
322 } | |
323 else | |
324 { | |
325 pRenderer->BeginScene(); | |
326 pRenderer->DrawTextureRGB(0, 0, &pTexture); | |
327 pRenderer->SetTextureClipRect(a2.uFrameX, a2.uFrameY, a2.uFrameX + a2.uFrameWidth, a2.uFrameY + a2.uFrameHeight); | |
328 pRenderer->_4A5D33(a2.uFrameX, a2.uFrameY, 0, a5, &pTexture2); | |
329 pRenderer->ResetTextureClipRect(); | |
330 pRenderer->EndScene(); | |
331 ++a5; | |
332 if ( a5 >= (signed __int16)pTexture2.uHeight ) | |
333 SetCurrentMenuID(MENU_MAIN); | |
334 pRenderer->Present(); | |
335 pCurrentScreen = SCREEN_GAME;//Ritor1: temporarily, must be corrected GUI_MainMenuMessageProc() | |
336 GUI_MainMenuMessageProc(); | |
337 } | |
338 } | |
339 while ( GetCurrentMenuID() == MENU_CREDITSPROC ); | |
340 pAudioPlayer->_4AA258(1); | |
1583 | 341 free(ptr); |
342 free(pFontQuick); | |
343 free(pFontCChar); | |
1298 | 344 pWindow_MainMenu->Release(); |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
345 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
1298 | 346 pTexture.Release(); |
347 pTexture2.Release(); | |
348 return MENU_MAIN; // return MENU_Main | |
349 } |