annotate UI/UIShops.cpp @ 2333:82851980e3d8

Слияние
author Ritor1
date Wed, 02 Apr 2014 20:53:47 +0600
parents aff7a7b072b7
children ddb803517a48
rev   line source
2253
aff7a7b072b7 adding _CRT_SECURE_NO_WARNINGS to get rid of a few hundrer annoying warnings + adding count parameter to swprintf
Grumpy7
parents: 2250
diff changeset
1 #define _CRT_SECURE_NO_WARNINGS
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
2 #include "..\Items.h"
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
3 #include "..\GUIWindow.h"
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
4 #include "..\mm7_data.h"
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
5 #include "..\texts.h"
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
6 #include "UIHouses.h"
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
7 #include "..\GUIFont.h"
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
8 #include "..\Render.h"
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
9 #include "..\Party.h"
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
10 #include "..\Texture.h"
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
11 #include "..\Mouse.h"
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
12 #include "..\Events2D.h"
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
13 #include "..\AudioPlayer.h"
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
14 #include "..\MapInfo.h"
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
15 #include "..\Viewport.h"
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
16
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
17 //----- (004B910F) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1429
diff changeset
18 void WeaponShopDialog()
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
19 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
20 int phrases_id; // eax@16
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
21 int v19; // edi@25
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
22 GUIButton *pButton; // esi@27
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
23 unsigned int pColorText; // ax@27
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
24 signed int v32; // esi@41
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
25 const char *pText; // ecx@84
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
26 int all_text_height; // esi@96
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
27 ItemGen *item;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
28 int pItemID;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
29 POINT mouse; // [sp+64h] [bp-94h]@8
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
30 GUIWindow dialog_window; // [sp+7Ch] [bp-7Ch]@1
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
31 __int32 v103; // [sp+D4h] [bp-24h]@25
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
32 int pPrice; // [sp+ECh] [bp-Ch]@26
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
33 unsigned int v109;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
34 int pNumString;
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
35 int item_X;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
36
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
37 memcpy(&dialog_window, window_SpeakInHouse, sizeof(dialog_window));
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
38 dialog_window.uFrameX = 483;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
39 dialog_window.uFrameWidth = 148;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
40 dialog_window.uFrameZ = 334;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
41
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
42 switch(dialog_menu_id)
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
43 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
44 case HOUSE_DIALOGUE_MAIN:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
45 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
46 if ( HouseUI_CheckIfPlayerCanInteract() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
47 {
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
48 pShopOptions[0] = const_cast<char *>(pGlobalTXT_LocalizationStrings[134]);
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
49 pShopOptions[1] = const_cast<char *>(pGlobalTXT_LocalizationStrings[152]);
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
50 pShopOptions[2] = const_cast<char *>(pGlobalTXT_LocalizationStrings[159]);
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
51 pShopOptions[3] = const_cast<char *>(pGlobalTXT_LocalizationStrings[160]);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
52 all_text_height = 0;
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
53 for ( int i = 0; i < 4; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
54 all_text_height += pFontArrus->CalcTextHeight(pShopOptions[i], &dialog_window, 0, 0);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
55 v103 = (174 - all_text_height) / 4;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
56 v19 = (174 - 4 * (174 - all_text_height) / 4 - all_text_height) / 2 - (174 - all_text_height) / 4 / 2 + 138;
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
57 pNumString = 0;
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
58 for ( int i = pDialogueWindow->pStartingPosActiveItem; i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i )
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
59 {
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
60 pButton = pDialogueWindow->GetControl(i);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
61 pButton->uY = v103 + v19;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
62 pButton->uHeight = pFontArrus->CalcTextHeight((const char *)pShopOptions[pNumString], &dialog_window, 0, 0);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
63 v19 = pButton->uY + pFontArrus->CalcTextHeight((const char *)pShopOptions[pNumString], &dialog_window, 0, 0) - 1;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
64 pButton->uW = v19;
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
65 pColorText = Color16(0xE1u, 0xCDu, 0x23u);
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
66 if ( pDialogueWindow->pCurrentPosActiveItem != i )
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
67 pColorText = Color16(0xFFu, 0xFFu, 0xFFu);
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
68 dialog_window.DrawTitleText(pFontArrus, 0, pButton->uY, pColorText, (const char *)pShopOptions[pNumString], 3);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
69 ++pNumString;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
70 }
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
71 }
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
72 break;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
73 }
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
74 case HOUSE_DIALOGUE_SHOP_BUY_STANDARD:
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
75 {
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
76 pRenderer->DrawTextureIndexed(8, 8, ShopTexture);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
77 item_X = 0;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
78 for ( uint i = 0; i < 6; ++i )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
79 {
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
80 if ( pParty->StandartItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][i].uItemID)
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
81 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
82 pRenderer->DrawTextureTransparent((60 - ((signed int)ItemsInShopTexture[i]->uTextureWidth / 2)) + item_X, weapons_Ypos[i] + 30, ItemsInShopTexture[i]);
2215
e9625ad08541 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents: 2182
diff changeset
83 ZBuffer_DoFill2(&pRenderer->pActiveZBuffer[(60 - ((signed int)ItemsInShopTexture[i]->uTextureWidth / 2)) + item_X + window->GetWidth() * (weapons_Ypos[i] + 30)], ItemsInShopTexture[i], i + 1);
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
84 }
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
85 item_X += 70;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
86 }
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
87 if ( HouseUI_CheckIfPlayerCanInteract() )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
88 {
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
89 uint item_num = 0;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
90 for ( uint i = 0; i < 6; ++i )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
91 {
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
92 if ( pParty->StandartItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][i].uItemID)
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
93 ++item_num;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
94 }
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
95 if ( GetAsyncKeyState(17) && pPlayers[uActiveCharacter]->CanSteal() )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
96 pText = pGlobalTXT_LocalizationStrings[185];//
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
97 else
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
98 pText = pGlobalTXT_LocalizationStrings[195];//
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
99 DrawTextAtStatusBar(pText, 0);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
100 if ( item_num )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
101 {
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
102 pMouse->GetCursorPos(&mouse);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
103 if ( pRenderer->pActiveZBuffer[mouse.x + pSRZBufferLineOffsets[mouse.y]] & 0xFFFF )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
104 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
105 item = &pParty->StandartItemsInShops[(int)window_SpeakInHouse->ptr_1C][(pRenderer->pActiveZBuffer[mouse.x + pSRZBufferLineOffsets[mouse.y]] & 0xFFFF) - 1];
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
106 if ( !GetAsyncKeyState(17) || !pPlayers[uActiveCharacter]->CanSteal() )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
107 {
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
108 pText = BuildDialogueString(pMerchantsBuyPhrases[pPlayers[uActiveCharacter]->SelectPhrasesTransaction(item, BuildingType_WeaponShop, (int)window_SpeakInHouse->ptr_1C, 2)],
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
109 uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 2, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
110 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pText, &dialog_window, 0, 0)) / 2 + 138, Color16(0xFFu, 0xFFu, 0xFFu), pText, 3);
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
111 }
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
112 else
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
113 {
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
114 pText = BuildDialogueString(pGlobalTXT_LocalizationStrings[181], uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 2, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
115 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pText, &dialog_window, 0, 0)) / 2 + 138, Color16(0xFFu, 0xFFu, 0xFFu), pText, 3);
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
116 }
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
117 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
118 }
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
119 else
1758
24e756a50073 DrawBuff_remaind_time_string and DrawShops_next_generation_time_string fix and cleared
Ritor1
parents: 1754
diff changeset
120 dialog_window.DrawShops_next_generation_time_string(pParty->PartyTimes.Shops_next_generation_time[(unsigned int)window_SpeakInHouse->ptr_1C] - pParty->uTimePlayed);// 7
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
121 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
122 break;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
123 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
124
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
125 case HOUSE_DIALOGUE_SHOP_BUY_SPECIAL:
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
126 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
127 pRenderer->DrawTextureIndexed(8, 8, ShopTexture);
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
128 item_X = 0;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
129 for ( uint i = 0; i < 6; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
130 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
131 if (pParty->SpecialItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][i].uItemID)
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
132 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
133 pRenderer->DrawTextureTransparent((60 - ((signed int)ItemsInShopTexture[i]->uTextureWidth / 2)) + item_X, weapons_Ypos[i] + 30, ItemsInShopTexture[i]);
2215
e9625ad08541 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents: 2182
diff changeset
134 ZBuffer_DoFill2(&pRenderer->pActiveZBuffer[(60 - ((signed int)ItemsInShopTexture[i]->uTextureWidth / 2)) + item_X + window->GetWidth() * (weapons_Ypos[i] + 30)], ItemsInShopTexture[i], i + 1);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
135 }
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
136 item_X += 70;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
137 }
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
138 if ( HouseUI_CheckIfPlayerCanInteract() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
139 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
140 uint item_num = 0;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
141 for ( uint i = 0; i < 6; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
142 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
143 if ( pParty->SpecialItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][i].uItemID )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
144 ++item_num;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
145 }
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
146 if ( GetAsyncKeyState(17) && pPlayers[uActiveCharacter]->CanSteal() )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
147 pText = pGlobalTXT_LocalizationStrings[185];
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
148 else
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
149 pText = pGlobalTXT_LocalizationStrings[196];
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
150 DrawTextAtStatusBar(pText, 0);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
151 if ( item_num )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
152 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
153 pMouse->GetCursorPos(&mouse);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
154 if ( pRenderer->pActiveZBuffer[mouse.x + pSRZBufferLineOffsets[mouse.y]] & 0xFFFF )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
155 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
156 item = &pParty->SpecialItemsInShops[(int)window_SpeakInHouse->ptr_1C][(pRenderer->pActiveZBuffer[mouse.x + pSRZBufferLineOffsets[mouse.y]] & 0xFFFF) - 1];
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
157 if ( !GetAsyncKeyState(17) || !pPlayers[uActiveCharacter]->CanSteal() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
158 {
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
159 pText = BuildDialogueString(pMerchantsBuyPhrases[pPlayers[uActiveCharacter]->SelectPhrasesTransaction(item, BuildingType_WeaponShop, (int)window_SpeakInHouse->ptr_1C, 2)],
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
160 uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 2, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
161 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pText, &dialog_window, 0, 0)) / 2 + 138, Color16(0xFFu, 0xFFu, 0xFFu), pText, 3);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
162 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
163 else
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
164 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
165 pText = BuildDialogueString(pGlobalTXT_LocalizationStrings[181], uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 2, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
166 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pText, &dialog_window, 0, 0)) / 2 + 138, Color16(0xFFu, 0xFFu, 0xFFu), pText, 3);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
167 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
168 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
169 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
170 else
1758
24e756a50073 DrawBuff_remaind_time_string and DrawShops_next_generation_time_string fix and cleared
Ritor1
parents: 1754
diff changeset
171 dialog_window.DrawShops_next_generation_time_string(pParty->PartyTimes.Shops_next_generation_time[(unsigned int)window_SpeakInHouse->ptr_1C] - pParty->uTimePlayed);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
172 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
173 break;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
174 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
175
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
176 case HOUSE_DIALOGUE_SHOP_SELL:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
177 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
178 draw_leather();
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
179 CharacterUI_InventoryTab_Draw(pPlayers[uActiveCharacter], true);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
180 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[199], 0);
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
181 if ( !HouseUI_CheckIfPlayerCanInteract() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
182 return;
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
183 pMouse->GetCursorPos(&mouse);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
184 v109 = ((mouse.x + 14) >> 5) + 14 * ((mouse.y - 17) >> 5);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
185 if( mouse.x <= 13 || mouse.x >= 462 )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
186 return;
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
187 pItemID = pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v109);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
188 if ( !pItemID )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
189 return;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
190 item = &pPlayers[uActiveCharacter]->pInventoryItemList[pItemID - 1];
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
191 phrases_id = pPlayers[uActiveCharacter]->SelectPhrasesTransaction(item, BuildingType_WeaponShop, (int)window_SpeakInHouse->ptr_1C, 3);
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
192 pText = BuildDialogueString(pMerchantsSellPhrases[phrases_id], uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 3, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
193 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pText, &dialog_window, 0, 0)) / 2 + 138, Color16(0xFFu, 0xFFu, 0xFFu), pText, 3);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
194 break;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
195 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
196 case HOUSE_DIALOGUE_SHOP_IDENTIFY:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
197 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
198 draw_leather();
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
199 CharacterUI_InventoryTab_Draw(pPlayers[uActiveCharacter], true);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
200 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[197], 0);
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
201 if ( !HouseUI_CheckIfPlayerCanInteract() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
202 return;
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
203 pMouse->GetCursorPos(&mouse);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
204 v109 = ((mouse.x - 14) >> 5) + 14 * ((mouse.y - 17) >> 5);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
205 if( mouse.x <= 13 || mouse.x >= 462 )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
206 return;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
207 pItemID = pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v109);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
208 if ( !pItemID )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
209 return;
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
210 item = &pPlayers[uActiveCharacter]->pInventoryItemList[pItemID - 1];
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
211 if (!item->IsIdentified())
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
212 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
213 phrases_id = pPlayers[uActiveCharacter]->SelectPhrasesTransaction(item, BuildingType_WeaponShop, (int)window_SpeakInHouse->ptr_1C, 4);
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
214 pText = BuildDialogueString(pMerchantsIdentifyPhrases[phrases_id], uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 4, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
215 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pText, &dialog_window, 0, 0)) / 2 + 138, Color16(0xFFu, 0xFFu, 0xFFu), pText, 3);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
216 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
217 else
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
218 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
219 pText = BuildDialogueString("%24", uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 4, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
220 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pText, &dialog_window, 0, 0)) / 2 + 138, Color16(0xFFu, 0xFFu, 0xFFu), pText, 3);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
221 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
222 break;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
223 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
224
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
225 case HOUSE_DIALOGUE_SHOP_REPAIR:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
226 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
227 draw_leather();
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
228 CharacterUI_InventoryTab_Draw(pPlayers[uActiveCharacter], true);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
229 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[198], 0);
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
230 if ( !HouseUI_CheckIfPlayerCanInteract())
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
231 return;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
232 pMouse->GetCursorPos(&mouse);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
233 v109 = ((mouse.x - 14) >> 5) + 14 * (mouse.y - 17) >> 5;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
234 if( ( mouse.x <= 13) || mouse.x >= 462 )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
235 return;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
236 pItemID = pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v109);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
237 if ( !pItemID || (!(pPlayers[uActiveCharacter]->pOwnItems[pItemID - 1].uAttributes & 2)) )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
238 return;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
239 item = &pPlayers[uActiveCharacter]->pInventoryItemList[pItemID - 1];
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
240 phrases_id = pPlayers[uActiveCharacter]->SelectPhrasesTransaction(item, BuildingType_ArmorShop, (int)window_SpeakInHouse->ptr_1C, 5);
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
241 pText = BuildDialogueString(pMerchantsRepairPhrases[phrases_id], uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 5, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
242 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pText, &dialog_window, 0, 0)) / 2 + 138, Color16(0xFFu, 0xFFu, 0xFFu), pText, 3);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
243 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
244 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
245 break;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
246
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
247 case HOUSE_DIALOGUE_SHOP_DISPLAY_EQUIPMENT:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
248 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
249 draw_leather();
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
250 CharacterUI_InventoryTab_Draw(pPlayers[uActiveCharacter], true);
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
251 pShopOptions[0] = const_cast<char *>(pGlobalTXT_LocalizationStrings[200]);//sell
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
252 pShopOptions[1] = const_cast<char *>(pGlobalTXT_LocalizationStrings[113]);//identify
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
253 pShopOptions[2] = const_cast<char *>(pGlobalTXT_LocalizationStrings[179]);//repair
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
254 all_text_height = 0;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
255 for ( int i = 0; i < 3; ++i )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
256 all_text_height += pFontArrus->CalcTextHeight(pShopOptions[i], &dialog_window, 0, 0);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
257 v103 = (174 - all_text_height) / 3;
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
258 v19 = (3 * (58 - (signed int)v103) - all_text_height) / 2 - ((174 - all_text_height) / 3) / 2 + 138;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
259 pNumString = 0;
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
260 for ( int i = pDialogueWindow->pStartingPosActiveItem; i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
261 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
262 pButton = pDialogueWindow->GetControl(i);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
263 pButton->uY = v103 + v19;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
264 pButton->uHeight = pFontArrus->CalcTextHeight((const char *)pShopOptions[pNumString], &dialog_window, 0, 0);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
265 v19 = pButton->uY + pFontArrus->CalcTextHeight((const char *)pShopOptions[pNumString], &dialog_window, 0, 0) - 1;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
266 pButton->uW = v19;
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
267 pColorText = Color16(0xE1u, 0xCDu, 0x23u);
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
268 if ( pDialogueWindow->pCurrentPosActiveItem != i )
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
269 pColorText = Color16(0xFFu, 0xFFu, 0xFFu);
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
270 dialog_window.DrawTitleText(pFontArrus, 0, pButton->uY, pColorText, (const char *)pShopOptions[pNumString], 3);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
271 ++pNumString;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
272 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
273 break;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
274 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
275
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
276 case HOUSE_DIALOGUE_LEARN_SKILLS:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
277 {
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
278 if (!HouseUI_CheckIfPlayerCanInteract())
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
279 return;
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
280 uint item_num = 0;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
281 all_text_height = 0;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
282 v32 = (signed __int64)(p2DEvents[(signed int)window_SpeakInHouse->ptr_1C - 1].flt_24 * 500.0);
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
283 pPrice = v32 * (100 - pPlayers[uActiveCharacter]->GetMerchant()) / 100;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
284 if ( pPrice < v32 / 3 )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
285 pPrice = v32 / 3;
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
286 for ( int i = pDialogueWindow->pStartingPosActiveItem;
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
287 i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
288 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
289 if ( byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][pDialogueWindow->GetControl(i)->msg_param - 36]
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
290 && !pPlayers[uActiveCharacter]->pActiveSkills[pDialogueWindow->GetControl(i)->msg_param - 36] )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
291 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
292 all_text_height += pFontArrus->CalcTextHeight(pSkillNames[pDialogueWindow->GetControl(i)->msg_param - 36], &dialog_window, 0, 0);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
293 item_num++;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
294 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
295 }
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
296 if ( item_num )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
297 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
298 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[401], pPrice);// : %lu
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
299 dialog_window.DrawTitleText(pFontArrus, 0, 0x92u, 0, pTmpBuf.data(), 3);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
300 v103 = (149 - all_text_height) / item_num;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
301 if ( (149 - all_text_height) / item_num > 32 )
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
302 v103 = 32;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
303 v19 = (149 - item_num * v103 - all_text_height) / 2 - v103 / 2 + 162;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
304 for ( uint i = pDialogueWindow->pStartingPosActiveItem;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
305 i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
306 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
307 pButton = pDialogueWindow->GetControl(i);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
308 if ( !byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][pButton->msg_param - 36] || pPlayers[uActiveCharacter]->pActiveSkills[pButton->msg_param - 36] )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
309 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
310 pButton->uW = 0;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
311 pButton->uHeight = 0;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
312 pButton->uY = 0;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
313 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
314 else
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
315 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
316 pButton->uY = v103 + v19;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
317 pButton->uHeight = pFontArrus->CalcTextHeight(pSkillNames[pButton->msg_param - 36], &dialog_window, 0, 0);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
318 v19 = pButton->uY + pFontArrus->CalcTextHeight(pSkillNames[pButton->msg_param - 36], &dialog_window, 0, 0) - 1;
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
319 pButton->uW = v19;
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
320 pColorText = Color16(0xE1u, 0xCDu, 0x23u);
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
321 if ( pDialogueWindow->pCurrentPosActiveItem != i )
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
322 pColorText = Color16(0xFFu, 0xFFu, 0xFFu);
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
323 dialog_window.DrawTitleText(pFontArrus, 0, pButton->uY, pColorText, pSkillNames[pButton->msg_param - 36], 3);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
324 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
325 }
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
326 break;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
327 }
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
328 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[544], pPlayers[uActiveCharacter]->pName, pClassNames[pPlayers[uActiveCharacter]->classType]);
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
329 strcat(pTmpBuf.data(), "\n \n");
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
330 strcat(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[528]);// .
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
331 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pTmpBuf.data(), &dialog_window, 0, 0)) / 2 + 138, Color16(0xE1u, 0xCDu, 0x23u), pTmpBuf.data(), 3);
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
332 return;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
333 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
334 default:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
335 {
1739
1776d4f033a7 WeaponShop cleared
Ritor1
parents: 1729
diff changeset
336 __debugbreak();
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
337 break;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
338 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
339 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
340 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
341
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
342 //----- (004BA928) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1429
diff changeset
343 void ArmorShopDialog()
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
344 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
345 int phrases_id; // eax@20
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
346 int all_text_height; // ebx@22
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
347 int v146; // [sp+E4h] [bp-20h]@24
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
348 int v23; // ebx@24
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
349 GUIButton *pButton; // eax@26
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
350 signed int v38; // esi@42
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
351 int v59; // eax@68
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
352 const char *pText; // ecx@91
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
353 ItemGen *selected_item; // ecx@99
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
354 int pNumString; // edx@109
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
355 unsigned __int16 pTextColor; // ax@109
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
356 POINT mouse; // [sp+4Ch] [bp-B8h]@97
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
357 GUIWindow dialog_window; // [sp+8Ch] [bp-78h]@1
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
358 __int32 pItemCount; // [sp+F0h] [bp-14h]@8
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
359 int item_x; // [sp+100h] [bp-4h]@44
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
360 int pPrice;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
361 unsigned int v153;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
362
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
363 memcpy(&dialog_window, window_SpeakInHouse, sizeof(dialog_window));
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
364 dialog_window.uFrameX = 483;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
365 dialog_window.uFrameWidth = 148;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
366 dialog_window.uFrameZ = 334;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
367 switch (dialog_menu_id)
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
368 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
369 case HOUSE_DIALOGUE_MAIN:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
370 {
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
371 if ( !HouseUI_CheckIfPlayerCanInteract() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
372 return;
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
373 pShopOptions[0] = const_cast<char *>(pGlobalTXT_LocalizationStrings[134]); //"Buy Standard"
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
374 pShopOptions[1] = const_cast<char *>(pGlobalTXT_LocalizationStrings[152]); //"Buy Special"
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
375 pShopOptions[2] = const_cast<char *>(pGlobalTXT_LocalizationStrings[159]); //"Display Inventory"
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
376 pShopOptions[3] = const_cast<char *>(pGlobalTXT_LocalizationStrings[160]);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
377 all_text_height = 0;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
378 for( int i = 0; i < 4; ++i )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
379 all_text_height += pFontArrus->CalcTextHeight(pShopOptions[i], &dialog_window, 0, 0);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
380 v146 = ( 174 - all_text_height ) / 4;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
381 v23 = ( 174 - 4 * ( 174 - all_text_height ) / 4 - all_text_height ) / 2 - ( 174 - all_text_height ) / 4 / 2 + 138;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
382 pNumString = 0;
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
383 for (int i = pDialogueWindow->pStartingPosActiveItem;
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
384 i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i)
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
385 {
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
386 pButton = pDialogueWindow->GetControl(i);
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
387 pButton->uY = v146 + v23;
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
388 pButton->uHeight = pFontArrus->CalcTextHeight(pShopOptions[pNumString], &dialog_window, 0, 0);
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
389 v23 = pButton->uY + pFontArrus->CalcTextHeight(pShopOptions[pNumString], &dialog_window, 0, 0) - 1;
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
390 pButton->uW = v23;
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
391 pTextColor = Color16(0xE1u, 0xCDu, 0x23u);
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
392 if ( pDialogueWindow->pCurrentPosActiveItem != i )
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
393 pTextColor = Color16(0xFFu, 0xFFu, 0xFFu);
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
394 dialog_window.DrawTitleText(pFontArrus, 0, pButton->uY, pTextColor, pShopOptions[pNumString], 3);
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
395 ++pNumString;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
396 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
397 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
398 break;
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
399
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
400 case HOUSE_DIALOGUE_SHOP_BUY_STANDARD:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
401 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
402 pRenderer->DrawTextureIndexed(8, 8, ShopTexture);//
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
403 item_x = 0;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
404 for ( int i = 0; i < 8; ++i )//
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
405 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
406 if ( pParty->StandartItemsInShops[window_SpeakInHouse->par1C][i].uItemID)
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
407 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
408 if ( i >= 4 ) //low row
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
409 {
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
410 pRenderer->DrawTextureTransparent((90 - (ItemsInShopTexture[i]->uTextureWidth / 2)) + item_x - 420, 126, ItemsInShopTexture[i]);
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
411 v59 = (90 - (ItemsInShopTexture[i]->uTextureWidth / 2)) + item_x + 80220;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
412 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
413 else
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
414 {
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
415 pRenderer->DrawTextureTransparent(( 86 - (ItemsInShopTexture[i]->uTextureWidth / 2)) + item_x, 98 - ItemsInShopTexture[i]->uTextureHeight, ItemsInShopTexture[i]);
2215
e9625ad08541 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents: 2182
diff changeset
416 v59 = item_x + (86 - (ItemsInShopTexture[i]->uTextureWidth / 2)) + window->GetWidth() * (98 - ItemsInShopTexture[i]->uTextureHeight);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
417 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
418 ZBuffer_DoFill(&pRenderer->pActiveZBuffer[v59], ItemsInShopTexture[i], i + 1);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
419 }
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
420 item_x += 105;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
421 }
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
422 if ( !HouseUI_CheckIfPlayerCanInteract() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
423 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
424 pItemCount = 0;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
425 for ( int i = 0; i < 8; ++i )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
426 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
427 if ( pParty->StandartItemsInShops[window_SpeakInHouse->par1C][i].uItemID )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
428 ++pItemCount;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
429 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
430 if ( GetAsyncKeyState(17) == 0 || pPlayers[uActiveCharacter]->CanSteal() == 0 )
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
431 pText = pGlobalTXT_LocalizationStrings[195]; //"Select the Item to Buy"
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
432 else
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
433 pText = pGlobalTXT_LocalizationStrings[185];//"Steal item"
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
434 DrawTextAtStatusBar(pText, 0);
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
435 if ( pItemCount )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
436 {
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
437 pMouse->GetCursorPos(&mouse);
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
438 if ( !(pRenderer->pActiveZBuffer[mouse.x + pSRZBufferLineOffsets[mouse.y]] & 0xFFFF) )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
439 return;
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
440 selected_item = &pParty->StandartItemsInShops[window_SpeakInHouse->par1C][(pRenderer->pActiveZBuffer[mouse.x + pSRZBufferLineOffsets[mouse.y]] & 0xFFFF) - 1];
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
441 if ( !GetAsyncKeyState(17) || !pPlayers[uActiveCharacter]->CanSteal())
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
442 {
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
443 pText = BuildDialogueString(pMerchantsBuyPhrases[pPlayers[uActiveCharacter]->SelectPhrasesTransaction(selected_item, BuildingType_ArmorShop, window_SpeakInHouse->par1C, 2)],
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
444 uActiveCharacter - 1, selected_item, (char *)window_SpeakInHouse->ptr_1C, 2, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
445 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pText, &dialog_window, 0, 0)) / 2 + 138, Color16(0xFFu, 0xFFu, 0xFFu), pText, 3);
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
446 }
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
447 else
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
448 {
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
449 pText = BuildDialogueString(pGlobalTXT_LocalizationStrings[181], uActiveCharacter - 1, selected_item, (char *)window_SpeakInHouse->ptr_1C, 2, 0); //"Steal %24"
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
450 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pText, &dialog_window, 0, 0)) / 2 + 138, Color16(0xFFu, 0xFFu, 0xFFu), pText, 3);
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
451 }
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
452 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
453 }
1758
24e756a50073 DrawBuff_remaind_time_string and DrawShops_next_generation_time_string fix and cleared
Ritor1
parents: 1754
diff changeset
454 dialog_window.DrawShops_next_generation_time_string(pParty->PartyTimes.Shops_next_generation_time[window_SpeakInHouse->par1C]- pParty->uTimePlayed);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
455 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
456 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
457 break;
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
458
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
459 case HOUSE_DIALOGUE_SHOP_BUY_SPECIAL:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
460 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
461 pRenderer->DrawTextureIndexed(8, 8, ShopTexture);
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
462 item_x = 0;
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
463 for ( int i = 0; i < 8; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
464 {
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
465 if ( pParty->SpecialItemsInShops[window_SpeakInHouse->par1C][i].uItemID )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
466 {
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
467 if ( i >= 4 )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
468 {
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
469 pRenderer->DrawTextureTransparent(item_x + (90 - ((signed int)ItemsInShopTexture[i]->uTextureWidth / 2)) - 420, 126, ItemsInShopTexture[i]);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
470 v59 = item_x + (90 - ((signed int)ItemsInShopTexture[i]->uTextureWidth / 2)) + 80220;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
471 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
472 else
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
473 {
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
474 pRenderer->DrawTextureTransparent(86 - ((signed int)ItemsInShopTexture[i]->uTextureWidth / 2) + item_x, 98 - ItemsInShopTexture[i]->uTextureHeight, ItemsInShopTexture[i]);
2215
e9625ad08541 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents: 2182
diff changeset
475 v59 = (86 - ((signed int)ItemsInShopTexture[i]->uTextureWidth / 2)) + item_x + window->GetWidth() * (98 - ItemsInShopTexture[i]->uTextureHeight);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
476 }
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
477 ZBuffer_DoFill(&pRenderer->pActiveZBuffer[v59], ItemsInShopTexture[i], i + 1);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
478 }
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
479 item_x += 105;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
480 }
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
481 if ( !HouseUI_CheckIfPlayerCanInteract() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
482 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
483 pItemCount = 0;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
484 for ( uint i = 0; i < 6; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
485 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
486 if (pParty->SpecialItemsInShops[window_SpeakInHouse->par1C][i].uItemID)
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
487 ++pItemCount;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
488 }
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
489 if ( !GetAsyncKeyState(17) || !pPlayers[uActiveCharacter]->CanSteal() )
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
490 pText = pGlobalTXT_LocalizationStrings[196]; //Select the Special Item to Buy"
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
491 else
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
492 pText = pGlobalTXT_LocalizationStrings[185];
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
493 DrawTextAtStatusBar(pText, 0);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
494 if ( pItemCount )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
495 {
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
496 pMouse->GetCursorPos(&mouse);
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
497 if ( !(pRenderer->pActiveZBuffer[mouse.x + pSRZBufferLineOffsets[mouse.y]] & 0xFFFF) )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
498 return;
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
499 pItemCount = (pRenderer->pActiveZBuffer[mouse.x + pSRZBufferLineOffsets[mouse.y]] & 0xFFFF) - 1;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
500 if ( dialog_menu_id == 2 )
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
501 selected_item = &pParty->StandartItemsInShops[window_SpeakInHouse->par1C][(pRenderer->pActiveZBuffer[mouse.x + pSRZBufferLineOffsets[mouse.y]] & 0xFFFF) - 1];
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
502 else
1741
4b0e19d91505 ArmorShop cleaning(continue)
Ritor1
parents: 1739
diff changeset
503 selected_item = &pParty->SpecialItemsInShops[window_SpeakInHouse->par1C][(pRenderer->pActiveZBuffer[mouse.x + pSRZBufferLineOffsets[mouse.y]] & 0xFFFF) - 1];
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
504 if ( !GetAsyncKeyState(17) || !pPlayers[uActiveCharacter]->CanSteal() )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
505 {
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
506 pText = BuildDialogueString(pMerchantsBuyPhrases[pPlayers[uActiveCharacter]->SelectPhrasesTransaction(selected_item, BuildingType_ArmorShop, window_SpeakInHouse->par1C, 2)],
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
507 uActiveCharacter - 1, selected_item, (char *)window_SpeakInHouse->ptr_1C, 2, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
508 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pText, &dialog_window, 0, 0)) / 2 + 138, Color16(0xFFu, 0xFFu, 0xFFu), pText, 3);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
509 }
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
510 else
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
511 {
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
512 pText = BuildDialogueString(pGlobalTXT_LocalizationStrings[181], uActiveCharacter - 1, selected_item, (char *)window_SpeakInHouse->ptr_1C, 2, 0);//"Steal %24"
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
513 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pText, &dialog_window, 0, 0)) / 2 + 138, Color16(0xFFu, 0xFFu, 0xFFu), pText, 3);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
514 }
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
515 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
516 }
1758
24e756a50073 DrawBuff_remaind_time_string and DrawShops_next_generation_time_string fix and cleared
Ritor1
parents: 1754
diff changeset
517 dialog_window.DrawShops_next_generation_time_string(pParty->PartyTimes.Shops_next_generation_time[window_SpeakInHouse->par1C]- pParty->uTimePlayed);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
518 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
519 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
520 break;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
521
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
522 case HOUSE_DIALOGUE_SHOP_DISPLAY_EQUIPMENT:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
523 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
524 draw_leather();
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
525 CharacterUI_InventoryTab_Draw(pPlayers[uActiveCharacter], true);
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
526 pShopOptions[0] = const_cast<char *>(pGlobalTXT_LocalizationStrings[200]); //"Sell"
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
527 pShopOptions[1] = const_cast<char *>(pGlobalTXT_LocalizationStrings[113]); //"Identify"
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
528 pShopOptions[2] = const_cast<char *>(pGlobalTXT_LocalizationStrings[179]); //"Repair"
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
529 all_text_height = 0;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
530 for ( int i = 0; i < 3; ++i )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
531 all_text_height += pFontArrus->CalcTextHeight(pShopOptions[i], &dialog_window, 0, 0);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
532 v146 = (174 - all_text_height) / 3;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
533 v23 = (3 * (58 - v146) - all_text_height) / 2 - v146 / 2 + 138;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
534 pNumString = 0;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
535 for ( int i = pDialogueWindow->pStartingPosActiveItem;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
536 i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
537 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
538 pButton = pDialogueWindow->GetControl(i);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
539 pButton->uY = v146 + v23;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
540 pButton->uHeight = pFontArrus->CalcTextHeight(pShopOptions[pNumString], &dialog_window, 0, 0);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
541 v23 = pButton->uY + pFontArrus->CalcTextHeight(pShopOptions[pNumString], &dialog_window, 0, 0) - 1;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
542 pButton->uW = v23;
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
543 pTextColor = Color16(0xE1u, 0xCDu, 0x23u);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
544 if ( pDialogueWindow->pCurrentPosActiveItem != i )
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
545 pTextColor = Color16(0xFFu, 0xFFu, 0xFFu);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
546 dialog_window.DrawTitleText(pFontArrus, 0, pButton->uY, pTextColor, pShopOptions[pNumString], 3);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
547 ++pNumString;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
548 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
549 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
550 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
551 break;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
552
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
553 case HOUSE_DIALOGUE_SHOP_SELL:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
554 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
555 draw_leather();
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
556 CharacterUI_InventoryTab_Draw(pPlayers[uActiveCharacter], true);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
557 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[199], 0);//"Select the Item to Sell"
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
558 if ( !HouseUI_CheckIfPlayerCanInteract())
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
559 return;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
560 pMouse->GetCursorPos(&mouse);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
561 v153 = ((mouse.x - 14) >> 5) + 14 * ((mouse.y - 17) >> 5);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
562 if ( mouse.x <= 13 || mouse.x >= 462 )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
563 return;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
564 if ( !pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v153) )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
565 return;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
566 selected_item = &pPlayers[uActiveCharacter]->pInventoryItemList[pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v153) - 1];
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
567 pText = BuildDialogueString(pMerchantsSellPhrases[pPlayers[uActiveCharacter]->SelectPhrasesTransaction(selected_item, BuildingType_ArmorShop, window_SpeakInHouse->par1C, 3)],
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
568 uActiveCharacter - 1, selected_item, (char *) window_SpeakInHouse->par1C, 3, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
569 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pText, &dialog_window, 0, 0)) / 2 + 138, Color16(0xFFu, 0xFFu, 0xFFu), pText, 3);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
570 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
571 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
572 break;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
573 case HOUSE_DIALOGUE_SHOP_IDENTIFY:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
574 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
575 draw_leather();
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
576 CharacterUI_InventoryTab_Draw(pPlayers[uActiveCharacter], true);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
577 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[197], 0); //"Select the Item to Identify"
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
578 if ( HouseUI_CheckIfPlayerCanInteract() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
579 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
580 pMouse->GetCursorPos(&mouse);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
581 v153 = ((mouse.x - 14) >> 5) + 14 * ((mouse.y - 17) >> 5);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
582 if ( mouse.x > 13 && mouse.x < 462 )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
583 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
584 if ( pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v153) )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
585 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
586 selected_item = &pPlayers[uActiveCharacter]->pInventoryItemList[pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v153)-1];
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
587 if (selected_item->IsIdentified())
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
588 pText = BuildDialogueString("%24", uActiveCharacter - 1, selected_item, (char *)window_SpeakInHouse->ptr_1C, 4, 0);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
589 else
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
590 pText = BuildDialogueString(pMerchantsIdentifyPhrases[pPlayers[uActiveCharacter]->SelectPhrasesTransaction(selected_item, BuildingType_ArmorShop,
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
591 (int)window_SpeakInHouse->ptr_1C, 4)], uActiveCharacter - 1, selected_item, (char *)window_SpeakInHouse->ptr_1C, 4, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
592 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pText, &dialog_window, 0, 0)) / 2 + 138, Color16(0xFFu, 0xFFu, 0xFFu), pText, 3);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
593 return;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
594 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
595 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
596 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
597 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
598 break;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
599 case HOUSE_DIALOGUE_SHOP_REPAIR:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
600 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
601 draw_leather();
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
602 CharacterUI_InventoryTab_Draw(pPlayers[uActiveCharacter], true);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
603 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[198], 0);
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
604 if ( !HouseUI_CheckIfPlayerCanInteract())
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
605 return;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
606 pMouse->GetCursorPos(&mouse);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
607 v153 = ((mouse.x -14) >> 5) + 14 * ((mouse.y - 17) >> 5);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
608 if( mouse.x <= 13 || mouse.x >= 462 )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
609 return;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
610 if ( !pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v153)
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
611 || (!(pPlayers[uActiveCharacter]->pOwnItems[pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v153) - 1].uAttributes& 2)) )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
612 return;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
613 selected_item = &pPlayers[uActiveCharacter]->pInventoryItemList[pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v153) - 1];
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
614 phrases_id = pPlayers[uActiveCharacter]->SelectPhrasesTransaction(&pPlayers[uActiveCharacter]->pInventoryItemList[pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v153) - 1],
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
615 BuildingType_ArmorShop, window_SpeakInHouse->par1C, 5);
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
616 pText = BuildDialogueString(pMerchantsRepairPhrases[phrases_id], uActiveCharacter - 1, selected_item, (char *)window_SpeakInHouse->ptr_1C, 5, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
617 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pText, &dialog_window, 0, 0)) / 2 + 138, Color16(0xFFu, 0xFFu, 0xFFu), pText, 3);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
618 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
619 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
620 break;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
621
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
622 case HOUSE_DIALOGUE_LEARN_SKILLS:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
623 {
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
624 if (!HouseUI_CheckIfPlayerCanInteract() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
625 return;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
626 uint item_num = 0;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
627 v38 = (signed __int64)(p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].flt_24 * 500.0);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
628 pPrice = v38 * (100 - pPlayers[uActiveCharacter]->GetMerchant()) / 100;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
629 if ( (signed int)pPrice < v38 / 3 )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
630 pPrice = v38 / 3;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
631 all_text_height = 0;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
632 for ( int i = pDialogueWindow->pStartingPosActiveItem;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
633 i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
634 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
635 if ( byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][pDialogueWindow->GetControl(i)->msg_param - 36]
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
636 && !pPlayers[uActiveCharacter]->pActiveSkills[pDialogueWindow->GetControl(i)->msg_param - 36] )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
637 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
638 all_text_height += pFontArrus->CalcTextHeight(pSkillNames[pDialogueWindow->GetControl(i)->msg_param - 36], &dialog_window, 0, 0);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
639 item_num ++;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
640 }
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
641 }
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
642 if ( item_num )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
643 {
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
644 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[401], pPrice);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
645 dialog_window.DrawTitleText(pFontArrus, 0, 0x92u, 0, pTmpBuf.data(), 3);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
646 v146 = (149 - all_text_height) / item_num;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
647 if ( (149 - all_text_height) / item_num > 32 )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
648 v146 = 32;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
649 v23 = (149 - v146 * item_num - all_text_height) / 2 - v146 / 2 + 162;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
650 for ( int i = pDialogueWindow->pStartingPosActiveItem;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
651 i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
652 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
653 pButton = pDialogueWindow->GetControl(i);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
654 if ( !byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][pButton->msg_param - 36]
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
655 || pPlayers[uActiveCharacter]->pActiveSkills[pButton->msg_param - 36] )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
656 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
657 pButton->uW = 0;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
658 pButton->uHeight = 0;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
659 pButton->uY = 0;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
660 }
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
661 else
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
662 {
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
663 pButton->uY = v146 + v23;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
664 pButton->uHeight = pFontArrus->CalcTextHeight(pSkillNames[pButton->msg_param - 36], &dialog_window, 0, 0);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
665 v23 = pButton->uY + pFontArrus->CalcTextHeight(pSkillNames[pButton->msg_param - 36], &dialog_window, 0, 0) - 1;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
666 pButton->uW = v23;
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
667 pTextColor = Color16(0xE1u, 0xCDu, 0x23u);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
668 if ( pDialogueWindow->pCurrentPosActiveItem != i )
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
669 pTextColor = Color16(0xFFu, 0xFFu, 0xFFu);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
670 dialog_window.DrawTitleText(pFontArrus, 0, pButton->uY, pTextColor, pSkillNames[pButton->msg_param - 36], 3);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
671 }
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
672 }
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
673 return;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
674 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
675 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[544], pPlayers[uActiveCharacter]->pName, pClassNames[pPlayers[uActiveCharacter]->classType]); //"Seek knowledge elsewhere %s the %s"
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
676 strcat(pTmpBuf.data(), "\n \n");
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
677 strcat(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[528]); //"I can offer you nothing further."
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
678 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pTmpBuf.data(), &dialog_window, 0, 0)) / 2 + 138, Color16(0xE1u, 0xCDu, 0x23u), pTmpBuf.data(), 3);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
679 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
680 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
681 break;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
682 default:
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
683 __debugbreak();
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
684 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
685 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
686 //----- (004B9CC6) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1429
diff changeset
687 void AlchemistDialog()
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
688 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
689 int index; // eax@7
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
690 signed int v5; // esi@9
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
691 int v18; // eax@23
1838
211dfe2d8db1 changing global char* vars to const char* vars
Grumpy7
parents: 1827
diff changeset
692 const char *pText; // edx@29
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
693 unsigned int product_height_1row; // edi@55
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
694 unsigned int product_width_1row; // esi@57
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
695 unsigned int product_height_2row; // edi@67
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
696 unsigned int product_width_2row; // esi@69
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
697 ItemGen *item; // esi@118
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
698 int v71; // eax@123
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
699 int all_text_height; // edi@125
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
700 GUIButton *pButton; // esi@129
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
701 unsigned int pColorText; // ax@129
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
702 POINT mouse; // [sp+2Ch] [bp-ACh]@117
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
703 GUIWindow dialog_window; // [sp+5Ch] [bp-7Ch]@1
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
704 int v105; // [sp+B0h] [bp-28h]@19
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
705 int pNumString; // [sp+C8h] [bp-10h]@9
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
706 int item_num; // [sp+D4h] [bp-4h]@11
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
707 int pPrice;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
708
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
709 memcpy(&dialog_window, window_SpeakInHouse, sizeof(dialog_window));
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
710 dialog_window.uFrameX = 483;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
711 dialog_window.uFrameWidth = 148;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
712 dialog_window.uFrameZ = 334;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
713 switch(dialog_menu_id)
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
714 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
715 case HOUSE_DIALOGUE_MAIN:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
716 {
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
717 if ( HouseUI_CheckIfPlayerCanInteract() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
718 {
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
719 pShopOptions[0] = const_cast<char *>(pGlobalTXT_LocalizationStrings[134]);
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
720 pShopOptions[1] = const_cast<char *>(pGlobalTXT_LocalizationStrings[152]);
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
721 pShopOptions[2] = const_cast<char *>(pGlobalTXT_LocalizationStrings[159]);
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
722 pShopOptions[3] = const_cast<char *>(pGlobalTXT_LocalizationStrings[160]);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
723 all_text_height = 0;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
724 for ( int i = 0; i < 4; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
725 all_text_height += pFontArrus->CalcTextHeight(pShopOptions[i], &dialog_window, 0, 0);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
726 v18 = (174 - all_text_height) / 4;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
727 v105 = (174 - 4 * (174 - all_text_height) / 4 - all_text_height) / 2 - (174 - all_text_height) / 4 / 2 + 138;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
728 pNumString = 0;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
729 for ( int i = pDialogueWindow->pStartingPosActiveItem;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
730 i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
731 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
732 pButton = pDialogueWindow->GetControl(i);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
733 pButton->uY = v18 + v105;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
734 pButton->uHeight = pFontArrus->CalcTextHeight((const char *)pShopOptions[pNumString], &dialog_window, 0, 0);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
735 v105 = pButton->uY + pFontArrus->CalcTextHeight((const char *)pShopOptions[pNumString], &dialog_window, 0, 0) - 1;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
736 pButton->uW = v105;
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
737 pColorText = Color16(0xE1u, 0xCDu, 0x23u);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
738 if ( pDialogueWindow->pCurrentPosActiveItem != i )
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
739 pColorText = Color16(0xFFu, 0xFFu, 0xFFu);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
740 dialog_window.DrawTitleText(pFontArrus, 0, pButton->uY, pColorText, (const char *)pShopOptions[pNumString], 3);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
741 ++pNumString;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
742 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
743 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
744 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
745 }
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
746
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
747 case HOUSE_DIALOGUE_SHOP_BUY_STANDARD:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
748 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
749 pRenderer->DrawTextureIndexed(8, 8, ShopTexture);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
750 for ( uint i = 0; i < 6; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
751 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
752 if ( pParty->StandartItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][i].uItemID )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
753 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
754 product_height_1row = 152 - ItemsInShopTexture[i]->uTextureHeight;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
755 if ( (signed int)product_height_1row < 1 )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
756 product_height_1row = 0;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
757 product_width_1row = 75 * i - ItemsInShopTexture[i]->uTextureWidth / 2 + 40;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
758 if ( i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
759 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
760 if ( i == 5 )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
761 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
762 if ( (signed int)product_width_1row > 457 - ItemsInShopTexture[5]->uTextureWidth )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
763 product_width_1row = 457 - ItemsInShopTexture[5]->uTextureWidth;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
764 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
765 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
766 else if ( (signed int)product_width_1row < 18 )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
767 product_width_1row = 18;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
768 pRenderer->DrawTextureTransparent(product_width_1row, product_height_1row, ItemsInShopTexture[i]);
2215
e9625ad08541 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents: 2182
diff changeset
769 ZBuffer_DoFill2(&pRenderer->pActiveZBuffer[product_width_1row + window->GetWidth() * product_height_1row], ItemsInShopTexture[i], i + 1);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
770 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
771 }
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
772 for ( uint i = 0; i < 6; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
773 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
774 if ( pParty->StandartItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][i + 6].uItemID )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
775 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
776 product_height_2row = 308 - ItemsInShopTexture[i + 6]->uTextureHeight;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
777 if ( (signed int)product_height_2row < 1 )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
778 product_height_2row = 0;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
779 product_width_2row = 75 * i - ItemsInShopTexture[i + 6]->uTextureWidth / 2 + 40;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
780 if ( i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
781 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
782 if ( i == 5 )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
783 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
784 if ( (signed int)product_width_2row > 457 - ItemsInShopTexture[11]->uTextureWidth )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
785 product_width_2row = 457 - ItemsInShopTexture[11]->uTextureWidth;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
786 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
787 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
788 else
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
789 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
790 if ( (signed int)product_width_2row < 18 )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
791 product_width_2row = 18;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
792 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
793 pRenderer->DrawTextureTransparent(product_width_2row, product_height_2row, ItemsInShopTexture[i + 6]);
2215
e9625ad08541 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents: 2182
diff changeset
794 ZBuffer_DoFill2(&pRenderer->pActiveZBuffer[product_width_2row + window->GetWidth() * product_height_2row], ItemsInShopTexture[i + 6], i + 7);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
795 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
796 }
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
797 if ( HouseUI_CheckIfPlayerCanInteract() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
798 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
799 item_num = 0;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
800 for ( uint i = 0; i < 12; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
801 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
802 if ( pParty->StandartItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][i].uItemID)
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
803 ++item_num;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
804 }
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
805 if ( GetAsyncKeyState(17) && pPlayers[uActiveCharacter]->CanSteal() )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
806 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[185], 0);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
807 else
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
808 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[195], 0);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
809 if ( !item_num )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
810 {
1758
24e756a50073 DrawBuff_remaind_time_string and DrawShops_next_generation_time_string fix and cleared
Ritor1
parents: 1754
diff changeset
811 dialog_window.DrawShops_next_generation_time_string(pParty->PartyTimes.Shops_next_generation_time[ (unsigned int)window_SpeakInHouse->ptr_1C] - pParty->uTimePlayed);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
812 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
813 }
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
814 pMouse->GetCursorPos(&mouse);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
815 if ( pRenderer->pActiveZBuffer[mouse.x + pSRZBufferLineOffsets[mouse.y]] & 0xFFFF )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
816 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
817 item = &pParty->StandartItemsInShops[(int)window_SpeakInHouse->ptr_1C][(pRenderer->pActiveZBuffer[mouse.x + pSRZBufferLineOffsets[mouse.y]] & 0xFFFF) - 1];
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
818 if ( !GetAsyncKeyState(17) || !pPlayers[uActiveCharacter]->CanSteal() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
819 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
820 v71 = pPlayers[uActiveCharacter]->SelectPhrasesTransaction(item, BuildingType_AlchemistShop, (int)window_SpeakInHouse->ptr_1C, 2);
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
821 pText = BuildDialogueString(pMerchantsBuyPhrases[v71], uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 2, 0);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
822 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
823 else
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
824 pText = BuildDialogueString(pGlobalTXT_LocalizationStrings[181], uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 2, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
825 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pText, &dialog_window, 0, 0)) / 2 + 138, Color16(0xFFu, 0xFFu, 0xFFu), pText, 3);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
826 return ;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
827 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
828 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
829 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
830 }
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
831
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
832 case HOUSE_DIALOGUE_SHOP_BUY_SPECIAL:
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
833 {
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
834 pRenderer->DrawTextureIndexed(8, 8, ShopTexture);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
835 for ( uint i = 0; i < 6; ++i )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
836 {
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
837 if (pParty->SpecialItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][i].uItemID)
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
838 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
839 product_height_1row = 152 - ItemsInShopTexture[i]->uTextureHeight;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
840 if ( (signed int)product_height_1row < 1 )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
841 product_height_1row = 0;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
842 product_width_1row = 75 * i - ItemsInShopTexture[i]->uTextureWidth / 2 + 40;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
843 if ( i )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
844 {
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
845 if ( i == 5 )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
846 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
847 if ( (signed int)product_width_1row > 457 - ItemsInShopTexture[5]->uTextureWidth )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
848 product_width_1row = 457 - ItemsInShopTexture[5]->uTextureWidth;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
849 }
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
850 }
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
851 else
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
852 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
853 if ( (signed int)product_width_1row < 18 )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
854 product_width_1row = 18;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
855 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
856 pRenderer->DrawTextureTransparent(product_width_1row, product_height_1row, ItemsInShopTexture[i]);
2215
e9625ad08541 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents: 2182
diff changeset
857 ZBuffer_DoFill2(&pRenderer->pActiveZBuffer[product_width_1row + window->GetWidth() * product_height_1row], ItemsInShopTexture[i], i + 1);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
858 }
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
859 }
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
860 for ( uint i = 0; i < 6; ++i )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
861 {
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
862 if (pParty->SpecialItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][(signed int)i + 6].uItemID) //not itemid
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
863 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
864 product_height_2row = 308 - ItemsInShopTexture[i + 6]->uTextureHeight;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
865 if ( (signed int)product_height_2row < 1 )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
866 product_height_2row = 0;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
867 product_width_2row = 75 * i - ItemsInShopTexture[i + 6]->uTextureWidth / 2 + 40;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
868 if ( i )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
869 {
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
870 if ( i == 5 )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
871 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
872 if ( (signed int)product_width_2row > 457 - ItemsInShopTexture[11]->uTextureWidth )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
873 product_width_2row = 457 - ItemsInShopTexture[11]->uTextureWidth;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
874 }
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
875 }
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
876 else
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
877 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
878 if ( (signed int)product_width_2row < 18 )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
879 product_width_2row = 18;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
880 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
881 pRenderer->DrawTextureTransparent(product_width_2row, product_height_2row, ItemsInShopTexture[i + 6]);
2215
e9625ad08541 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents: 2182
diff changeset
882 ZBuffer_DoFill2(&pRenderer->pActiveZBuffer[product_width_2row + window->GetWidth() * product_height_2row], ItemsInShopTexture[i + 6], i + 7);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
883 }
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
884 }
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
885 if ( HouseUI_CheckIfPlayerCanInteract() )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
886 {
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
887 item_num = 0;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
888 for ( uint i = 0; i < 12; ++i )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
889 {
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
890 if (pParty->SpecialItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][i].uItemID)
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
891 ++item_num;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
892 }
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
893 if ( GetAsyncKeyState(17) && pPlayers[uActiveCharacter]->CanSteal() )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
894 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[185], 0);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
895 else
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
896 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[196], 0);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
897 if ( !item_num )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
898 {
1758
24e756a50073 DrawBuff_remaind_time_string and DrawShops_next_generation_time_string fix and cleared
Ritor1
parents: 1754
diff changeset
899 dialog_window.DrawShops_next_generation_time_string(pParty->PartyTimes.Shops_next_generation_time[ (unsigned int)window_SpeakInHouse->ptr_1C] - pParty->uTimePlayed);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
900 return;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
901 }
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
902 pMouse->GetCursorPos(&mouse);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
903 if ( pRenderer->pActiveZBuffer[mouse.x + pSRZBufferLineOffsets[mouse.y]] & 0xFFFF )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
904 {
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
905 item = &pParty->SpecialItemsInShops[(int)window_SpeakInHouse->ptr_1C][(pRenderer->pActiveZBuffer[mouse.x + pSRZBufferLineOffsets[mouse.y]] & 0xFFFF) - 1];
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
906 if ( !GetAsyncKeyState(17) || !pPlayers[uActiveCharacter]->CanSteal() )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
907 {
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
908 v71 = pPlayers[uActiveCharacter]->SelectPhrasesTransaction(item, BuildingType_AlchemistShop, (int)window_SpeakInHouse->ptr_1C, 2);
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
909 pText = BuildDialogueString(pMerchantsBuyPhrases[v71], uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 2, 0);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
910 }
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
911 else
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
912 pText = BuildDialogueString(pGlobalTXT_LocalizationStrings[181], uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 2, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
913 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pText, &dialog_window, 0, 0)) / 2 + 138, Color16(0xFFu, 0xFFu, 0xFFu), pText, 3);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
914 return;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
915 }
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
916 }
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
917 return;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
918 }
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
919
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
920 case HOUSE_DIALOGUE_SHOP_SELL:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
921 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
922 draw_leather();
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
923 CharacterUI_InventoryTab_Draw(pPlayers[uActiveCharacter], true);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
924 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[199], 0);
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
925 if ( !HouseUI_CheckIfPlayerCanInteract() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
926 return;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
927 pMouse->GetCursorPos(&mouse);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
928 index = ((mouse.x - 14) >> 5) + 14 * ((mouse.y - 17) >> 5);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
929 if ( mouse.x <= 13 || mouse.x >= 462 )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
930 return;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
931 if ( !pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&index) )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
932 return;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
933 v71 = pPlayers[uActiveCharacter]->SelectPhrasesTransaction(&pPlayers[uActiveCharacter]->pInventoryItemList[pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&index) - 1],
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
934 BuildingType_AlchemistShop, (int)window_SpeakInHouse->ptr_1C, 3);
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
935 pText = BuildDialogueString(pMerchantsSellPhrases[v71], uActiveCharacter - 1, &pPlayers[uActiveCharacter]->pInventoryItemList[pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&index) - 1],
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
936 (char *)window_SpeakInHouse->ptr_1C, 3, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
937 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pText, &dialog_window, 0, 0)) / 2 + 138, Color16(0xFFu, 0xFFu, 0xFFu), pText, 3);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
938 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
939 }
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
940
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
941 case HOUSE_DIALOGUE_SHOP_IDENTIFY:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
942 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
943 draw_leather();
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
944 CharacterUI_InventoryTab_Draw(pPlayers[uActiveCharacter], true);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
945 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[197], 0);
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
946 if ( HouseUI_CheckIfPlayerCanInteract() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
947 return;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
948 pMouse->GetCursorPos(&mouse);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
949 index = ((mouse.x - 14) >> 5) + 14 * ((mouse.y - 17) >> 5);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
950 if ( mouse.x <= 13 || mouse.x >= 462 )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
951 return;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
952 if ( !pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&index) )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
953 return;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
954 item = &pPlayers[uActiveCharacter]->pInventoryItemList[pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&index) - 1];
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
955 if (!item->IsIdentified())
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
956 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
957 v71 = pPlayers[uActiveCharacter]->SelectPhrasesTransaction(item, BuildingType_AlchemistShop, (int)window_SpeakInHouse->ptr_1C, 4);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
958 pText = BuildDialogueString(pMerchantsIdentifyPhrases[v71], uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 4, 0);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
959 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
960 else
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
961 pText = BuildDialogueString("%24", uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 4, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
962 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pText, &dialog_window, 0, 0)) / 2 + 138, Color16(0xFFu, 0xFFu, 0xFFu), pText, 3);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
963 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
964 }
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
965
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
966 case HOUSE_DIALOGUE_SHOP_DISPLAY_EQUIPMENT:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
967 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
968 draw_leather();
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
969 CharacterUI_InventoryTab_Draw(pPlayers[uActiveCharacter], true);
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
970 pShopOptions[0] = const_cast<char *>(pGlobalTXT_LocalizationStrings[200]);
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
971 pShopOptions[1] = const_cast<char *>(pGlobalTXT_LocalizationStrings[113]);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
972 all_text_height = 0;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
973 for ( int i = 0; i < 2; ++i )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
974 all_text_height += pFontArrus->CalcTextHeight(pShopOptions[i], &dialog_window, 0, 0);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
975 v18 = (174 - all_text_height) / 2;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
976 v105 = (2 * (87 - (174 - all_text_height) / 2) - all_text_height) / 2 - (174 - all_text_height) / 2 / 2 + 138;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
977 pNumString = 0;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
978 for ( int i = pDialogueWindow->pStartingPosActiveItem;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
979 i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
980 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
981 pButton = pDialogueWindow->GetControl(i);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
982 pButton->uY = v18 + v105;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
983 pButton->uHeight = pFontArrus->CalcTextHeight((const char *)pShopOptions[pNumString], &dialog_window, 0, 0);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
984 v105 = pButton->uY + pFontArrus->CalcTextHeight((const char *)pShopOptions[pNumString], &dialog_window, 0, 0) - 1;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
985 pButton->uW = v105;
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
986 pColorText = Color16(0xE1u, 0xCDu, 0x23u);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
987 if ( pDialogueWindow->pCurrentPosActiveItem != i )
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
988 pColorText = Color16(0xFFu, 0xFFu, 0xFFu);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
989 dialog_window.DrawTitleText(pFontArrus, 0, pButton->uY, pColorText, (const char *)pShopOptions[pNumString], 3);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
990 ++pNumString;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
991 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
992 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
993 }
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
994
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
995 case HOUSE_DIALOGUE_LEARN_SKILLS:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
996 {
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
997 if (!HouseUI_CheckIfPlayerCanInteract())
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
998 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
999 all_text_height = 0;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1000 v5 = (signed __int64)(p2DEvents[(signed int)window_SpeakInHouse->ptr_1C - 1].flt_24 * 500.0);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1001 pPrice = v5 * (100 - pPlayers[uActiveCharacter]->GetMerchant()) / 100;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1002 if ( pPrice < v5 / 3 )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1003 pPrice = v5 / 3;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1004 item_num = 0;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1005 for ( int i = pDialogueWindow->pStartingPosActiveItem;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1006 i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1007 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1008 pButton = pDialogueWindow->GetControl(i);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1009 if ( byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][pButton->msg_param - 36]
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1010 && !pPlayers[uActiveCharacter]->pActiveSkills[pButton->msg_param - 36] )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1011 {
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1012 all_text_height = pFontArrus->CalcTextHeight(pSkillNames[pButton->msg_param - 36], &dialog_window, 0, 0);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1013 ++item_num;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1014 }
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1015 }
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1016 if ( !item_num )
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1017 {
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1018 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[544], pPlayers[uActiveCharacter]->pName, pClassNames[pPlayers[uActiveCharacter]->classType]);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1019 strcat(pTmpBuf.data(), "\n \n");
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1020 strcat(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[528]);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
1021 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pTmpBuf.data(), &dialog_window, 0, 0)) / 2 + 138, Color16(0xE1u, 0xCDu, 0x23u), pTmpBuf.data(), 3);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1022 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1023 }
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1024 if ( item_num )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1025 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1026 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[401], pPrice);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1027 dialog_window.DrawTitleText(pFontArrus, 0, 0x92u, 0, pTmpBuf.data(), 3);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1028 v18 = (149 - all_text_height) / item_num;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1029 if ( (149 - all_text_height) / item_num > 32 )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1030 v18 = 32;
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1031 v105 = (149 - item_num * v18 - all_text_height) / 2 - v18 / 2 + 162;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1032 for ( int i = pDialogueWindow->pStartingPosActiveItem;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1033 i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; i++ )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1034 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1035 pButton = pDialogueWindow->GetControl(i);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1036 if ( !byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][pButton->msg_param - 36]
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1037 || pPlayers[uActiveCharacter]->pActiveSkills[pButton->msg_param - 36] )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1038 {
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1039 pButton->uW = 0;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1040 pButton->uHeight = 0;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1041 pButton->uY = 0;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1042 }
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1043 else
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1044 {
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1045 pButton->uY = v18 + v105;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1046 pButton->uHeight = pFontArrus->CalcTextHeight(pSkillNames[pButton->msg_param - 36], &dialog_window, 0, 0);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1047 v105 = pButton->uY + pFontArrus->CalcTextHeight(pSkillNames[pButton->msg_param - 36], &dialog_window, 0, 0) - 1;
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1048 pButton->uW = v105;
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
1049 pColorText = Color16(0xE1u, 0xCDu, 0x23u);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1050 if ( pDialogueWindow->pCurrentPosActiveItem != i )
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
1051 pColorText = Color16(0xFFu, 0xFFu, 0xFFu);
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1052 dialog_window.DrawTitleText(pFontArrus, 0, pButton->uY, pColorText, pSkillNames[pButton->msg_param - 36], 3);
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1053 }
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1054 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1055 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1056 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1057 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1058 default:
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1059 __debugbreak();
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1060 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1061 }
1746
f305a00a6d98 AlchemistDialog() cleared
Ritor1
parents: 1741
diff changeset
1062
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1063 //----- (004B4FCF) --------------------------------------------------------
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1064 void MagicShopDialog()
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1065 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1066 int all_text_height; // edi@21
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1067 GUIButton *control_button; // esi@25
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1068 int v23; // eax@25
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1069 unsigned __int16 text_color; // ax@25
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1070 char *v30; // edx@35
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1071 signed int v33; // esi@40
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1072 unsigned int product_height_1row; // edi@64
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1073 unsigned int product_width_1row; // esi@66
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1074 unsigned int product_height_2row; // edi@76
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1075 unsigned int product_width_2row; // esi@76
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1076 int v75; // eax@130
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1077 POINT mouse; // [sp+6Ch] [bp-8Ch]@30
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1078 GUIWindow dialog_window; // [sp+7Ch] [bp-7Ch]@1
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1079 int item_num; // [sp+E0h] [bp-18h]@8
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1080 int v117; // [sp+E4h] [bp-14h]@40
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1081 int pPrice; // [sp+E8h] [bp-10h]@24
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1082 int one_string; // [sp+ECh] [bp-Ch]@1
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1083 int pSrtingNum;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1084 ItemGen *item;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1085
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1086 memcpy(&dialog_window, window_SpeakInHouse, sizeof(dialog_window));
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1087 dialog_window.uFrameX = 483;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1088 dialog_window.uFrameWidth = 148;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1089 dialog_window.uFrameZ = 334;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1090 if ( dialog_menu_id == HOUSE_DIALOGUE_MAIN)
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1091 {
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
1092 if ( !HouseUI_CheckIfPlayerCanInteract() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1093 return;
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
1094 pShopOptions[0] = const_cast<char *>(pGlobalTXT_LocalizationStrings[134]); //"Buy Standard"
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
1095 pShopOptions[1] = const_cast<char *>(pGlobalTXT_LocalizationStrings[152]); //"Buy Special"
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
1096 pShopOptions[2] = const_cast<char *>(pGlobalTXT_LocalizationStrings[159]); //"Display Inventory"
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
1097 pShopOptions[3] = const_cast<char *>(pGlobalTXT_LocalizationStrings[160]);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1098 all_text_height = 0;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1099 for ( int i = 0; i < 4; ++i )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1100 all_text_height += pFontArrus->CalcTextHeight(pShopOptions[i], &dialog_window, 0, 0);
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1101 one_string = (174 - all_text_height) / 4;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1102 v23 = (174 - 4 * one_string - all_text_height) / 2 - one_string / 2 + 138;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1103 int pNumString = 0;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1104 for (int i = pDialogueWindow->pStartingPosActiveItem;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1105 i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i)
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1106 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1107 control_button = pDialogueWindow->GetControl(i);
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1108 control_button->uY = one_string + v23;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1109 control_button->uHeight = pFontArrus->CalcTextHeight(pShopOptions[pNumString], &dialog_window, 0, 0);
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1110 v23 = control_button->uY + control_button->uHeight - 1;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1111 control_button->uW = v23;
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
1112 text_color = Color16(225, 205, 35);
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1113 if ( pDialogueWindow->pCurrentPosActiveItem != i )
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
1114 text_color = Color16(255, 255, 255);
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1115 dialog_window.DrawTitleText(pFontArrus, 0, control_button->uY, text_color, pShopOptions[pNumString], 3);
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1116 ++pNumString;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1117 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1118 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1119 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1120
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1121 if ( dialog_menu_id == HOUSE_DIALOGUE_SHOP_BUY_STANDARD)
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1122 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1123 pRenderer->DrawTextureIndexed(8, 8, ShopTexture);
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1124 for ( uint i = 0; i < 6; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1125 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1126 if ( pParty->StandartItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][i].uItemID)
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1127 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1128 product_height_1row = 152 - ItemsInShopTexture[i]->uTextureHeight;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1129 if ( (signed int)product_height_1row < 1 )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1130 product_height_1row = 0;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1131 product_width_1row = 75 * i - ItemsInShopTexture[i]->uTextureWidth / 2 + 40;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1132 if ( i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1133 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1134 if ( i == 5 )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1135 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1136 if ( (signed int)product_width_1row > 457 - ItemsInShopTexture[5]->uTextureWidth )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1137 product_width_1row = 457 - ItemsInShopTexture[5]->uTextureWidth;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1138 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1139 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1140 else
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1141 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1142 if ( (signed int)product_width_1row < 18 )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1143 product_width_1row = 18;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1144 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1145 pRenderer->DrawTextureTransparent(product_width_1row, product_height_1row, ItemsInShopTexture[i]);
2215
e9625ad08541 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents: 2182
diff changeset
1146 ZBuffer_DoFill2(&pRenderer->pActiveZBuffer[product_width_1row + window->GetWidth() * product_height_1row], ItemsInShopTexture[i], i + 1);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1147 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1148 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1149 for ( uint i = 0; i < 6; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1150 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1151 if ( pParty->StandartItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][i + 6].uItemID)
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1152 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1153 product_height_2row = 306 - ItemsInShopTexture[i + 6]->uTextureHeight;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1154 product_width_2row = 75 * i - ItemsInShopTexture[i + 6]->uTextureWidth / 2 + 40;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1155 if ( i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1156 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1157 if ( i == 5 )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1158 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1159 if ( (signed int)product_width_2row > 457 - ItemsInShopTexture[11]->uTextureWidth )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1160 product_width_2row = 457 - ItemsInShopTexture[11]->uTextureWidth;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1161 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1162 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1163 else
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1164 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1165 if ( (signed int)product_width_2row < 18 )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1166 product_width_2row = 18;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1167 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1168 pRenderer->DrawTextureTransparent(product_width_2row, product_height_2row, ItemsInShopTexture[i + 6]);
2215
e9625ad08541 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents: 2182
diff changeset
1169 ZBuffer_DoFill2(&pRenderer->pActiveZBuffer[product_width_2row + window->GetWidth() * product_height_2row], ItemsInShopTexture[i + 6], i + 7);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1170 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1171 }
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
1172 if ( HouseUI_CheckIfPlayerCanInteract() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1173 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1174 item_num = 0;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1175 for ( uint i = 0; i < 12; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1176 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1177 if ( pParty->StandartItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][i].uItemID )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1178 ++item_num;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1179 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1180 if ( GetAsyncKeyState(VK_CONTROL) && pPlayers[uActiveCharacter]->CanSteal() )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1181 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[185], 0);// "Steal item"
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1182 else
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1183 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[195], 0);// "Select the Item to Buy"
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1184 if ( !item_num )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1185 {
1758
24e756a50073 DrawBuff_remaind_time_string and DrawShops_next_generation_time_string fix and cleared
Ritor1
parents: 1754
diff changeset
1186 dialog_window.DrawShops_next_generation_time_string(pParty->PartyTimes.Shops_next_generation_time[(unsigned int)window_SpeakInHouse->ptr_1C] - pParty->uTimePlayed);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1187 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1188 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1189 pMouse->GetCursorPos(&mouse);
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1190 if ( pRenderer->pActiveZBuffer[mouse.x + pSRZBufferLineOffsets[mouse.y]] & 0xFFFF )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1191 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1192 item = &pParty->StandartItemsInShops[(int)window_SpeakInHouse->ptr_1C][(pRenderer->pActiveZBuffer[mouse.x + pSRZBufferLineOffsets[mouse.y]] & 0xFFFF) - 1];
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1193 if ( GetAsyncKeyState(VK_CONTROL) && pPlayers[uActiveCharacter]->CanSteal() )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1194 v30 = BuildDialogueString(pGlobalTXT_LocalizationStrings[181], uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 2, 0);// "Steal %24"
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1195 else
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1196 {
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1410
diff changeset
1197 v75 = pPlayers[uActiveCharacter]->SelectPhrasesTransaction(item, BuildingType_MagicShop, (int)window_SpeakInHouse->ptr_1C, 2);
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
1198 v30 = BuildDialogueString(pMerchantsBuyPhrases[v75], uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 2, 0);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1199 }
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
1200 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(v30, &dialog_window, 0, 0)) / 2 + 138, Color16(255, 255, 255), v30, 3);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1201 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1202 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1203 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1204 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1205 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1206
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1207 if ( dialog_menu_id == HOUSE_DIALOGUE_SHOP_BUY_SPECIAL)
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1208 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1209 pRenderer->DrawTextureIndexed(8, 8, ShopTexture);
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1210 for ( uint i = 0; i < 6; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1211 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1212 if ( pParty->SpecialItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][i].uItemID )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1213 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1214 product_height_1row = 152 - ItemsInShopTexture[i]->uTextureHeight;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1215 if ( (signed int)product_height_1row < 1 )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1216 product_height_1row = 0;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1217 product_width_1row = 75 * i - ItemsInShopTexture[i]->uTextureWidth / 2 + 40;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1218 if ( i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1219 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1220 if ( i == 5 )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1221 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1222 if ( (signed int)product_width_1row > 457 - ItemsInShopTexture[5]->uTextureWidth )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1223 product_width_1row = 457 - ItemsInShopTexture[5]->uTextureWidth;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1224 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1225 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1226 else
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1227 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1228 if ( (signed int)product_width_1row < 18 )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1229 product_width_1row = 18;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1230 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1231 pRenderer->DrawTextureTransparent(product_width_1row, product_height_1row, ItemsInShopTexture[i]);
2215
e9625ad08541 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents: 2182
diff changeset
1232 ZBuffer_DoFill2(&pRenderer->pActiveZBuffer[product_width_1row + window->GetWidth() * product_height_1row], ItemsInShopTexture[i], i + 1);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1233 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1234 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1235 for ( uint i = 0; i < 6; ++i )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1236 {
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1237 if (pParty->SpecialItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][i + 6].uItemID)
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1238 {
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1239 product_height_2row = 306 - ItemsInShopTexture[i + 6]->uTextureHeight;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1240 if ( (signed int)product_height_2row < 1 )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1241 product_height_2row = 0;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1242 product_width_2row = 75 * i - ItemsInShopTexture[i + 6]->uTextureWidth / 2 + 40;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1243 if ( i )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1244 {
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1245 if ( i == 5 )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1246 {
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1247 if ( (signed int)product_width_2row > 457 - ItemsInShopTexture[11]->uTextureWidth )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1248 product_width_2row = 457 - ItemsInShopTexture[11]->uTextureWidth;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1249 }
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1250 }
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1251 else
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1252 {
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1253 if ( (signed int)product_width_2row < 18 )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1254 product_width_2row = 18;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1255 }
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1256 pRenderer->DrawTextureTransparent(product_width_2row, product_height_2row, ItemsInShopTexture[i + 6]);
2215
e9625ad08541 fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
Ritor1
parents: 2182
diff changeset
1257 ZBuffer_DoFill2(&pRenderer->pActiveZBuffer[product_width_2row + window->GetWidth() * product_height_2row], ItemsInShopTexture[i + 6], i + 7);
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1258 }
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1259 }
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
1260 if ( HouseUI_CheckIfPlayerCanInteract() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1261 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1262 item_num = 0;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1263 for ( uint i = 0; i < 12; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1264 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1265 if (pParty->SpecialItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][i].uItemID)
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1266 ++item_num;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1267 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1268 if ( GetAsyncKeyState(VK_CONTROL) && pPlayers[uActiveCharacter]->CanSteal() )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1269 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[185], 0);// "Steal item"
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1270 else
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1271 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[196], 0);// "Select the Special Item to Buy"
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1272 if ( !item_num )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1273 {
1758
24e756a50073 DrawBuff_remaind_time_string and DrawShops_next_generation_time_string fix and cleared
Ritor1
parents: 1754
diff changeset
1274 dialog_window.DrawShops_next_generation_time_string( pParty->PartyTimes.Shops_next_generation_time[(unsigned int)window_SpeakInHouse->ptr_1C] - pParty->uTimePlayed);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1275 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1276 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1277 pMouse->GetCursorPos(&mouse);
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1278 if ( pRenderer->pActiveZBuffer[mouse.x + pSRZBufferLineOffsets[mouse.y]] & 0xFFFF )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1279 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1280 item = &pParty->SpecialItemsInShops[(int)window_SpeakInHouse->ptr_1C][(pRenderer->pActiveZBuffer[mouse.x + pSRZBufferLineOffsets[mouse.y]] & 0xFFFF) - 1];
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1281 if ( GetAsyncKeyState(VK_CONTROL) && pPlayers[uActiveCharacter]->CanSteal() )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1282 v30 = BuildDialogueString(pGlobalTXT_LocalizationStrings[181], uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 2, 0);// "Steal %24"
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1283 else
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1284 {
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1410
diff changeset
1285 v75 = pPlayers[uActiveCharacter]->SelectPhrasesTransaction(item, BuildingType_MagicShop, (int)window_SpeakInHouse->ptr_1C, 2);
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
1286 v30 = BuildDialogueString(pMerchantsBuyPhrases[v75], uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 2, 0);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1287 }
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
1288 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(v30, &dialog_window, 0, 0)) / 2 + 138, Color16(255, 255, 255), v30, 3);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1289 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1290 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1291 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1292 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1293 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1294
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1295 if ( dialog_menu_id == HOUSE_DIALOGUE_SHOP_DISPLAY_EQUIPMENT )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1296 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1297 draw_leather();
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1298 CharacterUI_InventoryTab_Draw(pPlayers[uActiveCharacter], true);
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
1299 pShopOptions[0] = const_cast<char *>(pGlobalTXT_LocalizationStrings[200]);// "Sell"
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
1300 pShopOptions[1] = const_cast<char *>(pGlobalTXT_LocalizationStrings[113]);// "Identify"
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
1301 pShopOptions[2] = const_cast<char *>(pGlobalTXT_LocalizationStrings[179]);// "Repair"
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1302 all_text_height = 0;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1303 for ( uint i = 0; i < 3; ++i )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1304 all_text_height += pFontArrus->CalcTextHeight(pShopOptions[i], &dialog_window, 0, 0);
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1305 one_string = ((174 - all_text_height) / 3);
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1306 v23 = (3 * (58 - (signed int)one_string) - all_text_height) / 2 - (174 - all_text_height) / 3 / 2 + 138;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1307 pSrtingNum = 0;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1308 for ( int i = pDialogueWindow->pStartingPosActiveItem;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1309 i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1310 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1311 control_button = pDialogueWindow->GetControl(i);
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1312 control_button->uY = one_string + v23;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1313 control_button->uHeight = pFontArrus->CalcTextHeight(pShopOptions[pSrtingNum], &dialog_window, 0, 0);
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1314 v23 = control_button->uHeight + control_button->uY - 1;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1315 control_button->uW = v23;
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
1316 text_color = Color16(225, 205, 35);
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1317 if ( pDialogueWindow->pCurrentPosActiveItem != i )
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
1318 text_color = Color16(255, 255, 255);
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1319 dialog_window.DrawTitleText(pFontArrus, 0, control_button->uY, text_color, pShopOptions[pSrtingNum], 3);
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1320 ++pSrtingNum;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1321 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1322 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1323 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1324
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1325 if ( dialog_menu_id == HOUSE_DIALOGUE_SHOP_SELL)
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1326 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1327 draw_leather();
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1328 CharacterUI_InventoryTab_Draw(pPlayers[uActiveCharacter], true);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1329 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[199], 0);// "Select the Item to Sell"
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1330 if ( !HouseUI_CheckIfPlayerCanInteract() )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1331 return;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1332 pMouse->GetCursorPos(&mouse);
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1333 v117 = ((mouse.x - 14) >> 5) + 14 * ((mouse.y - 17) >> 5);
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1334 if ( mouse.x <= 13 || mouse.x >= 462 )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1335 return;
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1336 if ( !pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v117) )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1337 return;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1338 item = &pPlayers[uActiveCharacter]->pInventoryItemList[pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v117) - 1];
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1339 v75 = pPlayers[uActiveCharacter]->SelectPhrasesTransaction(item, BuildingType_MagicShop, (int)window_SpeakInHouse->ptr_1C, 3);
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
1340 v30 = BuildDialogueString(pMerchantsSellPhrases[v75], uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 3, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
1341 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(v30, &dialog_window, 0, 0)) / 2 + 138, Color16(255, 255, 255), v30, 3);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1342 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1343 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1344
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1345 if ( dialog_menu_id == HOUSE_DIALOGUE_SHOP_IDENTIFY)
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1346 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1347 draw_leather();
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1348 CharacterUI_InventoryTab_Draw(pPlayers[uActiveCharacter], true);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1349 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[197], 0);// "Select the Item to Identify"
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
1350 if ( HouseUI_CheckIfPlayerCanInteract() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1351 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1352 pMouse->GetCursorPos(&mouse);
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1353 v117 = ((mouse.x -14) >> 5) + 14 * ((mouse.y - 17) >> 5);
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1354 if ( mouse.x > 13 && mouse.x < 462 )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1355 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1356 if ( pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v117) )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1357 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1358 item = &pPlayers[uActiveCharacter]->pInventoryItemList[pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v117) - 1];
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2069
diff changeset
1359 if ( item->uAttributes & ITEM_IDENTIFIED )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1360 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1361 dialog_window.DrawTitleText(pFontArrus, 0, (212 - pFontArrus->CalcTextHeight(BuildDialogueString("%24", uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 4, 0), &dialog_window, 0, 0)) / 2 + 101,
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
1362 Color16(255, 255, 255), BuildDialogueString("%24", uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 4, 0), 3);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1363 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1364 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1365 v75 = pPlayers[uActiveCharacter]->SelectPhrasesTransaction(item, BuildingType_MagicShop, (int)window_SpeakInHouse->ptr_1C, 4);
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
1366 v30 = BuildDialogueString(pMerchantsIdentifyPhrases[v75], uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 4, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
1367 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(v30, &dialog_window, 0, 0)) / 2 + 138, Color16(255, 255, 255), v30, 3);
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1368 return;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1369 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1370 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1371 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1372 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1373 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1374
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1375 if ( dialog_menu_id == HOUSE_DIALOGUE_SHOP_REPAIR)
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1376 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1377 draw_leather();
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1378 CharacterUI_InventoryTab_Draw(pPlayers[uActiveCharacter], true);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1379 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[198], 0);// "Select the Item to Repair"
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1380 if ( !HouseUI_CheckIfPlayerCanInteract() )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1381 return;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1382 pMouse->GetCursorPos(&mouse);
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1383 v117 = ((mouse.x - 14) >> 5) + 14 * ((mouse.y - 17) >> 5);
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1384 if ( mouse.x <= 13 || mouse.x >= 462 )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1385 return;
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1386 if ( !pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v117)
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1387 || !(pPlayers[uActiveCharacter]->pOwnItems[pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v117)-1].uAttributes& 2) )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1388 return;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1389 item = &pPlayers[uActiveCharacter]->pInventoryItemList[pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v117) - 1];
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1390 v75 = pPlayers[uActiveCharacter]->SelectPhrasesTransaction(&pPlayers[uActiveCharacter]->pInventoryItemList[pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v117) - 1],
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1391 BuildingType_MagicShop, (int)window_SpeakInHouse->ptr_1C, 5);
1843
2e6d3cd052e0 some char* cast removal + adding const_casts where appropriate
Grumpy7
parents: 1838
diff changeset
1392 v30 = BuildDialogueString(pMerchantsRepairPhrases[v75], uActiveCharacter - 1, item, (char *)window_SpeakInHouse->ptr_1C, 5, 0);
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
1393 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(v30, &dialog_window, 0, 0)) / 2 + 138, Color16(255, 255, 255), v30, 3);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1394 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1395 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1396
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1397 if ( dialog_menu_id == HOUSE_DIALOGUE_LEARN_SKILLS )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1398 {
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
1399 if ( HouseUI_CheckIfPlayerCanInteract() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1400 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1401 all_text_height = 0;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1402 v33 = (signed __int64)(p2DEvents[(signed int)window_SpeakInHouse->ptr_1C - 1].flt_24 * 500.0);
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1403 pPrice = v33 * (100 - pPlayers[uActiveCharacter]->GetMerchant()) / 100;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1404 if ( pPrice < v33 / 3 )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1405 pPrice = v33 / 3;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1406 item_num = 0;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1407 for ( int i = pDialogueWindow->pStartingPosActiveItem;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1408 i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1409 {
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1410 if ( byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][pDialogueWindow->GetControl(i)->msg_param - 36]
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1411 && !pPlayers[uActiveCharacter]->pActiveSkills[pDialogueWindow->GetControl(i)->msg_param - 36] )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1412 {
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1413 all_text_height += pFontArrus->CalcTextHeight(pSkillNames[pDialogueWindow->GetControl(i)->msg_param - 36], &dialog_window, 0, 0);
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1414 ++item_num;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1415 }
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1416 }
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1417 if ( !item_num )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1418 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1419 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[544], pPlayers[uActiveCharacter]->pName, pClassNames[pPlayers[uActiveCharacter]->classType]);//
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1420 // "Seek knowledge elsewhere %s the %s"
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1421 strcat(pTmpBuf.data(), "\n \n");
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1422 strcat(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[528]);// "I can offer you nothing further."
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
1423 dialog_window.DrawTitleText(pFontArrus, 0, (174 - pFontArrus->CalcTextHeight(pTmpBuf.data(), &dialog_window, 0, 0)) / 2 + 138, Color16(225, 205, 35), pTmpBuf.data(), 3);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1424 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1425 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1426 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[401], pPrice);// "Skill Cost: %lu"
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1427 dialog_window.DrawTitleText(pFontArrus, 0, 0x92u, 0, pTmpBuf.data(), 3);
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1428 one_string = (149 - all_text_height) / item_num;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1429 if ( one_string > 32 )
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1430 one_string = 32;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1431 v23 = (149 - item_num * one_string - all_text_height) / 2 - one_string / 2 + 162;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1432 for ( int i = pDialogueWindow->pStartingPosActiveItem;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1433 i < pDialogueWindow->pStartingPosActiveItem + pDialogueWindow->pNumPresenceButton; ++i)
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1434 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1435 control_button = pDialogueWindow->GetControl(i);
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1436 if ( !byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][control_button->msg_param - 36]
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1437 || pPlayers[uActiveCharacter]->pActiveSkills[control_button->msg_param - 36] )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1438 {
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1439 control_button->uW = 0;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1440 control_button->uHeight = 0;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1441 control_button->uY = 0;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1442 }
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1443 else
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1444 {
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1445 control_button->uY = one_string + v23;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1446 control_button->uHeight = pFontArrus->CalcTextHeight(pSkillNames[control_button->msg_param - 36], &dialog_window, 0, 0);
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1447 v23 = control_button->uY + control_button->uHeight - 1;
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1448 control_button->uW = v23;
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
1449 text_color = Color16(225, 205, 35);
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1450 if ( pDialogueWindow->pCurrentPosActiveItem != i )
2069
259df09dfb50 32bits almost there
Nomad
parents: 1980
diff changeset
1451 text_color = Color16(255, 255, 255);
1752
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1452 dialog_window.DrawTitleText(pFontArrus, 0, control_button->uY, text_color, pSkillNames[control_button->msg_param - 36], 3);
07c7f446a929 MagicShop cleared
Ritor1
parents: 1746
diff changeset
1453 }
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1454 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1455 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1456 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1457 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1458 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1459 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1460 //----- (004BDB56) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1429
diff changeset
1461 void UIShop_Buy_Identify_Repair()
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1462 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1463 int v8; // eax@15
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1464 unsigned int pItemID; // esi@20
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1465 ItemGen *item; // esi@21
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1466 unsigned int v15; // eax@33
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1467 POINT *pCursorPos; // esi@37
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1468 int v18; // ecx@37
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1469 float pPriceMultiplier; // ST1C_4@38
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1470 int taken_item; // eax@40
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1471 ItemGen *bought_item; // esi@51
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1472 int party_reputation; // eax@55
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1473 int v39; // eax@63
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1474 int v42; // esi@74
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1475 signed int v43; // ebx@74
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1476 unsigned __int16 *pSkill; // esi@77
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1477 int v55; // [sp+0h] [bp-B4h]@26
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1478 POINT cursor; // [sp+40h] [bp-74h]@37
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1479 int a6; // [sp+98h] [bp-1Ch]@57
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1480 int a3; // [sp+9Ch] [bp-18h]@53
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1481 unsigned int uNumSeconds; // [sp+A4h] [bp-10h]@53
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1482 unsigned int v79; // [sp+A8h] [bp-Ch]@9
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1483 int uPriceItemService; // [sp+ACh] [bp-8h]@12
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1484
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1485 if ( pCurrentScreen == SCREEN_E )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1486 {
1683
96d567a7d15f moving OnInventoryLeftClick to Player::
Grumpy7
parents: 1567
diff changeset
1487 pPlayers[uActiveCharacter]->OnInventoryLeftClick();
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1488 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1489 }
1393
28f87f5234a1 More hardcoded UI colors moved to varibables.
Nomad
parents: 1384
diff changeset
1490 if ( !HouseUI_CheckIfPlayerCanInteract() )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1491 {
1754
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1492 pAudioPlayer->PlaySound(SOUND_error, 0, 0, -1, 0, 0, 0, 0);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1493 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1494 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1495
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1496 switch(dialog_menu_id)
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1497 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1498 case HOUSE_DIALOGUE_SHOP_DISPLAY_EQUIPMENT:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1499 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1500 pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 103;
1683
96d567a7d15f moving OnInventoryLeftClick to Player::
Grumpy7
parents: 1567
diff changeset
1501 pPlayers[uActiveCharacter]->OnInventoryLeftClick();
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1502 break;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1503 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1504 case HOUSE_DIALOGUE_GUILD_BUY_BOOKS:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1505 {
1754
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1506 pMouse->GetCursorPos(&cursor);
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1507 v18 = pRenderer->pActiveZBuffer[cursor.x + pSRZBufferLineOffsets[cursor.y]] & 0xFFFF;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1508 if ( !v18 )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1509 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1510 bought_item = (ItemGen *)(&pParty->pPlayers[1].uExpressionTimeLength + 18 * (v18 + 12 * (int)window_SpeakInHouse->ptr_1C));
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1511 pPriceMultiplier = p2DEvents[(signed int)window_SpeakInHouse->ptr_1C - 1].fPriceMultiplier;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1512 uPriceItemService = pPlayers[uActiveCharacter]->GetBuyingPrice(bought_item->GetValue(), pPriceMultiplier);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1513 GetAsyncKeyState(VK_CONTROL);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1514 if ( pParty->uNumGold < uPriceItemService )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1515 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1516 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, (HouseSoundID)2);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1517 ShowStatusBarString(pGlobalTXT_LocalizationStrings[155], 2);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1518 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1519 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1520 taken_item = pPlayers[uActiveCharacter]->AddItem(-1, bought_item->uItemID);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1521 if ( taken_item )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1522 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1523 bought_item->SetIdentified();
1384
b51332ab228f changed a few member variables in Player to slightly less confusing names
Grumpy7
parents: 1300
diff changeset
1524 memcpy(&pPlayers[uActiveCharacter]->pInventoryItemList[taken_item - 1], bought_item, 0x24u);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1525 dword_F8B1E4 = 1;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1526 Party::TakeGold(uPriceItemService);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1527 viewparams->bRedrawGameUI = 1;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1528 bought_item->Reset();
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1529 pRenderer->ClearZBuffer(0, 479);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1530 pPlayers[uActiveCharacter]->PlaySound((PlayerSpeech)SPEECH_75, 0);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1531 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1532 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1533 pPlayers[uActiveCharacter]->PlaySound(SPEECH_NoRoom, 0);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1534 ShowStatusBarString(pGlobalTXT_LocalizationStrings[563], 5); // "Pack is Full!"
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1535 break;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1536 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1537 case HOUSE_DIALOGUE_SHOP_SELL:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1538 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1539 v79 = ((pMouse->GetCursorPos(&cursor)->x - 14) >> 5) + 14 * ((pMouse->GetCursorPos(&cursor)->y - 17) >> 5);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1540 if ( pMouse->GetCursorPos(&cursor)->x <= 13
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1541 || pMouse->GetCursorPos(&cursor)->x >= 462
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1542 || (v15 = pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v79), !v15) )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1543 return;
2250
3cc3a29f073b moved MerchandiseTest to ItemGen::MerchandiseTest
Grumpy7
parents: 2248
diff changeset
1544 if ( pPlayers[uActiveCharacter]->pInventoryItemList[v15 - 1].MerchandiseTest((int)window_SpeakInHouse->ptr_1C) )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1545 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1546 dword_F8B1E4 = 1;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1547 pPlayers[uActiveCharacter]->SalesProcess(v79, v15 - 1, (int)window_SpeakInHouse->ptr_1C);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1548 viewparams->bRedrawGameUI = 1;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1549 pRenderer->ClearZBuffer(0, 479);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1550 pPlayers[uActiveCharacter]->PlaySound((PlayerSpeech)77, 0);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1551 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1552 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1553 pPlayers[uActiveCharacter]->PlaySound(SPEECH_79, 0);
1754
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1554 pAudioPlayer->PlaySound(SOUND_error, 0, 0, -1, 0, 0, 0, 0);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1555 break;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1556 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1557 case HOUSE_DIALOGUE_SHOP_IDENTIFY:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1558 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1559 pMouse->GetCursorPos(&cursor);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1560 v79 = ((cursor.x - 14) >> 5) + 14 * ((cursor.y - 17) >> 5);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1561 if (cursor.x > 13 && cursor.x < 462)
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1562 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1563 pItemID = pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v79);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1564 if ( pItemID )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1565 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1566 uPriceItemService = pPlayers[uActiveCharacter]->GetPriceIdentification(p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].fPriceMultiplier);
1384
b51332ab228f changed a few member variables in Player to slightly less confusing names
Grumpy7
parents: 1300
diff changeset
1567 item = &pPlayers[uActiveCharacter]->pInventoryItemList[pItemID - 1];
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2069
diff changeset
1568 if ( !(item->uAttributes & ITEM_IDENTIFIED) )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1569 {
2250
3cc3a29f073b moved MerchandiseTest to ItemGen::MerchandiseTest
Grumpy7
parents: 2248
diff changeset
1570 if ( item->MerchandiseTest((int)window_SpeakInHouse->ptr_1C) )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1571 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1572 if ( pParty->uNumGold >= uPriceItemService )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1573 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1574 dword_F8B1E4 = 1;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1575 Party::TakeGold(uPriceItemService);
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2069
diff changeset
1576 item->uAttributes |= ITEM_IDENTIFIED;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1577 pPlayers[uActiveCharacter]->PlaySound(SPEECH_73, 0);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1578 ShowStatusBarString(pGlobalTXT_LocalizationStrings[569], 2);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1579 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1580 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1581 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, (HouseSoundID)2);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1582 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1583 }
1754
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1584 pAudioPlayer->PlaySound(SOUND_error, 0, 0, -1, 0, 0, 0, 0);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1585 pPlayers[uActiveCharacter]->PlaySound((PlayerSpeech)79, 0);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1586 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1587 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1588 pPlayers[uActiveCharacter]->PlaySound((PlayerSpeech)76, 0);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1589 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1590 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1591 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1592 break;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1593 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1594 case HOUSE_DIALOGUE_SHOP_REPAIR:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1595 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1596 v79 = ((pMouse->GetCursorPos(&cursor)->x - 14) >> 5) + 14 * ((pMouse->GetCursorPos(&cursor)->y - 17) >> 5);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1597 if ( pMouse->GetCursorPos(&cursor)->x > 13 )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1598 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1599 if ( pMouse->GetCursorPos(&cursor)->x < 462 )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1600 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1601 pItemID = pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex((int *)&v79);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1602 if ( pItemID )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1603 {
1384
b51332ab228f changed a few member variables in Player to slightly less confusing names
Grumpy7
parents: 1300
diff changeset
1604 item = &pPlayers[uActiveCharacter]->pInventoryItemList[pItemID - 1];
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1605 pPriceMultiplier = p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].fPriceMultiplier;
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1843
diff changeset
1606 ItemGen* _v = &pPlayers[uActiveCharacter]->pInventoryItemList[pItemID - 1];
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1607 uPriceItemService = pPlayers[uActiveCharacter]->GetPriceRepair(_v->GetValue(), pPriceMultiplier);
2092
a869b0376b48 enums and BLV_UpdateDoors()
Ritor1
parents: 2069
diff changeset
1608 if ( item->uAttributes & ITEM_BROKEN )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1609 {
2250
3cc3a29f073b moved MerchandiseTest to ItemGen::MerchandiseTest
Grumpy7
parents: 2248
diff changeset
1610 if ( item->MerchandiseTest((int)window_SpeakInHouse->ptr_1C) )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1611 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1612 if ( pParty->uNumGold >= uPriceItemService )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1613 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1614 dword_F8B1E4 = 1;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1615 Party::TakeGold(uPriceItemService);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1616 v8 = item->uAttributes;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1617 LOBYTE(v8) = v8 & 0xFD;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1618 item->uAttributes = v8 | 1;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1619 pPlayers[uActiveCharacter]->PlaySound(SPEECH_74, 0);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1620 ShowStatusBarString(pGlobalTXT_LocalizationStrings[570], 2);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1621 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1622 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1623 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, (HouseSoundID)2);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1624 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1625 }
1754
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1626 pAudioPlayer->PlaySound(SOUND_error, 0, 0, -1, 0, 0, 0, 0);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1627 pPlayers[uActiveCharacter]->PlaySound((PlayerSpeech)79, 0);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1628 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1629 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1630 pPlayers[uActiveCharacter]->PlaySound((PlayerSpeech)76, 0);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1631 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1632 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1633 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1634 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1635 break;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1636 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1637 case HOUSE_DIALOGUE_SHOP_BUY_STANDARD:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1638 case HOUSE_DIALOGUE_SHOP_BUY_SPECIAL:
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1639 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1640 pCursorPos = pMouse->GetCursorPos(&cursor);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1641 v18 = pRenderer->pActiveZBuffer[pCursorPos->x + pSRZBufferLineOffsets[pCursorPos->y]] & 0xFFFF;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1642 if ( !v18 )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1643 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1644 if ( dialog_menu_id == HOUSE_DIALOGUE_SHOP_BUY_STANDARD)
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1645 bought_item = (ItemGen *)&pParty->StandartItemsInShops[(int)window_SpeakInHouse->ptr_1C][v18 - 1];
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1646 else
1754
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1647 bought_item = &pParty->SpecialItemsInShops[(int)window_SpeakInHouse->ptr_1C][v18 - 1];
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1648 uPriceItemService = pPlayers[uActiveCharacter]->GetBuyingPrice(bought_item->GetValue(), p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].fPriceMultiplier);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1649 uNumSeconds = 0;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1650 a3 = 0;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1466
diff changeset
1651 if ( pMapStats->GetMapInfo(pCurrentMapName) )
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1466
diff changeset
1652 a3 = pMapStats->pInfos[pMapStats->GetMapInfo(pCurrentMapName)]._steal_perm;
1827
0c75c3e7e436 cleaned up part of party.cpp, renamed byte_AE3368 to playerAlreadyPicked + 3 vars after it, moved them to party.cpp, some player.cpp bugfixes
Grumpy7
parents: 1758
diff changeset
1653 party_reputation = pParty->GetPartyReputation();
2246
0be4f17b7986 shop stealing cleaned up a bit
Grumpy7
parents: 2233
diff changeset
1654 if (pPlayers[uActiveCharacter]->CanSteal() && GetAsyncKeyState(VK_CONTROL))
0be4f17b7986 shop stealing cleaned up a bit
Grumpy7
parents: 2233
diff changeset
1655 {
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1656 uNumSeconds = pPlayers[uActiveCharacter]->StealFromShop(bought_item, a3, party_reputation, 0, &a6);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1657 if ( !uNumSeconds )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1658 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1659 sub_4B1447_party_fine((int)window_SpeakInHouse->ptr_1C, 0, a6);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1660 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1661 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1662 }
2248
8c5855b842dc changing shopt stealing condition a bit
Grumpy7
parents: 2246
diff changeset
1663 else if (pParty->uNumGold < uPriceItemService)
8c5855b842dc changing shopt stealing condition a bit
Grumpy7
parents: 2246
diff changeset
1664 {
8c5855b842dc changing shopt stealing condition a bit
Grumpy7
parents: 2246
diff changeset
1665 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, (HouseSoundID)2);
8c5855b842dc changing shopt stealing condition a bit
Grumpy7
parents: 2246
diff changeset
1666 ShowStatusBarString(pGlobalTXT_LocalizationStrings[155], 2);// "You don't have enough gold"
8c5855b842dc changing shopt stealing condition a bit
Grumpy7
parents: 2246
diff changeset
1667 return;
8c5855b842dc changing shopt stealing condition a bit
Grumpy7
parents: 2246
diff changeset
1668 }
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1669 v39 = pPlayers[uActiveCharacter]->AddItem(-1, bought_item->uItemID);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1670 if ( v39 )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1671 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1672 bought_item->SetIdentified();
1384
b51332ab228f changed a few member variables in Player to slightly less confusing names
Grumpy7
parents: 1300
diff changeset
1673 memcpy(&pPlayers[uActiveCharacter]->pInventoryItemList[v39 - 1], bought_item, sizeof(ItemGen));
2246
0be4f17b7986 shop stealing cleaned up a bit
Grumpy7
parents: 2233
diff changeset
1674 if (uNumSeconds != 0)
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1675 {
2246
0be4f17b7986 shop stealing cleaned up a bit
Grumpy7
parents: 2233
diff changeset
1676 pPlayers[uActiveCharacter]->pInventoryItemList[v39 - 1].SetStolen();
0be4f17b7986 shop stealing cleaned up a bit
Grumpy7
parents: 2233
diff changeset
1677 sub_4B1447_party_fine((int)window_SpeakInHouse->ptr_1C, uNumSeconds, a6);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1678 }
2246
0be4f17b7986 shop stealing cleaned up a bit
Grumpy7
parents: 2233
diff changeset
1679 else
0be4f17b7986 shop stealing cleaned up a bit
Grumpy7
parents: 2233
diff changeset
1680 {
0be4f17b7986 shop stealing cleaned up a bit
Grumpy7
parents: 2233
diff changeset
1681 dword_F8B1E4 = 1;
0be4f17b7986 shop stealing cleaned up a bit
Grumpy7
parents: 2233
diff changeset
1682 Party::TakeGold(uPriceItemService);
0be4f17b7986 shop stealing cleaned up a bit
Grumpy7
parents: 2233
diff changeset
1683 }
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1684 viewparams->bRedrawGameUI = 1;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1685 bought_item->Reset();
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1686 pRenderer->ClearZBuffer(0, 479);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1687 pPlayers[uActiveCharacter]->PlaySound((PlayerSpeech)SPEECH_75, 0);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1688 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1689 }
2246
0be4f17b7986 shop stealing cleaned up a bit
Grumpy7
parents: 2233
diff changeset
1690 else
0be4f17b7986 shop stealing cleaned up a bit
Grumpy7
parents: 2233
diff changeset
1691 {
0be4f17b7986 shop stealing cleaned up a bit
Grumpy7
parents: 2233
diff changeset
1692 pPlayers[uActiveCharacter]->PlaySound(SPEECH_NoRoom, 0);
0be4f17b7986 shop stealing cleaned up a bit
Grumpy7
parents: 2233
diff changeset
1693 ShowStatusBarString(pGlobalTXT_LocalizationStrings[563], 2); // "Pack is Full!"
0be4f17b7986 shop stealing cleaned up a bit
Grumpy7
parents: 2233
diff changeset
1694 return;
0be4f17b7986 shop stealing cleaned up a bit
Grumpy7
parents: 2233
diff changeset
1695 }
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1696 break;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1697 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1698 default:// if click video screen in shop
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1699 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1700 __debugbreak(); // please do record these dialogue ids to the HOUSE_DIALOGUE_MENU enum
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1701 if( dialog_menu_id >= 36 && dialog_menu_id <= 72 )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1702 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1703 v42 = dialog_menu_id - 36;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1704 //v43 = (signed __int64)(*(float *)&p2DEvents_minus1__24[13 * (unsigned int)ptr_507BC0->ptr_1C] * 500.0);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1705 v43 = (signed __int64)(p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].flt_24 * 500.0);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1706 uPriceItemService = v43 * (100 - pPlayers[uActiveCharacter]->GetMerchant()) / 100;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1707 if ( uPriceItemService < v43 / 3 )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1708 uPriceItemService = v43 / 3;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1709 if ( byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][v42] )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1710 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1711 pSkill = &pPlayers[uActiveCharacter]->pActiveSkills[v42];
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1712 if ( !*pSkill )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1713 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1714 if ( pParty->uNumGold < uPriceItemService )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1715 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1716 ShowStatusBarString(pGlobalTXT_LocalizationStrings[155], 2);// "You don't have enough gold"
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1410
diff changeset
1717 if ( in_current_building_type == BuildingType_Training )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1718 v55 = 4;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1719 else
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1720 v55 = 2;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1721 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, (HouseSoundID)v55);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1722 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1723 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1724 Party::TakeGold(uPriceItemService);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1725 dword_F8B1E4 = 1;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1726 *pSkill = 1;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1727 pPlayers[uActiveCharacter]->PlaySound((PlayerSpeech)78, 0);
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1728 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1729 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1730 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1731 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1732 break;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1733 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1734 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1735 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1736 //----- (004B1A2D) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1429
diff changeset
1737 void ShowPopupShopItem()
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1738 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1739 int v3; // ecx@5
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1740 unsigned int v6; // eax@13
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1741 ItemGen *v7; // ecx@13
1754
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1742 POINT cursor; // [sp+30h] [bp-1Ch]@17
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1743
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1744 if ( in_current_building_type <= 0 )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1745 return;
1754
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1746 if ( dialog_menu_id < HOUSE_DIALOGUE_SHOP_BUY_STANDARD)
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1747 return;
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1410
diff changeset
1748 if ( in_current_building_type <= BuildingType_AlchemistShop )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1749 {
1754
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1750 if ( dialog_menu_id == HOUSE_DIALOGUE_SHOP_BUY_STANDARD || dialog_menu_id == HOUSE_DIALOGUE_SHOP_BUY_SPECIAL )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1751 {
1754
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1752 pMouse->GetCursorPos(&cursor);
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1753 v3 = pRenderer->pActiveZBuffer[cursor.x + pSRZBufferLineOffsets[cursor.y]] & 0xFFFF;
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1754 if ( !v3 )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1755 return;
1754
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1756 v7 = &pParty->StandartItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][v3 - 1];
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1757 if ( dialog_menu_id == HOUSE_DIALOGUE_SHOP_BUY_SPECIAL)
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1758 v7 = &pParty->SpecialItemsInShops[(unsigned int)window_SpeakInHouse->ptr_1C][v3 - 1];
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1759 GameUI_DrawItemInfo(v7);
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1760 return;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1761 }
1754
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1762
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1763 if ( dialog_menu_id >= HOUSE_DIALOGUE_SHOP_SELL && dialog_menu_id <= HOUSE_DIALOGUE_SHOP_REPAIR
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1764 || dialog_menu_id == HOUSE_DIALOGUE_SHOP_DISPLAY_EQUIPMENT )
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1765 {
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1766 pMouse->GetCursorPos(&cursor);
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1767 v3 = ((cursor.x - 14) >> 5) + 14 * ((cursor.y - 17) >> 5);
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1768 if ( cursor.x <= 13 || cursor.x >= 462
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1769 || !pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex(&v3) )
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1770 return;
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1771 GameUI_DrawItemInfo(&pPlayers[uActiveCharacter]->pInventoryItemList[pPlayers[uActiveCharacter]->GetItemIDAtInventoryIndex(&v3) - 1]);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1772 return;
1754
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1773 }
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1774 }
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1410
diff changeset
1775 if ( in_current_building_type <= BuildingType_16 && dialog_menu_id == HOUSE_DIALOGUE_GUILD_BUY_BOOKS )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1776 {
1754
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1777 pMouse->GetCursorPos(&cursor);
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1778 v3 = pRenderer->pActiveZBuffer[cursor.x + pSRZBufferLineOffsets[cursor.y]] & 0xFFFF;
421c29d4ab3e UITransition.cpp cleaning(continue)
Ritor1
parents: 1753
diff changeset
1779 if ( v3 )
2231
8673f3aedfb9 sub_4B1523 to sub_4B1523_showSpellbookInfo, changed input type, some vars renamed
Grumpy7
parents: 2215
diff changeset
1780 {
8673f3aedfb9 sub_4B1523 to sub_4B1523_showSpellbookInfo, changed input type, some vars renamed
Grumpy7
parents: 2215
diff changeset
1781 unsigned int guildId = (unsigned int)window_SpeakInHouse->ptr_1C - 139;
8673f3aedfb9 sub_4B1523 to sub_4B1523_showSpellbookInfo, changed input type, some vars renamed
Grumpy7
parents: 2215
diff changeset
1782 sub_4B1523_showSpellbookInfo(pParty->SpellBooksInGuilds[guildId][v3].uItemID);
8673f3aedfb9 sub_4B1523 to sub_4B1523_showSpellbookInfo, changed input type, some vars renamed
Grumpy7
parents: 2215
diff changeset
1783 }
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1784 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1785 }
2233
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1786
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1787 //----- (004B1523) --------------------------------------------------------
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1788 void sub_4B1523_showSpellbookInfo(int spellItemId)
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1789 {
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1790 int spellId; // esi@1
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1791 int spellLevel; // edx@1
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1792 unsigned int v3; // eax@2
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1793 int v4; // eax@4
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1794 LONG v5; // ecx@4
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1795 int v6; // eax@10
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1796 char *v7; // ST44_4@12
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1797 unsigned __int16 v8; // ax@12
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1798 GUIWindow a1; // [sp+Ch] [bp-68h]@4
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1799 unsigned int spellSchool; // [sp+60h] [bp-14h]@1
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1800 POINT a2; // [sp+64h] [bp-10h]@1
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1801 int v13; // [sp+6Ch] [bp-8h]@4
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1802 int v14; // [sp+70h] [bp-4h]@4
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1803
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1804 spellId = spellItemId - 399;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1805 spellLevel = (spellItemId - 400) % 11 + 1;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1806 spellSchool = 4 * (spellItemId - 400) / 11;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1807 // sprintf(pTmpBuf.data(), "%s%03d", spellbook_texture_filename_suffices[v11 / 4], v2); not used
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1808 if ( pMouse->GetCursorPos(&a2)->y <= 320 )
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1809 v3 = pMouse->GetCursorPos(&a2)->y + 30;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1810 else
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1811 v3 = 30;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1812 a1.Hint = 0;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1813 a1.uFrameY = v3;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1814 a1.uFrameWidth = 328;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1815 a1.uFrameHeight = 68;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1816 a1.uFrameX = 90;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1817 a1.uFrameZ = 417;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1818 a1.uFrameW = v3 + 67;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1819 a2.y = pFontSmallnum->GetLineWidth(pGlobalTXT_LocalizationStrings[431]);
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1820 v14 = pFontSmallnum->GetLineWidth(pGlobalTXT_LocalizationStrings[433]);
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1821 v13 = pFontSmallnum->GetLineWidth(pGlobalTXT_LocalizationStrings[432]);
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1822 v4 = pFontSmallnum->GetLineWidth(pGlobalTXT_LocalizationStrings[96]);
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1823 v5 = a2.y;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1824 if ( v14 > a2.y )
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1825 v5 = v14;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1826 if ( v13 > v5 )
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1827 v5 = v13;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1828 if ( v4 > v5 )
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1829 v5 = v4;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1830 sprintf(pTmpBuf2.data(), "%s\n\n%s\t%03d:\t%03d%s\t000\n%s\t%03d:\t%03d%s\t000\n%s\t%03d:\t%03d%s\t000\n%s\t%03d:\t%03d%s",
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1831 pSpellStats->pInfos[spellId].pDescription, pGlobalTXT_LocalizationStrings[431], // "Normal"
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1832 v5 + 3, v5 + 10, pSpellStats->pInfos[spellId].pBasicSkillDesc, pGlobalTXT_LocalizationStrings[433], // "Expert"
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1833 v5 + 3, v5 + 10, pSpellStats->pInfos[spellId].pExpertSkillDesc, pGlobalTXT_LocalizationStrings[432], // "Master"
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1834 v5 + 3, v5 + 10, pSpellStats->pInfos[spellId].pMasterSkillDesc, pGlobalTXT_LocalizationStrings[96], // "Grand"
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1835 v5 + 3, v5 + 10, pSpellStats->pInfos[spellId].pGrandmasterSkillDesc);
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1836 v6 = pFontSmallnum->CalcTextHeight(pTmpBuf2.data(), &a1, 0, 0);
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1837 a1.uFrameHeight += v6;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1838 if ( (signed int)a1.uFrameHeight < 150 )
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1839 a1.uFrameHeight = 150;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1840 a1.uFrameWidth = game_viewport_width;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1841 a1.DrawMessageBox(0);
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1842 a1.uFrameWidth -= 12;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1843 a1.uFrameHeight -= 12;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1844 v7 = pSpellStats->pInfos[spellId].pName;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1845 a1.uFrameZ = a1.uFrameX + a1.uFrameWidth - 1;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1846 a1.uFrameW = a1.uFrameHeight + a1.uFrameY - 1;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1847 v8 = Color16(0xFFu, 0xFFu, 0x9Bu);
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1848 a1.DrawTitleText(pFontArrus, 0x78u, 0xCu, v8, v7, 3u);
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1849 a1.DrawText(pFontSmallnum, 120, 44, 0, pTmpBuf2.data(), 0, 0, 0);
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1850 a1.uFrameZ = a1.uFrameX + 107;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1851 a1.uFrameWidth = 108;
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1852 a1.DrawTitleText(pFontComic, 0xCu, 0x4Bu, 0, pSkillNames[spellSchool / 4 + 12], 3u);
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1853 sprintfex(pTmpBuf.data(), "%s\n%d", pGlobalTXT_LocalizationStrings[522], *(&pSpellDatas[0].uNormalLevelMana + 10 * spellId));
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1854 a1.DrawTitleText(pFontComic, 0xCu, a1.uFrameHeight - LOBYTE(pFontComic->uFontHeight) - 16, 0, pTmpBuf.data(), 3);
a9fa57fda3ae sub_4B1523_showSpellbookInfo moved to UIShops
Grumpy7
parents: 2231
diff changeset
1855 }
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1856 //----- (004B1D27) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1429
diff changeset
1857 void GetHouseGoodbyeSpeech()
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1858 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1859 signed int v2; // edi@10
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1860 signed int v5; // edi@20
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1861 int v7[4]; // [sp+Ch] [bp-10h]@12
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1862
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1863 if ( in_current_building_type > 0 )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1864 {
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1410
diff changeset
1865 if ( in_current_building_type > BuildingType_MagicShop )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1866 {
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1410
diff changeset
1867 if ( in_current_building_type == BuildingType_Bank )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1868 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1869 if ( !dword_F8B1E4 )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1870 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1871 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1872 else
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1873 {
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1410
diff changeset
1874 if ( in_current_building_type != BuildingType_Temple )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1875 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1876 }
1407
d4f57df4c299 PlayerSpeechID and uSpeakingCharacter
Ritor1
parents: 1406
diff changeset
1877 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, HouseSound_Greeting_2);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1878 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1879 }
1749
42a1874a2171 Finishing member struct renaming
Grumpy7
parents: 1748
diff changeset
1880 if ( (signed __int64)pParty->PartyTimes._shop_ban_times[(unsigned int)window_SpeakInHouse->ptr_1C]<= (signed __int64)pParty->uTimePlayed )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1881 {
1407
d4f57df4c299 PlayerSpeechID and uSpeakingCharacter
Ritor1
parents: 1406
diff changeset
1882 if ( pParty->uNumGold <= 10000 )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1883 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1884 if ( !dword_F8B1E4 )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1885 return;
1407
d4f57df4c299 PlayerSpeechID and uSpeakingCharacter
Ritor1
parents: 1406
diff changeset
1886 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, HouseSound_Goodbye);
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1887 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1888 }
1407
d4f57df4c299 PlayerSpeechID and uSpeakingCharacter
Ritor1
parents: 1406
diff changeset
1889 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, (HouseSoundID)(dword_F8B1E4 + 3));
2182
e1e4a8a20b5f _46А6АС_GetActorsInViewport
Ritor1
parents: 2092
diff changeset
1890 if ( !dword_F8B1E4 && !_A750D8_player_speech_timer )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1891 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1892 v5 = 0;
1407
d4f57df4c299 PlayerSpeechID and uSpeakingCharacter
Ritor1
parents: 1406
diff changeset
1893 for ( uint i = 1; i <= 4; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1894 {
1407
d4f57df4c299 PlayerSpeechID and uSpeakingCharacter
Ritor1
parents: 1406
diff changeset
1895 if ( pPlayers[i]->CanAct() )
d4f57df4c299 PlayerSpeechID and uSpeakingCharacter
Ritor1
parents: 1406
diff changeset
1896 v7[v5++] = i;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1897 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1898 if ( v5 )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1899 {
2182
e1e4a8a20b5f _46А6АС_GetActorsInViewport
Ritor1
parents: 2092
diff changeset
1900 _A750D8_player_speech_timer = 256i64;
1406
d071e0e9ba75 Explosion Traps fix
Ritor1
parents: 1393
diff changeset
1901 PlayerSpeechID = SPEECH_80;
1407
d4f57df4c299 PlayerSpeechID and uSpeakingCharacter
Ritor1
parents: 1406
diff changeset
1902 uSpeakingCharacter = v7[rand() % v5];
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1903 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1904 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1905 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1906 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1907 else
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1908 {
2182
e1e4a8a20b5f _46А6АС_GetActorsInViewport
Ritor1
parents: 2092
diff changeset
1909 if ( !_A750D8_player_speech_timer )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1910 {
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1911 v2 = 0;
1407
d4f57df4c299 PlayerSpeechID and uSpeakingCharacter
Ritor1
parents: 1406
diff changeset
1912 for ( uint i = 1; i <= 4; ++i )
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1913 {
1407
d4f57df4c299 PlayerSpeechID and uSpeakingCharacter
Ritor1
parents: 1406
diff changeset
1914 if ( pPlayers[i]->CanAct() )
d4f57df4c299 PlayerSpeechID and uSpeakingCharacter
Ritor1
parents: 1406
diff changeset
1915 v7[v2++] = i;
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1916 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1917 if ( v2 )
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1918 {
2182
e1e4a8a20b5f _46А6АС_GetActorsInViewport
Ritor1
parents: 2092
diff changeset
1919 _A750D8_player_speech_timer = 256i64;
1406
d071e0e9ba75 Explosion Traps fix
Ritor1
parents: 1393
diff changeset
1920 PlayerSpeechID = SPEECH_80;
1407
d4f57df4c299 PlayerSpeechID and uSpeakingCharacter
Ritor1
parents: 1406
diff changeset
1921 uSpeakingCharacter = v7[rand() % v2];
1300
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1922 return;
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1923 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1924 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1925 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1926 }
bedc304ab617 new files in UI
Ritor1
parents:
diff changeset
1927 }