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,
|
|
18 MENU_7 = 0x7,
|
|
19 MENU_Credits = 0x8,
|
|
20 MENU_LOAD = 0x9,
|
|
21 MENU_10 = 0xA,
|
|
22 };
|
|
23
|
|
24
|
|
25
|
|
26
|
|
27
|
|
28
|
|
29
|
|
30
|
|
31
|
|
32 /* 298 */
|
|
33 enum WindowType: unsigned __int32
|
|
34 {
|
|
35 WINDOW_null = 0,
|
|
36 WINDOW_MainMenu = 0x1,
|
|
37 WINDOW_CharacterRecord = 0x4,
|
|
38 WINDOW_Options = 0x6,
|
|
39 WINDOW_Book = 0x9,
|
|
40 WINDOW_A = 10,
|
|
41 WINDOW_11 = 17,
|
|
42 WINDOW_12 = 18,
|
|
43 WINDOW_13 = 19,
|
|
44 WINDOW_Chest = 0x14,
|
|
45 WINDOW_MainMenu_Load = 0x18,
|
|
46 WINDOW_HouseInterior = 0x19,
|
|
47 WINDOW_1A = 26,
|
|
48 WINDOW_1B = 27,
|
|
49 WINDOW_1E = 30,
|
|
50 WINDOW_1F = 31,
|
|
51 WINDOW_FinalWindow = 0x46,
|
|
52 WINDOW_5A = 0x5A,
|
|
53 WINDOW_5E = 0x5E,
|
4
|
54 WINDOW_5F = 0x5F,
|
|
55 WINDOW_60 = 0x60,
|
0
|
56 WINDOW_KeyMappingOptions = 0x69,
|
|
57 WINDOW_VideoOptions = 0x6A
|
|
58 };
|
|
59
|
|
60 /* 155 */
|
|
61 #pragma pack(push, 1)
|
|
62 struct GUIWindow
|
|
63 {
|
|
64 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, ...);
|
|
65 void DrawFlashingInputCursor(signed int a3, int a4, struct GUIFont *a2);
|
|
66 int DrawTextInRect(GUIFont *a2, unsigned int uX, unsigned int uY, unsigned int uColor, const char *Str1, int Source, int a8);
|
|
67 char DrawText(GUIFont *a2, signed int uX, int uY, unsigned int uFontColor, const char *Str, int a7, int a8, unsigned int uFontShadowColor);
|
|
68 char *DrawTitleText(GUIFont *a2, unsigned int uHorizontalMargin, unsigned int uVerticalMargin, unsigned __int16 uDefaultColor, const char *pInString, unsigned int uLineSpacing);
|
|
69 char *_4B1854(__int64 a2);
|
|
70 void _4B3157();
|
|
71 GUIButton *_411621();
|
|
72 void InitializeBookView();
|
|
73 void DrawMessageBox(int arg0);
|
|
74 GUIButton *GetControl(unsigned int uID);
|
|
75 void Release();
|
|
76 void _41D08F(int a2, int a3, int a4, int a5);
|
|
77 char DrawQuickCharRecord();
|
|
78 char _41D73D_draw_buff_tooltip();
|
|
79
|
|
80 static GUIWindow *Create(unsigned int uX, unsigned int uY, unsigned int uWidth, unsigned int uHeight, enum WindowType eType, int a4, int a5);
|
|
81
|
|
82 unsigned int uFrameX;
|
|
83 unsigned int uFrameY;
|
|
84 unsigned int uFrameWidth;
|
|
85 unsigned int uFrameHeight;
|
|
86 unsigned int uFrameZ;
|
|
87 unsigned int uFrameW;
|
|
88 WindowType eWindowType;
|
|
89 void *ptr_1C;
|
|
90 unsigned int uNumControls;
|
|
91 int field_24;
|
|
92 int pNumPresenceButton;
|
|
93 int pCurrentPosActiveItem;
|
|
94 int field_30;
|
|
95 int field_34;
|
|
96 int pStartingPosActiveItem;
|
|
97 int field_3C;
|
|
98 int field_40;
|
|
99 int field_44;
|
|
100 char *Hint;
|
|
101 GUIButton *pControlsHead;
|
|
102 GUIButton *pControlsTail;
|
|
103 };
|
|
104 #pragma pack(pop)
|
|
105
|
|
106
|
|
107
|
|
108
|
|
109
|
|
110
|
|
111 /* 296 */
|
|
112 enum UIMessageType
|
|
113 {
|
|
114 UIMSG_00 = 0x0,
|
|
115 UIMSG_ChangeGameState = 0x5,
|
3
|
116 UIMSG_11 = 0x11,
|
0
|
117 UIMSG_PlayArcomage = 0x1D,
|
|
118 UIMSG_MainMenu_ShowPartyCreationWnd = 0x36,
|
|
119 UIMSG_MainMenu_ShowLoadWindow = 0x37,
|
|
120 UIMSG_ShowCredits = 0x38,
|
|
121 UIMSG_ExitToWindows = 0x39,
|
3
|
122 UIMSG_3A = 0x3A,
|
|
123 UIMSG_PlayerCreationChangeName = 0x3C,
|
0
|
124 UIMSG_PlayerCreationClickPlus = 0x3E,
|
|
125 UIMSG_PlayerCreationClickMinus = 0x3F,
|
|
126 UIMSG_PlayerCreationSelectActiveSkill = 0x40,
|
|
127 UIMSG_PlayerCreationSelectClass = 0x41,
|
|
128 UIMSG_PlayerCreationClickOK = 0x42,
|
|
129 UIMSG_PlayerCreationClickReset = 0x43,
|
|
130 UIMSG_PlayerCreationRemoveUpSkill = 0x4A,
|
|
131 UIMSG_PlayerCreationRemoveDownSkill = 0x4B,
|
|
132 UIMSG_4B = 0x4B,
|
|
133 UIMSG_LoadGame = 0x52,
|
|
134 UIMSG_SaveGame = 0x53,
|
|
135 UIMSG_ShowStatus_DateTime = 0x5C,
|
|
136 UIMSG_ShowStatus_ManaHP = 0x5D,
|
|
137 UIMSG_ShowStatus_Player = 0x5E,
|
|
138 UIMSG_ShowStatus_Food = 0x64,
|
|
139 UIMSG_ShowStatus_Funds = 0x65,
|
|
140 UIMSG_6B = 0x6B,
|
|
141 UIMSG_SelectCharacter = 0x6E,
|
|
142 UIMSG_ChangeSoundVolume = 0x6F,
|
|
143 UIMSG_ChangeMusicVolume = 0x70,
|
3
|
144 UIMSG_Escape = 0x71,
|
0
|
145 UIMSG_PlayerCreationSelectQuality = 0x76,
|
|
146 UIMSG_SkillUp = 0x79,
|
|
147 UIMSG_StartNewGame = 0x7C,
|
|
148 UIMSG_Game_OpenLoadGameDialog = 0x7D,
|
|
149 UIMSG_Game_OpenOptionsDialog = 0x7F,
|
|
150 UIMSG_SetGraphicsMode = 0x83,
|
|
151 UIMSG_Quit = 0x84,
|
|
152 UIMSG_PlayerCreationVoiceBack = 0x90,
|
|
153 UIMSG_PlayerCreationVoiceForward = 0x91,
|
|
154 UIMSG_StartNPCDialogue = 0xA1,
|
2
|
155 UIMSG_ArrowUp = 0xA2,
|
|
156 UIMSG_DownArrow = 0xA3,
|
|
157 UIMSG_LoadSlot = 0xA4,
|
3
|
158 UIMSG_SelectLoadSlot = 0xA5,
|
2
|
159 UIMSG_Cancel = 0xA6,
|
0
|
160 UIMSG_A7 = 0xA7,
|
|
161 UIMSG_A8 = 0xA8,
|
|
162 UIMSG_A9 = 0xA9,
|
|
163 UIMSG_AA = 0xAA,
|
|
164 UIMSG_SelectFacePlayerBack = 0xAB,
|
|
165 UIMSG_SelectFacePlayerForward = 0xAC,
|
|
166 UIMSG_AD = 0xAD,
|
|
167 UIMSG_AE = 0xAE,
|
|
168 UIMSG_AF = 0xAF,
|
|
169 UIMSG_CycleCharacters = 0xB0,
|
|
170 UIMSG_B1 = 0xB1,
|
|
171 UIMSG_B2 = 0xB2,
|
|
172 UIMSG_B3 = 0xB3,
|
|
173 UIMSG_B4 = 0xB4,
|
|
174 UIMSG_B5 = 0xB5,
|
|
175 UIMSG_B6 = 0xB6,
|
|
176 UIMSG_B7 = 0xB7,
|
|
177 UIMSG_SetTurnSpeed = 0xB8,
|
|
178 UIMSG_ToggleWalkSound = 0xB9,
|
|
179 UIMSG_ChangeVoiceVolume = 0xBA,
|
|
180 UIMSG_ToggleShowDamage = 0xBB,
|
|
181 UIMSG_BC = 0xBC,
|
|
182 UIMSG_BD = 0xBD,
|
|
183 UIMSG_BE = 0xBE,
|
|
184 UIMSG_BF = 0xBF,
|
|
185 UIMSG_C0 = 0xC0,
|
|
186 UIMSG_C1 = 0xC1,
|
|
187 UIMSG_C2 = 0xC2,
|
|
188 UIMSG_C3 = 0xC3,
|
|
189 UIMSG_C4 = 0xC4,
|
|
190 UIMSG_ShowFinalWindow = 0xC5,
|
|
191 UIMSG_C6 = 0xC6,
|
|
192 UIMSG_C7 = 0xC7,
|
|
193 UIMSG_OpenQuestBook = 0xC8,
|
|
194 UIMSG_OpenAutonotes = 0xC9,
|
|
195 UIMSG_OpenMapBook = 0xCA,
|
|
196 UIMSG_OpenCalendar = 0xCB,
|
|
197 UIMSG_CC = 0xCC,
|
|
198 UIMSG_CD = 0xCD,
|
|
199 UIMSG_CE = 0xCE,
|
|
200 UIMSG_CF = 0xCF,
|
|
201 UIMSG_D0 = 0xD0,
|
|
202 UIMSG_D1 = 0xD1,
|
|
203 UIMSG_D2 = 0xD2,
|
|
204 UIMSG_D3 = 0xD3,
|
|
205 UIMSG_D4 = 0xD4,
|
|
206 UIMSG_D5 = 0xD5,
|
|
207 UIMSG_D6 = 0xD6,
|
|
208 UIMSG_OpenHistoryBook = 0xE0,
|
|
209 UIMSG_ToggleAlwaysRun = 0xE1,
|
|
210 UIMSG_ToggleFlipOnExit = 0xE2,
|
|
211 UIMSG_OpenRestUI = 0x199,
|
|
212 UIMSG_OpenKeyMappingOptions = 0x19F,
|
|
213 UIMSG_ResetKeyMapping = 0x1A2,
|
|
214 UIMSG_OpenVideoOptions = 0x1A5,
|
|
215 UIMSG_ToggleBloodsplats = 0x1A6,
|
|
216 UIMSG_ToggleColoredLights = 0x1A7,
|
|
217 UIMSG_ToggleTint = 0x1A8,
|
|
218 };
|
|
219
|
|
220
|
|
221
|
|
222
|
|
223
|
|
224
|
|
225 /* 249 */
|
|
226 #pragma pack(push, 1)
|
|
227 struct GUIMessage
|
|
228 {
|
|
229 enum UIMessageType eType;
|
|
230 int param;
|
|
231 int field_8;
|
|
232 };
|
|
233 #pragma pack(pop)
|
|
234
|
|
235
|
|
236
|
|
237
|
|
238
|
|
239 /* 250 */
|
|
240 #pragma pack(push, 1)
|
|
241 struct GUIMessageQueue
|
|
242 {
|
|
243 inline GUIMessageQueue():
|
|
244 uNumMessages(0)
|
|
245 {}
|
|
246
|
|
247 void PopMessage(UIMessageType *pMsg, int *pParam, int *a4);
|
|
248 void SendMessage(UIMessageType msg, int param, unsigned int a4);
|
|
249
|
|
250 unsigned int uNumMessages;
|
|
251 GUIMessage pMessages[40];
|
|
252 };
|
|
253 #pragma pack(pop)
|
|
254
|
|
255 extern struct GUIMessageQueue *pMessageQueue_50CBD0; // idb
|
|
256
|
|
257
|
|
258
|
|
259
|
|
260 extern int pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[]; // idb
|
|
261 extern struct GUIWindow *pWindow_MainMenu;
|
|
262 extern struct GUIWindow pWindowList[20]; |