Mercurial > mm7
annotate mm7_5.cpp @ 1481:0356a84be1cf
uses std funcs instead
author | Beri Levi berilevi@gmail.com |
---|---|
date | Wed, 28 Aug 2013 23:47:39 +0300 |
parents | 7ef4b64f6329 |
children | 9e9a12506d51 |
rev | line source |
---|---|
1165
29a8defbad9e
temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents:
1160
diff
changeset
|
1 #ifdef _MSC_VER |
29a8defbad9e
temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents:
1160
diff
changeset
|
2 #define _CRT_SECURE_NO_WARNINGS |
29a8defbad9e
temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents:
1160
diff
changeset
|
3 #endif |
29a8defbad9e
temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents:
1160
diff
changeset
|
4 |
303 | 5 #include <assert.h> |
6 | |
1262 | 7 #include "Texture.h" |
8 #include "mm7_data.h" | |
1016 | 9 #include "VideoPlayer.h" |
10 #include "Sprites.h" | |
11 #include "MapInfo.h" | |
12 #include "BSPModel.h" | |
13 #include "OutdoorCamera.h" | |
14 #include "LightmapBuilder.h" | |
15 #include "DecalBuilder.h" | |
16 #include "Mouse.h" | |
17 #include "Keyboard.h" | |
18 #include "GammaControl.h" | |
1263 | 19 #include "mm7_data.h" |
20 #include "FactionTable.h" | |
1016 | 21 #include "Vis.h" |
0 | 22 #include "mm7.h" |
23 #include "Game.h" | |
24 #include "GUIWindow.h" | |
25 #include "GUIFont.h" | |
26 #include "GUIProgressBar.h" | |
27 #include "Party.h" | |
28 #include "AudioPlayer.h" | |
29 #include "Outdoor.h" | |
30 #include "Arcomage.h" | |
31 #include "LOD.h" | |
32 #include "Actor.h" | |
33 #include "Events.h" | |
34 #include "Viewport.h" | |
35 #include "FrameTableInc.h" | |
36 #include "Math.h" | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
513
diff
changeset
|
37 #include "SpriteObject.h" |
0 | 38 #include "ObjectList.h" |
39 #include "Chest.h" | |
40 #include "PaletteManager.h" | |
41 #include "SaveLoad.h" | |
42 #include "Time.h" | |
43 #include "TurnEngine.h" | |
924 | 44 #include "CastSpellInfo.h" |
0 | 45 #include "stru298.h" |
46 #include "Events2D.h" | |
189 | 47 #include "texts.h" |
0 | 48 #include "Log.h" |
1299 | 49 #include "UI\UIHouses.h" |
1262 | 50 #include "Lights.h" |
51 #include "Lights.h" | |
0 | 52 |
53 //----- (004304E7) -------------------------------------------------------- | |
1458 | 54 void GameUI_MsgProc() |
0 | 55 { |
978 | 56 //signed int v0; // edi@6 |
1025 | 57 //char *v1; // esi@6 |
0 | 58 unsigned int v2; // edx@7 |
59 Actor *pActor; // ecx@13 | |
60 int v4; // ecx@18 | |
199 | 61 //NPCData *pNPCData0; // eax@18 |
62 //int v6; // edx@20 | |
63 //int v7; // ecx@29 | |
916 | 64 //unsigned int v8; // edx@59 |
65 //unsigned int v9; // ecx@60 | |
0 | 66 unsigned int v10; // ecx@73 |
437 | 67 //unsigned int v11; // eax@75 |
0 | 68 unsigned __int8 v12; // sf@75 |
69 unsigned __int8 v13; // of@75 | |
70 int v14; // eax@98 | |
71 unsigned int v15; // eax@102 | |
72 unsigned __int8 v16; // al@104 | |
73 unsigned __int8 v17; // al@105 | |
74 int v18; // eax@106 | |
75 float v19; // ST64_4@121 | |
76 unsigned int v20; // ecx@121 | |
77 float v21; // ST64_4@126 | |
78 float v22; // ST64_4@127 | |
79 unsigned int v23; // ecx@135 | |
80 unsigned int v24; // ecx@149 | |
81 unsigned int v25; // ecx@165 | |
82 GUIWindow *pWindow; // eax@204 | |
83 unsigned int v27; // edx@204 | |
84 unsigned int v28; // ecx@204 | |
85 GUIWindow *pWindow2; // ecx@248 | |
978 | 86 //int v30; // edx@258 |
87 //const char *v31; // ecx@262 | |
0 | 88 signed int v32; // eax@269 |
89 unsigned int v33; // eax@277 | |
90 unsigned __int8 v34; // al@279 | |
91 unsigned __int8 v35; // al@280 | |
1000 | 92 //GUIWindow *pWindow3; // ecx@332 |
0 | 93 int v37; // eax@341 |
94 int v38; // eax@358 | |
95 SHORT v39; // ax@365 | |
910 | 96 //signed int v40; // eax@365 |
0 | 97 char *v41; // eax@380 |
98 int v42; // eax@396 | |
99 POINT *pPoint; // eax@397 | |
100 signed int v44; // eax@398 | |
101 int v45; // edx@398 | |
102 signed int v46; // ecx@398 | |
103 char v47; // zf@399 | |
104 char v48; // zf@405 | |
105 BLVFace *pBLVFace; // ecx@410 | |
106 ODMFace *pODMFace; // ecx@412 | |
1000 | 107 CastSpellInfo *pSpellInfo; // ecx@415 |
0 | 108 void *v52; // eax@424 |
109 __int16 v53; // ax@431 | |
110 int v54; // eax@432 | |
111 int v55; // ecx@432 | |
112 int v56; // edx@432 | |
113 int v57; // eax@432 | |
114 Player *pPlayer; // edx@442 | |
1430 | 115 unsigned int pMapNum; // eax@445 |
0 | 116 signed int v60; // ST64_4@459 |
1430 | 117 //NPCData *pNPCData2; // eax@467 |
118 //unsigned __int64 v62; // kr00_8@467 | |
0 | 119 __int16 v63; // dx@479 |
120 unsigned int v64; // eax@486 | |
121 int v65; // ecx@486 | |
122 int v66; // eax@488 | |
123 char *v67; // eax@489 | |
124 __int16 v68; // dx@498 | |
125 char *v69; // eax@512 | |
126 int v70; // eax@525 | |
127 int v71; // edi@527 | |
128 NPCData *pNPCData3; // esi@527 | |
129 char *v73; // ecx@533 | |
130 signed int v74; // edi@535 | |
131 int v75; // eax@535 | |
132 int v76; // esi@535 | |
133 int v77; // eax@537 | |
134 Player *pPlayer2; // ecx@549 | |
916 | 135 //int v79; // ecx@550 |
136 //unsigned int v80; // edx@550 | |
0 | 137 signed int v81; // eax@552 |
138 POINT *pPoint2; // eax@553 | |
139 signed int v83; // ecx@554 | |
140 signed int v84; // ecx@554 | |
141 GUIButton *pButton; // eax@578 | |
142 unsigned int v86; // eax@583 | |
143 const char *v87; // ecx@595 | |
144 const char *v88; // ecx@596 | |
916 | 145 //unsigned int v89; // eax@598 |
0 | 146 unsigned int v90; // eax@602 |
147 int v91; // edx@605 | |
148 int v92; // eax@605 | |
149 int v93; // edx@605 | |
150 int pPlayerNum; // edx@611 | |
151 int v95; // eax@611 | |
916 | 152 //const char *v96; // ecx@621 |
0 | 153 unsigned int v97; // eax@624 |
154 int v98; // eax@636 | |
155 unsigned __int8 v99; // al@643 | |
156 Player *pPlayer3; // eax@648 | |
157 int v101; // ecx@648 | |
158 int v102; // edx@652 | |
159 int v103; // eax@671 | |
160 Player *pPlayer4; // ecx@718 | |
161 int v105; // eax@718 | |
162 Player *pPlayer5; // ST78_4@758 | |
163 unsigned int v107; // eax@758 | |
164 unsigned int v108; // eax@758 | |
165 unsigned int v115; // eax@764 | |
166 int v116; // eax@776 | |
167 POINT *pPoint3; // eax@777 | |
168 unsigned int v118; // eax@785 | |
169 unsigned int v119; // ecx@786 | |
170 unsigned int v120; // [sp-28h] [bp-624h]@86 | |
171 unsigned int v121; // [sp-28h] [bp-624h]@711 | |
172 unsigned int v122; // [sp-24h] [bp-620h]@86 | |
173 unsigned int v123; // [sp-24h] [bp-620h]@711 | |
174 unsigned int v124; // [sp-20h] [bp-61Ch]@86 | |
175 unsigned int v125; // [sp-20h] [bp-61Ch]@711 | |
176 unsigned int v126; // [sp-1Ch] [bp-618h]@86 | |
177 int v127; // [sp-1Ch] [bp-618h]@107 | |
178 unsigned int v128; // [sp-1Ch] [bp-618h]@711 | |
179 int v129; // [sp-18h] [bp-614h]@86 | |
916 | 180 //signed int v130; // [sp-18h] [bp-614h]@107 |
0 | 181 int v131; // [sp-14h] [bp-610h]@86 |
916 | 182 //unsigned int v132; // [sp-14h] [bp-610h]@107 |
183 //unsigned int v133; // [sp-10h] [bp-60Ch]@60 | |
0 | 184 unsigned int v134; // [sp-10h] [bp-60Ch]@86 |
916 | 185 //signed int v135; // [sp-10h] [bp-60Ch]@107 |
0 | 186 unsigned int v136; // [sp-10h] [bp-60Ch]@121 |
916 | 187 //unsigned int v137; // [sp-Ch] [bp-608h]@60 |
0 | 188 unsigned int v138; // [sp-Ch] [bp-608h]@86 |
916 | 189 //signed int v139; // [sp-Ch] [bp-608h]@107 |
0 | 190 unsigned int v140; // [sp-Ch] [bp-608h]@121 |
191 enum WindowType pWindowType; // [sp-8h] [bp-604h]@56 | |
916 | 192 //enum WindowType pWindowType1; // [sp-8h] [bp-604h]@60 |
0 | 193 unsigned __int8 v143; // [sp-8h] [bp-604h]@86 |
916 | 194 //int v144; // [sp-8h] [bp-604h]@107 |
0 | 195 enum WindowType pWindowType2; // [sp-8h] [bp-604h]@121 |
916 | 196 //const char *v146; // [sp-8h] [bp-604h]@449 |
197 //unsigned int v147; // [sp-8h] [bp-604h]@550 | |
710 | 198 //int v148; // [sp-4h] [bp-600h]@56 |
0 | 199 GUIButton *pButton2; // [sp-4h] [bp-600h]@59 |
200 const char *v150; // [sp-4h] [bp-600h]@86 | |
916 | 201 //unsigned int v151; // [sp-4h] [bp-600h]@107 |
0 | 202 int v152; // [sp-4h] [bp-600h]@121 |
203 int v153; // [sp-4h] [bp-600h]@135 | |
961 | 204 //int v154; // [sp-4h] [bp-600h]@149 |
0 | 205 int v155; // [sp-4h] [bp-600h]@165 |
206 int v156; // [sp-4h] [bp-600h]@204 | |
916 | 207 //const char *v157; // [sp-4h] [bp-600h]@444 |
1430 | 208 //unsigned int v158; // [sp-4h] [bp-600h]@449 |
916 | 209 //__int16 v159; // [sp-4h] [bp-600h]@550 |
0 | 210 int v160; // [sp-4h] [bp-600h]@599 |
211 const char *v161; // [sp-4h] [bp-600h]@637 | |
710 | 212 //int v162; // [sp+0h] [bp-5FCh]@56 |
916 | 213 //int v163; // [sp+0h] [bp-5FCh]@59 |
0 | 214 Texture *pTexture; // [sp+0h] [bp-5FCh]@86 |
916 | 215 //int v165; // [sp+0h] [bp-5FCh]@107 |
0 | 216 int v166; // [sp+0h] [bp-5FCh]@121 |
217 int v167; // [sp+0h] [bp-5FCh]@135 | |
978 | 218 //int v168; // [sp+0h] [bp-5FCh]@149 |
0 | 219 int v169; // [sp+0h] [bp-5FCh]@165 |
220 int v170; // [sp+0h] [bp-5FCh]@204 | |
978 | 221 //signed int v171; // [sp+0h] [bp-5FCh]@259 |
0 | 222 KeyToggleType pKeyToggleType; // [sp+0h] [bp-5FCh]@287 |
223 char *v173; // [sp+0h] [bp-5FCh]@444 | |
224 char *v174; // [sp+0h] [bp-5FCh]@449 | |
916 | 225 //int v175; // [sp+0h] [bp-5FCh]@550 |
0 | 226 int v176; // [sp+0h] [bp-5FCh]@599 |
227 const char *v177; // [sp+0h] [bp-5FCh]@629 | |
228 char *v178; // [sp+0h] [bp-5FCh]@637 | |
229 int v179; // [sp+4h] [bp-5F8h]@0 | |
199 | 230 //signed int _this; // [sp+14h] [bp-5E8h]@22 |
0 | 231 signed int thisa; // [sp+14h] [bp-5E8h]@251 |
232 signed int thisb; // [sp+14h] [bp-5E8h]@272 | |
233 Player *pPlayer7; // [sp+14h] [bp-5E8h]@373 | |
234 Player *pPlayer8; // [sp+14h] [bp-5E8h]@377 | |
1430 | 235 char *pMapName; // [sp+14h] [bp-5E8h]@445 |
0 | 236 Player *pPlayer9; // [sp+14h] [bp-5E8h]@455 |
237 int thisg; // [sp+14h] [bp-5E8h]@467 | |
238 int thish; // [sp+14h] [bp-5E8h]@528 | |
239 signed int thisi; // [sp+14h] [bp-5E8h]@535 | |
240 MapInfo *pMapInfo; // [sp+14h] [bp-5E8h]@604 | |
241 Player *pPlayer10; // [sp+14h] [bp-5E8h]@641 | |
242 int thisl; // [sp+14h] [bp-5E8h]@648 | |
243 int uMessageParam; // [sp+18h] [bp-5E4h]@7 | |
244 int uAction; // [sp+1Ch] [bp-5E0h]@18 | |
245 NPCData *pNPCData4; // [sp+20h] [bp-5DCh]@23 | |
246 unsigned int uNumSeconds; // [sp+24h] [bp-5D8h]@18 | |
247 char v197; // [sp+2Bh] [bp-5D1h]@101 | |
248 enum UIMessageType uMessage; // [sp+2Ch] [bp-5D0h]@7 | |
249 unsigned int v199; // [sp+30h] [bp-5CCh]@7 | |
250 char *v200; // [sp+34h] [bp-5C8h]@518 | |
251 POINT v201; // [sp+38h] [bp-5C4h]@553 | |
252 POINT v202; // [sp+40h] [bp-5BCh]@141 | |
253 POINT a2; // [sp+48h] [bp-5B4h]@127 | |
254 POINT v204; // [sp+50h] [bp-5ACh]@777 | |
255 POINT v205; // [sp+58h] [bp-5A4h]@171 | |
256 POINT v206; // [sp+60h] [bp-59Ch]@553 | |
257 POINT v207; // [sp+68h] [bp-594h]@155 | |
258 POINT v208; // [sp+70h] [bp-58Ch]@397 | |
259 POINT v209; // [sp+78h] [bp-584h]@777 | |
260 POINT v210; // [sp+80h] [bp-57Ch]@397 | |
261 POINT v211; // [sp+88h] [bp-574h]@704 | |
1430 | 262 //__int64 v212; // [sp+90h] [bp-56Ch]@467 |
783 | 263 int v213; // [sp+98h] [bp-564h]@385 |
264 char pLevelName[32]; // [sp+9Ch] [bp-560h]@380 | |
265 char pOut[32]; // [sp+BCh] [bp-540h]@370 | |
0 | 266 FrameTableTxtLine v216; // [sp+DCh] [bp-520h]@524 |
267 int v217[9]; // [sp+158h] [bp-4A4h]@652 | |
268 FrameTableTxtLine v218; // [sp+17Ch] [bp-480h]@524 | |
269 char a1[64]; // [sp+1F8h] [bp-404h]@467 | |
270 char Str2[128]; // [sp+238h] [bp-3C4h]@527 | |
271 Actor actor; // [sp+2B8h] [bp-344h]@4 | |
272 | |
273 dword_50CDC8 = 0; | |
274 if ( !pEventTimer->bPaused ) | |
275 { | |
276 pParty->sEyelevel = pParty->uDefaultEyelevel; | |
277 pParty->uPartyHeight = pParty->uDefaultPartyHeight; | |
278 } | |
279 if ( bDialogueUI_InitializeActor_NPC_ID ) | |
280 { | |
281 //Actor::Actor(&actor); | |
282 memset(&actor, 0, 0x344u); | |
283 dword_5B65D0_dialogue_actor_npc_id = bDialogueUI_InitializeActor_NPC_ID; | |
602 | 284 actor.sNPC_ID = bDialogueUI_InitializeActor_NPC_ID; |
1033 | 285 GameUI_InitializeDialogue(&actor, false); |
0 | 286 bDialogueUI_InitializeActor_NPC_ID = 0; |
287 } | |
288 if ( pMessageQueue_50CBD0->uNumMessages ) | |
289 { | |
1025 | 290 //v1 = ""; |
0 | 291 while ( 2 ) |
292 { | |
293 if ( !pMessageQueue_50CBD0->uNumMessages ) | |
294 break; | |
295 | |
296 pMessageQueue_50CBD0->PopMessage(&uMessage, &uMessageParam, (int *)&v199); | |
297 switch ( uMessage ) | |
298 { | |
299 case UIMSG_ChangeGameState: | |
978 | 300 uGameState = GAME_FINISHED; |
4 | 301 continue; |
0 | 302 case UIMSG_PlayArcomage: |
303 pVideoPlayer->_4BF5B2(); | |
304 pArcomageGame->bGameInProgress = 1; | |
305 PrepareArcomage(); | |
4 | 306 continue; |
0 | 307 case UIMSG_StartNPCDialogue: |
308 if ( !uActiveCharacter ) | |
4 | 309 continue; |
978 | 310 viewparams->field_48 = 1; |
0 | 311 if ( pMessageQueue_50CBD0->uNumMessages ) |
312 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
602 | 313 dword_5B65D0_dialogue_actor_npc_id = pActors[uMessageParam].sNPC_ID; |
0 | 314 pActor = &pActors[uMessageParam]; |
4 | 315 //goto _actor_init_dlg; |
1033 | 316 GameUI_InitializeDialogue(pActor, true); |
4 | 317 continue; |
199 | 318 case UIMSG_StartHireling1Dialogue: |
319 case UIMSG_StartHireling2Dialogue: | |
320 { | |
321 if (bNoNPCHiring || pCurrentScreen) | |
322 continue; | |
323 | |
0 | 324 if ( pMessageQueue_50CBD0->uNumMessages ) |
325 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
326 uAction = 0; | |
201 | 327 int hireling_idx = uMessage - UIMSG_StartHireling1Dialogue; |
0 | 328 v4 = 0; |
199 | 329 |
330 for (uint i = 0; i < 2; ++i) | |
331 //pNPCData0 = pParty->pHirelings; | |
332 //do | |
333 { | |
334 if (pParty->pHirelings[i].pName) | |
335 //{ | |
336 //v6 = uAction++; | |
337 pTmpBuf[uAction++] = i; | |
338 //} | |
339 //++pNPCData0; | |
340 //++v4; | |
341 } | |
342 //while ( (signed int)pNPCData0 < (signed int)&pParty->pPickedItem ); | |
343 | |
344 //_this = 0; | |
345 for (uint i = 0; i < pNPCStats->uNumNewNPCs; ++i) | |
346 { | |
347 auto npc = pNPCStats->pNewNPCData + i; | |
348 //do | |
349 //{ | |
248 | 350 if (npc->Hired() && |
199 | 351 (!pParty->pHirelings[0].pName || strcmp(npc->pName, pParty->pHirelings[0].pName)) && |
352 (!pParty->pHirelings[1].pName || strcmp(npc->pName, pParty->pHirelings[1].pName)) ) | |
0 | 353 { |
199 | 354 //v7 =; |
355 pTmpBuf[uAction++] = i + 2; | |
0 | 356 } |
199 | 357 //++_this; |
358 //++pNPCData4; | |
359 //} | |
360 //while ( _this < (signed int)pNPCStats->uNumNewNPCs ); | |
0 | 361 } |
201 | 362 |
363 if ( (signed int)(hireling_idx + (unsigned __int8)pParty->field_709) < uAction ) | |
0 | 364 { |
365 //Actor::Actor(&actor); | |
366 memset(&actor, 0, 0x344u); | |
602 | 367 actor.sNPC_ID += -1 - (unsigned __int8)pParty->field_709 - hireling_idx; |
0 | 368 pActor = &actor; |
1033 | 369 GameUI_InitializeDialogue(&actor, true); |
0 | 370 } |
371 } | |
4 | 372 continue; |
735 | 373 |
374 case UIMSG_BuyInShop_Identify_Repair: | |
375 UIShop_Buy_Identify_Repair(); | |
376 continue; | |
467 | 377 case UIMSG_ClickNPCTopic: |
378 ClickNPCTopic(uMessageParam); | |
379 continue; | |
651 | 380 case UIMSG_SelectShopDialogueOption: |
381 OnSelectShopDialogueOption(uMessageParam); | |
382 continue; | |
383 case UIMSG_SelectNPCDialogueOption: | |
384 OnSelectNPCDialogueOption((DIALOGUE_TYPE)uMessageParam); | |
4 | 385 continue; |
961 | 386 case UIMSG_ClickHouseNPCPortrait: |
0 | 387 _4B4224_UpdateNPCTopics(uMessageParam); |
4 | 388 continue; |
0 | 389 case UIMSG_StartNewGame: |
390 if ( dword_6BE138 == 124 || uMessageParam ) | |
391 { | |
1006 | 392 pIcons_LOD->SyncLoadedFilesCount(); |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
393 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
0 | 394 if ( pMessageQueue_50CBD0->uNumMessages ) |
395 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
396 pGUIWindow_CurrentMenu->Release(); | |
978 | 397 uGameState = GAME_STATE_NEWGAME_OUT_GAMEMENU; |
151 | 398 pCurrentScreen = SCREEN_GAME; |
978 | 399 viewparams->bRedrawGameUI = 1; |
0 | 400 } |
401 else | |
402 { | |
403 ShowStatusBarString(pGlobalTXT_LocalizationStrings[201], 2u);// "Are you sure? Click again to start a New Game" | |
404 pAudioPlayer->PlaySound(SOUND_20001, 0, 0, -1, 0, 0, 0, 0); | |
405 dword_6BE138 = 124; | |
406 } | |
407 stru_506E40.Release(); | |
4 | 408 continue; |
0 | 409 case UIMSG_Game_OpenLoadGameDialog: |
1006 | 410 pIcons_LOD->SyncLoadedFilesCount(); |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
411 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
0 | 412 if ( pMessageQueue_50CBD0->uNumMessages ) |
413 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
414 pGUIWindow_CurrentMenu->Release(); | |
151 | 415 pCurrentScreen = SCREEN_LOADGAME; |
1033 | 416 LoadUI_Load(1); |
4 | 417 continue; |
0 | 418 case UIMSG_Quit: |
419 if ( dword_6BE138 == 132 || uMessageParam ) | |
420 { | |
1006 | 421 pIcons_LOD->SyncLoadedFilesCount(); |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
422 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
0 | 423 if ( pMessageQueue_50CBD0->uNumMessages ) |
424 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
425 pGUIWindow_CurrentMenu->Release(); | |
151 | 426 pCurrentScreen = SCREEN_GAME; |
978 | 427 viewparams->bRedrawGameUI = 1; |
0 | 428 if ( !uMessageParam ) |
429 pAudioPlayer->PlaySound((SoundID)(SOUND_EnteringAHouse|0x1), 0, 0, -1, 0, 0, 0, 0); | |
978 | 430 uGameState = GAME_STATE_GAME_QUITTING_TO_MAIN_MENU; |
0 | 431 } |
432 else | |
433 { | |
369 | 434 ShowStatusBarString(pGlobalTXT_LocalizationStrings[82], 2);// "Are you sure? Click again to quit" |
0 | 435 pAudioPlayer->PlaySound(SOUND_20001, 0, 0, -1, 0, 0, 0, 0); |
436 dword_6BE138 = 132; | |
437 } | |
4 | 438 stru_506E40.Release(); |
439 continue; | |
151 | 440 case UIMSG_80: |
987 | 441 __debugbreak(); |
1006 | 442 pIcons_LOD->SyncLoadedFilesCount(); |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
443 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
0 | 444 pGUIWindow_CurrentMenu->Release(); |
151 | 445 pCurrentScreen = SCREEN_OPTIONS; |
710 | 446 pGUIWindow_CurrentMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_8, 0, 0); |
11 | 447 continue; |
2 | 448 case UIMSG_ArrowUp: |
449 --pSaveListPosition; | |
450 if ( pSaveListPosition < 0 ) | |
451 pSaveListPosition = 0; | |
962 | 452 GUIWindow::Create(215, 199, 17, 17, WINDOW_PressedButton2, (int)pBtnArrowUp, 0); |
11 | 453 continue; |
2 | 454 case UIMSG_DownArrow: |
455 ++pSaveListPosition; | |
456 if ( pSaveListPosition >= uMessageParam ) | |
457 pSaveListPosition = uMessageParam - 1; | |
962 | 458 GUIWindow::Create(215, 323, 17, 17, WINDOW_PressedButton2, (int)pBtnDownArrow, 0); |
11 | 459 continue; |
2 | 460 case UIMSG_Cancel: |
962 | 461 GUIWindow::Create(350, 302, 106, 42, WINDOW_CloseRestWindowBtn, (int)pBtnCancel, 0); |
11 | 462 continue; |
961 | 463 case UIMSG_SaveLoadBtn: |
464 GUIWindow::Create(241, 302, 106, 42, WINDOW_SaveLoadBtn, (int)pBtnLoadSlot, 0); | |
11 | 465 continue; |
3 | 466 case UIMSG_SelectLoadSlot: |
1038 | 467 if ( pGUIWindow_CurrentMenu->receives_keyboard_input_2 == WINDOW_INPUT_IN_PROGRESS) |
468 pKeyActionMap->SetWindowInputStatus(WINDOW_INPUT_NONE); | |
151 | 469 if ( pCurrentScreen != SCREEN_SAVEGAME || uLoadGameUI_SelectedSlot != pSaveListPosition + uMessageParam ) |
2 | 470 { |
471 v10 = pSaveListPosition + uMessageParam; | |
472 if ( dword_6BE138 == pSaveListPosition + uMessageParam ) | |
0 | 473 { |
961 | 474 pMessageQueue_50CBD0->AddMessage(UIMSG_SaveLoadBtn, 0, 0); |
437 | 475 pMessageQueue_50CBD0->AddMessage(UIMSG_LoadGame, 0, 0); |
0 | 476 } |
477 uLoadGameUI_SelectedSlot = v10; | |
478 dword_6BE138 = v10; | |
479 } | |
480 else | |
481 { | |
3 | 482 pKeyActionMap->EnterText(0, 19, pGUIWindow_CurrentMenu); |
43 | 483 if ( strcmp((const char *)&pSavegameHeader[uLoadGameUI_SelectedSlot], pGlobalTXT_LocalizationStrings[72]) )// "Empty" |
484 strcpy((char *)pKeyActionMap->pPressedKeysBuffer, (const char *)&pSavegameHeader[uLoadGameUI_SelectedSlot]); | |
0 | 485 pKeyActionMap->uNumKeysPressed = strlen((const char *)pKeyActionMap->pPressedKeysBuffer); |
486 } | |
4 | 487 continue; |
0 | 488 case UIMSG_LoadGame: |
489 if ( pSavegameUsedSlots[uLoadGameUI_SelectedSlot] ) | |
490 { | |
491 LoadGame(uLoadGameUI_SelectedSlot); | |
1214
0d6c7ff3cddd
simplified stru193_math constructor and class definition
Grumpy7
parents:
1207
diff
changeset
|
492 uGameState = GAME_STATE_LOADING_GAME; |
0 | 493 } |
4 | 494 stru_506E40.Release(); |
495 continue; | |
0 | 496 case UIMSG_SaveGame: |
1038 | 497 if ( pGUIWindow_CurrentMenu->receives_keyboard_input_2 == WINDOW_INPUT_IN_PROGRESS) |
498 { | |
499 pKeyActionMap->SetWindowInputStatus(WINDOW_INPUT_NONE); | |
837 | 500 strcpy((char *)&pSavegameHeader[uLoadGameUI_SelectedSlot], (const char *)pKeyActionMap->pPressedKeysBuffer); |
0 | 501 } |
502 DoSavegame(uLoadGameUI_SelectedSlot); | |
4 | 503 stru_506E40.Release(); |
504 continue; | |
151 | 505 case UIMSG_Game_OpenSaveGameDialog: |
0 | 506 pGUIWindow_CurrentMenu->Release(); |
151 | 507 pCurrentScreen = SCREEN_SAVEGAME; |
1033 | 508 SaveUI_Load(); |
4 | 509 continue; |
369 | 510 case UIMSG_Game_OpenOptionsDialog://Open |
0 | 511 if ( pMessageQueue_50CBD0->uNumMessages ) |
512 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
513 pGUIWindow_CurrentMenu->Release(); | |
978 | 514 viewparams->field_48 = 1; |
151 | 515 pCurrentScreen = SCREEN_OPTIONS; |
948 | 516 |
517 options_menu_skin.uTextureID_Background = pIcons_LOD->LoadTexture("ControlBG", TEXTURE_16BIT_PALETTE); | |
518 options_menu_skin.uTextureID_TurnSpeed[2] = pIcons_LOD->LoadTexture("con_16x", TEXTURE_16BIT_PALETTE); | |
519 options_menu_skin.uTextureID_TurnSpeed[1] = pIcons_LOD->LoadTexture("con_32x", TEXTURE_16BIT_PALETTE); | |
520 options_menu_skin.uTextureID_TurnSpeed[0] = pIcons_LOD->LoadTexture("con_Smoo", TEXTURE_16BIT_PALETTE); | |
521 options_menu_skin.uTextureID_ArrowLeft = pIcons_LOD->LoadTexture("con_ArrL", TEXTURE_16BIT_PALETTE); | |
522 options_menu_skin.uTextureID_ArrowRight = pIcons_LOD->LoadTexture("con_ArrR", TEXTURE_16BIT_PALETTE); | |
523 options_menu_skin.uTextureID_SoundLevels[0] = pIcons_LOD->LoadTexture("convol10", TEXTURE_16BIT_PALETTE); | |
524 options_menu_skin.uTextureID_SoundLevels[1] = pIcons_LOD->LoadTexture("convol20", TEXTURE_16BIT_PALETTE); | |
525 options_menu_skin.uTextureID_SoundLevels[2] = pIcons_LOD->LoadTexture("convol30", TEXTURE_16BIT_PALETTE); | |
526 options_menu_skin.uTextureID_SoundLevels[3] = pIcons_LOD->LoadTexture("convol40", TEXTURE_16BIT_PALETTE); | |
527 options_menu_skin.uTextureID_SoundLevels[4] = pIcons_LOD->LoadTexture("convol50", TEXTURE_16BIT_PALETTE); | |
528 options_menu_skin.uTextureID_SoundLevels[5] = pIcons_LOD->LoadTexture("convol60", TEXTURE_16BIT_PALETTE); | |
529 options_menu_skin.uTextureID_SoundLevels[6] = pIcons_LOD->LoadTexture("convol70", TEXTURE_16BIT_PALETTE); | |
530 options_menu_skin.uTextureID_SoundLevels[7] = pIcons_LOD->LoadTexture("convol80", TEXTURE_16BIT_PALETTE); | |
531 options_menu_skin.uTextureID_SoundLevels[8] = pIcons_LOD->LoadTexture("convol90", TEXTURE_16BIT_PALETTE); | |
532 options_menu_skin.uTextureID_SoundLevels[9] = pIcons_LOD->LoadTexture("convol00", TEXTURE_16BIT_PALETTE); | |
533 options_menu_skin.uTextureID_FlipOnExit = pIcons_LOD->LoadTexture("option04", TEXTURE_16BIT_PALETTE); | |
534 options_menu_skin.uTextureID_AlwaysRun = pIcons_LOD->LoadTexture("option03", TEXTURE_16BIT_PALETTE); | |
535 options_menu_skin.uTextureID_ShowDamage = pIcons_LOD->LoadTexture("option02", TEXTURE_16BIT_PALETTE); | |
536 options_menu_skin.uTextureID_WalkSound = pIcons_LOD->LoadTexture("option01", TEXTURE_16BIT_PALETTE); | |
537 | |
0 | 538 pGUIWindow_CurrentMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_Options, 0, 0); |
832 | 539 pGUIWindow_CurrentMenu->CreateButton(22, 270, |
948 | 540 pIcons_LOD->GetTexture(options_menu_skin.uTextureID_TurnSpeed[2])->uTextureWidth, |
541 pIcons_LOD->GetTexture(options_menu_skin.uTextureID_TurnSpeed[2])->uTextureHeight, | |
1025 | 542 1, 0, UIMSG_SetTurnSpeed, 0x80, 0, "", 0); |
948 | 543 pGUIWindow_CurrentMenu->CreateButton(93, 270, |
544 pIcons_LOD->GetTexture(options_menu_skin.uTextureID_TurnSpeed[1])->uTextureWidth, | |
545 pIcons_LOD->GetTexture(options_menu_skin.uTextureID_TurnSpeed[1])->uTextureHeight, | |
1025 | 546 1, 0, UIMSG_SetTurnSpeed, 0x40u, 0, "", 0); |
948 | 547 pGUIWindow_CurrentMenu->CreateButton(164, 270, |
548 pIcons_LOD->GetTexture(options_menu_skin.uTextureID_TurnSpeed[0])->uTextureWidth, | |
549 pIcons_LOD->GetTexture(options_menu_skin.uTextureID_TurnSpeed[0])->uTextureHeight, | |
1025 | 550 1, 0, UIMSG_SetTurnSpeed, 0, 0, "", 0); |
948 | 551 |
552 pGUIWindow_CurrentMenu->CreateButton(20, 303, | |
553 pIcons_LOD->GetTexture(options_menu_skin.uTextureID_WalkSound)->uTextureWidth, | |
554 pIcons_LOD->GetTexture(options_menu_skin.uTextureID_WalkSound)->uTextureHeight, | |
1025 | 555 1, 0, UIMSG_ToggleWalkSound, 0, 0, "", 0); |
948 | 556 pGUIWindow_CurrentMenu->CreateButton(128, 303, |
557 pIcons_LOD->GetTexture(options_menu_skin.uTextureID_ShowDamage)->uTextureWidth, | |
558 pIcons_LOD->GetTexture(options_menu_skin.uTextureID_ShowDamage)->uTextureHeight, | |
1025 | 559 1, 0, UIMSG_ToggleShowDamage, 0, 0, "", 0); |
948 | 560 pGUIWindow_CurrentMenu->CreateButton(20, 325, |
561 pIcons_LOD->GetTexture(options_menu_skin.uTextureID_AlwaysRun)->uTextureWidth, | |
562 pIcons_LOD->GetTexture(options_menu_skin.uTextureID_AlwaysRun)->uTextureHeight, | |
1025 | 563 1, 0, UIMSG_ToggleAlwaysRun, 0, 0, "", 0); |
948 | 564 pGUIWindow_CurrentMenu->CreateButton(128, 325, |
565 pIcons_LOD->GetTexture(options_menu_skin.uTextureID_FlipOnExit)->uTextureWidth, | |
566 pIcons_LOD->GetTexture(options_menu_skin.uTextureID_FlipOnExit)->uTextureHeight, | |
1025 | 567 1, 0, UIMSG_ToggleFlipOnExit, 0, 0, "", 0); |
568 | |
569 pBtn_SliderLeft = pGUIWindow_CurrentMenu->CreateButton(243, 162, 16, 16, 1, 0, UIMSG_ChangeSoundVolume, 4, 0, "", pIcons_LOD->GetTexture(options_menu_skin.uTextureID_ArrowLeft), 0); | |
570 pBtn_SliderRight = pGUIWindow_CurrentMenu->CreateButton(435, 162, 16, 16, 1, 0, UIMSG_ChangeSoundVolume, 5, 0, "", pIcons_LOD->GetTexture(options_menu_skin.uTextureID_ArrowRight), 0); | |
571 pGUIWindow_CurrentMenu->CreateButton(263, 162, 172, 17, 1, 0, UIMSG_ChangeSoundVolume, 0, 0, "", 0); | |
572 | |
573 pBtn_SliderLeft = pGUIWindow_CurrentMenu->CreateButton(243, 216, 16, 16, 1, 0, UIMSG_ChangeMusicVolume, 4, 0, "", pIcons_LOD->GetTexture(options_menu_skin.uTextureID_ArrowLeft), 0); | |
574 pBtn_SliderRight = pGUIWindow_CurrentMenu->CreateButton(435, 216, 16, 16, 1, 0, UIMSG_ChangeMusicVolume, 5, 0, "", pIcons_LOD->GetTexture(options_menu_skin.uTextureID_ArrowRight), 0); | |
575 pGUIWindow_CurrentMenu->CreateButton(263, 216, 172, 17, 1, 0, UIMSG_ChangeMusicVolume, 0, 0, "", 0); | |
576 | |
577 pBtn_SliderLeft = pGUIWindow_CurrentMenu->CreateButton(243, 270, 16, 16, 1, 0, UIMSG_ChangeVoiceVolume, 4, 0, "", pIcons_LOD->GetTexture(options_menu_skin.uTextureID_ArrowLeft), 0); | |
578 pBtn_SliderRight = pGUIWindow_CurrentMenu->CreateButton(435, 270, 16, 16, 1, 0, UIMSG_ChangeVoiceVolume, 5, 0, "", pIcons_LOD->GetTexture(options_menu_skin.uTextureID_ArrowRight), 0); | |
579 pGUIWindow_CurrentMenu->CreateButton(263, 270, 172, 17, 1, 0, UIMSG_ChangeVoiceVolume, 0, 0, "", 0); | |
978 | 580 |
581 pGUIWindow_CurrentMenu->CreateButton(241, 302, 214, 40, 1, 0, UIMSG_Escape, 0, 0, pGlobalTXT_LocalizationStrings[619], 0); // "Return to Game" | |
1025 | 582 pGUIWindow_CurrentMenu->CreateButton( 19, 140, 214, 40, 1, 0, UIMSG_OpenKeyMappingOptions, 0, 0x4Bu, "", 0); |
583 pGUIWindow_CurrentMenu->CreateButton( 19, 194, 214, 40, 1, 0, UIMSG_OpenVideoOptions, 0, 86, "", 0); | |
948 | 584 continue; |
585 | |
369 | 586 case UIMSG_OpenKeyMappingOptions://Open |
0 | 587 if ( pMessageQueue_50CBD0->uNumMessages ) |
588 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
589 pGUIWindow_CurrentMenu->Release(); | |
590 viewparams->field_48 = 1; | |
151 | 591 pCurrentScreen = SCREEN_KEYBOARD_OPTIONS; |
369 | 592 uTextureID_Optkb[0] = pIcons_LOD->LoadTexture("optkb", TEXTURE_16BIT_PALETTE); |
593 uTextureID_Optkb[1] = pIcons_LOD->LoadTexture("optkb_h", TEXTURE_16BIT_PALETTE); | |
594 uTextureID_Optkb[2] = pIcons_LOD->LoadTexture("resume1", TEXTURE_16BIT_PALETTE); | |
595 uTextureID_Optkb[3] = pIcons_LOD->LoadTexture("optkb_1", TEXTURE_16BIT_PALETTE); | |
596 uTextureID_Optkb[4] = pIcons_LOD->LoadTexture("optkb_2", TEXTURE_16BIT_PALETTE); | |
0 | 597 pGUIWindow_CurrentMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_KeyMappingOptions, 0, 0); |
832 | 598 pGUIWindow_CurrentMenu->CreateButton(0xF1u, 0x12Eu, 0xD6u, 0x28u, 1, 0, UIMSG_Escape, 0, 0, "", 0); |
599 pGUIWindow_CurrentMenu->CreateButton(19u, 0x12Eu, 0x6Cu, 0x14u, 1, 0, UIMSG_SelectKeyPage1, 0, 0, "", 0); | |
600 pGUIWindow_CurrentMenu->CreateButton(127u, 0x12Eu, 0x6Cu, 0x14u, 1, 0, UIMSG_SelectKeyPage2, 0, 0, "", 0); | |
601 pGUIWindow_CurrentMenu->CreateButton(127u, 0x144u, 0x6Cu, 0x14u, 1, 0, UIMSG_ResetKeyMapping, 0, 0, "", 0); | |
602 pGUIWindow_CurrentMenu->CreateButton(19u, 0x144u, 0x6Cu, 0x14u, 1, 0, UIMSG_Game_OpenOptionsDialog, 0, 0, "", 0); | |
603 pGUIWindow_CurrentMenu->CreateButton(129u, 0x94u, 0x46u, 0x13u, 1, 0, UIMSG_ChangeKeyButton, 0, 0, "", 0); | |
604 pGUIWindow_CurrentMenu->CreateButton(129u, 0xA7u, 0x46u, 0x13u, 1, 0, UIMSG_ChangeKeyButton, 1u, 0, "", 0); | |
605 pGUIWindow_CurrentMenu->CreateButton(129u, 0xBAu, 0x46u, 0x13u, 1, 0, UIMSG_ChangeKeyButton, 2u, 0, "", 0); | |
606 pGUIWindow_CurrentMenu->CreateButton(129u, 0xCDu, 0x46u, 0x13u, 1, 0, UIMSG_ChangeKeyButton, 3u, 0, "", 0); | |
607 pGUIWindow_CurrentMenu->CreateButton(129u, 224u, 70u, 19u, 1, 0, UIMSG_ChangeKeyButton, 4u, 0, "", 0); | |
608 pGUIWindow_CurrentMenu->CreateButton(129u, 243u, 70u, 0x13u, 1, 0, UIMSG_ChangeKeyButton, 5u, 0, "", 0); | |
609 pGUIWindow_CurrentMenu->CreateButton(129u, 262u, 70u, 0x13u, 1, 0, UIMSG_ChangeKeyButton, 6u, 0, "", 0); | |
610 pGUIWindow_CurrentMenu->CreateButton(350u, 148u, 70u, 0x13u, 1, 0, UIMSG_ChangeKeyButton, 7u, 0, "", 0); | |
611 pGUIWindow_CurrentMenu->CreateButton(350u, 167u, 70u, 0x13u, 1, 0, UIMSG_ChangeKeyButton, 8u, 0, "", 0); | |
612 pGUIWindow_CurrentMenu->CreateButton(350u, 186u, 70u, 0x13u, 1, 0, UIMSG_ChangeKeyButton, 9u, 0, "", 0); | |
613 pGUIWindow_CurrentMenu->CreateButton(350u, 205u, 70u, 0x13u, 1, 0, UIMSG_ChangeKeyButton, 0xAu, 0, "", 0); | |
614 pGUIWindow_CurrentMenu->CreateButton(350u, 224u, 70u, 0x13u, 1, 0, UIMSG_ChangeKeyButton, 0xBu, 0, "", 0); | |
615 pGUIWindow_CurrentMenu->CreateButton(350u, 243u, 70u, 0x13u, 1, 0, UIMSG_ChangeKeyButton, 0xCu, 0, "", 0); | |
616 pGUIWindow_CurrentMenu->CreateButton(350u, 262u, 70u, 0x13u, 1, 0, UIMSG_ChangeKeyButton, 0xDu, 0, "", 0); | |
1031 | 617 uGameMenuUI_CurentlySelectedKeyIdx = -1; |
362 | 618 KeyboardPageNum = 1; |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
619 memset(GameMenuUI_InvaligKeyBindingsFlags.data(), 0, sizeof(GameMenuUI_InvaligKeyBindingsFlags)); |
369 | 620 //*(_WORD *)KeyButtonArray[28] = 0; |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
621 memcpy(pPrevVirtualCidesMapping.data(), pKeyActionMap->pVirtualKeyCodesMapping, 0x78u); |
1025 | 622 //v1 = ""; |
978 | 623 //v0 = 1; |
11 | 624 continue; |
362 | 625 case UIMSG_ChangeKeyButton: |
1031 | 626 if ( uGameMenuUI_CurentlySelectedKeyIdx != -1 ) |
362 | 627 { |
628 pAudioPlayer->PlaySound((SoundID)27, 0, 0, -1, 0, 0, 0, 0); | |
629 continue; | |
630 } | |
0 | 631 v14 = uMessageParam; |
978 | 632 if ( KeyboardPageNum != 1 ) |
0 | 633 v14 = uMessageParam + 14; |
1031 | 634 uGameMenuUI_CurentlySelectedKeyIdx = v14; |
978 | 635 pKeyActionMap->EnterText(0, 1, pGUIWindow_CurrentMenu); |
4 | 636 continue; |
0 | 637 case UIMSG_ResetKeyMapping: |
638 v197 = 1; | |
639 pKeyActionMap->SetDefaultMapping(); | |
640 uAction = 0; | |
641 do | |
642 { | |
643 v15 = pKeyActionMap->GetActionVKey((enum InputAction)uAction); | |
644 if ( v15 != pPrevVirtualCidesMapping[uAction] ) | |
645 { | |
646 if ( v197 ) | |
647 { | |
648 v16 = pKeyActionMap->GetActionVKey((enum InputAction)uAction); | |
978 | 649 GUI_ReplaceHotkey(LOBYTE(pPrevVirtualCidesMapping[uAction]), v16, 1); |
0 | 650 v197 = 0; |
651 } | |
652 else | |
653 { | |
654 v17 = pKeyActionMap->GetActionVKey((enum InputAction)uAction); | |
655 GUI_ReplaceHotkey(LOBYTE(pPrevVirtualCidesMapping[uAction]), v17, 0); | |
656 } | |
657 } | |
658 pPrevVirtualCidesMapping[uAction] = pKeyActionMap->GetActionVKey((enum InputAction)uAction); | |
659 v18 = uAction++; | |
4 | 660 v13 = uAction > 28; |
0 | 661 v12 = uAction - 28 < 0; |
1031 | 662 GameMenuUI_InvaligKeyBindingsFlags[v18] = 0; |
0 | 663 } |
664 while ( v12 ^ v13 ); | |
369 | 665 pAudioPlayer->PlaySound((SoundID)219, 0, 0, -1, 0, 0, 0, 0); |
666 continue; | |
362 | 667 case UIMSG_SelectKeyPage1: |
978 | 668 KeyboardPageNum = 1; |
362 | 669 continue; |
670 case UIMSG_SelectKeyPage2: | |
671 KeyboardPageNum = 2; | |
4 | 672 continue; |
0 | 673 case UIMSG_OpenVideoOptions: |
674 if ( pMessageQueue_50CBD0->uNumMessages ) | |
675 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
676 pGUIWindow_CurrentMenu->Release(); | |
978 | 677 viewparams->field_48 = 1; |
151 | 678 pCurrentScreen = SCREEN_VIDEO_OPTIONS; |
0 | 679 uTextureID_507C10 = pIcons_LOD->LoadTexture("optvid", TEXTURE_16BIT_PALETTE); |
680 uTextureID_507C14 = pIcons_LOD->LoadTexture("opvdH-bs", TEXTURE_16BIT_PALETTE); | |
681 uTextureID_507C18 = pIcons_LOD->LoadTexture("opvdH-cl", TEXTURE_16BIT_PALETTE); | |
682 uTextureID_507C1C = pIcons_LOD->LoadTexture("opvdH-tn", TEXTURE_16BIT_PALETTE); | |
683 uTextureID_507C20 = pIcons_LOD->LoadTexture("con_ArrL", TEXTURE_16BIT_PALETTE); | |
684 uTextureID_507C24 = pIcons_LOD->LoadTexture("con_ArrR", TEXTURE_16BIT_PALETTE); | |
685 pTextureIDs_GammaPositions[0] = pIcons_LOD->LoadTexture("convol10", TEXTURE_16BIT_PALETTE); | |
686 pTextureIDs_GammaPositions[1] = pIcons_LOD->LoadTexture("convol20", TEXTURE_16BIT_PALETTE); | |
687 pTextureIDs_GammaPositions[2] = pIcons_LOD->LoadTexture("convol30", TEXTURE_16BIT_PALETTE); | |
688 pTextureIDs_GammaPositions[3] = pIcons_LOD->LoadTexture("convol40", TEXTURE_16BIT_PALETTE); | |
689 pTextureIDs_GammaPositions[4] = pIcons_LOD->LoadTexture("convol50", TEXTURE_16BIT_PALETTE); | |
690 pTextureIDs_GammaPositions[5] = pIcons_LOD->LoadTexture("convol60", TEXTURE_16BIT_PALETTE); | |
691 pTextureIDs_GammaPositions[6] = pIcons_LOD->LoadTexture("convol70", TEXTURE_16BIT_PALETTE); | |
692 pTextureIDs_GammaPositions[7] = pIcons_LOD->LoadTexture("convol80", TEXTURE_16BIT_PALETTE); | |
693 pTextureIDs_GammaPositions[8] = pIcons_LOD->LoadTexture("convol90", TEXTURE_16BIT_PALETTE); | |
694 pTextureIDs_GammaPositions[9] = pIcons_LOD->LoadTexture("convol00", TEXTURE_16BIT_PALETTE); | |
695 uTextureID_507C50 = pIcons_LOD->LoadTexture("opvdG-bs", TEXTURE_16BIT_PALETTE); | |
696 uTextureID_507C54 = pIcons_LOD->LoadTexture("opvdG-cl", TEXTURE_16BIT_PALETTE); | |
697 uTextureID_507C58 = pIcons_LOD->LoadTexture("opvdG-tn", TEXTURE_16BIT_PALETTE); | |
698 pGUIWindow_CurrentMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_VideoOptions, 0, 0); | |
1025 | 699 pGUIWindow_CurrentMenu->CreateButton(0xF1u, 0x12Eu, 0xD6u, 0x28u, 1, 0, UIMSG_Escape, 0, 0, "", 0); |
0 | 700 if ( pRenderer->pRenderD3D ) |
701 { | |
1025 | 702 pGUIWindow_CurrentMenu->CreateButton(0x13u, 0x118u, 0xD6u, 0x12u, 1, 0, UIMSG_ToggleBloodsplats, 0, 0, "", 0); |
703 pGUIWindow_CurrentMenu->CreateButton(0x13u, 0x12Eu, 0xD6u, 0x12u, 1, 0, UIMSG_ToggleColoredLights, 0, 0, "", 0); | |
704 pGUIWindow_CurrentMenu->CreateButton(0x13u, 0x144u, 0xD6u, 0x12u, 1, 0, UIMSG_ToggleTint, 0, 0, "", 0); | |
0 | 705 } |
706 if ( !pRenderer->bWindowMode ) | |
707 { | |
978 | 708 //v0 = 1; |
0 | 709 if ( GammaController::IsGammaSupported() ) |
710 { | |
1025 | 711 pBtn_SliderLeft = pGUIWindow_CurrentMenu->CreateButton(0x15u, 0xA1u, 0x10u, 0x10u, 1, 0, UIMSG_1A9, 4u, 0, "", pIcons_LOD->GetTexture(uTextureID_507C20), 0); |
712 pBtn_SliderRight = pGUIWindow_CurrentMenu->CreateButton(0xD5u, 0xA1u, 0x10u, 0x10u, 1, 0, UIMSG_1A9, 5u, 0, "", pIcons_LOD->GetTexture(uTextureID_507C24), 0); | |
713 pGUIWindow_CurrentMenu->CreateButton(42, 162, 170, 18, 1, 0, UIMSG_1A9, 0, 0, "", 0); | |
0 | 714 } |
715 } | |
4 | 716 continue; |
151 | 717 case UIMSG_1A9: |
987 | 718 __debugbreak(); |
0 | 719 if ( uMessageParam == 4 ) |
720 { | |
151 | 721 //--uGammaPos; |
722 if ( (uGammaPos -- -1) < 0 ) | |
0 | 723 { |
724 uGammaPos = 0; | |
369 | 725 pAudioPlayer->PlaySound((SoundID)21, 0, 0, -1, 0, 0, 0, 0); |
726 continue; | |
0 | 727 } |
728 v19 = (double)(signed int)uGammaPos * 0.1 + 0.6; | |
729 pGame->pGammaController->Initialize(v19); | |
1268 | 730 GUIWindow::Create(21, 161, 0, 0, WINDOW_PressedButton2, (int)pBtn_SliderLeft, (char *)1); |
369 | 731 pAudioPlayer->PlaySound((SoundID)21, 0, 0, -1, 0, 0, 0, 0); |
732 continue; | |
0 | 733 } |
734 if ( uMessageParam == 5 ) | |
735 { | |
736 ++uGammaPos; | |
737 if ( (signed int)uGammaPos <= 9 ) | |
738 { | |
739 v21 = (double)(signed int)uGammaPos * 0.1 + 0.6; | |
740 pGame->pGammaController->Initialize(v21); | |
1268 | 741 GUIWindow::Create(213, 161, 0, 0, WINDOW_PressedButton2, (int)pBtn_SliderRight, (char *)1); |
369 | 742 pAudioPlayer->PlaySound((SoundID)21, 0, 0, -1, 0, 0, 0, 0); |
743 continue; | |
0 | 744 } |
745 uGammaPos = 9; | |
746 } | |
747 else | |
748 { | |
749 uGammaPos = (pMouse->GetCursorPos(&a2)->x - 42) / 17; | |
750 v22 = (double)(signed int)uGammaPos * 0.1 + 0.6; | |
751 pGame->pGammaController->Initialize(v22); | |
752 } | |
369 | 753 pAudioPlayer->PlaySound((SoundID)21, 0, 0, -1, 0, 0, 0, 0); |
754 continue; | |
0 | 755 case UIMSG_ToggleBloodsplats: |
756 pGame->ToggleFlags2(0x20u); | |
4 | 757 continue; |
0 | 758 case UIMSG_ToggleColoredLights: |
759 pRenderer->bUseColoredLights = pRenderer->bUseColoredLights == 0; | |
4 | 760 continue; |
0 | 761 case UIMSG_ToggleTint: |
762 pRenderer->bTinting = pRenderer->bTinting == 0; | |
4 | 763 continue; |
0 | 764 case UIMSG_ChangeMusicVolume: |
765 if ( uMessageParam == 4 ) | |
766 { | |
767 --uMusicVolimeMultiplier; | |
768 if ( (char)uMusicVolimeMultiplier < 1 ) | |
769 uMusicVolimeMultiplier = 0; | |
1268 | 770 GUIWindow::Create(243, 0xD8u, 0, 0, WINDOW_PressedButton2, (int)pBtn_SliderLeft, (char *)1); |
4 | 771 if ( uMusicVolimeMultiplier ) |
328 | 772 pAudioPlayer->PlaySound(SOUND_Bell, -1, 0, -1, 0, 0, pSoundVolumeLevels[(char)uMusicVolimeMultiplier] * 64.0f, 0); |
773 pAudioPlayer->SetMusicVolume(pSoundVolumeLevels[(char)uMusicVolimeMultiplier] * 64.0f); | |
4 | 774 continue; |
0 | 775 } |
776 if ( uMessageParam == 5 ) | |
777 { | |
778 ++uMusicVolimeMultiplier; | |
779 if ( (char)uMusicVolimeMultiplier > 9 ) | |
780 uMusicVolimeMultiplier = 9; | |
1268 | 781 GUIWindow::Create(435, 0xD8u, 0, 0, WINDOW_PressedButton2, (int)pBtn_SliderRight, (char *)1); |
4 | 782 if ( uMusicVolimeMultiplier ) |
328 | 783 pAudioPlayer->PlaySound(SOUND_Bell, -1, 0, -1, 0, 0, pSoundVolumeLevels[(char)uMusicVolimeMultiplier] * 64.0f, 0); |
784 pAudioPlayer->SetMusicVolume(pSoundVolumeLevels[(char)uMusicVolimeMultiplier] * 64.0f); | |
4 | 785 continue; |
0 | 786 } |
787 uMusicVolimeMultiplier = (pMouse->GetCursorPos(&v202)->x - 263) / 17; | |
788 if ( (char)uMusicVolimeMultiplier > 9 ) | |
789 uMusicVolimeMultiplier = 9; | |
790 if ( uMusicVolimeMultiplier ) | |
328 | 791 pAudioPlayer->PlaySound(SOUND_Bell, -1, 0, -1, 0, 0, pSoundVolumeLevels[uMusicVolimeMultiplier] * 64.0f, 0); |
792 pAudioPlayer->SetMusicVolume(pSoundVolumeLevels[uMusicVolimeMultiplier] * 64.0f); | |
4 | 793 continue; |
0 | 794 case UIMSG_ChangeSoundVolume: |
369 | 795 if ( uMessageParam == 4 )//reduce sound level button left |
0 | 796 { |
797 --uSoundVolumeMultiplier; | |
798 if ( (char)uSoundVolumeMultiplier < 1 ) | |
799 uSoundVolumeMultiplier = 0; | |
1268 | 800 GUIWindow::Create(243, 162, 0, 0, WINDOW_PressedButton2, (int)pBtn_SliderLeft, (char *)1); |
328 | 801 pAudioPlayer->SetMasterVolume(pSoundVolumeLevels[uSoundVolumeMultiplier] * 128.0f); |
802 pAudioPlayer->PlaySound((SoundID)218, -1, 0, -1, 0, 0, 0, 0); | |
803 continue; | |
804 } | |
369 | 805 if ( uMessageParam == 5 )//Increase sound level button right |
0 | 806 { |
807 ++uSoundVolumeMultiplier; | |
808 if ( (char)uSoundVolumeMultiplier > 8 ) | |
809 uSoundVolumeMultiplier = 9; | |
978 | 810 //v168 = 1; |
0 | 811 v24 = 435; |
961 | 812 //v154 = (int)pBtn_SliderRight; |
1268 | 813 GUIWindow::Create(v24, 0xA2u, 0, 0, WINDOW_PressedButton2, (int)pBtn_SliderRight, (char *)1); |
328 | 814 pAudioPlayer->SetMasterVolume(pSoundVolumeLevels[uSoundVolumeMultiplier] * 128.0f); |
369 | 815 pAudioPlayer->PlaySound((SoundID)218, -1, 0, -1, 0, 0, 0, 0); |
816 continue; | |
0 | 817 } |
818 uSoundVolumeMultiplier = (pMouse->GetCursorPos(&v207)->x - 263) / 17; | |
819 if ( (char)uSoundVolumeMultiplier > 8 ) | |
820 uSoundVolumeMultiplier = 9; | |
328 | 821 pAudioPlayer->SetMasterVolume(pSoundVolumeLevels[uSoundVolumeMultiplier] * 128.0f); |
369 | 822 pAudioPlayer->PlaySound((SoundID)218, -1, 0, -1, 0, 0, 0, 0); |
823 continue; | |
0 | 824 case UIMSG_ToggleFlipOnExit: |
825 bFlipOnExit = bFlipOnExit == 0; | |
4 | 826 continue; |
0 | 827 case UIMSG_ToggleAlwaysRun: |
828 bAlwaysRun = bAlwaysRun == 0; | |
4 | 829 continue; |
0 | 830 case UIMSG_ToggleWalkSound: |
831 bWalkSound = bWalkSound == 0; | |
4 | 832 continue; |
0 | 833 case UIMSG_ToggleShowDamage: |
834 bShowDamage = bShowDamage == 0; | |
4 | 835 continue; |
0 | 836 case UIMSG_ChangeVoiceVolume: |
837 if ( uMessageParam == 4 ) | |
838 { | |
839 --uVoicesVolumeMultiplier; | |
840 if ( (char)uVoicesVolumeMultiplier < 1 ) | |
841 uVoicesVolumeMultiplier = 0; | |
1268 | 842 GUIWindow::Create(243, 270, 0, 0, WINDOW_PressedButton2, (int)pBtn_SliderLeft, (char *)1); |
4 | 843 if ( !uVoicesVolumeMultiplier ) |
844 continue; | |
369 | 845 pAudioPlayer->PlaySound((SoundID)5788, -1, 0, -1, 0, 0, pSoundVolumeLevels[uVoicesVolumeMultiplier] * 128.0f, 0); |
846 continue; | |
0 | 847 } |
848 if ( uMessageParam == 5 ) | |
849 { | |
850 ++uVoicesVolumeMultiplier; | |
851 if ( (char)uVoicesVolumeMultiplier > 8 ) | |
852 uVoicesVolumeMultiplier = 9; | |
1268 | 853 GUIWindow::Create(435, 270, 0, 0, WINDOW_PressedButton2, (int)pBtn_SliderRight, (char *)1); |
4 | 854 if ( !uVoicesVolumeMultiplier ) |
855 continue; | |
369 | 856 pAudioPlayer->PlaySound((SoundID)5788, -1, 0, -1, 0, 0, pSoundVolumeLevels[uVoicesVolumeMultiplier] * 128.0f, 0); |
857 continue; | |
0 | 858 } |
859 uVoicesVolumeMultiplier = (pMouse->GetCursorPos(&v205)->x - 263) / 17; | |
860 if ( (char)uVoicesVolumeMultiplier > 8 ) | |
861 uVoicesVolumeMultiplier = 9; | |
862 if ( !uVoicesVolumeMultiplier ) | |
4 | 863 continue; |
369 | 864 pAudioPlayer->PlaySound((SoundID)5788, -1, 0, -1, 0, 0, pSoundVolumeLevels[uVoicesVolumeMultiplier] * 128.0f, 0); |
865 continue; | |
0 | 866 case UIMSG_SetTurnSpeed: |
867 if ( uMessageParam ) | |
868 pParty->sRotationY = uMessageParam * pParty->sRotationY / uMessageParam; | |
869 uTurnSpeed = uMessageParam; | |
4 | 870 continue; |
0 | 871 case UIMSG_SetGraphicsMode: |
872 if ( !bUseLoResSprites ) | |
873 { | |
874 byte_6BE388_graphicsmode = uMessageParam; | |
875 MM7Initialization(); | |
4 | 876 continue; |
0 | 877 } |
878 if ( uMessageParam ) | |
879 { | |
880 if ( uMessageParam == 1 ) | |
881 { | |
882 byte_6BE388_graphicsmode = 0; | |
883 } | |
884 else | |
885 { | |
886 if ( uMessageParam != 2 ) | |
4 | 887 continue; |
0 | 888 byte_6BE388_graphicsmode = 1; |
889 } | |
4 | 890 MM7Initialization(); |
891 continue; | |
0 | 892 } |
1458 | 893 ModalWindow(pNPCTopics[453].pText, UIMSG_0); |
4 | 894 continue; |
369 | 895 case UIMSG_GameMenu_ReturnToGame: |
0 | 896 pGUIWindow_CurrentMenu->Release(); |
897 pEventTimer->Resume(); | |
369 | 898 pCurrentScreen = SCREEN_GAME; |
978 | 899 viewparams->bRedrawGameUI = 1; |
369 | 900 stru_506E40.Release(); |
901 continue; | |
0 | 902 case UIMSG_OpenQuestBook: |
903 if ( pMessageQueue_50CBD0->uNumMessages ) | |
904 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
905 if ( pCurrentScreen ) | |
906 pGUIWindow_CurrentMenu->Release(); | |
907 pEventTimer->Pause(); | |
908 pAudioPlayer->StopChannels(-1, -1); | |
909 pGUIWindow_CurrentMenu = GUIWindow::Create(0, 0, 640u, 480u, WINDOW_Book, uMessage, 0); | |
960 | 910 pBooksWindow = GUIWindow::Create(493u, 355u, 0, 0, WINDOW_BooksWindow, (int)pBtn_Quests, 0); |
0 | 911 bFlashQuestBook = 0; |
4 | 912 continue; |
0 | 913 case UIMSG_OpenAutonotes: |
914 if ( pMessageQueue_50CBD0->uNumMessages ) | |
915 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
916 if ( pCurrentScreen ) | |
917 pGUIWindow_CurrentMenu->Release(); | |
918 pEventTimer->Pause(); | |
919 pAudioPlayer->StopChannels(-1, -1); | |
920 pGUIWindow_CurrentMenu = GUIWindow::Create(0, 0, 640u, 480u, WINDOW_Book, uMessage, 0); | |
960 | 921 pBooksWindow = GUIWindow::Create(527u, 353u, 0, 0, WINDOW_BooksWindow, (int)pBtn_Autonotes, 0); |
0 | 922 bFlashAutonotesBook = 0; |
4 | 923 continue; |
0 | 924 case UIMSG_OpenMapBook: |
925 if ( pMessageQueue_50CBD0->uNumMessages ) | |
926 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
927 if ( pCurrentScreen ) | |
928 pGUIWindow_CurrentMenu->Release(); | |
929 pEventTimer->Pause(); | |
693 | 930 viewparams->sViewCenterX = pParty->vPosition.x; |
931 viewparams->sViewCenterY = pParty->vPosition.y; | |
0 | 932 pAudioPlayer->StopChannels(-1, -1); |
960 | 933 pGUIWindow_CurrentMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_Book, uMessage, 0); |
934 pBooksWindow = GUIWindow::Create(546, 353, 0, 0, WINDOW_BooksWindow, (int)pBtn_Maps, 0); | |
4 | 935 continue; |
0 | 936 case UIMSG_OpenCalendar: |
937 if ( pMessageQueue_50CBD0->uNumMessages ) | |
938 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
939 if ( pCurrentScreen ) | |
940 pGUIWindow_CurrentMenu->Release(); | |
941 pEventTimer->Pause(); | |
942 pAudioPlayer->StopChannels(-1, -1); | |
369 | 943 pGUIWindow_CurrentMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_Book, uMessage, 0); |
960 | 944 pBooksWindow = GUIWindow::Create(570, 354, 0, 0, WINDOW_BooksWindow, (int)pBtn_Calendar, 0); |
4 | 945 continue; |
0 | 946 case UIMSG_OpenHistoryBook: |
947 if ( pMessageQueue_50CBD0->uNumMessages ) | |
948 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
949 if ( pCurrentScreen ) | |
950 pGUIWindow_CurrentMenu->Release(); | |
951 pEventTimer->Pause(); | |
952 pAudioPlayer->StopChannels(-1, -1); | |
953 pGUIWindow_CurrentMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_Book, uMessage, 0); | |
960 | 954 pBooksWindow = GUIWindow::Create(0x258u, 0x169u, 0, 0, WINDOW_BooksWindow, (int)pBtn_History, 0); |
0 | 955 bFlashHistoryBook = 0; |
4 | 956 continue; |
369 | 957 case UIMSG_Escape:// íàæàòèå Escape and return to game |
0 | 958 back_to_game(); |
959 if ( pMessageQueue_50CBD0->uNumMessages ) | |
960 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
990 | 961 switch ( pCurrentScreen ) |
962 { | |
963 case SCREEN_E: | |
964 __debugbreak(); | |
965 case SCREEN_NPC_DIALOGUE: | |
966 case SCREEN_CHEST: | |
967 case SCREEN_CHEST_INVENTORY: | |
968 case SCREEN_CHANGE_LOCATION: | |
969 case SCREEN_INPUT_BLV: | |
970 case SCREEN_QUICK_REFERENCE: | |
0 | 971 if ( dword_50CDC8 ) |
990 | 972 break; |
11 | 973 CloseWindowBackground(); |
978 | 974 uMessageParam = 1; |
990 | 975 break; |
976 case SCREEN_HOUSE: | |
977 if ( !dword_50CDC8 && !dword_5C35C8 ) | |
978 { | |
979 CloseWindowBackground(); | |
980 dword_5C35C8 = 0; | |
981 uMessageParam = 1; | |
982 break; | |
983 } | |
984 break; | |
985 } | |
1458 | 986 if ( !pModalWindow ) |
0 | 987 { |
988 pRenderer->ClearZBuffer(0, 479); | |
978 | 989 viewparams->bRedrawGameUI = 1; |
990 viewparams->field_48 = 1; | |
0 | 991 if ( pCurrentScreen ) |
992 { | |
151 | 993 if ( pCurrentScreen > SCREEN_67 ) |
0 | 994 { |
151 | 995 if ( pCurrentScreen == SCREEN_QUICK_REFERENCE ) |
990 | 996 { |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
997 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
990 | 998 if ( pGUIWindow_Settings ) |
999 { | |
1000 if ( pCurrentScreen == SCREEN_CHARACTERS ) | |
1001 { | |
1002 pMouse->SetCursorBitmap("MICON2"); | |
1003 } | |
1004 else | |
1005 { | |
1006 pGUIWindow_Settings->Release(); | |
1007 pGUIWindow_Settings = 0; | |
1008 pMouse->SetCursorBitmap("MICON1"); | |
1009 GameUI_Footer_TimeLeft = 0; | |
1010 unk_50C9A0 = 0; | |
1011 back_to_game(); | |
1012 } | |
1013 } | |
1014 if ( (signed int)uActiveCharacter < 1 || (signed int)uActiveCharacter > 4 ) | |
1015 uActiveCharacter = pParty->GetNextActiveCharacter(); | |
1016 pGUIWindow_CurrentMenu->Release(); | |
1017 if ( pGUIWindow_CurrentMenu == window_SpeakInHouse ) | |
1018 window_SpeakInHouse = 0; | |
1019 pGUIWindow_CurrentMenu = 0; | |
1020 pEventTimer->Resume(); | |
1021 pCurrentScreen = SCREEN_GAME; | |
1022 viewparams->bRedrawGameUI = 1; | |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
1023 pIcons_LOD->RemoveTexturesFromTextureList(); |
990 | 1024 continue; |
1025 } | |
0 | 1026 } |
1027 else | |
1028 { | |
151 | 1029 if ( pCurrentScreen < SCREEN_64 ) |
0 | 1030 { |
1031 switch ( pCurrentScreen ) | |
1032 { | |
151 | 1033 case SCREEN_CASTING: |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
1034 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
0 | 1035 if ( some_active_character ) |
1036 { | |
1037 uActiveCharacter = some_active_character; | |
1038 uActiveCharacter = pParty->GetNextActiveCharacter(); | |
1039 some_active_character = 0; | |
1040 if ( pParty->bTurnBasedModeOn ) | |
1448 | 1041 pTurnEngine->ApplyPlayerAction(); |
0 | 1042 dword_50C9D0 = 0; |
1043 dword_50C9D4 = 0; | |
1044 dword_50C9D8 = 0; | |
1045 } | |
1046 if ( ptr_50C9A4 && ptr_50C9A4->uItemID ) | |
1047 { | |
1048 LOBYTE(ptr_50C9A4->uAttributes) &= 0xFu; | |
984 | 1049 _50C9A8_item_enchantment_timer = 0; |
0 | 1050 ptr_50C9A4 = 0; |
1051 } | |
4 | 1052 if ( pGUIWindow_Settings ) |
1053 { | |
151 | 1054 if ( pCurrentScreen == SCREEN_CHARACTERS ) |
4 | 1055 { |
1056 pMouse->SetCursorBitmap("MICON2"); | |
1057 } | |
1058 else | |
1059 { | |
1060 pGUIWindow_Settings->Release(); | |
1061 pGUIWindow_Settings = 0; | |
1062 pMouse->SetCursorBitmap("MICON1"); | |
783 | 1063 GameUI_Footer_TimeLeft = 0; |
4 | 1064 unk_50C9A0 = 0; |
1065 back_to_game(); | |
1066 } | |
1067 } | |
978 | 1068 if ( (signed int)uActiveCharacter < 1 || (signed int)uActiveCharacter > 4 ) |
4 | 1069 uActiveCharacter = pParty->GetNextActiveCharacter(); |
1070 pGUIWindow_CurrentMenu->Release(); | |
336 | 1071 if ( pGUIWindow_CurrentMenu == window_SpeakInHouse ) |
1072 window_SpeakInHouse = 0; | |
4 | 1073 pGUIWindow_CurrentMenu = 0; |
1074 pEventTimer->Resume(); | |
151 | 1075 pCurrentScreen = SCREEN_GAME; |
978 | 1076 viewparams->bRedrawGameUI = 1; |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
1077 pIcons_LOD->RemoveTexturesFromTextureList(); |
4 | 1078 continue; |
151 | 1079 case SCREEN_BOOKS: |
0 | 1080 pBooksWindow->Release(); |
1081 //crt_deconstruct_ptr_6A0118(); | |
1082 pBooksWindow = 0; | |
1083 pEventTimer->Resume(); | |
4 | 1084 if ( pGUIWindow_Settings ) |
1085 { | |
151 | 1086 if ( pCurrentScreen == SCREEN_CHARACTERS ) |
4 | 1087 { |
1088 pMouse->SetCursorBitmap("MICON2"); | |
1089 } | |
1090 else | |
1091 { | |
1092 pGUIWindow_Settings->Release(); | |
1093 pGUIWindow_Settings = 0; | |
1094 pMouse->SetCursorBitmap("MICON1"); | |
783 | 1095 GameUI_Footer_TimeLeft = 0; |
4 | 1096 unk_50C9A0 = 0; |
1097 back_to_game(); | |
1098 } | |
1099 } | |
978 | 1100 if ( (signed int)uActiveCharacter < 1 || (signed int)uActiveCharacter > 4 ) |
4 | 1101 uActiveCharacter = pParty->GetNextActiveCharacter(); |
1102 pGUIWindow_CurrentMenu->Release(); | |
336 | 1103 if ( pGUIWindow_CurrentMenu == window_SpeakInHouse ) |
1104 window_SpeakInHouse = 0; | |
4 | 1105 pGUIWindow_CurrentMenu = 0; |
1106 pEventTimer->Resume(); | |
151 | 1107 pCurrentScreen = SCREEN_GAME; |
978 | 1108 viewparams->bRedrawGameUI = 1; |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
1109 pIcons_LOD->RemoveTexturesFromTextureList(); |
4 | 1110 continue; |
151 | 1111 case SCREEN_SAVEGAME: |
1112 case SCREEN_LOADGAME: | |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
1113 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
0 | 1114 //crt_deconstruct_ptr_6A0118(); |
4 | 1115 stru_506E40.Release(); |
1116 break; | |
987 | 1117 case SCREEN_CHEST_INVENTORY: |
151 | 1118 pCurrentScreen = SCREEN_CHEST; |
4 | 1119 continue; |
151 | 1120 case SCREEN_CHEST: |
0 | 1121 pWindow2 = pChestWindow; |
1122 pWindow2->Release(); | |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
1123 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
151 | 1124 pCurrentScreen = SCREEN_GAME; |
978 | 1125 viewparams->bRedrawGameUI = 1; |
0 | 1126 pEventTimer->Resume(); |
4 | 1127 continue; |
151 | 1128 case SCREEN_19: |
987 | 1129 __debugbreak(); |
4 | 1130 pWindow2 = ptr_507BC8; |
1131 pWindow2->Release(); | |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
1132 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
151 | 1133 pCurrentScreen = SCREEN_GAME; |
978 | 1134 viewparams->bRedrawGameUI = 1; |
4 | 1135 pEventTimer->Resume(); |
1136 continue; | |
369 | 1137 case SCREEN_OPTIONS://Close |
948 | 1138 options_menu_skin.Relaease(); |
1006 | 1139 pIcons_LOD->SyncLoadedFilesCount(); |
0 | 1140 WriteWindowsRegistryInt("soundflag", (char)uSoundVolumeMultiplier); |
1141 WriteWindowsRegistryInt("musicflag", (char)uMusicVolimeMultiplier); | |
1142 WriteWindowsRegistryInt("CharVoices", (char)uVoicesVolumeMultiplier); | |
1143 WriteWindowsRegistryInt("WalkSound", bWalkSound); | |
1144 WriteWindowsRegistryInt("ShowDamage", bShowDamage); | |
1145 WriteWindowsRegistryInt("graphicsmode", (unsigned __int8)byte_6BE388_graphicsmode); | |
1146 WriteWindowsRegistryInt("valAlwaysRun", bAlwaysRun); | |
1147 WriteWindowsRegistryInt("FlipOnExit", bFlipOnExit); | |
1148 if ( !uTurnSpeed ) | |
1149 { | |
978 | 1150 WriteWindowsRegistryInt("TurnDelta", 3); |
4 | 1151 stru_506E40.Release(); |
1152 break; | |
0 | 1153 } |
1154 if ( uTurnSpeed == 64 ) | |
1155 { | |
978 | 1156 WriteWindowsRegistryInt("TurnDelta", 2); |
4 | 1157 stru_506E40.Release(); |
1158 break; | |
0 | 1159 } |
1160 if ( uTurnSpeed != 128 ) | |
4 | 1161 { |
1162 stru_506E40.Release(); | |
1163 break; | |
1164 } | |
978 | 1165 WriteWindowsRegistryInt("TurnDelta", 1); |
0 | 1166 stru_506E40.Release(); |
1167 break; | |
151 | 1168 case SCREEN_MENU: |
1006 | 1169 pIcons_LOD->SyncLoadedFilesCount(); |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
1170 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
1006 | 1171 pIcons_LOD->SyncLoadedFilesCount(); |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
1172 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
4 | 1173 stru_506E40.Release(); |
1174 break; | |
151 | 1175 case SCREEN_VIDEO_OPTIONS: |
0 | 1176 if ( pRenderer->pRenderD3D ) |
1177 { | |
1178 WriteWindowsRegistryInt("Colored Lights", pRenderer->bUseColoredLights); | |
1179 WriteWindowsRegistryInt("Tinting", pRenderer->bTinting); | |
1180 WriteWindowsRegistryInt("Bloodsplats", (LOBYTE(pGame->uFlags2) >> 5) & 1); | |
1181 } | |
1182 if ( pRenderer->bWindowMode ) | |
4 | 1183 { |
1184 stru_506E40.Release(); | |
1185 break; | |
1186 } | |
978 | 1187 //v30 = uGammaPos; |
1188 //v31 = "GammaPos"; | |
1189 WriteWindowsRegistryInt("GammaPos", uGammaPos); | |
4 | 1190 stru_506E40.Release(); |
1191 break; | |
1031 | 1192 |
369 | 1193 case SCREEN_KEYBOARD_OPTIONS://Return to game |
0 | 1194 v197 = 1; |
1195 v32 = 0; | |
1031 | 1196 while ( !GameMenuUI_InvaligKeyBindingsFlags[v32]) |
0 | 1197 { |
1198 ++v32; | |
1199 if ( v32 >= 28 ) | |
1200 { | |
362 | 1201 thisb = (signed int)&uTextureID_Optkb; |
1031 | 1202 assert(false && "Invalid condition values"); |
0 | 1203 do |
1204 { | |
1205 if ( *(int *)thisb ) | |
1206 pIcons_LOD->pTextures[*(int *)thisb].Release(); | |
1207 thisb += 4; | |
1208 } | |
1031 | 1209 while ( thisb < (signed int)0x00507C08 ); |
1210 | |
362 | 1211 memset(&uTextureID_Optkb, 0, 0x14u); |
1006 | 1212 pIcons_LOD->SyncLoadedFilesCount(); |
0 | 1213 uAction = 0; |
1214 do | |
1215 { | |
1216 v33 = pKeyActionMap->GetActionVKey((enum InputAction)uAction); | |
1217 if ( v33 != pPrevVirtualCidesMapping[uAction] ) | |
1218 { | |
1219 if ( v197 ) | |
1220 { | |
1221 v34 = pKeyActionMap->GetActionVKey((enum InputAction)uAction); | |
978 | 1222 GUI_ReplaceHotkey(v34, LOBYTE(pPrevVirtualCidesMapping[uAction]), 1); |
0 | 1223 v197 = 0; |
1224 } | |
1225 else | |
1226 { | |
1227 v35 = pKeyActionMap->GetActionVKey((enum InputAction)uAction); | |
1228 GUI_ReplaceHotkey(v35, LOBYTE(pPrevVirtualCidesMapping[uAction]), 0); | |
1229 } | |
1230 } | |
978 | 1231 if ( uAction && uAction != 2 && uAction != 3 && uAction != 1 && uAction != 25 && uAction != 26 ) |
1232 pKeyToggleType = (KeyToggleType)1; | |
0 | 1233 else |
1234 pKeyToggleType = (KeyToggleType)0; | |
1235 pKeyActionMap->SetKeyMapping(uAction, pPrevVirtualCidesMapping[uAction], pKeyToggleType); | |
1236 ++uAction; | |
1237 } | |
1238 while ( uAction < 28 ); | |
1239 pKeyActionMap->StoreMappings(); | |
4 | 1240 stru_506E40.Release(); |
1241 break; | |
0 | 1242 } |
1243 } | |
369 | 1244 break; |
916 | 1245 case SCREEN_REST://close rest screen |
0 | 1246 if ( dword_506F14 ) |
1247 { | |
1396 | 1248 Rest(_506F18_num_minutes_to_sleep); |
0 | 1249 pParty->pPlayers[3].pConditions[2] = 0i64; |
1250 pParty->pPlayers[2].pConditions[2] = 0i64; | |
1251 pParty->pPlayers[1].pConditions[2] = 0i64; | |
1252 pParty->pPlayers[0].pConditions[2] = 0i64; | |
1253 } | |
1254 pTexture_RestUI_CurrentSkyFrame->Release(); | |
1255 pTexture_RestUI_CurrentHourglassFrame->Release(); | |
1256 pTexture_RestUI_CurrentHourglassFrame = 0; | |
1257 pTexture_RestUI_CurrentSkyFrame = 0; | |
1006 | 1258 pIcons_LOD->SyncLoadedFilesCount(); |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
1259 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
1396 | 1260 _506F18_num_minutes_to_sleep = 0; |
0 | 1261 dword_506F14 = 0; |
978 | 1262 dword_507B94 = 1; |
4 | 1263 if ( pGUIWindow_Settings ) |
1264 { | |
151 | 1265 if ( pCurrentScreen == SCREEN_CHARACTERS ) |
4 | 1266 { |
1267 pMouse->SetCursorBitmap("MICON2"); | |
1268 } | |
1269 else | |
1270 { | |
1271 pGUIWindow_Settings->Release(); | |
1272 pGUIWindow_Settings = 0; | |
1273 pMouse->SetCursorBitmap("MICON1"); | |
783 | 1274 GameUI_Footer_TimeLeft = 0; |
4 | 1275 unk_50C9A0 = 0; |
1276 back_to_game(); | |
1277 } | |
1278 } | |
978 | 1279 if ( (signed int)uActiveCharacter < 1 || (signed int)uActiveCharacter > 4 ) |
4 | 1280 uActiveCharacter = pParty->GetNextActiveCharacter(); |
1281 pGUIWindow_CurrentMenu->Release(); | |
336 | 1282 if ( pGUIWindow_CurrentMenu == window_SpeakInHouse ) |
1283 window_SpeakInHouse = 0; | |
4 | 1284 pGUIWindow_CurrentMenu = 0; |
1285 pEventTimer->Resume(); | |
151 | 1286 pCurrentScreen = SCREEN_GAME; |
978 | 1287 viewparams->bRedrawGameUI = 1; |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
1288 pIcons_LOD->RemoveTexturesFromTextureList(); |
4 | 1289 continue; |
151 | 1290 case SCREEN_E: |
987 | 1291 __debugbreak(); |
0 | 1292 pGUIWindow_CurrentMenu->Release(); |
151 | 1293 pCurrentScreen = SCREEN_HOUSE; |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
1294 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
4 | 1295 continue; |
151 | 1296 case SCREEN_HOUSE: |
0 | 1297 if ( uDialogueType ) |
1298 uDialogueType = 0; | |
978 | 1299 if ( uGameState == GAME_STATE_2 ) |
0 | 1300 { |
1301 while ( sub_4BD8B5() ) | |
1302 ; | |
1303 } | |
1304 else | |
1305 { | |
1306 if ( sub_4BD8B5() ) | |
4 | 1307 continue; |
0 | 1308 } |
1407 | 1309 GetHouseGoodbyeSpeech(); |
978 | 1310 pAudioPlayer->PlaySound(SOUND_7, 814, 0, -1, 0, 0, 0, 0); |
0 | 1311 pVideoPlayer->Unload(); |
336 | 1312 pGUIWindow_CurrentMenu = window_SpeakInHouse; |
4 | 1313 if ( pGUIWindow_Settings ) |
1314 { | |
151 | 1315 if ( pCurrentScreen == SCREEN_CHARACTERS ) |
4 | 1316 { |
1317 pMouse->SetCursorBitmap("MICON2"); | |
1318 } | |
1319 else | |
1320 { | |
1321 pGUIWindow_Settings->Release(); | |
1322 pGUIWindow_Settings = 0; | |
1323 pMouse->SetCursorBitmap("MICON1"); | |
783 | 1324 GameUI_Footer_TimeLeft = 0; |
4 | 1325 unk_50C9A0 = 0; |
1326 back_to_game(); | |
1327 } | |
1328 } | |
978 | 1329 if ( (signed int)uActiveCharacter < 1 || (signed int)uActiveCharacter > 4 ) |
4 | 1330 uActiveCharacter = pParty->GetNextActiveCharacter(); |
1331 pGUIWindow_CurrentMenu->Release(); | |
336 | 1332 if ( pGUIWindow_CurrentMenu == window_SpeakInHouse ) |
1333 window_SpeakInHouse = 0; | |
4 | 1334 pGUIWindow_CurrentMenu = 0; |
1335 pEventTimer->Resume(); | |
151 | 1336 pCurrentScreen = SCREEN_GAME; |
1035 | 1337 viewparams->bRedrawGameUI = true; |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
1338 pIcons_LOD->RemoveTexturesFromTextureList(); |
4 | 1339 continue; |
987 | 1340 case SCREEN_INPUT_BLV://click escape |
0 | 1341 if ( uCurrentHouse_Animation == 153 ) |
735 | 1342 PlayHouseSound(0x99u, HouseSound_Greeting_2); |
0 | 1343 pVideoPlayer->Unload(); |
4 | 1344 if ( dword_5B65CC ) |
1345 { | |
1346 pParty->field_709 = 0; | |
1347 LOBYTE(pNPCStats->pNewNPCData[dword_5B65CC].uFlags) &= 0x7Fu; | |
1035 | 1348 pParty->CountHirelings(); |
1349 viewparams->bRedrawGameUI = true; | |
4 | 1350 dword_5B65CC = 0; |
1351 } | |
987 | 1352 DialogueEnding(); |
1353 pCurrentScreen = SCREEN_GAME; | |
1035 | 1354 viewparams->bRedrawGameUI = true; |
987 | 1355 continue; |
1356 case SCREEN_NPC_DIALOGUE://click escape | |
0 | 1357 if ( dword_5B65CC ) |
1358 { | |
1359 pParty->field_709 = 0; | |
1360 LOBYTE(pNPCStats->pNewNPCData[dword_5B65CC].uFlags) &= 0x7Fu; | |
1035 | 1361 pParty->CountHirelings(); |
1362 viewparams->bRedrawGameUI = true; | |
0 | 1363 dword_5B65CC = 0; |
1364 } | |
987 | 1365 //goto LABEL_317; |
1366 DialogueEnding(); | |
1367 pCurrentScreen = SCREEN_GAME; | |
1035 | 1368 viewparams->bRedrawGameUI = true; |
987 | 1369 continue; |
1370 case SCREEN_BRANCHLESS_NPC_DIALOG://click escape | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
1371 memset(GameUI_Footer_TimedString.data(), 0, 0xC8u); |
0 | 1372 sub_4452BB(); |
987 | 1373 DialogueEnding(); |
1374 pCurrentScreen = SCREEN_GAME; | |
1035 | 1375 viewparams->bRedrawGameUI = true; |
987 | 1376 continue; |
1377 case SCREEN_CHANGE_LOCATION://click escape | |
0 | 1378 if ( pParty->vPosition.x < -22528 ) |
1379 pParty->vPosition.x = -22528; | |
1380 if ( pParty->vPosition.x > 22528 ) | |
1381 pParty->vPosition.x = 22528; | |
1382 if ( pParty->vPosition.y < -22528 ) | |
1383 pParty->vPosition.y = -22528; | |
1384 if ( pParty->vPosition.y > 22528 ) | |
1385 pParty->vPosition.y = 22528; | |
987 | 1386 DialogueEnding(); |
1387 pCurrentScreen = SCREEN_GAME; | |
1035 | 1388 viewparams->bRedrawGameUI = true; |
987 | 1389 continue; |
151 | 1390 case SCREEN_VIDEO: |
0 | 1391 pVideoPlayer->Unload(); |
4 | 1392 continue; |
151 | 1393 case SCREEN_CHARACTERS: |
992 | 1394 CharacterUI_ReleaseButtons(); |
1458 | 1395 ReleaseAwardsScrollBar(); |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
1396 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
990 | 1397 if ( pGUIWindow_Settings ) |
1398 { | |
1399 if ( pCurrentScreen == SCREEN_CHARACTERS ) | |
1400 { | |
1401 pMouse->SetCursorBitmap("MICON2"); | |
1402 } | |
1403 else | |
1404 { | |
1405 pGUIWindow_Settings->Release(); | |
1406 pGUIWindow_Settings = 0; | |
1407 pMouse->SetCursorBitmap("MICON1"); | |
1408 GameUI_Footer_TimeLeft = 0; | |
1409 unk_50C9A0 = 0; | |
1410 back_to_game(); | |
1411 } | |
1412 } | |
1413 if ( (signed int)uActiveCharacter < 1 || (signed int)uActiveCharacter > 4 ) | |
1414 uActiveCharacter = pParty->GetNextActiveCharacter(); | |
1415 pGUIWindow_CurrentMenu->Release(); | |
1416 if ( pGUIWindow_CurrentMenu == window_SpeakInHouse ) | |
1417 window_SpeakInHouse = 0; | |
1418 pGUIWindow_CurrentMenu = 0; | |
1419 pEventTimer->Resume(); | |
1420 pCurrentScreen = SCREEN_GAME; | |
1035 | 1421 viewparams->bRedrawGameUI = true; |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
1422 pIcons_LOD->RemoveTexturesFromTextureList(); |
990 | 1423 continue; |
0 | 1424 default: |
4 | 1425 if ( pGUIWindow_Settings ) |
1426 { | |
151 | 1427 if ( pCurrentScreen == SCREEN_CHARACTERS ) |
4 | 1428 { |
1429 pMouse->SetCursorBitmap("MICON2"); | |
1430 } | |
1431 else | |
1432 { | |
1433 pGUIWindow_Settings->Release(); | |
1434 pGUIWindow_Settings = 0; | |
1435 pMouse->SetCursorBitmap("MICON1"); | |
783 | 1436 GameUI_Footer_TimeLeft = 0; |
4 | 1437 unk_50C9A0 = 0; |
1438 back_to_game(); | |
1439 } | |
1440 } | |
978 | 1441 if ( (signed int)uActiveCharacter < 1 || (signed int)uActiveCharacter > 4 ) |
4 | 1442 uActiveCharacter = pParty->GetNextActiveCharacter(); |
1443 pGUIWindow_CurrentMenu->Release(); | |
336 | 1444 if ( pGUIWindow_CurrentMenu == window_SpeakInHouse ) |
1445 window_SpeakInHouse = 0; | |
4 | 1446 pGUIWindow_CurrentMenu = 0; |
1447 pEventTimer->Resume(); | |
151 | 1448 pCurrentScreen = SCREEN_GAME; |
978 | 1449 viewparams->bRedrawGameUI = 1; |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
1450 pIcons_LOD->RemoveTexturesFromTextureList(); |
4 | 1451 continue; |
0 | 1452 } |
4 | 1453 if ( pGUIWindow_Settings ) |
1454 { | |
151 | 1455 if ( pCurrentScreen == SCREEN_CHARACTERS ) |
4 | 1456 { |
1457 pMouse->SetCursorBitmap("MICON2"); | |
1458 } | |
1459 else | |
1460 { | |
1461 pGUIWindow_Settings->Release(); | |
1462 pGUIWindow_Settings = 0; | |
1463 pMouse->SetCursorBitmap("MICON1"); | |
783 | 1464 GameUI_Footer_TimeLeft = 0; |
4 | 1465 unk_50C9A0 = 0; |
1466 back_to_game(); | |
1467 } | |
1468 } | |
978 | 1469 if ( (signed int)uActiveCharacter < 1 || (signed int)uActiveCharacter > 4 ) |
4 | 1470 uActiveCharacter = pParty->GetNextActiveCharacter(); |
1471 pGUIWindow_CurrentMenu->Release(); | |
336 | 1472 if ( pGUIWindow_CurrentMenu == window_SpeakInHouse ) |
1473 window_SpeakInHouse = 0; | |
4 | 1474 pGUIWindow_CurrentMenu = 0; |
1475 pEventTimer->Resume(); | |
151 | 1476 pCurrentScreen = SCREEN_GAME; |
1035 | 1477 viewparams->bRedrawGameUI = true; |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
1478 pIcons_LOD->RemoveTexturesFromTextureList(); |
4 | 1479 continue; |
0 | 1480 } |
991 | 1481 CharacterUI_ReleaseButtons(); |
1458 | 1482 ReleaseAwardsScrollBar(); |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
1483 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
0 | 1484 } |
1485 if ( pGUIWindow_Settings ) | |
1486 { | |
151 | 1487 if ( pCurrentScreen == SCREEN_CHARACTERS ) |
0 | 1488 { |
1489 pMouse->SetCursorBitmap("MICON2"); | |
1490 } | |
1491 else | |
1492 { | |
1493 pGUIWindow_Settings->Release(); | |
1494 pGUIWindow_Settings = 0; | |
1495 pMouse->SetCursorBitmap("MICON1"); | |
783 | 1496 GameUI_Footer_TimeLeft = 0; |
0 | 1497 unk_50C9A0 = 0; |
1498 back_to_game(); | |
1499 } | |
1500 } | |
978 | 1501 if ( (signed int)uActiveCharacter < 1 || (signed int)uActiveCharacter > 4 ) |
0 | 1502 uActiveCharacter = pParty->GetNextActiveCharacter(); |
1503 pGUIWindow_CurrentMenu->Release(); | |
336 | 1504 if ( pGUIWindow_CurrentMenu == window_SpeakInHouse ) |
1505 window_SpeakInHouse = 0; | |
0 | 1506 pGUIWindow_CurrentMenu = 0; |
1507 pEventTimer->Resume(); | |
151 | 1508 pCurrentScreen = SCREEN_GAME; |
1035 | 1509 viewparams->bRedrawGameUI = true; |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
1510 pIcons_LOD->RemoveTexturesFromTextureList(); |
4 | 1511 continue; |
0 | 1512 } |
1513 if ( !pGUIWindow_Settings )//Draw Menu | |
1514 { | |
1515 dword_6BE138 = -1; | |
1268 | 1516 GUIWindow::Create(0x25Au, 0x1C2u, 0, 0, WINDOW_PressedButton2, (int)pBtn_GameSettings, (char *)1); |
0 | 1517 pEventTimer->Pause(); |
1518 pAudioPlayer->StopChannels(-1, -1); | |
1035 | 1519 pCurrentScreen = SCREEN_MENU; |
1520 | |
0 | 1521 ++pIcons_LOD->uTexturePacksCount; |
1522 if ( !pIcons_LOD->uNumPrevLoadedFiles ) | |
1523 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles; | |
1035 | 1524 |
961 | 1525 pGUIWindow_CurrentMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_OptionsButtons, 0, 0); |
362 | 1526 uTextureID_Options = pIcons_LOD->LoadTexture("options", TEXTURE_16BIT_PALETTE); |
1527 uTextureID_New1 = pIcons_LOD->LoadTexture("new1", TEXTURE_16BIT_PALETTE); | |
1528 uTextureID_Load1 = pIcons_LOD->LoadTexture("load1", TEXTURE_16BIT_PALETTE); | |
1529 uTextureID_Save1 = pIcons_LOD->LoadTexture("save1", TEXTURE_16BIT_PALETTE); | |
1530 uTextureID_Controls1 = pIcons_LOD->LoadTexture("controls1", TEXTURE_16BIT_PALETTE); | |
1531 uTextureID_Resume1 = pIcons_LOD->LoadTexture("resume1", TEXTURE_16BIT_PALETTE); | |
1532 uTextureID_Quit1 = pIcons_LOD->LoadTexture("quit1", TEXTURE_16BIT_PALETTE); | |
978 | 1533 pBtn_NewGame = pGUIWindow_CurrentMenu->CreateButton(0x13u, 0x9Bu, 0xD6u, 0x28u, 1, 0, UIMSG_StartNewGame, 0, 0x4Eu, |
0 | 1534 pGlobalTXT_LocalizationStrings[614],// "New Game" |
710 | 1535 pIcons_LOD->GetTexture(uTextureID_New1), 0); |
978 | 1536 pBtn_SaveGame = pGUIWindow_CurrentMenu->CreateButton(0x13u, 0xD1u, 0xD6u, 0x28u, 1, 0, UIMSG_Game_OpenSaveGameDialog, 0, 0x53u, |
0 | 1537 pGlobalTXT_LocalizationStrings[615],// "Save Game" |
710 | 1538 pIcons_LOD->GetTexture(uTextureID_Save1), 0); |
978 | 1539 pBtn_LoadGame = pGUIWindow_CurrentMenu->CreateButton(19, 263, 0xD6u, 0x28u, 1, 0, UIMSG_Game_OpenLoadGameDialog, 0, 0x4Cu, |
0 | 1540 pGlobalTXT_LocalizationStrings[616],// "Load Game" |
710 | 1541 pIcons_LOD->GetTexture(uTextureID_Load1), 0); |
978 | 1542 pBtn_GameControls = pGUIWindow_CurrentMenu->CreateButton(241, 155, 214, 40, 1, 0, UIMSG_Game_OpenOptionsDialog, 0, 0x43u, |
0 | 1543 pGlobalTXT_LocalizationStrings[617],// ""Sound, Keyboard, Game Options:"" |
710 | 1544 pIcons_LOD->GetTexture(uTextureID_Controls1), 0); |
978 | 1545 pBtn_QuitGame = pGUIWindow_CurrentMenu->CreateButton(241, 209, 214, 40, 1, 0, UIMSG_Quit, 0, 0x51u, |
0 | 1546 pGlobalTXT_LocalizationStrings[618],// "Quit" |
710 | 1547 pIcons_LOD->GetTexture(uTextureID_Quit1), 0); |
978 | 1548 pBtn_Resume = pGUIWindow_CurrentMenu->CreateButton(241, 263, 214, 40, 1, 0, UIMSG_GameMenu_ReturnToGame, 0, 0x52u, |
0 | 1549 pGlobalTXT_LocalizationStrings[619],// "Return to Game" |
710 | 1550 pIcons_LOD->GetTexture(uTextureID_Resume1), 0); |
978 | 1551 pGUIWindow_CurrentMenu->_41D08F_set_keyboard_control_group(6, 1, 0, 0); |
1552 viewparams->field_48 = 1; | |
0 | 1553 stru_506E40.Release(); |
1554 uNumSeconds = (unsigned int)MakeScreenshot(155, 117); | |
1555 pRenderer->SavePCXImage("gamma.pcx", (char *)uNumSeconds, 155, 117); | |
1556 free((void *)uNumSeconds); | |
1557 stru_506E40._40E55E("gamma.pcx", 0); | |
4 | 1558 continue; |
0 | 1559 } |
1000 | 1560 pGUIWindow_Settings->Release(); |
11 | 1561 pGUIWindow_Settings = 0; |
1562 pMouse->SetCursorBitmap("MICON1"); | |
783 | 1563 GameUI_Footer_TimeLeft = 0; |
11 | 1564 unk_50C9A0 = 0; |
1565 back_to_game(); | |
1566 continue; | |
0 | 1567 } |
1458 | 1568 ModalWindow_Release(); |
0 | 1569 continue; |
111 | 1570 case UIMSG_ScrollNPCPanel://Right and Left button for NPCPanel |
0 | 1571 if ( uMessageParam ) |
1572 { | |
962 | 1573 GUIWindow::Create(626, 179, 0, 0, WINDOW_PressedButton2, (int)pBtn_NPCRight, 0); |
0 | 1574 v37 = (pParty->pHirelings[0].pName != 0) + (pParty->pHirelings[1].pName != 0) + (unsigned __int8)pParty->field_70A - 2; |
1575 if ( (unsigned __int8)pParty->field_709 < v37 ) | |
1576 { | |
111 | 1577 ++pParty->field_709;//??? maybe number of the first cell??? |
0 | 1578 if ( (unsigned __int8)pParty->field_709 >= v37 ) |
1579 pParty->field_709 = (pParty->pHirelings[0].pName != 0) + (pParty->pHirelings[1].pName != 0) + pParty->field_70A - 2; | |
1580 } | |
1581 } | |
1582 else | |
1583 { | |
962 | 1584 GUIWindow::Create(469, 179, 0, 0, WINDOW_PressedButton2, (int)pBtn_NPCLeft, 0); |
0 | 1585 if ( pParty->field_709 ) |
1586 { | |
1587 --pParty->field_709; | |
1588 if ( pParty->field_709 < 1 ) | |
1589 pParty->field_709 = 0; | |
1590 } | |
1591 } | |
994 | 1592 GameUI_DrawHiredNPCs(); |
4 | 1593 continue; |
434 | 1594 case UIMSG_TransitionUI_Confirm: |
0 | 1595 if ( pMessageQueue_50CBD0->uNumMessages ) |
1596 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
978 | 1597 dword_50CDC8 = 1; |
0 | 1598 sub_42FBDD(); |
758 | 1599 PlayHouseSound(uCurrentHouse_Animation, HouseSound_NotEnoughMoney_TrainingSuccessful); |
0 | 1600 pVideoPlayer->Unload(); |
960 | 1601 DialogueEnding(); |
978 | 1602 viewparams->bRedrawGameUI = 1; |
0 | 1603 if ( dword_59117C_teleportx | dword_591178_teleporty | dword_591174_teleportz | dword_591170_teleport_directiony | dword_59116C_teleport_directionx | dword_591168_teleport_speedz ) |
1604 { | |
1605 if ( dword_59117C_teleportx ) | |
1606 { | |
1607 pParty->vPosition.x = dword_59117C_teleportx; | |
1608 _5B65A8_npcdata_uflags_or_other = dword_59117C_teleportx; | |
1609 } | |
1610 if ( dword_591178_teleporty ) | |
1611 { | |
1612 pParty->vPosition.y = dword_591178_teleporty; | |
1613 _5B65AC_npcdata_fame_or_other = dword_591178_teleporty; | |
1614 } | |
1615 if ( dword_591174_teleportz ) | |
1616 { | |
1617 pParty->vPosition.z = dword_591174_teleportz; | |
1618 _5B65B0_npcdata_rep_or_other = dword_591174_teleportz; | |
1619 pParty->uFallStartY = dword_591174_teleportz; | |
1620 } | |
1621 if ( dword_591170_teleport_directiony ) | |
1622 { | |
1623 pParty->sRotationY = dword_591170_teleport_directiony; | |
1624 _5B65B4_npcdata_loword_house_or_other = dword_591170_teleport_directiony; | |
1625 } | |
1626 if ( dword_59116C_teleport_directionx ) | |
1627 { | |
1628 pParty->sRotationX = dword_59116C_teleport_directionx; | |
1629 _5B65B8_npcdata_hiword_house_or_other = dword_59116C_teleport_directionx; | |
1630 v38 = dword_591168_teleport_speedz; | |
1631 pParty->uFallSpeed = dword_591168_teleport_speedz; | |
1632 dword_5B65BC = dword_591168_teleport_speedz; | |
1633 } | |
1634 else | |
1635 { | |
1636 v38 = dword_5B65BC; | |
1637 } | |
1638 if ( *dword_591164_teleport_map_name != 48 ) | |
1639 { | |
1640 pGameLoadingUI_ProgressBar->uType = (GUIProgressBar::Type)2; | |
1641 dword_5B65C0 = _5B65A8_npcdata_uflags_or_other | _5B65AC_npcdata_fame_or_other | _5B65B0_npcdata_rep_or_other | _5B65B4_npcdata_loword_house_or_other | _5B65B8_npcdata_hiword_house_or_other | v38; | |
1642 OnMapLeave(); | |
783 | 1643 sub_44987B(dword_591164_teleport_map_name, MapStartPoint_Party); |
0 | 1644 } |
1645 } | |
1646 else | |
1647 { | |
1052 | 1648 EventProcessor(dword_5C3418, 0, 1, dword_5C341C); |
1649 } | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
1650 if ( !_stricmp(byte_6BE3B0.data(), "d05.blv") ) |
0 | 1651 pParty->uTimePlayed += 1474560i64; |
4 | 1652 continue; |
960 | 1653 case UIMSG_TransitionWindowCloseBtn: |
11 | 1654 CloseWindowBackground(); |
0 | 1655 pVideoPlayer->Unload(); |
960 | 1656 DialogueEnding(); |
1035 | 1657 viewparams->bRedrawGameUI = true; |
910 | 1658 continue; |
0 | 1659 case UIMSG_CycleCharacters: |
1660 v39 = GetAsyncKeyState(VK_SHIFT); | |
910 | 1661 uActiveCharacter = CycleCharacter(v39); |
1035 | 1662 viewparams->bRedrawGameUI = true; |
910 | 1663 continue; |
783 | 1664 case UIMSG_OnTravelByFoot: |
0 | 1665 if ( pMessageQueue_50CBD0->uNumMessages ) |
1666 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
978 | 1667 dword_50CDC8 = 1; |
0 | 1668 sub_42FBDD(); |
1430 | 1669 //pNPCData4 = (NPCData *)GetTravelTime(); |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1473
diff
changeset
|
1670 strcpy(pOutdoor->pLevelFilename, pCurrentMapName); |
0 | 1671 if ( bUnderwater != 1 && pParty->bFlying |
978 | 1672 || pOutdoor->GetTravelDestination(pParty->vPosition.x, pParty->vPosition.y, pOut, 20) != 1 ) |
1673 { | |
1674 viewparams->bRedrawGameUI = 1; | |
11 | 1675 CloseWindowBackground(); |
0 | 1676 if ( pParty->vPosition.x < -22528 ) |
1677 pParty->vPosition.x = -22528; | |
1678 if ( pParty->vPosition.x > 22528 ) | |
1679 pParty->vPosition.x = 22528; | |
1680 if ( pParty->vPosition.y < -22528 ) | |
1681 pParty->vPosition.y = -22528; | |
1682 if ( pParty->vPosition.y > 22528 ) | |
1683 pParty->vPosition.y = 22528; | |
960 | 1684 DialogueEnding(); |
151 | 1685 pCurrentScreen = SCREEN_GAME; |
0 | 1686 } |
1687 else | |
1688 { | |
1689 pParty->field_6E4 = 0; | |
1690 pParty->field_6E0 = 0; | |
1202 | 1691 pCastSpellInfo.data()->_427D48(1); |
960 | 1692 DialogueEnding(); |
0 | 1693 pEventTimer->Pause(); |
434 | 1694 pGameLoadingUI_ProgressBar->Initialize(GUIProgressBar::TYPE_Box); |
0 | 1695 ++pGameLoadingUI_ProgressBar->uProgressMax; |
978 | 1696 SaveGame(1, 0); |
0 | 1697 pGameLoadingUI_ProgressBar->Progress(); |
1430 | 1698 RestAndHeal(1440 * (signed int)GetTravelTime()); |
0 | 1699 if ( pParty->uNumFoodRations ) |
1700 { | |
1701 pParty->RestAndHeal(); | |
1430 | 1702 if ( ((pParty->uNumFoodRations - (signed int)GetTravelTime()) & 0x80000000u) != 0 ) |
0 | 1703 { |
1704 pPlayer7 = pParty->pPlayers; | |
1705 do | |
1706 { | |
978 | 1707 pPlayer7->SetCondition(1, 0); |
0 | 1708 ++pPlayer7; |
1709 } | |
1710 while ( (signed int)pPlayer7 < (signed int)pParty->pHirelings ); | |
766 | 1711 ++pParty->days_played_without_rest; |
0 | 1712 } |
1430 | 1713 Party::TakeFood((unsigned int)GetTravelTime()); |
0 | 1714 } |
1715 else | |
1716 { | |
1717 pPlayer8 = pParty->pPlayers; | |
1718 do | |
1719 { | |
978 | 1720 pPlayer8->SetCondition(1, 0); |
0 | 1721 ++pPlayer8; |
1722 } | |
1723 while ( (signed int)pPlayer8 < (signed int)pParty->pHirelings ); | |
766 | 1724 ++pParty->days_played_without_rest; |
0 | 1725 } |
1726 pPaletteManager->ResetNonLocked(); | |
1727 pSpriteFrameTable->ResetSomeSpriteFlags(); | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1473
diff
changeset
|
1728 strcpy(pCurrentMapName, pOut); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1473
diff
changeset
|
1729 strcpy(pLevelName, pCurrentMapName); |
783 | 1730 v41 = strtok(pLevelName, "."); |
1731 strcpy(pLevelName, v41); | |
1732 Level_LoadEvtAndStr(pLevelName); | |
1733 pDecalBuilder->Reset(0); | |
0 | 1734 LoadLevel_InitializeLevelEvt(); |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1473
diff
changeset
|
1735 uLevelMapStatsID = pMapStats->GetMapInfo(pCurrentMapName); |
0 | 1736 bUnderwater = 0; |
1737 bNoNPCHiring = 0; | |
1738 pGame->uFlags2 &= 0xFFFFFFF7u; | |
1739 if ( Is_out15odm_underwater() ) | |
1740 { | |
1741 bUnderwater = 1; | |
1742 pGame->uFlags2 |= 8u; | |
1743 } | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1473
diff
changeset
|
1744 if ( !_stricmp(pCurrentMapName, "out15.odm") || !_stricmp(pCurrentMapName, "d47.blv") ) |
0 | 1745 bNoNPCHiring = 1; |
1746 PrepareToLoadODM(1u, (OutdoorCamera *)1); | |
1747 pAudioPlayer->SetMapEAX(); | |
1748 bDialogueUI_InitializeActor_NPC_ID = 0; | |
1749 OnMapLoad(); | |
1750 pOutdoor->SetFog(); | |
1751 TeleportToStartingPoint(uLevel_StartingPointType); | |
783 | 1752 pParty->vPosition.z = GetTerrainHeightsAroundParty2(pParty->vPosition.x, pParty->vPosition.y, &v213, 0); |
0 | 1753 pParty->uFallStartY = pParty->vPosition.z; |
1459 | 1754 _461103_load_level_sub(); |
0 | 1755 pEventTimer->Resume(); |
1756 viewparams->bRedrawGameUI = 1; | |
151 | 1757 pCurrentScreen = SCREEN_GAME; |
0 | 1758 pGameLoadingUI_ProgressBar->Release(); |
1759 } | |
978 | 1760 viewparams->bRedrawGameUI = 1; |
910 | 1761 continue; |
987 | 1762 case UIMSG_CHANGE_LOCATION_ClickCencelBtn: |
1763 CloseWindowBackground(); | |
1764 if ( pParty->vPosition.x < -22528 ) | |
1765 pParty->vPosition.x = -22528; | |
1766 if ( pParty->vPosition.x > 22528 ) | |
1767 pParty->vPosition.x = 22528; | |
1768 if ( pParty->vPosition.y < -22528 ) | |
1769 pParty->vPosition.y = -22528; | |
1770 if ( pParty->vPosition.y > 22528 ) | |
1771 pParty->vPosition.y = 22528; | |
1772 DialogueEnding(); | |
1773 pCurrentScreen = SCREEN_GAME; | |
1774 viewparams->bRedrawGameUI = 1; | |
1775 continue; | |
1326 | 1776 case UIMSG_CastSpell_Telekinesis: |
0 | 1777 if ( pRenderer->pRenderD3D ) |
1778 LOWORD(v42) = pGame->pVisInstance->get_picked_object_zbuf_val(); | |
1779 else | |
1780 { | |
1781 uNumSeconds = (unsigned int)pMouse->GetCursorPos(&v210); | |
1782 pPoint = pMouse->GetCursorPos(&v208); | |
1783 v42 = pRenderer->pActiveZBuffer[*(int *)uNumSeconds + pSRZBufferLineOffsets[pPoint->y]]; | |
1784 } | |
1785 v44 = (unsigned __int16)v42; | |
848 | 1786 v45 = PID_TYPE(v44); |
0 | 1787 uNumSeconds = v44; |
848 | 1788 v46 = PID_ID(v44); |
0 | 1789 if ( v45 == 3 ) |
1790 { | |
1791 v47 = pActors[v46].uAIState == Dead; | |
11 | 1792 if ( !v47 ) |
1793 continue; | |
1000 | 1794 pSpellInfo = (CastSpellInfo *)pGUIWindow_Settings->ptr_1C; |
1795 LOBYTE(pSpellInfo->field_8) &= 0xBFu; | |
1796 pSpellInfo->uPlayerID_2 = uMessageParam; | |
1797 pSpellInfo->spell_target_pid = v44; | |
1798 pParty->pPlayers[pSpellInfo->uPlayerID].SetRecoveryTime(300); | |
1799 pGUIWindow_Settings->Release(); | |
11 | 1800 pGUIWindow_Settings = 0; |
1801 pMouse->SetCursorBitmap("MICON1"); | |
783 | 1802 GameUI_Footer_TimeLeft = 0; |
11 | 1803 unk_50C9A0 = 0; |
1804 back_to_game(); | |
1805 continue; | |
0 | 1806 } |
1807 if ( v45 == 2 ) | |
1808 { | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
513
diff
changeset
|
1809 v47 = (pObjectList->pObjects[pSpriteObjects[v46].uObjectDescID].uFlags & 0x10) == 0; |
0 | 1810 if ( !v47 ) |
4 | 1811 continue; |
1000 | 1812 pSpellInfo = (CastSpellInfo *)pGUIWindow_Settings->ptr_1C; |
1813 LOBYTE(pSpellInfo->field_8) &= 0xBFu; | |
1814 pSpellInfo->uPlayerID_2 = uMessageParam; | |
1815 pSpellInfo->spell_target_pid = v44; | |
1816 pParty->pPlayers[pSpellInfo->uPlayerID].SetRecoveryTime(300); | |
1817 pGUIWindow_Settings->Release(); | |
11 | 1818 pGUIWindow_Settings = 0; |
1819 pMouse->SetCursorBitmap("MICON1"); | |
783 | 1820 GameUI_Footer_TimeLeft = 0; |
11 | 1821 unk_50C9A0 = 0; |
1822 back_to_game(); | |
1823 continue; | |
0 | 1824 } |
1825 if ( v45 == 5 ) | |
1826 { | |
1827 v48 = pLevelDecorations[v46].field_16_event_id == 0; | |
1828 } | |
1829 else | |
1830 { | |
1831 if ( v45 != 6 ) | |
4 | 1832 continue; |
978 | 1833 if ( uCurrentlyLoadedLevelType != 1 ) |
0 | 1834 { |
1835 pODMFace = &pOutdoor->pBModels[v44 >> 9].pFaces[v46 & 0x3F]; | |
1836 if ( !(pODMFace->uAttributes & 0x02000000) || !pODMFace->sCogTriggeredID ) | |
4 | 1837 continue; |
0 | 1838 v44 = uNumSeconds; |
1000 | 1839 pSpellInfo = (CastSpellInfo *)pGUIWindow_Settings->ptr_1C; |
1840 LOBYTE(pSpellInfo->field_8) &= 0xBFu; | |
1841 pSpellInfo->uPlayerID_2 = uMessageParam; | |
1842 pSpellInfo->spell_target_pid = v44; | |
1843 pParty->pPlayers[pSpellInfo->uPlayerID].SetRecoveryTime(300); | |
1844 pGUIWindow_Settings->Release(); | |
11 | 1845 pGUIWindow_Settings = 0; |
1846 pMouse->SetCursorBitmap("MICON1"); | |
783 | 1847 GameUI_Footer_TimeLeft = 0; |
11 | 1848 unk_50C9A0 = 0; |
1849 back_to_game(); | |
1850 continue; | |
0 | 1851 } |
1852 pBLVFace = &pIndoor->pFaces[v46]; | |
1853 if ( !(BYTE3(pBLVFace->uAttributes) & 2) ) | |
4 | 1854 continue; |
0 | 1855 v48 = pIndoor->pFaceExtras[pBLVFace->uFaceExtraID].uEventID == 0; |
1856 } | |
1857 if ( v48 ) | |
4 | 1858 continue; |
1000 | 1859 pSpellInfo = (CastSpellInfo *)pGUIWindow_Settings->ptr_1C; |
1860 LOBYTE(pSpellInfo->field_8) &= 0xBFu; | |
1861 pSpellInfo->uPlayerID_2 = uMessageParam; | |
1862 pSpellInfo->spell_target_pid = v44; | |
1863 pParty->pPlayers[pSpellInfo->uPlayerID].SetRecoveryTime(300); | |
1864 pGUIWindow_Settings->Release(); | |
0 | 1865 pGUIWindow_Settings = 0; |
1866 pMouse->SetCursorBitmap("MICON1"); | |
783 | 1867 GameUI_Footer_TimeLeft = 0; |
0 | 1868 unk_50C9A0 = 0; |
1869 back_to_game(); | |
4 | 1870 continue; |
1000 | 1871 case UIMSG_CastSpell_Character_Big_Improvement://Preservation and blessing, treatment paralysis, hand hammers(individual upgrade) |
1872 case UIMSG_CastSpell_Character_Small_Improvement://Fate, cure | |
1873 case UIMSG_HiredNPC_CastSpell: | |
0 | 1874 if ( pMessageQueue_50CBD0->uNumMessages ) |
1875 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
1876 if ( unk_50C9A0 ) | |
1877 { | |
910 | 1878 uActiveCharacter = uMessageParam; |
978 | 1879 viewparams->bRedrawGameUI = 1; |
0 | 1880 } |
1881 else | |
1882 { | |
1883 if ( pGUIWindow_Settings ) | |
1884 { | |
1000 | 1885 pSpellInfo = (CastSpellInfo *)pGUIWindow_Settings->ptr_1C; |
0 | 1886 switch ( uMessage ) |
1887 { | |
1000 | 1888 case UIMSG_CastSpell_Character_Big_Improvement: |
1889 LOBYTE(pSpellInfo->field_8) &= 0xFDu; | |
0 | 1890 break; |
1000 | 1891 case UIMSG_CastSpell_Character_Small_Improvement: |
1892 HIBYTE(pSpellInfo->field_8) &= 0xFEu; | |
0 | 1893 break; |
1000 | 1894 case UIMSG_HiredNPC_CastSpell: |
1895 HIBYTE(pSpellInfo->field_8) &= 0xFDu; | |
0 | 1896 break; |
1897 } | |
1000 | 1898 pSpellInfo->uPlayerID_2 = uMessageParam; |
1899 pParty->pPlayers[pSpellInfo->uPlayerID].SetRecoveryTime(300); | |
0 | 1900 pGUIWindow_Settings->Release(); |
1901 pGUIWindow_Settings = 0; | |
1902 pEventTimer->Resume(); | |
1903 pMouse->SetCursorBitmap("MICON1"); | |
783 | 1904 GameUI_Footer_TimeLeft = 0; |
0 | 1905 unk_50C9A0 = 0; |
1906 } | |
1907 } | |
4 | 1908 continue; |
0 | 1909 case UIMSG_BF: |
987 | 1910 __debugbreak(); |
978 | 1911 dword_50CDC8 = 1; |
0 | 1912 sub_42FBDD(); |
978 | 1913 SaveGame(1, 0); |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1473
diff
changeset
|
1914 strcpy(pCurrentMapName, pMapStats->pInfos[uHouse_ExitPic].pFilename); |
978 | 1915 dword_6BE364_game_settings_1 |= 1; |
1916 uGameState = GAME_STATE_2; | |
11 | 1917 //v53 = p2DEvents_minus1_::30[26 * (unsigned int)ptr_507BC0->ptr_1C]; |
336 | 1918 v53 = p2DEvents[(unsigned int)window_SpeakInHouse->ptr_1C - 1]._quest_related; |
4 | 1919 if ( v53 < 0 ) |
0 | 1920 { |
1921 v54 = abs(v53) - 1; | |
1922 _5B65B8_npcdata_hiword_house_or_other = 0; | |
1923 dword_5B65BC = 0; | |
1924 v55 = dword_4E4560[v54]; | |
1925 _5B65AC_npcdata_fame_or_other = dword_4E4578[v54]; | |
1926 v56 = dword_4E4590[v54]; | |
1927 v57 = dword_4E45A8[v54]; | |
1928 _5B65A8_npcdata_uflags_or_other = v55; | |
1929 _5B65B4_npcdata_loword_house_or_other = v57; | |
1930 _5B65B0_npcdata_rep_or_other = v56; | |
1931 dword_5B65C0 = v55 | _5B65AC_npcdata_fame_or_other | v56 | v57; | |
1932 } | |
1933 sub_4BD8B5(); | |
11 | 1934 //goto LABEL_434; |
437 | 1935 /*if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 ) |
11 | 1936 { |
990 | 1937 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = UIMSG_Escape; |
11 | 1938 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v0; |
1939 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
1940 ++pMessageQueue_50CBD0->uNumMessages; | |
437 | 1941 }*/ |
978 | 1942 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0); |
11 | 1943 continue; |
710 | 1944 |
1945 case UIMSG_OnCastTownPortal: | |
0 | 1946 pAudioPlayer->StopChannels(-1, -1); |
1268 | 1947 pGUIWindow_CurrentMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_Book, WINDOW_TownPortal, (char *)uMessageParam); |
710 | 1948 continue; |
1949 | |
961 | 1950 case UIMSG_OnCastLloydsBeacon: |
0 | 1951 pAudioPlayer->StopChannels(-1, -1); |
961 | 1952 pGUIWindow_CurrentMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_Book, WINDOW_LloydsBeacon, 0); |
710 | 1953 continue; |
1954 | |
961 | 1955 case UIMSG_LloydsBeacon_FlippingBtn: |
0 | 1956 bRecallingBeacon = uMessageParam; |
1957 v127 = uMessageParam + 204; | |
916 | 1958 pAudioPlayer->PlaySound((SoundID)v127, 0, 0, -1, 0, 0, 0, 0); |
1959 continue; | |
961 | 1960 case UIMSG_HintBeaconSlot: |
0 | 1961 if ( !pGUIWindow_CurrentMenu ) |
4 | 1962 continue; |
0 | 1963 pPlayer = pPlayers[_506348_current_lloyd_playerid + 1]; |
1964 uNumSeconds = (unsigned int)&pPlayer->pInstalledBeacons[uMessageParam]; | |
1965 if ( bRecallingBeacon ) | |
1966 { | |
1430 | 1967 if ( !*((int *)&pSavegameThumbnails[10 * uMessageParam].pPixels ) ) |
4 | 1968 continue; |
1430 | 1969 v173 = pMapStats->pInfos[sub_410D99_get_map_index(pPlayer->pInstalledBeacons[uMessageParam].SaveFileID)].pName; |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
1970 sprintfex(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[474], v173);// "Recall to %s" |
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
1971 GameUI_SetFooterString(pTmpBuf.data()); |
916 | 1972 continue; |
0 | 1973 } |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1473
diff
changeset
|
1974 pMapNum = pMapStats->GetMapInfo(pCurrentMapName); |
1430 | 1975 pMapName = "Not in Map Stats"; |
1976 if ( pMapNum ) | |
1977 pMapName = pMapStats->pInfos[pMapNum].pName; | |
1978 if ( !*((int *)&pSavegameThumbnails[10 * uMessageParam].pPixels ) || !pMapNum ) | |
0 | 1979 { |
1430 | 1980 sprintfex(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[476], pMapName);// "Set to %s" |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
1981 GameUI_SetFooterString(pTmpBuf.data()); |
916 | 1982 continue; |
0 | 1983 } |
1984 v174 = pMapStats->pInfos[sub_410D99_get_map_index(*(short *)(uNumSeconds + 26))].pName; | |
1430 | 1985 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[475], (unsigned int)pMapName, v174);// "Set %s over %s" |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
1986 GameUI_SetFooterString(pTmpBuf.data()); |
11 | 1987 continue; |
961 | 1988 case UIMSG_CloseAfterInstallBeacon: |
978 | 1989 dword_50CDC8 = 1; |
437 | 1990 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 0, 0); |
1991 /*if ( (signed int)pMessageQueue_50CBD0->uNumMessages >= 40 ) | |
11 | 1992 continue; |
990 | 1993 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = UIMSG_Escape; |
11 | 1994 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 0; |
1995 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
437 | 1996 ++pMessageQueue_50CBD0->uNumMessages;*/ |
11 | 1997 continue; |
961 | 1998 case UIMSG_InstallBeacon: |
0 | 1999 pPlayer9 = pPlayers[_506348_current_lloyd_playerid + 1]; |
1430 | 2000 if ( !pPlayer9->pInstalledBeacons[uMessageParam].uBeaconTime && bRecallingBeacon ) |
4 | 2001 continue; |
0 | 2002 byte_506360 = 1; |
2003 pPlayer9->CanCastSpell(uRequiredMana); | |
2004 if ( pParty->bTurnBasedModeOn ) | |
2005 { | |
2006 v60 = sRecoveryTime; | |
2007 pParty->pTurnBasedPlayerRecoveryTimes[_506348_current_lloyd_playerid] = sRecoveryTime; | |
2008 pPlayer9->SetRecoveryTime(v60); | |
1448 | 2009 pTurnEngine->ApplyPlayerAction(); |
0 | 2010 } |
2011 else | |
2012 { | |
2013 pPlayer9->SetRecoveryTime((signed __int64)(flt_6BE3A4_debug_recmod1 * (double)sRecoveryTime * 2.133333333333333)); | |
2014 } | |
2015 pAudioPlayer->PlaySound((SoundID)word_4EE088_sound_ids[dword_506338], 0, 0, -1, 0, dword_50633C, 0, 0); | |
2016 if ( bRecallingBeacon ) | |
2017 { | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1473
diff
changeset
|
2018 if ( _stricmp(pCurrentMapName, (const char *)&pGames_LOD->pSubIndices[pPlayer9->pInstalledBeacons[uMessageParam].SaveFileID]) ) |
0 | 2019 { |
978 | 2020 SaveGame(1, 0); |
0 | 2021 OnMapLeave(); |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1473
diff
changeset
|
2022 strcpy(pCurrentMapName, (const char *)&pGames_LOD->pSubIndices[pPlayer9->pInstalledBeacons[uMessageParam].SaveFileID]); |
978 | 2023 dword_6BE364_game_settings_1 |= 1; |
2024 uGameState = GAME_STATE_2; | |
1430 | 2025 _5B65A8_npcdata_uflags_or_other = pPlayer9->pInstalledBeacons[uMessageParam].PartyPos_X; |
2026 _5B65AC_npcdata_fame_or_other = pPlayer9->pInstalledBeacons[uMessageParam].PartyPos_Y; | |
2027 _5B65B0_npcdata_rep_or_other = pPlayer9->pInstalledBeacons[uMessageParam].PartyPos_Z; | |
2028 _5B65B4_npcdata_loword_house_or_other = pPlayer9->pInstalledBeacons[uMessageParam].PartyRot_X; | |
2029 _5B65B8_npcdata_hiword_house_or_other = pPlayer9->pInstalledBeacons[uMessageParam].PartyRot_Y; | |
978 | 2030 dword_5B65C0 = 1; |
0 | 2031 } |
2032 else | |
2033 { | |
1430 | 2034 pParty->vPosition.x = pPlayer9->pInstalledBeacons[uMessageParam].PartyPos_X; |
2035 pParty->vPosition.y = pPlayer9->pInstalledBeacons[uMessageParam].PartyPos_Y; | |
2036 pParty->vPosition.z = pPlayer9->pInstalledBeacons[uMessageParam].PartyPos_Z; | |
0 | 2037 pParty->uFallStartY = pParty->vPosition.z; |
1430 | 2038 pParty->sRotationY = pPlayer9->pInstalledBeacons[uMessageParam].PartyRot_X; |
2039 pParty->sRotationX = pPlayer9->pInstalledBeacons[uMessageParam].PartyRot_Y; | |
0 | 2040 } |
978 | 2041 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0); |
0 | 2042 pBooksWindow->Release(); |
2043 pGUIWindow_CurrentMenu->Release(); | |
2044 pBooksWindow = 0; | |
2045 pGUIWindow_CurrentMenu = 0; | |
2046 } | |
2047 else | |
2048 { | |
2049 sprintf(a1, "data\\lloyd%d%d.pcx", _506348_current_lloyd_playerid + 1, uMessageParam + 1); | |
2050 SaveScreenshot(a1); | |
2051 LoadThumbnailLloydTexture(uMessageParam, _506348_current_lloyd_playerid + 1); | |
1430 | 2052 pPlayer9->pInstalledBeacons[uMessageParam].uBeaconTime = pParty->uTimePlayed + (signed __int64)((double)(qword_506350 << 7) * 0.033333335); |
2053 pPlayer9->pInstalledBeacons[uMessageParam].PartyPos_X = pParty->vPosition.x; | |
2054 pPlayer9->pInstalledBeacons[uMessageParam].PartyPos_Y = pParty->vPosition.y; | |
2055 pPlayer9->pInstalledBeacons[uMessageParam].PartyPos_Z = pParty->vPosition.z; | |
2056 pPlayer9->pInstalledBeacons[uMessageParam].PartyRot_X = LOWORD(pParty->sRotationY); | |
2057 pPlayer9->pInstalledBeacons[uMessageParam].PartyRot_Y = LOWORD(pParty->sRotationX); | |
837 | 2058 if ( (signed int)pGames_LOD->uNumSubDirs / 2 <= 0 ) |
4 | 2059 continue; |
1430 | 2060 for ( thisg = 0; thisg < (signed int)pGames_LOD->uNumSubDirs / 2; ++thisg ) |
0 | 2061 { |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1473
diff
changeset
|
2062 if ( !_stricmp((const char *)pGames_LOD->pSubIndices[thisg].pFilename, pCurrentMapName) ) |
1430 | 2063 pPlayer9->pInstalledBeacons[uMessageParam].SaveFileID = thisg; |
0 | 2064 } |
2065 } | |
4 | 2066 continue; |
961 | 2067 case UIMSG_ClickTownInTP: |
0 | 2068 if ( uMessageParam ) |
2069 { | |
2070 switch ( uMessageParam ) | |
2071 { | |
2072 case 1: | |
2073 v63 = 208; | |
2074 break; | |
2075 case 2: | |
2076 v63 = 207; | |
2077 break; | |
2078 case 3: | |
2079 v63 = 211; | |
2080 break; | |
2081 case 4: | |
2082 v63 = 209; | |
2083 break; | |
2084 default: | |
2085 if ( uMessageParam != 5 ) | |
2086 { | |
2087 LABEL_486: | |
978 | 2088 SaveGame(1, 0); |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1473
diff
changeset
|
2089 v64 = pMapStats->GetMapInfo(pCurrentMapName); |
0 | 2090 v65 = uMessageParam; |
839 | 2091 if ( v64 == TownPortalList[uMessageParam].uMapInfoID ) |
0 | 2092 { |
839 | 2093 pParty->vPosition.x = TownPortalList[v65].pos.x; |
2094 pParty->vPosition.y = TownPortalList[v65].pos.y; | |
2095 pParty->vPosition.z = TownPortalList[v65].pos.z; | |
0 | 2096 pParty->uFallStartY = pParty->vPosition.z; |
839 | 2097 pParty->sRotationY = TownPortalList[v65].rot_y; |
2098 pParty->sRotationX = TownPortalList[v65].rot_x; | |
0 | 2099 } |
2100 else | |
2101 { | |
978 | 2102 SaveGame(1, 0); |
0 | 2103 OnMapLeave(); |
978 | 2104 dword_6BE364_game_settings_1 |= 1; |
2105 uGameState = GAME_STATE_2; | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1473
diff
changeset
|
2106 strcpy(pCurrentMapName, pMapStats->pInfos[TownPortalList[uMessageParam].uMapInfoID].pFilename); |
978 | 2107 dword_5B65C0 = 1; |
839 | 2108 _5B65A8_npcdata_uflags_or_other = TownPortalList[uMessageParam].pos.x; |
2109 _5B65AC_npcdata_fame_or_other = TownPortalList[uMessageParam].pos.y; | |
2110 _5B65B0_npcdata_rep_or_other = TownPortalList[uMessageParam].pos.z; | |
2111 v66 = TownPortalList[uMessageParam].rot_x; | |
2112 _5B65B4_npcdata_loword_house_or_other = TownPortalList[uMessageParam].rot_y; | |
0 | 2113 _5B65B8_npcdata_hiword_house_or_other = v66; |
2114 InitializeActors(); | |
2115 } | |
1268 | 2116 v67 = (char*)pGUIWindow_CurrentMenu->Hint; |
0 | 2117 if ( v67 ) |
978 | 2118 *((int *)v67 + 17) = 1; |
0 | 2119 else |
710 | 2120 pParty->pPlayers[(unsigned __int8)town_portal_caster_id].CanCastSpell(0x14u); |
437 | 2121 /*if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 ) |
0 | 2122 { |
990 | 2123 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = UIMSG_Escape; |
0 | 2124 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = v0; |
2125 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
2126 ++pMessageQueue_50CBD0->uNumMessages; | |
437 | 2127 }*/ |
978 | 2128 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0); |
4 | 2129 continue; |
0 | 2130 } |
2131 v63 = 210; | |
2132 break; | |
2133 } | |
2134 } | |
2135 else | |
2136 { | |
2137 v63 = 206; | |
2138 } | |
484 | 2139 if ( !(unsigned __int16)_449B57_test_bit(pParty->_quest_bits, v63) ) |
0 | 2140 return; |
2141 goto LABEL_486; | |
961 | 2142 case UIMSG_HintTownPortal: |
0 | 2143 if ( uMessageParam ) |
2144 { | |
2145 switch ( uMessageParam ) | |
2146 { | |
2147 case 1: | |
2148 v68 = 208; | |
2149 break; | |
2150 case 2: | |
2151 v68 = 207; | |
2152 break; | |
2153 case 3: | |
2154 v68 = 211; | |
2155 break; | |
2156 case 4: | |
2157 v68 = 209; | |
2158 break; | |
2159 default: | |
2160 if ( uMessageParam != 5 ) | |
11 | 2161 //goto LABEL_506; |
2162 { | |
2163 if ( uMessageParam ) | |
2164 { | |
2165 switch ( uMessageParam ) | |
2166 { | |
2167 case 1: | |
2168 v69 = pMapStats->pInfos[4].pName; | |
2169 break; | |
2170 case 2: | |
2171 v69 = pMapStats->pInfos[3].pName; | |
2172 break; | |
2173 case 3: | |
2174 v69 = pMapStats->pInfos[10].pName; | |
2175 break; | |
2176 case 4: | |
2177 v69 = pMapStats->pInfos[7].pName; | |
2178 break; | |
2179 default: | |
2180 if ( uMessageParam != 5 ) | |
2181 { | |
1409
c9e3b93ec570
Highlighted locations with "using uninitialized variable" warning.
Nomad
parents:
1407
diff
changeset
|
2182 __debugbreak(); // warning C4700: uninitialized local variable 'v200' used |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
2183 sprintfex(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[35], v200); |
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
2184 GameUI_SetFooterString(pTmpBuf.data()); |
916 | 2185 continue; |
11 | 2186 } |
2187 v69 = pMapStats->pInfos[8].pName; | |
2188 break; | |
2189 } | |
2190 } | |
2191 else | |
2192 { | |
2193 v69 = pMapStats->pInfos[21].pName; | |
2194 } | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
2195 sprintfex(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[35], v69); |
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
2196 GameUI_SetFooterString(pTmpBuf.data()); |
916 | 2197 continue; |
11 | 2198 } |
2199 v68 = 210; | |
2200 break; | |
0 | 2201 } |
2202 } | |
2203 else | |
2204 { | |
2205 v68 = 206; | |
2206 } | |
484 | 2207 if ( !(unsigned __int16)_449B57_test_bit(pParty->_quest_bits, v68) ) |
0 | 2208 { |
2209 pRenderer->DrawTextureRGB(0, 0x160u, pTexture_StatusBar); | |
4 | 2210 continue; |
0 | 2211 } |
11 | 2212 //LABEL_506: |
0 | 2213 if ( uMessageParam ) |
2214 { | |
2215 switch ( uMessageParam ) | |
2216 { | |
2217 case 1: | |
2218 v69 = pMapStats->pInfos[4].pName; | |
2219 break; | |
2220 case 2: | |
2221 v69 = pMapStats->pInfos[3].pName; | |
2222 break; | |
2223 case 3: | |
2224 v69 = pMapStats->pInfos[10].pName; | |
2225 break; | |
2226 case 4: | |
2227 v69 = pMapStats->pInfos[7].pName; | |
2228 break; | |
2229 default: | |
2230 if ( uMessageParam != 5 ) | |
2231 //goto LABEL_519; | |
4 | 2232 { |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
2233 sprintfex(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[35], v200); |
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
2234 GameUI_SetFooterString(pTmpBuf.data()); |
916 | 2235 continue; |
4 | 2236 } |
0 | 2237 v69 = pMapStats->pInfos[8].pName; |
2238 break; | |
2239 } | |
2240 } | |
2241 else | |
2242 { | |
2243 v69 = pMapStats->pInfos[21].pName; | |
2244 } | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
2245 sprintfex(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[35], v69); |
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
2246 GameUI_SetFooterString(pTmpBuf.data()); |
916 | 2247 continue; |
0 | 2248 case UIMSG_ShowFinalWindow: |
1412 | 2249 sprintfex(pFinalMessage.data(), "%s\n \n%s\n \n%s", pGlobalTXT_LocalizationStrings[151],// "Congratulations Adventurer." |
0 | 2250 pGlobalTXT_LocalizationStrings[118],// "We hope that you've enjoyed playing Might and Magic VII as much as we did making it. We have saved this screen as MM7_WIN.PCX in your MM7 directory. You can print it out as proof of your accomplishment." |
2251 pGlobalTXT_LocalizationStrings[167]);// "- The Might and Magic VII Development Team." | |
1458 | 2252 ModalWindow(pFinalMessage.data(), UIMSG_OnFinalWindowClose); |
0 | 2253 uGameState = GAME_STATE_FINAL_WINDOW; |
4 | 2254 continue; |
1458 | 2255 case UIMSG_OnFinalWindowClose: |
987 | 2256 __debugbreak(); |
982 | 2257 uGameState = GAME_STATE_PLAYING; |
0 | 2258 strcpy((char *)pKeyActionMap->pPressedKeysBuffer, "2"); |
1458 | 2259 __debugbreak(); // missed break/continue? |
151 | 2260 case UIMSG_DD: |
990 | 2261 __debugbreak(); |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
2262 sprintf(pTmpBuf.data(), "%s", pKeyActionMap->pPressedKeysBuffer); |
703 | 2263 memcpy(&v216, txt_file_frametable_parser((const char *)pKeyActionMap->pPressedKeysBuffer, &v218), sizeof(v216)); |
701 | 2264 if ( v216.uPropCount == 1 ) |
0 | 2265 { |
837 | 2266 pNPCData4 = (NPCData *)((signed int)pGames_LOD->uNumSubDirs / 2); |
0 | 2267 v70 = atoi(v216.pProperties[0]); |
2268 if ( v70 <= 0 || v70 >= 77 ) | |
4 | 2269 continue; |
0 | 2270 v71 = v70; |
2271 strcpy(Str2, pMapStats->pInfos[v70].pFilename); | |
2272 pNPCData3 = 0; | |
2273 if ( (signed int)pNPCData4 > 0 ) | |
2274 { | |
2275 thish = 0; | |
2276 do | |
2277 { | |
1104 | 2278 if ( !_stricmp((const char *)&pGames_LOD->pSubIndices[thish], Str2) ) |
0 | 2279 break; |
2280 ++thish; | |
2281 pNPCData3 = (NPCData *)((char *)pNPCData3 + 1); | |
2282 } | |
2283 while ( (signed int)pNPCData3 < (signed int)pNPCData4 ); | |
2284 if ( (signed int)pNPCData3 < (signed int)pNPCData4 ) | |
2285 { | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1473
diff
changeset
|
2286 strcpy(pCurrentMapName, (const char *)&pGames_LOD->pSubIndices[(int)pNPCData3]); |
0 | 2287 dword_6BE364_game_settings_1 |= 1u; |
978 | 2288 uGameState = GAME_STATE_2; |
0 | 2289 OnMapLeave(); |
4 | 2290 continue; |
0 | 2291 } |
2292 } | |
2293 sprintf(Str2, "No map found for %s", pMapStats->pInfos[v71].pName); | |
2294 v73 = Str2; | |
2295 } | |
2296 else | |
2297 { | |
701 | 2298 if ( v216.uPropCount != 3 ) |
11 | 2299 continue; |
0 | 2300 v74 = atoi(v216.pProperties[0]); |
2301 thisi = atoi(v216.pProperties[1]); | |
2302 v75 = atoi(v216.pProperties[2]); | |
2303 v76 = v75; | |
2304 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor) | |
2305 { | |
2306 if ( pIndoor->GetSector(v74, thisi, v75) ) | |
2307 { | |
2308 v77 = thisi; | |
2309 pParty->vPosition.x = v74; | |
2310 pParty->vPosition.y = v77; | |
2311 pParty->vPosition.z = v76; | |
2312 pParty->uFallStartY = v76; | |
11 | 2313 continue; |
0 | 2314 } |
2315 } | |
2316 else | |
2317 { | |
2318 if ( v74 > -32768 ) | |
2319 { | |
2320 if ( v74 < 32768 ) | |
2321 { | |
2322 v77 = thisi; | |
2323 if ( thisi > -32768 ) | |
2324 { | |
2325 if ( thisi < 32768 && v76 >= 0 && v76 < 10000 ) | |
11 | 2326 { |
2327 pParty->vPosition.x = v74; | |
2328 pParty->vPosition.y = v77; | |
2329 pParty->vPosition.z = v76; | |
2330 pParty->uFallStartY = v76; | |
2331 continue; | |
2332 } | |
0 | 2333 } |
2334 } | |
2335 } | |
2336 } | |
2337 pAudioPlayer->PlaySound(SOUND_27, 0, 0, -1, 0, 0, 0, 0); | |
2338 v73 = "Can't jump to that location!"; | |
2339 } | |
2340 ShowStatusBarString(v73, 6u); | |
4 | 2341 continue; |
961 | 2342 case UIMSG_CastQuickSpell: |
0 | 2343 if ( bUnderwater == 1 ) |
362 | 2344 { |
2345 ShowStatusBarString(pGlobalTXT_LocalizationStrings[652], 2);// "You can not do that while you are underwater!" | |
2346 pAudioPlayer->PlaySound((SoundID)27, 0, 0, -1, 0, 0, 0, 0); | |
2347 continue; | |
2348 } | |
0 | 2349 if ( !uActiveCharacter || (pPlayer2 = pPlayers[uActiveCharacter], pPlayer2->uTimeToRecovery) ) |
11 | 2350 continue; |
362 | 2351 _42777D_CastSpell_UseWand_ShootArrow(pPlayer2->uQuickSpell, uActiveCharacter - 1, 0, 0, uActiveCharacter); |
11 | 2352 continue; |
1000 | 2353 case UIMSG_CastSpell_Monster_Improvement: |
2354 case UIMSG_CastSpell_Shoot_Monster://FireBlow, Lightning, Ice Lightning, Swarm, | |
0 | 2355 if ( pRenderer->pRenderD3D ) |
2356 { | |
2357 v81 = pGame->pVisInstance->get_picked_object_zbuf_val(); | |
2358 } | |
2359 else | |
2360 { | |
2361 uNumSeconds = (unsigned int)pMouse->GetCursorPos(&v206); | |
2362 pPoint2 = pMouse->GetCursorPos(&v201); | |
2363 v81 = pRenderer->pActiveZBuffer[*(int *)uNumSeconds + pSRZBufferLineOffsets[pPoint2->y]]; | |
2364 } | |
2365 v83 = v81; | |
2366 v44 = (unsigned __int16)v81; | |
2367 v84 = v83 >> 16; | |
848 | 2368 if ( PID_TYPE(v44) != 3 || v84 >= 5120 ) |
4 | 2369 continue; |
1000 | 2370 pSpellInfo = (CastSpellInfo *)pGUIWindow_Settings->ptr_1C; |
2371 if ( uMessage == UIMSG_CastSpell_Shoot_Monster ) | |
2372 { | |
2373 LOBYTE(pSpellInfo->field_8) &= 0xF7; | |
0 | 2374 } |
2375 else | |
2376 { | |
1000 | 2377 if ( uMessage == UIMSG_CastSpell_Monster_Improvement ) |
2378 HIBYTE(pSpellInfo->field_8) &= 0xFEu; | |
0 | 2379 else |
1000 | 2380 HIBYTE(pSpellInfo->field_8) &= 0xFDu; |
2381 } | |
2382 pSpellInfo->uPlayerID_2 = uMessageParam; | |
2383 pSpellInfo->spell_target_pid = v44; | |
2384 pParty->pPlayers[pSpellInfo->uPlayerID].SetRecoveryTime(300); | |
2385 pGUIWindow_Settings->Release(); | |
11 | 2386 pGUIWindow_Settings = 0; |
2387 pMouse->SetCursorBitmap("MICON1"); | |
783 | 2388 GameUI_Footer_TimeLeft = 0; |
11 | 2389 unk_50C9A0 = 0; |
2390 back_to_game(); | |
2391 continue; | |
151 | 2392 case UIMSG_1C: |
987 | 2393 __debugbreak(); |
0 | 2394 if ( !uActiveCharacter || pCurrentScreen ) |
4 | 2395 continue; |
710 | 2396 ptr_507BC8 = GUIWindow::Create(0, 0, 640, 480, WINDOW_68, uMessageParam, 0); |
151 | 2397 pCurrentScreen = SCREEN_19; |
0 | 2398 pEventTimer->Pause(); |
4 | 2399 continue; |
151 | 2400 case UIMSG_1B: |
987 | 2401 __debugbreak(); |
0 | 2402 if ( !uActiveCharacter ) |
4 | 2403 continue; |
978 | 2404 if ( pParty->bTurnBasedModeOn != 1 ) |
11 | 2405 { |
2406 if ( pActors[uMessageParam].uAIState == 5 ) | |
2407 stru_50C198.LootActor(&pActors[uMessageParam]); | |
2408 else | |
2409 Actor::StealFrom(uMessageParam); | |
2410 continue; | |
2411 } | |
1340 | 2412 if ( pTurnEngine->turn_stage == 1 || pTurnEngine->turn_stage == 3 ) |
4 | 2413 continue; |
1450 | 2414 if ( !(pTurnEngine->field_18 & TE_HAVE_PENDING_ACTIONS) ) |
0 | 2415 { |
2416 if ( pActors[uMessageParam].uAIState == 5 ) | |
2417 stru_50C198.LootActor(&pActors[uMessageParam]); | |
2418 else | |
2419 Actor::StealFrom(uMessageParam); | |
2420 } | |
4 | 2421 continue; |
271 | 2422 |
2423 case UIMSG_Attack: | |
0 | 2424 if ( !uActiveCharacter ) |
4 | 2425 continue; |
978 | 2426 if ( pParty->bTurnBasedModeOn != 1 ) |
11 | 2427 { |
2428 _42ECB5_PlayerAttacksActor(); | |
2429 continue; | |
2430 } | |
1340 | 2431 if ( pTurnEngine->turn_stage == 1 || pTurnEngine->turn_stage == 3 ) |
4 | 2432 continue; |
1450 | 2433 if ( !(pTurnEngine->field_18 & TE_HAVE_PENDING_ACTIONS) ) |
0 | 2434 _42ECB5_PlayerAttacksActor(); |
4 | 2435 continue; |
151 | 2436 case UIMSG_ExitRest: |
1268 | 2437 GUIWindow::Create(pButton_RestUI_Exit->uX, pButton_RestUI_Exit->uY, 0, 0, WINDOW_CloseRestWindowBtn, (int)pButton_RestUI_Exit, pGlobalTXT_LocalizationStrings[81]);// "Exit Rest" |
11 | 2438 continue; |
151 | 2439 case UIMSG_Wait5Minutes: |
0 | 2440 if ( dword_506F14 == 2 ) |
916 | 2441 { |
2442 ShowStatusBarString(pGlobalTXT_LocalizationStrings[477], 2);// "You are already resting!" | |
362 | 2443 pAudioPlayer->PlaySound((SoundID)27, 0, 0, -1, 0, 0, 0, 0); |
2444 continue; | |
11 | 2445 } |
962 | 2446 GUIWindow::Create(pButton_RestUI_Wait5Minutes->uX, pButton_RestUI_Wait5Minutes->uY, 0, 0, WINDOW_PressedButton2, |
1268 | 2447 (int)pButton_RestUI_Wait5Minutes, pGlobalTXT_LocalizationStrings[238]);// "Wait 5 Minutes" |
978 | 2448 dword_506F14 = 1; |
1396 | 2449 _506F18_num_minutes_to_sleep = 5; |
4 | 2450 continue; |
151 | 2451 case UIMSG_Wait1Hour: |
0 | 2452 if ( dword_506F14 == 2 ) |
916 | 2453 { |
2454 ShowStatusBarString(pGlobalTXT_LocalizationStrings[477], 2);// "You are already resting!" | |
362 | 2455 pAudioPlayer->PlaySound((SoundID)27, 0, 0, -1, 0, 0, 0, 0); |
2456 continue; | |
11 | 2457 } |
962 | 2458 GUIWindow::Create(pButton_RestUI_Wait1Hour->uX, pButton_RestUI_Wait1Hour->uY, 0, 0, WINDOW_PressedButton2, |
1268 | 2459 (int)pButton_RestUI_Wait1Hour, pGlobalTXT_LocalizationStrings[239]);// "Wait 1 Hour" |
978 | 2460 dword_506F14 = 1; |
1396 | 2461 _506F18_num_minutes_to_sleep = 60; |
4 | 2462 continue; |
907 | 2463 case UIMSG_RentRoom: |
0 | 2464 dword_506F14 = 2; |
1033 | 2465 RestUI_Load(); |
758 | 2466 v86 = 60 * (_494820_training_time(pParty->uCurrentHour) + 1) - pParty->uCurrentMinute; |
1396 | 2467 _506F18_num_minutes_to_sleep = v86; |
2468 if ( uMessageParam == 111 || uMessageParam == 114 || uMessageParam == 116 ) // 107 = Emerald Isle tavern | |
2469 _506F18_num_minutes_to_sleep = v86 + 12 * 60; | |
11 | 2470 dword_506F14 = 2; |
2471 pParty->RestAndHeal(); | |
766 | 2472 pParty->days_played_without_rest = 0; |
1361
b3ac17fd12de
Moved condition checking to a separate class, extracted it from player::SetCondition
Grumpy7
parents:
1358
diff
changeset
|
2473 pParty->pPlayers[3].SetAsleep(1); |
b3ac17fd12de
Moved condition checking to a separate class, extracted it from player::SetCondition
Grumpy7
parents:
1358
diff
changeset
|
2474 pParty->pPlayers[2].SetAsleep(1); |
b3ac17fd12de
Moved condition checking to a separate class, extracted it from player::SetCondition
Grumpy7
parents:
1358
diff
changeset
|
2475 pParty->pPlayers[1].SetAsleep(1); |
b3ac17fd12de
Moved condition checking to a separate class, extracted it from player::SetCondition
Grumpy7
parents:
1358
diff
changeset
|
2476 pParty->pPlayers[0].SetAsleep(1); |
11 | 2477 continue; |
907 | 2478 case UIMSG_RestWindow: |
0 | 2479 if ( pMessageQueue_50CBD0->uNumMessages ) |
2480 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
2481 if ( pCurrentScreen ) | |
4 | 2482 continue; |
1458 | 2483 if ( _42F4DA_check_actor_proximity() ) |
11 | 2484 { |
978 | 2485 if ( pParty->bTurnBasedModeOn == 1 ) |
11 | 2486 { |
916 | 2487 ShowStatusBarString(pGlobalTXT_LocalizationStrings[478], 2);// "You can't rest in turn-based mode!" |
11 | 2488 continue; |
2489 } | |
2490 v88 = pGlobalTXT_LocalizationStrings[480];// "There are hostile enemies near!" | |
2491 if ( pParty->uFlags & 0x88 ) | |
2492 v88 = pGlobalTXT_LocalizationStrings[479];// "You can't rest here!" | |
916 | 2493 ShowStatusBarString(v88, 2); |
11 | 2494 if ( !uActiveCharacter ) |
2495 continue; | |
916 | 2496 pPlayers[uActiveCharacter]->PlaySound((PlayerSpeech)13, 0); |
2497 continue; | |
11 | 2498 } |
978 | 2499 if ( pParty->bTurnBasedModeOn == 1 ) |
916 | 2500 { |
2501 ShowStatusBarString(pGlobalTXT_LocalizationStrings[478], 2);// "You can't rest in turn-based mode!" | |
11 | 2502 continue; |
2503 } | |
0 | 2504 if ( !(pParty->uFlags & 0x88) ) |
2505 { | |
1033 | 2506 RestUI_Load(); |
4 | 2507 continue; |
0 | 2508 } |
978 | 2509 if ( pParty->bTurnBasedModeOn == 1 ) |
0 | 2510 { |
916 | 2511 ShowStatusBarString(pGlobalTXT_LocalizationStrings[478], 2);// "You can't rest in turn-based mode!" |
11 | 2512 continue; |
0 | 2513 } |
2514 v88 = pGlobalTXT_LocalizationStrings[480];// "There are hostile enemies near!" | |
2515 if ( pParty->uFlags & 0x88 ) | |
2516 v88 = pGlobalTXT_LocalizationStrings[479];// "You can't rest here!" | |
2517 ShowStatusBarString(v88, 2u); | |
2518 if ( !uActiveCharacter ) | |
4 | 2519 continue; |
916 | 2520 pPlayers[uActiveCharacter]->PlaySound((PlayerSpeech)13, 0); |
2521 continue; | |
907 | 2522 case UIMSG_Rest8Hour: |
0 | 2523 if ( dword_506F14 ) |
916 | 2524 { |
2525 ShowStatusBarString(pGlobalTXT_LocalizationStrings[477], 2);// "You are already resting!" | |
362 | 2526 pAudioPlayer->PlaySound((SoundID)27, 0, 0, -1, 0, 0, 0, 0); |
2527 continue; | |
11 | 2528 } |
0 | 2529 if ( pParty->uNumFoodRations < uRestUI_FoodRequiredToRest ) |
2530 { | |
2531 ShowStatusBarString(pGlobalTXT_LocalizationStrings[482], 2u);// "You don't have enough food to rest" | |
2532 if ( uActiveCharacter && pPlayers[uActiveCharacter]->CanAct() ) | |
916 | 2533 pPlayers[uActiveCharacter]->PlaySound((PlayerSpeech)SPEECH_108, 0); |
0 | 2534 } |
2535 else | |
2536 { | |
2537 pParty->pPlayers[3].pConditions[2] = pParty->uTimePlayed; | |
2538 pParty->pPlayers[2].pConditions[2] = pParty->uTimePlayed; | |
2539 pParty->pPlayers[1].pConditions[2] = pParty->uTimePlayed; | |
2540 pParty->pPlayers[0].pConditions[2] = pParty->uTimePlayed; | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1473
diff
changeset
|
2541 v90 = pMapStats->GetMapInfo(pCurrentMapName); |
0 | 2542 if ( !v90 ) |
2543 v90 = rand() % (signed int)pMapStats->uNumMaps + 1; | |
2544 pMapInfo = &pMapStats->pInfos[v90]; | |
237 | 2545 if ( rand() % 100 + 1 <= pMapInfo->Encounter_percent ) |
0 | 2546 { |
2547 v91 = rand() % 100; | |
237 | 2548 v92 = pMapInfo->EncM1percent; |
0 | 2549 v93 = v91 + 1; |
2550 if ( v93 > v92 ) | |
237 | 2551 pNPCData4 = (NPCData *)((v93 > v92 + pMapInfo->EncM2percent) + 2); |
0 | 2552 else |
978 | 2553 pNPCData4 = (NPCData *)1; |
1415 | 2554 if ( !_45063B_spawn_some_monster(pMapInfo, (int)pNPCData4) ) |
0 | 2555 pNPCData4 = 0; |
2556 if ( pNPCData4 ) | |
2557 { | |
2558 pPlayerNum = rand() % 4; | |
2559 LODWORD(pParty->pPlayers[pPlayerNum].pConditions[2]) = 0; | |
2560 HIDWORD(pParty->pPlayers[pPlayerNum].pConditions[2]) = 0; | |
2561 v95 = rand(); | |
2562 Rest(v95 % 6 + 60); | |
1396 | 2563 _506F18_num_minutes_to_sleep = 0; |
0 | 2564 dword_506F14 = 0; |
437 | 2565 /*if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 ) |
0 | 2566 { |
990 | 2567 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = UIMSG_Escape; |
0 | 2568 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 0; |
2569 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
2570 ++pMessageQueue_50CBD0->uNumMessages; | |
437 | 2571 }*/ |
2572 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 0, 0); | |
916 | 2573 ShowStatusBarString(pGlobalTXT_LocalizationStrings[481], 2);// "Encounter!" |
2574 pAudioPlayer->PlaySound((SoundID)227, 0, 0, -1, 0, 0, 0, 0); | |
2575 continue; | |
0 | 2576 } |
2577 } | |
2578 Party::TakeFood(uRestUI_FoodRequiredToRest); | |
1396 | 2579 _506F18_num_minutes_to_sleep = 480; |
0 | 2580 dword_506F14 = 2; |
2581 pParty->RestAndHeal(); | |
766 | 2582 pParty->days_played_without_rest = 0; |
1361
b3ac17fd12de
Moved condition checking to a separate class, extracted it from player::SetCondition
Grumpy7
parents:
1358
diff
changeset
|
2583 pParty->pPlayers[3].SetAsleep(1); |
b3ac17fd12de
Moved condition checking to a separate class, extracted it from player::SetCondition
Grumpy7
parents:
1358
diff
changeset
|
2584 pParty->pPlayers[2].SetAsleep(1); |
b3ac17fd12de
Moved condition checking to a separate class, extracted it from player::SetCondition
Grumpy7
parents:
1358
diff
changeset
|
2585 pParty->pPlayers[1].SetAsleep(1); |
b3ac17fd12de
Moved condition checking to a separate class, extracted it from player::SetCondition
Grumpy7
parents:
1358
diff
changeset
|
2586 pParty->pPlayers[0].SetAsleep(1); |
0 | 2587 } |
4 | 2588 continue; |
151 | 2589 case UIMSG_AlreadyResting: |
0 | 2590 if ( dword_506F14 == 2 ) |
2591 { | |
916 | 2592 ShowStatusBarString(pGlobalTXT_LocalizationStrings[477], 2);// "You are already resting!" |
362 | 2593 pAudioPlayer->PlaySound((SoundID)27, 0, 0, -1, 0, 0, 0, 0); |
2594 continue; | |
0 | 2595 } |
962 | 2596 GUIWindow::Create(pButton_RestUI_WaitUntilDawn->uX, pButton_RestUI_WaitUntilDawn->uY, 0, 0, WINDOW_PressedButton2, |
1268 | 2597 (int)pButton_RestUI_WaitUntilDawn, pGlobalTXT_LocalizationStrings[237]);// "Wait until Dawn" |
758 | 2598 v97 = _494820_training_time(pParty->uCurrentHour); |
978 | 2599 dword_506F14 = 1; |
1396 | 2600 _506F18_num_minutes_to_sleep = 60 * v97 - pParty->uCurrentMinute; |
4 | 2601 continue; |
960 | 2602 case UIMSG_HintSelectRemoveQuickSpellBtn: |
688 | 2603 if ( quick_spell_at_page && byte_506550 ) |
2604 { | |
2605 v173 = pSpellStats->pInfos[quick_spell_at_page + 11 * pPlayers[uActiveCharacter]->lastOpenedSpellbookPage].pName; | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
2606 sprintfex(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[483], v173); |
0 | 2607 } |
2608 else | |
2609 { | |
2610 if ( pPlayers[uActiveCharacter]->uQuickSpell ) | |
2611 v177 = pGlobalTXT_LocalizationStrings[584];// "Click here to remove your Quick Spell" | |
2612 else | |
2613 v177 = pGlobalTXT_LocalizationStrings[484];// "Select a spell then click here to set a QuickSpell" | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
2614 strcpy(pTmpBuf.data(), v177); |
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
2615 } |
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
2616 GameUI_SetFooterString(pTmpBuf.data()); |
4 | 2617 continue; |
370 | 2618 case UIMSG_SPellbook_ShowHightlightedSpellInfo: |
4 | 2619 if ( !uActiveCharacter || (uNumSeconds = (unsigned int)pPlayers[uActiveCharacter], |
0 | 2620 !*(char *)(uNumSeconds + 11 * *(char *)(uNumSeconds + 6734) + uMessageParam + 402)) ) |
4 | 2621 continue; |
0 | 2622 if ( sub_4637E0_is_there_popup_onscreen() ) |
2623 dword_507B00_spell_info_to_draw_in_popup = uMessageParam + 1; | |
2624 v98 = *(char *)(uNumSeconds + 6734); | |
688 | 2625 if ( quick_spell_at_page - 1 == uMessageParam ) |
0 | 2626 { |
2627 v178 = pSpellStats->pInfos[uMessageParam + 11 * v98 + 1].pName; | |
2628 v161 = pGlobalTXT_LocalizationStrings[485]; | |
2629 } | |
2630 else | |
2631 { | |
2632 v178 = pSpellStats->pInfos[uMessageParam + 11 * v98 + 1].pName; | |
2633 v161 = pGlobalTXT_LocalizationStrings[486]; | |
2634 } | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
2635 sprintfex(pTmpBuf.data(), v161, v178); |
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
2636 GameUI_SetFooterString(pTmpBuf.data()); |
11 | 2637 continue; |
960 | 2638 case UIMSG_ClickInstallRemoveQuickSpellBtn: |
962 | 2639 GUIWindow::Create(pBtn_InstallRemoveSpell->uX, pBtn_InstallRemoveSpell->uY, 0, 0, WINDOW_PressedButton2, (int)pBtn_InstallRemoveSpell, 0); |
0 | 2640 if ( !uActiveCharacter ) |
4 | 2641 continue; |
0 | 2642 pPlayer10 = pPlayers[uActiveCharacter]; |
688 | 2643 if ( !byte_506550 || !quick_spell_at_page ) |
0 | 2644 { |
2645 pPlayer10->uQuickSpell = 0; | |
688 | 2646 quick_spell_at_page = 0; |
916 | 2647 pAudioPlayer->PlaySound((SoundID)203, 0, 0, -1, 0, 0, 0, 0); |
2648 continue; | |
0 | 2649 } |
688 | 2650 v99 = quick_spell_at_page + 11 * pPlayers[uActiveCharacter]->lastOpenedSpellbookPage; |
0 | 2651 pPlayers[uActiveCharacter]->uQuickSpell = v99; |
1397 | 2652 stru_AA1058[uActiveCharacter - 1]._494836(v99, uActiveCharacter); |
0 | 2653 if ( uActiveCharacter ) |
187 | 2654 pPlayer10->PlaySound(SPEECH_12, 0); |
0 | 2655 byte_506550 = 0; |
4 | 2656 continue; |
1118 | 2657 case UIMSG_SpellBook_PressTab: |
2658 //__debugbreak(); | |
0 | 2659 if ( !uActiveCharacter ) |
4 | 2660 continue; |
0 | 2661 pPlayer3 = pPlayers[uActiveCharacter]; |
2662 pNPCData4 = 0; | |
2663 uAction = 0; | |
2664 v101 = 0; | |
2665 thisl = (int)&pPlayer3->pActiveSkills[12]; | |
2666 do | |
2667 { | |
2668 if ( *(short *)thisl ) | |
2669 { | |
198 | 2670 if ( pPlayer3->lastOpenedSpellbookPage == v101 ) |
0 | 2671 uAction = (int)pNPCData4; |
2672 v102 = (int)pNPCData4; | |
2673 pNPCData4 = (NPCData *)((char *)pNPCData4 + 1); | |
2674 v217[v102] = v101; | |
2675 } | |
2676 thisl += 2; | |
2677 ++v101; | |
2678 } | |
2679 while ( v101 < 9 ); | |
2680 if ( !pNPCData4 ) | |
11 | 2681 { |
2682 v127 = rand() % 2 + 204; | |
916 | 2683 pAudioPlayer->PlaySound((SoundID)v127, 0, 0, -1, 0, 0, 0, 0); |
2684 continue; | |
11 | 2685 } |
0 | 2686 if ( GetAsyncKeyState(16) ) |
2687 { | |
2688 --uAction; | |
2689 if ( uAction < 0 ) | |
2690 uAction = (int)((char *)pNPCData4 - 1); | |
2691 } | |
2692 else | |
2693 { | |
2694 ++uAction; | |
2695 if ( uAction >= (signed int)pNPCData4 ) | |
2696 uAction = 0; | |
2697 } | |
1402 | 2698 OnCloseSpellBookPage(); |
198 | 2699 pPlayers[uActiveCharacter]->lastOpenedSpellbookPage = LOBYTE(v217[uAction]); |
11 | 2700 pGUIWindow_CurrentMenu->OpenSpellBook(); |
2701 v127 = rand() % 2 + 204; | |
916 | 2702 pAudioPlayer->PlaySound((SoundID)v127, 0, 0, -1, 0, 0, 0, 0); |
2703 continue; | |
832 | 2704 case UIMSG_OpenSpellbookPage: |
1340 | 2705 if ( pTurnEngine->turn_stage == 3 || !uActiveCharacter || uMessageParam == pPlayers[uActiveCharacter]->lastOpenedSpellbookPage ) |
4 | 2706 continue; |
1402 | 2707 OnCloseSpellBookPage(); |
198 | 2708 pPlayers[uActiveCharacter]->lastOpenedSpellbookPage = uMessageParam; |
11 | 2709 pGUIWindow_CurrentMenu->OpenSpellBook(); |
0 | 2710 v127 = rand() % 2 + 204; |
916 | 2711 pAudioPlayer->PlaySound((SoundID)v127, 0, 0, -1, 0, 0, 0, 0); |
2712 continue; | |
437 | 2713 case UIMSG_SelectSpell: |
2714 { | |
1340 | 2715 if (pTurnEngine->turn_stage == 3) |
437 | 2716 continue; |
2717 if (!uActiveCharacter) | |
2718 continue; | |
2719 | |
2720 // uNumSeconds = (unsigned int)pPlayers[uActiveCharacter]; | |
2721 auto player = pPlayers[uActiveCharacter]; | |
2722 if (player->spellbook.pChapters[player->lastOpenedSpellbookPage].bIsSpellAvailable[uMessageParam]) | |
2723 //if ( *(char *)(uNumSeconds + 11 * *(char *)(uNumSeconds + &lastOpenedSpellbookPage) + uMessageParam + 402) ) | |
2724 { | |
688 | 2725 if ( quick_spell_at_page - 1 == uMessageParam ) |
0 | 2726 { |
2727 pGUIWindow_CurrentMenu->Release(); | |
2728 pEventTimer->Resume(); | |
978 | 2729 viewparams->bRedrawGameUI = 1; |
151 | 2730 pCurrentScreen = SCREEN_GAME; |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
2731 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
688 | 2732 v103 = quick_spell_at_page + 11 * player->lastOpenedSpellbookPage; |
1000 | 2733 /*if ( dword_50C9E8 < 40 ) |
0 | 2734 { |
437 | 2735 dword_50C9EC[3 * dword_50C9E8] = UIMSG_CastSpellFromBook; |
2736 dword_50C9EC[3 * dword_50C9E8 + 1] = v103; | |
2737 dword_50C9EC[3 * dword_50C9E8 + 2] = uActiveCharacter - 1; | |
0 | 2738 ++dword_50C9E8; |
1000 | 2739 }*/ |
1012 | 2740 pMessageQueue_50C9E8->AddMessage(UIMSG_CastSpellFromBook, v103, uActiveCharacter - 1); |
2741 // pMessageQueue_50CBD0->AddMessage(UIMSG_CastSpellFromBook, v103, uActiveCharacter - 1); | |
0 | 2742 } |
2743 else | |
2744 { | |
2745 byte_506550 = 1; | |
688 | 2746 quick_spell_at_page = uMessageParam + 1; |
0 | 2747 } |
437 | 2748 } |
2749 } | |
2750 continue; | |
370 | 2751 |
2752 case UIMSG_CastSpellFromBook: | |
1340 | 2753 if ( pTurnEngine->turn_stage != 3 ) |
370 | 2754 _42777D_CastSpell_UseWand_ShootArrow(uMessageParam, v199, 0, 0, 0); |
2755 continue; | |
2756 | |
1019 | 2757 case UIMSG_SpellScrollUse: |
987 | 2758 __debugbreak(); |
1340 | 2759 if ( pTurnEngine->turn_stage != 3 ) |
978 | 2760 _42777D_CastSpell_UseWand_ShootArrow(uMessageParam, v199, 133, 1, 0); |
4 | 2761 continue; |
907 | 2762 case UIMSG_SpellBookWindow: |
1340 | 2763 if ( pTurnEngine->turn_stage == 3 ) |
4 | 2764 continue; |
0 | 2765 if ( bUnderwater == 1 ) |
2766 { | |
362 | 2767 ShowStatusBarString(pGlobalTXT_LocalizationStrings[652], 2);// "You can not do that while you are underwater!" |
916 | 2768 pAudioPlayer->PlaySound((SoundID)27, 0, 0, -1, 0, 0, 0, 0); |
0 | 2769 } |
2770 else | |
2771 { | |
2772 if ( pMessageQueue_50CBD0->uNumMessages ) | |
2773 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
2774 if ( uActiveCharacter && !pPlayers[uActiveCharacter]->uTimeToRecovery ) | |
2775 { | |
2776 if ( !pCurrentScreen ) | |
2777 { | |
962 | 2778 GUIWindow::Create(0x1DCu, 0x1C2u, 0, 0, WINDOW_PressedButton2, (int)pBtn_CastSpell, 0); |
151 | 2779 pCurrentScreen = SCREEN_SPELL_BOOK; |
0 | 2780 pEventTimer->Pause(); |
710 | 2781 pGUIWindow_CurrentMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_SpellBook, 0, 0); |
0 | 2782 pAudioPlayer->PlaySound((SoundID)48, 0, 0, -1, 0, 0, 0, 0); |
978 | 2783 viewparams->field_48 = 1; |
4 | 2784 continue; |
0 | 2785 } |
151 | 2786 if ( pCurrentScreen != SCREEN_REST |
2787 && pCurrentScreen != SCREEN_CHARACTERS | |
2788 && (pCurrentScreen <= SCREEN_63 | |
2789 || pCurrentScreen > SCREEN_67) ) | |
11 | 2790 { |
2791 pGUIWindow_CurrentMenu->Release(); | |
962 | 2792 GUIWindow::Create(0x1DCu, 0x1C2u, 0, 0, WINDOW_PressedButton2, (int)pBtn_CastSpell, 0); |
151 | 2793 pCurrentScreen = SCREEN_SPELL_BOOK; |
11 | 2794 pEventTimer->Pause(); |
710 | 2795 pGUIWindow_CurrentMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_SpellBook, 0, 0); |
11 | 2796 pAudioPlayer->PlaySound((SoundID)48, 0, 0, -1, 0, 0, 0, 0); |
978 | 2797 viewparams->field_48 = 1; |
11 | 2798 continue; |
2799 } | |
2800 } | |
2801 } | |
2802 continue; | |
2803 case UIMSG_QuickReference: | |
0 | 2804 if ( pMessageQueue_50CBD0->uNumMessages ) |
2805 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
2806 if ( pCurrentScreen ) | |
2807 pGUIWindow_CurrentMenu->Release(); | |
2808 ++pIcons_LOD->uTexturePacksCount; | |
2809 if ( !pIcons_LOD->uNumPrevLoadedFiles ) | |
2810 pIcons_LOD->uNumPrevLoadedFiles = pIcons_LOD->uNumLoadedFiles; | |
962 | 2811 GUIWindow::Create(0x230u, 0x1C2u, 0, 0, WINDOW_PressedButton2, (int)pBtn_QuickReference, 0); |
978 | 2812 viewparams->bRedrawGameUI = 1; |
0 | 2813 pEventTimer->Pause(); |
2814 pAudioPlayer->StopChannels(-1, -1); | |
151 | 2815 pCurrentScreen = SCREEN_QUICK_REFERENCE; |
710 | 2816 pGUIWindow_CurrentMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_QuickReference, 5, 0); |
0 | 2817 papredoll_dbrds[2] = pIcons_LOD->LoadTexture("BUTTEXI1", TEXTURE_16BIT_PALETTE); |
978 | 2818 pBtn_ExitCancel = pGUIWindow_CurrentMenu->CreateButton(0x187u, 0x13Cu, 0x4Bu, 0x21u, 1, 0, UIMSG_Escape, 0, 0, |
0 | 2819 pGlobalTXT_LocalizationStrings[79],// "Exit" |
973 | 2820 pIcons_LOD->GetTexture(uTextureID_BUTTDESC2), 0); //, v179); |
4 | 2821 continue; |
358 | 2822 case UIMSG_GameMenuButton: |
0 | 2823 if ( pCurrentScreen ) |
2824 { | |
2825 pGUIWindow_CurrentMenu->Release(); | |
2826 pEventTimer->Resume(); | |
151 | 2827 pCurrentScreen = SCREEN_GAME; |
978 | 2828 viewparams->bRedrawGameUI = 1; |
0 | 2829 } |
2830 stru_506E40.Release(); | |
2831 uNumSeconds = (unsigned int)MakeScreenshot(155, 117); | |
2832 pRenderer->SavePCXImage("gamma.pcx", (char *)uNumSeconds, 155, 117); | |
2833 free((void *)uNumSeconds); | |
2834 stru_506E40._40E55E("gamma.pcx", 0); | |
962 | 2835 GUIWindow::Create(0x25Au, 0x1C2u, 0, 0, WINDOW_PressedButton, (int)pBtn_GameSettings, 0); |
11 | 2836 //LABEL_453: |
437 | 2837 /*if ( (signed int)pMessageQueue_50CBD0->uNumMessages >= 40 ) |
4 | 2838 continue; |
990 | 2839 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = UIMSG_Escape; |
11 | 2840 //goto LABEL_770; |
2841 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 0; | |
2842 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
437 | 2843 ++pMessageQueue_50CBD0->uNumMessages;*/ |
2844 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 0, 0); | |
11 | 2845 continue; |
1101
3e5d70cfe20e
Award order fix, changed UIMSG_C0 to UIMSG_ClickAwardScrollBar
Grumpy7
parents:
1091
diff
changeset
|
2846 case UIMSG_ClickAwardScrollBar: |
1446 | 2847 books_page_number = 1; |
0 | 2848 if ( pMouse->GetCursorPos(&v211)->y > 178 ) |
1446 | 2849 books_page_number = -1; |
4 | 2850 continue; |
961 | 2851 case UIMSG_ClickAwardsUpBtn: |
962 | 2852 GUIWindow::Create(pBtn_Up->uX, pBtn_Up->uY, 0, 0, WINDOW_CharactersPressedButton, (int)pBtn_Up, 0); |
990 | 2853 BtnUp_flag = 1; |
4 | 2854 continue; |
961 | 2855 case UIMSG_ClickAwardsDownBtn: |
962 | 2856 GUIWindow::Create(pBtn_Down->uX, pBtn_Down->uY, 0, 0, WINDOW_CharactersPressedButton, (int)pBtn_Down, 0); |
990 | 2857 BtnDown_flag = 1; |
4 | 2858 continue; |
910 | 2859 case UIMSG_ChangeDetaliz: |
978 | 2860 bRingsShownInCharScreen ^= 1; |
910 | 2861 pCharacterScreen_DetalizBtn->Release(); |
697 | 2862 pCharacterScreen_DollBtn->Release(); |
0 | 2863 if ( bRingsShownInCharScreen ) |
2864 { | |
973 | 2865 v128 = pIcons_LOD->GetTexture(uTextureID_detaliz_close_button)->uTextureHeight; |
2866 v125 = pIcons_LOD->GetTexture(uTextureID_detaliz_close_button)->uTextureWidth; | |
0 | 2867 v123 = 445; |
2868 v121 = 470; | |
2869 } | |
2870 else | |
2871 { | |
2872 v128 = 30; | |
2873 v125 = 30; | |
2874 v123 = 300; | |
2875 v121 = 600; | |
2876 } | |
978 | 2877 pCharacterScreen_DetalizBtn = pGUIWindow_CurrentMenu->CreateButton(v121, v123, v125, v128, 1, 0, UIMSG_ChangeDetaliz, 0, 0, |
0 | 2878 pGlobalTXT_LocalizationStrings[64],// "Detail Toggle" |
2879 0); | |
1025 | 2880 pCharacterScreen_DollBtn = pGUIWindow_CurrentMenu->CreateButton(0x1DCu, 0, 0xA4u, 0x159u, 1, 0, UIMSG_ClickPaperdoll, 0, 0, "", 0); |
978 | 2881 viewparams->bRedrawGameUI = 1; |
910 | 2882 continue; |
2883 case UIMSG_ClickPaperdoll: | |
0 | 2884 OnPaperdollLeftClick(); |
4 | 2885 continue; |
960 | 2886 case UIMSG_ClickStatsBtn: |
0 | 2887 pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 100; |
991 | 2888 CharacterUI_ReleaseButtons(); |
1458 | 2889 ReleaseAwardsScrollBar(); |
962 | 2890 GUIWindow::Create(pCharacterScreen_StatsBtn->uX, pCharacterScreen_StatsBtn->uY, 0, 0, WINDOW_CharactersPressedButton, (int)pCharacterScreen_StatsBtn, 0); |
960 | 2891 continue; |
2892 case UIMSG_ClickSkillsBtn: | |
0 | 2893 pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 101; |
991 | 2894 CharacterUI_ReleaseButtons(); |
1458 | 2895 ReleaseAwardsScrollBar(); |
991 | 2896 CharacterUI_SkillsTab_CreateButtons(); |
962 | 2897 GUIWindow::Create(pCharacterScreen_SkillsBtn->uX, pCharacterScreen_SkillsBtn->uY, 0, 0, WINDOW_CharactersPressedButton, (int)pCharacterScreen_SkillsBtn, 0); |
11 | 2898 continue; |
0 | 2899 case UIMSG_SkillUp: |
2900 pPlayer4 = pPlayers[uActiveCharacter]; | |
2901 v105 = (int)&pPlayer4->pActiveSkills[uMessageParam]; | |
2902 LOWORD(v2) = *(short *)v105; | |
2903 uNumSeconds = v2; | |
2904 if ( pPlayer4->uSkillPoints < (v2 & 0x3F) + 1 ) | |
2905 { | |
2906 v87 = pGlobalTXT_LocalizationStrings[488];// "You don't have enough skill points!" | |
2907 } | |
2908 else | |
2909 { | |
2910 if ( (uNumSeconds & 0x3F) < 0x3C ) | |
2911 { | |
2912 *(short *)v105 = uNumSeconds + 1; | |
2913 pPlayer4->uSkillPoints -= pPlayer4->pActiveSkills[uMessageParam] & 0x3F; | |
187 | 2914 pPlayer4->PlaySound(SPEECH_14, 0); |
916 | 2915 pAudioPlayer->PlaySound((SoundID)20001, 0, 0, -1, 0, 0, 0, 0); |
2916 continue; | |
0 | 2917 } |
2918 v87 = pGlobalTXT_LocalizationStrings[487];// "You have already mastered this skill!" | |
2919 } | |
916 | 2920 ShowStatusBarString(v87, 2); |
4 | 2921 continue; |
960 | 2922 case UIMSG_ClickInventoryBtn: |
0 | 2923 pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 103; |
1458 | 2924 ReleaseAwardsScrollBar(); |
991 | 2925 CharacterUI_ReleaseButtons(); |
962 | 2926 GUIWindow::Create(pCharacterScreen_InventoryBtn->uX, pCharacterScreen_InventoryBtn->uY, 0, 0, WINDOW_CharactersPressedButton, (int)pCharacterScreen_InventoryBtn, 0); |
960 | 2927 continue; |
2928 case UIMSG_ClickExitCharacterWindowBtn: | |
2929 GUIWindow::Create(pCharacterScreen_ExitBtn->uX, pCharacterScreen_ExitBtn->uY, 0, 0, WINDOW_ExitCharacterWindow, (int)pCharacterScreen_ExitBtn, 0); | |
2930 continue; | |
2931 case UIMSG_ClickAwardsBtn: | |
1458 | 2932 ReleaseAwardsScrollBar(); |
991 | 2933 CharacterUI_ReleaseButtons(); |
1455 | 2934 CreateAwardsScrollBar(); |
0 | 2935 pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[0] = 102; |
962 | 2936 GUIWindow::Create(pCharacterScreen_AwardsBtn->uX, pCharacterScreen_AwardsBtn->uY, 0, 0, WINDOW_CharactersPressedButton, (int)pCharacterScreen_AwardsBtn, 0); |
521 | 2937 FillAwardsData(); |
4 | 2938 continue; |
1000 | 2939 case UIMSG_ClickBooksBtn: |
0 | 2940 switch ( uMessageParam ) |
2941 { | |
990 | 2942 case 11://Page UP |
2943 BtnUp_flag = 1; | |
2944 pButton = pBtn_Book_2; | |
2945 break; | |
2946 case 10://Page DOWN | |
2947 BtnDown_flag = 1; | |
2948 pButton = pBtn_Book_1; | |
2949 break; | |
1000 | 2950 case 0://Zoom plus |
0 | 2951 pButton = pBtn_Book_1; |
990 | 2952 BtnDown_flag = 1; |
0 | 2953 break; |
1000 | 2954 case 1://Zoom minus |
2955 pButton = pBtn_Book_2; | |
990 | 2956 BtnUp_flag = 1; |
0 | 2957 break; |
990 | 2958 case 2://Potions |
2959 Book_PageBtn3_flag = 1; | |
0 | 2960 if ( dword_506364 ) |
4 | 2961 continue; |
0 | 2962 pButton = pBtn_Book_3; |
2963 break; | |
990 | 2964 case 3://fountains |
2965 Book_PageBtn4_flag = 1; | |
0 | 2966 if ( dword_506364 ) |
4 | 2967 continue; |
0 | 2968 pButton = pBtn_Book_4; |
2969 break; | |
990 | 2970 case 4://obelisks |
2971 Book_PageBtn5_flag = 1;//Autonotes_Obelisks_page_flag | |
0 | 2972 if ( dword_506364 ) |
4 | 2973 continue; |
0 | 2974 pButton = pBtn_Book_5; |
2975 break; | |
990 | 2976 case 5://seer |
2977 Book_PageBtn6_flag = 1;//Autonotes_Seer_page_flag | |
0 | 2978 if ( dword_506364 ) |
4 | 2979 continue; |
0 | 2980 pButton = pBtn_Book_6; |
2981 break; | |
990 | 2982 case 6://misc |
0 | 2983 pButton = pBtn_Autonotes_Misc; |
990 | 2984 Autonotes_Misc_page_flag = 1; |
0 | 2985 break; |
990 | 2986 case 7://Instructors |
0 | 2987 pButton = pBtn_Autonotes_Instructors; |
990 | 2988 Autonotes_Instructors_page_flag = 1; |
0 | 2989 break; |
990 | 2990 default: |
2991 continue; | |
0 | 2992 } |
1268 | 2993 GUIWindow::Create(pButton->uX, pButton->uY, 0, 0, WINDOW_PressedButton, (int)pButton, (char *)1); |
11 | 2994 continue; |
0 | 2995 case UIMSG_SelectCharacter: |
2996 if ( pMessageQueue_50CBD0->uNumMessages ) | |
2997 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
2998 GameUI_OnPlayerPortraitLeftClick(uMessageParam); | |
4 | 2999 continue; |
0 | 3000 case UIMSG_ShowStatus_Funds: |
3001 v174 = (char *)pParty->uNumGoldInBank; | |
1430 | 3002 //v158 = pParty->uNumGold + pParty->uNumGoldInBank; |
3003 sprintfex(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[489], pParty->uNumGold + pParty->uNumGoldInBank, v174);// "You have %d total gold, %d in the Bank" | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
3004 GameUI_SetFooterString(pTmpBuf.data()); |
11 | 3005 continue; |
0 | 3006 case UIMSG_ShowStatus_DateTime: |
3007 pNPCData4 = (NPCData *)pParty->uCurrentHour; | |
3008 if ( (signed int)pParty->uCurrentHour <= 12 ) | |
3009 { | |
3010 if ( !pNPCData4 ) | |
3011 pNPCData4 = (NPCData *)12; | |
3012 } | |
3013 else | |
3014 { | |
3015 pNPCData4 = (NPCData *)((char *)pNPCData4 - 12); | |
3016 } | |
978 | 3017 if ( pParty->uCurrentHour < 0xC || (uNumSeconds = 1, pParty->uCurrentHour >= 0x18) ) |
0 | 3018 uNumSeconds = 0; |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
3019 sprintf(pTmpBuf.data(), "%d:%02d%s %s %d %s %d", pNPCData4, pParty->uCurrentMinute, aAMPMNames[uNumSeconds], aDayNames[pParty->uDaysPlayed % 7], |
0 | 3020 7 * pParty->uCurrentMonthWeek + pParty->uDaysPlayed % 7 + 1, aMonthNames[pParty->uCurrentMonth], pParty->uCurrentYear); |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
3021 GameUI_SetFooterString(pTmpBuf.data()); |
11 | 3022 continue; |
0 | 3023 case UIMSG_ShowStatus_Food: |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
3024 sprintfex(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[501], pParty->uNumFoodRations); // "You have %lu food" |
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
3025 GameUI_SetFooterString(pTmpBuf.data()); |
306 | 3026 continue; |
0 | 3027 case UIMSG_ShowStatus_Player: |
3028 pPlayer5 = pPlayers[uMessageParam]; | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
3029 sprintfex(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[429], pPlayer5->pName, pClassNames[pPlayer5->classType]);// "%s the %s" |
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
3030 strcat(pTmpBuf.data(), ": "); |
0 | 3031 v107 = pPlayer5->GetMajorConditionIdx(); |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
3032 strcat(pTmpBuf.data(), aCharacterConditionNames[v107]); |
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
3033 GameUI_SetFooterString(pTmpBuf.data()); |
0 | 3034 v108 = 8 * uMessageParam - 8; |
3035 LOBYTE(v108) = v108 | 4; | |
888 | 3036 pMouse->uPointingObjectID = PID(OBJECT_Player,v108); |
4 | 3037 continue; |
0 | 3038 case UIMSG_ShowStatus_ManaHP: |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
3039 sprintf(pTmpBuf.data(), "%d / %d %s %d / %d %s", pPlayers[uMessageParam]->sHealth, pPlayers[uMessageParam]->GetMaxHealth(), |
1000 | 3040 pGlobalTXT_LocalizationStrings[108], pPlayers[uMessageParam]->sMana, pPlayers[uMessageParam]->GetMaxMana(), |
3041 pGlobalTXT_LocalizationStrings[212]); | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
3042 GameUI_SetFooterString(pTmpBuf.data()); |
11 | 3043 continue; |
987 | 3044 case UIMSG_CHEST_ClickItem: |
3045 if ( pCurrentScreen == SCREEN_CHEST_INVENTORY ) | |
3046 { | |
3047 OnInventoryLeftClick(); | |
11 | 3048 continue; |
3049 } | |
987 | 3050 OnChestLeftClick(); |
4 | 3051 continue; |
151 | 3052 case UIMSG_InventoryLeftClick: |
987 | 3053 OnInventoryLeftClick(); |
4 | 3054 continue; |
960 | 3055 case UIMSG_MouseLeftClickInGame: |
0 | 3056 if ( !pRenderer->pRenderD3D ) |
11 | 3057 { |
3058 if ( pMessageQueue_50CBD0->uNumMessages ) | |
3059 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
3060 OnGameViewportClick(); | |
3061 continue; | |
3062 } | |
0 | 3063 v115 = pMessageQueue_50CBD0->uNumMessages; |
3064 if ( !pMessageQueue_50CBD0->uNumMessages ) | |
11 | 3065 { |
990 | 3066 pMessageQueue_50CBD0->AddMessage(UIMSG_MouseLeftClickInScreen, 0, 0); |
437 | 3067 /*if ( (signed int)v115 < 40 ) |
11 | 3068 //goto LABEL_769; |
3069 { | |
990 | 3070 pMessageQueue_50CBD0->pMessages[v115].eType = UIMSG_MouseLeftClickInScreen; |
11 | 3071 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 0; |
3072 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
3073 ++pMessageQueue_50CBD0->uNumMessages; | |
3074 continue; | |
437 | 3075 }*/ |
11 | 3076 continue; |
3077 } | |
0 | 3078 if ( pMessageQueue_50CBD0->pMessages[0].field_8 ) |
3079 { | |
978 | 3080 pMessageQueue_50CBD0->uNumMessages = 1; |
990 | 3081 pMessageQueue_50CBD0->AddMessage(UIMSG_MouseLeftClickInScreen, 0, 0); |
437 | 3082 /*v115 = v0; |
0 | 3083 pMessageQueue_50CBD0->uNumMessages = v0; |
990 | 3084 pMessageQueue_50CBD0->pMessages[v115].eType = UIMSG_MouseLeftClickInScreen; |
0 | 3085 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 0; |
11 | 3086 //goto LABEL_771; |
3087 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
437 | 3088 ++pMessageQueue_50CBD0->uNumMessages;*/ |
11 | 3089 continue; |
0 | 3090 } |
3091 v115 = 0; | |
3092 pMessageQueue_50CBD0->uNumMessages = 0; | |
990 | 3093 pMessageQueue_50CBD0->AddMessage(UIMSG_MouseLeftClickInScreen, 0, 0); |
437 | 3094 /*if ( (signed int)v115 < 40 ) |
11 | 3095 //goto LABEL_769; |
3096 { | |
990 | 3097 pMessageQueue_50CBD0->pMessages[v115].eType = UIMSG_MouseLeftClickInScreen; |
11 | 3098 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 0; |
3099 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
3100 ++pMessageQueue_50CBD0->uNumMessages; | |
3101 continue; | |
437 | 3102 }*/ |
4 | 3103 continue; |
990 | 3104 case UIMSG_MouseLeftClickInScreen://ñðàáàòûâàåò ïðè íàæàòèè íà ïðàâóþ êíîïêó ìûøè ïîñëå UIMSG_MouseLeftClickInGame |
0 | 3105 if ( pMessageQueue_50CBD0->uNumMessages ) |
3106 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
3107 OnGameViewportClick(); | |
4 | 3108 continue; |
151 | 3109 case UIMSG_F: |
987 | 3110 __debugbreak(); |
0 | 3111 if ( pRenderer->pRenderD3D ) |
3112 { | |
3113 LOWORD(v116) = pGame->pVisInstance->get_picked_object_zbuf_val(); | |
3114 } | |
3115 else | |
3116 { | |
3117 uNumSeconds = (unsigned int)pMouse->GetCursorPos(&v209); | |
3118 pPoint3 = pMouse->GetCursorPos(&v204); | |
3119 v116 = pRenderer->pActiveZBuffer[*(int *)uNumSeconds + pSRZBufferLineOffsets[pPoint3->y]]; | |
3120 } | |
3121 pButton2 = (GUIButton *)(unsigned __int16)v116; | |
960 | 3122 GUIWindow::Create(0, 0, 0, 0, WINDOW_F, (int)pButton2, 0); |
11 | 3123 continue; |
151 | 3124 case UIMSG_54: |
987 | 3125 __debugbreak(); |
0 | 3126 pButton2 = (GUIButton *)uMessageParam; |
990 | 3127 GUIWindow::Create(0, 0, 0, 0, WINDOW_22, (int)pButton2, 0); |
4 | 3128 continue; |
201 | 3129 case UIMSG_Game_Action: |
0 | 3130 if ( pMessageQueue_50CBD0->uNumMessages ) |
3131 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
3132 OnPressSpace(); | |
4 | 3133 continue; |
960 | 3134 case UIMSG_ClickZoomOutBtn: |
0 | 3135 if ( pCurrentScreen ) |
4 | 3136 continue; |
0 | 3137 pParty->uFlags |= 2u; |
1000 | 3138 GUIWindow::Create(519, 136, 0, 0, WINDOW_PressedButton2, (int)pBtn_ZoomOut, 0); |
0 | 3139 uNumSeconds = 131072; |
3140 v118 = 2 * viewparams->uMinimapZoom; | |
3141 ++viewparams->field_28; | |
3142 viewparams->uMinimapZoom *= 2; | |
3143 if ( uCurrentlyLoadedLevelType != LEVEL_Outdoor) | |
3144 { | |
3145 if ( (signed int)v118 > 4096 ) | |
3146 { | |
3147 viewparams->uMinimapZoom = 4096; | |
3148 viewparams->field_28 = 12; | |
3149 } | |
4 | 3150 continue; |
0 | 3151 } |
3152 v119 = 2048; | |
3153 if ( (signed int)v118 <= 2048 ) | |
960 | 3154 { |
1051 | 3155 _576E2C_current_minimap_zoom = v118; |
960 | 3156 dword_576E28 = viewparams->field_28; |
3157 break; | |
3158 } | |
0 | 3159 viewparams->field_28 = 11; |
960 | 3160 viewparams->uMinimapZoom = v119; |
1051 | 3161 _576E2C_current_minimap_zoom = v119; |
960 | 3162 dword_576E28 = viewparams->field_28; |
3163 break; | |
3164 case UIMSG_ClickZoomInBtn: | |
0 | 3165 if ( pCurrentScreen ) |
4 | 3166 continue; |
0 | 3167 pParty->uFlags |= 2u; |
1000 | 3168 GUIWindow::Create(574, 136, 0, 0, WINDOW_PressedButton2, (int)pBtn_ZoomIn, 0); |
0 | 3169 uNumSeconds = 32768; |
3170 v118 = (unsigned __int64)((signed __int64)(signed int)viewparams->uMinimapZoom << 15) >> 16; | |
3171 --viewparams->field_28; | |
3172 viewparams->uMinimapZoom = (unsigned __int64)((signed __int64)(signed int)viewparams->uMinimapZoom << 15) >> 16; | |
3173 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor) | |
3174 { | |
3175 v119 = 512; | |
3176 if ( (signed int)v118 < 512 ) | |
3177 { | |
3178 viewparams->field_28 = 9; | |
3179 v118 = v119; | |
3180 viewparams->uMinimapZoom = v119; | |
3181 } | |
1051 | 3182 _576E2C_current_minimap_zoom = v118; |
0 | 3183 dword_576E28 = viewparams->field_28; |
3184 } | |
3185 else | |
3186 { | |
3187 if ( (signed int)v118 < 256 ) | |
3188 { | |
3189 viewparams->uMinimapZoom = 256; | |
3190 viewparams->field_28 = 8; | |
3191 } | |
3192 } | |
4 | 3193 default: |
3194 continue; | |
0 | 3195 } |
3196 } | |
3197 } | |
1012 | 3198 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50C9E8->uNumMessages;//dword_50C9E8; |
3199 memcpy(pMessageQueue_50CBD0->pMessages, pMessageQueue_50C9E8->pMessages, sizeof(GUIMessage) * pMessageQueue_50C9E8->uNumMessages); | |
3200 //memcpy(pMessageQueue_50CBD0->pMessages, dword_50C9EC, 12 * dword_50C9E8); | |
3201 //dword_50C9E8 = 0; | |
3202 | |
3203 | |
3204 pMessageQueue_50C9E8->uNumMessages=0; | |
0 | 3205 if ( dword_50C9DC ) |
3206 { | |
437 | 3207 /*if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 ) |
0 | 3208 { |
3209 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)dword_50C9DC; | |
3210 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = (int)ptr_50C9E0; | |
3211 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
3212 ++pMessageQueue_50CBD0->uNumMessages; | |
437 | 3213 }*/ |
3214 pMessageQueue_50CBD0->AddMessage((UIMessageType)dword_50C9DC, (int)ptr_50C9E0, 0); | |
0 | 3215 dword_50C9DC = 0; |
3216 } | |
3217 else | |
3218 { | |
3219 if ( dword_50C9D0 > 0 ) | |
3220 { | |
3221 dword_50C9D8 -= pEventTimer->uTimeElapsed; | |
3222 if ( dword_50C9D8 <= 0 ) | |
3223 { | |
437 | 3224 /*if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 ) |
0 | 3225 { |
3226 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = (UIMessageType)dword_50C9D0; | |
3227 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = dword_50C9D4; | |
3228 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
3229 ++pMessageQueue_50CBD0->uNumMessages; | |
437 | 3230 }*/ |
3231 pMessageQueue_50CBD0->AddMessage((UIMessageType)dword_50C9D0, dword_50C9D4, 0); | |
0 | 3232 dword_50C9D0 = 0; |
3233 dword_50C9D4 = 0; | |
3234 dword_50C9D8 = 0; | |
3235 } | |
3236 } | |
3237 } | |
1202 | 3238 pCastSpellInfo.data()->_427E01_cast_spell(); |
0 | 3239 } |
3240 | |
3241 //----- (004356FF) -------------------------------------------------------- | |
1458 | 3242 void back_to_game() |
0 | 3243 { |
3244 dword_507BF0_is_there_popup_onscreen = 0; | |
3245 dword_4E455C = 1; | |
3246 dword_50CDCC = 0; | |
3247 if ( pGUIWindow_ScrollWindow ) | |
3248 free_book_subwindow(); | |
3249 if ( !pCurrentScreen && !pGUIWindow_Settings ) | |
3250 pEventTimer->Resume(); | |
3251 viewparams->bRedrawGameUI = 1; | |
3252 } | |
782 | 3253 |
0 | 3254 //----- (00435748) -------------------------------------------------------- |
1458 | 3255 void GUI_MainMenuMessageProc() |
0 | 3256 { |
967 | 3257 Player *pPlayer; // ebx@2 |
0 | 3258 void *v3; // edi@21 |
3259 signed int v4; // eax@29 | |
3260 int v5; // ecx@29 | |
821 | 3261 PLAYER_SKILL_TYPE v6; // edi@37 |
0 | 3262 GUIWindow *pWindow; // eax@56 |
3263 GUIButton *pButton; // eax@59 | |
3264 int v15; // edi@70 | |
3265 char v20; // dl@116 | |
3266 unsigned int v21; // eax@116 | |
3267 unsigned int v25; // eax@120 | |
3268 unsigned int v26; // ecx@127 | |
3269 SoundID pSoundID; // [sp-2Ch] [bp-3Ch]@36 | |
3270 signed int v41; // [sp-10h] [bp-20h]@29 | |
971 | 3271 int pParam; // [sp+4h] [bp-Ch]@3 |
0 | 3272 UIMessageType pUIMessageType; // [sp+8h] [bp-8h]@3 |
967 | 3273 int pSex; // [sp+Ch] [bp-4h]@3 |
0 | 3274 |
3275 if ( pMessageQueue_50CBD0->uNumMessages ) | |
3276 { | |
2 | 3277 pPlayer = pParty->pPlayers; |
0 | 3278 do |
3279 { | |
187 | 3280 int param2; |
971 | 3281 pMessageQueue_50CBD0->PopMessage(&pUIMessageType, &pParam, ¶m2); |
3282 auto player = &pParty->pPlayers[pParam]; | |
187 | 3283 |
3 | 3284 switch (pUIMessageType) // For buttons of window MainMenu |
2 | 3285 { |
165 | 3286 case UIMSG_MainMenu_ShowPartyCreationWnd: |
962 | 3287 GUIWindow::Create(495, 172, 0, 0, WINDOW_PressedButton2, (int)pMainMenu_BtnNew, 0); |
0 | 3288 SetCurrentMenuID(MENU_NEWGAME); |
960 | 3289 break; |
165 | 3290 case UIMSG_MainMenu_ShowLoadWindow: |
962 | 3291 GUIWindow::Create(495, 227, 0, 0, WINDOW_PressedButton2, (int)pMainMenu_BtnLoad, 0); |
0 | 3292 SetCurrentMenuID(MENU_SAVELOAD); |
960 | 3293 break; |
165 | 3294 case UIMSG_ShowCredits: |
962 | 3295 GUIWindow::Create(495, 282, 0, 0, WINDOW_PressedButton2, (int)pMainMenu_BtnCredits, 0); |
0 | 3296 SetCurrentMenuID(MENU_CREDITS); |
960 | 3297 break; |
165 | 3298 case UIMSG_ExitToWindows: |
962 | 3299 GUIWindow::Create(495, 337, 0, 0, WINDOW_PressedButton2, (int)pMainMenu_BtnExit, 0); |
982 | 3300 SetCurrentMenuID(MENU_EXIT_GAME); |
960 | 3301 break; |
187 | 3302 case UIMSG_PlayerCreation_SelectAttribute: |
960 | 3303 pGUIWindow_CurrentMenu->pCurrentPosActiveItem = (pGUIWindow_CurrentMenu->pCurrentPosActiveItem - pGUIWindow_CurrentMenu->pStartingPosActiveItem) |
971 | 3304 % 7 + pGUIWindow_CurrentMenu->pStartingPosActiveItem + 7 * pParam; |
3305 uPlayerCreationUI_SelectedCharacter = pParam; | |
960 | 3306 pAudioPlayer->PlaySound(SOUND_Button, 0, 0, -1, 0, 0, 0, 0); |
3307 break; | |
187 | 3308 case UIMSG_PlayerCreation_VoicePrev: |
967 | 3309 pSex = player->GetSexByVoice(); |
960 | 3310 do |
3311 { | |
3312 if (player->uVoiceID == 0) | |
3313 player->uVoiceID = 19; | |
3314 else --player->uVoiceID; | |
3315 } | |
967 | 3316 while (player->GetSexByVoice() != pSex); |
971 | 3317 pButton = pCreationUI_BtnPressLeft2[pParam]; |
1268 | 3318 GUIWindow::Create(pButton->uX, pButton->uY, 0, 0, WINDOW_PressedButton, (int)pButton, (char *)1); |
960 | 3319 pAudioPlayer->PlaySound(SOUND_Button, 0, 0, -1, 0, 0, 0, 0); |
3320 player->PlaySound(SPEECH_PickMe, 0); | |
3321 break; | |
187 | 3322 case UIMSG_PlayerCreation_VoiceNext: |
967 | 3323 pSex = player->GetSexByVoice(); |
3324 do | |
3325 { | |
3326 player->uVoiceID = (player->uVoiceID + 1) % 20; | |
3327 } | |
3328 while (player->GetSexByVoice() != pSex); | |
971 | 3329 pButton = pCreationUI_BtnPressRight2[pParam]; |
1268 | 3330 GUIWindow::Create(pButton->uX, pButton->uY, 0, 0, WINDOW_PressedButton, (int)pButton, (char *)1); |
967 | 3331 pAudioPlayer->PlaySound(SOUND_Button, 0, 0, -1, 0, 0, 0, 0); |
3332 player->PlaySound(SPEECH_PickMe, 0); | |
3333 break; | |
187 | 3334 case UIMSG_PlayerCreation_FacePrev: |
971 | 3335 pPlayer = &pParty->pPlayers[pParam]; |
1014 | 3336 if (!pPlayer->uCurrentFace) |
3337 pPlayer->uCurrentFace = 19; | |
960 | 3338 else |
1014 | 3339 pPlayer->uCurrentFace -= 1; |
3340 pPlayer->uVoiceID = pPlayer->uCurrentFace; | |
960 | 3341 pPlayer->SetInitialStats(); |
3342 pPlayer->SetSexByVoice(); | |
3343 pPlayer->RandomizeName(); | |
971 | 3344 v25 = pParam; |
960 | 3345 pGUIWindow_CurrentMenu->pCurrentPosActiveItem = (pGUIWindow_CurrentMenu->pCurrentPosActiveItem - pGUIWindow_CurrentMenu->pStartingPosActiveItem) |
971 | 3346 % 7 + pGUIWindow_CurrentMenu->pStartingPosActiveItem + 7 * pParam; |
960 | 3347 uPlayerCreationUI_SelectedCharacter = v25; |
1268 | 3348 GUIWindow::Create(pCreationUI_BtnPressLeft[v25]->uX, pCreationUI_BtnPressLeft[v25]->uY, 0, 0, WINDOW_PressedButton, (int)pCreationUI_BtnPressLeft[v25], (char *)1); |
960 | 3349 pAudioPlayer->PlaySound(SOUND_Button, 0, 0, -1, 0, 0, 0.0, 0); |
3350 pPlayer->PlaySound(SPEECH_PickMe, 0); | |
3351 break; | |
187 | 3352 case UIMSG_PlayerCreation_FaceNext: |
971 | 3353 pPlayer = &pParty->pPlayers[pParam]; |
1014 | 3354 v20 = (char)((int)pPlayer->uCurrentFace + 1) % 20; |
3355 pPlayer->uCurrentFace = v20; | |
960 | 3356 pPlayer->uVoiceID = v20; |
3357 pPlayer->SetInitialStats(); | |
3358 pPlayer->SetSexByVoice(); | |
3359 pPlayer->RandomizeName(); | |
971 | 3360 v21 = pParam; |
960 | 3361 pGUIWindow_CurrentMenu->pCurrentPosActiveItem = (pGUIWindow_CurrentMenu->pCurrentPosActiveItem - pGUIWindow_CurrentMenu->pStartingPosActiveItem) |
971 | 3362 % 7 + pGUIWindow_CurrentMenu->pStartingPosActiveItem + 7 * pParam; |
960 | 3363 uPlayerCreationUI_SelectedCharacter = v21; |
1268 | 3364 GUIWindow::Create(pCreationUI_BtnPressRight[v21]->uX, pCreationUI_BtnPressRight[v21]->uY, 0, 0, WINDOW_PressedButton, (int)pCreationUI_BtnPressRight[v21], (char *)1); |
960 | 3365 pAudioPlayer->PlaySound(SOUND_Button, 0, 0, -1, 0, 0, 0, 0); |
3366 pPlayer->PlaySound(SPEECH_PickMe, 0); | |
3367 break; | |
3368 case UIMSG_PlayerCreationClickPlus: | |
1268 | 3369 GUIWindow::Create(613, 393, 0, 0, WINDOW_PressedButton2, (int)pPlayerCreationUI_BtnPlus, (char *)1); |
960 | 3370 pPlayer[uPlayerCreationUI_SelectedCharacter].IncreaseAttribute((pGUIWindow_CurrentMenu->pCurrentPosActiveItem - pGUIWindow_CurrentMenu->pStartingPosActiveItem) % 7); |
3371 pAudioPlayer->PlaySound((SoundID)20, 0, 0, -1, 0, 0, 0, 0); | |
3372 break; | |
3373 case UIMSG_PlayerCreationClickMinus: | |
1268 | 3374 GUIWindow::Create(523, 393, 0, 0, WINDOW_PressedButton2, (int)pPlayerCreationUI_BtnMinus, (char *)1); |
960 | 3375 pPlayer[uPlayerCreationUI_SelectedCharacter].DecreaseAttribute((pGUIWindow_CurrentMenu->pCurrentPosActiveItem - pGUIWindow_CurrentMenu->pStartingPosActiveItem) % 7); |
3376 pAudioPlayer->PlaySound((SoundID)23, 0, 0, -1, 0, 0, 0, 0); | |
3377 break; | |
3378 case UIMSG_PlayerCreationSelectActiveSkill: | |
967 | 3379 pPlayer = &pPlayer[uPlayerCreationUI_SelectedCharacter]; |
971 | 3380 v6 = pPlayer->GetSkillIdxByOrder(pParam + 4); |
967 | 3381 if ( pPlayer->GetSkillIdxByOrder(3) == 37 ) |
3382 pParty->pPlayers[0].pActiveSkills[v6 + 3486 * uPlayerCreationUI_SelectedCharacter] = 1; | |
3383 pAudioPlayer->PlaySound((SoundID)24, 0, 0, -1, 0, 0, 0, 0); | |
3384 break; | |
960 | 3385 case UIMSG_PlayerCreationSelectClass: |
971 | 3386 pPlayer[uPlayerCreationUI_SelectedCharacter].Reset((PLAYER_CLASS_TYPE)pParam); |
960 | 3387 pAudioPlayer->PlaySound(SOUND_Button, 0, 0, -1, 0, 0, 0, 0); |
3388 break; | |
3389 case UIMSG_PlayerCreationClickOK: | |
962 | 3390 GUIWindow::Create(580, 431, 0, 0, WINDOW_PressedButton2, (int)pPlayerCreationUI_BtnOK, 0); |
1459 | 3391 if ( PlayerCreation_GetUnspentAttributePointCount() || !PlayerCreation_Choose4Skills() ) |
960 | 3392 GameUI_Footer_TimeLeft = GetTickCount() + 4000; |
3393 else | |
982 | 3394 uGameState = GAME_STATE_STARTING_NEW_GAME; |
960 | 3395 break; |
3396 case UIMSG_PlayerCreationClickReset: | |
962 | 3397 GUIWindow::Create(527, 431, 0, 0, WINDOW_PressedButton2, (int)pPlayerCreationUI_BtnReset, 0); |
960 | 3398 pParty->Reset(); |
3399 break; | |
3400 case UIMSG_PlayerCreationRemoveUpSkill: | |
971 | 3401 uPlayerCreationUI_SelectedCharacter = pParam; |
960 | 3402 v4 = pGUIWindow_CurrentMenu->pCurrentPosActiveItem - pGUIWindow_CurrentMenu->pStartingPosActiveItem; |
3403 //int pSex = pGUIWindow_CurrentMenu->pStartingPosActiveItem; | |
3404 v41 = 2; | |
971 | 3405 v5 = v4 % 7 + pGUIWindow_CurrentMenu->pStartingPosActiveItem + 7 * pParam; |
960 | 3406 pGUIWindow_CurrentMenu->pCurrentPosActiveItem = v5; |
3407 pParty->pPlayers[0].pActiveSkills[(&pPlayer[uPlayerCreationUI_SelectedCharacter])->GetSkillIdxByOrder(v41) | |
3408 + 3486 * uPlayerCreationUI_SelectedCharacter] = 0; | |
3409 break; | |
3410 case UIMSG_PlayerCreationChangeName: | |
3411 pAudioPlayer->PlaySound((SoundID)24, 0, 0, -1, 0, 0, 0, 0); | |
971 | 3412 v3 = (void *)pParam; |
3413 uPlayerCreationUI_SelectedCharacter = pParam; | |
960 | 3414 pKeyActionMap->EnterText(0, 15, pGUIWindow_CurrentMenu); |
3415 pGUIWindow_CurrentMenu->ptr_1C = v3; | |
3416 break; | |
3417 case UIMSG_ChangeGameState: | |
978 | 3418 uGameState = GAME_FINISHED; |
960 | 3419 break; |
1412 | 3420 case UIMSG_ChangeCursor: |
960 | 3421 pMouse->SetCursorBitmap("MICON2"); |
3422 break; | |
3423 case UIMSG_3A: | |
1458 | 3424 SetCurrentMenuID(MENU_DebugBLVLevel); |
960 | 3425 break; |
165 | 3426 case UIMSG_LoadGame: |
0 | 3427 if (!pSavegameUsedSlots[uLoadGameUI_SelectedSlot]) |
960 | 3428 break; |
961 | 3429 SetCurrentMenuID(MENU_LoadingProcInMainMenu); |
960 | 3430 break; |
165 | 3431 case UIMSG_SelectLoadSlot: |
0 | 3432 //main menu save/load wnd clicking on savegame lines |
1038 | 3433 if (pGUIWindow_CurrentMenu->receives_keyboard_input_2 == WINDOW_INPUT_IN_PROGRESS) |
3434 pKeyActionMap->SetWindowInputStatus(WINDOW_INPUT_NONE); | |
971 | 3435 if ( pCurrentScreen != SCREEN_SAVEGAME || uLoadGameUI_SelectedSlot != pParam + pSaveListPosition ) |
0 | 3436 { |
3437 //load clicked line | |
971 | 3438 v26 = pParam + pSaveListPosition; |
3439 if ( dword_6BE138 == pParam + pSaveListPosition ) | |
0 | 3440 { |
961 | 3441 pMessageQueue_50CBD0->AddMessage(UIMSG_SaveLoadBtn, 0, 0); |
437 | 3442 pMessageQueue_50CBD0->AddMessage(UIMSG_LoadGame, 0, 0); |
0 | 3443 } |
3444 uLoadGameUI_SelectedSlot = v26; | |
3445 dword_6BE138 = v26; | |
3446 } | |
3447 else | |
3448 { | |
3449 //typing in the line | |
3 | 3450 pKeyActionMap->EnterText(0, 19, pGUIWindow_CurrentMenu); |
0 | 3451 strcpy((char *)pKeyActionMap->pPressedKeysBuffer, pSavegameHeader[uLoadGameUI_SelectedSlot].pName); |
3452 pKeyActionMap->uNumKeysPressed = strlen((const char *)pKeyActionMap->pPressedKeysBuffer); | |
3453 } | |
960 | 3454 break; |
961 | 3455 case UIMSG_SaveLoadBtn: |
3456 GUIWindow::Create(pGUIWindow_CurrentMenu->uFrameX + 241, pGUIWindow_CurrentMenu->uFrameY + 302, 61, 28, WINDOW_SaveLoadBtn, (int)pBtnLoadSlot, 0); | |
960 | 3457 break; |
165 | 3458 case UIMSG_DownArrow: |
3 | 3459 ++pSaveListPosition; |
971 | 3460 if ( pSaveListPosition >= pParam ) |
3461 pSaveListPosition = pParam - 1; | |
3 | 3462 if ( pSaveListPosition < 1 ) |
3463 pSaveListPosition = 0; | |
3464 pWindow = pGUIWindow_CurrentMenu; | |
962 | 3465 GUIWindow::Create(pWindow->uFrameX + 215, pGUIWindow_CurrentMenu->uFrameY + 323, 0, 0, WINDOW_PressedButton2, (int)pBtnDownArrow, 0); |
960 | 3466 break; |
165 | 3467 case UIMSG_Cancel: |
960 | 3468 GUIWindow::Create(pGUIWindow_CurrentMenu->uFrameX + 350, pGUIWindow_CurrentMenu->uFrameY + 302, 61, 28, WINDOW_LoadGame_CancelBtn, (int)pBtnCancel, 0); |
3469 break; | |
165 | 3470 case UIMSG_ArrowUp: |
3 | 3471 --pSaveListPosition; |
3472 if ( pSaveListPosition < 0 ) | |
3473 pSaveListPosition = 0; | |
3474 pWindow = pGUIWindow_CurrentMenu; | |
962 | 3475 GUIWindow::Create(pWindow->uFrameX + 215, pGUIWindow_CurrentMenu->uFrameY + 197, 0, 0, WINDOW_PressedButton2, (int)pBtnArrowUp, 0); |
960 | 3476 break; |
3477 case UIMSG_AD: | |
962 | 3478 GUIWindow::Create(pMainMenu_BtnNew->uX, pMainMenu_BtnNew->uY, 0, 0, WINDOW_PressedButton2, (int)pMainMenu_BtnNew, 0); |
961 | 3479 SetCurrentMenuID(MENU_LoadingProcInMainMenu); |
960 | 3480 break; |
3481 case UIMSG_AE: | |
962 | 3482 GUIWindow::Create(pMainMenu_BtnExit->uX, pMainMenu_BtnExit->uY, 0, 0, WINDOW_PressedButton2, (int)pMainMenu_BtnExit, 0); |
1458 | 3483 SetCurrentMenuID(MENU_DebugBLVLevel); |
960 | 3484 break; |
3485 case UIMSG_Escape: | |
1458 | 3486 if ( pModalWindow ) |
0 | 3487 { |
1458 | 3488 ModalWindow_Release(); |
960 | 3489 break; |
0 | 3490 } |
3491 if ( !(BYTE1(dword_6BE364_game_settings_1) & 0x40) ) | |
960 | 3492 break; |
0 | 3493 v15 = 1; |
3494 pVideoPlayer->bStopBeforeSchedule = 1; | |
3495 viewparams->bRedrawGameUI = 1; | |
3496 viewparams->field_48 = 1; | |
165 | 3497 if ( !GetCurrentMenuID() || GetCurrentMenuID() == MENU_CREATEPARTY || GetCurrentMenuID() == MENU_NAMEPANELESC ) |
3498 { | |
3499 if ( pCurrentScreen == SCREEN_VIDEO ) | |
3500 pVideoPlayer->FastForwardToFrame(pVideoPlayer->pResetflag); | |
3501 if (GetCurrentMenuID() == MENU_NAMEPANELESC) | |
3502 { | |
3503 SetCurrentMenuID(MENU_CREATEPARTY); | |
960 | 3504 break; |
0 | 3505 } |
165 | 3506 if (GetCurrentMenuID() == MENU_CREDITSPROC) |
3507 { | |
3508 SetCurrentMenuID(MENU_CREDITSCLOSE); | |
960 | 3509 break; |
0 | 3510 } |
437 | 3511 pMessageQueue_50CBD0->AddMessage(UIMSG_ChangeGameState, 0, 0); |
960 | 3512 break; |
0 | 3513 } |
971 | 3514 if ( GetCurrentMenuID() == MENU_CREDITSPROC && !pCurrentScreen ) |
3515 { | |
3516 if ( pCurrentScreen == SCREEN_VIDEO ) | |
3517 pVideoPlayer->FastForwardToFrame(pVideoPlayer->pResetflag); | |
3518 if (GetCurrentMenuID() == MENU_NAMEPANELESC) | |
3519 { | |
3520 SetCurrentMenuID(MENU_CREATEPARTY); | |
3521 break; | |
3522 } | |
3523 if (GetCurrentMenuID() == MENU_CREDITSPROC) | |
3524 { | |
3525 SetCurrentMenuID(MENU_CREDITSCLOSE); | |
3526 break; | |
3527 } | |
3528 pMessageQueue_50CBD0->AddMessage(UIMSG_ChangeGameState, 0, 0); | |
3529 break; | |
3530 } | |
151 | 3531 if ( pCurrentScreen == SCREEN_LOADGAME ) |
0 | 3532 { |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
3533 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
0 | 3534 //crt_deconstruct_ptr_6A0118(); |
3535 pTexture_PCX.Release(); | |
3536 pTexture_PCX.Load("title.pcx", 0); | |
3537 SetCurrentMenuID(MENU_MAIN); | |
3538 v15 = 1; | |
3539 pGUIWindow_CurrentMenu->Release(); | |
3540 pGUIWindow2->Release(); | |
3541 pGUIWindow2 = 0; | |
3542 pEventTimer->Resume(); | |
151 | 3543 pCurrentScreen = SCREEN_GAME; |
0 | 3544 viewparams->bRedrawGameUI = v15; |
960 | 3545 break; |
0 | 3546 } |
151 | 3547 if ( pCurrentScreen == SCREEN_VIDEO ) |
0 | 3548 { |
3549 pVideoPlayer->Unload(); | |
3550 } | |
3551 else | |
3552 { | |
151 | 3553 if ( pCurrentScreen != SCREEN_1B ) |
2 | 3554 { |
3555 pGUIWindow_CurrentMenu->Release(); | |
3556 pGUIWindow2->Release(); | |
3557 pGUIWindow2 = 0; | |
3558 pEventTimer->Resume(); | |
151 | 3559 pCurrentScreen = SCREEN_GAME; |
2 | 3560 viewparams->bRedrawGameUI = v15; |
960 | 3561 break; |
2 | 3562 } |
0 | 3563 //VideoPlayer::dtor(); |
3564 } | |
960 | 3565 break; |
3566 case UIMSG_PlayerCreationRemoveDownSkill: | |
971 | 3567 uPlayerCreationUI_SelectedCharacter = pParam; |
1412 | 3568 __debugbreak(); |
165 | 3569 pGUIWindow_CurrentMenu->pCurrentPosActiveItem = (pGUIWindow_CurrentMenu->pCurrentPosActiveItem - pGUIWindow_CurrentMenu->pStartingPosActiveItem) % 7 |
971 | 3570 + pGUIWindow_CurrentMenu->pStartingPosActiveItem + 7 * pParam; |
165 | 3571 pParty->pPlayers[0].pActiveSkills[(&pPlayer[uPlayerCreationUI_SelectedCharacter])->GetSkillIdxByOrder(3) |
0 | 3572 + 3486 * uPlayerCreationUI_SelectedCharacter] = 0; |
960 | 3573 break; |
3574 default: | |
3575 break; | |
0 | 3576 } |
3577 } | |
3578 while ( pMessageQueue_50CBD0->uNumMessages ); | |
3579 } | |
3580 } | |
3581 | |
3582 //----- (00436427) -------------------------------------------------------- | |
1458 | 3583 double get_shading_dist_mist() |
0 | 3584 { |
1412 | 3585 if (uCurrentlyLoadedLevelType == LEVEL_Outdoor) |
3586 return (double)pOutdoorCamera->shading_dist_mist; | |
0 | 3587 else |
1412 | 3588 return 16192.0; |
0 | 3589 } |
3590 | |
3591 //----- (0043648F) -------------------------------------------------------- | |
3592 void Vec3_short__to_RenderVertexSoft(RenderVertexSoft *_this, Vec3_short_ *a2) | |
3593 { | |
3594 _this->flt_2C = 0.0; | |
3595 | |
3596 _this->vWorldPosition.x = a2->x; | |
3597 _this->vWorldPosition.y = a2->y; | |
3598 _this->vWorldPosition.z = a2->z; | |
3599 } | |
3600 | |
3601 //----- (004369DB) -------------------------------------------------------- | |
3602 void Vec3_float_::Normalize() | |
3603 { | |
1025 | 3604 this->x = (1.0 / sqrt(this->x * this->x + this->y * this->y + this->z * this->z)) * this->x; |
3605 this->y = (1.0 / sqrt(this->x * this->x + this->y * this->y + this->z * this->z)) * this->y; | |
3606 this->z = (1.0 / sqrt(this->x * this->x + this->y * this->y + this->z * this->z)) * this->z; | |
0 | 3607 } |
3608 | |
3609 //----- (00438F8F) -------------------------------------------------------- | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1384
diff
changeset
|
3610 void area_of_effect__damage_evaluate() |
0 | 3611 { |
3612 int v0; // edx@1 | |
3613 char *v1; // esi@2 | |
3614 int v2; // ecx@3 | |
3615 signed int v3; // eax@3 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
513
diff
changeset
|
3616 SpriteObject *v4; // eax@4 |
0 | 3617 signed int v5; // eax@4 |
3618 signed int v6; // eax@6 | |
3619 unsigned int v7; // edi@6 | |
3620 int v8; // eax@6 | |
3621 __int16 v9; // bx@8 | |
3622 int v10; // edi@8 | |
3623 Vec3_int_ v11; // ST04_12@9 | |
3624 int v12; // ST0C_4@10 | |
3625 Actor *v13; // edi@11 | |
3626 int v14; // edx@15 | |
3627 int v15; // edx@15 | |
3628 int v16; // ebx@15 | |
3629 signed int v17; // eax@15 | |
3630 int v18; // edi@15 | |
3631 int v19; // edi@15 | |
3632 Vec3_int_ v20; // ST04_12@16 | |
3633 Vec3_int_ *v21; // eax@17 | |
3634 unsigned int v22; // edx@17 | |
3635 int v23; // edx@18 | |
3636 int v24; // eax@18 | |
3637 Vec3_int_ v25; // ST04_12@19 | |
3638 unsigned int v26; // ebx@20 | |
89 | 3639 Player *v27; // edi@20 |
90 | 3640 Actor *v28; // edi@27 |
0 | 3641 int v29; // ebx@29 |
3642 int v30; // eax@29 | |
3643 int v31; // edx@29 | |
3644 int v32; // eax@29 | |
3645 int v33; // ST24_4@29 | |
3646 Vec3_int_ v34; // ST04_12@30 | |
3647 Vec3_int_ *v35; // eax@31 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
513
diff
changeset
|
3648 SpriteObject *v36; // [sp+0h] [bp-28h]@0 |
0 | 3649 signed int v37; // [sp+4h] [bp-24h]@5 |
3650 int v38; // [sp+4h] [bp-24h]@15 | |
3651 signed int v39; // [sp+8h] [bp-20h]@3 | |
3652 int v40; // [sp+8h] [bp-20h]@15 | |
3653 int v41; // [sp+Ch] [bp-1Ch]@5 | |
3654 int v42; // [sp+Ch] [bp-1Ch]@15 | |
3655 int v43; // [sp+10h] [bp-18h]@1 | |
3656 int v44; // [sp+14h] [bp-14h]@15 | |
3657 unsigned int uActorID; // [sp+18h] [bp-10h]@6 | |
3658 Vec3_int_ *pVelocity; // [sp+1Ch] [bp-Ch]@2 | |
3659 int a1; // [sp+20h] [bp-8h]@8 | |
3660 int v48; // [sp+24h] [bp-4h]@8 | |
3661 | |
3662 v0 = 0; | |
3663 v43 = 0; | |
3664 if ( stru_50FE08.count > 0 ) | |
3665 { | |
3666 pVelocity = &stru_50FE08.vec_4B4; | |
3667 v1 = (char *)stru_50FE08.pZs; | |
3668 do | |
3669 { | |
848 | 3670 v2 = PID_TYPE(*((short *)v1 - 300)); |
3671 v3 = PID_ID((signed int)*((short *)v1 - 300)); | |
3672 v39 = PID_ID((signed int)*((short *)v1 - 300)); | |
0 | 3673 if ( v2 == 2 ) |
3674 { | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
513
diff
changeset
|
3675 v4 = &pSpriteObjects[v3]; |
0 | 3676 v36 = v4; |
822 | 3677 v5 = v4->spell_caster_pid; |
848 | 3678 v2 = PID_TYPE(v5); |
3679 v3 = PID_ID(v5); | |
0 | 3680 } |
3681 v41 = v2; | |
3682 v37 = v3; | |
3683 if ( stru_50FE08.field_3EC[v0] & 1 ) | |
3684 { | |
417 | 3685 v6 = ai_near_actors_targets_pid[v3]; |
848 | 3686 v7 = PID_ID(v6); |
3687 v8 = PID_TYPE(v6) - 3; | |
0 | 3688 uActorID = v7; |
3689 if ( v8 ) | |
3690 { | |
3691 if ( v8 == 1 ) | |
3692 { | |
3693 v9 = *(short *)v1; | |
3694 v10 = pParty->vPosition.y - *((short *)v1 - 100); | |
3695 a1 = pParty->vPosition.x - *((short *)v1 - 200); | |
3696 v48 = v10; | |
3697 if ( a1 * a1 | |
3698 + v10 * v10 | |
3699 + ((signed int)(pParty->vPosition.z + pParty->uPartyHeight) >> (1 - v9)) | |
3700 * ((signed int)(pParty->vPosition.z + pParty->uPartyHeight) >> (1 - v9)) < (unsigned int)((*((short *)v1 + 100) + 32) * (*((short *)v1 + 100) + 32)) ) | |
3701 { | |
3702 v11.z = *(short *)v1; | |
3703 v11.y = *((short *)v1 - 100); | |
3704 v11.x = *((short *)v1 - 200); | |
3705 if ( sub_407A1C(pParty->vPosition.x, pParty->vPosition.y, pParty->vPosition.z + pParty->sEyelevel, v11) ) | |
3706 { | |
3707 v12 = stru_50C198.which_player_would_attack(&pActors[v39]); | |
3708 DamagePlayerFromMonster(*((short *)v1 - 300), stru_50FE08.field_450[v43], pVelocity, v12); | |
3709 } | |
3710 } | |
3711 } | |
3712 } | |
3713 else | |
3714 { | |
3715 v13 = &pActors[v7]; | |
3716 if ( SHIDWORD(v13->pActorBuffs[6].uExpireTime) > 0 | |
3717 || SHIDWORD(v13->pActorBuffs[6].uExpireTime) >= 0 && LODWORD(v13->pActorBuffs[6].uExpireTime) | |
3718 || v13->CanAct() ) | |
3719 { | |
3720 v14 = v13->vPosition.y; | |
3721 v40 = v13->vPosition.x; | |
3722 v38 = v14; | |
3723 v15 = v14 - *((short *)v1 - 100); | |
3724 v16 = *(short *)v1; | |
3725 v42 = v13->vPosition.z; | |
3726 a1 = v40 - *((short *)v1 - 200); | |
3727 v17 = v13->uActorHeight; | |
3728 v18 = v13->uActorRadius; | |
3729 v44 = v42; | |
3730 v19 = *((short *)v1 + 100) + v18; | |
3731 v48 = v15; | |
3732 if ( a1 * a1 + v15 * v15 + (v42 + (v17 >> 1) - v16) * (v42 + (v17 >> 1) - v16) < (unsigned int)(v19 * v19) ) | |
3733 { | |
3734 v20.z = *(short *)v1; | |
3735 v20.y = *((short *)v1 - 100); | |
3736 v20.x = *((short *)v1 - 200); | |
3737 if ( sub_407A1C(v40, v38, v42 + 50, v20) ) | |
3738 { | |
3739 Vec3_int_::Normalize(&a1, &v48, &v44); | |
3740 v21 = pVelocity; | |
3741 v22 = uActorID; | |
3742 pVelocity->x = a1; | |
3743 v21->y = v48; | |
3744 v21->z = v44; | |
3745 sub_43B1B0(*((short *)v1 - 300), v22, v21, stru_50FE08.field_450[v43]); | |
3746 } | |
3747 } | |
3748 } | |
3749 } | |
3750 } | |
3751 else | |
3752 { | |
3753 v23 = pParty->vPosition.y - *((short *)v1 - 100); | |
3754 v24 = ((signed int)pParty->uPartyHeight >> 1) - *(short *)v1; | |
3755 a1 = pParty->vPosition.x - *((short *)v1 - 200); | |
3756 v48 = v23; | |
3757 if ( a1 * a1 + v23 * v23 + (pParty->vPosition.z + v24) * (pParty->vPosition.z + v24) < (unsigned int)((*((short *)v1 + 100) + 32) * (*((short *)v1 + 100) + 32)) ) | |
3758 { | |
3759 v25.z = *(short *)v1; | |
3760 v25.y = *((short *)v1 - 100); | |
3761 v25.x = *((short *)v1 - 200); | |
3762 if ( sub_407A1C(pParty->vPosition.x, pParty->vPosition.y, pParty->vPosition.z + pParty->sEyelevel, v25) ) | |
3763 { | |
3764 v26 = 0; | |
89 | 3765 v27 = pParty->pPlayers;//[0].pConditions[15]; |
0 | 3766 do |
3767 { | |
89 | 3768 if ( !(HIDWORD(v27->pConditions[14]) | LODWORD(v27->pConditions[14])) && !v27->pConditions[15] && !v27->pConditions[16] ) |
0 | 3769 DamagePlayerFromMonster(*((short *)v1 - 300), stru_50FE08.field_450[v43], pVelocity, v26); |
89 | 3770 ++v27; |
0 | 3771 ++v26; |
3772 } | |
89 | 3773 while ( v27 <= &pParty->pPlayers[3] ); |
0 | 3774 } |
3775 } | |
3776 uActorID = 0; | |
3777 if ( (signed int)uNumActors > 0 ) | |
3778 { | |
1202 | 3779 v28 = pActors.data();//[0].vPosition.z; |
0 | 3780 do |
3781 { | |
91 | 3782 if ( v28->CanAct() ) |
0 | 3783 { |
3784 v29 = *(short *)v1; | |
91 | 3785 v30 = v28->vPosition.y - *((short *)v1 - 100); |
3786 a1 = v28->vPosition.x - *((short *)v1 - 200); | |
90 | 3787 v31 = v28->vPosition.z; |
0 | 3788 v48 = v30; |
3789 v44 = v31; | |
90 | 3790 v32 = (v28->uActorHeight >> 1) - v29; |
91 | 3791 v33 = v28->uActorRadius + *((short *)v1 + 100); |
0 | 3792 if ( a1 * a1 + v48 * v48 + (v31 + v32) * (v31 + v32) < (unsigned int)(v33 * v33) ) |
3793 { | |
3794 v34.z = *(short *)v1; | |
3795 v34.y = *((short *)v1 - 100); | |
3796 v34.x = *((short *)v1 - 200); | |
90 | 3797 if ( sub_407A1C(v28->vPosition.x, v28->vPosition.y, v28->vPosition.z + 50, v34) ) |
0 | 3798 { |
3799 Vec3_int_::Normalize(&a1, &v48, &v44); | |
3800 v35 = pVelocity; | |
3801 pVelocity->x = a1; | |
3802 v35->y = v48; | |
3803 v35->z = v44; | |
3804 switch ( v41 ) | |
3805 { | |
303 | 3806 case OBJECT_Player: |
0 | 3807 DamageMonsterFromParty(*((short *)v1 - 300), uActorID, v35); |
3808 break; | |
303 | 3809 case OBJECT_Actor: |
90 | 3810 if ( v36 && pActors[v37].GetActorsRelation(v28) ) |
0 | 3811 sub_43B1B0(*((short *)v1 - 300), uActorID, pVelocity, v36->field_61); |
3812 break; | |
303 | 3813 case OBJECT_Item: |
0 | 3814 sub_43B057(*((short *)v1 - 300), uActorID, v35); |
3815 break; | |
3816 } | |
3817 } | |
3818 } | |
3819 } | |
3820 ++uActorID; | |
90 | 3821 ++v28; |
0 | 3822 } |
3823 while ( (signed int)uActorID < (signed int)uNumActors ); | |
3824 } | |
3825 } | |
3826 ++pVelocity; | |
3827 v0 = v43 + 1; | |
3828 v1 += 2; | |
3829 ++v43; | |
3830 } | |
3831 while ( v43 < stru_50FE08.count ); | |
3832 } | |
3833 stru_50FE08.count = 0; | |
3834 } | |
3835 // 50FE08: using guessed type stru298 stru_50FE08; | |
3836 | |
3837 // 4D864C: using guessed type char byte_4D864C; | |
3838 | |
3839 //----- (0043A97E) -------------------------------------------------------- | |
3840 void __fastcall sub_43A97E(unsigned int uLayingItemID, signed int a2) | |
3841 { | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1384
diff
changeset
|
3842 if (PID_TYPE(a2) == OBJECT_BLVDoor) |
828
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
824
diff
changeset
|
3843 { |
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
824
diff
changeset
|
3844 layingitem_vel_50FDFC.x = pSpriteObjects[uLayingItemID].vVelocity.x; |
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
824
diff
changeset
|
3845 layingitem_vel_50FDFC.y = pSpriteObjects[uLayingItemID].vVelocity.y; |
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
824
diff
changeset
|
3846 layingitem_vel_50FDFC.z = pSpriteObjects[uLayingItemID].vVelocity.z; |
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
824
diff
changeset
|
3847 |
0 | 3848 Vec3_int_::Normalize(&layingitem_vel_50FDFC.x, &layingitem_vel_50FDFC.y, &layingitem_vel_50FDFC.z); |
828
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
824
diff
changeset
|
3849 DamagePlayerFromMonster(PID(OBJECT_Item, uLayingItemID), pSpriteObjects[uLayingItemID].field_61, &layingitem_vel_50FDFC, 0xFFFFFFFFu); |
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
824
diff
changeset
|
3850 } |
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
824
diff
changeset
|
3851 else if (PID_TYPE(a2) == OBJECT_Actor) |
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
824
diff
changeset
|
3852 { |
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
824
diff
changeset
|
3853 layingitem_vel_50FDFC.x = pSpriteObjects[uLayingItemID].vVelocity.x; |
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
824
diff
changeset
|
3854 layingitem_vel_50FDFC.y = pSpriteObjects[uLayingItemID].vVelocity.y; |
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
824
diff
changeset
|
3855 layingitem_vel_50FDFC.z = pSpriteObjects[uLayingItemID].vVelocity.z; |
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
824
diff
changeset
|
3856 |
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
824
diff
changeset
|
3857 Vec3_int_::Normalize(&layingitem_vel_50FDFC.x, &layingitem_vel_50FDFC.y, &layingitem_vel_50FDFC.z); |
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
824
diff
changeset
|
3858 switch (PID_TYPE(pSpriteObjects[uLayingItemID].spell_caster_pid)) |
0 | 3859 { |
3860 case OBJECT_Actor: | |
828
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
824
diff
changeset
|
3861 sub_43B1B0(PID(OBJECT_Item, uLayingItemID), PID_ID(a2), &layingitem_vel_50FDFC, pSpriteObjects[uLayingItemID].field_61); |
0 | 3862 break; |
3863 case OBJECT_Player: | |
828
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
824
diff
changeset
|
3864 DamageMonsterFromParty(PID(OBJECT_Item, uLayingItemID), PID_ID(a2), &layingitem_vel_50FDFC); |
0 | 3865 break; |
3866 case OBJECT_Item: | |
828
0f56abdcce94
Massive refactors of spells + PID (packed id) macros introduced.
Nomad
parents:
824
diff
changeset
|
3867 sub_43B057(PID(OBJECT_Item, uLayingItemID), PID_ID(a2), &layingitem_vel_50FDFC); |
0 | 3868 break; |
3869 } | |
3870 } | |
3871 } | |
3872 | |
3873 //----- (0043AA99) -------------------------------------------------------- | |
3874 void __fastcall Vec3_int_::Rotate(int sDepth, int sRotY, int sRotX, Vec3_int_ v, int *outx, int *outy, int *outz) | |
3875 { | |
147 | 3876 float cosf_x = cosf(3.14159265f * sRotX / 1024.0f), |
1025 | 3877 sinf_x = sinf(3.14159265f * sRotX / 1024.0f), |
147 | 3878 cosf_y = cosf(3.14159265f * sRotY / 1024.0f), |
3879 sinf_y = sinf(3.14159265f * sRotY / 1024.0f); | |
1045 | 3880 |
1025 | 3881 *outx = v.x + ((unsigned __int64)(sinf_y * (signed __int64)((unsigned __int64)(cosf_x * (signed __int64)sDepth)>> 16))); |
3882 *outy = v.y + ((unsigned __int64)(cosf_y * (signed __int64)((unsigned __int64)(cosf_x * (signed __int64)sDepth)>> 16))); | |
3883 *outz = v.z + ((unsigned __int64)(sinf_x * (signed __int64)sDepth) >> 16); | |
0 | 3884 } |
3885 | |
3886 //----- (0043AB61) -------------------------------------------------------- | |
3887 void Vec3_int_::Normalize(int *x, int *y, int *z) | |
3888 { | |
1025 | 3889 *x *= 65536 / (integer_sqrt(*y * *y + *z * *z + *x * *x) | 1); |
3890 *y *= 65536 / (integer_sqrt(*y * *y + *z * *z + *x * *x) | 1); | |
3891 *z *= 65536 / (integer_sqrt(*y * *y + *z * *z + *x * *x) | 1); | |
0 | 3892 } |
3893 | |
3894 //----- (0043AE12) -------------------------------------------------------- | |
3895 double __fastcall sub_43AE12(signed int a1) | |
3896 { | |
3897 signed int v1; // ST00_4@1 | |
3898 signed int v2; // ecx@1 | |
3899 double v3; // st7@1 | |
3900 double result; // st7@6 | |
3901 | |
3902 v1 = a1; | |
3903 v2 = 0; | |
3904 v3 = (double)v1; | |
3905 do | |
3906 { | |
3907 if ( v3 < flt_4E4A80[v2 + 5] ) | |
3908 break; | |
3909 ++v2; | |
3910 } | |
3911 while ( v2 < 5 ); | |
3912 if ( v2 <= 0 || v2 >= 5 ) | |
3913 { | |
3914 if ( v2 ) | |
3915 result = flt_4E4A80[4]; | |
3916 else | |
3917 result = flt_4E4A80[0]; | |
3918 } | |
3919 else | |
3920 { | |
1469 | 3921 result = (flt_4E4A80[v2] - flt_4E4A80[v2 - 1]) * (v3 - flt_4E4A80[v2 + 4]) / (flt_4E4A80[v2 + 5] - flt_4E4A80[v2 + 4]) + flt_4E4A80[v2]; |
0 | 3922 } |
3923 return result; | |
3924 } | |
3925 | |
3926 //----- (0043B057) -------------------------------------------------------- | |
3927 void __fastcall sub_43B057(unsigned int uObjID, unsigned int uActorID, Vec3_int_ *pVelocity) | |
3928 { | |
3929 Actor *pActor; // esi@1 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
513
diff
changeset
|
3930 SpriteObject *v4; // eax@3 |
0 | 3931 int v5; // ecx@3 |
3932 int v6; // eax@4 | |
3933 int v7; // edi@4 | |
3934 unsigned int uActorIDa; // [sp+8h] [bp-8h]@1 | |
3935 unsigned int a2; // [sp+Ch] [bp-4h]@1 | |
3936 int a2a; // [sp+Ch] [bp-4h]@8 | |
3937 | |
3938 uActorIDa = uActorID; | |
3939 pActor = &pActors[uActorID]; | |
3940 a2 = uObjID; | |
303 | 3941 if ( !pActors[uActorID].IsNotAlive() ) |
0 | 3942 { |
848 | 3943 if ( PID_TYPE(a2) == OBJECT_Item) |
3944 { | |
3945 v4 = &pSpriteObjects[PID_ID(a2)]; | |
822 | 3946 v5 = v4->spell_id; |
0 | 3947 if ( v5 ) |
3948 { | |
822 | 3949 v6 = _43AFE3_calc_spell_damage(v5, v4->spell_level, v4->spell_skill, pActor->sCurrentHP); |
0 | 3950 v7 = stru_50C198.CalcMagicalDamageToActor(pActor, 0, v6); |
3951 pActor->sCurrentHP -= v7; | |
3952 if ( v7 ) | |
3953 { | |
3954 if ( pActor->sCurrentHP > 0 ) | |
1060 | 3955 Actor::AI_Stun(uActorIDa, a2, 0); |
0 | 3956 else |
3957 Actor::Die(uActorIDa); | |
3958 a2a = 20 * v7 / (signed int)pActor->pMonsterInfo.uHP; | |
3959 if ( 20 * v7 / (signed int)pActor->pMonsterInfo.uHP > 10 ) | |
3960 a2a = 10; | |
3961 if ( !MonsterStats::BelongsToSupertype(pActor->pMonsterInfo.uID, MONSTER_SUPERTYPE_TREANT) ) | |
3962 { | |
3963 pVelocity->x = (unsigned __int64)(a2a * (signed __int64)pVelocity->x) >> 16; | |
3964 pVelocity->y = (unsigned __int64)(a2a * (signed __int64)pVelocity->y) >> 16; | |
3965 pVelocity->z = (unsigned __int64)(a2a * (signed __int64)pVelocity->z) >> 16; | |
3966 pActor->vVelocity.x = 50 * LOWORD(pVelocity->x); | |
3967 pActor->vVelocity.y = 50 * LOWORD(pVelocity->y); | |
3968 pActor->vVelocity.z = 50 * LOWORD(pVelocity->z); | |
3969 } | |
3970 Actor::AddBloodsplatOnDamageOverlay(uActorIDa, 1, v7); | |
3971 } | |
3972 else | |
3973 { | |
1060 | 3974 Actor::AI_Stun(uActorIDa, a2, 0); |
0 | 3975 } |
3976 } | |
3977 } | |
3978 } | |
3979 } | |
3980 | |
3981 //----- (0043B1B0) -------------------------------------------------------- | |
322 | 3982 void sub_43B1B0(signed int a1, unsigned int a2, Vec3_int_ *pVelocity, signed int a4) |
0 | 3983 { |
3984 int v4; // ebx@1 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
513
diff
changeset
|
3985 SpriteObject *v5; // eax@2 |
0 | 3986 bool v6; // eax@3 |
3987 Actor *v7; // esi@4 | |
3988 Actor *v8; // edi@4 | |
3989 char v9; // zf@5 | |
3990 __int64 v10; // qax@8 | |
3991 signed __int16 v11; // cx@9 | |
3992 signed int v12; // ecx@20 | |
3993 int v13; // ecx@22 | |
3994 int v14; // edi@30 | |
3995 unsigned int uActorID; // [sp+Ch] [bp-8h]@1 | |
3996 signed int v17; // [sp+10h] [bp-4h]@1 | |
3997 int v18; // [sp+20h] [bp+Ch]@34 | |
3998 | |
3999 v4 = 0; | |
4000 uActorID = a2; | |
4001 v17 = a1; | |
848 | 4002 if ( PID_TYPE(a1) == OBJECT_Item) |
4003 { | |
4004 v5 = &pSpriteObjects[PID_ID(a1)]; | |
0 | 4005 v4 = v5->field_60_distance_related_prolly_lod; |
822 | 4006 v17 = v5->spell_caster_pid; |
0 | 4007 } |
848 | 4008 LOWORD(v6) = PID_TYPE(v17); |
303 | 4009 if ( v6 == OBJECT_Actor) |
0 | 4010 { |
4011 v7 = &pActors[a2]; | |
848 | 4012 v8 = &pActors[PID_ID(v17)]; |
303 | 4013 v6 = pActors[a2].IsNotAlive(); |
0 | 4014 if ( !v6 ) |
4015 { | |
4016 v9 = v7->uAIState == 7; | |
4017 v7->uLastCharacterIDToHit = v17; | |
4018 if ( v9 ) | |
4019 BYTE2(v7->uAttributes) |= 2u; | |
4020 v6 = stru_50C198._4273BB(v8, v7, v4, 0); | |
4021 if ( v6 ) | |
4022 { | |
4023 v10 = (unsigned int)Actor::_43B3E0_CalcDamage(v8, a4); | |
4024 if ( (signed __int64)v8->pActorBuffs[3].uExpireTime > 0 ) | |
4025 { | |
4026 v11 = v8->pActorBuffs[3].uPower; | |
4027 if ( v11 ) | |
4028 v10 = (signed int)v10 / (unsigned __int16)v11; | |
4029 } | |
4030 if ( SHIDWORD(v7->pActorBuffs[5].uExpireTime) >= SHIDWORD(v10) | |
4031 && (SHIDWORD(v7->pActorBuffs[5].uExpireTime) > SHIDWORD(v10) | |
4032 || LODWORD(v7->pActorBuffs[5].uExpireTime) > HIDWORD(v10)) ) | |
4033 LODWORD(v10) = 0; | |
4034 if ( a4 != HIDWORD(v10) ) | |
4035 { | |
4036 if ( a4 - HIDWORD(v10) == 1 ) | |
4037 { | |
4038 v12 = v8->pMonsterInfo.uAttack2Type; | |
4039 if ( SHIDWORD(v7->pActorBuffs[15].uExpireTime) >= SHIDWORD(v10) | |
4040 && (SHIDWORD(v7->pActorBuffs[15].uExpireTime) > SHIDWORD(v10) | |
4041 || LODWORD(v7->pActorBuffs[15].uExpireTime) > HIDWORD(v10)) ) | |
4042 LODWORD(v10) = (signed int)v10 >> 1; | |
4043 goto LABEL_30; | |
4044 } | |
4045 if ( a4 - HIDWORD(v10) == 2 ) | |
4046 { | |
4047 v13 = v7->pMonsterInfo.uSpell1ID; | |
4048 } | |
4049 else | |
4050 { | |
4051 if ( a4 - HIDWORD(v10) != 3 ) | |
4052 { | |
4053 if ( a4 - HIDWORD(v10) == 4 ) | |
4054 v12 = v8->pMonsterInfo.field_3C_some_special_attack; | |
4055 else | |
4056 v12 = 4; | |
4057 LABEL_30: | |
4058 v14 = stru_50C198.CalcMagicalDamageToActor(v7, v12, v10); | |
4059 v7->sCurrentHP -= v14; | |
4060 if ( v14 ) | |
4061 { | |
4062 if ( v7->sCurrentHP > 0 ) | |
1060 | 4063 Actor::AI_Stun(uActorID, v17, 0); |
0 | 4064 else |
4065 Actor::Die(uActorID); | |
322 | 4066 Actor::AggroSurroundingPeasants(uActorID, 0); |
0 | 4067 v18 = 20 * v14 / (signed int)v7->pMonsterInfo.uHP; |
4068 if ( 20 * v14 / (signed int)v7->pMonsterInfo.uHP > 10 ) | |
4069 v18 = 10; | |
4070 if ( !MonsterStats::BelongsToSupertype(v7->pMonsterInfo.uID, MONSTER_SUPERTYPE_TREANT) ) | |
4071 { | |
4072 pVelocity->x = (unsigned __int64)(v18 * (signed __int64)pVelocity->x) >> 16; | |
4073 pVelocity->y = (unsigned __int64)(v18 * (signed __int64)pVelocity->y) >> 16; | |
4074 pVelocity->z = (unsigned __int64)(v18 * (signed __int64)pVelocity->z) >> 16; | |
4075 v7->vVelocity.x = 50 * LOWORD(pVelocity->x); | |
4076 v7->vVelocity.y = 50 * LOWORD(pVelocity->y); | |
4077 v7->vVelocity.z = 50 * LOWORD(pVelocity->z); | |
4078 } | |
322 | 4079 Actor::AddBloodsplatOnDamageOverlay(uActorID, 1, v14); |
0 | 4080 } |
4081 else | |
4082 { | |
1060 | 4083 Actor::AI_Stun(uActorID, v17, 0); |
0 | 4084 } |
322 | 4085 return; |
0 | 4086 } |
4087 v13 = v7->pMonsterInfo.uSpell2ID; | |
4088 } | |
4089 v12 = LOBYTE(pSpellStats->pInfos[v13].uSchool); | |
4090 goto LABEL_30; | |
4091 } | |
4092 v12 = v8->pMonsterInfo.uAttack1Type; | |
4093 goto LABEL_30; | |
4094 } | |
4095 } | |
4096 } | |
4097 } | |
4098 | |
4099 | |
4100 //----- (0043F515) -------------------------------------------------------- | |
657 | 4101 void FindBillboardsLightLevels_BLV() |
0 | 4102 { |
4103 for (uint i = 0; i < uNumBillboardsToDraw; ++i) | |
4104 { | |
1206
ab6560001f5b
arrays to std::arrays phase 2 - some more arrays converted
Grumpy7
parents:
1205
diff
changeset
|
4105 auto p = &pBillboardRenderList[i]; |
0 | 4106 |
4107 if (p->field_1E & 2 || uCurrentlyLoadedLevelType == LEVEL_Indoor && !p->uIndoorSectorID) | |
657 | 4108 p->dimming_level = 0; |
0 | 4109 else |
657 | 4110 p->dimming_level = _43F55F_get_billboard_light_level(p, -1); |
0 | 4111 } |
4112 } | |
4113 | |
4114 //----- (0043F55F) -------------------------------------------------------- | |
4115 int __fastcall _43F55F_get_billboard_light_level(RenderBillboard *a1, int uBaseLightLevel) | |
4116 { | |
4117 signed int v3; // ecx@2 | |
4118 | |
4119 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor ) | |
4120 { | |
4121 v3 = pIndoor->pSectors[a1->uIndoorSectorID].uMinAmbientLightLevel; | |
4122 } | |
4123 else | |
4124 { | |
4125 if ( uBaseLightLevel == -1 ) | |
657 | 4126 v3 = a1->dimming_level; |
0 | 4127 else |
4128 v3 = uBaseLightLevel; | |
4129 } | |
430 | 4130 return _43F5C8_get_point_light_level_with_respect_to_lights(v3, a1->uIndoorSectorID, a1->world_x, a1->world_y, a1->world_z); |
0 | 4131 } |
4132 | |
4133 //----- (0043F5C8) -------------------------------------------------------- | |
4134 int __fastcall _43F5C8_get_point_light_level_with_respect_to_lights(unsigned int uBaseLightLevel, int uSectorID, float x, float y, float z) | |
4135 { | |
4136 int v5; // esi@1 | |
4137 signed int v6; // edi@1 | |
4138 int v8; // eax@6 | |
4139 int v9; // ebx@6 | |
4140 unsigned int v10; // ecx@6 | |
4141 unsigned int v11; // edx@9 | |
4142 unsigned int v12; // edx@11 | |
4143 signed int v13; // ecx@12 | |
4144 BLVLightMM7 *v16; // esi@20 | |
4145 int v17; // ebx@21 | |
4146 int v18; // eax@24 | |
4147 int v19; // ebx@24 | |
4148 unsigned int v20; // ecx@24 | |
4149 int v21; // edx@25 | |
4150 unsigned int v22; // edx@27 | |
4151 unsigned int v23; // edx@29 | |
4152 signed int v24; // ecx@30 | |
4153 int v26; // ebx@35 | |
4154 int v27; // eax@38 | |
4155 int v28; // ebx@38 | |
4156 unsigned int v29; // ecx@38 | |
4157 int v30; // edx@39 | |
4158 unsigned int v31; // edx@41 | |
4159 unsigned int v32; // edx@43 | |
4160 signed int v33; // ecx@44 | |
4161 int v37; // [sp+Ch] [bp-18h]@37 | |
4162 int v38; // [sp+10h] [bp-14h]@5 | |
4163 int v39; // [sp+10h] [bp-14h]@23 | |
4164 int v40; // [sp+10h] [bp-14h]@36 | |
4165 int v42; // [sp+14h] [bp-10h]@22 | |
4166 unsigned int v43; // [sp+18h] [bp-Ch]@12 | |
4167 unsigned int v44; // [sp+18h] [bp-Ch]@30 | |
4168 unsigned int v45; // [sp+18h] [bp-Ch]@44 | |
4169 | |
4170 v6 = uBaseLightLevel; | |
4171 for (uint i = 0; i < pMobileLightsStack->uNumLightsActive; ++i) | |
4172 { | |
4173 auto p = pMobileLightsStack->pLights + i; | |
4174 | |
4175 auto distX = abs(p->vPosition.x - x); | |
4176 if ( distX <= p->uRadius) | |
4177 { | |
4178 auto distY = abs(p->vPosition.y - y); | |
4179 if ( distY <= p->uRadius) | |
4180 { | |
4181 auto distZ = abs(p->vPosition.z - z); | |
4182 if ( distZ <= p->uRadius) | |
4183 { | |
4184 v8 = distX; | |
4185 v9 = distY; | |
4186 v10 = distZ; | |
4187 if (distX < distY) | |
4188 { | |
4189 v8 = distY; | |
4190 v9 = distX; | |
4191 } | |
4192 if ( v8 < distZ ) | |
4193 { | |
4194 v11 = v8; | |
4195 v8 = distZ; | |
4196 v10 = v11; | |
4197 } | |
4198 if ( v9 < (signed int)v10 ) | |
4199 { | |
4200 v12 = v10; | |
4201 v10 = v9; | |
4202 v9 = v12; | |
4203 } | |
4204 v43 = ((unsigned int)(11 * v9) / 32) + (v10 / 4) + v8; | |
4205 v13 = p->uRadius; | |
4206 if ( (signed int)v43 < v13 ) | |
4207 v6 += ((unsigned __int64)(30i64 * (signed int)(v43 << 16) / v13) >> 16) - 30; | |
4208 } | |
4209 } | |
4210 } | |
4211 } | |
4212 | |
4213 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor) | |
4214 { | |
4215 auto pSector = pIndoor->pSectors + uSectorID; | |
4216 | |
4217 for (uint i = 0; i < pSector->uNumLights; ++i) | |
4218 { | |
4219 v16 = pIndoor->pLights + pSector->pLights[i]; | |
4220 if (~v16->uAtributes & 8) | |
4221 { | |
4222 v17 = abs(v16->vPosition.x - x); | |
4223 if ( v17 <= v16->uRadius ) | |
4224 { | |
4225 v42 = abs(v16->vPosition.y - y); | |
4226 if ( v42 <= v16->uRadius ) | |
4227 { | |
4228 v39 = abs(v16->vPosition.z - z); | |
4229 if ( v39 <= v16->uRadius ) | |
4230 { | |
4231 v18 = v17; | |
4232 v19 = v42; | |
4233 v20 = v39; | |
4234 if ( v18 < v42 ) | |
4235 { | |
4236 v21 = v18; | |
4237 v18 = v42; | |
4238 v19 = v21; | |
4239 } | |
4240 if ( v18 < v39 ) | |
4241 { | |
4242 v22 = v18; | |
4243 v18 = v39; | |
4244 v20 = v22; | |
4245 } | |
4246 if ( v19 < (signed int)v20 ) | |
4247 { | |
4248 v23 = v20; | |
4249 v20 = v19; | |
4250 v19 = v23; | |
4251 } | |
4252 v44 = ((unsigned int)(11 * v19) >> 5) + (v20 >> 2) + v18; | |
4253 v24 = v16->uRadius; | |
4254 if ( (signed int)v44 < v24 ) | |
4255 v6 += ((unsigned __int64)(30i64 * (signed int)(v44 << 16) / v24) >> 16) - 30; | |
4256 } | |
4257 } | |
4258 } | |
4259 } | |
4260 } | |
4261 } | |
4262 | |
4263 for (uint i = 0; i < pStationaryLightsStack->uNumLightsActive; ++i) | |
4264 { | |
4265 auto p = pStationaryLightsStack->pLights + i; | |
4266 v26 = abs(p->vPosition.x - x); | |
4267 if ( v26 <= p->uRadius) | |
4268 { | |
4269 v40 = abs(p->vPosition.y - y); | |
4270 if ( v40 <= p->uRadius) | |
4271 { | |
4272 v37 = abs(p->vPosition.z - z); | |
4273 if ( v37 <= p->uRadius) | |
4274 { | |
4275 v27 = v26; | |
4276 v28 = v40; | |
4277 v29 = v37; | |
4278 if ( v27 < v40 ) | |
4279 { | |
4280 v30 = v27; | |
4281 v27 = v40; | |
4282 v28 = v30; | |
4283 } | |
4284 if ( v27 < v37 ) | |
4285 { | |
4286 v31 = v27; | |
4287 v27 = v37; | |
4288 v29 = v31; | |
4289 } | |
4290 if ( v28 < (signed int)v29 ) | |
4291 { | |
4292 v32 = v29; | |
4293 v29 = v28; | |
4294 v28 = v32; | |
4295 } | |
4296 v45 = ((unsigned int)(11 * v28) >> 5) + (v29 >> 2) + v27; | |
4297 v33 = p->uRadius; | |
4298 if ( (signed int)v45 < v33 ) | |
4299 v6 += ((unsigned __int64)(30i64 * (signed int)(v45 << 16) / v33) >> 16) - 30; | |
4300 } | |
4301 } | |
4302 } | |
4303 } | |
4304 | |
4305 if ( v6 <= 31 ) | |
4306 { | |
4307 if ( v6 < 0 ) | |
4308 v6 = 0; | |
4309 } | |
4310 else | |
4311 { | |
4312 v6 = 31; | |
4313 } | |
4314 return v6; | |
4315 } | |
4316 | |
4317 | |
4318 //----- (004070EF) -------------------------------------------------------- | |
4319 bool __fastcall sub_4070EF_prolly_collide_objects(unsigned int uObjID, unsigned int uObj2ID) | |
4320 { | |
4321 signed int v2; // eax@1 | |
4322 unsigned int v3; // ecx@1 | |
4323 signed int v4; // esi@1 | |
4324 int v5; // ecx@2 | |
4325 signed int v6; // eax@4 | |
4326 int v7; // eax@4 | |
4327 float v8; // ST24_4@5 | |
4328 double v9; // ST18_8@5 | |
4329 signed int v10; // eax@6 | |
4330 int v11; // ecx@6 | |
4331 signed int v12; // eax@7 | |
4332 int v13; // esi@7 | |
4333 int v14; // esi@8 | |
4334 int v15; // esi@9 | |
4335 signed int v16; // eax@11 | |
4336 int v17; // edi@11 | |
4337 int v18; // esi@11 | |
4338 int v19; // eax@13 | |
4339 float v20; // ST24_4@14 | |
4340 double v21; // ST18_8@14 | |
4341 signed int v22; // eax@15 | |
4342 int v23; // ebx@16 | |
4343 signed int v24; // ecx@16 | |
4344 int v25; // eax@18 | |
4345 int v26; // eax@28 | |
4346 BLVSector *v27; // edx@31 | |
4347 int v28; // ecx@31 | |
4348 BLVFace *v29; // ebx@32 | |
4349 Vec3_short_ *v30; // esi@32 | |
4350 int v31; // eax@32 | |
4351 int v32; // ST50_4@44 | |
4352 int v33; // ST54_4@44 | |
4353 int v34; // eax@44 | |
4354 char v35; // zf@44 | |
4355 int v36; // edi@44 | |
4356 int v37; // eax@45 | |
4357 signed int v38; // esi@45 | |
4358 int v39; // ST4C_4@49 | |
4359 signed __int64 v40; // qtt@50 | |
4360 __int16 v42; // bx@58 | |
4361 int v43; // [sp-8h] [bp-70h]@11 | |
4362 int v44; // [sp-4h] [bp-6Ch]@11 | |
4363 int v45; // [sp+Ch] [bp-5Ch]@32 | |
4364 __int16 v46; // [sp+10h] [bp-58h]@32 | |
4365 int v47; // [sp+18h] [bp-50h]@20 | |
4366 int v48; // [sp+1Ch] [bp-4Ch]@20 | |
4367 int v49; // [sp+20h] [bp-48h]@20 | |
4368 int v50; // [sp+24h] [bp-44h]@16 | |
4369 signed int v51; // [sp+24h] [bp-44h]@27 | |
4370 signed int v52; // [sp+28h] [bp-40h]@26 | |
4371 signed int v53; // [sp+2Ch] [bp-3Ch]@23 | |
4372 signed int v54; // [sp+30h] [bp-38h]@22 | |
4373 signed int v55; // [sp+34h] [bp-34h]@21 | |
4374 signed int v56; // [sp+38h] [bp-30h]@20 | |
4375 signed int v57; // [sp+3Ch] [bp-2Ch]@28 | |
4376 int v58; // [sp+44h] [bp-24h]@50 | |
4377 int v59; // [sp+48h] [bp-20h]@44 | |
4378 int v60; // [sp+50h] [bp-18h]@11 | |
4379 signed int v61; // [sp+50h] [bp-18h]@31 | |
4380 int v62; // [sp+54h] [bp-14h]@16 | |
4381 int v63; // [sp+58h] [bp-10h]@4 | |
4382 int v64; // [sp+5Ch] [bp-Ch]@4 | |
4383 int v65; // [sp+60h] [bp-8h]@4 | |
4384 int v66; // [sp+64h] [bp-4h]@7 | |
4385 | |
848 | 4386 v2 = PID_ID(uObjID); |
4387 v3 = PID_TYPE(uObjID) - 2; | |
0 | 4388 v4 = uObj2ID; |
4389 if ( v3 ) | |
4390 { | |
4391 v5 = v3 - 1; | |
4392 if ( v5 ) | |
4393 { | |
4394 if ( v5 != 2 ) | |
4395 return 0; | |
4396 v6 = v2; | |
4397 v63 = pLevelDecorations[v6].vPosition.x; | |
4398 v64 = pLevelDecorations[v6].vPosition.y; | |
4399 v65 = pLevelDecorations[v6].vPosition.z; | |
4400 v7 = pIndoor->GetSector(v63, v64, v65); | |
4401 } | |
4402 else | |
4403 { | |
4404 v63 = pActors[v2].vPosition.x; | |
4405 v64 = pActors[v2].vPosition.y; | |
4406 v8 = (double)pActors[v2].uActorHeight * 0.69999999; | |
4407 v9 = v8 + 6.7553994e15; | |
4408 v65 = LODWORD(v9) + pActors[v2].vPosition.z; | |
4409 v7 = pActors[v2].uSectorID; | |
4410 } | |
4411 } | |
4412 else | |
4413 { | |
4414 v10 = v2; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
513
diff
changeset
|
4415 v63 = pSpriteObjects[v10].vPosition.x; |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
513
diff
changeset
|
4416 v64 = pSpriteObjects[v10].vPosition.y; |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
513
diff
changeset
|
4417 v11 = pSpriteObjects[v10].vPosition.z; |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
513
diff
changeset
|
4418 v7 = pSpriteObjects[v10].uSectorID; |
0 | 4419 v65 = v11; |
4420 } | |
4421 v66 = v7; | |
848 | 4422 v12 = PID_ID(v4); |
4423 v13 = PID_TYPE(v4) - 2; | |
0 | 4424 if ( v13 ) |
4425 { | |
4426 v14 = v13 - 1; | |
4427 if ( v14 ) | |
4428 { | |
4429 v15 = v14 - 1; | |
4430 if ( v15 ) | |
4431 { | |
4432 if ( v15 != 1 ) | |
4433 return 0; | |
4434 v16 = v12; | |
4435 v17 = pLevelDecorations[v16].vPosition.z; | |
4436 v18 = pLevelDecorations[v16].vPosition.x; | |
4437 v44 = pLevelDecorations[v16].vPosition.z; | |
4438 v60 = pLevelDecorations[v16].vPosition.y; | |
4439 v43 = pLevelDecorations[v16].vPosition.y; | |
4440 } | |
4441 else | |
4442 { | |
4443 v18 = pParty->vPosition.x; | |
4444 v17 = pParty->sEyelevel + pParty->vPosition.z; | |
4445 v60 = pParty->vPosition.y; | |
4446 v44 = pParty->sEyelevel + pParty->vPosition.z; | |
4447 v43 = pParty->vPosition.y; | |
4448 } | |
4449 v19 = pIndoor->GetSector(v18, v43, v44); | |
4450 } | |
4451 else | |
4452 { | |
4453 v60 = pActors[v12].vPosition.y; | |
4454 v18 = pActors[v12].vPosition.x; | |
4455 v20 = (double)pActors[v12].uActorHeight * 0.69999999; | |
4456 v21 = v20 + 6.7553994e15; | |
4457 v17 = LODWORD(v21) + pActors[v12].vPosition.z; | |
4458 v19 = pActors[v12].uSectorID; | |
4459 } | |
4460 } | |
4461 else | |
4462 { | |
4463 v22 = v12; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
513
diff
changeset
|
4464 v18 = pSpriteObjects[v22].vPosition.x; |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
513
diff
changeset
|
4465 v17 = pSpriteObjects[v22].vPosition.z; |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
513
diff
changeset
|
4466 v60 = pSpriteObjects[v22].vPosition.y; |
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
513
diff
changeset
|
4467 v19 = pSpriteObjects[v22].uSectorID; |
0 | 4468 } |
4469 v62 = v19; | |
4470 v23 = v18 - v63; | |
4471 v50 = v17 - v65; | |
295 | 4472 v24 = integer_sqrt(v23 * v23 + (v60 - v64) * (v60 - v64) + v50 * v50); |
0 | 4473 if ( v24 > 5120 ) |
4474 return 0; | |
4475 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor) | |
4476 return 1; | |
4477 v25 = 65536; | |
4478 if ( v24 ) | |
4479 v25 = 65536 / v24; | |
4480 v49 = v23 * v25; | |
4481 v47 = v50 * v25; | |
4482 v48 = (v60 - v64) * v25; | |
4483 v56 = v63; | |
4484 if ( v63 < v18 ) | |
4485 { | |
4486 v55 = v18; | |
4487 } | |
4488 else | |
4489 { | |
4490 v56 = v18; | |
4491 v55 = v63; | |
4492 } | |
4493 v54 = v64; | |
4494 if ( v64 < v60 ) | |
4495 { | |
4496 v53 = v60; | |
4497 } | |
4498 else | |
4499 { | |
4500 v54 = v60; | |
4501 v53 = v64; | |
4502 } | |
4503 v52 = v65; | |
4504 if ( v65 < v17 ) | |
4505 { | |
4506 v51 = v17; | |
4507 } | |
4508 else | |
4509 { | |
4510 v52 = v17; | |
4511 v51 = v65; | |
4512 } | |
4513 v57 = 0; | |
4514 v26 = v66; | |
4515 while ( 2 ) | |
4516 { | |
4517 if ( v26 == v62 ) | |
4518 return 1; | |
4519 if ( v57 >= 30 || (v27 = pIndoor->pSectors, v28 = v66, v61 = 0, pIndoor->pSectors[v66].uNumPortals <= 0) ) | |
4520 break; | |
4521 while ( 1 ) | |
4522 { | |
4523 v29 = &pIndoor->pFaces[v27[v28].pPortals[v61]]; | |
4524 v30 = &pIndoor->pVertices[*v29->pVertexIDs]; | |
4525 v45 = *(int *)&v30->x; | |
4526 v46 = v30->z; | |
4527 v31 = v29->pFacePlane_old.vNormal.z * (v46 - v65) | |
4528 + v29->pFacePlane_old.vNormal.y * (SHIWORD(v45) - v64) | |
4529 + v29->pFacePlane_old.vNormal.x * ((signed __int16)v45 - v63); | |
4530 if ( v66 != v29->uSectorID ) | |
4531 v31 = -v31; | |
4532 if ( v31 >= 0 && (signed __int16)v45 != v63 && SHIWORD(v45) != v64 && v46 != v65 | |
4533 || v56 > v29->pBounding.x2 | |
4534 || v55 < v29->pBounding.x1 | |
4535 || v54 > v29->pBounding.y2 | |
4536 || v53 < v29->pBounding.y1 | |
4537 || v52 > v29->pBounding.z2 | |
4538 || v51 < v29->pBounding.z1 ) | |
4539 goto LABEL_54; | |
4540 v32 = (unsigned __int64)(v49 * (signed __int64)v29->pFacePlane_old.vNormal.x) >> 16; | |
4541 v33 = (unsigned __int64)(v47 * (signed __int64)v29->pFacePlane_old.vNormal.z) >> 16; | |
4542 v34 = (unsigned __int64)(v48 * (signed __int64)v29->pFacePlane_old.vNormal.y) >> 16; | |
4543 v35 = v32 + v33 + v34 == 0; | |
4544 v36 = v32 + v33 + v34; | |
4545 v59 = v32 + v33 + v34; | |
4546 if ( v35 ) | |
4547 goto LABEL_53; | |
4548 v37 = v65 * v29->pFacePlane_old.vNormal.z; | |
4549 v38 = -(v29->pFacePlane_old.dist + v37 + v63 * v29->pFacePlane_old.vNormal.x + v64 * v29->pFacePlane_old.vNormal.y); | |
4550 if ( v36 <= 0 ) | |
4551 break; | |
4552 if ( v29->pFacePlane_old.dist + v37 + v63 * v29->pFacePlane_old.vNormal.x + v64 * v29->pFacePlane_old.vNormal.y <= 0 ) | |
4553 goto LABEL_49; | |
4554 LABEL_53: | |
4555 v27 = pIndoor->pSectors; | |
4556 LABEL_54: | |
4557 ++v61; | |
4558 if ( v61 >= v27[v28].uNumPortals ) | |
4559 goto LABEL_55; | |
4560 } | |
4561 if ( v29->pFacePlane_old.dist + v37 + v63 * v29->pFacePlane_old.vNormal.x + v64 * v29->pFacePlane_old.vNormal.y < 0 ) | |
4562 goto LABEL_53; | |
4563 LABEL_49: | |
4564 v39 = abs(-(v29->pFacePlane_old.dist | |
4565 + v37 | |
4566 + v63 * v29->pFacePlane_old.vNormal.x | |
4567 + v64 * v29->pFacePlane_old.vNormal.y)) >> 14; | |
4568 if ( v39 > abs(v36) | |
4569 || (LODWORD(v40) = v38 << 16, HIDWORD(v40) = v38 >> 16, v58 = v40 / v59, (signed int)(v40 / v59) < 0) | |
4570 || !sub_4075DB( | |
4571 v63 + ((signed int)(((unsigned __int64)(v58 * (signed __int64)v49) >> 16) + 32768) >> 16), | |
4572 v64 + ((signed int)(((unsigned __int64)(v58 * (signed __int64)v48) >> 16) + 32768) >> 16), | |
4573 v65 + ((signed int)(((unsigned __int64)(v58 * (signed __int64)v47) >> 16) + 32768) >> 16), | |
4574 v29) ) | |
4575 { | |
4576 v28 = v66; | |
4577 goto LABEL_53; | |
4578 } | |
4579 if ( v29->uSectorID == v66 ) | |
4580 v42 = v29->uBackSectorID; | |
4581 else | |
4582 v42 = v29->uSectorID; | |
4583 v26 = v42; | |
4584 if ( v42 != v66 ) | |
4585 { | |
4586 ++v57; | |
4587 v66 = v42; | |
4588 continue; | |
4589 } | |
4590 break; | |
4591 } | |
4592 LABEL_55: | |
4593 if ( v66 != v62 ) | |
4594 return 0; | |
4595 return 1; | |
4596 } | |
4597 | |
4598 //----- (004075DB) -------------------------------------------------------- | |
4599 bool __fastcall sub_4075DB(int a1, int a2, int a3, BLVFace *a4) | |
4600 { | |
4601 unsigned int v5; // esi@1 | |
4602 char v7; // zf@2 | |
4603 int v8; // edi@2 | |
4604 Vec3_short_ *v9; // ecx@3 | |
4605 int v10; // edx@4 | |
4606 Vec3_short_ *v12; // ecx@8 | |
4607 int v13; // edx@9 | |
4608 Vec3_short_ *v15; // ecx@12 | |
4609 int v16; // edx@13 | |
4610 bool v18; // esi@14 | |
4611 int v19; // ecx@14 | |
4612 int v20; // ecx@16 | |
4613 int v21; // edx@16 | |
4614 int v22; // eax@17 | |
4615 signed int v23; // ebx@18 | |
4616 int v24; // esi@20 | |
4617 signed int v25; // eax@22 | |
4618 signed __int64 v26; // qtt@22 | |
4619 bool result; // eax@25 | |
4620 int v29; // [sp+10h] [bp-Ch]@14 | |
4621 signed int a3a; // [sp+24h] [bp+8h]@14 | |
4622 int a4a; // [sp+28h] [bp+Ch]@2 | |
4623 | |
1458 | 4624 __debugbreak(); |
4625 | |
0 | 4626 v5 = a4->uAttributes; |
1472
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4627 v9 = pIndoor->pVertices; |
1471 | 4628 if ( v5 & FACE_XY_PLANE ) |
0 | 4629 { |
4630 a4a = a1; | |
4631 v8 = a2; | |
1471 | 4632 for(int i = 0; i < a4->uNumVertices; i++) |
4633 { | |
4634 dword_4F5D98_xs[i] = v9[a4->pVertexIDs[i]].x; | |
1472
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4635 dword_4F5CC4_ys[i+1] = v9[a4->pVertexIDs[i]].y; |
1471 | 4636 } |
0 | 4637 } |
4638 else | |
4639 { | |
4640 v8 = a3; | |
1471 | 4641 if ( v5 & FACE_XY_PLANE ) |
0 | 4642 { |
4643 a4a = a1; | |
1471 | 4644 for(int i = 0; i < a4->uNumVertices; i++) |
4645 { | |
4646 dword_4F5D98_xs[i] = v9[a4->pVertexIDs[i]].x; | |
1472
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4647 dword_4F5CC4_ys[i+1] = v9[a4->pVertexIDs[i]].z; |
1471 | 4648 } |
0 | 4649 } |
4650 else | |
4651 { | |
4652 a4a = a2; | |
1471 | 4653 for(int i = 0; i < a4->uNumVertices; i++) |
4654 { | |
4655 dword_4F5D98_xs[i] = v9[a4->pVertexIDs[i]].y; | |
1472
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4656 dword_4F5CC4_ys[i+1] = v9[a4->pVertexIDs[i]].z; |
1471 | 4657 } |
0 | 4658 } |
4659 } | |
4660 a3a = 0; | |
1471 | 4661 dword_4F5D98_xs[a4->uNumVertices] = dword_4F5D98_xs[0]; |
4662 dword_4F5CC4_ys[a4->uNumVertices + 1] = dword_4F5CC4_ys[1]; | |
4663 for(int i = 0; i < a4->uNumVertices; i++) | |
0 | 4664 { |
4665 if ( a3a >= 2 ) | |
4666 break; | |
1471 | 4667 if ( dword_4F5CC4_ys[i + 1] >= v8 ^ (dword_4F5CC4_ys[i + 2] >= v8) ) |
0 | 4668 { |
1471 | 4669 if( dword_4F5D98_xs[i + 1] >= a4a || dword_4F5D98_xs[i] >= a4a) |
0 | 4670 { |
1471 | 4671 if ( (dword_4F5D98_xs[i + 1] >= a4a && dword_4F5D98_xs[i] >= a4a) |
4672 || (v25 = dword_4F5D98_xs[i + 1] - dword_4F5D98_xs[i], | |
0 | 4673 LODWORD(v26) = v25 << 16, |
4674 HIDWORD(v26) = v25 >> 16, | |
1471 | 4675 dword_4F5D98_xs[i] |
0 | 4676 + ((signed int)(((unsigned __int64)(v26 |
1471 | 4677 / (dword_4F5CC4_ys[i + 2] - dword_4F5CC4_ys[i + 1]) |
4678 * ((v8 - dword_4F5CC4_ys[i + 1]) << 16)) >> 16) | |
0 | 4679 + 32768) >> 16) >= a4a) ) |
4680 ++a3a; | |
4681 } | |
4682 } | |
4683 } | |
4684 result = 1; | |
4685 if ( a3a != 1 ) | |
4686 result = 0; | |
4687 return result; | |
4688 } | |
4689 | |
4690 //----- (004077F1) -------------------------------------------------------- | |
4691 bool __fastcall sub_4077F1(int a1, int a2, int a3, ODMFace *a4, BSPVertexBuffer *a5) | |
4692 { | |
1472
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4693 //ODMFace *v5; // eax@1 |
1473 | 4694 Vec3_int_ *v9; |
1472
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4695 unsigned int v5; // esi@1 |
0 | 4696 signed int v7; // edi@1 |
1472
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4697 //char v8; // zf@2 |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4698 //unsigned __int16 *v9; // edx@3 |
0 | 4699 int v10; // ecx@4 |
4700 unsigned __int16 *v11; // edx@8 | |
4701 int v12; // ecx@9 | |
4702 int v13; // edx@12 | |
4703 int v14; // ecx@13 | |
4704 int v15; // esi@14 | |
4705 bool v16; // edi@14 | |
4706 int v17; // ecx@16 | |
4707 int v18; // edx@16 | |
4708 int v19; // eax@17 | |
4709 signed int v20; // ebx@18 | |
4710 int v21; // edi@20 | |
4711 signed int v22; // eax@22 | |
4712 signed __int64 v23; // qtt@22 | |
4713 bool result; // eax@25 | |
4714 int v25; // [sp+14h] [bp-8h]@14 | |
4715 int a4a; // [sp+28h] [bp+Ch]@2 | |
4716 signed int a5a; // [sp+2Ch] [bp+10h]@14 | |
4717 | |
1458 | 4718 __debugbreak(); |
4719 | |
1472
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4720 v5 = a4->uAttributes; |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4721 v9 = a5->pVertices; |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4722 if ( v5 & FACE_XY_PLANE ) |
0 | 4723 { |
4724 a4a = a1; | |
4725 a3 = a2; | |
1472
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4726 for(int i = 0; i < a4->uNumVertices; i++) |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4727 { |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4728 dword_4F5BF4_xs[i+1] = v9[a4->pVertexIDs[i]].x; |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4729 dword_4F5B24_ys[i+1] = v9[a4->pVertexIDs[i]].y; |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4730 } |
0 | 4731 } |
4732 else | |
4733 { | |
1472
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4734 if ( v5 & FACE_XY_PLANE ) |
0 | 4735 { |
4736 a4a = a1; | |
1472
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4737 for(int i = 0; i < a4->uNumVertices; i++) |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4738 { |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4739 dword_4F5BF4_xs[i+1] = v9[a4->pVertexIDs[i]].x; |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4740 dword_4F5B24_ys[i+1] = v9[a4->pVertexIDs[i]].z; |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4741 } |
0 | 4742 } |
4743 else | |
4744 { | |
4745 a4a = a2; | |
1472
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4746 for(int i = 0; i < a4->uNumVertices; i++) |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4747 { |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4748 dword_4F5BF4_xs[i+1] = v9[a4->pVertexIDs[i]].y; |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4749 dword_4F5B24_ys[i+1] = v9[a4->pVertexIDs[i]].z; |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4750 } |
0 | 4751 } |
4752 } | |
4753 a5a = 0; | |
1472
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4754 dword_4F5BF4_xs[a4->uNumVertices + 1] = dword_4F5BF4_xs[1]; |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4755 dword_4F5B24_ys[a4->uNumVertices + 1] = dword_4F5B24_ys[1]; |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4756 for(int i = 0; i < a4->uNumVertices; i++) |
0 | 4757 { |
4758 if ( a5a >= 2 ) | |
4759 break; | |
1472
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4760 if ( dword_4F5B24_ys[i + 1] >= a3 ^ (dword_4F5B24_ys[i + 2] >= a3) ) |
0 | 4761 { |
1472
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4762 if( dword_4F5BF4_xs[i + 2] >= a4a || dword_4F5BF4_xs[i] >= a4a) |
0 | 4763 { |
1472
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4764 if ( (dword_4F5BF4_xs[i + 2] >= a4a && dword_4F5BF4_xs[i + 1] >= a4a) |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4765 || (v25 = dword_4F5BF4_xs[i + 2] - dword_4F5BF4_xs[i + 1], |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4766 LODWORD(v23) = v25 << 16, |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4767 HIDWORD(v23) = v25 >> 16, |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4768 dword_4F5BF4_xs[i + 1] |
0 | 4769 + ((signed int)(((unsigned __int64)(v23 |
1472
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4770 / (dword_4F5B24_ys[i + 2] - dword_4F5B24_ys[i + 1]) |
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4771 * ((a3 - dword_4F5B24_ys[i + 1]) << 16)) >> 16) |
0 | 4772 + 32768) >> 16) >= a4a) ) |
4773 ++a5a; | |
1472
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4774 } |
0 | 4775 } |
4776 } | |
4777 result = 1; | |
4778 if ( a5a != 1 ) | |
4779 result = 0; | |
4780 return result; | |
1472
2395e99b89d0
sub_4077F1 cleaned, and fixed previous mistake in cleaning
zipi
parents:
1471
diff
changeset
|
4781 |
0 | 4782 } |
4783 | |
4784 //----- (004088E9) -------------------------------------------------------- | |
1459 | 4785 int __fastcall sub_4088E9(int x1, int y1, int x2, int y2, int x3, int y3) |
0 | 4786 { |
4787 int v8; // eax@1 | |
4788 signed int result; // eax@1 | |
4789 int v11; // [sp+18h] [bp+8h]@1 | |
4790 | |
1459 | 4791 v11 = abs(x2 - x1); |
4792 v8 = abs(y2 - y1); | |
295 | 4793 result = integer_sqrt(v11 * v11 + v8 * v8); |
0 | 4794 if ( result ) |
1459 | 4795 result = abs(((x2 - x1) * (y1 - y3) - (y2 - y1) * (x1 - x3)) / result); |
0 | 4796 return result; |
4797 } | |
4798 | |
4799 //----- (0040DEF3) -------------------------------------------------------- | |
949 | 4800 unsigned short TargetColor( unsigned __int16 r, unsigned __int16 g, unsigned __int16 b ) |
983 | 4801 { |
688 | 4802 return ((unsigned int)b >> (8 - LOBYTE(pRenderer->uTargetBBits))) | pRenderer->uTargetGMask & (g << (LOBYTE(pRenderer->uTargetGBits) + |
4803 LOBYTE(pRenderer->uTargetBBits) - 8)) | pRenderer->uTargetRMask & (r << (LOBYTE(pRenderer->uTargetGBits) + | |
4804 LOBYTE(pRenderer->uTargetRBits) + LOBYTE(pRenderer->uTargetBBits) - 8)); | |
0 | 4805 } |
4806 | |
1184 | 4807 |
0 | 4808 |
4809 //----- (0040F82D) -------------------------------------------------------- | |
4810 void __fastcall ZBuffer_Fill(int *pZBuffer, int uTextureId, int iZValue) | |
4811 { | |
973 | 4812 assert(uTextureId != -1); |
4813 ZBuffer_DoFill(pZBuffer, pIcons_LOD->GetTexture(uTextureId), iZValue); | |
0 | 4814 } |
4815 | |
1160 | 4816 |
0 | 4817 |
4818 //----- (0040F89C) -------------------------------------------------------- | |
4819 void __fastcall ZBuffer_DoFill(int *pZBuffer, Texture *pTex, int uZValue) | |
4820 { | |
4821 void *v3; // eax@3 | |
4822 void *v4; // esi@5 | |
4823 int *v5; // edi@5 | |
4824 int v6; // eax@5 | |
4825 int v7; // ecx@6 | |
4826 Texture *v8; // [sp+Ch] [bp-14h]@1 | |
4827 int *v9; // [sp+10h] [bp-10h]@1 | |
4828 int v10; // [sp+14h] [bp-Ch]@1 | |
4829 int v11; // [sp+18h] [bp-8h]@1 | |
4830 void *v12; // [sp+1Ch] [bp-4h]@5 | |
4831 | |
4832 v10 = pTex->uTextureWidth; | |
4833 v8 = pTex; | |
4834 v9 = pZBuffer; | |
4835 v11 = pTex->uTextureHeight; | |
4836 if ( pIcons_LOD->dword_011BA4 && pTex->uDecompressedSize ) | |
4837 v3 = pTex->UnzipPalette(); | |
4838 else | |
710 | 4839 v3 = pTex->pLevelOfDetail0_prolly_alpha_mask; |
0 | 4840 v12 = v3; |
4841 v4 = v3; | |
4842 v5 = v9; | |
4843 v6 = 0; | |
4844 do | |
4845 { | |
4846 v7 = v10; | |
4847 do | |
4848 { | |
4849 LOBYTE(v6) = *(char *)v4; | |
4850 v4 = (char *)v4 + 1; | |
4851 if ( v6 ) | |
4852 *v5 = uZValue; | |
4853 ++v5; | |
4854 --v7; | |
4855 } | |
4856 while ( v7 ); | |
4857 v5 += 640 - v10; | |
4858 --v11; | |
4859 } | |
4860 while ( v11 ); | |
4861 if ( pIcons_LOD->dword_011BA4 ) | |
4862 { | |
4863 if ( v8->uDecompressedSize ) | |
4864 free(v12); | |
4865 } | |
4866 } | |
4867 | |
4868 //----- (0040F92A) -------------------------------------------------------- | |
1458 | 4869 void __fastcall ZBuffer_DoFill2(int *pZBuffer, Texture *a2, int a3) |
0 | 4870 { |
4871 Texture *v3; // esi@1 | |
4872 void *v4; // eax@3 | |
4873 int *v5; // edi@5 | |
4874 int v6; // ecx@6 | |
4875 int *v7; // [sp+Ch] [bp-10h]@1 | |
4876 int v8; // [sp+10h] [bp-Ch]@1 | |
4877 int v9; // [sp+18h] [bp-4h]@1 | |
4878 | |
4879 v3 = a2; | |
4880 v7 = pZBuffer; | |
4881 v8 = a2->uTextureWidth; | |
4882 v9 = a2->uTextureHeight; | |
4883 if ( pIcons_LOD->dword_011BA4 && a2->uDecompressedSize ) | |
4884 v4 = a2->UnzipPalette(); | |
4885 else | |
710 | 4886 v4 = a2->pLevelOfDetail0_prolly_alpha_mask; |
0 | 4887 v5 = v7; |
4888 do | |
4889 { | |
4890 v6 = v8; | |
4891 do | |
4892 { | |
4893 *v5 = a3; | |
4894 ++v5; | |
4895 --v6; | |
4896 } | |
4897 while ( v6 ); | |
4898 v5 += 640 - v8; | |
4899 --v9; | |
4900 } | |
4901 while ( v9 ); | |
4902 if ( pIcons_LOD->dword_011BA4 ) | |
4903 { | |
4904 if ( v3->uDecompressedSize ) | |
4905 free(v4); | |
4906 } | |
4907 } | |
4908 | |
4909 //----- (00410D99) -------------------------------------------------------- | |
1458 | 4910 int __fastcall sub_410D99_get_map_index(int a1) |
0 | 4911 { |
4912 int v1; // edi@1 | |
4913 signed int v2; // ebp@1 | |
4914 const char **v3; // esi@2 | |
4915 char *v4; // ebx@2 | |
4916 | |
4917 v1 = a1; | |
4918 v2 = 1; | |
1104 | 4919 if ( _stricmp(pMapStats->pInfos[1].pFilename, (const char *)&pGames_LOD->pSubIndices[a1]) ) |
0 | 4920 { |
4921 v3 = (const char **)&pMapStats->pInfos[1].pFilename; | |
4922 v4 = (char *)&pMapStats->pInfos[1].pFilename; | |
4923 do | |
4924 { | |
4925 if ( !*(int *)v4 ) | |
4926 break; | |
4927 v3 += 17; | |
4928 ++v2; | |
4929 v4 = (char *)v3; | |
4930 } | |
1104 | 4931 while ( _stricmp(*v3, (const char *)&pGames_LOD->pSubIndices[v1]) ); |
0 | 4932 } |
4933 return v2; | |
4934 } | |
4935 | |
4936 // 4E28F8: using guessed type int pCurrentScreen; | |
4937 | |
762 | 4938 void LoadFonts_and_DrawCopyrightWindow() |
4939 { | |
4940 MainMenuUI_LoadFontsAndSomeStuff(); | |
4941 DrawCopyrightWindow(); | |
4942 } | |
0 | 4943 |
4944 | |
4945 //----- (00416196) -------------------------------------------------------- | |
1033 | 4946 void identify_item() |
0 | 4947 { |
4948 Player *v0; // esi@2 | |
4949 POINT *v1; // edi@2 | |
4950 signed int v2; // ecx@5 | |
4951 signed int v3; // eax@5 | |
4952 int v4; // eax@5 | |
4953 char v5; // sf@5 | |
4954 int v6; // eax@5 | |
4955 int v7; // eax@7 | |
4956 unsigned __int16 v8; // ax@10 | |
4957 int v9; // edi@10 | |
4958 int v10; // eax@10 | |
4959 int v11; // edx@13 | |
4960 LONG v12; // edx@23 | |
4961 signed int v13; // edx@23 | |
4962 int v14; // edx@25 | |
4963 unsigned int v15; // edi@25 | |
4964 signed int v16; // edx@27 | |
4965 int v17; // eax@54 | |
4966 unsigned int v18; // edx@57 | |
4967 int v19; // eax@65 | |
4968 int v20; // edi@67 | |
4969 int v21; // eax@72 | |
4970 int v22; // ecx@74 | |
4971 int v23; // edx@78 | |
4972 int v24; // eax@79 | |
4973 int v25; // eax@80 | |
4974 int v26; // eax@84 | |
4975 ItemGen *v27; // esi@98 | |
4976 unsigned int v28; // eax@98 | |
4977 ItemGen *v29; // edi@98 | |
4978 unsigned int v30; // ecx@103 | |
4979 double v31; // st7@112 | |
4980 unsigned __int64 v32; // qax@113 | |
4981 unsigned int v33; // ecx@117 | |
4982 int v34; // eax@126 | |
4983 unsigned int v35; // ecx@127 | |
4984 double v36; // st7@132 | |
4985 signed __int64 v37; // qax@135 | |
4986 unsigned int v38; // eax@138 | |
4987 Vec3_int_ v39; // [sp-18h] [bp-A8h]@83 | |
4988 int *v40; // [sp-Ch] [bp-9Ch]@83 | |
4989 int *v41; // [sp-8h] [bp-98h]@83 | |
4990 int *v42; // [sp-4h] [bp-94h]@83 | |
4991 GUIWindow v43; // [sp+Ch] [bp-84h]@137 | |
4992 unsigned int pY; // [sp+60h] [bp-30h]@2 | |
4993 int v45; // [sp+64h] [bp-2Ch]@10 | |
4994 unsigned int pX; // [sp+68h] [bp-28h]@2 | |
4995 int v47; // [sp+6Ch] [bp-24h]@25 | |
4996 POINT y; // [sp+70h] [bp-20h]@2 | |
4997 POINT a2; // [sp+78h] [bp-18h]@2 | |
4998 Vec3_int_ pOut; // [sp+80h] [bp-10h]@2 | |
4999 unsigned int v51; // [sp+8Ch] [bp-4h]@23 | |
5000 | |
5001 if ( dword_50CDCC ) | |
5002 return; | |
5003 v0 = pPlayers[uActiveCharacter]; | |
5004 v1 = pMouse->GetCursorPos(&a2); | |
5005 pOut.z = pRenderer->pActiveZBuffer[v1->x + pSRZBufferLineOffsets[pMouse->GetCursorPos(&y)->y]] & 0xFFFF; | |
5006 pMouse->GetClickPos(&pX, &pY); | |
5007 if ( !pOut.z ) | |
5008 { | |
5009 if ( (signed int)pX <= 13 | |
5010 || (signed int)pX >= 462 | |
5011 || (v2 = pX - 14, | |
5012 v3 = pY - 17, | |
5013 pX = v2, | |
5014 pY = v3, | |
5015 v4 = 14 * (v3 >> 5), | |
5016 v2 >>= 5, | |
5017 v5 = v2 + v4 < 0, | |
5018 v6 = v2 + v4, | |
5019 pOut.z = v6, | |
5020 v5) | |
5021 || v6 > 126 | |
5022 || (v7 = v0->GetItemIDAtInventoryIndex(&pOut.z)) == 0 ) | |
5023 return; | |
5024 pOut.z = v7; | |
5025 } | |
5026 if ( !v0->CanAct() ) | |
5027 { | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
5028 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[427], v0->pName, pGlobalTXT_LocalizationStrings[541]); |
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1202
diff
changeset
|
5029 v43.Hint = pTmpBuf.data(); |
0 | 5030 v43.uFrameWidth = 384; |
5031 v43.uFrameHeight = 180; | |
5032 v43.uFrameY = 40; | |
5033 if ( pMouse->GetCursorPos(&a2)->x <= 320 ) | |
5034 v38 = pMouse->GetCursorPos(&a2)->x + 30; | |
5035 else | |
5036 v38 = pMouse->GetCursorPos(&a2)->x - 414; | |
5037 v43.uFrameX = v38; | |
5038 v43.DrawMessageBox(0); | |
5039 return; | |
5040 } | |
5041 --pOut.z; | |
5042 LOBYTE(v8) = v0->GetActualSkillLevel(PLAYER_SKILL_ALCHEMY); | |
5043 v9 = v8 & 0x3F; | |
5044 v45 = v8 & 0x3F; | |
5045 pOut.y = SkillToMastery(v8); | |
5046 v10 = pOut.z; | |
1358
61010a655c94
a few itemID changed to their enum values + added a few new ones
Grumpy7
parents:
1340
diff
changeset
|
5047 if ( pParty->pPickedItem.uItemID == ITEM_POTION_BOTTLE ) |
0 | 5048 { |
5049 LABEL_116: | |
1384
b51332ab228f
changed a few member variables in Player to slightly less confusing names
Grumpy7
parents:
1361
diff
changeset
|
5050 GameUI_DrawItemInfo(&v0->pInventoryItemList[v10]); |
0 | 5051 return; |
5052 } | |
5053 if ( (signed int)pParty->pPickedItem.uItemID < 200 | |
5054 || (signed int)pParty->pPickedItem.uItemID > 219 | |
5055 || (v11 = (int)((char *)v0 + 36 * pOut.z), *(int *)(v11 + 532) != 220) ) | |
5056 { | |
5057 if ( (signed int)pParty->pPickedItem.uItemID < 221 | |
5058 || (signed int)pParty->pPickedItem.uItemID > 271 | |
5059 || (v12 = (LONG)((char *)v0 + 36 * pOut.z), a2.y = v12, v13 = *(int *)(v12 + 532), v51 = v13, v13 < 221) | |
5060 || v13 > 271 ) | |
5061 { | |
5062 if ( pParty->pPickedItem.uItemID != 236 | |
5063 && ((signed int)pParty->pPickedItem.uItemID < 246 || (signed int)pParty->pPickedItem.uItemID > 250) | |
5064 && pParty->pPickedItem.uItemID != 263 | |
5065 && pParty->pPickedItem.uItemID != 233 ) | |
5066 goto LABEL_116; | |
1384
b51332ab228f
changed a few member variables in Player to slightly less confusing names
Grumpy7
parents:
1361
diff
changeset
|
5067 v27 = &v0->pInventoryItemList[pOut.z]; |
0 | 5068 v28 = v27->uItemID; |
5069 v51 = pItemsTable->pItems[v27->uItemID].uEquipType; | |
570 | 5070 v29 = (ItemGen *)(1800 * pParty->pPickedItem.uEnchantmentType); |
0 | 5071 if ( pParty->pPickedItem.uItemID != 233 ) |
5072 { | |
5073 if ( pParty->pPickedItem.uItemID == 236 ) | |
5074 { | |
5075 v35 = v27->uAttributes; | |
5076 if ( v35 & 2 || (v51 & 0x80000000u) != 0 || (signed int)v51 > 12 || (signed int)v28 >= 500 ) | |
1419 | 5077 { |
5078 pMouse->RemoveHoldingItem(); | |
5079 dword_50CDCC = 1; | |
5080 return; | |
5081 } | |
0 | 5082 LOWORD(v35) = v35 | 0x210; |
5083 v27->uAttributes = v35; | |
5084 } | |
5085 else | |
5086 { | |
5087 if ( (signed int)pParty->pPickedItem.uItemID <= 245 ) | |
1419 | 5088 { |
5089 pMouse->RemoveHoldingItem(); | |
5090 dword_50CDCC = 1; | |
5091 return; | |
5092 } | |
0 | 5093 if ( (signed int)pParty->pPickedItem.uItemID <= 250 ) |
5094 { | |
5095 v27->UpdateTempBonus(pParty->uTimePlayed); | |
5096 v33 = v27->uItemID; | |
5097 if ( (signed int)v27->uItemID >= 64 && (signed int)v33 <= 65 | |
5098 || (pOut.y = v27->uAttributes, pOut.y & 2) | |
377 | 5099 || v27->uSpecEnchantmentType |
570 | 5100 || v27->uEnchantmentType |
0 | 5101 || v51 && v51 != 1 && v51 != 2 |
5102 || (signed int)v33 >= 500 ) | |
1419 | 5103 { |
5104 pMouse->RemoveHoldingItem(); | |
5105 dword_50CDCC = 1; | |
5106 return; | |
5107 } | |
0 | 5108 v34 = *(int *)&aSbwb00[4 * pParty->pPickedItem.uItemID + 4]; |
5109 a2.y = (int)v29 << 7; | |
5110 v31 = (double)(signed int)((int)v29 << 7); | |
377 | 5111 v27->uSpecEnchantmentType = v34; |
0 | 5112 } |
5113 else | |
5114 { | |
5115 if ( pParty->pPickedItem.uItemID != 263 | |
5116 || (v27->UpdateTempBonus(pParty->uTimePlayed), v30 = v27->uItemID, (signed int)v27->uItemID >= 64) | |
5117 && (signed int)v30 <= 65 | |
5118 || (pOut.y = v27->uAttributes, pOut.y & 2) | |
377 | 5119 || v27->uSpecEnchantmentType |
570 | 5120 || v27->uEnchantmentType |
0 | 5121 || v51 && v51 != 1 && v51 != 2 |
5122 || (signed int)v30 >= 500 ) | |
1419 | 5123 { |
5124 pMouse->RemoveHoldingItem(); | |
5125 dword_50CDCC = 1; | |
5126 return; | |
5127 } | |
0 | 5128 a2.y = (int)v29 << 7; |
377 | 5129 v27->uSpecEnchantmentType = 40; |
0 | 5130 v31 = (double)a2.y; |
5131 } | |
5132 v32 = pParty->uTimePlayed + (signed int)(signed __int64)(v31 * 0.033333335); | |
5133 LODWORD(v27->uExpireTime) = v32; | |
5134 LODWORD(v32) = pOut.y; | |
5135 LOBYTE(v32) = LOBYTE(pOut.y) | 0x18; | |
5136 HIDWORD(v27->uExpireTime) = HIDWORD(v32); | |
5137 v27->uAttributes = v32; | |
5138 } | |
984 | 5139 _50C9A8_item_enchantment_timer = 256; |
1419 | 5140 pMouse->RemoveHoldingItem(); |
5141 dword_50CDCC = 1; | |
5142 return; | |
0 | 5143 } |
570 | 5144 v36 = (70.0 - (double)pParty->pPickedItem.uEnchantmentType) * 0.01; |
0 | 5145 if ( v36 < 0.0 ) |
5146 v36 = 0.0; | |
5147 if ( v51 != 12 ) | |
5148 { | |
5149 pAudioPlayer->PlaySound(SOUND_27, 0, 0, -1, 0, 0, 0, 0); | |
5150 return; | |
5151 } | |
5152 a2.y = v27->uMaxCharges; | |
5153 v37 = (signed __int64)((double)a2.y - v36 * (double)a2.y); | |
5154 v27->uMaxCharges = v37; | |
5155 v27->uNumCharges = (unsigned __int8)v37; | |
1419 | 5156 pMouse->RemoveHoldingItem(); |
5157 dword_50CDCC = 1; | |
5158 return; | |
0 | 5159 } |
5160 v14 = v13 - 222; | |
5161 v15 = pParty->pPickedItem.uItemID - 222; | |
5162 v47 = v14; | |
5163 y.y = 0; | |
5164 if ( pParty->pPickedItem.uItemID == 221 || v51 == 221 ) | |
5165 { | |
5166 v16 = 5; | |
5167 } | |
5168 else | |
5169 { | |
5170 v16 = *(short *)&pItemsTable->field_EDE0[2 * (v14 + 50 * v15) + 388]; | |
5171 v10 = pOut.z; | |
5172 } | |
5173 v51 = v16; | |
5174 if ( v45 ) | |
5175 { | |
5176 if ( v16 < 225 || v16 > 227 ) | |
5177 { | |
5178 if ( v16 < 228 || v16 > 239 ) | |
5179 { | |
5180 if ( v16 < 240 || v16 > 261 ) | |
5181 { | |
5182 if ( v16 >= 262 && pOut.y != 4 ) | |
5183 { | |
5184 LABEL_53: | |
5185 v51 = 4; | |
5186 goto LABEL_54; | |
5187 } | |
5188 } | |
5189 else | |
5190 { | |
5191 if ( pOut.y <= 2 ) | |
5192 { | |
5193 LABEL_38: | |
5194 v51 = 3; | |
5195 goto LABEL_54; | |
5196 } | |
5197 } | |
5198 } | |
5199 else | |
5200 { | |
5201 if ( pOut.y == 1 ) | |
5202 { | |
5203 LABEL_35: | |
5204 v51 = 2; | |
5205 goto LABEL_54; | |
5206 } | |
5207 } | |
5208 } | |
5209 } | |
5210 else | |
5211 { | |
5212 if ( v16 >= 225 && v16 <= 227 ) | |
5213 { | |
5214 v51 = 1; | |
5215 goto LABEL_54; | |
5216 } | |
5217 if ( v16 >= 228 && v16 <= 239 ) | |
5218 goto LABEL_35; | |
5219 if ( v16 >= 240 && v16 <= 261 ) | |
5220 goto LABEL_38; | |
5221 if ( v16 >= 262 ) | |
5222 goto LABEL_53; | |
5223 } | |
5224 LABEL_54: | |
5225 pOut.y = 0; | |
5226 pOut.x = v10 + 1; | |
1384
b51332ab228f
changed a few member variables in Player to slightly less confusing names
Grumpy7
parents:
1361
diff
changeset
|
5227 v17 = (int)v0->pInventoryMatrix; |
0 | 5228 while ( *(int *)v17 != pOut.x ) |
5229 { | |
5230 ++pOut.y; | |
5231 v17 += 4; | |
5232 if ( pOut.y >= 126 ) | |
5233 { | |
5234 v18 = y.y; | |
5235 goto LABEL_59; | |
5236 } | |
5237 } | |
5238 v18 = pOut.y; | |
5239 LABEL_59: | |
5240 if ( !v51 ) | |
5241 { | |
5242 LABEL_115: | |
5243 v10 = pOut.z; | |
5244 goto LABEL_116; | |
5245 } | |
5246 if ( v51 == 1 ) | |
5247 { | |
5248 v0->RemoveItemAtInventoryIndex(v18); | |
5249 v26 = rand(); | |
1036 | 5250 v0->ReceiveDamage(v26 % 11 + 10, DMGT_FIRE); |
0 | 5251 pAudioPlayer->PlaySound(SOUND_8, 0, 0, -1, 0, 0, 0, 0); |
437 | 5252 |
5253 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 0, 0); | |
1033 | 5254 |
0 | 5255 v42 = (int *)&a2.y; |
5256 v41 = (int *)&y.y; | |
5257 v40 = (int *)&pOut; | |
5258 v39.z = pParty->vPosition.z + pParty->sEyelevel; | |
5259 } | |
5260 else | |
5261 { | |
5262 if ( v51 == 2 ) | |
5263 { | |
5264 v0->RemoveItemAtInventoryIndex(v18); | |
5265 v25 = rand(); | |
1036 | 5266 v0->ReceiveDamage(v25 % 71 + 30, DMGT_FIRE); |
0 | 5267 v23 = 1; |
5268 } | |
5269 else | |
5270 { | |
5271 if ( v51 == 3 ) | |
5272 { | |
5273 v0->RemoveItemAtInventoryIndex(v18); | |
5274 v24 = rand(); | |
1036 | 5275 v0->ReceiveDamage(v24 % 201 + 50, DMGT_FIRE); |
0 | 5276 v23 = 5; |
5277 } | |
5278 else | |
5279 { | |
5280 if ( v51 != 4 ) | |
5281 { | |
5282 if ( v51 != 5 ) | |
5283 { | |
1014 | 5284 v19 = v0->AddItem(-1, 0xDCu); |
0 | 5285 if ( v19 ) |
1019 | 5286 // *(int *)&v0->field_1F5[36 * v19 + 15] = 1; |
5287 v0->pOwnItems[v19-1].uAttributes=ITEM_IDENTIFIED; | |
0 | 5288 v20 = v47 + 50 * v15; |
1384
b51332ab228f
changed a few member variables in Player to slightly less confusing names
Grumpy7
parents:
1361
diff
changeset
|
5289 v0->pInventoryItemList[pOut.z].uItemID = v51; |
b51332ab228f
changed a few member variables in Player to slightly less confusing names
Grumpy7
parents:
1361
diff
changeset
|
5290 v0->pInventoryItemList[pOut.z].uEnchantmentType = (pParty->pPickedItem.uEnchantmentType |
b51332ab228f
changed a few member variables in Player to slightly less confusing names
Grumpy7
parents:
1361
diff
changeset
|
5291 + v0->pInventoryItemList[pOut.z].uEnchantmentType) |
0 | 5292 / 2; |
222 | 5293 v0->SetVariable(VAR_AutoNotes, *(short *)&pItemsTable->potion_note[2 * v20 ]);//field_10168 + 388 |
0 | 5294 LABEL_74: |
5295 v22 = (int)((char *)v0 + 36 * pOut.z); | |
222 | 5296 if ( !(pItemsTable->pItems[*(int *)(v22 + 532) ].uItemID_Rep_St) ) |
0 | 5297 *(int *)(v22 + 552) |= 1u; |
5298 if ( !dword_4E455C ) | |
1419 | 5299 { |
5300 pMouse->RemoveHoldingItem(); | |
5301 dword_50CDCC = 1; | |
5302 return; | |
5303 } | |
187 | 5304 v0->PlaySound(SPEECH_16, 0); |
1419 | 5305 dword_4E455C = 0; |
5306 pMouse->RemoveHoldingItem(); | |
5307 dword_50CDCC = 1; | |
5308 return; | |
0 | 5309 } |
5310 if ( v45 ) | |
5311 { | |
5312 if ( *(int *)(a2.y + 532) == 221 ) | |
5313 *(int *)(a2.y + 532) = pParty->pPickedItem.uItemID; | |
5314 else | |
570 | 5315 *(int *)(a2.y + 536) = pParty->pPickedItem.uEnchantmentType; |
1014 | 5316 v21 = v0->AddItem(-1, 0xDCu); |
0 | 5317 if ( v21 ) |
1019 | 5318 //*(int *)&v0->field_1F5[36 * v21 + 15] = 1; |
5319 v0->pOwnItems[v21-1].uAttributes=ITEM_IDENTIFIED; | |
0 | 5320 goto LABEL_74; |
5321 } | |
5322 goto LABEL_115; | |
5323 } | |
5324 v0->RemoveItemAtInventoryIndex(v18); | |
5325 v0->SetCondition(0x10u, 0); | |
5326 v23 = 0; | |
5327 } | |
5328 } | |
1012 | 5329 v0->ItemsEnchant(v23); |
0 | 5330 pAudioPlayer->PlaySound(SOUND_8, 0, 0, -1, 0, 0, 0, 0); |
437 | 5331 |
5332 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 0, 0); | |
1033 | 5333 |
0 | 5334 v42 = (int *)&a2.y; |
5335 v41 = (int *)&y.y; | |
5336 v40 = (int *)&pOut; | |
5337 v39.z = pParty->vPosition.z + pParty->sEyelevel; | |
5338 } | |
5339 *(_QWORD *)&v39.x = *(_QWORD *)&pParty->vPosition.x; | |
5340 Vec3_int_::Rotate(64, pParty->sRotationY, pParty->sRotationX, v39, v40, v41, v42); | |
5341 sub_42F7EB_DropItemAt(0x41Bu, pOut.x, y.y, a2.y, 0, 1, 0, 0, 0); | |
5342 if ( dword_4E455C ) | |
5343 { | |
5344 if ( v0->CanAct() ) | |
187 | 5345 v0->PlaySound(SPEECH_17, 0); |
0 | 5346 ShowStatusBarString(pGlobalTXT_LocalizationStrings[444], 2u); |
5347 dword_4E455C = 0; | |
5348 } | |
5349 pMouse->RemoveHoldingItem(); | |
5350 dword_50CDCC = 1; | |
5351 return; | |
5352 } | |
5353 *(int *)(v11 + 536) = v9 + pItemsTable->pItems[pParty->pPickedItem.uItemID].uDamageDice; | |
5354 switch ( pParty->pPickedItem.uItemID ) | |
5355 { | |
5356 case 0xC8u: | |
5357 case 0xC9u: | |
5358 case 0xCAu: | |
5359 case 0xCBu: | |
5360 case 0xCCu: | |
1384
b51332ab228f
changed a few member variables in Player to slightly less confusing names
Grumpy7
parents:
1361
diff
changeset
|
5361 v0->pInventoryItemList[pOut.z].uItemID = 222; |
0 | 5362 break; |
5363 case 0xCDu: | |
5364 case 0xCEu: | |
5365 case 0xCFu: | |
5366 case 0xD0u: | |
5367 case 0xD1u: | |
1384
b51332ab228f
changed a few member variables in Player to slightly less confusing names
Grumpy7
parents:
1361
diff
changeset
|
5368 v0->pInventoryItemList[pOut.z].uItemID = 223; |
0 | 5369 break; |
5370 case 0xD2u: | |
5371 case 0xD3u: | |
5372 case 0xD4u: | |
5373 case 0xD5u: | |
5374 case 0xD6u: | |
1384
b51332ab228f
changed a few member variables in Player to slightly less confusing names
Grumpy7
parents:
1361
diff
changeset
|
5375 v0->pInventoryItemList[pOut.z].uItemID = 224; |
0 | 5376 break; |
5377 case 0xD7u: | |
5378 case 0xD8u: | |
5379 case 0xD9u: | |
5380 case 0xDAu: | |
5381 case 0xDBu: | |
1384
b51332ab228f
changed a few member variables in Player to slightly less confusing names
Grumpy7
parents:
1361
diff
changeset
|
5382 v0->pInventoryItemList[pOut.z].uItemID = 221; |
0 | 5383 break; |
5384 default: | |
5385 break; | |
5386 } | |
5387 pMouse->RemoveHoldingItem(); | |
5388 dword_50CDCC = 1; | |
5389 if ( dword_4E455C ) | |
5390 { | |
187 | 5391 v0->PlaySound(SPEECH_16, 0); |
0 | 5392 dword_4E455C = 0; |
5393 } | |
5394 } | |
5395 | |
5396 //----- (00417AD4) -------------------------------------------------------- | |
983 | 5397 unsigned int GetSkillColor(unsigned int uPlayerClass, PLAYER_SKILL_TYPE uPlayerSkillType, signed int skill_level) |
1393 | 5398 { |
5399 switch (uPlayerClass % 4) | |
269 | 5400 { |
1393 | 5401 case 0: |
269 | 5402 { |
1393 | 5403 if (byte_4ED970_skill_learn_ability_by_class_table[uPlayerClass][uPlayerSkillType] >= skill_level) |
5404 return ui_character_skillinfo_can_learn; | |
5405 if (byte_4ED970_skill_learn_ability_by_class_table[uPlayerClass + 1][uPlayerSkillType] < skill_level && | |
5406 byte_4ED970_skill_learn_ability_by_class_table[uPlayerClass + 2][uPlayerSkillType] < skill_level) | |
5407 { | |
5408 if (byte_4ED970_skill_learn_ability_by_class_table[uPlayerClass + 3][uPlayerSkillType] < skill_level) | |
5409 return ui_character_skillinfo_cant_learn; | |
5410 } | |
5411 return ui_character_skillinfo_can_learn_gm; | |
0 | 5412 } |
1393 | 5413 break; |
5414 | |
5415 case 1: | |
269 | 5416 { |
1393 | 5417 if (byte_4ED970_skill_learn_ability_by_class_table[uPlayerClass][uPlayerSkillType] >= skill_level) |
5418 return ui_character_skillinfo_can_learn; | |
5419 if (byte_4ED970_skill_learn_ability_by_class_table[uPlayerClass + 1][uPlayerSkillType] < skill_level) | |
5420 { | |
5421 if (byte_4ED970_skill_learn_ability_by_class_table[uPlayerClass + 2][uPlayerSkillType] < skill_level) | |
5422 return ui_character_skillinfo_cant_learn; | |
5423 } | |
5424 return ui_character_skillinfo_can_learn_gm; | |
0 | 5425 } |
1393 | 5426 break; |
5427 | |
5428 case 2: | |
5429 case 3: | |
5430 { | |
5431 if (byte_4ED970_skill_learn_ability_by_class_table[uPlayerClass][uPlayerSkillType] < skill_level) | |
5432 return ui_character_skillinfo_cant_learn; | |
5433 return ui_character_skillinfo_can_learn; | |
5434 } | |
5435 break; | |
0 | 5436 } |
1393 | 5437 assert(false); |
1409
c9e3b93ec570
Highlighted locations with "using uninitialized variable" warning.
Nomad
parents:
1407
diff
changeset
|
5438 return 0; |
1296 | 5439 } |