Mercurial > mm7
view GUIWindow.cpp @ 1153:ed9f6627dc7a
bugfix character hand draw
author | Gloval |
---|---|
date | Sun, 02 Jun 2013 22:16:39 +0400 |
parents | ca415f6bac1c |
children | 502b8b2e36b4 |
line wrap: on
line source
#include "GUIWindow.h" #include "GUIFont.h" #include "Party.h" #include "LOD.h" #include "Keyboard.h" #include "IndoorCamera.h" #include "Math.h" #include "VideoPlayer.h" #include "Allocator.h" #include "MapInfo.h" #include "Time.h" #include "AudioPlayer.h" #include "Mouse.h" #include "Viewport.h" #include "Render.h" #include "PlayerFrameTable.h" #include "SaveLoad.h" #include "StorylineTextTable.h" #include "Events2D.h" #include "UIHouses.h" #include "texts.h" #include "Autonotes.h" #include "Awards.h" #include "mm7_data.h" int pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[1]; // idb struct GUIWindow *pWindow_MainMenu; struct GUIWindow pWindowList[20]; struct GUIMessageQueue *pMessageQueue_50CBD0 = new GUIMessageQueue; struct GUIMessageQueue *pMessageQueue_50C9E8 = new GUIMessageQueue; //----- (004141CA) -------------------------------------------------------- void ModalWindow(const char *pStr, int a4) { pEventTimer->Pause(); dword_506F0C[0] = pCurrentScreen; ptr_507BDC = GUIWindow::Create(0, 0, 640, 480, WINDOW_FinalWindow, a4, (int)pStr); pCurrentScreen = SCREEN_PRESS_ESCAPE_MESSAGE; } // 4E28F8: using guessed type int pCurrentScreen; // inlined //----- (mm6c::00420520) -------------------------------------------------- void GUIMessageQueue::Flush() { if (uNumMessages) uNumMessages = pMessages[0].field_8 != 0; } //----- (004356B9) -------------------------------------------------------- void GUIMessageQueue::PopMessage(enum UIMessageType *pType, int *pParam, int *a4) { signed int v4; // edx@1 GUIMessage *v5; // eax@2 v4 = 0; if ( this->uNumMessages ) { v5 = this->pMessages; *pType = this->pMessages[0].eType; *pParam = this->pMessages[0].param; *a4 = this->pMessages[0].field_8; if ( (signed int)(this->uNumMessages - 1) > 0 ) { do { v5->eType = v5[1].eType; v5->param = v5[1].param; v5->field_8 = v5[1].field_8; ++v4; ++v5; } while ( v4 < (signed int)(this->uNumMessages - 1) ); } --this->uNumMessages; } } //----- (0041B4E1) -------------------------------------------------------- int __fastcall GUI_ReplaceHotkey(unsigned __int8 uOldHotkey, unsigned __int8 uNewHotkey, char bFirstCall) { unsigned __int8 v3; // bl@1 int result; // eax@1 int i; // edx@2 GUIButton *j; // ecx@3 int k; // edx@7 GUIButton *l; // ecx@8 unsigned __int8 v9; // [sp+4h] [bp-8h]@1 char v10; // [sp+8h] [bp-4h]@1 v3 = uNewHotkey; v10 = toupper(uOldHotkey); result = toupper(v3); v9 = result; if ( bFirstCall ) { for ( i = uNumVisibleWindows; i >= 0; --i ) { result = 84 * pVisibleWindowsIdxs[i]; for ( j = pWindowList[pVisibleWindowsIdxs[i] - 1].pControlsHead; j; j = j->pNext ) j->field_28 = 0; } } for ( k = uNumVisibleWindows; k >= 0; --k ) { result = 84 * pVisibleWindowsIdxs[k]; for ( l = pWindowList[pVisibleWindowsIdxs[k] - 1].pControlsHead; l; l = l->pNext ) { LOBYTE(result) = v10; if ( l->uHotkey == v10 ) { if ( !l->field_28 ) { LOBYTE(result) = v9; l->field_28 = 1; l->uHotkey = v9; } } } } return result; } //----- (0041B438) -------------------------------------------------------- GUIButton *__fastcall GUI_HandleHotkey(unsigned __int8 uHotkey) { char v1; // al@1 int v2; // esi@1 char v3; // dl@1 GUIWindow *v4; // ecx@2 GUIButton *result; // eax@2 //int v6; // edx@12 v1 = toupper(uHotkey); v2 = uNumVisibleWindows; v3 = v1; if ( uNumVisibleWindows >= 0 ) { while ( 2 ) { v4 = &pWindowList[pVisibleWindowsIdxs[v2] - 1]; for ( result = v4->pControlsHead; result; result = result->pNext ) { if ( result->uHotkey == v3 ) { pMessageQueue_50CBD0->AddMessage(result->msg, result->msg_param, 0); /*if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 ) { pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)result->uControlID; pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v6; *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; ++pMessageQueue_50CBD0->uNumMessages; }*/ return result; } } if ( v4->uFrameX || v4->uFrameY || !(v4->uFrameWidth == 640 && v4->uFrameHeight == 480) ) { --v2; if ( v2 >= 0 ) continue; } break; } } return 0; } // 5075E0: using guessed type int pVisibleWindowsIdxs[20]; //----- (0041D73D) -------------------------------------------------------- void GUIWindow::_41D73D_draw_buff_tooltip() { GUIFont *v1; // esi@1 GUIWindow *v2; // edi@1 SpellBuff *v3; // eax@1 unsigned int v4; // eax@5 int v5; // ecx@5 unsigned int v6; // eax@5 unsigned int v7; // ecx@5 char *v8; // ebx@7 unsigned int v9; // eax@8 unsigned int v10; // ecx@8 __int64 v11; // ST28_8@11 int v12; // esi@11 const char *v13; // ST0C_4@11 unsigned int v14; // eax@11 char **v16; // [sp+14h] [bp-10h]@7 GUIFont *a2; // [sp+18h] [bp-Ch]@1 SpellBuff *v18; // [sp+1Ch] [bp-8h]@7 int v19; // [sp+20h] [bp-4h]@1 int v20; // [sp+20h] [bp-4h]@7 v1 = pFontComic; v2 = this; a2 = pFontComic; v19 = 0; v3 = pParty->pPartyBuffs; do { if ( (signed __int64)v3->uExpireTime > 0 ) ++v19; ++v3; } while ( (signed int)v3 < (signed int)pParty->pPlayers ); v4 = LOBYTE(pFontArrus->uFontHeight) + 72; this->uFrameHeight = v4; v5 = v4 + (v19 - 1) * LOBYTE(pFontArrus->uFontHeight); v6 = v2->uFrameWidth; v2->uFrameHeight = v5; v7 = v2->uFrameHeight; v2->uFrameZ = v6 + v2->uFrameX - 1; v2->uFrameW = v2->uFrameY + v7 - 1; v2->DrawMessageBox(0); v2->DrawTitleText(pFontArrus, 0, 0xCu, 0, pGlobalTXT_LocalizationStrings[451], 3u); if ( !v19 ) v2->DrawTitleText(v1, 0, 0x28u, 0, pGlobalTXT_LocalizationStrings[153], 3u); v20 = 0; GetTickCount(); v8 = &_4E2B21_buff_spell_tooltip_colors[1]; v16 = aSpellNames; v18 = pParty->pPartyBuffs; do { v9 = LODWORD(v18->uExpireTime); v10 = HIDWORD(v18->uExpireTime); if ( (v10 & 0x80000000u) == 0 && ((signed int)v10 > 0 || v9) )//!!! { v11 = __PAIR__(v10, v9) - pParty->uTimePlayed;//!!! v12 = v20 * LOBYTE(v1->uFontHeight) + 40; v13 = *v16; ++v20; v14 = TargetColor( (unsigned __int8)*(v8 - 1), (unsigned __int8)*v8, (unsigned __int8)v8[1]); v2->DrawText(a2, 52, v12, v14, v13, 0, 0, 0); sub_41D20D_buff_remaining_time_string(v12, v2, v11, a2); v1 = a2; } ++v18; ++v16; v8 += 3; } while ( (signed int)v18 < (signed int)pParty->pPlayers ); } //----- (0041D08F) -------------------------------------------------------- void GUIWindow::_41D08F_set_keyboard_control_group(int a2, int a3, int a4, int a5) { if ( a2 ) { this->pNumPresenceButton = a2; this->field_30 = a3; this->field_34 = a4; this->pCurrentPosActiveItem = a5; this->pStartingPosActiveItem = a5; this->receives_keyboard_input = true; } else { this->pNumPresenceButton = 0; this->field_30 = a3; this->field_34 = a4; this->pCurrentPosActiveItem = 0; this->pStartingPosActiveItem = 0; this->receives_keyboard_input = false; } } //----- (0041C26A) -------------------------------------------------------- void GUIWindow::Release() { //GUIWindow *v1; // esi@1 int i; // edi@20 //GUIButton *v8; // eax@26 GUIButton *pNextBtn; // edi@27 //int v10; // esi@28 //int v11; // ecx@28 int v12; // edx@29 //v1 = this; if ( !this ) return; switch( this->eWindowType ) { case WINDOW_GreetingNPC: { pIcons_LOD->SyncLoadedFilesCount(); pCurrentScreen = pMainScreenNum; pKeyActionMap->SetWindowInputStatus(3); break; } case WINDOW_HouseInterior: { for ( i = 0; i < uNumDialogueNPCPortraits; ++i ) pDialogueNPCPortraits[i]->Release(); uNumDialogueNPCPortraits = 0; pTexture_Dialogue_Background->Release(); pIcons_LOD->SyncLoadedFilesCount(); pIcons_LOD->_4114F2(); dword_5C35D4 = 0; if ( bFlipOnExit ) { pIndoorCamera->sRotationY = (stru_5C6E00->uIntegerDoublePi - 1) & (stru_5C6E00->uIntegerPi + pIndoorCamera->sRotationY); pParty->sRotationY = pIndoorCamera->sRotationY; } pParty->uFlags |= 2u; break; } case WINDOW_Transition: { pVideoPlayer->Unload(); pTexture_outside->Release(); pTexture_Dialogue_Background->Release(); pIcons_LOD->SyncLoadedFilesCount(); pCurrentScreen = pMainScreenNum; break; } case WINDOW_SpellBook: { sub_41140B(); sub_411473(); break; } case WINDOW_Book: { OnCloseSpellBook(); break; } case WINDOW_ChangeLocation: { pTexture_outside->Release(); pTexture_Dialogue_Background->Release(); pIcons_LOD->SyncLoadedFilesCount(); pCurrentScreen = pMainScreenNum; break; } case WINDOW_Dialogue: { if ( !dword_591084 ) pDialogueNPCPortraits[0]->Release(); uNumDialogueNPCPortraits = 0; pTexture_Dialogue_Background->Release(); pIcons_LOD->SyncLoadedFilesCount(); pCurrentScreen = pMainScreenNum; } default: { break; } } //v8 = this->pControlsHead; if ( this->pControlsHead ) { do { pNextBtn = this->pControlsHead->pNext; pAllocator->FreeChunk(this->pControlsHead); this->pControlsHead = pNextBtn; } while ( pNextBtn ); } this->pControlsHead = 0; this->pControlsTail = 0; this->uNumControls = 0; this->eWindowType = WINDOW_null; while ( this->numVisibleWindows < uNumVisibleWindows ) { v12 = pVisibleWindowsIdxs[this->numVisibleWindows + 1]; pVisibleWindowsIdxs[this->numVisibleWindows] = v12; --pWindowList[v12 - 1].numVisibleWindows; ++this->numVisibleWindows; } pVisibleWindowsIdxs[uNumVisibleWindows] = 0; uNumVisibleWindows = uNumVisibleWindows - 1; } //----- (0041CD3B) -------------------------------------------------------- GUIButton *GUIWindow::GetControl(unsigned int uID) { GUIButton *result; // eax@1 unsigned int v3; // ecx@1 result = this->pControlsHead; v3 = uID; if ( (signed int)uID > 0 ) { do { result = result->pNext; --v3; } while ( v3 ); } return result; } //----- (00411BFC) -------------------------------------------------------- void GUIWindow::InitializeBookView() { GUIWindow *v1; // ebp@1 signed int v2; // ecx@8 __int64 *v3; // ebp@9 char *v4; // ecx@10 char *v5; // eax@12 int v6; // eax@12 __int64 v7; // qax@12 unsigned int v8; // esi@12 GUIButton *v9; // eax@19 signed int v10; // esi@19 int v11; // eax@24 int v12; // eax@27 int i; // esi@28 char *v14; // ebp@29 int v15; // eax@31 //unsigned int v16; // esi@35 Player *v17; // esi@38 unsigned __int16 v18; // ax@38 unsigned int v19; // edi@43 unsigned int v20; // edi@45 void *v21; // esi@45 signed int v23; // [sp+10h] [bp-5Ch]@38 char *v25; // [sp+14h] [bp-58h]@21 GUIWindow v26; // [sp+18h] [bp-54h]@8 v1 = this; pAudioPlayer->StopChannels(-1, -1); InitializeBookFonts(); v1->CreateButton(0x1DBu, 0x1BDu, 0x9Eu, 0x22u, 1, 0, UIMSG_Escape, 0, 0, pGlobalTXT_LocalizationStrings[79], 0); // Close pCurrentScreen = SCREEN_BOOKS; num_achieved_awards_2 = 0; dword_506528 = 0; dword_50651C = 0; num_achieved_awards = 0; switch (v1->par1C) { case WINDOW_LloydsBeacon:{ byte_506360 = 0; pTexture_CurrentBook = pIcons_LOD->LoadTexturePtr("lb_bordr", TEXTURE_16BIT_PALETTE); pTexture_LloydBeacons[0] = pIcons_LOD->LoadTexturePtr("sbmap", TEXTURE_16BIT_PALETTE); pTexture_50635C = pIcons_LOD->LoadTexturePtr("sbmap", TEXTURE_16BIT_PALETTE); pTex_tab_an_6b__zoom_on = pIcons_LOD->LoadTexturePtr("tab-an-6b", TEXTURE_16BIT_PALETTE); pTex_tab_an_6a__zoom_off = pIcons_LOD->LoadTexturePtr("tab-an-6a", TEXTURE_16BIT_PALETTE); pBtn_Book_1 = v1->CreateButton(415, 13, 39, 36, 1, 0, UIMSG_LloydsBeacon_FlippingBtn, 0, 0, pGlobalTXT_LocalizationStrings[375], 0); // Set Beacon pBtn_Book_2 = v1->CreateButton(415, 48, 39, 36, 1, 0, UIMSG_LloydsBeacon_FlippingBtn, 1, 0, pGlobalTXT_LocalizationStrings[523], 0); // Recall Beacon v17 = &pParty->pPlayers[_506348_current_lloyd_playerid]; v23 = 1; v18 = v17->pActiveSkills[14]; if ( HIBYTE(v18) & 1 || (v18 & 0x80u) != 0 ) { v23 = 5; } else { if ( v18 & 0x40 ) v23 = 3; } v19 = 0; if ( v23 > 0 ) { do { v1->CreateButton(pLloydsBeaconsPreviewXs[v19], pLloydsBeaconsPreviewYs[v19], 0x5Cu, 0x44u, 1, 180, UIMSG_InstallBeacon, v19, 0, "", 0); ++v19; } while ( (signed int)v19 < v23 ); } v20 = 0; v21 = v17->pInstalledBeacons; do { if ( *(_QWORD *)v21 >= (signed __int64)pParty->uTimePlayed ) LoadThumbnailLloydTexture(v20, _506348_current_lloyd_playerid + 1); else memset(v21, 0, 0x1Cu); ++v20; v21 = (char *)v21 + 28; } while ( (signed int)v20 < 5 ); } break; case WINDOW_TownPortal: { pTexture_CurrentBook = pIcons_LOD->LoadTexturePtr("townport", TEXTURE_16BIT_PALETTE); pTexture_TownPortalIcons[0] = pIcons_LOD->LoadTexturePtr("tpharmndy", TEXTURE_16BIT_PALETTE); pTexture_TownPortalIcons[1] = pIcons_LOD->LoadTexturePtr("tpelf", TEXTURE_16BIT_PALETTE); pTexture_TownPortalIcons[2] = pIcons_LOD->LoadTexturePtr("tpwarlock", TEXTURE_16BIT_PALETTE); pTexture_TownPortalIcons[3] = pIcons_LOD->LoadTexturePtr("tpisland", TEXTURE_16BIT_PALETTE); pTexture_TownPortalIcons[4] = pIcons_LOD->LoadTexturePtr("tpheaven", TEXTURE_16BIT_PALETTE); pTexture_TownPortalIcons[5] = pIcons_LOD->LoadTexturePtr("tphell", TEXTURE_16BIT_PALETTE); for (uint i = 0; i < 6; ++i) v1->CreateButton(pTownPortalBook_xs[i], pTownPortalBook_ys[i], pTownPortalBook_ws[i], pTownPortalBook_hs[i], 1, 182, UIMSG_ClickTownInTP, i, 0, "", nullptr); /*v16 = 0; do { v1->CreateButton(pTownPortalBook_xs[v16], pTownPortalBook_ys[v16], pTownPortalBook_ws[v16], pTownPortalBook_hs[v16], 1, 182, 0xB7u, v16, 0, "", 0); ++v16; } while ( (signed int)v16 < 6 );*/ } break; case WINDOW_QuestBook: { pTexture_CurrentBook = pIcons_LOD->LoadTexturePtr("sbquiknot", TEXTURE_16BIT_PALETTE); pSpellBookPagesTextr_10 = pIcons_LOD->LoadTexturePtr( "divbar", TEXTURE_16BIT_PALETTE); pTex_tab_an_6b__zoom_on = pIcons_LOD->LoadTexturePtr("tab-an-6b", TEXTURE_16BIT_PALETTE); pTex_tab_an_7b__zoot_on = pIcons_LOD->LoadTexturePtr("tab-an-7b", TEXTURE_16BIT_PALETTE); pTex_tab_an_6a__zoom_off = pIcons_LOD->LoadTexturePtr("tab-an-6a", TEXTURE_16BIT_PALETTE); pTex_tab_an_7a__zoot_off = pIcons_LOD->LoadTexturePtr("tab-an-7a", TEXTURE_16BIT_PALETTE); pBtn_Book_1 = v1->CreateButton(pViewport->uViewportTL_X + 398, pViewport->uViewportTL_Y + 1, pTex_tab_an_6b__zoom_on->uTextureWidth, pTex_tab_an_6b__zoom_on->uTextureHeight, 1, 0, UIMSG_ClickBooksBtn, 0xBu, 0, pGlobalTXT_LocalizationStrings[192],// "Scroll Up" pTex_tab_an_6b__zoom_on, 0); pBtn_Book_2 = v1->CreateButton(pViewport->uViewportTL_X + 398, pViewport->uViewportTL_Y + 38, pTex_tab_an_7b__zoot_on->uTextureHeight, pTex_tab_an_7b__zoot_on->uTextureHeight, 1, 0, UIMSG_ClickBooksBtn, 0xAu, 0, pGlobalTXT_LocalizationStrings[193],// "Scroll Down" pTex_tab_an_7b__zoot_on, 0); num_achieved_awards = 0; memset(achieved_awards, 0, 4000); for ( i = dword_506528; i < 512; ++i ) { v14 = (char *)pQuestTable[i-1];//(&dword_722F10)[4 * i]; if ( _449B57_test_bit(pParty->_quest_bits, i) && v14 ) { v15 = num_achieved_awards++; achieved_awards[v15] = (AwardType)i; } } v12 = num_achieved_awards; num_achieved_awards = 0; num_achieved_awards_2 = v12; } break; case WINDOW_AutonotesBook: { pTexture_AutonotesBook = pIcons_LOD->LoadTexturePtr("sbautnot", TEXTURE_16BIT_PALETTE); pSpellBookPagesTextr_10 = pIcons_LOD->LoadTexturePtr("divbar", TEXTURE_16BIT_PALETTE); pTex_tab_an_6b__zoom_on = pIcons_LOD->LoadTexturePtr("tab-an-6b", TEXTURE_16BIT_PALETTE); pTex_tab_an_7b__zoot_on = pIcons_LOD->LoadTexturePtr("tab-an-7b", TEXTURE_16BIT_PALETTE); pTex_tab_an_6a__zoom_off = pIcons_LOD->LoadTexturePtr("tab-an-6a", TEXTURE_16BIT_PALETTE); pTex_tab_an_7a__zoot_off = pIcons_LOD->LoadTexturePtr("tab-an-7a", TEXTURE_16BIT_PALETTE); pTexture_506394 = pIcons_LOD->LoadTexturePtr("tab-an-1b", TEXTURE_16BIT_PALETTE); pTexture_506390 = pIcons_LOD->LoadTexturePtr("tab-an-1a", TEXTURE_16BIT_PALETTE); pTexture_50638C = pIcons_LOD->LoadTexturePtr("tab-an-2b", TEXTURE_16BIT_PALETTE); pTexture_506388 = pIcons_LOD->LoadTexturePtr("tab-an-2a", TEXTURE_16BIT_PALETTE); pTexture_506384 = pIcons_LOD->LoadTexturePtr("tab-an-3b", TEXTURE_16BIT_PALETTE); pTexture_506380 = pIcons_LOD->LoadTexturePtr("tab-an-3a", TEXTURE_16BIT_PALETTE); pTexture_50637C = pIcons_LOD->LoadTexturePtr("tab-an-5b", TEXTURE_16BIT_PALETTE); pTexture_506378 = pIcons_LOD->LoadTexturePtr("tab-an-5a", TEXTURE_16BIT_PALETTE); pTexture_506374 = pIcons_LOD->LoadTexturePtr("tab-an-4b", TEXTURE_16BIT_PALETTE); pTexture_506370 = pIcons_LOD->LoadTexturePtr("tab-an-4a", TEXTURE_16BIT_PALETTE); pTexture_50636C = pIcons_LOD->LoadTexturePtr("tab-an-8b", TEXTURE_16BIT_PALETTE); pTexture_506368 = pIcons_LOD->LoadTexturePtr("tab-an-8a", TEXTURE_16BIT_PALETTE); pBtn_Book_1 = v1->CreateButton(pViewport->uViewportTL_X + 398, pViewport->uViewportTL_Y + 1, 50, 34, 1, 0, UIMSG_ClickBooksBtn, 11, 0, pGlobalTXT_LocalizationStrings[193], pTex_tab_an_6b__zoom_on, 0); pBtn_Book_2 = v1->CreateButton(pViewport->uViewportTL_X + 398, pViewport->uViewportTL_Y + 38, 50, 34, 1, 0, UIMSG_ClickBooksBtn, 10, 0, pGlobalTXT_LocalizationStrings[192], pTex_tab_an_7b__zoot_on, 0); pBtn_Book_3 = v1->CreateButton(pViewport->uViewportTL_X + 398, pViewport->uViewportTL_Y + 113, 50, 34, 1, 0, UIMSG_ClickBooksBtn, 2, 0, pGlobalTXT_LocalizationStrings[85], pTexture_506394, 0); // "Potion Notes" pBtn_Book_4 = v1->CreateButton(pViewport->uViewportTL_X + 399, pViewport->uViewportTL_Y + 150, 50, 34, 1, 0, UIMSG_ClickBooksBtn, 3, 0, pGlobalTXT_LocalizationStrings[137], pTexture_50638C, 0); // "Fountain Notes" pBtn_Book_5 = v1->CreateButton(pViewport->uViewportTL_X + 397, pViewport->uViewportTL_Y + 188, 50, 34, 1, 0, UIMSG_ClickBooksBtn, 4, 0, pGlobalTXT_LocalizationStrings[8], pTexture_506384, 0); // "Obelisk Notes" pBtn_Book_6 = v1->CreateButton(pViewport->uViewportTL_X + 397, pViewport->uViewportTL_Y + 226, 50, 34, 1, 0, UIMSG_ClickBooksBtn, 5, 0, pGlobalTXT_LocalizationStrings[141], pTexture_50637C, 0); // "Seer Notes" pBtn_Autonotes_Misc = v1->CreateButton(pViewport->uViewportTL_X + 397, pViewport->uViewportTL_Y + 264, 50, 34, 1, 0, UIMSG_ClickBooksBtn, 6, 0, pGlobalTXT_LocalizationStrings[123], pTexture_506374, 0); // "Miscellaneous Notes" pBtn_Autonotes_Instructors = v1->CreateButton(pViewport->uViewportTL_X + 397, pViewport->uViewportTL_Y + 302, 50, 34, 1, 0, UIMSG_ClickBooksBtn, 7, 0, pGlobalTXT_LocalizationStrings[662], pTexture_50636C, 0); // "Instructors" v9 = pBtn_Autonotes_Instructors; v10 = dword_506528; num_achieved_awards = 0; while ( v10 < 196 ) { if ( _506568_autonote_type == pAutonoteTxt[v10-1].eType)//dword_72371C[2 * v10] ) { //v25 = (&dword_723718_autonote_related)[8 * (signed __int16)v10]; v25 = (char *)pAutonoteTxt[v10-1].pText; if ( (short)v10 ) { if ( _449B57_test_bit(pParty->_autonote_bits, v10) && v25 ) { v11 = num_achieved_awards++; achieved_awards[v11] = (AwardType)v10; } } } ++v10; } } break; case WINDOW_MapsBook: { dword_506364 = 1; pSpellBookPagesTextr_12 = pIcons_LOD->LoadTexturePtr("sbmap", TEXTURE_16BIT_PALETTE); pTex_tab_an_6b__zoom_on = pIcons_LOD->LoadTexturePtr("zoom-on", TEXTURE_16BIT_PALETTE); pTex_tab_an_7b__zoot_on = pIcons_LOD->LoadTexturePtr("zoot-on", TEXTURE_16BIT_PALETTE); pTex_tab_an_6a__zoom_off = pIcons_LOD->LoadTexturePtr("zoom-off", TEXTURE_16BIT_PALETTE); pTex_tab_an_7a__zoot_off = pIcons_LOD->LoadTexturePtr("zoot-off", TEXTURE_16BIT_PALETTE); pTexture_506394 = pIcons_LOD->LoadTexturePtr("tabNon", TEXTURE_16BIT_PALETTE); pTexture_506390 = pIcons_LOD->LoadTexturePtr("tabNoff", TEXTURE_16BIT_PALETTE); pTexture_50638C = pIcons_LOD->LoadTexturePtr("tabSon", TEXTURE_16BIT_PALETTE); pTexture_506388 = pIcons_LOD->LoadTexturePtr("tabSoff", TEXTURE_16BIT_PALETTE); pTexture_506384 = pIcons_LOD->LoadTexturePtr("tabEon", TEXTURE_16BIT_PALETTE); pTexture_506380 = pIcons_LOD->LoadTexturePtr("tabEoff", TEXTURE_16BIT_PALETTE); pTexture_50637C = pIcons_LOD->LoadTexturePtr("tabWon", TEXTURE_16BIT_PALETTE); pTexture_506378 = pIcons_LOD->LoadTexturePtr("tabWoff", TEXTURE_16BIT_PALETTE); pBtn_Book_1 = v1->CreateButton(pViewport->uViewportTL_X + 398, pViewport->uViewportTL_Y + 1, 50, 34, 1, 0, UIMSG_ClickBooksBtn, 0, 0, pGlobalTXT_LocalizationStrings[251], pTex_tab_an_6b__zoom_on, 0);// "Zoom In" pBtn_Book_2 = v1->CreateButton(pViewport->uViewportTL_X + 398, pViewport->uViewportTL_Y + 38, 50, 34, 1, 0, UIMSG_ClickBooksBtn, 1, 0, pGlobalTXT_LocalizationStrings[252], pTex_tab_an_7b__zoot_on, 0);// "Zoom Out" pBtn_Book_3 = v1->CreateButton(pViewport->uViewportTL_X + 397, pViewport->uViewportTL_Y + 113, 50, 34, 1, 0, UIMSG_ClickBooksBtn, 2, 0, pGlobalTXT_LocalizationStrings[192], (Texture *)"", 0);// Scroll Up pBtn_Book_4 = v1->CreateButton(pViewport->uViewportTL_X + 397, pViewport->uViewportTL_Y + 150, 50, 34, 1, 0, UIMSG_ClickBooksBtn, 3, 0, pGlobalTXT_LocalizationStrings[193], (Texture *)"", 0);// Scroll Down pBtn_Book_5 = v1->CreateButton(pViewport->uViewportTL_X + 397, pViewport->uViewportTL_Y + 188, 50, 34, 1, 0, UIMSG_ClickBooksBtn, 4, 0, pGlobalTXT_LocalizationStrings[573], (Texture *)"", 0);// "Scroll Right" pBtn_Book_6 = v1->CreateButton(pViewport->uViewportTL_X + 397, pViewport->uViewportTL_Y + 226, 50, 34, 1, 0, UIMSG_ClickBooksBtn, 5, 0, pGlobalTXT_LocalizationStrings[572], (Texture *)"", 0);// "Scroll Left" } break; case WINDOW_CalendarBook: { pSpellBookPagesTextr_13 = pIcons_LOD->LoadTexturePtr("sbdate-time", TEXTURE_16BIT_PALETTE); pTex_moon_new = pIcons_LOD->LoadTexturePtr("moon_new", TEXTURE_16BIT_PALETTE); pTex_moon_4 = pIcons_LOD->LoadTexturePtr("moon_4", TEXTURE_16BIT_PALETTE); pTex_moon_2 = pIcons_LOD->LoadTexturePtr("moon_2", TEXTURE_16BIT_PALETTE); pTex_moon_2_2 = pIcons_LOD->LoadTexturePtr("moon_2", TEXTURE_16BIT_PALETTE); pTex_moon_ful = pIcons_LOD->LoadTexturePtr("moon_ful", TEXTURE_16BIT_PALETTE); } break; case WINDOW_JournalBook: { pSpellBookPagesTextr_11 = pIcons_LOD->LoadTexturePtr("sbplayrnot", TEXTURE_16BIT_PALETTE); pTex_tab_an_6b__zoom_on = pIcons_LOD->LoadTexturePtr("tab-an-6b", TEXTURE_16BIT_PALETTE); pTex_tab_an_7b__zoot_on = pIcons_LOD->LoadTexturePtr("tab-an-7b", TEXTURE_16BIT_PALETTE); pTex_tab_an_6a__zoom_off = pIcons_LOD->LoadTexturePtr("tab-an-6a", TEXTURE_16BIT_PALETTE); pTex_tab_an_7a__zoot_off = pIcons_LOD->LoadTexturePtr("tab-an-7a", TEXTURE_16BIT_PALETTE); pBtn_Book_1 = v1->CreateButton(pViewport->uViewportTL_X + 398, pViewport->uViewportTL_Y + 1, pTex_tab_an_6b__zoom_on->uTextureWidth, pTex_tab_an_6b__zoom_on->uTextureHeight, 1, 0, UIMSG_ClickBooksBtn, 11, 0, pGlobalTXT_LocalizationStrings[192], pTex_tab_an_6b__zoom_on, 0); pBtn_Book_2 = v1->CreateButton(pViewport->uViewportTL_X + 398, pViewport->uViewportTL_Y + 38, pTex_tab_an_7b__zoot_on->uTextureHeight, pTex_tab_an_7b__zoot_on->uTextureHeight, 1, 0, UIMSG_ClickBooksBtn, 10, 0, pGlobalTXT_LocalizationStrings[193], pTex_tab_an_7b__zoot_on, 0); num_achieved_awards = 0; v26.uFrameX = 48; v26.uFrameY = 70; v26.uFrameWidth = 360; v26.uFrameHeight = 264; v2 = LOBYTE(pAutonoteFont->uFontHeight) - 3; v26.uFrameZ = 407; v26.uFrameHeight = v2 * 264 / v2; v26.uFrameW = v26.uFrameHeight + 69; memset(&achieved_awards, 0, 4000); memset(byte_5C6D50, 0, 0x64u); if ( dword_506528 < 29 ) { v3 = (__int64 *)&pParty->field_3C.field_4F0[2 * dword_506528]; for(int i=dword_506528+1;i<dword_506528+31;i++) { v4 = pStorylineText->StoreLine[i].pText; if ( *v3 ) { if ( v4 ) { v5 = BuilDialogueString(v4, uActiveCharacter - 1, 0, 0, 0, v3); v6 = pAutonoteFont->CalcTextHeight(v5, &v26, 1, 0); v7 = (v6 - 3) / (signed int)v26.uFrameHeight; v8 = v7 + 1; if ( (signed int)v7 + 1 > 0 ) { memset32((char *)&achieved_awards + 4 * num_achieved_awards , i, v8); do { LODWORD(v7) = num_achieved_awards++; byte_5C6D50[(int)v7] = BYTE4(v7); ++HIDWORD(v7); } while ( SHIDWORD(v7) < (signed int)v8 ); } } } ++i; ++v3; } } } break; } } //----- (00415551) -------------------------------------------------------- void GUIWindow::DrawMessageBox(int arg0) { unsigned int v2; // edi@1 GUIWindow *v3; // ebx@1 signed int v4; // esi@2 unsigned int v5; // eax@2 unsigned int v6; // edx@4 unsigned int v7; // ecx@6 unsigned int v8; // eax@9 __int32 v9; // eax@10 unsigned int v10; // eax@18 LONG v11; // ecx@18 unsigned int v12; // edx@18 unsigned int v13; // eax@18 const char *v14; // ecx@18 int v15; // eax@19 unsigned int v16; // esi@19 const char *v17; // ebx@25 int v18; // eax@26 GUIWindow v19; // [sp+Ch] [bp-60h]@18 POINT a2; // [sp+60h] [bp-Ch]@8 unsigned int v21; // [sp+68h] [bp-4h]@18 unsigned int v22; // [sp+74h] [bp+8h]@2 unsigned int v23; // [sp+74h] [bp+8h]@18 v2 = 0; v3 = this; if ( arg0 ) { v4 = pViewport->uViewportTL_X; v5 = pViewport->uViewportBR_X; v2 = pViewport->uViewportTL_Y; v22 = pViewport->uViewportBR_Y; } else { v4 = 0; v5 = 640; v22 = 480; } v6 = this->uFrameX; if ( (signed int)this->uFrameX >= v4 ) { v7 = this->uFrameWidth; if ( (signed int)(v7 + v6) <= (signed int)v5 ) goto LABEL_9; v3->uFrameX = v5 - v7; } else { this->uFrameX = v4; } v3->uFrameY = pMouse->GetCursorPos(&a2)->y + 30; LABEL_9: v8 = v3->uFrameY; if ( (signed int)v8 >= (signed int)v2 ) { if ( (signed int)(v8 + v3->uFrameHeight) <= (signed int)v22 ) goto LABEL_14; v9 = pMouse->GetCursorPos(&a2)->y - v3->uFrameHeight - 30; } else { v9 = pMouse->GetCursorPos(&a2)->y + 30; } v3->uFrameY = v9; LABEL_14: if ( (signed int)v3->uFrameY < (signed int)v2 ) v3->uFrameY = v2; if ( (signed int)v3->uFrameX < v4 ) v3->uFrameX = v4; v10 = v3->uFrameWidth; v11 = v3->uFrameX; v12 = v3->uFrameY; v21 = v10; a2.y = v11; v3->uFrameZ = v10 + v11 - 1; v13 = v3->uFrameHeight; v3->uFrameW = v13 + v12 - 1; memcpy(&v19, v3, sizeof(v19)); v19.uFrameX += 12; v19.uFrameWidth -= 24; v19.uFrameY += 12; v19.uFrameHeight -= 12; v19.uFrameZ = v19.uFrameWidth + v19.uFrameX - 1; v23 = v12; v19.uFrameW = v19.uFrameHeight + v19.uFrameY - 1; v14 = v3->Hint; if ( v14 ) { v15 = pFontLucida->CalcTextHeight(v14, &v19, 0, 0); v12 = v23; v16 = v15 + 24; } else { v16 = v13; } if ( (signed int)v16 < 64 ) v16 = 64; if ( (signed int)(v16 + v12) > 479 ) v16 = 479 - v12; DrawPopupWindow(a2.y, v12, v21, v16); v17 = v3->Hint; if ( v17 ) { v18 = pFontLucida->CalcTextHeight(v17, &v19, 0, 0); v19.DrawTitleText(pFontLucida, 0, (signed int)(v16 - v18) / 2 - 14, 0, v17, 3); } } //----- (00411B59) -------------------------------------------------------- void __fastcall LoadThumbnailLloydTexture(unsigned int uSlot, unsigned int uPlayer) { unsigned int v2; // esi@1 unsigned int v3; // edi@1 FILE *v4; // ebx@1 FILE *v5; // eax@2 char pContainerName[64]; // [sp+Ch] [bp-44h]@1 unsigned int v7; // [sp+4Ch] [bp-4h]@1 v2 = uSlot; v7 = uPlayer; v3 = uSlot + 1; sprintf(pContainerName, "data\\lloyd%d%d.pcx", uPlayer, uSlot + 1); v4 = fopen(pContainerName, "rb"); if ( v4 ) { pSavegameThumbnails[v2].LoadFromFILE(v4, 0, 1u); fclose(v4); } else { sprintf(pContainerName, "lloyd%d%d.pcx", v7, v3); v5 = pNew_LOD->FindContainer(pContainerName, 1); if ( v5 ) pSavegameThumbnails[v2].LoadFromFILE(v5, 0, 0); else *((int *)&pSavegameThumbnails->pPixels + 10 * v2) = 0; } } //----- (00411621) -------------------------------------------------------- void GUIWindow::OpenSpellBook() { Player *pPlayer; // edi@1 //GUIWindow *pWindow; // esi@1 //unsigned int v3; // ebp@1 int v4; // eax@3 ///GUIButton *result; // eax@25 int a2; // [sp+10h] [bp-8h]@1 //int v7; // [sp+14h] [bp-4h]@1 pPlayer = pPlayers[uActiveCharacter]; //pWindow = this; LoadSpellbook(pPlayer->lastOpenedSpellbookPage); //v3 = 0; a2 = 0; auto chapter = &pPlayer->spellbook.pChapters[pPlayer->lastOpenedSpellbookPage]; for (uint i = 0; i < 11; ++i) { if (!chapter->bIsSpellAvailable[i]) continue; v4= pPlayer->lastOpenedSpellbookPage; //v4 = (12 * pPlayer->lastOpenedSpellbookPage + pSpellbookSpellIndices[pPlayer->lastOpenedSpellbookPage][i + 1]); CreateButton(pViewport->uViewportTL_X + pIconPos[v4][pSpellbookSpellIndices[v4][i+1]].Xpos, pViewport->uViewportTL_Y + pIconPos[v4][pSpellbookSpellIndices[v4][i+1]].Ypos, //dword_4E20D0 dword_506408[i + 1]->uTextureWidth, dword_506408[i + 1]->uTextureHeight, 1, 79, UIMSG_SelectSpell, i, 0, "", 0); ++a2; //++v3; } //while ( (signed int)v3 < 11 ); CreateButton(0, 0, 0, 0, 1, 0, UIMSG_SpellBook_PressTab, 0, '\t', "", 0); if ( a2 ) _41D08F_set_keyboard_control_group(a2, 0, 0, 0); if (pPlayer->pActiveSkills[PLAYER_SKILL_FIRE]) CreateButton(399, 10, 50, 36, 1, 0, UIMSG_OpenSpellbookPage, 0, 0, aSpellSchoolNames[0], 0); if (pPlayer->pActiveSkills[PLAYER_SKILL_AIR]) CreateButton(399, 46, 50, 36, 1, 0, UIMSG_OpenSpellbookPage, 1, 0, aSpellSchoolNames[1], 0); if (pPlayer->pActiveSkills[PLAYER_SKILL_WATER]) CreateButton(399, 83, 50, 36, 1, 0, UIMSG_OpenSpellbookPage, 2, 0, aSpellSchoolNames[2], 0); if (pPlayer->pActiveSkills[PLAYER_SKILL_EARTH]) CreateButton(399, 121, 50, 36, 1, 0, UIMSG_OpenSpellbookPage, 3, 0, aSpellSchoolNames[3], 0); if (pPlayer->pActiveSkills[PLAYER_SKILL_SPIRIT]) CreateButton(399, 158, 50, 36, 1, 0, UIMSG_OpenSpellbookPage, 4, 0, aSpellSchoolNames[4], 0); if (pPlayer->pActiveSkills[PLAYER_SKILL_MIND]) CreateButton(400, 196, 50, 36, 1, 0, UIMSG_OpenSpellbookPage, 5, 0, aSpellSchoolNames[5], 0); if (pPlayer->pActiveSkills[PLAYER_SKILL_BODY]) CreateButton(400, 234, 50, 36, 1, 0, UIMSG_OpenSpellbookPage, 6, 0, aSpellSchoolNames[6], 0); if (pPlayer->pActiveSkills[PLAYER_SKILL_LIGHT]) CreateButton(400, 271, 50, 36, 1, 0, UIMSG_OpenSpellbookPage, 7, 0, aSpellSchoolNames[7], 0); if (pPlayer->pActiveSkills[PLAYER_SKILL_DARK]) CreateButton(400, 307, 50, 36, 1, 0, UIMSG_OpenSpellbookPage, 8, 0, aSpellSchoolNames[8], 0); CreateButton(476, 450, pTexture_506444->uTextureWidth, pTexture_506444->uTextureHeight, 1, 78, UIMSG_ClickInstallRemoveQuickSpellBtn, 0, 0, "", 0); pBtn_InstallRemoveSpell = CreateButton(476, 450, 48, 32, 1, 78, UIMSG_ClickInstallRemoveQuickSpellBtn, 0, 0, "", pTexture_506444, 0); CreateButton(561, 450, ptr_506440->uTextureWidth, ptr_506440->uTextureHeight, 1, 0, UIMSG_Escape, 0, 0, pGlobalTXT_LocalizationStrings[79], 0); pBtn_CloseBook = CreateButton(561, 450, 48, 32, 1, 0, UIMSG_Escape, 0, 0, pGlobalTXT_LocalizationStrings[79], ptr_506440, 0); } // 50640C: using guessed type int dword_50640C[]; //----- (004B3157) -------------------------------------------------------- void GUIWindow::HouseDialogManager() { unsigned __int16 pWhiteColor; // di@2 const char *pHouseName; // edx@4 signed int v3; // edx@5 char *v4; // edi@9 int pTextHeight; // eax@45 int v6; // edi@45 char *v7; // eax@45 int v8; // edi@46 int v9; // eax@50 unsigned int v10; // [sp-10h] [bp-C8h]@53 char *pTitleText; // [sp-8h] [bp-C0h]@50 GUIWindow pDialogWindow; // [sp+Ch] [bp-ACh]@4 GUIWindow pWindow; // [sp+60h] [bp-58h]@2 int pColor2; // [sp+B4h] [bp-4h]@2 if ( !window_SpeakInHouse ) return; memcpy(&pWindow, this, sizeof(pWindow)); pWindow.uFrameWidth -= 18; pWindow.uFrameZ -= 18; pWhiteColor = TargetColor(0xFFu, 0xFFu, 0xFFu); pColor2 = TargetColor(0x15u, 0x99u, 0xE9u); pRenderer->DrawTextureIndexed(0x1DDu, 0, pTexture_Dialogue_Background); pRenderer->DrawTextureTransparent(0x1D4u, 0, &pIcons_LOD->pTextures[uTextureID_right_panel_loop]); if ( pDialogueNPCCount != uNumDialogueNPCPortraits || !uHouse_ExitPic ) { pDialogWindow.uFrameWidth = 130; pDialogWindow.uFrameHeight = 2 * LOBYTE(pFontCreate->uFontHeight); pHouseName = p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].pName; if ( pHouseName ) { v3 = 2 * LOBYTE(pFontCreate->uFontHeight) - 6 - pFontCreate->CalcTextHeight(pHouseName, &pDialogWindow, 0, 0); if ( v3 < 0 ) v3 = 0; pWindow.DrawTitleText(pFontCreate, 0x1EAu, v3 / 2 + 4, pWhiteColor, //(const char *)p2DEvents_minus1_::04[13 * (unsigned int)ptr_507BC0->ptr_1C], p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].pName, 3); } } pWindow.uFrameWidth += 8; pWindow.uFrameZ += 8; if ( !pDialogueNPCCount ) { if ( in_current_building_type == BildingType_Jail ) { JailDialog(); if ( pDialogueNPCCount == uNumDialogueNPCPortraits && uHouse_ExitPic ) { pRenderer->DrawTextureIndexed(556, 451, &pIcons_LOD->pTextures[uTextureID_x_x_u]); pRenderer->DrawTextureIndexed(476, 451, &pIcons_LOD->pTextures[uTextureID_x_ok_u]); } else { pRenderer->DrawTextureIndexed(471, 445, &pIcons_LOD->pTextures[uExitCancelTextureId]); } return; } if ( current_npc_text ) { pDialogWindow.uFrameWidth = 458; pDialogWindow.uFrameZ = 457; pTextHeight = pFontArrus->CalcTextHeight(current_npc_text, &pDialogWindow, 13, 0); v6 = pTextHeight + 7; pRenderer->_4A6A68(8, 352 - (pTextHeight + 7), &pIcons_LOD->pTextures[uTextureID_Leather], pIcons_LOD->pTextures[uTextureID_Leather].uTextureHeight - (pTextHeight + 7)); pRenderer->DrawTextureIndexed(8, 347 - v6, pTexture_591428); v7 = FitTextInAWindow(current_npc_text, pFontArrus, &pDialogWindow, 0xDu, 0); window_SpeakInHouse->DrawText(pFontArrus, 13, 354 - v6, 0, v7, 0, 0, 0); } if ( uNumDialogueNPCPortraits <= 0 ) { if ( pDialogueNPCCount == uNumDialogueNPCPortraits && uHouse_ExitPic ) { pRenderer->DrawTextureIndexed(556, 451, &pIcons_LOD->pTextures[uTextureID_x_x_u]); pRenderer->DrawTextureIndexed(476, 451, &pIcons_LOD->pTextures[uTextureID_x_ok_u]); } else { pRenderer->DrawTextureIndexed(471, 445, &pIcons_LOD->pTextures[uExitCancelTextureId]); } return; } for ( v8 = 0; v8 < uNumDialogueNPCPortraits; ++v8 ) { pRenderer->DrawTextureIndexed(pNPCPortraits_x[uNumDialogueNPCPortraits - 1][v8] - 4, pNPCPortraits_y[uNumDialogueNPCPortraits - 1][v8] - 4, &pIcons_LOD->pTextures[uTextureID_50795C]); pRenderer->DrawTextureIndexed(pNPCPortraits_x[uNumDialogueNPCPortraits - 1][v8], pNPCPortraits_y[uNumDialogueNPCPortraits - 1][v8], pDialogueNPCPortraits[v8]); if ( uNumDialogueNPCPortraits < 4 ) { if ( v8 + 1 == uNumDialogueNPCPortraits && uHouse_ExitPic ) { pTitleText = pMapStats->pInfos[uHouse_ExitPic].pName; v9 = 94 * v8 + 113; } else { if ( !v8 && dword_591080 ) { pTitleText = (char *)p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].pProprieterTitle; pWindow.DrawTitleText(pFontCreate, 0x1E3u, 113, pColor2, pTitleText, 3); continue; } pTitleText = HouseNPCData[v8 - (dword_591080 != 0)]->pName; v9 = pNPCPortraits_x[6 + (uNumDialogueNPCPortraits - 1)][v8] + pDialogueNPCPortraits[v8]->uTextureHeight + 2; } v10 = v9; pWindow.DrawTitleText(pFontCreate, 0x1E3u, v10, pColor2, pTitleText, 3); } } if ( pDialogueNPCCount == uNumDialogueNPCPortraits && uHouse_ExitPic ) { pRenderer->DrawTextureIndexed(556, 451, &pIcons_LOD->pTextures[uTextureID_x_x_u]); pRenderer->DrawTextureIndexed(476, 451, &pIcons_LOD->pTextures[uTextureID_x_ok_u]); } else { pRenderer->DrawTextureIndexed(471, 445, &pIcons_LOD->pTextures[uExitCancelTextureId]); } return; } v4 = (char *)pDialogueNPCCount - 1; pRenderer->DrawTextureIndexed(pNPCPortraits_x[0][0] - 4, pNPCPortraits_y[0][0] - 4, &pIcons_LOD->pTextures[uTextureID_50795C]); pRenderer->DrawTextureIndexed(pNPCPortraits_x[0][0], pNPCPortraits_y[0][0], pDialogueNPCPortraits[(signed int)v4]); if ( pCurrentScreen == SCREEN_E ) { CharacterUI_InventoryTab_Draw(pPlayers[uActiveCharacter], true); if ( pDialogueNPCCount == uNumDialogueNPCPortraits && uHouse_ExitPic ) { pRenderer->DrawTextureIndexed(556, 451, &pIcons_LOD->pTextures[uTextureID_x_x_u]); pRenderer->DrawTextureIndexed(476, 451, &pIcons_LOD->pTextures[uTextureID_x_ok_u]); } else { pRenderer->DrawTextureIndexed(471, 445, &pIcons_LOD->pTextures[uExitCancelTextureId]); } return; } if ( v4 || !dword_591080 ) { SimpleHouseAndBoatsDialog(); } else { sprintfex( pTmpBuf, pGlobalTXT_LocalizationStrings[429], p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].pProprieterName, p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].pProprieterTitle); pWindow.DrawTitleText(pFontCreate, 0x1E3u, 0x71u, pColor2, pTmpBuf, 3); switch ( in_current_building_type ) { case BildingType_WeaponShop: WeaponShopDialog(); break; case BildingType_ArmorShop: ArmorShopDialog(); break; case BildingType_MagicShop: MagicShopDialog(); break; case BildingType_AlchemistShop: AlchemistDialog(); break; case BildingType_FireGuild: case BildingType_AirGuild: case BildingType_WaterGuild: case BildingType_EarthGuild: case BildingType_SpiritGuild: case BildingType_MindGuild: case BildingType_BodyGuild: case BildingType_LightGuild: case BildingType_DarkGuild: GuildDialog(); break; case BildingType_18: __debugbreak(); //What over the dialog? sub_4B6478(); break; case BildingType_TownHall: TownHallDialog(); break; case BildingType_Tavern: TavernDialog(); break; case BildingType_Bank: BankDialog(); break; case BildingType_Temple: TempleDialog(); break; case BildingType_Stables: TravelByTransport(); break; case BildingType_Training: TrainingDialog(); break; case BildingType_Jail: JailDialog(); break; default: __debugbreak();//New BildingType break; } } if ( pDialogueNPCCount == uNumDialogueNPCPortraits && uHouse_ExitPic ) { pRenderer->DrawTextureIndexed(556, 451, &pIcons_LOD->pTextures[uTextureID_x_x_u]); pRenderer->DrawTextureIndexed(476, 451, &pIcons_LOD->pTextures[uTextureID_x_ok_u]); } else { pRenderer->DrawTextureIndexed(471, 445, &pIcons_LOD->pTextures[uExitCancelTextureId]); } } //----- (004B1854) -------------------------------------------------------- void GUIWindow::DrawCurrentTime( __int64 a2 ) { unsigned int v2; // edi@1 unsigned int v3; // esi@1 unsigned int v4; // ebp@1 unsigned int v5; // ebx@1 signed __int64 v6; // ST2C_8@1 signed __int64 v7; // kr00_8@1 char *v8; // eax@2 char *v9; // eax@7 char *v10; // eax@13 char *v11; // eax@19 unsigned __int16 v12; // ST0C_2@22 int v13; // eax@22 GUIWindow *v15; // [sp+0h] [bp-1Ch]@1 signed __int64 v16; // [sp+Ch] [bp-10h]@1 signed __int64 v17; // [sp+14h] [bp-8h]@1 unsigned int v18; // [sp+20h] [bp+4h]@1 v15 = this; v2 = (unsigned __int64)(signed __int64)((double)a2 * 0.234375) >> 32; v3 = (signed __int64)((double)a2 * 0.234375); v4 = (unsigned __int64)((signed __int64)((double)a2 * 0.234375) / 60) >> 32; v5 = (signed __int64)((double)a2 * 0.234375) / 60; v6 = (signed __int64)((double)a2 * 0.234375) / 60 / 60; v18 = (unsigned int)v6 / 0x18; v17 = (signed __int64)__PAIR__(v2, v3) % 60; v16 = (signed __int64)__PAIR__(v4, v5) % 60; v7 = v6 % 24; strcpy(pTmpBuf, pGlobalTXT_LocalizationStrings[532]); if ( (unsigned int)v6 /24 ) { v8 = pGlobalTXT_LocalizationStrings[57]; if ( v18 <= 1 ) v8 = pGlobalTXT_LocalizationStrings[56]; sprintf(pTmpBuf2, "%d %s ", v18, v8); strcat(pTmpBuf, pTmpBuf2); } if ( v7 ) { if ( v7 <= 1 ) v9 = pGlobalTXT_LocalizationStrings[109]; else v9 = pGlobalTXT_LocalizationStrings[110]; sprintf(pTmpBuf2, "%d %s ", v7, v9); strcat(pTmpBuf, pTmpBuf2); } if ( v16 && !v18 ) { if ( v16 <= 1 ) v10 = pGlobalTXT_LocalizationStrings[437];//"Minute" else v10 = pGlobalTXT_LocalizationStrings[436]; //"Minutes" sprintf(pTmpBuf2, "%d %s ", v16, v10); strcat(pTmpBuf, pTmpBuf2); } if ( v17 && !v7 ) { if ( v17 <= 1 ) v11 = pGlobalTXT_LocalizationStrings[439]; //"Second" else v11 = pGlobalTXT_LocalizationStrings[438]; //"Seconds" sprintf(pTmpBuf2, "%d %s ", v17, v11); strcat(pTmpBuf, pTmpBuf2); } v12 = TargetColor(0xFFu, 0xFFu, 0x9Bu); v13 = pFontArrus->CalcTextHeight(pTmpBuf, v15, 0, 0); v15->DrawTitleText(pFontArrus, 0, (212 - v13) / 2 + 101, v12, pTmpBuf, 3u); } //----- (0044D406) -------------------------------------------------------- void GUIWindow::DrawTitleText( GUIFont *a2, signed int uHorizontalMargin, unsigned int uVerticalMargin, unsigned __int16 uDefaultColor, const char *pInString, unsigned int uLineSpacing ) { GUIWindow *pWindow; // esi@1 unsigned int v8; // ebx@1 char *v9; // eax@1 unsigned int v11; // edi@1 signed int v12; // esi@1 int v13; // eax@2 GUIFont *pFont; // [sp+Ch] [bp-4h]@1 const char *Stra; // [sp+24h] [bp+14h]@5 pWindow = this; pFont = a2; v8 = this->uFrameWidth - uHorizontalMargin; ui_current_text_color = uDefaultColor; v9 = FitTextInAWindow(pInString, a2, this, uHorizontalMargin, 0); Stra = strtok(v9, "\n"); v11 = uHorizontalMargin + pWindow->uFrameX; v12 = uVerticalMargin + pWindow->uFrameY; while ( 1 ) { if ( !Stra ) break; v13 = (signed int)(v8 - pFont->GetLineWidth(Stra)) >> 1; if ( v13 < 0 ) v13 = 0; pFont->DrawTextLine(uDefaultColor, v11 + v13, v12, Stra, 640); v12 += pFont->uFontHeight - uLineSpacing; Stra = strtok(0, "\n"); } } // 5C6DB4: using guessed type int ui_current_text_color; //----- (0044CE08) -------------------------------------------------------- void GUIWindow::DrawText( GUIFont *a2, signed int uX, int uY, unsigned int uFontColor, const char *Str, int a7, int a8, unsigned int uFontShadowColor ) { GUIWindow *v9; // edi@1 GUIFont *v10; // ebx@1 int v11; // eax@2 signed int v12; // esi@9 signed int v13; // edi@9 int v14; // edx@9 int v15; // eax@25 unsigned int v16; // ecx@25 int v17; // eax@27 int v18; // edi@32 int v19; // esi@38 std::string v21; // [sp-18h] [bp-50h]@2 const char *v22; // [sp-8h] [bp-40h]@2 int v23; // [sp-4h] [bp-3Ch]@2 char Dest[6]; // [sp+Ch] [bp-2Ch]@32 //char v25; // [sp+Fh] [bp-29h]@32 //char v26; // [sp+11h] [bp-27h]@34 const char *v27; // [sp+20h] [bp-18h]@25 int v28; // [sp+24h] [bp-14h]@25 int v29; // [sp+28h] [bp-10h]@1 size_t v30; // [sp+2Ch] [bp-Ch]@4 GUIWindow *v31; // [sp+30h] [bp-8h]@1 const char *v32; // [sp+34h] [bp-4h]@7 size_t pInString; // [sp+4Ch] [bp+14h]@11 auto a1 = this; v29 = 0; v9 = a1; v10 = a2; v31 = a1; if ( !Str ) { MessageBoxW(nullptr, L"Invalid string passed!", L"E:\\WORK\\MSDEV\\MM7\\MM7\\Code\\Font.cpp:859", 0); return; } v11 = strcmp(Str, "null"); if ( v11 ) { v30 = strlen(Str); LOBYTE(v11) = 0; if ( !uX ) uX = 12; if ( a8 ) { v32 = Str; } else { v11 = (int)FitTextInAWindow(Str, v10, v9, uX, 0); v32 = (const char *)v11; } v12 = uX + v9->uFrameX; v13 = uY + v9->uFrameY; v14 = 0; if ( !a8 || (v11 = v13 + LOBYTE(v10->uFontHeight), v11 <= a8) ) { pInString = 0; if ( (signed int)v30 > 0 ) { do { LOBYTE(v11) = v32[v14]; if ( (unsigned __int8)v11 >= v10->cFirstChar && (unsigned __int8)v11 <= v10->cLastChar || (char)v11 == 12 || (char)v11 == 13 || (char)v11 == 9 || (char)v11 == 10 ) { switch ( (unsigned __int8)v11 ) { case 9u: strncpy(Dest, &v32[v14 + 1], 3u); Dest[3] = 0; pInString += 3; v29 = atoi(Dest); v19 = atoi(Dest); LOBYTE(v11) = (char)v31; v12 = uX + v31->uFrameX + v19; break; case 0xAu: v11 = LOBYTE(v10->uFontHeight); uY = uY + v11 - 3; v13 = uY + v31->uFrameY; v12 = uX + v29 + v31->uFrameX; if ( a8 ) goto LABEL_36; break; case 0xCu: strncpy(Dest, &v32[v14 + 1], 5u); Dest[5] = 0; v11 = atoi(Dest); pInString += 5; uFontColor = v11; break; case 0xDu: strncpy(Dest, &v32[v14 + 1], 3u); Dest[3] = 0; pInString += 3; v18 = atoi(Dest); v11 = v10->GetLineWidth(&v32[pInString]); v12 = v31->uFrameZ - v11 - v18; v13 = uY + v31->uFrameY; if ( a8 ) { v11 = LOBYTE(v10->uFontHeight); LABEL_36: v11 = v11 + v13 - 3; if ( v11 > a8 ) return; break; } break; default: if ( (char)v11 == 34 && v32[v14 + 1] == 34 ) { ++v14; pInString = v14; } v27 = &v32[v14]; v15 = (unsigned __int8)v32[v14]; v16 = *((int *)&v10->cFirstChar + 3 * v15 + 9); v28 = *((int *)&v10->cFirstChar + 3 * v15 + 9); if ( v14 > 0 ) v12 += v10->pMetrics[v15].uLeftSpacing; v17 = (int)((char *)&v10[1] + v10->field_C20[v15]); if ( (short)uFontColor ) pRenderer->DrawText( v12, v13, (unsigned __int8 *)v17, v16, LOBYTE(v10->uFontHeight), v10->pFontPalettes[0], uFontColor, uFontShadowColor); else pRenderer->DrawTextPalette( v12, v13, v17, v16, LOBYTE(v10->uFontHeight), v10->pFontPalettes[0], a7); LOBYTE(v11) = v30; v12 += v28; if ( (signed int)pInString < (signed int)v30 ) { LOBYTE(v11) = 3 * *v27; v12 += v10->pMetrics[(unsigned __int8)*v27].uRightSpacing; } break; } } v14 = pInString++ + 1; } while ( (signed int)pInString < (signed int)v30 ); } } } return; } //----- (0044CB4F) -------------------------------------------------------- int GUIWindow::DrawTextInRect(GUIFont *a2, unsigned int uX, unsigned int uY, unsigned int uColor, const char *Str1, int Source, int a8) { GUIFont *pFont; // edi@1 int pLineWidth; // ebx@1 int v11; // esi@3 unsigned __int8 v12; // cl@7 signed int v13; // esi@19 signed int v14; // ebx@19 unsigned __int8 v15; // cl@21 int v16; // eax@22 int v17; // ecx@22 int v18; // ecx@23 int v19; // ecx@24 unsigned int v20; // ecx@26 int v21; // eax@28 int v22; // ebx@34 int v23; // eax@34 int v24; // ebx@36 char Str; // [sp+Ch] [bp-20h]@34 char v26; // [sp+Fh] [bp-1Dh]@34 char v27; // [sp+11h] [bp-1Bh]@35 int v28; // [sp+20h] [bp-Ch]@17 GUIWindow *pWindow; // [sp+24h] [bp-8h]@1 size_t pNumLen; // [sp+28h] [bp-4h]@1 size_t Str1a; // [sp+40h] [bp+14h]@5 size_t Str1b; // [sp+40h] [bp+14h]@19 const char *Sourcea; // [sp+44h] [bp+18h]@20 int v34; // [sp+48h] [bp+1Ch]@26 pFont = a2; pWindow = this; pNumLen = strlen(Str1); pLineWidth = pFont->GetLineWidth(Str1); if ( pLineWidth < Source ) { pWindow->DrawText(pFont, uX, uY, uColor, Str1, 0, 0, 0); return pLineWidth; } strcpy(pTmpBuf2, Str1); v11 = 0; if ( a8 ) _strrev(pTmpBuf2); Str1a = 0; if ( (signed int)pNumLen > 0 ) { do { if ( v11 >= Source ) break; if ( pFont->IsCharValid(v12 = pTmpBuf2[Str1a]) ) { if ( v12 < 9u ) { if ( (signed int)Str1a > 0 ) v11 += pFont->pMetrics[v12].uLeftSpacing; v11 += *((int *)&pFont->cFirstChar + 3 * v12 + 9); if ( (signed int)Str1a < (signed int)pNumLen ) v11 += pFont->pMetrics[v12].uRightSpacing; goto LABEL_16; } if ( v12 > 0xAu )//10 { if ( v12 == 12 ) { Str1a += 5; } else { if ( v12 != 13 ) { if ( (signed int)Str1a > 0 ) v11 += pFont->pMetrics[v12].uLeftSpacing; v11 += *((int *)&pFont->cFirstChar + 3 * v12 + 9); if ( (signed int)Str1a < (signed int)pNumLen ) v11 += pFont->pMetrics[v12].uRightSpacing; } } } } LABEL_16: ++Str1a; } while ( (signed int)Str1a < (signed int)pNumLen ); } pTmpBuf2[Str1a - 1] = 0; pNumLen = strlen(pTmpBuf2); v28 = pFont->GetLineWidth(pTmpBuf2); if ( a8 ) _strrev(pTmpBuf2); Str1b = 0; v13 = uX + pWindow->uFrameX; v14 = uY + pWindow->uFrameY; if ( (signed int)pNumLen > 0 ) { Sourcea = &pTmpBuf2[1]; do { if ( pFont->IsCharValid(v15 = pTmpBuf2[Str1b]) ) { v16 = v15; v17 = v15 - 9; if ( v17 )//>0 { v18 = v17 - 1; if ( v18 )//>0 { v19 = v18 - 2; if ( v19 )//>0 { if ( v19 == 1 )//v15 == 13 { strncpy(&Str, Sourcea, 3u); v26 = 0; Str1b += 3; Sourcea += 3; v22 = atoi(&Str); v23 = pFont->GetLineWidth(&pTmpBuf2[Str1b]); v13 = pWindow->uFrameZ - v23 - v22; v14 = uY; } else//v15 > 13 { v20 = *((int *)&pFont->cFirstChar + 3 * v16 + 9); v34 = *((int *)&pFont->cFirstChar + 3 * v16 + 9); if ( (signed int)Str1b > 0 ) v13 += pFont->pMetrics[v16].uLeftSpacing; v21 = (int)((char *)&pFont[1] + pFont->field_C20[v16]); if ( (short)uColor ) pRenderer->DrawText(v13, v14, (unsigned __int8 *)v21, v20, LOBYTE(pFont->uFontHeight), pFont->pFontPalettes[0], uColor, 0); else pRenderer->DrawTextPalette(v13, v14, v21, v20, LOBYTE(pFont->uFontHeight), pFont->pFontPalettes[0], 0); v13 += v34; if ( (signed int)Str1b < (signed int)pNumLen ) v13 += pFont->pMetrics[(unsigned __int8)pTmpBuf2[Str1b]].uRightSpacing; } } else//v15 == 12 { strncpy(&Str, Sourcea, 5u); v27 = 0; Str1b += 5; Sourcea += 5; uColor = atoi(&Str); } } else//v15 == 10 { v24 = LOBYTE(pFont->uFontHeight); v13 = uX; uY = uY + v24 - 3; v14 = v24 + uY - 3; } } else//v15 == 9 { strncpy(&Str, Sourcea, 3u); v26 = 0; atoi(&Str); Str1b += 3; Sourcea += 3; } } ++Str1b; ++Sourcea; } while ( (signed int)Str1b < (signed int)pNumLen ); } return v28; } //----- (0041D12F) -------------------------------------------------------- GUIButton *GUIWindow::CreateButton(unsigned int uX, unsigned int uY, unsigned int uWidth, unsigned int uHeight, int a6, int a7, UIMessageType msg, unsigned int msg_param, unsigned __int8 uHotkey, const char *pName, Texture *pTextures, ...) { GUIButton *pButton; // esi@1 unsigned int v13; // eax@1 unsigned int v14; // ebx@4 unsigned int v15; // eax@4 unsigned int TextureNum=0; // ebx@4 unsigned int v17; // eax@4 Texture *v18; // eax@4 Texture **v19; // ecx@5 Texture **v20; // edx@5 GUIButton *v21; // eax@7 va_list texturs_ptr; pButton = (GUIButton *)pAllocator->AllocNamedChunk(0, 0xBCu, "BUTTON"); pButton->pParent = this; pButton->uX = uX + this->uFrameX; v13 = uY + this->uFrameY; pButton->uHeight = uHeight; pButton->uY = v13; pButton->uWidth = uWidth; if ( a6 == 2 && !uHeight ) pButton->uHeight = uWidth; v14 = pButton->uX; pButton->uButtonType = a6; v15 = v14 + uWidth - 1; pButton->uZ = v15; v17 = pButton->uY; pButton->field_2C_is_pushed = 0; pButton->uW = v17 + uHeight - 1; pButton->field_1C = a7; pButton->msg = msg; pButton->msg_param = msg_param; pButton->uHotkey = uHotkey; strlen(pName); strcpy(pButton->pButtonName, pName); va_start(texturs_ptr, pName); while (NULL!=(pTextures=va_arg(texturs_ptr, Texture *))) { pButton->pTextures[TextureNum]=pTextures; ++TextureNum; } va_end(texturs_ptr); pButton->uNumTextures = TextureNum; if ( this->pControlsTail ) this->pControlsTail->pNext = pButton; else this->pControlsHead = pButton; pButton->pPrev = this->pControlsTail; this->pControlsTail = pButton; pButton->pNext = 0; ++this->uNumControls; return pButton; } //----- (00459C2B) -------------------------------------------------------- void GUIWindow::DrawFlashingInputCursor(signed int a3, int a4, GUIFont *a2) { signed int v4; // esi@1 GUIWindow *v5; // edi@1 v4 = a3; v5 = this; if ( GetTickCount() % 1000 > 500 ) DrawText(a2, v4, a4, 0, "_", 0, 0, 0); } //----- (0041C432) -------------------------------------------------------- GUIWindow *GUIWindow::Create(unsigned int uX, unsigned int uY, unsigned int uWidth, unsigned int uHeight, WindowType eWindowType, int pButton, int a5) { unsigned int uNextFreeWindowID; // ebp@1 //int *v8; // eax@1 //GUIWindow *pWindow; // esi@4 //int v10; // eax@4 unsigned int v11; // ebx@15 NPCData *speakingNPC; // ebp@15 int v14; // eax@20 int v16; // eax@25 int v18; // eax@30 int v20; // eax@35 int v22; // eax@40 int v24; // eax@45 int v25; // eax@65 unsigned int v26; // ebx@65 char *v27; // eax@71 const char *v29; // [sp-8h] [bp-18h]@68 char *v30; // [sp-4h] [bp-14h]@68 int uWidtha; // [sp+14h] [bp+4h]@66 int num_menu_buttons; // [sp+20h] [bp+10h]@15 for (uNextFreeWindowID = 0; uNextFreeWindowID < 20; ++uNextFreeWindowID) { if (pWindowList[uNextFreeWindowID].eWindowType == WINDOW_null) break; } auto pWindow = &pWindowList[uNextFreeWindowID]; pWindow->uFrameWidth = uWidth; pWindow->uFrameZ = uX + uWidth - 1; pWindow->uFrameW = uY + uHeight - 1; pWindow->ptr_1C = (void *)pButton; pWindow->Hint = (char *)a5; //v10 = uNumVisibleWindows; pWindow->uFrameX = uX; //++v10; pWindow->uFrameY = uY; pWindow->uFrameHeight = uHeight; pWindow->eWindowType = eWindowType; pWindow->receives_keyboard_input = false; ++uNumVisibleWindows; pWindow->numVisibleWindows = uNumVisibleWindows; pVisibleWindowsIdxs[uNumVisibleWindows] = uNextFreeWindowID + 1; if ( (signed int)eWindowType <= 20 ) { if (eWindowType != WINDOW_Chest) { switch (eWindowType) { case WINDOW_Book: pWindow->InitializeBookView(); break; case WINDOW_Dialogue: pMainScreenNum = pCurrentScreen; pCurrentScreen = SCREEN_NPC_DIALOGUE; pBtn_ExitCancel = pWindow->CreateButton(0x1D7u, 0x1BDu, 0xA9u, 0x23u, 1, 0, UIMSG_Escape, 0, 0, pGlobalTXT_LocalizationStrings[79], //"Exit" pIcons_LOD->GetTexture(uExitCancelTextureId), 0); if ( pWindow->par1C != 1 ) { num_menu_buttons = 0; v11 = LOBYTE(pFontArrus->uFontHeight) - 3; speakingNPC = GetNPCData(sDialogue_SpeakingActorNPC_ID); if ( GetGreetType(sDialogue_SpeakingActorNPC_ID) == 1 )//QuestsNPC_greet { if ( speakingNPC->joins ) { pWindow->CreateButton(480, 130, 140, v11, 1, 0, UIMSG_SelectNPCDialogueOption, 0xDu, 0, "", 0); num_menu_buttons = 1; } if ( speakingNPC->evt_A ) { if ( num_menu_buttons < 4 ) { v14 = NPC_EventProcessor(speakingNPC->evt_A); if ( v14 == 1 || v14 == 2 ) pWindow->CreateButton(0x1E0u, num_menu_buttons++ * v11 + 130, 0x8Cu, v11, 1, 0, UIMSG_SelectNPCDialogueOption, 0x13u, 0, "", 0); } } if ( speakingNPC->evt_B ) { if ( num_menu_buttons < 4 ) { v16 = NPC_EventProcessor(speakingNPC->evt_B); if ( v16 == 1 || v16 == 2 ) pWindow->CreateButton(0x1E0u, num_menu_buttons++ * v11 + 130, 0x8Cu, v11, 1, 0, UIMSG_SelectNPCDialogueOption, 0x14u, 0, "", 0); } } if ( speakingNPC->evt_C ) { if ( num_menu_buttons < 4 ) { v18 = NPC_EventProcessor(speakingNPC->evt_C); if ( v18 == 1 || v18 == 2 ) pWindow->CreateButton( 0x1E0u, num_menu_buttons++ * v11 + 130, 0x8Cu, v11, 1, 0, UIMSG_SelectNPCDialogueOption, 0x15u, 0, "", 0); } } if ( speakingNPC->evt_D ) { if ( num_menu_buttons < 4 ) { v20 = NPC_EventProcessor(speakingNPC->evt_D); if ( v20 == 1 || v20 == 2 ) pWindow->CreateButton(0x1E0u, num_menu_buttons++ * v11 + 130, 0x8Cu, v11, 1, 0, UIMSG_SelectNPCDialogueOption, 0x16u, 0, "", 0); } } if ( speakingNPC->evt_E ) { if ( num_menu_buttons < 4 ) { v22 = NPC_EventProcessor(speakingNPC->evt_E); if ( v22 == 1 || v22 == 2 ) pWindow->CreateButton(0x1E0u, num_menu_buttons++ * v11 + 130, 0x8Cu, v11, 1, 0, UIMSG_SelectNPCDialogueOption, 0x17u, 0, "", 0); } } if (speakingNPC->evt_F ) { if ( num_menu_buttons < 4 ) { v24 = NPC_EventProcessor(speakingNPC->evt_F); if ( v24 == 1 || v24 == 2 ) pWindow->CreateButton(0x1E0u, num_menu_buttons++ * v11 + 130, 0x8Cu, v11, 1, 0, UIMSG_SelectNPCDialogueOption, 0x18u, 0, "", 0); } } } else { if ( speakingNPC->joins ) { pWindow->CreateButton(0x1E0u, 0x82u, 0x8Cu, v11, 1, 0, UIMSG_SelectNPCDialogueOption, 0x4Du, 0, pGlobalTXT_LocalizationStrings[407], 0);//Подробнее if (speakingNPC->Hired()) { sprintf(pTmpBuf, pGlobalTXT_LocalizationStrings[408], speakingNPC->pName); //Отпустить pWindow->CreateButton(0x1E0u, v11 + 130, 0x8Cu, v11, 1, 0, UIMSG_SelectNPCDialogueOption, 0x4Cu, 0, pTmpBuf, 0); } else { pWindow->CreateButton(0x1E0u, v11 + 130, 0x8Cu, v11, 1, 0, UIMSG_SelectNPCDialogueOption, 0x4Cu, 0, pGlobalTXT_LocalizationStrings[406], 0);//Нанять } num_menu_buttons = 2; } } pWindow->_41D08F_set_keyboard_control_group(num_menu_buttons, 1, 0, 1); } break; case WINDOW_ChangeLocation: pMainScreenNum = pCurrentScreen; pCurrentScreen = SCREEN_CHANGE_LOCATION; pBtn_ExitCancel = pWindow->CreateButton( 566, 445, 75, 33, 1, 0, UIMSG_CHANGE_LOCATION_ClickCencelBtn, 0, 'N', pGlobalTXT_LocalizationStrings[156], pIcons_LOD->GetTexture(uTextureID_BUTTDESC2), 0);//Остаться в этой области pBtn_YES = pWindow->CreateButton( 486, 445, 75, 33, 1, 0, UIMSG_OnTravelByFoot, 0, 'Y', pWindow->Hint, pIcons_LOD->GetTexture(uTextureID_BUTTYES2), 0); pWindow->CreateButton(pNPCPortraits_x[0][0], pNPCPortraits_y[0][0], 63, 73, 1, 0, UIMSG_OnTravelByFoot, 1, ' ', pWindow->Hint, 0, 0, 0); pWindow->CreateButton( 8, 8, 460, 344, 1, 0, UIMSG_OnTravelByFoot, 1, 0, pWindow->Hint, 0); break; case WINDOW_SpellBook: // окно книги заклов InitializeBookTextures(); pWindow->OpenSpellBook(); break; case WINDOW_GreetingNPC: // окно приветствия НПС pMainScreenNum = pCurrentScreen; pKeyActionMap->EnterText(0, 15, pWindow); pCurrentScreen = SCREEN_BRANCHLESS_NPC_DIALOG; break; } return pWindow; } //LABEL_62: pWindow->CreateButton(0x3Du, 0x1A8u, 0x1Fu, 0, 2, 94, UIMSG_SelectCharacter, 1u, '1', "", 0); pWindow->CreateButton(0xB1u, 0x1A8u, 0x1Fu, 0, 2, 94, UIMSG_SelectCharacter, 2u, '2', "", 0); pWindow->CreateButton(0x124u, 0x1A8u, 0x1Fu, 0, 2, 94, UIMSG_SelectCharacter, 3u, '3', "", 0); pWindow->CreateButton(0x197u, 0x1A8u, 0x1Fu, 0, 2, 94, UIMSG_SelectCharacter, 4u, '4', "", 0); pWindow->CreateButton(0, 0, 0, 0, 1, 0, UIMSG_CycleCharacters, 0, 9u, "", 0); return pWindow; } if (eWindowType == WINDOW_HouseInterior) { pCurrentScreen = SCREEN_HOUSE; pBtn_ExitCancel = pWindow->CreateButton(0x1D7u, 0x1BDu, 0xA9u, 0x23u, 1, 0, UIMSG_Escape, 0, 0, pGlobalTXT_LocalizationStrings[80],//Выйти из здания pIcons_LOD->GetTexture(uExitCancelTextureId), 0); v25 = uNumDialogueNPCPortraits; v26 = 0; if ( uNumDialogueNPCPortraits > 0 ) { for ( v26 = 0; v26 < uNumDialogueNPCPortraits; ++v26 ) { if ( v26 + 1 == v25 && uHouse_ExitPic ) { v30 = pMapStats->pInfos[uHouse_ExitPic].pName; v29 = (char*)pGlobalTXT_LocalizationStrings[LOCSTR_ENTER_S]; } else { if ( v26 || !dword_591080 ) v27 = HouseNPCData[v26 - (dword_591080 != 0)]->pName; else //v27 = (char *)p2DEvents_minus1_::08[13 * a4]; v27 = (char *)p2DEvents[pButton - 1].pProprieterName; v30 = v27; v29 = (char*)pGlobalTXT_LocalizationStrings[435]; } sprintfex(byte_591180[v26], v29, v30); HouseNPCData[v26 + 7] = (NPCData *)pWindow->CreateButton(pNPCPortraits_x[uNumDialogueNPCPortraits - 1][v26], pNPCPortraits_y[uNumDialogueNPCPortraits - 1][v26], 0x3Fu, 0x49u, 1, 0, UIMSG_ClickHouseNPCPortrait, v26, 0, byte_591180[v26], 0, 0, 0); v25 = uNumDialogueNPCPortraits; } } if ( v25 == 1 ) { window_SpeakInHouse = &pWindowList[uNextFreeWindowID]; _4B4224_UpdateNPCTopics(0); } } else { if (eWindowType == WINDOW_Transition) { pMainScreenNum = pCurrentScreen; pCurrentScreen = SCREEN_INPUT_BLV; pBtn_ExitCancel = pWindow->CreateButton(0x236u, 0x1BDu, 0x4Bu, 0x21u, 1, 0, UIMSG_TransitionWindowCloseBtn, 0, 'N', pGlobalTXT_LocalizationStrings[34], pIcons_LOD->GetTexture(uTextureID_BUTTDESC2), 0);//Отмена pBtn_YES = pWindow->CreateButton(0x1E6u, 0x1BDu, 0x4Bu, 0x21u, 1, 0, UIMSG_TransitionUI_Confirm, 0, 'Y', pWindow->Hint, pIcons_LOD->GetTexture(uTextureID_BUTTYES2), 0); pWindow->CreateButton(pNPCPortraits_x[0][0], pNPCPortraits_y[0][0], 0x3Fu, 0x49u, 1, 0, UIMSG_TransitionUI_Confirm, 1, 0x20u, pWindow->Hint, 0); pWindow->CreateButton(8, 8, 0x1CCu, 0x158u, 1, 0, UIMSG_TransitionUI_Confirm, 1u, 0, pWindow->Hint, 0); return pWindow; } if (eWindowType == WINDOW_CastSpell) { pEventTimer->Pause(); pAudioPlayer->StopChannels(-1, -1); pMouse->SetCursorBitmap("MICON2"); ShowStatusBarString(pGlobalTXT_LocalizationStrings[39], 2u);//Выберите цель return pWindow; } if (eWindowType == WINDOW_Scroll) //goto LABEL_62; { pWindow->CreateButton(0x3Du, 0x1A8u, 0x1Fu, 0, 2, 94, UIMSG_SelectCharacter, 1u, '1', "", 0); pWindow->CreateButton(0xB1u, 0x1A8u, 0x1Fu, 0, 2, 94, UIMSG_SelectCharacter, 2u, '2', "", 0); pWindow->CreateButton(0x124u, 0x1A8u, 0x1Fu, 0, 2, 94, UIMSG_SelectCharacter, 3u, '3', "", 0); pWindow->CreateButton(0x197u, 0x1A8u, 0x1Fu, 0, 2, 94, UIMSG_SelectCharacter, 4u, '4', "", 0); pWindow->CreateButton(0, 0, 0, 0, 1, 0, UIMSG_CycleCharacters, 0, '\t', "", 0); return pWindow; } if (eWindowType == WINDOW_CastSpell_InInventory) { pMouse->SetCursorBitmap("MICON2"); pBtn_ExitCancel = pWindow->CreateButton(0x188u, 0x13Eu, 0x4Bu, 0x21u, 1, 0, UIMSG_Escape, 0, 0, pGlobalTXT_LocalizationStrings[34],//Отмена pIcons_LOD->GetTexture(uTextureID_BUTTDESC2), 0); ShowStatusBarString(pGlobalTXT_LocalizationStrings[39], 2);//Выбрать цель ++pIcons_LOD->uTexturePacksCount; pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 103; pCurrentScreen = SCREEN_CASTING; if ( !pIcons_LOD->uNumPrevLoadedFiles ) pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles; } } return pWindow; }