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