Mercurial > mm7
annotate GUIWindow.h @ 1016:c45d51b3f4f4
Included header files cleanup
author | Grumpy7 |
---|---|
date | Sun, 19 May 2013 17:55:19 +0200 |
parents | dcdfbb6eede9 |
children | 9ac94d00012e |
rev | line source |
---|---|
0 | 1 #pragma once |
816 | 2 #include "Player.h" |
0 | 3 |
4 | |
5 | |
6 | |
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 | |
21 UIMSG_11 = 17, | |
22 | |
23 UIMSG_Attack = 23, | |
24 | |
961 | 25 UIMSG_CastQuickSpell = 25, |
832 | 26 |
27 UIMSG_1B = 27, | |
28 UIMSG_1C = 28, | |
29 UIMSG_PlayArcomage = 29, | |
30 | |
31 UIMSG_31 = 49, | |
32 UIMSG_32 = 50, | |
33 UIMSG_33 = 51, | |
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, | |
122 UIMSG_92 = 146, | |
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, | |
961 | 153 UIMSG_CastSpell_BE = 190, |
832 | 154 UIMSG_BF = 191, |
155 UIMSG_C0 = 192, | |
156 UIMSG_C1 = 192, | |
157 UIMSG_C2 = 192, | |
158 | |
159 UIMSG_OnCastTownPortal = 195, | |
160 UIMSG_C4 = 196, | |
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, | |
224 MENU_10 = 10, | |
225 MENU_CREDITSCLOSE = 11, | |
0 | 226 }; |
227 | |
228 | |
167 | 229 enum DIALOGUE_TYPE |
230 { | |
248 | 231 DIALOGUE_9 = 9, |
179 | 232 DIALOGUE_13 = 0xD, |
233 DIALOGUE_18 = 0x12, | |
248 | 234 DIALOGUE_19 = 19, |
235 DIALOGUE_20 = 20, | |
236 DIALOGUE_21 = 21, | |
237 DIALOGUE_22 = 22, | |
238 DIALOGUE_23 = 23, | |
179 | 239 DIALOGUE_24 = 0x18, |
248 | 240 DIALOGUE_76 = 76, |
241 DIALOGUE_PROFESSION_DETAILS = 77, | |
179 | 242 DIALOGUE_ARENA_WELCOME = 0x59, |
243 DIALOGUE_ARENA_FIGHT_NOT_OVER_YET = 0x5A, | |
244 DIALOGUE_ARENA_REWARD = 0x5B, | |
245 DIALOGUE_ARENA_ALREADY_WON = 0x5C, | |
167 | 246 }; |
0 | 247 |
248 | |
249 | |
250 | |
251 | |
252 /* 298 */ | |
253 enum WindowType: unsigned __int32 | |
254 { | |
255 WINDOW_null = 0, | |
961 | 256 WINDOW_MainMenu = 1, |
257 WINDOW_OptionsButtons = 3, | |
258 WINDOW_CharacterRecord = 4, | |
259 WINDOW_Options = 6, | |
710 | 260 WINDOW_8 = 8, |
961 | 261 WINDOW_Book = 9, |
959 | 262 WINDOW_Dialogue = 10, |
710 | 263 WINDOW_QuickReference = 12, |
960 | 264 WINDOW_F = 15, |
948 | 265 WINDOW_Rest = 16, |
710 | 266 WINDOW_ChangeLocation = 17, |
158 | 267 WINDOW_SpellBook = 0x12, |
710 | 268 WINDOW_GreetingNPC = 19, |
0 | 269 WINDOW_Chest = 0x14, |
990 | 270 WINDOW_22 = 0x16, |
961 | 271 WINDOW_SaveLoadButtons = 23, |
0 | 272 WINDOW_MainMenu_Load = 0x18, |
273 WINDOW_HouseInterior = 0x19, | |
710 | 274 WINDOW_Transition = 26, |
961 | 275 WINDOW_CastSpell = 27, |
158 | 276 WINDOW_Scroll = 0x1E, |
898 | 277 WINDOW_CastSpell_InInventory = 31, |
962 | 278 WINDOW_FinalWindow = 70, |
279 WINDOW_50 = 80, | |
280 WINDOW_59 = 89, | |
281 WINDOW_PressedButton2 = 90, | |
282 WINDOW_CharactersPressedButton = 91, | |
283 WINDOW_PressedButton = 92, | |
284 WINDOW_5D = 93, | |
961 | 285 WINDOW_SaveLoadBtn = 94, |
962 | 286 WINDOW_LoadGame_CancelBtn = 95, |
287 WINDOW_CloseRestWindowBtn = 96, | |
960 | 288 WINDOW_ExitCharacterWindow = 97, |
17 | 289 WINDOW_RestWindow = 0x62, |
960 | 290 WINDOW_BooksWindow = 99, |
17 | 291 WINDOW_CharacterWindow_Stats = 0x64, |
292 WINDOW_CharacterWindow_Skills = 0x65, | |
293 WINDOW_CharacterWindow_Awards = 0x66, | |
294 WINDOW_CharacterWindow_Inventory = 0x67, | |
710 | 295 WINDOW_68 = 104, |
0 | 296 WINDOW_KeyMappingOptions = 0x69, |
17 | 297 WINDOW_VideoOptions = 0x6A, |
961 | 298 WINDOW_LloydsBeacon = 177, |
710 | 299 WINDOW_TownPortal = 195, |
300 WINDOW_QuestBook = 200, | |
17 | 301 WINDOW_AutonotesBook = 0xC9, |
302 WINDOW_MapsBook = 0xCA, | |
303 WINDOW_CalendarBook = 0xCB, | |
92 | 304 WINDOW_HistoryBook = 0xE0, |
0 | 305 }; |
306 | |
832 | 307 struct GUIButton; |
308 struct Texture; | |
309 | |
0 | 310 /* 155 */ |
311 #pragma pack(push, 1) | |
312 struct GUIWindow | |
313 { | |
200 | 314 inline GUIWindow() |
315 { | |
316 pControlsHead = pControlsTail = nullptr; | |
317 eWindowType = WINDOW_null; | |
318 } | |
319 | |
189 | 320 GUIButton *CreateButton(unsigned int uX, unsigned int uY, unsigned int uWidth, unsigned int uHeight, int a6, int a7, |
832 | 321 UIMessageType msg, unsigned int msg_param, unsigned __int8 uHotkey, const char *pName, Texture *pTextures, ...); |
0 | 322 void DrawFlashingInputCursor(signed int a3, int a4, struct GUIFont *a2); |
323 int DrawTextInRect(GUIFont *a2, unsigned int uX, unsigned int uY, unsigned int uColor, const char *Str1, int Source, int a8); | |
324 char DrawText(GUIFont *a2, signed int uX, int uY, unsigned int uFontColor, const char *Str, int a7, int a8, unsigned int uFontShadowColor); | |
762 | 325 void DrawTitleText(GUIFont *a2, signed int uHorizontalMargin, unsigned int uVerticalMargin, unsigned __int16 uDefaultColor, const char *pInString, unsigned int uLineSpacing); |
471
c43f156a95c9
ArmorShopDialog crash fixed. All shops show its items
Gloval
parents:
467
diff
changeset
|
326 void DrawCurrentTime(__int64 a2); |
405 | 327 void HouseDialogManager(); |
198 | 328 void OpenSpellBook(); |
0 | 329 void InitializeBookView(); |
330 void DrawMessageBox(int arg0); | |
331 GUIButton *GetControl(unsigned int uID); | |
332 void Release(); | |
972 | 333 void _41D08F_set_keyboard_control_group(int a2, int a3, int a4, int a5); |
688 | 334 void DrawQuickCharRecord(); |
0 | 335 char _41D73D_draw_buff_tooltip(); |
336 | |
337 static GUIWindow *Create(unsigned int uX, unsigned int uY, unsigned int uWidth, unsigned int uHeight, enum WindowType eType, int a4, int a5); | |
338 | |
339 unsigned int uFrameX; | |
340 unsigned int uFrameY; | |
341 unsigned int uFrameWidth; | |
342 unsigned int uFrameHeight; | |
343 unsigned int uFrameZ; | |
344 unsigned int uFrameW; | |
345 WindowType eWindowType; | |
496 | 346 union{ |
917 | 347 void *ptr_1C;// sometimes BuildID_2Events |
496 | 348 unsigned int par1C; |
349 }; | |
0 | 350 unsigned int uNumControls; |
351 int field_24; | |
352 int pNumPresenceButton; | |
353 int pCurrentPosActiveItem; | |
354 int field_30; | |
355 int field_34; | |
356 int pStartingPosActiveItem; | |
496 | 357 int numVisibleWindows; |
0 | 358 int field_40; |
972 | 359 int receives_keyboard_input; |
0 | 360 char *Hint; |
361 GUIButton *pControlsHead; | |
362 GUIButton *pControlsTail; | |
363 }; | |
364 #pragma pack(pop) | |
365 | |
366 | |
367 | |
368 | |
369 | |
370 | |
495 | 371 |
629 | 372 |
151 | 373 enum CURRENT_SCREEN |
374 { | |
375 SCREEN_GAME = 0x0, | |
376 SCREEN_MENU = 0x1, | |
377 SCREEN_OPTIONS = 0x2, | |
378 SCREEN_BOOKS = 0x3, | |
379 SCREEN_NPC_DIALOGUE = 0x4, | |
380 SCREEN_REST = 0x5, | |
381 SCREEN_CHARACTERS = 0x7, | |
382 SCREEN_SPELL_BOOK = 0x8, | |
383 SCREEN_CREATORS = 0x9, | |
384 SCREEN_CHEST = 0xA, | |
385 SCREEN_SAVEGAME = 0xB, | |
386 SCREEN_LOADGAME = 0xC, | |
387 SCREEN_HOUSE = 0xD, | |
388 SCREEN_E = 0xE, | |
987 | 389 SCREEN_CHEST_INVENTORY = 0xF, |
151 | 390 SCREEN_VIDEO = 0x10, |
391 SCREEN_CHANGE_LOCATION = 0x11, | |
392 SCREEN_INPUT_BLV = 0x12, | |
393 SCREEN_BRANCHLESS_NPC_DIALOG = 0x13, | |
394 SCREEN_PARTY_CREATION = 0x15, | |
395 SCREEN_PRESS_ESCAPE_MESSAGE = 0x16, | |
396 SCREEN_CASTING = 0x17, | |
397 SCREEN_19 = 0x19, | |
398 SCREEN_KEYBOARD_OPTIONS = 0x1A, | |
399 SCREEN_1B = 0x1B, | |
400 SCREEN_VIDEO_OPTIONS = 0x1C, | |
401 SCREEN_63 = 0x63, | |
402 SCREEN_64 = 0x64, | |
403 SCREEN_67 = 0x67, | |
404 SCREEN_QUICK_REFERENCE = 0x68, | |
405 }; | |
0 | 406 |
407 | |
408 | |
409 | |
410 /* 249 */ | |
411 #pragma pack(push, 1) | |
412 struct GUIMessage | |
413 { | |
414 enum UIMessageType eType; | |
415 int param; | |
416 int field_8; | |
417 }; | |
418 #pragma pack(pop) | |
419 | |
420 | |
421 | |
422 | |
437 | 423 #define AddMessage(msg, param, a4) AddMessageImpl((msg), (param), (a4), __FILE__, __LINE__) |
0 | 424 /* 250 */ |
425 #pragma pack(push, 1) | |
426 struct GUIMessageQueue | |
427 { | |
428 inline GUIMessageQueue(): | |
429 uNumMessages(0) | |
430 {} | |
431 | |
783 | 432 void Flush(); |
0 | 433 void PopMessage(UIMessageType *pMsg, int *pParam, int *a4); |
437 | 434 void AddMessageImpl(UIMessageType msg, int param, unsigned int a4, const char *file = nullptr, int line = 0); |
0 | 435 |
436 unsigned int uNumMessages; | |
437 GUIMessage pMessages[40]; | |
437 | 438 |
439 const char *files[40]; | |
440 int lines[40]; | |
0 | 441 }; |
442 #pragma pack(pop) | |
443 | |
444 extern struct GUIMessageQueue *pMessageQueue_50CBD0; // idb | |
445 | |
446 | |
447 | |
448 | |
248 | 449 |
651 | 450 void OnSelectNPCDialogueOption(DIALOGUE_TYPE newDialogueType); |
248 | 451 |
452 | |
453 | |
0 | 454 extern int pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[]; // idb |
455 extern struct GUIWindow *pWindow_MainMenu; | |
566 | 456 extern struct GUIWindow pWindowList[20]; |
457 | |
458 | |
459 | |
460 | |
461 | |
462 | |
994 | 463 |
464 | |
465 void draw_leather(); | |
466 | |
467 | |
468 | |
469 | |
470 // game ui | |
471 void GameUI_DrawRightPanel(); | |
472 void GameUI_DrawRightPanelFrames(); | |
473 void GameUI_DrawRightPanelItems(); | |
991 | 474 void GameUI_QuickRef_Draw(); |
994 | 475 void GameUI_DrawFoodAndGold(); |
476 void GameUI_DrawLifeManaBars(); | |
477 void GameUI_DrawHiredNPCs(); | |
478 void GameUI_DrawPortraits(unsigned int _this); | |
479 void GameUI_Footer(); | |
480 void GameUI_Footer_2(); | |
481 void GameUI_SetFooterString(const char *pStr); | |
995 | 482 void GameUI_DrawMinimap(unsigned int uX, unsigned int uY, unsigned int uZ, unsigned int uW, unsigned int uZoom, unsigned int bRedrawOdmMinimap); |
483 void GameUI_DrawPartySpells(); | |
484 void GameUI_DrawTorchlightAndWizardEye(); | |
485 void GameUI_DrawCharacterSelectionFrame(); | |
816 | 486 |
487 | |
488 | |
489 | |
490 | |
491 | |
492 | |
493 | |
494 | |
495 | |
994 | 496 |
497 // character ui | |
995 | 498 struct GUIWindow *CharacterUI_Initialize(unsigned int _this); |
983 | 499 const char *CharacterUI_GetSkillDescText(unsigned int uPlayerID, PLAYER_SKILL_TYPE uPlayerSkillType); |
500 char CharacterUI_SkillsTab_ShowHint(); | |
501 void CharacterUI_StatsTab_ShowHint(); | |
991 | 502 char CharacterUI_StatsTab_Draw(Player *player); |
503 void CharacterUI_SkillsTab_CreateButtons(); | |
983 | 504 void CharacterUI_SkillsTab_Draw(Player *player); |
991 | 505 void CharacterUI_AwardsTab_Draw(Player *player); |
984 | 506 void CharacterUI_InventoryTab_Draw(Player *player, bool a2); |
991 | 507 void CharacterUI_CharacterScreen_Draw(Player *player); |
508 void CharacterUI_DrawPaperdoll(Player *player); | |
509 void CharacterUI_DrawPaperdollWithRingOverlay(Player *player); | |
510 void CharacterUI_ReleaseButtons(); | |
511 | |
995 | 512 unsigned int GetSkillColor(unsigned int uPlayerClass, PLAYER_SKILL_TYPE uPlayerSkillType, signed int skill_level); |
832 | 513 |
514 | |
515 | |
516 | |
517 | |
995 | 518 //book ui |
519 void BookUI_Draw(WindowType book); | |
520 void BookUI_Questbook_Draw(); | |
521 void BookUI_Autonotes_Draw(); | |
522 void BookUI_Map_Draw(); | |
523 void BookUI_Calendar_Draw(); | |
524 | |
525 void OnCloseSpellBook(); | |
526 void InitializeBookTextures(); | |
527 void InitializeBookFonts(); | |
528 void DrawSpellBookContent(); | |
529 void DrawBook_History(); | |
530 unsigned int __cdecl DrawLloydBeaconsScreen(); | |
531 void DrawTownPortalScreen(); | |
532 void LoadSpellbook(unsigned int uID); // idb | |
533 void DrawSpellDescriptionPopup(int spell_index); | |
832 | 534 |
535 | |
536 | |
537 | |
538 | |
539 | |
540 | |
541 | |
542 | |
543 | |
544 | |
545 | |
546 | |
547 | |
548 | |
549 | |
550 | |
551 | |
552 | |
553 | |
554 | |
555 | |
556 | |
557 | |
558 | |
559 | |
560 | |
561 #pragma pack(push, 1) | |
562 struct GUIButton | |
563 { | |
564 char DrawLabel(const char *edx0, struct GUIFont *pFont, int a5, int *a9); | |
565 | |
566 void Release(); | |
567 | |
568 | |
569 unsigned int uX; | |
570 unsigned int uY; | |
571 unsigned int uWidth; | |
572 unsigned int uHeight; | |
573 unsigned int uZ; | |
574 unsigned int uW; | |
575 int uButtonType; | |
576 int field_1C;//may be pMessageType | |
577 UIMessageType msg; | |
578 unsigned int msg_param; | |
579 int field_28; | |
580 int field_2C_is_pushed; | |
581 GUIButton *pPrev; | |
582 GUIButton *pNext; | |
583 struct GUIWindow *pParent; | |
584 struct Texture *pTextures[5]; | |
585 unsigned int uNumTextures; | |
586 unsigned __int8 uHotkey; | |
587 char pButtonName[32]; | |
588 char field_75[71]; | |
589 }; | |
590 #pragma pack(pop) | |
591 | |
592 | |
593 | |
594 | |
595 extern struct GUIButton *pBtn_CloseBook; | |
596 extern struct GUIButton *pBtn_InstallRemoveSpell; | |
597 extern struct GUIButton *pBtn_Autonotes_Instructors; | |
598 extern struct GUIButton *pBtn_Autonotes_Misc; | |
599 extern struct GUIButton *pBtn_Book_6; | |
600 extern struct GUIButton *pBtn_Book_5; | |
601 extern struct GUIButton *pBtn_Book_4; | |
602 extern struct GUIButton *pBtn_Book_3; | |
603 extern struct GUIButton *pBtn_Book_2; | |
604 extern struct GUIButton *pBtn_Book_1; | |
605 | |
606 | |
607 extern struct GUIButton *pPlayerCreationUI_BtnReset; | |
608 extern struct GUIButton *pPlayerCreationUI_BtnOK; | |
609 extern struct GUIButton *pBtn_ExitCancel; | |
610 extern struct GUIButton *pBtn_YES; | |
611 extern struct GUIButton *pPlayerCreationUI_BtnPlus; | |
612 extern struct GUIButton *pPlayerCreationUI_BtnMinus; | |
613 | |
614 | |
615 extern struct GUIButton *pButton_RestUI_Main; | |
616 extern struct GUIButton *pButton_RestUI_Exit; | |
617 extern struct GUIButton *pButton_RestUI_Wait5Minutes; | |
618 extern struct GUIButton *pButton_RestUI_WaitUntilDawn; | |
619 extern struct GUIButton *pButton_RestUI_Wait1Hour; | |
620 | |
621 | |
622 extern struct GUIButton *pCharacterScreen_ExitBtn; | |
623 extern struct GUIButton *pCharacterScreen_AwardsBtn; | |
624 extern struct GUIButton *pCharacterScreen_InventoryBtn; | |
625 extern struct GUIButton *pCharacterScreen_SkillsBtn; | |
626 extern struct GUIButton *pCharacterScreen_StatsBtn; | |
627 extern struct GUIButton *pCharacterScreen_DollBtn; | |
628 extern struct GUIButton *pCharacterScreen_DetalizBtn; | |
629 | |
630 | |
631 extern struct GUIButton *pBtn_NPCRight; | |
632 extern struct GUIButton *pBtn_NPCLeft; | |
633 extern struct GUIButton *pBtn_GameSettings; | |
634 extern struct GUIButton *pBtn_QuickReference; | |
635 extern struct GUIButton *pBtn_CastSpell; | |
636 extern struct GUIButton *pBtn_Rest; | |
637 extern struct GUIButton *pBtn_History; | |
638 extern struct GUIButton *pBtn_Calendar; | |
639 extern struct GUIButton *pBtn_Maps; | |
640 extern struct GUIButton *pBtn_Autonotes; | |
641 extern struct GUIButton *pBtn_Quests; | |
642 | |
643 | |
644 extern struct GUIButton *pMainMenu_BtnExit; | |
645 extern struct GUIButton *pMainMenu_BtnCredits; | |
646 extern struct GUIButton *pMainMenu_BtnLoad; | |
647 extern struct GUIButton *pMainMenu_BtnNew; | |
648 | |
649 | |
650 extern struct GUIButton *pBtn_Up; | |
651 extern struct GUIButton *pBtn_Down; | |
652 extern struct GUIButton *ptr_507BA4; | |
653 | |
654 | |
655 extern struct GUIWindow *pPrimaryWindow; | |
656 extern struct GUIWindow *pChestWindow; | |
657 extern struct GUIWindow *pDialogueWindow; | |
658 extern struct GUIWindow *window_SpeakInHouse; | |
659 extern struct GUIWindow *pGUIWindow_ScrollWindow; | |
660 extern struct GUIWindow *ptr_507BC8; | |
661 extern struct GUIWindow *pGUIWindow_CurrentMenu; | |
662 extern struct GUIWindow *ptr_507BD0; | |
663 extern struct GUIWindow *pGUIWindow_Settings; | |
664 extern struct GUIWindow *ptr_507BDC; | |
665 extern struct GUIWindow *pGUIWindow_EscMessageWindow; | |
666 extern struct GUIWindow *pBooksWindow; | |
667 extern struct GUIWindow *pGUIWindow2; | |
668 | |
669 | |
670 extern struct GUIButton *pBtn_Resume; | |
671 extern struct GUIButton *pBtn_QuitGame; | |
672 extern struct GUIButton *pBtn_GameControls; | |
673 extern struct GUIButton *pBtn_LoadGame; | |
674 extern struct GUIButton *pBtn_SaveGame; | |
675 extern struct GUIButton *pBtn_NewGame; | |
676 | |
677 extern struct GUIButton *pBtn_SliderRight; | |
678 extern struct GUIButton *pBtn_SliderLeft; | |
679 | |
680 | |
681 extern struct GUIButton *pBtnDownArrow; | |
682 extern struct GUIButton *pBtnArrowUp; | |
683 extern struct GUIButton *pBtnCancel; | |
684 extern struct GUIButton *pBtnLoadSlot; | |
685 | |
686 | |
687 extern GUIButton *pCreationUI_BtnPressRight2[4]; | |
688 extern GUIButton *pCreationUI_BtnPressLeft2[4]; | |
689 extern GUIButton *pCreationUI_BtnPressLeft[4]; | |
983 | 690 extern GUIButton *pCreationUI_BtnPressRight[4]; |
691 | |
995 | 692 extern int uTextureID_GameUI_CharSelectionFrame; // 50C98C |
983 | 693 |
995 | 694 extern unsigned int ui_character_default_text_color; |
695 extern unsigned int ui_character_skill_highlight_color; | |
696 extern unsigned int ui_character_header_text_color; | |
697 extern unsigned int ui_character_bonus_text_color; | |
698 extern unsigned int ui_character_bonus_text_color_neg; | |
699 extern unsigned int ui_character_skill_upgradeable_color; | |
700 extern unsigned int ui_character_skill_default_color; | |
701 extern unsigned int ui_character_award_color[6]; | |
702 extern unsigned int ui_game_minimap_outline_color; | |
703 extern unsigned int ui_game_minimap_actor_friendly_color; | |
704 extern unsigned int ui_game_minimap_actor_hostile_color; | |
705 extern unsigned int ui_game_minimap_actor_corpse_color; | |
706 extern unsigned int ui_game_minimap_decoration_color_1; | |
707 extern unsigned int ui_game_minimap_projectile_color; | |
708 extern unsigned int ui_game_minimap_treasure_color; | |
709 extern unsigned int ui_book_quests_title_color; | |
710 extern unsigned int ui_book_quests_text_color; | |
711 extern unsigned int ui_book_autonotes_title_color; | |
712 extern unsigned int ui_book_autonotes_text_color; | |
713 extern unsigned int ui_book_map_title_color; | |
714 extern unsigned int ui_book_map_coordinates_color; |