Mercurial > mm7
annotate GUI/UI/UIGuilds.cpp @ 2575:a76d408c5132 tip
DrawTranslucent -> DrawTextureGrayShade
Removed old texture drawing stuff
author | a.parshin |
---|---|
date | Wed, 09 Mar 2016 01:39:52 +0200 |
parents | 0c67be4ec900 |
children |
rev | line source |
---|---|
2501 | 1 #define _CRTDBG_MAP_ALLOC |
2 #include <stdlib.h> | |
3 #include <crtdbg.h> | |
4 | |
5 #define _CRT_SECURE_NO_WARNINGS | |
2541 | 6 |
7 #include "Engine/Engine.h" | |
8 | |
2573
0c67be4ec900
DrawTextureIndexed renamed to DrawTextureTransparentColorKey
a.parshin
parents:
2541
diff
changeset
|
9 #include "GUI/UI/UIShops.h" |
0c67be4ec900
DrawTextureIndexed renamed to DrawTextureTransparentColorKey
a.parshin
parents:
2541
diff
changeset
|
10 |
2501 | 11 #include "..\../Engine/Objects/Items.h" |
2502 | 12 #include "..\../GUI/GUIWindow.h" |
2501 | 13 #include "..\../Engine/texts.h" |
14 #include "UIHouses.h" | |
2502 | 15 #include "..\../GUI/GUIFont.h" |
2501 | 16 #include "..\../Engine/Graphics/Render.h" |
17 #include "..\../Engine/Party.h" | |
18 #include "..\../Engine/Graphics/Texture.h" | |
2502 | 19 #include "..\../IO/Mouse.h" |
2501 | 20 #include "..\../Engine/Events2D.h" |
2502 | 21 #include "..\../Media/Audio/AudioPlayer.h" |
2501 | 22 #include "..\../Engine/LOD.h" |
23 | |
24 //----- (004B5D7C) -------------------------------------------------------- | |
25 void GuildDialog() | |
26 { | |
27 signed int base_teach_price; // ebx@1 | |
28 int v6; // esi@13 | |
29 signed int v7; // esi@17 | |
30 int v8; // esi@22 | |
31 // const char *statusbar_string; // ecx@26 | |
32 int v13; // ecx@30 | |
33 ItemGen *v15; // ST18_4@31 | |
34 int v17; // eax@31 | |
35 char *v18; // edx@31 | |
36 int v26; // ecx@47 | |
37 GUIButton *pButton; // eax@49 | |
38 int pTextHeight; // eax@55 | |
39 unsigned __int16 pTextColor; // ax@55 | |
40 POINT cursor; // [sp+26Ch] [bp-80h]@30 | |
41 GUIWindow working_window; // [sp+274h] [bp-78h]@1 | |
42 int v58; // [sp+2D4h] [bp-18h]@1 | |
43 bool pSkillFlag; // [sp+2DCh] [bp-10h]@35 | |
44 int v61; // [sp+2E0h] [bp-Ch]@35 | |
45 unsigned int v62; // [sp+2E4h] [bp-8h]@13 | |
46 int pPrice; // [sp+2E8h] [bp-4h]@1 | |
47 int all_text_height; | |
48 int pX; | |
49 | |
50 memcpy(&working_window, window_SpeakInHouse, sizeof(GUIWindow)); | |
51 working_window.uFrameX = 483; | |
52 working_window.uFrameWidth = 148; | |
53 working_window.uFrameZ = 334; | |
54 base_teach_price = (signed __int64)(p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].fPriceMultiplier * 500.0); | |
55 pPrice = base_teach_price * (100 - pPlayers[uActiveCharacter]->GetMerchant()) / 100; | |
56 if ( pPrice < base_teach_price / 3 ) | |
57 pPrice = base_teach_price / 3; | |
58 if ( dialog_menu_id == HOUSE_DIALOGUE_MAIN ) | |
59 { | |
60 if ( !(unsigned __int16)_449B57_test_bit((unsigned __int8 *)pPlayers[uActiveCharacter]->_achieved_awards_bits, | |
61 guild_mambership_flags[(unsigned int)window_SpeakInHouse->ptr_1C - 139]) ) | |
62 { //you must me member | |
63 pTextHeight = pFontArrus->CalcTextHeight(pNPCTopics[121].pText, &working_window, 0, 0); | |
64 working_window.DrawTitleText(pFontArrus, 0, (212 - pTextHeight) / 2 + 101, Color16(0xFFu, 0xFFu, 0x9Bu), pNPCTopics[121].pText, 3); | |
65 pDialogueWindow->pNumPresenceButton = 0; | |
66 return; | |
67 } | |
68 if ( !HouseUI_CheckIfPlayerCanInteract() ) | |
69 return; | |
70 if ( pDialogueWindow->pStartingPosActiveItem >= pDialogueWindow->pStartingPosActiveItem + pDialogueWindow->pNumPresenceButton ) | |
71 { | |
72 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[544], pPlayers[uActiveCharacter]->pName, pClassNames[pPlayers[uActiveCharacter]->classType]); // "Seek knowledge elsewhere %s the %s" | |
73 strcat(pTmpBuf.data(), "\n \n"); | |
74 strcat(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[528]); //"I can offer you nothing further." | |
75 pTextHeight = pFontArrus->CalcTextHeight(pTmpBuf.data(), &working_window, 0, 0); | |
76 working_window.DrawTitleText(pFontArrus, 0, (174 - pTextHeight) / 2 + 138, Color16(0xFFu, 0xFFu, 0x9Bu), pTmpBuf.data(), 3); | |
77 return; | |
78 } | |
79 v61 = 0; | |
80 pSkillFlag = false; | |
81 all_text_height = 0; | |
82 for ( int i = pDialogueWindow->pStartingPosActiveItem; | |
83 i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i ) | |
84 { | |
85 if ( pDialogueWindow->GetControl(i)->msg_param == 18 ) | |
86 { | |
87 all_text_height += pFontArrus->CalcTextHeight(pGlobalTXT_LocalizationStrings[400], &working_window, 0, 0); //"Buy Spells" | |
88 v61++; | |
89 } | |
90 else | |
91 { | |
92 if( byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][pDialogueWindow->GetControl(i)->msg_param - 36] | |
93 && !pPlayers[uActiveCharacter]->pActiveSkills[pDialogueWindow->GetControl(i)->msg_param - 36] ) | |
94 { | |
95 all_text_height += pFontArrus->CalcTextHeight(pSkillNames[pDialogueWindow->GetControl(i)->msg_param - 36], &working_window, 0, 0); | |
96 v61++; | |
97 pSkillFlag = true; | |
98 } | |
99 } | |
100 } | |
101 if ( !v61 ) | |
102 { | |
103 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[544], pPlayers[uActiveCharacter]->pName, pClassNames[pPlayers[uActiveCharacter]->classType]); // "Seek knowledge elsewhere %s the %s" | |
104 strcat(pTmpBuf.data(), "\n \n"); | |
105 strcat(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[528]); //"I can offer you nothing further." | |
106 pTextHeight = pFontArrus->CalcTextHeight(pTmpBuf.data(), &working_window, 0, 0); | |
107 working_window.DrawTitleText(pFontArrus, 0, (174 - pTextHeight) / 2 + 138, Color16(0xFFu, 0xFFu, 0x9Bu), pTmpBuf.data(), 3); | |
108 return; | |
109 } | |
110 if ( pSkillFlag ) | |
111 { | |
112 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[401], pPrice); //"Skill Cost: %lu" | |
113 working_window.DrawTitleText(pFontArrus, 0, 0x92u, 0, pTmpBuf.data(), 3); | |
114 } | |
115 v58 = (149 - all_text_height) / v61; | |
116 if ( v58 > 32 ) | |
117 v58 = 32; | |
118 v26 = (149 - v61 * v58 - all_text_height) / 2 - v58 / 2 + 162; | |
119 for ( int i = pDialogueWindow->pStartingPosActiveItem; | |
120 i < pDialogueWindow->pNumPresenceButton + pDialogueWindow->pStartingPosActiveItem; ++i ) | |
121 { | |
122 pButton = pDialogueWindow->GetControl(i); | |
123 if ( pButton->msg_param == 18 ) | |
124 { | |
125 pButton->uY = v58 + v26; | |
126 pTextHeight = pFontArrus->CalcTextHeight(pGlobalTXT_LocalizationStrings[400], &working_window, 0, 0); | |
127 pButton->uHeight = pTextHeight; | |
128 v26 = pButton->uY + pTextHeight - 1; | |
129 pButton->uW = v26; | |
130 pTextColor = Color16(0xFFu, 0xFFu, 0x9Bu); | |
131 if ( pDialogueWindow->pCurrentPosActiveItem != i ) | |
132 pTextColor = Color16(0xFFu, 0xFFu, 0xFFu); | |
133 working_window.DrawTitleText(pFontArrus, 0, pButton->uY, pTextColor, pGlobalTXT_LocalizationStrings[400], 3);//"Buy Spells" | |
134 } | |
135 else | |
136 { | |
137 if ( byte_4ED970_skill_learn_ability_by_class_table[pPlayers[uActiveCharacter]->classType][pButton->msg_param - 36] | |
138 && !pPlayers[uActiveCharacter]->pActiveSkills[pButton->msg_param - 36] ) | |
139 { | |
140 pButton->uY = v58 + v26; | |
141 pTextHeight = pFontArrus->CalcTextHeight(pSkillNames[pButton->msg_param - 36], &working_window, 0, 0); | |
142 pButton->uHeight = pTextHeight; | |
143 v26 = pButton->uY + pTextHeight - 1; | |
144 pButton->uW = v26; | |
145 pTextColor = Color16(0xFFu, 0xFFu, 0x9Bu); | |
146 if ( pDialogueWindow->pCurrentPosActiveItem != i ) | |
147 pTextColor = Color16(0xFFu, 0xFFu, 0xFFu); | |
148 working_window.DrawTitleText(pFontArrus, 0, pButton->uY, pTextColor, pSkillNames[pButton->msg_param - 36], 3); | |
149 } | |
150 else | |
151 { | |
152 pButton->uW = 0; | |
153 pButton->uHeight = 0; | |
154 pButton->uY = 0; | |
155 } | |
156 } | |
157 } | |
158 return; | |
159 } | |
160 if ( dialog_menu_id == HOUSE_DIALOGUE_GUILD_BUY_BOOKS ) //buy skill | |
161 { | |
2573
0c67be4ec900
DrawTextureIndexed renamed to DrawTextureTransparentColorKey
a.parshin
parents:
2541
diff
changeset
|
162 pRenderer->DrawTextureAlphaNew(8/640.0f, 8/480.0f, shop_ui_background); |
2501 | 163 v6 = 0; |
164 v62 = 0; | |
165 for ( pX = 32; pX < 452; pX += 70 )//расположение в верхнем ряду | |
166 { | |
167 if ( pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C-139][v6].uItemID ) | |
168 { | |
2575 | 169 pRenderer->DrawTextureAlphaNew(pX/640.0f, 90/480.0f, shop_ui_items_in_store[v6]); |
170 //ZBuffer_DoFill((int *)((char *)pRenderer->pActiveZBuffer + v62 + 230528), shop_ui_items_in_store[v6], v6 + 1); | |
2501 | 171 } |
172 v62 += 280; | |
173 ++v6; | |
174 } | |
175 v62 = 1680; | |
176 v7 = 6; | |
177 for ( pX = 32; pX < 452; pX += 70 )//расположение в нижнем ряду | |
178 { | |
179 if (pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C-139][v7].uItemID) | |
180 { | |
2575 | 181 pRenderer->DrawTextureAlphaNew(pX/640.0f, 250/480.0f, shop_ui_items_in_store[v7]); |
182 //ZBuffer_DoFill((int *)((char *)pRenderer->pActiveZBuffer + v62 + 638448), shop_ui_items_in_store[v7], v7 + 1); | |
2501 | 183 } |
184 v62 += 280; | |
185 ++v7; | |
186 } | |
187 if ( HouseUI_CheckIfPlayerCanInteract() ) | |
188 { | |
189 v8 = 0; | |
190 for ( uint i = 0; i < 12; ++i ) | |
191 { | |
192 if ( pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C - 139][i].uItemID > 0 ) | |
193 ++v8; | |
194 } | |
195 GetAsyncKeyState(VK_CONTROL); | |
196 DrawTextAtStatusBar(pGlobalTXT_LocalizationStrings[195], 0);//"Select the Item to Buy" | |
197 if ( !v8 ) | |
198 { | |
199 working_window.DrawShops_next_generation_time_string(pParty->PartyTimes.Shops_next_generation_time[window_SpeakInHouse->par1C - 139] - pParty->uTimePlayed);//"Приходите через 14 дней" | |
200 return; | |
201 } | |
202 pMouse->GetCursorPos(&cursor); | |
203 v13 = pRenderer->pActiveZBuffer[cursor.x + pSRZBufferLineOffsets[cursor.y]] & 0xFFFF; | |
204 if ( v13 ) | |
205 { | |
206 v15 = (ItemGen *)(&pParty->pPlayers[1].uExpressionTimeLength + 18 * (v13 + 12 * (int)window_SpeakInHouse->ptr_1C)); | |
207 v17 = pPlayers[uActiveCharacter]->SelectPhrasesTransaction( (ItemGen *)&pParty->pPlayers[1].uExpressionTimeLength + v13 + 12 * (int)window_SpeakInHouse->ptr_1C, BuildingType_MagicShop, (int)window_SpeakInHouse->ptr_1C, 2); | |
208 v18 = BuildDialogueString(pMerchantsBuyPhrases[v17], uActiveCharacter - 1, v15, (char *)window_SpeakInHouse->ptr_1C, 2, 0); | |
209 pTextHeight = pFontArrus->CalcTextHeight(v18, &working_window, 0, 0); | |
210 working_window.DrawTitleText(pFontArrus, 0, (174 - pTextHeight) / 2 + 138, Color16(0xFFu, 0xFFu, 0xFFu), v18, 3); | |
211 return; | |
212 } | |
213 } | |
214 return; | |
215 } | |
216 if ( HouseUI_CheckIfPlayerCanInteract() ) | |
217 { | |
218 if ( pPlayers[uActiveCharacter]->pActiveSkills[dialog_menu_id-36] ) | |
219 { | |
220 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[403], pSkillNames[dialog_menu_id-36]); //"You already know the %s skill" | |
221 ShowStatusBarString(pTmpBuf.data(), 2); | |
222 pAudioPlayer->PlaySound(SOUND_error, 0, 0, -1, 0, 0, 0, 0); | |
223 } | |
224 else | |
225 { | |
226 if ( pParty->uNumGold < pPrice ) | |
227 { | |
228 ShowStatusBarString(pGlobalTXT_LocalizationStrings[155], 2); //"You don't have enough gold" | |
229 PlayHouseSound((unsigned int)window_SpeakInHouse->ptr_1C, HouseSound_NotEnoughMoney_TrainingSuccessful); | |
230 } | |
231 else | |
232 { | |
233 Party::TakeGold(pPrice); | |
234 pPlayers[uActiveCharacter]->pActiveSkills[dialog_menu_id-36] = 1; | |
235 } | |
236 } | |
237 } | |
238 pMessageQueue_50CBD0->AddGUIMessage(UIMSG_Escape, 1, 0); | |
239 return; | |
240 } | |
241 //----- (004BC8D5) -------------------------------------------------------- | |
242 void SpellBookGenerator()//for GuildDialogs | |
243 { | |
244 int pItemNum; // esi@1 | |
245 int v4; // esi@7 | |
246 | |
247 for( int i = 0; i < 12; ++i ) | |
248 { | |
249 if ( p2DEvents[window_SpeakInHouse->par1C - 1].uType >= 5 ) | |
250 { | |
251 if ( p2DEvents[window_SpeakInHouse->par1C - 1].uType <= 13 ) | |
252 pItemNum = rand() % word_4F0F30[(signed int)window_SpeakInHouse->par1C - 139] + 11 * p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1].uType + 345; | |
253 else | |
254 { | |
255 if ( p2DEvents[window_SpeakInHouse->par1C - 1].uType == 14 ) | |
256 v4 = rand() % 4; | |
257 else if ( p2DEvents[window_SpeakInHouse->par1C - 1].uType == 15 ) | |
258 v4 = rand() % 3 + 4; | |
259 else if ( p2DEvents[window_SpeakInHouse->par1C - 1].uType == 16 ) | |
260 v4 = rand() % 2 + 7; | |
261 if( p2DEvents[window_SpeakInHouse->par1C - 1].uType <= 16 ) | |
262 pItemNum = rand() % word_4F0F30[(signed int)window_SpeakInHouse->par1C - 139] + 11 * v4 + 400; | |
263 } | |
264 } | |
265 if ( pItemNum == 487 ) | |
266 { | |
267 if ( !(unsigned __int16)_449B57_test_bit(pParty->_quest_bits, 239) ) | |
268 pItemNum = 486; | |
269 } | |
270 ItemGen * item_spellbook = &pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C-139][i]; | |
271 item_spellbook->Reset(); | |
272 pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C-139][i].uItemID = pItemNum; | |
273 pParty->SpellBooksInGuilds[window_SpeakInHouse->par1C-139][i].IsIdentified(); | |
2575 | 274 |
275 shop_ui_items_in_store[i] = assets->GetImage_16BitColorKey(pItemsTable->pItems[pItemNum].pIconName, 0x7FF); | |
2501 | 276 } |
277 return; | |
278 } |