706
|
1 #include <assert.h>
|
|
2
|
|
3 #include "MM7.h"
|
|
4
|
|
5 #include "MapInfo.h"
|
|
6 #include "Game.h"
|
|
7 #include "GUIWindow.h"
|
|
8 #include "GUIFont.h"
|
|
9 #include "GUIButton.h"
|
|
10 #include "GUIProgressBar.h"
|
|
11 #include "Party.h"
|
|
12 #include "AudioPlayer.h"
|
|
13 #include "Outdoor.h"
|
|
14 #include "IndoorCamera.h"
|
|
15 #include "Overlays.h"
|
|
16 #include "Monsters.h"
|
|
17 #include "Arcomage.h"
|
|
18 #include "LOD.h"
|
|
19 #include "Actor.h"
|
|
20 #include "Allocator.h"
|
|
21 #include "Events.h"
|
|
22 #include "Viewport.h"
|
|
23 #include "FrameTableInc.h"
|
|
24 #include "Math.h"
|
|
25 #include "SpriteObject.h"
|
|
26 #include "ObjectList.h"
|
|
27 #include "Chest.h"
|
|
28 #include "PaletteManager.h"
|
|
29 #include "DecorationList.h"
|
|
30 #include "SaveLoad.h"
|
|
31 #include "stru123.h"
|
|
32 #include "Time.h"
|
|
33 #include "IconFrameTable.h"
|
|
34 #include "Awards.h"
|
|
35 #include "Autonotes.h"
|
|
36 #include "stru160.h"
|
|
37 #include "stru279.h"
|
|
38 #include "TurnEngine.h"
|
|
39 #include "stru277.h"
|
|
40 #include "Weather.h"
|
|
41 #include "stru272.h"
|
|
42 #include "stru298.h"
|
|
43 #include "StorylineTextTable.h"
|
|
44 #include "Events2D.h"
|
|
45 #include "texts.h"
|
|
46 #include "stru351.h"
|
|
47
|
|
48 #include "mm7_data.h"
|
|
49
|
|
50
|
|
51
|
|
52 //----- (0041B578) --------------------------------------------------------
|
|
53 void __cdecl MainMenuUI_LoadFontsAndSomeStuff()
|
|
54 {
|
|
55 pIcons_LOD->SetupPalettes(pRenderer->uTargetRBits,
|
|
56 pRenderer->uTargetGBits,
|
|
57 pRenderer->uTargetBBits);
|
|
58 pPaletteManager->SetColorChannelInfo(pRenderer->uTargetRBits,
|
|
59 pRenderer->uTargetGBits,
|
|
60 pRenderer->uTargetBBits);
|
|
61 pPaletteManager->RecalculateAll();
|
|
62
|
|
63 for (uint i = 0; i < 480; ++i)
|
|
64 pSRZBufferLineOffsets[i] = 640 * i;
|
|
65
|
|
66 pRenderer->ResetClip();
|
|
67
|
|
68 uTextureID_FONTPAL = pIcons_LOD->LoadTexture("FONTPAL", TEXTURE_16BIT_PALETTE);
|
|
69 pFontArrus = LoadFont("arrus.fnt", "FONTPAL", NULL);
|
|
70 pFontLucida = LoadFont("lucida.fnt", "FONTPAL", NULL);
|
|
71 pFontCreate = LoadFont("create.fnt", "FONTPAL", NULL);
|
|
72 pFontSmallnum = LoadFont("smallnum.fnt", "FONTPAL", NULL);
|
|
73 pFontComic = LoadFont("comic.fnt", "FONTPAL", NULL);
|
|
74 pFontArrus->field_3 = 0;
|
|
75 pFontLucida->field_3 = 0;
|
|
76 pFontCreate->field_3 = 0;
|
|
77
|
|
78 for (uint i = 0; i < 20; ++i)
|
|
79 pWindowList[i].eWindowType = WINDOW_null;
|
|
80
|
|
81 uNumVisibleWindows = -1;
|
|
82 memset(pVisibleWindowsIdxs, 0, sizeof(pVisibleWindowsIdxs));
|
|
83 }
|
|
84
|
|
85 //----- (0041B690) --------------------------------------------------------
|
|
86 void __cdecl MainMenuUI_Create()
|
|
87 {
|
|
88 //unsigned int v0; // eax@1
|
|
89 //unsigned int v1; // eax@1
|
|
90 //unsigned int v2; // eax@1
|
|
91 //unsigned int v3; // eax@1
|
|
92 //unsigned int v4; // eax@1
|
|
93 //unsigned int v5; // eax@1
|
|
94 Texture *v6; // ST78_4@1
|
|
95 //const char *v7; // ST5C_4@1
|
|
96 unsigned __int8 v8; // al@1
|
|
97 //Texture *v9; // ST60_4@1
|
|
98 Texture *v10; // ST78_4@1
|
|
99 //const char *v11; // ST5C_4@1
|
|
100 unsigned __int8 v12; // al@1
|
|
101 //Texture *v13; // ST60_4@1
|
|
102 unsigned int v14; // eax@1
|
|
103 Texture *v15; // ST78_4@1
|
|
104 //const char *v16; // ST5C_4@1
|
|
105 unsigned __int8 v17; // al@1
|
|
106 //Texture *v18; // ST60_4@1
|
|
107 unsigned int uTextureID_ib_td4_A; // eax@1
|
|
108 Texture *v20; // ST78_4@1
|
|
109 unsigned __int8 v22; // al@1
|
|
110 //Texture *v23; // ST60_4@1
|
|
111 Texture *v24; // eax@1
|
|
112 //Texture *v25; // esi@1
|
|
113 //Texture *v26; // ST60_4@1
|
|
114 //const char *v27; // ST5C_4@1
|
|
115 unsigned __int8 v28; // al@1
|
|
116 Texture *v29; // eax@1
|
|
117 //Texture *v30; // esi@1
|
|
118 //Texture *v31; // ST60_4@1
|
|
119 //const char *v32; // ST5C_4@1
|
|
120 unsigned __int8 v33; // al@1
|
|
121
|
|
122 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("wizeyeC"));
|
|
123 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("wizeyeB"));
|
|
124 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("wizeyeA"));
|
|
125 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("torchC"));
|
|
126 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("torchB"));
|
|
127 pIconsFrameTable->InitializeAnimation(pIconsFrameTable->FindIcon("torchA"));
|
|
128
|
|
129 pTextureIDs_pMapDirs[0] = pIcons_LOD->LoadTexture("MAPDIR8", TEXTURE_16BIT_PALETTE);
|
|
130 pTextureIDs_pMapDirs[1] = pIcons_LOD->LoadTexture("MAPDIR1", TEXTURE_16BIT_PALETTE);
|
|
131 pTextureIDs_pMapDirs[2] = pIcons_LOD->LoadTexture("MAPDIR2", TEXTURE_16BIT_PALETTE);
|
|
132 pTextureIDs_pMapDirs[3] = pIcons_LOD->LoadTexture("MAPDIR3", TEXTURE_16BIT_PALETTE);
|
|
133 pTextureIDs_pMapDirs[4] = pIcons_LOD->LoadTexture("MAPDIR4", TEXTURE_16BIT_PALETTE);
|
|
134 pTextureIDs_pMapDirs[5] = pIcons_LOD->LoadTexture("MAPDIR5", TEXTURE_16BIT_PALETTE);
|
|
135 pTextureIDs_pMapDirs[6] = pIcons_LOD->LoadTexture("MAPDIR6", TEXTURE_16BIT_PALETTE);
|
|
136 pTextureIDs_pMapDirs[7] = pIcons_LOD->LoadTexture("MAPDIR7", TEXTURE_16BIT_PALETTE);
|
|
137
|
|
138 uTextureID_BarBlue = pIcons_LOD->LoadTexture("ib-statB", TEXTURE_16BIT_PALETTE);
|
|
139 uTextureID_BarGreen = pIcons_LOD->LoadTexture("ib-statG", TEXTURE_16BIT_PALETTE);
|
|
140 uTextureID_BarYellow = pIcons_LOD->LoadTexture("ib-statY", TEXTURE_16BIT_PALETTE);
|
|
141 uTextureID_BarRed = pIcons_LOD->LoadTexture("ib-statR", TEXTURE_16BIT_PALETTE);
|
|
142 uTextureID_mhp_bd = pIcons_LOD->LoadTexture("mhp_bg", TEXTURE_16BIT_PALETTE);
|
|
143 uTextureID_mhp_capl = pIcons_LOD->LoadTexture("mhp_capl", TEXTURE_16BIT_PALETTE);
|
|
144 uTextureID_mhp_capr = pIcons_LOD->LoadTexture("mhp_capr", TEXTURE_16BIT_PALETTE);
|
|
145 uTextureID_mhp_grn = pIcons_LOD->LoadTexture("mhp_grn", TEXTURE_16BIT_PALETTE);
|
|
146 uTextureID_mhp_red = pIcons_LOD->LoadTexture("mhp_red", TEXTURE_16BIT_PALETTE);
|
|
147 uTextureID_mhp_yel = pIcons_LOD->LoadTexture("mhp_yel", TEXTURE_16BIT_PALETTE);
|
|
148 uTextureID_Leather = pIcons_LOD->LoadTexture("LEATHER", TEXTURE_16BIT_PALETTE);
|
|
149 pTexture_Leather = &pIcons_LOD->pTextures[pIcons_LOD->LoadTexture("ibground", TEXTURE_16BIT_PALETTE)];
|
|
150 uTextureID_x_x_u = pIcons_LOD->LoadTexture("x_x_u", TEXTURE_16BIT_PALETTE);
|
|
151 uTextureID_BUTTDESC2 = pIcons_LOD->LoadTexture("BUTTESC2", TEXTURE_16BIT_PALETTE);
|
|
152 uTextureID_x_ok_u = pIcons_LOD->LoadTexture("x_ok_u", TEXTURE_16BIT_PALETTE);
|
|
153 uTextureID_BUTTYES2 = pIcons_LOD->LoadTexture("BUTTYES2", TEXTURE_16BIT_PALETTE);
|
|
154 uTextureID_BUTTMAKE = pIcons_LOD->LoadTexture("BUTTMAKE", TEXTURE_16BIT_PALETTE);
|
|
155 uTextureID_BUTTMAKE2 = pIcons_LOD->LoadTexture("BUTTMAKE2", TEXTURE_16BIT_PALETTE);
|
|
156
|
|
157 pPrimaryWindow = GUIWindow::Create(0, 0, 640, 480, WINDOW_MainMenu, 0, 0);
|
|
158 pPrimaryWindow->CreateButton(7u, 8u, 0x1CCu, 0x157u, 1, 0, 0xAu, 0, 0, "", 0);
|
|
159 pPrimaryWindow->CreateButton(0x3Du, 0x1A8u, 0x1Fu, 0x28u, 2, 94, 0x6Eu, 1u, 0x31u, "", 0);
|
|
160 pPrimaryWindow->CreateButton(0xB1u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, 0x6Eu, 2u, 0x32u, "", 0);
|
|
161 pPrimaryWindow->CreateButton(0x124u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, 0x6Eu, 3u, 0x33u, "", 0);
|
|
162 pPrimaryWindow->CreateButton(0x197u, 0x1A8u, 0x1Fu, 0x28u, 2, 94, 0x6Eu, 4u, 0x34u, "", 0);
|
|
163 pPrimaryWindow->CreateButton(0x18u, 0x194u, 5u, 0x31u, 1, 93, 0, 1u, 0, "", 0);
|
|
164 pPrimaryWindow->CreateButton(0x8Bu, 0x194u, 5u, 0x31u, 1, 93, 0, 2u, 0, "", 0);
|
|
165 pPrimaryWindow->CreateButton(0xFFu, 0x194u, 5u, 0x31u, 1, 93, 0, 3u, 0, "", 0);
|
|
166 pPrimaryWindow->CreateButton(0x172u, 0x194u, 5u, 0x31u, 1, 93, 0, 4u, 0, "", 0);
|
|
167 pPrimaryWindow->CreateButton(0x61u, 0x194u, 5u, 0x31u, 1, 93, 0, 1u, 0, "", 0);
|
|
168 pPrimaryWindow->CreateButton(0xD4u, 0x194u, 5u, 0x31u, 1, 93, 0, 2u, 0, "", 0);
|
|
169 pPrimaryWindow->CreateButton(0x148u, 0x194u, 5u, 0x31u, 1, 93, 0, 3u, 0, "", 0);
|
|
170 pPrimaryWindow->CreateButton(0x1BBu, 0x194u, 5u, 0x31u, 1, 93, 0, 4u, 0, "", 0);
|
|
171
|
|
172 uTextureID_ib_td1_A = pIcons_LOD->LoadTexture("ib-td1-A", TEXTURE_16BIT_PALETTE);
|
|
173 v6 = (Texture *)(uTextureID_ib_td1_A != -1 ? &pIcons_LOD->pTextures[uTextureID_ib_td1_A] : 0);
|
|
174 v8 = pKeyActionMap->GetActionVKey(INPUT_Quest);
|
|
175 pBtn_Quests = pPrimaryWindow->CreateButton(0x1EBu, 0x161u, v6->uTextureWidth, v6->uTextureHeight, 1, 0, 0xC8u, 0, v8, pGlobalTXT_LocalizationStrings[174], v6, 0); //Quests
|
|
176
|
|
177 uTextureID_ib_td2_A = pIcons_LOD->LoadTexture("ib-td2-A", TEXTURE_16BIT_PALETTE);
|
|
178 v10 = (Texture *)(uTextureID_ib_td2_A != -1 ? &pIcons_LOD->pTextures[uTextureID_ib_td2_A] : 0);
|
|
179 v12 = pKeyActionMap->GetActionVKey(INPUT_Autonotes);
|
|
180 pBtn_Autonotes = pPrimaryWindow->CreateButton(0x20Fu, 0x161u, v10->uTextureWidth, v10->uTextureHeight, 1, 0, 0xC9u, 0, v12, pGlobalTXT_LocalizationStrings[154], v10, 0);//Autonotes
|
|
181
|
|
182 v14 = pIcons_LOD->LoadTexture("ib-td3-A", TEXTURE_16BIT_PALETTE);
|
|
183 v15 = (Texture *)(v14 != -1 ? &pIcons_LOD->pTextures[v14] : 0);
|
|
184 v17 = pKeyActionMap->GetActionVKey(INPUT_Mapbook);
|
|
185 pBtn_Maps = pPrimaryWindow->CreateButton(0x222u, 0x161u, v15->uTextureWidth, v15->uTextureHeight, 1, 0, 0xCAu, 0, v17, pGlobalTXT_LocalizationStrings[139], v15, 0); //Maps
|
|
186
|
|
187 uTextureID_ib_td4_A = pIcons_LOD->LoadTexture("ib-td4-A", TEXTURE_16BIT_PALETTE);
|
|
188 v20 = (Texture *)(uTextureID_ib_td4_A != -1 ? &pIcons_LOD->pTextures[uTextureID_ib_td4_A] : 0);
|
|
189 v22 = pKeyActionMap->GetActionVKey(INPUT_TimeCal);
|
|
190 pBtn_Calendar = pPrimaryWindow->CreateButton(0x23Au, 0x161u, v20->uTextureWidth, v20->uTextureHeight, 1, 0, 0xCBu, 0, v22,
|
|
191 pGlobalTXT_LocalizationStrings[78],//Calendar
|
|
192 v20, 0);
|
|
193
|
|
194 uTextureID_ib_td5_A = pIcons_LOD->LoadTexture("ib-td5-A", TEXTURE_16BIT_PALETTE);
|
|
195 pBtn_History = pPrimaryWindow->CreateButton(0x258u, 0x169u,
|
|
196 (uTextureID_ib_td5_A != -1 ? pIcons_LOD->pTextures[uTextureID_ib_td5_A].uTextureWidth : 24),
|
|
197 (uTextureID_ib_td5_A != -1 ? pIcons_LOD->pTextures[uTextureID_ib_td5_A].uTextureHeight : 26),
|
|
198 1, 0, 0xE0u, 0, 0x48u, pGlobalTXT_LocalizationStrings[602],//History
|
|
199 (Texture *)(uTextureID_ib_td5_A != -1 ? &pIcons_LOD->pTextures[uTextureID_ib_td5_A] : 0), 0);
|
|
200
|
|
201 bFlashAutonotesBook = 0;
|
|
202 bFlashQuestBook = 0;
|
|
203 bFlashHistoryBook = 0;
|
|
204
|
|
205 v24 = &pIcons_LOD->pTextures[uTextureID_Btn_ZoomIn];
|
|
206 v28 = pKeyActionMap->GetActionVKey(INPUT_ZoomIn);
|
|
207 pBtn_ZoomIn = pPrimaryWindow->CreateButton(574, 136, v24->uTextureWidth, v24->uTextureHeight, 2, 0, 0x170u, 0, v28, pGlobalTXT_LocalizationStrings[252], // Zoom In
|
|
208 v24, 0);
|
|
209 v29 = &pIcons_LOD->pTextures[uTextureID_Btn_ZoomOut];
|
|
210 v33 = pKeyActionMap->GetActionVKey(INPUT_ZoomOut);
|
|
211 pBtn_ZoomOut = pPrimaryWindow->CreateButton(519, 136, v29->uTextureWidth, v29->uTextureHeight, 2, 0, 0x16Fu, 0, v33, pGlobalTXT_LocalizationStrings[251], // Zoom Out
|
|
212 v29, 0);
|
|
213 pPrimaryWindow->CreateButton(0x1E1u, 0, 0x99u, 0x43u, 1, 92, 0, 0, 0, "", 0);
|
|
214 pPrimaryWindow->CreateButton(0x1EBu, 0x95u, 0x40u, 0x4Au, 1, 0, 0x86u, 0, 0x35u, "", 0);
|
|
215 pPrimaryWindow->CreateButton(0x231u, 0x95u, 0x40u, 0x4Au, 1, 0, 0x87u, 0, 0x36u, "", 0);
|
|
216 pPrimaryWindow->CreateButton(0x1DCu, 0x142u, 0x4Du, 0x11u, 1, 100, 0, 0, 0, "", 0);
|
|
217 pPrimaryWindow->CreateButton(0x22Bu, 0x142u, 0x4Du, 0x11u, 1, 101, 0, 0, 0, "", 0);
|
|
218 pBtn_CastSpell = pPrimaryWindow->CreateButton(0x1DCu, 0x1C2u,
|
|
219 (uTextureID_Btn_CastSpell != -1 ? pIcons_LOD->pTextures[uTextureID_Btn_CastSpell].uTextureWidth : 24),
|
|
220 (uTextureID_Btn_CastSpell != -1 ? pIcons_LOD->pTextures[uTextureID_Btn_CastSpell].uTextureHeight : 26),
|
|
221 1, 0, 0x69u, 0, 0x43u, pGlobalTXT_LocalizationStrings[38],
|
|
222 (Texture *)(uTextureID_Btn_CastSpell != -1 ? &pIcons_LOD->pTextures[uTextureID_Btn_CastSpell] : 0),
|
|
223 0);
|
|
224 pBtn_Rest = pPrimaryWindow->CreateButton(0x206u, 0x1C2u,
|
|
225 (uTextureID_Btn_Rest != -1 ? pIcons_LOD->pTextures[uTextureID_Btn_Rest].uTextureWidth : 24),
|
|
226 (uTextureID_Btn_Rest != -1 ? pIcons_LOD->pTextures[uTextureID_Btn_Rest].uTextureHeight : 26),
|
|
227 1, 0, 0x68u, 0, 0x52u, pGlobalTXT_LocalizationStrings[182],
|
|
228 (Texture *)(uTextureID_Btn_Rest != -1 ? &pIcons_LOD->pTextures[uTextureID_Btn_Rest] : 0), 0);
|
|
229 pBtn_QuickReference = pPrimaryWindow->CreateButton(0x230u, 0x1C2u,
|
|
230 (uTextureID_Btn_QuickReference != -1 ? pIcons_LOD->pTextures[uTextureID_Btn_QuickReference].uTextureWidth : 24),
|
|
231 (uTextureID_Btn_QuickReference != -1 ? pIcons_LOD->pTextures[uTextureID_Btn_QuickReference].uTextureHeight : 26),
|
|
232 1, 0, 0x6Au, 0, 0x5Au, pGlobalTXT_LocalizationStrings[173],
|
|
233 (Texture *)(uTextureID_Btn_QuickReference != -1 ? &pIcons_LOD->pTextures[uTextureID_Btn_QuickReference] : 0), 0);
|
|
234 pBtn_GameSettings = pPrimaryWindow->CreateButton(0x25Au, 0x1C2u,
|
|
235 (uTextureID_Btn_GameSettings != -1 ? pIcons_LOD->pTextures[uTextureID_Btn_GameSettings].uTextureWidth : 24),
|
|
236 (uTextureID_Btn_GameSettings != -1 ? pIcons_LOD->pTextures[uTextureID_Btn_GameSettings].uTextureHeight : 26),
|
|
237 1, 0, 0x6Bu, 0, 0, pGlobalTXT_LocalizationStrings[93],
|
|
238 (Texture *)(uTextureID_Btn_GameSettings != -1 ? &pIcons_LOD->pTextures[uTextureID_Btn_GameSettings] : 0), 0);
|
|
239 pBtn_NPCLeft = pPrimaryWindow->CreateButton(0x1D5u, 0xB2u,
|
|
240 (uTextureID_Btn_NPCLeft != -1 ? pIcons_LOD->pTextures[uTextureID_Btn_NPCLeft].uTextureWidth : 24),
|
|
241 (uTextureID_Btn_NPCLeft != -1 ? pIcons_LOD->pTextures[uTextureID_Btn_NPCLeft].uTextureHeight : 26),
|
|
242 1, 0, 0xBCu, 0, 0, "",
|
|
243 (Texture *)(uTextureID_Btn_NPCLeft != -1 ? &pIcons_LOD->pTextures[uTextureID_Btn_NPCLeft] : 0), 0);
|
|
244 pBtn_NPCRight = pPrimaryWindow->CreateButton(0x272u, 0xB2u,
|
|
245 (uTextureID_Btn_NPCRight != -1 ? pIcons_LOD->pTextures[uTextureID_Btn_NPCRight].uTextureWidth : 24),
|
|
246 (uTextureID_Btn_NPCRight != -1 ? pIcons_LOD->pTextures[uTextureID_Btn_NPCRight].uTextureHeight : 26),
|
|
247 1, 0, 0xBCu, 1u, 0, "",
|
|
248 (Texture *)(uTextureID_Btn_NPCRight != -1 ? &pIcons_LOD->pTextures[uTextureID_Btn_NPCRight] : 0), 0);
|
|
249 LoadPartyBuffIcons();
|
|
250 }
|
|
251
|
|
252 //----- (004979D2) --------------------------------------------------------
|
|
253 MENU_STATE __cdecl CreditsMenu__Loop()
|
|
254 {
|
|
255 char *v0; // eax@5
|
|
256 char *v1; // edi@5
|
|
257 FILE *pFile; // eax@5
|
|
258 unsigned int pSize; // esi@7
|
|
259 GUIFont *pFont; // edx@9
|
|
260 GUIFont *pFont2; // ecx@9
|
|
261 __int16 pHeight; // ax@9
|
|
262 void *v7; // eax@9
|
|
263 unsigned int pNumPixels; // ST2C_4@9
|
|
264 unsigned int teal; // eax@9
|
|
265 unsigned int v10; // ST2C_4@19
|
|
266 MSG Msg; // [sp+84h] [bp-B8h]@10
|
|
267 int v17; // [sp+A0h] [bp-9Ch]@9
|
|
268 int pX; // [sp+A4h] [bp-98h]@9
|
|
269 unsigned int pY; // [sp+A8h] [bp-94h]@9
|
|
270 int v20; // [sp+ACh] [bp-90h]@9
|
|
271 int a4; // [sp+B0h] [bp-8Ch]@9
|
|
272 int pColor2; // [sp+F8h] [bp-44h]@9
|
|
273 int pColor1; // [sp+FCh] [bp-40h]@9
|
|
274 int a5; // [sp+128h] [bp-14h]@1
|
|
275 char *pString; // [sp+12Ch] [bp-10h]@9
|
|
276 char *ptr; // [sp+130h] [bp-Ch]@5
|
|
277 GUIFont *pFontQuick; // [sp+134h] [bp-8h]@1
|
|
278 GUIFont *pFontCChar; // [sp+138h] [bp-4h]@1
|
|
279 RGBTexture pTexture; // [sp+54h] [bp-E8h]@1
|
|
280 RGBTexture pTexture2; // [sp+100h] [bp-3Ch]@1
|
|
281 Texture pTexture3; // [sp+Ch] [bp-130h]@5
|
|
282
|
|
283 a5 = 0;
|
|
284 pFontQuick = LoadFont("quick.fnt", "FONTPAL", NULL);
|
|
285 pFontCChar = LoadFont("cchar.fnt", "FONTPAL", NULL);
|
|
286 if ( pMessageQueue_50CBD0->uNumMessages )
|
|
287 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0;
|
|
288 ++pIcons_LOD->uTexturePacksCount;
|
|
289 if ( !pIcons_LOD->uNumPrevLoadedFiles )
|
|
290 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles;
|
|
291 dword_A74C88 = 0;
|
|
292 pAudioPlayer->PlayMusicTrack(MUSIC_Credits);
|
|
293 pTexture.Load("mm6title.pcx", 0);
|
|
294 v0 = (char *)pEvents_LOD->LoadRaw("credits.txt", 0);
|
|
295 v1 = v0;
|
|
296 ptr = v0;
|
|
297 pFile = pEvents_LOD->FindContainer("credits.txt", 0);
|
|
298 if ( !pFile )
|
|
299 Abortf(pGlobalTXT_LocalizationStrings[63]); // "Might and Magic VII is having trouble loading files.
|
|
300 // Please re-install to fix this problem. Note: Re-installing will not destroy your save games."
|
|
301 fread(&pTexture3, 1, 0x30, pFile);
|
|
302 pSize = pTexture3.uDecompressedSize;
|
|
303 if ( !pTexture3.uDecompressedSize )
|
|
304 pSize = pTexture3.uTextureSize;
|
|
305 memset(&pTexture3, 0, 0x48);
|
|
306 pFont = pFontCChar;
|
|
307 pFont2 = pFontQuick;
|
|
308 v1[pSize] = 0;
|
|
309 v20 = 250;
|
|
310 a4 = 440;
|
|
311 pX = 389;
|
|
312 pY = 19;
|
|
313 pTexture2.uWidth = 250;
|
|
314 pHeight = pFont2->GetStringHeight2(pFont, v1, (int)&pX, 0, 1);
|
|
315 pTexture2.uHeight = pHeight + 2 * a4;
|
|
316 pTexture2.uNumPixels = (signed __int16)pTexture2.uWidth * (signed __int16)pTexture2.uHeight;
|
|
317 v7 = pAllocator->AllocNamedChunk(pTexture2.pPixels, 2 * pTexture2.uNumPixels, "scrollermap");
|
|
318 pNumPixels = pTexture2.uNumPixels;
|
|
319 pTexture2.pPixels = (unsigned __int16 *)v7;
|
|
320 teal = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0, 0xFFu, 0xFFu);
|
|
321 fill_pixels_fast(teal, pTexture2.pPixels, pNumPixels);
|
|
322 pTexture2.field_20 = 0;
|
|
323 pTexture2.field_22 = 0;
|
|
324 pColor1 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0x70u, 0x8Fu, 0xFEu);
|
|
325 pColor2 = GenerateColorAsCloseAsPossibleToR8G8B8InTargetFormat(0xECu, 0xE6u, 0x9Cu);
|
|
326 pString = (char *)operator new(2 * pSize);
|
|
327 strncpy(pString, ptr, pSize);
|
|
328 pString[pSize]=0;
|
|
329 pFontQuick->_44D2FD_prolly_draw_credits_entry(pFontCChar, 0, a4, (signed __int16)pTexture2.uWidth, (signed __int16)pTexture2.uHeight, pColor1,
|
|
330 pColor2, pString, pTexture2.pPixels, (signed __int16)pTexture2.uWidth);
|
|
331 free(pString);
|
|
332 pWindow_MainMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_MainMenu, 0, (int)ptr);
|
|
333 pWindow_MainMenu->CreateButton(0, 0, 0, 0, 1, 0, 0x71u, 0, 0x1Bu, "", 0);
|
|
334 pCurrentScreen = SCREEN_CREATORS;
|
|
335 SetCurrentMenuID(MENU_CREDITSPROC);
|
|
336 do
|
|
337 {
|
|
338 while ( PeekMessageA(&Msg, 0, 0, 0, 1) )
|
|
339 {
|
|
340 if ( Msg.message == 18 )
|
|
341 Game_DeinitializeAndTerminate(0);
|
|
342 TranslateMessage(&Msg);
|
|
343 DispatchMessageA(&Msg);
|
|
344 }
|
|
345 if ( BYTE1(dword_6BE364_game_settings_1) & 1 )
|
|
346 {
|
|
347 WaitMessage();
|
|
348 }
|
|
349 else
|
|
350 {
|
|
351 if (pAsyncMouse)
|
|
352 pAsyncMouse->_46B736_consume_click_lists(1);
|
|
353 pRenderer->BeginScene();
|
|
354 pRenderer->DrawTextureRGB(0, 0, &pTexture);
|
|
355 pRenderer->Clip(pX, pY, pX + v20, pY + a4);
|
|
356 pRenderer->_4A5D33(pX, pY, 0, a5, &pTexture2);
|
|
357 pRenderer->ResetClip();
|
|
358 pRenderer->EndScene();
|
|
359 ++a5;
|
|
360 if ( a5 >= (signed __int16)pTexture2.uHeight )
|
|
361 SetCurrentMenuID(MENU_MAIN);
|
|
362 pRenderer->Present();
|
|
363 pCurrentScreen = SCREEN_GAME;//Ritor1: temporarily, must be corrected GUI_MainMenuMessageProc()
|
|
364 GUI_MainMenuMessageProc();
|
|
365 }
|
|
366 }
|
|
367 while ( GetCurrentMenuID() == MENU_CREDITSPROC );
|
|
368 pAudioPlayer->_4AA258(1);
|
|
369 pAllocator->FreeChunk(ptr);
|
|
370 pAllocator->FreeChunk(pFontQuick);
|
|
371 pAllocator->FreeChunk(pFontCChar);
|
|
372 pWindow_MainMenu->Release();
|
|
373 pIcons_LOD->_4114F2();
|
|
374 pTexture.Release();
|
|
375 pTexture2.Release();
|
|
376 return MENU_MAIN; // return MENU_Main
|
|
377 }
|