2501
|
1 #define _CRTDBG_MAP_ALLOC
|
|
2 #include <stdlib.h>
|
|
3 #include <crtdbg.h>
|
|
4
|
|
5 #define _CRT_SECURE_NO_WARNINGS
|
2502
|
6 #include "..\../IO/Mouse.h"
|
|
7 #include "..\../IO/Keyboard.h"
|
2501
|
8 #include "..\../Engine/ErrorHandling.h"
|
|
9
|
2502
|
10 #include "..\../GUI/GUIWindow.h"
|
|
11 #include "..\../GUI/GUIFont.h"
|
|
12 #include "..\../Media/Audio/AudioPlayer.h"
|
2501
|
13 #include "..\../Engine/Graphics/Render.h"
|
|
14 #include "..\../Engine/LOD.h"
|
|
15 #include "..\../Engine/Graphics/PaletteManager.h"
|
|
16 #include "..\../Engine/Tables/IconFrameTable.h"
|
|
17 #include "..\../Engine/texts.h"
|
|
18 #include "..\../Engine/MMT.h"
|
|
19
|
|
20 #include "..\../Engine/mm7_data.h"
|
|
21 #include "..\../Engine/Game.h"
|
|
22
|
|
23
|
|
24 //----- (0041B578) --------------------------------------------------------
|
|
25 void MainMenuUI_LoadFontsAndSomeStuff()
|
|
26 {
|
|
27 //pIcons_LOD->SetupPalettes(pRenderer->uTargetRBits, pRenderer->uTargetGBits, pRenderer->uTargetBBits);
|
|
28 pIcons_LOD->SetupPalettes(5, 6, 5);
|
|
29 //pPaletteManager->SetColorChannelInfo(pRenderer->uTargetRBits, pRenderer->uTargetGBits, pRenderer->uTargetBBits);
|
|
30 pPaletteManager->SetColorChannelInfo(5, 6, 5);
|
|
31 pPaletteManager->RecalculateAll();
|
|
32
|
|
33 for (uint i = 0; i < window->GetHeight(); ++i)
|
|
34 pSRZBufferLineOffsets[i] = window->GetWidth() * i;
|
|
35
|
|
36 uTextureID_FONTPAL = pIcons_LOD->LoadTexture("FONTPAL", TEXTURE_16BIT_PALETTE);
|
|
37
|
|
38 pFontArrus = LoadFont("arrus.fnt", "FONTPAL", nullptr);
|
|
39 pFontArrus->field_3 = 0;
|
|
40
|
|
41 pFontLucida = LoadFont("lucida.fnt", "FONTPAL", nullptr);
|
|
42 pFontLucida->field_3 = 0;
|
|
43
|
|
44 pFontCreate = LoadFont("create.fnt", "FONTPAL", nullptr);
|
|
45 pFontCreate->field_3 = 0;
|
|
46
|
|
47 pFontSmallnum = LoadFont("smallnum.fnt", "FONTPAL", nullptr);
|
|
48 pFontComic = LoadFont("comic.fnt", "FONTPAL", nullptr);
|
|
49
|
|
50 for (uint i = 0; i < 20; ++i)
|
|
51 pWindowList[i].eWindowType = WINDOW_null;
|
|
52
|
|
53 uNumVisibleWindows = -1;
|
|
54 memset(pVisibleWindowsIdxs.data(), 0, sizeof(pVisibleWindowsIdxs));
|
|
55 }
|
|
56
|
|
57 //----- (004415C5) --------------------------------------------------------
|
|
58 static void LoadPartyBuffIcons()
|
|
59 {
|
|
60 for (uint i = 0; i < 14; ++i)
|
|
61 {
|
|
62 char filename[200];
|
|
63 sprintf(filename, "isn-%02d", i + 1);
|
|
64 pTextureIDs_PartyBuffIcons[i] = pIcons_LOD->LoadTexture(filename, TEXTURE_16BIT_PALETTE);
|
|
65 }
|
|
66
|
|
67 uIconIdx_FlySpell = pIconsFrameTable->FindIcon("spell21");
|
|
68 uIconIdx_WaterWalk = pIconsFrameTable->FindIcon("spell27");
|
|
69 }
|
|
70
|
|
71 //----- (0041B690) --------------------------------------------------------
|
|
72 void MainMenuUI_Create()
|
|
73 {
|
|
74 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("wizeyeC"));
|
|
75 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("wizeyeB"));
|
|
76 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("wizeyeA"));
|
|
77 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("torchC"));
|
|
78 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("torchB"));
|
|
79 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("torchA"));
|
|
80
|
|
81 pTextureIDs_pMapDirs[0] = pIcons_LOD->LoadTexture("MAPDIR1", TEXTURE_16BIT_PALETTE);
|
|
82 pTextureIDs_pMapDirs[1] = pIcons_LOD->LoadTexture("MAPDIR2", TEXTURE_16BIT_PALETTE);
|
|
83 pTextureIDs_pMapDirs[2] = pIcons_LOD->LoadTexture("MAPDIR3", TEXTURE_16BIT_PALETTE);
|
|
84 pTextureIDs_pMapDirs[3] = pIcons_LOD->LoadTexture("MAPDIR4", TEXTURE_16BIT_PALETTE);
|
|
85 pTextureIDs_pMapDirs[4] = pIcons_LOD->LoadTexture("MAPDIR5", TEXTURE_16BIT_PALETTE);
|
|
86 pTextureIDs_pMapDirs[5] = pIcons_LOD->LoadTexture("MAPDIR6", TEXTURE_16BIT_PALETTE);
|
|
87 pTextureIDs_pMapDirs[6] = pIcons_LOD->LoadTexture("MAPDIR7", TEXTURE_16BIT_PALETTE);
|
|
88 pTextureIDs_pMapDirs[7] = pIcons_LOD->LoadTexture("MAPDIR8", TEXTURE_16BIT_PALETTE);
|
|
89
|
|
90 uTextureID_BarBlue = pIcons_LOD->LoadTexture("ib-statB", TEXTURE_16BIT_PALETTE);
|
|
91 uTextureID_BarGreen = pIcons_LOD->LoadTexture("ib-statG", TEXTURE_16BIT_PALETTE);
|
|
92 uTextureID_BarYellow = pIcons_LOD->LoadTexture("ib-statY", TEXTURE_16BIT_PALETTE);
|
|
93 uTextureID_BarRed = pIcons_LOD->LoadTexture("ib-statR", TEXTURE_16BIT_PALETTE);
|
|
94 uTextureID_mhp_bd = pIcons_LOD->LoadTexture("mhp_bg", TEXTURE_16BIT_PALETTE);
|
|
95 uTextureID_mhp_capl = pIcons_LOD->LoadTexture("mhp_capl", TEXTURE_16BIT_PALETTE);
|
|
96 uTextureID_mhp_capr = pIcons_LOD->LoadTexture("mhp_capr", TEXTURE_16BIT_PALETTE);
|
|
97 uTextureID_mhp_grn = pIcons_LOD->LoadTexture("mhp_grn", TEXTURE_16BIT_PALETTE);
|
|
98 uTextureID_mhp_red = pIcons_LOD->LoadTexture("mhp_red", TEXTURE_16BIT_PALETTE);
|
|
99 uTextureID_mhp_yel = pIcons_LOD->LoadTexture("mhp_yel", TEXTURE_16BIT_PALETTE);
|
|
100 uTextureID_Leather = pIcons_LOD->LoadTexture("LEATHER", TEXTURE_16BIT_PALETTE);
|
|
101 pTexture_Leather = pIcons_LOD->LoadTexturePtr("ibground", TEXTURE_16BIT_PALETTE);
|
|
102 uTextureID_x_x_u = pIcons_LOD->LoadTexture("x_x_u", TEXTURE_16BIT_PALETTE);
|
|
103 uTextureID_BUTTDESC2 = pIcons_LOD->LoadTexture("BUTTESC2", TEXTURE_16BIT_PALETTE);
|
|
104 uTextureID_x_ok_u = pIcons_LOD->LoadTexture("x_ok_u", TEXTURE_16BIT_PALETTE);
|
|
105 uTextureID_BUTTYES2 = pIcons_LOD->LoadTexture("BUTTYES2", TEXTURE_16BIT_PALETTE);
|
|
106 uTextureID_BUTTMAKE = pIcons_LOD->LoadTexture("BUTTMAKE", TEXTURE_16BIT_PALETTE);
|
|
107 uTextureID_BUTTMAKE2 = pIcons_LOD->LoadTexture("BUTTMAKE2", TEXTURE_16BIT_PALETTE);
|
|
108
|
|
109 pPrimaryWindow = GUIWindow::Create(0, 0, window->GetWidth(), window->GetHeight(), WINDOW_MainMenu, 0, 0);
|
|
110 pPrimaryWindow->CreateButton(7, 8, 460, 343, 1, 0, UIMSG_MouseLeftClickInGame, 0, 0, "", 0);
|
|
111
|
|
112 pPrimaryWindow->CreateButton(61, 424, 31, 80, 2, 94, UIMSG_SelectCharacter, 1, '1', "", 0);//buttons for portraits
|
|
113 pPrimaryWindow->CreateButton(177, 424, 31, 80, 2, 94, UIMSG_SelectCharacter, 2, '2', "", 0);
|
|
114 pPrimaryWindow->CreateButton(292, 424, 31, 40, 2, 94, UIMSG_SelectCharacter, 3, '3', "", 0);
|
|
115 pPrimaryWindow->CreateButton(407, 424, 31, 40, 2, 94, UIMSG_SelectCharacter, 4, '4', "", 0);
|
|
116
|
|
117 pPrimaryWindow->CreateButton(24, 404, 5, 49, 1, 93, UIMSG_0, 1, 0, "", 0);//buttons for HP
|
|
118 pPrimaryWindow->CreateButton(139, 404, 5, 49, 1, 93, UIMSG_0, 2, 0, "", 0);
|
|
119 pPrimaryWindow->CreateButton(255, 404, 5, 49, 1, 93, UIMSG_0, 3, 0, "", 0);
|
|
120 pPrimaryWindow->CreateButton(370, 404, 5, 49, 1, 93, UIMSG_0, 4, 0, "", 0);
|
|
121
|
|
122 pPrimaryWindow->CreateButton(97, 404, 5, 49, 1, 93, UIMSG_0, 1, 0, "", 0);//buttons for SP
|
|
123 pPrimaryWindow->CreateButton(212, 404, 5, 49, 1, 93, UIMSG_0, 2, 0, "", 0);
|
|
124 pPrimaryWindow->CreateButton(328, 404, 5, 49, 1, 93, UIMSG_0, 3, 0, "", 0);
|
|
125 pPrimaryWindow->CreateButton(443, 404, 5, 49, 1, 93, UIMSG_0, 4, 0, "", 0);
|
|
126
|
|
127 uTextureID_ib_td1_A = pIcons_LOD->LoadTexture("ib-td1-A", TEXTURE_16BIT_PALETTE);
|
|
128 pBtn_Quests = pPrimaryWindow->CreateButton(491, 353, pIcons_LOD->GetTexture(uTextureID_ib_td1_A)->uTextureWidth,
|
|
129 pIcons_LOD->GetTexture(uTextureID_ib_td1_A)->uTextureHeight, 1, 0, UIMSG_OpenQuestBook, 0, pKeyActionMap->GetActionVKey(INPUT_Quest),
|
|
130 pGlobalTXT_LocalizationStrings[174], pIcons_LOD->GetTexture(uTextureID_ib_td1_A), 0); //Quests
|
|
131
|
|
132 uTextureID_ib_td2_A = pIcons_LOD->LoadTexture("ib-td2-A", TEXTURE_16BIT_PALETTE);
|
|
133 pBtn_Autonotes = pPrimaryWindow->CreateButton(527, 353, pIcons_LOD->GetTexture(uTextureID_ib_td2_A)->uTextureWidth,
|
|
134 pIcons_LOD->GetTexture(uTextureID_ib_td2_A)->uTextureHeight, 1, 0, UIMSG_OpenAutonotes, 0, pKeyActionMap->GetActionVKey(INPUT_Autonotes),
|
|
135 pGlobalTXT_LocalizationStrings[154], pIcons_LOD->GetTexture(uTextureID_ib_td2_A), 0);//Autonotes
|
|
136
|
|
137 uTextureID_ib_td3_A = pIcons_LOD->LoadTexture("ib-td3-A", TEXTURE_16BIT_PALETTE);
|
|
138 pBtn_Maps = pPrimaryWindow->CreateButton(546, 353, pIcons_LOD->GetTexture(uTextureID_ib_td3_A)->uTextureWidth,
|
|
139 pIcons_LOD->GetTexture(uTextureID_ib_td3_A)->uTextureHeight, 1, 0, UIMSG_OpenMapBook, 0, pKeyActionMap->GetActionVKey(INPUT_Mapbook),
|
|
140 pGlobalTXT_LocalizationStrings[139], pIcons_LOD->GetTexture(uTextureID_ib_td3_A), 0); //Maps
|
|
141
|
|
142 uTextureID_ib_td4_A = pIcons_LOD->LoadTexture("ib-td4-A", TEXTURE_16BIT_PALETTE);
|
|
143 pBtn_Calendar = pPrimaryWindow->CreateButton(570, 353, pIcons_LOD->GetTexture(uTextureID_ib_td4_A)->uTextureWidth,
|
|
144 pIcons_LOD->GetTexture(uTextureID_ib_td4_A)->uTextureHeight, 1, 0, UIMSG_OpenCalendar, 0, pKeyActionMap->GetActionVKey(INPUT_TimeCal),
|
|
145 pGlobalTXT_LocalizationStrings[78], pIcons_LOD->GetTexture(uTextureID_ib_td4_A), 0);//Calendar
|
|
146
|
|
147 uTextureID_ib_td5_A = pIcons_LOD->LoadTexture("ib-td5-A", TEXTURE_16BIT_PALETTE);
|
|
148 pBtn_History = pPrimaryWindow->CreateButton(600, 361, pIcons_LOD->GetTexture(uTextureID_ib_td5_A)->uTextureWidth,
|
|
149 pIcons_LOD->GetTexture(uTextureID_ib_td5_A)->uTextureHeight, 1, 0, UIMSG_OpenHistoryBook, 0, 72,//ascii
|
|
150 pGlobalTXT_LocalizationStrings[602], pIcons_LOD->GetTexture(uTextureID_ib_td5_A), 0);//History
|
|
151
|
|
152 bFlashAutonotesBook = 0;
|
|
153 bFlashQuestBook = 0;
|
|
154 bFlashHistoryBook = 0;
|
|
155
|
|
156 pBtn_ZoomIn = pPrimaryWindow->CreateButton(574, 136, pIcons_LOD->pTextures[uTextureID_Btn_ZoomIn].uTextureWidth,
|
|
157 pIcons_LOD->pTextures[uTextureID_Btn_ZoomIn].uTextureHeight, 2, 0, UIMSG_ClickZoomInBtn, 0, pKeyActionMap->GetActionVKey(INPUT_ZoomIn),
|
|
158 pGlobalTXT_LocalizationStrings[252], &pIcons_LOD->pTextures[uTextureID_Btn_ZoomIn], 0); // Zoom In
|
|
159
|
|
160 pBtn_ZoomOut = pPrimaryWindow->CreateButton(519, 136, pIcons_LOD->pTextures[uTextureID_Btn_ZoomOut].uTextureWidth,
|
|
161 pIcons_LOD->pTextures[uTextureID_Btn_ZoomOut].uTextureHeight, 2, 0, UIMSG_ClickZoomOutBtn, 0, pKeyActionMap->GetActionVKey(INPUT_ZoomOut),
|
|
162 pGlobalTXT_LocalizationStrings[251], &pIcons_LOD->pTextures[uTextureID_Btn_ZoomOut], 0); // Zoom Out
|
|
163
|
|
164 pPrimaryWindow->CreateButton(481, 0, 153, 67, 1, 92, UIMSG_0, 0, 0, "", 0);
|
|
165 pPrimaryWindow->CreateButton(491, 149, 64, 74, 1, 0, UIMSG_StartHireling1Dialogue, 0, '5', "", 0);
|
|
166 pPrimaryWindow->CreateButton(561, 149, 64, 74, 1, 0, UIMSG_StartHireling2Dialogue, 0, '6', "", 0);
|
|
167 pPrimaryWindow->CreateButton(476, 322, 77, 17, 1, 100, UIMSG_0, 0, 0, "", 0);
|
|
168 pPrimaryWindow->CreateButton(555, 322, 77, 17, 1, 101, UIMSG_0, 0, 0, "", 0);
|
|
169
|
|
170 pBtn_CastSpell = pPrimaryWindow->CreateButton(476, 450,
|
|
171 pIcons_LOD->GetTexture(uTextureID_Btn_CastSpell)->uTextureWidth,
|
|
172 pIcons_LOD->GetTexture(uTextureID_Btn_CastSpell)->uTextureHeight,
|
|
173 1, 0, UIMSG_SpellBookWindow, 0, 67, pGlobalTXT_LocalizationStrings[38], pIcons_LOD->GetTexture(uTextureID_Btn_CastSpell), 0);
|
|
174 pBtn_Rest = pPrimaryWindow->CreateButton(518, 450,
|
|
175 pIcons_LOD->GetTexture(uTextureID_Btn_Rest)->uTextureWidth,
|
|
176 pIcons_LOD->GetTexture(uTextureID_Btn_Rest)->uTextureHeight,
|
|
177 1, 0, UIMSG_RestWindow, 0, 82, pGlobalTXT_LocalizationStrings[182], pIcons_LOD->GetTexture(uTextureID_Btn_Rest), 0);
|
|
178 pBtn_QuickReference = pPrimaryWindow->CreateButton(560, 450,
|
|
179 pIcons_LOD->GetTexture(uTextureID_Btn_QuickReference)->uTextureWidth,
|
|
180 pIcons_LOD->GetTexture(uTextureID_Btn_QuickReference)->uTextureHeight,
|
|
181 1, 0, UIMSG_QuickReference, 0, 90, pGlobalTXT_LocalizationStrings[173], pIcons_LOD->GetTexture(uTextureID_Btn_QuickReference), 0);
|
|
182 pBtn_GameSettings = pPrimaryWindow->CreateButton(602, 450,
|
|
183 pIcons_LOD->GetTexture(uTextureID_Btn_GameSettings)->uTextureWidth,
|
|
184 pIcons_LOD->GetTexture(uTextureID_Btn_GameSettings)->uTextureHeight,
|
|
185 1, 0, UIMSG_GameMenuButton, 0, 0, pGlobalTXT_LocalizationStrings[93], pIcons_LOD->GetTexture(uTextureID_Btn_GameSettings), 0);
|
|
186
|
|
187 pBtn_NPCLeft = pPrimaryWindow->CreateButton(469, 178,
|
|
188 pIcons_LOD->GetTexture(uTextureID_Btn_NPCLeft)->uTextureWidth,
|
|
189 pIcons_LOD->GetTexture(uTextureID_Btn_NPCLeft)->uTextureHeight,
|
|
190 1, 0, UIMSG_ScrollNPCPanel, 0, 0, "", pIcons_LOD->GetTexture(uTextureID_Btn_NPCLeft), 0);
|
|
191 pBtn_NPCRight = pPrimaryWindow->CreateButton(626, 178,
|
|
192 pIcons_LOD->GetTexture(uTextureID_Btn_NPCRight)->uTextureWidth,
|
|
193 pIcons_LOD->GetTexture(uTextureID_Btn_NPCRight)->uTextureHeight,
|
|
194 1, 0, UIMSG_ScrollNPCPanel, 1, 0, "", pIcons_LOD->GetTexture(uTextureID_Btn_NPCRight), 0);
|
|
195 LoadPartyBuffIcons();
|
|
196 }
|
|
197
|
|
198
|
|
199
|
|
200
|
|
201 //----- (00452AF3) --------------------------------------------------------
|
|
202 void __fastcall fill_pixels_fast(unsigned int a1, unsigned __int16 *pPixels, unsigned int uNumPixels)
|
|
203 {
|
|
204 void *v3; // edi@1
|
|
205 unsigned int v4; // eax@1
|
|
206 unsigned __int16 *v5; // edi@3
|
|
207 unsigned int i; // ecx@3
|
|
208
|
|
209 if (for_refactoring)
|
|
210 {
|
|
211 MessageBoxA(nullptr, "Nomad: sub operates on 16 bit pixels, we have 32 bits.", "", 0);
|
|
212 __debugbreak();
|
|
213 }
|
|
214
|
|
215 v3 = pPixels;
|
|
216 v4 = a1 | (a1 << 16);
|
|
217 if ( (unsigned __int8)pPixels & 2 ) // first 2 pixels
|
|
218 {
|
|
219 *pPixels = v4;
|
|
220 v3 = pPixels + 1;
|
|
221 --uNumPixels;
|
|
222 }
|
|
223 memset32(v3, v4, uNumPixels >> 1); // 4 pixels at once
|
|
224 v5 = (unsigned __int16 *)((char *)v3 + 4 * (uNumPixels >> 1));
|
|
225 for ( i = uNumPixels & 1; i; --i ) // leftover pixels
|
|
226 {
|
|
227 *v5 = v4;
|
|
228 ++v5;
|
|
229 }
|
|
230 }
|
|
231
|
|
232 //----- (004979D2) --------------------------------------------------------
|
|
233 MENU_STATE MainMenuUI_Credits_Loop()
|
|
234 {
|
|
235 char *cred_texturet; // edi@5
|
|
236 FILE *pFile; // eax@5
|
|
237 unsigned int pSize; // esi@7
|
|
238 MSG Msg; // [sp+84h] [bp-B8h]@10
|
|
239 GUIWindow credit_window;
|
|
240 int move_Y; // [sp+128h] [bp-14h]@1
|
|
241 char *pString; // [sp+12Ch] [bp-10h]@9
|
|
242 GUIFont *pFontQuick; // [sp+134h] [bp-8h]@1
|
|
243 GUIFont *pFontCChar; // [sp+138h] [bp-4h]@1
|
|
244 RGBTexture mm6title_texture; // [sp+54h] [bp-E8h]@1
|
|
245 RGBTexture cred_texture; // [sp+100h] [bp-3Ch]@1
|
|
246 Texture pTemporaryTexture; // [sp+Ch] [bp-130h]@5
|
|
247
|
|
248 pFontQuick = LoadFont("quick.fnt", "FONTPAL", NULL);
|
|
249 pFontCChar = LoadFont("cchar.fnt", "FONTPAL", NULL);
|
|
250
|
|
251 if ( pMessageQueue_50CBD0->uNumMessages )
|
|
252 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0;
|
|
253 ++pIcons_LOD->uTexturePacksCount;
|
|
254 if ( !pIcons_LOD->uNumPrevLoadedFiles )
|
|
255 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles;
|
|
256 //dword_A74C88 = 0;//??? часть дальнейшего кода отсутствует, там использовалась данная переменная
|
|
257
|
|
258
|
2508
|
259 if ( use_music_folder )
|
|
260 PlayAudio(L"Music\\15.mp3");
|
|
261 else
|
|
262 pAudioPlayer->PlayMusicTrack(MUSIC_Credits);
|
2501
|
263 mm6title_texture.Load("mm6title.pcx", 0);
|
|
264 cred_texturet = (char *)pEvents_LOD->LoadRaw("credits.txt", 0);
|
|
265 pFile = pEvents_LOD->FindContainer("credits.txt", 0);
|
|
266 if ( !pFile )
|
|
267 Error(pGlobalTXT_LocalizationStrings[63]); // "Might and Magic VII is having trouble loading files.
|
|
268
|
|
269 // Please re-install to fix this problem. Note: Re-installing will not destroy your save games."
|
|
270
|
|
271 //для получения размера-----------------------
|
|
272 fread(&pTemporaryTexture, 1, 0x30, pFile);
|
|
273 pSize = pTemporaryTexture.uDecompressedSize;
|
|
274 if ( !pSize )
|
|
275 pSize = pTemporaryTexture.uTextureSize;
|
|
276 memset(&pTemporaryTexture, 0, 0x48);//обнуление
|
|
277 cred_texturet[pSize] = 0;//конец текста
|
|
278
|
|
279 credit_window.uFrameWidth = 250;
|
|
280 credit_window.uFrameHeight = 440;
|
|
281 credit_window.uFrameX = 389;
|
|
282 credit_window.uFrameY = 19;
|
|
283
|
|
284 cred_texture.uWidth = 250;
|
|
285 cred_texture.uHeight = pFontQuick->GetStringHeight2(pFontCChar, cred_texturet, &credit_window, 0, 1) + 2 * credit_window.uFrameHeight;
|
|
286 cred_texture.uNumPixels = cred_texture.uWidth * cred_texture.uHeight;
|
|
287 cred_texture.pPixels = (unsigned __int16 *)malloc(2 * cred_texture.uNumPixels);
|
|
288 fill_pixels_fast(Color16(0, 0xFFu, 0xFFu), cred_texture.pPixels, cred_texture.uNumPixels);
|
|
289 cred_texture._allocation_flags = 0;
|
|
290
|
|
291 //дать шрифт и цвета тексту
|
|
292 pString = (char *)malloc(2 * pSize);
|
|
293 strncpy(pString, cred_texturet, pSize);
|
|
294 pString[pSize] = 0;
|
|
295 pFontQuick->_44D2FD_prolly_draw_credits_entry(pFontCChar, 0, credit_window.uFrameHeight, cred_texture.uWidth,
|
|
296 cred_texture.uHeight, Color16(0x70u, 0x8Fu, 0xFEu), Color16(0xECu, 0xE6u, 0x9Cu), pString, cred_texture.pPixels, cred_texture.uWidth);
|
|
297 free(pString);
|
|
298
|
|
299 pWindow_MainMenu = GUIWindow::Create(0, 0, window->GetWidth(), window->GetHeight(), WINDOW_MainMenu, 0, cred_texturet);
|
|
300 pWindow_MainMenu->CreateButton(0, 0, 0, 0, 1, 0, UIMSG_Escape, 0, 27, "", 0);
|
|
301 pCurrentScreen = SCREEN_CREATORS;
|
|
302 SetCurrentMenuID(MENU_CREDITSPROC);
|
|
303
|
|
304 move_Y = 0;
|
|
305 do
|
|
306 {
|
|
307 while ( PeekMessageA(&Msg, 0, 0, 0, 1) )
|
|
308 {
|
|
309 if ( Msg.message == 18 )
|
|
310 Game_DeinitializeAndTerminate(0);
|
|
311 TranslateMessage(&Msg);
|
|
312 DispatchMessageA(&Msg);
|
|
313 }
|
|
314 if (dword_6BE364_game_settings_1 & GAME_SETTINGS_APP_INACTIVE)
|
|
315 {
|
|
316 WaitMessage();
|
|
317 }
|
|
318 else
|
|
319 {
|
|
320 pRenderer->BeginScene();
|
|
321 pRenderer->DrawTextureRGB(0, 0, &mm6title_texture);
|
2524
|
322 pRenderer->SetUIClipRect(credit_window.uFrameX, credit_window.uFrameY, credit_window.uFrameX + credit_window.uFrameWidth,
|
2501
|
323 credit_window.uFrameY + credit_window.uFrameHeight);
|
|
324 pRenderer->CreditsTextureScroll(credit_window.uFrameX, credit_window.uFrameY, 0, move_Y, &cred_texture);
|
2524
|
325 pRenderer->ResetUIClipRect();
|
2501
|
326 pRenderer->EndScene();
|
|
327 ++move_Y;
|
|
328 if ( move_Y >= cred_texture.uHeight )
|
|
329 SetCurrentMenuID(MENU_MAIN);
|
|
330 pRenderer->Present();
|
|
331 pCurrentScreen = SCREEN_GAME;//Ritor1: temporarily, must be corrected GUI_MainMenuMessageProc()
|
|
332 GUI_MainMenuMessageProc();
|
|
333 }
|
|
334 }
|
|
335 while ( GetCurrentMenuID() == MENU_CREDITSPROC );
|
2508
|
336 if ( use_music_folder )
|
|
337 alSourceStop(mSourceID);
|
2501
|
338 pAudioPlayer->_4AA258(1);
|
|
339 free(cred_texturet);
|
|
340 free(pFontQuick);
|
|
341 free(pFontCChar);
|
|
342 pWindow_MainMenu->Release();
|
|
343 pIcons_LOD->RemoveTexturesPackFromTextureList();
|
|
344 mm6title_texture.Release();
|
|
345 cred_texture.Release();
|
|
346 return MENU_MAIN; // return MENU_Main
|
|
347 }
|