0
|
1 #pragma once
|
|
2 #include "GUIButton.h"
|
|
3
|
|
4
|
|
5
|
|
6
|
|
7
|
|
8 /* 251 */
|
|
9 enum MENU_STATE : __int32
|
|
10 {
|
|
11 MENU_MAIN = 0x0,
|
|
12 MENU_NEWGAME = 0x1,
|
|
13 MENU_CREDITS = 0x2,
|
|
14 MENU_SAVELOAD = 0x3,
|
|
15 MENU_FINISHED = 0x4,
|
|
16 MENU_5 = 0x5,
|
|
17 MENU_CREATEPARTY = 0x6,
|
165
|
18 MENU_NAMEPANELESC = 0x7,
|
|
19 MENU_CREDITSPROC = 0x8,
|
|
20 MENU_LOADINGPROC = 0x9,
|
0
|
21 MENU_10 = 0xA,
|
165
|
22 MENU_CREDITSCLOSE = 0xB,
|
0
|
23 };
|
|
24
|
|
25
|
167
|
26 enum DIALOGUE_TYPE
|
|
27 {
|
|
28 DIALOGUE_ARENA_WELCOME = 0x89,
|
|
29 DIALOGUE_ARENA_FIGHT_NOT_OVER_YET = 0x90,
|
|
30 DIALOGUE_ARENA_REWARD = 0x91,
|
|
31 DIALOGUE_ARENA_ALREADY_WON = 0x92,
|
|
32 };
|
0
|
33
|
|
34
|
|
35
|
|
36
|
|
37
|
|
38 /* 298 */
|
|
39 enum WindowType: unsigned __int32
|
|
40 {
|
|
41 WINDOW_null = 0,
|
|
42 WINDOW_MainMenu = 0x1,
|
17
|
43 WINDOW_3 = 0x3,
|
0
|
44 WINDOW_CharacterRecord = 0x4,
|
|
45 WINDOW_Options = 0x6,
|
|
46 WINDOW_Book = 0x9,
|
165
|
47 WINDOW_Dialogue = 0xA,
|
158
|
48 WINDOW_QuickReference = 0xC,
|
|
49 WINDOW_Rest = 0x10,
|
|
50 WINDOW_ChangeLocation = 0x11,
|
|
51 WINDOW_SpellBook = 0x12,
|
|
52 WINDOW_GreetingNPC = 0x13,
|
0
|
53 WINDOW_Chest = 0x14,
|
17
|
54 WINDOW_17 = 0x17,
|
0
|
55 WINDOW_MainMenu_Load = 0x18,
|
|
56 WINDOW_HouseInterior = 0x19,
|
158
|
57 WINDOW_Transition = 0x1A,
|
|
58 WINDOW_1B = 0x1B,
|
|
59 WINDOW_Scroll = 0x1E,
|
|
60 WINDOW_1F = 0x1F,
|
0
|
61 WINDOW_FinalWindow = 0x46,
|
17
|
62 WINDOW_50 = 0x50,
|
|
63 WINDOW_59 = 0x59,
|
0
|
64 WINDOW_5A = 0x5A,
|
17
|
65 WINDOW_5B = 0x5B,
|
|
66 WINDOW_5C = 0x5C,
|
|
67 WINDOW_5D = 0x5D,
|
0
|
68 WINDOW_5E = 0x5E,
|
4
|
69 WINDOW_5F = 0x5F,
|
|
70 WINDOW_60 = 0x60,
|
17
|
71 WINDOW_61 = 0x61,
|
|
72 WINDOW_RestWindow = 0x62,
|
|
73 WINDOW_63 = 0x63,
|
|
74 WINDOW_CharacterWindow_Stats = 0x64,
|
|
75 WINDOW_CharacterWindow_Skills = 0x65,
|
|
76 WINDOW_CharacterWindow_Awards = 0x66,
|
|
77 WINDOW_CharacterWindow_Inventory = 0x67,
|
0
|
78 WINDOW_KeyMappingOptions = 0x69,
|
17
|
79 WINDOW_VideoOptions = 0x6A,
|
|
80 WINDOW_Lloyd = 0xB1,
|
|
81 WINDOW_TownPortal = 0xC3,
|
|
82 WINDOW_QuestBook = 0xC8,
|
|
83 WINDOW_AutonotesBook = 0xC9,
|
|
84 WINDOW_MapsBook = 0xCA,
|
|
85 WINDOW_CalendarBook = 0xCB,
|
92
|
86 WINDOW_HistoryBook = 0xE0,
|
0
|
87 };
|
|
88
|
|
89 /* 155 */
|
|
90 #pragma pack(push, 1)
|
|
91 struct GUIWindow
|
|
92 {
|
|
93 GUIButton *CreateButton(unsigned int uX, unsigned int uY, unsigned int uWidth, unsigned int uHeight, int a6, int a7, unsigned int uControlID, unsigned int uControlParam, unsigned __int8 uHotkey, const char *pName, Texture *pTextures, ...);
|
|
94 void DrawFlashingInputCursor(signed int a3, int a4, struct GUIFont *a2);
|
|
95 int DrawTextInRect(GUIFont *a2, unsigned int uX, unsigned int uY, unsigned int uColor, const char *Str1, int Source, int a8);
|
|
96 char DrawText(GUIFont *a2, signed int uX, int uY, unsigned int uFontColor, const char *Str, int a7, int a8, unsigned int uFontShadowColor);
|
|
97 char *DrawTitleText(GUIFont *a2, unsigned int uHorizontalMargin, unsigned int uVerticalMargin, unsigned __int16 uDefaultColor, const char *pInString, unsigned int uLineSpacing);
|
|
98 char *_4B1854(__int64 a2);
|
|
99 void _4B3157();
|
11
|
100 GUIButton *OpenSpellBook();
|
0
|
101 void InitializeBookView();
|
|
102 void DrawMessageBox(int arg0);
|
|
103 GUIButton *GetControl(unsigned int uID);
|
|
104 void Release();
|
|
105 void _41D08F(int a2, int a3, int a4, int a5);
|
|
106 char DrawQuickCharRecord();
|
|
107 char _41D73D_draw_buff_tooltip();
|
|
108
|
|
109 static GUIWindow *Create(unsigned int uX, unsigned int uY, unsigned int uWidth, unsigned int uHeight, enum WindowType eType, int a4, int a5);
|
|
110
|
|
111 unsigned int uFrameX;
|
|
112 unsigned int uFrameY;
|
|
113 unsigned int uFrameWidth;
|
|
114 unsigned int uFrameHeight;
|
|
115 unsigned int uFrameZ;
|
|
116 unsigned int uFrameW;
|
|
117 WindowType eWindowType;
|
|
118 void *ptr_1C;
|
|
119 unsigned int uNumControls;
|
|
120 int field_24;
|
|
121 int pNumPresenceButton;
|
|
122 int pCurrentPosActiveItem;
|
|
123 int field_30;
|
|
124 int field_34;
|
|
125 int pStartingPosActiveItem;
|
|
126 int field_3C;
|
|
127 int field_40;
|
|
128 int field_44;
|
|
129 char *Hint;
|
|
130 GUIButton *pControlsHead;
|
|
131 GUIButton *pControlsTail;
|
|
132 };
|
|
133 #pragma pack(pop)
|
|
134
|
|
135
|
|
136
|
|
137
|
|
138
|
|
139
|
|
140 /* 296 */
|
|
141 enum UIMessageType
|
|
142 {
|
|
143 UIMSG_00 = 0x0,
|
|
144 UIMSG_ChangeGameState = 0x5,
|
151
|
145 UIMSG_A = 0xA,
|
|
146 UIMSG_C = 0xC,
|
|
147 UIMSG_E = 0xE,
|
|
148 UIMSG_F = 0xF,
|
3
|
149 UIMSG_11 = 0x11,
|
151
|
150 UIMSG_17 = 0x17,
|
|
151 UIMSG_19 = 0x19,
|
|
152 UIMSG_1B = 0x1B,
|
|
153 UIMSG_1C = 0x1C,
|
0
|
154 UIMSG_PlayArcomage = 0x1D,
|
151
|
155 UIMSG_33 = 0x33,
|
0
|
156 UIMSG_MainMenu_ShowPartyCreationWnd = 0x36,
|
|
157 UIMSG_MainMenu_ShowLoadWindow = 0x37,
|
|
158 UIMSG_ShowCredits = 0x38,
|
|
159 UIMSG_ExitToWindows = 0x39,
|
3
|
160 UIMSG_3A = 0x3A,
|
|
161 UIMSG_PlayerCreationChangeName = 0x3C,
|
0
|
162 UIMSG_PlayerCreationClickPlus = 0x3E,
|
|
163 UIMSG_PlayerCreationClickMinus = 0x3F,
|
|
164 UIMSG_PlayerCreationSelectActiveSkill = 0x40,
|
|
165 UIMSG_PlayerCreationSelectClass = 0x41,
|
|
166 UIMSG_PlayerCreationClickOK = 0x42,
|
|
167 UIMSG_PlayerCreationClickReset = 0x43,
|
151
|
168 UIMSG_45 = 0x45,
|
|
169 UIMSG_46 = 0x46,
|
|
170 UIMSG_AutonotesBook = 0x47,
|
0
|
171 UIMSG_PlayerCreationRemoveUpSkill = 0x4A,
|
|
172 UIMSG_PlayerCreationRemoveDownSkill = 0x4B,
|
151
|
173 UIMSG_4E = 0x4E,
|
|
174 UIMSG_4F = 0x4F,
|
|
175 UIMSG_51 = 0x51,
|
0
|
176 UIMSG_LoadGame = 0x52,
|
|
177 UIMSG_SaveGame = 0x53,
|
151
|
178 UIMSG_54 = 0x54,
|
|
179 UIMSG_55 = 0x55,
|
|
180 UIMSG_56 = 0x56,
|
|
181 UIMSG_57 = 0x57,
|
|
182 UIMSG_58 = 0x58,
|
|
183 UIMSG_5A = 0x5A,
|
|
184 UIMSG_5B = 0x5B,
|
0
|
185 UIMSG_ShowStatus_DateTime = 0x5C,
|
|
186 UIMSG_ShowStatus_ManaHP = 0x5D,
|
|
187 UIMSG_ShowStatus_Player = 0x5E,
|
151
|
188 UIMSG_Wait5Minutes = 0x5F,
|
|
189 UIMSG_Wait1Hour = 0x60,
|
|
190 UIMSG_61 = 0x61,
|
0
|
191 UIMSG_ShowStatus_Food = 0x64,
|
|
192 UIMSG_ShowStatus_Funds = 0x65,
|
151
|
193 UIMSG_68 = 0x68,
|
|
194 UIMSG_69 = 0x69,
|
11
|
195 UIMSG_QuickReference = 0x6A,
|
0
|
196 UIMSG_6B = 0x6B,
|
151
|
197 UIMSG_AlreadyResting = 0x6D,
|
0
|
198 UIMSG_SelectCharacter = 0x6E,
|
|
199 UIMSG_ChangeSoundVolume = 0x6F,
|
|
200 UIMSG_ChangeMusicVolume = 0x70,
|
3
|
201 UIMSG_Escape = 0x71,
|
151
|
202 UIMSG_72 = 0x72,
|
|
203 UIMSG_73 = 0x73,
|
|
204 UIMSG_74 = 0x74,
|
|
205 UIMSG_75 = 0x75,
|
0
|
206 UIMSG_PlayerCreationSelectQuality = 0x76,
|
151
|
207 UIMSG_InventoryLeftClick = 0x78,
|
0
|
208 UIMSG_SkillUp = 0x79,
|
151
|
209 UIMSG_7A = 0x7A,
|
|
210 UIMSG_7B = 0x7B,
|
0
|
211 UIMSG_StartNewGame = 0x7C,
|
|
212 UIMSG_Game_OpenLoadGameDialog = 0x7D,
|
151
|
213 UIMSG_Game_OpenSaveGameDialog = 0x7E,
|
0
|
214 UIMSG_Game_OpenOptionsDialog = 0x7F,
|
151
|
215 UIMSG_80 = 0x80,
|
0
|
216 UIMSG_SetGraphicsMode = 0x83,
|
|
217 UIMSG_Quit = 0x84,
|
151
|
218 UIMSG_85 = 0x85,
|
|
219 UIMSG_86 = 0x86,
|
|
220 UIMSG_87 = 0x87,
|
|
221 UIMSG_88 = 0x88,
|
|
222 UIMSG_8C = 0x8C,
|
|
223 UIMSG_8D = 0x8D,
|
|
224 UIMSG_8E = 0x8E,
|
|
225 UIMSG_8F = 0x8F,
|
0
|
226 UIMSG_PlayerCreationVoiceBack = 0x90,
|
|
227 UIMSG_PlayerCreationVoiceForward = 0x91,
|
151
|
228 UIMSG_92 = 0x92,
|
0
|
229 UIMSG_StartNPCDialogue = 0xA1,
|
2
|
230 UIMSG_ArrowUp = 0xA2,
|
|
231 UIMSG_DownArrow = 0xA3,
|
|
232 UIMSG_LoadSlot = 0xA4,
|
3
|
233 UIMSG_SelectLoadSlot = 0xA5,
|
2
|
234 UIMSG_Cancel = 0xA6,
|
151
|
235 UIMSG_ExitRest = 0xA7,
|
0
|
236 UIMSG_A8 = 0xA8,
|
|
237 UIMSG_A9 = 0xA9,
|
|
238 UIMSG_AA = 0xAA,
|
|
239 UIMSG_SelectFacePlayerBack = 0xAB,
|
|
240 UIMSG_SelectFacePlayerForward = 0xAC,
|
|
241 UIMSG_AD = 0xAD,
|
|
242 UIMSG_AE = 0xAE,
|
|
243 UIMSG_AF = 0xAF,
|
|
244 UIMSG_CycleCharacters = 0xB0,
|
|
245 UIMSG_B1 = 0xB1,
|
|
246 UIMSG_B2 = 0xB2,
|
|
247 UIMSG_B3 = 0xB3,
|
|
248 UIMSG_B4 = 0xB4,
|
|
249 UIMSG_B5 = 0xB5,
|
|
250 UIMSG_B6 = 0xB6,
|
|
251 UIMSG_B7 = 0xB7,
|
|
252 UIMSG_SetTurnSpeed = 0xB8,
|
|
253 UIMSG_ToggleWalkSound = 0xB9,
|
|
254 UIMSG_ChangeVoiceVolume = 0xBA,
|
|
255 UIMSG_ToggleShowDamage = 0xBB,
|
111
|
256 UIMSG_ScrollNPCPanel = 0xBC,
|
0
|
257 UIMSG_BD = 0xBD,
|
|
258 UIMSG_BE = 0xBE,
|
|
259 UIMSG_BF = 0xBF,
|
|
260 UIMSG_C0 = 0xC0,
|
|
261 UIMSG_C1 = 0xC1,
|
|
262 UIMSG_C2 = 0xC2,
|
|
263 UIMSG_C3 = 0xC3,
|
|
264 UIMSG_C4 = 0xC4,
|
|
265 UIMSG_ShowFinalWindow = 0xC5,
|
|
266 UIMSG_C6 = 0xC6,
|
|
267 UIMSG_C7 = 0xC7,
|
|
268 UIMSG_OpenQuestBook = 0xC8,
|
|
269 UIMSG_OpenAutonotes = 0xC9,
|
|
270 UIMSG_OpenMapBook = 0xCA,
|
|
271 UIMSG_OpenCalendar = 0xCB,
|
|
272 UIMSG_CC = 0xCC,
|
|
273 UIMSG_CD = 0xCD,
|
|
274 UIMSG_CE = 0xCE,
|
|
275 UIMSG_CF = 0xCF,
|
|
276 UIMSG_D0 = 0xD0,
|
|
277 UIMSG_D1 = 0xD1,
|
|
278 UIMSG_D2 = 0xD2,
|
|
279 UIMSG_D3 = 0xD3,
|
|
280 UIMSG_D4 = 0xD4,
|
|
281 UIMSG_D5 = 0xD5,
|
|
282 UIMSG_D6 = 0xD6,
|
151
|
283 UIMSG_DD = 0xDD,
|
0
|
284 UIMSG_OpenHistoryBook = 0xE0,
|
|
285 UIMSG_ToggleAlwaysRun = 0xE1,
|
|
286 UIMSG_ToggleFlipOnExit = 0xE2,
|
151
|
287 UIMSG_16F = 0x16F,
|
|
288 UIMSG_170 = 0x170,
|
|
289 UIMSG_194 = 0x194,
|
|
290 UIMSG_195 = 0x195,
|
0
|
291 UIMSG_OpenRestUI = 0x199,
|
151
|
292 UIMSG_19A = 0x19A,
|
|
293 UIMSG_19B = 0x19B,
|
|
294 UIMSG_19C = 0x19C,
|
0
|
295 UIMSG_OpenKeyMappingOptions = 0x19F,
|
151
|
296 UIMSG_1A0 = 0x1A0,
|
|
297 UIMSG_1A1 = 0x1A1,
|
0
|
298 UIMSG_ResetKeyMapping = 0x1A2,
|
151
|
299 UIMSG_1A3 = 0x1A3,
|
0
|
300 UIMSG_OpenVideoOptions = 0x1A5,
|
|
301 UIMSG_ToggleBloodsplats = 0x1A6,
|
|
302 UIMSG_ToggleColoredLights = 0x1A7,
|
|
303 UIMSG_ToggleTint = 0x1A8,
|
151
|
304 UIMSG_1A9 = 0x1A9,
|
0
|
305 };
|
|
306
|
151
|
307 enum CURRENT_SCREEN
|
|
308 {
|
|
309 SCREEN_GAME = 0x0,
|
|
310 SCREEN_MENU = 0x1,
|
|
311 SCREEN_OPTIONS = 0x2,
|
|
312 SCREEN_BOOKS = 0x3,
|
|
313 SCREEN_NPC_DIALOGUE = 0x4,
|
|
314 SCREEN_REST = 0x5,
|
|
315 SCREEN_CHARACTERS = 0x7,
|
|
316 SCREEN_SPELL_BOOK = 0x8,
|
|
317 SCREEN_CREATORS = 0x9,
|
|
318 SCREEN_CHEST = 0xA,
|
|
319 SCREEN_SAVEGAME = 0xB,
|
|
320 SCREEN_LOADGAME = 0xC,
|
|
321 SCREEN_HOUSE = 0xD,
|
|
322 SCREEN_E = 0xE,
|
|
323 SCREEN_F = 0xF,
|
|
324 SCREEN_VIDEO = 0x10,
|
|
325 SCREEN_CHANGE_LOCATION = 0x11,
|
|
326 SCREEN_INPUT_BLV = 0x12,
|
|
327 SCREEN_BRANCHLESS_NPC_DIALOG = 0x13,
|
|
328 SCREEN_PARTY_CREATION = 0x15,
|
|
329 SCREEN_PRESS_ESCAPE_MESSAGE = 0x16,
|
|
330 SCREEN_CASTING = 0x17,
|
|
331 SCREEN_19 = 0x19,
|
|
332 SCREEN_KEYBOARD_OPTIONS = 0x1A,
|
|
333 SCREEN_1B = 0x1B,
|
|
334 SCREEN_VIDEO_OPTIONS = 0x1C,
|
|
335 SCREEN_63 = 0x63,
|
|
336 SCREEN_64 = 0x64,
|
|
337 SCREEN_67 = 0x67,
|
|
338 SCREEN_QUICK_REFERENCE = 0x68,
|
|
339 };
|
0
|
340
|
|
341
|
|
342
|
|
343
|
|
344 /* 249 */
|
|
345 #pragma pack(push, 1)
|
|
346 struct GUIMessage
|
|
347 {
|
|
348 enum UIMessageType eType;
|
|
349 int param;
|
|
350 int field_8;
|
|
351 };
|
|
352 #pragma pack(pop)
|
|
353
|
|
354
|
|
355
|
|
356
|
|
357
|
|
358 /* 250 */
|
|
359 #pragma pack(push, 1)
|
|
360 struct GUIMessageQueue
|
|
361 {
|
|
362 inline GUIMessageQueue():
|
|
363 uNumMessages(0)
|
|
364 {}
|
|
365
|
|
366 void PopMessage(UIMessageType *pMsg, int *pParam, int *a4);
|
|
367 void SendMessage(UIMessageType msg, int param, unsigned int a4);
|
|
368
|
|
369 unsigned int uNumMessages;
|
|
370 GUIMessage pMessages[40];
|
|
371 };
|
|
372 #pragma pack(pop)
|
|
373
|
|
374 extern struct GUIMessageQueue *pMessageQueue_50CBD0; // idb
|
|
375
|
|
376
|
|
377
|
|
378
|
|
379 extern int pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[]; // idb
|
|
380 extern struct GUIWindow *pWindow_MainMenu;
|
|
381 extern struct GUIWindow pWindowList[20]; |