Mercurial > mm7
annotate GUIWindow.h @ 2264:47b87aea14ba
m
author | Ritor1 |
---|---|
date | Sat, 08 Mar 2014 22:23:20 +0600 |
parents | 1fc4223bddf6 |
children | 0cd17b0d36c2 |
rev | line source |
---|---|
0 | 1 #pragma once |
1512 | 2 |
3 #include <cstdint> | |
1202 | 4 #include <array> |
0 | 5 |
1512 | 6 #include "Player.h" |
1254 | 7 |
832 | 8 enum UIMessageType: unsigned __int32 |
9 { | |
10 UIMSG_0 = 0, | |
11 | |
12 UIMSG_ChangeGameState = 5, | |
13 | |
960 | 14 UIMSG_MouseLeftClickInGame = 10, |
832 | 15 |
987 | 16 UIMSG_CHEST_ClickItem = 12, |
832 | 17 |
990 | 18 UIMSG_MouseLeftClickInScreen = 14, |
832 | 19 UIMSG_F = 15, |
20 | |
1412 | 21 UIMSG_ChangeCursor = 17, |
832 | 22 |
23 UIMSG_Attack = 23, | |
24 | |
961 | 25 UIMSG_CastQuickSpell = 25, |
832 | 26 |
1687
5f01f1ed97f4
Player::StealFromActor cleanup, renamed UIMSG_1B to UIMSG_STEALFROMACTOR
Grumpy7
parents:
1512
diff
changeset
|
27 UIMSG_STEALFROMACTOR = 27, |
832 | 28 UIMSG_1C = 28, |
29 UIMSG_PlayArcomage = 29, | |
30 | |
31 UIMSG_31 = 49, | |
32 UIMSG_32 = 50, | |
1118 | 33 UIMSG_SpellBook_PressTab = 51, |
832 | 34 UIMSG_34 = 52, |
35 UIMSG_35 = 53, | |
36 UIMSG_MainMenu_ShowPartyCreationWnd = 54, | |
37 UIMSG_MainMenu_ShowLoadWindow = 55, | |
38 UIMSG_ShowCredits = 56, | |
39 UIMSG_ExitToWindows = 57, | |
40 UIMSG_3A = 58, | |
41 | |
42 UIMSG_PlayerCreationChangeName = 60, | |
43 | |
44 UIMSG_PlayerCreationClickPlus = 62, | |
45 UIMSG_PlayerCreationClickMinus = 63, | |
46 UIMSG_PlayerCreationSelectActiveSkill = 64, | |
47 UIMSG_PlayerCreationSelectClass = 65, | |
48 UIMSG_PlayerCreationClickOK = 66, | |
49 UIMSG_PlayerCreationClickReset = 67, | |
50 UIMSG_44 = 68, | |
998 | 51 UIMSG_CastSpell_Character_Big_Improvement = 69, |
52 UIMSG_CastSpell_Shoot_Monster = 70, | |
996 | 53 UIMSG_ClickBooksBtn = 71, |
832 | 54 UIMSG_48 = 72, |
55 UIMSG_49 = 73, | |
56 UIMSG_PlayerCreationRemoveUpSkill = 74, | |
57 UIMSG_PlayerCreationRemoveDownSkill = 75, | |
58 | |
960 | 59 UIMSG_HintSelectRemoveQuickSpellBtn = 78, |
832 | 60 UIMSG_SPellbook_ShowHightlightedSpellInfo = 79, |
61 | |
62 UIMSG_BuyInShop_Identify_Repair = 81, | |
63 UIMSG_LoadGame = 82, | |
64 UIMSG_SaveGame = 83, | |
65 UIMSG_54 = 84, | |
910 | 66 UIMSG_ChangeDetaliz = 85, |
832 | 67 UIMSG_SelectSpell = 86, |
68 UIMSG_OpenSpellbookPage = 87, | |
960 | 69 UIMSG_ClickInstallRemoveQuickSpellBtn = 88, |
832 | 70 |
71 UIMSG_OnTravelByFoot = 90, | |
987 | 72 UIMSG_CHANGE_LOCATION_ClickCencelBtn = 91, |
832 | 73 UIMSG_ShowStatus_DateTime = 92, |
74 UIMSG_ShowStatus_ManaHP = 93, | |
75 UIMSG_ShowStatus_Player = 94, | |
76 UIMSG_Wait5Minutes = 95, | |
77 UIMSG_Wait1Hour = 96, | |
907 | 78 UIMSG_Rest8Hour = 97, |
832 | 79 |
80 UIMSG_ShowStatus_Food = 100, | |
81 UIMSG_ShowStatus_Funds = 101, | |
82 | |
907 | 83 UIMSG_RestWindow = 104, |
84 UIMSG_SpellBookWindow = 105, | |
832 | 85 UIMSG_QuickReference = 106, |
86 UIMSG_GameMenuButton = 107, | |
87 | |
88 UIMSG_AlreadyResting = 109, | |
89 UIMSG_SelectCharacter = 110, | |
90 UIMSG_ChangeSoundVolume = 111, | |
91 UIMSG_ChangeMusicVolume = 112, | |
92 UIMSG_Escape = 113, | |
960 | 93 UIMSG_ClickSkillsBtn = 114, |
94 UIMSG_ClickStatsBtn = 115, | |
95 UIMSG_ClickInventoryBtn = 116, | |
96 UIMSG_ClickAwardsBtn = 117, | |
832 | 97 UIMSG_PlayerCreation_SelectAttribute = 118, |
98 | |
99 UIMSG_InventoryLeftClick = 120, | |
100 UIMSG_SkillUp = 121, | |
101 UIMSG_7A = 122, | |
102 UIMSG_GameMenu_ReturnToGame = 123, | |
103 UIMSG_StartNewGame = 124, | |
104 UIMSG_Game_OpenLoadGameDialog = 125, | |
105 UIMSG_Game_OpenSaveGameDialog = 126, | |
106 UIMSG_Game_OpenOptionsDialog = 127, | |
107 UIMSG_80 = 128, | |
108 | |
109 UIMSG_SetGraphicsMode = 131, | |
110 UIMSG_Quit = 132, | |
910 | 111 UIMSG_ClickPaperdoll = 133, |
832 | 112 UIMSG_StartHireling1Dialogue = 134, |
113 UIMSG_StartHireling2Dialogue = 135, | |
114 UIMSG_SelectNPCDialogueOption = 136, | |
115 | |
998 | 116 UIMSG_CastSpell_Monster_Improvement = 140, |
117 UIMSG_CastSpell_Character_Small_Improvement = 141, | |
832 | 118 UIMSG_CastSpellFromBook = 142, |
998 | 119 UIMSG_HiredNPC_CastSpell = 143, |
832 | 120 UIMSG_PlayerCreation_VoicePrev = 144, |
121 UIMSG_PlayerCreation_VoiceNext = 145, | |
1019 | 122 UIMSG_SpellScrollUse = 146, |
832 | 123 |
124 UIMSG_StartNPCDialogue = 161, | |
125 UIMSG_ArrowUp = 162, | |
126 UIMSG_DownArrow = 163, | |
961 | 127 UIMSG_SaveLoadBtn = 164, |
832 | 128 UIMSG_SelectLoadSlot = 165, |
129 UIMSG_Cancel = 166, | |
130 UIMSG_ExitRest = 167, | |
960 | 131 UIMSG_ClickExitCharacterWindowBtn = 168, |
961 | 132 UIMSG_ClickAwardsUpBtn = 169, |
133 UIMSG_ClickAwardsDownBtn = 170, | |
832 | 134 UIMSG_PlayerCreation_FacePrev = 171, |
135 UIMSG_PlayerCreation_FaceNext = 172, | |
136 UIMSG_AD = 173, | |
137 UIMSG_AE = 174, | |
138 UIMSG_ClickNPCTopic = 175, | |
139 UIMSG_CycleCharacters = 176, | |
961 | 140 UIMSG_OnCastLloydsBeacon = 177, |
141 UIMSG_LloydsBeacon_FlippingBtn = 178, | |
142 UIMSG_InstallBeacon = 179, | |
143 UIMSG_HintBeaconSlot = 180, | |
144 UIMSG_CloseAfterInstallBeacon = 181, | |
145 UIMSG_HintTownPortal = 182, | |
146 UIMSG_ClickTownInTP = 183, | |
832 | 147 UIMSG_SetTurnSpeed = 184, |
148 UIMSG_ToggleWalkSound = 185, | |
149 UIMSG_ChangeVoiceVolume = 186, | |
150 UIMSG_ToggleShowDamage = 187, | |
151 UIMSG_ScrollNPCPanel = 188, | |
152 UIMSG_BD = 189, | |
1326 | 153 UIMSG_CastSpell_Telekinesis = 190, |
832 | 154 UIMSG_BF = 191, |
1101
3e5d70cfe20e
Award order fix, changed UIMSG_C0 to UIMSG_ClickAwardScrollBar
Grumpy7
parents:
1038
diff
changeset
|
155 UIMSG_ClickAwardScrollBar = 192, |
832 | 156 UIMSG_C1 = 192, |
157 UIMSG_C2 = 192, | |
158 | |
159 UIMSG_OnCastTownPortal = 195, | |
1458 | 160 UIMSG_OnFinalWindowClose = 196, |
832 | 161 UIMSG_ShowFinalWindow = 197, |
162 UIMSG_C6 = 198, | |
163 UIMSG_C7 = 199, | |
164 UIMSG_OpenQuestBook = 200, | |
165 UIMSG_OpenAutonotes = 201, | |
166 UIMSG_OpenMapBook = 202, | |
167 UIMSG_OpenCalendar = 203, | |
168 UIMSG_CC = 204, | |
169 UIMSG_CD = 205, | |
170 UIMSG_CE = 206, | |
171 UIMSG_CF = 207, | |
172 UIMSG_D0 = 208, | |
173 UIMSG_D1 = 209, | |
174 UIMSG_D2 = 210, | |
175 UIMSG_D3 = 211, | |
176 UIMSG_D4 = 212, | |
177 UIMSG_D5 = 213, | |
178 UIMSG_D6 = 214, | |
179 | |
180 UIMSG_DD = 221, | |
181 | |
182 UIMSG_OpenHistoryBook = 224, | |
183 UIMSG_ToggleAlwaysRun = 225, | |
184 UIMSG_ToggleFlipOnExit = 226, | |
185 | |
960 | 186 UIMSG_ClickZoomOutBtn = 367, |
187 UIMSG_ClickZoomInBtn = 368, | |
832 | 188 |
189 UIMSG_Game_Action = 404, | |
190 UIMSG_SelectShopDialogueOption = 405, | |
191 | |
907 | 192 UIMSG_RentRoom = 409, |
961 | 193 UIMSG_ClickHouseNPCPortrait = 410, |
832 | 194 UIMSG_TransitionUI_Confirm = 411, |
960 | 195 UIMSG_TransitionWindowCloseBtn = 412, |
832 | 196 |
197 UIMSG_OpenKeyMappingOptions = 415, | |
198 UIMSG_SelectKeyPage1 = 416, | |
199 UIMSG_SelectKeyPage2 = 417, | |
200 UIMSG_ResetKeyMapping = 418, | |
201 UIMSG_ChangeKeyButton = 419, | |
202 | |
203 UIMSG_OpenVideoOptions = 421, | |
204 UIMSG_ToggleBloodsplats = 422, | |
205 UIMSG_ToggleColoredLights = 423, | |
206 UIMSG_ToggleTint = 424, | |
207 UIMSG_1A9 = 425, | |
208 }; | |
209 | |
210 | |
0 | 211 /* 251 */ |
212 enum MENU_STATE : __int32 | |
213 { | |
982 | 214 MENU_MAIN = 0, |
215 MENU_NEWGAME = 1, | |
216 MENU_CREDITS = 2, | |
217 MENU_SAVELOAD = 3, | |
218 MENU_EXIT_GAME = 4, | |
219 MENU_5 = 5, | |
220 MENU_CREATEPARTY = 6, | |
221 MENU_NAMEPANELESC = 7, | |
222 MENU_CREDITSPROC = 8, | |
223 MENU_LoadingProcInMainMenu = 9, | |
1458 | 224 MENU_DebugBLVLevel = 10, |
982 | 225 MENU_CREDITSCLOSE = 11, |
0 | 226 }; |
227 | |
228 | |
167 | 229 enum DIALOGUE_TYPE |
230 { | |
1413 | 231 DIALOGUE_USE_NPC_ABILITY = 9, |
179 | 232 DIALOGUE_13 = 0xD, |
233 DIALOGUE_18 = 0x12, | |
2102 | 234 DIALOGUE_EVT_A = 19, |
235 DIALOGUE_EVT_B = 20, | |
236 DIALOGUE_EVT_C = 21, | |
237 DIALOGUE_EVT_D = 22, | |
238 DIALOGUE_EVT_E = 23, | |
239 DIALOGUE_EVT_F = 0x18, | |
248 | 240 DIALOGUE_76 = 76, |
241 DIALOGUE_PROFESSION_DETAILS = 77, | |
2240
1fc4223bddf6
dword_F8B1B0_MasteryBeingTaught removing redundant case bodies
Grumpy7
parents:
2152
diff
changeset
|
242 DIALOGUE_SKILL_TRAINER = 78, |
2102 | 243 DIALOGUE_84 = 84, |
244 DIALOGUE_ARENA_SELECT_PAGE = 85, | |
245 DIALOGUE_ARENA_SELECT_SQUIRE = 86, | |
246 DIALOGUE_ARENA_SELECT_KNIGHT = 87, | |
247 DIALOGUE_ARENA_SELECT_CHAMPION = 88, | |
248 DIALOGUE_ARENA_WELCOME = 89, | |
249 DIALOGUE_ARENA_FIGHT_NOT_OVER_YET = 90, | |
179 | 250 DIALOGUE_ARENA_REWARD = 0x5B, |
251 DIALOGUE_ARENA_ALREADY_WON = 0x5C, | |
167 | 252 }; |
0 | 253 |
254 | |
255 | |
256 | |
257 | |
258 /* 298 */ | |
259 enum WindowType: unsigned __int32 | |
260 { | |
1268 | 261 WINDOW_null = 0, |
262 WINDOW_MainMenu = 1, | |
263 WINDOW_OptionsButtons = 3, | |
961 | 264 WINDOW_CharacterRecord = 4, |
1268 | 265 WINDOW_Options = 6, |
266 WINDOW_8 = 8, | |
267 WINDOW_Book = 9, | |
268 WINDOW_Dialogue = 10, | |
710 | 269 WINDOW_QuickReference = 12, |
1268 | 270 WINDOW_F = 15, |
271 WINDOW_Rest = 16, | |
710 | 272 WINDOW_ChangeLocation = 17, |
1268 | 273 WINDOW_SpellBook = 18, |
274 WINDOW_GreetingNPC = 19, | |
275 WINDOW_Chest = 20, | |
990 | 276 WINDOW_22 = 0x16, |
961 | 277 WINDOW_SaveLoadButtons = 23, |
0 | 278 WINDOW_MainMenu_Load = 0x18, |
279 WINDOW_HouseInterior = 0x19, | |
710 | 280 WINDOW_Transition = 26, |
961 | 281 WINDOW_CastSpell = 27, |
158 | 282 WINDOW_Scroll = 0x1E, |
898 | 283 WINDOW_CastSpell_InInventory = 31, |
1458 | 284 WINDOW_ModalWindow = 70, |
962 | 285 WINDOW_50 = 80, |
286 WINDOW_59 = 89, | |
287 WINDOW_PressedButton2 = 90, | |
288 WINDOW_CharactersPressedButton = 91, | |
289 WINDOW_PressedButton = 92, | |
290 WINDOW_5D = 93, | |
961 | 291 WINDOW_SaveLoadBtn = 94, |
962 | 292 WINDOW_LoadGame_CancelBtn = 95, |
293 WINDOW_CloseRestWindowBtn = 96, | |
960 | 294 WINDOW_ExitCharacterWindow = 97, |
17 | 295 WINDOW_RestWindow = 0x62, |
960 | 296 WINDOW_BooksWindow = 99, |
17 | 297 WINDOW_CharacterWindow_Stats = 0x64, |
298 WINDOW_CharacterWindow_Skills = 0x65, | |
299 WINDOW_CharacterWindow_Awards = 0x66, | |
300 WINDOW_CharacterWindow_Inventory = 0x67, | |
710 | 301 WINDOW_68 = 104, |
0 | 302 WINDOW_KeyMappingOptions = 0x69, |
17 | 303 WINDOW_VideoOptions = 0x6A, |
961 | 304 WINDOW_LloydsBeacon = 177, |
710 | 305 WINDOW_TownPortal = 195, |
306 WINDOW_QuestBook = 200, | |
17 | 307 WINDOW_AutonotesBook = 0xC9, |
308 WINDOW_MapsBook = 0xCA, | |
309 WINDOW_CalendarBook = 0xCB, | |
1004 | 310 WINDOW_JournalBook = 0xE0, |
0 | 311 }; |
312 | |
832 | 313 struct GUIButton; |
314 struct Texture; | |
315 | |
1038 | 316 |
317 #define WINDOW_INPUT_NONE 0 | |
318 #define WINDOW_INPUT_IN_PROGRESS 1 | |
319 #define WINDOW_INPUT_CONFIRMED 2 | |
320 #define WINDOW_INPUT_CANCELLED 3 | |
321 | |
0 | 322 /* 155 */ |
323 #pragma pack(push, 1) | |
324 struct GUIWindow | |
325 { | |
200 | 326 inline GUIWindow() |
327 { | |
328 pControlsHead = pControlsTail = nullptr; | |
329 eWindowType = WINDOW_null; | |
330 } | |
331 | |
189 | 332 GUIButton *CreateButton(unsigned int uX, unsigned int uY, unsigned int uWidth, unsigned int uHeight, int a6, int a7, |
1262 | 333 UIMessageType msg, unsigned int msg_param, unsigned __int8 uHotkey, const char *pName, struct Texture *pTextures, ...); |
1268 | 334 void DrawFlashingInputCursor(signed int uX, int uY, struct GUIFont *a2); |
335 int DrawTextInRect(GUIFont *pFont, unsigned int uX, unsigned int uY, unsigned int uColor, const char *text, int rect_width, int reverse_text); | |
2006 | 336 void DrawText(GUIFont *a2, signed int uX, int uY, unsigned int uFontColor, const char *Str, int a7, int a8, signed int uFontShadowColor); |
762 | 337 void DrawTitleText(GUIFont *a2, signed int uHorizontalMargin, unsigned int uVerticalMargin, unsigned __int16 uDefaultColor, const char *pInString, unsigned int uLineSpacing); |
1758
24e756a50073
DrawBuff_remaind_time_string and DrawShops_next_generation_time_string fix and cleared
Ritor1
parents:
1687
diff
changeset
|
338 void DrawShops_next_generation_time_string(__int64 next_generation_time); |
405 | 339 void HouseDialogManager(); |
198 | 340 void OpenSpellBook(); |
0 | 341 void InitializeBookView(); |
342 void DrawMessageBox(int arg0); | |
343 GUIButton *GetControl(unsigned int uID); | |
344 void Release(); | |
1411 | 345 void _41D08F_set_keyboard_control_group(int num_buttons, int a3, int a4, int a5); |
1006 | 346 void _41D73D_draw_buff_tooltip(); |
0 | 347 |
1268 | 348 static GUIWindow *Create(unsigned int uX, unsigned int uY, unsigned int uWidth, unsigned int uHeight, enum WindowType eWindowType, int pButton, const char* hint); |
0 | 349 |
350 unsigned int uFrameX; | |
351 unsigned int uFrameY; | |
352 unsigned int uFrameWidth; | |
353 unsigned int uFrameHeight; | |
354 unsigned int uFrameZ; | |
355 unsigned int uFrameW; | |
356 WindowType eWindowType; | |
496 | 357 union{ |
917 | 358 void *ptr_1C;// sometimes BuildID_2Events |
496 | 359 unsigned int par1C; |
360 }; | |
0 | 361 unsigned int uNumControls; |
362 int field_24; | |
363 int pNumPresenceButton; | |
364 int pCurrentPosActiveItem; | |
365 int field_30; | |
366 int field_34; | |
367 int pStartingPosActiveItem; | |
496 | 368 int numVisibleWindows; |
1038 | 369 int receives_keyboard_input_2; // 0 no input 1 currently typing 2 enter pressed 3 escape pressed |
972 | 370 int receives_keyboard_input; |
1268 | 371 const char *Hint; |
0 | 372 GUIButton *pControlsHead; |
373 GUIButton *pControlsTail; | |
374 }; | |
375 #pragma pack(pop) | |
376 | |
377 | |
378 | |
379 | |
380 | |
381 | |
495 | 382 |
629 | 383 |
151 | 384 enum CURRENT_SCREEN |
385 { | |
386 SCREEN_GAME = 0x0, | |
387 SCREEN_MENU = 0x1, | |
388 SCREEN_OPTIONS = 0x2, | |
389 SCREEN_BOOKS = 0x3, | |
390 SCREEN_NPC_DIALOGUE = 0x4, | |
391 SCREEN_REST = 0x5, | |
392 SCREEN_CHARACTERS = 0x7, | |
393 SCREEN_SPELL_BOOK = 0x8, | |
394 SCREEN_CREATORS = 0x9, | |
395 SCREEN_CHEST = 0xA, | |
396 SCREEN_SAVEGAME = 0xB, | |
397 SCREEN_LOADGAME = 0xC, | |
398 SCREEN_HOUSE = 0xD, | |
399 SCREEN_E = 0xE, | |
987 | 400 SCREEN_CHEST_INVENTORY = 0xF, |
151 | 401 SCREEN_VIDEO = 0x10, |
402 SCREEN_CHANGE_LOCATION = 0x11, | |
403 SCREEN_INPUT_BLV = 0x12, | |
404 SCREEN_BRANCHLESS_NPC_DIALOG = 0x13, | |
405 SCREEN_PARTY_CREATION = 0x15, | |
1458 | 406 SCREEN_MODAL_WINDOW = 0x16, |
151 | 407 SCREEN_CASTING = 0x17, |
408 SCREEN_19 = 0x19, | |
409 SCREEN_KEYBOARD_OPTIONS = 0x1A, | |
410 SCREEN_1B = 0x1B, | |
411 SCREEN_VIDEO_OPTIONS = 0x1C, | |
412 SCREEN_63 = 0x63, | |
413 SCREEN_64 = 0x64, | |
414 SCREEN_67 = 0x67, | |
415 SCREEN_QUICK_REFERENCE = 0x68, | |
416 }; | |
0 | 417 |
418 | |
419 | |
420 | |
421 /* 249 */ | |
422 #pragma pack(push, 1) | |
423 struct GUIMessage | |
424 { | |
425 enum UIMessageType eType; | |
426 int param; | |
427 int field_8; | |
428 }; | |
429 #pragma pack(pop) | |
430 | |
431 | |
432 | |
433 | |
437 | 434 #define AddMessage(msg, param, a4) AddMessageImpl((msg), (param), (a4), __FILE__, __LINE__) |
0 | 435 /* 250 */ |
436 #pragma pack(push, 1) | |
437 struct GUIMessageQueue | |
438 { | |
439 inline GUIMessageQueue(): | |
440 uNumMessages(0) | |
441 {} | |
442 | |
783 | 443 void Flush(); |
0 | 444 void PopMessage(UIMessageType *pMsg, int *pParam, int *a4); |
437 | 445 void AddMessageImpl(UIMessageType msg, int param, unsigned int a4, const char *file = nullptr, int line = 0); |
0 | 446 |
447 unsigned int uNumMessages; | |
448 GUIMessage pMessages[40]; | |
437 | 449 |
450 const char *files[40]; | |
451 int lines[40]; | |
0 | 452 }; |
453 #pragma pack(pop) | |
454 | |
455 extern struct GUIMessageQueue *pMessageQueue_50CBD0; // idb | |
456 | |
1012 | 457 extern struct GUIMessageQueue *pMessageQueue_50C9E8; // idb |
0 | 458 |
459 | |
248 | 460 |
651 | 461 void OnSelectNPCDialogueOption(DIALOGUE_TYPE newDialogueType); |
248 | 462 |
463 | |
464 | |
0 | 465 extern int pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[]; // idb |
466 extern struct GUIWindow *pWindow_MainMenu; | |
1202 | 467 extern std::array<struct GUIWindow, 20> pWindowList; |
566 | 468 |
469 | |
470 | |
471 | |
1458 | 472 void ModalWindow(const char *pStrHint, UIMessageType OnRelease_message); |
473 void ModalWindow_ShowHint(); | |
474 void ModalWindow_Release(); | |
566 | 475 |
994 | 476 |
477 | |
478 void draw_leather(); | |
479 | |
480 | |
1033 | 481 // main menu ui |
482 void MainMenuUI_LoadFontsAndSomeStuff(); | |
483 void MainMenuUI_Create(); | |
484 MENU_STATE MainMenuUI_Credits_Loop(); | |
994 | 485 |
1033 | 486 // save & load ui |
487 void SaveUI_Load(); | |
488 void SaveUI_Draw(); | |
489 | |
490 void LoadUI_Draw(); | |
491 void LoadUI_Load(unsigned int uDialogueType); // idb | |
994 | 492 |
493 // game ui | |
494 void GameUI_DrawRightPanel(); | |
495 void GameUI_DrawRightPanelFrames(); | |
496 void GameUI_DrawRightPanelItems(); | |
991 | 497 void GameUI_QuickRef_Draw(); |
994 | 498 void GameUI_DrawFoodAndGold(); |
499 void GameUI_DrawLifeManaBars(); | |
500 void GameUI_DrawHiredNPCs(); | |
501 void GameUI_DrawPortraits(unsigned int _this); | |
502 void GameUI_Footer(); | |
503 void GameUI_Footer_2(); | |
504 void GameUI_SetFooterString(const char *pStr); | |
995 | 505 void GameUI_DrawMinimap(unsigned int uX, unsigned int uY, unsigned int uZ, unsigned int uW, unsigned int uZoom, unsigned int bRedrawOdmMinimap); |
1033 | 506 auto GameUI_GetMinimapHintText() -> const char *; |
995 | 507 void GameUI_DrawPartySpells(); |
508 void GameUI_DrawTorchlightAndWizardEye(); | |
509 void GameUI_DrawCharacterSelectionFrame(); | |
1004 | 510 void GameUI_CharacterQuickRecord_Draw(GUIWindow *window, Player *player); |
1033 | 511 void GameUI_DrawNPCPopup(void *_this); |
816 | 512 |
2152 | 513 void GameUI_InitializeDialogue(struct Actor *actor, int bPlayerSaysHello); |
1033 | 514 void GameUI_DrawBranchlessDialogue(); |
515 void GameUI_DrawDialogue(); | |
816 | 516 |
517 | |
1031 | 518 // game menu ui |
519 void GameMenuUI_DrawKeyBindings(); | |
520 void GameMenuUI_DrawVideoOptions(); | |
521 void GameMenuUI_Options_Draw(); | |
816 | 522 |
523 | |
524 | |
525 | |
994 | 526 // character ui |
995 | 527 struct GUIWindow *CharacterUI_Initialize(unsigned int _this); |
983 | 528 const char *CharacterUI_GetSkillDescText(unsigned int uPlayerID, PLAYER_SKILL_TYPE uPlayerSkillType); |
1006 | 529 void CharacterUI_SkillsTab_ShowHint(); |
983 | 530 void CharacterUI_StatsTab_ShowHint(); |
1006 | 531 void CharacterUI_StatsTab_Draw(Player *player); |
991 | 532 void CharacterUI_SkillsTab_CreateButtons(); |
983 | 533 void CharacterUI_SkillsTab_Draw(Player *player); |
991 | 534 void CharacterUI_AwardsTab_Draw(Player *player); |
984 | 535 void CharacterUI_InventoryTab_Draw(Player *player, bool a2); |
991 | 536 void CharacterUI_CharacterScreen_Draw(Player *player); |
537 void CharacterUI_DrawPaperdoll(Player *player); | |
538 void CharacterUI_DrawPaperdollWithRingOverlay(Player *player); | |
539 void CharacterUI_ReleaseButtons(); | |
540 | |
995 | 541 unsigned int GetSkillColor(unsigned int uPlayerClass, PLAYER_SKILL_TYPE uPlayerSkillType, signed int skill_level); |
832 | 542 |
543 | |
544 | |
545 | |
546 | |
1033 | 547 // book ui |
995 | 548 void BookUI_Draw(WindowType book); |
549 void BookUI_Questbook_Draw(); | |
550 void BookUI_Autonotes_Draw(); | |
551 void BookUI_Map_Draw(); | |
552 void BookUI_Calendar_Draw(); | |
1004 | 553 void BookUI_Journal_Draw(); |
995 | 554 |
1402 | 555 void OnCloseBook(); |
995 | 556 void InitializeBookTextures(); |
557 void InitializeBookFonts(); | |
1004 | 558 void DrawSpellBookContent(Player *player); |
1458 | 559 unsigned int DrawLloydBeaconsScreen(); |
1038 | 560 void BookUI_DrawTownPortalMap(); |
995 | 561 void LoadSpellbook(unsigned int uID); // idb |
562 void DrawSpellDescriptionPopup(int spell_index); | |
1402 | 563 void OnCloseSpellBookPage(); |
564 void OnCloseSpellBook(); | |
832 | 565 |
566 | |
567 | |
1033 | 568 // rest ui |
569 void RestUI_Load(); | |
570 void RestUI_Draw(); | |
832 | 571 |
572 | |
1033 | 573 // transition & travel ui |
1512 | 574 void TransitionUI_Load(uint32_t anim_id, uint32_t exit_pic_id, int x, int y, int z, int directiony, int directionx, int a8, const char *pLocationName); |
1033 | 575 void TransitionUI_Draw(); |
576 | |
577 void TravelUI_Load(); | |
578 void TravelUI_Draw(); | |
832 | 579 |
580 | |
581 | |
582 | |
583 | |
584 | |
1458 | 585 void __fastcall DrawPopupWindow(unsigned int uX, unsigned int uY, unsigned int uWidth, unsigned int uHeight); // idb |
586 void DrawCopyrightWindow(); | |
587 void LoadFonts_and_DrawCopyrightWindow(); | |
588 void GUI_UpdateWindows(); | |
589 int GetConditionDrawColor(unsigned int uConditionIdx); // idb | |
590 void FillAwardsData(); | |
591 void CreateAwardsScrollBar(); | |
592 void ReleaseAwardsScrollBar(); | |
593 | |
832 | 594 |
595 | |
596 | |
597 | |
598 | |
599 | |
600 | |
601 | |
602 | |
603 | |
604 | |
605 | |
606 | |
607 | |
608 | |
609 #pragma pack(push, 1) | |
610 struct GUIButton | |
611 { | |
1006 | 612 void DrawLabel(const char *label_text, struct GUIFont *pFont, int a5, int uFontShadowColor); |
832 | 613 |
614 void Release(); | |
615 | |
616 | |
617 unsigned int uX; | |
618 unsigned int uY; | |
619 unsigned int uWidth; | |
620 unsigned int uHeight; | |
621 unsigned int uZ; | |
622 unsigned int uW; | |
623 int uButtonType; | |
624 int field_1C;//may be pMessageType | |
625 UIMessageType msg; | |
626 unsigned int msg_param; | |
627 int field_28; | |
628 int field_2C_is_pushed; | |
629 GUIButton *pPrev; | |
630 GUIButton *pNext; | |
631 struct GUIWindow *pParent; | |
632 struct Texture *pTextures[5]; | |
633 unsigned int uNumTextures; | |
634 unsigned __int8 uHotkey; | |
635 char pButtonName[32]; | |
636 char field_75[71]; | |
637 }; | |
638 #pragma pack(pop) | |
639 | |
640 | |
641 | |
642 | |
643 extern struct GUIButton *pBtn_CloseBook; | |
644 extern struct GUIButton *pBtn_InstallRemoveSpell; | |
645 extern struct GUIButton *pBtn_Autonotes_Instructors; | |
646 extern struct GUIButton *pBtn_Autonotes_Misc; | |
647 extern struct GUIButton *pBtn_Book_6; | |
648 extern struct GUIButton *pBtn_Book_5; | |
649 extern struct GUIButton *pBtn_Book_4; | |
650 extern struct GUIButton *pBtn_Book_3; | |
651 extern struct GUIButton *pBtn_Book_2; | |
652 extern struct GUIButton *pBtn_Book_1; | |
653 | |
654 | |
655 extern struct GUIButton *pPlayerCreationUI_BtnReset; | |
656 extern struct GUIButton *pPlayerCreationUI_BtnOK; | |
657 extern struct GUIButton *pBtn_ExitCancel; | |
658 extern struct GUIButton *pBtn_YES; | |
659 extern struct GUIButton *pPlayerCreationUI_BtnPlus; | |
660 extern struct GUIButton *pPlayerCreationUI_BtnMinus; | |
661 | |
662 | |
663 extern struct GUIButton *pButton_RestUI_Main; | |
664 extern struct GUIButton *pButton_RestUI_Exit; | |
665 extern struct GUIButton *pButton_RestUI_Wait5Minutes; | |
666 extern struct GUIButton *pButton_RestUI_WaitUntilDawn; | |
667 extern struct GUIButton *pButton_RestUI_Wait1Hour; | |
668 | |
669 | |
670 extern struct GUIButton *pCharacterScreen_ExitBtn; | |
671 extern struct GUIButton *pCharacterScreen_AwardsBtn; | |
672 extern struct GUIButton *pCharacterScreen_InventoryBtn; | |
673 extern struct GUIButton *pCharacterScreen_SkillsBtn; | |
674 extern struct GUIButton *pCharacterScreen_StatsBtn; | |
675 extern struct GUIButton *pCharacterScreen_DollBtn; | |
676 extern struct GUIButton *pCharacterScreen_DetalizBtn; | |
677 | |
678 | |
679 extern struct GUIButton *pBtn_NPCRight; | |
680 extern struct GUIButton *pBtn_NPCLeft; | |
681 extern struct GUIButton *pBtn_GameSettings; | |
682 extern struct GUIButton *pBtn_QuickReference; | |
683 extern struct GUIButton *pBtn_CastSpell; | |
684 extern struct GUIButton *pBtn_Rest; | |
685 extern struct GUIButton *pBtn_History; | |
686 extern struct GUIButton *pBtn_Calendar; | |
687 extern struct GUIButton *pBtn_Maps; | |
688 extern struct GUIButton *pBtn_Autonotes; | |
689 extern struct GUIButton *pBtn_Quests; | |
690 | |
691 | |
692 extern struct GUIButton *pMainMenu_BtnExit; | |
693 extern struct GUIButton *pMainMenu_BtnCredits; | |
694 extern struct GUIButton *pMainMenu_BtnLoad; | |
695 extern struct GUIButton *pMainMenu_BtnNew; | |
696 | |
697 | |
698 extern struct GUIButton *pBtn_Up; | |
699 extern struct GUIButton *pBtn_Down; | |
700 extern struct GUIButton *ptr_507BA4; | |
701 | |
702 | |
703 extern struct GUIWindow *pPrimaryWindow; | |
704 extern struct GUIWindow *pChestWindow; | |
705 extern struct GUIWindow *pDialogueWindow; | |
706 extern struct GUIWindow *window_SpeakInHouse; | |
707 extern struct GUIWindow *pGUIWindow_ScrollWindow; | |
708 extern struct GUIWindow *ptr_507BC8; | |
709 extern struct GUIWindow *pGUIWindow_CurrentMenu; | |
710 extern struct GUIWindow *ptr_507BD0; | |
711 extern struct GUIWindow *pGUIWindow_Settings; | |
1458 | 712 extern struct GUIWindow *pModalWindow; |
832 | 713 extern struct GUIWindow *pGUIWindow_EscMessageWindow; |
714 extern struct GUIWindow *pBooksWindow; | |
715 extern struct GUIWindow *pGUIWindow2; | |
716 | |
717 | |
718 extern struct GUIButton *pBtn_Resume; | |
719 extern struct GUIButton *pBtn_QuitGame; | |
720 extern struct GUIButton *pBtn_GameControls; | |
721 extern struct GUIButton *pBtn_LoadGame; | |
722 extern struct GUIButton *pBtn_SaveGame; | |
723 extern struct GUIButton *pBtn_NewGame; | |
724 | |
725 extern struct GUIButton *pBtn_SliderRight; | |
726 extern struct GUIButton *pBtn_SliderLeft; | |
727 | |
728 | |
729 extern struct GUIButton *pBtnDownArrow; | |
730 extern struct GUIButton *pBtnArrowUp; | |
731 extern struct GUIButton *pBtnCancel; | |
732 extern struct GUIButton *pBtnLoadSlot; | |
733 | |
734 | |
1202 | 735 extern std::array<GUIButton*, 4> pCreationUI_BtnPressRight2; |
736 extern std::array<GUIButton*, 4> pCreationUI_BtnPressLeft2; | |
737 extern std::array<GUIButton*, 4> pCreationUI_BtnPressLeft; | |
738 extern std::array<GUIButton*, 4> pCreationUI_BtnPressRight; | |
983 | 739 |
995 | 740 extern int uTextureID_GameUI_CharSelectionFrame; // 50C98C |
983 | 741 |
1004 | 742 extern unsigned int ui_mainmenu_copyright_color; |
1393 | 743 extern unsigned int ui_character_tooltip_header_default_color; |
995 | 744 extern unsigned int ui_character_default_text_color; |
745 extern unsigned int ui_character_skill_highlight_color; | |
746 extern unsigned int ui_character_header_text_color; | |
747 extern unsigned int ui_character_bonus_text_color; | |
748 extern unsigned int ui_character_bonus_text_color_neg; | |
749 extern unsigned int ui_character_skill_upgradeable_color; | |
750 extern unsigned int ui_character_skill_default_color; | |
1393 | 751 extern unsigned int ui_character_stat_default_color; |
752 extern unsigned int ui_character_stat_buffed_color; | |
753 extern unsigned int ui_character_stat_debuffed_color; | |
754 extern unsigned int ui_character_skillinfo_can_learn; | |
755 extern unsigned int ui_character_skillinfo_can_learn_gm; | |
756 extern unsigned int ui_character_skillinfo_cant_learn; | |
1458 | 757 extern unsigned int ui_character_condition_normal_color; |
758 extern unsigned int ui_character_condition_light_color; | |
759 extern unsigned int ui_character_condition_moderate_color; | |
760 extern unsigned int ui_character_condition_severe_color; | |
1202 | 761 extern std::array<unsigned int, 6> ui_character_award_color; |
995 | 762 extern unsigned int ui_game_minimap_outline_color; |
763 extern unsigned int ui_game_minimap_actor_friendly_color; | |
764 extern unsigned int ui_game_minimap_actor_hostile_color; | |
765 extern unsigned int ui_game_minimap_actor_corpse_color; | |
766 extern unsigned int ui_game_minimap_decoration_color_1; | |
767 extern unsigned int ui_game_minimap_projectile_color; | |
768 extern unsigned int ui_game_minimap_treasure_color; | |
1202 | 769 extern std::array<unsigned int, 24> ui_game_character_record_playerbuff_colors; |
1031 | 770 extern unsigned int ui_gamemenu_video_gamma_title_color; |
771 extern unsigned int ui_gamemenu_keys_action_name_color; | |
772 extern unsigned int ui_gamemenu_keys_key_selection_blink_color_1; | |
773 extern unsigned int ui_gamemenu_keys_key_selection_blink_color_2; | |
774 extern unsigned int ui_gamemenu_keys_key_default_color; | |
995 | 775 extern unsigned int ui_book_quests_title_color; |
776 extern unsigned int ui_book_quests_text_color; | |
777 extern unsigned int ui_book_autonotes_title_color; | |
778 extern unsigned int ui_book_autonotes_text_color; | |
779 extern unsigned int ui_book_map_title_color; | |
1004 | 780 extern unsigned int ui_book_map_coordinates_color; |
781 extern unsigned int ui_book_calendar_title_color; | |
782 extern unsigned int ui_book_calendar_time_color; | |
783 extern unsigned int ui_book_calendar_day_color; | |
784 extern unsigned int ui_book_calendar_month_color; | |
785 extern unsigned int ui_book_calendar_year_color; | |
786 extern unsigned int ui_book_calendar_moon_color; | |
787 extern unsigned int ui_book_calendar_location_color; | |
788 extern unsigned int ui_book_journal_title_color; | |
789 extern unsigned int ui_book_journal_text_color; | |
1393 | 790 extern unsigned int ui_book_journal_text_shadow; |
791 extern unsigned int ui_game_dialogue_npc_name_color; | |
792 extern unsigned int ui_game_dialogue_option_highlight_color; | |
793 extern unsigned int ui_game_dialogue_option_normal_color; | |
794 extern unsigned int ui_house_player_cant_interact_color; |