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