Mercurial > mm7
annotate mm7_2.cpp @ 2072:2737276390ff
Merge
author | Nomad |
---|---|
date | Tue, 03 Dec 2013 21:30:40 +0200 |
parents | 259df09dfb50 |
children | c15871e2d743 |
rev | line source |
---|---|
1165
29a8defbad9e
temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents:
1150
diff
changeset
|
1 #ifdef _MSC_VER |
29a8defbad9e
temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents:
1150
diff
changeset
|
2 #define _CRT_SECURE_NO_WARNINGS |
29a8defbad9e
temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents:
1150
diff
changeset
|
3 #endif |
29a8defbad9e
temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents:
1150
diff
changeset
|
4 |
0 | 5 #include <io.h> |
6 #include <direct.h> | |
1545 | 7 |
8 #include "OSAPI.h" | |
1016 | 9 |
1262 | 10 #include "Texture.h" |
11 #include "mm7_data.h" | |
1016 | 12 #include "VideoPlayer.h" |
13 #include "Sprites.h" | |
14 #include "BSPModel.h" | |
15 | |
16 #include "LightmapBuilder.h" | |
17 #include "DecalBuilder.h" | |
18 #include "ParticleEngine.h" | |
19 #include "Mouse.h" | |
20 #include "Keyboard.h" | |
21 #include "CShow.h" | |
22 #include "GammaControl.h" | |
23 #include "stru6.h" | |
24 | |
1935 | 25 #include "Actor.h" |
1016 | 26 #include "Vis.h" |
0 | 27 #include "MapInfo.h" |
28 #include "Game.h" | |
29 #include "GUIWindow.h" | |
30 #include "GUIFont.h" | |
31 #include "Party.h" | |
32 #include "AudioPlayer.h" | |
33 #include "Outdoor.h" | |
1637 | 34 #include "Outdoor_stuff.h" |
0 | 35 #include "Overlays.h" |
36 #include "Arcomage.h" | |
37 #include "LOD.h" | |
38 #include "Actor.h" | |
39 #include "Events.h" | |
40 #include "Viewport.h" | |
41 #include "FrameTableInc.h" | |
2037
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
2035
diff
changeset
|
42 #include "OurMath.h" |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
496
diff
changeset
|
43 #include "SpriteObject.h" |
0 | 44 #include "ObjectList.h" |
45 #include "Chest.h" | |
46 #include "PaletteManager.h" | |
47 #include "DecorationList.h" | |
48 #include "SaveLoad.h" | |
49 #include "stru123.h" | |
522 | 50 #include "stru176.h" |
2044 | 51 #include "Timer.h" |
0 | 52 #include "IconFrameTable.h" |
53 #include "GUIProgressBar.h" | |
54 #include "Bink_Smacker.h" | |
55 #include "PlayerFrameTable.h" | |
56 #include "TurnEngine.h" | |
57 #include "FactionTable.h" | |
58 #include "StorylineTextTable.h" | |
59 #include "Random.h" | |
924 | 60 #include "CastSpellInfo.h" |
0 | 61 #include "stru298.h" |
62 #include "Events2D.h" | |
63 #include "Log.h" | |
1299 | 64 #include "UI\UIHouses.h" |
189 | 65 #include "texts.h" |
522 | 66 #include "MM7.h" |
1262 | 67 #include "Lights.h" |
1815 | 68 #include "NewUI/MainMenu.h" |
1828
35c1e4ff6ba7
party_finds_gold to Party::PartyFindsGold, cleaned up, moved Level/Decoration.h reference out of Indoor.h
Grumpy7
parents:
1826
diff
changeset
|
69 #include "Level/Decoration.h" |
2052 | 70 #include "LuaVM.h" |
71 | |
72 //#include "lib/lua/lua.h" | |
2033 | 73 |
1913 | 74 int __stdcall aWinProc(HWND hWnd, UINT Msg, WPARAM wParam, unsigned int lParam); |
75 int __stdcall InsertMM7CDDialogFunc(HWND hDlg, int a2, __int16 a3, int a4); | |
76 bool __fastcall FindMM7CD(HWND hWnd, char *pCDDrive); | |
77 bool __fastcall Initialize(HINSTANCE hInst, char *pCmdLine); | |
78 | |
79 //----- (004A1780) mm6_chinese--------------------------------------------- | |
80 __int64 fixpoint_div(int a1, int a2) | |
81 { | |
82 return ((__int64)a1 << 16) / a2; | |
83 } | |
84 | |
85 __int64 fixpoint_sub_unknown(int a1, int a2) | |
86 { | |
87 return (((__int64)a1 << 16) * a2) >> 16; | |
88 } | |
89 | |
90 //----- (0042EBBE) -------------------------------------------------------- | |
91 //----- (004453C0) mm6----------------------------------------------------- | |
92 //----- (004A1760) mm6_chinese--------------------------------------------- | |
93 __int64 fixpoint_mul(int a1, int a2) | |
94 { | |
95 return ((__int64)a1 * (__int64)a2) >> 16; | |
96 } | |
97 | |
98 __int64 fixpoint_dot(int x1, int x2, int y1, int y2, int z1, int z2) | |
99 { | |
100 return fixpoint_mul(x1, x2) + | |
101 fixpoint_mul(y1, y2) + | |
102 fixpoint_mul(z1, z2); | |
103 } | |
104 | |
0 | 105 //----- (004BB756) -------------------------------------------------------- |
1413 | 106 int UseNPCSkill(NPCProf profession) |
0 | 107 { |
1413 | 108 switch (profession) |
109 { | |
110 case Healer: | |
111 { | |
112 for (int i = 0; i < 4; ++i) | |
113 pParty->pPlayers[i].sHealth = pParty->pPlayers[i].GetMaxHealth(); | |
114 } | |
115 break; | |
116 | |
117 case ExpertHealer: | |
118 { | |
119 for (int i = 0; i < 4; ++i) | |
120 { | |
1980 | 121 Player* player = &pParty->pPlayers[i]; |
1413 | 122 player->sHealth = player->GetMaxHealth(); |
123 | |
124 for (int j = 0; j < 14; ++j) | |
125 player->pConditions[i] = 0; | |
126 player->pConditions[18] = 0; | |
127 } | |
128 } | |
129 break; | |
130 | |
131 case MasterHealer: | |
132 { | |
133 for (int i = 0; i < 4; ++i) | |
134 { | |
1980 | 135 Player* player = &pParty->pPlayers[i]; |
1413 | 136 player->sHealth = player->GetMaxHealth(); |
137 | |
1980 | 138 int v5 = LODWORD(player->pConditions[19]);//*((int *)v4 - 32); |
139 int v6 = HIDWORD(player->pConditions[19]);//*((int *)v4 - 31); | |
1826 | 140 memset(player->pConditions.data(), 0, 0xA0u); |
1413 | 141 |
142 __debugbreak(); | |
143 *(int *)&player->pActiveSkills[8] = v5; | |
144 *(int *)&player->pActiveSkills[10] = v6; | |
145 } | |
146 } | |
147 break; | |
148 | |
149 case Cook: | |
150 { | |
151 if (pParty->uNumFoodRations >= 13) | |
152 return 1; | |
153 | |
154 Party::GiveFood(1); | |
155 } | |
156 break; | |
157 | |
158 case Chef: | |
159 { | |
160 if (pParty->uNumFoodRations >= 13) | |
161 return 1; | |
162 | |
163 if (pParty->uNumFoodRations == 13) | |
164 Party::GiveFood(1); | |
165 else | |
166 Party::GiveFood(2); | |
167 } | |
168 break; | |
169 | |
170 case WindMaster: | |
0 | 171 { |
1413 | 172 if (uCurrentlyLoadedLevelType == LEVEL_Indoor) |
173 { | |
174 ShowStatusBarString(pGlobalTXT_LocalizationStrings[494], 2); | |
175 pAudioPlayer->PlaySound(SOUND_203, 0, 0, -1, 0, 0, 0, 0); | |
176 } | |
177 else | |
178 { | |
1980 | 179 int v19 = pOtherOverlayList->_4418B1(10008, 203, 0, 65536); |
1413 | 180 pParty->pPartyBuffs[PARTY_BUFF_FLY].Apply(pParty->uTimePlayed + 60 * (256 * 2), 3, 1, v19, 0); |
181 pParty->pPartyBuffs[PARTY_BUFF_FLY].uFlags |= 1u; | |
182 pAudioPlayer->PlaySound(SOUND_11090, 0, 0, -1, 0, 0, 0, 0); | |
183 } | |
184 } | |
185 break; | |
186 | |
187 case WaterMaster: | |
188 { | |
1980 | 189 int v20 = pOtherOverlayList->_4418B1(10005, 201, 0, 65536); |
1413 | 190 pParty->pPartyBuffs[PARTY_BUFF_WATER_WALK].Apply(pParty->uTimePlayed + 60 * (256 * (2 + 1)), 3, 0, v20, 0); |
191 pParty->pPartyBuffs[PARTY_BUFF_WATER_WALK].uFlags |= 1u; | |
192 pAudioPlayer->PlaySound(SOUND_12040, 0, 0, -1, 0, 0, 0, 0); | |
193 } | |
194 break; | |
195 | |
196 case GateMaster: | |
197 { | |
198 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 0, 0); | |
199 dword_50C9DC = 195; | |
200 ptr_50C9E0 = GetNPCData(sDialogue_SpeakingActorNPC_ID); | |
201 } | |
202 break; | |
203 | |
204 case Acolyte: _42777D_CastSpell_UseWand_ShootArrow(46, 0, 133, 0, 0); break; | |
205 case Piper: _42777D_CastSpell_UseWand_ShootArrow(51, 0, 133, 0, 0); break; | |
206 case FallenWizard: _42777D_CastSpell_UseWand_ShootArrow(86, 0, 133, 0, 0); break; | |
207 | |
208 case Teacher: | |
209 case Instructor: | |
210 case Armsmaster: | |
211 case Weaponsmaster: | |
212 case Apprentice: | |
213 case Mystic: | |
214 case Spellmaster: | |
215 case Trader: | |
216 case Merchant: | |
217 case Scout: | |
218 case Herbalist: | |
219 case Apothecary: | |
220 case Tinker: | |
221 case Locksmith: | |
222 case Fool: | |
223 case ChimneySweep: | |
224 case Porter: | |
225 case QuarterMaster: | |
226 case Factor: | |
227 case Banker: | |
228 case Horseman: | |
229 case Bard: | |
230 case Enchanter: | |
231 case Cartographer: | |
232 case Explorer: | |
233 case Pirate: | |
234 case Squire: | |
235 case Psychic: | |
236 case Gypsy: | |
237 case Diplomat: | |
238 case Duper: | |
239 case Burglar: | |
240 case Acolyte2: | |
241 case Initiate: | |
242 case Prelate: | |
243 case Monk: | |
244 case Sage: | |
245 case Hunter: | |
246 break; | |
247 | |
248 default: | |
249 assert(false && "Invalid enum value"); | |
250 } | |
251 return 0; | |
0 | 252 } |
253 | |
254 //----- (004BBA85) -------------------------------------------------------- | |
1529 | 255 void CheckBountyRespawnAndAward() |
0 | 256 { |
257 int i; // eax@2 | |
1529 | 258 int rand_monster_id; // edx@3 |
0 | 259 |
260 uDialogueType = 83; | |
261 pDialogueWindow->Release(); | |
262 pDialogueWindow = GUIWindow::Create(0, 0, 640, 350, WINDOW_MainMenu, 0, 0); | |
1529 | 263 pBtn_ExitCancel = pDialogueWindow->CreateButton(471, 445, 169, 35, 1, 0, UIMSG_Escape, 0, 0, pGlobalTXT_LocalizationStrings[34],// "Cancel" |
945 | 264 pIcons_LOD->GetTexture(uExitCancelTextureId), 0); |
832 | 265 pDialogueWindow->CreateButton(0, 0, 0, 0, 1, 0, UIMSG_BuyInShop_Identify_Repair, 0, 0, "", 0); |
1529 | 266 pDialogueWindow->CreateButton(480, 160, 140, 30, 1, 0, UIMSG_0, 83, 0, "", 0); |
972 | 267 pDialogueWindow->_41D08F_set_keyboard_control_group(1, 1, 0, 2); |
747 | 268 dialog_menu_id = HOUSE_DIALOGUE_OTHER; |
1529 | 269 //get new monster for hunting |
1747
cecb080929c4
Party_stru0 renamed to PartyTimeStruct, fixed its members, renamed Party::field_3C to Party::PartyTimes, started Player::SetVariable refactoring start
Grumpy7
parents:
1736
diff
changeset
|
270 if ( pParty->PartyTimes.bountyHunting_next_generation_time[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] < (signed __int64)pParty->uTimePlayed ) |
1529 | 271 { |
272 pParty->monster_for_hunting_killed[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] = false; | |
1747
cecb080929c4
Party_stru0 renamed to PartyTimeStruct, fixed its members, renamed Party::field_3C to Party::PartyTimes, started Player::SetVariable refactoring start
Grumpy7
parents:
1736
diff
changeset
|
273 pParty->PartyTimes.bountyHunting_next_generation_time[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] = (signed __int64)((double)(0x12750000 * (pParty->uCurrentMonth + 12i64 * pParty->uCurrentYear - 14015)) * 0.033333335); |
0 | 274 for ( i = rand(); ; i = rand() ) |
275 { | |
1529 | 276 rand_monster_id = i % 258 + 1; |
277 pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] = rand_monster_id; | |
278 if ( (unsigned __int16)rand_monster_id < 0x73u || (unsigned __int16)rand_monster_id > 0x84u ) | |
0 | 279 { |
1529 | 280 if ( ((unsigned __int16)rand_monster_id < 0xEBu || (unsigned __int16)rand_monster_id > 0xFCu) |
281 && ((unsigned __int16)rand_monster_id < 0x85u || (unsigned __int16)rand_monster_id > 0x96u) | |
282 && ((unsigned __int16)rand_monster_id < 0x97u || (unsigned __int16)rand_monster_id > 0xBAu) | |
283 && ((unsigned __int16)rand_monster_id < 0xC4u || (unsigned __int16)rand_monster_id > 0xC6u) ) | |
0 | 284 break; |
285 } | |
286 } | |
287 } | |
1529 | 288 bountyHunting_monster_id_for_hunting = pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)]; |
289 if ( !pParty->monster_for_hunting_killed[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] ) | |
290 { | |
291 bountyHunting_text = pNPCTopics[351].pText; | |
292 if ( !pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] ) | |
293 bountyHunting_text = pNPCTopics[353].pText; | |
294 } | |
295 else//get prize | |
296 { | |
297 if ( pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] ) | |
0 | 298 { |
1828
35c1e4ff6ba7
party_finds_gold to Party::PartyFindsGold, cleaned up, moved Level/Decoration.h reference out of Indoor.h
Grumpy7
parents:
1826
diff
changeset
|
299 pParty->PartyFindsGold(100 * pMonsterStats->pInfos[(unsigned __int16)pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)]].uLevel, 0); |
1529 | 300 for ( uint i = 0; i < 4; ++i ) |
301 pParty->pPlayers[i].SetVariable(VAR_Award, 86); | |
302 pParty->uNumBountiesCollected += 100 * pMonsterStats->pInfos[pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)]].uLevel; | |
303 pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] = 0; | |
304 pParty->monster_for_hunting_killed[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] = false; | |
0 | 305 } |
1529 | 306 bountyHunting_text = pNPCTopics[352].pText; |
307 } | |
0 | 308 } |
309 | |
310 //----- (004BBCDD) -------------------------------------------------------- | |
1914 | 311 void Arena_SelectionFightLevel() |
0 | 312 { |
313 signed int v0; // ebp@3 | |
90 | 314 Actor *v1; // eax@4 |
0 | 315 __int16 v2; // cx@5 |
316 int v3; // esi@8 | |
317 Player *v4; // esi@14 | |
318 GUIButton *v5; // eax@18 | |
319 GUIButton *v6; // esi@19 | |
320 size_t v7; // [sp+10h] [bp-4h]@4 | |
321 | |
322 if ( pParty->field_7B5_in_arena_quest ) | |
323 { | |
324 if ( pParty->field_7B5_in_arena_quest == -1 ) | |
325 { | |
326 uDialogueType = 92; | |
327 } | |
328 else | |
329 { | |
330 v0 = 0; | |
90 | 331 if ( (signed int)uNumActors > 0 ) |
332 { | |
1202 | 333 v1 = pActors.data();//[0].uAIState; |
90 | 334 v7 = uNumActors; |
335 do | |
336 { | |
337 v2 = v1->uAIState; | |
848 | 338 if ( v1->uAIState == Dead || v2 == Removed || v2 == Disabled || (v3 = v1->uSummonerID) != 0 && PID_TYPE(v3) == OBJECT_Player) |
90 | 339 ++v0; |
340 ++v1; | |
341 --v7; | |
342 } | |
343 while ( v7 ); | |
344 } | |
345 if ( v0 >= (signed int)uNumActors || (signed int)uNumActors <= 0) | |
346 { | |
0 | 347 uDialogueType = 91; |
1861
a86c60679949
changing most of party arrays to std::arrays, some minor cleanups in actor.cpp
Grumpy7
parents:
1842
diff
changeset
|
348 v4 = pParty->pPlayers.data(); |
1529 | 349 ++*((char *)&pParty->monster_for_hunting_killed[3] + (unsigned __int8)pParty->field_7B5_in_arena_quest + 1); |
0 | 350 do |
351 { | |
352 v4->SetVariable(VAR_Award, (unsigned __int8)pParty->field_7B5_in_arena_quest + 3); | |
353 ++v4; | |
354 } | |
1861
a86c60679949
changing most of party arrays to std::arrays, some minor cleanups in actor.cpp
Grumpy7
parents:
1842
diff
changeset
|
355 while ( (signed int)v4 < (signed int)pParty->pHirelings.data() ); |
1828
35c1e4ff6ba7
party_finds_gold to Party::PartyFindsGold, cleaned up, moved Level/Decoration.h reference out of Indoor.h
Grumpy7
parents:
1826
diff
changeset
|
356 pParty->PartyFindsGold(gold_transaction_amount, 0); |
0 | 357 pAudioPlayer->PlaySound((SoundID)14060, 0, 0, -1, 0, 0, 0, 0); |
358 pParty->field_7B5_in_arena_quest = -1; | |
359 } | |
360 else | |
361 { | |
362 uDialogueType = 90; | |
363 pParty->vPosition.x = 3849; | |
364 pParty->vPosition.y = 5770; | |
365 pParty->vPosition.z = 1; | |
366 pParty->uFallStartY = 1; | |
367 pParty->sRotationY = 512; | |
368 pParty->sRotationX = 0; | |
369 pParty->uFallSpeed = 0; | |
370 pAudioPlayer->PlaySound((SoundID)14060, 0, 0, -1, 0, 0, 0, 0); | |
371 } | |
372 } | |
373 } | |
374 else | |
375 { | |
376 uDialogueType = 89; | |
377 v5 = pDialogueWindow->pControlsHead; | |
378 if ( v5 ) | |
379 { | |
380 do | |
381 { | |
382 v6 = v5->pNext; | |
1583 | 383 free(v5); |
0 | 384 v5 = v6; |
385 } | |
386 while ( v6 ); | |
387 } | |
388 pDialogueWindow->pControlsHead = 0; | |
389 pDialogueWindow->pControlsTail = 0; | |
390 pDialogueWindow->uNumControls = 0; | |
832 | 391 pBtn_ExitCancel = pDialogueWindow->CreateButton(0x1D7u, 0x1BDu, 0xA9u, 0x23u, 1, 0, UIMSG_Escape, 0, 0, pGlobalTXT_LocalizationStrings[79], |
945 | 392 pIcons_LOD->GetTexture(uExitCancelTextureId), 0); |
832 | 393 pDialogueWindow->CreateButton(0x1E0u, 0xA0u, 0x8Cu, 0x1Eu, 1, 0, UIMSG_SelectNPCDialogueOption, 0x55u, 0, "", 0); |
394 pDialogueWindow->CreateButton(0x1E0u, 0xBEu, 0x8Cu, 0x1Eu, 1, 0, UIMSG_SelectNPCDialogueOption, 0x56u, 0, "", 0); | |
395 pDialogueWindow->CreateButton(0x1E0u, 0xDCu, 0x8Cu, 0x1Eu, 1, 0, UIMSG_SelectNPCDialogueOption, 0x57u, 0, "", 0); | |
396 pDialogueWindow->CreateButton(0x1E0u, 0xFAu, 0x8Cu, 0x1Eu, 1, 0, UIMSG_SelectNPCDialogueOption, 0x58u, 0, "", 0); | |
972 | 397 pDialogueWindow->_41D08F_set_keyboard_control_group(4, 1, 0, 1); |
0 | 398 } |
399 } | |
400 | |
401 //----- (004BC109) -------------------------------------------------------- | |
1458 | 402 void ArenaFight() |
0 | 403 { |
404 int v0; // edi@1 | |
405 char *v1; // eax@7 | |
406 Player *v2; // edi@9 | |
407 int v3; // eax@10 | |
408 signed int v4; // esi@10 | |
409 signed __int64 v5; // qax@18 | |
410 signed int v6; // ebx@34 | |
411 char *v7; // edi@34 | |
412 int v8; // eax@37 | |
413 int v9; // esi@43 | |
414 int v10; // eax@44 | |
415 unsigned __int8 v11; // sf@44 | |
416 unsigned __int8 v12; // of@44 | |
417 signed int v13; // eax@49 | |
418 int v14; // esi@49 | |
419 int v15; // edx@50 | |
420 int v16; // eax@51 | |
421 signed int v17; // ecx@51 | |
422 int v18; // edx@53 | |
423 int i; // edi@55 | |
424 int monster_y; // ST18_4@56 | |
425 int v21; // eax@56 | |
426 signed int v22; // [sp-4h] [bp-144h]@51 | |
427 __int16 v23[100]; // [sp+Ch] [bp-134h]@39 | |
428 GUIWindow window; // [sp+D4h] [bp-6Ch]@1 | |
429 __int16 monster_ids[6]; // [sp+128h] [bp-18h]@56 | |
430 int v26; // [sp+134h] [bp-Ch]@1 | |
431 int v27; // [sp+138h] [bp-8h]@23 | |
432 int num_monsters; // [sp+13Ch] [bp-4h]@17 | |
433 | |
434 v26 = 0; | |
435 pParty->field_7B5_in_arena_quest = uDialogueType; | |
436 memcpy(&window, pDialogueWindow, sizeof(window)); | |
819 | 437 window.uFrameWidth = game_viewport_width; |
0 | 438 window.uFrameZ = 452; |
439 v0 = pFontArrus->CalcTextHeight(pGlobalTXT_LocalizationStrings[575], &window, 13, 0) + 7; | |
440 pRenderer->BeginSceneD3D(); | |
441 | |
442 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor ) | |
443 pIndoor->Draw(); | |
444 else if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor ) | |
445 pOutdoor->Draw(); | |
446 | |
447 pRenderer->DrawBillboards_And_MaybeRenderSpecialEffects_And_EndScene(); | |
448 pRenderer->BeginScene(); | |
449 if ( pRenderer->pRenderD3D ) | |
450 pRenderer->FillRectFast( | |
693 | 451 pViewport->uViewportTL_X, |
452 pViewport->uViewportTL_Y, | |
453 pViewport->uViewportBR_X - pViewport->uViewportTL_X, | |
454 pViewport->uViewportBR_Y - pViewport->uViewportTL_Y + 1, | |
0 | 455 pRenderer->uTargetGMask | pRenderer->uTargetBMask); |
456 | |
1980 | 457 Texture* pTex = pIcons_LOD->GetTexture(uTextureID_Leather); |
1496 | 458 pRenderer->GetLeather(8, 352 - v0, pTex, pTex->uTextureHeight - v0); |
0 | 459 |
460 pRenderer->DrawTextureIndexed(8u, 347 - v0, pTexture_591428); | |
461 v1 = FitTextInAWindow(pGlobalTXT_LocalizationStrings[575], pFontArrus, &window, 0xDu, 0); | |
462 pDialogueWindow->DrawText(pFontArrus, 13, 354 - v0, 0, v1, 0, 0, 0); | |
463 pRenderer->EndScene(); | |
464 pRenderer->Present(); | |
465 pParty->vPosition.x = 3849; | |
466 pParty->vPosition.y = 5770; | |
467 pParty->vPosition.z = 1; | |
468 pParty->uFallStartY = 1; | |
469 pParty->sRotationY = 512; | |
470 pParty->sRotationX = 0; | |
471 pParty->uFallSpeed = 0; | |
437 | 472 /*if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 ) |
0 | 473 { |
990 | 474 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = UIMSG_Escape; |
0 | 475 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 1; |
476 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0; | |
477 ++pMessageQueue_50CBD0->uNumMessages; | |
437 | 478 }*/ |
479 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0); | |
1861
a86c60679949
changing most of party arrays to std::arrays, some minor cleanups in actor.cpp
Grumpy7
parents:
1842
diff
changeset
|
480 v2 = pParty->pPlayers.data(); |
0 | 481 do |
482 { | |
483 v3 = v2->GetActualLevel(); | |
484 v4 = v26; | |
485 if ( v3 > v26 ) | |
486 { | |
487 v26 = v2->GetActualLevel(); | |
488 v4 = v26; | |
489 } | |
490 ++v2; | |
491 } | |
1861
a86c60679949
changing most of party arrays to std::arrays, some minor cleanups in actor.cpp
Grumpy7
parents:
1842
diff
changeset
|
492 while ( (signed int)v2 < (signed int)pParty->pHirelings.data() ); |
0 | 493 if ( uDialogueType == 85 ) |
494 { | |
495 num_monsters = v4; | |
1416 | 496 v4 /= 2; |
497 } | |
498 else if ( uDialogueType == 86 ) | |
0 | 499 { |
500 v5 = (signed __int64)((double)v26 * 1.5); | |
1416 | 501 num_monsters = v5; |
502 v4 /= 2; | |
503 } | |
504 else if ( uDialogueType == 87 ) | |
0 | 505 { |
506 LODWORD(v5) = 2 * v4; | |
507 num_monsters = v5; | |
508 v4 /= 2; | |
1416 | 509 } |
0 | 510 else |
1416 | 511 { |
512 __debugbreak(); // warning C4700: uninitialized local variable 'v27' used | |
513 if ( uDialogueType == 88 ) | |
514 num_monsters = 2 * v4; | |
515 else | |
516 v4 = v27; | |
517 } | |
0 | 518 if ( v4 < 1 ) |
519 v4 = 1; | |
520 if ( v4 > 100 ) | |
521 v4 = 100; | |
522 if ( num_monsters > 100 ) | |
523 num_monsters = 100; | |
524 if ( v4 < 2 ) | |
525 v4 = 2; | |
526 if ( num_monsters < 2 ) | |
527 num_monsters = 2; | |
528 v6 = 0; | |
529 v27 = 1; | |
530 v7 = (char *)&pMonsterStats->pInfos[1].uLevel; | |
531 do | |
532 { | |
533 if ( v7[8] != 1 ) | |
534 { | |
535 if ( !MonsterStats::BelongsToSupertype(*((short *)v7 + 22), MONSTER_SUPERTYPE_8) ) | |
536 { | |
537 v8 = (unsigned __int8)*v7; | |
538 if ( v8 >= v4 ) | |
539 { | |
540 if ( v8 <= num_monsters ) | |
541 v23[v6++] = v27; | |
542 } | |
543 } | |
544 } | |
545 ++v27; | |
546 v7 += 88; | |
547 } | |
548 while ( (signed int)v7 <= (signed int)&pMonsterStats->pInfos[258].uLevel ); | |
549 num_monsters = 6; | |
550 if ( v6 < 6 ) | |
551 num_monsters = v6; | |
552 v9 = 0; | |
553 if ( num_monsters > 0 ) | |
554 { | |
555 do | |
556 { | |
557 v10 = rand(); | |
558 ++v9; | |
559 v12 = __OFSUB__(v9, num_monsters); | |
560 v11 = v9 - num_monsters < 0; | |
561 *((short *)&window.pControlsTail + v9 + 1) = v23[v10 % v6]; | |
562 } | |
563 while ( v11 ^ v12 ); | |
564 } | |
565 if ( uDialogueType == 85 ) | |
566 { | |
567 v16 = rand(); | |
568 v17 = 3; | |
569 v22 = 50; | |
1416 | 570 v18 = v16 % v17; |
571 v13 = v22; | |
572 v14 = v18 + 6; | |
573 } | |
574 else if ( uDialogueType == 86 ) | |
0 | 575 { |
576 v16 = rand(); | |
577 v17 = 7; | |
578 v22 = 100; | |
579 v18 = v16 % v17; | |
580 v13 = v22; | |
581 v14 = v18 + 6; | |
1416 | 582 } |
583 else if ( uDialogueType == 87 ) | |
0 | 584 { |
585 v15 = rand() % 11; | |
586 v13 = 200; | |
587 v14 = v15 + 10; | |
588 } | |
589 else | |
590 { | |
591 if ( uDialogueType == 88 ) | |
592 { | |
593 v13 = 500; | |
594 v14 = 20; | |
595 } | |
596 else | |
597 { | |
598 v14 = v27; | |
267 | 599 v13 = gold_transaction_amount; |
0 | 600 } |
601 } | |
602 i = 0; | |
267 | 603 for ( gold_transaction_amount = v26 * v13; i < v14; ++i ) |
0 | 604 { |
605 monster_y = pMonsterArenaPlacements[i].y; | |
606 v21 = rand(); | |
1935 | 607 Actor::_4BBF61_summon_actor((unsigned __int16)monster_ids[v21 % num_monsters], pMonsterArenaPlacements[i].x, monster_y, 1); |
0 | 608 } |
609 pAudioPlayer->PlaySound((SoundID)14060, 0, 0, -1, 0, 0, 0, 0); | |
610 } | |
611 | |
612 //----- (004BD8B5) -------------------------------------------------------- | |
1919 | 613 int HouseDialogPressCloseBtn() |
0 | 614 { |
615 if ( pMessageQueue_50CBD0->uNumMessages ) | |
616 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
1459 | 617 pKeyActionMap->SetWindowInputStatus(WINDOW_INPUT_CANCELLED); |
0 | 618 pKeyActionMap->ResetKeys(); |
520
35f28d4c0ff9
GlobalEventInfo changed to LevelDecoration* activeLevelDecoration
Gloval
parents:
519
diff
changeset
|
619 activeLevelDecoration = NULL; |
827 | 620 current_npc_text = 0; |
1917 | 621 if ( pDialogueNPCCount == 0) |
1919 | 622 return 0; |
623 | |
624 if ( dialog_menu_id == HOUSE_DIALOGUE_SHOP_BUY_SPECIAL && ShopTexture ) | |
0 | 625 { |
1919 | 626 ShopTexture->Release(); |
1917 | 627 ShopTexture = 0; |
628 } | |
629 | |
1919 | 630 switch(dialog_menu_id) |
1917 | 631 { |
1919 | 632 case -1: |
633 _4B4224_UpdateNPCTopics((int)((char *)pDialogueNPCCount - 1)); | |
634 pVideoPlayer->_4BF5B2(); | |
635 break; | |
636 | |
637 case HOUSE_DIALOGUE_SHOP_DISPLAY_EQUIPMENT: | |
638 case HOUSE_DIALOGUE_LEARN_SKILLS: | |
639 case HOUSE_DIALOGUE_TAVERN_ARCOMAGE_MAIN: | |
640 pVideoPlayer->_4BF5B2(); | |
641 UI_CreateEndConversationButton(); | |
642 dialog_menu_id = HOUSE_DIALOGUE_MAIN; | |
643 InitializaDialogueOptions(in_current_building_type); | |
644 break; | |
645 | |
646 case HOUSE_DIALOGUE_SHOP_SELL: | |
647 case HOUSE_DIALOGUE_SHOP_IDENTIFY: | |
648 case HOUSE_DIALOGUE_SHOP_REPAIR: | |
649 UI_CreateEndConversationButton(); | |
650 dialog_menu_id = HOUSE_DIALOGUE_SHOP_DISPLAY_EQUIPMENT; | |
651 InitializaDialogueOptions_Shops(in_current_building_type); | |
652 break; | |
653 | |
654 case HOUSE_DIALOGUE_TAVERN_ARCOMAGE_RULES: | |
655 case HOUSE_DIALOGUE_TAVERN_ARCOMAGE_VICTORY_CONDITIONS: | |
656 case HOUSE_DIALOGUE_TAVERN_ARCOMAGE_RESULT: | |
657 pVideoPlayer->_4BF5B2(); | |
658 UI_CreateEndConversationButton(); | |
659 dialog_menu_id = HOUSE_DIALOGUE_TAVERN_ARCOMAGE_MAIN; | |
660 InitializaDialogueOptions_Tavern(in_current_building_type); | |
661 break; | |
662 | |
663 case HOUSE_DIALOGUE_NULL: | |
664 case HOUSE_DIALOGUE_MAIN: | |
665 pDialogueNPCCount = 0; | |
666 pDialogueWindow->Release(); | |
667 dialog_menu_id = HOUSE_DIALOGUE_NULL; | |
668 pDialogueWindow = 0; | |
669 pIcons_LOD->SyncLoadedFilesCount(); | |
670 | |
671 if ( uNumDialogueNPCPortraits == 1 ) | |
672 return 0; | |
673 | |
674 pBtn_ExitCancel = window_SpeakInHouse->pControlsHead; | |
675 if ( uNumDialogueNPCPortraits > 0 ) | |
676 { | |
677 for ( uint i = 0; i < (unsigned int)uNumDialogueNPCPortraits; ++i ) | |
678 { | |
679 HouseNPCPortraitsButtonsList[i] = window_SpeakInHouse->CreateButton(pNPCPortraits_x[uNumDialogueNPCPortraits - 1][i], | |
680 pNPCPortraits_y[uNumDialogueNPCPortraits - 1][i], | |
681 63, 73, 1, 0, UIMSG_ClickHouseNPCPortrait, i, 0, byte_591180[i].data(), 0, 0, 0); | |
682 } | |
683 } | |
684 | |
685 pVideoPlayer->_4BF5B2(); | |
686 break; | |
687 | |
688 default: | |
689 pVideoPlayer->_4BF5B2(); | |
690 dialog_menu_id = HOUSE_DIALOGUE_MAIN; | |
691 InitializaDialogueOptions(in_current_building_type); | |
692 break; | |
0 | 693 } |
1917 | 694 return 1; |
0 | 695 } |
696 | |
697 //----- (004BF91E) -------------------------------------------------------- | |
2061 | 698 unsigned int GameOverMenu(void *ecx0) |
0 | 699 { |
1838 | 700 const char *v1; // eax@2 |
0 | 701 unsigned int result; // eax@3 |
89 | 702 Player *v3; // eax@7 |
1838 | 703 const char *v4; // ST24_4@9 |
0 | 704 int v5; // eax@9 |
1838 | 705 const char *v6; // eax@10 |
706 const char *v7; // edx@10 | |
707 const char *v8; // ecx@12 | |
708 const char *v9; // eax@14 | |
0 | 709 unsigned int v10; // eax@25 |
710 GUIWindow pWindow; // [sp+34h] [bp-9Ch]@1 | |
1532 | 711 //MSG Msg; // [sp+88h] [bp-48h]@22 |
0 | 712 unsigned int v14; // [sp+A4h] [bp-2Ch]@5 |
713 void *v15; // [sp+A8h] [bp-28h]@1 | |
1838 | 714 const char *pInString; // [sp+ACh] [bp-24h]@5 |
0 | 715 unsigned int v17; // [sp+B0h] [bp-20h]@5 |
716 unsigned int v18; // [sp+B4h] [bp-1Ch]@5 | |
717 unsigned int v19; // [sp+B8h] [bp-18h]@5 | |
718 int v20; // [sp+BCh] [bp-14h]@7 | |
89 | 719 Player *i; // [sp+C0h] [bp-10h]@7 |
0 | 720 GUIFont *pFont; // [sp+C4h] [bp-Ch]@1 |
721 unsigned __int64 v23; // [sp+C8h] [bp-8h]@5 | |
722 | |
723 v15 = ecx0; | |
724 | |
725 RGBTexture _this; // [sp+Ch] [bp-C4h]@1 | |
726 //RGBTexture::RGBTexture(&this); | |
727 | |
2061 | 728 dword_6BE364_game_settings_1 &= ~GAME_SETTINGS_4000; |
0 | 729 bGameoverLoop = 1; |
730 pVideoPlayer->bStopBeforeSchedule = 0; | |
731 pAudioPlayer->StopChannels(-1, -1); | |
732 pRenderer->BeginScene(); | |
733 pRenderer->ClearBlack(); | |
734 pRenderer->EndScene(); | |
735 pRenderer->Present(); | |
165 | 736 pVideoPlayer->pResetflag = 0; |
484 | 737 _449B57_test_bit(pParty->_quest_bits, 99); |
0 | 738 _this.Load("winbg.pcx", 2); |
739 pRenderer->BeginScene(); | |
740 pRenderer->DrawTextureRGB(0, 0, &_this); | |
741 pRenderer->EndScene(); | |
742 free(_this.pPixels); | |
743 _this.pPixels = 0; | |
336 | 744 window_SpeakInHouse = GUIWindow::Create(0, 0, 640, 480, WINDOW_MainMenu, 0, 0); |
0 | 745 pWindow.uFrameX = 75; |
746 pWindow.uFrameY = 60; | |
747 pWindow.uFrameWidth = 469; | |
748 pWindow.uFrameHeight = 338; | |
749 pWindow.uFrameZ = 543; | |
750 pWindow.uFrameW = 397; | |
180 | 751 pFont = LoadFont("endgame.fnt", "FONTPAL", NULL); |
1359
60cdc3eac407
_449B57_test_bit(pParty->_quest_bits, 99) and _449B57_test_bit(pParty->_quest_bits, 100) changed to Party::IsPartyGood, Party::IsPartyEvil, respectively
Grumpy7
parents:
1330
diff
changeset
|
752 if ( pParty->IsPartyGood() ) |
0 | 753 { |
754 v1 = pGlobalTXT_LocalizationStrings[675]; | |
755 } | |
756 else | |
757 { | |
1359
60cdc3eac407
_449B57_test_bit(pParty->_quest_bits, 99) and _449B57_test_bit(pParty->_quest_bits, 100) changed to Party::IsPartyGood, Party::IsPartyEvil, respectively
Grumpy7
parents:
1330
diff
changeset
|
758 result = pParty->IsPartyEvil(); |
0 | 759 if ( !(short)result ) |
760 return result; | |
761 v1 = pGlobalTXT_LocalizationStrings[676]; | |
762 } | |
763 pInString = v1; | |
764 v23 = pParty->uTimePlayed - 138240; | |
765 v19 = (unsigned int)((signed __int64)((double)(pParty->uTimePlayed - 138240) * 0.234375) / 60 / 60) / 0x18; | |
766 v14 = (unsigned int)((signed __int64)((double)(pParty->uTimePlayed - 138240) * 0.234375) / 60 / 60) / 0x18 / 0x1C / 0xC; | |
767 v18 = (unsigned int)((signed __int64)((double)(pParty->uTimePlayed - 138240) * 0.234375) / 60 / 60) / 0x18 / 0x1C % 0xC; | |
768 v17 = v19 % 0x1C; | |
769 if ( !v19 ) | |
770 v19 = 1; | |
771 pRenderer->BeginScene(); | |
772 pWindow.DrawTitleText(pFont, 1u, 0x23u, 1u, pGlobalTXT_LocalizationStrings[9], 3u); | |
1861
a86c60679949
changing most of party arrays to std::arrays, some minor cleanups in actor.cpp
Grumpy7
parents:
1842
diff
changeset
|
773 v3 = pParty->pPlayers.data();//[0].pName; |
0 | 774 v23 = 0i64; |
775 v20 = 0; | |
89 | 776 //for ( i = (int)pParty->pPlayers[0].pName; ; v3 = (char *)i ) |
1861
a86c60679949
changing most of party arrays to std::arrays, some minor cleanups in actor.cpp
Grumpy7
parents:
1842
diff
changeset
|
777 for ( i = pParty->pPlayers.data(); ; v3 = i ) |
89 | 778 { |
135 | 779 v4 = pClassNames[v3->classType]; |
89 | 780 v5 = v3->GetBaseLevel(); |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1203
diff
changeset
|
781 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[129], i->pName, v5, v4); |
0 | 782 pWindow.DrawTitleText( |
783 pFont, | |
784 1u, | |
785 v20 * (LOBYTE(pFont->uFontHeight) - 2) + LOBYTE(pFont->uFontHeight) + 46, | |
786 1u, | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1203
diff
changeset
|
787 pTmpBuf.data(), |
0 | 788 3u); |
89 | 789 v23 += i->uExperience;//__PAIR__(*(int *)(i - 4), *(int *)(i - 8)); |
0 | 790 ++v20; |
89 | 791 ++i; |
792 if ( i > &pParty->pPlayers[3] ) | |
0 | 793 break; |
794 } | |
795 v23 = (signed __int64)v23 / v19; | |
796 v6 = FitTextInAWindow(pInString, pFont, &pWindow, 0xCu, 0); | |
797 pWindow.DrawTitleText(pFont, 1u, 5 * (LOBYTE(pFont->uFontHeight) + 11), 1u, v6, 0); | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1203
diff
changeset
|
798 strcpy(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[37]); |
0 | 799 v7 = pGlobalTXT_LocalizationStrings[56]; |
800 if ( v17 != 1 ) | |
801 v7 = pGlobalTXT_LocalizationStrings[57]; | |
802 v8 = pGlobalTXT_LocalizationStrings[146]; | |
803 if ( v18 != 1 ) | |
804 v8 = pGlobalTXT_LocalizationStrings[148]; | |
805 v9 = pGlobalTXT_LocalizationStrings[245]; | |
806 if ( v14 != 1 ) | |
807 v9 = pGlobalTXT_LocalizationStrings[132]; | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1203
diff
changeset
|
808 sprintf(pTmpBuf2.data(), " %lu %s, %lu %s, %lu %s ", v14, v9, v18, v8, v17, v7); |
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1203
diff
changeset
|
809 strcat(pTmpBuf.data(), pTmpBuf2.data()); |
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1203
diff
changeset
|
810 pWindow.DrawTitleText(pFont, 1u, pWindow.uFrameHeight - 2 * LOBYTE(pFont->uFontHeight) - 5, 1u, pTmpBuf.data(), 3u); |
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1203
diff
changeset
|
811 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[94], v23); |
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1203
diff
changeset
|
812 pWindow.DrawTitleText(pFont, 1u, pWindow.uFrameHeight, 1u, pTmpBuf.data(), 3u); |
2061 | 813 dword_6BE364_game_settings_1 |= GAME_SETTINGS_4000; |
0 | 814 pRenderer->EndScene(); |
815 pRenderer->Present(); | |
816 if ( pRenderer->pRenderD3D ) | |
817 pRenderer->pBeforePresentFunction(); | |
2069 | 818 pRenderer->SaveWinnersCertificate("MM7_Win.Pcx"); |
1583 | 819 free(pFont); |
336 | 820 window_SpeakInHouse->Release(); |
821 window_SpeakInHouse = 0; | |
0 | 822 if ( v15 == (void *)2 ) |
823 { | |
824 result = pMessageQueue_50CBD0->uNumMessages; | |
825 } | |
826 else | |
827 { | |
828 LODWORD(v23) = GetTickCount() + 5000; | |
829 while ( (unsigned int)v23 > GetTickCount() ) | |
830 ; | |
1532 | 831 for (MSG msg; PeekMessage(&msg, 0, 0, 0, PM_REMOVE);) |
0 | 832 { |
1532 | 833 if (msg.message == WM_QUIT) |
0 | 834 Game_DeinitializeAndTerminate(0); |
1532 | 835 TranslateMessage(&msg); |
836 DispatchMessage(&msg); | |
0 | 837 } |
838 if ( pMessageQueue_50CBD0->uNumMessages ) | |
839 { | |
840 LOBYTE(v10) = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
841 pMessageQueue_50CBD0->uNumMessages = v10; | |
842 } | |
843 pKeyActionMap->ResetKeys(); | |
844 pKeyActionMap->uLastKeyPressed = 0; | |
845 do | |
846 { | |
1532 | 847 for (MSG msg; PeekMessage(&msg, 0, 0, 0, PM_REMOVE);) |
0 | 848 { |
1532 | 849 if (msg.message == WM_QUIT) |
0 | 850 Game_DeinitializeAndTerminate(0); |
1532 | 851 TranslateMessage(&msg); |
852 DispatchMessage(&msg); | |
0 | 853 } |
854 } | |
855 while ( !pKeyActionMap->uLastKeyPressed ); | |
856 result = pMessageQueue_50CBD0->uNumMessages; | |
857 if ( pMessageQueue_50CBD0->uNumMessages ) | |
858 { | |
859 result = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
860 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0; | |
861 } | |
862 } | |
863 if ( v15 ) | |
864 { | |
437 | 865 /*if ( (signed int)result < 40 ) |
866 { | |
867 pMessageQueue_50CBD0->pMessages[result].eType = UIMSG_Quit; | |
868 }*/ | |
869 pMessageQueue_50CBD0->AddMessage(UIMSG_Quit, 1, 0); | |
0 | 870 } |
871 else | |
872 { | |
437 | 873 pMessageQueue_50CBD0->AddMessage(UIMSG_ShowFinalWindow, 1, 0); |
874 /*if ( (signed int)result < 40 ) | |
875 { | |
876 pMessageQueue_50CBD0->pMessages[result].eType = UIMSG_C5; | |
0 | 877 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 1; |
878 result = 3 * pMessageQueue_50CBD0->uNumMessages + 3; | |
879 *(&pMessageQueue_50CBD0->uNumMessages + result) = 0; | |
880 ++pMessageQueue_50CBD0->uNumMessages; | |
437 | 881 }*/ |
0 | 882 } |
883 bGameoverLoop = 0; | |
884 return result; | |
885 } | |
886 | |
1391
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1359
diff
changeset
|
887 |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1359
diff
changeset
|
888 |
cc9a3a24d61d
Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents:
1359
diff
changeset
|
889 |
0 | 890 //----- (00451007) -------------------------------------------------------- |
1148
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
891 int stru350::sub_451007_scale_image_bicubic(unsigned short *pSrc, int srcWidth, int srcHeight, int srcPitch, //changing this to some library function might be a good idea |
0 | 892 unsigned short *pDst, int dstWidth, int dstHeight, int dstPitch, |
893 int a10, int a11) | |
894 { | |
895 int result; // eax@1 | |
896 float v17; // ST3C_4@12 | |
897 float v18; // ST38_4@12 | |
898 unsigned int v19; // esi@12 | |
899 int v21; // eax@18 | |
900 unsigned int v22; // ecx@25 | |
901 unsigned int v23; // eax@29 | |
1146
b4ade2580ae3
sub_451007_scale_image_bicubic cleanup - some variable renaming, code shuffling
Grumpy7
parents:
1145
diff
changeset
|
902 unsigned int heightRatioPlusOne; // [sp+Ch] [bp-7Ch]@12 |
b4ade2580ae3
sub_451007_scale_image_bicubic cleanup - some variable renaming, code shuffling
Grumpy7
parents:
1145
diff
changeset
|
903 unsigned int widthRatio; // [sp+Ch] [bp-7Ch]@218 |
b4ade2580ae3
sub_451007_scale_image_bicubic cleanup - some variable renaming, code shuffling
Grumpy7
parents:
1145
diff
changeset
|
904 unsigned int heightRatio; // [sp+14h] [bp-74h]@12 |
b4ade2580ae3
sub_451007_scale_image_bicubic cleanup - some variable renaming, code shuffling
Grumpy7
parents:
1145
diff
changeset
|
905 unsigned int widthRatioPlusOne; // [sp+14h] [bp-74h]@218 |
0 | 906 int v160; // [sp+3Ch] [bp-4Ch]@13 |
907 unsigned __int16 *v175; // [sp+4Ch] [bp-3Ch]@13 | |
908 unsigned __int16 *v193; // [sp+5Ch] [bp-2Ch]@7 | |
909 signed int v231; // [sp+78h] [bp-10h]@7 | |
910 __int64 v240; // [sp+7Ch] [bp-Ch]@12 | |
911 unsigned int v251; // [sp+80h] [bp-8h]@218 | |
1148
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
912 unsigned int v252; // [sp+84h] [bp-4h]@218 |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
913 float a6s; // [sp+A0h] [bp+18h]@218 |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
914 float a6t; // [sp+A0h] [bp+18h]@218 |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
915 unsigned int a6b; // [sp+A0h] [bp+18h]@218 |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
916 int field_0_bits; |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
917 int field_20_bits; |
1131
71ba92960bc5
banker's rounding template made as fast as before and a bit more safe
Grumpy7
parents:
1130
diff
changeset
|
918 |
1146
b4ade2580ae3
sub_451007_scale_image_bicubic cleanup - some variable renaming, code shuffling
Grumpy7
parents:
1145
diff
changeset
|
919 int field0value = this->field_0.field_C; |
1148
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
920 switch(field0value) |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
921 { |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
922 case 8: field_0_bits = 1; |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
923 break; |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
924 case 16: field_0_bits = 2; |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
925 break; |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
926 case 32: field_0_bits = 4; |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
927 break; |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
928 default: |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
929 return field0value; |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
930 } |
1144
f544cd6f7168
sub_451007_scale_image_bicubic cleanup - preparations for further condition body extractions
Grumpy7
parents:
1140
diff
changeset
|
931 int field20value = this->field_20.field_C; |
f544cd6f7168
sub_451007_scale_image_bicubic cleanup - preparations for further condition body extractions
Grumpy7
parents:
1140
diff
changeset
|
932 switch(field20value) |
1129
9362028fccd1
sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents:
1128
diff
changeset
|
933 { |
1148
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
934 case 8: field_20_bits = 1; |
1129
9362028fccd1
sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents:
1128
diff
changeset
|
935 break; |
1148
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
936 case 16: field_20_bits = 2; |
1129
9362028fccd1
sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents:
1128
diff
changeset
|
937 break; |
1148
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
938 case 32: field_20_bits = 4; |
1129
9362028fccd1
sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents:
1128
diff
changeset
|
939 break; |
9362028fccd1
sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents:
1128
diff
changeset
|
940 default: |
1144
f544cd6f7168
sub_451007_scale_image_bicubic cleanup - preparations for further condition body extractions
Grumpy7
parents:
1140
diff
changeset
|
941 return field20value; |
1129
9362028fccd1
sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents:
1128
diff
changeset
|
942 } |
1148
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
943 |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
944 result = (int)pDst; |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
945 v193 = pDst; |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
946 v231 = 0; |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
947 if ( dstHeight <= 0 ) |
1129
9362028fccd1
sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents:
1128
diff
changeset
|
948 return result; |
1600
0016b08ab621
stru350::sub_451007_scale_image_bicubic - fixing a memory access bug
Grumpy7
parents:
1546
diff
changeset
|
949 |
1148
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
950 do |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
951 { |
1149
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
952 for (int counter = 0; counter < dstWidth; counter++) |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
953 { |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
954 a6s = (double)counter / (double)dstWidth * (double)srcWidth; |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
955 widthRatio = bankersRounding(a6s); |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
956 a6t = (double)(counter + 1) / (double)dstWidth * (double)srcWidth; |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
957 widthRatioPlusOne = bankersRounding(a6t); |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
958 v17 = (double)v231 / (double)dstHeight * (double)srcHeight; |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
959 heightRatio = bankersRounding(v17); |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
960 v18 = (double)(v231 + 1) / (double)dstHeight * (double)srcHeight; |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
961 heightRatioPlusOne = bankersRounding(v18); |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
962 v251 = 0; |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
963 v19 = (heightRatioPlusOne - heightRatio) * (widthRatioPlusOne - widthRatio); |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
964 v252 = 0; |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
965 a6b = 0; |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
966 v240 = 0i64; |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
967 |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
968 v175 = (unsigned short*)((char *)pSrc + field_0_bits * (widthRatio + srcPitch * heightRatio)); |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
969 for (int heightDiff = 0; heightDiff < heightRatioPlusOne - heightRatio; heightDiff++) |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
970 { |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
971 int ratioDiff = widthRatioPlusOne - widthRatio; |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
972 for(int i = 0; i < ratioDiff; i++) |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
973 { |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
974 if(field0value == 32) |
1600
0016b08ab621
stru350::sub_451007_scale_image_bicubic - fixing a memory access bug
Grumpy7
parents:
1546
diff
changeset
|
975 v21 = _450FB1(((int*)v175)[i]); |
1149
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
976 else if(field0value == 16) |
1600
0016b08ab621
stru350::sub_451007_scale_image_bicubic - fixing a memory access bug
Grumpy7
parents:
1546
diff
changeset
|
977 v21 = _450FB1(((_WORD*)v175)[i]); |
1901 | 978 else if (field0value == 8) |
1600
0016b08ab621
stru350::sub_451007_scale_image_bicubic - fixing a memory access bug
Grumpy7
parents:
1546
diff
changeset
|
979 v21 = _450FB1(((unsigned __int8*)v175)[i]); |
1149
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
980 v240 += ((unsigned int)v21 >> 24); |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
981 a6b += BYTE2(v21); |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
982 v252 += BYTE1(v21); |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
983 v251 += (unsigned __int8)v21; |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
984 } |
1901 | 985 if (field0value == 32) |
1149
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
986 v175 += 2 * srcPitch; |
1901 | 987 else if (field0value == 16) |
1149
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
988 v175 += srcPitch; |
1901 | 989 else if (field0value == 8) |
1149
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
990 v175 = (unsigned short*)((char *)v175 + 2 * srcPitch); |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
991 } |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
992 v22 = (unsigned int)v240 / ((heightRatioPlusOne - heightRatio) * (widthRatioPlusOne - widthRatio)); |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
993 if ( v19 ) |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
994 { |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
995 a6b /= v19; |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
996 v252 /= v19; |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
997 v251 /= v19; |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
998 } |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
999 if ( v22 != 255 ) |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
1000 v22 &= 0x7FFFFFFFu; |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
1001 v23 = _450F55(v251 | ((v252 | ((a6b | (v22 << 8)) << 8)) << 8)); |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
1002 *(_DWORD *)v193 = v23; |
05b30ed00d7c
sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents:
1148
diff
changeset
|
1003 v193 = (unsigned __int16 *)((char *)v193 + field_20_bits); |
1148
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
1004 } |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
1005 v193 = (unsigned __int16 *)((char *)v193 + field_20_bits * (dstPitch - dstWidth)); |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
1006 ++v231; |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
1007 result = v231; |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
1008 } |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
1009 while(v231 < dstHeight); |
ee6bccef32e8
sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents:
1147
diff
changeset
|
1010 return result; |
0 | 1011 } |
1012 | |
1013 //----- (0044F57C) -------------------------------------------------------- | |
1014 void SpawnEncounter(MapInfo *pMapInfo, SpawnPointMM7 *spawn, int a3, int a4, int a5) | |
1015 { | |
1016 //MapInfo *v5; // esi@1 | |
1017 //SpawnPointMM7 *v6; // ebx@1 | |
1018 int v7; // eax@2 | |
1019 char v8; // zf@5 | |
1020 int v9; // edi@9 | |
1021 int v10; // eax@9 | |
1022 int v11; // ecx@9 | |
1023 int v12; // edx@9 | |
1024 int v13; // eax@9 | |
1025 int v14; // eax@14 | |
1026 int v15; // ecx@14 | |
1027 int v16; // eax@19 | |
1028 int v17; // ecx@19 | |
1029 int v18; // esi@31 | |
1030 //int pPosX; // ecx@32 | |
1031 //int v20; // edx@32 | |
1032 //int v21; // eax@32 | |
1033 Actor *pMonster; // esi@35 | |
1034 int v23; // edx@36 | |
1035 signed int v24; // edi@36 | |
1036 int v25; // ecx@36 | |
1037 unsigned __int16 v26; // ax@47 | |
1038 MonsterDesc *v27; // edi@48 | |
1039 signed int v28; // eax@48 | |
1040 __int16 v29; // cx@50 | |
1041 __int16 v30; // ax@50 | |
1042 __int16 v31; // ax@50 | |
1043 int v32; // eax@50 | |
1044 int v33; // edi@50 | |
1045 int v34; // eax@50 | |
1046 int v35; // eax@50 | |
1047 int v36; // eax@50 | |
1048 int v37; // eax@51 | |
1049 int v38; // eax@52 | |
1050 int v39; // edi@52 | |
1051 std::string v40; // [sp-18h] [bp-100h]@60 | |
1052 void *v41; // [sp-14h] [bp-FCh]@50 | |
1053 //void *v42; // [sp-10h] [bp-F8h]@50 | |
1054 //size_t v43; // [sp-Ch] [bp-F4h]@50 | |
1055 const char *v44; // [sp-8h] [bp-F0h]@13 | |
1056 char *pTexture; // [sp-4h] [bp-ECh]@9 | |
1057 char Str[32]; // [sp+Ch] [bp-DCh]@60 | |
1058 char Str2[120]; // [sp+2Ch] [bp-BCh]@29 | |
1059 unsigned int uFaceID; // [sp+A4h] [bp-44h]@52 | |
1060 MonsterInfo *Src; // [sp+A8h] [bp-40h]@50 | |
1061 int v50; // [sp+ACh] [bp-3Ch]@47 | |
1062 char Source[32]; // [sp+B0h] [bp-38h]@20 | |
1063 int v52; // [sp+D0h] [bp-18h]@34 | |
1064 int v53; // [sp+D4h] [bp-14h]@34 | |
1065 int pSector; // [sp+D8h] [bp-10h]@32 | |
1066 int pPosX; // [sp+DCh] [bp-Ch]@32 | |
1067 int v56; // [sp+E0h] [bp-8h]@8 | |
1068 int v57; // [sp+E4h] [bp-4h]@1 | |
1069 | |
1070 //auto a2 = spawn; | |
1071 v57 = 0; | |
1072 //v5 = pMapInfo; | |
1073 //v6 = spawn; | |
1074 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor ) | |
1075 v7 = pOutdoor->ddm.field_C_alert; | |
1076 else if (uCurrentlyLoadedLevelType == LEVEL_Outdoor) | |
1077 v7 = pIndoor->dlv.field_C_alert; | |
1078 else | |
1079 v7 = 0; | |
1080 if (v7) | |
1081 v8 = (spawn->uAttributes & 1) == 0; | |
1082 else | |
1083 v8 = (spawn->uAttributes & 1) == 1; | |
1084 if (v8) | |
1085 return; | |
1086 //result = (void *)(spawn->uIndex - 1); | |
1087 v56 = 1; | |
1088 switch (spawn->uIndex - 1) | |
1089 { | |
1090 case 0u: | |
1091 v9 = pMapInfo->uEncounterMonster1AtLeast; | |
1092 v10 = rand(); | |
1093 v11 = pMapInfo->uEncounterMonster1AtMost; | |
1094 pTexture = pMapInfo->pEncounterMonster1Texture; | |
1095 v12 = v10 % (v11 - v9 + 1); | |
237 | 1096 v13 = pMapInfo->Dif_M1; |
1416 | 1097 v57 = v13; |
1098 v56 = v9 + v12; | |
1099 strcpy(Source, pTexture); | |
1100 break; | |
0 | 1101 case 3u: |
1102 pTexture = pMapInfo->pEncounterMonster1Texture; | |
1103 v44 = "%s A"; | |
1416 | 1104 sprintf(Source, v44, pTexture); |
1105 break; | |
0 | 1106 case 4u: |
1107 pTexture = pMapInfo->pEncounterMonster2Texture; | |
1108 v44 = "%s A"; | |
1416 | 1109 sprintf(Source, v44, pTexture); |
1110 break; | |
0 | 1111 case 5u: |
1112 pTexture = pMapInfo->pEncounterMonster3Texture; | |
1113 v44 = "%s A"; | |
1416 | 1114 sprintf(Source, v44, pTexture); |
1115 break; | |
0 | 1116 case 1u: |
1117 v9 = pMapInfo->uEncounterMonster2AtLeast; | |
1118 v14 = rand(); | |
1119 v15 = pMapInfo->uEncounterMonster2AtMost; | |
1120 pTexture = pMapInfo->pEncounterMonster2Texture; | |
1121 v12 = v14 % (v15 - v9 + 1); | |
237 | 1122 v13 = pMapInfo->Dif_M2; |
1416 | 1123 v57 = v13; |
1124 v56 = v9 + v12; | |
1125 strcpy(Source, pTexture); | |
1126 break; | |
0 | 1127 case 6u: |
1128 pTexture = pMapInfo->pEncounterMonster1Texture; | |
1129 v44 = "%s B"; | |
1416 | 1130 sprintf(Source, v44, pTexture); |
1131 break; | |
0 | 1132 case 7u: |
1133 pTexture = pMapInfo->pEncounterMonster2Texture; | |
1134 v44 = "%s B"; | |
1416 | 1135 sprintf(Source, v44, pTexture); |
1136 break; | |
0 | 1137 case 8u: |
1138 pTexture = pMapInfo->pEncounterMonster3Texture; | |
1139 v44 = "%s B"; | |
1416 | 1140 sprintf(Source, v44, pTexture); |
1141 break; | |
0 | 1142 case 2u: |
1143 v9 = pMapInfo->uEncounterMonster3AtLeast; | |
1144 v16 = rand(); | |
1145 v17 = pMapInfo->uEncounterMonster3AtMost; | |
1146 pTexture = pMapInfo->pEncounterMonster3Texture; | |
1147 v12 = v16 % (v17 - v9 + 1); | |
237 | 1148 v13 = pMapInfo->Dif_M3; |
0 | 1149 v57 = v13; |
1150 v56 = v9 + v12; | |
1151 strcpy(Source, pTexture); | |
1416 | 1152 break; |
0 | 1153 case 9u: |
1154 pTexture = pMapInfo->pEncounterMonster1Texture; | |
1155 v44 = "%s C"; | |
1416 | 1156 sprintf(Source, v44, pTexture); |
1157 break; | |
0 | 1158 case 0xAu: |
1159 pTexture = pMapInfo->pEncounterMonster2Texture; | |
1160 v44 = "%s C"; | |
1416 | 1161 sprintf(Source, v44, pTexture); |
1162 break; | |
0 | 1163 case 0xBu: |
1164 pTexture = pMapInfo->pEncounterMonster3Texture; | |
1165 v44 = "%s C"; | |
1166 sprintf(Source, v44, pTexture); | |
1167 break; | |
1168 default: | |
1169 return; | |
1170 } | |
1416 | 1171 if (Source[0] == '0') |
1172 return; | |
1173 v57 += a3; | |
1174 if ( v57 > 4 ) | |
1175 v57 = 4; | |
1176 strcpy(Str2, Source); | |
1177 if ( a4 ) | |
1178 v56 = a4; | |
1179 v18 = v56; | |
1180 if ( (signed int)(v56 + uNumActors) >= 500 ) | |
1181 return; | |
1182 pSector = 0; | |
1183 pPosX = spawn->vPosition.x; | |
1184 a4 = spawn->vPosition.y; | |
1185 a3 = spawn->vPosition.z; | |
1186 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor ) | |
1187 pSector = pIndoor->GetSector(spawn->vPosition.x, spawn->vPosition.y, spawn->vPosition.z); | |
1188 v53 = 0; | |
1189 v52 = (((uCurrentlyLoadedLevelType != LEVEL_Outdoor) - 1) & 0x40) + 64; | |
1190 if ( v18 <= 0 ) | |
1191 return; | |
0 | 1192 for (uint i = v53; i < v56; ++i) |
1193 { | |
1194 pMonster = &pActors[uNumActors]; | |
1195 pActors[uNumActors].Reset(); | |
1196 if ( v57 ) | |
1197 { | |
1198 v23 = rand() % 100; | |
1199 v24 = 3; | |
1200 v25 = (unsigned __int16)word_4E8152[3 * v57]; | |
1201 if ( v23 >= v25 ) | |
1202 { | |
1203 if ( v23 < v25 + (unsigned __int16)word_4E8152[3 * v57 + 1] ) | |
1204 v24 = 2; | |
1205 } | |
1206 else | |
1207 { | |
1208 v24 = 1; | |
1209 } | |
1210 if ( v24 == 1 ) | |
1211 { | |
1212 pTexture = Source; | |
1213 v44 = "%s A"; | |
1214 } | |
1215 else | |
1216 { | |
1217 if ( v24 == 2 ) | |
1218 { | |
1219 pTexture = Source; | |
1220 v44 = "%s B"; | |
1221 } | |
1222 else | |
1223 { | |
1224 if ( v24 != 3 ) | |
1416 | 1225 continue; |
0 | 1226 pTexture = Source; |
1227 v44 = "%s C"; | |
1228 } | |
1229 } | |
1230 sprintf(Str2, v44, pTexture); | |
1231 } | |
751 | 1232 v50 = pMonsterList->GetMonsterIDByName(Str2); |
0 | 1233 pTexture = Str2; |
751 | 1234 if ( (signed __int16)v50 == -1 ) |
0 | 1235 { |
1236 sprintf(Str, "Can't create random monster: '%s'! See MapStats.txt and Monsters.txt!", pTexture); | |
1237 MessageBoxA(nullptr, Str, nullptr, 0); | |
1238 ExitProcess(0); | |
1239 } | |
751 | 1240 v27 = &pMonsterList->pMonsters[(signed __int16)v50]; |
1241 v28 = pMonsterStats->FindMonsterByTextureName(pTexture); | |
0 | 1242 if ( !v28 ) |
1243 v28 = 1; | |
1244 Src = &pMonsterStats->pInfos[v28]; | |
1245 strcpy(pMonster->pActorName, Src->pName); | |
1246 pMonster->sCurrentHP = Src->uHP; | |
1247 assert(sizeof(MonsterInfo) == 88); | |
1248 memcpy(&pMonster->pMonsterInfo, Src, sizeof(MonsterInfo)); | |
1249 pMonster->word_000086_some_monster_id = v50 + 1; | |
1250 pMonster->uActorRadius = v27->uMonsterRadius; | |
1251 pMonster->uActorHeight = v27->uMonsterHeight; | |
1252 pMonster->uMovementSpeed = v27->uMovementSpeed; | |
1253 pMonster->vInitialPosition.x = spawn->vPosition.x; | |
1254 pMonster->vPosition.x = spawn->vPosition.x; | |
1255 pMonster->uTetherDistance = 256; | |
1256 pMonster->vInitialPosition.y = a4; | |
1257 pMonster->vPosition.y = a4; | |
1258 pTexture = 0; | |
1259 pMonster->vInitialPosition.z = a3; | |
1260 pMonster->vPosition.z = a3; | |
1261 pMonster->uSectorID = pSector; | |
1262 pMonster->uGroup = spawn->uGroup; | |
1263 pMonster->PrepareSprites((char)pTexture); | |
1264 pMonster->pMonsterInfo.uHostilityType = MonsterInfo::Hostility_Friendly; | |
1265 v32 = rand(); | |
1266 v33 = v32 % 2048; | |
323 | 1267 v34 = stru_5C6E00->Cos(v32 % 2048); |
0 | 1268 a4 = v34; |
1269 a3 = (unsigned __int64)(v34 * (signed __int64)v52) >> 16; | |
1270 pPosX = a3 + spawn->vPosition.x; | |
323 | 1271 v35 = stru_5C6E00->Sin(v33); |
0 | 1272 a4 = v35; |
1273 a3 = (unsigned __int64)(v35 * (signed __int64)v52) >> 16; | |
1274 a4 = a3 + spawn->vPosition.y; | |
1275 v36 = spawn->vPosition.z; | |
1276 a3 = spawn->vPosition.z; | |
1277 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor ) | |
1416 | 1278 { |
1279 if ( a5 ) | |
1280 pMonster->uAttributes |= 0x080000; | |
1281 ++uNumActors; | |
1282 continue; | |
1283 } | |
0 | 1284 v37 = pIndoor->GetSector(pPosX, a4, v36); |
1285 if ( v37 == pSector ) | |
1286 { | |
723 | 1287 v38 = BLV_GetFloorLevel(pPosX, a4, a3, v37, &uFaceID); |
0 | 1288 v39 = v38; |
1289 if ( v38 != -30000 ) | |
1290 { | |
1291 if ( abs(v38 - a3) <= 1024 ) | |
1292 { | |
1293 a3 = v39; | |
1294 if ( a5 ) | |
1295 pMonster->uAttributes |= 0x080000; | |
1296 ++uNumActors; | |
1416 | 1297 continue; |
0 | 1298 } |
1299 } | |
1300 } | |
1301 ; | |
1302 //v53 = (char *)v53 + 1; | |
1303 //result = v53; | |
1304 } | |
1305 //while ( (signed int)v53 < v56 ); | |
1306 } | |
1307 | |
1308 //----- (0044FA4C) -------------------------------------------------------- | |
1309 signed int __fastcall sub_44FA4C_spawn_light_elemental(int a1, int a2, int a3) | |
1310 { | |
1311 signed int v3; // ecx@6 | |
90 | 1312 Actor *v4; // edx@7 |
0 | 1313 signed int result; // eax@13 |
1314 Actor *v6; // esi@16 | |
1315 char *v7; // ebx@16 | |
1316 MonsterDesc *v8; // edi@16 | |
1317 unsigned __int16 v9; // ax@16 | |
1318 int v10; // ebx@16 | |
1052 | 1319 //int v11; // edi@16 |
1320 //int v12; // eax@16 | |
1321 //int v13; // ecx@16 | |
1322 //int v14; // ebx@16 | |
0 | 1323 const char *v15; // [sp-4h] [bp-24h]@2 |
1052 | 1324 //unsigned __int16 v16; // [sp+0h] [bp-20h]@1 |
1325 //int v17; // [sp+4h] [bp-1Ch]@1 | |
0 | 1326 unsigned int uFaceID; // [sp+8h] [bp-18h]@16 |
1327 int v19; // [sp+Ch] [bp-14h]@16 | |
1328 size_t v20; // [sp+10h] [bp-10h]@6 | |
1329 int v21; // [sp+14h] [bp-Ch]@14 | |
1052 | 1330 //int v22; // [sp+18h] [bp-8h]@14 |
0 | 1331 unsigned int v23; // [sp+1Ch] [bp-4h]@6 |
1332 | |
1052 | 1333 //v16 = a2; |
1334 //v17 = a1; | |
0 | 1335 if ( a2 == 4 ) |
1336 { | |
1337 v15 = "Elemental Light C"; | |
1338 } | |
1052 | 1339 else if ( a2 == 3 ) |
0 | 1340 v15 = "Elemental Light B"; |
1341 else | |
1342 v15 = "Elemental Light A"; | |
1052 | 1343 |
751 | 1344 v23 = pMonsterList->GetMonsterIDByName(v15); |
0 | 1345 v3 = 0; |
1346 v20 = uNumActors; | |
1347 if ( (signed int)uNumActors > 0 ) | |
1348 { | |
1202 | 1349 v4 = pActors.data();//[0].uAIState; |
90 | 1350 while ( v4->uAIState != Removed ) |
0 | 1351 { |
1052 | 1352 ++v3; |
90 | 1353 ++v4; |
0 | 1354 if ( v3 >= (signed int)uNumActors ) |
90 | 1355 break; |
1356 } | |
1357 if( v3 < (signed int)uNumActors ) | |
1358 v20 = v3; | |
1359 } | |
0 | 1360 if ( v20 != uNumActors || (result = uNumActors + 1, (signed int)(uNumActors + 1) < 500) ) |
1361 { | |
1362 v21 = 0; | |
1052 | 1363 //v22 = pParty->vPosition.z; |
0 | 1364 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor ) |
1365 v21 = pIndoor->GetSector(pParty->vPosition.x, pParty->vPosition.y, pParty->vPosition.z); | |
1366 v6 = &pActors[v20]; | |
1367 v7 = (char *)&pMonsterStats->pInfos[v23 + 1]; | |
1368 v19 = (((uCurrentlyLoadedLevelType != LEVEL_Outdoor) - 1) & 0x40) + 64; | |
1369 v6->Reset(); | |
1370 v8 = &pMonsterList->pMonsters[v23]; | |
1371 strcpy(v6->pActorName, *(const char **)v7); | |
1372 v6->sCurrentHP = *((short *)v7 + 32); | |
1373 memcpy(&v6->pMonsterInfo, v7, 0x58u); | |
1374 v6->word_000086_some_monster_id = v23 + 1; | |
1375 v6->uActorRadius = v8->uMonsterRadius; | |
1376 v6->uActorHeight = v8->uMonsterHeight; | |
1377 v9 = v8->uMovementSpeed; | |
1378 v6->pMonsterInfo.uTreasureDiceRolls = 0; | |
1379 v6->pMonsterInfo.uTreasureType = 0; | |
1380 v6->pMonsterInfo.uExp = 0; | |
1381 v6->uMovementSpeed = v9; | |
1382 v10 = rand() % 2048; | |
1643 | 1383 //v11 = pParty->vPosition.x + fixpoint_mul(stru_5C6E00->Cos(v10), v19); |
323 | 1384 uFaceID = stru_5C6E00->Sin(v10); |
1052 | 1385 //v12 = pParty->vPosition.y; |
1643 | 1386 //v13 = fixpoint_mul(uFaceID, v19); |
1387 //v14 = pParty->vPosition.y + fixpoint_mul(uFaceID, v19); | |
1052 | 1388 //LOWORD(v12) = v22; |
1643 | 1389 v6->vInitialPosition.x = pParty->vPosition.x + fixpoint_mul(stru_5C6E00->Cos(v10), v19); |
1052 | 1390 v6->vPosition.x = v6->vInitialPosition.x; |
1643 | 1391 v6->vInitialPosition.y = pParty->vPosition.y + fixpoint_mul(uFaceID, v19); |
1052 | 1392 v6->vPosition.y = v6->vInitialPosition.y; |
1393 v6->vInitialPosition.z = pParty->vPosition.z; | |
1394 v6->vPosition.z = v6->vInitialPosition.z; | |
1395 //LOWORD(v12) = v21; | |
0 | 1396 v6->uTetherDistance = 256; |
1052 | 1397 v6->uSectorID = v21; |
0 | 1398 v6->PrepareSprites(0); |
1399 v6->pMonsterInfo.uHostilityType = MonsterInfo::Hostility_Friendly; | |
1400 v6->uAlly = 9999; | |
1401 v6->uGroup = 0; | |
1402 v6->uCurrentActionTime = 0; | |
1403 v6->uAIState = Summoned; | |
1404 v6->uCurrentActionLength = 256; | |
1405 v6->UpdateAnimation(); | |
1406 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor | |
1052 | 1407 || (result = pIndoor->GetSector(v6->vPosition.x, v6->vPosition.y, v6->vPosition.z), |
0 | 1408 result == v21) |
1052 | 1409 && (result = BLV_GetFloorLevel(v6->vPosition.x, v6->vPosition.y, v6->vPosition.z, result, &uFaceID), result != -30000) |
1410 && (result = abs(result - pParty->vPosition.z), result <= 1024) ) | |
0 | 1411 { |
1412 if ( v20 == uNumActors ) | |
1413 ++uNumActors; | |
1052 | 1414 v6->uSummonerID = PID(OBJECT_Player, a1); |
1948
7fd4bfa175fd
pActorBuffs[2] to pActorBuffs[ACTOR_BUFF_SUMMONED]
Grumpy7
parents:
1935
diff
changeset
|
1415 result = v6->pActorBuffs[ACTOR_BUFF_SUMMONED].Apply(pParty->uTimePlayed + (a3 * 128) / 30.0f, |
1052 | 1416 a2, |
1417 a1, | |
0 | 1418 0, |
1419 0); | |
1420 } | |
1421 } | |
1422 return result; | |
1423 } | |
1424 | |
1425 //----- (0044FFD8) -------------------------------------------------------- | |
1426 int MapInfo::SpawnRandomTreasure(SpawnPointMM7 *a2) | |
1427 { | |
472 | 1428 //MapInfo *v2; // ebx@1 |
1429 //SpawnPointMM7 *v3; // esi@1 | |
1430 //int v4; // eax@1 | |
0 | 1431 int v5; // edx@1 |
1432 int v6; // eax@1 | |
1433 int v7; // ecx@1 | |
1434 int v8; // ebx@1 | |
1435 int v9; // eax@1 | |
1436 signed int v10; // ebx@1 | |
1437 signed int result; // eax@1 | |
1438 signed __int64 v12; // qtt@1 | |
1439 int v13; // ebx@1 | |
1440 int v14; // edx@10 | |
1441 signed int v15; // ebx@20 | |
1442 unsigned __int16 v16; // dx@20 | |
1417 | 1443 ObjectDesc *v17; // ecx@21 |
0 | 1444 unsigned __int16 v18; // ax@24 |
1445 int v19; // ST0C_4@27 | |
1446 int v20; // ST08_4@27 | |
1447 int v21; // ST04_4@27 | |
1448 int v22; // eax@27 | |
1449 signed int v23; // ebx@29 | |
1450 unsigned __int16 v24; // dx@29 | |
1417 | 1451 ObjectDesc *v25; // ecx@30 |
0 | 1452 unsigned __int16 v26; // ax@33 |
472 | 1453 //int v27; // ecx@35 |
1454 //int v28; // eax@35 | |
1455 //int v29; // esi@35 | |
1456 //__int16 v30; // ax@35 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
496
diff
changeset
|
1457 SpriteObject a1a; // [sp+Ch] [bp-7Ch]@1 |
472 | 1458 //int v32; // [sp+7Ch] [bp-Ch]@1 |
1459 //int v33; // [sp+80h] [bp-8h]@1 | |
0 | 1460 int v34; // [sp+84h] [bp-4h]@1 |
1461 | |
472 | 1462 //auto a1 = this; |
1463 //v2 = a1; | |
1464 //v3 = a2; | |
1465 //v4 = rand(); | |
0 | 1466 v34 = 0; |
472 | 1467 v5 = rand() % 100; |
436 | 1468 // v6 = 2 * (v2->Treasure_prob + 7 * v3->uIndex) - 14; |
472 | 1469 v7 = (unsigned __int8)byte_4E8168[a2->uIndex - 1][2 * Treasure_prob]; |
1470 v8 = (unsigned __int8)byte_4E8168[a2->uIndex - 1][2 * Treasure_prob + 1]; | |
1471 //v32 = v5; | |
1472 //v33 = v7; | |
0 | 1473 v9 = rand(); |
472 | 1474 v10 = v8 - v7 + 1; |
0 | 1475 v12 = v9; |
1476 result = v9 / v10; | |
472 | 1477 v13 = v7 + (unsigned __int64)(v12 % v10); |
0 | 1478 if ( v13 < 7 ) |
1479 { | |
472 | 1480 if ( v5 < 20 ) |
0 | 1481 return result; |
472 | 1482 if ( v5 >= 60 ) |
1483 { | |
1484 v19 = a2->vPosition.z; | |
1485 v20 = a2->vPosition.y; | |
1486 v21 = a2->vPosition.x; | |
0 | 1487 v22 = rand(); |
1488 return sub_450521_ProllyDropItemAt(v13, v22 % 27 + 20, v21, v20, v19, 0); | |
1489 } | |
472 | 1490 if ( a2->uIndex == 1 ) |
0 | 1491 { |
1492 v14 = rand() % 51 + 50; | |
1417 | 1493 a1a.stru_24.uItemID = 197; |
1494 v34 = v14; | |
1495 } | |
1496 else if ( a2->uIndex == 2 ) | |
0 | 1497 { |
1417 | 1498 v14 = rand() % 101 + 100; |
1499 a1a.stru_24.uItemID = 197; | |
1500 v34 = v14; | |
1501 } | |
1502 else if ( a2->uIndex == 3 ) | |
0 | 1503 { |
1504 v14 = rand() % 301 + 200; | |
1417 | 1505 a1a.stru_24.uItemID = 198; |
1506 v34 = v14; | |
0 | 1507 } |
1417 | 1508 else if ( a2->uIndex == 4 ) |
0 | 1509 { |
1417 | 1510 v14 = rand() % 501 + 500; |
1511 a1a.stru_24.uItemID = 198; | |
1512 v34 = v14; | |
1513 } | |
1514 else if ( a2->uIndex == 5 ) | |
1515 { | |
1516 v14 = rand() % 1001 + 1000; | |
0 | 1517 a1a.stru_24.uItemID = 199; |
1518 v34 = v14; | |
1519 } | |
1417 | 1520 else if ( a2->uIndex == 6 ) |
1521 { | |
1522 v14 = rand() % 3001 + 2000; | |
1523 a1a.stru_24.uItemID = 199; | |
1524 v34 = v14; | |
1525 } | |
1526 v15 = 0; | |
1527 v16 = pItemsTable->pItems[a1a.stru_24.uItemID].uSpriteID; | |
1528 a1a.uType = pItemsTable->pItems[a1a.stru_24.uItemID].uSpriteID; | |
1529 v18 = 0; | |
1530 for( int i = 0; i < pObjectList->uNumObjects; i++ ) | |
1531 { | |
1532 if ( pObjectList->pObjects[i].uObjectID == v16 ) | |
1533 { | |
1534 v18 = i; | |
1535 break; | |
1536 } | |
1537 } | |
1538 a1a.stru_24.SetIdentified(); | |
1539 a1a.uObjectDescID = v18; | |
1540 a1a.stru_24.uSpecEnchantmentType = v34; | |
0 | 1541 } |
1542 else | |
1543 { | |
1417 | 1544 result = a1a.stru_24.GenerateArtifact(); |
1545 if ( !result ) | |
1546 return result; | |
1547 v23 = 0; | |
1548 v24 = pItemsTable->pItems[a1a.stru_24.uItemID].uSpriteID; | |
1549 a1a.uType = pItemsTable->pItems[a1a.stru_24.uItemID].uSpriteID; | |
1550 v26 = 0; | |
1551 for( int i = 0; i < pObjectList->uNumObjects; i++ ) | |
1552 { | |
1553 if( v24 == pObjectList->pObjects[i].uObjectID ) | |
1554 { | |
1555 v26 = i; | |
1556 break; | |
1557 } | |
1558 } | |
1559 a1a.uObjectDescID = v26; | |
1560 a1a.stru_24.Reset(); | |
1561 } | |
472 | 1562 a1a.vPosition.y = a2->vPosition.y; |
0 | 1563 a1a.uAttributes = 0; |
1564 a1a.uSoundID = 0; | |
1565 a1a.uFacing = 0; | |
472 | 1566 a1a.vPosition.z = a2->vPosition.z; |
1567 a1a.vPosition.x = a2->vPosition.x; | |
822 | 1568 a1a.spell_skill = 0; |
1569 a1a.spell_level = 0; | |
1570 a1a.spell_id = 0; | |
823 | 1571 a1a.spell_target_pid = 0; |
822 | 1572 a1a.spell_caster_pid = 0; |
0 | 1573 a1a.uSpriteFrameID = 0; |
472 | 1574 a1a.uSectorID = pIndoor->GetSector(a2->vPosition.x, a2->vPosition.y, a2->vPosition.z);; |
0 | 1575 return a1a.Create(0, 0, 0, 0); |
1576 } | |
1577 | |
1578 //----- (00450521) -------------------------------------------------------- | |
1459 | 1579 int __fastcall sub_450521_ProllyDropItemAt(int ecx0, signed int a2, int a3, int a4, int a5, unsigned __int16 a6) |
0 | 1580 { |
1581 int v6; // edi@1 | |
1582 int v7; // esi@1 | |
1583 signed int v8; // edi@1 | |
1584 unsigned __int16 v9; // cx@1 | |
1585 char *v10; // edx@2 | |
1586 unsigned __int16 v11; // ax@5 | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
496
diff
changeset
|
1587 SpriteObject a1; // [sp+8h] [bp-70h]@1 |
0 | 1588 |
1589 v6 = ecx0; | |
1590 v7 = a2; | |
1591 pItemsTable->GenerateItem(v6, v7, &a1.stru_24); | |
1592 v8 = 0; | |
1593 v9 = pItemsTable->pItems[a1.stru_24.uItemID].uSpriteID; | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
496
diff
changeset
|
1594 a1.uType = pItemsTable->pItems[a1.stru_24.uItemID].uSpriteID; |
1417 | 1595 v11 = 0; |
1596 for( int i = 0; i < pObjectList->uNumObjects; i++ ) | |
1597 { | |
1598 if( v9 == pObjectList->pObjects[i].uObjectID ) | |
1599 { | |
1600 v11 = i; | |
1601 break; | |
1602 } | |
1603 } | |
0 | 1604 a1.uObjectDescID = v11; |
1605 a1.vPosition.y = a4; | |
1606 a1.vPosition.x = a3; | |
1607 a1.vPosition.z = a5; | |
1608 a1.uFacing = a6; | |
1609 a1.uAttributes = 0; | |
1610 a1.uSectorID = pIndoor->GetSector(a3, a4, a5); | |
1611 a1.uSpriteFrameID = 0; | |
1612 return a1.Create(0, 0, 0, 0); | |
1613 } | |
1614 | |
1615 //----- (0045063B) -------------------------------------------------------- | |
1415 | 1616 int __fastcall _45063B_spawn_some_monster(MapInfo *a1, int a2) |
0 | 1617 { |
1618 signed int v2; // edi@1 | |
1619 Actor *v3; // esi@2 | |
1415 | 1620 //signed __int64 v4; // qax@3 |
0 | 1621 int result; // eax@8 |
1622 int v6; // edi@11 | |
1623 int v7; // ebx@11 | |
1624 int v8; // edi@11 | |
1625 int v9; // ebx@12 | |
1626 int v10; // eax@12 | |
1627 char v11; // zf@16 | |
1628 int v12; // edi@20 | |
1629 int v13; // eax@20 | |
1630 int v14; // ebx@20 | |
1631 int v15; // eax@20 | |
1632 int v16; // eax@20 | |
1633 int v17; // eax@20 | |
1634 int v18; // eax@21 | |
1635 SpawnPointMM7 v19; // [sp+Ch] [bp-38h]@1 | |
1636 int v20; // [sp+24h] [bp-20h]@11 | |
1415 | 1637 //MapInfo *v21; // [sp+28h] [bp-1Ch]@1 |
0 | 1638 int v22; // [sp+2Ch] [bp-18h]@3 |
1639 int v23; // [sp+30h] [bp-14h]@11 | |
1415 | 1640 //int v24; // [sp+34h] [bp-10h]@1 |
0 | 1641 unsigned int uFaceID; // [sp+38h] [bp-Ch]@10 |
1642 int v26; // [sp+3Ch] [bp-8h]@11 | |
1643 int v27; // [sp+40h] [bp-4h]@11 | |
1415 | 1644 |
1645 if (!uNumActors) | |
1646 return 0; | |
1647 | |
1648 //v21 = a1; | |
1649 //v24 = a2; | |
0 | 1650 v2 = 0; |
1202 | 1651 v3 = pActors.data(); |
0 | 1652 while ( 1 ) |
1653 { | |
1415 | 1654 if (v3->pMonsterInfo.uID >= 121 && v3->pMonsterInfo.uID <= 123 || // Dwarf FemaleC A-C |
1655 v3->pMonsterInfo.uID >= 124 && v3->pMonsterInfo.uID <= 126 || // Dwarf MaleA A-C | |
1656 v3->pMonsterInfo.uID >= 133 && v3->pMonsterInfo.uID <= 135 || // Peasant Elf FemaleA A-C | |
1657 !v3->CanAct()) | |
0 | 1658 { |
1415 | 1659 ++v2; |
1660 ++v3; | |
1661 | |
1662 if (v2 >= uNumActors) | |
1663 return 0; | |
1664 | |
1665 continue; | |
0 | 1666 } |
1415 | 1667 |
1668 break; | |
1669 //v22 = v3->pMonsterInfo.uID - 1; | |
1670 //v4 = (signed __int64)((double)v22 * 0.3333333333333333); | |
1671 //if ( (int)v4 != 40 ) | |
1672 //{ | |
1673 // if ( (int)v4 != 41 && (int)v4 != 44 && v3->CanAct() ) | |
1674 // break; | |
1675 //} | |
1676 //++v2; | |
1677 //++v3; | |
1678 //if ( v2 >= (signed int)uNumActors ) | |
1679 // goto LABEL_8; | |
0 | 1680 } |
1681 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor ) | |
1682 { | |
1683 v22 = 0; | |
1684 uFaceID = 0; | |
1685 while ( 1 ) | |
1686 { | |
1687 ++uFaceID; | |
1688 v6 = rand() % 1024 + 512; | |
1689 v7 = rand() % (signed int)stru_5C6E00->uIntegerDoublePi; | |
323 | 1690 v20 = stru_5C6E00->Cos(v7); |
0 | 1691 v23 = (unsigned __int64)(v20 * (signed __int64)v6) >> 16; |
1692 v19.vPosition.x = pParty->vPosition.x + v23; | |
323 | 1693 v20 = stru_5C6E00->Sin(v7); |
0 | 1694 v23 = (unsigned __int64)(v20 * (signed __int64)v6) >> 16; |
1695 v8 = 0; | |
1415 | 1696 v19.uIndex = a2; |
0 | 1697 v19.vPosition.y = v23 + pParty->vPosition.y; |
1698 v19.vPosition.z = pParty->vPosition.z; | |
1699 v26 = 0; | |
1700 v27 = 0; | |
723 | 1701 v19.vPosition.z = ODM_GetFloorLevel( |
0 | 1702 v19.vPosition.x, |
1703 v23 + pParty->vPosition.y, | |
1704 pParty->vPosition.z, | |
1705 0, | |
1706 &v26, | |
1707 &v27, | |
1708 0); | |
1709 v23 = 0; | |
1416 | 1710 for( int i = 0; i < pOutdoor->uNumBModels; i++ ) |
1711 { | |
1712 v9 = abs(v19.vPosition.y - pOutdoor->pBModels[i].vBoundingCenter.y); | |
1713 v10 = abs(v19.vPosition.x - pOutdoor->pBModels[i].vBoundingCenter.x); | |
1714 if ( int_get_vector_length(v10, v9, 0) < pOutdoor->pBModels[i].sBoundingRadius + 256 ) | |
1715 { | |
1716 v22 = 1; | |
1717 break; | |
1718 } | |
1719 } | |
0 | 1720 v11 = uFaceID == 100; |
1721 if ( uFaceID >= 100 ) | |
1722 break; | |
1723 if ( v22 ) | |
1724 { | |
1725 v11 = uFaceID == 100; | |
1726 break; | |
1727 } | |
1728 } | |
1729 } | |
1730 else | |
1731 { | |
1732 v26 = 0; | |
1733 v22 = pIndoor->GetSector(pParty->vPosition.x, pParty->vPosition.y, pParty->vPosition.z); | |
1734 do | |
1735 { | |
1736 ++v26; | |
1737 v12 = rand() % 512 + 256; | |
1738 v13 = rand(); | |
1739 v14 = v13 % (signed int)stru_5C6E00->uIntegerDoublePi; | |
323 | 1740 v15 = stru_5C6E00->Cos(v13 % (signed int)stru_5C6E00->uIntegerDoublePi); |
0 | 1741 v20 = v15; |
1742 v23 = (unsigned __int64)(v15 * (signed __int64)v12) >> 16; | |
1743 v19.vPosition.x = pParty->vPosition.x + v23; | |
323 | 1744 v16 = stru_5C6E00->Sin(v13 % (signed int)stru_5C6E00->uIntegerDoublePi); |
0 | 1745 v20 = v16; |
1746 v23 = (unsigned __int64)(v16 * (signed __int64)v12) >> 16; | |
1747 v19.vPosition.y = v23 + pParty->vPosition.y; | |
1748 v19.vPosition.z = pParty->vPosition.z; | |
1415 | 1749 v19.uIndex = a2; |
0 | 1750 v17 = pIndoor->GetSector(v19.vPosition.x, v23 + pParty->vPosition.y, pParty->vPosition.z); |
1751 if ( v17 == v22 ) | |
1752 { | |
723 | 1753 v18 = BLV_GetFloorLevel(v19.vPosition.x, v19.vPosition.y, v19.vPosition.z, v17, &uFaceID); |
0 | 1754 v19.vPosition.z = v18; |
1755 if ( v18 != -30000 ) | |
1756 { | |
1757 if ( abs(v18 - pParty->vPosition.z) <= 1024 ) | |
1758 break; | |
1759 } | |
1760 } | |
1761 } | |
1762 while ( v26 < 100 ); | |
1763 v11 = v26 == 100; | |
1764 } | |
1765 if ( v11 ) | |
1766 { | |
1767 result = 0; | |
1768 } | |
1769 else | |
1770 { | |
1415 | 1771 SpawnEncounter(a1, &v19, 0, 0, 1); |
1772 result = a2; | |
0 | 1773 } |
1774 return result; | |
1775 } | |
1776 | |
1777 //----- (00450AAA) -------------------------------------------------------- | |
1778 void RespawnGlobalDecorations() | |
1779 { | |
1822 | 1780 memset(stru_5E4C90_MapPersistVars._decor_events.data(), 0, 125); |
0 | 1781 |
1782 uint decorEventIdx = 0; | |
1783 for (uint i = 0; i < uNumLevelDecorations; ++i) | |
1784 { | |
1980 | 1785 LevelDecoration* decor = &pLevelDecorations[i]; |
0 | 1786 |
1514
965af46e8793
Rename LevelDecoration::field_16_event_id to LevelDecoration::uEventID.
yoctozepto
parents:
1513
diff
changeset
|
1787 if (!decor->uEventID) |
0 | 1788 { |
1789 if (decor->IsInteractive()) | |
1790 { | |
1791 if (decorEventIdx < 124) | |
1792 { | |
1793 decor->_idx_in_stru123 = decorEventIdx + 75; | |
1736
c6fe09a06712
Player::CompareVariable finished, renamed stru_5E4C90 to stru_5E4C90_MapPersistVars, party::field_4A0 to party::CounterEventValues
Grumpy7
parents:
1706
diff
changeset
|
1794 stru_5E4C90_MapPersistVars._decor_events[decorEventIdx++] = decor->GetGlobalEvent(); |
0 | 1795 } |
1796 } | |
1797 } | |
1798 } | |
1799 } | |
1800 | |
1801 //----- (00450B0A) -------------------------------------------------------- | |
1802 bool __fastcall SpawnActor(unsigned int uMonsterID) | |
1803 { | |
1804 unsigned int v1; // ebx@1 | |
1805 bool result; // eax@2 | |
1806 MonsterDesc *v3; // esi@5 | |
1807 MonsterInfo *v4; // edi@5 | |
1808 Vec3_int_ v5; // ST08_12@5 | |
1809 unsigned int v6; // ecx@5 | |
1810 Actor *v7; // eax@7 | |
1811 Actor actor; // [sp+4h] [bp-350h]@5 | |
1812 Vec3_int_ pOut; // [sp+348h] [bp-Ch]@5 | |
1813 | |
1814 v1 = uMonsterID; | |
1815 if ( uNumActors == 499 ) | |
1816 { | |
1817 result = 0; | |
1818 } | |
1819 else | |
1820 { | |
1821 if ( (signed int)uMonsterID >= (signed int)pMonsterList->uNumMonsters ) | |
1822 v1 = 0; | |
1823 v3 = &pMonsterList->pMonsters[v1]; | |
1824 v4 = &pMonsterStats->pInfos[v1 + 1]; | |
1825 memset(&actor, 0, 0x344u); | |
1826 strcpy(actor.pActorName, v4->pName); | |
1827 actor.sCurrentHP = LOWORD(v4->uHP); | |
1828 memcpy(&actor.pMonsterInfo, &pMonsterStats->pInfos[v1 + 1], 0x58u); | |
1829 actor.word_000086_some_monster_id = v1 + 1; | |
1830 actor.uActorRadius = v3->uMonsterRadius; | |
1831 actor.uActorHeight = v3->uMonsterHeight; | |
1832 actor.uMovementSpeed = v3->uMovementSpeed; | |
1833 v5 = pParty->vPosition; | |
1834 Vec3_int_::Rotate(200, pParty->sRotationY, 0, v5, &pOut.x, &pOut.z, &pOut.y); | |
1835 actor.vInitialPosition.x = pOut.x; | |
1836 actor.vPosition.x = pOut.x; | |
1837 actor.uTetherDistance = 256; | |
1838 actor.vInitialPosition.y = LOWORD(pOut.z); | |
1839 actor.vPosition.y = LOWORD(pOut.z); | |
1840 actor.vInitialPosition.z = LOWORD(pOut.y); | |
1841 actor.vPosition.z = LOWORD(pOut.y); | |
1842 pSprites_LOD->DeleteSomeSprites(); | |
1843 pPaletteManager->ResetNonTestLocked(); | |
1844 v6 = uNumActors - 1; | |
1845 if ( dword_5C6DF8 == 1 ) | |
1846 { | |
1847 dword_5C6DF8 = 0; | |
1848 v6 = uNumActors++; | |
1849 } | |
1850 v7 = &pActors[v6]; | |
1851 memcpy(v7, &actor, 0x344u); | |
1852 v7->PrepareSprites(1); | |
1853 result = 1; | |
1854 } | |
1855 return result; | |
1856 } | |
1857 // 5C6DF8: using guessed type int dword_5C6DF8; | |
1858 | |
1859 //----- (00450DA3) -------------------------------------------------------- | |
1458 | 1860 int GetAlertStatus() |
0 | 1861 { |
1862 int result; // eax@2 | |
1863 | |
1864 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor ) | |
1865 result = pOutdoor->ddm.field_C_alert; | |
1866 else | |
1867 result = uCurrentlyLoadedLevelType == LEVEL_Outdoor ? pIndoor->dlv.field_C_alert : 0; | |
1868 return result; | |
1869 } | |
1870 | |
1871 //----- (00450DDE) -------------------------------------------------------- | |
1872 stru350 *stru350::_450DDE() | |
1873 { | |
1874 _450DF1(&stru_4E82A4, &stru_4E82A4); | |
1875 return this; | |
1876 } | |
1877 | |
1878 //----- (00450DF1) -------------------------------------------------------- | |
1879 bool stru350::_450DF1(const stru355 *p1, const stru355 *p2) | |
1880 { | |
1881 //stru350 *v3; // esi@1 | |
1882 //void *result; // eax@1 | |
1883 unsigned int v5; // ecx@2 | |
1884 int v6; // edi@2 | |
1885 int v7; // edx@2 | |
1886 unsigned int v8; // ecx@8 | |
1887 int v9; // edi@8 | |
1888 int v10; // edx@8 | |
1889 int v11; // ecx@12 | |
1890 int v12; // edi@12 | |
1891 unsigned int v13; // ecx@12 | |
1892 int v14; // edx@12 | |
1893 int v15; // ecx@16 | |
1894 unsigned int v16; // edx@16 | |
1895 int v17; // ecx@16 | |
1896 int v18; // edi@16 | |
1897 char v19; // zf@20 | |
1898 unsigned int v20; // ecx@21 | |
1899 int v21; // edi@21 | |
1900 int v22; // edx@21 | |
1901 unsigned int v23; // ecx@27 | |
1902 int v24; // edi@27 | |
1903 int v25; // edx@27 | |
1904 int v26; // ecx@31 | |
1905 int v27; // edi@31 | |
1906 unsigned int v28; // ecx@31 | |
1907 int v29; // edx@31 | |
1908 int v30; // ebx@35 | |
1909 int v31; // ecx@35 | |
1910 int v32; // edi@35 | |
1911 int v33; // edx@35 | |
1912 unsigned int i; // ecx@35 | |
1913 int v35; // ecx@39 | |
1914 unsigned int v36; // edx@39 | |
1915 int v37; // ecx@39 | |
1916 int v38; // ebx@39 | |
1917 | |
1918 //v3 = this; | |
1919 memcpy(&field_0, p1, sizeof(stru355)); | |
1920 memcpy(&field_20, p2, sizeof(stru355)); | |
1921 //result = memcpy(&v3->field_20, p2, 0x20u); | |
1922 //LOBYTE(result) = 1; | |
1923 if (field_0.field_4 & 1) | |
1924 { | |
1925 v5 = field_0.field_1C; | |
1926 v6 = 0; | |
1927 v7 = 0; | |
1928 while ( !(v5 & 1) ) | |
1929 { | |
1930 ++v6; | |
1931 v5 >>= 1; | |
1932 } | |
1933 do | |
1934 { | |
1935 v5 >>= 1; | |
1936 ++v7; | |
1937 } | |
1938 while ( v5 & 1 ); | |
1939 field_40 = 32 - v7 - v6; | |
1940 } | |
1941 else | |
1942 { | |
1943 field_40 = 0; | |
1944 } | |
1945 v8 = field_0.field_10; | |
1946 v9 = 0; | |
1947 v10 = 0; | |
1948 while ( !(v8 & 1) ) | |
1949 { | |
1950 ++v9; | |
1951 v8 >>= 1; | |
1952 } | |
1953 do | |
1954 { | |
1955 v8 >>= 1; | |
1956 ++v10; | |
1957 } | |
1958 while ( v8 & 1 ); | |
1959 v11 = 24 - v10 - v9; | |
1960 v12 = 0; | |
1961 field_48 = v11; | |
1962 v13 = field_0.field_14; | |
1963 v14 = 0; | |
1964 while ( !(v13 & 1) ) | |
1965 { | |
1966 ++v12; | |
1967 v13 >>= 1; | |
1968 } | |
1969 do | |
1970 { | |
1971 v13 >>= 1; | |
1972 ++v14; | |
1973 } | |
1974 while ( v13 & 1 ); | |
1975 v15 = 16 - v14; | |
1976 v16 = field_0.field_18; | |
1977 field_50 = v15 - v12; | |
1978 v17 = 0; | |
1979 v18 = 0; | |
1980 while ( !(v16 & 1) ) | |
1981 { | |
1982 ++v17; | |
1983 v16 >>= 1; | |
1984 } | |
1985 do | |
1986 { | |
1987 v16 >>= 1; | |
1988 ++v18; | |
1989 } | |
1990 while ( v16 & 1 ); | |
1991 v19 = (field_20.field_4 & 1) == 0; | |
1992 field_58 = v17 - v18 + 8; | |
1993 if ( v19 ) | |
1994 { | |
1995 field_44 = 0; | |
1996 } | |
1997 else | |
1998 { | |
1999 v20 = field_20.field_1C; | |
2000 v21 = 0; | |
2001 v22 = 0; | |
2002 while ( !(v20 & 1) ) | |
2003 { | |
2004 ++v21; | |
2005 v20 >>= 1; | |
2006 } | |
2007 do | |
2008 { | |
2009 v20 >>= 1; | |
2010 ++v22; | |
2011 } | |
2012 while ( v20 & 1 ); | |
2013 field_44 = 32 - v22 - v21; | |
2014 } | |
2015 v23 = field_20.field_10; | |
2016 v24 = 0; | |
2017 v25 = 0; | |
2018 while ( !(v23 & 1) ) | |
2019 { | |
2020 ++v24; | |
2021 v23 >>= 1; | |
2022 } | |
2023 do | |
2024 { | |
2025 v23 >>= 1; | |
2026 ++v25; | |
2027 } | |
2028 while ( v23 & 1 ); | |
2029 v26 = 24 - v25 - v24; | |
2030 v27 = 0; | |
2031 field_4C = v26; | |
2032 v28 = field_20.field_14; | |
2033 v29 = 0; | |
2034 while ( !(v28 & 1) ) | |
2035 { | |
2036 ++v27; | |
2037 v28 >>= 1; | |
2038 } | |
2039 do | |
2040 { | |
2041 v28 >>= 1; | |
2042 ++v29; | |
2043 } | |
2044 while ( v28 & 1 ); | |
2045 v30 = 0; | |
2046 v31 = 16 - v29 - v27; | |
2047 v32 = field_20.field_18; | |
2048 field_54 = v31; | |
2049 v33 = 0; | |
2050 for ( i = v32; !(i & 1); i >>= 1 ) | |
2051 ++v30; | |
2052 do | |
2053 { | |
2054 i >>= 1; | |
2055 ++v33; | |
2056 } | |
2057 while ( i & 1 ); | |
2058 v35 = 32 - v33; | |
2059 v36 = v32; | |
2060 field_5C = v35 - v30; | |
2061 v37 = 0; | |
2062 v38 = 0; | |
2063 while ( !(v36 & 1) ) | |
2064 { | |
2065 ++v37; | |
2066 v36 >>= 1; | |
2067 } | |
2068 do | |
2069 { | |
2070 v36 >>= 1; | |
2071 ++v38; | |
2072 } | |
2073 while ( v36 & 1 ); | |
2074 field_5C = v37 - v38 + 8; | |
2075 return true; | |
2076 } | |
2077 | |
2078 //----- (00450F55) -------------------------------------------------------- | |
2079 unsigned int stru350::_450F55(int a2) | |
2080 { | |
2081 int v2 = a2 & stru_4E82A4.field_1C; | |
2082 if (field_20.field_4 & 1) | |
2083 v2 = (unsigned int)v2 >> this->field_44; | |
2084 return v2 & field_20.field_1C | | |
2085 field_20.field_10 & ((a2 & (unsigned int)stru_4E82A4.field_10) >> field_4C) | | |
2086 field_20.field_14 & ((a2 & (unsigned int)stru_4E82A4.field_14) >> field_54) | | |
2087 field_20.field_18 & ((a2 & (unsigned int)stru_4E82A4.field_18) >> field_5C); | |
2088 } | |
2089 | |
2090 //----- (00450FB1) -------------------------------------------------------- | |
2091 int stru350::_450FB1(int a2) | |
2092 { | |
2093 int v2 = 0; | |
2094 int v4 = field_0.field_4 & 1; | |
2095 if ( v4 ) | |
2096 v2 = a2 & field_0.field_1C; | |
2097 if ( v4 ) | |
2098 v2 <<= field_40; | |
2099 return v2 | ((a2 & field_0.field_10) << field_48) | ((a2 & field_0.field_14) << field_50) | ((a2 & field_0.field_18) << field_58); | |
2100 } | |
2101 | |
2102 //----- (00452442) -------------------------------------------------------- | |
1583 | 2103 unsigned int __fastcall _452442_color_cvt(unsigned __int16 a1, unsigned __int16 a2, int a3, int a4) |
0 | 2104 { |
2105 int v4; // ebx@0 | |
2106 __int16 v5; // ST14_2@1 | |
2107 __int16 v6; // dx@1 | |
2108 int v7; // ecx@1 | |
2109 __int16 v8; // ST10_2@1 | |
2110 int v9; // edi@1 | |
2111 unsigned __int16 v10; // dh@1@1 | |
2112 int v11; // ebx@1 | |
2113 int v12; // ebx@1 | |
2114 __int16 a3a; // [sp+1Ch] [bp+8h]@1 | |
2115 | |
2116 v5 = a2 >> 2; | |
2117 v6 = (unsigned __int16)a4 >> 2; | |
2118 v8 = a1 >> 2; | |
2119 a3a = (unsigned __int16)a3 >> 2; | |
2120 LOWORD(v7) = a3a; | |
2121 v9 = v7; | |
2122 LOWORD(v4) = ((unsigned __int16)a4 >> 2) & 0xE0; | |
2123 LOWORD(v7) = a3a & 0xE0; | |
2124 LOWORD(v9) = v9 & 0x1C00; | |
2125 v11 = v7 + v4; | |
2126 LOWORD(v7) = v5 & 0xE0; | |
2127 v12 = v7 + v11; | |
2128 LOWORD(v7) = v8 & 0xE0; | |
1409
c9e3b93ec570
Highlighted locations with "using uninitialized variable" warning.
Nomad
parents:
1408
diff
changeset
|
2129 __debugbreak(); // warning C4700: uninitialized local variable 'v10' used |
848 | 2130 return (PID_TYPE(v8) + PID_TYPE(v5) + PID_TYPE(a3a) + PID_TYPE(v6)) | (v7 + v12) | ((v8 & 0x1C00) |
0 | 2131 + (v5 & 0x1C00) |
2132 + v9 | |
2133 + (__PAIR__(v10, (unsigned __int16)a4 >> 2) & 0x1C00)); | |
2134 } | |
2135 | |
2136 //----- (0045281E) -------------------------------------------------------- | |
2137 // Calculates atan2(y/x) | |
2138 // return value: angle in integer format (multiplier of Pi/1024) | |
2139 unsigned int stru193_math::Atan2(int x, int y) | |
2140 { | |
2141 signed int quadrant; | |
2142 __int64 dividend; | |
2143 int quotient; | |
2144 int lowIdx; | |
2145 int highIdx; | |
2146 int angle; | |
2147 | |
1980 | 2148 int X = x; |
2149 int Y = y; | |
0 | 2150 |
2151 if ( abs(X) < 65536 ) | |
2152 { | |
2153 if ( (abs(Y) >> 15) >= abs(X) ) | |
2154 X = 0; | |
2155 } | |
2156 | |
2157 if ( !X ) | |
2158 { | |
2159 if ( Y > 0 ) | |
2160 { | |
2161 return uIntegerHalfPi; //Pi/2 | |
2162 } | |
2163 else | |
2164 { | |
2165 return uIntegerHalfPi + uIntegerPi; //3*(Pi/2) | |
2166 } | |
2167 } | |
2168 | |
2169 if ( Y ) | |
2170 { | |
2171 if ( X < 0 ) | |
2172 { | |
2173 X = -X; | |
2174 if ( Y > 0 ) | |
2175 { | |
2176 quadrant = 4; | |
2177 } | |
2178 else | |
2179 { | |
2180 quadrant = 3; | |
2181 } | |
2182 } | |
2183 else | |
2184 { | |
2185 if ( Y > 0 ) | |
2186 { | |
2187 quadrant = 1; | |
2188 } | |
2189 else | |
2190 { | |
2191 quadrant = 2; | |
2192 } | |
2193 } | |
2194 | |
2195 if ( Y < 0 ) | |
2196 Y = -Y; | |
2197 | |
2198 LODWORD(dividend) = Y << 16; | |
2199 HIDWORD(dividend) = Y >> 16; | |
2200 quotient = dividend / X; | |
2201 | |
2202 //looks like binary search | |
2203 { | |
2204 int i; | |
2205 highIdx = uIntegerHalfPi; | |
2206 lowIdx = 0; | |
2207 | |
2208 for (i = 0; i < 6; ++i) | |
2209 { | |
2210 if (quotient <= pTanTable[(lowIdx + highIdx) / 2]) | |
2211 highIdx = (lowIdx + highIdx) / 2; | |
2212 else | |
2213 lowIdx = (lowIdx + highIdx) / 2; | |
2214 } | |
2215 } | |
2216 | |
2217 angle = lowIdx + 1; | |
2218 while ( angle < (highIdx - 1) && quotient >= pTanTable[angle] ) | |
2219 ++angle; | |
2220 | |
2221 switch (quadrant) | |
2222 { | |
2223 case 1: //X > 0, Y > 0 | |
2224 return angle; | |
2225 | |
2226 case 2: //X > 0, Y < 0 | |
2227 return uIntegerDoublePi - angle; //2*Pi - angle | |
2228 | |
2229 case 3: //X > 0, Y < 0 | |
2230 return uIntegerPi + angle; //Pi + angle | |
2231 | |
2232 case 4: //X < 0, Y > 0 | |
2233 return uIntegerPi - angle; //Pi - angle | |
2234 } | |
2235 | |
2236 //should newer get here | |
2237 return 0; | |
2238 } | |
2239 | |
2240 if ( X < 0 ) //Y == 0, X < 0 | |
2241 return uIntegerPi; | |
2242 | |
2243 return 0; | |
2244 } | |
2245 | |
2246 //----- (00452969) -------------------------------------------------------- | |
2247 stru193_math::stru193_math() | |
2248 { | |
2249 double v3; // ST18_8@2 | |
1214
0d6c7ff3cddd
simplified stru193_math constructor and class definition
Grumpy7
parents:
1205
diff
changeset
|
2250 |
0 | 2251 this->pTanTable[0] = 0; |
2252 this->pCosTable[0] = 65536; | |
2253 this->pInvCosTable[0] = 65536; | |
1214
0d6c7ff3cddd
simplified stru193_math constructor and class definition
Grumpy7
parents:
1205
diff
changeset
|
2254 for(int i = 1; i < (signed int)this->uIntegerHalfPi; i++) |
0d6c7ff3cddd
simplified stru193_math constructor and class definition
Grumpy7
parents:
1205
diff
changeset
|
2255 { |
0d6c7ff3cddd
simplified stru193_math constructor and class definition
Grumpy7
parents:
1205
diff
changeset
|
2256 v3 = (double)i * 3.141592653589793 / (double)uIntegerPi; |
0d6c7ff3cddd
simplified stru193_math constructor and class definition
Grumpy7
parents:
1205
diff
changeset
|
2257 pTanTable[i] = (signed __int64)(tan(v3) * (double)this->pCosTable[0] + 0.5); |
0d6c7ff3cddd
simplified stru193_math constructor and class definition
Grumpy7
parents:
1205
diff
changeset
|
2258 pCosTable[i] = (signed __int64)(cos(v3) * (double)this->pCosTable[0] + 0.5); |
0d6c7ff3cddd
simplified stru193_math constructor and class definition
Grumpy7
parents:
1205
diff
changeset
|
2259 pInvCosTable[i] = (signed __int64)(1.0 / cos(v3) * (double)this->pCosTable[0] + 0.5); |
0d6c7ff3cddd
simplified stru193_math constructor and class definition
Grumpy7
parents:
1205
diff
changeset
|
2260 } |
0d6c7ff3cddd
simplified stru193_math constructor and class definition
Grumpy7
parents:
1205
diff
changeset
|
2261 for(int i = this->uIntegerHalfPi; i < 520; i++) |
0d6c7ff3cddd
simplified stru193_math constructor and class definition
Grumpy7
parents:
1205
diff
changeset
|
2262 { |
0d6c7ff3cddd
simplified stru193_math constructor and class definition
Grumpy7
parents:
1205
diff
changeset
|
2263 this->pTanTable[i] = 0xEFFFFFFFu; |
0d6c7ff3cddd
simplified stru193_math constructor and class definition
Grumpy7
parents:
1205
diff
changeset
|
2264 this->pCosTable[i] = 0; |
0d6c7ff3cddd
simplified stru193_math constructor and class definition
Grumpy7
parents:
1205
diff
changeset
|
2265 this->pInvCosTable[i] = 0xEFFFFFFFu; |
0 | 2266 } |
2267 } | |
2268 | |
2269 //----- (00452A9E) -------------------------------------------------------- | |
295 | 2270 int integer_sqrt(int val) |
0 | 2271 { |
2272 signed int result; // eax@2 | |
295 | 2273 unsigned int v2; // edx@3 |
271 | 2274 unsigned int v3; // edi@3 |
2275 //signed int v4; // ebx@3 | |
0 | 2276 int v5; // esi@4 |
2277 | |
295 | 2278 if (val < 1) |
2279 return val; | |
271 | 2280 |
2281 | |
0 | 2282 v2 = 0; |
295 | 2283 v3 = val; |
0 | 2284 result = 0; |
271 | 2285 //v4 = 16; |
2286 for (uint i = 0; i < 16; ++i) | |
2287 { | |
0 | 2288 result *= 2; |
271 | 2289 v2 = (v3 >> 30) | 4 * v2; |
0 | 2290 v5 = 2 * result + 1; |
2291 v3 *= 4; | |
295 | 2292 if ( v2 >= v5 ) |
0 | 2293 { |
2294 ++result; | |
2295 v2 -= v5; | |
2296 } | |
271 | 2297 //--v4; |
2298 } | |
2299 //while ( v4 ); | |
295 | 2300 if ( val - result * result >= (unsigned int)(result - 1) ) |
0 | 2301 ++result; |
295 | 2302 return result; |
0 | 2303 } |
2304 | |
2305 //----- (00452AE2) -------------------------------------------------------- | |
2306 int __fastcall MakeColorMaskFromBitDepth(int a1) | |
2307 { | |
2308 signed __int64 v1; // qax@1 | |
2309 | |
2310 v1 = 4294967296i64; | |
2311 if ( a1 > 0 ) | |
2312 { | |
2313 do | |
2314 { | |
2315 LODWORD(v1) = HIDWORD(v1) + v1; | |
2316 HIDWORD(v1) *= 2; | |
2317 --a1; | |
2318 } | |
2319 while ( a1 ); | |
2320 } | |
2321 return v1; | |
2322 } | |
2323 | |
2324 //----- (00452AF3) -------------------------------------------------------- | |
2325 void __fastcall fill_pixels_fast(unsigned int a1, unsigned __int16 *pPixels, unsigned int uNumPixels) | |
2326 { | |
2327 void *v3; // edi@1 | |
2328 unsigned int v4; // eax@1 | |
2329 unsigned __int16 *v5; // edi@3 | |
2330 unsigned int i; // ecx@3 | |
2331 | |
2332 v3 = pPixels; | |
2333 v4 = a1 | (a1 << 16); | |
2334 if ( (unsigned __int8)pPixels & 2 ) // first 2 pixels | |
2335 { | |
2336 *pPixels = v4; | |
2337 v3 = pPixels + 1; | |
2338 --uNumPixels; | |
2339 } | |
2340 memset32(v3, v4, uNumPixels >> 1); // 4 pixels at once | |
2341 v5 = (unsigned __int16 *)((char *)v3 + 4 * (uNumPixels >> 1)); | |
2342 for ( i = uNumPixels & 1; i; --i ) // leftover pixels | |
2343 { | |
2344 *v5 = v4; | |
2345 ++v5; | |
2346 } | |
2347 } | |
2348 | |
2349 //----- (00452B2E) -------------------------------------------------------- | |
2350 int __fastcall GetDiceResult(unsigned int uNumDice, unsigned int uDiceSides) | |
2351 { | |
2352 signed int v2; // edi@1 | |
2353 int v3; // esi@1 | |
2354 int result; // eax@2 | |
2355 unsigned int v5; // ebx@4 | |
2356 | |
2357 v2 = uDiceSides; | |
2358 v3 = 0; | |
2359 if ( uDiceSides ) | |
2360 { | |
2361 if ( (signed int)uNumDice > 0 ) | |
2362 { | |
2363 v5 = uNumDice; | |
2364 do | |
2365 { | |
2366 --v5; | |
2367 v3 += rand() % v2 + 1; | |
2368 } | |
2369 while ( v5 ); | |
2370 } | |
2371 result = v3; | |
2372 } | |
2373 else | |
2374 { | |
2375 result = 0; | |
2376 } | |
2377 return result; | |
2378 } | |
2379 | |
2380 //----- (00453F62) -------------------------------------------------------- | |
2381 void MapStats::Initialize() | |
2382 { | |
237 | 2383 char work_str[32]; // [sp+Ch] [bp-34h]@3 |
2384 int work_str_pos; | |
2385 int work_str_len; | |
2386 int i; | |
2387 char* test_string; | |
2388 unsigned char c; | |
2389 bool break_loop; | |
2390 unsigned int temp_str_len; | |
2391 char* tmp_pos; | |
2392 int decode_step; | |
2393 int item_counter; | |
2394 | |
0 | 2395 if ( pMapStatsTXT_Raw ) |
1583 | 2396 free(pMapStatsTXT_Raw); |
237 | 2397 pMapStatsTXT_Raw = NULL; |
0 | 2398 pMapStatsTXT_Raw = (char *)pEvents_LOD->LoadRaw("MapStats.txt", 0); |
2399 strtok(pMapStatsTXT_Raw, "\r"); | |
237 | 2400 strtok(NULL, "\r"); |
2401 strtok(NULL, "\r"); | |
2402 | |
2403 for (i=1; i<77; ++i) | |
2404 { | |
2405 test_string = strtok(NULL, "\r") + 1; | |
2406 break_loop = false; | |
2407 decode_step=0; | |
2408 do | |
2409 { | |
2410 c = *(unsigned char*)test_string; | |
2411 temp_str_len = 0; | |
2412 while((c!='\t')&&(c>0)) | |
2413 { | |
2414 ++temp_str_len; | |
2415 c=test_string[temp_str_len]; | |
2416 } | |
2417 tmp_pos=test_string+temp_str_len; | |
2418 if (*tmp_pos == 0) | |
2419 break_loop = true; | |
2420 *tmp_pos = 0; | |
2421 if (temp_str_len) | |
2422 { | |
2423 switch (decode_step) | |
2424 { | |
2425 case 1: | |
2426 pInfos[i].pName = RemoveQuotes(test_string); | |
2427 break; | |
2428 case 2: | |
2429 pInfos[i].pFilename = RemoveQuotes(test_string); | |
2430 break; | |
2431 case 3: | |
2432 pInfos[i].uNumResets = atoi(test_string); | |
2433 break; | |
2434 case 4: | |
2435 pInfos[i].uFirstVisitedAt = atoi(test_string); | |
2436 break; | |
2437 case 5: | |
2438 pInfos[i]._per = atoi(test_string); | |
2439 break; | |
2440 case 6: | |
2441 pInfos[i].uRespawnIntervalDays = atoi(test_string); | |
2442 break; | |
2443 case 7: | |
2444 pInfos[i]._alert_days = atoi(test_string); | |
2445 break; | |
2446 case 8: | |
2447 pInfos[i]._steal_perm = atoi(test_string); | |
2448 break; | |
2449 case 9: | |
2450 pInfos[i].LockX5 = atoi(test_string); | |
2451 break; | |
2452 case 10: | |
2453 pInfos[i].Trap_D20 = atoi(test_string); | |
2454 break; | |
2455 case 11: | |
2456 pInfos[i].Treasure_prob = atoi(test_string); | |
2457 break; | |
2458 case 12: | |
2459 pInfos[i].Encounter_percent = atoi(test_string); | |
2460 break; | |
2461 case 13: | |
2462 pInfos[i].EncM1percent = atoi(test_string); | |
2463 break; | |
2464 case 14: | |
2465 pInfos[i].EncM2percent = atoi(test_string); | |
2466 break; | |
2467 case 15: | |
2468 pInfos[i].EncM3percent = atoi(test_string); | |
2469 break; | |
2470 case 16: | |
2471 pInfos[i].pEncounterMonster1Texture = RemoveQuotes(test_string); | |
2472 break; | |
2473 case 18: | |
2474 pInfos[i].Dif_M1 = atoi(test_string); | |
2475 break; | |
2476 case 19: | |
2477 pInfos[i].uEncounterMonster1AtLeast = 1; | |
2478 pInfos[i].uEncounterMonster1AtMost = 1; | |
2479 strcpy(work_str, test_string); | |
2480 work_str_pos = 0; | |
2481 work_str_len=strlen(work_str); | |
2482 if (work_str_len ) | |
2483 { | |
2484 while (work_str[work_str_pos] != '-' ) | |
2485 { | |
2486 ++work_str_pos; | |
2487 if (work_str_pos >= work_str_len ) | |
2488 break; | |
2489 } | |
2490 work_str[work_str_pos] = 0; | |
2491 pInfos[i].uEncounterMonster1AtLeast = atoi(work_str); | |
2492 if ( work_str_pos < work_str_len ) | |
2493 pInfos[i].uEncounterMonster1AtMost = atoi(&work_str[work_str_pos + 1]); | |
2494 else | |
2495 pInfos[i].uEncounterMonster1AtMost = pInfos[i].uEncounterMonster1AtLeast; | |
2496 } | |
2497 break; | |
2498 case 20: | |
2499 pInfos[i].pEncounterMonster2Texture = RemoveQuotes(test_string); | |
2500 break; | |
2501 case 22: | |
2502 pInfos[i].Dif_M2 = atoi(test_string); | |
2503 break; | |
2504 case 23: | |
2505 pInfos[i].uEncounterMonster2AtLeast = 1; | |
2506 pInfos[i].uEncounterMonster2AtMost = 1; | |
2507 strcpy(work_str, test_string); | |
2508 work_str_pos = 0; | |
2509 work_str_len=strlen(work_str); | |
2510 if (work_str_len ) | |
2511 { | |
2512 while (work_str[work_str_pos] != '-' ) | |
2513 { | |
2514 ++work_str_pos; | |
2515 if (work_str_pos >= work_str_len ) | |
2516 break; | |
2517 } | |
2518 work_str[work_str_pos] = 0; | |
2519 pInfos[i].uEncounterMonster2AtLeast = atoi(work_str); | |
2520 if ( work_str_pos < work_str_len ) | |
2521 pInfos[i].uEncounterMonster2AtMost = atoi(&work_str[work_str_pos + 1]); | |
2522 else | |
2523 pInfos[i].uEncounterMonster2AtMost = pInfos[i].uEncounterMonster2AtLeast; | |
2524 } | |
2525 break; | |
2526 case 24: | |
2527 pInfos[i].pEncounterMonster3Texture = RemoveQuotes(test_string); | |
2528 break; | |
2529 case 26: | |
2530 pInfos[i].Dif_M3 = atoi(test_string); | |
2531 break; | |
2532 case 27: | |
2533 pInfos[i].uEncounterMonster3AtLeast = 1; | |
2534 pInfos[i].uEncounterMonster3AtMost = 1; | |
2535 strcpy(work_str, test_string); | |
2536 work_str_pos = 0; | |
2537 work_str_len=strlen(work_str); | |
2538 if (work_str_len ) | |
2539 { | |
2540 while (work_str[work_str_pos] != '-' ) | |
2541 { | |
2542 ++work_str_pos; | |
2543 if (work_str_pos >= work_str_len ) | |
2544 break; | |
2545 } | |
2546 work_str[work_str_pos] = 0; | |
2547 pInfos[i].uEncounterMonster3AtLeast = atoi(work_str); | |
2548 if ( work_str_pos < work_str_len ) | |
2549 pInfos[i].uEncounterMonster3AtMost = atoi(&work_str[work_str_pos + 1]); | |
2550 else | |
2551 pInfos[i].uEncounterMonster3AtMost = pInfos[i].uEncounterMonster3AtLeast; | |
2552 } | |
2553 break; | |
2554 case 28: | |
2555 pInfos[i].uRedbookTrackID = atoi(test_string); | |
2556 break; | |
2557 case 29: | |
2558 { | |
2559 if ( !strcmp(test_string, "CAVE") ) | |
2560 { | |
2561 pInfos[i].uEAXEnv = 8; | |
2562 break; | |
2563 } | |
2564 if ( !strcmp(test_string, "STONEROOM") ) | |
2565 { | |
2566 pInfos[i].uEAXEnv = 5; | |
2567 break; | |
2568 } | |
2569 if ( !strcmp(test_string, "MOUNTAINS") ) | |
2570 { | |
2571 pInfos[i].uEAXEnv = 17; | |
2572 break; | |
2573 } | |
2574 if ( !strcmp(test_string, "PLAIN") ) | |
2575 { | |
2576 pInfos[i].uEAXEnv = 19; | |
2577 break; | |
2578 } | |
2579 if ( !strcmp(test_string, "FOREST") ) | |
2580 { | |
2581 pInfos[i].uEAXEnv = 15; | |
2582 break; | |
2583 } | |
2584 if ( !strcmp(test_string, "CITY") ) | |
2585 { | |
2586 pInfos[i].uEAXEnv = 16; | |
2587 break; | |
2588 } | |
2589 if ( !strcmp(test_string, "UNDERWATER") ) | |
2590 { | |
2591 pInfos[i].uEAXEnv = 22; | |
2592 break; | |
2593 } | |
2594 if ( !strcmp(test_string, "ARENA") ) | |
2595 { | |
2596 pInfos[i].uEAXEnv = 9; | |
2597 break; | |
2598 } | |
2599 if ( !strcmp(test_string, "GENERIC") ) | |
2600 { | |
2601 pInfos[i].uEAXEnv = 0; | |
2602 break; | |
2603 } | |
2604 if ( !strcmp(test_string, "PADDEDCELL") ) | |
2605 { | |
2606 pInfos[i].uEAXEnv = 1; | |
2607 break; | |
2608 } | |
2609 if ( !strcmp(test_string, "ROOM") ) | |
2610 { | |
2611 pInfos[i].uEAXEnv = 2; | |
2612 break; | |
2613 } | |
2614 if ( !strcmp(test_string, "BATHROOM") ) | |
2615 { | |
2616 pInfos[i].uEAXEnv = 3; | |
2617 break; | |
2618 } | |
2619 if ( !strcmp(test_string, "LIVINGROOM") ) | |
2620 { | |
2621 pInfos[i].uEAXEnv = 4; | |
2622 break; | |
2623 } | |
2624 if ( !strcmp(test_string, "AUDITORIUM") ) | |
2625 { | |
2626 pInfos[i].uEAXEnv = 6; | |
2627 break; | |
2628 } | |
2629 if ( !strcmp(test_string, "CONCERTHALL") ) | |
2630 { | |
2631 pInfos[i].uEAXEnv = 7; | |
2632 break; | |
2633 } | |
2634 if ( !strcmp(test_string, "HANGAR") ) | |
2635 { | |
2636 pInfos[i].uEAXEnv = 10; | |
2637 break; | |
2638 } | |
2639 if ( !strcmp(test_string, "CARPETEDHALLWAY") ) | |
2640 { | |
2641 pInfos[i].uEAXEnv = 11; | |
2642 break; | |
2643 } | |
2644 if ( !strcmp(test_string, "HALLWAY") ) | |
2645 { | |
2646 pInfos[i].uEAXEnv = 12; | |
2647 break; | |
2648 } | |
2649 if ( !strcmp(test_string, "STONECORRIDOR") ) | |
2650 { | |
2651 pInfos[i].uEAXEnv = 13; | |
2652 break; | |
2653 } | |
2654 if ( !strcmp(test_string, "ALLEY") ) | |
2655 { | |
2656 pInfos[i].uEAXEnv = 14; | |
2657 break; | |
2658 } | |
2659 if ( !strcmp(test_string, "QUARRY") ) | |
2660 { | |
2661 pInfos[i].uEAXEnv = 18; | |
2662 break; | |
2663 } | |
2664 if ( !strcmp(test_string, "PARKINGLOT") ) | |
2665 { | |
2666 pInfos[i].uEAXEnv = 20; | |
2667 break; | |
2668 } | |
2669 if ( !strcmp(test_string, "SEWERPIPE") ) | |
2670 { | |
2671 pInfos[i].uEAXEnv = 21; | |
2672 break; | |
2673 } | |
2674 if ( !strcmp(test_string, "DRUGGED") ) | |
2675 { | |
2676 pInfos[i].uEAXEnv = 23; | |
2677 break; | |
2678 } | |
2679 if ( !strcmp(test_string, "DIZZY") ) | |
2680 { | |
2681 pInfos[i].uEAXEnv = 24; | |
2682 break; | |
2683 } | |
2684 if ( !strcmp(test_string, "PSYCHOTIC") ) | |
2685 { | |
2686 pInfos[i].uEAXEnv = 25; | |
2687 break; | |
2688 } | |
2689 pInfos[i].uEAXEnv = 26; | |
2690 | |
2691 } | |
2692 break; | |
2693 } | |
2694 } | |
2695 else | |
2696 { | |
2697 break_loop = true; | |
2698 } | |
2699 ++decode_step; | |
2700 test_string=tmp_pos+1; | |
2701 } while ((decode_step<31)&&!break_loop); | |
2702 } | |
2703 | |
2704 uNumMaps = 77; | |
0 | 2705 } |
2706 // 453F62: using guessed type char Str[32]; | |
2707 | |
2708 //----- (004547A3) -------------------------------------------------------- | |
767 | 2709 MAP_TYPE MapStats::GetMapInfo(const char *Str2) |
2710 { | |
2711 assert(uNumMaps >= 2); | |
2712 | |
2713 for (uint i = 1; i < uNumMaps; ++i) | |
1165
29a8defbad9e
temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents:
1150
diff
changeset
|
2714 if (!_stricmp(pInfos[i].pFilename, Str2)) |
767 | 2715 return (MAP_TYPE)i; |
2716 | |
2717 assert(false && "Map not found!"); | |
0 | 2718 } |
2719 | |
2720 //----- (004547E4) -------------------------------------------------------- | |
2721 void FactionTable::Initialize() | |
2722 { | |
237 | 2723 int i; |
2724 char* test_string; | |
2725 unsigned char c; | |
2726 bool break_loop; | |
2727 unsigned int temp_str_len; | |
2728 char* tmp_pos; | |
2729 int decode_step; | |
2730 int item_counter; | |
2731 | |
0 | 2732 if ( pHostileTXT_Raw ) |
1583 | 2733 free(pHostileTXT_Raw); |
237 | 2734 pHostileTXT_Raw = NULL; |
0 | 2735 pHostileTXT_Raw = (char *)pEvents_LOD->LoadRaw("hostile.txt", 0); |
2736 strtok(pHostileTXT_Raw, "\r"); | |
237 | 2737 for (i=0; i<89; ++i) |
2738 { | |
2739 test_string = strtok(NULL, "\r") + 1; | |
2740 break_loop = false; | |
2741 decode_step=0; | |
2742 do | |
2743 { | |
2744 c = *(unsigned char*)test_string; | |
2745 temp_str_len = 0; | |
2746 while((c!='\t')&&(c>0)) | |
2747 { | |
2748 ++temp_str_len; | |
2749 c=test_string[temp_str_len]; | |
2750 } | |
2751 tmp_pos=test_string+temp_str_len; | |
2752 if (*tmp_pos == 0) | |
2753 break_loop = true; | |
2754 *tmp_pos = 0; | |
2755 if (temp_str_len) | |
2756 { | |
2757 if ( decode_step >= 1 && decode_step < 90 ) | |
2758 relations[decode_step-1][i] = atoi(test_string); | |
2759 } | |
2760 else | |
2761 { | |
2762 break_loop = true; | |
2763 } | |
2764 ++decode_step; | |
2765 test_string=tmp_pos+1; | |
2766 } while ((decode_step<92)&&!break_loop); | |
2767 } | |
2768 if ( pHostileTXT_Raw) | |
0 | 2769 { |
1583 | 2770 free(pHostileTXT_Raw); |
237 | 2771 pHostileTXT_Raw = NULL; |
0 | 2772 } |
2773 } | |
2774 | |
2775 //----- (00458244) -------------------------------------------------------- | |
1783 | 2776 unsigned int SkillToMastery( unsigned int skill_value ) |
1067 | 2777 { |
1064 | 2778 switch (skill_value & 0x1C0) |
983 | 2779 { |
2780 case 0x100: return 4; // Grandmaster | |
2781 case 0x80: return 3; // Master | |
2782 case 0x40: return 2; // Expert | |
2783 case 0x00: return 1; // Normal | |
1409
c9e3b93ec570
Highlighted locations with "using uninitialized variable" warning.
Nomad
parents:
1408
diff
changeset
|
2784 } |
c9e3b93ec570
Highlighted locations with "using uninitialized variable" warning.
Nomad
parents:
1408
diff
changeset
|
2785 assert(false); |
c9e3b93ec570
Highlighted locations with "using uninitialized variable" warning.
Nomad
parents:
1408
diff
changeset
|
2786 return 0; |
0 | 2787 } |
2788 | |
2789 //----- (0045828B) -------------------------------------------------------- | |
2790 unsigned int __fastcall GetSpellColor(signed int a1) | |
2791 { | |
1799 | 2792 if ( a1 == 0 ) |
2069 | 2793 return Color16(0, 0, 0); |
1799 | 2794 if ( a1 < 12 ) |
2069 | 2795 return Color16(255, 85, 0); |
1799 | 2796 if ( a1 < 23 ) |
2069 | 2797 return Color16(150, 212, 255); |
1799 | 2798 if ( a1 < 34 ) |
2069 | 2799 return Color16(0, 128, 255); |
1799 | 2800 if ( a1 < 45 ) |
2069 | 2801 return Color16(128, 128, 128); |
1799 | 2802 if ( a1 < 56 ) |
2069 | 2803 return Color16(225, 225, 225); |
1799 | 2804 if ( a1 < 67 ) |
2069 | 2805 return Color16(235, 15, 255); |
1799 | 2806 if ( a1 < 78 ) |
2069 | 2807 return Color16(255, 128, 0); |
1799 | 2808 if ( a1 < 89 ) |
2069 | 2809 return Color16(255, 255, 155); |
1799 | 2810 if ( a1 < 100 ) |
2069 | 2811 return Color16(192, 192, 240); |
0 | 2812 } |
2813 | |
2814 //----- (004610AA) -------------------------------------------------------- | |
1637 | 2815 void __fastcall PrepareToLoadODM(unsigned int bLoading, ODMRenderParams *a2) |
0 | 2816 { |
2817 unsigned int v2; // edi@1 | |
1637 | 2818 ODMRenderParams *v3; // esi@1 |
0 | 2819 |
2820 v2 = bLoading; | |
2821 v3 = a2; | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
2822 pGameLoadingUI_ProgressBar->Reset(27); |
0 | 2823 pSoundList->_4A9D79(0); |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
2824 uCurrentlyLoadedLevelType = LEVEL_Outdoor; |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
2825 ODM_LoadAndInitialize(pCurrentMapName, v3); |
0 | 2826 if ( !v2 ) |
2827 TeleportToStartingPoint(uLevel_StartingPointType); | |
2828 viewparams->_443365(); | |
2829 PlayLevelMusic(); | |
2830 } | |
2831 // 6BE35C: using guessed type int uLevel_StartingPointType; | |
2832 | |
2833 //----- (00461103) -------------------------------------------------------- | |
1640
afc1c3514dd5
Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents:
1638
diff
changeset
|
2834 void _461103_load_level_sub() |
0 | 2835 { |
2836 //GUIProgressBar *v0; // ebx@1 | |
2837 //signed int v1; // ebp@1 | |
2838 //char *v2; // esi@2 | |
2839 __int16 v3; // cx@3 | |
2840 int v4; // edx@8 | |
2841 //size_t v5; // edi@14 | |
2842 signed int v6; // esi@14 | |
2843 //char *v7; // edx@15 | |
2844 signed int v8; // ecx@16 | |
2845 int v9; // ecx@23 | |
2846 MonsterInfo *v10; // ebx@23 | |
2847 //int *v11; // esi@23 | |
2848 int v12; // esi@25 | |
2849 int v13; // eax@26 | |
2850 __int16 v14; // ax@41 | |
2851 //signed int v15; // [sp+10h] [bp-4Ch]@1 | |
2852 //signed int v16; // [sp+10h] [bp-4Ch]@14 | |
2853 signed int v17; // [sp+14h] [bp-48h]@3 | |
2854 signed int v18; // [sp+14h] [bp-48h]@23 | |
2855 int v19; // [sp+18h] [bp-44h]@1 | |
2856 signed int v20; // [sp+18h] [bp-44h]@14 | |
2857 int v21[16]; // [sp+1Ch] [bp-40h]@17 | |
2858 | |
598 | 2859 GenerateItemsInChest(); |
0 | 2860 //v0 = pGameLoadingUI_ProgressBar; |
2861 pGameLoadingUI_ProgressBar->Progress(); | |
2862 pParty->uFlags |= 2u; | |
2863 pParty->field_7B5_in_arena_quest = 0; | |
2864 //v1 = 0; | |
2865 dword_5C6DF8 = 1; | |
291 | 2866 pNPCStats->uNewlNPCBufPos = 0; |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
2867 v19 = pMapStats->GetMapInfo(pCurrentMapName); |
0 | 2868 |
2869 //v15 = 0; | |
2870 for (uint i = 0; i < uNumActors; ++i) | |
2871 //if ( (signed int)uNumActors > 0 ) | |
2872 { | |
1980 | 2873 Actor* pActor = &pActors[i]; |
0 | 2874 //v2 = (char *)&pActors[0].uNPC_ID; |
2875 //do | |
2876 //{ | |
2877 v3 = pActor->pMonsterInfo.uID; | |
2878 v17 = 0; | |
1799 | 2879 if ( pActor->pMonsterInfo.uID >= 115 && pActor->pMonsterInfo.uID <= 186 |
2880 || pActor->pMonsterInfo.uID >= 232 && pActor->pMonsterInfo.uID <= 249 ) | |
0 | 2881 v17 = 1; |
2882 //v1 = 0; | |
2883 v4 = (v3 - 1) % 3; | |
2884 if ( 2 == v4 ) | |
2885 { | |
602 | 2886 if ( pActor->sNPC_ID && pActor->sNPC_ID < 5000 ) |
0 | 2887 continue; |
2888 } | |
2889 else | |
2890 { | |
2891 if ( v4 != 1 ) | |
2892 { | |
1416 | 2893 if ( v4 == 0 && pActor->sNPC_ID == 0 ) |
2894 pActor->sNPC_ID = 0; | |
2895 continue; | |
0 | 2896 } |
2897 } | |
602 | 2898 if ( pActor->sNPC_ID > 0 && pActor->sNPC_ID < 5000 ) |
0 | 2899 continue; |
2900 if ( v17 ) | |
2901 { | |
291 | 2902 pNPCStats->InitializeAdditionalNPCs(&pNPCStats->pAdditionalNPC[pNPCStats->uNewlNPCBufPos], v3, 0, v19); |
2903 v14 = LOWORD(pNPCStats->uNewlNPCBufPos) + 5000; | |
2904 ++pNPCStats->uNewlNPCBufPos; | |
602 | 2905 pActor->sNPC_ID = v14; |
0 | 2906 continue; |
2907 } | |
602 | 2908 pActor->sNPC_ID = 0; |
0 | 2909 //++v15; |
2910 //v2 += 836; | |
2911 //} | |
2912 //while ( v15 < (signed int)uNumActors ); | |
2913 } | |
2914 | |
2915 pGameLoadingUI_ProgressBar->Progress(); | |
2916 | |
2917 //v5 = uNumActors; | |
2918 v6 = 0; | |
2919 v20 = 0; | |
2920 //v16 = v1; | |
2921 | |
2922 for (uint i = 0; i < uNumActors; ++i) | |
2923 { | |
1980 | 2924 Actor* pActor = &pActors[i]; |
0 | 2925 //v7 = (char *)&pActors[0].pMonsterInfo; |
2926 //do | |
2927 //{ | |
2928 v8 = 0; | |
2929 if ( v6 > 0 ) | |
2930 { | |
2931 do | |
2932 { | |
2933 if ( v21[v8] == pActor->pMonsterInfo.uID - 1 ) | |
2934 break; | |
2935 ++v8; | |
2936 } | |
2937 while ( v8 < v6 ); | |
2938 } | |
2939 | |
2940 if ( v8 == v6 ) | |
2941 { | |
2942 v21[v6++] = pActor->pMonsterInfo.uID - 1; | |
2943 v20 = v6; | |
2944 if ( v6 == 16 ) | |
2945 break; | |
2946 } | |
2947 //++v16; | |
2948 //v7 += 836; | |
2949 //} | |
2950 //while ( v16 < (signed int)v5 ); | |
2951 } | |
2952 | |
2953 pGameLoadingUI_ProgressBar->Progress(); | |
2954 | |
2955 if ( v6 > 0 ) | |
2956 { | |
2957 int _v0 = 0; | |
2958 do | |
2959 { | |
2960 v9 = v21[_v0]; | |
2961 v18 = 4; | |
2962 v10 = &pMonsterStats->pInfos[v9 + 1]; | |
2963 //v11 = (int *)pMonsterList->pMonsters[v9].pSoundSampleIDs; | |
1980 | 2964 MonsterDesc* v11 = &pMonsterList->pMonsters[v9]; |
0 | 2965 do |
2966 { | |
2967 pSoundList->LoadSound(v11->pSoundSampleIDs[4 - v18], 0); | |
2968 //v11 = (int *)((char *)v11 + 2); | |
2969 --v18; | |
2970 } | |
2971 while ( v18 ); | |
2972 v12 = 0; | |
2973 do | |
2974 v13 = pSoundList->LoadSound(v12++ + word_4EE088_sound_ids[v10->uSpell1ID], 1); | |
2975 while ( v13 ); | |
2976 ++_v0; | |
2977 } | |
2978 while ( _v0 < v6 ); | |
2979 //v0 = pGameLoadingUI_ProgressBar; | |
2980 //v1 = 0; | |
2981 } | |
2982 | |
2983 pGameLoadingUI_ProgressBar->Progress(); | |
2984 | |
2061 | 2985 if (dword_6BE368_debug_settings_2 & DEBUG_SETTINGS_NO_ACTORS) |
0 | 2986 uNumActors = 0; |
2061 | 2987 if ( dword_6BE368_debug_settings_2 & DEBUG_SETTINGS_NO_DECORATIONS) |
0 | 2988 uNumLevelDecorations = 0; |
1459 | 2989 init_event_triggers(); |
0 | 2990 |
2991 pGameLoadingUI_ProgressBar->Progress(); | |
1638
ccde94f02b75
class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents:
1637
diff
changeset
|
2992 |
1640
afc1c3514dd5
Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents:
1638
diff
changeset
|
2993 pGame->pIndoorCameraD3D->vPartyPos.x = 0; |
afc1c3514dd5
Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents:
1638
diff
changeset
|
2994 pGame->pIndoorCameraD3D->vPartyPos.y = 0; |
afc1c3514dd5
Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents:
1638
diff
changeset
|
2995 pGame->pIndoorCameraD3D->vPartyPos.z = 100; |
afc1c3514dd5
Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents:
1638
diff
changeset
|
2996 pGame->pIndoorCameraD3D->sRotationX = 0; |
afc1c3514dd5
Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents:
1638
diff
changeset
|
2997 pGame->pIndoorCameraD3D->sRotationY = 0; |
1638
ccde94f02b75
class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents:
1637
diff
changeset
|
2998 viewparams->bRedrawGameUI = true; |
783 | 2999 uLevel_StartingPointType = MapStartPoint_Party; |
0 | 3000 pSprites_LOD->_461397(); |
3001 pPaletteManager->LockTestAll(); | |
3002 if ( pParty->pPickedItem.uItemID != 0 ) | |
3003 pMouse->SetCursorBitmapFromItemID(pParty->pPickedItem.uItemID); | |
3004 } | |
3005 | |
3006 //----- (004613C4) -------------------------------------------------------- | |
1459 | 3007 void init_event_triggers() |
0 | 3008 { |
1459 | 3009 uint id = pDecorationList->GetDecorIdByName("Event Trigger"); |
3010 | |
3011 num_event_triggers = 0; | |
3012 for (uint i = 0; i < uNumLevelDecorations; ++i) | |
3013 if (pLevelDecorations[i].uDecorationDescID == id) | |
3014 event_triggers[num_event_triggers++] = i; | |
0 | 3015 } |
3016 | |
3017 //----- (004627B7) -------------------------------------------------------- | |
762 | 3018 void MainMenu_Loop() |
0 | 3019 { |
3020 GUIButton *pButton; // eax@27 | |
3021 unsigned int pControlParam; // ecx@35 | |
3022 int v10; // ecx@36 | |
3023 int v11; // ecx@37 | |
3024 unsigned int pY; // [sp-18h] [bp-54h]@39 | |
3025 Texture *pTexture; // [sp-14h] [bp-50h]@39 | |
3026 GUIButton *pButton2; // [sp+0h] [bp-3Ch]@27 | |
3027 GUIWindow *pWindow; // [sp+4h] [bp-38h]@11 | |
3028 | |
151 | 3029 pCurrentScreen = SCREEN_GAME; |
1038 | 3030 |
0 | 3031 pGUIWindow2 = 0; |
3032 pAudioPlayer->StopChannels(-1, -1); | |
3033 pMouse->RemoveHoldingItem(); | |
762 | 3034 |
3035 pIcons_LOD->_inlined_sub2(); | |
3036 | |
165 | 3037 pWindow_MainMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_MainMenu, 0, 0); |
1980 | 3038 Texture* pNew = pIcons_LOD->LoadTexturePtr("title_new", TEXTURE_16BIT_PALETTE); |
3039 Texture* pLoad = pIcons_LOD->LoadTexturePtr("title_load", TEXTURE_16BIT_PALETTE); | |
3040 Texture* pCredits = pIcons_LOD->LoadTexturePtr("title_cred", TEXTURE_16BIT_PALETTE); | |
3041 Texture* pExit = pIcons_LOD->LoadTexturePtr("title_exit", TEXTURE_16BIT_PALETTE); | |
948 | 3042 |
3043 pMainMenu_BtnNew = pWindow_MainMenu->CreateButton(495, 172, pNew->uTextureWidth, pNew->uTextureHeight, 1, 0, UIMSG_MainMenu_ShowPartyCreationWnd, 0, 'N', "", pNew, 0); | |
3044 pMainMenu_BtnLoad = pWindow_MainMenu->CreateButton(495, 227, pLoad->uTextureWidth, pLoad->uTextureHeight, 1, 0, UIMSG_MainMenu_ShowLoadWindow, 1, 'L', "", pLoad, 0); | |
3045 pMainMenu_BtnCredits = pWindow_MainMenu->CreateButton(495, 282, pCredits->uTextureWidth, pCredits->uTextureHeight, 1, 0, UIMSG_ShowCredits, 2, 'C', "", pCredits, 0); | |
3046 pMainMenu_BtnExit = pWindow_MainMenu->CreateButton(495, 337, pExit->uTextureWidth, pExit->uTextureHeight, 1, 0, UIMSG_ExitToWindows, 3, 0, "", pExit, 0); | |
3047 | |
0 | 3048 pTexture_PCX.Release(); |
3049 pTexture_PCX.Load("title.pcx", 0); | |
3050 SetCurrentMenuID(MENU_MAIN); | |
1984 | 3051 SetForegroundWindow(window->GetApiHandle()); |
3052 SendMessageW(window->GetApiHandle(), WM_ACTIVATEAPP, 1, 0); | |
0 | 3053 while (GetCurrentMenuID() == MENU_MAIN || GetCurrentMenuID() == MENU_SAVELOAD) |
3054 { | |
3055 POINT pt; | |
3056 pMouse->GetCursorPos(&pt); | |
3057 pWindow = pWindow_MainMenu; | |
165 | 3058 if ( GetCurrentMenuID() == MENU_SAVELOAD) |
0 | 3059 { |
151 | 3060 if ( pCurrentScreen != SCREEN_LOADGAME ) |
0 | 3061 { |
3062 pTexture_PCX.Release(); | |
3063 pTexture_PCX.Load("lsave640.pcx", 0); | |
3064 pGUIWindow2 = GUIWindow::Create(0, 0, 640, 480, WINDOW_MainMenu, 0, 0); | |
151 | 3065 pCurrentScreen = SCREEN_LOADGAME; |
1033 | 3066 LoadUI_Load(0); |
0 | 3067 } |
3068 pWindow = pGUIWindow_CurrentMenu; | |
3069 } | |
3070 | |
2061 | 3071 for (MSG msg; PeekMessageW(&msg, 0, 0, 0, PM_REMOVE);) |
0 | 3072 { |
3073 if (msg.message == WM_QUIT) | |
3074 Game_DeinitializeAndTerminate(0); | |
3075 TranslateMessage(&msg); | |
2061 | 3076 DispatchMessageW(&msg); |
0 | 3077 } |
2061 | 3078 |
3079 if (dword_6BE364_game_settings_1 & GAME_SETTINGS_APP_INACTIVE) | |
0 | 3080 { |
3081 WaitMessage(); | |
2061 | 3082 continue; |
0 | 3083 } |
2061 | 3084 |
0 | 3085 pRenderer->BeginScene(); |
3086 pRenderer->DrawTextureRGB(0, 0, &pTexture_PCX); | |
1038 | 3087 |
165 | 3088 GUI_MainMenuMessageProc(); |
0 | 3089 GUI_UpdateWindows(); |
1038 | 3090 |
165 | 3091 if (GetCurrentMenuID() != MENU_MAIN) |
3092 { | |
961 | 3093 if (GetCurrentMenuID() == MENU_LoadingProcInMainMenu) |
0 | 3094 { |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
3095 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
0 | 3096 pGUIWindow_CurrentMenu->Release(); |
3097 pGUIWindow_CurrentMenu = 0; | |
151 | 3098 pCurrentScreen = SCREEN_GAME; |
0 | 3099 viewparams->bRedrawGameUI = 1; |
3100 } | |
3101 } | |
3102 else | |
3103 { | |
1458 | 3104 if ( !pModalWindow )// ??? |
0 | 3105 { |
3106 pButton = pWindow->pControlsHead; | |
3107 for ( pButton = pWindow->pControlsHead; pButton; pButton = pButton->pNext ) | |
3108 { | |
3109 if ( pt.x >= (signed int)pButton->uX && pt.x <= (signed int)pButton->uZ | |
3110 && pt.y >= (signed int)pButton->uY && pt.y <= (signed int)pButton->uW | |
3111 && pWindow == pWindow_MainMenu ) | |
3112 { | |
832 | 3113 pControlParam = pButton->msg_param; |
0 | 3114 switch (pControlParam) // ïîäñâåòêà êíîïîê |
3115 { | |
3116 case 0: | |
3117 pTexture = pNew; | |
3118 pY = 172; | |
3119 break; | |
3120 case 1: | |
3121 pTexture = pLoad; | |
3122 pY = 227; | |
3123 break; | |
3124 case 2: | |
3125 pTexture = pCredits; | |
3126 pY = 282; | |
3127 break; | |
3128 case 3: | |
3129 pTexture = pExit; | |
3130 pY = 337; | |
3131 break; | |
3132 } | |
3133 pRenderer->DrawTextureIndexed(495, pY, pTexture); //ïîäñâåòêà êíîïîê | |
3134 } | |
3135 } | |
3136 } | |
3137 } | |
3138 pRenderer->EndScene(); | |
3139 pRenderer->Present(); | |
3140 } | |
970 | 3141 GUI_MainMenuMessageProc(); |
0 | 3142 pRenderer->BeginScene(); |
3143 GUI_UpdateWindows(); | |
3144 pRenderer->EndScene(); | |
3145 pRenderer->Present(); | |
961 | 3146 pTexture_PCX.Release(); |
0 | 3147 if ( pGUIWindow2 ) |
3148 { | |
3149 pGUIWindow2->Release(); | |
3150 pGUIWindow2 = 0; | |
3151 } | |
3152 pWindow_MainMenu->Release(); | |
1405
c0b273d33338
RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents:
1404
diff
changeset
|
3153 pIcons_LOD->RemoveTexturesPackFromTextureList(); |
0 | 3154 } |
3155 | |
3156 | |
3157 //----- (00464479) -------------------------------------------------------- | |
1583 | 3158 void ResetCursor_Palettes_LODs_Level_Audio_SFT_Windows() |
0 | 3159 { |
3160 int v0; // esi@9 | |
3161 | |
3162 if (pMouse) | |
3163 pMouse->SetCursorBitmap("MICON1"); | |
3164 | |
3165 pPaletteManager->ResetNonLocked(); | |
3166 pBitmaps_LOD->ReleaseAll2(); | |
3167 pSprites_LOD->DeleteSomeOtherSprites(); | |
3168 pIcons_LOD->ReleaseAll2(); | |
3169 if (pRenderer->pRenderD3D) | |
3170 { | |
3171 pRenderer->field_1036B8 = 0; | |
3172 pRenderer->_gpu_memory_used = 0; | |
3173 } | |
3174 sub_46080D(); | |
3175 if (uCurrentlyLoadedLevelType == LEVEL_Indoor) | |
3176 pIndoor->Release(); | |
3177 else if (uCurrentlyLoadedLevelType == LEVEL_Outdoor) | |
1583 | 3178 pOutdoor->Release(); |
0 | 3179 |
3180 pAudioPlayer->StopChannels(-1, -1); | |
3181 pSoundList->_4A9D79(0); | |
3182 uCurrentlyLoadedLevelType = LEVEL_null; | |
3183 pSpriteFrameTable->ResetSomeSpriteFlags(); | |
3184 v0 = uNumVisibleWindows; | |
349 | 3185 pParty->armageddon_timer = 0; |
0 | 3186 while ( v0 > 0 ) |
3187 pWindowList[pVisibleWindowsIdxs[v0--] - 1].Release(); | |
3188 } | |
3189 | |
3190 //----- (004646F0) -------------------------------------------------------- | |
1458 | 3191 void PrepareWorld(unsigned int _0_box_loading_1_fullscreen) |
0 | 3192 { |
3193 if ( pRenderer->pRenderD3D ) | |
3194 pGame->pVisInstance->_4C1A02(); | |
3195 pEventTimer->Pause(); | |
3196 pMiscTimer->Pause(); | |
3197 pParty->uFlags = 2; | |
1517 | 3198 CastSpellInfoHelpers::_427D48(); |
0 | 3199 ResetCursor_Palettes_LODs_Level_Audio_SFT_Windows(); |
1458 | 3200 DoPrepareWorld(0, (_0_box_loading_1_fullscreen == 0) + 1); |
0 | 3201 pMiscTimer->Resume(); |
3202 pEventTimer->Resume(); | |
3203 } | |
3204 | |
3205 //----- (00464761) -------------------------------------------------------- | |
1583 | 3206 void Game_DeinitializeAndTerminate(int exitCode) |
0 | 3207 { |
1586 | 3208 SetPriorityClass(GetCurrentProcess(), NORMAL_PRIORITY_CLASS); |
0 | 3209 ResetCursor_Palettes_LODs_Level_Audio_SFT_Windows(); |
3210 pGame->Deinitialize(); | |
3211 pRenderer->Release2(); | |
1802 | 3212 delete window; |
3213 //if ( !DestroyWindow(hWnd) ) | |
3214 // GetLastError(); | |
1583 | 3215 exit(exitCode); |
0 | 3216 } |
3217 | |
3218 //----- (004647AB) -------------------------------------------------------- | |
762 | 3219 void FinalInitialization() |
0 | 3220 { |
3221 pViewport->SetScreen(viewparams->uSomeX, viewparams->uSomeY, viewparams->uSomeZ, viewparams->uSomeW); | |
3222 pViewport->_4C02F8((signed __int64)(flt_6BE3A0 * 65536.0)); | |
3223 | |
1638
ccde94f02b75
class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents:
1637
diff
changeset
|
3224 //pIndoorCamera = new IndoorCamera; |
ccde94f02b75
class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents:
1637
diff
changeset
|
3225 //pIndoorCamera->Initialize(65, viewparams->uScreen_BttmR_X - viewparams->uScreen_topL_X + 1, |
ccde94f02b75
class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents:
1637
diff
changeset
|
3226 // viewparams->uScreen_BttmR_Y - viewparams->uScreen_topL_Y + 1); |
0 | 3227 |
3228 InitializeTurnBasedAnimations(&stru_50C198); | |
762 | 3229 pBitmaps_LOD->_inlined_sub1(); |
3230 pSprites_LOD->_inlined_sub1(); | |
3231 pIcons_LOD->_inlined_sub1(); | |
0 | 3232 } |
3233 // 6BE3A0: using guessed type float flt_6BE3A0; | |
3234 | |
3235 //----- (00464839) -------------------------------------------------------- | |
1583 | 3236 char Is_out15odm_underwater() |
0 | 3237 { |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3238 return _stricmp(pCurrentMapName, "out15.odm") == 0; |
0 | 3239 } |
3240 | |
3241 //----- (00464851) -------------------------------------------------------- | |
1583 | 3242 void SetUnderwaterFog() |
0 | 3243 { |
3244 day_fogrange_1 = 50; | |
3245 day_fogrange_2 = 5000; | |
3246 } | |
3247 | |
3248 //----- (00464866) -------------------------------------------------------- | |
1458 | 3249 void DoPrepareWorld(unsigned int bLoading, int _1_fullscreen_loading_2_box) |
0 | 3250 { |
1458 | 3251 //int v2; // esi@1 |
0 | 3252 char *v3; // eax@1 |
3253 //char *v4; // eax@1 | |
3254 unsigned int v5; // eax@3 | |
3255 //size_t v6; // ecx@10 | |
3256 //char *v7; // eax@11 | |
3257 char Str1[20]; // [sp+Ch] [bp-18h]@1 | |
3258 unsigned int v9; // [sp+20h] [bp-4h]@1 | |
3259 | |
3260 v9 = bLoading; | |
3261 ResetCursor_Palettes_LODs_Level_Audio_SFT_Windows(); | |
3262 pDecalBuilder->Reset(0); | |
1458 | 3263 pGameLoadingUI_ProgressBar->Initialize(_1_fullscreen_loading_2_box == 1 ? GUIProgressBar::TYPE_Fullscreen : |
3264 GUIProgressBar::TYPE_Box); | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3265 strcpy(Str1, pCurrentMapName); |
0 | 3266 v3 = strtok(Str1, "."); |
3267 strcpy(Str1, v3); | |
3268 Level_LoadEvtAndStr(Str1); | |
3269 LoadLevel_InitializeLevelEvt(); | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3270 strcpy(Str1, pCurrentMapName); |
0 | 3271 _strrev(Str1); |
3272 strtok(Str1, "."); | |
3273 _strrev(Str1); | |
3274 | |
3275 for (uint i = 0; i < 1000; ++i) | |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
496
diff
changeset
|
3276 pSpriteObjects[i].uObjectDescID = 0; |
0 | 3277 |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3278 v5 = pMapStats->GetMapInfo(pCurrentMapName); |
1541 | 3279 bUnderwater = false; |
0 | 3280 uLevelMapStatsID = v5; |
3281 pGame->uFlags2 &= 0xFFFFFFF7u; | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3282 if ( !_stricmp(pCurrentMapName, "out15.odm") ) |
0 | 3283 { |
1541 | 3284 bUnderwater = true; |
1583 | 3285 pGame->uFlags2 |= GAME_FLAGS_2_ALTER_GRAVITY; |
0 | 3286 } |
831 | 3287 pParty->floor_face_pid = 0; |
1104 | 3288 if ( _stricmp(Str1, "blv") ) |
0 | 3289 PrepareToLoadODM(v9, 0); |
3290 else | |
3291 PrepareToLoadBLV(v9); | |
3292 pAudioPlayer->SetMapEAX(); | |
1459 | 3293 _461103_load_level_sub(); |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3294 if ( !_stricmp(pCurrentMapName, "d11.blv") || !_stricmp(pCurrentMapName, "d10.blv") ) |
0 | 3295 { |
1583 | 3296 //spawning grounds & walls of mist - no loot & exp from monsters |
0 | 3297 |
3298 for (uint i = 0; i < uNumActors; ++i) | |
3299 { | |
3300 pActors[i].pMonsterInfo.uTreasureType = 0; | |
3301 pActors[i].pMonsterInfo.uTreasureDiceRolls = 0; | |
3302 pActors[i].pMonsterInfo.uExp = 0; | |
3303 } | |
3304 } | |
3305 bDialogueUI_InitializeActor_NPC_ID = 0; | |
3306 OnMapLoad(); | |
3307 pGameLoadingUI_ProgressBar->Progress(); | |
1459 | 3308 memset(&pRenderer->pBillboardRenderListD3D, 0, sizeof(pRenderer->pBillboardRenderListD3D)); |
0 | 3309 pGameLoadingUI_ProgressBar->Release(); |
3310 _flushall(); | |
3311 } | |
3312 | |
3313 //----- (004649EF) -------------------------------------------------------- | |
3314 int __fastcall ReadWindowsRegistryInt(const char *pKey, int uDefValue) | |
3315 { | |
3316 int v3; // [sp+4h] [bp-24h]@1 | |
3317 DWORD cbData; // [sp+8h] [bp-20h]@1 | |
3318 LPCSTR lpValueName; // [sp+Ch] [bp-1Ch]@1 | |
3319 DWORD dwDisposition; // [sp+10h] [bp-18h]@2 | |
3320 BYTE Data[4]; // [sp+14h] [bp-14h]@5 | |
3321 HKEY hKey; // [sp+18h] [bp-10h]@1 | |
3322 HKEY phkResult; // [sp+1Ch] [bp-Ch]@1 | |
3323 HKEY v10; // [sp+20h] [bp-8h]@1 | |
3324 HKEY v11; // [sp+24h] [bp-4h]@1 | |
3325 | |
3326 v3 = uDefValue; | |
3327 lpValueName = pKey; | |
3328 v11 = 0; | |
3329 v10 = 0; | |
3330 hKey = 0; | |
3331 phkResult = 0; | |
3332 cbData = 4; | |
27 | 3333 if ( !RegOpenKeyExA(HKEY_LOCAL_MACHINE, "SOFTWARE", 0, KEY_READ|KEY_WOW64_32KEY, &hKey) )// for 64 bit |
0 | 3334 { |
3335 if ( !RegCreateKeyExA(hKey, "New World Computing", 0, "", 0, 0xF003Fu, 0, &phkResult, &dwDisposition) ) | |
3336 { | |
3337 if ( !RegCreateKeyExA(phkResult, "Might and Magic VII", 0, "", 0, 0xF003Fu, 0, &v10, &dwDisposition) ) | |
3338 { | |
3339 if ( !RegCreateKeyExA(v10, "1.0", 0, "", 0, 0xF003Fu, 0, &v11, &dwDisposition) ) | |
3340 { | |
3341 if ( RegQueryValueExA(v11, lpValueName, 0, 0, Data, &cbData) ) | |
3342 { | |
3343 *(int *)Data = v3; | |
3344 RegSetValueExA(v11, lpValueName, 0, 4u, Data, 4u); | |
3345 } | |
3346 RegCloseKey(v11); | |
3347 } | |
3348 RegCloseKey(v10); | |
3349 } | |
3350 RegCloseKey(phkResult); | |
3351 } | |
3352 RegCloseKey(hKey); | |
3353 } | |
3354 return *(int *)Data; | |
3355 } | |
3356 | |
3357 //----- (00464B02) -------------------------------------------------------- | |
3358 void __fastcall WriteWindowsRegistryString(const char *pKey, const char *pString) | |
3359 { | |
3360 size_t v2; // eax@5 | |
3361 const char *lpValueName; // [sp+4h] [bp-1Ch]@1 | |
3362 const char *Str; // [sp+8h] [bp-18h]@1 | |
3363 DWORD dwDisposition; // [sp+Ch] [bp-14h]@2 | |
3364 HKEY hKey; // [sp+10h] [bp-10h]@1 | |
3365 HKEY phkResult; // [sp+14h] [bp-Ch]@1 | |
3366 HKEY v8; // [sp+18h] [bp-8h]@1 | |
3367 HKEY v9; // [sp+1Ch] [bp-4h]@1 | |
3368 | |
3369 Str = pString; | |
3370 lpValueName = pKey; | |
3371 v9 = 0; | |
3372 v8 = 0; | |
3373 hKey = 0; | |
3374 phkResult = 0; | |
3375 if ( !RegOpenKeyExA(HKEY_LOCAL_MACHINE, "SOFTWARE", 0, 0x2001Fu, &hKey) ) | |
3376 { | |
3377 if ( !RegCreateKeyExA(hKey, "New World Computing", 0, "", 0, 0xF003Fu, 0, &phkResult, &dwDisposition) ) | |
3378 { | |
3379 if ( !RegCreateKeyExA(phkResult, "Might and Magic VII", 0, "", 0, 0xF003Fu, 0, &v8, &dwDisposition) ) | |
3380 { | |
3381 if ( !RegCreateKeyExA(v8, "1.0", 0, "", 0, 0xF003Fu, 0, &v9, &dwDisposition) ) | |
3382 { | |
3383 v2 = strlen(Str); | |
3384 RegSetValueExA(v9, lpValueName, 0, 1u, (const BYTE *)Str, v2 + 1); | |
3385 RegCloseKey(v9); | |
3386 } | |
3387 RegCloseKey(v8); | |
3388 } | |
3389 RegCloseKey(phkResult); | |
3390 } | |
3391 RegCloseKey(hKey); | |
3392 } | |
3393 } | |
3394 | |
3395 //----- (00464BEF) -------------------------------------------------------- | |
3396 void __fastcall ReadWindowsRegistryString(const char *pKeyName, char *pOutString, int uBufLen, const char *pDefaultValue) | |
3397 { | |
3398 LSTATUS (__stdcall *v4)(HKEY); // esi@1 | |
3399 LSTATUS result; // eax@7 | |
3400 DWORD Type; // [sp+Ch] [bp-24h]@5 | |
3401 LPCSTR lpValueName; // [sp+10h] [bp-20h]@1 | |
3402 DWORD cbData; // [sp+14h] [bp-1Ch]@1 | |
3403 LPBYTE Dest; // [sp+18h] [bp-18h]@1 | |
3404 DWORD dwDisposition; // [sp+1Ch] [bp-14h]@2 | |
3405 HKEY phkResult; // [sp+20h] [bp-10h]@1 | |
3406 HKEY hKey; // [sp+24h] [bp-Ch]@1 | |
3407 HKEY v13; // [sp+28h] [bp-8h]@1 | |
3408 HKEY v14; // [sp+2Ch] [bp-4h]@1 | |
3409 | |
3410 cbData = uBufLen; | |
3411 Dest = (LPBYTE)pOutString; | |
3412 lpValueName = pKeyName; | |
3413 v14 = 0; | |
3414 v13 = 0; | |
3415 hKey = 0; | |
3416 phkResult = 0; | |
3417 v4 = RegCloseKey; | |
3418 if ( RegOpenKeyExA(HKEY_LOCAL_MACHINE, "SOFTWARE", 0, 0x2001Fu, &hKey) | |
3419 || RegCreateKeyExA(hKey, "New World Computing", 0, "", 0, 0xF003Fu, 0, &phkResult, &dwDisposition) | |
3420 || RegCreateKeyExA(phkResult, "Might and Magic VII", 0, "", 0, 0xF003Fu, 0, &v13, &dwDisposition) | |
3421 || RegCreateKeyExA(v13, "1.0", 0, "", 0, 0xF003Fu, 0, &v14, &dwDisposition) ) | |
1416 | 3422 { |
3423 result = (LSTATUS)strncpy((char *)Dest, pDefaultValue, uBufLen); | |
3424 } | |
3425 else if ( RegQueryValueExA(v14, lpValueName, 0, &Type, Dest, &cbData) ) | |
0 | 3426 { |
3427 RegCloseKey(v14); | |
3428 v14 = 0; | |
3429 result = (LSTATUS)strncpy((char *)Dest, pDefaultValue, uBufLen); | |
1416 | 3430 } |
3431 else | |
3432 { | |
3433 v4 = RegCloseKey; | |
3434 RegCloseKey(v14); | |
3435 v14 = 0; | |
3436 RegCloseKey(v13); | |
3437 v13 = 0; | |
3438 RegCloseKey(phkResult); | |
3439 phkResult = 0; | |
3440 result = RegCloseKey(hKey); | |
3441 hKey = 0; | |
3442 } | |
0 | 3443 if ( v14 ) |
3444 result = v4(v14); | |
3445 if ( v13 ) | |
3446 result = v4(v13); | |
3447 if ( hKey ) | |
3448 result = v4(hKey); | |
3449 if ( phkResult ) | |
3450 result = v4(phkResult); | |
3451 } | |
3452 | |
3453 //----- (00464D32) -------------------------------------------------------- | |
3454 void __fastcall WriteWindowsRegistryInt(const char *pKey, int val) | |
3455 { | |
3456 const char *lpValueName; // [sp+4h] [bp-1Ch]@1 | |
3457 BYTE Data[4]; // [sp+8h] [bp-18h]@1 | |
3458 DWORD dwDisposition; // [sp+Ch] [bp-14h]@2 | |
3459 HKEY hKey; // [sp+10h] [bp-10h]@1 | |
3460 HKEY phkResult; // [sp+14h] [bp-Ch]@1 | |
3461 HKEY v7; // [sp+18h] [bp-8h]@1 | |
3462 HKEY v8; // [sp+1Ch] [bp-4h]@1 | |
3463 | |
3464 *(int *)Data = val; | |
3465 lpValueName = pKey; | |
3466 v8 = 0; | |
3467 v7 = 0; | |
3468 hKey = 0; | |
3469 phkResult = 0; | |
3470 if ( !RegOpenKeyExA(HKEY_LOCAL_MACHINE, "SOFTWARE", 0, 0x2001Fu, &hKey) ) | |
3471 { | |
3472 if ( !RegCreateKeyExA(hKey, "New World Computing", 0, "", 0, 0xF003Fu, 0, &phkResult, &dwDisposition) ) | |
3473 { | |
3474 if ( !RegCreateKeyExA(phkResult, "Might and Magic VII", 0, "", 0, 0xF003Fu, 0, &v7, &dwDisposition) ) | |
3475 { | |
3476 if ( !RegCreateKeyExA(v7, "1.0", 0, "", 0, 0xF003Fu, 0, &v8, &dwDisposition) ) | |
3477 { | |
3478 RegSetValueExA(v8, lpValueName, 0, 4u, Data, 4u); | |
3479 RegCloseKey(v8); | |
3480 } | |
3481 RegCloseKey(v7); | |
3482 } | |
3483 RegCloseKey(phkResult); | |
3484 } | |
3485 RegCloseKey(hKey); | |
3486 } | |
3487 } | |
3488 | |
3489 //----- (00464E17) -------------------------------------------------------- | |
3490 bool __fastcall CheckMM7CD(char c) | |
3491 { | |
3492 char DstBuf[256]; // [sp+Ch] [bp-218h]@1 | |
3493 char strCommand[256]; // [sp+10Ch] [bp-118h]@1 | |
3494 char Filename[20]; // [sp+20Ch] [bp-18h]@1 | |
3495 | |
3496 | |
3497 wchar_t pMagicPath[1024]; | |
1165
29a8defbad9e
temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents:
1150
diff
changeset
|
3498 swprintf(pMagicPath, wcslen(L"%C:\\anims\\magic7.vid"), L"%C:\\anims\\magic7.vid", c); |
0 | 3499 if (GetFileAttributesW(pMagicPath) == -1) |
3500 return false; | |
3501 | |
3502 wsprintfA(strCommand, "open %c: type cdaudio alias CD", c); | |
3503 if (!mciSendStringA(strCommand, DstBuf, 0xFFu, 0)) | |
3504 { | |
3505 wsprintfA(strCommand, "info CD UPC wait"); | |
3506 mciSendStringA(strCommand, DstBuf, 0xFFu, 0); | |
3507 wsprintfA(strCommand, "close CD"); | |
3508 mciSendStringA(strCommand, DstBuf, 0xFFu, 0); | |
3509 } | |
3510 | |
3511 memcpy(Filename, "X:\\anims\\magic7.vid", sizeof(Filename)); | |
3512 *Filename = c; | |
3513 | |
1980 | 3514 FILE* f = fopen(Filename, "rb"); |
0 | 3515 if (!f) |
3516 return false; | |
3517 | |
3518 if (!fseek(f, 0, SEEK_END)) | |
3519 { | |
3520 if (!fseek(f, -100, SEEK_CUR)) | |
3521 fread(DstBuf, 1u, 0x64u, f); | |
3522 | |
3523 fclose(f); | |
3524 return true; | |
3525 } | |
3526 fclose(f); | |
3527 return false; | |
3528 } | |
3529 | |
3530 //----- (00464F1B) -------------------------------------------------------- | |
3531 signed int __stdcall InsertMM7CDDialogFunc(HWND hDlg, int a2, __int16 a3, int a4) | |
3532 { | |
3533 char v4; // zf@3 | |
3534 int v6; // eax@10 | |
3535 int v7; // eax@11 | |
3536 int v8; // eax@12 | |
3537 int v9; // eax@13 | |
3538 BOOL (__stdcall *v10)(HWND, int, LPCSTR); // edi@15 | |
3539 const CHAR *v11; // [sp-Ch] [bp-Ch]@15 | |
3540 INT_PTR v12; // [sp-4h] [bp-4h]@5 | |
3541 | |
3542 if ( a2 == 272 ) | |
3543 { | |
3544 hInsertCDWindow = hDlg; | |
3545 v6 = (GetUserDefaultLangID() & 0x3FF) - 7; | |
3546 if ( v6 ) | |
3547 { | |
3548 v7 = v6 - 3; | |
3549 if ( v7 ) | |
3550 { | |
3551 v8 = v7 - 2; | |
3552 if ( v8 ) | |
3553 { | |
3554 v9 = v8 - 4; | |
3555 if ( v9 ) | |
3556 { | |
3557 if ( v9 != 5 ) | |
3558 return 0; | |
3559 SetWindowTextA(hDlg, "Wloz CD-ROM numer 2"); | |
3560 v10 = SetDlgItemTextA; | |
3561 SetDlgItemTextA(hDlg, 1010, "Wloz CD-ROM numer 2 Might and Magic® VII."); | |
3562 v11 = "Odwolaj"; | |
3563 } | |
3564 else | |
3565 { | |
3566 SetWindowTextA(hDlg, "Inserire il secondo CD"); | |
3567 v10 = SetDlgItemTextA; | |
3568 SetDlgItemTextA(hDlg, 1010, "Inserire il secondo CD di Might and Magic® VII."); | |
3569 v11 = "Annulla"; | |
3570 } | |
3571 } | |
3572 else | |
3573 { | |
3574 SetWindowTextA(hDlg, "Insérez le CD 2"); | |
3575 v10 = SetDlgItemTextA; | |
3576 SetDlgItemTextA(hDlg, 1010, "Insérez Might & Magic® VII CD 2."); | |
3577 v11 = "Supprimer"; | |
3578 } | |
3579 } | |
3580 else | |
3581 { | |
3582 SetWindowTextA(hDlg, "Por favor, inserte disco 2"); | |
3583 v10 = SetDlgItemTextA; | |
3584 SetDlgItemTextA(hDlg, 1010, "Por favor, inserte disco 2 de Might & Magic® VII."); | |
3585 v11 = "Cancelar"; | |
3586 } | |
3587 } | |
3588 else | |
3589 { | |
3590 SetWindowTextA(hDlg, "Bitte CD 2 einlegen"); | |
3591 v10 = SetDlgItemTextA; | |
3592 SetDlgItemTextA(hDlg, 1010, "Bitte CD 2 von Might and Magic® VII einlegen."); | |
3593 v11 = "Abbrechen"; | |
3594 } | |
3595 v10(hDlg, 2, v11); | |
3596 return 0; | |
3597 } | |
3598 if ( a2 == 273 ) | |
3599 { | |
3600 if ( a3 == 2 ) | |
3601 { | |
3602 v12 = 0; | |
3603 EndDialog(hDlg, v12); | |
3604 return 1; | |
3605 } | |
3606 v4 = a3 == 1; | |
3607 } | |
3608 else | |
3609 { | |
3610 v4 = a2 == 1025; | |
3611 } | |
3612 if ( v4 ) | |
3613 { | |
3614 v12 = 1; | |
1416 | 3615 EndDialog(hDlg, v12); |
3616 return 1; | |
0 | 3617 } |
3618 return 0; | |
3619 } | |
3620 | |
3621 //----- (00465061) -------------------------------------------------------- | |
3622 bool __fastcall FindMM7CD(HWND hWnd, char *pCDDrive) | |
3623 { | |
3624 char drive[4] = {'X', ':', '\\', 0}; | |
3625 | |
3626 bool bGotCDFromRegistry = false; | |
3627 | |
3628 HKEY hSoftware = nullptr, | |
3629 hNWC = nullptr, | |
3630 hMM7 = nullptr, | |
3631 hVersion = nullptr; | |
3632 if (!RegOpenKeyExA(HKEY_LOCAL_MACHINE, "SOFTWARE", 0, 0x2001Fu, &hSoftware)) | |
3633 { | |
3634 if (!RegOpenKeyExA(hSoftware, "New World Computing", 0, 0x2001Fu, &hNWC)) | |
3635 { | |
3636 if (!RegOpenKeyExA(hNWC, "Might and Magic VII", 0, 0x2001Fu, &hMM7)) | |
3637 { | |
3638 if (!RegOpenKeyExA(hMM7, "1.0", 0, 0x2001Fu, &hVersion)) | |
3639 { | |
3640 DWORD cbData = 3; | |
3641 if (!RegQueryValueExA(hVersion, "CDDrive", 0, 0, (BYTE *)drive, &cbData)) | |
3642 bGotCDFromRegistry = true; | |
3643 } | |
3644 RegCloseKey(hVersion); | |
3645 } | |
3646 RegCloseKey(hMM7); | |
3647 } | |
3648 RegCloseKey(hNWC); | |
3649 } | |
3650 RegCloseKey(hSoftware); | |
3651 | |
3652 if (bGotCDFromRegistry) | |
3653 if (CheckMM7CD(*drive)) | |
3654 { | |
3655 cMM7GameCDDriveLetter = *drive; | |
3656 return true; | |
3657 } | |
3658 | |
3659 while (true) | |
3660 { | |
3661 for (uint i = 0; i < 26; ++i) | |
3662 { | |
3663 drive[0] = 'A' + i; | |
3664 | |
3665 if (GetDriveTypeA(drive) == DRIVE_CDROM) | |
3666 if (CheckMM7CD(*drive)) | |
3667 { | |
3668 cMM7GameCDDriveLetter = *drive; | |
3669 WriteWindowsRegistryString("CDDrive", drive); | |
3670 return true; | |
3671 } | |
3672 } | |
3673 | |
1802 | 3674 if (DialogBoxParamA(GetModuleHandleW(nullptr), "InsertCD", hWnd, (DLGPROC)InsertMM7CDDialogFunc, 0)) |
0 | 3675 continue; |
3676 return false; | |
3677 } | |
3678 } | |
3679 | |
1655 | 3680 |
3681 | |
0 | 3682 //----- (004651F4) -------------------------------------------------------- |
1655 | 3683 bool MM7_Initialize(int game_width, int game_height) |
0 | 3684 { |
3685 wchar_t pCurrentDir[1024]; | |
3686 _wgetcwd(pCurrentDir, 1024); | |
3687 | |
3688 wchar_t pMM6IniFile[1024]; | |
293 | 3689 wsprintfW(pMM6IniFile, L"%s\\mm6.ini", pCurrentDir); |
0 | 3690 |
3691 bCanLoadFromCD = GetPrivateProfileIntW(L"settings", L"use_cd", 1, pMM6IniFile); | |
3692 if (bNoCD) | |
3693 bCanLoadFromCD = false; | |
3694 if (bCanLoadFromCD) | |
3695 { | |
1802 | 3696 if (!FindMM7CD(nullptr, &cMM7GameCDDriveLetter)) |
0 | 3697 return false; |
3698 } | |
3699 | |
3700 | |
3701 srand(GetTickCount()); | |
1802 | 3702 |
3703 window = OSWindow::Create(L"Might and Magic® Trilogy", game_width, game_height); | |
0 | 3704 |
3705 pRenderer = Render::Create(); | |
3706 if (!pRenderer) | |
3707 { | |
3708 Log::Warning(L"Render creation failed"); | |
3709 return false; | |
3710 } | |
3711 else | |
3712 { | |
2069 | 3713 //bool bWindowMode = ReadWindowsRegistryInt("startinwindow", false); |
1802 | 3714 //uint uDefaultDevice = ReadWindowsRegistryInt("D3D Device", 1); |
0 | 3715 bool bColoredLights = ReadWindowsRegistryInt("Colored Lights", false); |
3716 uint uLevelOfDetail = ReadWindowsRegistryInt("Detail Level", 1); | |
3717 uint bTinting = ReadWindowsRegistryInt("Tinting", 1) != 0; | |
3718 | |
2069 | 3719 if (!pRenderer->Initialize(window, bColoredLights, uLevelOfDetail, bTinting)) |
0 | 3720 { |
3721 Log::Warning(L"Render failed to initialize"); | |
3722 return false; | |
3723 } | |
3724 } | |
492 | 3725 |
351 | 3726 game_starting_year = 1168; |
0 | 3727 |
3728 pParty = new Party; | |
147 | 3729 memset(&pParty->pHirelings, 0, sizeof(pParty->pHirelings)); |
0 | 3730 pParty->uWalkSpeed = GetPrivateProfileIntW(L"debug", L"walkspeed", 384, pMM6IniFile); |
3731 pParty->uDefaultEyelevel = GetPrivateProfileIntW(L"party", L"eyelevel", 160, pMM6IniFile); | |
3732 pParty->sEyelevel = pParty->uDefaultEyelevel; | |
3733 pParty->uDefaultPartyHeight = GetPrivateProfileIntW(L"party", L"height", 192, pMM6IniFile); | |
3734 pParty->uPartyHeight = pParty->uDefaultPartyHeight; | |
3735 | |
3736 bUseRegistry = GetPrivateProfileIntW(L"settings", L"registry", 1, pMM6IniFile); | |
3737 MM6_Initialize(pMM6IniFile); | |
3738 | |
3739 pKeyActionMap = new KeyboardActionMapping; | |
3740 | |
3741 pEventTimer = Timer::Create(); | |
3742 pEventTimer->Initialize(); | |
3743 | |
3744 OnTimer(1); | |
3745 GameUI_StatusBar_UpdateTimedString(1); | |
3746 pGame = Game::Create(); | |
3747 pMouse = pGame->pMouseInstance; | |
1655 | 3748 |
0 | 3749 |
3750 pIcons_LOD = new LODFile_IconsBitmaps; | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3751 if (!pIcons_LOD->Load("data\\icons.lod", "icons")) |
0 | 3752 { |
3753 MessageBoxW(nullptr, | |
3754 L"Some files are missing\n\nPlease Reinstall.", | |
3755 L"Files Missing", MB_ICONEXCLAMATION); | |
3756 return false; | |
3757 } | |
3758 pIcons_LOD->dword_011BA4 = 0; | |
3759 | |
3760 pEvents_LOD = new LODFile_IconsBitmaps; | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3761 if (!pEvents_LOD->Load("data\\events.lod", "icons")) |
0 | 3762 { |
3763 MessageBoxW(nullptr, | |
3764 L"Some files are missing\n\nPlease Reinstall.", | |
3765 L"Files Missing", MB_ICONEXCLAMATION); | |
3766 return false; | |
3767 } | |
3768 | |
3769 InitializeGameText(); | |
3770 | |
3771 pBitmaps_LOD = new LODFile_IconsBitmaps; | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3772 if (!pBitmaps_LOD->Load("data\\bitmaps.lod", "bitmaps")) |
0 | 3773 { |
3774 MessageBoxA(nullptr, | |
3775 pGlobalTXT_LocalizationStrings[63], | |
3776 pGlobalTXT_LocalizationStrings[184], MB_ICONEXCLAMATION); | |
3777 return false; | |
3778 } | |
3779 | |
3780 if (bUseRegistry) | |
3781 bUseLoResSprites = ReadWindowsRegistryInt("resolution", 0); | |
3782 else | |
3783 bUseLoResSprites = GetPrivateProfileIntW(L"settings", L"resolution", 0, pMM6IniFile); | |
3784 | |
3785 const char *pSpritesFile = nullptr; | |
3786 if (bUseLoResSprites) | |
3787 pSpritesFile = "data\\spriteLO.lod"; | |
3788 else | |
3789 pSpritesFile = "data\\sprites.lod"; | |
3790 | |
3791 pSprites_LOD = new LODFile_Sprites; | |
3792 if (!pSprites_LOD->LoadSprites(pSpritesFile)) | |
3793 { | |
3794 MessageBoxA(nullptr, | |
3795 pGlobalTXT_LocalizationStrings[63], | |
3796 pGlobalTXT_LocalizationStrings[184], MB_ICONEXCLAMATION); | |
3797 return false; | |
3798 } | |
3799 | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3800 |
1543 | 3801 #if 0 |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3802 if (_access("../MM_VI/data/icons.lod", 0) == 0) |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3803 { |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3804 pIcons_LOD_mm6 = new LODFile_IconsBitmaps; |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3805 if (!pIcons_LOD_mm6->Load("../MM_VI/data/icons.lod", "icons")) |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3806 { |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3807 delete pIcons_LOD_mm6; |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3808 pIcons_LOD_mm6 = nullptr; |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3809 Log::Warning(L"Unable to load mm6:icons.lod"); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3810 } |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3811 } |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3812 else |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3813 Log::Warning(L"Unable to find mm6:icons.lod"); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3814 |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3815 if (_access("../MM_VI/data/bitmaps.lod", 0) == 0) |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3816 { |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3817 pBitmaps_LOD_mm6 = new LODFile_IconsBitmaps; |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3818 if (!pBitmaps_LOD_mm6->Load("../MM_VI/data/bitmaps.lod", "bitmaps")) |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3819 { |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3820 delete pBitmaps_LOD_mm6; |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3821 pBitmaps_LOD_mm6 = nullptr; |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3822 Log::Warning(L"Unable to load mm6:bitmaps.lod"); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3823 } |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3824 } |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3825 else |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3826 Log::Warning(L"Unable to find mm6:bitmaps.lod"); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3827 |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3828 auto mm6_sprite_container_name = bUseLoResSprites ? "../MM_VI/data/spriteLO.lod" |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3829 : "../MM_VI/data/sprites.lod"; |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3830 if (_access(mm6_sprite_container_name, 0) == 0) |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3831 { |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3832 pSprites_LOD_mm6 = new LODFile_Sprites; |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3833 if (!pSprites_LOD_mm6->LoadSprites(mm6_sprite_container_name)) |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3834 { |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3835 delete pSprites_LOD_mm6; |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3836 pSprites_LOD_mm6 = nullptr; |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3837 Log::Warning(L"Unable to load mm6:sprites.lod"); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3838 } |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3839 } |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3840 else |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3841 Log::Warning(L"Unable to find mm6:sprites.lod"); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3842 |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3843 |
1541 | 3844 if (_access("../mm8/data/icons.lod", 0) == 0) |
3845 { | |
3846 pIcons_LOD_mm8 = new LODFile_IconsBitmaps; | |
3847 if (!pIcons_LOD_mm8->Load("../mm8/data/icons.lod", "icons")) | |
3848 { | |
3849 delete pIcons_LOD_mm8; | |
3850 pIcons_LOD_mm8 = nullptr; | |
3851 Log::Warning(L"Unable to load mm8:icons.lod"); | |
3852 } | |
0 | 3853 } |
3854 else | |
1541 | 3855 Log::Warning(L"Unable to find mm8:icons.lod"); |
3856 | |
3857 | |
3858 if (_access("../mm8/data/bitmaps.lod", 0) == 0) | |
3859 { | |
3860 pBitmaps_LOD_mm8 = new LODFile_IconsBitmaps; | |
3861 if (!pBitmaps_LOD_mm8->Load("../mm8/data/bitmaps.lod", "bitmaps")) | |
3862 { | |
3863 delete pBitmaps_LOD_mm8; | |
3864 pBitmaps_LOD_mm8 = nullptr; | |
3865 Log::Warning(L"Unable to load mm8:bitmaps.lod"); | |
3866 } | |
3867 } | |
3868 else | |
3869 Log::Warning(L"Unable to find mm8:bitmaps.lod"); | |
3870 | |
3871 | |
3872 if (_access("../mm8/data/sprites.lod", 0) == 0) | |
3873 { | |
3874 pSprites_LOD_mm8 = new LODFile_Sprites; | |
3875 if (!pSprites_LOD_mm8->LoadSprites("../mm8/data/sprites.lod")) | |
3876 { | |
3877 delete pSprites_LOD_mm8; | |
3878 pSprites_LOD_mm8 = nullptr; | |
3879 Log::Warning(L"Unable to load mm8:sprites.lod"); | |
3880 } | |
3881 } | |
3882 else | |
3883 Log::Warning(L"Unable to find mm8:sprites.lod"); | |
1543 | 3884 #endif |
1541 | 3885 |
0 | 3886 { |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3887 void *sft_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("dsft.bin", 1) : nullptr, |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3888 *sft_mm8 = nullptr; |
1980 | 3889 void* sft_mm7 = pEvents_LOD->LoadRaw("dsft.bin", 1); |
0 | 3890 pSpriteFrameTable = new SpriteFrameTable; |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3891 pSpriteFrameTable->FromFile(sft_mm6, sft_mm7, sft_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3892 free(sft_mm6); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3893 free(sft_mm7); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3894 free(sft_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3895 |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3896 void *tft_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("dtft.bin", 1) : nullptr, |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3897 *tft_mm8 = nullptr; |
1980 | 3898 void* tft_mm7 = pEvents_LOD->LoadRaw("dtft.bin", 1); |
0 | 3899 pTextureFrameTable = new TextureFrameTable; |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3900 pTextureFrameTable->FromFile(tft_mm6, tft_mm7, tft_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3901 free(tft_mm6); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3902 free(tft_mm7); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3903 free(tft_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3904 |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3905 void *tiles_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("dtile.bin", 1) : nullptr, |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3906 *tiles_mm8 = nullptr; |
1980 | 3907 void* tiles_mm7 = pEvents_LOD->LoadRaw("dtile.bin", 1); |
0 | 3908 pTileTable = new TileTable; |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3909 pTileTable->FromFile(tiles_mm6, tiles_mm7, tiles_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3910 free(tiles_mm6); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3911 free(tiles_mm7); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3912 free(tiles_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3913 |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3914 void *pft_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("dpft.bin", 1) : nullptr, |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3915 *pft_mm8 = nullptr; |
1980 | 3916 void* pft_mm7 = pEvents_LOD->LoadRaw("dpft.bin", 1); |
0 | 3917 pPlayerFrameTable = new PlayerFrameTable; |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3918 pPlayerFrameTable->FromFile(pft_mm6, pft_mm7, pft_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3919 free(pft_mm6); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3920 free(pft_mm7); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3921 free(pft_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3922 |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3923 void *ift_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("dift.bin", 1) : nullptr, |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3924 *ift_mm8 = nullptr; |
1980 | 3925 void* ift_mm7 = pEvents_LOD->LoadRaw("dift.bin", 1); |
0 | 3926 pIconsFrameTable = new IconFrameTable; |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3927 pIconsFrameTable->FromFile(ift_mm6, ift_mm7, ift_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3928 free(ift_mm6); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3929 free(ift_mm7); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3930 free(ift_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3931 |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3932 void *decs_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("ddeclist.bin", 1) : nullptr, |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3933 *decs_mm8 = nullptr; |
1980 | 3934 void* decs_mm7 = pEvents_LOD->LoadRaw("ddeclist.bin", 1); |
0 | 3935 pDecorationList = new DecorationList; |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3936 pDecorationList->FromFile(decs_mm6, decs_mm7, decs_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3937 free(decs_mm6); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3938 free(decs_mm7); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3939 free(decs_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3940 |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3941 void *objs_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("dobjlist.bin", 1) : nullptr, |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3942 *objs_mm8 = nullptr; |
1980 | 3943 void* objs_mm7 = pEvents_LOD->LoadRaw("dobjlist.bin", 1); |
0 | 3944 pObjectList = new ObjectList; |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3945 pObjectList->FromFile(objs_mm6, objs_mm7, objs_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3946 free(objs_mm6); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3947 free(objs_mm7); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3948 free(objs_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3949 |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3950 void *mons_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("dmonlist.bin", 1) : nullptr, |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3951 *mons_mm8 = nullptr; |
1980 | 3952 void* mons_mm7 = pEvents_LOD->LoadRaw("dmonlist.bin", 1); |
0 | 3953 pMonsterList = new MonsterList; |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3954 pMonsterList->FromFile(mons_mm6, mons_mm7, mons_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3955 free(mons_mm6); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3956 free(mons_mm7); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3957 free(mons_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3958 |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3959 void *chests_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("dchest.bin", 1) : nullptr, |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3960 *chests_mm8 = nullptr; |
1980 | 3961 void* chests_mm7 = pEvents_LOD->LoadRaw("dchest.bin", 1); |
0 | 3962 pChestList = new ChestList; |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3963 pChestList->FromFile(chests_mm6, chests_mm7, chests_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3964 free(chests_mm6); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3965 free(chests_mm7); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3966 free(chests_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3967 |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3968 void *overlays_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("doverlay.bin", 1) : nullptr, |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3969 *overlays_mm8 = nullptr; |
1980 | 3970 void* overlays_mm7 = pEvents_LOD->LoadRaw("doverlay.bin", 1); |
0 | 3971 pOverlayList = new OverlayList; |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3972 pOverlayList->FromFile(overlays_mm6, overlays_mm7, overlays_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3973 free(overlays_mm6); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3974 free(overlays_mm7); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3975 free(overlays_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3976 |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3977 void *sounds_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("dsounds.bin", 1) : nullptr, |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3978 *sounds_mm8 = nullptr; |
1980 | 3979 void* sounds_mm7 = pEvents_LOD->LoadRaw("dsounds.bin", 1); |
0 | 3980 pSoundList = new SoundList; |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3981 pSoundList->FromFile(sounds_mm6, sounds_mm7, sounds_mm8); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3982 free(sounds_mm6); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3983 free(sounds_mm7); |
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
3984 free(sounds_mm8); |
0 | 3985 } |
3986 | |
3987 | |
3988 | |
492 | 3989 |
2069 | 3990 if (dword_6BE368_debug_settings_2 & DEBUG_SETTINGS_RUN_IN_WIDOW) |
0 | 3991 { |
2069 | 3992 //window->SetWindowedMode(game_width, game_height); |
3993 pRenderer->SwitchToWindow(); | |
0 | 3994 } |
3995 else | |
3996 { | |
2069 | 3997 __debugbreak(); // Nomad |
3998 window->SetFullscreenMode(); | |
3999 pRenderer->InitializeFullscreen(); | |
0 | 4000 } |
2007
664146d9b101
moving sub_4C023F constructor, after pRendererD3D initialization
zipi
parents:
2006
diff
changeset
|
4001 sub_4C023F(); |
0 | 4002 uSoundVolumeMultiplier = ReadWindowsRegistryInt("soundflag", 9); |
4003 if (uSoundVolumeMultiplier > 9) | |
4004 uSoundVolumeMultiplier = 9; | |
4005 uMusicVolimeMultiplier = ReadWindowsRegistryInt("musicflag", 9); | |
4006 if (uMusicVolimeMultiplier > 9) | |
4007 uMusicVolimeMultiplier = 9; | |
4008 uVoicesVolumeMultiplier = ReadWindowsRegistryInt("CharVoices", 9); | |
4009 if (uVoicesVolumeMultiplier > 9) | |
4010 uVoicesVolumeMultiplier = 9; | |
4011 bShowDamage = ReadWindowsRegistryInt("ShowDamage", 1) != 0; | |
4012 byte_6BE388_graphicsmode = ReadWindowsRegistryInt("graphicsmode", 1); | |
4013 if (byte_6BE388_graphicsmode < 0 || byte_6BE388_graphicsmode > 2) | |
4014 byte_6BE388_graphicsmode = 0; | |
4015 | |
4016 uGammaPos = ReadWindowsRegistryInt("GammaPos", 4); | |
733 | 4017 if (uGammaPos > 9) |
0 | 4018 uGammaPos = 4; |
4019 pGame->pGammaController->Initialize(uGammaPos * 0.1 + 0.6); | |
4020 | |
4021 if ( ReadWindowsRegistryInt("Bloodsplats", 1) ) | |
591 | 4022 pGame->uFlags2 |= GAME_FLAGS_2_DRAW_BLOODSPLATS; |
0 | 4023 else |
733 | 4024 pGame->uFlags2 &= ~GAME_FLAGS_2_DRAW_BLOODSPLATS; |
0 | 4025 |
4026 uTurnSpeed = ReadWindowsRegistryInt("TurnDelta", 0); | |
4027 dword_6BE384_2dacceloff = ReadWindowsRegistryInt("2dacceloff", 0); | |
4028 | |
4029 if (!bNoSound) | |
1802 | 4030 pAudioPlayer->Initialize(); |
0 | 4031 |
1262 | 4032 pVideoPlayer = new VideoPlayer(); |
1802 | 4033 pVideoPlayer->Initialize(window); |
0 | 4034 |
2061 | 4035 dword_6BE364_game_settings_1 |= GAME_SETTINGS_4000; |
0 | 4036 |
4037 switch ( uTurnSpeed ) | |
4038 { | |
731 | 4039 case 0: // undefined turn option |
1067 | 4040 __debugbreak(); // really shouldn't use this mode |
731 | 4041 uTurnSpeed = (unsigned int)uCPUSpeed < 199 ? 128 : 64; // adjust turn speed to estimated fps |
4042 break; | |
4043 | |
4044 case 1u: // 16x | |
4045 Log::Warning(L"x16 Turn Speed"); // really shouldn't use this mode | |
0 | 4046 uTurnSpeed = 128; |
731 | 4047 break; |
4048 | |
4049 case 2u: // 32x | |
4050 Log::Warning(L"x32 Turn Speed"); // really shouldn't use this mode | |
0 | 4051 uTurnSpeed = 64; |
731 | 4052 break; |
4053 | |
4054 case 3u: // smooth | |
0 | 4055 uTurnSpeed = 0; |
731 | 4056 break; |
4057 } | |
4058 | |
0 | 4059 return true; |
4060 } | |
4061 | |
4062 //----- (00465D0B) -------------------------------------------------------- | |
1802 | 4063 void SecondaryInitialization() |
0 | 4064 { |
4065 __int16 v4; // ax@4 | |
4066 signed int v5; // esi@5 | |
4067 int v6; // ecx@6 | |
4068 int v7; // edx@7 | |
4069 ObjectDesc *v8; // eax@7 | |
4070 char pContainer[32]; // [sp+10h] [bp-Ch]@9 | |
4071 | |
1802 | 4072 pMouse->Initialize(window); |
0 | 4073 |
4074 pItemsTable = new ItemsTable; | |
4075 pItemsTable->Initialize(); | |
4076 | |
4077 pBitmaps_LOD->dword_011BA8 = 1; | |
2069 | 4078 //pBitmaps_LOD->SetupPalettes(pRenderer->uTargetRBits, pRenderer->uTargetGBits, pRenderer->uTargetBBits); |
4079 pBitmaps_LOD->SetupPalettes(5, 6, 5); | |
4080 //pIcons_LOD->SetupPalettes(pRenderer->uTargetRBits, pRenderer->uTargetGBits, pRenderer->uTargetBBits); | |
4081 pIcons_LOD->SetupPalettes(5, 6, 5); | |
4082 //pPaletteManager->SetColorChannelInfo(pRenderer->uTargetRBits, pRenderer->uTargetGBits, pRenderer->uTargetBBits); | |
4083 pPaletteManager->SetColorChannelInfo(5, 6, 5); | |
762 | 4084 |
4085 pPaletteManager->SetMistColor(128, 128, 128); | |
0 | 4086 pPaletteManager->RecalculateAll(); |
4087 pSprites_LOD->field_ECAC = 1; | |
4088 pObjectList->InitializeSprites(); | |
4089 pOverlayList->InitializeSprites(); | |
4090 if (!bNoSound) | |
4091 pSoundList->Initialize(); | |
4092 | |
4093 static const char *pUIAnimNames[4] = | |
4094 { | |
4095 "glow03", "glow05", | |
4096 "torchA", "wizeyeA" | |
4097 }; | |
4098 static unsigned short _4E98D0[4][4] = | |
4099 { | |
4100 {479, 0, 329, 0}, | |
4101 {585, 0, 332, 0}, | |
4102 {468, 0, 0, 0}, | |
4103 {606, 0, 0, 0} | |
4104 }; | |
4105 | |
4106 | |
4107 for (uint i = 0; i < 4; ++i) | |
4108 { | |
4109 pUIAnims[i]->uIconID = pIconsFrameTable->FindIcon(pUIAnimNames[i]); | |
4110 pIconsFrameTable->InitializeAnimation(pUIAnims[i]->uIconID); | |
4111 | |
4112 pUIAnims[i]->uAnimLength = 0; | |
4113 pUIAnims[i]->uAnimTime = 0; | |
4114 pUIAnims[i]->x = _4E98D0[i][0]; | |
4115 pUIAnims[i]->y = _4E98D0[i][2]; | |
4116 } | |
4117 | |
4118 v5 = 0; | |
4119 if ( (signed int)pObjectList->uNumObjects > 0 ) | |
4120 { | |
4121 v6 = 0; | |
4122 do | |
4123 { | |
4124 BYTE3(v7) = 0; | |
4125 v8 = &pObjectList->pObjects[v6]; | |
4126 ++v6; | |
4127 *(short *)((char *)&v7 + 1) = v8->uParticleTrailColorR; | |
4128 LOBYTE(v7) = v8->uParticleTrailColorG; | |
4129 ++v5; | |
4130 v8->uParticleTrailColor = v8->uParticleTrailColorB | (v7 << 8); | |
4131 } | |
4132 while ( v5 < (signed int)pObjectList->uNumObjects ); | |
4133 } | |
4134 flt_6BE3A0 = 0.55000001f; | |
4135 MainMenuUI_Create(); | |
4136 pGame->pStru6Instance->LoadAnimations(); | |
4137 | |
4138 for (uint i = 0; i < 7; ++i) | |
4139 { | |
4140 sprintf(pContainer, "HDWTR%03u", i); | |
4141 pRenderer->pHDWaterBitmapIDs[i] = pBitmaps_LOD->LoadTexture(pContainer); | |
4142 } | |
4143 | |
4144 pNPCStats = new NPCStats; | |
110 | 4145 memset(pNPCStats->pNPCData, 0, 0x94BCu); |
0 | 4146 pNPCStats->Initialize(); |
4147 | |
4148 Initialize_GlobalEVT(); | |
762 | 4149 pBitmaps_LOD->_inlined_sub0(); |
4150 pSprites_LOD->_inlined_sub0(); | |
0 | 4151 pPaletteManager->LockAll(); |
4152 | |
4153 _mkdir("Saves"); | |
4154 for (uint i = 0; i < 5; ++i) | |
4155 for (uint j = 0; j < 6; ++j) | |
4156 { | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1203
diff
changeset
|
4157 sprintf(pTmpBuf.data(), "data\\lloyd%d%d.pcx", i, j); |
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1203
diff
changeset
|
4158 remove(pTmpBuf.data()); |
0 | 4159 } |
4160 | |
4161 Initialize_GamesLOD_NewLOD(); | |
1051 | 4162 _576E2C_current_minimap_zoom = 512; |
0 | 4163 dword_576E28 = 9; |
4164 } | |
4165 | |
522 | 4166 void IntegrityTest() |
4167 { | |
1869
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4168 static_assert(sizeof(MovieHeader) == 44, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4169 static_assert(sizeof(SoundDesc_mm6) == 112, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4170 static_assert(sizeof(SoundDesc) == 120, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4171 static_assert(sizeof(OverlayDesc) == 8, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4172 static_assert(sizeof(ChestDesc) == 36, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4173 static_assert(sizeof(ObjectDesc_mm6) == 52, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4174 static_assert(sizeof(ObjectDesc) == 56, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4175 static_assert(sizeof(DecorationDesc) == 84, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4176 static_assert(sizeof(IconFrame) == 32, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4177 static_assert(sizeof(PlayerFrame) == 10, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4178 static_assert(sizeof(TextureFrame) == 20, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4179 static_assert(sizeof(SpriteFrame) == 60, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4180 static_assert(sizeof(RenderVertexSoft) == 0x30, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4181 static_assert(sizeof(RenderBillboard) == 0x34, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4182 static_assert(sizeof(Texture) == 0x48, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4183 static_assert(sizeof(RGBTexture) == 0x28, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4184 static_assert(sizeof(LODFile_IconsBitmaps) == 0x11BB8 + 4, "Wrong type size"); // + virtual dtor ptr |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4185 static_assert(sizeof(AudioPlayer) == 0xC84, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4186 static_assert(sizeof(SoundDesc) == 0x78, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4187 static_assert(sizeof(stru339_spell_sound) == 0xAFD8, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4188 static_assert(sizeof(VideoPlayer) == 0x108 + 4, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4189 static_assert(sizeof(MovieHeader) == 0x2C, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4190 static_assert(sizeof(DecorationDesc) == 0x54, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4191 static_assert(sizeof(ObjectDesc) == 0x38, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4192 static_assert(sizeof(OverlayDesc) == 0x8, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4193 static_assert(sizeof(ChestDesc) == 0x24, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4194 static_assert(sizeof(TileDesc) == 0x1A, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4195 static_assert(sizeof(MonsterDesc_mm6) == 148, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4196 static_assert(sizeof(MonsterDesc) == 152, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4197 static_assert(sizeof(Timer) == 0x28, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4198 static_assert(sizeof(OtherOverlay) == 0x14, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4199 static_assert(sizeof(ItemGen) == 0x24, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4200 static_assert(sizeof(SpriteObject) == 0x70, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4201 static_assert(sizeof(ItemDesc) == 0x30, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4202 static_assert(sizeof(ItemsTable) == 0x117A0, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4203 static_assert(sizeof(Chest) == 0x14CC, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4204 static_assert(sizeof(MapInfo) == 0x44, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4205 static_assert(sizeof(SpellInfo) == 0x24, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4206 static_assert(sizeof(SpellData) == 0x14, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4207 static_assert(sizeof(SpellBuff) == 0x10, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4208 static_assert(sizeof(AIDirection) == 0x1C, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4209 static_assert(sizeof(ActorJob) == 0xC, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4210 static_assert(sizeof(Actor) == 0x344, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4211 static_assert(sizeof(LevelDecoration) == 0x20, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4212 static_assert(sizeof(KeyboardActionMapping) == 0x20C, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4213 static_assert(sizeof(UIAnimation) == 0xD, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4214 static_assert(sizeof(SpawnPointMM7) == 0x18, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4215 static_assert(sizeof(ODMFace) == 0x134, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4216 static_assert(sizeof(BSPNode) == 0x8, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4217 static_assert(sizeof(BSPModel) == 0xBC, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4218 static_assert(sizeof(OutdoorLocation) == 0x1C28C, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4219 static_assert(sizeof(BLVFace) == 0x60, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4220 static_assert(sizeof(BLVFaceExtra) == 0x24, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4221 static_assert(sizeof(BLVSector) == 0x74, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4222 static_assert(sizeof(BLVLightMM7) == 0x10, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4223 static_assert(sizeof(BLVDoor) == 0x50, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4224 static_assert(sizeof(IndoorLocation) == 0x690, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4225 //static_assert(sizeof(ODMRenderParams) == 0x74, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4226 static_assert(sizeof(Mouse) == 0x114, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4227 static_assert(sizeof(Particle_sw) == 0x68, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4228 static_assert(sizeof(Particle) == 0x68, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4229 static_assert(sizeof(ParticleEngine) == 0xE430, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4230 static_assert(sizeof(Lightmap) == 0xC1C, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4231 static_assert(sizeof(LightmapBuilder) == 0x3CBC38, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4232 static_assert(sizeof(Vis_SelectionList) == 0x2008, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4233 static_assert(sizeof(Vis) == 0x20D0, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4234 static_assert(sizeof(PlayerBuffAnim) == 0x10, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4235 static_assert(sizeof(ProjectileAnim) == 0x1C, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4236 static_assert(sizeof(stru6) == 0x5F8, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4237 static_assert(sizeof(IndoorCameraD3D_Vec3) == 0x10, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4238 static_assert(sizeof(IndoorCameraD3D_Vec4) == 0x18, "Wrong type size"); //should be 14 (10 vec3 + 4 vdtor) but 18 coz of his +4 from own vdtor, but it is odd since vdtor already present from vec3 |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4239 //static_assert(sizeof(IndoorCameraD3D) == 0x1A1384, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4240 static_assert(sizeof(StationaryLight) == 0xC, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4241 static_assert(sizeof(LightsStack_StationaryLight_) == 0x12C8, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4242 static_assert(sizeof(MobileLight) == 0x12, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4243 static_assert(sizeof(LightsStack_MobileLight_) == 0x1C28, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4244 static_assert(sizeof(Game) == 0xE78, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4245 static_assert(sizeof(stru141_actor_collision_object) == 0xA8, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4246 static_assert(sizeof(ActionQueue) == 0x7C, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4247 static_assert(sizeof(NPCData) == 0x4C, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4248 static_assert(sizeof(NPCStats) == 0x17FFC, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4249 static_assert(sizeof(BspRenderer) == 0x53740, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4250 static_assert(sizeof(PaletteManager) == 0x267AF0, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4251 static_assert(sizeof(ViewingParams) == 0x26C, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4252 //static_assert(sizeof(IndoorCamera) == 0x50, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4253 static_assert(sizeof(Bloodsplat) == 0x28, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4254 static_assert(sizeof(BloodsplatContainer) == 0xA0C, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4255 static_assert(sizeof(TrailParticle) == 0x18, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4256 static_assert(sizeof(EventIndex) == 0xC, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4257 static_assert(sizeof(_2devent) == 0x34, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4258 static_assert(sizeof(stru176) == 0x20, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4259 static_assert(sizeof(SavegameHeader) == 0x64, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4260 static_assert(sizeof(SavegameList) == 0x3138, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4261 static_assert(sizeof(StorylineText) == 0x160, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4262 static_assert(sizeof(FactionTable) == 0x1EF1, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4263 static_assert(sizeof(Decal) == 0xC20, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4264 static_assert(sizeof(DecalBuilder) == 0x30C038, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4265 static_assert(sizeof(MonsterInfo) == 0x58, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4266 static_assert(sizeof(MonsterStats) == 0x5BA0, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4267 static_assert(sizeof(RenderD3D) == 0x148, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4268 // static_assert(sizeof(Render) == 0x129844, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4269 static_assert(sizeof(Player) == 0x1B3C, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4270 static_assert(sizeof(PartyTimeStruct) == 0x678, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4271 static_assert(sizeof(Party) == 0x16238, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4272 static_assert(sizeof(GUIButton) == 0xBC, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4273 static_assert(sizeof(GUIWindow) == 0x54, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4274 static_assert(sizeof(GUIProgressBar) == 0x1B8, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4275 static_assert(sizeof(GUIFont) == 0x1020, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4276 // static_assert(sizeof(stru262_TurnBased) == 0x40, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4277 static_assert(sizeof(ArcomageGame) == 0xFB, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4278 static_assert(sizeof(CastSpellInfo) == 0x14, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4279 static_assert(sizeof(ArcomageCard) == 0x6C, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4280 static_assert(sizeof(stru320) == 0x3FC, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4281 static_assert(sizeof(TravelInfo) == 0x20, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4282 static_assert(sizeof(stru336) == 0x798, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4283 static_assert(sizeof(Vec3_short_) == 6, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4284 static_assert(sizeof(BLVFace) == 96, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4285 static_assert(sizeof(BLVFaceExtra) == 36, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4286 static_assert(sizeof(BLVSector) == 116, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4287 static_assert(sizeof(LevelDecoration) == 32, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4288 static_assert(sizeof(BLVLightMM7) == 16, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4289 static_assert(sizeof(BSPNode) == 8, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4290 static_assert(sizeof(SpawnPointMM7) == 24, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4291 static_assert(sizeof(DDM_DLV_Header) == 40, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4292 static_assert(sizeof(Actor) == 836, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4293 static_assert(sizeof(SpriteObject) == 112, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4294 static_assert(sizeof(Chest) == 5324, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4295 static_assert(sizeof(stru123) == 0xC8, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4296 static_assert(sizeof(BLVMapOutline) == 12, "Wrong type size"); |
bc7a6ee34316
IntegrityTest size tests changed to static_asserts
Grumpy7
parents:
1861
diff
changeset
|
4297 static_assert(sizeof(LODSprite) == 0x28, "Wrong type size"); |
522 | 4298 } |
4299 | |
168 | 4300 bool new_sky = false; |
1765 | 4301 bool new_draw_object_dist = true; |
670 | 4302 bool change_seasons = false; |
894 | 4303 bool all_magic = true; |
1511 | 4304 bool wizard_eye = false; |
1837 | 4305 bool debug_information = false; |
4306 bool show_picked_face = false; | |
1507 | 4307 bool draw_debug_line = false; |
2028 | 4308 bool new_speed = true; |
2043
2ccf638342d6
int max_flight_height and GetCeilingHeight function
Ritor1
parents:
2042
diff
changeset
|
4309 int max_flight_height = 4000; |
2034 | 4310 |
2037
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
2035
diff
changeset
|
4311 |
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
2035
diff
changeset
|
4312 |
7a9477135943
Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents:
2035
diff
changeset
|
4313 |
0 | 4314 //----- (00462C94) -------------------------------------------------------- |
4315 bool MM_Main(const wchar_t *pCmdLine) | |
4316 { | |
522 | 4317 IntegrityTest(); |
1706 | 4318 |
246 | 4319 char test[1024]; |
522 | 4320 sprintfex(test, "^Pi[%s]: çíàõàð^R[ü;êà;]", "Çîëòàí"); |
4321 | |
2052 | 4322 lua = new LuaVM; |
4323 lua->Initialize(); | |
2031 | 4324 |
1052 | 4325 bool bNoMargareth = false; |
0 | 4326 if (pCmdLine && *pCmdLine) |
4327 { | |
2061 | 4328 //if (wcsstr(pCmdLine, L"-usedefs")) |
4329 // bDebugResouces = 1; | |
0 | 4330 if (wcsstr(pCmdLine, L"-window")) |
2061 | 4331 dword_6BE368_debug_settings_2 |= DEBUG_SETTINGS_RUN_IN_WIDOW; |
0 | 4332 |
4333 if (wcsstr(pCmdLine, L"-nointro")) | |
4334 bNoIntro = true;//dword_6BE364_game_settings_1 |= 4; | |
4335 if (wcsstr(pCmdLine, L"-nologo")) | |
4336 bNoLogo = true;//dword_6BE364_game_settings_1 |= 8; | |
4337 if (wcsstr(pCmdLine, L"-nosound")) | |
4338 bNoSound = true; //dword_6BE364_game_settings_1 |= 0x10; | |
4339 | |
4340 bWalkSound = ReadWindowsRegistryInt("WalkSound", 1) != 0; | |
4341 if (wcsstr(pCmdLine, L"-nowalksound")) | |
4342 bWalkSound = false;//dword_6BE364_game_settings_1 |= 0x20; | |
256 | 4343 if (wcsstr(pCmdLine, L"-novideo")) |
0 | 4344 { |
2061 | 4345 dword_6BE364_game_settings_1 |= GAME_SETTINGS_NO_HOUSE_ANIM; |
0 | 4346 bNoVideo = true; |
4347 } | |
4348 if (wcsstr(pCmdLine, L"-nocd")) | |
4349 bNoCD = true; | |
168 | 4350 if (wcsstr(pCmdLine, L"-new_sky")) |
4351 new_sky = true; | |
1052 | 4352 if (wcsstr(pCmdLine, L"-nomarg")) |
4353 bNoMargareth = true; | |
0 | 4354 } |
4355 | |
4356 | |
731 | 4357 /*v8 = _4AC1C9_get_cpu_speed(0, (Vec4_int_ *)a2); |
0 | 4358 Rect.left = *(int *)v8; |
4359 Rect.top = *(int *)(v8 + 4); | |
4360 Rect.right = *(int *)(v8 + 8); | |
4361 Rect.bottom = *(int *)(v8 + 12); | |
731 | 4362 uCPUSpeed = Rect.bottom;*/ |
4363 uCPUSpeed = 2048; // about 2GHz | |
4 | 4364 |
2035 | 4365 //constructors(); |
4 | 4366 |
1655 | 4367 if (!MM7_Initialize(640, 480)) |
734 | 4368 { |
4369 Log::Warning(L"MM init: failed"); | |
4370 pGame->Deinitialize(); | |
4371 return 1; | |
4372 } | |
0 | 4373 |
4374 pEventTimer->Pause(); | |
1397 | 4375 |
373 | 4376 SetUserInterface(PartyAlignment_Neutral, false); |
0 | 4377 ShowIntroVideo_and_LoadingScreen(); |
4378 WriteWindowsRegistryInt("Ran once", 1); | |
2061 | 4379 dword_6BE364_game_settings_1 |= GAME_SETTINGS_4000; |
0 | 4380 pGame->InitializeGammaController(); |
4381 SecondaryInitialization(); | |
1541 | 4382 pRenderer->SetRasterClipRect(0, 0, 639, 479); |
0 | 4383 FinalInitialization(); |
4384 | |
4385 Log::Warning(L"MM: entering main loop"); | |
4386 while ( 1 ) | |
4387 { | |
1980 | 4388 MainMenuWindow* main_menu_window = MainMenuWindow::Create(); |
1815 | 4389 window->AddControl(main_menu_window); |
4390 | |
165 | 4391 MainMenu_Loop(); |
982 | 4392 uGameState = GAME_STATE_PLAYING; |
0 | 4393 while ( 1 ) |
4394 { | |
982 | 4395 if (uGameState == GAME_FINISHED || |
4396 GetCurrentMenuID() == MENU_EXIT_GAME) | |
4397 { | |
4398 pGame->Deinitialize(); | |
4399 return true; | |
4400 } | |
4401 | |
165 | 4402 if (GetCurrentMenuID() == MENU_NEWGAME) |
0 | 4403 { |
4404 if ( pAudioPlayer->hAILRedbook ) | |
165 | 4405 AIL_redbook_stop(pAudioPlayer->hAILRedbook); |
4406 pParty->Reset(); | |
783 | 4407 pOtherOverlayList->Reset(); |
4408 | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
4409 strcpy(pCurrentMapName, pStartingMapName); |
165 | 4410 pParty->CreateDefaultParty(0); |
0 | 4411 PlayerCreationUI_Initialize(); |
165 | 4412 if ( PlayerCreationUI_Loop() ) |
0 | 4413 { |
4414 DeleteCCharFont(); | |
165 | 4415 break; |
0 | 4416 } |
4417 DeleteCCharFont(); | |
4418 bFlashQuestBook = true; | |
1397 | 4419 PlayFullscreenMovie(MOVIE_Emerald); |
4420 //pGame->pCShow->PlayMovie(MOVIE_Emerald, 0); | |
837 | 4421 SaveNewGame(); |
1052 | 4422 |
4423 if (bNoMargareth) | |
4424 _449B7E_toggle_bit(pParty->_quest_bits, PARTY_QUEST_EMERALD_MARGARETH_OFF, 1); | |
165 | 4425 pGame->Loop(); |
982 | 4426 |
4427 if (uGameState == GAME_STATE_NEWGAME_OUT_GAMEMENU) | |
165 | 4428 { |
4429 SetCurrentMenuID(MENU_NEWGAME); | |
982 | 4430 uGameState = GAME_STATE_PLAYING; |
165 | 4431 continue; |
4432 } | |
982 | 4433 else if (uGameState == GAME_STATE_GAME_QUITTING_TO_MAIN_MENU) |
4434 break; | |
4435 | |
4436 assert(false && "Invalid game state"); | |
165 | 4437 } |
4438 if (GetCurrentMenuID() == MENU_CREDITS) | |
0 | 4439 { |
4440 if ( pAudioPlayer->hAILRedbook ) | |
165 | 4441 AIL_redbook_stop(pAudioPlayer->hAILRedbook); |
1033 | 4442 MainMenuUI_Credits_Loop(); |
0 | 4443 break; |
4444 } | |
961 | 4445 if (GetCurrentMenuID() == MENU_5 || GetCurrentMenuID() == MENU_LoadingProcInMainMenu) |
2 | 4446 { |
982 | 4447 uGameState = GAME_STATE_PLAYING; |
1416 | 4448 pGame->Loop(); |
2 | 4449 } |
4 | 4450 else |
961 | 4451 { |
1458 | 4452 if (GetCurrentMenuID() == MENU_DebugBLVLevel) |
1416 | 4453 { |
4454 pMouse->Activate(0); | |
4455 | |
4456 pParty->Reset(); | |
4457 pParty->CreateDefaultParty(1); | |
1545 | 4458 |
4459 __debugbreak(); | |
4460 /*extern void CreateDefaultBLVLevel(); | |
1458 | 4461 CreateDefaultBLVLevel(); |
4462 | |
1545 | 4463 OPENFILENAMEA ofn; |
1416 | 4464 if ( !GetOpenFileNameA((LPOPENFILENAMEA)&ofn) ) |
4465 { | |
4466 pMouse->Activate(1); | |
4467 break; | |
4468 } | |
4469 _chdir("..\\"); | |
1545 | 4470 strcpy(pCurrentMapName, ofn.lpstrFileTitle);*/ |
1416 | 4471 pMouse->Activate(1); |
4472 pGame->Loop(); | |
4473 } | |
492 | 4474 } |
1214
0d6c7ff3cddd
simplified stru193_math constructor and class definition
Grumpy7
parents:
1205
diff
changeset
|
4475 if ( uGameState == GAME_STATE_LOADING_GAME ) |
961 | 4476 { |
982 | 4477 SetCurrentMenuID(MENU_5); |
4478 uGameState = GAME_STATE_PLAYING; | |
0 | 4479 continue; |
961 | 4480 } |
165 | 4481 if ( uGameState == GAME_STATE_NEWGAME_OUT_GAMEMENU ) |
101 | 4482 { |
4483 SetCurrentMenuID(MENU_NEWGAME); | |
982 | 4484 uGameState = GAME_STATE_PLAYING; |
0 | 4485 continue; |
101 | 4486 } |
907 | 4487 if ( uGameState == GAME_STATE_GAME_QUITTING_TO_MAIN_MENU)// from the loaded game |
4488 { | |
0 | 4489 pAudioPlayer->StopChannels(-1, -1); |
982 | 4490 uGameState = GAME_STATE_PLAYING; |
0 | 4491 break; |
907 | 4492 } |
0 | 4493 } |
4494 if (!bNoSound && pAudioPlayer->hAILRedbook) | |
4495 { | |
328 | 4496 pAudioPlayer->SetMusicVolume(pSoundVolumeLevels[uMusicVolimeMultiplier] * 64.0f); |
0 | 4497 AIL_redbook_stop(pAudioPlayer->hAILRedbook); |
1541 | 4498 unsigned int startms, end_ms; |
0 | 4499 AIL_redbook_track_info(pAudioPlayer->hAILRedbook, 0xE, &startms, &end_ms); |
4500 AIL_redbook_play(pAudioPlayer->hAILRedbook, startms + 1, end_ms); | |
4501 } | |
4502 } | |
2050 | 4503 //lua_close(L); |
0 | 4504 pGame->Deinitialize(); |
734 | 4505 return 1; |
0 | 4506 } |
4507 | |
4508 //----- (004637E0) -------------------------------------------------------- | |
1458 | 4509 char sub_4637E0_is_there_popup_onscreen() |
0 | 4510 { |
4511 return dword_507BF0_is_there_popup_onscreen == 1; | |
4512 } | |
4513 // 507BF0: using guessed type int dword_507BF0_is_there_popup_onscreen; | |
4514 | |
4515 //----- (00466082) -------------------------------------------------------- | |
4516 void MM6_Initialize(const wchar_t *pIniFilename) | |
4517 { | |
4518 //int v0; // eax@1 | |
4519 UINT v1; // eax@18 | |
4520 size_t v2; // eax@31 | |
4521 size_t v3; // ebx@32 | |
4522 size_t v4; // edi@36 | |
4523 //char v5[120]; // [sp+Ch] [bp-17Ch]@1 | |
4524 //char String[120]; // [sp+84h] [bp-104h]@32 | |
4525 char pDefaultGroundTexture[16]; // [sp+FCh] [bp-8Ch]@32 | |
4526 //char pIniFilename[120]; // [sp+10Ch] [bp-7Ch]@1 | |
4527 unsigned int v9; // [sp+184h] [bp-4h]@28 | |
4528 | |
4529 //_getcwd(v5, 120); | |
4530 //sprintfex(pIniFilename, "%s\\mm6.ini", v5); | |
4531 viewparams = new ViewingParams; | |
819 | 4532 game_viewport_x = viewparams->uScreen_topL_X = GetPrivateProfileIntW(L"screen", L"vx1", 8, pIniFilename); |
4533 game_viewport_y = viewparams->uScreen_topL_Y = GetPrivateProfileIntW(L"screen", L"vy1", 8, pIniFilename); | |
4534 game_viewport_z = viewparams->uScreen_BttmR_X = GetPrivateProfileIntW(L"screen", L"vx2", 468, pIniFilename); | |
4535 game_viewport_w = viewparams->uScreen_BttmR_Y = GetPrivateProfileIntW(L"screen", L"vy2", 351, pIniFilename); | |
4536 game_viewport_width = game_viewport_z - game_viewport_x; | |
4537 game_viewport_height = game_viewport_w - game_viewport_y + 1; | |
0 | 4538 |
4539 | |
4540 pAudioPlayer = new AudioPlayer; | |
4541 pAudioPlayer->uMixerChannels = GetPrivateProfileIntW(L"settings", L"mixerchannels", 16, pIniFilename); | |
4542 if ( pAudioPlayer->uMixerChannels > 16 ) | |
4543 pAudioPlayer->uMixerChannels = 16; | |
4544 | |
4545 | |
4546 if (GetPrivateProfileIntW(L"debug", L"nomonster", 0, pIniFilename)) | |
2061 | 4547 dword_6BE368_debug_settings_2 |= DEBUG_SETTINGS_NO_ACTORS; |
0 | 4548 if (bUseRegistry) |
4549 v1 = ReadWindowsRegistryInt("startinwindow", 0); | |
4550 else | |
4551 v1 = GetPrivateProfileIntW(L"debug", L"startinwindow", 0, pIniFilename); | |
4552 if (v1) | |
2061 | 4553 dword_6BE368_debug_settings_2 |= DEBUG_SETTINGS_RUN_IN_WIDOW; |
0 | 4554 if (GetPrivateProfileIntW(L"debug", L"showFR", 0, pIniFilename)) |
2061 | 4555 dword_6BE368_debug_settings_2 |= DEBUG_SETTINGS_0002_SHOW_FR; |
0 | 4556 if (GetPrivateProfileIntW(L"debug", L"nodamage", 0, pIniFilename)) |
2061 | 4557 dword_6BE368_debug_settings_2 |= DEBUG_SETTINGS_NO_DAMAGE; |
0 | 4558 if (GetPrivateProfileIntW(L"debug", L"nodecoration", 0, pIniFilename)) |
2061 | 4559 dword_6BE368_debug_settings_2 |= DEBUG_SETTINGS_NO_DECORATIONS; |
0 | 4560 |
4561 wchar_t pStartingMapNameW[1024]; | |
4562 GetPrivateProfileStringW(L"file", L"startmap", L"out01.odm", pStartingMapNameW, 0x20u, pIniFilename); | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
4563 sprintf(pStartingMapName, "%S", pStartingMapNameW); |
0 | 4564 |
4565 v9 = 0; | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
4566 if ( strlen(pStartingMapName) ) |
0 | 4567 { |
4568 do | |
4569 { | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
4570 if ( pStartingMapName[v9] == ' ' ) |
0 | 4571 pStartingMapName[v9] = 0; |
4572 ++v9; | |
1477
7ef4b64f6329
* LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents:
1467
diff
changeset
|
4573 v2 = strlen(pStartingMapName); |
0 | 4574 } |
4575 while ( v9 < v2 ); | |
4576 } | |
4577 | |
1637 | 4578 pODMRenderParams = new ODMRenderParams; |
0 | 4579 outdoor_day_top_r = GetPrivateProfileIntW(L"outdoor", L"RGBDayTop.r", 81, pIniFilename); |
4580 outdoor_day_top_g = GetPrivateProfileIntW(L"outdoor", L"RGBDayTop.g", 121, pIniFilename); | |
4581 outdoor_day_top_b = GetPrivateProfileIntW(L"outdoor", L"RGBDayTop.b", 236, pIniFilename); | |
4582 outdoor_day_bottom_r = GetPrivateProfileIntW(L"outdoor", L"RGBDayBottom.r", 153, pIniFilename); | |
4583 outdoor_day_bottom_g = GetPrivateProfileIntW(L"outdoor", L"RGBDayBottom.g", 193, pIniFilename); | |
4584 outdoor_day_bottom_b = GetPrivateProfileIntW(L"outdoor", L"RGBDayBottom.b", 237, pIniFilename); | |
4585 outdoor_night_top_r = GetPrivateProfileIntW(L"outdoor", L"RGBNightTop.r", 0, pIniFilename); | |
4586 outdoor_night_top_g = GetPrivateProfileIntW(L"outdoor", L"RGBNightTop.g", 0, pIniFilename); | |
4587 outdoor_night_top_b = GetPrivateProfileIntW(L"outdoor", L"RGBNightTop.b", 0, pIniFilename); | |
4588 outdoor_night_bottom_r = GetPrivateProfileIntW(L"outdoor", L"RGBNightBottom.r", 11, pIniFilename); | |
4589 outdoor_night_bottom_g = GetPrivateProfileIntW(L"outdoor", L"RGBNightBottom.g", 41, pIniFilename); | |
4590 outdoor_night_bottom_b = GetPrivateProfileIntW(L"outdoor", L"RGBNightBottom.b", 129, pIniFilename); | |
1637 | 4591 pODMRenderParams->outdoor_no_mist = GetPrivateProfileIntW(L"debug", L"noMist", 0, pIniFilename); |
4592 pODMRenderParams->bNoSky = GetPrivateProfileIntW(L"outdoor", L"nosky", 0, pIniFilename); | |
4593 pODMRenderParams->bDoNotRenderDecorations = GetPrivateProfileIntW(L"render", L"nodecorations", 0, pIniFilename); | |
4594 pODMRenderParams->outdoor_no_wavy_water = GetPrivateProfileIntW(L"outdoor", L"nowavywater", 0, pIniFilename); | |
0 | 4595 outdoor_grid_band_1 = GetPrivateProfileIntW(L"outdoor", L"gridband1", 10, pIniFilename); |
4596 outdoor_grid_band_2 = GetPrivateProfileIntW(L"outdoor", L"gridband2", 15, pIniFilename); | |
4597 outdoor_grid_band_3 = GetPrivateProfileIntW(L"outdoor", L"gridband3", 25, pIniFilename); | |
1637 | 4598 pODMRenderParams->terrain_gamma = GetPrivateProfileIntW(L"outdoor", L"ter_gamma", 0, pIniFilename); |
4599 pODMRenderParams->building_gamme = GetPrivateProfileIntW(L"outdoor", L"bld_gamma", 0, pIniFilename); | |
0 | 4600 mipmapping_terrain_mm1 = GetPrivateProfileIntW(L"mipmapping", L"ter_mm1", 2048, pIniFilename); |
4601 mipmapping_terrain_mm2 = GetPrivateProfileIntW(L"mipmapping", L"ter_mm2", 4096, pIniFilename); | |
4602 mipmapping_terrain_mm3 = GetPrivateProfileIntW(L"mipmapping", L"ter_mm3", 8192, pIniFilename); | |
4603 mipmapping_building_mm1 = GetPrivateProfileIntW(L"mipmapping", L"bld_mm1", 1024, pIniFilename); | |
4604 mipmapping_building_mm2 = GetPrivateProfileIntW(L"mipmapping", L"bld_mm2", 2048, pIniFilename); | |
4605 mipmapping_building_mm3 = GetPrivateProfileIntW(L"mipmapping", L"bld_mm3", 4096, pIniFilename); | |
1637 | 4606 pODMRenderParams->shading_dist_shade = GetPrivateProfileIntW(L"shading", L"dist_shade", 2048, pIniFilename); |
4607 pODMRenderParams->shading_dist_shademist = GetPrivateProfileIntW(L"shading", L"dist_shademist", 4096, pIniFilename); | |
1765 | 4608 |
4609 int dist = 0x2000; | |
4610 extern bool new_draw_object_dist; | |
4611 if ( new_draw_object_dist ) | |
4612 dist = 0x6000; | |
4613 pODMRenderParams->shading_dist_mist = GetPrivateProfileIntW(L"shading", L"dist_mist", dist, pIniFilename); | |
0 | 4614 |
4615 wchar_t pDefaultSkyTextureW[1024]; | |
4616 GetPrivateProfileStringW(L"textures", L"sky", L"plansky1", pDefaultSkyTextureW, 0x10u, pIniFilename); | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1203
diff
changeset
|
4617 sprintf(pDefaultSkyTexture.data(), "%S", pDefaultSkyTextureW); |
0 | 4618 |
4619 wchar_t pDefaultGroundTextureW[1024]; | |
4620 GetPrivateProfileStringW(L"textures", L"default", L"dirt", pDefaultGroundTextureW, 0x10u, pIniFilename); | |
4621 sprintf(pDefaultGroundTexture, "%S", pDefaultGroundTextureW); | |
4622 | |
4623 wchar_t pFloat[1024]; | |
4624 GetPrivateProfileStringW(L"debug", L"recmod1", L"1.0", pFloat, 0x10u, pIniFilename); | |
4625 swscanf(pFloat, L"%f", &flt_6BE3A4_debug_recmod1); | |
4626 | |
4627 GetPrivateProfileStringW(L"debug", L"recmod2", L"1.0", pFloat, 0x10u, pIniFilename); | |
4628 swscanf(pFloat, L"%f", &flt_6BE3A8_debug_recmod2); | |
4629 | |
4630 flt_6BE3AC_debug_recmod1_x_1_6 = flt_6BE3A4_debug_recmod1 * 1.666666666666667; | |
4631 | |
4632 v3 = 0; | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1203
diff
changeset
|
4633 if ( strlen(pDefaultSkyTexture.data()) ) |
0 | 4634 { |
4635 do | |
4636 { | |
4637 if ( pDefaultSkyTexture[v3] == ' ' ) | |
4638 pDefaultSkyTexture[v3] = 0; | |
4639 ++v3; | |
4640 } | |
1205
8c02e6f74b29
arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents:
1203
diff
changeset
|
4641 while ( v3 < strlen(pDefaultSkyTexture.data()) ); |
0 | 4642 } |
4643 v4 = 0; | |
4644 if ( strlen(pDefaultGroundTexture) ) | |
4645 { | |
4646 do | |
4647 { | |
4648 if ( pDefaultGroundTexture[v4] == ' ' ) | |
4649 pDefaultGroundTexture[v4] = 0; | |
4650 ++v4; | |
4651 } | |
4652 while ( v4 < strlen(pDefaultGroundTexture) ); | |
4653 } | |
4654 | |
4655 texmapping_terrain_subdivsize = GetPrivateProfileIntW(L"texmapping", L"terrain_subdivsize", 16, pIniFilename); | |
4656 texmapping_terrain_subdivpow2 = GetPrivateProfileIntW(L"texmapping", L"terrain_subdivpow2", 4, pIniFilename); | |
4657 texmapping_building_subdivsize = GetPrivateProfileIntW(L"texmapping", L"building_subdivsize", 32, pIniFilename); | |
4658 texmapping_building_subdivpow2 = GetPrivateProfileIntW(L"texmapping", L"building_subdivpow2", 5, pIniFilename); | |
4659 | |
4660 MM7Initialization(); | |
4661 } | |
4662 | |
4663 //----- (004666D5) -------------------------------------------------------- | |
1458 | 4664 void MM7Initialization() |
0 | 4665 { |
4666 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor ) | |
4667 { | |
4668 if ( !byte_6BE388_graphicsmode ) | |
4669 { | |
4670 outdoor_grid_band_1 = 10; | |
4671 outdoor_grid_band_2 = 15; | |
4672 outdoor_grid_band_3 = 20; | |
1637 | 4673 pODMRenderParams->shading_dist_mist = 8192; |
4674 pODMRenderParams->bNoSky = false; | |
0 | 4675 LOBYTE(viewparams->field_20) = 0; |
4676 } | |
4677 mipmapping_terrain_mm1 = 1024; | |
4678 mipmapping_terrain_mm2 = 2048; | |
4679 mipmapping_building_mm1 = 1024; | |
4680 mipmapping_building_mm2 = 2048; | |
1637 | 4681 pODMRenderParams->shading_dist_shade = 2048; |
4682 pODMRenderParams->terrain_gamma = 0; | |
4683 pODMRenderParams->building_gamme = 0; | |
0 | 4684 mipmapping_terrain_mm3 = 4096; |
4685 mipmapping_building_mm3 = 4096; | |
1637 | 4686 pODMRenderParams->shading_dist_shademist = 4096; |
4687 pODMRenderParams->outdoor_no_wavy_water = 0; | |
1410
38df78aba732
deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents:
1409
diff
changeset
|
4688 //_47F4D3_initialize_terrain_bezier_stuff(outdoor_grid_band_1, outdoor_grid_band_2, outdoor_grid_band_3); |
38df78aba732
deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents:
1409
diff
changeset
|
4689 { |
1637 | 4690 pODMRenderParams->outdoor_grid_band_3 = outdoor_grid_band_3; |
4691 pODMRenderParams->uPickDepth = outdoor_grid_band_3 * 512; | |
1410
38df78aba732
deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents:
1409
diff
changeset
|
4692 } |
0 | 4693 } |
4694 else | |
4695 { | |
4696 LOBYTE(viewparams->field_20) = 0; | |
4697 } | |
4698 pParty->uFlags |= 2u; | |
692 | 4699 viewparams->uSomeY = viewparams->uScreen_topL_Y; |
4700 viewparams->uSomeX = viewparams->uScreen_topL_X; | |
4701 viewparams->uSomeZ = viewparams->uScreen_BttmR_X; | |
4702 viewparams->uSomeW = viewparams->uScreen_BttmR_Y; | |
4703 | |
4704 pViewport->SetScreen(viewparams->uScreen_topL_X, viewparams->uScreen_topL_Y, viewparams->uScreen_BttmR_X, viewparams->uScreen_BttmR_Y); | |
0 | 4705 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor ) |
1637 | 4706 pODMRenderParams->Initialize(); |
0 | 4707 } |
4708 | |
4709 //----- (00466C40) -------------------------------------------------------- | |
4710 const wchar_t *MENU_STATE_to_string(MENU_STATE m) | |
4711 { | |
4712 switch (m) | |
4713 { | |
982 | 4714 case -1: return L"-1"; |
4715 case MENU_MAIN: return L"MENU_MAIN"; | |
4716 case MENU_NEWGAME: return L"MENU_NEWGAME"; | |
4717 case MENU_CREDITS: return L"MENU_CREDITS"; | |
4718 case MENU_SAVELOAD: return L"MENU_SAVELOAD"; | |
4719 case MENU_EXIT_GAME: return L"MENU_EXIT_GAME"; | |
4720 case MENU_5: return L"MENU_5"; | |
4721 case MENU_CREATEPARTY: return L"MENU_CREATEPARTY"; | |
165 | 4722 case MENU_NAMEPANELESC: return L"MENU_NAMEPANELESC"; |
982 | 4723 case MENU_CREDITSPROC: return L"MENU_CREDITSPROC"; |
961 | 4724 case MENU_LoadingProcInMainMenu: return L"MENU_LoadingProcInMainMenu"; |
1458 | 4725 case MENU_DebugBLVLevel: return L"MENU_DebugBLVLevel"; |
165 | 4726 case MENU_CREDITSCLOSE: return L"MENU_CREDITSCLOSE"; |
982 | 4727 default: return L"unk"; |
0 | 4728 }; |
4729 }; | |
4730 void SetCurrentMenuID(MENU_STATE uMenu) | |
4731 { | |
2006 | 4732 sCurrentMenuID = uMenu; |
0 | 4733 |
4734 Log::Warning(L"CurrentMenu = %s", MENU_STATE_to_string(uMenu)); | |
4735 } | |
4736 | |
4737 //----- (00466CA0) -------------------------------------------------------- | |
4738 MENU_STATE GetCurrentMenuID() | |
4739 { | |
2006 | 4740 return sCurrentMenuID; |
0 | 4741 } |
4742 | |
4743 | |
4744 //----- (0046A6AC) -------------------------------------------------------- | |
1459 | 4745 int __fastcall _46A6AC_spell_render(int a1, int a2, int a3) |
0 | 4746 { |
4747 int result; // eax@2 | |
4748 unsigned int v4; // edx@3 | |
4749 int *v5; // esi@6 | |
4750 unsigned int v6; // ebx@6 | |
4751 signed int v7; // edi@9 | |
4752 unsigned __int16 v8; // ax@9 | |
4753 int i; // eax@14 | |
4754 int v10; // ecx@19 | |
4755 int v11; // [sp+0h] [bp-18h]@1 | |
4756 unsigned int v12; // [sp+4h] [bp-14h]@3 | |
4757 unsigned int v13; // [sp+8h] [bp-10h]@4 | |
4758 int v14; // [sp+Ch] [bp-Ch]@1 | |
4759 int *v15; // [sp+10h] [bp-8h]@4 | |
4760 int v16; // [sp+14h] [bp-4h]@3 | |
4761 | |
4762 v11 = a2; | |
4763 v14 = a1; | |
4764 if ( pRenderer->pRenderD3D ) | |
4765 { | |
1459 | 4766 result = _46A6AC_spell_render_d3d(a1, a2, a3); |
0 | 4767 } |
4768 else | |
4769 { | |
1459 | 4770 __debugbreak(); // SW render never called |
0 | 4771 v16 = 0; |
692 | 4772 v4 = viewparams->uScreen_topL_X; |
4773 v12 = viewparams->uScreen_BttmR_X; | |
4774 if ( (signed int)viewparams->uScreen_topL_Y < (signed int)viewparams->uScreen_BttmR_Y ) | |
4775 { | |
4776 v15 = &pRenderer->pActiveZBuffer[viewparams->uScreen_topL_X + 640 * viewparams->uScreen_topL_Y]; | |
4777 v13 = ((viewparams->uScreen_BttmR_Y - viewparams->uScreen_topL_Y - 1) >> 1) + 1; | |
0 | 4778 do |
4779 { | |
4780 if ( (signed int)v4 < (signed int)v12 ) | |
4781 { | |
4782 v5 = v15; | |
4783 v6 = ((v12 - v4 - 1) >> 1) + 1; | |
4784 do | |
4785 { | |
848 | 4786 if ( PID_TYPE(*(char *)v5) == OBJECT_Actor) |
0 | 4787 { |
4788 if ( *v5 <= a3 << 16 ) | |
4789 { | |
848 | 4790 v7 = PID_ID((signed int)(unsigned __int16)*v5); |
0 | 4791 v8 = pActors[v7].uAIState; |
4792 if ( v8 != 5 ) | |
4793 { | |
4794 if ( v8 != 4 && v8 != 11 && v8 != 17 && v8 != 19 ) | |
4795 { | |
4796 for ( i = 0; i < v16; ++i ) | |
4797 { | |
4798 if ( *(int *)(v14 + 4 * i) == v7 ) | |
4799 break; | |
4800 } | |
4801 if ( i == v16 ) | |
4802 { | |
4803 if ( i < v11 - 1 ) | |
4804 { | |
4805 v10 = v16++; | |
4806 *(int *)(v14 + 4 * v10) = v7; | |
4807 } | |
4808 } | |
4809 } | |
4810 } | |
4811 } | |
4812 } | |
4813 v5 += 2; | |
4814 --v6; | |
4815 } | |
4816 while ( v6 ); | |
4817 } | |
4818 v15 += 1280; | |
4819 --v13; | |
4820 } | |
4821 while ( v13 ); | |
4822 } | |
4823 result = v16; | |
4824 } | |
4825 return result; | |
4826 } | |
4827 | |
4828 //----- (0046A7C8) -------------------------------------------------------- | |
1459 | 4829 int __fastcall _46A6AC_spell_render_d3d(int a1, int a2, int a3) |
0 | 4830 { |
4831 unsigned int v3; // eax@2 | |
4832 int v4; // ecx@2 | |
4833 unsigned int v5; // eax@2 | |
4834 unsigned int v6; // eax@4 | |
4835 unsigned int v7; // edi@4 | |
4836 unsigned __int16 v8; // ax@4 | |
4837 float v9; // ST00_4@9 | |
4838 int v10; // ecx@11 | |
4839 unsigned int v12; // [sp+10h] [bp-14h]@1 | |
4840 int v13; // [sp+14h] [bp-10h]@1 | |
4841 int v14; // [sp+18h] [bp-Ch]@1 | |
4842 int v15; // [sp+1Ch] [bp-8h]@1 | |
4843 unsigned int a1a; // [sp+20h] [bp-4h]@1 | |
4844 | |
4845 v13 = a1; | |
4846 v14 = a2; | |
4847 v15 = 0; | |
4848 a1a = 0; | |
4849 v12 = pRenderer->GetBillboardDrawListSize(); | |
4850 if ( (signed int)v12 > 0 ) | |
4851 { | |
4852 do | |
4853 { | |
4854 v3 = pRenderer->GetParentBillboardID(a1a); | |
4855 v4 = pBillboardRenderList[v3].sZValue; | |
194 | 4856 v5 = (unsigned __int16)pBillboardRenderList[v3].object_pid; |
848 | 4857 if ( PID_TYPE(v5) == OBJECT_Actor) |
0 | 4858 { |
4859 if ( v4 <= (unsigned int)(a3 << 16) ) | |
4860 { | |
848 | 4861 v6 = PID_ID(v5); |
0 | 4862 v7 = v6; |
4863 v8 = pActors[v6].uAIState; | |
1038 | 4864 if ( v8 != Dead ) |
4865 { | |
4866 if ( v8 != Dying ) | |
4867 { | |
4868 if ( v8 != Removed ) | |
0 | 4869 { |
1038 | 4870 if ( v8 != Disabled ) |
0 | 4871 { |
1038 | 4872 if ( v8 != Summoned ) |
0 | 4873 { |
4874 v9 = (double)a3; | |
4875 if ( pGame->pVisInstance->DoesRayIntersectBillboard(v9, a1a) ) | |
4876 { | |
4877 if ( v15 < v14 - 1 ) | |
4878 { | |
4879 v10 = v15++; | |
4880 *(int *)(v13 + 4 * v10) = v7; | |
4881 } | |
4882 } | |
4883 } | |
4884 } | |
4885 } | |
4886 } | |
4887 } | |
4888 } | |
4889 } | |
4890 ++a1a; | |
4891 } | |
4892 while ( (signed int)a1a < (signed int)v12 ); | |
4893 } | |
4894 return v15; | |
4895 } | |
4896 | |
4897 //----- (0046A89E) -------------------------------------------------------- | |
1459 | 4898 int __fastcall _46A89E_immolation_effect(int a1, int a2, int a3) |
0 | 4899 { |
4900 signed int v3; // edi@1 | |
90 | 4901 Actor *v4; // esi@2 |
0 | 4902 int v5; // ebx@3 |
4903 int v6; // eax@3 | |
4904 int v7; // ebx@3 | |
4905 unsigned int v8; // ecx@3 | |
4906 int v9; // edx@4 | |
4907 unsigned int v10; // edx@6 | |
4908 unsigned int v11; // edx@8 | |
4909 __int16 v12; // ax@10 | |
4910 int v13; // ecx@15 | |
4911 int v15; // [sp+4h] [bp-18h]@1 | |
4912 int v16; // [sp+8h] [bp-14h]@1 | |
4913 int v17; // [sp+Ch] [bp-10h]@3 | |
4914 int v18; // [sp+10h] [bp-Ch]@3 | |
4915 int v19; // [sp+18h] [bp-4h]@1 | |
4916 | |
4917 v3 = 0; | |
4918 v15 = a2; | |
4919 v16 = a1; | |
4920 v19 = 0; | |
4921 if ( (signed int)uNumActors > 0 ) | |
4922 { | |
1202 | 4923 v4 = pActors.data();//[0].uAIState; |
0 | 4924 do |
4925 { | |
90 | 4926 v5 = abs(v4->vPosition.x - pParty->vPosition.x); |
4927 v17 = abs(v4->vPosition.y - pParty->vPosition.y); | |
4928 v18 = abs(v4->vPosition.z - pParty->vPosition.z); | |
0 | 4929 v6 = v5; |
4930 v7 = v17; | |
4931 v8 = v18; | |
4932 if ( v6 < v17 ) | |
4933 { | |
4934 v9 = v6; | |
4935 v6 = v17; | |
4936 v7 = v9; | |
4937 } | |
4938 if ( v6 < v18 ) | |
4939 { | |
4940 v10 = v6; | |
4941 v6 = v18; | |
4942 v8 = v10; | |
4943 } | |
4944 if ( v7 < (signed int)v8 ) | |
4945 { | |
4946 v11 = v8; | |
4947 v8 = v7; | |
4948 v7 = v11; | |
4949 } | |
4950 if ( (signed int)(((unsigned int)(11 * v7) >> 5) + (v8 >> 2) + v6) <= a3 ) | |
4951 { | |
90 | 4952 v12 = v4->uAIState; |
4953 if ( v4->uAIState != 5 ) | |
0 | 4954 { |
4955 if ( v12 != 4 ) | |
4956 { | |
4957 if ( v12 != 11 ) | |
4958 { | |
4959 if ( v12 != 19 ) | |
4960 { | |
4961 if ( v12 != 17 ) | |
4962 { | |
4963 v13 = v19++; | |
4964 *(int *)(v16 + 4 * v13) = v3; | |
4965 if ( v19 >= v15 - 1 ) | |
4966 break; | |
4967 } | |
4968 } | |
4969 } | |
4970 } | |
4971 } | |
4972 } | |
4973 ++v3; | |
90 | 4974 ++v4; |
0 | 4975 } |
4976 while ( v3 < (signed int)uNumActors ); | |
4977 } | |
4978 return v19; | |
4979 } | |
4980 | |
4981 //----- (0046BDA8) -------------------------------------------------------- | |
1458 | 4982 unsigned int GetGravityStrength() |
0 | 4983 { |
4984 int v0; // eax@1 | |
4985 | |
4986 v0 = ~LOBYTE(pGame->uFlags2) & 8; | |
4987 LOBYTE(v0) = v0 | 2; | |
4988 return (unsigned int)v0 >> 1; | |
4989 } | |
4990 | |
4991 //----- (0046BDC0) -------------------------------------------------------- | |
1458 | 4992 void UpdateUserInput_and_MapSpecificStuff() |
0 | 4993 { |
2061 | 4994 if (dword_6BE364_game_settings_1 & GAME_SETTINGS_0080_SKIP_USER_INPUT_THIS_FRAME) |
0 | 4995 { |
2061 | 4996 dword_6BE364_game_settings_1 &= ~GAME_SETTINGS_0080_SKIP_USER_INPUT_THIS_FRAME; |
4997 return; | |
0 | 4998 } |
2061 | 4999 |
630 | 5000 if (uCurrentlyLoadedLevelType == LEVEL_Indoor) |
0 | 5001 BLV_UpdateUserInputAndOther(); |
630 | 5002 else if (uCurrentlyLoadedLevelType == LEVEL_Outdoor) |
0 | 5003 ODM_UpdateUserInputAndOther(); |
630 | 5004 |
783 | 5005 area_of_effect__damage_evaluate(); |
0 | 5006 } |
5007 | |
5008 //----- (0046BFFA) -------------------------------------------------------- | |
5009 bool __fastcall _46BFFA_check_object_intercept(unsigned int uLayingItemID, signed int a2) | |
5010 { | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5011 //SpriteObject *v2; // esi@1 |
0 | 5012 ObjectDesc *v3; // ebx@1 |
5013 unsigned __int16 v5; // cx@9 | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5014 //unsigned __int16 v6; // cx@14 |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5015 //signed int v7; // edx@14 |
0 | 5016 unsigned int v8; // eax@19 |
5017 unsigned int v9; // edi@19 | |
5018 signed int v10; // ebx@19 | |
5019 char *v11; // edx@20 | |
5020 unsigned __int16 v12; // ax@23 | |
5021 int v13; // eax@27 | |
5022 unsigned int v14; // ebx@33 | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5023 //unsigned __int16 v15; // ax@35 |
0 | 5024 int v16; // eax@36 |
5025 unsigned int v17; // eax@37 | |
5026 __int16 v18; // di@37 | |
5027 signed int v19; // edx@37 | |
5028 unsigned __int8 v20; // sf@37 | |
5029 char *v21; // ecx@38 | |
5030 unsigned __int16 v22; // ax@41 | |
5031 unsigned int v23; // eax@46 | |
5032 signed int v24; // ebx@46 | |
5033 char *v25; // edx@47 | |
5034 int v26; // edx@54 | |
5035 int v27; // edx@55 | |
5036 int v28; // edx@56 | |
5037 int v29; // edx@57 | |
5038 unsigned __int16 v30; // ax@60 | |
5039 unsigned int v31; // ecx@60 | |
5040 int v32; // edi@60 | |
5041 unsigned int v33; // eax@65 | |
5042 signed int v34; // edx@65 | |
5043 char *v35; // ecx@66 | |
5044 unsigned __int16 v36; // ax@69 | |
5045 int v37; // ST14_4@72 | |
5046 int v38; // eax@72 | |
5047 int v39; // ST10_4@72 | |
5048 int v40; // ST0C_4@72 | |
5049 int v41; // edx@76 | |
5050 int v42; // edx@77 | |
5051 int v43; // edx@78 | |
5052 unsigned __int8 v44; // zf@79 | |
5053 int v45; // edx@79 | |
5054 unsigned __int16 v46; // ax@80 | |
5055 int v47; // eax@81 | |
5056 int v48; // edx@87 | |
5057 int v49; // edx@88 | |
5058 int v50; // edx@89 | |
5059 unsigned int v51; // eax@93 | |
5060 signed int v52; // ebx@93 | |
5061 char *v53; // edx@94 | |
5062 unsigned __int16 v54; // ax@98 | |
5063 unsigned int v55; // ecx@98 | |
5064 signed int v56; // ebx@98 | |
5065 char *v57; // edx@99 | |
5066 unsigned __int16 v58; // ax@102 | |
5067 unsigned __int16 v59; // ax@107 | |
5068 unsigned int v60; // ecx@107 | |
5069 signed int v61; // ebx@107 | |
5070 char *v62; // edx@108 | |
5071 unsigned __int16 v63; // ax@111 | |
5072 int v64; // ebx@114 | |
5073 signed int v65; // eax@114 | |
5074 unsigned int v66; // edi@123 | |
5075 unsigned __int16 v67; // ax@124 | |
5076 unsigned int v68; // ecx@124 | |
5077 signed int v69; // ebx@124 | |
5078 char *v70; // edx@125 | |
5079 unsigned __int16 v71; // ax@128 | |
5080 unsigned int v72; // ebx@131 | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5081 //int v73; // ST14_4@132 |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5082 //int v74; // ST10_4@132 |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5083 //int v75; // ebx@132 |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5084 //int v76; // ST0C_4@132 |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5085 //unsigned __int16 v77; // ax@132 |
0 | 5086 int v78; // eax@133 |
5087 char v79; // zf@139 | |
5088 unsigned int v80; // eax@140 | |
5089 signed int v81; // edx@140 | |
5090 char *v82; // ecx@141 | |
5091 unsigned __int16 v83; // ax@144 | |
5092 unsigned __int16 v84; // ax@151 | |
5093 unsigned int v85; // ecx@151 | |
5094 signed int v86; // ebx@151 | |
5095 char *v87; // edx@152 | |
5096 unsigned __int16 v88; // ax@155 | |
5097 unsigned int v89; // eax@158 | |
5098 int v90; // ST34_4@159 | |
5099 int v91; // eax@159 | |
5100 unsigned int v92; // eax@163 | |
5101 unsigned int v93; // eax@177 | |
5102 char *v94; // ecx@178 | |
5103 unsigned __int16 v95; // ax@181 | |
5104 unsigned __int16 v96; // ax@184 | |
5105 int v97; // eax@185 | |
5106 unsigned __int16 v98; // ax@191 | |
5107 unsigned int v99; // ecx@191 | |
5108 char v100; // ST18_1@198 | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5109 //int v101; // ST14_4@198 |
0 | 5110 int v102; // eax@198 |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5111 //int v103; // ST10_4@198 |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5112 //int v104; // ST0C_4@198 |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5113 //unsigned __int16 v105; // ax@200 |
0 | 5114 signed int v106; // eax@208 |
5115 unsigned int v107; // edx@220 | |
5116 signed int v108; // ebx@225 | |
5117 unsigned int v109; // eax@234 | |
5118 signed int v110; // ebx@234 | |
5119 char *v111; // ecx@235 | |
5120 unsigned __int16 v112; // ax@238 | |
5121 unsigned __int16 v113; // si@241 | |
5122 int v114; // eax@242 | |
5123 int v115; // eax@245 | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5124 //signed int v116; // eax@245 |
0 | 5125 unsigned __int16 v117; // ax@251 |
5126 unsigned int v118; // ecx@251 | |
5127 signed int v119; // ebx@251 | |
5128 char *v120; // edx@252 | |
5129 unsigned __int16 v121; // ax@255 | |
5130 unsigned int v122; // eax@260 | |
5131 char *v123; // edx@261 | |
5132 int v124; // eax@267 | |
5133 int v125; // [sp-20h] [bp-4Ch]@28 | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5134 //signed int v126; // [sp-1Ch] [bp-48h]@27 |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5135 //unsigned int v127; // [sp-18h] [bp-44h]@27 |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5136 //signed int v128; // [sp-14h] [bp-40h]@27 |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5137 //signed int v129; // [sp-10h] [bp-3Ch]@27 |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5138 //int v130; // [sp-Ch] [bp-38h]@27 |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5139 //unsigned int v131; // [sp-8h] [bp-34h]@27 |
0 | 5140 char v132; // [sp-8h] [bp-34h]@131 |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5141 //int v133; // [sp-4h] [bp-30h]@27 |
0 | 5142 char v134; // [sp-4h] [bp-30h]@131 |
5143 signed int v135; // [sp-4h] [bp-30h]@217 | |
5144 int v136; // [sp+Ch] [bp-20h]@208 | |
5145 int v137; // [sp+10h] [bp-1Ch]@208 | |
5146 signed int v138; // [sp+14h] [bp-18h]@207 | |
5147 signed int v139; // [sp+18h] [bp-14h]@208 | |
5148 char *v140; // [sp+1Ch] [bp-10h]@61 | |
5149 signed int v141; // [sp+1Ch] [bp-10h]@117 | |
5150 unsigned int v142; // [sp+1Ch] [bp-10h]@158 | |
5151 signed int v143; // [sp+1Ch] [bp-10h]@172 | |
5152 char *v144; // [sp+1Ch] [bp-10h]@192 | |
5153 signed int v145; // [sp+20h] [bp-Ch]@1 | |
5154 signed int v146; // [sp+20h] [bp-Ch]@60 | |
5155 int v147; // [sp+20h] [bp-Ch]@72 | |
5156 signed int v148; // [sp+20h] [bp-Ch]@158 | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5157 //int v149; // [sp+20h] [bp-Ch]@198 |
0 | 5158 unsigned __int16 v150; // [sp+20h] [bp-Ch]@208 |
5159 int v151; // [sp+24h] [bp-8h]@1 | |
5160 signed int v152; // [sp+24h] [bp-8h]@208 | |
5161 unsigned int v153; // [sp+28h] [bp-4h]@1 | |
5162 | |
5163 v153 = uLayingItemID; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5164 //v2 = &pSpriteObjects[uLayingItemID]; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5165 v3 = &pObjectList->pObjects[pSpriteObjects[uLayingItemID].uObjectDescID]; |
0 | 5166 v145 = a2; |
848 | 5167 v151 = PID_TYPE(a2); |
5168 if ( PID_TYPE(a2) == OBJECT_Actor) | |
5169 { | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5170 if ( PID_TYPE(pSpriteObjects[uLayingItemID].spell_caster_pid) == OBJECT_Actor |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5171 && !pActors[PID_ID(pSpriteObjects[uLayingItemID].spell_caster_pid)].GetActorsRelation(&pActors[PID_ID(a2)]) ) |
0 | 5172 return 1; |
5173 } | |
5174 else | |
5175 { | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5176 if ( PID_TYPE(a2) == OBJECT_Player && PID_TYPE(pSpriteObjects[uLayingItemID].spell_caster_pid) == OBJECT_Player) |
0 | 5177 return 1; |
5178 } | |
5179 if ( pParty->bTurnBasedModeOn == 1 ) | |
5180 { | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5181 v5 = pSpriteObjects[uLayingItemID].uAttributes; |
0 | 5182 if ( v5 & 4 ) |
5183 { | |
1450 | 5184 --pTurnEngine->pending_actions; |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5185 pSpriteObjects[uLayingItemID].uAttributes = v5 & 0xFFFB; |
0 | 5186 } |
5187 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5188 if ( v151 == OBJECT_BModel && PID_TYPE(pSpriteObjects[uLayingItemID].spell_caster_pid) != OBJECT_Player) |
1280 | 5189 { |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5190 if (PID_ID(pSpriteObjects[uLayingItemID].spell_caster_pid) < 500) //bugfix PID_ID(v2->spell_caster_pid)==1000 |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5191 BYTE2(pActors[PID_ID(pSpriteObjects[uLayingItemID].spell_caster_pid)].uAttributes) |= 4; |
1280 | 5192 } |
5193 | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5194 //v6 = v2->uType; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5195 //v7 = v2->uType; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5196 if ( pSpriteObjects[uLayingItemID].uType > 3060 ) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5197 { |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5198 if ( pSpriteObjects[uLayingItemID].uType > 6090 ) |
0 | 5199 { |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5200 if ( pSpriteObjects[uLayingItemID].uType > 8090 ) |
0 | 5201 { |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5202 if ( pSpriteObjects[uLayingItemID].uType == 9010 ) |
0 | 5203 goto LABEL_247; |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5204 if ( pSpriteObjects[uLayingItemID].uType != 9030 ) |
0 | 5205 { |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5206 if ( pSpriteObjects[uLayingItemID].uType != 9040 ) |
0 | 5207 { |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5208 if ( pSpriteObjects[uLayingItemID].uType != 9080 ) |
0 | 5209 return 0; |
5210 LABEL_191: | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5211 v98 = pSpriteObjects[uLayingItemID].uType + 1; |
0 | 5212 v99 = pObjectList->uNumObjects; |
5213 v32 = 0; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5214 pSpriteObjects[uLayingItemID].uType = v98; |
0 | 5215 v146 = 0; |
5216 if ( (signed int)v99 > 0 ) | |
5217 { | |
5218 v144 = (char *)&pObjectList->pObjects->uObjectID; | |
5219 while ( v98 != *(short *)v144 ) | |
5220 { | |
5221 ++v146; | |
5222 v144 += 56; | |
5223 if ( v146 >= (signed int)v99 ) | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5224 { |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5225 pSpriteObjects[uLayingItemID].uObjectDescID = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5226 if ( !v32 ) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5227 SpriteObject::OnInteraction(v153); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5228 v100 = pSpriteObjects[uLayingItemID].field_61; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5229 pSpriteObjects[uLayingItemID].uSpriteFrameID = v32; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5230 v102 = 8 * v153; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5231 LOBYTE(v102) = PID(OBJECT_Item,v153); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5232 pSpriteObjects[uLayingItemID].vVelocity.x = v32; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5233 pSpriteObjects[uLayingItemID].vVelocity.y = v32; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5234 pSpriteObjects[uLayingItemID].vVelocity.z = v32; |
2059 | 5235 AttackerInfo.Add(v102, 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v100, v32); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5236 if (v3->uFlags & OBJECT_DESC_TRIAL_PARTICLE) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5237 trail_particle_generator.GenerateTrailParticles(pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v3->uParticleTrailColor); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5238 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v32 ) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5239 v47 = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5240 else |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5241 v47 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5242 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5243 pAudioPlayer->PlaySound((SoundID)v125, v102, v32, -1, v32, v47, v32, v32); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5244 return 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5245 } |
0 | 5246 } |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5247 pSpriteObjects[uLayingItemID].uObjectDescID = v146; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5248 if ( v146 == (short)v32 ) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5249 SpriteObject::OnInteraction(v153); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5250 v100 = pSpriteObjects[uLayingItemID].field_61; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5251 pSpriteObjects[uLayingItemID].uSpriteFrameID = v32; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5252 v102 = 8 * v153; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5253 LOBYTE(v102) = PID(OBJECT_Item,v153); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5254 pSpriteObjects[uLayingItemID].vVelocity.x = v32; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5255 pSpriteObjects[uLayingItemID].vVelocity.y = v32; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5256 pSpriteObjects[uLayingItemID].vVelocity.z = v32; |
2059 | 5257 AttackerInfo.Add(v102, 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v100, v32); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5258 if (v3->uFlags & OBJECT_DESC_TRIAL_PARTICLE) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5259 trail_particle_generator.GenerateTrailParticles(pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v3->uParticleTrailColor); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5260 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v32 ) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5261 v47 = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5262 else |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5263 v47 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5264 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5265 pAudioPlayer->PlaySound((SoundID)v125, v102, v32, -1, v32, v47, v32, v32); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5266 return 0; |
0 | 5267 } |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5268 pSpriteObjects[uLayingItemID].uObjectDescID = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5269 if ( !v32 ) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5270 SpriteObject::OnInteraction(v153); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5271 v100 = pSpriteObjects[uLayingItemID].field_61; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5272 pSpriteObjects[uLayingItemID].uSpriteFrameID = v32; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5273 v102 = 8 * v153; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5274 LOBYTE(v102) = PID(OBJECT_Item,v153); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5275 pSpriteObjects[uLayingItemID].vVelocity.x = v32; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5276 pSpriteObjects[uLayingItemID].vVelocity.y = v32; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5277 pSpriteObjects[uLayingItemID].vVelocity.z = v32; |
2059 | 5278 AttackerInfo.Add(v102, 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v100, v32); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5279 if (v3->uFlags & OBJECT_DESC_TRIAL_PARTICLE) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5280 trail_particle_generator.GenerateTrailParticles(pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v3->uParticleTrailColor); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5281 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v32 ) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5282 v47 = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5283 else |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5284 v47 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5285 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5286 pAudioPlayer->PlaySound((SoundID)v125, v102, v32, -1, v32, v47, v32, v32); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5287 return 0; |
0 | 5288 } |
5289 goto LABEL_93; | |
5290 } | |
5291 LABEL_172: | |
5292 v143 = 17030; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5293 switch ( pSpriteObjects[uLayingItemID].uType ) |
0 | 5294 { |
5295 case 0x1798u: | |
5296 v143 = 15040; | |
5297 break; | |
5298 case 0xFAAu: | |
5299 v143 = 13010; | |
5300 break; | |
5301 case 0x2346u: | |
5302 v143 = 18030; | |
5303 break; | |
5304 } | |
5305 v138 = 1; | |
141 | 5306 if ( v151 != OBJECT_Actor) |
0 | 5307 { |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5308 if ( pSpriteObjects[uLayingItemID].uType != 9030 || pSpriteObjects[uLayingItemID].spell_skill != 4 ) |
1416 | 5309 { |
5310 SpriteObject::OnInteraction(v153); | |
5311 return 0; | |
5312 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5313 pSpriteObjects[uLayingItemID]._46BEF1_apply_spells_aoe(); |
0 | 5314 LABEL_233: |
5315 if ( !v138 ) | |
5316 { | |
5317 v109 = pObjectList->uNumObjects; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5318 ++pSpriteObjects[uLayingItemID].uType; |
0 | 5319 v110 = 0; |
5320 if ( (signed int)v109 <= 0 ) | |
5321 { | |
5322 LABEL_238: | |
5323 v112 = 0; | |
5324 } | |
5325 else | |
5326 { | |
5327 v111 = (char *)&pObjectList->pObjects->uObjectID; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5328 while ( pSpriteObjects[uLayingItemID].uType != *(short *)v111 ) |
0 | 5329 { |
5330 ++v110; | |
5331 v111 += 56; | |
5332 if ( v110 >= (signed int)v109 ) | |
5333 goto LABEL_238; | |
5334 } | |
5335 v112 = v110; | |
5336 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5337 pSpriteObjects[uLayingItemID].uObjectDescID = v112; |
0 | 5338 if ( !v112 ) |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
496
diff
changeset
|
5339 SpriteObject::OnInteraction(v153); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5340 pSpriteObjects[uLayingItemID].vVelocity.z = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5341 pSpriteObjects[uLayingItemID].vVelocity.y = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5342 pSpriteObjects[uLayingItemID].vVelocity.x = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5343 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5344 v113 = pSpriteObjects[uLayingItemID].uSoundID; |
0 | 5345 if ( v113 ) |
5346 v114 = (signed __int16)v113 + 4; | |
5347 else | |
5348 v114 = 0; | |
5349 v115 = 8 * v153; | |
862 | 5350 LOBYTE(v115) = PID(OBJECT_Item,v153); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5351 v125 = v143 + 1; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5352 pAudioPlayer->PlaySound((SoundID)v125, v115, 0, -1, 0, v114, 0, 0); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5353 return 0; |
0 | 5354 } |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
496
diff
changeset
|
5355 SpriteObject::OnInteraction(v153); |
0 | 5356 return 0; |
5357 } | |
5358 v106 = v145; | |
5359 v150 = 0; | |
848 | 5360 v139 = PID_ID(v106); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5361 v137 = pSpriteObjects[uLayingItemID].spell_level; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5362 v152 = pSpriteObjects[uLayingItemID].spell_skill; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5363 v136 = pSpriteObjects[uLayingItemID].spell_id; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5364 if ( pSpriteObjects[uLayingItemID].uType == 9030 ) |
0 | 5365 { |
5366 v150 = 2; | |
5367 if ( v152 == 2 ) | |
5368 { | |
5369 v150 = 3; | |
5370 } | |
5371 else | |
5372 { | |
5373 if ( v152 >= 3 ) | |
5374 v150 = 4; | |
5375 } | |
5376 BYTE2(pActors[v139].uAttributes) |= 8u; | |
5377 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5378 if ( pSpriteObjects[uLayingItemID].uType == 6040 ) |
0 | 5379 { |
5380 v135 = 7; | |
5381 } | |
5382 else | |
5383 { | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5384 if ( pSpriteObjects[uLayingItemID].uType == 8030 ) |
0 | 5385 { |
5386 v135 = 9; | |
5387 } | |
5388 else | |
5389 { | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5390 if ( pSpriteObjects[uLayingItemID].uType != 9030 ) |
0 | 5391 { |
5392 v107 = v136; | |
5393 LABEL_222: | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5394 if ( pSpriteObjects[uLayingItemID].uType != 9030 || v152 != 4 ) |
0 | 5395 { |
5396 v108 = v139; | |
5397 if ( stru_50C198.GetMagicalResistance(&pActors[v139], v107) ) | |
5398 { | |
5399 v138 = 0; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5400 if ( pSpriteObjects[uLayingItemID].uType == 8030 ) |
0 | 5401 { |
5402 pActors[v108].uAIState = Standing; | |
5403 pActors[v108].UpdateAnimation(); | |
5404 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5405 pActors[v108].pActorBuffs[v136].Apply(pParty->uTimePlayed + (signed int)(signed __int64)((double)(v137 << 7) * 0.033333335), |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5406 v152, v150, 0, 0); |
0 | 5407 } |
5408 } | |
5409 else | |
5410 { | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5411 pSpriteObjects[uLayingItemID]._46BEF1_apply_spells_aoe(); |
0 | 5412 } |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5413 pSpriteObjects[uLayingItemID].spell_level = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5414 pSpriteObjects[uLayingItemID].spell_skill = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5415 pSpriteObjects[uLayingItemID].spell_id = 0; |
0 | 5416 goto LABEL_233; |
5417 } | |
5418 v135 = 10; | |
5419 } | |
5420 } | |
5421 v107 = v135; | |
5422 goto LABEL_222; | |
5423 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5424 if ( pSpriteObjects[uLayingItemID].uType == 8090 || pSpriteObjects[uLayingItemID].uType == 7030 || pSpriteObjects[uLayingItemID].uType == 7090 || pSpriteObjects[uLayingItemID].uType == 8000 ) |
0 | 5425 goto LABEL_93; |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5426 if ( pSpriteObjects[uLayingItemID].uType == 8010 ) |
0 | 5427 { |
5428 if ( v151 == 3 | |
848 | 5429 && MonsterStats::BelongsToSupertype(pActors[PID_ID(v145)].pMonsterInfo.uID, MONSTER_SUPERTYPE_UNDEAD) ) |
0 | 5430 sub_43A97E(v153, v145); |
5431 v93 = pObjectList->uNumObjects; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5432 ++pSpriteObjects[uLayingItemID].uType; |
0 | 5433 v9 = 0; |
5434 v52 = 0; | |
5435 if ( (signed int)v93 > 0 ) | |
5436 { | |
5437 v94 = (char *)&pObjectList->pObjects->uObjectID; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5438 while ( pSpriteObjects[uLayingItemID].uType != *(short *)v94 ) |
0 | 5439 { |
5440 ++v52; | |
5441 v94 += 56; | |
5442 if ( v52 >= (signed int)v93 ) | |
5443 goto LABEL_181; | |
5444 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5445 v95 = v52; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5446 pSpriteObjects[uLayingItemID].uObjectDescID = v95; |
1416 | 5447 if ( v95 == (short)v9 ) |
5448 SpriteObject::OnInteraction(v153); | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5449 v96 = pSpriteObjects[uLayingItemID].uSoundID; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5450 pSpriteObjects[uLayingItemID].vVelocity.z = v9; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5451 pSpriteObjects[uLayingItemID].vVelocity.y = v9; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5452 pSpriteObjects[uLayingItemID].vVelocity.x = v9; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5453 pSpriteObjects[uLayingItemID].uSpriteFrameID = v9; |
1416 | 5454 if ( v96 == (short)v9 ) |
5455 v97 = 0; | |
5456 else | |
5457 v97 = (signed __int16)v96 + 4; | |
5458 v92 = v153; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5459 v124 = 8 * v92; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5460 LOBYTE(v124) = v124 | 2; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5461 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5462 pAudioPlayer->PlaySound((SoundID)v125, v124, v9, -1, v9, v97, v9, v9); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5463 return 0; |
0 | 5464 } |
5465 goto LABEL_181; | |
5466 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5467 v79 = pSpriteObjects[uLayingItemID].uType == 8030; |
0 | 5468 } |
5469 else | |
5470 { | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5471 if ( pSpriteObjects[uLayingItemID].uType == 6090 ) |
0 | 5472 goto LABEL_93; |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5473 if ( pSpriteObjects[uLayingItemID].uType <= 4070 ) |
0 | 5474 { |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5475 if ( pSpriteObjects[uLayingItemID].uType != 4070 ) |
0 | 5476 { |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5477 v48 = pSpriteObjects[uLayingItemID].uType - 3090; |
0 | 5478 if ( v48 ) |
5479 { | |
5480 v49 = v48 - 2; | |
5481 if ( v49 ) | |
5482 { | |
5483 v50 = v49 - 908; | |
5484 if ( !v50 ) | |
5485 goto LABEL_93; | |
5486 v45 = v50 - 30; | |
5487 v44 = v45 == 0; | |
5488 goto LABEL_91; | |
5489 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5490 v54 = pSpriteObjects[uLayingItemID].uType - 1; |
0 | 5491 v55 = pObjectList->uNumObjects; |
5492 v9 = 0; | |
5493 v56 = 0; | |
5494 v44 = pObjectList->uNumObjects == 0; | |
5495 v20 = (pObjectList->uNumObjects & 0x80000000u) != 0; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5496 pSpriteObjects[uLayingItemID].uType = v54; |
0 | 5497 if ( v20 | v44 ) |
5498 { | |
5499 LABEL_102: | |
5500 v58 = 0; | |
5501 } | |
5502 else | |
5503 { | |
5504 v57 = (char *)&pObjectList->pObjects->uObjectID; | |
5505 while ( v54 != *(short *)v57 ) | |
5506 { | |
5507 ++v56; | |
5508 v57 += 56; | |
5509 if ( v56 >= (signed int)v55 ) | |
5510 goto LABEL_102; | |
5511 } | |
5512 v58 = v56; | |
5513 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5514 pSpriteObjects[uLayingItemID].uObjectDescID = v58; |
0 | 5515 if ( !v58 ) |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
496
diff
changeset
|
5516 SpriteObject::OnInteraction(v153); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5517 pSpriteObjects[uLayingItemID].vVelocity.z = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5518 pSpriteObjects[uLayingItemID].vVelocity.y = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5519 pSpriteObjects[uLayingItemID].vVelocity.x = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5520 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0; |
0 | 5521 sub_43A97E(v153, v145); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5522 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v9 ) |
0 | 5523 v16 = 0; |
5524 else | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5525 v16 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5526 v124 = 8 * v153; |
0 | 5527 LOBYTE(v124) = v124 | 2; |
1456 | 5528 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1; |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5529 pAudioPlayer->PlaySound((SoundID)v125, v124, v9, -1, v9, v16, v9, v9); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5530 return 0; |
0 | 5531 } |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5532 v59 = pSpriteObjects[uLayingItemID].uType + 2; |
0 | 5533 v60 = pObjectList->uNumObjects; |
5534 v9 = 0; | |
5535 v61 = 0; | |
5536 v44 = pObjectList->uNumObjects == 0; | |
5537 v20 = (pObjectList->uNumObjects & 0x80000000u) != 0; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5538 pSpriteObjects[uLayingItemID].uType = v59; |
0 | 5539 if ( v20 | v44 ) |
5540 { | |
5541 LABEL_111: | |
5542 v63 = 0; | |
5543 } | |
5544 else | |
5545 { | |
5546 v62 = (char *)&pObjectList->pObjects->uObjectID; | |
5547 while ( v59 != *(short *)v62 ) | |
5548 { | |
5549 ++v61; | |
5550 v62 += 56; | |
5551 if ( v61 >= (signed int)v60 ) | |
5552 goto LABEL_111; | |
5553 } | |
5554 v63 = v61; | |
5555 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5556 pSpriteObjects[uLayingItemID].uObjectDescID = v63; |
0 | 5557 if ( !v63 ) |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
496
diff
changeset
|
5558 SpriteObject::OnInteraction(v153); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5559 v64 = pSpriteObjects[uLayingItemID].uFacing - stru_5C6E00->uIntegerDoublePi; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5560 v44 = pSpriteObjects[uLayingItemID].spell_skill == 4; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5561 pSpriteObjects[uLayingItemID].vVelocity.z = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5562 pSpriteObjects[uLayingItemID].vVelocity.y = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5563 pSpriteObjects[uLayingItemID].vVelocity.x = 0; |
0 | 5564 v65 = 7; |
5565 if ( v44 ) | |
5566 v65 = 9; | |
5567 if ( v65 > 0 ) | |
5568 { | |
5569 v141 = v65; | |
5570 do | |
5571 { | |
5572 v64 += (signed int)stru_5C6E00->uIntegerHalfPi >> 1; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5573 pSpriteObjects[uLayingItemID].Create(v64, 0, 1000, 0); |
0 | 5574 --v141; |
5575 } | |
5576 while ( v141 ); | |
5577 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5578 SpriteObject::OnInteraction(v153); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5579 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v9 ) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5580 v16 = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5581 else |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5582 v16 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5583 v124 = 8 * v153; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5584 LOBYTE(v124) = v124 | 2; |
1456 | 5585 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1; |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5586 pAudioPlayer->PlaySound((SoundID)v125, v124, v9, -1, v9, v16, v9, v9); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5587 return 0; |
0 | 5588 } |
5589 if ( v151 == 6 || v151 == 5 || (v66 = 0, !v151) ) | |
5590 return 1; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5591 v67 = pSpriteObjects[uLayingItemID].uType + 1; |
0 | 5592 v68 = pObjectList->uNumObjects; |
5593 v69 = 0; | |
5594 v44 = pObjectList->uNumObjects == 0; | |
5595 v20 = (pObjectList->uNumObjects & 0x80000000u) != 0; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5596 pSpriteObjects[uLayingItemID].uType = v67; |
0 | 5597 if ( v20 | v44 ) |
5598 { | |
5599 LABEL_128: | |
5600 v71 = 0; | |
5601 } | |
5602 else | |
5603 { | |
5604 v70 = (char *)&pObjectList->pObjects->uObjectID; | |
5605 while ( v67 != *(short *)v70 ) | |
5606 { | |
5607 ++v69; | |
5608 v70 += 56; | |
5609 if ( v69 >= (signed int)v68 ) | |
5610 goto LABEL_128; | |
5611 } | |
5612 v71 = v69; | |
5613 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5614 pSpriteObjects[uLayingItemID].uObjectDescID = v71; |
0 | 5615 if ( !v71 ) |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
496
diff
changeset
|
5616 SpriteObject::OnInteraction(v153); |
0 | 5617 v134 = 0; |
5618 v72 = v153; | |
5619 v132 = 0; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5620 pSpriteObjects[uLayingItemID].vVelocity.z = v66; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5621 pSpriteObjects[uLayingItemID].vVelocity.y = v66; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5622 pSpriteObjects[uLayingItemID].vVelocity.x = v66; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5623 pSpriteObjects[uLayingItemID].uSpriteFrameID = v66; |
2059 | 5624 AttackerInfo.Add(PID(OBJECT_Item,v72), 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v132, v134); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5625 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v66 ) |
0 | 5626 v78 = 0; |
5627 else | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5628 v78 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5629 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5630 pAudioPlayer->PlaySound((SoundID)v125, pSpriteObjects[uLayingItemID].vPosition.x, v66, -1, v66, v78, v66, v66); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5631 return 0; |
0 | 5632 } |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5633 if ( pSpriteObjects[uLayingItemID].uType == 4090 ) |
0 | 5634 { |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5635 v84 = pSpriteObjects[uLayingItemID].uType + 2; |
0 | 5636 v85 = pObjectList->uNumObjects; |
5637 v9 = 0; | |
5638 v86 = 0; | |
5639 v44 = pObjectList->uNumObjects == 0; | |
5640 v20 = (pObjectList->uNumObjects & 0x80000000u) != 0; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5641 pSpriteObjects[uLayingItemID].uType = v84; |
0 | 5642 if ( v20 | v44 ) |
5643 { | |
5644 LABEL_155: | |
5645 v88 = 0; | |
5646 } | |
5647 else | |
5648 { | |
5649 v87 = (char *)&pObjectList->pObjects->uObjectID; | |
5650 while ( v84 != *(short *)v87 ) | |
5651 { | |
5652 ++v86; | |
5653 v87 += 56; | |
5654 if ( v86 >= (signed int)v85 ) | |
5655 goto LABEL_155; | |
5656 } | |
5657 v88 = v86; | |
5658 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5659 pSpriteObjects[uLayingItemID].uObjectDescID = v88; |
0 | 5660 if ( !v88 ) |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
496
diff
changeset
|
5661 SpriteObject::OnInteraction(v153); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5662 v89 = pSpriteObjects[uLayingItemID].uFacing - stru_5C6E00->uIntegerDoublePi; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5663 pSpriteObjects[uLayingItemID].vVelocity.z = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5664 pSpriteObjects[uLayingItemID].vVelocity.y = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5665 pSpriteObjects[uLayingItemID].vVelocity.x = 0; |
0 | 5666 v142 = v89; |
5667 v148 = 7; | |
5668 do | |
5669 { | |
5670 pRnd->SetRange(-128, 128); | |
5671 v90 = pRnd->GetInRange(); | |
5672 pRnd->SetRange(5, 500); | |
5673 v91 = pRnd->GetInRange(); | |
5674 v142 += (signed int)stru_5C6E00->uIntegerHalfPi >> 1; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5675 pSpriteObjects[uLayingItemID].Create(v90 + v142, 0, v91, 0); |
0 | 5676 --v148; |
5677 } | |
5678 while ( v148 ); | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5679 SpriteObject::OnInteraction(v153); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5680 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v9 ) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5681 v16 = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5682 else |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5683 v16 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5684 v124 = 8 * v153; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5685 LOBYTE(v124) = v124 | 2; |
1456 | 5686 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id-1] + 1; |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5687 pAudioPlayer->PlaySound((SoundID)v125, v124, v9, -1, v9, v16, v9, v9); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5688 return 0; |
0 | 5689 } |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5690 if ( pSpriteObjects[uLayingItemID].uType == 4092 ) |
0 | 5691 { |
5692 v80 = pObjectList->uNumObjects; | |
5693 v66 = 0; | |
5694 v81 = 0; | |
5695 v44 = pObjectList->uNumObjects == 0; | |
5696 v20 = (pObjectList->uNumObjects & 0x80000000u) != 0; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5697 pSpriteObjects[uLayingItemID].uType = 4091; |
0 | 5698 if ( v20 | v44 ) |
5699 { | |
5700 LABEL_144: | |
5701 v83 = 0; | |
5702 } | |
5703 else | |
5704 { | |
5705 v82 = (char *)&pObjectList->pObjects->uObjectID; | |
5706 while ( *(short *)v82 != 4091 ) | |
5707 { | |
5708 ++v81; | |
5709 v82 += 56; | |
5710 if ( v81 >= (signed int)v80 ) | |
5711 goto LABEL_144; | |
5712 } | |
5713 v83 = v81; | |
5714 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5715 pSpriteObjects[uLayingItemID].uObjectDescID = v83; |
0 | 5716 if ( !v83 ) |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
496
diff
changeset
|
5717 SpriteObject::OnInteraction(v153); |
0 | 5718 v134 = 0; |
5719 v72 = v153; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5720 v132 = pSpriteObjects[uLayingItemID].field_61; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5721 pSpriteObjects[uLayingItemID].vVelocity.z = v66; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5722 pSpriteObjects[uLayingItemID].vVelocity.y = v66; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5723 pSpriteObjects[uLayingItemID].vVelocity.x = v66; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5724 pSpriteObjects[uLayingItemID].uSpriteFrameID = v66; |
2059 | 5725 AttackerInfo.Add(PID(OBJECT_Item,v72), 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v132, v134); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5726 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v66 ) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5727 v78 = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5728 else |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5729 v78 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5730 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5731 pAudioPlayer->PlaySound((SoundID)v125, pSpriteObjects[uLayingItemID].vPosition.x, v66, -1, v66, v78, v66, v66); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5732 return 0; |
0 | 5733 } |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5734 if ( pSpriteObjects[uLayingItemID].uType == 4100 || pSpriteObjects[uLayingItemID].uType == 6010 ) |
0 | 5735 goto LABEL_93; |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5736 v79 = pSpriteObjects[uLayingItemID].uType == 6040; |
0 | 5737 } |
5738 if ( !v79 ) | |
5739 return 0; | |
5740 goto LABEL_172; | |
5741 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5742 if ( pSpriteObjects[uLayingItemID].uType == 3060 ) |
0 | 5743 goto LABEL_93; |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5744 if ( pSpriteObjects[uLayingItemID].uType <= 555 ) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5745 { |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5746 if ( pSpriteObjects[uLayingItemID].uType == 555 ) |
0 | 5747 { |
5748 sub_43A97E(v153, v145); | |
5749 v23 = pObjectList->uNumObjects; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5750 ++pSpriteObjects[uLayingItemID].uType; |
0 | 5751 v18 = 0; |
5752 v24 = 0; | |
5753 if ( (signed int)v23 <= 0 ) | |
5754 { | |
5755 LABEL_41: | |
5756 v22 = 0; | |
5757 } | |
5758 else | |
5759 { | |
5760 v25 = (char *)&pObjectList->pObjects->uObjectID; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5761 while ( pSpriteObjects[uLayingItemID].uType != *(short *)v25 ) |
0 | 5762 { |
5763 ++v24; | |
5764 v25 += 56; | |
5765 if ( v24 >= (signed int)v23 ) | |
5766 goto LABEL_41; | |
5767 } | |
5768 v22 = v24; | |
5769 } | |
5770 LABEL_42: | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5771 pSpriteObjects[uLayingItemID].uObjectDescID = v22; |
0 | 5772 if ( v22 == v18 ) |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
496
diff
changeset
|
5773 SpriteObject::OnInteraction(v153); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5774 pSpriteObjects[uLayingItemID].vVelocity.z = v18; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5775 pSpriteObjects[uLayingItemID].vVelocity.y = v18; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5776 pSpriteObjects[uLayingItemID].vVelocity.x = v18; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5777 pSpriteObjects[uLayingItemID].uSpriteFrameID = v18; |
0 | 5778 } |
5779 else | |
5780 { | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5781 switch ( pSpriteObjects[uLayingItemID].uType ) |
0 | 5782 { |
5783 case 500: | |
5784 case 505: | |
5785 case 510: | |
5786 case 515: | |
5787 case 520: | |
5788 case 525: | |
5789 case 530: | |
5790 case 535: | |
5791 case 540: | |
5792 sub_43A97E(v153, v145); | |
5793 v8 = pObjectList->uNumObjects; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5794 ++pSpriteObjects[uLayingItemID].uType; |
0 | 5795 v9 = 0; |
5796 v10 = 0; | |
5797 if ( (signed int)v8 <= 0 ) | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5798 { |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5799 v12 = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5800 goto LABEL_24; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5801 } |
0 | 5802 v11 = (char *)&pObjectList->pObjects->uObjectID; |
5803 break; | |
5804 case 545: | |
5805 case 550: | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5806 if ( pSpriteObjects[uLayingItemID].stru_24.uItemID != 405 && pSpriteObjects[uLayingItemID].stru_24.uSpecEnchantmentType != 3 ) |
0 | 5807 { |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5808 pSpriteObjects[uLayingItemID].vVelocity.z = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5809 pSpriteObjects[uLayingItemID].vVelocity.y = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5810 pSpriteObjects[uLayingItemID].vVelocity.x = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5811 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0; |
0 | 5812 sub_43A97E(v153, v145); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5813 SpriteObject::OnInteraction(v153); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5814 if ( pSpriteObjects[uLayingItemID].uSoundID == 0 ) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5815 v16 = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5816 else |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5817 v16 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5818 v124 = 8 * v153; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5819 LOBYTE(v124) = v124 | 2; |
1996 | 5820 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id] + 1; |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5821 pAudioPlayer->PlaySound((SoundID)v125, v124, 0, -1, 0, v16, 0, 0); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5822 return 0; |
0 | 5823 } |
5824 v17 = pObjectList->uNumObjects; | |
5825 v18 = 0; | |
5826 v19 = 0; | |
5827 v44 = pObjectList->uNumObjects == 0; | |
5828 v20 = (pObjectList->uNumObjects & 0x80000000u) != 0; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5829 pSpriteObjects[uLayingItemID].uType = 600; |
0 | 5830 if ( v20 | v44 ) |
5831 goto LABEL_41; | |
5832 v21 = (char *)&pObjectList->pObjects->uObjectID; | |
5833 while ( *(short *)v21 != 600 ) | |
5834 { | |
5835 ++v19; | |
5836 v21 += 56; | |
5837 if ( v19 >= (signed int)v17 ) | |
5838 goto LABEL_41; | |
5839 } | |
5840 v22 = v19; | |
5841 goto LABEL_42; | |
5842 default: | |
5843 return 0; | |
5844 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5845 while ( pSpriteObjects[uLayingItemID].uType != *(short *)v11 ) |
0 | 5846 { |
5847 ++v10; | |
5848 v11 += 56; | |
5849 if ( v10 >= (signed int)v8 ) | |
5850 { | |
5851 v12 = 0; | |
5852 goto LABEL_24; | |
5853 } | |
5854 } | |
5855 v12 = v10; | |
5856 LABEL_24: | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5857 pSpriteObjects[uLayingItemID].uObjectDescID = v12; |
0 | 5858 if ( !v12 ) |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
496
diff
changeset
|
5859 SpriteObject::OnInteraction(v153); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5860 v44 = pSpriteObjects[uLayingItemID].uType == 555; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5861 pSpriteObjects[uLayingItemID].vVelocity.z = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5862 pSpriteObjects[uLayingItemID].vVelocity.y = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5863 pSpriteObjects[uLayingItemID].vVelocity.x = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5864 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0; |
0 | 5865 if ( !v44 ) |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5866 { |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5867 v13 = 8 * v153; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5868 LOBYTE(v13) = PID(OBJECT_Item,v153); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5869 pAudioPlayer->PlaySound(SOUND_8, v13, v9, -1, v9, v9, v9, v9); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5870 return 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5871 } |
0 | 5872 } |
5873 return 0; | |
5874 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5875 if ( pSpriteObjects[uLayingItemID].uType > 1100 ) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5876 { |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5877 v41 = pSpriteObjects[uLayingItemID].uType - 2030; |
0 | 5878 if ( !v41 ) |
5879 goto LABEL_247; | |
5880 v42 = v41 - 30; | |
5881 if ( v42 ) | |
5882 { | |
5883 v43 = v42 - 40; | |
5884 if ( !v43 ) | |
5885 goto LABEL_59; | |
5886 v45 = v43 - 910; | |
5887 v44 = v45 == 0; | |
5888 LABEL_91: | |
5889 if ( !v44 && v45 != 20 ) | |
5890 return 0; | |
5891 } | |
5892 LABEL_93: | |
5893 sub_43A97E(v153, v145); | |
5894 v51 = pObjectList->uNumObjects; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5895 ++pSpriteObjects[uLayingItemID].uType; |
0 | 5896 v9 = 0; |
5897 v52 = 0; | |
5898 if ( (signed int)v51 > 0 ) | |
5899 { | |
5900 v53 = (char *)&pObjectList->pObjects->uObjectID; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5901 while ( pSpriteObjects[uLayingItemID].uType != *(short *)v53 ) |
0 | 5902 { |
5903 ++v52; | |
5904 v53 += 56; | |
5905 if ( v52 >= (signed int)v51 ) | |
5906 goto LABEL_181; | |
5907 } | |
1416 | 5908 v95 = v52; |
0 | 5909 } |
1416 | 5910 else |
5911 { | |
0 | 5912 LABEL_181: |
5913 v95 = 0; | |
1416 | 5914 } |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5915 pSpriteObjects[uLayingItemID].uObjectDescID = v95; |
0 | 5916 if ( v95 == (short)v9 ) |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
496
diff
changeset
|
5917 SpriteObject::OnInteraction(v153); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5918 v96 = pSpriteObjects[uLayingItemID].uSoundID; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5919 pSpriteObjects[uLayingItemID].vVelocity.z = v9; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5920 pSpriteObjects[uLayingItemID].vVelocity.y = v9; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5921 pSpriteObjects[uLayingItemID].vVelocity.x = v9; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5922 pSpriteObjects[uLayingItemID].uSpriteFrameID = v9; |
0 | 5923 if ( v96 == (short)v9 ) |
5924 v97 = 0; | |
5925 else | |
5926 v97 = (signed __int16)v96 + 4; | |
5927 v92 = v153; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5928 v124 = 8 * v92; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5929 LOBYTE(v124) = v124 | 2; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5930 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5931 pAudioPlayer->PlaySound((SoundID)v125, v124, v9, -1, v9, v97, v9, v9); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5932 return 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5933 } |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5934 if ( pSpriteObjects[uLayingItemID].uType == 1100 ) |
0 | 5935 goto LABEL_93; |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5936 v26 = pSpriteObjects[uLayingItemID].uType - 600; |
0 | 5937 if ( !v26 ) |
5938 { | |
5939 v33 = pObjectList->uNumObjects; | |
5940 v34 = 0; | |
5941 v44 = pObjectList->uNumObjects == 0; | |
5942 v20 = (pObjectList->uNumObjects & 0x80000000u) != 0; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5943 pSpriteObjects[uLayingItemID].uType = 601; |
0 | 5944 if ( v20 | v44 ) |
5945 { | |
5946 LABEL_69: | |
5947 v36 = 0; | |
5948 } | |
5949 else | |
5950 { | |
5951 v35 = (char *)&pObjectList->pObjects->uObjectID; | |
5952 while ( *(short *)v35 != 601 ) | |
5953 { | |
5954 ++v34; | |
5955 v35 += 56; | |
5956 if ( v34 >= (signed int)v33 ) | |
5957 goto LABEL_69; | |
5958 } | |
5959 v36 = v34; | |
5960 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5961 pSpriteObjects[uLayingItemID].uObjectDescID = v36; |
0 | 5962 if ( !v36 ) |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
496
diff
changeset
|
5963 SpriteObject::OnInteraction(v153); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5964 v37 = pSpriteObjects[uLayingItemID].vPosition.z; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5965 pSpriteObjects[uLayingItemID].vVelocity.z = 0; |
0 | 5966 v38 = 8 * v153; |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5967 v39 = pSpriteObjects[uLayingItemID].vPosition.y; |
862 | 5968 LOBYTE(v38) = PID(OBJECT_Item,v153); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5969 pSpriteObjects[uLayingItemID].vVelocity.y = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5970 pSpriteObjects[uLayingItemID].vVelocity.x = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5971 v40 = pSpriteObjects[uLayingItemID].vPosition.x; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5972 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0; |
0 | 5973 v147 = v38; |
2059 | 5974 AttackerInfo.Add(v38, 512, v40, v39, v37, 0, 0); |
1410
38df78aba732
deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents:
1409
diff
changeset
|
5975 if (v3->uFlags & OBJECT_DESC_TRIAL_PARTICLE) |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5976 trail_particle_generator.GenerateTrailParticles(pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v3->uParticleTrailColor); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5977 pAudioPlayer->PlaySound(SOUND_8, v147, 0, -1, 0, 0, 0, 0); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5978 return 0; |
0 | 5979 } |
5980 v27 = v26 - 410; | |
5981 if ( !v27 ) | |
5982 goto LABEL_93; | |
5983 v28 = v27 - 40; | |
5984 if ( !v28 ) | |
5985 goto LABEL_191; | |
5986 v29 = v28 - 10; | |
5987 if ( v29 ) | |
5988 { | |
5989 if ( v29 != 20 ) | |
5990 return 0; | |
5991 LABEL_59: | |
5992 if ( v151 != 3 ) | |
5993 { | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5994 v30 = pSpriteObjects[uLayingItemID].uType + 1; |
0 | 5995 v31 = pObjectList->uNumObjects; |
5996 v32 = 0; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
5997 pSpriteObjects[uLayingItemID].uType = v30; |
0 | 5998 v146 = 0; |
5999 if ( (signed int)v31 > 0 ) | |
6000 { | |
6001 v140 = (char *)&pObjectList->pObjects->uObjectID; | |
6002 while ( v30 != *(short *)v140 ) | |
6003 { | |
6004 ++v146; | |
6005 v140 += 56; | |
6006 if ( v146 >= (signed int)v31 ) | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6007 { |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6008 v46 = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6009 pSpriteObjects[uLayingItemID].uObjectDescID = v46; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6010 if ( v46 == (short)v32 ) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6011 SpriteObject::OnInteraction(v153); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6012 v100 = pSpriteObjects[uLayingItemID].field_61; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6013 pSpriteObjects[uLayingItemID].uSpriteFrameID = v32; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6014 v102 = 8 * v153; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6015 LOBYTE(v102) = PID(OBJECT_Item,v153); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6016 pSpriteObjects[uLayingItemID].vVelocity.x = v32; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6017 pSpriteObjects[uLayingItemID].vVelocity.y = v32; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6018 pSpriteObjects[uLayingItemID].vVelocity.z = v32; |
2059 | 6019 AttackerInfo.Add(v102, 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v100, v32); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6020 if (v3->uFlags & OBJECT_DESC_TRIAL_PARTICLE) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6021 trail_particle_generator.GenerateTrailParticles(pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v3->uParticleTrailColor); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6022 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v32 ) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6023 v47 = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6024 else |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6025 v47 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6026 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6027 pAudioPlayer->PlaySound((SoundID)v125, v102, v32, -1, v32, v47, v32, v32); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6028 return 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6029 } |
0 | 6030 } |
6031 v46 = v146; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6032 pSpriteObjects[uLayingItemID].uObjectDescID = v46; |
0 | 6033 if ( v46 == (short)v32 ) |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
496
diff
changeset
|
6034 SpriteObject::OnInteraction(v153); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6035 v100 = pSpriteObjects[uLayingItemID].field_61; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6036 pSpriteObjects[uLayingItemID].uSpriteFrameID = v32; |
0 | 6037 v102 = 8 * v153; |
862 | 6038 LOBYTE(v102) = PID(OBJECT_Item,v153); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6039 pSpriteObjects[uLayingItemID].vVelocity.x = v32; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6040 pSpriteObjects[uLayingItemID].vVelocity.y = v32; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6041 pSpriteObjects[uLayingItemID].vVelocity.z = v32; |
2059 | 6042 AttackerInfo.Add(v102, 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v100, v32); |
1410
38df78aba732
deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents:
1409
diff
changeset
|
6043 if (v3->uFlags & OBJECT_DESC_TRIAL_PARTICLE) |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6044 trail_particle_generator.GenerateTrailParticles(pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v3->uParticleTrailColor); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6045 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v32 ) |
0 | 6046 v47 = 0; |
6047 else | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6048 v47 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6049 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6050 pAudioPlayer->PlaySound((SoundID)v125, v102, v32, -1, v32, v47, v32, v32); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6051 return 0; |
0 | 6052 } |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6053 v46 = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6054 pSpriteObjects[uLayingItemID].uObjectDescID = v46; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6055 if ( v46 == (short)v32 ) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6056 SpriteObject::OnInteraction(v153); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6057 v100 = pSpriteObjects[uLayingItemID].field_61; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6058 pSpriteObjects[uLayingItemID].uSpriteFrameID = v32; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6059 v102 = 8 * v153; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6060 LOBYTE(v102) = PID(OBJECT_Item,v153); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6061 pSpriteObjects[uLayingItemID].vVelocity.x = v32; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6062 pSpriteObjects[uLayingItemID].vVelocity.y = v32; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6063 pSpriteObjects[uLayingItemID].vVelocity.z = v32; |
2059 | 6064 AttackerInfo.Add(v102, 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v100, v32); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6065 if (v3->uFlags & OBJECT_DESC_TRIAL_PARTICLE) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6066 trail_particle_generator.GenerateTrailParticles(pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v3->uParticleTrailColor); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6067 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v32 ) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6068 v47 = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6069 else |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6070 v47 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6071 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6072 pAudioPlayer->PlaySound((SoundID)v125, v102, v32, -1, v32, v47, v32, v32); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6073 return 0; |
0 | 6074 } |
6075 return 1; | |
6076 } | |
6077 LABEL_247: | |
6078 if ( v151 == 6 || v151 == 5 || (v9 = 0, !v151) ) | |
6079 return 1; | |
6080 if ( v151 != 2 ) | |
6081 { | |
6082 sub_43A97E(v153, v145); | |
6083 v122 = pObjectList->uNumObjects; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6084 ++pSpriteObjects[uLayingItemID].uType; |
0 | 6085 v52 = 0; |
6086 if ( (signed int)v122 > 0 ) | |
6087 { | |
6088 v123 = (char *)&pObjectList->pObjects->uObjectID; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6089 while ( pSpriteObjects[uLayingItemID].uType != *(short *)v123 ) |
0 | 6090 { |
6091 ++v52; | |
6092 v123 += 56; | |
6093 if ( v52 >= (signed int)v122 ) | |
6094 goto LABEL_181; | |
6095 } | |
6096 v95 = v52; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6097 pSpriteObjects[uLayingItemID].uObjectDescID = v95; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6098 if ( v95 == (short)v9 ) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6099 SpriteObject::OnInteraction(v153); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6100 v96 = pSpriteObjects[uLayingItemID].uSoundID; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6101 pSpriteObjects[uLayingItemID].vVelocity.z = v9; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6102 pSpriteObjects[uLayingItemID].vVelocity.y = v9; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6103 pSpriteObjects[uLayingItemID].vVelocity.x = v9; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6104 pSpriteObjects[uLayingItemID].uSpriteFrameID = v9; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6105 if ( v96 == (short)v9 ) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6106 v97 = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6107 else |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6108 v97 = (signed __int16)v96 + 4; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6109 v92 = v153; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6110 v124 = 8 * v92; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6111 LOBYTE(v124) = v124 | 2; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6112 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6113 pAudioPlayer->PlaySound((SoundID)v125, v124, v9, -1, v9, v97, v9, v9); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6114 return 0; |
0 | 6115 } |
6116 goto LABEL_181; | |
6117 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6118 v117 = pSpriteObjects[uLayingItemID].uType + 1; |
0 | 6119 v118 = pObjectList->uNumObjects; |
6120 v119 = 0; | |
6121 v44 = pObjectList->uNumObjects == 0; | |
6122 v20 = (pObjectList->uNumObjects & 0x80000000u) != 0; | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6123 pSpriteObjects[uLayingItemID].uType = v117; |
0 | 6124 if ( v20 | v44 ) |
6125 { | |
6126 v121 = 0; | |
6127 } | |
6128 else | |
6129 { | |
6130 v120 = (char *)&pObjectList->pObjects->uObjectID; | |
6131 while ( v117 != *(short *)v120 ) | |
6132 { | |
6133 ++v119; | |
6134 v120 += 56; | |
6135 if ( v119 >= (signed int)v118 ) | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6136 { |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6137 v121 = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6138 pSpriteObjects[uLayingItemID].uObjectDescID = v121; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6139 if ( !v121 ) |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6140 SpriteObject::OnInteraction(v153); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6141 pSpriteObjects[uLayingItemID].vVelocity.z = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6142 pSpriteObjects[uLayingItemID].vVelocity.y = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6143 pSpriteObjects[uLayingItemID].vVelocity.x = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6144 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6145 v13 = 8 * v153; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6146 LOBYTE(v13) = PID(OBJECT_Item,v153); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6147 pAudioPlayer->PlaySound(SOUND_8, v13, v9, -1, v9, v9, v9, v9); |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6148 return 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6149 } |
0 | 6150 } |
6151 v121 = v119; | |
6152 } | |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6153 pSpriteObjects[uLayingItemID].uObjectDescID = v121; |
0 | 6154 if ( !v121 ) |
515
cb0ad52d6a26
LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents:
496
diff
changeset
|
6155 SpriteObject::OnInteraction(v153); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6156 pSpriteObjects[uLayingItemID].vVelocity.z = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6157 pSpriteObjects[uLayingItemID].vVelocity.y = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6158 pSpriteObjects[uLayingItemID].vVelocity.x = 0; |
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6159 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0; |
0 | 6160 v13 = 8 * v153; |
862 | 6161 LOBYTE(v13) = PID(OBJECT_Item,v153); |
1429
c7489dd19f88
BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents:
1417
diff
changeset
|
6162 pAudioPlayer->PlaySound(SOUND_8, v13, v9, -1, v9, v9, v9, v9); |
0 | 6163 return 0; |
6164 } |