annotate mm7_2.cpp @ 1459:2ca62c9e7b3c

Function names
author Nomad
date Wed, 21 Aug 2013 16:06:50 +0200
parents 934074e7fcc1
children 0a7ceb4b25b7
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
Ritor1
parents:
diff changeset
5 #include <io.h>
Ritor1
parents:
diff changeset
6 #include <direct.h>
Ritor1
parents:
diff changeset
7 #include <assert.h>
1016
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
8 #include <windows.h>
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
9
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
10
1262
0aeac0b9ca30 included header cleanup
Grumpy7
parents: 1254
diff changeset
11 #include "Texture.h"
0aeac0b9ca30 included header cleanup
Grumpy7
parents: 1254
diff changeset
12 #include "mm7_data.h"
1016
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
13 #include "VideoPlayer.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
14 #include "Sprites.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
15 #include "BSPModel.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
16 #include "OutdoorCamera.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
17
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
18 #include "LightmapBuilder.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
19 #include "DecalBuilder.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
20 #include "ParticleEngine.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
21 #include "Mouse.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
22 #include "Keyboard.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
23 #include "CShow.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
24 #include "GammaControl.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
25 #include "stru6.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
26
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
27 #include "Vis.h"
0
Ritor1
parents:
diff changeset
28 #include "MapInfo.h"
Ritor1
parents:
diff changeset
29 #include "Game.h"
Ritor1
parents:
diff changeset
30 #include "GUIWindow.h"
Ritor1
parents:
diff changeset
31 #include "GUIFont.h"
Ritor1
parents:
diff changeset
32 #include "Party.h"
Ritor1
parents:
diff changeset
33 #include "AudioPlayer.h"
Ritor1
parents:
diff changeset
34 #include "Outdoor.h"
Ritor1
parents:
diff changeset
35 #include "IndoorCamera.h"
Ritor1
parents:
diff changeset
36 #include "Overlays.h"
Ritor1
parents:
diff changeset
37 #include "Arcomage.h"
Ritor1
parents:
diff changeset
38 #include "LOD.h"
Ritor1
parents:
diff changeset
39 #include "Actor.h"
Ritor1
parents:
diff changeset
40 #include "Allocator.h"
Ritor1
parents:
diff changeset
41 #include "Events.h"
Ritor1
parents:
diff changeset
42 #include "Viewport.h"
Ritor1
parents:
diff changeset
43 #include "FrameTableInc.h"
Ritor1
parents:
diff changeset
44 #include "Math.h"
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
45 #include "SpriteObject.h"
0
Ritor1
parents:
diff changeset
46 #include "ObjectList.h"
Ritor1
parents:
diff changeset
47 #include "Chest.h"
Ritor1
parents:
diff changeset
48 #include "PaletteManager.h"
Ritor1
parents:
diff changeset
49 #include "DecorationList.h"
Ritor1
parents:
diff changeset
50 #include "SaveLoad.h"
Ritor1
parents:
diff changeset
51 #include "stru123.h"
522
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
52 #include "stru176.h"
0
Ritor1
parents:
diff changeset
53 #include "Time.h"
Ritor1
parents:
diff changeset
54 #include "IconFrameTable.h"
Ritor1
parents:
diff changeset
55 #include "GUIProgressBar.h"
Ritor1
parents:
diff changeset
56 #include "Bink_Smacker.h"
Ritor1
parents:
diff changeset
57 #include "PlayerFrameTable.h"
Ritor1
parents:
diff changeset
58 #include "TurnEngine.h"
Ritor1
parents:
diff changeset
59 #include "FactionTable.h"
Ritor1
parents:
diff changeset
60 #include "StorylineTextTable.h"
Ritor1
parents:
diff changeset
61 #include "Random.h"
924
a78f08dbeb88 CastSpellInfo
Ritor1
parents: 920
diff changeset
62 #include "CastSpellInfo.h"
0
Ritor1
parents:
diff changeset
63 #include "stru298.h"
Ritor1
parents:
diff changeset
64 #include "Events2D.h"
Ritor1
parents:
diff changeset
65 #include "Log.h"
1299
8c2f689b5f0b folder UI
Ritor1
parents: 1297
diff changeset
66 #include "UI\UIHouses.h"
189
038a4d09406f new texts file, fix text rendender error
Gloval
parents: 184
diff changeset
67 #include "texts.h"
522
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
68 #include "MM7.h"
1262
0aeac0b9ca30 included header cleanup
Grumpy7
parents: 1254
diff changeset
69 #include "Lights.h"
0
Ritor1
parents:
diff changeset
70
Ritor1
parents:
diff changeset
71 //----- (004BB756) --------------------------------------------------------
1413
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
72 int UseNPCSkill(NPCProf profession)
0
Ritor1
parents:
diff changeset
73 {
1413
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
74 switch (profession)
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
75 {
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
76 case Healer:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
77 {
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
78 for (int i = 0; i < 4; ++i)
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
79 pParty->pPlayers[i].sHealth = pParty->pPlayers[i].GetMaxHealth();
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
80 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
81 break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
82
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
83 case ExpertHealer:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
84 {
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
85 for (int i = 0; i < 4; ++i)
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
86 {
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
87 auto player = &pParty->pPlayers[i];
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
88 player->sHealth = player->GetMaxHealth();
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
89
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
90 for (int j = 0; j < 14; ++j)
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
91 player->pConditions[i] = 0;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
92 player->pConditions[18] = 0;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
93 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
94 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
95 break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
96
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
97 case MasterHealer:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
98 {
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
99 for (int i = 0; i < 4; ++i)
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
100 {
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
101 auto player = &pParty->pPlayers[i];
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
102 player->sHealth = player->GetMaxHealth();
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
103
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
104 auto v5 = LODWORD(player->pConditions[19]);//*((int *)v4 - 32);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
105 auto v6 = HIDWORD(player->pConditions[19]);//*((int *)v4 - 31);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
106 memset(player->pConditions, 0, 0xA0u);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
107
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
108 __debugbreak();
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
109 *(int *)&player->pActiveSkills[8] = v5;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
110 *(int *)&player->pActiveSkills[10] = v6;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
111 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
112 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
113 break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
114
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
115 case Cook:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
116 {
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
117 if (pParty->uNumFoodRations >= 13)
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
118 return 1;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
119
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
120 Party::GiveFood(1);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
121 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
122 break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
123
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
124 case Chef:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
125 {
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
126 if (pParty->uNumFoodRations >= 13)
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
127 return 1;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
128
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
129 if (pParty->uNumFoodRations == 13)
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
130 Party::GiveFood(1);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
131 else
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
132 Party::GiveFood(2);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
133 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
134 break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
135
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
136 case WindMaster:
0
Ritor1
parents:
diff changeset
137 {
1413
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
138 if (uCurrentlyLoadedLevelType == LEVEL_Indoor)
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
139 {
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
140 ShowStatusBarString(pGlobalTXT_LocalizationStrings[494], 2);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
141 pAudioPlayer->PlaySound(SOUND_203, 0, 0, -1, 0, 0, 0, 0);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
142 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
143 else
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
144 {
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
145 auto v19 = pOtherOverlayList->_4418B1(10008, 203, 0, 65536);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
146 pParty->pPartyBuffs[PARTY_BUFF_FLY].Apply(pParty->uTimePlayed + 60 * (256 * 2), 3, 1, v19, 0);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
147 pParty->pPartyBuffs[PARTY_BUFF_FLY].uFlags |= 1u;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
148 pAudioPlayer->PlaySound(SOUND_11090, 0, 0, -1, 0, 0, 0, 0);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
149 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
150 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
151 break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
152
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
153 case WaterMaster:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
154 {
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
155 auto v20 = pOtherOverlayList->_4418B1(10005, 201, 0, 65536);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
156 pParty->pPartyBuffs[PARTY_BUFF_WATER_WALK].Apply(pParty->uTimePlayed + 60 * (256 * (2 + 1)), 3, 0, v20, 0);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
157 pParty->pPartyBuffs[PARTY_BUFF_WATER_WALK].uFlags |= 1u;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
158 pAudioPlayer->PlaySound(SOUND_12040, 0, 0, -1, 0, 0, 0, 0);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
159 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
160 break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
161
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
162 case GateMaster:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
163 {
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
164 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 0, 0);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
165 dword_50C9DC = 195;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
166 ptr_50C9E0 = GetNPCData(sDialogue_SpeakingActorNPC_ID);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
167 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
168 break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
169
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
170 case Acolyte: _42777D_CastSpell_UseWand_ShootArrow(46, 0, 133, 0, 0); break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
171 case Piper: _42777D_CastSpell_UseWand_ShootArrow(51, 0, 133, 0, 0); break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
172 case FallenWizard: _42777D_CastSpell_UseWand_ShootArrow(86, 0, 133, 0, 0); break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
173
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
174 case Teacher:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
175 case Instructor:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
176 case Armsmaster:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
177 case Weaponsmaster:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
178 case Apprentice:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
179 case Mystic:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
180 case Spellmaster:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
181 case Trader:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
182 case Merchant:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
183 case Scout:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
184 case Herbalist:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
185 case Apothecary:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
186 case Tinker:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
187 case Locksmith:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
188 case Fool:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
189 case ChimneySweep:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
190 case Porter:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
191 case QuarterMaster:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
192 case Factor:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
193 case Banker:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
194 case Horseman:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
195 case Bard:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
196 case Enchanter:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
197 case Cartographer:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
198 case Explorer:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
199 case Pirate:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
200 case Squire:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
201 case Psychic:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
202 case Gypsy:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
203 case Diplomat:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
204 case Duper:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
205 case Burglar:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
206 case Acolyte2:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
207 case Initiate:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
208 case Prelate:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
209 case Monk:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
210 case Sage:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
211 case Hunter:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
212 break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
213
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
214 default:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
215 assert(false && "Invalid enum value");
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
216 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
217 return 0;
0
Ritor1
parents:
diff changeset
218 }
Ritor1
parents:
diff changeset
219
Ritor1
parents:
diff changeset
220 //----- (004BBA85) --------------------------------------------------------
Ritor1
parents:
diff changeset
221 const char *sub_4BBA85_bounties()
Ritor1
parents:
diff changeset
222 {
Ritor1
parents:
diff changeset
223 int v0; // edi@1
Ritor1
parents:
diff changeset
224 signed __int64 v1; // qax@2
Ritor1
parents:
diff changeset
225 int i; // eax@2
Ritor1
parents:
diff changeset
226 int v3; // edx@3
Ritor1
parents:
diff changeset
227 int v4; // edi@14
Ritor1
parents:
diff changeset
228 __int16 v5; // ax@14
Ritor1
parents:
diff changeset
229 char v6; // zf@14
Ritor1
parents:
diff changeset
230 Player *v7; // ebx@16
Ritor1
parents:
diff changeset
231 const char *result; // eax@19
Ritor1
parents:
diff changeset
232
Ritor1
parents:
diff changeset
233 uDialogueType = 83;
Ritor1
parents:
diff changeset
234 pDialogueWindow->Release();
Ritor1
parents:
diff changeset
235 pDialogueWindow = GUIWindow::Create(0, 0, 640, 350, WINDOW_MainMenu, 0, 0);
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
236 pBtn_ExitCancel = pDialogueWindow->CreateButton(471u, 445u, 169u, 35u, 1, 0, UIMSG_Escape, 0, 0, pGlobalTXT_LocalizationStrings[34],// "Cancel"
945
0d96349d8c87 Restoring inlined methods
Nomad
parents: 940
diff changeset
237 pIcons_LOD->GetTexture(uExitCancelTextureId), 0);
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
238 pDialogueWindow->CreateButton(0, 0, 0, 0, 1, 0, UIMSG_BuyInShop_Identify_Repair, 0, 0, "", 0);
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
239 pDialogueWindow->CreateButton(480u, 160u, 140u, 30u, 1, 0, UIMSG_0, 0x53u, 0, "", 0);
972
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
240 pDialogueWindow->_41D08F_set_keyboard_control_group(1, 1, 0, 2);
747
585490c29945 House dialogue ids appended
Nomad
parents: 736
diff changeset
241 dialog_menu_id = HOUSE_DIALOGUE_OTHER;
336
ea55d6414029 Event_proceccor preliminary
Gloval
parents: 328
diff changeset
242 v0 = (int)((char *)window_SpeakInHouse->ptr_1C - 102);
0
Ritor1
parents:
diff changeset
243 if ( (signed __int64)__PAIR__(pParty->field_3C.field_0[2 * v0 + 1], pParty->field_3C.field_0[2 * v0]) < (signed __int64)pParty->uTimePlayed )
Ritor1
parents:
diff changeset
244 {
Ritor1
parents:
diff changeset
245 pParty->field_75A[v0] = 0;
630
1b813023fcbd Tilesets change according to current season
Nomad
parents: 619
diff changeset
246 __debugbreak(); // starting year-related constant here;
0
Ritor1
parents:
diff changeset
247 v1 = (signed __int64)((double)(0x12750000 * (pParty->uCurrentMonth + 12i64 * pParty->uCurrentYear - 14015))
Ritor1
parents:
diff changeset
248 * 0.033333335);
Ritor1
parents:
diff changeset
249 pParty->field_3C.field_0[2 * v0] = v1;
Ritor1
parents:
diff changeset
250 pParty->field_3C.field_0[2 * v0 + 1] = HIDWORD(v1);
Ritor1
parents:
diff changeset
251 for ( i = rand(); ; i = rand() )
Ritor1
parents:
diff changeset
252 {
Ritor1
parents:
diff changeset
253 v3 = i % 258 + 1;
Ritor1
parents:
diff changeset
254 pParty->field_750[v0] = v3;
Ritor1
parents:
diff changeset
255 if ( (unsigned __int16)v3 < 0x73u || (unsigned __int16)v3 > 0x84u )
Ritor1
parents:
diff changeset
256 {
Ritor1
parents:
diff changeset
257 if ( ((unsigned __int16)v3 < 0xEBu || (unsigned __int16)v3 > 0xFCu)
Ritor1
parents:
diff changeset
258 && ((unsigned __int16)v3 < 0x85u || (unsigned __int16)v3 > 0x96u)
Ritor1
parents:
diff changeset
259 && ((unsigned __int16)v3 < 0x97u || (unsigned __int16)v3 > 0xBAu)
Ritor1
parents:
diff changeset
260 && ((unsigned __int16)v3 < 0xC4u || (unsigned __int16)v3 > 0xC6u) )
Ritor1
parents:
diff changeset
261 break;
Ritor1
parents:
diff changeset
262 }
Ritor1
parents:
diff changeset
263 }
Ritor1
parents:
diff changeset
264 }
Ritor1
parents:
diff changeset
265 v4 = v0;
Ritor1
parents:
diff changeset
266 v5 = pParty->field_750[v4];
Ritor1
parents:
diff changeset
267 v6 = pParty->field_75A[v4] == 0;
Ritor1
parents:
diff changeset
268 word_F8B1A0 = pParty->field_750[v4];
Ritor1
parents:
diff changeset
269 if ( v6 )
Ritor1
parents:
diff changeset
270 {
Ritor1
parents:
diff changeset
271 v6 = v5 == 0;
Ritor1
parents:
diff changeset
272 result = pNPCTopics[351].pText;
Ritor1
parents:
diff changeset
273 if ( v6 )
Ritor1
parents:
diff changeset
274 result = pNPCTopics[353].pText;
Ritor1
parents:
diff changeset
275 }
Ritor1
parents:
diff changeset
276 else
Ritor1
parents:
diff changeset
277 {
Ritor1
parents:
diff changeset
278 if ( v5 )
Ritor1
parents:
diff changeset
279 {
Ritor1
parents:
diff changeset
280 party_finds_gold(100 * pMonsterStats->pInfos[(unsigned __int16)v5].uLevel, 0);
Ritor1
parents:
diff changeset
281 v7 = pParty->pPlayers;
Ritor1
parents:
diff changeset
282 do
Ritor1
parents:
diff changeset
283 {
Ritor1
parents:
diff changeset
284 v7->SetVariable(VAR_Award, 86);
Ritor1
parents:
diff changeset
285 ++v7;
Ritor1
parents:
diff changeset
286 }
Ritor1
parents:
diff changeset
287 while ( (signed int)v7 < (signed int)pParty->pHirelings );
Ritor1
parents:
diff changeset
288 pParty->uNumBountiesCollected += 100 * pMonsterStats->pInfos[pParty->field_750[v4]].uLevel;
Ritor1
parents:
diff changeset
289 pParty->field_750[v4] = 0;
Ritor1
parents:
diff changeset
290 pParty->field_75A[v4] = 0;
Ritor1
parents:
diff changeset
291 }
Ritor1
parents:
diff changeset
292 result = pNPCTopics[352].pText;
Ritor1
parents:
diff changeset
293 }
Ritor1
parents:
diff changeset
294 dword_F8B1A4 = (char *)result;
Ritor1
parents:
diff changeset
295 return result;
Ritor1
parents:
diff changeset
296 }
Ritor1
parents:
diff changeset
297
Ritor1
parents:
diff changeset
298 //----- (004BBCDD) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
299 void sub_4BBCDD()
0
Ritor1
parents:
diff changeset
300 {
Ritor1
parents:
diff changeset
301 signed int v0; // ebp@3
90
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
302 Actor *v1; // eax@4
0
Ritor1
parents:
diff changeset
303 __int16 v2; // cx@5
Ritor1
parents:
diff changeset
304 int v3; // esi@8
Ritor1
parents:
diff changeset
305 Player *v4; // esi@14
Ritor1
parents:
diff changeset
306 GUIButton *v5; // eax@18
Ritor1
parents:
diff changeset
307 GUIButton *v6; // esi@19
Ritor1
parents:
diff changeset
308 size_t v7; // [sp+10h] [bp-4h]@4
Ritor1
parents:
diff changeset
309
Ritor1
parents:
diff changeset
310 if ( pParty->field_7B5_in_arena_quest )
Ritor1
parents:
diff changeset
311 {
Ritor1
parents:
diff changeset
312 if ( pParty->field_7B5_in_arena_quest == -1 )
Ritor1
parents:
diff changeset
313 {
Ritor1
parents:
diff changeset
314 uDialogueType = 92;
Ritor1
parents:
diff changeset
315 }
Ritor1
parents:
diff changeset
316 else
Ritor1
parents:
diff changeset
317 {
Ritor1
parents:
diff changeset
318 v0 = 0;
90
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
319 if ( (signed int)uNumActors > 0 )
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
320 {
1202
0dbf6c4dd029 arrays to std::arrays phase 1
Grumpy7
parents: 1167
diff changeset
321 v1 = pActors.data();//[0].uAIState;
90
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
322 v7 = uNumActors;
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
323 do
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
324 {
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
325 v2 = v1->uAIState;
848
ceef50611567 * AI fixed (temporary)
zipi
parents: 838
diff changeset
326 if ( v1->uAIState == Dead || v2 == Removed || v2 == Disabled || (v3 = v1->uSummonerID) != 0 && PID_TYPE(v3) == OBJECT_Player)
90
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
327 ++v0;
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
328 ++v1;
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
329 --v7;
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
330 }
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
331 while ( v7 );
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
332 }
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
333 if ( v0 >= (signed int)uNumActors || (signed int)uNumActors <= 0)
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
334 {
0
Ritor1
parents:
diff changeset
335 uDialogueType = 91;
Ritor1
parents:
diff changeset
336 v4 = pParty->pPlayers;
Ritor1
parents:
diff changeset
337 ++*((char *)&pParty->field_75A[3] + (unsigned __int8)pParty->field_7B5_in_arena_quest + 1);
Ritor1
parents:
diff changeset
338 do
Ritor1
parents:
diff changeset
339 {
Ritor1
parents:
diff changeset
340 v4->SetVariable(VAR_Award, (unsigned __int8)pParty->field_7B5_in_arena_quest + 3);
Ritor1
parents:
diff changeset
341 ++v4;
Ritor1
parents:
diff changeset
342 }
Ritor1
parents:
diff changeset
343 while ( (signed int)v4 < (signed int)pParty->pHirelings );
267
ac44e716d051 DrawDialogueUI logic restored
Nomad
parents: 263
diff changeset
344 party_finds_gold(gold_transaction_amount, 0);
0
Ritor1
parents:
diff changeset
345 pAudioPlayer->PlaySound((SoundID)14060, 0, 0, -1, 0, 0, 0, 0);
Ritor1
parents:
diff changeset
346 pParty->field_7B5_in_arena_quest = -1;
Ritor1
parents:
diff changeset
347 }
Ritor1
parents:
diff changeset
348 else
Ritor1
parents:
diff changeset
349 {
Ritor1
parents:
diff changeset
350 uDialogueType = 90;
Ritor1
parents:
diff changeset
351 pParty->vPosition.x = 3849;
Ritor1
parents:
diff changeset
352 pParty->vPosition.y = 5770;
Ritor1
parents:
diff changeset
353 pParty->vPosition.z = 1;
Ritor1
parents:
diff changeset
354 pParty->uFallStartY = 1;
Ritor1
parents:
diff changeset
355 pParty->sRotationY = 512;
Ritor1
parents:
diff changeset
356 pParty->sRotationX = 0;
Ritor1
parents:
diff changeset
357 pParty->uFallSpeed = 0;
Ritor1
parents:
diff changeset
358 pAudioPlayer->PlaySound((SoundID)14060, 0, 0, -1, 0, 0, 0, 0);
Ritor1
parents:
diff changeset
359 }
Ritor1
parents:
diff changeset
360 }
Ritor1
parents:
diff changeset
361 }
Ritor1
parents:
diff changeset
362 else
Ritor1
parents:
diff changeset
363 {
Ritor1
parents:
diff changeset
364 uDialogueType = 89;
Ritor1
parents:
diff changeset
365 v5 = pDialogueWindow->pControlsHead;
Ritor1
parents:
diff changeset
366 if ( v5 )
Ritor1
parents:
diff changeset
367 {
Ritor1
parents:
diff changeset
368 do
Ritor1
parents:
diff changeset
369 {
Ritor1
parents:
diff changeset
370 v6 = v5->pNext;
Ritor1
parents:
diff changeset
371 pAllocator->FreeChunk(v5);
Ritor1
parents:
diff changeset
372 v5 = v6;
Ritor1
parents:
diff changeset
373 }
Ritor1
parents:
diff changeset
374 while ( v6 );
Ritor1
parents:
diff changeset
375 }
Ritor1
parents:
diff changeset
376 pDialogueWindow->pControlsHead = 0;
Ritor1
parents:
diff changeset
377 pDialogueWindow->pControlsTail = 0;
Ritor1
parents:
diff changeset
378 pDialogueWindow->uNumControls = 0;
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
379 pBtn_ExitCancel = pDialogueWindow->CreateButton(0x1D7u, 0x1BDu, 0xA9u, 0x23u, 1, 0, UIMSG_Escape, 0, 0, pGlobalTXT_LocalizationStrings[79],
945
0d96349d8c87 Restoring inlined methods
Nomad
parents: 940
diff changeset
380 pIcons_LOD->GetTexture(uExitCancelTextureId), 0);
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
381 pDialogueWindow->CreateButton(0x1E0u, 0xA0u, 0x8Cu, 0x1Eu, 1, 0, UIMSG_SelectNPCDialogueOption, 0x55u, 0, "", 0);
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
382 pDialogueWindow->CreateButton(0x1E0u, 0xBEu, 0x8Cu, 0x1Eu, 1, 0, UIMSG_SelectNPCDialogueOption, 0x56u, 0, "", 0);
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
383 pDialogueWindow->CreateButton(0x1E0u, 0xDCu, 0x8Cu, 0x1Eu, 1, 0, UIMSG_SelectNPCDialogueOption, 0x57u, 0, "", 0);
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
384 pDialogueWindow->CreateButton(0x1E0u, 0xFAu, 0x8Cu, 0x1Eu, 1, 0, UIMSG_SelectNPCDialogueOption, 0x58u, 0, "", 0);
972
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
385 pDialogueWindow->_41D08F_set_keyboard_control_group(4, 1, 0, 1);
0
Ritor1
parents:
diff changeset
386 }
Ritor1
parents:
diff changeset
387 }
Ritor1
parents:
diff changeset
388
Ritor1
parents:
diff changeset
389 //----- (004BC109) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
390 void ArenaFight()
0
Ritor1
parents:
diff changeset
391 {
Ritor1
parents:
diff changeset
392 int v0; // edi@1
Ritor1
parents:
diff changeset
393 char *v1; // eax@7
Ritor1
parents:
diff changeset
394 Player *v2; // edi@9
Ritor1
parents:
diff changeset
395 int v3; // eax@10
Ritor1
parents:
diff changeset
396 signed int v4; // esi@10
Ritor1
parents:
diff changeset
397 signed __int64 v5; // qax@18
Ritor1
parents:
diff changeset
398 signed int v6; // ebx@34
Ritor1
parents:
diff changeset
399 char *v7; // edi@34
Ritor1
parents:
diff changeset
400 int v8; // eax@37
Ritor1
parents:
diff changeset
401 int v9; // esi@43
Ritor1
parents:
diff changeset
402 int v10; // eax@44
Ritor1
parents:
diff changeset
403 unsigned __int8 v11; // sf@44
Ritor1
parents:
diff changeset
404 unsigned __int8 v12; // of@44
Ritor1
parents:
diff changeset
405 signed int v13; // eax@49
Ritor1
parents:
diff changeset
406 int v14; // esi@49
Ritor1
parents:
diff changeset
407 int v15; // edx@50
Ritor1
parents:
diff changeset
408 int v16; // eax@51
Ritor1
parents:
diff changeset
409 signed int v17; // ecx@51
Ritor1
parents:
diff changeset
410 int v18; // edx@53
Ritor1
parents:
diff changeset
411 int i; // edi@55
Ritor1
parents:
diff changeset
412 int monster_y; // ST18_4@56
Ritor1
parents:
diff changeset
413 int v21; // eax@56
Ritor1
parents:
diff changeset
414 signed int v22; // [sp-4h] [bp-144h]@51
Ritor1
parents:
diff changeset
415 __int16 v23[100]; // [sp+Ch] [bp-134h]@39
Ritor1
parents:
diff changeset
416 GUIWindow window; // [sp+D4h] [bp-6Ch]@1
Ritor1
parents:
diff changeset
417 __int16 monster_ids[6]; // [sp+128h] [bp-18h]@56
Ritor1
parents:
diff changeset
418 int v26; // [sp+134h] [bp-Ch]@1
Ritor1
parents:
diff changeset
419 int v27; // [sp+138h] [bp-8h]@23
Ritor1
parents:
diff changeset
420 int num_monsters; // [sp+13Ch] [bp-4h]@17
Ritor1
parents:
diff changeset
421
Ritor1
parents:
diff changeset
422 v26 = 0;
Ritor1
parents:
diff changeset
423 pParty->field_7B5_in_arena_quest = uDialogueType;
Ritor1
parents:
diff changeset
424 memcpy(&window, pDialogueWindow, sizeof(window));
819
9359c114f98c More on screenshot
Nomad
parents: 818
diff changeset
425 window.uFrameWidth = game_viewport_width;
0
Ritor1
parents:
diff changeset
426 window.uFrameZ = 452;
Ritor1
parents:
diff changeset
427 v0 = pFontArrus->CalcTextHeight(pGlobalTXT_LocalizationStrings[575], &window, 13, 0) + 7;
Ritor1
parents:
diff changeset
428 pRenderer->BeginSceneD3D();
Ritor1
parents:
diff changeset
429
Ritor1
parents:
diff changeset
430 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor )
Ritor1
parents:
diff changeset
431 pIndoor->Draw();
Ritor1
parents:
diff changeset
432 else if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor )
Ritor1
parents:
diff changeset
433 pOutdoor->Draw();
Ritor1
parents:
diff changeset
434
Ritor1
parents:
diff changeset
435 pRenderer->DrawBillboards_And_MaybeRenderSpecialEffects_And_EndScene();
Ritor1
parents:
diff changeset
436 pRenderer->BeginScene();
Ritor1
parents:
diff changeset
437 if ( pRenderer->pRenderD3D )
Ritor1
parents:
diff changeset
438 pRenderer->FillRectFast(
693
e0a1fccc89b1 map render fixes
Gloval
parents: 692
diff changeset
439 pViewport->uViewportTL_X,
e0a1fccc89b1 map render fixes
Gloval
parents: 692
diff changeset
440 pViewport->uViewportTL_Y,
e0a1fccc89b1 map render fixes
Gloval
parents: 692
diff changeset
441 pViewport->uViewportBR_X - pViewport->uViewportTL_X,
e0a1fccc89b1 map render fixes
Gloval
parents: 692
diff changeset
442 pViewport->uViewportBR_Y - pViewport->uViewportTL_Y + 1,
0
Ritor1
parents:
diff changeset
443 pRenderer->uTargetGMask | pRenderer->uTargetBMask);
Ritor1
parents:
diff changeset
444
945
0d96349d8c87 Restoring inlined methods
Nomad
parents: 940
diff changeset
445 auto pTex = pIcons_LOD->GetTexture(uTextureID_Leather);
0d96349d8c87 Restoring inlined methods
Nomad
parents: 940
diff changeset
446 pRenderer->_4A6A68(8, 352 - v0, pTex, pTex->uTextureHeight - v0);
0
Ritor1
parents:
diff changeset
447
Ritor1
parents:
diff changeset
448 pRenderer->DrawTextureIndexed(8u, 347 - v0, pTexture_591428);
Ritor1
parents:
diff changeset
449 v1 = FitTextInAWindow(pGlobalTXT_LocalizationStrings[575], pFontArrus, &window, 0xDu, 0);
Ritor1
parents:
diff changeset
450 pDialogueWindow->DrawText(pFontArrus, 13, 354 - v0, 0, v1, 0, 0, 0);
Ritor1
parents:
diff changeset
451 pRenderer->EndScene();
Ritor1
parents:
diff changeset
452 pRenderer->Present();
Ritor1
parents:
diff changeset
453 pParty->vPosition.x = 3849;
Ritor1
parents:
diff changeset
454 pParty->vPosition.y = 5770;
Ritor1
parents:
diff changeset
455 pParty->vPosition.z = 1;
Ritor1
parents:
diff changeset
456 pParty->uFallStartY = 1;
Ritor1
parents:
diff changeset
457 pParty->sRotationY = 512;
Ritor1
parents:
diff changeset
458 pParty->sRotationX = 0;
Ritor1
parents:
diff changeset
459 pParty->uFallSpeed = 0;
437
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
460 /*if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
0
Ritor1
parents:
diff changeset
461 {
990
087a9af8e0ec MessageParam
Ritor1
parents: 987
diff changeset
462 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = UIMSG_Escape;
0
Ritor1
parents:
diff changeset
463 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 1;
Ritor1
parents:
diff changeset
464 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0;
Ritor1
parents:
diff changeset
465 ++pMessageQueue_50CBD0->uNumMessages;
437
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
466 }*/
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
467 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
0
Ritor1
parents:
diff changeset
468 v2 = pParty->pPlayers;
Ritor1
parents:
diff changeset
469 do
Ritor1
parents:
diff changeset
470 {
Ritor1
parents:
diff changeset
471 v3 = v2->GetActualLevel();
Ritor1
parents:
diff changeset
472 v4 = v26;
Ritor1
parents:
diff changeset
473 if ( v3 > v26 )
Ritor1
parents:
diff changeset
474 {
Ritor1
parents:
diff changeset
475 v26 = v2->GetActualLevel();
Ritor1
parents:
diff changeset
476 v4 = v26;
Ritor1
parents:
diff changeset
477 }
Ritor1
parents:
diff changeset
478 ++v2;
Ritor1
parents:
diff changeset
479 }
Ritor1
parents:
diff changeset
480 while ( (signed int)v2 < (signed int)pParty->pHirelings );
Ritor1
parents:
diff changeset
481 if ( uDialogueType == 85 )
Ritor1
parents:
diff changeset
482 {
Ritor1
parents:
diff changeset
483 num_monsters = v4;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
484 v4 /= 2;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
485 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
486 else if ( uDialogueType == 86 )
0
Ritor1
parents:
diff changeset
487 {
Ritor1
parents:
diff changeset
488 v5 = (signed __int64)((double)v26 * 1.5);
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
489 num_monsters = v5;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
490 v4 /= 2;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
491 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
492 else if ( uDialogueType == 87 )
0
Ritor1
parents:
diff changeset
493 {
Ritor1
parents:
diff changeset
494 LODWORD(v5) = 2 * v4;
Ritor1
parents:
diff changeset
495 num_monsters = v5;
Ritor1
parents:
diff changeset
496 v4 /= 2;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
497 }
0
Ritor1
parents:
diff changeset
498 else
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
499 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
500 __debugbreak(); // warning C4700: uninitialized local variable 'v27' used
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
501 if ( uDialogueType == 88 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
502 num_monsters = 2 * v4;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
503 else
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
504 v4 = v27;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
505 }
0
Ritor1
parents:
diff changeset
506 if ( v4 < 1 )
Ritor1
parents:
diff changeset
507 v4 = 1;
Ritor1
parents:
diff changeset
508 if ( v4 > 100 )
Ritor1
parents:
diff changeset
509 v4 = 100;
Ritor1
parents:
diff changeset
510 if ( num_monsters > 100 )
Ritor1
parents:
diff changeset
511 num_monsters = 100;
Ritor1
parents:
diff changeset
512 if ( v4 < 2 )
Ritor1
parents:
diff changeset
513 v4 = 2;
Ritor1
parents:
diff changeset
514 if ( num_monsters < 2 )
Ritor1
parents:
diff changeset
515 num_monsters = 2;
Ritor1
parents:
diff changeset
516 v6 = 0;
Ritor1
parents:
diff changeset
517 v27 = 1;
Ritor1
parents:
diff changeset
518 v7 = (char *)&pMonsterStats->pInfos[1].uLevel;
Ritor1
parents:
diff changeset
519 do
Ritor1
parents:
diff changeset
520 {
Ritor1
parents:
diff changeset
521 if ( v7[8] != 1 )
Ritor1
parents:
diff changeset
522 {
Ritor1
parents:
diff changeset
523 if ( !MonsterStats::BelongsToSupertype(*((short *)v7 + 22), MONSTER_SUPERTYPE_8) )
Ritor1
parents:
diff changeset
524 {
Ritor1
parents:
diff changeset
525 v8 = (unsigned __int8)*v7;
Ritor1
parents:
diff changeset
526 if ( v8 >= v4 )
Ritor1
parents:
diff changeset
527 {
Ritor1
parents:
diff changeset
528 if ( v8 <= num_monsters )
Ritor1
parents:
diff changeset
529 v23[v6++] = v27;
Ritor1
parents:
diff changeset
530 }
Ritor1
parents:
diff changeset
531 }
Ritor1
parents:
diff changeset
532 }
Ritor1
parents:
diff changeset
533 ++v27;
Ritor1
parents:
diff changeset
534 v7 += 88;
Ritor1
parents:
diff changeset
535 }
Ritor1
parents:
diff changeset
536 while ( (signed int)v7 <= (signed int)&pMonsterStats->pInfos[258].uLevel );
Ritor1
parents:
diff changeset
537 num_monsters = 6;
Ritor1
parents:
diff changeset
538 if ( v6 < 6 )
Ritor1
parents:
diff changeset
539 num_monsters = v6;
Ritor1
parents:
diff changeset
540 v9 = 0;
Ritor1
parents:
diff changeset
541 if ( num_monsters > 0 )
Ritor1
parents:
diff changeset
542 {
Ritor1
parents:
diff changeset
543 do
Ritor1
parents:
diff changeset
544 {
Ritor1
parents:
diff changeset
545 v10 = rand();
Ritor1
parents:
diff changeset
546 ++v9;
Ritor1
parents:
diff changeset
547 v12 = __OFSUB__(v9, num_monsters);
Ritor1
parents:
diff changeset
548 v11 = v9 - num_monsters < 0;
Ritor1
parents:
diff changeset
549 *((short *)&window.pControlsTail + v9 + 1) = v23[v10 % v6];
Ritor1
parents:
diff changeset
550 }
Ritor1
parents:
diff changeset
551 while ( v11 ^ v12 );
Ritor1
parents:
diff changeset
552 }
Ritor1
parents:
diff changeset
553 if ( uDialogueType == 85 )
Ritor1
parents:
diff changeset
554 {
Ritor1
parents:
diff changeset
555 v16 = rand();
Ritor1
parents:
diff changeset
556 v17 = 3;
Ritor1
parents:
diff changeset
557 v22 = 50;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
558 v18 = v16 % v17;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
559 v13 = v22;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
560 v14 = v18 + 6;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
561 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
562 else if ( uDialogueType == 86 )
0
Ritor1
parents:
diff changeset
563 {
Ritor1
parents:
diff changeset
564 v16 = rand();
Ritor1
parents:
diff changeset
565 v17 = 7;
Ritor1
parents:
diff changeset
566 v22 = 100;
Ritor1
parents:
diff changeset
567 v18 = v16 % v17;
Ritor1
parents:
diff changeset
568 v13 = v22;
Ritor1
parents:
diff changeset
569 v14 = v18 + 6;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
570 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
571 else if ( uDialogueType == 87 )
0
Ritor1
parents:
diff changeset
572 {
Ritor1
parents:
diff changeset
573 v15 = rand() % 11;
Ritor1
parents:
diff changeset
574 v13 = 200;
Ritor1
parents:
diff changeset
575 v14 = v15 + 10;
Ritor1
parents:
diff changeset
576 }
Ritor1
parents:
diff changeset
577 else
Ritor1
parents:
diff changeset
578 {
Ritor1
parents:
diff changeset
579 if ( uDialogueType == 88 )
Ritor1
parents:
diff changeset
580 {
Ritor1
parents:
diff changeset
581 v13 = 500;
Ritor1
parents:
diff changeset
582 v14 = 20;
Ritor1
parents:
diff changeset
583 }
Ritor1
parents:
diff changeset
584 else
Ritor1
parents:
diff changeset
585 {
Ritor1
parents:
diff changeset
586 v14 = v27;
267
ac44e716d051 DrawDialogueUI logic restored
Nomad
parents: 263
diff changeset
587 v13 = gold_transaction_amount;
0
Ritor1
parents:
diff changeset
588 }
Ritor1
parents:
diff changeset
589 }
Ritor1
parents:
diff changeset
590 i = 0;
267
ac44e716d051 DrawDialogueUI logic restored
Nomad
parents: 263
diff changeset
591 for ( gold_transaction_amount = v26 * v13; i < v14; ++i )
0
Ritor1
parents:
diff changeset
592 {
Ritor1
parents:
diff changeset
593 monster_y = pMonsterArenaPlacements[i].y;
Ritor1
parents:
diff changeset
594 v21 = rand();
Ritor1
parents:
diff changeset
595 _4BBF61_summon_actor((unsigned __int16)monster_ids[v21 % num_monsters], pMonsterArenaPlacements[i].x, monster_y, 1);
Ritor1
parents:
diff changeset
596 }
Ritor1
parents:
diff changeset
597 pAudioPlayer->PlaySound((SoundID)14060, 0, 0, -1, 0, 0, 0, 0);
Ritor1
parents:
diff changeset
598 }
Ritor1
parents:
diff changeset
599
Ritor1
parents:
diff changeset
600 //----- (004BD8B5) --------------------------------------------------------
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
601 int sub_4BD8B5()
0
Ritor1
parents:
diff changeset
602 {
Ritor1
parents:
diff changeset
603 int v0; // eax@4
Ritor1
parents:
diff changeset
604 int v1; // eax@29
Ritor1
parents:
diff changeset
605 unsigned int v2; // esi@30
735
6daaa2f18d0d Fixed some house sounds & shop-related stuff
Nomad
parents: 734
diff changeset
606 //const char *v3; // ebx@31
0
Ritor1
parents:
diff changeset
607
Ritor1
parents:
diff changeset
608 if ( pMessageQueue_50CBD0->uNumMessages )
Ritor1
parents:
diff changeset
609 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0;
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
610 pKeyActionMap->SetWindowInputStatus(WINDOW_INPUT_CANCELLED);
0
Ritor1
parents:
diff changeset
611 pKeyActionMap->ResetKeys();
520
35f28d4c0ff9 GlobalEventInfo changed to LevelDecoration* activeLevelDecoration
Gloval
parents: 519
diff changeset
612 activeLevelDecoration = NULL;
827
085eb19b7ffd mr.Malvik
Ritor1
parents: 824
diff changeset
613 current_npc_text = 0;
459
a7869569e912 HouseNPCData
Ritor1
parents: 458
diff changeset
614 if ( pDialogueNPCCount )
0
Ritor1
parents:
diff changeset
615 {
607
cfca6297e4ae ArmorShop fixes
Gloval
parents: 602
diff changeset
616 v0 = dialog_menu_id;
749
f39fbeb65b28 Fixed bought items not disappearing from Armourer.
Nomad
parents: 748
diff changeset
617 if ( dialog_menu_id != HOUSE_DIALOGUE_SHOP_BUY_STANDARD
f39fbeb65b28 Fixed bought items not disappearing from Armourer.
Nomad
parents: 748
diff changeset
618 && dialog_menu_id != HOUSE_DIALOGUE_SHOP_SELL
f39fbeb65b28 Fixed bought items not disappearing from Armourer.
Nomad
parents: 748
diff changeset
619 && dialog_menu_id != HOUSE_DIALOGUE_97
f39fbeb65b28 Fixed bought items not disappearing from Armourer.
Nomad
parents: 748
diff changeset
620 && dialog_menu_id != HOUSE_DIALOGUE_SHOP_REPAIR
f39fbeb65b28 Fixed bought items not disappearing from Armourer.
Nomad
parents: 748
diff changeset
621 && dialog_menu_id != HOUSE_DIALOGUE_SHOP_IDENTIFY
496
0e20e886365d guilds ....
Gloval
parents: 495
diff changeset
622 && ShopTexture )
0e20e886365d guilds ....
Gloval
parents: 495
diff changeset
623 {
0e20e886365d guilds ....
Gloval
parents: 495
diff changeset
624 ShopTexture->Release();
607
cfca6297e4ae ArmorShop fixes
Gloval
parents: 602
diff changeset
625 v0 = dialog_menu_id;
496
0e20e886365d guilds ....
Gloval
parents: 495
diff changeset
626 ShopTexture = 0;
0
Ritor1
parents:
diff changeset
627 }
Ritor1
parents:
diff changeset
628 if ( v0 && v0 != 1 )
Ritor1
parents:
diff changeset
629 {
Ritor1
parents:
diff changeset
630 if ( v0 == -1 )
Ritor1
parents:
diff changeset
631 {
459
a7869569e912 HouseNPCData
Ritor1
parents: 458
diff changeset
632 _4B4224_UpdateNPCTopics((int)((char *)pDialogueNPCCount - 1));
0
Ritor1
parents:
diff changeset
633 pVideoPlayer->_4BF5B2();
Ritor1
parents:
diff changeset
634 return 1;
Ritor1
parents:
diff changeset
635 }
Ritor1
parents:
diff changeset
636 if ( v0 != 94 && v0 != 96 && v0 != 101 )
Ritor1
parents:
diff changeset
637 {
Ritor1
parents:
diff changeset
638 if ( v0 == 3 || v0 == 5 || v0 == 4 )
Ritor1
parents:
diff changeset
639 {
423
88c30918eef7 NPC_EventProcessor
Gloval
parents: 410
diff changeset
640 UI_CreateEndConversationButton();
747
585490c29945 House dialogue ids appended
Nomad
parents: 736
diff changeset
641 dialog_menu_id = HOUSE_DIALOGUE_SHOP_DISPLAY_EQUIPMENT;
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1410
diff changeset
642 InitializaDialogueOptions_Shops(in_current_building_type);
0
Ritor1
parents:
diff changeset
643 }
Ritor1
parents:
diff changeset
644 else
Ritor1
parents:
diff changeset
645 {
Ritor1
parents:
diff changeset
646 if ( v0 != 102 && v0 != 103 && v0 != 104 )
Ritor1
parents:
diff changeset
647 {
Ritor1
parents:
diff changeset
648 pVideoPlayer->_4BF5B2();
747
585490c29945 House dialogue ids appended
Nomad
parents: 736
diff changeset
649 dialog_menu_id = HOUSE_DIALOGUE_MAIN;
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1410
diff changeset
650 InitializaDialogueOptions(in_current_building_type);
0
Ritor1
parents:
diff changeset
651 return 1;
Ritor1
parents:
diff changeset
652 }
Ritor1
parents:
diff changeset
653 pVideoPlayer->_4BF5B2();
423
88c30918eef7 NPC_EventProcessor
Gloval
parents: 410
diff changeset
654 UI_CreateEndConversationButton();
747
585490c29945 House dialogue ids appended
Nomad
parents: 736
diff changeset
655 dialog_menu_id = HOUSE_DIALOGUE_TAVERN_ARCOMAGE_MAIN;
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1410
diff changeset
656 InitializaDialogueOptions_Tavern(in_current_building_type);
0
Ritor1
parents:
diff changeset
657 }
Ritor1
parents:
diff changeset
658 return 1;
Ritor1
parents:
diff changeset
659 }
Ritor1
parents:
diff changeset
660 pVideoPlayer->_4BF5B2();
423
88c30918eef7 NPC_EventProcessor
Gloval
parents: 410
diff changeset
661 UI_CreateEndConversationButton();
747
585490c29945 House dialogue ids appended
Nomad
parents: 736
diff changeset
662 dialog_menu_id = HOUSE_DIALOGUE_MAIN;
1411
2423bc2af692 +InitializaDialogueOptions
Nomad
parents: 1410
diff changeset
663 InitializaDialogueOptions(in_current_building_type);
589
9e80b6e1b155 goto cleans
zipi
parents: 574
diff changeset
664 return 1;
0
Ritor1
parents:
diff changeset
665 }
459
a7869569e912 HouseNPCData
Ritor1
parents: 458
diff changeset
666 pDialogueNPCCount = 0;
0
Ritor1
parents:
diff changeset
667 pDialogueWindow->Release();
747
585490c29945 House dialogue ids appended
Nomad
parents: 736
diff changeset
668 dialog_menu_id = HOUSE_DIALOGUE_NULL;
0
Ritor1
parents:
diff changeset
669 pDialogueWindow = 0;
1006
e865f349aa41 ui cleanup
Gloval
parents: 994
diff changeset
670 pIcons_LOD->SyncLoadedFilesCount();
0
Ritor1
parents:
diff changeset
671 v1 = uNumDialogueNPCPortraits;
Ritor1
parents:
diff changeset
672 if ( uNumDialogueNPCPortraits != 1 )
Ritor1
parents:
diff changeset
673 {
Ritor1
parents:
diff changeset
674 v2 = 0;
336
ea55d6414029 Event_proceccor preliminary
Gloval
parents: 328
diff changeset
675 pBtn_ExitCancel = window_SpeakInHouse->pControlsHead;
0
Ritor1
parents:
diff changeset
676 if ( uNumDialogueNPCPortraits > 0 )
Ritor1
parents:
diff changeset
677 {
735
6daaa2f18d0d Fixed some house sounds & shop-related stuff
Nomad
parents: 734
diff changeset
678 //v3 = byte_591180;
0
Ritor1
parents:
diff changeset
679 do
Ritor1
parents:
diff changeset
680 {
1211
fd3bea473c0c fix HouseNpcdata array addresiing
Gloval
parents: 1205
diff changeset
681 dword_5913F4[v2] = window_SpeakInHouse->CreateButton(pNPCPortraits_x[v1 - 1][v2], pNPCPortraits_y[v1 - 1][v2],
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
682 0x3Fu, 0x49u, 1, 0, UIMSG_ClickHouseNPCPortrait, v2, 0, byte_591180[v2].data(), 0, 0, 0);
0
Ritor1
parents:
diff changeset
683 v1 = uNumDialogueNPCPortraits;
Ritor1
parents:
diff changeset
684 ++v2;
735
6daaa2f18d0d Fixed some house sounds & shop-related stuff
Nomad
parents: 734
diff changeset
685 //v3 += 100;
0
Ritor1
parents:
diff changeset
686 }
Ritor1
parents:
diff changeset
687 while ( (signed int)v2 < uNumDialogueNPCPortraits );
Ritor1
parents:
diff changeset
688 }
589
9e80b6e1b155 goto cleans
zipi
parents: 574
diff changeset
689 pVideoPlayer->_4BF5B2();
9e80b6e1b155 goto cleans
zipi
parents: 574
diff changeset
690 return 1;
0
Ritor1
parents:
diff changeset
691 }
Ritor1
parents:
diff changeset
692 }
Ritor1
parents:
diff changeset
693 return 0;
Ritor1
parents:
diff changeset
694 }
Ritor1
parents:
diff changeset
695
Ritor1
parents:
diff changeset
696 //----- (004BF91E) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
697 unsigned int GameOverMenu(void *ecx0)
0
Ritor1
parents:
diff changeset
698 {
Ritor1
parents:
diff changeset
699 char *v1; // eax@2
Ritor1
parents:
diff changeset
700 unsigned int result; // eax@3
89
98cd93e14777 pointer fixes
zipi
parents: 82
diff changeset
701 Player *v3; // eax@7
0
Ritor1
parents:
diff changeset
702 char *v4; // ST24_4@9
Ritor1
parents:
diff changeset
703 int v5; // eax@9
Ritor1
parents:
diff changeset
704 char *v6; // eax@10
Ritor1
parents:
diff changeset
705 char *v7; // edx@10
Ritor1
parents:
diff changeset
706 char *v8; // ecx@12
Ritor1
parents:
diff changeset
707 char *v9; // eax@14
Ritor1
parents:
diff changeset
708 unsigned int v10; // eax@25
Ritor1
parents:
diff changeset
709 GUIWindow pWindow; // [sp+34h] [bp-9Ch]@1
Ritor1
parents:
diff changeset
710 MSG Msg; // [sp+88h] [bp-48h]@22
Ritor1
parents:
diff changeset
711 unsigned int v14; // [sp+A4h] [bp-2Ch]@5
Ritor1
parents:
diff changeset
712 void *v15; // [sp+A8h] [bp-28h]@1
Ritor1
parents:
diff changeset
713 char *pInString; // [sp+ACh] [bp-24h]@5
Ritor1
parents:
diff changeset
714 unsigned int v17; // [sp+B0h] [bp-20h]@5
Ritor1
parents:
diff changeset
715 unsigned int v18; // [sp+B4h] [bp-1Ch]@5
Ritor1
parents:
diff changeset
716 unsigned int v19; // [sp+B8h] [bp-18h]@5
Ritor1
parents:
diff changeset
717 int v20; // [sp+BCh] [bp-14h]@7
89
98cd93e14777 pointer fixes
zipi
parents: 82
diff changeset
718 Player *i; // [sp+C0h] [bp-10h]@7
0
Ritor1
parents:
diff changeset
719 GUIFont *pFont; // [sp+C4h] [bp-Ch]@1
Ritor1
parents:
diff changeset
720 unsigned __int64 v23; // [sp+C8h] [bp-8h]@5
Ritor1
parents:
diff changeset
721
Ritor1
parents:
diff changeset
722 v15 = ecx0;
Ritor1
parents:
diff changeset
723
Ritor1
parents:
diff changeset
724 RGBTexture _this; // [sp+Ch] [bp-C4h]@1
Ritor1
parents:
diff changeset
725 //RGBTexture::RGBTexture(&this);
Ritor1
parents:
diff changeset
726
Ritor1
parents:
diff changeset
727 BYTE1(dword_6BE364_game_settings_1) &= 0xBFu;
Ritor1
parents:
diff changeset
728 bGameoverLoop = 1;
Ritor1
parents:
diff changeset
729 pVideoPlayer->bStopBeforeSchedule = 0;
Ritor1
parents:
diff changeset
730 pAudioPlayer->StopChannels(-1, -1);
Ritor1
parents:
diff changeset
731 pRenderer->BeginScene();
Ritor1
parents:
diff changeset
732 pRenderer->ClearBlack();
Ritor1
parents:
diff changeset
733 pRenderer->EndScene();
Ritor1
parents:
diff changeset
734 pRenderer->Present();
165
Ritor1
parents: 162
diff changeset
735 pVideoPlayer->pResetflag = 0;
484
4bd56919f075 avard quest guild bits
Gloval
parents: 481
diff changeset
736 _449B57_test_bit(pParty->_quest_bits, 99);
0
Ritor1
parents:
diff changeset
737 _this.Load("winbg.pcx", 2);
Ritor1
parents:
diff changeset
738 pRenderer->BeginScene();
Ritor1
parents:
diff changeset
739 pRenderer->DrawTextureRGB(0, 0, &_this);
Ritor1
parents:
diff changeset
740 pRenderer->EndScene();
Ritor1
parents:
diff changeset
741 free(_this.pPixels);
Ritor1
parents:
diff changeset
742 _this.pPixels = 0;
336
ea55d6414029 Event_proceccor preliminary
Gloval
parents: 328
diff changeset
743 window_SpeakInHouse = GUIWindow::Create(0, 0, 640, 480, WINDOW_MainMenu, 0, 0);
0
Ritor1
parents:
diff changeset
744 pWindow.uFrameX = 75;
Ritor1
parents:
diff changeset
745 pWindow.uFrameY = 60;
Ritor1
parents:
diff changeset
746 pWindow.uFrameWidth = 469;
Ritor1
parents:
diff changeset
747 pWindow.uFrameHeight = 338;
Ritor1
parents:
diff changeset
748 pWindow.uFrameZ = 543;
Ritor1
parents:
diff changeset
749 pWindow.uFrameW = 397;
180
c5bd7a825ef2 come back
Ritor1
parents: 178
diff changeset
750 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
751 if ( pParty->IsPartyGood() )
0
Ritor1
parents:
diff changeset
752 {
Ritor1
parents:
diff changeset
753 v1 = pGlobalTXT_LocalizationStrings[675];
Ritor1
parents:
diff changeset
754 }
Ritor1
parents:
diff changeset
755 else
Ritor1
parents:
diff changeset
756 {
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
757 result = pParty->IsPartyEvil();
0
Ritor1
parents:
diff changeset
758 if ( !(short)result )
Ritor1
parents:
diff changeset
759 return result;
Ritor1
parents:
diff changeset
760 v1 = pGlobalTXT_LocalizationStrings[676];
Ritor1
parents:
diff changeset
761 }
Ritor1
parents:
diff changeset
762 pInString = v1;
Ritor1
parents:
diff changeset
763 v23 = pParty->uTimePlayed - 138240;
Ritor1
parents:
diff changeset
764 v19 = (unsigned int)((signed __int64)((double)(pParty->uTimePlayed - 138240) * 0.234375) / 60 / 60) / 0x18;
Ritor1
parents:
diff changeset
765 v14 = (unsigned int)((signed __int64)((double)(pParty->uTimePlayed - 138240) * 0.234375) / 60 / 60) / 0x18 / 0x1C / 0xC;
Ritor1
parents:
diff changeset
766 v18 = (unsigned int)((signed __int64)((double)(pParty->uTimePlayed - 138240) * 0.234375) / 60 / 60) / 0x18 / 0x1C % 0xC;
Ritor1
parents:
diff changeset
767 v17 = v19 % 0x1C;
Ritor1
parents:
diff changeset
768 if ( !v19 )
Ritor1
parents:
diff changeset
769 v19 = 1;
Ritor1
parents:
diff changeset
770 pRenderer->BeginScene();
Ritor1
parents:
diff changeset
771 pWindow.DrawTitleText(pFont, 1u, 0x23u, 1u, pGlobalTXT_LocalizationStrings[9], 3u);
89
98cd93e14777 pointer fixes
zipi
parents: 82
diff changeset
772 v3 = pParty->pPlayers;//[0].pName;
0
Ritor1
parents:
diff changeset
773 v23 = 0i64;
Ritor1
parents:
diff changeset
774 v20 = 0;
89
98cd93e14777 pointer fixes
zipi
parents: 82
diff changeset
775 //for ( i = (int)pParty->pPlayers[0].pName; ; v3 = (char *)i )
98cd93e14777 pointer fixes
zipi
parents: 82
diff changeset
776 for ( i = pParty->pPlayers; ; v3 = i )
98cd93e14777 pointer fixes
zipi
parents: 82
diff changeset
777 {
135
9b0d651821f1 Party creation screen: sorcerer class icon fixed
Nomad
parents: 120
diff changeset
778 v4 = pClassNames[v3->classType];
89
98cd93e14777 pointer fixes
zipi
parents: 82
diff changeset
779 v5 = v3->GetBaseLevel();
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
780 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[129], i->pName, v5, v4);
0
Ritor1
parents:
diff changeset
781 pWindow.DrawTitleText(
Ritor1
parents:
diff changeset
782 pFont,
Ritor1
parents:
diff changeset
783 1u,
Ritor1
parents:
diff changeset
784 v20 * (LOBYTE(pFont->uFontHeight) - 2) + LOBYTE(pFont->uFontHeight) + 46,
Ritor1
parents:
diff changeset
785 1u,
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
786 pTmpBuf.data(),
0
Ritor1
parents:
diff changeset
787 3u);
89
98cd93e14777 pointer fixes
zipi
parents: 82
diff changeset
788 v23 += i->uExperience;//__PAIR__(*(int *)(i - 4), *(int *)(i - 8));
0
Ritor1
parents:
diff changeset
789 ++v20;
89
98cd93e14777 pointer fixes
zipi
parents: 82
diff changeset
790 ++i;
98cd93e14777 pointer fixes
zipi
parents: 82
diff changeset
791 if ( i > &pParty->pPlayers[3] )
0
Ritor1
parents:
diff changeset
792 break;
Ritor1
parents:
diff changeset
793 }
Ritor1
parents:
diff changeset
794 v23 = (signed __int64)v23 / v19;
Ritor1
parents:
diff changeset
795 v6 = FitTextInAWindow(pInString, pFont, &pWindow, 0xCu, 0);
Ritor1
parents:
diff changeset
796 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
797 strcpy(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[37]);
0
Ritor1
parents:
diff changeset
798 v7 = pGlobalTXT_LocalizationStrings[56];
Ritor1
parents:
diff changeset
799 if ( v17 != 1 )
Ritor1
parents:
diff changeset
800 v7 = pGlobalTXT_LocalizationStrings[57];
Ritor1
parents:
diff changeset
801 v8 = pGlobalTXT_LocalizationStrings[146];
Ritor1
parents:
diff changeset
802 if ( v18 != 1 )
Ritor1
parents:
diff changeset
803 v8 = pGlobalTXT_LocalizationStrings[148];
Ritor1
parents:
diff changeset
804 v9 = pGlobalTXT_LocalizationStrings[245];
Ritor1
parents:
diff changeset
805 if ( v14 != 1 )
Ritor1
parents:
diff changeset
806 v9 = pGlobalTXT_LocalizationStrings[132];
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
807 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
808 strcat(pTmpBuf.data(), pTmpBuf2.data());
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
809 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
810 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[94], v23);
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
811 pWindow.DrawTitleText(pFont, 1u, pWindow.uFrameHeight, 1u, pTmpBuf.data(), 3u);
0
Ritor1
parents:
diff changeset
812 BYTE1(dword_6BE364_game_settings_1) |= 0x40u;
Ritor1
parents:
diff changeset
813 pRenderer->EndScene();
Ritor1
parents:
diff changeset
814 pRenderer->Present();
Ritor1
parents:
diff changeset
815 if ( pRenderer->pRenderD3D )
Ritor1
parents:
diff changeset
816 pRenderer->pBeforePresentFunction();
Ritor1
parents:
diff changeset
817 pRenderer->_49F1BC("MM7_Win.Pcx");
Ritor1
parents:
diff changeset
818 pAllocator->FreeChunk(pFont);
336
ea55d6414029 Event_proceccor preliminary
Gloval
parents: 328
diff changeset
819 window_SpeakInHouse->Release();
ea55d6414029 Event_proceccor preliminary
Gloval
parents: 328
diff changeset
820 window_SpeakInHouse = 0;
0
Ritor1
parents:
diff changeset
821 if ( v15 == (void *)2 )
Ritor1
parents:
diff changeset
822 {
Ritor1
parents:
diff changeset
823 result = pMessageQueue_50CBD0->uNumMessages;
Ritor1
parents:
diff changeset
824 }
Ritor1
parents:
diff changeset
825 else
Ritor1
parents:
diff changeset
826 {
Ritor1
parents:
diff changeset
827 LODWORD(v23) = GetTickCount() + 5000;
Ritor1
parents:
diff changeset
828 while ( (unsigned int)v23 > GetTickCount() )
Ritor1
parents:
diff changeset
829 ;
Ritor1
parents:
diff changeset
830 while ( 1 )
Ritor1
parents:
diff changeset
831 {
Ritor1
parents:
diff changeset
832 v10 = PeekMessageA(&Msg, 0, 0, 0, 1u);
Ritor1
parents:
diff changeset
833 if ( !v10 )
Ritor1
parents:
diff changeset
834 break;
Ritor1
parents:
diff changeset
835 if ( Msg.message == 18 )
Ritor1
parents:
diff changeset
836 Game_DeinitializeAndTerminate(0);
Ritor1
parents:
diff changeset
837 TranslateMessage(&Msg);
Ritor1
parents:
diff changeset
838 DispatchMessageA(&Msg);
Ritor1
parents:
diff changeset
839 }
Ritor1
parents:
diff changeset
840 if ( pMessageQueue_50CBD0->uNumMessages )
Ritor1
parents:
diff changeset
841 {
Ritor1
parents:
diff changeset
842 LOBYTE(v10) = pMessageQueue_50CBD0->pMessages[0].field_8 != 0;
Ritor1
parents:
diff changeset
843 pMessageQueue_50CBD0->uNumMessages = v10;
Ritor1
parents:
diff changeset
844 }
Ritor1
parents:
diff changeset
845 pKeyActionMap->ResetKeys();
Ritor1
parents:
diff changeset
846 pKeyActionMap->uLastKeyPressed = 0;
Ritor1
parents:
diff changeset
847 do
Ritor1
parents:
diff changeset
848 {
Ritor1
parents:
diff changeset
849 while ( PeekMessageA(&Msg, 0, 0, 0, 1u) )
Ritor1
parents:
diff changeset
850 {
Ritor1
parents:
diff changeset
851 if ( Msg.message == 18 )
Ritor1
parents:
diff changeset
852 Game_DeinitializeAndTerminate(0);
Ritor1
parents:
diff changeset
853 TranslateMessage(&Msg);
Ritor1
parents:
diff changeset
854 DispatchMessageA(&Msg);
Ritor1
parents:
diff changeset
855 }
Ritor1
parents:
diff changeset
856 }
Ritor1
parents:
diff changeset
857 while ( !pKeyActionMap->uLastKeyPressed );
Ritor1
parents:
diff changeset
858 result = pMessageQueue_50CBD0->uNumMessages;
Ritor1
parents:
diff changeset
859 if ( pMessageQueue_50CBD0->uNumMessages )
Ritor1
parents:
diff changeset
860 {
Ritor1
parents:
diff changeset
861 result = pMessageQueue_50CBD0->pMessages[0].field_8 != 0;
Ritor1
parents:
diff changeset
862 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0;
Ritor1
parents:
diff changeset
863 }
Ritor1
parents:
diff changeset
864 }
Ritor1
parents:
diff changeset
865 if ( v15 )
Ritor1
parents:
diff changeset
866 {
437
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
867 /*if ( (signed int)result < 40 )
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
868 {
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
869 pMessageQueue_50CBD0->pMessages[result].eType = UIMSG_Quit;
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
870 }*/
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
871 pMessageQueue_50CBD0->AddMessage(UIMSG_Quit, 1, 0);
0
Ritor1
parents:
diff changeset
872 }
Ritor1
parents:
diff changeset
873 else
Ritor1
parents:
diff changeset
874 {
437
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
875 pMessageQueue_50CBD0->AddMessage(UIMSG_ShowFinalWindow, 1, 0);
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
876 /*if ( (signed int)result < 40 )
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
877 {
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
878 pMessageQueue_50CBD0->pMessages[result].eType = UIMSG_C5;
0
Ritor1
parents:
diff changeset
879 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 1;
Ritor1
parents:
diff changeset
880 result = 3 * pMessageQueue_50CBD0->uNumMessages + 3;
Ritor1
parents:
diff changeset
881 *(&pMessageQueue_50CBD0->uNumMessages + result) = 0;
Ritor1
parents:
diff changeset
882 ++pMessageQueue_50CBD0->uNumMessages;
437
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
883 }*/
0
Ritor1
parents:
diff changeset
884 }
Ritor1
parents:
diff changeset
885 bGameoverLoop = 0;
Ritor1
parents:
diff changeset
886 return result;
Ritor1
parents:
diff changeset
887 }
Ritor1
parents:
diff changeset
888
1391
cc9a3a24d61d Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents: 1359
diff changeset
889
cc9a3a24d61d Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents: 1359
diff changeset
890
cc9a3a24d61d Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents: 1359
diff changeset
891
0
Ritor1
parents:
diff changeset
892
Ritor1
parents:
diff changeset
893 //----- (00451007) --------------------------------------------------------
1148
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
894 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
Ritor1
parents:
diff changeset
895 unsigned short *pDst, int dstWidth, int dstHeight, int dstPitch,
Ritor1
parents:
diff changeset
896 int a10, int a11)
Ritor1
parents:
diff changeset
897 {
Ritor1
parents:
diff changeset
898 int result; // eax@1
Ritor1
parents:
diff changeset
899 float v17; // ST3C_4@12
Ritor1
parents:
diff changeset
900 float v18; // ST38_4@12
Ritor1
parents:
diff changeset
901 unsigned int v19; // esi@12
Ritor1
parents:
diff changeset
902 int v21; // eax@18
Ritor1
parents:
diff changeset
903 unsigned int v22; // ecx@25
Ritor1
parents:
diff changeset
904 unsigned int v23; // eax@29
1146
b4ade2580ae3 sub_451007_scale_image_bicubic cleanup - some variable renaming, code shuffling
Grumpy7
parents: 1145
diff changeset
905 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
906 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
907 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
908 unsigned int widthRatioPlusOne; // [sp+14h] [bp-74h]@218
0
Ritor1
parents:
diff changeset
909 int v160; // [sp+3Ch] [bp-4Ch]@13
Ritor1
parents:
diff changeset
910 unsigned __int16 *v175; // [sp+4Ch] [bp-3Ch]@13
Ritor1
parents:
diff changeset
911 unsigned __int16 *v193; // [sp+5Ch] [bp-2Ch]@7
Ritor1
parents:
diff changeset
912 signed int v231; // [sp+78h] [bp-10h]@7
Ritor1
parents:
diff changeset
913 __int64 v240; // [sp+7Ch] [bp-Ch]@12
Ritor1
parents:
diff changeset
914 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
915 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
916 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
917 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
918 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
919 int field_0_bits;
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
920 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
921
1146
b4ade2580ae3 sub_451007_scale_image_bicubic cleanup - some variable renaming, code shuffling
Grumpy7
parents: 1145
diff changeset
922 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
923 switch(field0value)
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
924 {
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
925 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
926 break;
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
927 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
928 break;
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
929 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
930 break;
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
931 default:
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
932 return field0value;
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
933 }
1144
f544cd6f7168 sub_451007_scale_image_bicubic cleanup - preparations for further condition body extractions
Grumpy7
parents: 1140
diff changeset
934 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
935 switch(field20value)
1129
9362028fccd1 sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents: 1128
diff changeset
936 {
1148
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
937 case 8: field_20_bits = 1;
1129
9362028fccd1 sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents: 1128
diff changeset
938 break;
1148
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
939 case 16: field_20_bits = 2;
1129
9362028fccd1 sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents: 1128
diff changeset
940 break;
1148
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
941 case 32: field_20_bits = 4;
1129
9362028fccd1 sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents: 1128
diff changeset
942 break;
9362028fccd1 sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents: 1128
diff changeset
943 default:
1144
f544cd6f7168 sub_451007_scale_image_bicubic cleanup - preparations for further condition body extractions
Grumpy7
parents: 1140
diff changeset
944 return field20value;
1129
9362028fccd1 sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents: 1128
diff changeset
945 }
1148
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
946
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
947 result = (int)pDst;
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
948 v193 = pDst;
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
949 v231 = 0;
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
950 if ( dstHeight <= 0 )
1129
9362028fccd1 sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents: 1128
diff changeset
951 return result;
1148
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
952 do
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
953 {
1149
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
954 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
955 {
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
956 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
957 widthRatio = bankersRounding(a6s);
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
958 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
959 widthRatioPlusOne = bankersRounding(a6t);
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
960 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
961 heightRatio = bankersRounding(v17);
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
962 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
963 heightRatioPlusOne = bankersRounding(v18);
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
964 v251 = 0;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
965 v19 = (heightRatioPlusOne - heightRatio) * (widthRatioPlusOne - widthRatio);
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
966 v252 = 0;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
967 a6b = 0;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
968 v240 = 0i64;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
969
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
970 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
971 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
972 {
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
973 int ratioDiff = widthRatioPlusOne - widthRatio;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
974 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
975 {
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
976 if(field0value == 32)
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
977 v21 = _450FB1((int)v175[i]);
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
978 else if(field0value == 16)
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
979 v21 = _450FB1((_WORD)v175[i]);
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
980 else
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
981 v21 = _450FB1((unsigned __int8)v175[i]);
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
982 v240 += ((unsigned int)v21 >> 24);
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
983 a6b += BYTE2(v21);
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
984 v252 += BYTE1(v21);
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
985 v251 += (unsigned __int8)v21;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
986 }
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
987 if(field0value == 32)
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
988 v175 += 2 * srcPitch;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
989 else if(field0value == 16)
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
990 v175 += srcPitch;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
991 else
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
992 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
993 }
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
994 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
995 if ( v19 )
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
996 {
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
997 a6b /= v19;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
998 v252 /= v19;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
999 v251 /= v19;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
1000 }
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
1001 if ( v22 != 255 )
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
1002 v22 &= 0x7FFFFFFFu;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
1003 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
1004 *(_DWORD *)v193 = v23;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
1005 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
1006 }
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
1007 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
1008 ++v231;
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
1009 result = v231;
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
1010 }
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
1011 while(v231 < dstHeight);
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
1012 return result;
0
Ritor1
parents:
diff changeset
1013 }
Ritor1
parents:
diff changeset
1014
Ritor1
parents:
diff changeset
1015 //----- (0044F57C) --------------------------------------------------------
Ritor1
parents:
diff changeset
1016 void SpawnEncounter(MapInfo *pMapInfo, SpawnPointMM7 *spawn, int a3, int a4, int a5)
Ritor1
parents:
diff changeset
1017 {
Ritor1
parents:
diff changeset
1018 //MapInfo *v5; // esi@1
Ritor1
parents:
diff changeset
1019 //SpawnPointMM7 *v6; // ebx@1
Ritor1
parents:
diff changeset
1020 int v7; // eax@2
Ritor1
parents:
diff changeset
1021 char v8; // zf@5
Ritor1
parents:
diff changeset
1022 int v9; // edi@9
Ritor1
parents:
diff changeset
1023 int v10; // eax@9
Ritor1
parents:
diff changeset
1024 int v11; // ecx@9
Ritor1
parents:
diff changeset
1025 int v12; // edx@9
Ritor1
parents:
diff changeset
1026 int v13; // eax@9
Ritor1
parents:
diff changeset
1027 int v14; // eax@14
Ritor1
parents:
diff changeset
1028 int v15; // ecx@14
Ritor1
parents:
diff changeset
1029 int v16; // eax@19
Ritor1
parents:
diff changeset
1030 int v17; // ecx@19
Ritor1
parents:
diff changeset
1031 int v18; // esi@31
Ritor1
parents:
diff changeset
1032 //int pPosX; // ecx@32
Ritor1
parents:
diff changeset
1033 //int v20; // edx@32
Ritor1
parents:
diff changeset
1034 //int v21; // eax@32
Ritor1
parents:
diff changeset
1035 Actor *pMonster; // esi@35
Ritor1
parents:
diff changeset
1036 int v23; // edx@36
Ritor1
parents:
diff changeset
1037 signed int v24; // edi@36
Ritor1
parents:
diff changeset
1038 int v25; // ecx@36
Ritor1
parents:
diff changeset
1039 unsigned __int16 v26; // ax@47
Ritor1
parents:
diff changeset
1040 MonsterDesc *v27; // edi@48
Ritor1
parents:
diff changeset
1041 signed int v28; // eax@48
Ritor1
parents:
diff changeset
1042 __int16 v29; // cx@50
Ritor1
parents:
diff changeset
1043 __int16 v30; // ax@50
Ritor1
parents:
diff changeset
1044 __int16 v31; // ax@50
Ritor1
parents:
diff changeset
1045 int v32; // eax@50
Ritor1
parents:
diff changeset
1046 int v33; // edi@50
Ritor1
parents:
diff changeset
1047 int v34; // eax@50
Ritor1
parents:
diff changeset
1048 int v35; // eax@50
Ritor1
parents:
diff changeset
1049 int v36; // eax@50
Ritor1
parents:
diff changeset
1050 int v37; // eax@51
Ritor1
parents:
diff changeset
1051 int v38; // eax@52
Ritor1
parents:
diff changeset
1052 int v39; // edi@52
Ritor1
parents:
diff changeset
1053 std::string v40; // [sp-18h] [bp-100h]@60
Ritor1
parents:
diff changeset
1054 void *v41; // [sp-14h] [bp-FCh]@50
Ritor1
parents:
diff changeset
1055 //void *v42; // [sp-10h] [bp-F8h]@50
Ritor1
parents:
diff changeset
1056 //size_t v43; // [sp-Ch] [bp-F4h]@50
Ritor1
parents:
diff changeset
1057 const char *v44; // [sp-8h] [bp-F0h]@13
Ritor1
parents:
diff changeset
1058 char *pTexture; // [sp-4h] [bp-ECh]@9
Ritor1
parents:
diff changeset
1059 char Str[32]; // [sp+Ch] [bp-DCh]@60
Ritor1
parents:
diff changeset
1060 char Str2[120]; // [sp+2Ch] [bp-BCh]@29
Ritor1
parents:
diff changeset
1061 unsigned int uFaceID; // [sp+A4h] [bp-44h]@52
Ritor1
parents:
diff changeset
1062 MonsterInfo *Src; // [sp+A8h] [bp-40h]@50
Ritor1
parents:
diff changeset
1063 int v50; // [sp+ACh] [bp-3Ch]@47
Ritor1
parents:
diff changeset
1064 char Source[32]; // [sp+B0h] [bp-38h]@20
Ritor1
parents:
diff changeset
1065 int v52; // [sp+D0h] [bp-18h]@34
Ritor1
parents:
diff changeset
1066 int v53; // [sp+D4h] [bp-14h]@34
Ritor1
parents:
diff changeset
1067 int pSector; // [sp+D8h] [bp-10h]@32
Ritor1
parents:
diff changeset
1068 int pPosX; // [sp+DCh] [bp-Ch]@32
Ritor1
parents:
diff changeset
1069 int v56; // [sp+E0h] [bp-8h]@8
Ritor1
parents:
diff changeset
1070 int v57; // [sp+E4h] [bp-4h]@1
Ritor1
parents:
diff changeset
1071
Ritor1
parents:
diff changeset
1072 //auto a2 = spawn;
Ritor1
parents:
diff changeset
1073 v57 = 0;
Ritor1
parents:
diff changeset
1074 //v5 = pMapInfo;
Ritor1
parents:
diff changeset
1075 //v6 = spawn;
Ritor1
parents:
diff changeset
1076 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor )
Ritor1
parents:
diff changeset
1077 v7 = pOutdoor->ddm.field_C_alert;
Ritor1
parents:
diff changeset
1078 else if (uCurrentlyLoadedLevelType == LEVEL_Outdoor)
Ritor1
parents:
diff changeset
1079 v7 = pIndoor->dlv.field_C_alert;
Ritor1
parents:
diff changeset
1080 else
Ritor1
parents:
diff changeset
1081 v7 = 0;
Ritor1
parents:
diff changeset
1082 if (v7)
Ritor1
parents:
diff changeset
1083 v8 = (spawn->uAttributes & 1) == 0;
Ritor1
parents:
diff changeset
1084 else
Ritor1
parents:
diff changeset
1085 v8 = (spawn->uAttributes & 1) == 1;
Ritor1
parents:
diff changeset
1086 if (v8)
Ritor1
parents:
diff changeset
1087 return;
Ritor1
parents:
diff changeset
1088 //result = (void *)(spawn->uIndex - 1);
Ritor1
parents:
diff changeset
1089 v56 = 1;
Ritor1
parents:
diff changeset
1090 switch (spawn->uIndex - 1)
Ritor1
parents:
diff changeset
1091 {
Ritor1
parents:
diff changeset
1092 case 0u:
Ritor1
parents:
diff changeset
1093 v9 = pMapInfo->uEncounterMonster1AtLeast;
Ritor1
parents:
diff changeset
1094 v10 = rand();
Ritor1
parents:
diff changeset
1095 v11 = pMapInfo->uEncounterMonster1AtMost;
Ritor1
parents:
diff changeset
1096 pTexture = pMapInfo->pEncounterMonster1Texture;
Ritor1
parents:
diff changeset
1097 v12 = v10 % (v11 - v9 + 1);
237
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
1098 v13 = pMapInfo->Dif_M1;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1099 v57 = v13;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1100 v56 = v9 + v12;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1101 strcpy(Source, pTexture);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1102 break;
0
Ritor1
parents:
diff changeset
1103 case 3u:
Ritor1
parents:
diff changeset
1104 pTexture = pMapInfo->pEncounterMonster1Texture;
Ritor1
parents:
diff changeset
1105 v44 = "%s A";
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1106 sprintf(Source, v44, pTexture);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1107 break;
0
Ritor1
parents:
diff changeset
1108 case 4u:
Ritor1
parents:
diff changeset
1109 pTexture = pMapInfo->pEncounterMonster2Texture;
Ritor1
parents:
diff changeset
1110 v44 = "%s A";
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1111 sprintf(Source, v44, pTexture);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1112 break;
0
Ritor1
parents:
diff changeset
1113 case 5u:
Ritor1
parents:
diff changeset
1114 pTexture = pMapInfo->pEncounterMonster3Texture;
Ritor1
parents:
diff changeset
1115 v44 = "%s A";
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1116 sprintf(Source, v44, pTexture);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1117 break;
0
Ritor1
parents:
diff changeset
1118 case 1u:
Ritor1
parents:
diff changeset
1119 v9 = pMapInfo->uEncounterMonster2AtLeast;
Ritor1
parents:
diff changeset
1120 v14 = rand();
Ritor1
parents:
diff changeset
1121 v15 = pMapInfo->uEncounterMonster2AtMost;
Ritor1
parents:
diff changeset
1122 pTexture = pMapInfo->pEncounterMonster2Texture;
Ritor1
parents:
diff changeset
1123 v12 = v14 % (v15 - v9 + 1);
237
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
1124 v13 = pMapInfo->Dif_M2;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1125 v57 = v13;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1126 v56 = v9 + v12;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1127 strcpy(Source, pTexture);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1128 break;
0
Ritor1
parents:
diff changeset
1129 case 6u:
Ritor1
parents:
diff changeset
1130 pTexture = pMapInfo->pEncounterMonster1Texture;
Ritor1
parents:
diff changeset
1131 v44 = "%s B";
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1132 sprintf(Source, v44, pTexture);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1133 break;
0
Ritor1
parents:
diff changeset
1134 case 7u:
Ritor1
parents:
diff changeset
1135 pTexture = pMapInfo->pEncounterMonster2Texture;
Ritor1
parents:
diff changeset
1136 v44 = "%s B";
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1137 sprintf(Source, v44, pTexture);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1138 break;
0
Ritor1
parents:
diff changeset
1139 case 8u:
Ritor1
parents:
diff changeset
1140 pTexture = pMapInfo->pEncounterMonster3Texture;
Ritor1
parents:
diff changeset
1141 v44 = "%s B";
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1142 sprintf(Source, v44, pTexture);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1143 break;
0
Ritor1
parents:
diff changeset
1144 case 2u:
Ritor1
parents:
diff changeset
1145 v9 = pMapInfo->uEncounterMonster3AtLeast;
Ritor1
parents:
diff changeset
1146 v16 = rand();
Ritor1
parents:
diff changeset
1147 v17 = pMapInfo->uEncounterMonster3AtMost;
Ritor1
parents:
diff changeset
1148 pTexture = pMapInfo->pEncounterMonster3Texture;
Ritor1
parents:
diff changeset
1149 v12 = v16 % (v17 - v9 + 1);
237
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
1150 v13 = pMapInfo->Dif_M3;
0
Ritor1
parents:
diff changeset
1151 v57 = v13;
Ritor1
parents:
diff changeset
1152 v56 = v9 + v12;
Ritor1
parents:
diff changeset
1153 strcpy(Source, pTexture);
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1154 break;
0
Ritor1
parents:
diff changeset
1155 case 9u:
Ritor1
parents:
diff changeset
1156 pTexture = pMapInfo->pEncounterMonster1Texture;
Ritor1
parents:
diff changeset
1157 v44 = "%s C";
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1158 sprintf(Source, v44, pTexture);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1159 break;
0
Ritor1
parents:
diff changeset
1160 case 0xAu:
Ritor1
parents:
diff changeset
1161 pTexture = pMapInfo->pEncounterMonster2Texture;
Ritor1
parents:
diff changeset
1162 v44 = "%s C";
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1163 sprintf(Source, v44, pTexture);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1164 break;
0
Ritor1
parents:
diff changeset
1165 case 0xBu:
Ritor1
parents:
diff changeset
1166 pTexture = pMapInfo->pEncounterMonster3Texture;
Ritor1
parents:
diff changeset
1167 v44 = "%s C";
Ritor1
parents:
diff changeset
1168 sprintf(Source, v44, pTexture);
Ritor1
parents:
diff changeset
1169 break;
Ritor1
parents:
diff changeset
1170 default:
Ritor1
parents:
diff changeset
1171 return;
Ritor1
parents:
diff changeset
1172 }
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1173 if (Source[0] == '0')
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1174 return;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1175 v57 += a3;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1176 if ( v57 > 4 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1177 v57 = 4;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1178 strcpy(Str2, Source);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1179 if ( a4 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1180 v56 = a4;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1181 v18 = v56;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1182 if ( (signed int)(v56 + uNumActors) >= 500 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1183 return;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1184 pSector = 0;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1185 pPosX = spawn->vPosition.x;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1186 a4 = spawn->vPosition.y;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1187 a3 = spawn->vPosition.z;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1188 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1189 pSector = pIndoor->GetSector(spawn->vPosition.x, spawn->vPosition.y, spawn->vPosition.z);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1190 v53 = 0;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1191 v52 = (((uCurrentlyLoadedLevelType != LEVEL_Outdoor) - 1) & 0x40) + 64;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1192 if ( v18 <= 0 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1193 return;
0
Ritor1
parents:
diff changeset
1194 for (uint i = v53; i < v56; ++i)
Ritor1
parents:
diff changeset
1195 {
Ritor1
parents:
diff changeset
1196 pMonster = &pActors[uNumActors];
Ritor1
parents:
diff changeset
1197 pActors[uNumActors].Reset();
Ritor1
parents:
diff changeset
1198 if ( v57 )
Ritor1
parents:
diff changeset
1199 {
Ritor1
parents:
diff changeset
1200 v23 = rand() % 100;
Ritor1
parents:
diff changeset
1201 v24 = 3;
Ritor1
parents:
diff changeset
1202 v25 = (unsigned __int16)word_4E8152[3 * v57];
Ritor1
parents:
diff changeset
1203 if ( v23 >= v25 )
Ritor1
parents:
diff changeset
1204 {
Ritor1
parents:
diff changeset
1205 if ( v23 < v25 + (unsigned __int16)word_4E8152[3 * v57 + 1] )
Ritor1
parents:
diff changeset
1206 v24 = 2;
Ritor1
parents:
diff changeset
1207 }
Ritor1
parents:
diff changeset
1208 else
Ritor1
parents:
diff changeset
1209 {
Ritor1
parents:
diff changeset
1210 v24 = 1;
Ritor1
parents:
diff changeset
1211 }
Ritor1
parents:
diff changeset
1212 if ( v24 == 1 )
Ritor1
parents:
diff changeset
1213 {
Ritor1
parents:
diff changeset
1214 pTexture = Source;
Ritor1
parents:
diff changeset
1215 v44 = "%s A";
Ritor1
parents:
diff changeset
1216 }
Ritor1
parents:
diff changeset
1217 else
Ritor1
parents:
diff changeset
1218 {
Ritor1
parents:
diff changeset
1219 if ( v24 == 2 )
Ritor1
parents:
diff changeset
1220 {
Ritor1
parents:
diff changeset
1221 pTexture = Source;
Ritor1
parents:
diff changeset
1222 v44 = "%s B";
Ritor1
parents:
diff changeset
1223 }
Ritor1
parents:
diff changeset
1224 else
Ritor1
parents:
diff changeset
1225 {
Ritor1
parents:
diff changeset
1226 if ( v24 != 3 )
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1227 continue;
0
Ritor1
parents:
diff changeset
1228 pTexture = Source;
Ritor1
parents:
diff changeset
1229 v44 = "%s C";
Ritor1
parents:
diff changeset
1230 }
Ritor1
parents:
diff changeset
1231 }
Ritor1
parents:
diff changeset
1232 sprintf(Str2, v44, pTexture);
Ritor1
parents:
diff changeset
1233 }
751
6005142abce0 monster init refactored
Gloval
parents: 736
diff changeset
1234 v50 = pMonsterList->GetMonsterIDByName(Str2);
0
Ritor1
parents:
diff changeset
1235 pTexture = Str2;
751
6005142abce0 monster init refactored
Gloval
parents: 736
diff changeset
1236 if ( (signed __int16)v50 == -1 )
0
Ritor1
parents:
diff changeset
1237 {
Ritor1
parents:
diff changeset
1238 sprintf(Str, "Can't create random monster: '%s'! See MapStats.txt and Monsters.txt!", pTexture);
Ritor1
parents:
diff changeset
1239 MessageBoxA(nullptr, Str, nullptr, 0);
Ritor1
parents:
diff changeset
1240 ExitProcess(0);
Ritor1
parents:
diff changeset
1241 }
751
6005142abce0 monster init refactored
Gloval
parents: 736
diff changeset
1242 v27 = &pMonsterList->pMonsters[(signed __int16)v50];
6005142abce0 monster init refactored
Gloval
parents: 736
diff changeset
1243 v28 = pMonsterStats->FindMonsterByTextureName(pTexture);
0
Ritor1
parents:
diff changeset
1244 if ( !v28 )
Ritor1
parents:
diff changeset
1245 v28 = 1;
Ritor1
parents:
diff changeset
1246 Src = &pMonsterStats->pInfos[v28];
Ritor1
parents:
diff changeset
1247 strcpy(pMonster->pActorName, Src->pName);
Ritor1
parents:
diff changeset
1248 pMonster->sCurrentHP = Src->uHP;
Ritor1
parents:
diff changeset
1249 assert(sizeof(MonsterInfo) == 88);
Ritor1
parents:
diff changeset
1250 memcpy(&pMonster->pMonsterInfo, Src, sizeof(MonsterInfo));
Ritor1
parents:
diff changeset
1251 pMonster->word_000086_some_monster_id = v50 + 1;
Ritor1
parents:
diff changeset
1252 pMonster->uActorRadius = v27->uMonsterRadius;
Ritor1
parents:
diff changeset
1253 pMonster->uActorHeight = v27->uMonsterHeight;
Ritor1
parents:
diff changeset
1254 pMonster->uMovementSpeed = v27->uMovementSpeed;
Ritor1
parents:
diff changeset
1255 pMonster->vInitialPosition.x = spawn->vPosition.x;
Ritor1
parents:
diff changeset
1256 pMonster->vPosition.x = spawn->vPosition.x;
Ritor1
parents:
diff changeset
1257 pMonster->uTetherDistance = 256;
Ritor1
parents:
diff changeset
1258 pMonster->vInitialPosition.y = a4;
Ritor1
parents:
diff changeset
1259 pMonster->vPosition.y = a4;
Ritor1
parents:
diff changeset
1260 pTexture = 0;
Ritor1
parents:
diff changeset
1261 pMonster->vInitialPosition.z = a3;
Ritor1
parents:
diff changeset
1262 pMonster->vPosition.z = a3;
Ritor1
parents:
diff changeset
1263 pMonster->uSectorID = pSector;
Ritor1
parents:
diff changeset
1264 pMonster->uGroup = spawn->uGroup;
Ritor1
parents:
diff changeset
1265 pMonster->PrepareSprites((char)pTexture);
Ritor1
parents:
diff changeset
1266 pMonster->pMonsterInfo.uHostilityType = MonsterInfo::Hostility_Friendly;
Ritor1
parents:
diff changeset
1267 v32 = rand();
Ritor1
parents:
diff changeset
1268 v33 = v32 % 2048;
323
d720a13e2273 Very basic picking & entering houses
Nomad
parents: 322
diff changeset
1269 v34 = stru_5C6E00->Cos(v32 % 2048);
0
Ritor1
parents:
diff changeset
1270 a4 = v34;
Ritor1
parents:
diff changeset
1271 a3 = (unsigned __int64)(v34 * (signed __int64)v52) >> 16;
Ritor1
parents:
diff changeset
1272 pPosX = a3 + spawn->vPosition.x;
323
d720a13e2273 Very basic picking & entering houses
Nomad
parents: 322
diff changeset
1273 v35 = stru_5C6E00->Sin(v33);
0
Ritor1
parents:
diff changeset
1274 a4 = v35;
Ritor1
parents:
diff changeset
1275 a3 = (unsigned __int64)(v35 * (signed __int64)v52) >> 16;
Ritor1
parents:
diff changeset
1276 a4 = a3 + spawn->vPosition.y;
Ritor1
parents:
diff changeset
1277 v36 = spawn->vPosition.z;
Ritor1
parents:
diff changeset
1278 a3 = spawn->vPosition.z;
Ritor1
parents:
diff changeset
1279 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor )
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1280 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1281 if ( a5 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1282 pMonster->uAttributes |= 0x080000;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1283 ++uNumActors;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1284 continue;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1285 }
0
Ritor1
parents:
diff changeset
1286 v37 = pIndoor->GetSector(pPosX, a4, v36);
Ritor1
parents:
diff changeset
1287 if ( v37 == pSector )
Ritor1
parents:
diff changeset
1288 {
723
256211e8243a ODM_GetFloorLevel & BLV_GetFloorLevel
Ritor1
parents: 722
diff changeset
1289 v38 = BLV_GetFloorLevel(pPosX, a4, a3, v37, &uFaceID);
0
Ritor1
parents:
diff changeset
1290 v39 = v38;
Ritor1
parents:
diff changeset
1291 if ( v38 != -30000 )
Ritor1
parents:
diff changeset
1292 {
Ritor1
parents:
diff changeset
1293 if ( abs(v38 - a3) <= 1024 )
Ritor1
parents:
diff changeset
1294 {
Ritor1
parents:
diff changeset
1295 a3 = v39;
Ritor1
parents:
diff changeset
1296 if ( a5 )
Ritor1
parents:
diff changeset
1297 pMonster->uAttributes |= 0x080000;
Ritor1
parents:
diff changeset
1298 ++uNumActors;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1299 continue;
0
Ritor1
parents:
diff changeset
1300 }
Ritor1
parents:
diff changeset
1301 }
Ritor1
parents:
diff changeset
1302 }
Ritor1
parents:
diff changeset
1303 ;
Ritor1
parents:
diff changeset
1304 //v53 = (char *)v53 + 1;
Ritor1
parents:
diff changeset
1305 //result = v53;
Ritor1
parents:
diff changeset
1306 }
Ritor1
parents:
diff changeset
1307 //while ( (signed int)v53 < v56 );
Ritor1
parents:
diff changeset
1308 }
Ritor1
parents:
diff changeset
1309
Ritor1
parents:
diff changeset
1310 //----- (0044FA4C) --------------------------------------------------------
Ritor1
parents:
diff changeset
1311 signed int __fastcall sub_44FA4C_spawn_light_elemental(int a1, int a2, int a3)
Ritor1
parents:
diff changeset
1312 {
Ritor1
parents:
diff changeset
1313 signed int v3; // ecx@6
90
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
1314 Actor *v4; // edx@7
0
Ritor1
parents:
diff changeset
1315 signed int result; // eax@13
Ritor1
parents:
diff changeset
1316 Actor *v6; // esi@16
Ritor1
parents:
diff changeset
1317 char *v7; // ebx@16
Ritor1
parents:
diff changeset
1318 MonsterDesc *v8; // edi@16
Ritor1
parents:
diff changeset
1319 unsigned __int16 v9; // ax@16
Ritor1
parents:
diff changeset
1320 int v10; // ebx@16
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1321 //int v11; // edi@16
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1322 //int v12; // eax@16
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1323 //int v13; // ecx@16
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1324 //int v14; // ebx@16
0
Ritor1
parents:
diff changeset
1325 const char *v15; // [sp-4h] [bp-24h]@2
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1326 //unsigned __int16 v16; // [sp+0h] [bp-20h]@1
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1327 //int v17; // [sp+4h] [bp-1Ch]@1
0
Ritor1
parents:
diff changeset
1328 unsigned int uFaceID; // [sp+8h] [bp-18h]@16
Ritor1
parents:
diff changeset
1329 int v19; // [sp+Ch] [bp-14h]@16
Ritor1
parents:
diff changeset
1330 size_t v20; // [sp+10h] [bp-10h]@6
Ritor1
parents:
diff changeset
1331 int v21; // [sp+14h] [bp-Ch]@14
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1332 //int v22; // [sp+18h] [bp-8h]@14
0
Ritor1
parents:
diff changeset
1333 unsigned int v23; // [sp+1Ch] [bp-4h]@6
Ritor1
parents:
diff changeset
1334
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1335 //v16 = a2;
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1336 //v17 = a1;
0
Ritor1
parents:
diff changeset
1337 if ( a2 == 4 )
Ritor1
parents:
diff changeset
1338 {
Ritor1
parents:
diff changeset
1339 v15 = "Elemental Light C";
Ritor1
parents:
diff changeset
1340 }
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1341 else if ( a2 == 3 )
0
Ritor1
parents:
diff changeset
1342 v15 = "Elemental Light B";
Ritor1
parents:
diff changeset
1343 else
Ritor1
parents:
diff changeset
1344 v15 = "Elemental Light A";
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1345
751
6005142abce0 monster init refactored
Gloval
parents: 736
diff changeset
1346 v23 = pMonsterList->GetMonsterIDByName(v15);
0
Ritor1
parents:
diff changeset
1347 v3 = 0;
Ritor1
parents:
diff changeset
1348 v20 = uNumActors;
Ritor1
parents:
diff changeset
1349 if ( (signed int)uNumActors > 0 )
Ritor1
parents:
diff changeset
1350 {
1202
0dbf6c4dd029 arrays to std::arrays phase 1
Grumpy7
parents: 1167
diff changeset
1351 v4 = pActors.data();//[0].uAIState;
90
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
1352 while ( v4->uAIState != Removed )
0
Ritor1
parents:
diff changeset
1353 {
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1354 ++v3;
90
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
1355 ++v4;
0
Ritor1
parents:
diff changeset
1356 if ( v3 >= (signed int)uNumActors )
90
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
1357 break;
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
1358 }
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
1359 if( v3 < (signed int)uNumActors )
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
1360 v20 = v3;
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
1361 }
0
Ritor1
parents:
diff changeset
1362 if ( v20 != uNumActors || (result = uNumActors + 1, (signed int)(uNumActors + 1) < 500) )
Ritor1
parents:
diff changeset
1363 {
Ritor1
parents:
diff changeset
1364 v21 = 0;
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1365 //v22 = pParty->vPosition.z;
0
Ritor1
parents:
diff changeset
1366 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor )
Ritor1
parents:
diff changeset
1367 v21 = pIndoor->GetSector(pParty->vPosition.x, pParty->vPosition.y, pParty->vPosition.z);
Ritor1
parents:
diff changeset
1368 v6 = &pActors[v20];
Ritor1
parents:
diff changeset
1369 v7 = (char *)&pMonsterStats->pInfos[v23 + 1];
Ritor1
parents:
diff changeset
1370 v19 = (((uCurrentlyLoadedLevelType != LEVEL_Outdoor) - 1) & 0x40) + 64;
Ritor1
parents:
diff changeset
1371 v6->Reset();
Ritor1
parents:
diff changeset
1372 v8 = &pMonsterList->pMonsters[v23];
Ritor1
parents:
diff changeset
1373 strcpy(v6->pActorName, *(const char **)v7);
Ritor1
parents:
diff changeset
1374 v6->sCurrentHP = *((short *)v7 + 32);
Ritor1
parents:
diff changeset
1375 memcpy(&v6->pMonsterInfo, v7, 0x58u);
Ritor1
parents:
diff changeset
1376 v6->word_000086_some_monster_id = v23 + 1;
Ritor1
parents:
diff changeset
1377 v6->uActorRadius = v8->uMonsterRadius;
Ritor1
parents:
diff changeset
1378 v6->uActorHeight = v8->uMonsterHeight;
Ritor1
parents:
diff changeset
1379 v9 = v8->uMovementSpeed;
Ritor1
parents:
diff changeset
1380 v6->pMonsterInfo.uTreasureDiceRolls = 0;
Ritor1
parents:
diff changeset
1381 v6->pMonsterInfo.uTreasureType = 0;
Ritor1
parents:
diff changeset
1382 v6->pMonsterInfo.uExp = 0;
Ritor1
parents:
diff changeset
1383 v6->uMovementSpeed = v9;
Ritor1
parents:
diff changeset
1384 v10 = rand() % 2048;
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1385 //v11 = pParty->vPosition.x + fixpoint_sub0(stru_5C6E00->Cos(v10), v19);
323
d720a13e2273 Very basic picking & entering houses
Nomad
parents: 322
diff changeset
1386 uFaceID = stru_5C6E00->Sin(v10);
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1387 //v12 = pParty->vPosition.y;
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1388 //v13 = fixpoint_sub0(uFaceID, v19);
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1389 //v14 = pParty->vPosition.y + fixpoint_sub0(uFaceID, v19);
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1390 //LOWORD(v12) = v22;
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1391 v6->vInitialPosition.x = pParty->vPosition.x + fixpoint_sub0(stru_5C6E00->Cos(v10), v19);
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1392 v6->vPosition.x = v6->vInitialPosition.x;
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1393 v6->vInitialPosition.y = pParty->vPosition.y + fixpoint_sub0(uFaceID, v19);
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1394 v6->vPosition.y = v6->vInitialPosition.y;
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1395 v6->vInitialPosition.z = pParty->vPosition.z;
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1396 v6->vPosition.z = v6->vInitialPosition.z;
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1397 //LOWORD(v12) = v21;
0
Ritor1
parents:
diff changeset
1398 v6->uTetherDistance = 256;
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1399 v6->uSectorID = v21;
0
Ritor1
parents:
diff changeset
1400 v6->PrepareSprites(0);
Ritor1
parents:
diff changeset
1401 v6->pMonsterInfo.uHostilityType = MonsterInfo::Hostility_Friendly;
Ritor1
parents:
diff changeset
1402 v6->uAlly = 9999;
Ritor1
parents:
diff changeset
1403 v6->uGroup = 0;
Ritor1
parents:
diff changeset
1404 v6->uCurrentActionTime = 0;
Ritor1
parents:
diff changeset
1405 v6->uAIState = Summoned;
Ritor1
parents:
diff changeset
1406 v6->uCurrentActionLength = 256;
Ritor1
parents:
diff changeset
1407 v6->UpdateAnimation();
Ritor1
parents:
diff changeset
1408 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1409 || (result = pIndoor->GetSector(v6->vPosition.x, v6->vPosition.y, v6->vPosition.z),
0
Ritor1
parents:
diff changeset
1410 result == v21)
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1411 && (result = BLV_GetFloorLevel(v6->vPosition.x, v6->vPosition.y, v6->vPosition.z, result, &uFaceID), result != -30000)
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1412 && (result = abs(result - pParty->vPosition.z), result <= 1024) )
0
Ritor1
parents:
diff changeset
1413 {
Ritor1
parents:
diff changeset
1414 if ( v20 == uNumActors )
Ritor1
parents:
diff changeset
1415 ++uNumActors;
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1416 v6->uSummonerID = PID(OBJECT_Player, a1);
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1417 result = v6->pActorBuffs[2].Apply(pParty->uTimePlayed + (a3 * 128) / 30.0f,
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1418 a2,
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1419 a1,
0
Ritor1
parents:
diff changeset
1420 0,
Ritor1
parents:
diff changeset
1421 0);
Ritor1
parents:
diff changeset
1422 }
Ritor1
parents:
diff changeset
1423 }
Ritor1
parents:
diff changeset
1424 return result;
Ritor1
parents:
diff changeset
1425 }
Ritor1
parents:
diff changeset
1426
Ritor1
parents:
diff changeset
1427 //----- (0044FFD8) --------------------------------------------------------
Ritor1
parents:
diff changeset
1428 int MapInfo::SpawnRandomTreasure(SpawnPointMM7 *a2)
Ritor1
parents:
diff changeset
1429 {
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1430 //MapInfo *v2; // ebx@1
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1431 //SpawnPointMM7 *v3; // esi@1
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1432 //int v4; // eax@1
0
Ritor1
parents:
diff changeset
1433 int v5; // edx@1
Ritor1
parents:
diff changeset
1434 int v6; // eax@1
Ritor1
parents:
diff changeset
1435 int v7; // ecx@1
Ritor1
parents:
diff changeset
1436 int v8; // ebx@1
Ritor1
parents:
diff changeset
1437 int v9; // eax@1
Ritor1
parents:
diff changeset
1438 signed int v10; // ebx@1
Ritor1
parents:
diff changeset
1439 signed int result; // eax@1
Ritor1
parents:
diff changeset
1440 signed __int64 v12; // qtt@1
Ritor1
parents:
diff changeset
1441 int v13; // ebx@1
Ritor1
parents:
diff changeset
1442 int v14; // edx@10
Ritor1
parents:
diff changeset
1443 signed int v15; // ebx@20
Ritor1
parents:
diff changeset
1444 unsigned __int16 v16; // dx@20
1417
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1445 ObjectDesc *v17; // ecx@21
0
Ritor1
parents:
diff changeset
1446 unsigned __int16 v18; // ax@24
Ritor1
parents:
diff changeset
1447 int v19; // ST0C_4@27
Ritor1
parents:
diff changeset
1448 int v20; // ST08_4@27
Ritor1
parents:
diff changeset
1449 int v21; // ST04_4@27
Ritor1
parents:
diff changeset
1450 int v22; // eax@27
Ritor1
parents:
diff changeset
1451 signed int v23; // ebx@29
Ritor1
parents:
diff changeset
1452 unsigned __int16 v24; // dx@29
1417
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1453 ObjectDesc *v25; // ecx@30
0
Ritor1
parents:
diff changeset
1454 unsigned __int16 v26; // ax@33
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1455 //int v27; // ecx@35
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1456 //int v28; // eax@35
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1457 //int v29; // esi@35
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1458 //__int16 v30; // ax@35
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
1459 SpriteObject a1a; // [sp+Ch] [bp-7Ch]@1
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1460 //int v32; // [sp+7Ch] [bp-Ch]@1
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1461 //int v33; // [sp+80h] [bp-8h]@1
0
Ritor1
parents:
diff changeset
1462 int v34; // [sp+84h] [bp-4h]@1
Ritor1
parents:
diff changeset
1463
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1464 //auto a1 = this;
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1465 //v2 = a1;
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1466 //v3 = a2;
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1467 //v4 = rand();
0
Ritor1
parents:
diff changeset
1468 v34 = 0;
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1469 v5 = rand() % 100;
436
4a42c2f97aa2 some itemgen crashes fixed
Gloval
parents: 434
diff changeset
1470 // v6 = 2 * (v2->Treasure_prob + 7 * v3->uIndex) - 14;
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1471 v7 = (unsigned __int8)byte_4E8168[a2->uIndex - 1][2 * Treasure_prob];
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1472 v8 = (unsigned __int8)byte_4E8168[a2->uIndex - 1][2 * Treasure_prob + 1];
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1473 //v32 = v5;
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1474 //v33 = v7;
0
Ritor1
parents:
diff changeset
1475 v9 = rand();
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1476 v10 = v8 - v7 + 1;
0
Ritor1
parents:
diff changeset
1477 v12 = v9;
Ritor1
parents:
diff changeset
1478 result = v9 / v10;
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1479 v13 = v7 + (unsigned __int64)(v12 % v10);
0
Ritor1
parents:
diff changeset
1480 if ( v13 < 7 )
Ritor1
parents:
diff changeset
1481 {
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1482 if ( v5 < 20 )
0
Ritor1
parents:
diff changeset
1483 return result;
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1484 if ( v5 >= 60 )
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1485 {
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1486 v19 = a2->vPosition.z;
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1487 v20 = a2->vPosition.y;
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1488 v21 = a2->vPosition.x;
0
Ritor1
parents:
diff changeset
1489 v22 = rand();
Ritor1
parents:
diff changeset
1490 return sub_450521_ProllyDropItemAt(v13, v22 % 27 + 20, v21, v20, v19, 0);
Ritor1
parents:
diff changeset
1491 }
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1492 if ( a2->uIndex == 1 )
0
Ritor1
parents:
diff changeset
1493 {
Ritor1
parents:
diff changeset
1494 v14 = rand() % 51 + 50;
1417
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1495 a1a.stru_24.uItemID = 197;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1496 v34 = v14;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1497 }
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1498 else if ( a2->uIndex == 2 )
0
Ritor1
parents:
diff changeset
1499 {
1417
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1500 v14 = rand() % 101 + 100;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1501 a1a.stru_24.uItemID = 197;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1502 v34 = v14;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1503 }
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1504 else if ( a2->uIndex == 3 )
0
Ritor1
parents:
diff changeset
1505 {
Ritor1
parents:
diff changeset
1506 v14 = rand() % 301 + 200;
1417
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1507 a1a.stru_24.uItemID = 198;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1508 v34 = v14;
0
Ritor1
parents:
diff changeset
1509 }
1417
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1510 else if ( a2->uIndex == 4 )
0
Ritor1
parents:
diff changeset
1511 {
1417
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1512 v14 = rand() % 501 + 500;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1513 a1a.stru_24.uItemID = 198;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1514 v34 = v14;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1515 }
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1516 else if ( a2->uIndex == 5 )
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1517 {
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1518 v14 = rand() % 1001 + 1000;
0
Ritor1
parents:
diff changeset
1519 a1a.stru_24.uItemID = 199;
Ritor1
parents:
diff changeset
1520 v34 = v14;
Ritor1
parents:
diff changeset
1521 }
1417
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1522 else if ( a2->uIndex == 6 )
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1523 {
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1524 v14 = rand() % 3001 + 2000;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1525 a1a.stru_24.uItemID = 199;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1526 v34 = v14;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1527 }
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1528 v15 = 0;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1529 v16 = pItemsTable->pItems[a1a.stru_24.uItemID].uSpriteID;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1530 a1a.uType = pItemsTable->pItems[a1a.stru_24.uItemID].uSpriteID;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1531 v18 = 0;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1532 for( int i = 0; i < pObjectList->uNumObjects; i++ )
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1533 {
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1534 if ( pObjectList->pObjects[i].uObjectID == v16 )
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1535 {
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1536 v18 = i;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1537 break;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1538 }
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1539 }
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1540 a1a.stru_24.SetIdentified();
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1541 a1a.uObjectDescID = v18;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1542 a1a.stru_24.uSpecEnchantmentType = v34;
0
Ritor1
parents:
diff changeset
1543 }
Ritor1
parents:
diff changeset
1544 else
Ritor1
parents:
diff changeset
1545 {
1417
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1546 result = a1a.stru_24.GenerateArtifact();
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1547 if ( !result )
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1548 return result;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1549 v23 = 0;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1550 v24 = pItemsTable->pItems[a1a.stru_24.uItemID].uSpriteID;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1551 a1a.uType = pItemsTable->pItems[a1a.stru_24.uItemID].uSpriteID;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1552 v26 = 0;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1553 for( int i = 0; i < pObjectList->uNumObjects; i++ )
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1554 {
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1555 if( v24 == pObjectList->pObjects[i].uObjectID )
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1556 {
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1557 v26 = i;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1558 break;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1559 }
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1560 }
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1561 a1a.uObjectDescID = v26;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1562 a1a.stru_24.Reset();
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1563 }
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1564 a1a.vPosition.y = a2->vPosition.y;
0
Ritor1
parents:
diff changeset
1565 a1a.uAttributes = 0;
Ritor1
parents:
diff changeset
1566 a1a.uSoundID = 0;
Ritor1
parents:
diff changeset
1567 a1a.uFacing = 0;
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1568 a1a.vPosition.z = a2->vPosition.z;
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1569 a1a.vPosition.x = a2->vPosition.x;
822
c232f160e6f3 Named SpriteObject spell-related fields.
Nomad
parents: 820
diff changeset
1570 a1a.spell_skill = 0;
c232f160e6f3 Named SpriteObject spell-related fields.
Nomad
parents: 820
diff changeset
1571 a1a.spell_level = 0;
c232f160e6f3 Named SpriteObject spell-related fields.
Nomad
parents: 820
diff changeset
1572 a1a.spell_id = 0;
823
c1da83d8223f More spell renames
Nomad
parents: 822
diff changeset
1573 a1a.spell_target_pid = 0;
822
c232f160e6f3 Named SpriteObject spell-related fields.
Nomad
parents: 820
diff changeset
1574 a1a.spell_caster_pid = 0;
0
Ritor1
parents:
diff changeset
1575 a1a.uSpriteFrameID = 0;
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1576 a1a.uSectorID = pIndoor->GetSector(a2->vPosition.x, a2->vPosition.y, a2->vPosition.z);;
0
Ritor1
parents:
diff changeset
1577 return a1a.Create(0, 0, 0, 0);
Ritor1
parents:
diff changeset
1578 }
Ritor1
parents:
diff changeset
1579
Ritor1
parents:
diff changeset
1580 //----- (00450521) --------------------------------------------------------
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
1581 int __fastcall sub_450521_ProllyDropItemAt(int ecx0, signed int a2, int a3, int a4, int a5, unsigned __int16 a6)
0
Ritor1
parents:
diff changeset
1582 {
Ritor1
parents:
diff changeset
1583 int v6; // edi@1
Ritor1
parents:
diff changeset
1584 int v7; // esi@1
Ritor1
parents:
diff changeset
1585 signed int v8; // edi@1
Ritor1
parents:
diff changeset
1586 unsigned __int16 v9; // cx@1
Ritor1
parents:
diff changeset
1587 char *v10; // edx@2
Ritor1
parents:
diff changeset
1588 unsigned __int16 v11; // ax@5
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
1589 SpriteObject a1; // [sp+8h] [bp-70h]@1
0
Ritor1
parents:
diff changeset
1590
Ritor1
parents:
diff changeset
1591 v6 = ecx0;
Ritor1
parents:
diff changeset
1592 v7 = a2;
Ritor1
parents:
diff changeset
1593 pItemsTable->GenerateItem(v6, v7, &a1.stru_24);
Ritor1
parents:
diff changeset
1594 v8 = 0;
Ritor1
parents:
diff changeset
1595 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
1596 a1.uType = pItemsTable->pItems[a1.stru_24.uItemID].uSpriteID;
1417
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1597 v11 = 0;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1598 for( int i = 0; i < pObjectList->uNumObjects; i++ )
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1599 {
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1600 if( v9 == pObjectList->pObjects[i].uObjectID )
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1601 {
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1602 v11 = i;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1603 break;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1604 }
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1605 }
0
Ritor1
parents:
diff changeset
1606 a1.uObjectDescID = v11;
Ritor1
parents:
diff changeset
1607 a1.vPosition.y = a4;
Ritor1
parents:
diff changeset
1608 a1.vPosition.x = a3;
Ritor1
parents:
diff changeset
1609 a1.vPosition.z = a5;
Ritor1
parents:
diff changeset
1610 a1.uFacing = a6;
Ritor1
parents:
diff changeset
1611 a1.uAttributes = 0;
Ritor1
parents:
diff changeset
1612 a1.uSectorID = pIndoor->GetSector(a3, a4, a5);
Ritor1
parents:
diff changeset
1613 a1.uSpriteFrameID = 0;
Ritor1
parents:
diff changeset
1614 return a1.Create(0, 0, 0, 0);
Ritor1
parents:
diff changeset
1615 }
Ritor1
parents:
diff changeset
1616
Ritor1
parents:
diff changeset
1617 //----- (0045063B) --------------------------------------------------------
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1618 int __fastcall _45063B_spawn_some_monster(MapInfo *a1, int a2)
0
Ritor1
parents:
diff changeset
1619 {
Ritor1
parents:
diff changeset
1620 signed int v2; // edi@1
Ritor1
parents:
diff changeset
1621 Actor *v3; // esi@2
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1622 //signed __int64 v4; // qax@3
0
Ritor1
parents:
diff changeset
1623 int result; // eax@8
Ritor1
parents:
diff changeset
1624 int v6; // edi@11
Ritor1
parents:
diff changeset
1625 int v7; // ebx@11
Ritor1
parents:
diff changeset
1626 int v8; // edi@11
Ritor1
parents:
diff changeset
1627 int v9; // ebx@12
Ritor1
parents:
diff changeset
1628 int v10; // eax@12
Ritor1
parents:
diff changeset
1629 char v11; // zf@16
Ritor1
parents:
diff changeset
1630 int v12; // edi@20
Ritor1
parents:
diff changeset
1631 int v13; // eax@20
Ritor1
parents:
diff changeset
1632 int v14; // ebx@20
Ritor1
parents:
diff changeset
1633 int v15; // eax@20
Ritor1
parents:
diff changeset
1634 int v16; // eax@20
Ritor1
parents:
diff changeset
1635 int v17; // eax@20
Ritor1
parents:
diff changeset
1636 int v18; // eax@21
Ritor1
parents:
diff changeset
1637 SpawnPointMM7 v19; // [sp+Ch] [bp-38h]@1
Ritor1
parents:
diff changeset
1638 int v20; // [sp+24h] [bp-20h]@11
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1639 //MapInfo *v21; // [sp+28h] [bp-1Ch]@1
0
Ritor1
parents:
diff changeset
1640 int v22; // [sp+2Ch] [bp-18h]@3
Ritor1
parents:
diff changeset
1641 int v23; // [sp+30h] [bp-14h]@11
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1642 //int v24; // [sp+34h] [bp-10h]@1
0
Ritor1
parents:
diff changeset
1643 unsigned int uFaceID; // [sp+38h] [bp-Ch]@10
Ritor1
parents:
diff changeset
1644 int v26; // [sp+3Ch] [bp-8h]@11
Ritor1
parents:
diff changeset
1645 int v27; // [sp+40h] [bp-4h]@11
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1646
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1647 if (!uNumActors)
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1648 return 0;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1649
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1650 //v21 = a1;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1651 //v24 = a2;
0
Ritor1
parents:
diff changeset
1652 v2 = 0;
1202
0dbf6c4dd029 arrays to std::arrays phase 1
Grumpy7
parents: 1167
diff changeset
1653 v3 = pActors.data();
0
Ritor1
parents:
diff changeset
1654 while ( 1 )
Ritor1
parents:
diff changeset
1655 {
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1656 if (v3->pMonsterInfo.uID >= 121 && v3->pMonsterInfo.uID <= 123 || // Dwarf FemaleC A-C
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1657 v3->pMonsterInfo.uID >= 124 && v3->pMonsterInfo.uID <= 126 || // Dwarf MaleA A-C
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1658 v3->pMonsterInfo.uID >= 133 && v3->pMonsterInfo.uID <= 135 || // Peasant Elf FemaleA A-C
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1659 !v3->CanAct())
0
Ritor1
parents:
diff changeset
1660 {
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1661 ++v2;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1662 ++v3;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1663
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1664 if (v2 >= uNumActors)
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1665 return 0;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1666
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1667 continue;
0
Ritor1
parents:
diff changeset
1668 }
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1669
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1670 break;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1671 //v22 = v3->pMonsterInfo.uID - 1;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1672 //v4 = (signed __int64)((double)v22 * 0.3333333333333333);
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1673 //if ( (int)v4 != 40 )
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1674 //{
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1675 // if ( (int)v4 != 41 && (int)v4 != 44 && v3->CanAct() )
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1676 // break;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1677 //}
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1678 //++v2;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1679 //++v3;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1680 //if ( v2 >= (signed int)uNumActors )
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1681 // goto LABEL_8;
0
Ritor1
parents:
diff changeset
1682 }
Ritor1
parents:
diff changeset
1683 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor )
Ritor1
parents:
diff changeset
1684 {
Ritor1
parents:
diff changeset
1685 v22 = 0;
Ritor1
parents:
diff changeset
1686 uFaceID = 0;
Ritor1
parents:
diff changeset
1687 while ( 1 )
Ritor1
parents:
diff changeset
1688 {
Ritor1
parents:
diff changeset
1689 ++uFaceID;
Ritor1
parents:
diff changeset
1690 v6 = rand() % 1024 + 512;
Ritor1
parents:
diff changeset
1691 v7 = rand() % (signed int)stru_5C6E00->uIntegerDoublePi;
323
d720a13e2273 Very basic picking & entering houses
Nomad
parents: 322
diff changeset
1692 v20 = stru_5C6E00->Cos(v7);
0
Ritor1
parents:
diff changeset
1693 v23 = (unsigned __int64)(v20 * (signed __int64)v6) >> 16;
Ritor1
parents:
diff changeset
1694 v19.vPosition.x = pParty->vPosition.x + v23;
323
d720a13e2273 Very basic picking & entering houses
Nomad
parents: 322
diff changeset
1695 v20 = stru_5C6E00->Sin(v7);
0
Ritor1
parents:
diff changeset
1696 v23 = (unsigned __int64)(v20 * (signed __int64)v6) >> 16;
Ritor1
parents:
diff changeset
1697 v8 = 0;
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1698 v19.uIndex = a2;
0
Ritor1
parents:
diff changeset
1699 v19.vPosition.y = v23 + pParty->vPosition.y;
Ritor1
parents:
diff changeset
1700 v19.vPosition.z = pParty->vPosition.z;
Ritor1
parents:
diff changeset
1701 v26 = 0;
Ritor1
parents:
diff changeset
1702 v27 = 0;
723
256211e8243a ODM_GetFloorLevel & BLV_GetFloorLevel
Ritor1
parents: 722
diff changeset
1703 v19.vPosition.z = ODM_GetFloorLevel(
0
Ritor1
parents:
diff changeset
1704 v19.vPosition.x,
Ritor1
parents:
diff changeset
1705 v23 + pParty->vPosition.y,
Ritor1
parents:
diff changeset
1706 pParty->vPosition.z,
Ritor1
parents:
diff changeset
1707 0,
Ritor1
parents:
diff changeset
1708 &v26,
Ritor1
parents:
diff changeset
1709 &v27,
Ritor1
parents:
diff changeset
1710 0);
Ritor1
parents:
diff changeset
1711 v23 = 0;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1712 for( int i = 0; i < pOutdoor->uNumBModels; i++ )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1713 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1714 v9 = abs(v19.vPosition.y - pOutdoor->pBModels[i].vBoundingCenter.y);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1715 v10 = abs(v19.vPosition.x - pOutdoor->pBModels[i].vBoundingCenter.x);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1716 if ( int_get_vector_length(v10, v9, 0) < pOutdoor->pBModels[i].sBoundingRadius + 256 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1717 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1718 v22 = 1;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1719 break;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1720 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1721 }
0
Ritor1
parents:
diff changeset
1722 v11 = uFaceID == 100;
Ritor1
parents:
diff changeset
1723 if ( uFaceID >= 100 )
Ritor1
parents:
diff changeset
1724 break;
Ritor1
parents:
diff changeset
1725 if ( v22 )
Ritor1
parents:
diff changeset
1726 {
Ritor1
parents:
diff changeset
1727 v11 = uFaceID == 100;
Ritor1
parents:
diff changeset
1728 break;
Ritor1
parents:
diff changeset
1729 }
Ritor1
parents:
diff changeset
1730 }
Ritor1
parents:
diff changeset
1731 }
Ritor1
parents:
diff changeset
1732 else
Ritor1
parents:
diff changeset
1733 {
Ritor1
parents:
diff changeset
1734 v26 = 0;
Ritor1
parents:
diff changeset
1735 v22 = pIndoor->GetSector(pParty->vPosition.x, pParty->vPosition.y, pParty->vPosition.z);
Ritor1
parents:
diff changeset
1736 do
Ritor1
parents:
diff changeset
1737 {
Ritor1
parents:
diff changeset
1738 ++v26;
Ritor1
parents:
diff changeset
1739 v12 = rand() % 512 + 256;
Ritor1
parents:
diff changeset
1740 v13 = rand();
Ritor1
parents:
diff changeset
1741 v14 = v13 % (signed int)stru_5C6E00->uIntegerDoublePi;
323
d720a13e2273 Very basic picking & entering houses
Nomad
parents: 322
diff changeset
1742 v15 = stru_5C6E00->Cos(v13 % (signed int)stru_5C6E00->uIntegerDoublePi);
0
Ritor1
parents:
diff changeset
1743 v20 = v15;
Ritor1
parents:
diff changeset
1744 v23 = (unsigned __int64)(v15 * (signed __int64)v12) >> 16;
Ritor1
parents:
diff changeset
1745 v19.vPosition.x = pParty->vPosition.x + v23;
323
d720a13e2273 Very basic picking & entering houses
Nomad
parents: 322
diff changeset
1746 v16 = stru_5C6E00->Sin(v13 % (signed int)stru_5C6E00->uIntegerDoublePi);
0
Ritor1
parents:
diff changeset
1747 v20 = v16;
Ritor1
parents:
diff changeset
1748 v23 = (unsigned __int64)(v16 * (signed __int64)v12) >> 16;
Ritor1
parents:
diff changeset
1749 v19.vPosition.y = v23 + pParty->vPosition.y;
Ritor1
parents:
diff changeset
1750 v19.vPosition.z = pParty->vPosition.z;
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1751 v19.uIndex = a2;
0
Ritor1
parents:
diff changeset
1752 v17 = pIndoor->GetSector(v19.vPosition.x, v23 + pParty->vPosition.y, pParty->vPosition.z);
Ritor1
parents:
diff changeset
1753 if ( v17 == v22 )
Ritor1
parents:
diff changeset
1754 {
723
256211e8243a ODM_GetFloorLevel & BLV_GetFloorLevel
Ritor1
parents: 722
diff changeset
1755 v18 = BLV_GetFloorLevel(v19.vPosition.x, v19.vPosition.y, v19.vPosition.z, v17, &uFaceID);
0
Ritor1
parents:
diff changeset
1756 v19.vPosition.z = v18;
Ritor1
parents:
diff changeset
1757 if ( v18 != -30000 )
Ritor1
parents:
diff changeset
1758 {
Ritor1
parents:
diff changeset
1759 if ( abs(v18 - pParty->vPosition.z) <= 1024 )
Ritor1
parents:
diff changeset
1760 break;
Ritor1
parents:
diff changeset
1761 }
Ritor1
parents:
diff changeset
1762 }
Ritor1
parents:
diff changeset
1763 }
Ritor1
parents:
diff changeset
1764 while ( v26 < 100 );
Ritor1
parents:
diff changeset
1765 v11 = v26 == 100;
Ritor1
parents:
diff changeset
1766 }
Ritor1
parents:
diff changeset
1767 if ( v11 )
Ritor1
parents:
diff changeset
1768 {
Ritor1
parents:
diff changeset
1769 result = 0;
Ritor1
parents:
diff changeset
1770 }
Ritor1
parents:
diff changeset
1771 else
Ritor1
parents:
diff changeset
1772 {
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1773 SpawnEncounter(a1, &v19, 0, 0, 1);
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1774 result = a2;
0
Ritor1
parents:
diff changeset
1775 }
Ritor1
parents:
diff changeset
1776 return result;
Ritor1
parents:
diff changeset
1777 }
Ritor1
parents:
diff changeset
1778
Ritor1
parents:
diff changeset
1779 //----- (00450929) --------------------------------------------------------
Ritor1
parents:
diff changeset
1780 int LevelDecoration::GetGlobalEvent()
Ritor1
parents:
diff changeset
1781 {
Ritor1
parents:
diff changeset
1782 LevelDecoration *v1; // esi@1
Ritor1
parents:
diff changeset
1783 signed int v2; // eax@1
Ritor1
parents:
diff changeset
1784 int v3; // eax@5
Ritor1
parents:
diff changeset
1785 int v4; // eax@6
Ritor1
parents:
diff changeset
1786 int v5; // eax@7
Ritor1
parents:
diff changeset
1787 int v6; // eax@8
Ritor1
parents:
diff changeset
1788 int v7; // eax@9
Ritor1
parents:
diff changeset
1789 int result; // eax@14
Ritor1
parents:
diff changeset
1790 int v9; // eax@18
Ritor1
parents:
diff changeset
1791 int v10; // eax@19
Ritor1
parents:
diff changeset
1792 int v11; // eax@20
Ritor1
parents:
diff changeset
1793 int v12; // eax@21
Ritor1
parents:
diff changeset
1794 int v13; // eax@22
Ritor1
parents:
diff changeset
1795
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1796 switch (uDecorationDescID)
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1797 {
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1798 case 0: case 1:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1799 case 2: case 3:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1800 return 0;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1801
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1802 case 4: return 16; // dec01 "Trash Pile"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1803 case 5: return 32; // dec02 "Campfire"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1804 case 6: return 12 + rand() % 4; // dec03 "Cauldron"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1805 case 7: case 8:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1806 case 9: case 10:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1807 return 0;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1808
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1809 case 11: return 34; // dec08 "Fruit plate"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1810 case 12:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1811 return 0;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1812
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1813 case 13: return 17; // dec10 "Trash Pile"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1814 case 14: return 18; // dec11 "Filth"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1815 case 15: case 16: case 17:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1816 case 18: case 19: case 20:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1817 case 21: case 22: case 23:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1818 return 0;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1819
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1820 case 24: return 36; // dec21 "Keg"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1821 case 25: case 26: case 27: case 28: case 29:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1822 case 30: case 31: case 32: case 33:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1823 return 0;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1824
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1825 case 34: return 4 + rand() % 6; // dec32 "Barrel"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1826 case 35: case 36: case 37: case 38: case 39:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1827 case 40: case 41: case 42: case 43: case 44: case 45: case 46: case 47: case 48: case 49:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1828 case 50: case 51: case 52: case 53: case 54: case 55: case 56: case 57: case 58: case 59:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1829 case 60: case 61: case 62: case 63: case 64: case 65: case 66: case 67: case 68: case 69:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1830 case 70: case 71: case 72: case 73: case 74: case 75: case 76: case 77: case 78: case 79:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1831 case 80: case 81: case 82: case 83: case 84: case 85: case 86: case 87: case 88: case 89:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1832 case 90: case 91: case 92: case 93: case 94: case 95: case 96: case 97: case 98: case 99:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1833 case 100: case 101: case 102: case 103: case 104: case 105: case 106: case 107: case 108: case 109:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1834 case 110: case 111: case 112: case 113: case 114: case 115: case 116: case 117: case 118: case 119:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1835 case 120: case 121: case 122: case 123: case 124: case 125: case 126: case 127: case 128: case 129:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1836 case 130: case 131: case 132: case 133: case 134: case 135: case 136: case 137: case 138: case 139:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1837 case 140: case 141: case 142: case 143: case 144: case 145: case 146: case 147: case 148: case 149:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1838 case 150: case 151: case 152: case 153: case 154: case 155: case 156: case 157: case 158: case 159:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1839 case 160: case 161: case 162: case 163: case 164: case 165: case 166: case 167: case 168: case 169:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1840 case 170: case 171: case 172: case 173: case 174: case 175: case 176: case 177: case 178: case 179:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1841 case 180: case 181: case 182: case 183:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1842
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1843 case 184: return 33; // dec24 "Campfire"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1844 case 185: case 186:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1845 return 0;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1846
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1847 case 187: // dec88 "Mushroom"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1848 case 190: // dec91 "Mushroom"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1849 return 37;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1850
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1851 case 188: case 189:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1852 case 191: case 192: case 193: case 194: case 195: case 196:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1853 case 197: case 198: case 199: case 200: case 201: case 202:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1854 case 203: case 204: case 205:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1855 return 0;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1856
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1857 case 206: return 162 + rand() % 7; // dec60
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1858 case 207: return 169 + rand() % 7; // dec61
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1859 case 208: return 176 + rand() % 7; // dec62
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1860 case 209: return 183 + rand() % 7; // dec63
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1861 case 210: return 150; // dec64 "Magic Pedistal"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1862 case 211: return 151; // dec65 "Magic Pedistal"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1863 case 212: return 152; // dec66 "Magic Pedistal"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1864 case 213: return 153; // dec67 "Magic Pedistal"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1865 case 214: return 154; // dec68 "Magic Pedistal"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1866 case 215: return 155; // dec69 "Magic Pedistal"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1867 case 216: return 156; // dec70 "Magic Pedistal"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1868 case 217: return 157; // dec71 "Magic Pedistal"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1869 case 218: return 158; // dec72 "Magic Pedistal"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1870 case 219: return 159; // dec73 "Magic Pedistal"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1871 case 220: return 160; // dec74 "Magic Pedistal"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1872 case 221: return 161; // dec75 "Magic Pedistal"
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1873
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1874 case 222: case 223: case 224:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1875 case 225: case 226: case 227:
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1876 return 0;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1877
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1878 default: assert(false && "Invalid Decoration");
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1879 }
0
Ritor1
parents:
diff changeset
1880 }
Ritor1
parents:
diff changeset
1881
Ritor1
parents:
diff changeset
1882 //----- (00450AAA) --------------------------------------------------------
Ritor1
parents:
diff changeset
1883 void RespawnGlobalDecorations()
Ritor1
parents:
diff changeset
1884 {
Ritor1
parents:
diff changeset
1885 memset(stru_5E4C90._decor_events, 0, 125);
Ritor1
parents:
diff changeset
1886
Ritor1
parents:
diff changeset
1887 uint decorEventIdx = 0;
Ritor1
parents:
diff changeset
1888 for (uint i = 0; i < uNumLevelDecorations; ++i)
Ritor1
parents:
diff changeset
1889 {
1202
0dbf6c4dd029 arrays to std::arrays phase 1
Grumpy7
parents: 1167
diff changeset
1890 auto decor = &pLevelDecorations[i];
0
Ritor1
parents:
diff changeset
1891
Ritor1
parents:
diff changeset
1892 if (!decor->field_16_event_id)
Ritor1
parents:
diff changeset
1893 {
Ritor1
parents:
diff changeset
1894 if (decor->IsInteractive())
Ritor1
parents:
diff changeset
1895 {
Ritor1
parents:
diff changeset
1896 if (decorEventIdx < 124)
Ritor1
parents:
diff changeset
1897 {
Ritor1
parents:
diff changeset
1898 decor->_idx_in_stru123 = decorEventIdx + 75;
Ritor1
parents:
diff changeset
1899 stru_5E4C90._decor_events[decorEventIdx++] = decor->GetGlobalEvent();
Ritor1
parents:
diff changeset
1900 }
Ritor1
parents:
diff changeset
1901 }
Ritor1
parents:
diff changeset
1902 }
Ritor1
parents:
diff changeset
1903 }
Ritor1
parents:
diff changeset
1904 }
Ritor1
parents:
diff changeset
1905
Ritor1
parents:
diff changeset
1906 //----- (00450B0A) --------------------------------------------------------
Ritor1
parents:
diff changeset
1907 bool __fastcall SpawnActor(unsigned int uMonsterID)
Ritor1
parents:
diff changeset
1908 {
Ritor1
parents:
diff changeset
1909 unsigned int v1; // ebx@1
Ritor1
parents:
diff changeset
1910 bool result; // eax@2
Ritor1
parents:
diff changeset
1911 MonsterDesc *v3; // esi@5
Ritor1
parents:
diff changeset
1912 MonsterInfo *v4; // edi@5
Ritor1
parents:
diff changeset
1913 Vec3_int_ v5; // ST08_12@5
Ritor1
parents:
diff changeset
1914 unsigned int v6; // ecx@5
Ritor1
parents:
diff changeset
1915 Actor *v7; // eax@7
Ritor1
parents:
diff changeset
1916 Actor actor; // [sp+4h] [bp-350h]@5
Ritor1
parents:
diff changeset
1917 Vec3_int_ pOut; // [sp+348h] [bp-Ch]@5
Ritor1
parents:
diff changeset
1918
Ritor1
parents:
diff changeset
1919 v1 = uMonsterID;
Ritor1
parents:
diff changeset
1920 if ( uNumActors == 499 )
Ritor1
parents:
diff changeset
1921 {
Ritor1
parents:
diff changeset
1922 result = 0;
Ritor1
parents:
diff changeset
1923 }
Ritor1
parents:
diff changeset
1924 else
Ritor1
parents:
diff changeset
1925 {
Ritor1
parents:
diff changeset
1926 if ( (signed int)uMonsterID >= (signed int)pMonsterList->uNumMonsters )
Ritor1
parents:
diff changeset
1927 v1 = 0;
Ritor1
parents:
diff changeset
1928 v3 = &pMonsterList->pMonsters[v1];
Ritor1
parents:
diff changeset
1929 v4 = &pMonsterStats->pInfos[v1 + 1];
Ritor1
parents:
diff changeset
1930 memset(&actor, 0, 0x344u);
Ritor1
parents:
diff changeset
1931 strcpy(actor.pActorName, v4->pName);
Ritor1
parents:
diff changeset
1932 actor.sCurrentHP = LOWORD(v4->uHP);
Ritor1
parents:
diff changeset
1933 memcpy(&actor.pMonsterInfo, &pMonsterStats->pInfos[v1 + 1], 0x58u);
Ritor1
parents:
diff changeset
1934 actor.word_000086_some_monster_id = v1 + 1;
Ritor1
parents:
diff changeset
1935 actor.uActorRadius = v3->uMonsterRadius;
Ritor1
parents:
diff changeset
1936 actor.uActorHeight = v3->uMonsterHeight;
Ritor1
parents:
diff changeset
1937 actor.uMovementSpeed = v3->uMovementSpeed;
Ritor1
parents:
diff changeset
1938 v5 = pParty->vPosition;
Ritor1
parents:
diff changeset
1939 Vec3_int_::Rotate(200, pParty->sRotationY, 0, v5, &pOut.x, &pOut.z, &pOut.y);
Ritor1
parents:
diff changeset
1940 actor.vInitialPosition.x = pOut.x;
Ritor1
parents:
diff changeset
1941 actor.vPosition.x = pOut.x;
Ritor1
parents:
diff changeset
1942 actor.uTetherDistance = 256;
Ritor1
parents:
diff changeset
1943 actor.vInitialPosition.y = LOWORD(pOut.z);
Ritor1
parents:
diff changeset
1944 actor.vPosition.y = LOWORD(pOut.z);
Ritor1
parents:
diff changeset
1945 actor.vInitialPosition.z = LOWORD(pOut.y);
Ritor1
parents:
diff changeset
1946 actor.vPosition.z = LOWORD(pOut.y);
Ritor1
parents:
diff changeset
1947 pSprites_LOD->DeleteSomeSprites();
Ritor1
parents:
diff changeset
1948 pPaletteManager->ResetNonTestLocked();
Ritor1
parents:
diff changeset
1949 v6 = uNumActors - 1;
Ritor1
parents:
diff changeset
1950 if ( dword_5C6DF8 == 1 )
Ritor1
parents:
diff changeset
1951 {
Ritor1
parents:
diff changeset
1952 dword_5C6DF8 = 0;
Ritor1
parents:
diff changeset
1953 v6 = uNumActors++;
Ritor1
parents:
diff changeset
1954 }
Ritor1
parents:
diff changeset
1955 v7 = &pActors[v6];
Ritor1
parents:
diff changeset
1956 memcpy(v7, &actor, 0x344u);
Ritor1
parents:
diff changeset
1957 v7->PrepareSprites(1);
Ritor1
parents:
diff changeset
1958 result = 1;
Ritor1
parents:
diff changeset
1959 }
Ritor1
parents:
diff changeset
1960 return result;
Ritor1
parents:
diff changeset
1961 }
Ritor1
parents:
diff changeset
1962 // 5C6DF8: using guessed type int dword_5C6DF8;
Ritor1
parents:
diff changeset
1963
Ritor1
parents:
diff changeset
1964 //----- (00450DA3) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
1965 int GetAlertStatus()
0
Ritor1
parents:
diff changeset
1966 {
Ritor1
parents:
diff changeset
1967 int result; // eax@2
Ritor1
parents:
diff changeset
1968
Ritor1
parents:
diff changeset
1969 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor )
Ritor1
parents:
diff changeset
1970 result = pOutdoor->ddm.field_C_alert;
Ritor1
parents:
diff changeset
1971 else
Ritor1
parents:
diff changeset
1972 result = uCurrentlyLoadedLevelType == LEVEL_Outdoor ? pIndoor->dlv.field_C_alert : 0;
Ritor1
parents:
diff changeset
1973 return result;
Ritor1
parents:
diff changeset
1974 }
Ritor1
parents:
diff changeset
1975
Ritor1
parents:
diff changeset
1976 //----- (00450DDE) --------------------------------------------------------
Ritor1
parents:
diff changeset
1977 stru350 *stru350::_450DDE()
Ritor1
parents:
diff changeset
1978 {
Ritor1
parents:
diff changeset
1979 _450DF1(&stru_4E82A4, &stru_4E82A4);
Ritor1
parents:
diff changeset
1980 return this;
Ritor1
parents:
diff changeset
1981 }
Ritor1
parents:
diff changeset
1982
Ritor1
parents:
diff changeset
1983 //----- (00450DF1) --------------------------------------------------------
Ritor1
parents:
diff changeset
1984 bool stru350::_450DF1(const stru355 *p1, const stru355 *p2)
Ritor1
parents:
diff changeset
1985 {
Ritor1
parents:
diff changeset
1986 //stru350 *v3; // esi@1
Ritor1
parents:
diff changeset
1987 //void *result; // eax@1
Ritor1
parents:
diff changeset
1988 unsigned int v5; // ecx@2
Ritor1
parents:
diff changeset
1989 int v6; // edi@2
Ritor1
parents:
diff changeset
1990 int v7; // edx@2
Ritor1
parents:
diff changeset
1991 unsigned int v8; // ecx@8
Ritor1
parents:
diff changeset
1992 int v9; // edi@8
Ritor1
parents:
diff changeset
1993 int v10; // edx@8
Ritor1
parents:
diff changeset
1994 int v11; // ecx@12
Ritor1
parents:
diff changeset
1995 int v12; // edi@12
Ritor1
parents:
diff changeset
1996 unsigned int v13; // ecx@12
Ritor1
parents:
diff changeset
1997 int v14; // edx@12
Ritor1
parents:
diff changeset
1998 int v15; // ecx@16
Ritor1
parents:
diff changeset
1999 unsigned int v16; // edx@16
Ritor1
parents:
diff changeset
2000 int v17; // ecx@16
Ritor1
parents:
diff changeset
2001 int v18; // edi@16
Ritor1
parents:
diff changeset
2002 char v19; // zf@20
Ritor1
parents:
diff changeset
2003 unsigned int v20; // ecx@21
Ritor1
parents:
diff changeset
2004 int v21; // edi@21
Ritor1
parents:
diff changeset
2005 int v22; // edx@21
Ritor1
parents:
diff changeset
2006 unsigned int v23; // ecx@27
Ritor1
parents:
diff changeset
2007 int v24; // edi@27
Ritor1
parents:
diff changeset
2008 int v25; // edx@27
Ritor1
parents:
diff changeset
2009 int v26; // ecx@31
Ritor1
parents:
diff changeset
2010 int v27; // edi@31
Ritor1
parents:
diff changeset
2011 unsigned int v28; // ecx@31
Ritor1
parents:
diff changeset
2012 int v29; // edx@31
Ritor1
parents:
diff changeset
2013 int v30; // ebx@35
Ritor1
parents:
diff changeset
2014 int v31; // ecx@35
Ritor1
parents:
diff changeset
2015 int v32; // edi@35
Ritor1
parents:
diff changeset
2016 int v33; // edx@35
Ritor1
parents:
diff changeset
2017 unsigned int i; // ecx@35
Ritor1
parents:
diff changeset
2018 int v35; // ecx@39
Ritor1
parents:
diff changeset
2019 unsigned int v36; // edx@39
Ritor1
parents:
diff changeset
2020 int v37; // ecx@39
Ritor1
parents:
diff changeset
2021 int v38; // ebx@39
Ritor1
parents:
diff changeset
2022
Ritor1
parents:
diff changeset
2023 //v3 = this;
Ritor1
parents:
diff changeset
2024 memcpy(&field_0, p1, sizeof(stru355));
Ritor1
parents:
diff changeset
2025 memcpy(&field_20, p2, sizeof(stru355));
Ritor1
parents:
diff changeset
2026 //result = memcpy(&v3->field_20, p2, 0x20u);
Ritor1
parents:
diff changeset
2027 //LOBYTE(result) = 1;
Ritor1
parents:
diff changeset
2028 if (field_0.field_4 & 1)
Ritor1
parents:
diff changeset
2029 {
Ritor1
parents:
diff changeset
2030 v5 = field_0.field_1C;
Ritor1
parents:
diff changeset
2031 v6 = 0;
Ritor1
parents:
diff changeset
2032 v7 = 0;
Ritor1
parents:
diff changeset
2033 while ( !(v5 & 1) )
Ritor1
parents:
diff changeset
2034 {
Ritor1
parents:
diff changeset
2035 ++v6;
Ritor1
parents:
diff changeset
2036 v5 >>= 1;
Ritor1
parents:
diff changeset
2037 }
Ritor1
parents:
diff changeset
2038 do
Ritor1
parents:
diff changeset
2039 {
Ritor1
parents:
diff changeset
2040 v5 >>= 1;
Ritor1
parents:
diff changeset
2041 ++v7;
Ritor1
parents:
diff changeset
2042 }
Ritor1
parents:
diff changeset
2043 while ( v5 & 1 );
Ritor1
parents:
diff changeset
2044 field_40 = 32 - v7 - v6;
Ritor1
parents:
diff changeset
2045 }
Ritor1
parents:
diff changeset
2046 else
Ritor1
parents:
diff changeset
2047 {
Ritor1
parents:
diff changeset
2048 field_40 = 0;
Ritor1
parents:
diff changeset
2049 }
Ritor1
parents:
diff changeset
2050 v8 = field_0.field_10;
Ritor1
parents:
diff changeset
2051 v9 = 0;
Ritor1
parents:
diff changeset
2052 v10 = 0;
Ritor1
parents:
diff changeset
2053 while ( !(v8 & 1) )
Ritor1
parents:
diff changeset
2054 {
Ritor1
parents:
diff changeset
2055 ++v9;
Ritor1
parents:
diff changeset
2056 v8 >>= 1;
Ritor1
parents:
diff changeset
2057 }
Ritor1
parents:
diff changeset
2058 do
Ritor1
parents:
diff changeset
2059 {
Ritor1
parents:
diff changeset
2060 v8 >>= 1;
Ritor1
parents:
diff changeset
2061 ++v10;
Ritor1
parents:
diff changeset
2062 }
Ritor1
parents:
diff changeset
2063 while ( v8 & 1 );
Ritor1
parents:
diff changeset
2064 v11 = 24 - v10 - v9;
Ritor1
parents:
diff changeset
2065 v12 = 0;
Ritor1
parents:
diff changeset
2066 field_48 = v11;
Ritor1
parents:
diff changeset
2067 v13 = field_0.field_14;
Ritor1
parents:
diff changeset
2068 v14 = 0;
Ritor1
parents:
diff changeset
2069 while ( !(v13 & 1) )
Ritor1
parents:
diff changeset
2070 {
Ritor1
parents:
diff changeset
2071 ++v12;
Ritor1
parents:
diff changeset
2072 v13 >>= 1;
Ritor1
parents:
diff changeset
2073 }
Ritor1
parents:
diff changeset
2074 do
Ritor1
parents:
diff changeset
2075 {
Ritor1
parents:
diff changeset
2076 v13 >>= 1;
Ritor1
parents:
diff changeset
2077 ++v14;
Ritor1
parents:
diff changeset
2078 }
Ritor1
parents:
diff changeset
2079 while ( v13 & 1 );
Ritor1
parents:
diff changeset
2080 v15 = 16 - v14;
Ritor1
parents:
diff changeset
2081 v16 = field_0.field_18;
Ritor1
parents:
diff changeset
2082 field_50 = v15 - v12;
Ritor1
parents:
diff changeset
2083 v17 = 0;
Ritor1
parents:
diff changeset
2084 v18 = 0;
Ritor1
parents:
diff changeset
2085 while ( !(v16 & 1) )
Ritor1
parents:
diff changeset
2086 {
Ritor1
parents:
diff changeset
2087 ++v17;
Ritor1
parents:
diff changeset
2088 v16 >>= 1;
Ritor1
parents:
diff changeset
2089 }
Ritor1
parents:
diff changeset
2090 do
Ritor1
parents:
diff changeset
2091 {
Ritor1
parents:
diff changeset
2092 v16 >>= 1;
Ritor1
parents:
diff changeset
2093 ++v18;
Ritor1
parents:
diff changeset
2094 }
Ritor1
parents:
diff changeset
2095 while ( v16 & 1 );
Ritor1
parents:
diff changeset
2096 v19 = (field_20.field_4 & 1) == 0;
Ritor1
parents:
diff changeset
2097 field_58 = v17 - v18 + 8;
Ritor1
parents:
diff changeset
2098 if ( v19 )
Ritor1
parents:
diff changeset
2099 {
Ritor1
parents:
diff changeset
2100 field_44 = 0;
Ritor1
parents:
diff changeset
2101 }
Ritor1
parents:
diff changeset
2102 else
Ritor1
parents:
diff changeset
2103 {
Ritor1
parents:
diff changeset
2104 v20 = field_20.field_1C;
Ritor1
parents:
diff changeset
2105 v21 = 0;
Ritor1
parents:
diff changeset
2106 v22 = 0;
Ritor1
parents:
diff changeset
2107 while ( !(v20 & 1) )
Ritor1
parents:
diff changeset
2108 {
Ritor1
parents:
diff changeset
2109 ++v21;
Ritor1
parents:
diff changeset
2110 v20 >>= 1;
Ritor1
parents:
diff changeset
2111 }
Ritor1
parents:
diff changeset
2112 do
Ritor1
parents:
diff changeset
2113 {
Ritor1
parents:
diff changeset
2114 v20 >>= 1;
Ritor1
parents:
diff changeset
2115 ++v22;
Ritor1
parents:
diff changeset
2116 }
Ritor1
parents:
diff changeset
2117 while ( v20 & 1 );
Ritor1
parents:
diff changeset
2118 field_44 = 32 - v22 - v21;
Ritor1
parents:
diff changeset
2119 }
Ritor1
parents:
diff changeset
2120 v23 = field_20.field_10;
Ritor1
parents:
diff changeset
2121 v24 = 0;
Ritor1
parents:
diff changeset
2122 v25 = 0;
Ritor1
parents:
diff changeset
2123 while ( !(v23 & 1) )
Ritor1
parents:
diff changeset
2124 {
Ritor1
parents:
diff changeset
2125 ++v24;
Ritor1
parents:
diff changeset
2126 v23 >>= 1;
Ritor1
parents:
diff changeset
2127 }
Ritor1
parents:
diff changeset
2128 do
Ritor1
parents:
diff changeset
2129 {
Ritor1
parents:
diff changeset
2130 v23 >>= 1;
Ritor1
parents:
diff changeset
2131 ++v25;
Ritor1
parents:
diff changeset
2132 }
Ritor1
parents:
diff changeset
2133 while ( v23 & 1 );
Ritor1
parents:
diff changeset
2134 v26 = 24 - v25 - v24;
Ritor1
parents:
diff changeset
2135 v27 = 0;
Ritor1
parents:
diff changeset
2136 field_4C = v26;
Ritor1
parents:
diff changeset
2137 v28 = field_20.field_14;
Ritor1
parents:
diff changeset
2138 v29 = 0;
Ritor1
parents:
diff changeset
2139 while ( !(v28 & 1) )
Ritor1
parents:
diff changeset
2140 {
Ritor1
parents:
diff changeset
2141 ++v27;
Ritor1
parents:
diff changeset
2142 v28 >>= 1;
Ritor1
parents:
diff changeset
2143 }
Ritor1
parents:
diff changeset
2144 do
Ritor1
parents:
diff changeset
2145 {
Ritor1
parents:
diff changeset
2146 v28 >>= 1;
Ritor1
parents:
diff changeset
2147 ++v29;
Ritor1
parents:
diff changeset
2148 }
Ritor1
parents:
diff changeset
2149 while ( v28 & 1 );
Ritor1
parents:
diff changeset
2150 v30 = 0;
Ritor1
parents:
diff changeset
2151 v31 = 16 - v29 - v27;
Ritor1
parents:
diff changeset
2152 v32 = field_20.field_18;
Ritor1
parents:
diff changeset
2153 field_54 = v31;
Ritor1
parents:
diff changeset
2154 v33 = 0;
Ritor1
parents:
diff changeset
2155 for ( i = v32; !(i & 1); i >>= 1 )
Ritor1
parents:
diff changeset
2156 ++v30;
Ritor1
parents:
diff changeset
2157 do
Ritor1
parents:
diff changeset
2158 {
Ritor1
parents:
diff changeset
2159 i >>= 1;
Ritor1
parents:
diff changeset
2160 ++v33;
Ritor1
parents:
diff changeset
2161 }
Ritor1
parents:
diff changeset
2162 while ( i & 1 );
Ritor1
parents:
diff changeset
2163 v35 = 32 - v33;
Ritor1
parents:
diff changeset
2164 v36 = v32;
Ritor1
parents:
diff changeset
2165 field_5C = v35 - v30;
Ritor1
parents:
diff changeset
2166 v37 = 0;
Ritor1
parents:
diff changeset
2167 v38 = 0;
Ritor1
parents:
diff changeset
2168 while ( !(v36 & 1) )
Ritor1
parents:
diff changeset
2169 {
Ritor1
parents:
diff changeset
2170 ++v37;
Ritor1
parents:
diff changeset
2171 v36 >>= 1;
Ritor1
parents:
diff changeset
2172 }
Ritor1
parents:
diff changeset
2173 do
Ritor1
parents:
diff changeset
2174 {
Ritor1
parents:
diff changeset
2175 v36 >>= 1;
Ritor1
parents:
diff changeset
2176 ++v38;
Ritor1
parents:
diff changeset
2177 }
Ritor1
parents:
diff changeset
2178 while ( v36 & 1 );
Ritor1
parents:
diff changeset
2179 field_5C = v37 - v38 + 8;
Ritor1
parents:
diff changeset
2180 return true;
Ritor1
parents:
diff changeset
2181 }
Ritor1
parents:
diff changeset
2182
Ritor1
parents:
diff changeset
2183 //----- (00450F55) --------------------------------------------------------
Ritor1
parents:
diff changeset
2184 unsigned int stru350::_450F55(int a2)
Ritor1
parents:
diff changeset
2185 {
Ritor1
parents:
diff changeset
2186 int v2 = a2 & stru_4E82A4.field_1C;
Ritor1
parents:
diff changeset
2187 if (field_20.field_4 & 1)
Ritor1
parents:
diff changeset
2188 v2 = (unsigned int)v2 >> this->field_44;
Ritor1
parents:
diff changeset
2189 return v2 & field_20.field_1C |
Ritor1
parents:
diff changeset
2190 field_20.field_10 & ((a2 & (unsigned int)stru_4E82A4.field_10) >> field_4C) |
Ritor1
parents:
diff changeset
2191 field_20.field_14 & ((a2 & (unsigned int)stru_4E82A4.field_14) >> field_54) |
Ritor1
parents:
diff changeset
2192 field_20.field_18 & ((a2 & (unsigned int)stru_4E82A4.field_18) >> field_5C);
Ritor1
parents:
diff changeset
2193 }
Ritor1
parents:
diff changeset
2194
Ritor1
parents:
diff changeset
2195 //----- (00450FB1) --------------------------------------------------------
Ritor1
parents:
diff changeset
2196 int stru350::_450FB1(int a2)
Ritor1
parents:
diff changeset
2197 {
Ritor1
parents:
diff changeset
2198 int v2 = 0;
Ritor1
parents:
diff changeset
2199 int v4 = field_0.field_4 & 1;
Ritor1
parents:
diff changeset
2200 if ( v4 )
Ritor1
parents:
diff changeset
2201 v2 = a2 & field_0.field_1C;
Ritor1
parents:
diff changeset
2202 if ( v4 )
Ritor1
parents:
diff changeset
2203 v2 <<= field_40;
Ritor1
parents:
diff changeset
2204 return v2 | ((a2 & field_0.field_10) << field_48) | ((a2 & field_0.field_14) << field_50) | ((a2 & field_0.field_18) << field_58);
Ritor1
parents:
diff changeset
2205 }
Ritor1
parents:
diff changeset
2206
Ritor1
parents:
diff changeset
2207 //----- (00452442) --------------------------------------------------------
Ritor1
parents:
diff changeset
2208 unsigned int __fastcall sub_452442(unsigned __int16 a1, unsigned __int16 a2, int a3, int a4)
Ritor1
parents:
diff changeset
2209 {
Ritor1
parents:
diff changeset
2210 int v4; // ebx@0
Ritor1
parents:
diff changeset
2211 __int16 v5; // ST14_2@1
Ritor1
parents:
diff changeset
2212 __int16 v6; // dx@1
Ritor1
parents:
diff changeset
2213 int v7; // ecx@1
Ritor1
parents:
diff changeset
2214 __int16 v8; // ST10_2@1
Ritor1
parents:
diff changeset
2215 int v9; // edi@1
Ritor1
parents:
diff changeset
2216 unsigned __int16 v10; // dh@1@1
Ritor1
parents:
diff changeset
2217 int v11; // ebx@1
Ritor1
parents:
diff changeset
2218 int v12; // ebx@1
Ritor1
parents:
diff changeset
2219 __int16 a3a; // [sp+1Ch] [bp+8h]@1
Ritor1
parents:
diff changeset
2220
Ritor1
parents:
diff changeset
2221 v5 = a2 >> 2;
Ritor1
parents:
diff changeset
2222 v6 = (unsigned __int16)a4 >> 2;
Ritor1
parents:
diff changeset
2223 v8 = a1 >> 2;
Ritor1
parents:
diff changeset
2224 a3a = (unsigned __int16)a3 >> 2;
Ritor1
parents:
diff changeset
2225 LOWORD(v7) = a3a;
Ritor1
parents:
diff changeset
2226 v9 = v7;
Ritor1
parents:
diff changeset
2227 LOWORD(v4) = ((unsigned __int16)a4 >> 2) & 0xE0;
Ritor1
parents:
diff changeset
2228 LOWORD(v7) = a3a & 0xE0;
Ritor1
parents:
diff changeset
2229 LOWORD(v9) = v9 & 0x1C00;
Ritor1
parents:
diff changeset
2230 v11 = v7 + v4;
Ritor1
parents:
diff changeset
2231 LOWORD(v7) = v5 & 0xE0;
Ritor1
parents:
diff changeset
2232 v12 = v7 + v11;
Ritor1
parents:
diff changeset
2233 LOWORD(v7) = v8 & 0xE0;
1409
c9e3b93ec570 Highlighted locations with "using uninitialized variable" warning.
Nomad
parents: 1408
diff changeset
2234 __debugbreak(); // warning C4700: uninitialized local variable 'v10' used
848
ceef50611567 * AI fixed (temporary)
zipi
parents: 838
diff changeset
2235 return (PID_TYPE(v8) + PID_TYPE(v5) + PID_TYPE(a3a) + PID_TYPE(v6)) | (v7 + v12) | ((v8 & 0x1C00)
0
Ritor1
parents:
diff changeset
2236 + (v5 & 0x1C00)
Ritor1
parents:
diff changeset
2237 + v9
Ritor1
parents:
diff changeset
2238 + (__PAIR__(v10, (unsigned __int16)a4 >> 2) & 0x1C00));
Ritor1
parents:
diff changeset
2239 }
Ritor1
parents:
diff changeset
2240
Ritor1
parents:
diff changeset
2241 //----- (0045281E) --------------------------------------------------------
Ritor1
parents:
diff changeset
2242 // Calculates atan2(y/x)
Ritor1
parents:
diff changeset
2243 // return value: angle in integer format (multiplier of Pi/1024)
Ritor1
parents:
diff changeset
2244 unsigned int stru193_math::Atan2(int x, int y)
Ritor1
parents:
diff changeset
2245 {
Ritor1
parents:
diff changeset
2246 signed int quadrant;
Ritor1
parents:
diff changeset
2247 __int64 dividend;
Ritor1
parents:
diff changeset
2248 int quotient;
Ritor1
parents:
diff changeset
2249 int lowIdx;
Ritor1
parents:
diff changeset
2250 int highIdx;
Ritor1
parents:
diff changeset
2251 int angle;
Ritor1
parents:
diff changeset
2252
Ritor1
parents:
diff changeset
2253 auto X = x;
Ritor1
parents:
diff changeset
2254 auto Y = y;
Ritor1
parents:
diff changeset
2255
Ritor1
parents:
diff changeset
2256 if ( abs(X) < 65536 )
Ritor1
parents:
diff changeset
2257 {
Ritor1
parents:
diff changeset
2258 if ( (abs(Y) >> 15) >= abs(X) )
Ritor1
parents:
diff changeset
2259 X = 0;
Ritor1
parents:
diff changeset
2260 }
Ritor1
parents:
diff changeset
2261
Ritor1
parents:
diff changeset
2262 if ( !X )
Ritor1
parents:
diff changeset
2263 {
Ritor1
parents:
diff changeset
2264 if ( Y > 0 )
Ritor1
parents:
diff changeset
2265 {
Ritor1
parents:
diff changeset
2266 return uIntegerHalfPi; //Pi/2
Ritor1
parents:
diff changeset
2267 }
Ritor1
parents:
diff changeset
2268 else
Ritor1
parents:
diff changeset
2269 {
Ritor1
parents:
diff changeset
2270 return uIntegerHalfPi + uIntegerPi; //3*(Pi/2)
Ritor1
parents:
diff changeset
2271 }
Ritor1
parents:
diff changeset
2272 }
Ritor1
parents:
diff changeset
2273
Ritor1
parents:
diff changeset
2274 if ( Y )
Ritor1
parents:
diff changeset
2275 {
Ritor1
parents:
diff changeset
2276 if ( X < 0 )
Ritor1
parents:
diff changeset
2277 {
Ritor1
parents:
diff changeset
2278 X = -X;
Ritor1
parents:
diff changeset
2279 if ( Y > 0 )
Ritor1
parents:
diff changeset
2280 {
Ritor1
parents:
diff changeset
2281 quadrant = 4;
Ritor1
parents:
diff changeset
2282 }
Ritor1
parents:
diff changeset
2283 else
Ritor1
parents:
diff changeset
2284 {
Ritor1
parents:
diff changeset
2285 quadrant = 3;
Ritor1
parents:
diff changeset
2286 }
Ritor1
parents:
diff changeset
2287 }
Ritor1
parents:
diff changeset
2288 else
Ritor1
parents:
diff changeset
2289 {
Ritor1
parents:
diff changeset
2290 if ( Y > 0 )
Ritor1
parents:
diff changeset
2291 {
Ritor1
parents:
diff changeset
2292 quadrant = 1;
Ritor1
parents:
diff changeset
2293 }
Ritor1
parents:
diff changeset
2294 else
Ritor1
parents:
diff changeset
2295 {
Ritor1
parents:
diff changeset
2296 quadrant = 2;
Ritor1
parents:
diff changeset
2297 }
Ritor1
parents:
diff changeset
2298 }
Ritor1
parents:
diff changeset
2299
Ritor1
parents:
diff changeset
2300 if ( Y < 0 )
Ritor1
parents:
diff changeset
2301 Y = -Y;
Ritor1
parents:
diff changeset
2302
Ritor1
parents:
diff changeset
2303 LODWORD(dividend) = Y << 16;
Ritor1
parents:
diff changeset
2304 HIDWORD(dividend) = Y >> 16;
Ritor1
parents:
diff changeset
2305 quotient = dividend / X;
Ritor1
parents:
diff changeset
2306
Ritor1
parents:
diff changeset
2307 //looks like binary search
Ritor1
parents:
diff changeset
2308 {
Ritor1
parents:
diff changeset
2309 int i;
Ritor1
parents:
diff changeset
2310 highIdx = uIntegerHalfPi;
Ritor1
parents:
diff changeset
2311 lowIdx = 0;
Ritor1
parents:
diff changeset
2312
Ritor1
parents:
diff changeset
2313 for (i = 0; i < 6; ++i)
Ritor1
parents:
diff changeset
2314 {
Ritor1
parents:
diff changeset
2315 if (quotient <= pTanTable[(lowIdx + highIdx) / 2])
Ritor1
parents:
diff changeset
2316 highIdx = (lowIdx + highIdx) / 2;
Ritor1
parents:
diff changeset
2317 else
Ritor1
parents:
diff changeset
2318 lowIdx = (lowIdx + highIdx) / 2;
Ritor1
parents:
diff changeset
2319 }
Ritor1
parents:
diff changeset
2320 }
Ritor1
parents:
diff changeset
2321
Ritor1
parents:
diff changeset
2322 angle = lowIdx + 1;
Ritor1
parents:
diff changeset
2323 while ( angle < (highIdx - 1) && quotient >= pTanTable[angle] )
Ritor1
parents:
diff changeset
2324 ++angle;
Ritor1
parents:
diff changeset
2325
Ritor1
parents:
diff changeset
2326 switch (quadrant)
Ritor1
parents:
diff changeset
2327 {
Ritor1
parents:
diff changeset
2328 case 1: //X > 0, Y > 0
Ritor1
parents:
diff changeset
2329 return angle;
Ritor1
parents:
diff changeset
2330
Ritor1
parents:
diff changeset
2331 case 2: //X > 0, Y < 0
Ritor1
parents:
diff changeset
2332 return uIntegerDoublePi - angle; //2*Pi - angle
Ritor1
parents:
diff changeset
2333
Ritor1
parents:
diff changeset
2334 case 3: //X > 0, Y < 0
Ritor1
parents:
diff changeset
2335 return uIntegerPi + angle; //Pi + angle
Ritor1
parents:
diff changeset
2336
Ritor1
parents:
diff changeset
2337 case 4: //X < 0, Y > 0
Ritor1
parents:
diff changeset
2338 return uIntegerPi - angle; //Pi - angle
Ritor1
parents:
diff changeset
2339 }
Ritor1
parents:
diff changeset
2340
Ritor1
parents:
diff changeset
2341 //should newer get here
Ritor1
parents:
diff changeset
2342 return 0;
Ritor1
parents:
diff changeset
2343 }
Ritor1
parents:
diff changeset
2344
Ritor1
parents:
diff changeset
2345 if ( X < 0 ) //Y == 0, X < 0
Ritor1
parents:
diff changeset
2346 return uIntegerPi;
Ritor1
parents:
diff changeset
2347
Ritor1
parents:
diff changeset
2348 return 0;
Ritor1
parents:
diff changeset
2349 }
Ritor1
parents:
diff changeset
2350
Ritor1
parents:
diff changeset
2351 //----- (00452969) --------------------------------------------------------
Ritor1
parents:
diff changeset
2352 stru193_math::stru193_math()
Ritor1
parents:
diff changeset
2353 {
Ritor1
parents:
diff changeset
2354 double v3; // ST18_8@2
1214
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
2355
0
Ritor1
parents:
diff changeset
2356 this->pTanTable[0] = 0;
Ritor1
parents:
diff changeset
2357 this->pCosTable[0] = 65536;
Ritor1
parents:
diff changeset
2358 this->pInvCosTable[0] = 65536;
1214
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
2359 for(int i = 1; i < (signed int)this->uIntegerHalfPi; i++)
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
2360 {
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
2361 v3 = (double)i * 3.141592653589793 / (double)uIntegerPi;
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
2362 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
2363 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
2364 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
2365 }
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
2366 for(int i = this->uIntegerHalfPi; i < 520; i++)
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
2367 {
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
2368 this->pTanTable[i] = 0xEFFFFFFFu;
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
2369 this->pCosTable[i] = 0;
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
2370 this->pInvCosTable[i] = 0xEFFFFFFFu;
0
Ritor1
parents:
diff changeset
2371 }
Ritor1
parents:
diff changeset
2372 }
Ritor1
parents:
diff changeset
2373
Ritor1
parents:
diff changeset
2374 //----- (00452A9E) --------------------------------------------------------
295
640a176c030f sub_42ECB5
Nomad
parents: 271
diff changeset
2375 int integer_sqrt(int val)
0
Ritor1
parents:
diff changeset
2376 {
Ritor1
parents:
diff changeset
2377 signed int result; // eax@2
295
640a176c030f sub_42ECB5
Nomad
parents: 271
diff changeset
2378 unsigned int v2; // edx@3
271
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2379 unsigned int v3; // edi@3
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2380 //signed int v4; // ebx@3
0
Ritor1
parents:
diff changeset
2381 int v5; // esi@4
Ritor1
parents:
diff changeset
2382
295
640a176c030f sub_42ECB5
Nomad
parents: 271
diff changeset
2383 if (val < 1)
640a176c030f sub_42ECB5
Nomad
parents: 271
diff changeset
2384 return val;
271
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2385
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2386
0
Ritor1
parents:
diff changeset
2387 v2 = 0;
295
640a176c030f sub_42ECB5
Nomad
parents: 271
diff changeset
2388 v3 = val;
0
Ritor1
parents:
diff changeset
2389 result = 0;
271
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2390 //v4 = 16;
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2391 for (uint i = 0; i < 16; ++i)
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2392 {
0
Ritor1
parents:
diff changeset
2393 result *= 2;
271
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2394 v2 = (v3 >> 30) | 4 * v2;
0
Ritor1
parents:
diff changeset
2395 v5 = 2 * result + 1;
Ritor1
parents:
diff changeset
2396 v3 *= 4;
295
640a176c030f sub_42ECB5
Nomad
parents: 271
diff changeset
2397 if ( v2 >= v5 )
0
Ritor1
parents:
diff changeset
2398 {
Ritor1
parents:
diff changeset
2399 ++result;
Ritor1
parents:
diff changeset
2400 v2 -= v5;
Ritor1
parents:
diff changeset
2401 }
271
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2402 //--v4;
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2403 }
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2404 //while ( v4 );
295
640a176c030f sub_42ECB5
Nomad
parents: 271
diff changeset
2405 if ( val - result * result >= (unsigned int)(result - 1) )
0
Ritor1
parents:
diff changeset
2406 ++result;
295
640a176c030f sub_42ECB5
Nomad
parents: 271
diff changeset
2407 return result;
0
Ritor1
parents:
diff changeset
2408 }
Ritor1
parents:
diff changeset
2409
Ritor1
parents:
diff changeset
2410 //----- (00452AE2) --------------------------------------------------------
Ritor1
parents:
diff changeset
2411 int __fastcall MakeColorMaskFromBitDepth(int a1)
Ritor1
parents:
diff changeset
2412 {
Ritor1
parents:
diff changeset
2413 signed __int64 v1; // qax@1
Ritor1
parents:
diff changeset
2414
Ritor1
parents:
diff changeset
2415 v1 = 4294967296i64;
Ritor1
parents:
diff changeset
2416 if ( a1 > 0 )
Ritor1
parents:
diff changeset
2417 {
Ritor1
parents:
diff changeset
2418 do
Ritor1
parents:
diff changeset
2419 {
Ritor1
parents:
diff changeset
2420 LODWORD(v1) = HIDWORD(v1) + v1;
Ritor1
parents:
diff changeset
2421 HIDWORD(v1) *= 2;
Ritor1
parents:
diff changeset
2422 --a1;
Ritor1
parents:
diff changeset
2423 }
Ritor1
parents:
diff changeset
2424 while ( a1 );
Ritor1
parents:
diff changeset
2425 }
Ritor1
parents:
diff changeset
2426 return v1;
Ritor1
parents:
diff changeset
2427 }
Ritor1
parents:
diff changeset
2428
Ritor1
parents:
diff changeset
2429 //----- (00452AF3) --------------------------------------------------------
Ritor1
parents:
diff changeset
2430 void __fastcall fill_pixels_fast(unsigned int a1, unsigned __int16 *pPixels, unsigned int uNumPixels)
Ritor1
parents:
diff changeset
2431 {
Ritor1
parents:
diff changeset
2432 void *v3; // edi@1
Ritor1
parents:
diff changeset
2433 unsigned int v4; // eax@1
Ritor1
parents:
diff changeset
2434 unsigned __int16 *v5; // edi@3
Ritor1
parents:
diff changeset
2435 unsigned int i; // ecx@3
Ritor1
parents:
diff changeset
2436
Ritor1
parents:
diff changeset
2437 v3 = pPixels;
Ritor1
parents:
diff changeset
2438 v4 = a1 | (a1 << 16);
Ritor1
parents:
diff changeset
2439 if ( (unsigned __int8)pPixels & 2 ) // first 2 pixels
Ritor1
parents:
diff changeset
2440 {
Ritor1
parents:
diff changeset
2441 *pPixels = v4;
Ritor1
parents:
diff changeset
2442 v3 = pPixels + 1;
Ritor1
parents:
diff changeset
2443 --uNumPixels;
Ritor1
parents:
diff changeset
2444 }
Ritor1
parents:
diff changeset
2445 memset32(v3, v4, uNumPixels >> 1); // 4 pixels at once
Ritor1
parents:
diff changeset
2446 v5 = (unsigned __int16 *)((char *)v3 + 4 * (uNumPixels >> 1));
Ritor1
parents:
diff changeset
2447 for ( i = uNumPixels & 1; i; --i ) // leftover pixels
Ritor1
parents:
diff changeset
2448 {
Ritor1
parents:
diff changeset
2449 *v5 = v4;
Ritor1
parents:
diff changeset
2450 ++v5;
Ritor1
parents:
diff changeset
2451 }
Ritor1
parents:
diff changeset
2452 }
Ritor1
parents:
diff changeset
2453
Ritor1
parents:
diff changeset
2454 //----- (00452B2E) --------------------------------------------------------
Ritor1
parents:
diff changeset
2455 int __fastcall GetDiceResult(unsigned int uNumDice, unsigned int uDiceSides)
Ritor1
parents:
diff changeset
2456 {
Ritor1
parents:
diff changeset
2457 signed int v2; // edi@1
Ritor1
parents:
diff changeset
2458 int v3; // esi@1
Ritor1
parents:
diff changeset
2459 int result; // eax@2
Ritor1
parents:
diff changeset
2460 unsigned int v5; // ebx@4
Ritor1
parents:
diff changeset
2461
Ritor1
parents:
diff changeset
2462 v2 = uDiceSides;
Ritor1
parents:
diff changeset
2463 v3 = 0;
Ritor1
parents:
diff changeset
2464 if ( uDiceSides )
Ritor1
parents:
diff changeset
2465 {
Ritor1
parents:
diff changeset
2466 if ( (signed int)uNumDice > 0 )
Ritor1
parents:
diff changeset
2467 {
Ritor1
parents:
diff changeset
2468 v5 = uNumDice;
Ritor1
parents:
diff changeset
2469 do
Ritor1
parents:
diff changeset
2470 {
Ritor1
parents:
diff changeset
2471 --v5;
Ritor1
parents:
diff changeset
2472 v3 += rand() % v2 + 1;
Ritor1
parents:
diff changeset
2473 }
Ritor1
parents:
diff changeset
2474 while ( v5 );
Ritor1
parents:
diff changeset
2475 }
Ritor1
parents:
diff changeset
2476 result = v3;
Ritor1
parents:
diff changeset
2477 }
Ritor1
parents:
diff changeset
2478 else
Ritor1
parents:
diff changeset
2479 {
Ritor1
parents:
diff changeset
2480 result = 0;
Ritor1
parents:
diff changeset
2481 }
Ritor1
parents:
diff changeset
2482 return result;
Ritor1
parents:
diff changeset
2483 }
Ritor1
parents:
diff changeset
2484
Ritor1
parents:
diff changeset
2485 //----- (00453F62) --------------------------------------------------------
Ritor1
parents:
diff changeset
2486 void MapStats::Initialize()
Ritor1
parents:
diff changeset
2487 {
237
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2488 char work_str[32]; // [sp+Ch] [bp-34h]@3
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2489 int work_str_pos;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2490 int work_str_len;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2491 int i;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2492 char* test_string;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2493 unsigned char c;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2494 bool break_loop;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2495 unsigned int temp_str_len;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2496 char* tmp_pos;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2497 int decode_step;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2498 int item_counter;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2499
0
Ritor1
parents:
diff changeset
2500 if ( pMapStatsTXT_Raw )
Ritor1
parents:
diff changeset
2501 pAllocator->FreeChunk(pMapStatsTXT_Raw);
237
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2502 pMapStatsTXT_Raw = NULL;
0
Ritor1
parents:
diff changeset
2503 pMapStatsTXT_Raw = (char *)pEvents_LOD->LoadRaw("MapStats.txt", 0);
Ritor1
parents:
diff changeset
2504 strtok(pMapStatsTXT_Raw, "\r");
237
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2505 strtok(NULL, "\r");
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2506 strtok(NULL, "\r");
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2507
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2508 for (i=1; i<77; ++i)
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2509 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2510 test_string = strtok(NULL, "\r") + 1;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2511 break_loop = false;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2512 decode_step=0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2513 do
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2514 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2515 c = *(unsigned char*)test_string;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2516 temp_str_len = 0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2517 while((c!='\t')&&(c>0))
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2518 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2519 ++temp_str_len;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2520 c=test_string[temp_str_len];
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2521 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2522 tmp_pos=test_string+temp_str_len;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2523 if (*tmp_pos == 0)
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2524 break_loop = true;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2525 *tmp_pos = 0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2526 if (temp_str_len)
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2527 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2528 switch (decode_step)
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2529 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2530 case 1:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2531 pInfos[i].pName = RemoveQuotes(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2532 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2533 case 2:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2534 pInfos[i].pFilename = RemoveQuotes(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2535 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2536 case 3:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2537 pInfos[i].uNumResets = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2538 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2539 case 4:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2540 pInfos[i].uFirstVisitedAt = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2541 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2542 case 5:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2543 pInfos[i]._per = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2544 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2545 case 6:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2546 pInfos[i].uRespawnIntervalDays = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2547 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2548 case 7:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2549 pInfos[i]._alert_days = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2550 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2551 case 8:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2552 pInfos[i]._steal_perm = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2553 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2554 case 9:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2555 pInfos[i].LockX5 = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2556 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2557 case 10:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2558 pInfos[i].Trap_D20 = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2559 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2560 case 11:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2561 pInfos[i].Treasure_prob = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2562 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2563 case 12:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2564 pInfos[i].Encounter_percent = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2565 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2566 case 13:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2567 pInfos[i].EncM1percent = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2568 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2569 case 14:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2570 pInfos[i].EncM2percent = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2571 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2572 case 15:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2573 pInfos[i].EncM3percent = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2574 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2575 case 16:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2576 pInfos[i].pEncounterMonster1Texture = RemoveQuotes(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2577 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2578 case 18:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2579 pInfos[i].Dif_M1 = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2580 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2581 case 19:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2582 pInfos[i].uEncounterMonster1AtLeast = 1;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2583 pInfos[i].uEncounterMonster1AtMost = 1;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2584 strcpy(work_str, test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2585 work_str_pos = 0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2586 work_str_len=strlen(work_str);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2587 if (work_str_len )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2588 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2589 while (work_str[work_str_pos] != '-' )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2590 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2591 ++work_str_pos;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2592 if (work_str_pos >= work_str_len )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2593 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2594 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2595 work_str[work_str_pos] = 0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2596 pInfos[i].uEncounterMonster1AtLeast = atoi(work_str);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2597 if ( work_str_pos < work_str_len )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2598 pInfos[i].uEncounterMonster1AtMost = atoi(&work_str[work_str_pos + 1]);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2599 else
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2600 pInfos[i].uEncounterMonster1AtMost = pInfos[i].uEncounterMonster1AtLeast;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2601 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2602 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2603 case 20:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2604 pInfos[i].pEncounterMonster2Texture = RemoveQuotes(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2605 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2606 case 22:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2607 pInfos[i].Dif_M2 = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2608 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2609 case 23:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2610 pInfos[i].uEncounterMonster2AtLeast = 1;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2611 pInfos[i].uEncounterMonster2AtMost = 1;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2612 strcpy(work_str, test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2613 work_str_pos = 0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2614 work_str_len=strlen(work_str);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2615 if (work_str_len )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2616 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2617 while (work_str[work_str_pos] != '-' )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2618 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2619 ++work_str_pos;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2620 if (work_str_pos >= work_str_len )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2621 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2622 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2623 work_str[work_str_pos] = 0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2624 pInfos[i].uEncounterMonster2AtLeast = atoi(work_str);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2625 if ( work_str_pos < work_str_len )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2626 pInfos[i].uEncounterMonster2AtMost = atoi(&work_str[work_str_pos + 1]);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2627 else
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2628 pInfos[i].uEncounterMonster2AtMost = pInfos[i].uEncounterMonster2AtLeast;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2629 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2630 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2631 case 24:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2632 pInfos[i].pEncounterMonster3Texture = RemoveQuotes(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2633 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2634 case 26:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2635 pInfos[i].Dif_M3 = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2636 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2637 case 27:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2638 pInfos[i].uEncounterMonster3AtLeast = 1;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2639 pInfos[i].uEncounterMonster3AtMost = 1;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2640 strcpy(work_str, test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2641 work_str_pos = 0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2642 work_str_len=strlen(work_str);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2643 if (work_str_len )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2644 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2645 while (work_str[work_str_pos] != '-' )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2646 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2647 ++work_str_pos;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2648 if (work_str_pos >= work_str_len )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2649 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2650 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2651 work_str[work_str_pos] = 0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2652 pInfos[i].uEncounterMonster3AtLeast = atoi(work_str);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2653 if ( work_str_pos < work_str_len )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2654 pInfos[i].uEncounterMonster3AtMost = atoi(&work_str[work_str_pos + 1]);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2655 else
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2656 pInfos[i].uEncounterMonster3AtMost = pInfos[i].uEncounterMonster3AtLeast;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2657 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2658 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2659 case 28:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2660 pInfos[i].uRedbookTrackID = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2661 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2662 case 29:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2663 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2664 if ( !strcmp(test_string, "CAVE") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2665 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2666 pInfos[i].uEAXEnv = 8;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2667 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2668 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2669 if ( !strcmp(test_string, "STONEROOM") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2670 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2671 pInfos[i].uEAXEnv = 5;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2672 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2673 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2674 if ( !strcmp(test_string, "MOUNTAINS") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2675 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2676 pInfos[i].uEAXEnv = 17;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2677 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2678 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2679 if ( !strcmp(test_string, "PLAIN") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2680 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2681 pInfos[i].uEAXEnv = 19;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2682 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2683 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2684 if ( !strcmp(test_string, "FOREST") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2685 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2686 pInfos[i].uEAXEnv = 15;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2687 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2688 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2689 if ( !strcmp(test_string, "CITY") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2690 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2691 pInfos[i].uEAXEnv = 16;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2692 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2693 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2694 if ( !strcmp(test_string, "UNDERWATER") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2695 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2696 pInfos[i].uEAXEnv = 22;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2697 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2698 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2699 if ( !strcmp(test_string, "ARENA") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2700 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2701 pInfos[i].uEAXEnv = 9;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2702 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2703 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2704 if ( !strcmp(test_string, "GENERIC") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2705 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2706 pInfos[i].uEAXEnv = 0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2707 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2708 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2709 if ( !strcmp(test_string, "PADDEDCELL") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2710 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2711 pInfos[i].uEAXEnv = 1;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2712 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2713 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2714 if ( !strcmp(test_string, "ROOM") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2715 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2716 pInfos[i].uEAXEnv = 2;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2717 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2718 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2719 if ( !strcmp(test_string, "BATHROOM") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2720 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2721 pInfos[i].uEAXEnv = 3;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2722 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2723 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2724 if ( !strcmp(test_string, "LIVINGROOM") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2725 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2726 pInfos[i].uEAXEnv = 4;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2727 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2728 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2729 if ( !strcmp(test_string, "AUDITORIUM") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2730 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2731 pInfos[i].uEAXEnv = 6;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2732 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2733 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2734 if ( !strcmp(test_string, "CONCERTHALL") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2735 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2736 pInfos[i].uEAXEnv = 7;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2737 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2738 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2739 if ( !strcmp(test_string, "HANGAR") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2740 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2741 pInfos[i].uEAXEnv = 10;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2742 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2743 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2744 if ( !strcmp(test_string, "CARPETEDHALLWAY") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2745 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2746 pInfos[i].uEAXEnv = 11;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2747 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2748 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2749 if ( !strcmp(test_string, "HALLWAY") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2750 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2751 pInfos[i].uEAXEnv = 12;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2752 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2753 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2754 if ( !strcmp(test_string, "STONECORRIDOR") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2755 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2756 pInfos[i].uEAXEnv = 13;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2757 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2758 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2759 if ( !strcmp(test_string, "ALLEY") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2760 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2761 pInfos[i].uEAXEnv = 14;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2762 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2763 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2764 if ( !strcmp(test_string, "QUARRY") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2765 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2766 pInfos[i].uEAXEnv = 18;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2767 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2768 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2769 if ( !strcmp(test_string, "PARKINGLOT") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2770 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2771 pInfos[i].uEAXEnv = 20;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2772 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2773 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2774 if ( !strcmp(test_string, "SEWERPIPE") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2775 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2776 pInfos[i].uEAXEnv = 21;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2777 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2778 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2779 if ( !strcmp(test_string, "DRUGGED") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2780 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2781 pInfos[i].uEAXEnv = 23;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2782 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2783 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2784 if ( !strcmp(test_string, "DIZZY") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2785 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2786 pInfos[i].uEAXEnv = 24;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2787 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2788 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2789 if ( !strcmp(test_string, "PSYCHOTIC") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2790 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2791 pInfos[i].uEAXEnv = 25;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2792 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2793 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2794 pInfos[i].uEAXEnv = 26;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2795
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2796 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2797 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2798 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2799 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2800 else
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2801 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2802 break_loop = true;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2803 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2804 ++decode_step;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2805 test_string=tmp_pos+1;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2806 } while ((decode_step<31)&&!break_loop);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2807 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2808
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2809 uNumMaps = 77;
0
Ritor1
parents:
diff changeset
2810 }
Ritor1
parents:
diff changeset
2811 // 453F62: using guessed type char Str[32];
Ritor1
parents:
diff changeset
2812
Ritor1
parents:
diff changeset
2813 //----- (004547A3) --------------------------------------------------------
767
45615cacad31 Fog fixed
Nomad
parents: 762
diff changeset
2814 MAP_TYPE MapStats::GetMapInfo(const char *Str2)
45615cacad31 Fog fixed
Nomad
parents: 762
diff changeset
2815 {
45615cacad31 Fog fixed
Nomad
parents: 762
diff changeset
2816 assert(uNumMaps >= 2);
45615cacad31 Fog fixed
Nomad
parents: 762
diff changeset
2817
45615cacad31 Fog fixed
Nomad
parents: 762
diff changeset
2818 for (uint i = 1; i < uNumMaps; ++i)
1165
29a8defbad9e temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents: 1150
diff changeset
2819 if (!_stricmp(pInfos[i].pFilename, Str2))
767
45615cacad31 Fog fixed
Nomad
parents: 762
diff changeset
2820 return (MAP_TYPE)i;
45615cacad31 Fog fixed
Nomad
parents: 762
diff changeset
2821
45615cacad31 Fog fixed
Nomad
parents: 762
diff changeset
2822 assert(false && "Map not found!");
0
Ritor1
parents:
diff changeset
2823 }
Ritor1
parents:
diff changeset
2824
Ritor1
parents:
diff changeset
2825 //----- (004547E4) --------------------------------------------------------
Ritor1
parents:
diff changeset
2826 void FactionTable::Initialize()
Ritor1
parents:
diff changeset
2827 {
237
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2828 int i;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2829 char* test_string;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2830 unsigned char c;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2831 bool break_loop;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2832 unsigned int temp_str_len;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2833 char* tmp_pos;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2834 int decode_step;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2835 int item_counter;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2836
0
Ritor1
parents:
diff changeset
2837 if ( pHostileTXT_Raw )
Ritor1
parents:
diff changeset
2838 pAllocator->FreeChunk(pHostileTXT_Raw);
237
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2839 pHostileTXT_Raw = NULL;
0
Ritor1
parents:
diff changeset
2840 pHostileTXT_Raw = (char *)pEvents_LOD->LoadRaw("hostile.txt", 0);
Ritor1
parents:
diff changeset
2841 strtok(pHostileTXT_Raw, "\r");
237
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2842 for (i=0; i<89; ++i)
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2843 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2844 test_string = strtok(NULL, "\r") + 1;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2845 break_loop = false;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2846 decode_step=0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2847 do
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2848 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2849 c = *(unsigned char*)test_string;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2850 temp_str_len = 0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2851 while((c!='\t')&&(c>0))
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2852 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2853 ++temp_str_len;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2854 c=test_string[temp_str_len];
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2855 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2856 tmp_pos=test_string+temp_str_len;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2857 if (*tmp_pos == 0)
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2858 break_loop = true;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2859 *tmp_pos = 0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2860 if (temp_str_len)
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2861 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2862 if ( decode_step >= 1 && decode_step < 90 )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2863 relations[decode_step-1][i] = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2864 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2865 else
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2866 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2867 break_loop = true;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2868 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2869 ++decode_step;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2870 test_string=tmp_pos+1;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2871 } while ((decode_step<92)&&!break_loop);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2872 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2873 if ( pHostileTXT_Raw)
0
Ritor1
parents:
diff changeset
2874 {
Ritor1
parents:
diff changeset
2875 pAllocator->FreeChunk(pHostileTXT_Raw);
237
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2876 pHostileTXT_Raw = NULL;
0
Ritor1
parents:
diff changeset
2877 }
Ritor1
parents:
diff changeset
2878 }
Ritor1
parents:
diff changeset
2879
Ritor1
parents:
diff changeset
2880 //----- (00458244) --------------------------------------------------------
1064
655fde266d96 GetSkillBonus cleaning in progress
Gloval
parents: 1058
diff changeset
2881 int SkillToMastery( unsigned int skill_value )
1067
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
2882 {
1064
655fde266d96 GetSkillBonus cleaning in progress
Gloval
parents: 1058
diff changeset
2883 switch (skill_value & 0x1C0)
983
1462a5f12b65 Character Skills tab drawing fixed.
Nomad
parents: 982
diff changeset
2884 {
1462a5f12b65 Character Skills tab drawing fixed.
Nomad
parents: 982
diff changeset
2885 case 0x100: return 4; // Grandmaster
1462a5f12b65 Character Skills tab drawing fixed.
Nomad
parents: 982
diff changeset
2886 case 0x80: return 3; // Master
1462a5f12b65 Character Skills tab drawing fixed.
Nomad
parents: 982
diff changeset
2887 case 0x40: return 2; // Expert
1462a5f12b65 Character Skills tab drawing fixed.
Nomad
parents: 982
diff changeset
2888 case 0x00: return 1; // Normal
1409
c9e3b93ec570 Highlighted locations with "using uninitialized variable" warning.
Nomad
parents: 1408
diff changeset
2889 }
c9e3b93ec570 Highlighted locations with "using uninitialized variable" warning.
Nomad
parents: 1408
diff changeset
2890 assert(false);
c9e3b93ec570 Highlighted locations with "using uninitialized variable" warning.
Nomad
parents: 1408
diff changeset
2891 return 0;
0
Ritor1
parents:
diff changeset
2892 }
Ritor1
parents:
diff changeset
2893
Ritor1
parents:
diff changeset
2894 //----- (0045828B) --------------------------------------------------------
Ritor1
parents:
diff changeset
2895 unsigned int __fastcall GetSpellColor(signed int a1)
Ritor1
parents:
diff changeset
2896 {
Ritor1
parents:
diff changeset
2897 unsigned __int16 v1; // dx@3
Ritor1
parents:
diff changeset
2898 unsigned __int16 v2; // cx@6
Ritor1
parents:
diff changeset
2899 unsigned __int16 v4; // [sp-4h] [bp-4h]@3
Ritor1
parents:
diff changeset
2900
Ritor1
parents:
diff changeset
2901 if ( a1 < 1 )
Ritor1
parents:
diff changeset
2902 {
Ritor1
parents:
diff changeset
2903 if ( a1 < 12 )
Ritor1
parents:
diff changeset
2904 {
Ritor1
parents:
diff changeset
2905 if ( a1 < 23 )
Ritor1
parents:
diff changeset
2906 {
Ritor1
parents:
diff changeset
2907 if ( a1 < 34 )
Ritor1
parents:
diff changeset
2908 {
Ritor1
parents:
diff changeset
2909 if ( a1 < 45 )
Ritor1
parents:
diff changeset
2910 {
Ritor1
parents:
diff changeset
2911 if ( a1 < 56 )
Ritor1
parents:
diff changeset
2912 {
Ritor1
parents:
diff changeset
2913 if ( a1 < 67 )
Ritor1
parents:
diff changeset
2914 {
Ritor1
parents:
diff changeset
2915 if ( a1 < 78 )
Ritor1
parents:
diff changeset
2916 {
Ritor1
parents:
diff changeset
2917 if ( a1 < 89 )
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2918 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2919 v4 = 0;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2920 v1 = 0;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2921 v2 = 0;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2922 return TargetColor(v2, v1, v4);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2923 }
0
Ritor1
parents:
diff changeset
2924 }
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2925 else
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2926 {
0
Ritor1
parents:
diff changeset
2927 LABEL_25:
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2928 if ( a1 < 89 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2929 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2930 v4 = 155;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2931 v2 = 255;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2932 v1 = v2;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2933 return TargetColor(v2, v1, v4);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2934 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2935 }
0
Ritor1
parents:
diff changeset
2936 if ( a1 < 100 )
Ritor1
parents:
diff changeset
2937 {
Ritor1
parents:
diff changeset
2938 v4 = 240;
Ritor1
parents:
diff changeset
2939 v2 = 192;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2940 v1 = v2;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2941 return TargetColor(v2, v1, v4);
0
Ritor1
parents:
diff changeset
2942 }
Ritor1
parents:
diff changeset
2943 v4 = 0;
Ritor1
parents:
diff changeset
2944 v1 = 0;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2945 v2 = 0;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2946 return TargetColor(v2, v1, v4);
0
Ritor1
parents:
diff changeset
2947 }
Ritor1
parents:
diff changeset
2948 LABEL_21:
Ritor1
parents:
diff changeset
2949 if ( a1 < 78 )
Ritor1
parents:
diff changeset
2950 {
Ritor1
parents:
diff changeset
2951 v4 = 0;
Ritor1
parents:
diff changeset
2952 v1 = 128;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2953 v2 = 255;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2954 return TargetColor(v2, v1, v4);
0
Ritor1
parents:
diff changeset
2955 }
Ritor1
parents:
diff changeset
2956 goto LABEL_25;
Ritor1
parents:
diff changeset
2957 }
Ritor1
parents:
diff changeset
2958 LABEL_18:
Ritor1
parents:
diff changeset
2959 if ( a1 < 67 )
Ritor1
parents:
diff changeset
2960 {
Ritor1
parents:
diff changeset
2961 v4 = 255;
Ritor1
parents:
diff changeset
2962 v1 = 15;
Ritor1
parents:
diff changeset
2963 v2 = 235;
949
Nomad
parents: 948
diff changeset
2964 return TargetColor(v2, v1, v4);
0
Ritor1
parents:
diff changeset
2965 }
Ritor1
parents:
diff changeset
2966 goto LABEL_21;
Ritor1
parents:
diff changeset
2967 }
Ritor1
parents:
diff changeset
2968 LABEL_15:
Ritor1
parents:
diff changeset
2969 if ( a1 < 56 )
Ritor1
parents:
diff changeset
2970 {
Ritor1
parents:
diff changeset
2971 v2 = 225;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2972 v4 = v2;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2973 v1 = v2;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
2974 return TargetColor(v2, v1, v4);
0
Ritor1
parents:
diff changeset
2975 }
Ritor1
parents:
diff changeset
2976 goto LABEL_18;
Ritor1
parents:
diff changeset
2977 }
Ritor1
parents:
diff changeset
2978 LABEL_11:
Ritor1
parents:
diff changeset
2979 if ( a1 < 45 )
Ritor1
parents:
diff changeset
2980 {
Ritor1
parents:
diff changeset
2981 v2 = 128;
Ritor1
parents:
diff changeset
2982 v4 = v2;
Ritor1
parents:
diff changeset
2983 v1 = v2;
949
Nomad
parents: 948
diff changeset
2984 return TargetColor(v2, v1, v4);
0
Ritor1
parents:
diff changeset
2985 }
Ritor1
parents:
diff changeset
2986 goto LABEL_15;
Ritor1
parents:
diff changeset
2987 }
Ritor1
parents:
diff changeset
2988 LABEL_8:
Ritor1
parents:
diff changeset
2989 if ( a1 < 34 )
Ritor1
parents:
diff changeset
2990 {
Ritor1
parents:
diff changeset
2991 v4 = 255;
Ritor1
parents:
diff changeset
2992 v1 = 128;
Ritor1
parents:
diff changeset
2993 v2 = 0;
949
Nomad
parents: 948
diff changeset
2994 return TargetColor(v2, v1, v4);
0
Ritor1
parents:
diff changeset
2995 }
Ritor1
parents:
diff changeset
2996 goto LABEL_11;
Ritor1
parents:
diff changeset
2997 }
Ritor1
parents:
diff changeset
2998 }
Ritor1
parents:
diff changeset
2999 else
Ritor1
parents:
diff changeset
3000 {
Ritor1
parents:
diff changeset
3001 if ( a1 < 12 )
Ritor1
parents:
diff changeset
3002 {
Ritor1
parents:
diff changeset
3003 v4 = 0;
Ritor1
parents:
diff changeset
3004 v1 = 85;
Ritor1
parents:
diff changeset
3005 v2 = 255;
949
Nomad
parents: 948
diff changeset
3006 return TargetColor(v2, v1, v4);
0
Ritor1
parents:
diff changeset
3007 }
Ritor1
parents:
diff changeset
3008 }
Ritor1
parents:
diff changeset
3009 if ( a1 >= 23 )
Ritor1
parents:
diff changeset
3010 goto LABEL_8;
Ritor1
parents:
diff changeset
3011 v4 = 255;
Ritor1
parents:
diff changeset
3012 v1 = 212;
Ritor1
parents:
diff changeset
3013 v2 = 150;
949
Nomad
parents: 948
diff changeset
3014 return TargetColor(v2, v1, v4);
0
Ritor1
parents:
diff changeset
3015 }
Ritor1
parents:
diff changeset
3016
Ritor1
parents:
diff changeset
3017 //----- (004610AA) --------------------------------------------------------
Ritor1
parents:
diff changeset
3018 void __fastcall PrepareToLoadODM(unsigned int bLoading, OutdoorCamera *a2)
Ritor1
parents:
diff changeset
3019 {
Ritor1
parents:
diff changeset
3020 unsigned int v2; // edi@1
Ritor1
parents:
diff changeset
3021 OutdoorCamera *v3; // esi@1
Ritor1
parents:
diff changeset
3022
Ritor1
parents:
diff changeset
3023 v2 = bLoading;
Ritor1
parents:
diff changeset
3024 v3 = a2;
Ritor1
parents:
diff changeset
3025 pGameLoadingUI_ProgressBar->Reset(0x1Bu);
Ritor1
parents:
diff changeset
3026 pSoundList->_4A9D79(0);
Ritor1
parents:
diff changeset
3027 uCurrentlyLoadedLevelType = (LEVEL_TYPE)2;
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
3028 ODM_LoadAndInitialize(pCurrentMapName.data(), v3);
0
Ritor1
parents:
diff changeset
3029 if ( !v2 )
Ritor1
parents:
diff changeset
3030 TeleportToStartingPoint(uLevel_StartingPointType);
Ritor1
parents:
diff changeset
3031 viewparams->_443365();
Ritor1
parents:
diff changeset
3032 PlayLevelMusic();
Ritor1
parents:
diff changeset
3033 }
Ritor1
parents:
diff changeset
3034 // 6BE35C: using guessed type int uLevel_StartingPointType;
Ritor1
parents:
diff changeset
3035
Ritor1
parents:
diff changeset
3036 //----- (00461103) --------------------------------------------------------
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
3037 void _461103_load_level_sub()
0
Ritor1
parents:
diff changeset
3038 {
Ritor1
parents:
diff changeset
3039 //GUIProgressBar *v0; // ebx@1
Ritor1
parents:
diff changeset
3040 //signed int v1; // ebp@1
Ritor1
parents:
diff changeset
3041 //char *v2; // esi@2
Ritor1
parents:
diff changeset
3042 __int16 v3; // cx@3
Ritor1
parents:
diff changeset
3043 int v4; // edx@8
Ritor1
parents:
diff changeset
3044 //size_t v5; // edi@14
Ritor1
parents:
diff changeset
3045 signed int v6; // esi@14
Ritor1
parents:
diff changeset
3046 //char *v7; // edx@15
Ritor1
parents:
diff changeset
3047 signed int v8; // ecx@16
Ritor1
parents:
diff changeset
3048 int v9; // ecx@23
Ritor1
parents:
diff changeset
3049 MonsterInfo *v10; // ebx@23
Ritor1
parents:
diff changeset
3050 //int *v11; // esi@23
Ritor1
parents:
diff changeset
3051 int v12; // esi@25
Ritor1
parents:
diff changeset
3052 int v13; // eax@26
Ritor1
parents:
diff changeset
3053 __int16 v14; // ax@41
Ritor1
parents:
diff changeset
3054 //signed int v15; // [sp+10h] [bp-4Ch]@1
Ritor1
parents:
diff changeset
3055 //signed int v16; // [sp+10h] [bp-4Ch]@14
Ritor1
parents:
diff changeset
3056 signed int v17; // [sp+14h] [bp-48h]@3
Ritor1
parents:
diff changeset
3057 signed int v18; // [sp+14h] [bp-48h]@23
Ritor1
parents:
diff changeset
3058 int v19; // [sp+18h] [bp-44h]@1
Ritor1
parents:
diff changeset
3059 signed int v20; // [sp+18h] [bp-44h]@14
Ritor1
parents:
diff changeset
3060 int v21[16]; // [sp+1Ch] [bp-40h]@17
Ritor1
parents:
diff changeset
3061
598
f8a4a2e0b4c9 fixed random iten generator, chest generator
Gloval
parents: 569
diff changeset
3062 GenerateItemsInChest();
0
Ritor1
parents:
diff changeset
3063 //v0 = pGameLoadingUI_ProgressBar;
Ritor1
parents:
diff changeset
3064 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
3065 pParty->uFlags |= 2u;
Ritor1
parents:
diff changeset
3066 pParty->field_7B5_in_arena_quest = 0;
Ritor1
parents:
diff changeset
3067 //v1 = 0;
Ritor1
parents:
diff changeset
3068 dword_5C6DF8 = 1;
291
0ea5fbd16edb NPC mostly done
Gloval
parents: 271
diff changeset
3069 pNPCStats->uNewlNPCBufPos = 0;
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
3070 v19 = pMapStats->GetMapInfo(pCurrentMapName.data());
0
Ritor1
parents:
diff changeset
3071
Ritor1
parents:
diff changeset
3072 //v15 = 0;
Ritor1
parents:
diff changeset
3073 for (uint i = 0; i < uNumActors; ++i)
Ritor1
parents:
diff changeset
3074 //if ( (signed int)uNumActors > 0 )
Ritor1
parents:
diff changeset
3075 {
1202
0dbf6c4dd029 arrays to std::arrays phase 1
Grumpy7
parents: 1167
diff changeset
3076 auto pActor = &pActors[i];
0
Ritor1
parents:
diff changeset
3077 //v2 = (char *)&pActors[0].uNPC_ID;
Ritor1
parents:
diff changeset
3078 //do
Ritor1
parents:
diff changeset
3079 //{
Ritor1
parents:
diff changeset
3080 v3 = pActor->pMonsterInfo.uID;
Ritor1
parents:
diff changeset
3081 v17 = 0;
Ritor1
parents:
diff changeset
3082 if ( v3 >= 115 && v3 <= 186 || v3 >= 232 && v3 <= 249 )
Ritor1
parents:
diff changeset
3083 v17 = 1;
Ritor1
parents:
diff changeset
3084 //v1 = 0;
Ritor1
parents:
diff changeset
3085 v4 = (v3 - 1) % 3;
Ritor1
parents:
diff changeset
3086 if ( 2 == v4 )
Ritor1
parents:
diff changeset
3087 {
602
628694cd5744 Margaret working
zipi
parents: 599
diff changeset
3088 if ( pActor->sNPC_ID && pActor->sNPC_ID < 5000 )
0
Ritor1
parents:
diff changeset
3089 continue;
Ritor1
parents:
diff changeset
3090 }
Ritor1
parents:
diff changeset
3091 else
Ritor1
parents:
diff changeset
3092 {
Ritor1
parents:
diff changeset
3093 if ( v4 != 1 )
Ritor1
parents:
diff changeset
3094 {
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3095 if ( v4 == 0 && pActor->sNPC_ID == 0 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3096 pActor->sNPC_ID = 0;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3097 continue;
0
Ritor1
parents:
diff changeset
3098 }
Ritor1
parents:
diff changeset
3099 }
602
628694cd5744 Margaret working
zipi
parents: 599
diff changeset
3100 if ( pActor->sNPC_ID > 0 && pActor->sNPC_ID < 5000 )
0
Ritor1
parents:
diff changeset
3101 continue;
Ritor1
parents:
diff changeset
3102 if ( v17 )
Ritor1
parents:
diff changeset
3103 {
291
0ea5fbd16edb NPC mostly done
Gloval
parents: 271
diff changeset
3104 pNPCStats->InitializeAdditionalNPCs(&pNPCStats->pAdditionalNPC[pNPCStats->uNewlNPCBufPos], v3, 0, v19);
0ea5fbd16edb NPC mostly done
Gloval
parents: 271
diff changeset
3105 v14 = LOWORD(pNPCStats->uNewlNPCBufPos) + 5000;
0ea5fbd16edb NPC mostly done
Gloval
parents: 271
diff changeset
3106 ++pNPCStats->uNewlNPCBufPos;
602
628694cd5744 Margaret working
zipi
parents: 599
diff changeset
3107 pActor->sNPC_ID = v14;
0
Ritor1
parents:
diff changeset
3108 continue;
Ritor1
parents:
diff changeset
3109 }
602
628694cd5744 Margaret working
zipi
parents: 599
diff changeset
3110 pActor->sNPC_ID = 0;
0
Ritor1
parents:
diff changeset
3111 //++v15;
Ritor1
parents:
diff changeset
3112 //v2 += 836;
Ritor1
parents:
diff changeset
3113 //}
Ritor1
parents:
diff changeset
3114 //while ( v15 < (signed int)uNumActors );
Ritor1
parents:
diff changeset
3115 }
Ritor1
parents:
diff changeset
3116
Ritor1
parents:
diff changeset
3117 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
3118
Ritor1
parents:
diff changeset
3119 //v5 = uNumActors;
Ritor1
parents:
diff changeset
3120 v6 = 0;
Ritor1
parents:
diff changeset
3121 v20 = 0;
Ritor1
parents:
diff changeset
3122 //v16 = v1;
Ritor1
parents:
diff changeset
3123
Ritor1
parents:
diff changeset
3124 for (uint i = 0; i < uNumActors; ++i)
Ritor1
parents:
diff changeset
3125 {
1202
0dbf6c4dd029 arrays to std::arrays phase 1
Grumpy7
parents: 1167
diff changeset
3126 auto pActor = &pActors[i];
0
Ritor1
parents:
diff changeset
3127 //v7 = (char *)&pActors[0].pMonsterInfo;
Ritor1
parents:
diff changeset
3128 //do
Ritor1
parents:
diff changeset
3129 //{
Ritor1
parents:
diff changeset
3130 v8 = 0;
Ritor1
parents:
diff changeset
3131 if ( v6 > 0 )
Ritor1
parents:
diff changeset
3132 {
Ritor1
parents:
diff changeset
3133 do
Ritor1
parents:
diff changeset
3134 {
Ritor1
parents:
diff changeset
3135 if ( v21[v8] == pActor->pMonsterInfo.uID - 1 )
Ritor1
parents:
diff changeset
3136 break;
Ritor1
parents:
diff changeset
3137 ++v8;
Ritor1
parents:
diff changeset
3138 }
Ritor1
parents:
diff changeset
3139 while ( v8 < v6 );
Ritor1
parents:
diff changeset
3140 }
Ritor1
parents:
diff changeset
3141
Ritor1
parents:
diff changeset
3142 if ( v8 == v6 )
Ritor1
parents:
diff changeset
3143 {
Ritor1
parents:
diff changeset
3144 v21[v6++] = pActor->pMonsterInfo.uID - 1;
Ritor1
parents:
diff changeset
3145 v20 = v6;
Ritor1
parents:
diff changeset
3146 if ( v6 == 16 )
Ritor1
parents:
diff changeset
3147 break;
Ritor1
parents:
diff changeset
3148 }
Ritor1
parents:
diff changeset
3149 //++v16;
Ritor1
parents:
diff changeset
3150 //v7 += 836;
Ritor1
parents:
diff changeset
3151 //}
Ritor1
parents:
diff changeset
3152 //while ( v16 < (signed int)v5 );
Ritor1
parents:
diff changeset
3153 }
Ritor1
parents:
diff changeset
3154
Ritor1
parents:
diff changeset
3155 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
3156
Ritor1
parents:
diff changeset
3157 if ( v6 > 0 )
Ritor1
parents:
diff changeset
3158 {
Ritor1
parents:
diff changeset
3159 int _v0 = 0;
Ritor1
parents:
diff changeset
3160 do
Ritor1
parents:
diff changeset
3161 {
Ritor1
parents:
diff changeset
3162 v9 = v21[_v0];
Ritor1
parents:
diff changeset
3163 v18 = 4;
Ritor1
parents:
diff changeset
3164 v10 = &pMonsterStats->pInfos[v9 + 1];
Ritor1
parents:
diff changeset
3165 //v11 = (int *)pMonsterList->pMonsters[v9].pSoundSampleIDs;
Ritor1
parents:
diff changeset
3166 auto v11 = &pMonsterList->pMonsters[v9];
Ritor1
parents:
diff changeset
3167 do
Ritor1
parents:
diff changeset
3168 {
Ritor1
parents:
diff changeset
3169 pSoundList->LoadSound(v11->pSoundSampleIDs[4 - v18], 0);
Ritor1
parents:
diff changeset
3170 //v11 = (int *)((char *)v11 + 2);
Ritor1
parents:
diff changeset
3171 --v18;
Ritor1
parents:
diff changeset
3172 }
Ritor1
parents:
diff changeset
3173 while ( v18 );
Ritor1
parents:
diff changeset
3174 v12 = 0;
Ritor1
parents:
diff changeset
3175 do
Ritor1
parents:
diff changeset
3176 v13 = pSoundList->LoadSound(v12++ + word_4EE088_sound_ids[v10->uSpell1ID], 1);
Ritor1
parents:
diff changeset
3177 while ( v13 );
Ritor1
parents:
diff changeset
3178 ++_v0;
Ritor1
parents:
diff changeset
3179 }
Ritor1
parents:
diff changeset
3180 while ( _v0 < v6 );
Ritor1
parents:
diff changeset
3181 //v0 = pGameLoadingUI_ProgressBar;
Ritor1
parents:
diff changeset
3182 //v1 = 0;
Ritor1
parents:
diff changeset
3183 }
Ritor1
parents:
diff changeset
3184
Ritor1
parents:
diff changeset
3185 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
3186
Ritor1
parents:
diff changeset
3187 if ( dword_6BE368_debug_settings_2 & 4 )
Ritor1
parents:
diff changeset
3188 uNumActors = 0;
Ritor1
parents:
diff changeset
3189 if ( dword_6BE368_debug_settings_2 & 8 )
Ritor1
parents:
diff changeset
3190 uNumLevelDecorations = 0;
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
3191 init_event_triggers();
0
Ritor1
parents:
diff changeset
3192
Ritor1
parents:
diff changeset
3193 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
3194
Ritor1
parents:
diff changeset
3195 pIndoorCamera->pos.y = 0;
Ritor1
parents:
diff changeset
3196 pIndoorCamera->pos.x = 0;
Ritor1
parents:
diff changeset
3197 pIndoorCamera->pos.z = 100;
Ritor1
parents:
diff changeset
3198 pIndoorCamera->sRotationY = 0;
Ritor1
parents:
diff changeset
3199 pIndoorCamera->sRotationX = 0;
Ritor1
parents:
diff changeset
3200 viewparams->bRedrawGameUI = 1;
783
b27dd658ea77 Taveling by foot fixed.
Nomad
parents: 775
diff changeset
3201 uLevel_StartingPointType = MapStartPoint_Party;
0
Ritor1
parents:
diff changeset
3202 pSprites_LOD->_461397();
Ritor1
parents:
diff changeset
3203 pPaletteManager->LockTestAll();
Ritor1
parents:
diff changeset
3204 if ( pParty->pPickedItem.uItemID != 0 )
Ritor1
parents:
diff changeset
3205 pMouse->SetCursorBitmapFromItemID(pParty->pPickedItem.uItemID);
Ritor1
parents:
diff changeset
3206 }
Ritor1
parents:
diff changeset
3207
Ritor1
parents:
diff changeset
3208 //----- (004613C4) --------------------------------------------------------
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
3209 void init_event_triggers()
0
Ritor1
parents:
diff changeset
3210 {
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
3211 uint id = pDecorationList->GetDecorIdByName("Event Trigger");
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
3212
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
3213 num_event_triggers = 0;
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
3214 for (uint i = 0; i < uNumLevelDecorations; ++i)
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
3215 if (pLevelDecorations[i].uDecorationDescID == id)
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
3216 event_triggers[num_event_triggers++] = i;
0
Ritor1
parents:
diff changeset
3217 }
Ritor1
parents:
diff changeset
3218
Ritor1
parents:
diff changeset
3219 //----- (004621DA) --------------------------------------------------------
1408
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3220 int int_get_vector_length(signed int x, signed int y, signed int z)
0
Ritor1
parents:
diff changeset
3221 {
Ritor1
parents:
diff changeset
3222 signed int v3; // eax@2
1408
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3223
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3224 if ( x < y )
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3225 {
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3226 v3 = x;
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3227 x = y;
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3228 y = v3;
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3229 }
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3230 if ( x < z )
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3231 {
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3232 v3 = x;
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3233 x = z;
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3234 z = v3;
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3235 }
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3236 if ( y < z )
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3237 {
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3238 v3 = y;
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3239 y = z;
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3240 z = v3;
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3241 }
204cce84300b FindSound
Ritor1
parents: 1405
diff changeset
3242 return (11 * y >> 5) + x + (z >> 2);
0
Ritor1
parents:
diff changeset
3243 }
Ritor1
parents:
diff changeset
3244
Ritor1
parents:
diff changeset
3245 OPENFILENAMEA ofn;
Ritor1
parents:
diff changeset
3246 //----- (0046271C) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
3247 void CreateDefaultBLVLevel()
0
Ritor1
parents:
diff changeset
3248 {
Ritor1
parents:
diff changeset
3249 ofn.lStructSize = 0x4Cu;
Ritor1
parents:
diff changeset
3250 ofn.hwndOwner = hWnd;
Ritor1
parents:
diff changeset
3251 ofn.hInstance = 0;
Ritor1
parents:
diff changeset
3252 ofn.lpstrFilter = "Indoor BLV Files (*.blv)";
Ritor1
parents:
diff changeset
3253 ofn.lpstrCustomFilter = 0;
Ritor1
parents:
diff changeset
3254 ofn.nMaxCustFilter = 0;
Ritor1
parents:
diff changeset
3255 ofn.nFilterIndex = 0;
Ritor1
parents:
diff changeset
3256 ofn.lpstrFile = 0;
Ritor1
parents:
diff changeset
3257 ofn.nMaxFile = 260;
Ritor1
parents:
diff changeset
3258 ofn.nMaxFileTitle = 512;
Ritor1
parents:
diff changeset
3259 ofn.lpstrInitialDir = "levels";
Ritor1
parents:
diff changeset
3260 ofn.lpstrTitle = "Might and Magic® VII - Load Which Level?";
Ritor1
parents:
diff changeset
3261 ofn.Flags = 4;
Ritor1
parents:
diff changeset
3262 ofn.nFileOffset = 0;
Ritor1
parents:
diff changeset
3263 ofn.nFileExtension = 0;
Ritor1
parents:
diff changeset
3264 ofn.lpstrDefExt = "blv";
Ritor1
parents:
diff changeset
3265 ofn.lCustData = 0;
Ritor1
parents:
diff changeset
3266 ofn.lpfnHook = 0;
Ritor1
parents:
diff changeset
3267 ofn.lpTemplateName = 0;
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
3268 ofn.lpstrFileTitle = pTmpBuf.data();
0
Ritor1
parents:
diff changeset
3269 }
Ritor1
parents:
diff changeset
3270
Ritor1
parents:
diff changeset
3271 //----- (004627B7) --------------------------------------------------------
762
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
3272 void MainMenu_Loop()
0
Ritor1
parents:
diff changeset
3273 {
Ritor1
parents:
diff changeset
3274 GUIButton *pButton; // eax@27
Ritor1
parents:
diff changeset
3275 unsigned int pControlParam; // ecx@35
Ritor1
parents:
diff changeset
3276 int v10; // ecx@36
Ritor1
parents:
diff changeset
3277 int v11; // ecx@37
Ritor1
parents:
diff changeset
3278 unsigned int pY; // [sp-18h] [bp-54h]@39
Ritor1
parents:
diff changeset
3279 Texture *pTexture; // [sp-14h] [bp-50h]@39
Ritor1
parents:
diff changeset
3280 GUIButton *pButton2; // [sp+0h] [bp-3Ch]@27
Ritor1
parents:
diff changeset
3281 GUIWindow *pWindow; // [sp+4h] [bp-38h]@11
Ritor1
parents:
diff changeset
3282
151
9abdd40a107b pCurrentScreen
Ritor1
parents: 150
diff changeset
3283 pCurrentScreen = SCREEN_GAME;
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3284
0
Ritor1
parents:
diff changeset
3285 pGUIWindow2 = 0;
Ritor1
parents:
diff changeset
3286 pAudioPlayer->StopChannels(-1, -1);
Ritor1
parents:
diff changeset
3287 pMouse->RemoveHoldingItem();
762
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
3288
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
3289 pIcons_LOD->_inlined_sub2();
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
3290
165
Ritor1
parents: 162
diff changeset
3291 pWindow_MainMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_MainMenu, 0, 0);
Ritor1
parents: 162
diff changeset
3292 auto pNew = pIcons_LOD->LoadTexturePtr("title_new", TEXTURE_16BIT_PALETTE);
0
Ritor1
parents:
diff changeset
3293 auto pLoad = pIcons_LOD->LoadTexturePtr("title_load", TEXTURE_16BIT_PALETTE);
Ritor1
parents:
diff changeset
3294 auto pCredits = pIcons_LOD->LoadTexturePtr("title_cred", TEXTURE_16BIT_PALETTE);
Ritor1
parents:
diff changeset
3295 auto pExit = pIcons_LOD->LoadTexturePtr("title_exit", TEXTURE_16BIT_PALETTE);
948
5a2dbb00c399 Code cleaning.
Nomad
parents: 947
diff changeset
3296
5a2dbb00c399 Code cleaning.
Nomad
parents: 947
diff changeset
3297 pMainMenu_BtnNew = pWindow_MainMenu->CreateButton(495, 172, pNew->uTextureWidth, pNew->uTextureHeight, 1, 0, UIMSG_MainMenu_ShowPartyCreationWnd, 0, 'N', "", pNew, 0);
5a2dbb00c399 Code cleaning.
Nomad
parents: 947
diff changeset
3298 pMainMenu_BtnLoad = pWindow_MainMenu->CreateButton(495, 227, pLoad->uTextureWidth, pLoad->uTextureHeight, 1, 0, UIMSG_MainMenu_ShowLoadWindow, 1, 'L', "", pLoad, 0);
5a2dbb00c399 Code cleaning.
Nomad
parents: 947
diff changeset
3299 pMainMenu_BtnCredits = pWindow_MainMenu->CreateButton(495, 282, pCredits->uTextureWidth, pCredits->uTextureHeight, 1, 0, UIMSG_ShowCredits, 2, 'C', "", pCredits, 0);
5a2dbb00c399 Code cleaning.
Nomad
parents: 947
diff changeset
3300 pMainMenu_BtnExit = pWindow_MainMenu->CreateButton(495, 337, pExit->uTextureWidth, pExit->uTextureHeight, 1, 0, UIMSG_ExitToWindows, 3, 0, "", pExit, 0);
5a2dbb00c399 Code cleaning.
Nomad
parents: 947
diff changeset
3301
0
Ritor1
parents:
diff changeset
3302 pTexture_PCX.Release();
Ritor1
parents:
diff changeset
3303 pTexture_PCX.Load("title.pcx", 0);
Ritor1
parents:
diff changeset
3304 SetCurrentMenuID(MENU_MAIN);
Ritor1
parents:
diff changeset
3305 SetForegroundWindow(hWnd);
Ritor1
parents:
diff changeset
3306 SendMessageW(hWnd, WM_ACTIVATEAPP, 1, 0);
Ritor1
parents:
diff changeset
3307 while (GetCurrentMenuID() == MENU_MAIN || GetCurrentMenuID() == MENU_SAVELOAD)
Ritor1
parents:
diff changeset
3308 {
Ritor1
parents:
diff changeset
3309 POINT pt;
Ritor1
parents:
diff changeset
3310 pMouse->GetCursorPos(&pt);
Ritor1
parents:
diff changeset
3311 pWindow = pWindow_MainMenu;
165
Ritor1
parents: 162
diff changeset
3312 if ( GetCurrentMenuID() == MENU_SAVELOAD)
0
Ritor1
parents:
diff changeset
3313 {
151
9abdd40a107b pCurrentScreen
Ritor1
parents: 150
diff changeset
3314 if ( pCurrentScreen != SCREEN_LOADGAME )
0
Ritor1
parents:
diff changeset
3315 {
Ritor1
parents:
diff changeset
3316 pTexture_PCX.Release();
Ritor1
parents:
diff changeset
3317 pTexture_PCX.Load("lsave640.pcx", 0);
Ritor1
parents:
diff changeset
3318 pGUIWindow2 = GUIWindow::Create(0, 0, 640, 480, WINDOW_MainMenu, 0, 0);
151
9abdd40a107b pCurrentScreen
Ritor1
parents: 150
diff changeset
3319 pCurrentScreen = SCREEN_LOADGAME;
1033
3a5c8df8381d * UI cleans and moves
Nomad
parents: 1031
diff changeset
3320 LoadUI_Load(0);
0
Ritor1
parents:
diff changeset
3321 }
Ritor1
parents:
diff changeset
3322 pWindow = pGUIWindow_CurrentMenu;
Ritor1
parents:
diff changeset
3323 }
Ritor1
parents:
diff changeset
3324
Ritor1
parents:
diff changeset
3325 MSG msg;
165
Ritor1
parents: 162
diff changeset
3326 while ( PeekMessageA(&msg, 0, 0, 0, PM_REMOVE) )
0
Ritor1
parents:
diff changeset
3327 {
Ritor1
parents:
diff changeset
3328 if (msg.message == WM_QUIT)
Ritor1
parents:
diff changeset
3329 Game_DeinitializeAndTerminate(0);
Ritor1
parents:
diff changeset
3330 TranslateMessage(&msg);
Ritor1
parents:
diff changeset
3331 DispatchMessageA(&msg);
Ritor1
parents:
diff changeset
3332 }
Ritor1
parents:
diff changeset
3333 if (dword_6BE364_game_settings_1 & 0x0100)
Ritor1
parents:
diff changeset
3334 {
Ritor1
parents:
diff changeset
3335 WaitMessage();
Ritor1
parents:
diff changeset
3336 }
Ritor1
parents:
diff changeset
3337 else
Ritor1
parents:
diff changeset
3338 {
Ritor1
parents:
diff changeset
3339 pRenderer->BeginScene();
Ritor1
parents:
diff changeset
3340 pRenderer->DrawTextureRGB(0, 0, &pTexture_PCX);
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3341
165
Ritor1
parents: 162
diff changeset
3342 GUI_MainMenuMessageProc();
0
Ritor1
parents:
diff changeset
3343 GUI_UpdateWindows();
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3344
165
Ritor1
parents: 162
diff changeset
3345 if (GetCurrentMenuID() != MENU_MAIN)
Ritor1
parents: 162
diff changeset
3346 {
961
5a12082c803d UIMSG and WINDOW_Type(continue)
Ritor1
parents: 957
diff changeset
3347 if (GetCurrentMenuID() == MENU_LoadingProcInMainMenu)
0
Ritor1
parents:
diff changeset
3348 {
1405
c0b273d33338 RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents: 1404
diff changeset
3349 pIcons_LOD->RemoveTexturesPackFromTextureList();
0
Ritor1
parents:
diff changeset
3350 pGUIWindow_CurrentMenu->Release();
Ritor1
parents:
diff changeset
3351 pGUIWindow_CurrentMenu = 0;
151
9abdd40a107b pCurrentScreen
Ritor1
parents: 150
diff changeset
3352 pCurrentScreen = SCREEN_GAME;
0
Ritor1
parents:
diff changeset
3353 viewparams->bRedrawGameUI = 1;
Ritor1
parents:
diff changeset
3354 }
Ritor1
parents:
diff changeset
3355 }
Ritor1
parents:
diff changeset
3356 else
Ritor1
parents:
diff changeset
3357 {
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
3358 if ( !pModalWindow )// ???
0
Ritor1
parents:
diff changeset
3359 {
Ritor1
parents:
diff changeset
3360 pButton = pWindow->pControlsHead;
Ritor1
parents:
diff changeset
3361 for ( pButton = pWindow->pControlsHead; pButton; pButton = pButton->pNext )
Ritor1
parents:
diff changeset
3362 {
Ritor1
parents:
diff changeset
3363 if ( pt.x >= (signed int)pButton->uX && pt.x <= (signed int)pButton->uZ
Ritor1
parents:
diff changeset
3364 && pt.y >= (signed int)pButton->uY && pt.y <= (signed int)pButton->uW
Ritor1
parents:
diff changeset
3365 && pWindow == pWindow_MainMenu )
Ritor1
parents:
diff changeset
3366 {
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
3367 pControlParam = pButton->msg_param;
0
Ritor1
parents:
diff changeset
3368 switch (pControlParam) // ïîäñâåòêà êíîïîê
Ritor1
parents:
diff changeset
3369 {
Ritor1
parents:
diff changeset
3370 case 0:
Ritor1
parents:
diff changeset
3371 pTexture = pNew;
Ritor1
parents:
diff changeset
3372 pY = 172;
Ritor1
parents:
diff changeset
3373 break;
Ritor1
parents:
diff changeset
3374 case 1:
Ritor1
parents:
diff changeset
3375 pTexture = pLoad;
Ritor1
parents:
diff changeset
3376 pY = 227;
Ritor1
parents:
diff changeset
3377 break;
Ritor1
parents:
diff changeset
3378 case 2:
Ritor1
parents:
diff changeset
3379 pTexture = pCredits;
Ritor1
parents:
diff changeset
3380 pY = 282;
Ritor1
parents:
diff changeset
3381 break;
Ritor1
parents:
diff changeset
3382 case 3:
Ritor1
parents:
diff changeset
3383 pTexture = pExit;
Ritor1
parents:
diff changeset
3384 pY = 337;
Ritor1
parents:
diff changeset
3385 break;
Ritor1
parents:
diff changeset
3386 }
Ritor1
parents:
diff changeset
3387 pRenderer->DrawTextureIndexed(495, pY, pTexture); //ïîäñâåòêà êíîïîê
Ritor1
parents:
diff changeset
3388 }
Ritor1
parents:
diff changeset
3389 }
Ritor1
parents:
diff changeset
3390 }
Ritor1
parents:
diff changeset
3391 }
Ritor1
parents:
diff changeset
3392 pRenderer->EndScene();
Ritor1
parents:
diff changeset
3393 pRenderer->Present();
Ritor1
parents:
diff changeset
3394 }
Ritor1
parents:
diff changeset
3395 }
970
e3123a1dea82 PlayerCreationUI_Draw little clean
Ritor1
parents: 966
diff changeset
3396 GUI_MainMenuMessageProc();
0
Ritor1
parents:
diff changeset
3397 pRenderer->BeginScene();
Ritor1
parents:
diff changeset
3398 GUI_UpdateWindows();
Ritor1
parents:
diff changeset
3399 pRenderer->EndScene();
Ritor1
parents:
diff changeset
3400 pRenderer->Present();
961
5a12082c803d UIMSG and WINDOW_Type(continue)
Ritor1
parents: 957
diff changeset
3401 pTexture_PCX.Release();
0
Ritor1
parents:
diff changeset
3402 if ( pGUIWindow2 )
Ritor1
parents:
diff changeset
3403 {
Ritor1
parents:
diff changeset
3404 pGUIWindow2->Release();
Ritor1
parents:
diff changeset
3405 pGUIWindow2 = 0;
Ritor1
parents:
diff changeset
3406 }
Ritor1
parents:
diff changeset
3407 pWindow_MainMenu->Release();
1405
c0b273d33338 RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents: 1404
diff changeset
3408 pIcons_LOD->RemoveTexturesPackFromTextureList();
0
Ritor1
parents:
diff changeset
3409 }
Ritor1
parents:
diff changeset
3410
Ritor1
parents:
diff changeset
3411 //----- (004637EB) --------------------------------------------------------
Ritor1
parents:
diff changeset
3412 int __stdcall aWinProc(HWND hWnd, UINT Msg, WPARAM wParam, unsigned int lParam)
Ritor1
parents:
diff changeset
3413 {
Ritor1
parents:
diff changeset
3414 HANDLE v6; // eax@32
Ritor1
parents:
diff changeset
3415 HDC v10; // edi@50
Ritor1
parents:
diff changeset
3416 int v11; // esi@50
Ritor1
parents:
diff changeset
3417 signed int v13; // eax@135
Ritor1
parents:
diff changeset
3418 char v29; // dl@209
Ritor1
parents:
diff changeset
3419 bool v31; // ebx@211
Ritor1
parents:
diff changeset
3420 float v33; // ST04_4@246
Ritor1
parents:
diff changeset
3421 float v34; // ST04_4@254
Ritor1
parents:
diff changeset
3422 struct tagPAINTSTRUCT Paint; // [sp+24h] [bp-48h]@13
Ritor1
parents:
diff changeset
3423 int pXY[2]; // [sp+64h] [bp-8h]@261
Ritor1
parents:
diff changeset
3424 int a2; // [sp+7Ch] [bp+10h]@50
1165
29a8defbad9e temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents: 1150
diff changeset
3425
0
Ritor1
parents:
diff changeset
3426 switch (Msg)
Ritor1
parents:
diff changeset
3427 {
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
3428 case WM_SIZING: return 1;
0
Ritor1
parents:
diff changeset
3429 case WM_SETTEXT: return DefWindowProcW(hWnd, Msg, wParam, lParam);
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
3430 case WM_CHAR:
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
3431 {
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
3432 if (!pKeyActionMap->_459F10(wParam) && !viewparams->field_4C)
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
3433 GUI_HandleHotkey(wParam);
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
3434 }
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
3435 return DefWindowProcA(hWnd, Msg, wParam, lParam);
922
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3436
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
3437
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
3438 case WM_DEVICECHANGE:
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
3439 {
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
3440 if (wParam == 0x8000) // CD or some device has been inserted - notify InsertCD dialog
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
3441 PostMessageA(hInsertCDWindow, WM_USER + 1, 0, 0);
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
3442 return 0;
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
3443 }
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
3444
922
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3445 case WM_COMMAND:
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3446 {
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3447 switch (wParam)
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3448 {
947
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3449 case 103: pRenderer->SavePCXScreenshot(); return 0;
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3450
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3451 case 101: // Quit game
922
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3452 case 40001:
1067
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3453 SendMessageA(::hWnd, WM_DESTROY, 0, 0);
922
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3454 return 0;
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3455
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3456
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3457 case 104:
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3458 pRenderer->ChangeBetweenWinFullscreenModes();
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3459 if ( pArcomageGame->bGameInProgress )
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3460 pArcomageGame->field_F6 = 1;
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3461 return 0;
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3462
952
a92a34f9aef5 Submenu "Time"
Ritor1
parents: 949
diff changeset
3463 //SubMenu "Party"
947
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3464 case 40007: pParty->SetGold(pParty->uNumGold + 10000); return 0;
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3465 case 40008: GivePartyExp(20000); return 0;
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3466 case 40013: pParty->SetGold(0); return 0;
922
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3467
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3468 case 40059:
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3469 for (uint i = 0; i < 4; ++i)
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3470 pParty->pPlayers[i].uSkillPoints = 50;
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3471 return 0;
947
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3472
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3473 case 40029: pPlayers[uActiveCharacter]->SetPertified(true); return 0;
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3474 case 40030: pPlayers[uActiveCharacter]->SetWeak(true); return 0;
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3475 case 40031: pPlayers[uActiveCharacter]->SetPoison3(true); return 0;
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3476 case 40032: pPlayers[uActiveCharacter]->SetPoison2(true); return 0;
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3477 case 40033: pPlayers[uActiveCharacter]->SetPoison1(true); return 0;
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3478 case 40034: pPlayers[uActiveCharacter]->SetDisease3(true); return 0;
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3479 case 40035: pPlayers[uActiveCharacter]->SetDisease2(true); return 0;
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3480 case 40036: pPlayers[uActiveCharacter]->SetDisease1(true); return 0;
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3481 case 40037: pPlayers[uActiveCharacter]->SetCursed(true); return 0;
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3482 case 40038: pPlayers[uActiveCharacter]->SetInsane(true); return 0;
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3483 case 40039: pPlayers[uActiveCharacter]->SetDrunk(true); return 0;
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3484 case 40040: pPlayers[uActiveCharacter]->SetUnconcious(true); return 0;
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3485 case 40041: pPlayers[uActiveCharacter]->SetDead(true); return 0;
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3486 case 40042: pPlayers[uActiveCharacter]->SetEradicated(true); return 0;
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3487 case 40043: pPlayers[uActiveCharacter]->SetAsleep(true); return 0;
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3488 case 40044: pPlayers[uActiveCharacter]->SetAfraid(true); return 0;
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3489 case 40045: pPlayers[uActiveCharacter]->SetParalyzed(true); return 0;
99aa9c8464cf Improved conditions handling.
Nomad
parents: 946
diff changeset
3490 case 40073: pPlayers[uActiveCharacter]->SetZombie(true); return 0;
952
a92a34f9aef5 Submenu "Time"
Ritor1
parents: 949
diff changeset
3491
a92a34f9aef5 Submenu "Time"
Ritor1
parents: 949
diff changeset
3492 case 40006: pParty->SetFood(pParty->uNumFoodRations + 20); return 0;
a92a34f9aef5 Submenu "Time"
Ritor1
parents: 949
diff changeset
3493
957
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3494 case 40062:
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3495 pParty->alignment = PartyAlignment_Good;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3496 SetUserInterface(pParty->alignment, true);
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3497 return 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3498 case 40063:
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3499 pParty->alignment = PartyAlignment_Neutral;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3500 SetUserInterface(pParty->alignment, true);
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3501 return 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3502 case 40064:
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3503 pParty->alignment = PartyAlignment_Evil;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3504 SetUserInterface(pParty->alignment, true);
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3505 return 0;
952
a92a34f9aef5 Submenu "Time"
Ritor1
parents: 949
diff changeset
3506
a92a34f9aef5 Submenu "Time"
Ritor1
parents: 949
diff changeset
3507 //SubMenu "Time"
1031
f93d17337113 UI stuff.
Nomad
parents: 1030
diff changeset
3508 case 40009: pParty->uTimePlayed += Timer::Day; return 0;
f93d17337113 UI stuff.
Nomad
parents: 1030
diff changeset
3509 case 40010: pParty->uTimePlayed += Timer::Week; return 0;
f93d17337113 UI stuff.
Nomad
parents: 1030
diff changeset
3510 case 40011: pParty->uTimePlayed += Timer::Month; return 0;
f93d17337113 UI stuff.
Nomad
parents: 1030
diff changeset
3511 case 40012: pParty->uTimePlayed += Timer::Year; return 0;
952
a92a34f9aef5 Submenu "Time"
Ritor1
parents: 949
diff changeset
3512
a92a34f9aef5 Submenu "Time"
Ritor1
parents: 949
diff changeset
3513 //SubMenu "Items"
957
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3514 case 40015:
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3515 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3516 int pItemID = rand() % 500;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3517 for ( uint i = 0; i < 500; ++i )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3518 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3519 if ( pItemID + i > 499 )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3520 pItemID = 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3521 if ( pItemsTable->pItems[pItemID + i].uItemID_Rep_St == 1 )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3522 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3523 pPlayers[uActiveCharacter]->AddItem(-1, pItemID + i);
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3524 return 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3525 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3526 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3527 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3528 return 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3529 case 40016:
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3530 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3531 int pItemID = rand() % 500;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3532 for ( uint i = 0; i < 500; ++i )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3533 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3534 if ( pItemID + i > 499 )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3535 pItemID = 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3536 if ( pItemsTable->pItems[pItemID + i].uItemID_Rep_St == 2 )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3537 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3538 pPlayers[uActiveCharacter]->AddItem(-1, pItemID + i);
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3539 return 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3540 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3541 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3542 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3543 return 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3544 case 40017:
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3545 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3546 int pItemID = rand() % 500;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3547 for ( uint i = 0; i < 500; ++i )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3548 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3549 if ( pItemID + i > 499 )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3550 pItemID = 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3551 if ( pItemsTable->pItems[pItemID + i].uItemID_Rep_St == 3 )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3552 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3553 pPlayers[uActiveCharacter]->AddItem(-1, pItemID + i);
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3554 return 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3555 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3556 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3557 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3558 return 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3559 case 40018:
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3560 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3561 int pItemID = rand() % 500;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3562 for ( uint i = 0; i < 500; ++i )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3563 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3564 if ( pItemID + i > 499 )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3565 pItemID = 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3566 if ( pItemsTable->pItems[pItemID + i].uItemID_Rep_St == 4 )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3567 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3568 pPlayers[uActiveCharacter]->AddItem(-1, pItemID + i);
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3569 return 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3570 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3571 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3572 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3573 return 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3574 case 40019:
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3575 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3576 int pItemID = rand() % 500;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3577 for ( uint i = 0; i < 500; ++i )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3578 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3579 if ( pItemID + i > 499 )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3580 pItemID = 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3581 if ( pItemsTable->pItems[pItemID + i].uItemID_Rep_St == 5 )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3582 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3583 pPlayers[uActiveCharacter]->AddItem(-1, pItemID + i);
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3584 return 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3585 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3586 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3587 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3588 return 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3589 case 40020:
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3590 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3591 int pItemID = rand() % 500;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3592 for ( uint i = 0; i < 500; ++i )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3593 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3594 if ( pItemID + i > 499 )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3595 pItemID = 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3596 if ( pItemsTable->pItems[pItemID + i].uItemID_Rep_St == 6 )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3597 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3598 pPlayers[uActiveCharacter]->AddItem(-1, pItemID + i);
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3599 return 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3600 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3601 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3602 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3603 return 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3604 case 40061:
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3605 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3606 int pItemID = rand() % 500;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3607 for ( uint i = 0; i < 500; ++i )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3608 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3609 if ( pItemID + i > 499 )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3610 pItemID = 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3611 if ( pItemsTable->pItems[pItemID + i].uItemID_Rep_St > 6 )
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3612 {
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3613 pPlayers[uActiveCharacter]->AddItem(-1, pItemID + i);
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3614 return 0;
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3615 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3616 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3617 }
1a47a988c0b8 menu Debug
Ritor1
parents: 952
diff changeset
3618 return 0;
952
a92a34f9aef5 Submenu "Time"
Ritor1
parents: 949
diff changeset
3619
922
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3620 }
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3621 }
d4ca429eecd4 Some debug functions implemented.
Nomad
parents: 920
diff changeset
3622 return DefWindowProcA(hWnd, Msg, wParam, lParam);
0
Ritor1
parents:
diff changeset
3623 };
Ritor1
parents:
diff changeset
3624
Ritor1
parents:
diff changeset
3625 if ( Msg > WM_SYSCOMMAND )
Ritor1
parents:
diff changeset
3626 {
Ritor1
parents:
diff changeset
3627 switch ( Msg )
Ritor1
parents:
diff changeset
3628 {
Ritor1
parents:
diff changeset
3629 case WM_LBUTTONDOWN:
Ritor1
parents:
diff changeset
3630 if ( pArcomageGame->bGameInProgress )
Ritor1
parents:
diff changeset
3631 {
Ritor1
parents:
diff changeset
3632 pArcomageGame->stru1.field_0 = 7;
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3633 ArcomageGame::OnMouseClick(0, 1);
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3634 return DefWindowProcA(hWnd, Msg, wParam, lParam);
0
Ritor1
parents:
diff changeset
3635 }
972
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
3636 goto __handle_mouse_click;
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
3637
0
Ritor1
parents:
diff changeset
3638 case WM_RBUTTONDOWN:
Ritor1
parents:
diff changeset
3639 v31 = 0;
Ritor1
parents:
diff changeset
3640 if ( !pArcomageGame->bGameInProgress )
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3641 //goto LABEL_240;
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3642 {
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3643 if ( pVideoPlayer->pVideoFrame.pPixels != (unsigned __int16 *)v31 )
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3644 pVideoPlayer->bStopBeforeSchedule = 1;
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3645
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3646 pMouse->SetMouseClick((unsigned __int16)lParam, lParam >> 16);
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3647 if (pGame)
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3648 {
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3649 v33 = pGame->pIndoorCameraD3D->GetPickDepth();
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3650 pGame->PickMouse(v33, (unsigned __int16)lParam, lParam >> 16, v31, &vis_sprite_filter_2, &vis_door_filter);
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3651 }
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3652
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3653 sub_416D62_ShowPopupWindow_MonsterRecord_ItemInfo_etcsub_416D62(0);
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3654 return DefWindowProcA(hWnd, Msg, wParam, lParam);
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3655
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3656 }
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3657
0
Ritor1
parents:
diff changeset
3658 pArcomageGame->stru1.field_0 = 8;
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3659 ArcomageGame::OnMouseClick(1, 1);
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3660 return DefWindowProcA(hWnd, Msg, wParam, lParam);
0
Ritor1
parents:
diff changeset
3661 case WM_LBUTTONUP:
Ritor1
parents:
diff changeset
3662 if ( !pArcomageGame->bGameInProgress )
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3663 //goto LABEL_218;
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3664 {
0
Ritor1
parents:
diff changeset
3665 back_to_game();
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
3666 return DefWindowProcA(hWnd, Msg, wParam, lParam);
0
Ritor1
parents:
diff changeset
3667 }
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3668 pArcomageGame->stru1.field_0 = 3;
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3669 ArcomageGame::OnMouseClick(0, 0);
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3670 return DefWindowProcA(hWnd, Msg, wParam, lParam);
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3671 case WM_RBUTTONUP:
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3672 if ( !pArcomageGame->bGameInProgress )
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3673 {
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3674 //LABEL_218:
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3675
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3676 back_to_game();
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3677 return DefWindowProcA(hWnd, Msg, wParam, lParam);
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3678 }
0
Ritor1
parents:
diff changeset
3679 pArcomageGame->stru1.field_0 = 4;
1250
c515e406df4a aWinProc cleanup - removing unused vars, unnesting conditions, removeing a few DefWindowProcA calls
Grumpy7
parents: 1249
diff changeset
3680 ArcomageGame::OnMouseClick(1, false);
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3681 return DefWindowProcA(hWnd, Msg, wParam, lParam);
972
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
3682
0
Ritor1
parents:
diff changeset
3683 case WM_LBUTTONDBLCLK:
Ritor1
parents:
diff changeset
3684 if ( pArcomageGame->bGameInProgress )
Ritor1
parents:
diff changeset
3685 {
Ritor1
parents:
diff changeset
3686 pArcomageGame->stru1.field_0 = 7;
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
3687 return DefWindowProcA(hWnd, Msg, wParam, lParam);
0
Ritor1
parents:
diff changeset
3688 }
972
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
3689
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
3690 __handle_mouse_click:
0
Ritor1
parents:
diff changeset
3691 if ( pVideoPlayer->pVideoFrame.pPixels )
Ritor1
parents:
diff changeset
3692 pVideoPlayer->bStopBeforeSchedule = 1;
972
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
3693
0
Ritor1
parents:
diff changeset
3694 pMouse->SetMouseClick((unsigned __int16)lParam, lParam >> 16);
972
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
3695
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
3696 if (GetCurrentMenuID() != MENU_CREATEPARTY)
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
3697 pMouse->SetMouseClick((unsigned __int16)lParam, lParam >> 16);
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
3698 else
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
3699 {
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
3700 UI_OnKeyDown(VK_SELECT);
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
3701 pMouse->SetMouseClick((unsigned __int16)lParam, lParam >> 16);
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
3702 }
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
3703
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3704
972
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
3705 if (pGame)
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
3706 pGame->PickMouse(512.0, (unsigned __int16)lParam, lParam >> 16, false, &vis_sprite_filter_3, &vis_door_filter);
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
3707
0
Ritor1
parents:
diff changeset
3708 UI_OnMouseLeftClick(0);
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3709
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3710 return DefWindowProcA(hWnd, Msg, wParam, lParam);
972
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
3711
0
Ritor1
parents:
diff changeset
3712 case WM_RBUTTONDBLCLK:
Ritor1
parents:
diff changeset
3713 v31 = 0;
Ritor1
parents:
diff changeset
3714 if ( !pArcomageGame->bGameInProgress )
Ritor1
parents:
diff changeset
3715 {
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3716 //LABEL_240:
0
Ritor1
parents:
diff changeset
3717 if ( pVideoPlayer->pVideoFrame.pPixels != (unsigned __int16 *)v31 )
Ritor1
parents:
diff changeset
3718 pVideoPlayer->bStopBeforeSchedule = 1;
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3719
0
Ritor1
parents:
diff changeset
3720 pMouse->SetMouseClick((unsigned __int16)lParam, lParam >> 16);
Ritor1
parents:
diff changeset
3721 if (pGame)
Ritor1
parents:
diff changeset
3722 {
871
710cf848ad24 Particle engine made working.
Nomad
parents: 838
diff changeset
3723 v33 = pGame->pIndoorCameraD3D->GetPickDepth();
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 190
diff changeset
3724 pGame->PickMouse(v33, (unsigned __int16)lParam, lParam >> 16, v31, &vis_sprite_filter_2, &vis_door_filter);
0
Ritor1
parents:
diff changeset
3725 }
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3726
0
Ritor1
parents:
diff changeset
3727 sub_416D62_ShowPopupWindow_MonsterRecord_ItemInfo_etcsub_416D62(0);
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
3728 return DefWindowProcA(hWnd, Msg, wParam, lParam);
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3729
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3730 }
0
Ritor1
parents:
diff changeset
3731 pArcomageGame->stru1.field_0 = 8;
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
3732 return DefWindowProcA(hWnd, Msg, wParam, lParam);
0
Ritor1
parents:
diff changeset
3733 case WM_MBUTTONDOWN:
Ritor1
parents:
diff changeset
3734 if ( pRenderer->pRenderD3D )
Ritor1
parents:
diff changeset
3735 {
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3736 if ( pGame )
0
Ritor1
parents:
diff changeset
3737 {
871
710cf848ad24 Particle engine made working.
Nomad
parents: 838
diff changeset
3738 v34 = pGame->pIndoorCameraD3D->GetPickDepth();
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 190
diff changeset
3739 pGame->PickMouse(v34, (unsigned __int16)lParam, lParam >> 16, 1, &vis_sprite_filter_3, &vis_face_filter);
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
3740 return DefWindowProcA(hWnd, Msg, wParam, lParam);
0
Ritor1
parents:
diff changeset
3741 }
Ritor1
parents:
diff changeset
3742 }
Ritor1
parents:
diff changeset
3743 if ( !pGame )
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3744 //goto _def_wnd_proc;
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3745 return DefWindowProcA(hWnd, Msg, wParam, lParam);
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
3746 return DefWindowProcA(hWnd, Msg, wParam, lParam);
0
Ritor1
parents:
diff changeset
3747 case WM_MOUSEMOVE:
Ritor1
parents:
diff changeset
3748 if ( pArcomageGame->bGameInProgress )
Ritor1
parents:
diff changeset
3749 {
Ritor1
parents:
diff changeset
3750 pXY[0] = (unsigned __int16)lParam;
Ritor1
parents:
diff changeset
3751 pXY[1] = lParam >> 16;
Ritor1
parents:
diff changeset
3752 ArcomageGame::OnMouseMove((POINT *)pXY);
Ritor1
parents:
diff changeset
3753 ArcomageGame::OnMouseClick(0, wParam & 1);
Ritor1
parents:
diff changeset
3754 v29 = (wParam >> 1) & 1;
1113
39eaa6b00141 something to bool cast (performance warning) mostly fixed
Grumpy7
parents: 1104
diff changeset
3755 ArcomageGame::OnMouseClick(1, v29 != 0);
0
Ritor1
parents:
diff changeset
3756 }
Ritor1
parents:
diff changeset
3757 else
Ritor1
parents:
diff changeset
3758 {
Ritor1
parents:
diff changeset
3759 pMouse->SetMouseClick((unsigned __int16)lParam, lParam >> 16);
Ritor1
parents:
diff changeset
3760 }
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
3761 return DefWindowProcA(hWnd, Msg, wParam, lParam);
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3762 default:
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3763 //goto _def_wnd_proc;
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3764 return DefWindowProcA(hWnd, Msg, wParam, lParam);
0
Ritor1
parents:
diff changeset
3765 }
Ritor1
parents:
diff changeset
3766 }
Ritor1
parents:
diff changeset
3767 if ( Msg == WM_SYSCOMMAND )
Ritor1
parents:
diff changeset
3768 {
Ritor1
parents:
diff changeset
3769 if ( wParam == SC_SCREENSAVE || wParam == SC_MONITORPOWER )
Ritor1
parents:
diff changeset
3770 return 0;
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3771 //goto _def_wnd_proc;
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3772 return DefWindowProcA(hWnd, Msg, wParam, lParam);
0
Ritor1
parents:
diff changeset
3773 }
Ritor1
parents:
diff changeset
3774 if ( Msg > WM_ACTIVATEAPP )
Ritor1
parents:
diff changeset
3775 {
Ritor1
parents:
diff changeset
3776 if ( Msg == WM_WINDOWPOSCHANGED )
Ritor1
parents:
diff changeset
3777 {
1250
c515e406df4a aWinProc cleanup - removing unused vars, unnesting conditions, removeing a few DefWindowProcA calls
Grumpy7
parents: 1249
diff changeset
3778 if (pVideoPlayer && pVideoPlayer->AnyMovieLoaded() && pVideoPlayer->pBinkBuffer)
c515e406df4a aWinProc cleanup - removing unused vars, unnesting conditions, removeing a few DefWindowProcA calls
Grumpy7
parents: 1249
diff changeset
3779 {
c515e406df4a aWinProc cleanup - removing unused vars, unnesting conditions, removeing a few DefWindowProcA calls
Grumpy7
parents: 1249
diff changeset
3780 BinkBufferSetOffset(pVideoPlayer->pBinkBuffer, 0, 0);
c515e406df4a aWinProc cleanup - removing unused vars, unnesting conditions, removeing a few DefWindowProcA calls
Grumpy7
parents: 1249
diff changeset
3781 }
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3782 return DefWindowProcA(hWnd, Msg, wParam, lParam);
0
Ritor1
parents:
diff changeset
3783 }
Ritor1
parents:
diff changeset
3784 if ( Msg != WM_KEYFIRST )
Ritor1
parents:
diff changeset
3785 {
1250
c515e406df4a aWinProc cleanup - removing unused vars, unnesting conditions, removeing a few DefWindowProcA calls
Grumpy7
parents: 1249
diff changeset
3786 if ( Msg == WM_KEYUP && wParam == VK_CONTROL )
c515e406df4a aWinProc cleanup - removing unused vars, unnesting conditions, removeing a few DefWindowProcA calls
Grumpy7
parents: 1249
diff changeset
3787 {
c515e406df4a aWinProc cleanup - removing unused vars, unnesting conditions, removeing a few DefWindowProcA calls
Grumpy7
parents: 1249
diff changeset
3788 dword_507B98_ctrl_pressed = 0;
c515e406df4a aWinProc cleanup - removing unused vars, unnesting conditions, removeing a few DefWindowProcA calls
Grumpy7
parents: 1249
diff changeset
3789 }
c515e406df4a aWinProc cleanup - removing unused vars, unnesting conditions, removeing a few DefWindowProcA calls
Grumpy7
parents: 1249
diff changeset
3790 return DefWindowProcA(hWnd, Msg, wParam, lParam);
0
Ritor1
parents:
diff changeset
3791 }
1031
f93d17337113 UI stuff.
Nomad
parents: 1030
diff changeset
3792 if ( uGameMenuUI_CurentlySelectedKeyIdx != -1 )
0
Ritor1
parents:
diff changeset
3793 {
Ritor1
parents:
diff changeset
3794 pKeyActionMap->_459F10(wParam);
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
3795 return DefWindowProcA(hWnd, Msg, wParam, lParam);
0
Ritor1
parents:
diff changeset
3796 }
Ritor1
parents:
diff changeset
3797 if ( !pArcomageGame->bGameInProgress )
Ritor1
parents:
diff changeset
3798 {
Ritor1
parents:
diff changeset
3799 if ( pVideoPlayer->pVideoFrame.pPixels )
Ritor1
parents:
diff changeset
3800 pVideoPlayer->bStopBeforeSchedule = 1;
1067
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3801 if ( wParam == VK_RETURN )
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3802 {
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3803 if ( !viewparams->field_4C )
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3804 UI_OnKeyDown(wParam);
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3805 return 0;
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3806 }
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3807 if ( wParam == VK_CONTROL )
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3808 {
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3809 dword_507B98_ctrl_pressed = 1;
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3810 return 0;
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3811 }
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3812 if ( wParam == VK_ESCAPE )
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3813 {
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3814 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, window_SpeakInHouse != 0, 0);
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3815 return 0;
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3816 }
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3817 if ( wParam <= VK_HOME )
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3818 return 0;
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3819 if ( wParam > VK_DOWN )
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3820 {
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3821 if ( wParam != VK_F4 || pVideoPlayer->AnyMovieLoaded() )
0
Ritor1
parents:
diff changeset
3822 return 0;
1067
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3823 SendMessageA(hWnd, WM_COMMAND, 104, 0);
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3824 return 0;
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3825 }
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3826 if ( wParam >= VK_LEFT && wParam <= VK_DOWN )
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3827 {
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
3828 if ( pCurrentScreen != SCREEN_GAME && pCurrentScreen != SCREEN_MODAL_WINDOW )
1067
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3829 {
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3830 if ( !viewparams->field_4C )
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3831 UI_OnKeyDown(wParam);
441
acd8fa960c32 Pressing escape crashes no more
Nomad
parents: 438
diff changeset
3832 return 0;
0
Ritor1
parents:
diff changeset
3833 }
1067
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3834 }
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
3835 if ( pCurrentScreen != SCREEN_GAME && pCurrentScreen != SCREEN_MODAL_WINDOW )
1067
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3836 return 0;
0
Ritor1
parents:
diff changeset
3837 }
1248
d3bf0d4fb753 aWinProc cleanup - fixing bad condition, exctracting common code from conditions, part 1
Grumpy7
parents: 1215
diff changeset
3838
0
Ritor1
parents:
diff changeset
3839 pArcomageGame->stru1.field_0 = 1;
1249
bbde4964e9b7 aWinProc cleanup - extracting conditions to a separate function
Grumpy7
parents: 1248
diff changeset
3840
bbde4964e9b7 aWinProc cleanup - extracting conditions to a separate function
Grumpy7
parents: 1248
diff changeset
3841 v13 = (unsigned __int16)MapVirtualKeyA((unsigned __int16)wParam, 2u);
bbde4964e9b7 aWinProc cleanup - extracting conditions to a separate function
Grumpy7
parents: 1248
diff changeset
3842 set_stru1_field_8_InArcomage(v13);
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3843 if ( wParam == 27 )
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3844 {
1197
2b950844f2d6 mostly arcomage structs renaming.
Gloval
parents: 1167
diff changeset
3845 pArcomageGame->GameOver = 1;
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3846 pArcomageGame->field_F4 = 1;
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3847 pArcomageGame->uGameResult = 2;
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3848 pArcomageGame->field_B0 = -2;
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3849 return DefWindowProcA(hWnd, Msg, wParam, lParam);
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3850 }
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3851 if ( wParam != 114 )
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3852 {
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3853 if ( wParam == 115 && !pVideoPlayer->AnyMovieLoaded() )
1249
bbde4964e9b7 aWinProc cleanup - extracting conditions to a separate function
Grumpy7
parents: 1248
diff changeset
3854 SendMessageA(hWnd, 0x111u, 0x68u, 0);
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3855 return DefWindowProcA(hWnd, Msg, wParam, lParam);
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3856 }
1067
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3857 SendMessageA(hWnd, WM_COMMAND, 103, 0);
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3858 return 0;
0
Ritor1
parents:
diff changeset
3859 }
Ritor1
parents:
diff changeset
3860 if ( Msg == WM_ACTIVATEAPP )
Ritor1
parents:
diff changeset
3861 {
Ritor1
parents:
diff changeset
3862 if ( wParam && (GetForegroundWindow() == hWnd || GetForegroundWindow() == hInsertCDWindow) )
Ritor1
parents:
diff changeset
3863 {
Ritor1
parents:
diff changeset
3864 if ( BYTE1(dword_6BE364_game_settings_1) & 1 )
Ritor1
parents:
diff changeset
3865 {
Ritor1
parents:
diff changeset
3866 dword_4E98BC_bApplicationActive = 1;
Ritor1
parents:
diff changeset
3867 if ( pRenderer->bWindowMode )
Ritor1
parents:
diff changeset
3868 {
Ritor1
parents:
diff changeset
3869 v10 = GetDC(0);
Ritor1
parents:
diff changeset
3870 a2 = GetDeviceCaps(v10, BITSPIXEL);
Ritor1
parents:
diff changeset
3871 v11 = GetDeviceCaps(v10, PLANES);
Ritor1
parents:
diff changeset
3872 ReleaseDC(0, v10);
Ritor1
parents:
diff changeset
3873 if ( a2 != 16 || v11 != 1 )
Ritor1
parents:
diff changeset
3874 Abortf(pGlobalTXT_LocalizationStrings[62]);
Ritor1
parents:
diff changeset
3875 }
Ritor1
parents:
diff changeset
3876 BYTE1(dword_6BE364_game_settings_1) &= 0xFEu;
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3877
0
Ritor1
parents:
diff changeset
3878 if ( pArcomageGame->bGameInProgress )
Ritor1
parents:
diff changeset
3879 {
Ritor1
parents:
diff changeset
3880 pArcomageGame->field_F9 = 1;
Ritor1
parents:
diff changeset
3881 }
Ritor1
parents:
diff changeset
3882 else
Ritor1
parents:
diff changeset
3883 {
Ritor1
parents:
diff changeset
3884 if ( BYTE1(dword_6BE364_game_settings_1) & 2 )
Ritor1
parents:
diff changeset
3885 BYTE1(dword_6BE364_game_settings_1) &= 0xFDu;
Ritor1
parents:
diff changeset
3886 else
Ritor1
parents:
diff changeset
3887 pEventTimer->Resume();
Ritor1
parents:
diff changeset
3888 if ( BYTE1(dword_6BE364_game_settings_1) & 4 )
Ritor1
parents:
diff changeset
3889 BYTE1(dword_6BE364_game_settings_1) &= 0xFBu;
Ritor1
parents:
diff changeset
3890 else
Ritor1
parents:
diff changeset
3891 pMiscTimer->Resume();
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3892
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3893 viewparams->bRedrawGameUI = true;
0
Ritor1
parents:
diff changeset
3894 if ( pVideoPlayer->pSmackerMovie )
Ritor1
parents:
diff changeset
3895 {
Ritor1
parents:
diff changeset
3896 pRenderer->RestoreFrontBuffer();
Ritor1
parents:
diff changeset
3897 pRenderer->_4A184C();
Ritor1
parents:
diff changeset
3898 pVideoPlayer->_4BF5B2();
Ritor1
parents:
diff changeset
3899 }
Ritor1
parents:
diff changeset
3900 }
Ritor1
parents:
diff changeset
3901 if ( pAudioPlayer->hAILRedbook && !bGameoverLoop && !pVideoPlayer->pSmackerMovie )
Ritor1
parents:
diff changeset
3902 AIL_redbook_resume(pAudioPlayer->hAILRedbook);
Ritor1
parents:
diff changeset
3903 }
Ritor1
parents:
diff changeset
3904 }
Ritor1
parents:
diff changeset
3905 else
Ritor1
parents:
diff changeset
3906 {
Ritor1
parents:
diff changeset
3907 if ( !(dword_6BE364_game_settings_1 & 0x100) )
Ritor1
parents:
diff changeset
3908 {
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3909 while(initing); //ADDED spinlock to allow int players ets! Gloval
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3910 dword_4E98BC_bApplicationActive = 0;
0
Ritor1
parents:
diff changeset
3911 if ( (pVideoPlayer->pSmackerMovie || pVideoPlayer->pBinkMovie) && pVideoPlayer->bPlayingMovie )
Ritor1
parents:
diff changeset
3912 pVideoPlayer->bStopBeforeSchedule = 1;
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3913
0
Ritor1
parents:
diff changeset
3914 if ( pRenderer->bUserDirect3D && pRenderer->uAcquiredDirect3DDevice == 1 )
Ritor1
parents:
diff changeset
3915 SetWindowPos(::hWnd, (HWND)0xFFFFFFFE, 0, 0, 0, 0, 0x18u);
Ritor1
parents:
diff changeset
3916 ClipCursor(0);
Ritor1
parents:
diff changeset
3917 dword_6BE364_game_settings_1 |= 0x100u;
Ritor1
parents:
diff changeset
3918 if ( pEventTimer->bPaused )
Ritor1
parents:
diff changeset
3919 BYTE1(dword_6BE364_game_settings_1) |= 2u;
Ritor1
parents:
diff changeset
3920 else
Ritor1
parents:
diff changeset
3921 pEventTimer->Pause();
Ritor1
parents:
diff changeset
3922 if ( pMiscTimer->bPaused )
Ritor1
parents:
diff changeset
3923 BYTE1(dword_6BE364_game_settings_1) |= 4u;
Ritor1
parents:
diff changeset
3924 else
Ritor1
parents:
diff changeset
3925 pMiscTimer->Pause();
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3926
0
Ritor1
parents:
diff changeset
3927 pAudioPlayer->StopChannels(-1, -1);
Ritor1
parents:
diff changeset
3928 if ( pAudioPlayer->hAILRedbook )
Ritor1
parents:
diff changeset
3929 AIL_redbook_pause(pAudioPlayer->hAILRedbook);
Ritor1
parents:
diff changeset
3930 }
Ritor1
parents:
diff changeset
3931 }
Ritor1
parents:
diff changeset
3932 return 0;
Ritor1
parents:
diff changeset
3933 }
Ritor1
parents:
diff changeset
3934 if (Msg == WM_CREATE)
Ritor1
parents:
diff changeset
3935 {
Ritor1
parents:
diff changeset
3936 auto hDC = GetDC(hWnd);
Ritor1
parents:
diff changeset
3937 {
Ritor1
parents:
diff changeset
3938 if (GetDeviceCaps(hDC, BITSPIXEL) < 8)
Ritor1
parents:
diff changeset
3939 {
Ritor1
parents:
diff changeset
3940 ReleaseDC(hWnd, hDC);
Ritor1
parents:
diff changeset
3941 Log::Warning(L"You must be running in 256 color mode or higher.");
Ritor1
parents:
diff changeset
3942 Abortf("You must be running in 256 color mode or higher. You can change the screen depth with the control panel display icon.");
Ritor1
parents:
diff changeset
3943 }
Ritor1
parents:
diff changeset
3944 }
Ritor1
parents:
diff changeset
3945 ReleaseDC(hWnd, hDC);
Ritor1
parents:
diff changeset
3946 return 0;
Ritor1
parents:
diff changeset
3947 }
Ritor1
parents:
diff changeset
3948 if ( Msg == WM_DESTROY )
Ritor1
parents:
diff changeset
3949 {
Ritor1
parents:
diff changeset
3950 v6 = GetCurrentProcess();
Ritor1
parents:
diff changeset
3951 SetPriorityClass(v6, 0x20u);
Ritor1
parents:
diff changeset
3952 if ( pGame )
Ritor1
parents:
diff changeset
3953 {
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3954
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3955 }
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3956
0
Ritor1
parents:
diff changeset
3957 PostQuitMessage(0);
Ritor1
parents:
diff changeset
3958 return 0;
Ritor1
parents:
diff changeset
3959 }
Ritor1
parents:
diff changeset
3960 if ( Msg == WM_SETFOCUS )
Ritor1
parents:
diff changeset
3961 {
Ritor1
parents:
diff changeset
3962 if ( ::hWnd == (HWND)wParam )
Ritor1
parents:
diff changeset
3963 {
Ritor1
parents:
diff changeset
3964 dword_4E98BC_bApplicationActive = 0;
Ritor1
parents:
diff changeset
3965 if ( pRenderer->bUserDirect3D && pRenderer->uAcquiredDirect3DDevice == 1 )
Ritor1
parents:
diff changeset
3966 SetWindowPos(::hWnd, (HWND)0xFFFFFFFE, 0, 0, 0, 0, 0x18u);
Ritor1
parents:
diff changeset
3967 ClipCursor(0);
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3968
0
Ritor1
parents:
diff changeset
3969 }
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3970 //_def_wnd_proc:
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
3971 return DefWindowProcA(hWnd, Msg, wParam, lParam);
0
Ritor1
parents:
diff changeset
3972 }
Ritor1
parents:
diff changeset
3973 if ( Msg != WM_KILLFOCUS )
Ritor1
parents:
diff changeset
3974 {
Ritor1
parents:
diff changeset
3975 if ( Msg == WM_PAINT )
Ritor1
parents:
diff changeset
3976 {
Ritor1
parents:
diff changeset
3977 if ( !GetUpdateRect(hWnd, 0, 0) || !dword_4E98BC_bApplicationActive && !pRenderer->bWindowMode )
Ritor1
parents:
diff changeset
3978 return 0;
Ritor1
parents:
diff changeset
3979 BeginPaint(hWnd, &Paint);
Ritor1
parents:
diff changeset
3980 if ( pArcomageGame->bGameInProgress )
Ritor1
parents:
diff changeset
3981 {
Ritor1
parents:
diff changeset
3982 pArcomageGame->field_F9 = 1;
Ritor1
parents:
diff changeset
3983 }
Ritor1
parents:
diff changeset
3984 else
Ritor1
parents:
diff changeset
3985 {
Ritor1
parents:
diff changeset
3986 if ( !pRenderer->pRenderD3D && !pRenderer->UsingDirect3D() || !AreRenderSurfacesOk() )
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3987 {
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3988 EndPaint(hWnd, &Paint);
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3989 return 0;
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3990 }
0
Ritor1
parents:
diff changeset
3991 }
Ritor1
parents:
diff changeset
3992 pRenderer->Present();
Ritor1
parents:
diff changeset
3993 EndPaint(hWnd, &Paint);
Ritor1
parents:
diff changeset
3994 return 0;
Ritor1
parents:
diff changeset
3995 }
920
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3996 //goto _def_wnd_proc;
34ed2d5e7cfb MagicShopDialog clean and other
Ritor1
parents: 916
diff changeset
3997 return DefWindowProcA(hWnd, Msg, wParam, lParam);
0
Ritor1
parents:
diff changeset
3998 }
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
3999 if ( ::hWnd != (HWND)wParam || (dword_4E98BC_bApplicationActive = 1, pRenderer->bWindowMode) || true )
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
4000 return DefWindowProcA(hWnd, Msg, wParam, lParam);
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
4001
0
Ritor1
parents:
diff changeset
4002 }
Ritor1
parents:
diff changeset
4003
Ritor1
parents:
diff changeset
4004 //----- (00464479) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
4005 void ResetCursor_Palettes_LODs_Level_Audio_SFT_Windows()
0
Ritor1
parents:
diff changeset
4006 {
Ritor1
parents:
diff changeset
4007 int v0; // esi@9
Ritor1
parents:
diff changeset
4008
Ritor1
parents:
diff changeset
4009 if (pMouse)
Ritor1
parents:
diff changeset
4010 pMouse->SetCursorBitmap("MICON1");
Ritor1
parents:
diff changeset
4011
Ritor1
parents:
diff changeset
4012 pPaletteManager->ResetNonLocked();
Ritor1
parents:
diff changeset
4013 pBitmaps_LOD->ReleaseAll2();
Ritor1
parents:
diff changeset
4014 pSprites_LOD->DeleteSomeOtherSprites();
Ritor1
parents:
diff changeset
4015 pIcons_LOD->ReleaseAll2();
Ritor1
parents:
diff changeset
4016 if (pRenderer->pRenderD3D)
Ritor1
parents:
diff changeset
4017 {
Ritor1
parents:
diff changeset
4018 pRenderer->field_1036B8 = 0;
Ritor1
parents:
diff changeset
4019 pRenderer->_gpu_memory_used = 0;
Ritor1
parents:
diff changeset
4020 }
Ritor1
parents:
diff changeset
4021 sub_46080D();
Ritor1
parents:
diff changeset
4022 if (uCurrentlyLoadedLevelType == LEVEL_Indoor)
Ritor1
parents:
diff changeset
4023 pIndoor->Release();
Ritor1
parents:
diff changeset
4024 else if (uCurrentlyLoadedLevelType == LEVEL_Outdoor)
Ritor1
parents:
diff changeset
4025 pOutdoor->Release2();
Ritor1
parents:
diff changeset
4026
Ritor1
parents:
diff changeset
4027 pAudioPlayer->StopChannels(-1, -1);
Ritor1
parents:
diff changeset
4028 pSoundList->_4A9D79(0);
Ritor1
parents:
diff changeset
4029 uCurrentlyLoadedLevelType = LEVEL_null;
Ritor1
parents:
diff changeset
4030 pSpriteFrameTable->ResetSomeSpriteFlags();
Ritor1
parents:
diff changeset
4031 v0 = uNumVisibleWindows;
349
672b83584b0f GetActorTintColor
Nomad
parents: 336
diff changeset
4032 pParty->armageddon_timer = 0;
0
Ritor1
parents:
diff changeset
4033 while ( v0 > 0 )
Ritor1
parents:
diff changeset
4034 pWindowList[pVisibleWindowsIdxs[v0--] - 1].Release();
Ritor1
parents:
diff changeset
4035 }
Ritor1
parents:
diff changeset
4036
Ritor1
parents:
diff changeset
4037 //----- (004646F0) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
4038 void PrepareWorld(unsigned int _0_box_loading_1_fullscreen)
0
Ritor1
parents:
diff changeset
4039 {
Ritor1
parents:
diff changeset
4040 if ( pRenderer->pRenderD3D )
Ritor1
parents:
diff changeset
4041 pGame->pVisInstance->_4C1A02();
Ritor1
parents:
diff changeset
4042 pEventTimer->Pause();
Ritor1
parents:
diff changeset
4043 pMiscTimer->Pause();
Ritor1
parents:
diff changeset
4044 pParty->uFlags = 2;
1202
0dbf6c4dd029 arrays to std::arrays phase 1
Grumpy7
parents: 1167
diff changeset
4045 pCastSpellInfo.data()->_427D48(1);
0
Ritor1
parents:
diff changeset
4046 ResetCursor_Palettes_LODs_Level_Audio_SFT_Windows();
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
4047 DoPrepareWorld(0, (_0_box_loading_1_fullscreen == 0) + 1);
0
Ritor1
parents:
diff changeset
4048 pMiscTimer->Resume();
Ritor1
parents:
diff changeset
4049 pEventTimer->Resume();
Ritor1
parents:
diff changeset
4050 }
Ritor1
parents:
diff changeset
4051
Ritor1
parents:
diff changeset
4052 //----- (00464761) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
4053 void Game_DeinitializeAndTerminate(int exitCode)
0
Ritor1
parents:
diff changeset
4054 {
Ritor1
parents:
diff changeset
4055 int v1; // esi@1
Ritor1
parents:
diff changeset
4056 HANDLE v2; // eax@1
Ritor1
parents:
diff changeset
4057
Ritor1
parents:
diff changeset
4058 v1 = exitCode;
Ritor1
parents:
diff changeset
4059 v2 = GetCurrentProcess();
Ritor1
parents:
diff changeset
4060 SetPriorityClass(v2, 0x20u);
Ritor1
parents:
diff changeset
4061 ResetCursor_Palettes_LODs_Level_Audio_SFT_Windows();
Ritor1
parents:
diff changeset
4062 pGame->Deinitialize();
Ritor1
parents:
diff changeset
4063 pRenderer->Release2();
Ritor1
parents:
diff changeset
4064 if ( !DestroyWindow(hWnd) )
Ritor1
parents:
diff changeset
4065 GetLastError();
Ritor1
parents:
diff changeset
4066 hWnd = 0;
Ritor1
parents:
diff changeset
4067 exit(v1);
Ritor1
parents:
diff changeset
4068 }
Ritor1
parents:
diff changeset
4069
Ritor1
parents:
diff changeset
4070 //----- (004647AB) --------------------------------------------------------
762
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
4071 void FinalInitialization()
0
Ritor1
parents:
diff changeset
4072 {
Ritor1
parents:
diff changeset
4073 pViewport->SetScreen(viewparams->uSomeX, viewparams->uSomeY, viewparams->uSomeZ, viewparams->uSomeW);
Ritor1
parents:
diff changeset
4074 pViewport->_4C02F8((signed __int64)(flt_6BE3A0 * 65536.0));
Ritor1
parents:
diff changeset
4075
Ritor1
parents:
diff changeset
4076 pIndoorCamera = new IndoorCamera;
762
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
4077 pIndoorCamera->Initialize(65, viewparams->uScreen_BttmR_X - viewparams->uScreen_topL_X + 1,
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
4078 viewparams->uScreen_BttmR_Y - viewparams->uScreen_topL_Y + 1);
0
Ritor1
parents:
diff changeset
4079
Ritor1
parents:
diff changeset
4080 InitializeTurnBasedAnimations(&stru_50C198);
762
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
4081 pBitmaps_LOD->_inlined_sub1();
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
4082 pSprites_LOD->_inlined_sub1();
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
4083 pIcons_LOD->_inlined_sub1();
0
Ritor1
parents:
diff changeset
4084 }
Ritor1
parents:
diff changeset
4085 // 6BE3A0: using guessed type float flt_6BE3A0;
Ritor1
parents:
diff changeset
4086
Ritor1
parents:
diff changeset
4087 //----- (00464839) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
4088 char Is_out15odm_underwater()
0
Ritor1
parents:
diff changeset
4089 {
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
4090 return _stricmp(pCurrentMapName.data(), "out15.odm") == 0;
0
Ritor1
parents:
diff changeset
4091 }
Ritor1
parents:
diff changeset
4092
Ritor1
parents:
diff changeset
4093 //----- (00464851) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
4094 void SetUnderwaterFog()
0
Ritor1
parents:
diff changeset
4095 {
Ritor1
parents:
diff changeset
4096 day_fogrange_1 = 50;
Ritor1
parents:
diff changeset
4097 day_fogrange_2 = 5000;
Ritor1
parents:
diff changeset
4098 }
Ritor1
parents:
diff changeset
4099
Ritor1
parents:
diff changeset
4100 //----- (00464866) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
4101 void DoPrepareWorld(unsigned int bLoading, int _1_fullscreen_loading_2_box)
0
Ritor1
parents:
diff changeset
4102 {
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
4103 //int v2; // esi@1
0
Ritor1
parents:
diff changeset
4104 char *v3; // eax@1
Ritor1
parents:
diff changeset
4105 //char *v4; // eax@1
Ritor1
parents:
diff changeset
4106 unsigned int v5; // eax@3
Ritor1
parents:
diff changeset
4107 //size_t v6; // ecx@10
Ritor1
parents:
diff changeset
4108 //char *v7; // eax@11
Ritor1
parents:
diff changeset
4109 char Str1[20]; // [sp+Ch] [bp-18h]@1
Ritor1
parents:
diff changeset
4110 unsigned int v9; // [sp+20h] [bp-4h]@1
Ritor1
parents:
diff changeset
4111
Ritor1
parents:
diff changeset
4112 v9 = bLoading;
Ritor1
parents:
diff changeset
4113 ResetCursor_Palettes_LODs_Level_Audio_SFT_Windows();
Ritor1
parents:
diff changeset
4114 pDecalBuilder->Reset(0);
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
4115 pGameLoadingUI_ProgressBar->Initialize(_1_fullscreen_loading_2_box == 1 ? GUIProgressBar::TYPE_Fullscreen :
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
4116 GUIProgressBar::TYPE_Box);
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
4117 strcpy(Str1, pCurrentMapName.data());
0
Ritor1
parents:
diff changeset
4118 v3 = strtok(Str1, ".");
Ritor1
parents:
diff changeset
4119 strcpy(Str1, v3);
Ritor1
parents:
diff changeset
4120 Level_LoadEvtAndStr(Str1);
Ritor1
parents:
diff changeset
4121 LoadLevel_InitializeLevelEvt();
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
4122 strcpy(Str1, pCurrentMapName.data());
0
Ritor1
parents:
diff changeset
4123 _strrev(Str1);
Ritor1
parents:
diff changeset
4124 strtok(Str1, ".");
Ritor1
parents:
diff changeset
4125 _strrev(Str1);
Ritor1
parents:
diff changeset
4126
Ritor1
parents:
diff changeset
4127 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
4128 pSpriteObjects[i].uObjectDescID = 0;
0
Ritor1
parents:
diff changeset
4129
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
4130 v5 = pMapStats->GetMapInfo(pCurrentMapName.data());
0
Ritor1
parents:
diff changeset
4131 bUnderwater = 0;
Ritor1
parents:
diff changeset
4132 uLevelMapStatsID = v5;
Ritor1
parents:
diff changeset
4133 pGame->uFlags2 &= 0xFFFFFFF7u;
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
4134 if ( !_stricmp(pCurrentMapName.data(), "out15.odm") )
0
Ritor1
parents:
diff changeset
4135 {
Ritor1
parents:
diff changeset
4136 bUnderwater = 1;
Ritor1
parents:
diff changeset
4137 pGame->uFlags2 |= 8u;
Ritor1
parents:
diff changeset
4138 }
831
9c3f28b31b4a Party actions in blv
Nomad
parents: 827
diff changeset
4139 pParty->floor_face_pid = 0;
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1067
diff changeset
4140 if ( _stricmp(Str1, "blv") )
0
Ritor1
parents:
diff changeset
4141 PrepareToLoadODM(v9, 0);
Ritor1
parents:
diff changeset
4142 else
Ritor1
parents:
diff changeset
4143 PrepareToLoadBLV(v9);
Ritor1
parents:
diff changeset
4144 pAudioPlayer->SetMapEAX();
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
4145 _461103_load_level_sub();
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
4146 if ( !_stricmp(pCurrentMapName.data(), "d11.blv") || !_stricmp(pCurrentMapName.data(), "d10.blv") )
0
Ritor1
parents:
diff changeset
4147 {
Ritor1
parents:
diff changeset
4148 //spawning grounds & good analogue - no loot & exp from monsters
Ritor1
parents:
diff changeset
4149
Ritor1
parents:
diff changeset
4150 for (uint i = 0; i < uNumActors; ++i)
Ritor1
parents:
diff changeset
4151 {
Ritor1
parents:
diff changeset
4152 pActors[i].pMonsterInfo.uTreasureType = 0;
Ritor1
parents:
diff changeset
4153 pActors[i].pMonsterInfo.uTreasureDiceRolls = 0;
Ritor1
parents:
diff changeset
4154 pActors[i].pMonsterInfo.uExp = 0;
Ritor1
parents:
diff changeset
4155 }
Ritor1
parents:
diff changeset
4156 }
Ritor1
parents:
diff changeset
4157 bDialogueUI_InitializeActor_NPC_ID = 0;
Ritor1
parents:
diff changeset
4158 OnMapLoad();
Ritor1
parents:
diff changeset
4159 pGameLoadingUI_ProgressBar->Progress();
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
4160 memset(&pRenderer->pBillboardRenderListD3D, 0, sizeof(pRenderer->pBillboardRenderListD3D));
0
Ritor1
parents:
diff changeset
4161 pGameLoadingUI_ProgressBar->Release();
Ritor1
parents:
diff changeset
4162 _flushall();
Ritor1
parents:
diff changeset
4163 }
Ritor1
parents:
diff changeset
4164
Ritor1
parents:
diff changeset
4165 //----- (004649EF) --------------------------------------------------------
Ritor1
parents:
diff changeset
4166 int __fastcall ReadWindowsRegistryInt(const char *pKey, int uDefValue)
Ritor1
parents:
diff changeset
4167 {
Ritor1
parents:
diff changeset
4168 int v3; // [sp+4h] [bp-24h]@1
Ritor1
parents:
diff changeset
4169 DWORD cbData; // [sp+8h] [bp-20h]@1
Ritor1
parents:
diff changeset
4170 LPCSTR lpValueName; // [sp+Ch] [bp-1Ch]@1
Ritor1
parents:
diff changeset
4171 DWORD dwDisposition; // [sp+10h] [bp-18h]@2
Ritor1
parents:
diff changeset
4172 BYTE Data[4]; // [sp+14h] [bp-14h]@5
Ritor1
parents:
diff changeset
4173 HKEY hKey; // [sp+18h] [bp-10h]@1
Ritor1
parents:
diff changeset
4174 HKEY phkResult; // [sp+1Ch] [bp-Ch]@1
Ritor1
parents:
diff changeset
4175 HKEY v10; // [sp+20h] [bp-8h]@1
Ritor1
parents:
diff changeset
4176 HKEY v11; // [sp+24h] [bp-4h]@1
Ritor1
parents:
diff changeset
4177
Ritor1
parents:
diff changeset
4178 v3 = uDefValue;
Ritor1
parents:
diff changeset
4179 lpValueName = pKey;
Ritor1
parents:
diff changeset
4180 v11 = 0;
Ritor1
parents:
diff changeset
4181 v10 = 0;
Ritor1
parents:
diff changeset
4182 hKey = 0;
Ritor1
parents:
diff changeset
4183 phkResult = 0;
Ritor1
parents:
diff changeset
4184 cbData = 4;
27
7fb7febacb46 13.01.13 (for Zipi)
Ritor1
parents: 26
diff changeset
4185 if ( !RegOpenKeyExA(HKEY_LOCAL_MACHINE, "SOFTWARE", 0, KEY_READ|KEY_WOW64_32KEY, &hKey) )// for 64 bit
0
Ritor1
parents:
diff changeset
4186 {
Ritor1
parents:
diff changeset
4187 if ( !RegCreateKeyExA(hKey, "New World Computing", 0, "", 0, 0xF003Fu, 0, &phkResult, &dwDisposition) )
Ritor1
parents:
diff changeset
4188 {
Ritor1
parents:
diff changeset
4189 if ( !RegCreateKeyExA(phkResult, "Might and Magic VII", 0, "", 0, 0xF003Fu, 0, &v10, &dwDisposition) )
Ritor1
parents:
diff changeset
4190 {
Ritor1
parents:
diff changeset
4191 if ( !RegCreateKeyExA(v10, "1.0", 0, "", 0, 0xF003Fu, 0, &v11, &dwDisposition) )
Ritor1
parents:
diff changeset
4192 {
Ritor1
parents:
diff changeset
4193 if ( RegQueryValueExA(v11, lpValueName, 0, 0, Data, &cbData) )
Ritor1
parents:
diff changeset
4194 {
Ritor1
parents:
diff changeset
4195 *(int *)Data = v3;
Ritor1
parents:
diff changeset
4196 RegSetValueExA(v11, lpValueName, 0, 4u, Data, 4u);
Ritor1
parents:
diff changeset
4197 }
Ritor1
parents:
diff changeset
4198 RegCloseKey(v11);
Ritor1
parents:
diff changeset
4199 }
Ritor1
parents:
diff changeset
4200 RegCloseKey(v10);
Ritor1
parents:
diff changeset
4201 }
Ritor1
parents:
diff changeset
4202 RegCloseKey(phkResult);
Ritor1
parents:
diff changeset
4203 }
Ritor1
parents:
diff changeset
4204 RegCloseKey(hKey);
Ritor1
parents:
diff changeset
4205 }
Ritor1
parents:
diff changeset
4206 return *(int *)Data;
Ritor1
parents:
diff changeset
4207 }
Ritor1
parents:
diff changeset
4208
Ritor1
parents:
diff changeset
4209 //----- (00464B02) --------------------------------------------------------
Ritor1
parents:
diff changeset
4210 void __fastcall WriteWindowsRegistryString(const char *pKey, const char *pString)
Ritor1
parents:
diff changeset
4211 {
Ritor1
parents:
diff changeset
4212 size_t v2; // eax@5
Ritor1
parents:
diff changeset
4213 const char *lpValueName; // [sp+4h] [bp-1Ch]@1
Ritor1
parents:
diff changeset
4214 const char *Str; // [sp+8h] [bp-18h]@1
Ritor1
parents:
diff changeset
4215 DWORD dwDisposition; // [sp+Ch] [bp-14h]@2
Ritor1
parents:
diff changeset
4216 HKEY hKey; // [sp+10h] [bp-10h]@1
Ritor1
parents:
diff changeset
4217 HKEY phkResult; // [sp+14h] [bp-Ch]@1
Ritor1
parents:
diff changeset
4218 HKEY v8; // [sp+18h] [bp-8h]@1
Ritor1
parents:
diff changeset
4219 HKEY v9; // [sp+1Ch] [bp-4h]@1
Ritor1
parents:
diff changeset
4220
Ritor1
parents:
diff changeset
4221 Str = pString;
Ritor1
parents:
diff changeset
4222 lpValueName = pKey;
Ritor1
parents:
diff changeset
4223 v9 = 0;
Ritor1
parents:
diff changeset
4224 v8 = 0;
Ritor1
parents:
diff changeset
4225 hKey = 0;
Ritor1
parents:
diff changeset
4226 phkResult = 0;
Ritor1
parents:
diff changeset
4227 if ( !RegOpenKeyExA(HKEY_LOCAL_MACHINE, "SOFTWARE", 0, 0x2001Fu, &hKey) )
Ritor1
parents:
diff changeset
4228 {
Ritor1
parents:
diff changeset
4229 if ( !RegCreateKeyExA(hKey, "New World Computing", 0, "", 0, 0xF003Fu, 0, &phkResult, &dwDisposition) )
Ritor1
parents:
diff changeset
4230 {
Ritor1
parents:
diff changeset
4231 if ( !RegCreateKeyExA(phkResult, "Might and Magic VII", 0, "", 0, 0xF003Fu, 0, &v8, &dwDisposition) )
Ritor1
parents:
diff changeset
4232 {
Ritor1
parents:
diff changeset
4233 if ( !RegCreateKeyExA(v8, "1.0", 0, "", 0, 0xF003Fu, 0, &v9, &dwDisposition) )
Ritor1
parents:
diff changeset
4234 {
Ritor1
parents:
diff changeset
4235 v2 = strlen(Str);
Ritor1
parents:
diff changeset
4236 RegSetValueExA(v9, lpValueName, 0, 1u, (const BYTE *)Str, v2 + 1);
Ritor1
parents:
diff changeset
4237 RegCloseKey(v9);
Ritor1
parents:
diff changeset
4238 }
Ritor1
parents:
diff changeset
4239 RegCloseKey(v8);
Ritor1
parents:
diff changeset
4240 }
Ritor1
parents:
diff changeset
4241 RegCloseKey(phkResult);
Ritor1
parents:
diff changeset
4242 }
Ritor1
parents:
diff changeset
4243 RegCloseKey(hKey);
Ritor1
parents:
diff changeset
4244 }
Ritor1
parents:
diff changeset
4245 }
Ritor1
parents:
diff changeset
4246
Ritor1
parents:
diff changeset
4247 //----- (00464BEF) --------------------------------------------------------
Ritor1
parents:
diff changeset
4248 void __fastcall ReadWindowsRegistryString(const char *pKeyName, char *pOutString, int uBufLen, const char *pDefaultValue)
Ritor1
parents:
diff changeset
4249 {
Ritor1
parents:
diff changeset
4250 LSTATUS (__stdcall *v4)(HKEY); // esi@1
Ritor1
parents:
diff changeset
4251 LSTATUS result; // eax@7
Ritor1
parents:
diff changeset
4252 DWORD Type; // [sp+Ch] [bp-24h]@5
Ritor1
parents:
diff changeset
4253 LPCSTR lpValueName; // [sp+10h] [bp-20h]@1
Ritor1
parents:
diff changeset
4254 DWORD cbData; // [sp+14h] [bp-1Ch]@1
Ritor1
parents:
diff changeset
4255 LPBYTE Dest; // [sp+18h] [bp-18h]@1
Ritor1
parents:
diff changeset
4256 DWORD dwDisposition; // [sp+1Ch] [bp-14h]@2
Ritor1
parents:
diff changeset
4257 HKEY phkResult; // [sp+20h] [bp-10h]@1
Ritor1
parents:
diff changeset
4258 HKEY hKey; // [sp+24h] [bp-Ch]@1
Ritor1
parents:
diff changeset
4259 HKEY v13; // [sp+28h] [bp-8h]@1
Ritor1
parents:
diff changeset
4260 HKEY v14; // [sp+2Ch] [bp-4h]@1
Ritor1
parents:
diff changeset
4261
Ritor1
parents:
diff changeset
4262 cbData = uBufLen;
Ritor1
parents:
diff changeset
4263 Dest = (LPBYTE)pOutString;
Ritor1
parents:
diff changeset
4264 lpValueName = pKeyName;
Ritor1
parents:
diff changeset
4265 v14 = 0;
Ritor1
parents:
diff changeset
4266 v13 = 0;
Ritor1
parents:
diff changeset
4267 hKey = 0;
Ritor1
parents:
diff changeset
4268 phkResult = 0;
Ritor1
parents:
diff changeset
4269 v4 = RegCloseKey;
Ritor1
parents:
diff changeset
4270 if ( RegOpenKeyExA(HKEY_LOCAL_MACHINE, "SOFTWARE", 0, 0x2001Fu, &hKey)
Ritor1
parents:
diff changeset
4271 || RegCreateKeyExA(hKey, "New World Computing", 0, "", 0, 0xF003Fu, 0, &phkResult, &dwDisposition)
Ritor1
parents:
diff changeset
4272 || RegCreateKeyExA(phkResult, "Might and Magic VII", 0, "", 0, 0xF003Fu, 0, &v13, &dwDisposition)
Ritor1
parents:
diff changeset
4273 || RegCreateKeyExA(v13, "1.0", 0, "", 0, 0xF003Fu, 0, &v14, &dwDisposition) )
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4274 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4275 result = (LSTATUS)strncpy((char *)Dest, pDefaultValue, uBufLen);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4276 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4277 else if ( RegQueryValueExA(v14, lpValueName, 0, &Type, Dest, &cbData) )
0
Ritor1
parents:
diff changeset
4278 {
Ritor1
parents:
diff changeset
4279 RegCloseKey(v14);
Ritor1
parents:
diff changeset
4280 v14 = 0;
Ritor1
parents:
diff changeset
4281 result = (LSTATUS)strncpy((char *)Dest, pDefaultValue, uBufLen);
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4282 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4283 else
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4284 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4285 v4 = RegCloseKey;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4286 RegCloseKey(v14);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4287 v14 = 0;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4288 RegCloseKey(v13);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4289 v13 = 0;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4290 RegCloseKey(phkResult);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4291 phkResult = 0;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4292 result = RegCloseKey(hKey);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4293 hKey = 0;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4294 }
0
Ritor1
parents:
diff changeset
4295 if ( v14 )
Ritor1
parents:
diff changeset
4296 result = v4(v14);
Ritor1
parents:
diff changeset
4297 if ( v13 )
Ritor1
parents:
diff changeset
4298 result = v4(v13);
Ritor1
parents:
diff changeset
4299 if ( hKey )
Ritor1
parents:
diff changeset
4300 result = v4(hKey);
Ritor1
parents:
diff changeset
4301 if ( phkResult )
Ritor1
parents:
diff changeset
4302 result = v4(phkResult);
Ritor1
parents:
diff changeset
4303 }
Ritor1
parents:
diff changeset
4304
Ritor1
parents:
diff changeset
4305 //----- (00464D32) --------------------------------------------------------
Ritor1
parents:
diff changeset
4306 void __fastcall WriteWindowsRegistryInt(const char *pKey, int val)
Ritor1
parents:
diff changeset
4307 {
Ritor1
parents:
diff changeset
4308 const char *lpValueName; // [sp+4h] [bp-1Ch]@1
Ritor1
parents:
diff changeset
4309 BYTE Data[4]; // [sp+8h] [bp-18h]@1
Ritor1
parents:
diff changeset
4310 DWORD dwDisposition; // [sp+Ch] [bp-14h]@2
Ritor1
parents:
diff changeset
4311 HKEY hKey; // [sp+10h] [bp-10h]@1
Ritor1
parents:
diff changeset
4312 HKEY phkResult; // [sp+14h] [bp-Ch]@1
Ritor1
parents:
diff changeset
4313 HKEY v7; // [sp+18h] [bp-8h]@1
Ritor1
parents:
diff changeset
4314 HKEY v8; // [sp+1Ch] [bp-4h]@1
Ritor1
parents:
diff changeset
4315
Ritor1
parents:
diff changeset
4316 *(int *)Data = val;
Ritor1
parents:
diff changeset
4317 lpValueName = pKey;
Ritor1
parents:
diff changeset
4318 v8 = 0;
Ritor1
parents:
diff changeset
4319 v7 = 0;
Ritor1
parents:
diff changeset
4320 hKey = 0;
Ritor1
parents:
diff changeset
4321 phkResult = 0;
Ritor1
parents:
diff changeset
4322 if ( !RegOpenKeyExA(HKEY_LOCAL_MACHINE, "SOFTWARE", 0, 0x2001Fu, &hKey) )
Ritor1
parents:
diff changeset
4323 {
Ritor1
parents:
diff changeset
4324 if ( !RegCreateKeyExA(hKey, "New World Computing", 0, "", 0, 0xF003Fu, 0, &phkResult, &dwDisposition) )
Ritor1
parents:
diff changeset
4325 {
Ritor1
parents:
diff changeset
4326 if ( !RegCreateKeyExA(phkResult, "Might and Magic VII", 0, "", 0, 0xF003Fu, 0, &v7, &dwDisposition) )
Ritor1
parents:
diff changeset
4327 {
Ritor1
parents:
diff changeset
4328 if ( !RegCreateKeyExA(v7, "1.0", 0, "", 0, 0xF003Fu, 0, &v8, &dwDisposition) )
Ritor1
parents:
diff changeset
4329 {
Ritor1
parents:
diff changeset
4330 RegSetValueExA(v8, lpValueName, 0, 4u, Data, 4u);
Ritor1
parents:
diff changeset
4331 RegCloseKey(v8);
Ritor1
parents:
diff changeset
4332 }
Ritor1
parents:
diff changeset
4333 RegCloseKey(v7);
Ritor1
parents:
diff changeset
4334 }
Ritor1
parents:
diff changeset
4335 RegCloseKey(phkResult);
Ritor1
parents:
diff changeset
4336 }
Ritor1
parents:
diff changeset
4337 RegCloseKey(hKey);
Ritor1
parents:
diff changeset
4338 }
Ritor1
parents:
diff changeset
4339 }
Ritor1
parents:
diff changeset
4340
Ritor1
parents:
diff changeset
4341 //----- (00464E17) --------------------------------------------------------
Ritor1
parents:
diff changeset
4342 bool __fastcall CheckMM7CD(char c)
Ritor1
parents:
diff changeset
4343 {
Ritor1
parents:
diff changeset
4344 char DstBuf[256]; // [sp+Ch] [bp-218h]@1
Ritor1
parents:
diff changeset
4345 char strCommand[256]; // [sp+10Ch] [bp-118h]@1
Ritor1
parents:
diff changeset
4346 char Filename[20]; // [sp+20Ch] [bp-18h]@1
Ritor1
parents:
diff changeset
4347
Ritor1
parents:
diff changeset
4348
Ritor1
parents:
diff changeset
4349 wchar_t pMagicPath[1024];
1165
29a8defbad9e temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents: 1150
diff changeset
4350 swprintf(pMagicPath, wcslen(L"%C:\\anims\\magic7.vid"), L"%C:\\anims\\magic7.vid", c);
0
Ritor1
parents:
diff changeset
4351 if (GetFileAttributesW(pMagicPath) == -1)
Ritor1
parents:
diff changeset
4352 return false;
Ritor1
parents:
diff changeset
4353
Ritor1
parents:
diff changeset
4354 wsprintfA(strCommand, "open %c: type cdaudio alias CD", c);
Ritor1
parents:
diff changeset
4355 if (!mciSendStringA(strCommand, DstBuf, 0xFFu, 0))
Ritor1
parents:
diff changeset
4356 {
Ritor1
parents:
diff changeset
4357 wsprintfA(strCommand, "info CD UPC wait");
Ritor1
parents:
diff changeset
4358 mciSendStringA(strCommand, DstBuf, 0xFFu, 0);
Ritor1
parents:
diff changeset
4359 wsprintfA(strCommand, "close CD");
Ritor1
parents:
diff changeset
4360 mciSendStringA(strCommand, DstBuf, 0xFFu, 0);
Ritor1
parents:
diff changeset
4361 }
Ritor1
parents:
diff changeset
4362
Ritor1
parents:
diff changeset
4363 memcpy(Filename, "X:\\anims\\magic7.vid", sizeof(Filename));
Ritor1
parents:
diff changeset
4364 *Filename = c;
Ritor1
parents:
diff changeset
4365
Ritor1
parents:
diff changeset
4366 auto f = fopen(Filename, "rb");
Ritor1
parents:
diff changeset
4367 if (!f)
Ritor1
parents:
diff changeset
4368 return false;
Ritor1
parents:
diff changeset
4369
Ritor1
parents:
diff changeset
4370 if (!fseek(f, 0, SEEK_END))
Ritor1
parents:
diff changeset
4371 {
Ritor1
parents:
diff changeset
4372 if (!fseek(f, -100, SEEK_CUR))
Ritor1
parents:
diff changeset
4373 fread(DstBuf, 1u, 0x64u, f);
Ritor1
parents:
diff changeset
4374
Ritor1
parents:
diff changeset
4375 fclose(f);
Ritor1
parents:
diff changeset
4376 return true;
Ritor1
parents:
diff changeset
4377 }
Ritor1
parents:
diff changeset
4378 fclose(f);
Ritor1
parents:
diff changeset
4379 return false;
Ritor1
parents:
diff changeset
4380 }
Ritor1
parents:
diff changeset
4381
Ritor1
parents:
diff changeset
4382 //----- (00464F1B) --------------------------------------------------------
Ritor1
parents:
diff changeset
4383 signed int __stdcall InsertMM7CDDialogFunc(HWND hDlg, int a2, __int16 a3, int a4)
Ritor1
parents:
diff changeset
4384 {
Ritor1
parents:
diff changeset
4385 char v4; // zf@3
Ritor1
parents:
diff changeset
4386 int v6; // eax@10
Ritor1
parents:
diff changeset
4387 int v7; // eax@11
Ritor1
parents:
diff changeset
4388 int v8; // eax@12
Ritor1
parents:
diff changeset
4389 int v9; // eax@13
Ritor1
parents:
diff changeset
4390 BOOL (__stdcall *v10)(HWND, int, LPCSTR); // edi@15
Ritor1
parents:
diff changeset
4391 const CHAR *v11; // [sp-Ch] [bp-Ch]@15
Ritor1
parents:
diff changeset
4392 INT_PTR v12; // [sp-4h] [bp-4h]@5
Ritor1
parents:
diff changeset
4393
Ritor1
parents:
diff changeset
4394 if ( a2 == 272 )
Ritor1
parents:
diff changeset
4395 {
Ritor1
parents:
diff changeset
4396 hInsertCDWindow = hDlg;
Ritor1
parents:
diff changeset
4397 v6 = (GetUserDefaultLangID() & 0x3FF) - 7;
Ritor1
parents:
diff changeset
4398 if ( v6 )
Ritor1
parents:
diff changeset
4399 {
Ritor1
parents:
diff changeset
4400 v7 = v6 - 3;
Ritor1
parents:
diff changeset
4401 if ( v7 )
Ritor1
parents:
diff changeset
4402 {
Ritor1
parents:
diff changeset
4403 v8 = v7 - 2;
Ritor1
parents:
diff changeset
4404 if ( v8 )
Ritor1
parents:
diff changeset
4405 {
Ritor1
parents:
diff changeset
4406 v9 = v8 - 4;
Ritor1
parents:
diff changeset
4407 if ( v9 )
Ritor1
parents:
diff changeset
4408 {
Ritor1
parents:
diff changeset
4409 if ( v9 != 5 )
Ritor1
parents:
diff changeset
4410 return 0;
Ritor1
parents:
diff changeset
4411 SetWindowTextA(hDlg, "Wloz CD-ROM numer 2");
Ritor1
parents:
diff changeset
4412 v10 = SetDlgItemTextA;
Ritor1
parents:
diff changeset
4413 SetDlgItemTextA(hDlg, 1010, "Wloz CD-ROM numer 2 Might and Magic® VII.");
Ritor1
parents:
diff changeset
4414 v11 = "Odwolaj";
Ritor1
parents:
diff changeset
4415 }
Ritor1
parents:
diff changeset
4416 else
Ritor1
parents:
diff changeset
4417 {
Ritor1
parents:
diff changeset
4418 SetWindowTextA(hDlg, "Inserire il secondo CD");
Ritor1
parents:
diff changeset
4419 v10 = SetDlgItemTextA;
Ritor1
parents:
diff changeset
4420 SetDlgItemTextA(hDlg, 1010, "Inserire il secondo CD di Might and Magic® VII.");
Ritor1
parents:
diff changeset
4421 v11 = "Annulla";
Ritor1
parents:
diff changeset
4422 }
Ritor1
parents:
diff changeset
4423 }
Ritor1
parents:
diff changeset
4424 else
Ritor1
parents:
diff changeset
4425 {
Ritor1
parents:
diff changeset
4426 SetWindowTextA(hDlg, "Insérez le CD 2");
Ritor1
parents:
diff changeset
4427 v10 = SetDlgItemTextA;
Ritor1
parents:
diff changeset
4428 SetDlgItemTextA(hDlg, 1010, "Insérez Might & Magic® VII CD 2.");
Ritor1
parents:
diff changeset
4429 v11 = "Supprimer";
Ritor1
parents:
diff changeset
4430 }
Ritor1
parents:
diff changeset
4431 }
Ritor1
parents:
diff changeset
4432 else
Ritor1
parents:
diff changeset
4433 {
Ritor1
parents:
diff changeset
4434 SetWindowTextA(hDlg, "Por favor, inserte disco 2");
Ritor1
parents:
diff changeset
4435 v10 = SetDlgItemTextA;
Ritor1
parents:
diff changeset
4436 SetDlgItemTextA(hDlg, 1010, "Por favor, inserte disco 2 de Might & Magic® VII.");
Ritor1
parents:
diff changeset
4437 v11 = "Cancelar";
Ritor1
parents:
diff changeset
4438 }
Ritor1
parents:
diff changeset
4439 }
Ritor1
parents:
diff changeset
4440 else
Ritor1
parents:
diff changeset
4441 {
Ritor1
parents:
diff changeset
4442 SetWindowTextA(hDlg, "Bitte CD 2 einlegen");
Ritor1
parents:
diff changeset
4443 v10 = SetDlgItemTextA;
Ritor1
parents:
diff changeset
4444 SetDlgItemTextA(hDlg, 1010, "Bitte CD 2 von Might and Magic® VII einlegen.");
Ritor1
parents:
diff changeset
4445 v11 = "Abbrechen";
Ritor1
parents:
diff changeset
4446 }
Ritor1
parents:
diff changeset
4447 v10(hDlg, 2, v11);
Ritor1
parents:
diff changeset
4448 return 0;
Ritor1
parents:
diff changeset
4449 }
Ritor1
parents:
diff changeset
4450 if ( a2 == 273 )
Ritor1
parents:
diff changeset
4451 {
Ritor1
parents:
diff changeset
4452 if ( a3 == 2 )
Ritor1
parents:
diff changeset
4453 {
Ritor1
parents:
diff changeset
4454 v12 = 0;
Ritor1
parents:
diff changeset
4455 EndDialog(hDlg, v12);
Ritor1
parents:
diff changeset
4456 return 1;
Ritor1
parents:
diff changeset
4457 }
Ritor1
parents:
diff changeset
4458 v4 = a3 == 1;
Ritor1
parents:
diff changeset
4459 }
Ritor1
parents:
diff changeset
4460 else
Ritor1
parents:
diff changeset
4461 {
Ritor1
parents:
diff changeset
4462 v4 = a2 == 1025;
Ritor1
parents:
diff changeset
4463 }
Ritor1
parents:
diff changeset
4464 if ( v4 )
Ritor1
parents:
diff changeset
4465 {
Ritor1
parents:
diff changeset
4466 v12 = 1;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4467 EndDialog(hDlg, v12);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4468 return 1;
0
Ritor1
parents:
diff changeset
4469 }
Ritor1
parents:
diff changeset
4470 return 0;
Ritor1
parents:
diff changeset
4471 }
Ritor1
parents:
diff changeset
4472
Ritor1
parents:
diff changeset
4473 //----- (00465061) --------------------------------------------------------
Ritor1
parents:
diff changeset
4474 bool __fastcall FindMM7CD(HWND hWnd, char *pCDDrive)
Ritor1
parents:
diff changeset
4475 {
Ritor1
parents:
diff changeset
4476 char drive[4] = {'X', ':', '\\', 0};
Ritor1
parents:
diff changeset
4477
Ritor1
parents:
diff changeset
4478 bool bGotCDFromRegistry = false;
Ritor1
parents:
diff changeset
4479
Ritor1
parents:
diff changeset
4480 HKEY hSoftware = nullptr,
Ritor1
parents:
diff changeset
4481 hNWC = nullptr,
Ritor1
parents:
diff changeset
4482 hMM7 = nullptr,
Ritor1
parents:
diff changeset
4483 hVersion = nullptr;
Ritor1
parents:
diff changeset
4484 if (!RegOpenKeyExA(HKEY_LOCAL_MACHINE, "SOFTWARE", 0, 0x2001Fu, &hSoftware))
Ritor1
parents:
diff changeset
4485 {
Ritor1
parents:
diff changeset
4486 if (!RegOpenKeyExA(hSoftware, "New World Computing", 0, 0x2001Fu, &hNWC))
Ritor1
parents:
diff changeset
4487 {
Ritor1
parents:
diff changeset
4488 if (!RegOpenKeyExA(hNWC, "Might and Magic VII", 0, 0x2001Fu, &hMM7))
Ritor1
parents:
diff changeset
4489 {
Ritor1
parents:
diff changeset
4490 if (!RegOpenKeyExA(hMM7, "1.0", 0, 0x2001Fu, &hVersion))
Ritor1
parents:
diff changeset
4491 {
Ritor1
parents:
diff changeset
4492 DWORD cbData = 3;
Ritor1
parents:
diff changeset
4493 if (!RegQueryValueExA(hVersion, "CDDrive", 0, 0, (BYTE *)drive, &cbData))
Ritor1
parents:
diff changeset
4494 bGotCDFromRegistry = true;
Ritor1
parents:
diff changeset
4495 }
Ritor1
parents:
diff changeset
4496 RegCloseKey(hVersion);
Ritor1
parents:
diff changeset
4497 }
Ritor1
parents:
diff changeset
4498 RegCloseKey(hMM7);
Ritor1
parents:
diff changeset
4499 }
Ritor1
parents:
diff changeset
4500 RegCloseKey(hNWC);
Ritor1
parents:
diff changeset
4501 }
Ritor1
parents:
diff changeset
4502 RegCloseKey(hSoftware);
Ritor1
parents:
diff changeset
4503
Ritor1
parents:
diff changeset
4504 if (bGotCDFromRegistry)
Ritor1
parents:
diff changeset
4505 if (CheckMM7CD(*drive))
Ritor1
parents:
diff changeset
4506 {
Ritor1
parents:
diff changeset
4507 cMM7GameCDDriveLetter = *drive;
Ritor1
parents:
diff changeset
4508 return true;
Ritor1
parents:
diff changeset
4509 }
Ritor1
parents:
diff changeset
4510
Ritor1
parents:
diff changeset
4511 while (true)
Ritor1
parents:
diff changeset
4512 {
Ritor1
parents:
diff changeset
4513 for (uint i = 0; i < 26; ++i)
Ritor1
parents:
diff changeset
4514 {
Ritor1
parents:
diff changeset
4515 drive[0] = 'A' + i;
Ritor1
parents:
diff changeset
4516
Ritor1
parents:
diff changeset
4517 if (GetDriveTypeA(drive) == DRIVE_CDROM)
Ritor1
parents:
diff changeset
4518 if (CheckMM7CD(*drive))
Ritor1
parents:
diff changeset
4519 {
Ritor1
parents:
diff changeset
4520 cMM7GameCDDriveLetter = *drive;
Ritor1
parents:
diff changeset
4521 WriteWindowsRegistryString("CDDrive", drive);
Ritor1
parents:
diff changeset
4522 return true;
Ritor1
parents:
diff changeset
4523 }
Ritor1
parents:
diff changeset
4524 }
Ritor1
parents:
diff changeset
4525
Ritor1
parents:
diff changeset
4526 if (DialogBoxParamA(GetModuleHandleW(nullptr), "InsertCD", ::hWnd, (DLGPROC)InsertMM7CDDialogFunc, 0))
Ritor1
parents:
diff changeset
4527 continue;
Ritor1
parents:
diff changeset
4528 return false;
Ritor1
parents:
diff changeset
4529 }
Ritor1
parents:
diff changeset
4530 }
Ritor1
parents:
diff changeset
4531
Ritor1
parents:
diff changeset
4532 //----- (004651F4) --------------------------------------------------------
Ritor1
parents:
diff changeset
4533 bool MM7_Initialize()
Ritor1
parents:
diff changeset
4534 {
363
2bc1c8d68f41 Allocator and SpellCost Tip
Gloval
parents: 358
diff changeset
4535 initing=true; //ADDED Gloval
0
Ritor1
parents:
diff changeset
4536 wchar_t pCurrentDir[1024];
Ritor1
parents:
diff changeset
4537 _wgetcwd(pCurrentDir, 1024);
Ritor1
parents:
diff changeset
4538
Ritor1
parents:
diff changeset
4539 wchar_t pMM6IniFile[1024];
293
27670273a6ff little fix npc gen
Gloval
parents: 291
diff changeset
4540 wsprintfW(pMM6IniFile, L"%s\\mm6.ini", pCurrentDir);
0
Ritor1
parents:
diff changeset
4541
Ritor1
parents:
diff changeset
4542 bCanLoadFromCD = GetPrivateProfileIntW(L"settings", L"use_cd", 1, pMM6IniFile);
Ritor1
parents:
diff changeset
4543 if (bNoCD)
Ritor1
parents:
diff changeset
4544 bCanLoadFromCD = false;
Ritor1
parents:
diff changeset
4545 if (bCanLoadFromCD)
Ritor1
parents:
diff changeset
4546 {
Ritor1
parents:
diff changeset
4547 if (!FindMM7CD(hWnd, &cMM7GameCDDriveLetter))
Ritor1
parents:
diff changeset
4548 return false;
Ritor1
parents:
diff changeset
4549 }
Ritor1
parents:
diff changeset
4550
Ritor1
parents:
diff changeset
4551
Ritor1
parents:
diff changeset
4552 srand(GetTickCount());
Ritor1
parents:
diff changeset
4553
Ritor1
parents:
diff changeset
4554 WNDCLASSEXW wcxw;
Ritor1
parents:
diff changeset
4555 {
Ritor1
parents:
diff changeset
4556 wcxw.cbSize = sizeof(wcxw);
Ritor1
parents:
diff changeset
4557 wcxw.style = CS_VREDRAW | CS_HREDRAW | CS_DBLCLKS;
Ritor1
parents:
diff changeset
4558 wcxw.lpfnWndProc = (WNDPROC)aWinProc;
Ritor1
parents:
diff changeset
4559 wcxw.cbClsExtra = 0;
Ritor1
parents:
diff changeset
4560 wcxw.cbWndExtra = 0;
Ritor1
parents:
diff changeset
4561 wcxw.hInstance = GetModuleHandleW(nullptr);
Ritor1
parents:
diff changeset
4562 wcxw.hCursor = 0;
Ritor1
parents:
diff changeset
4563 wcxw.hIcon = wcxw.hIconSm = LoadIconW(wcxw.hInstance, L"MM7_ICON");
Ritor1
parents:
diff changeset
4564 wcxw.lpszMenuName = nullptr;
Ritor1
parents:
diff changeset
4565 wcxw.hbrBackground = (HBRUSH)GetStockObject(LTGRAY_BRUSH);
Ritor1
parents:
diff changeset
4566 wcxw.lpszClassName = L"M&MTrilogy";
Ritor1
parents:
diff changeset
4567 }
Ritor1
parents:
diff changeset
4568 if (!RegisterClassExW(&wcxw))
Ritor1
parents:
diff changeset
4569 {
Ritor1
parents:
diff changeset
4570 Log::Warning(L"Cannot register window class");
Ritor1
parents:
diff changeset
4571 return false;
Ritor1
parents:
diff changeset
4572 }
Ritor1
parents:
diff changeset
4573
Ritor1
parents:
diff changeset
4574 auto hDesktopDC = GetDC(nullptr);
Ritor1
parents:
diff changeset
4575 uint uDesktopWidth = GetDeviceCaps(hDesktopDC, HORZRES);
Ritor1
parents:
diff changeset
4576 uint uDesktopHeight = GetDeviceCaps(hDesktopDC, VERTRES);
Ritor1
parents:
diff changeset
4577
Ritor1
parents:
diff changeset
4578 if (GetDeviceCaps(hDesktopDC, BITSPIXEL) != 16 ||
Ritor1
parents:
diff changeset
4579 GetDeviceCaps(hDesktopDC, PLANES) != 1 )
Ritor1
parents:
diff changeset
4580 dword_6BE364_game_settings_1 |= 2;
Ritor1
parents:
diff changeset
4581
Ritor1
parents:
diff changeset
4582 ReleaseDC(nullptr, hDesktopDC);
Ritor1
parents:
diff changeset
4583
Ritor1
parents:
diff changeset
4584 uint uTotalWinWidth = 2 * GetSystemMetrics(SM_CXFRAME) + 640;
Ritor1
parents:
diff changeset
4585 uint uTotalWinHeight = GetSystemMetrics(SM_CYCAPTION) + 2 * GetSystemMetrics(SM_CYFRAME) + 480;
Ritor1
parents:
diff changeset
4586
Ritor1
parents:
diff changeset
4587 uint uWinCenteredPosX = (uDesktopWidth - uTotalWinWidth) / 2;
Ritor1
parents:
diff changeset
4588 uint uWinCenteredPosY = (uDesktopHeight - uTotalWinHeight) / 2;
Ritor1
parents:
diff changeset
4589
Ritor1
parents:
diff changeset
4590 uWindowX = ReadWindowsRegistryInt("window X", uWinCenteredPosX);
748
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4591 uWindowX = uDesktopWidth / 2 - 640 / 2;
0
Ritor1
parents:
diff changeset
4592 WriteWindowsRegistryInt("window X", uWindowX);
Ritor1
parents:
diff changeset
4593
Ritor1
parents:
diff changeset
4594 uWindowY = ReadWindowsRegistryInt("window Y", uWinCenteredPosY);
748
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4595 uWindowY = uDesktopHeight / 2 - 480 / 2;
0
Ritor1
parents:
diff changeset
4596 WriteWindowsRegistryInt("window Y", uWindowY);
Ritor1
parents:
diff changeset
4597
Ritor1
parents:
diff changeset
4598 hWnd = CreateWindowExW(0, wcxw.lpszClassName, L"Might and Magic® VII",
Ritor1
parents:
diff changeset
4599 uWindowStyle = WS_SYSMENU | WS_GROUP | WS_DLGFRAME | WS_BORDER,
Ritor1
parents:
diff changeset
4600 uWindowX, uWindowY,
Ritor1
parents:
diff changeset
4601 640, 480,
Ritor1
parents:
diff changeset
4602 nullptr,
Ritor1
parents:
diff changeset
4603 hOSMenu = nullptr,
Ritor1
parents:
diff changeset
4604 wcxw.hInstance,
Ritor1
parents:
diff changeset
4605 nullptr);
Ritor1
parents:
diff changeset
4606 SetWindowTextW(hWnd, L"Might and Magic® VII");
736
Nomad
parents: 735
diff changeset
4607
Nomad
parents: 735
diff changeset
4608 HMENU menu = CreateMenu();
748
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4609 {
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4610 HMENU file = CreatePopupMenu();
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4611 AppendMenuW(menu, MF_ENABLED | MF_STRING | MF_POPUP, (UINT_PTR)file, L"&File");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4612 {
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4613 AppendMenuW(file, MF_ENABLED | MF_STRING, 40001, L"Exit");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4614 }
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4615
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4616 HMENU debug = CreatePopupMenu();
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4617 AppendMenuW(menu, MF_ENABLED | MF_STRING | MF_POPUP, (UINT_PTR)debug, L"&Debug");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4618 {
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4619 HMENU debug_party = CreatePopupMenu();
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4620 AppendMenuW(debug, MF_ENABLED | MF_STRING | MF_POPUP, (UINT_PTR)debug_party, L"&Party");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4621 {
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4622 AppendMenuW(debug_party, MF_ENABLED | MF_STRING, 40007, L"Give Gold (10 000)");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4623 AppendMenuW(debug_party, MF_ENABLED | MF_STRING, 40008, L"Give Exp (20 000)");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4624 AppendMenuW(debug_party, MF_ENABLED | MF_STRING, 40059, L"Give Skills (50 each)");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4625 AppendMenuW(debug_party, MF_ENABLED | MF_STRING, 40013, L"Remove Gold");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4626
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4627 HMENU debug_party_setconditions = CreatePopupMenu();
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4628 AppendMenuW(debug_party, MF_ENABLED | MF_STRING | MF_POPUP, (UINT_PTR)debug_party_setconditions, L"Set Condition");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4629 {
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4630 AppendMenuW(debug_party_setconditions, MF_ENABLED | MF_STRING, 40044, L"Afraid");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4631 AppendMenuW(debug_party_setconditions, MF_ENABLED | MF_STRING, 40043, L"Asleep");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4632 AppendMenuW(debug_party_setconditions, MF_ENABLED | MF_STRING, 40037, L"Curse");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4633 AppendMenuW(debug_party_setconditions, MF_ENABLED | MF_STRING, 40036, L"Disease1");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4634 AppendMenuW(debug_party_setconditions, MF_ENABLED | MF_STRING, 40035, L"Disease2");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4635 AppendMenuW(debug_party_setconditions, MF_ENABLED | MF_STRING, 40034, L"Disease3");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4636 AppendMenuW(debug_party_setconditions, MF_ENABLED | MF_STRING, 40041, L"Dead");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4637 AppendMenuW(debug_party_setconditions, MF_ENABLED | MF_STRING, 40039, L"Drunk");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4638 AppendMenuW(debug_party_setconditions, MF_ENABLED | MF_STRING, 40042, L"Eradicated");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4639 AppendMenuW(debug_party_setconditions, MF_ENABLED | MF_STRING, 40038, L"Insane");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4640 AppendMenuW(debug_party_setconditions, MF_ENABLED | MF_STRING, 40045, L"Paralyzed");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4641 AppendMenuW(debug_party_setconditions, MF_ENABLED | MF_STRING, 40033, L"Poison1");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4642 AppendMenuW(debug_party_setconditions, MF_ENABLED | MF_STRING, 40032, L"Poison2");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4643 AppendMenuW(debug_party_setconditions, MF_ENABLED | MF_STRING, 40031, L"Poison3");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4644 AppendMenuW(debug_party_setconditions, MF_ENABLED | MF_STRING, 40029, L"&Stone");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4645 AppendMenuW(debug_party_setconditions, MF_ENABLED | MF_STRING, 40040, L"Unconscious");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4646 AppendMenuW(debug_party_setconditions, MF_ENABLED | MF_STRING, 40030, L"Weak");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4647 AppendMenuW(debug_party_setconditions, MF_ENABLED | MF_STRING, 40073, L"Zombie");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4648 }
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4649
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4650 AppendMenuW(debug_party, MF_ENABLED | MF_STRING, 40006, L"Set Food (20)");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4651
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4652 HMENU debug_party_alignment = CreatePopupMenu();
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4653 AppendMenuW(debug_party, MF_ENABLED | MF_STRING | MF_POPUP, (UINT_PTR)debug_party_alignment, L"Alignment");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4654 {
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4655 AppendMenuW(debug_party_alignment, MF_ENABLED | MF_STRING, 40062, L"Good");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4656 AppendMenuW(debug_party_alignment, MF_ENABLED | MF_STRING | MF_CHECKED, 40063, L"Neutral");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4657 AppendMenuW(debug_party_alignment, MF_ENABLED | MF_STRING, 40064, L"Evil");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4658 }
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4659 }
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4660
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4661 HMENU debug_time = CreatePopupMenu();
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4662 AppendMenuW(debug, MF_ENABLED | MF_STRING | MF_POPUP, (UINT_PTR)debug_time, L"&Time");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4663 {
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4664 AppendMenuW(debug_time, MF_ENABLED | MF_STRING, 40009, L"Add 1 Day");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4665 AppendMenuW(debug_time, MF_ENABLED | MF_STRING, 40010, L"Add 1 Week");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4666 AppendMenuW(debug_time, MF_ENABLED | MF_STRING, 40011, L"Add 1 Month");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4667 AppendMenuW(debug_time, MF_ENABLED | MF_STRING, 40012, L"Add 1 Year");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4668 }
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4669
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4670 HMENU debug_items = CreatePopupMenu();
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4671 AppendMenuW(debug, MF_ENABLED | MF_STRING | MF_POPUP, (UINT_PTR)debug_items, L"&Items");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4672 {
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4673 AppendMenuW(debug_items, MF_ENABLED | MF_STRING, 40015, L"Generate level &1 item");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4674 AppendMenuW(debug_items, MF_ENABLED | MF_STRING, 40016, L"Generate level &2 item");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4675 AppendMenuW(debug_items, MF_ENABLED | MF_STRING, 40017, L"Generate level &3 item");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4676 AppendMenuW(debug_items, MF_ENABLED | MF_STRING, 40018, L"Generate level &4 item");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4677 AppendMenuW(debug_items, MF_ENABLED | MF_STRING, 40019, L"Generate level &5 item");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4678 AppendMenuW(debug_items, MF_ENABLED | MF_STRING, 40020, L"Generate level &6 item");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4679 AppendMenuW(debug_items, MF_ENABLED | MF_STRING, 40061, L"Generate special item");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4680 }
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4681
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4682 HMENU debug_graphics = CreatePopupMenu();
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4683 AppendMenuW(debug, MF_ENABLED | MF_STRING | MF_POPUP, (UINT_PTR)debug_graphics, L"&Graphics");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4684 {
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4685 AppendMenuW(debug_graphics, MF_ENABLED | MF_STRING, 40023, L"Lighting Mode");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4686 AppendMenuW(debug_graphics, MF_ENABLED | MF_STRING, 40024, L"Lighting Geometry");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4687 AppendMenuW(debug_graphics, MF_ENABLED | MF_STRING | MF_GRAYED, 40104, L"Lights Off");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4688 AppendMenuW(debug_graphics, MF_ENABLED | MF_STRING, 40105, L"Colored Lights");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4689 AppendMenuW(debug_graphics, MF_ENABLED | MF_STRING, 40025, L"Debug Lights");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4690 AppendMenuW(debug_graphics, MF_ENABLED | MF_STRING, 40101, L"Debug Decals");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4691 AppendMenuW(debug_graphics, MF_ENABLED | MF_STRING, 40027, L"HWID Portals");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4692 AppendMenuW(debug_graphics, MF_ENABLED | MF_STRING, 40047, L"SWID Portals");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4693 AppendMenuW(debug_graphics, MF_ENABLED | MF_STRING, 40051, L"OD Frustum");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4694 AppendMenuW(debug_graphics, MF_ENABLED | MF_STRING, 40054, L"SWOD Constant Redraw");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4695 AppendMenuW(debug_graphics, MF_ENABLED | MF_STRING, 40055, L"SWOD Lit Rasterizer");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4696 AppendMenuW(debug_graphics, MF_ENABLED | MF_STRING, 40056, L"Party Light off");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4697 AppendMenuW(debug_graphics, MF_ENABLED | MF_STRING, 40060, L"SWOD Nice Lighting off");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4698 AppendMenuW(debug_graphics, MF_ENABLED | MF_STRING, 40067, L"HWOD Additive Fog Lights");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4699 AppendMenuW(debug_graphics, MF_ENABLED | MF_STRING, 40072, L"HWID Nice Lighting");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4700 AppendMenuW(debug_graphics, MF_ENABLED | MF_STRING, 40048, L"Wireframe");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4701 AppendMenuW(debug_graphics, MF_ENABLED | MF_STRING, 40049, L"Fog");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4702 }
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4703
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4704 HMENU debug_misc = CreatePopupMenu();
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4705 AppendMenuW(debug, MF_ENABLED | MF_STRING | MF_POPUP, (UINT_PTR)debug_misc, L"&Misc");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4706 {
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4707 AppendMenuW(debug_misc, MF_ENABLED | MF_STRING, 40066, L"Object Viewcone Culling");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4708 AppendMenuW(debug_misc, MF_ENABLED | MF_STRING, 40068, L"Red Tint");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4709 AppendMenuW(debug_misc, MF_ENABLED | MF_STRING, 40071, L"Display Secrets");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4710 AppendMenuW(debug_misc, MF_ENABLED | MF_STRING, 40102, L"Massive Bloodsplat");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4711 AppendMenuW(debug_misc, MF_ENABLED | MF_STRING, 40103, L"Underwater Gravity");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4712 }
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4713
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4714 HMENU debug_eax = CreatePopupMenu();
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4715 AppendMenuW(debug, MF_ENABLED | MF_STRING | MF_POPUP, (UINT_PTR)debug_eax, L"EAX Environs");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4716 {
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4717 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40074, L"NONE");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4718 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40075, L"GENERIC");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4719 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40076, L"PADDEDCELL");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4720 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40077, L"ROOM");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4721 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40078, L"BATHROOM");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4722 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40079, L"LIVINGROOM");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4723 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40080, L"STONEROOM");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4724 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40081, L"AUDITORIUM");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4725 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40082, L"CONCERTHALL");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4726 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40083, L"CAVE");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4727 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40084, L"ARENA");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4728 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40085, L"HANGAR");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4729 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40086, L"CARPETEDHALLWAY");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4730 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40087, L"HALLWAY");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4731 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40088, L"STONECORRIDOR");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4732 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40089, L"ALLEY");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4733 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40090, L"FOREST");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4734 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40091, L"CITY");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4735 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40092, L"MOUNTAINS");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4736 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40093, L"QUARRY");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4737 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40094, L"PLAIN");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4738 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40095, L"PARKINGLOT");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4739 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40096, L"SEWERPIPE");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4740 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40097, L"UNDERWATER");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4741 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40098, L"DRUGGED");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4742 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40099, L"DIZZY");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4743 AppendMenuW(debug_eax, MF_ENABLED | MF_STRING, 40100, L"PSICHOTIC");
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4744 }
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4745 }
daecb0225226 Menu completed
Nomad
parents: 747
diff changeset
4746 }
736
Nomad
parents: 735
diff changeset
4747 SetMenu(hWnd, menu);
492
Gloval
parents: 484
diff changeset
4748
0
Ritor1
parents:
diff changeset
4749 SetPriorityClass(GetCurrentProcess(), NORMAL_PRIORITY_CLASS);
Ritor1
parents:
diff changeset
4750
Ritor1
parents:
diff changeset
4751 pRenderer = Render::Create();
Ritor1
parents:
diff changeset
4752 if (!pRenderer)
Ritor1
parents:
diff changeset
4753 {
Ritor1
parents:
diff changeset
4754 Log::Warning(L"Render creation failed");
Ritor1
parents:
diff changeset
4755 return false;
Ritor1
parents:
diff changeset
4756 }
Ritor1
parents:
diff changeset
4757 else
Ritor1
parents:
diff changeset
4758 {
Ritor1
parents:
diff changeset
4759 bool bWindowMode = ReadWindowsRegistryInt("startinwindow", false);
Ritor1
parents:
diff changeset
4760 uint uDefaultDevice = ReadWindowsRegistryInt("D3D Device", 1);
Ritor1
parents:
diff changeset
4761 bool bColoredLights = ReadWindowsRegistryInt("Colored Lights", false);
Ritor1
parents:
diff changeset
4762 uint uLevelOfDetail = ReadWindowsRegistryInt("Detail Level", 1);
Ritor1
parents:
diff changeset
4763 uint bTinting = ReadWindowsRegistryInt("Tinting", 1) != 0;
Ritor1
parents:
diff changeset
4764
Ritor1
parents:
diff changeset
4765 if (!pRenderer->Initialize(bWindowMode, uDefaultDevice, bColoredLights, uLevelOfDetail, bTinting))
Ritor1
parents:
diff changeset
4766 {
Ritor1
parents:
diff changeset
4767 Log::Warning(L"Render failed to initialize");
Ritor1
parents:
diff changeset
4768 return false;
Ritor1
parents:
diff changeset
4769 }
Ritor1
parents:
diff changeset
4770 }
492
Gloval
parents: 484
diff changeset
4771
0
Ritor1
parents:
diff changeset
4772 pAllocator = Allocator::Create();
650
14d13880daa9 Sleeping in tavern crash fixed - memory allocation rised to 48mb
Nomad
parents: 648
diff changeset
4773 if (!pAllocator->Initialize(48 * 1024))
0
Ritor1
parents:
diff changeset
4774 {
Ritor1
parents:
diff changeset
4775 MessageBoxW(nullptr,
650
14d13880daa9 Sleeping in tavern crash fixed - memory allocation rised to 48mb
Nomad
parents: 648
diff changeset
4776 L"Unable to Allocate 48Mb of RAM",
0
Ritor1
parents:
diff changeset
4777 L"More RAM Memory Required", MB_ICONEXCLAMATION);
Ritor1
parents:
diff changeset
4778 return false;
Ritor1
parents:
diff changeset
4779 }
492
Gloval
parents: 484
diff changeset
4780
351
5f36449527c6 stru351 -> summoned/spell-enchanted item
Nomad
parents: 350
diff changeset
4781 game_starting_year = 1168;
0
Ritor1
parents:
diff changeset
4782
Ritor1
parents:
diff changeset
4783 pParty = new Party;
147
c70fea5013aa 12.02.13
Ritor1
parents: 120
diff changeset
4784 memset(&pParty->pHirelings, 0, sizeof(pParty->pHirelings));
0
Ritor1
parents:
diff changeset
4785 pParty->uWalkSpeed = GetPrivateProfileIntW(L"debug", L"walkspeed", 384, pMM6IniFile);
Ritor1
parents:
diff changeset
4786 pParty->uDefaultEyelevel = GetPrivateProfileIntW(L"party", L"eyelevel", 160, pMM6IniFile);
Ritor1
parents:
diff changeset
4787 pParty->sEyelevel = pParty->uDefaultEyelevel;
Ritor1
parents:
diff changeset
4788 pParty->uDefaultPartyHeight = GetPrivateProfileIntW(L"party", L"height", 192, pMM6IniFile);
Ritor1
parents:
diff changeset
4789 pParty->uPartyHeight = pParty->uDefaultPartyHeight;
Ritor1
parents:
diff changeset
4790
Ritor1
parents:
diff changeset
4791 bUseRegistry = GetPrivateProfileIntW(L"settings", L"registry", 1, pMM6IniFile);
Ritor1
parents:
diff changeset
4792 MM6_Initialize(pMM6IniFile);
Ritor1
parents:
diff changeset
4793
Ritor1
parents:
diff changeset
4794 pKeyActionMap = new KeyboardActionMapping;
Ritor1
parents:
diff changeset
4795
Ritor1
parents:
diff changeset
4796 pEventTimer = Timer::Create();
Ritor1
parents:
diff changeset
4797 pEventTimer->Initialize();
Ritor1
parents:
diff changeset
4798
Ritor1
parents:
diff changeset
4799 OnTimer(1);
Ritor1
parents:
diff changeset
4800 GameUI_StatusBar_UpdateTimedString(1);
Ritor1
parents:
diff changeset
4801 pGame = Game::Create();
Ritor1
parents:
diff changeset
4802 pMouse = pGame->pMouseInstance;
Ritor1
parents:
diff changeset
4803
Ritor1
parents:
diff changeset
4804
Ritor1
parents:
diff changeset
4805 RECT rcWindow;
Ritor1
parents:
diff changeset
4806 GetWindowRect(hWnd, &rcWindow);
Ritor1
parents:
diff changeset
4807
Ritor1
parents:
diff changeset
4808 RECT rcClient;
Ritor1
parents:
diff changeset
4809 GetClientRect(hWnd, &rcClient);
Ritor1
parents:
diff changeset
4810 uWindowWidth = rcClient.left - rcClient.right - rcWindow.left + rcWindow.right + 640;
Ritor1
parents:
diff changeset
4811 uWindowHeight = rcClient.top - rcClient.bottom - rcWindow.top + rcWindow.bottom + 480;
Ritor1
parents:
diff changeset
4812 MoveWindow(hWnd, uWindowX, uWindowY,
Ritor1
parents:
diff changeset
4813 rcClient.left - rcClient.right - rcWindow.left + rcWindow.right + 640,
Ritor1
parents:
diff changeset
4814 rcClient.top - rcClient.bottom - rcWindow.top + rcWindow.bottom + 480, 0);
Ritor1
parents:
diff changeset
4815 ShowWindow(hWnd, SW_SHOWNORMAL);
Ritor1
parents:
diff changeset
4816
Ritor1
parents:
diff changeset
4817 pIcons_LOD = new LODFile_IconsBitmaps;
Ritor1
parents:
diff changeset
4818 if (!pIcons_LOD->LoadIconsOrEvents("data\\icons.lod"))
Ritor1
parents:
diff changeset
4819 {
Ritor1
parents:
diff changeset
4820 MessageBoxW(nullptr,
Ritor1
parents:
diff changeset
4821 L"Some files are missing\n\nPlease Reinstall.",
Ritor1
parents:
diff changeset
4822 L"Files Missing", MB_ICONEXCLAMATION);
Ritor1
parents:
diff changeset
4823 return false;
Ritor1
parents:
diff changeset
4824 }
Ritor1
parents:
diff changeset
4825 pIcons_LOD->dword_011BA4 = 0;
Ritor1
parents:
diff changeset
4826
Ritor1
parents:
diff changeset
4827 pEvents_LOD = new LODFile_IconsBitmaps;
Ritor1
parents:
diff changeset
4828 if (!pEvents_LOD->LoadIconsOrEvents("data\\events.lod"))
Ritor1
parents:
diff changeset
4829 {
Ritor1
parents:
diff changeset
4830 MessageBoxW(nullptr,
Ritor1
parents:
diff changeset
4831 L"Some files are missing\n\nPlease Reinstall.",
Ritor1
parents:
diff changeset
4832 L"Files Missing", MB_ICONEXCLAMATION);
Ritor1
parents:
diff changeset
4833 return false;
Ritor1
parents:
diff changeset
4834 }
Ritor1
parents:
diff changeset
4835
Ritor1
parents:
diff changeset
4836 InitializeGameText();
Ritor1
parents:
diff changeset
4837
Ritor1
parents:
diff changeset
4838 pBitmaps_LOD = new LODFile_IconsBitmaps;
Ritor1
parents:
diff changeset
4839 if (!pBitmaps_LOD->LoadBitmaps("data\\bitmaps.lod"))
Ritor1
parents:
diff changeset
4840 {
Ritor1
parents:
diff changeset
4841 MessageBoxA(nullptr,
Ritor1
parents:
diff changeset
4842 pGlobalTXT_LocalizationStrings[63],
Ritor1
parents:
diff changeset
4843 pGlobalTXT_LocalizationStrings[184], MB_ICONEXCLAMATION);
Ritor1
parents:
diff changeset
4844 return false;
Ritor1
parents:
diff changeset
4845 }
Ritor1
parents:
diff changeset
4846
Ritor1
parents:
diff changeset
4847 if (bUseRegistry)
Ritor1
parents:
diff changeset
4848 bUseLoResSprites = ReadWindowsRegistryInt("resolution", 0);
Ritor1
parents:
diff changeset
4849 else
Ritor1
parents:
diff changeset
4850 bUseLoResSprites = GetPrivateProfileIntW(L"settings", L"resolution", 0, pMM6IniFile);
Ritor1
parents:
diff changeset
4851
Ritor1
parents:
diff changeset
4852 const char *pSpritesFile = nullptr;
Ritor1
parents:
diff changeset
4853 if (bUseLoResSprites)
Ritor1
parents:
diff changeset
4854 pSpritesFile = "data\\spriteLO.lod";
Ritor1
parents:
diff changeset
4855 else
Ritor1
parents:
diff changeset
4856 pSpritesFile = "data\\sprites.lod";
Ritor1
parents:
diff changeset
4857
Ritor1
parents:
diff changeset
4858 pSprites_LOD = new LODFile_Sprites;
Ritor1
parents:
diff changeset
4859 if (!pSprites_LOD->LoadSprites(pSpritesFile))
Ritor1
parents:
diff changeset
4860 {
Ritor1
parents:
diff changeset
4861 MessageBoxA(nullptr,
Ritor1
parents:
diff changeset
4862 pGlobalTXT_LocalizationStrings[63],
Ritor1
parents:
diff changeset
4863 pGlobalTXT_LocalizationStrings[184], MB_ICONEXCLAMATION);
Ritor1
parents:
diff changeset
4864 return false;
Ritor1
parents:
diff changeset
4865 }
Ritor1
parents:
diff changeset
4866
Ritor1
parents:
diff changeset
4867 if (bDebugResouces)
Ritor1
parents:
diff changeset
4868 {
Ritor1
parents:
diff changeset
4869 pSpriteFrameTable = new SpriteFrameTable;
Ritor1
parents:
diff changeset
4870 if (!pSpriteFrameTable->FromFileTxt("data\\sft.txt"))
Ritor1
parents:
diff changeset
4871 Abortf("Unable to open sft.txt");
Ritor1
parents:
diff changeset
4872
Ritor1
parents:
diff changeset
4873 pDecorationList = new DecorationList;
Ritor1
parents:
diff changeset
4874 if (!pDecorationList->FromFileTxt("data\\declist.txt"))
Ritor1
parents:
diff changeset
4875 Abortf("Unable to open declist.txt");
Ritor1
parents:
diff changeset
4876
Ritor1
parents:
diff changeset
4877 pObjectList = new ObjectList;
Ritor1
parents:
diff changeset
4878 if (!pObjectList->FromFileTxt("data\\objlist.txt"))
Ritor1
parents:
diff changeset
4879 Abortf("Unable to open objlist.txt");
Ritor1
parents:
diff changeset
4880
Ritor1
parents:
diff changeset
4881 pMonsterList = new MonsterList;
Ritor1
parents:
diff changeset
4882 if (!pMonsterList->FromFileTxt("data\\monlist.txt"))
Ritor1
parents:
diff changeset
4883 Abortf("Unable to open monlist.txt");
Ritor1
parents:
diff changeset
4884
Ritor1
parents:
diff changeset
4885 pIconsFrameTable = new IconFrameTable;
Ritor1
parents:
diff changeset
4886 if (!pIconsFrameTable->FromFileTxt("data\\ift.txt"))
Ritor1
parents:
diff changeset
4887 Abortf("Unable to open ift.txt");
Ritor1
parents:
diff changeset
4888
Ritor1
parents:
diff changeset
4889 pTextureFrameTable = new TextureFrameTable;
Ritor1
parents:
diff changeset
4890 if (!pTextureFrameTable->FromFileTxt("data\\tft.def"))
Ritor1
parents:
diff changeset
4891 Abortf("Unable to open tft.def");
Ritor1
parents:
diff changeset
4892
Ritor1
parents:
diff changeset
4893 pTileTable = new TileTable;
Ritor1
parents:
diff changeset
4894 if (!pTileTable->FromFileTxt("data\\tile.def"))
Ritor1
parents:
diff changeset
4895 Abortf("Unable to open tile.def");
Ritor1
parents:
diff changeset
4896
Ritor1
parents:
diff changeset
4897 pPlayerFrameTable = new PlayerFrameTable;
Ritor1
parents:
diff changeset
4898 if (!pPlayerFrameTable->FromFileTxt("data\\pft.def"))
Ritor1
parents:
diff changeset
4899 Abortf("Unable to open pft.def");
Ritor1
parents:
diff changeset
4900
Ritor1
parents:
diff changeset
4901 pChestList = new ChestList;
Ritor1
parents:
diff changeset
4902 if (!pChestList->FromFileTxt("data\\chest.def"))
Ritor1
parents:
diff changeset
4903 Abortf("Unable to open chest.def");
Ritor1
parents:
diff changeset
4904
Ritor1
parents:
diff changeset
4905 pOverlayList = new OverlayList;
Ritor1
parents:
diff changeset
4906 if (!pOverlayList->FromFileTxt("data\\overlay.def"))
Ritor1
parents:
diff changeset
4907 Abortf("Unable to open overlay.def");
Ritor1
parents:
diff changeset
4908
Ritor1
parents:
diff changeset
4909 pSoundList = new SoundList;
Ritor1
parents:
diff changeset
4910 if (!pSoundList->FromFileTxt("data\\sounds.def"))
Ritor1
parents:
diff changeset
4911 Abortf("Unable to open sounds.def");
Ritor1
parents:
diff changeset
4912 }
Ritor1
parents:
diff changeset
4913 else
Ritor1
parents:
diff changeset
4914 {
Ritor1
parents:
diff changeset
4915 auto pSFT = pEvents_LOD->LoadRaw("dsft.bin", 1);
Ritor1
parents:
diff changeset
4916 pSpriteFrameTable = new SpriteFrameTable;
Ritor1
parents:
diff changeset
4917 pSpriteFrameTable->FromFile(pSFT);
Ritor1
parents:
diff changeset
4918 free(pSFT);
Ritor1
parents:
diff changeset
4919
Ritor1
parents:
diff changeset
4920 auto pTFT = pEvents_LOD->LoadRaw("dtft.bin", 1);
Ritor1
parents:
diff changeset
4921 pTextureFrameTable = new TextureFrameTable;
Ritor1
parents:
diff changeset
4922 pTextureFrameTable->FromFile(pTFT);
Ritor1
parents:
diff changeset
4923 free(pTFT);
Ritor1
parents:
diff changeset
4924
Ritor1
parents:
diff changeset
4925 auto pTiles = pEvents_LOD->LoadRaw("dtile.bin", 1);
Ritor1
parents:
diff changeset
4926 pTileTable = new TileTable;
Ritor1
parents:
diff changeset
4927 pTileTable->FromFile(pTiles);
Ritor1
parents:
diff changeset
4928 free(pTiles);
Ritor1
parents:
diff changeset
4929
Ritor1
parents:
diff changeset
4930 auto pPFT = pEvents_LOD->LoadRaw("dpft.bin", 1);
Ritor1
parents:
diff changeset
4931 pPlayerFrameTable = new PlayerFrameTable;
Ritor1
parents:
diff changeset
4932 pPlayerFrameTable->FromFile(pPFT);
Ritor1
parents:
diff changeset
4933 free(pPFT);
Ritor1
parents:
diff changeset
4934
Ritor1
parents:
diff changeset
4935 auto pIFT = pEvents_LOD->LoadRaw("dift.bin", 1);
Ritor1
parents:
diff changeset
4936 pIconsFrameTable = new IconFrameTable;
Ritor1
parents:
diff changeset
4937 pIconsFrameTable->FromFile(pIFT);
Ritor1
parents:
diff changeset
4938 free(pIFT);
Ritor1
parents:
diff changeset
4939
Ritor1
parents:
diff changeset
4940 auto pDecs = pEvents_LOD->LoadRaw("ddeclist.bin", 1);
Ritor1
parents:
diff changeset
4941 pDecorationList = new DecorationList;
Ritor1
parents:
diff changeset
4942 pDecorationList->FromFile(pDecs);
Ritor1
parents:
diff changeset
4943 free(pDecs);
Ritor1
parents:
diff changeset
4944
Ritor1
parents:
diff changeset
4945 auto pObjs = pEvents_LOD->LoadRaw("dobjlist.bin", 1);
Ritor1
parents:
diff changeset
4946 pObjectList = new ObjectList;
Ritor1
parents:
diff changeset
4947 pObjectList->FromFile(pObjs);
Ritor1
parents:
diff changeset
4948 free(pObjs);
Ritor1
parents:
diff changeset
4949
Ritor1
parents:
diff changeset
4950 auto pMons = pEvents_LOD->LoadRaw("dmonlist.bin", 1);
Ritor1
parents:
diff changeset
4951 pMonsterList = new MonsterList;
Ritor1
parents:
diff changeset
4952 pMonsterList->FromFile(pMons);
Ritor1
parents:
diff changeset
4953 free(pMons);
Ritor1
parents:
diff changeset
4954
Ritor1
parents:
diff changeset
4955 auto pChests = pEvents_LOD->LoadRaw("dchest.bin", 1);
Ritor1
parents:
diff changeset
4956 pChestList = new ChestList;
Ritor1
parents:
diff changeset
4957 pChestList->FromFile(pChests);
Ritor1
parents:
diff changeset
4958 free(pChests);
Ritor1
parents:
diff changeset
4959
Ritor1
parents:
diff changeset
4960 auto pOverlays = pEvents_LOD->LoadRaw("doverlay.bin", 1);
Ritor1
parents:
diff changeset
4961 pOverlayList = new OverlayList;
Ritor1
parents:
diff changeset
4962 pOverlayList->FromFile(pOverlays);
Ritor1
parents:
diff changeset
4963 free(pOverlays);
Ritor1
parents:
diff changeset
4964
Ritor1
parents:
diff changeset
4965 auto pSounds = pEvents_LOD->LoadRaw("dsounds.bin", 1);
Ritor1
parents:
diff changeset
4966 pSoundList = new SoundList;
Ritor1
parents:
diff changeset
4967 pSoundList->FromFile(pSounds);
Ritor1
parents:
diff changeset
4968 free(pSounds);
Ritor1
parents:
diff changeset
4969 }
Ritor1
parents:
diff changeset
4970
Ritor1
parents:
diff changeset
4971
Ritor1
parents:
diff changeset
4972 if (bDebugResouces)
Ritor1
parents:
diff changeset
4973 {
Ritor1
parents:
diff changeset
4974 pSpriteFrameTable->ToFile();
Ritor1
parents:
diff changeset
4975 pDecorationList->ToFile();
Ritor1
parents:
diff changeset
4976 pObjectList->ToFile();
Ritor1
parents:
diff changeset
4977 pMonsterList->ToFile();
Ritor1
parents:
diff changeset
4978 pIconsFrameTable->ToFile();
Ritor1
parents:
diff changeset
4979 pTextureFrameTable->ToFile();
Ritor1
parents:
diff changeset
4980 pTileTable->ToFile();
Ritor1
parents:
diff changeset
4981 pPlayerFrameTable->ToFile();
Ritor1
parents:
diff changeset
4982 pChestList->ToFile();
Ritor1
parents:
diff changeset
4983 pOverlayList->ToFile();
Ritor1
parents:
diff changeset
4984 pSoundList->ToFile();
Ritor1
parents:
diff changeset
4985 }
Ritor1
parents:
diff changeset
4986
492
Gloval
parents: 484
diff changeset
4987
0
Ritor1
parents:
diff changeset
4988 if (dword_6BE364_game_settings_1 & 2 || !(dword_6BE368_debug_settings_2 & 1))//
Ritor1
parents:
diff changeset
4989 // color depth != 16
Ritor1
parents:
diff changeset
4990 // or
Ritor1
parents:
diff changeset
4991 // not in window
Ritor1
parents:
diff changeset
4992 {
Ritor1
parents:
diff changeset
4993 SetMenu(hWnd, 0);
Ritor1
parents:
diff changeset
4994 SetWindowLongA(hWnd, GWL_EXSTYLE, 0);
Ritor1
parents:
diff changeset
4995 SetWindowLongA(hWnd, GWL_STYLE, WS_VISIBLE);
Ritor1
parents:
diff changeset
4996 pRenderer->InitializeFullscreen(hWnd);
Ritor1
parents:
diff changeset
4997 }
Ritor1
parents:
diff changeset
4998 else
Ritor1
parents:
diff changeset
4999 {
Ritor1
parents:
diff changeset
5000 ClipCursor(nullptr);
Ritor1
parents:
diff changeset
5001 pRenderer->SwitchToWindow(hWnd);
Ritor1
parents:
diff changeset
5002 }
Ritor1
parents:
diff changeset
5003
Ritor1
parents:
diff changeset
5004 uSoundVolumeMultiplier = ReadWindowsRegistryInt("soundflag", 9);
Ritor1
parents:
diff changeset
5005 if (uSoundVolumeMultiplier > 9)
Ritor1
parents:
diff changeset
5006 uSoundVolumeMultiplier = 9;
Ritor1
parents:
diff changeset
5007 uMusicVolimeMultiplier = ReadWindowsRegistryInt("musicflag", 9);
Ritor1
parents:
diff changeset
5008 if (uMusicVolimeMultiplier > 9)
Ritor1
parents:
diff changeset
5009 uMusicVolimeMultiplier = 9;
Ritor1
parents:
diff changeset
5010 uVoicesVolumeMultiplier = ReadWindowsRegistryInt("CharVoices", 9);
Ritor1
parents:
diff changeset
5011 if (uVoicesVolumeMultiplier > 9)
Ritor1
parents:
diff changeset
5012 uVoicesVolumeMultiplier = 9;
Ritor1
parents:
diff changeset
5013 bShowDamage = ReadWindowsRegistryInt("ShowDamage", 1) != 0;
Ritor1
parents:
diff changeset
5014 byte_6BE388_graphicsmode = ReadWindowsRegistryInt("graphicsmode", 1);
Ritor1
parents:
diff changeset
5015 if (byte_6BE388_graphicsmode < 0 || byte_6BE388_graphicsmode > 2)
Ritor1
parents:
diff changeset
5016 byte_6BE388_graphicsmode = 0;
Ritor1
parents:
diff changeset
5017
Ritor1
parents:
diff changeset
5018 uGammaPos = ReadWindowsRegistryInt("GammaPos", 4);
733
700b58aac975 MonsterPopup preview doll fixed
Nomad
parents: 731
diff changeset
5019 if (uGammaPos > 9)
0
Ritor1
parents:
diff changeset
5020 uGammaPos = 4;
Ritor1
parents:
diff changeset
5021 pGame->pGammaController->Initialize(uGammaPos * 0.1 + 0.6);
Ritor1
parents:
diff changeset
5022
Ritor1
parents:
diff changeset
5023 if ( ReadWindowsRegistryInt("Bloodsplats", 1) )
591
a463d7784d33 missed Merge
zipi
parents: 589
diff changeset
5024 pGame->uFlags2 |= GAME_FLAGS_2_DRAW_BLOODSPLATS;
0
Ritor1
parents:
diff changeset
5025 else
733
700b58aac975 MonsterPopup preview doll fixed
Nomad
parents: 731
diff changeset
5026 pGame->uFlags2 &= ~GAME_FLAGS_2_DRAW_BLOODSPLATS;
0
Ritor1
parents:
diff changeset
5027
Ritor1
parents:
diff changeset
5028 uTurnSpeed = ReadWindowsRegistryInt("TurnDelta", 0);
Ritor1
parents:
diff changeset
5029 dword_6BE384_2dacceloff = ReadWindowsRegistryInt("2dacceloff", 0);
Ritor1
parents:
diff changeset
5030
Ritor1
parents:
diff changeset
5031 if (!bNoSound)
Ritor1
parents:
diff changeset
5032 pAudioPlayer->Initialize(hWnd);
Ritor1
parents:
diff changeset
5033
1262
0aeac0b9ca30 included header cleanup
Grumpy7
parents: 1254
diff changeset
5034 pVideoPlayer = new VideoPlayer();
0
Ritor1
parents:
diff changeset
5035 pVideoPlayer->Initialize();
Ritor1
parents:
diff changeset
5036
Ritor1
parents:
diff changeset
5037 dword_6BE364_game_settings_1 |= 0x4000;
Ritor1
parents:
diff changeset
5038
Ritor1
parents:
diff changeset
5039 switch ( uTurnSpeed )
Ritor1
parents:
diff changeset
5040 {
731
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
5041 case 0: // undefined turn option
1067
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
5042 __debugbreak(); // really shouldn't use this mode
731
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
5043 uTurnSpeed = (unsigned int)uCPUSpeed < 199 ? 128 : 64; // adjust turn speed to estimated fps
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
5044 break;
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
5045
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
5046 case 1u: // 16x
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
5047 Log::Warning(L"x16 Turn Speed"); // really shouldn't use this mode
0
Ritor1
parents:
diff changeset
5048 uTurnSpeed = 128;
731
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
5049 break;
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
5050
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
5051 case 2u: // 32x
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
5052 Log::Warning(L"x32 Turn Speed"); // really shouldn't use this mode
0
Ritor1
parents:
diff changeset
5053 uTurnSpeed = 64;
731
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
5054 break;
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
5055
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
5056 case 3u: // smooth
0
Ritor1
parents:
diff changeset
5057 uTurnSpeed = 0;
731
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
5058 break;
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
5059 }
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
5060
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
5061 initing = false; //ADDED Gloval
0
Ritor1
parents:
diff changeset
5062 return true;
Ritor1
parents:
diff changeset
5063 }
Ritor1
parents:
diff changeset
5064
Ritor1
parents:
diff changeset
5065 //----- (00465D0B) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
5066 void SecondaryInitialization()
0
Ritor1
parents:
diff changeset
5067 {
Ritor1
parents:
diff changeset
5068 __int16 v4; // ax@4
Ritor1
parents:
diff changeset
5069 signed int v5; // esi@5
Ritor1
parents:
diff changeset
5070 int v6; // ecx@6
Ritor1
parents:
diff changeset
5071 int v7; // edx@7
Ritor1
parents:
diff changeset
5072 ObjectDesc *v8; // eax@7
Ritor1
parents:
diff changeset
5073 char pContainer[32]; // [sp+10h] [bp-Ch]@9
Ritor1
parents:
diff changeset
5074
Ritor1
parents:
diff changeset
5075 pMouse->Initialize(hWnd);
Ritor1
parents:
diff changeset
5076
Ritor1
parents:
diff changeset
5077 pItemsTable = new ItemsTable;
Ritor1
parents:
diff changeset
5078 pItemsTable->Initialize();
Ritor1
parents:
diff changeset
5079
Ritor1
parents:
diff changeset
5080 pBitmaps_LOD->dword_011BA8 = 1;
Ritor1
parents:
diff changeset
5081 pBitmaps_LOD->SetupPalettes(pRenderer->uTargetRBits, pRenderer->uTargetGBits, pRenderer->uTargetBBits);
Ritor1
parents:
diff changeset
5082 pIcons_LOD->SetupPalettes(pRenderer->uTargetRBits, pRenderer->uTargetGBits, pRenderer->uTargetBBits);
Ritor1
parents:
diff changeset
5083 pPaletteManager->SetColorChannelInfo(pRenderer->uTargetRBits, pRenderer->uTargetGBits, pRenderer->uTargetBBits);
762
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
5084
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
5085 pPaletteManager->SetMistColor(128, 128, 128);
0
Ritor1
parents:
diff changeset
5086 pPaletteManager->RecalculateAll();
Ritor1
parents:
diff changeset
5087 pSprites_LOD->field_ECAC = 1;
Ritor1
parents:
diff changeset
5088 pObjectList->InitializeSprites();
Ritor1
parents:
diff changeset
5089 pOverlayList->InitializeSprites();
Ritor1
parents:
diff changeset
5090 if (!bNoSound)
Ritor1
parents:
diff changeset
5091 pSoundList->Initialize();
Ritor1
parents:
diff changeset
5092
Ritor1
parents:
diff changeset
5093 static const char *pUIAnimNames[4] =
Ritor1
parents:
diff changeset
5094 {
Ritor1
parents:
diff changeset
5095 "glow03", "glow05",
Ritor1
parents:
diff changeset
5096 "torchA", "wizeyeA"
Ritor1
parents:
diff changeset
5097 };
Ritor1
parents:
diff changeset
5098 static unsigned short _4E98D0[4][4] =
Ritor1
parents:
diff changeset
5099 {
Ritor1
parents:
diff changeset
5100 {479, 0, 329, 0},
Ritor1
parents:
diff changeset
5101 {585, 0, 332, 0},
Ritor1
parents:
diff changeset
5102 {468, 0, 0, 0},
Ritor1
parents:
diff changeset
5103 {606, 0, 0, 0}
Ritor1
parents:
diff changeset
5104 };
Ritor1
parents:
diff changeset
5105
Ritor1
parents:
diff changeset
5106
Ritor1
parents:
diff changeset
5107 for (uint i = 0; i < 4; ++i)
Ritor1
parents:
diff changeset
5108 {
Ritor1
parents:
diff changeset
5109 pUIAnims[i]->uIconID = pIconsFrameTable->FindIcon(pUIAnimNames[i]);
Ritor1
parents:
diff changeset
5110 pIconsFrameTable->InitializeAnimation(pUIAnims[i]->uIconID);
Ritor1
parents:
diff changeset
5111
Ritor1
parents:
diff changeset
5112 pUIAnims[i]->uAnimLength = 0;
Ritor1
parents:
diff changeset
5113 pUIAnims[i]->uAnimTime = 0;
Ritor1
parents:
diff changeset
5114 pUIAnims[i]->x = _4E98D0[i][0];
Ritor1
parents:
diff changeset
5115 pUIAnims[i]->y = _4E98D0[i][2];
Ritor1
parents:
diff changeset
5116 }
Ritor1
parents:
diff changeset
5117
Ritor1
parents:
diff changeset
5118 v5 = 0;
Ritor1
parents:
diff changeset
5119 if ( (signed int)pObjectList->uNumObjects > 0 )
Ritor1
parents:
diff changeset
5120 {
Ritor1
parents:
diff changeset
5121 v6 = 0;
Ritor1
parents:
diff changeset
5122 do
Ritor1
parents:
diff changeset
5123 {
Ritor1
parents:
diff changeset
5124 BYTE3(v7) = 0;
Ritor1
parents:
diff changeset
5125 v8 = &pObjectList->pObjects[v6];
Ritor1
parents:
diff changeset
5126 ++v6;
Ritor1
parents:
diff changeset
5127 *(short *)((char *)&v7 + 1) = v8->uParticleTrailColorR;
Ritor1
parents:
diff changeset
5128 LOBYTE(v7) = v8->uParticleTrailColorG;
Ritor1
parents:
diff changeset
5129 ++v5;
Ritor1
parents:
diff changeset
5130 v8->uParticleTrailColor = v8->uParticleTrailColorB | (v7 << 8);
Ritor1
parents:
diff changeset
5131 }
Ritor1
parents:
diff changeset
5132 while ( v5 < (signed int)pObjectList->uNumObjects );
Ritor1
parents:
diff changeset
5133 }
Ritor1
parents:
diff changeset
5134 flt_6BE3A0 = 0.55000001f;
Ritor1
parents:
diff changeset
5135 MainMenuUI_Create();
Ritor1
parents:
diff changeset
5136 pGame->pStru6Instance->LoadAnimations();
Ritor1
parents:
diff changeset
5137
Ritor1
parents:
diff changeset
5138 for (uint i = 0; i < 7; ++i)
Ritor1
parents:
diff changeset
5139 {
Ritor1
parents:
diff changeset
5140 sprintf(pContainer, "HDWTR%03u", i);
Ritor1
parents:
diff changeset
5141 pRenderer->pHDWaterBitmapIDs[i] = pBitmaps_LOD->LoadTexture(pContainer);
Ritor1
parents:
diff changeset
5142 }
Ritor1
parents:
diff changeset
5143
Ritor1
parents:
diff changeset
5144 pNPCStats = new NPCStats;
110
aa9b34eb3da4 NPC(Margaret) fix
Ritor1
parents: 102
diff changeset
5145 memset(pNPCStats->pNPCData, 0, 0x94BCu);
0
Ritor1
parents:
diff changeset
5146 pNPCStats->Initialize();
Ritor1
parents:
diff changeset
5147
Ritor1
parents:
diff changeset
5148 Initialize_GlobalEVT();
762
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
5149 pBitmaps_LOD->_inlined_sub0();
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
5150 pSprites_LOD->_inlined_sub0();
0
Ritor1
parents:
diff changeset
5151 pPaletteManager->LockAll();
Ritor1
parents:
diff changeset
5152
Ritor1
parents:
diff changeset
5153 _mkdir("Saves");
Ritor1
parents:
diff changeset
5154 for (uint i = 0; i < 5; ++i)
Ritor1
parents:
diff changeset
5155 for (uint j = 0; j < 6; ++j)
Ritor1
parents:
diff changeset
5156 {
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
5157 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
5158 remove(pTmpBuf.data());
0
Ritor1
parents:
diff changeset
5159 }
Ritor1
parents:
diff changeset
5160
Ritor1
parents:
diff changeset
5161 Initialize_GamesLOD_NewLOD();
1051
05c62d166182 004C1D2B cleaned
Nomad
parents: 1038
diff changeset
5162 _576E2C_current_minimap_zoom = 512;
0
Ritor1
parents:
diff changeset
5163 dword_576E28 = 9;
Ritor1
parents:
diff changeset
5164 }
Ritor1
parents:
diff changeset
5165
522
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5166 void IntegrityTest()
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5167 {
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5168 assert(sizeof(RenderVertexSoft) == 0x30);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5169 assert(sizeof(RenderBillboard) == 0x34);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5170 assert(sizeof(Texture) == 0x48);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5171 assert(sizeof(RGBTexture) == 0x28);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5172 assert(sizeof(LODFile_IconsBitmaps) == 0x11BB8 + 4); // + virtual dtor ptr
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5173 assert(sizeof(AudioPlayer) == 0xC84);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5174 assert(sizeof(SoundDesc) == 0x78);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5175 assert(sizeof(stru339_spell_sound) == 0xAFD8);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5176 assert(sizeof(VideoPlayer) == 0x108 + 4);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5177 assert(sizeof(MovieHeader) == 0x2C);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5178 assert(sizeof(DecorationDesc) == 0x54);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5179 assert(sizeof(ObjectDesc) == 0x38);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5180 assert(sizeof(OverlayDesc) == 0x8);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5181 assert(sizeof(ChestDesc) == 0x24);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5182 assert(sizeof(TileDesc) == 0x1A);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5183 assert(sizeof(MonsterDesc) == 0x98);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5184 assert(sizeof(Timer) == 0x28);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5185 assert(sizeof(OtherOverlay) == 0x14);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5186 assert(sizeof(ItemGen) == 0x24);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5187 assert(sizeof(SpriteObject) == 0x70);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5188 assert(sizeof(ItemDesc) == 0x30);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5189 assert(sizeof(ItemsTable) == 0x117A0);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5190 assert(sizeof(Chest) == 0x14CC);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5191 assert(sizeof(MapInfo) == 0x44);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5192 assert(sizeof(SpellInfo) == 0x24);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5193 assert(sizeof(SpellData) == 0x14);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5194 assert(sizeof(SpellBuff) == 0x10);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5195 assert(sizeof(AIDirection) == 0x1C);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5196 assert(sizeof(ActorJob) == 0xC);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5197 assert(sizeof(Actor) == 0x344);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5198 assert(sizeof(LevelDecoration) == 0x20);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5199 assert(sizeof(KeyboardActionMapping) == 0x20C);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5200 assert(sizeof(UIAnimation) == 0xD);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5201 assert(sizeof(SpawnPointMM7) == 0x18);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5202 assert(sizeof(ODMFace) == 0x134);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5203 assert(sizeof(BSPNode) == 0x8);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5204 assert(sizeof(BSPModel) == 0xBC);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5205 assert(sizeof(OutdoorLocation) == 0x1C28C);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5206 assert(sizeof(BLVFace) == 0x60);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5207 assert(sizeof(BLVFaceExtra) == 0x24);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5208 assert(sizeof(BLVSector) == 0x74);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5209 assert(sizeof(BLVLightMM7) == 0x10);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5210 assert(sizeof(BLVDoor) == 0x50);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5211 assert(sizeof(IndoorLocation) == 0x690);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5212 assert(sizeof(OutdoorCamera) == 0x74);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5213 assert(sizeof(Mouse) == 0x114);
619
574cc56e05e9 ParticleEngine crash in temple
Nomad
parents: 615
diff changeset
5214 assert(sizeof(Particle_sw) == 0x68);
522
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5215 assert(sizeof(Particle) == 0x68);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5216 assert(sizeof(ParticleEngine) == 0xE430);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5217 assert(sizeof(Lightmap) == 0xC1C);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5218 assert(sizeof(LightmapBuilder) == 0x3CBC38);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5219 assert(sizeof(Vis_SelectionList) == 0x2008);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5220 assert(sizeof(Vis) == 0x20D0);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5221 assert(sizeof(PlayerBuffAnim) == 0x10);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5222 assert(sizeof(ProjectileAnim) == 0x1C);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5223 assert(sizeof(stru6) == 0x5F8);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5224 assert(sizeof(IndoorCameraD3D_Vec3) == 0x10);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5225 assert(sizeof(IndoorCameraD3D_Vec4) == 0x18); //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
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5226 assert(sizeof(IndoorCameraD3D) == 0x1A1384);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5227 assert(sizeof(StationaryLight) == 0xC);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5228 assert(sizeof(LightsStack_StationaryLight_) == 0x12C8);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5229 assert(sizeof(MobileLight) == 0x12);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5230 assert(sizeof(LightsStack_MobileLight_) == 0x1C28);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5231 assert(sizeof(Game) == 0xE78);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5232 assert(sizeof(stru141) == 0xA8);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5233 assert(sizeof(ActionQueue) == 0x7C);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5234 assert(sizeof(NPCData) == 0x4C);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5235 assert(sizeof(NPCStats) == 0x17FFC);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5236 assert(sizeof(BspRenderer) == 0x53740);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5237 assert(sizeof(PaletteManager) == 0x267AF0);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5238 assert(sizeof(ViewingParams) == 0x26C);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5239 assert(sizeof(IndoorCamera) == 0x50);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5240 assert(sizeof(Bloodsplat) == 0x28);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5241 assert(sizeof(BloodsplatContainer) == 0xA0C);
1410
38df78aba732 deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents: 1409
diff changeset
5242 assert(sizeof(TrailParticle) == 0x18);
522
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5243 assert(sizeof(EventIndex) == 0xC);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5244 assert(sizeof(_2devent) == 0x34);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5245 assert(sizeof(stru176) == 0x20);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5246 assert(sizeof(SavegameHeader) == 0x64);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5247 assert(sizeof(SavegameList) == 0x3138);
571
0455b0405c17 StorylineText fix
zipi
parents: 569
diff changeset
5248 assert(sizeof(StorylineText) == 0x160);
522
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5249 assert(sizeof(FactionTable) == 0x1EF1);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5250 assert(sizeof(Decal) == 0xC20);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5251 assert(sizeof(DecalBuilder) == 0x30C038);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5252 assert(sizeof(MonsterInfo) == 0x58);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5253 assert(sizeof(MonsterStats) == 0x5BA0);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5254 assert(sizeof(RenderD3D) == 0x148);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5255 assert(sizeof(Render) == 0x129844);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5256 assert(sizeof(Player) == 0x1B3C);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5257 assert(sizeof(Party_stru0) == 0x678);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5258 assert(sizeof(Party) == 0x16238);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5259 assert(sizeof(GUIButton) == 0xBC);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5260 assert(sizeof(GUIWindow) == 0x54);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5261 assert(sizeof(GUIProgressBar) == 0x1B8);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5262 assert(sizeof(GUIFont) == 0x1020);
1330
82431a85b28e turnbased start part cleaning
Gloval
parents: 1319
diff changeset
5263 // assert(sizeof(stru262_TurnBased) == 0x40);
554
9caf59edb1ee Cave and Temple load and even doesn't crash (for a while).
Nomad
parents: 548
diff changeset
5264 assert(sizeof(ArcomageGame) == 0xFB);
924
a78f08dbeb88 CastSpellInfo
Ritor1
parents: 920
diff changeset
5265 assert(sizeof(CastSpellInfo) == 0x14);
522
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5266 assert(sizeof(ArcomageCard) == 0x6C);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5267 assert(sizeof(stru320) == 0x3FC);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5268 assert(sizeof(TravelInfo) == 0x20);
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5269 assert(sizeof(stru336) == 0x798);
676
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 668
diff changeset
5270 assert(sizeof(Vec3_short_) == 6);
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 668
diff changeset
5271 assert(sizeof(BLVFace) == 96);
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 668
diff changeset
5272 assert(sizeof(BLVFaceExtra) == 36);
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 668
diff changeset
5273 assert(sizeof(BLVSector) == 116);
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 668
diff changeset
5274 assert(sizeof(LevelDecoration) == 32);
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 668
diff changeset
5275 assert(sizeof(BLVLightMM7) == 16);
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 668
diff changeset
5276 assert(sizeof(BSPNode) == 8);
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 668
diff changeset
5277 assert(sizeof(SpawnPointMM7) == 24);
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 668
diff changeset
5278 assert(sizeof(DDM_DLV_Header) == 40);
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 668
diff changeset
5279 assert(sizeof(Actor) == 836);
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 668
diff changeset
5280 assert(sizeof(SpriteObject) == 112);
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 668
diff changeset
5281 assert(sizeof(Chest) == 5324);
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 668
diff changeset
5282 assert(sizeof(stru123) == 0xC8);
ecfb1b3c9a39 BLV: when standing right on the portal (orange wall) everything looks fine
Nomad
parents: 668
diff changeset
5283 assert(sizeof(BLVMapOutline) == 12);
700
1d05543f522d Some occasional crashes in PaletteManager and sprite loading fixed.
Nomad
parents: 698
diff changeset
5284 assert(sizeof(LODSprite) == 0x28);
522
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5285 }
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5286
168
ee11772d0ad2 New sky (turn on -new_sky console command)
Nomad
parents: 141
diff changeset
5287 bool new_sky = false;
670
9824e2eeee30 fixed decorations animation
Gloval
parents: 651
diff changeset
5288 bool change_seasons = false;
894
df0ffbb70cc6 all_magic flag
Ritor1
parents: 891
diff changeset
5289 bool all_magic = true;
0
Ritor1
parents:
diff changeset
5290
Ritor1
parents:
diff changeset
5291 //----- (00462C94) --------------------------------------------------------
Ritor1
parents:
diff changeset
5292 bool MM_Main(const wchar_t *pCmdLine)
Ritor1
parents:
diff changeset
5293 {
Ritor1
parents:
diff changeset
5294 HWND hPrevWnd; // eax@1
Ritor1
parents:
diff changeset
5295 HWND hPrevWnd_; // esi@1
Ritor1
parents:
diff changeset
5296 HWND v6; // eax@4
Ritor1
parents:
diff changeset
5297 int v8; // eax@15
Ritor1
parents:
diff changeset
5298 //bool v9; // edx@16
Ritor1
parents:
diff changeset
5299 //OtherOverlay *v10; // esi@44
Ritor1
parents:
diff changeset
5300 //signed int v11; // edi@44
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5301 //unsigned int v12; // ecx@56
0
Ritor1
parents:
diff changeset
5302 HANDLE v13; // eax@68
Ritor1
parents:
diff changeset
5303 unsigned int startms; // [sp+8h] [bp-24h]@55
Ritor1
parents:
diff changeset
5304 RECT Rect; // [sp+Ch] [bp-20h]@15
Ritor1
parents:
diff changeset
5305 int a2[4]; // [sp+1Ch] [bp-10h]@15
522
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5306
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5307 IntegrityTest();
246
1bfe546561c4 sprintfex
Nomad
parents: 234
diff changeset
5308 char test[1024];
522
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5309 sprintfex(test, "^Pi[%s]: çíàõàð^R[ü;êà;]", "Çîëòàí");
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
5310
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
5311 bool bNoMargareth = false;
0
Ritor1
parents:
diff changeset
5312 if (pCmdLine && *pCmdLine)
Ritor1
parents:
diff changeset
5313 {
Ritor1
parents:
diff changeset
5314 if (wcsstr(pCmdLine, L"-usedefs"))
Ritor1
parents:
diff changeset
5315 bDebugResouces = 1;
Ritor1
parents:
diff changeset
5316 if (wcsstr(pCmdLine, L"-window"))
Ritor1
parents:
diff changeset
5317 dword_6BE368_debug_settings_2 |= 1u;
Ritor1
parents:
diff changeset
5318
Ritor1
parents:
diff changeset
5319 if (wcsstr(pCmdLine, L"-nointro"))
Ritor1
parents:
diff changeset
5320 bNoIntro = true;//dword_6BE364_game_settings_1 |= 4;
Ritor1
parents:
diff changeset
5321 if (wcsstr(pCmdLine, L"-nologo"))
Ritor1
parents:
diff changeset
5322 bNoLogo = true;//dword_6BE364_game_settings_1 |= 8;
Ritor1
parents:
diff changeset
5323 if (wcsstr(pCmdLine, L"-nosound"))
Ritor1
parents:
diff changeset
5324 bNoSound = true; //dword_6BE364_game_settings_1 |= 0x10;
Ritor1
parents:
diff changeset
5325
Ritor1
parents:
diff changeset
5326 bWalkSound = ReadWindowsRegistryInt("WalkSound", 1) != 0;
Ritor1
parents:
diff changeset
5327 if (wcsstr(pCmdLine, L"-nowalksound"))
Ritor1
parents:
diff changeset
5328 bWalkSound = false;//dword_6BE364_game_settings_1 |= 0x20;
256
c5e5c5146957 -novideo command arg
Nomad
parents: 254
diff changeset
5329 if (wcsstr(pCmdLine, L"-novideo"))
0
Ritor1
parents:
diff changeset
5330 {
Ritor1
parents:
diff changeset
5331 dword_6BE364_game_settings_1 |= 0x40;
Ritor1
parents:
diff changeset
5332 bNoVideo = true;
Ritor1
parents:
diff changeset
5333 }
Ritor1
parents:
diff changeset
5334 if (wcsstr(pCmdLine, L"-nocd"))
Ritor1
parents:
diff changeset
5335 bNoCD = true;
168
ee11772d0ad2 New sky (turn on -new_sky console command)
Nomad
parents: 141
diff changeset
5336 if (wcsstr(pCmdLine, L"-new_sky"))
ee11772d0ad2 New sky (turn on -new_sky console command)
Nomad
parents: 141
diff changeset
5337 new_sky = true;
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
5338 if (wcsstr(pCmdLine, L"-nomarg"))
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
5339 bNoMargareth = true;
0
Ritor1
parents:
diff changeset
5340 }
Ritor1
parents:
diff changeset
5341
Ritor1
parents:
diff changeset
5342
731
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
5343 /*v8 = _4AC1C9_get_cpu_speed(0, (Vec4_int_ *)a2);
0
Ritor1
parents:
diff changeset
5344 Rect.left = *(int *)v8;
Ritor1
parents:
diff changeset
5345 Rect.top = *(int *)(v8 + 4);
Ritor1
parents:
diff changeset
5346 Rect.right = *(int *)(v8 + 8);
Ritor1
parents:
diff changeset
5347 Rect.bottom = *(int *)(v8 + 12);
731
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
5348 uCPUSpeed = Rect.bottom;*/
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
5349 uCPUSpeed = 2048; // about 2GHz
4
8e33efd39355 15.01.13(work)
Ritor1
parents: 3
diff changeset
5350
8e33efd39355 15.01.13(work)
Ritor1
parents: 3
diff changeset
5351
734
2f4e33c1ed24 stru154
Nomad
parents: 733
diff changeset
5352 if (!MM7_Initialize())
2f4e33c1ed24 stru154
Nomad
parents: 733
diff changeset
5353 {
2f4e33c1ed24 stru154
Nomad
parents: 733
diff changeset
5354 Log::Warning(L"MM init: failed");
2f4e33c1ed24 stru154
Nomad
parents: 733
diff changeset
5355 pGame->Deinitialize();
2f4e33c1ed24 stru154
Nomad
parents: 733
diff changeset
5356 return 1;
2f4e33c1ed24 stru154
Nomad
parents: 733
diff changeset
5357 }
2f4e33c1ed24 stru154
Nomad
parents: 733
diff changeset
5358 Log::Warning(L"MM init: ok");
0
Ritor1
parents:
diff changeset
5359
Ritor1
parents:
diff changeset
5360 pEventTimer->Pause();
1397
eb02a65e5c82 Quick Spell fixed.
Nomad
parents: 1391
diff changeset
5361
373
edd2d8b7e3c4 Interface reloading fix & party alignment enum
Nomad
parents: 366
diff changeset
5362 SetUserInterface(PartyAlignment_Neutral, false);
0
Ritor1
parents:
diff changeset
5363 ShowIntroVideo_and_LoadingScreen();
Ritor1
parents:
diff changeset
5364 WriteWindowsRegistryInt("Ran once", 1);
Ritor1
parents:
diff changeset
5365 dword_6BE364_game_settings_1 |= 0x4000;
Ritor1
parents:
diff changeset
5366 pGame->InitializeGammaController();
Ritor1
parents:
diff changeset
5367 SecondaryInitialization();
709
af08fc9e29c8 Items (blue dots) on minimap fixed
Nomad
parents: 706
diff changeset
5368 pRenderer->SetRasterClipRect(0, 0, 639u, 479u);
0
Ritor1
parents:
diff changeset
5369 FinalInitialization();
Ritor1
parents:
diff changeset
5370
Ritor1
parents:
diff changeset
5371 Log::Warning(L"MM: entering main loop");
Ritor1
parents:
diff changeset
5372 while ( 1 )
Ritor1
parents:
diff changeset
5373 {
165
Ritor1
parents: 162
diff changeset
5374 MainMenu_Loop();
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5375 uGameState = GAME_STATE_PLAYING;
0
Ritor1
parents:
diff changeset
5376 while ( 1 )
Ritor1
parents:
diff changeset
5377 {
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5378 if (uGameState == GAME_FINISHED ||
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5379 GetCurrentMenuID() == MENU_EXIT_GAME)
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5380 {
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5381 pGame->Deinitialize();
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5382 return true;
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5383 }
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5384
165
Ritor1
parents: 162
diff changeset
5385 if (GetCurrentMenuID() == MENU_NEWGAME)
0
Ritor1
parents:
diff changeset
5386 {
Ritor1
parents:
diff changeset
5387 if ( pAudioPlayer->hAILRedbook )
165
Ritor1
parents: 162
diff changeset
5388 AIL_redbook_stop(pAudioPlayer->hAILRedbook);
Ritor1
parents: 162
diff changeset
5389 pParty->Reset();
783
b27dd658ea77 Taveling by foot fixed.
Nomad
parents: 775
diff changeset
5390 pOtherOverlayList->Reset();
b27dd658ea77 Taveling by foot fixed.
Nomad
parents: 775
diff changeset
5391
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
5392 strcpy(pCurrentMapName.data(), pStartingMapName.data());
165
Ritor1
parents: 162
diff changeset
5393 pParty->CreateDefaultParty(0);
0
Ritor1
parents:
diff changeset
5394 PlayerCreationUI_Initialize();
165
Ritor1
parents: 162
diff changeset
5395 if ( PlayerCreationUI_Loop() )
0
Ritor1
parents:
diff changeset
5396 {
Ritor1
parents:
diff changeset
5397 DeleteCCharFont();
165
Ritor1
parents: 162
diff changeset
5398 break;
0
Ritor1
parents:
diff changeset
5399 }
Ritor1
parents:
diff changeset
5400 DeleteCCharFont();
Ritor1
parents:
diff changeset
5401 bFlashQuestBook = true;
1397
eb02a65e5c82 Quick Spell fixed.
Nomad
parents: 1391
diff changeset
5402 PlayFullscreenMovie(MOVIE_Emerald);
eb02a65e5c82 Quick Spell fixed.
Nomad
parents: 1391
diff changeset
5403 //pGame->pCShow->PlayMovie(MOVIE_Emerald, 0);
837
bebc19f3d2af Save/load work with some problems
Gloval
parents: 821
diff changeset
5404 SaveNewGame();
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
5405
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
5406 if (bNoMargareth)
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
5407 _449B7E_toggle_bit(pParty->_quest_bits, PARTY_QUEST_EMERALD_MARGARETH_OFF, 1);
165
Ritor1
parents: 162
diff changeset
5408 pGame->Loop();
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5409
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5410 if (uGameState == GAME_STATE_NEWGAME_OUT_GAMEMENU)
165
Ritor1
parents: 162
diff changeset
5411 {
Ritor1
parents: 162
diff changeset
5412 SetCurrentMenuID(MENU_NEWGAME);
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5413 uGameState = GAME_STATE_PLAYING;
165
Ritor1
parents: 162
diff changeset
5414 continue;
Ritor1
parents: 162
diff changeset
5415 }
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5416 else if (uGameState == GAME_STATE_GAME_QUITTING_TO_MAIN_MENU)
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5417 break;
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5418
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5419 assert(false && "Invalid game state");
165
Ritor1
parents: 162
diff changeset
5420 }
Ritor1
parents: 162
diff changeset
5421 if (GetCurrentMenuID() == MENU_CREDITS)
0
Ritor1
parents:
diff changeset
5422 {
Ritor1
parents:
diff changeset
5423 if ( pAudioPlayer->hAILRedbook )
165
Ritor1
parents: 162
diff changeset
5424 AIL_redbook_stop(pAudioPlayer->hAILRedbook);
1033
3a5c8df8381d * UI cleans and moves
Nomad
parents: 1031
diff changeset
5425 MainMenuUI_Credits_Loop();
0
Ritor1
parents:
diff changeset
5426 break;
Ritor1
parents:
diff changeset
5427 }
961
5a12082c803d UIMSG and WINDOW_Type(continue)
Ritor1
parents: 957
diff changeset
5428 if (GetCurrentMenuID() == MENU_5 || GetCurrentMenuID() == MENU_LoadingProcInMainMenu)
2
89240115d392 MainMenuBtn(work)
Ritor1
parents: 0
diff changeset
5429 {
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5430 uGameState = GAME_STATE_PLAYING;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
5431 pGame->Loop();
2
89240115d392 MainMenuBtn(work)
Ritor1
parents: 0
diff changeset
5432 }
4
8e33efd39355 15.01.13(work)
Ritor1
parents: 3
diff changeset
5433 else
961
5a12082c803d UIMSG and WINDOW_Type(continue)
Ritor1
parents: 957
diff changeset
5434 {
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
5435 if (GetCurrentMenuID() == MENU_DebugBLVLevel)
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
5436 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
5437 pMouse->Activate(0);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
5438
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
5439 pParty->Reset();
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
5440 pParty->CreateDefaultParty(1);
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
5441
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
5442 extern void CreateDefaultBLVLevel();
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
5443 CreateDefaultBLVLevel();
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
5444
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
5445 extern OPENFILENAMEA ofn;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
5446 if ( !GetOpenFileNameA((LPOPENFILENAMEA)&ofn) )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
5447 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
5448 pMouse->Activate(1);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
5449 break;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
5450 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
5451 _chdir("..\\");
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
5452 strcpy(pCurrentMapName.data(), ofn.lpstrFileTitle);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
5453 pMouse->Activate(1);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
5454 pGame->Loop();
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
5455 }
492
Gloval
parents: 484
diff changeset
5456 }
1214
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
5457 if ( uGameState == GAME_STATE_LOADING_GAME )
961
5a12082c803d UIMSG and WINDOW_Type(continue)
Ritor1
parents: 957
diff changeset
5458 {
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5459 SetCurrentMenuID(MENU_5);
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5460 uGameState = GAME_STATE_PLAYING;
0
Ritor1
parents:
diff changeset
5461 continue;
961
5a12082c803d UIMSG and WINDOW_Type(continue)
Ritor1
parents: 957
diff changeset
5462 }
165
Ritor1
parents: 162
diff changeset
5463 if ( uGameState == GAME_STATE_NEWGAME_OUT_GAMEMENU )
101
2fb33d31ca0d 8.02.13
Ritor1
parents: 90
diff changeset
5464 {
2fb33d31ca0d 8.02.13
Ritor1
parents: 90
diff changeset
5465 SetCurrentMenuID(MENU_NEWGAME);
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5466 uGameState = GAME_STATE_PLAYING;
0
Ritor1
parents:
diff changeset
5467 continue;
101
2fb33d31ca0d 8.02.13
Ritor1
parents: 90
diff changeset
5468 }
907
f3ccfc765502 RentRoom
Ritor1
parents: 900
diff changeset
5469 if ( uGameState == GAME_STATE_GAME_QUITTING_TO_MAIN_MENU)// from the loaded game
f3ccfc765502 RentRoom
Ritor1
parents: 900
diff changeset
5470 {
0
Ritor1
parents:
diff changeset
5471 pAudioPlayer->StopChannels(-1, -1);
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5472 uGameState = GAME_STATE_PLAYING;
0
Ritor1
parents:
diff changeset
5473 break;
907
f3ccfc765502 RentRoom
Ritor1
parents: 900
diff changeset
5474 }
0
Ritor1
parents:
diff changeset
5475 }
Ritor1
parents:
diff changeset
5476 if (!bNoSound && pAudioPlayer->hAILRedbook)
Ritor1
parents:
diff changeset
5477 {
328
8e23edf57e27 little fix
Ritor1
parents: 327
diff changeset
5478 pAudioPlayer->SetMusicVolume(pSoundVolumeLevels[uMusicVolimeMultiplier] * 64.0f);
0
Ritor1
parents:
diff changeset
5479 AIL_redbook_stop(pAudioPlayer->hAILRedbook);
Ritor1
parents:
diff changeset
5480 unsigned int end_ms;
Ritor1
parents:
diff changeset
5481 AIL_redbook_track_info(pAudioPlayer->hAILRedbook, 0xE, &startms, &end_ms);
Ritor1
parents:
diff changeset
5482 AIL_redbook_play(pAudioPlayer->hAILRedbook, startms + 1, end_ms);
Ritor1
parents:
diff changeset
5483 }
Ritor1
parents:
diff changeset
5484 }
734
2f4e33c1ed24 stru154
Nomad
parents: 733
diff changeset
5485
0
Ritor1
parents:
diff changeset
5486 pGame->Deinitialize();
734
2f4e33c1ed24 stru154
Nomad
parents: 733
diff changeset
5487 return 1;
0
Ritor1
parents:
diff changeset
5488 }
Ritor1
parents:
diff changeset
5489
Ritor1
parents:
diff changeset
5490 //----- (004637E0) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
5491 char sub_4637E0_is_there_popup_onscreen()
0
Ritor1
parents:
diff changeset
5492 {
Ritor1
parents:
diff changeset
5493 return dword_507BF0_is_there_popup_onscreen == 1;
Ritor1
parents:
diff changeset
5494 }
Ritor1
parents:
diff changeset
5495 // 507BF0: using guessed type int dword_507BF0_is_there_popup_onscreen;
Ritor1
parents:
diff changeset
5496
Ritor1
parents:
diff changeset
5497 //----- (00466082) --------------------------------------------------------
Ritor1
parents:
diff changeset
5498 void MM6_Initialize(const wchar_t *pIniFilename)
Ritor1
parents:
diff changeset
5499 {
Ritor1
parents:
diff changeset
5500 //int v0; // eax@1
Ritor1
parents:
diff changeset
5501 UINT v1; // eax@18
Ritor1
parents:
diff changeset
5502 size_t v2; // eax@31
Ritor1
parents:
diff changeset
5503 size_t v3; // ebx@32
Ritor1
parents:
diff changeset
5504 size_t v4; // edi@36
Ritor1
parents:
diff changeset
5505 //char v5[120]; // [sp+Ch] [bp-17Ch]@1
Ritor1
parents:
diff changeset
5506 //char String[120]; // [sp+84h] [bp-104h]@32
Ritor1
parents:
diff changeset
5507 char pDefaultGroundTexture[16]; // [sp+FCh] [bp-8Ch]@32
Ritor1
parents:
diff changeset
5508 //char pIniFilename[120]; // [sp+10Ch] [bp-7Ch]@1
Ritor1
parents:
diff changeset
5509 unsigned int v9; // [sp+184h] [bp-4h]@28
Ritor1
parents:
diff changeset
5510
Ritor1
parents:
diff changeset
5511 //_getcwd(v5, 120);
Ritor1
parents:
diff changeset
5512 //sprintfex(pIniFilename, "%s\\mm6.ini", v5);
Ritor1
parents:
diff changeset
5513 viewparams = new ViewingParams;
819
9359c114f98c More on screenshot
Nomad
parents: 818
diff changeset
5514 game_viewport_x = viewparams->uScreen_topL_X = GetPrivateProfileIntW(L"screen", L"vx1", 8, pIniFilename);
9359c114f98c More on screenshot
Nomad
parents: 818
diff changeset
5515 game_viewport_y = viewparams->uScreen_topL_Y = GetPrivateProfileIntW(L"screen", L"vy1", 8, pIniFilename);
9359c114f98c More on screenshot
Nomad
parents: 818
diff changeset
5516 game_viewport_z = viewparams->uScreen_BttmR_X = GetPrivateProfileIntW(L"screen", L"vx2", 468, pIniFilename);
9359c114f98c More on screenshot
Nomad
parents: 818
diff changeset
5517 game_viewport_w = viewparams->uScreen_BttmR_Y = GetPrivateProfileIntW(L"screen", L"vy2", 351, pIniFilename);
9359c114f98c More on screenshot
Nomad
parents: 818
diff changeset
5518 game_viewport_width = game_viewport_z - game_viewport_x;
9359c114f98c More on screenshot
Nomad
parents: 818
diff changeset
5519 game_viewport_height = game_viewport_w - game_viewport_y + 1;
0
Ritor1
parents:
diff changeset
5520
Ritor1
parents:
diff changeset
5521
Ritor1
parents:
diff changeset
5522 pAudioPlayer = new AudioPlayer;
Ritor1
parents:
diff changeset
5523 pAudioPlayer->uMixerChannels = GetPrivateProfileIntW(L"settings", L"mixerchannels", 16, pIniFilename);
Ritor1
parents:
diff changeset
5524 if ( pAudioPlayer->uMixerChannels > 16 )
Ritor1
parents:
diff changeset
5525 pAudioPlayer->uMixerChannels = 16;
Ritor1
parents:
diff changeset
5526
Ritor1
parents:
diff changeset
5527
Ritor1
parents:
diff changeset
5528 if (GetPrivateProfileIntW(L"debug", L"nomonster", 0, pIniFilename))
Ritor1
parents:
diff changeset
5529 dword_6BE368_debug_settings_2 |= 4;
Ritor1
parents:
diff changeset
5530 if (bUseRegistry)
Ritor1
parents:
diff changeset
5531 v1 = ReadWindowsRegistryInt("startinwindow", 0);
Ritor1
parents:
diff changeset
5532 else
Ritor1
parents:
diff changeset
5533 v1 = GetPrivateProfileIntW(L"debug", L"startinwindow", 0, pIniFilename);
Ritor1
parents:
diff changeset
5534 if (v1)
Ritor1
parents:
diff changeset
5535 dword_6BE368_debug_settings_2 |= 1;
Ritor1
parents:
diff changeset
5536 if (GetPrivateProfileIntW(L"debug", L"showFR", 0, pIniFilename))
Ritor1
parents:
diff changeset
5537 dword_6BE368_debug_settings_2 |= 2;
Ritor1
parents:
diff changeset
5538 if (GetPrivateProfileIntW(L"debug", L"nodamage", 0, pIniFilename))
Ritor1
parents:
diff changeset
5539 dword_6BE368_debug_settings_2 |= 0x10;
Ritor1
parents:
diff changeset
5540 if (GetPrivateProfileIntW(L"debug", L"nodecoration", 0, pIniFilename))
Ritor1
parents:
diff changeset
5541 dword_6BE368_debug_settings_2 |= 8;
Ritor1
parents:
diff changeset
5542
Ritor1
parents:
diff changeset
5543 wchar_t pStartingMapNameW[1024];
Ritor1
parents:
diff changeset
5544 GetPrivateProfileStringW(L"file", L"startmap", L"out01.odm", pStartingMapNameW, 0x20u, pIniFilename);
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
5545 sprintf(pStartingMapName.data(), "%S", pStartingMapNameW);
0
Ritor1
parents:
diff changeset
5546
Ritor1
parents:
diff changeset
5547 v9 = 0;
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
5548 if ( strlen(pStartingMapName.data()) )
0
Ritor1
parents:
diff changeset
5549 {
Ritor1
parents:
diff changeset
5550 do
Ritor1
parents:
diff changeset
5551 {
Ritor1
parents:
diff changeset
5552 if ( pStartingMapName[v9] == 32 )
Ritor1
parents:
diff changeset
5553 pStartingMapName[v9] = 0;
Ritor1
parents:
diff changeset
5554 ++v9;
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
5555 v2 = strlen(pStartingMapName.data());
0
Ritor1
parents:
diff changeset
5556 }
Ritor1
parents:
diff changeset
5557 while ( v9 < v2 );
Ritor1
parents:
diff changeset
5558 }
Ritor1
parents:
diff changeset
5559
Ritor1
parents:
diff changeset
5560 pOutdoorCamera = new OutdoorCamera;
Ritor1
parents:
diff changeset
5561 outdoor_day_top_r = GetPrivateProfileIntW(L"outdoor", L"RGBDayTop.r", 81, pIniFilename);
Ritor1
parents:
diff changeset
5562 outdoor_day_top_g = GetPrivateProfileIntW(L"outdoor", L"RGBDayTop.g", 121, pIniFilename);
Ritor1
parents:
diff changeset
5563 outdoor_day_top_b = GetPrivateProfileIntW(L"outdoor", L"RGBDayTop.b", 236, pIniFilename);
Ritor1
parents:
diff changeset
5564 outdoor_day_bottom_r = GetPrivateProfileIntW(L"outdoor", L"RGBDayBottom.r", 153, pIniFilename);
Ritor1
parents:
diff changeset
5565 outdoor_day_bottom_g = GetPrivateProfileIntW(L"outdoor", L"RGBDayBottom.g", 193, pIniFilename);
Ritor1
parents:
diff changeset
5566 outdoor_day_bottom_b = GetPrivateProfileIntW(L"outdoor", L"RGBDayBottom.b", 237, pIniFilename);
Ritor1
parents:
diff changeset
5567 outdoor_night_top_r = GetPrivateProfileIntW(L"outdoor", L"RGBNightTop.r", 0, pIniFilename);
Ritor1
parents:
diff changeset
5568 outdoor_night_top_g = GetPrivateProfileIntW(L"outdoor", L"RGBNightTop.g", 0, pIniFilename);
Ritor1
parents:
diff changeset
5569 outdoor_night_top_b = GetPrivateProfileIntW(L"outdoor", L"RGBNightTop.b", 0, pIniFilename);
Ritor1
parents:
diff changeset
5570 outdoor_night_bottom_r = GetPrivateProfileIntW(L"outdoor", L"RGBNightBottom.r", 11, pIniFilename);
Ritor1
parents:
diff changeset
5571 outdoor_night_bottom_g = GetPrivateProfileIntW(L"outdoor", L"RGBNightBottom.g", 41, pIniFilename);
Ritor1
parents:
diff changeset
5572 outdoor_night_bottom_b = GetPrivateProfileIntW(L"outdoor", L"RGBNightBottom.b", 129, pIniFilename);
Ritor1
parents:
diff changeset
5573 pOutdoorCamera->outdoor_no_mist = GetPrivateProfileIntW(L"debug", L"noMist", 0, pIniFilename);
Ritor1
parents:
diff changeset
5574 pOutdoorCamera->bNoSky = GetPrivateProfileIntW(L"outdoor", L"nosky", 0, pIniFilename);
Ritor1
parents:
diff changeset
5575 pOutdoorCamera->bDoNotRenderDecorations = GetPrivateProfileIntW(L"render", L"nodecorations", 0, pIniFilename);
Ritor1
parents:
diff changeset
5576 pOutdoorCamera->outdoor_no_wavy_water = GetPrivateProfileIntW(L"outdoor", L"nowavywater", 0, pIniFilename);
Ritor1
parents:
diff changeset
5577 outdoor_grid_band_1 = GetPrivateProfileIntW(L"outdoor", L"gridband1", 10, pIniFilename);
Ritor1
parents:
diff changeset
5578 outdoor_grid_band_2 = GetPrivateProfileIntW(L"outdoor", L"gridband2", 15, pIniFilename);
Ritor1
parents:
diff changeset
5579 outdoor_grid_band_3 = GetPrivateProfileIntW(L"outdoor", L"gridband3", 25, pIniFilename);
Ritor1
parents:
diff changeset
5580 pOutdoorCamera->terrain_gamma = GetPrivateProfileIntW(L"outdoor", L"ter_gamma", 0, pIniFilename);
Ritor1
parents:
diff changeset
5581 pOutdoorCamera->building_gamme = GetPrivateProfileIntW(L"outdoor", L"bld_gamma", 0, pIniFilename);
Ritor1
parents:
diff changeset
5582 mipmapping_terrain_mm1 = GetPrivateProfileIntW(L"mipmapping", L"ter_mm1", 2048, pIniFilename);
Ritor1
parents:
diff changeset
5583 mipmapping_terrain_mm2 = GetPrivateProfileIntW(L"mipmapping", L"ter_mm2", 4096, pIniFilename);
Ritor1
parents:
diff changeset
5584 mipmapping_terrain_mm3 = GetPrivateProfileIntW(L"mipmapping", L"ter_mm3", 8192, pIniFilename);
Ritor1
parents:
diff changeset
5585 mipmapping_building_mm1 = GetPrivateProfileIntW(L"mipmapping", L"bld_mm1", 1024, pIniFilename);
Ritor1
parents:
diff changeset
5586 mipmapping_building_mm2 = GetPrivateProfileIntW(L"mipmapping", L"bld_mm2", 2048, pIniFilename);
Ritor1
parents:
diff changeset
5587 mipmapping_building_mm3 = GetPrivateProfileIntW(L"mipmapping", L"bld_mm3", 4096, pIniFilename);
Ritor1
parents:
diff changeset
5588 pOutdoorCamera->shading_dist_shade = GetPrivateProfileIntW(L"shading", L"dist_shade", 2048, pIniFilename);
Ritor1
parents:
diff changeset
5589 pOutdoorCamera->shading_dist_shademist = GetPrivateProfileIntW(L"shading", L"dist_shademist", 4096, pIniFilename);
Ritor1
parents:
diff changeset
5590 pOutdoorCamera->shading_dist_mist = GetPrivateProfileIntW(L"shading", L"dist_mist", 8192, pIniFilename);
Ritor1
parents:
diff changeset
5591
Ritor1
parents:
diff changeset
5592 wchar_t pDefaultSkyTextureW[1024];
Ritor1
parents:
diff changeset
5593 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
5594 sprintf(pDefaultSkyTexture.data(), "%S", pDefaultSkyTextureW);
0
Ritor1
parents:
diff changeset
5595
Ritor1
parents:
diff changeset
5596 wchar_t pDefaultGroundTextureW[1024];
Ritor1
parents:
diff changeset
5597 GetPrivateProfileStringW(L"textures", L"default", L"dirt", pDefaultGroundTextureW, 0x10u, pIniFilename);
Ritor1
parents:
diff changeset
5598 sprintf(pDefaultGroundTexture, "%S", pDefaultGroundTextureW);
Ritor1
parents:
diff changeset
5599
Ritor1
parents:
diff changeset
5600 wchar_t pFloat[1024];
Ritor1
parents:
diff changeset
5601 GetPrivateProfileStringW(L"debug", L"recmod1", L"1.0", pFloat, 0x10u, pIniFilename);
Ritor1
parents:
diff changeset
5602 swscanf(pFloat, L"%f", &flt_6BE3A4_debug_recmod1);
Ritor1
parents:
diff changeset
5603
Ritor1
parents:
diff changeset
5604 GetPrivateProfileStringW(L"debug", L"recmod2", L"1.0", pFloat, 0x10u, pIniFilename);
Ritor1
parents:
diff changeset
5605 swscanf(pFloat, L"%f", &flt_6BE3A8_debug_recmod2);
Ritor1
parents:
diff changeset
5606
Ritor1
parents:
diff changeset
5607 flt_6BE3AC_debug_recmod1_x_1_6 = flt_6BE3A4_debug_recmod1 * 1.666666666666667;
Ritor1
parents:
diff changeset
5608
Ritor1
parents:
diff changeset
5609 v3 = 0;
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
5610 if ( strlen(pDefaultSkyTexture.data()) )
0
Ritor1
parents:
diff changeset
5611 {
Ritor1
parents:
diff changeset
5612 do
Ritor1
parents:
diff changeset
5613 {
Ritor1
parents:
diff changeset
5614 if ( pDefaultSkyTexture[v3] == ' ' )
Ritor1
parents:
diff changeset
5615 pDefaultSkyTexture[v3] = 0;
Ritor1
parents:
diff changeset
5616 ++v3;
Ritor1
parents:
diff changeset
5617 }
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
5618 while ( v3 < strlen(pDefaultSkyTexture.data()) );
0
Ritor1
parents:
diff changeset
5619 }
Ritor1
parents:
diff changeset
5620 v4 = 0;
Ritor1
parents:
diff changeset
5621 if ( strlen(pDefaultGroundTexture) )
Ritor1
parents:
diff changeset
5622 {
Ritor1
parents:
diff changeset
5623 do
Ritor1
parents:
diff changeset
5624 {
Ritor1
parents:
diff changeset
5625 if ( pDefaultGroundTexture[v4] == ' ' )
Ritor1
parents:
diff changeset
5626 pDefaultGroundTexture[v4] = 0;
Ritor1
parents:
diff changeset
5627 ++v4;
Ritor1
parents:
diff changeset
5628 }
Ritor1
parents:
diff changeset
5629 while ( v4 < strlen(pDefaultGroundTexture) );
Ritor1
parents:
diff changeset
5630 }
Ritor1
parents:
diff changeset
5631
Ritor1
parents:
diff changeset
5632 texmapping_terrain_subdivsize = GetPrivateProfileIntW(L"texmapping", L"terrain_subdivsize", 16, pIniFilename);
Ritor1
parents:
diff changeset
5633 texmapping_terrain_subdivpow2 = GetPrivateProfileIntW(L"texmapping", L"terrain_subdivpow2", 4, pIniFilename);
Ritor1
parents:
diff changeset
5634 texmapping_building_subdivsize = GetPrivateProfileIntW(L"texmapping", L"building_subdivsize", 32, pIniFilename);
Ritor1
parents:
diff changeset
5635 texmapping_building_subdivpow2 = GetPrivateProfileIntW(L"texmapping", L"building_subdivpow2", 5, pIniFilename);
Ritor1
parents:
diff changeset
5636
Ritor1
parents:
diff changeset
5637 MM7Initialization();
Ritor1
parents:
diff changeset
5638 }
Ritor1
parents:
diff changeset
5639
Ritor1
parents:
diff changeset
5640 //----- (004666D5) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
5641 void MM7Initialization()
0
Ritor1
parents:
diff changeset
5642 {
Ritor1
parents:
diff changeset
5643 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor )
Ritor1
parents:
diff changeset
5644 {
Ritor1
parents:
diff changeset
5645 if ( !byte_6BE388_graphicsmode )
Ritor1
parents:
diff changeset
5646 {
Ritor1
parents:
diff changeset
5647 outdoor_grid_band_1 = 10;
Ritor1
parents:
diff changeset
5648 outdoor_grid_band_2 = 15;
Ritor1
parents:
diff changeset
5649 outdoor_grid_band_3 = 20;
Ritor1
parents:
diff changeset
5650 pOutdoorCamera->shading_dist_mist = 8192;
1410
38df78aba732 deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents: 1409
diff changeset
5651 pOutdoorCamera->bNoSky = false;
0
Ritor1
parents:
diff changeset
5652 LOBYTE(viewparams->field_20) = 0;
Ritor1
parents:
diff changeset
5653 }
Ritor1
parents:
diff changeset
5654 mipmapping_terrain_mm1 = 1024;
Ritor1
parents:
diff changeset
5655 mipmapping_terrain_mm2 = 2048;
Ritor1
parents:
diff changeset
5656 mipmapping_building_mm1 = 1024;
Ritor1
parents:
diff changeset
5657 mipmapping_building_mm2 = 2048;
Ritor1
parents:
diff changeset
5658 pOutdoorCamera->shading_dist_shade = 2048;
Ritor1
parents:
diff changeset
5659 pOutdoorCamera->terrain_gamma = 0;
Ritor1
parents:
diff changeset
5660 pOutdoorCamera->building_gamme = 0;
Ritor1
parents:
diff changeset
5661 mipmapping_terrain_mm3 = 4096;
Ritor1
parents:
diff changeset
5662 mipmapping_building_mm3 = 4096;
Ritor1
parents:
diff changeset
5663 pOutdoorCamera->shading_dist_shademist = 4096;
Ritor1
parents:
diff changeset
5664 pOutdoorCamera->outdoor_no_wavy_water = 0;
1410
38df78aba732 deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents: 1409
diff changeset
5665 //_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
5666 {
38df78aba732 deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents: 1409
diff changeset
5667 pOutdoorCamera->outdoor_grid_band_3 = outdoor_grid_band_3;
38df78aba732 deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents: 1409
diff changeset
5668 pOutdoorCamera->uPickDepth = outdoor_grid_band_3 * 512;
38df78aba732 deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents: 1409
diff changeset
5669 }
0
Ritor1
parents:
diff changeset
5670 }
Ritor1
parents:
diff changeset
5671 else
Ritor1
parents:
diff changeset
5672 {
Ritor1
parents:
diff changeset
5673 LOBYTE(viewparams->field_20) = 0;
Ritor1
parents:
diff changeset
5674 }
Ritor1
parents:
diff changeset
5675 pParty->uFlags |= 2u;
692
066e2b29b30f viewport.cpp added
Gloval
parents: 677
diff changeset
5676 viewparams->uSomeY = viewparams->uScreen_topL_Y;
066e2b29b30f viewport.cpp added
Gloval
parents: 677
diff changeset
5677 viewparams->uSomeX = viewparams->uScreen_topL_X;
066e2b29b30f viewport.cpp added
Gloval
parents: 677
diff changeset
5678 viewparams->uSomeZ = viewparams->uScreen_BttmR_X;
066e2b29b30f viewport.cpp added
Gloval
parents: 677
diff changeset
5679 viewparams->uSomeW = viewparams->uScreen_BttmR_Y;
066e2b29b30f viewport.cpp added
Gloval
parents: 677
diff changeset
5680
066e2b29b30f viewport.cpp added
Gloval
parents: 677
diff changeset
5681 pViewport->SetScreen(viewparams->uScreen_topL_X, viewparams->uScreen_topL_Y, viewparams->uScreen_BttmR_X, viewparams->uScreen_BttmR_Y);
0
Ritor1
parents:
diff changeset
5682 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor )
Ritor1
parents:
diff changeset
5683 pOutdoorCamera->_485F64();
Ritor1
parents:
diff changeset
5684 }
Ritor1
parents:
diff changeset
5685
Ritor1
parents:
diff changeset
5686 //----- (00466B8C) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
5687 int AbortWithError()
0
Ritor1
parents:
diff changeset
5688 {
Ritor1
parents:
diff changeset
5689 if ( !aborting_app )
Ritor1
parents:
diff changeset
5690 {
Ritor1
parents:
diff changeset
5691 ClipCursor(0);
Ritor1
parents:
diff changeset
5692 aborting_app = 1;
Ritor1
parents:
diff changeset
5693 if ( !pRenderer->bWindowMode )
Ritor1
parents:
diff changeset
5694 pRenderer->ChangeBetweenWinFullscreenModes();
Ritor1
parents:
diff changeset
5695 if ( MessageBoxA(0, pGlobalTXT_LocalizationStrings[176], pGlobalTXT_LocalizationStrings[59], 0x34u) == 6 )
Ritor1
parents:
diff changeset
5696 SaveGame(1, 0); // "Internal Error"
Ritor1
parents:
diff changeset
5697 // "Might and Magic VII has detected an internal error and will be forced to close. Would you like us to autosave your game before closing?"
Ritor1
parents:
diff changeset
5698 Game_DeinitializeAndTerminate(1);
Ritor1
parents:
diff changeset
5699 }
Ritor1
parents:
diff changeset
5700 return 0;
Ritor1
parents:
diff changeset
5701 }
Ritor1
parents:
diff changeset
5702 // 720018: using guessed type int aborting_app;
Ritor1
parents:
diff changeset
5703
Ritor1
parents:
diff changeset
5704 //----- (00466BE5) --------------------------------------------------------
Ritor1
parents:
diff changeset
5705 void Abortf(const char *Format, ...)
Ritor1
parents:
diff changeset
5706 {
Ritor1
parents:
diff changeset
5707 va_list va; // [sp+8h] [bp+8h]@1
Ritor1
parents:
diff changeset
5708
Ritor1
parents:
diff changeset
5709 va_start(va, Format);
Ritor1
parents:
diff changeset
5710 if ( !pRenderer->bWindowMode )
Ritor1
parents:
diff changeset
5711 pRenderer->ChangeBetweenWinFullscreenModes();
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
5712 vsprintf(pTmpBuf.data(), Format, va);
0
Ritor1
parents:
diff changeset
5713 if ( pMouse )
Ritor1
parents:
diff changeset
5714 pMouse->Activate(0);
Ritor1
parents:
diff changeset
5715 ClipCursor(0);
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
5716 MessageBoxA(0, pTmpBuf.data(), "Error", 0x30u);
0
Ritor1
parents:
diff changeset
5717 Game_DeinitializeAndTerminate(1);
Ritor1
parents:
diff changeset
5718 }
Ritor1
parents:
diff changeset
5719
Ritor1
parents:
diff changeset
5720 //----- (00466C40) --------------------------------------------------------
Ritor1
parents:
diff changeset
5721 const wchar_t *MENU_STATE_to_string(MENU_STATE m)
Ritor1
parents:
diff changeset
5722 {
Ritor1
parents:
diff changeset
5723 switch (m)
Ritor1
parents:
diff changeset
5724 {
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5725 case -1: return L"-1";
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5726 case MENU_MAIN: return L"MENU_MAIN";
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5727 case MENU_NEWGAME: return L"MENU_NEWGAME";
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5728 case MENU_CREDITS: return L"MENU_CREDITS";
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5729 case MENU_SAVELOAD: return L"MENU_SAVELOAD";
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5730 case MENU_EXIT_GAME: return L"MENU_EXIT_GAME";
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5731 case MENU_5: return L"MENU_5";
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5732 case MENU_CREATEPARTY: return L"MENU_CREATEPARTY";
165
Ritor1
parents: 162
diff changeset
5733 case MENU_NAMEPANELESC: return L"MENU_NAMEPANELESC";
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5734 case MENU_CREDITSPROC: return L"MENU_CREDITSPROC";
961
5a12082c803d UIMSG and WINDOW_Type(continue)
Ritor1
parents: 957
diff changeset
5735 case MENU_LoadingProcInMainMenu: return L"MENU_LoadingProcInMainMenu";
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
5736 case MENU_DebugBLVLevel: return L"MENU_DebugBLVLevel";
165
Ritor1
parents: 162
diff changeset
5737 case MENU_CREDITSCLOSE: return L"MENU_CREDITSCLOSE";
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
5738 default: return L"unk";
0
Ritor1
parents:
diff changeset
5739 };
Ritor1
parents:
diff changeset
5740 };
Ritor1
parents:
diff changeset
5741 void SetCurrentMenuID(MENU_STATE uMenu)
Ritor1
parents:
diff changeset
5742 {
Ritor1
parents:
diff changeset
5743 uCurrentMenuID = uMenu;
Ritor1
parents:
diff changeset
5744
Ritor1
parents:
diff changeset
5745 Log::Warning(L"CurrentMenu = %s", MENU_STATE_to_string(uMenu));
Ritor1
parents:
diff changeset
5746 }
Ritor1
parents:
diff changeset
5747
Ritor1
parents:
diff changeset
5748 //----- (00466CA0) --------------------------------------------------------
Ritor1
parents:
diff changeset
5749 MENU_STATE GetCurrentMenuID()
Ritor1
parents:
diff changeset
5750 {
Ritor1
parents:
diff changeset
5751 return uCurrentMenuID;
Ritor1
parents:
diff changeset
5752 }
Ritor1
parents:
diff changeset
5753
Ritor1
parents:
diff changeset
5754
Ritor1
parents:
diff changeset
5755 //----- (0046A6AC) --------------------------------------------------------
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
5756 int __fastcall _46A6AC_spell_render(int a1, int a2, int a3)
0
Ritor1
parents:
diff changeset
5757 {
Ritor1
parents:
diff changeset
5758 int result; // eax@2
Ritor1
parents:
diff changeset
5759 unsigned int v4; // edx@3
Ritor1
parents:
diff changeset
5760 int *v5; // esi@6
Ritor1
parents:
diff changeset
5761 unsigned int v6; // ebx@6
Ritor1
parents:
diff changeset
5762 signed int v7; // edi@9
Ritor1
parents:
diff changeset
5763 unsigned __int16 v8; // ax@9
Ritor1
parents:
diff changeset
5764 int i; // eax@14
Ritor1
parents:
diff changeset
5765 int v10; // ecx@19
Ritor1
parents:
diff changeset
5766 int v11; // [sp+0h] [bp-18h]@1
Ritor1
parents:
diff changeset
5767 unsigned int v12; // [sp+4h] [bp-14h]@3
Ritor1
parents:
diff changeset
5768 unsigned int v13; // [sp+8h] [bp-10h]@4
Ritor1
parents:
diff changeset
5769 int v14; // [sp+Ch] [bp-Ch]@1
Ritor1
parents:
diff changeset
5770 int *v15; // [sp+10h] [bp-8h]@4
Ritor1
parents:
diff changeset
5771 int v16; // [sp+14h] [bp-4h]@3
Ritor1
parents:
diff changeset
5772
Ritor1
parents:
diff changeset
5773 v11 = a2;
Ritor1
parents:
diff changeset
5774 v14 = a1;
Ritor1
parents:
diff changeset
5775 if ( pRenderer->pRenderD3D )
Ritor1
parents:
diff changeset
5776 {
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
5777 result = _46A6AC_spell_render_d3d(a1, a2, a3);
0
Ritor1
parents:
diff changeset
5778 }
Ritor1
parents:
diff changeset
5779 else
Ritor1
parents:
diff changeset
5780 {
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
5781 __debugbreak(); // SW render never called
0
Ritor1
parents:
diff changeset
5782 v16 = 0;
692
066e2b29b30f viewport.cpp added
Gloval
parents: 677
diff changeset
5783 v4 = viewparams->uScreen_topL_X;
066e2b29b30f viewport.cpp added
Gloval
parents: 677
diff changeset
5784 v12 = viewparams->uScreen_BttmR_X;
066e2b29b30f viewport.cpp added
Gloval
parents: 677
diff changeset
5785 if ( (signed int)viewparams->uScreen_topL_Y < (signed int)viewparams->uScreen_BttmR_Y )
066e2b29b30f viewport.cpp added
Gloval
parents: 677
diff changeset
5786 {
066e2b29b30f viewport.cpp added
Gloval
parents: 677
diff changeset
5787 v15 = &pRenderer->pActiveZBuffer[viewparams->uScreen_topL_X + 640 * viewparams->uScreen_topL_Y];
066e2b29b30f viewport.cpp added
Gloval
parents: 677
diff changeset
5788 v13 = ((viewparams->uScreen_BttmR_Y - viewparams->uScreen_topL_Y - 1) >> 1) + 1;
0
Ritor1
parents:
diff changeset
5789 do
Ritor1
parents:
diff changeset
5790 {
Ritor1
parents:
diff changeset
5791 if ( (signed int)v4 < (signed int)v12 )
Ritor1
parents:
diff changeset
5792 {
Ritor1
parents:
diff changeset
5793 v5 = v15;
Ritor1
parents:
diff changeset
5794 v6 = ((v12 - v4 - 1) >> 1) + 1;
Ritor1
parents:
diff changeset
5795 do
Ritor1
parents:
diff changeset
5796 {
848
ceef50611567 * AI fixed (temporary)
zipi
parents: 838
diff changeset
5797 if ( PID_TYPE(*(char *)v5) == OBJECT_Actor)
0
Ritor1
parents:
diff changeset
5798 {
Ritor1
parents:
diff changeset
5799 if ( *v5 <= a3 << 16 )
Ritor1
parents:
diff changeset
5800 {
848
ceef50611567 * AI fixed (temporary)
zipi
parents: 838
diff changeset
5801 v7 = PID_ID((signed int)(unsigned __int16)*v5);
0
Ritor1
parents:
diff changeset
5802 v8 = pActors[v7].uAIState;
Ritor1
parents:
diff changeset
5803 if ( v8 != 5 )
Ritor1
parents:
diff changeset
5804 {
Ritor1
parents:
diff changeset
5805 if ( v8 != 4 && v8 != 11 && v8 != 17 && v8 != 19 )
Ritor1
parents:
diff changeset
5806 {
Ritor1
parents:
diff changeset
5807 for ( i = 0; i < v16; ++i )
Ritor1
parents:
diff changeset
5808 {
Ritor1
parents:
diff changeset
5809 if ( *(int *)(v14 + 4 * i) == v7 )
Ritor1
parents:
diff changeset
5810 break;
Ritor1
parents:
diff changeset
5811 }
Ritor1
parents:
diff changeset
5812 if ( i == v16 )
Ritor1
parents:
diff changeset
5813 {
Ritor1
parents:
diff changeset
5814 if ( i < v11 - 1 )
Ritor1
parents:
diff changeset
5815 {
Ritor1
parents:
diff changeset
5816 v10 = v16++;
Ritor1
parents:
diff changeset
5817 *(int *)(v14 + 4 * v10) = v7;
Ritor1
parents:
diff changeset
5818 }
Ritor1
parents:
diff changeset
5819 }
Ritor1
parents:
diff changeset
5820 }
Ritor1
parents:
diff changeset
5821 }
Ritor1
parents:
diff changeset
5822 }
Ritor1
parents:
diff changeset
5823 }
Ritor1
parents:
diff changeset
5824 v5 += 2;
Ritor1
parents:
diff changeset
5825 --v6;
Ritor1
parents:
diff changeset
5826 }
Ritor1
parents:
diff changeset
5827 while ( v6 );
Ritor1
parents:
diff changeset
5828 }
Ritor1
parents:
diff changeset
5829 v15 += 1280;
Ritor1
parents:
diff changeset
5830 --v13;
Ritor1
parents:
diff changeset
5831 }
Ritor1
parents:
diff changeset
5832 while ( v13 );
Ritor1
parents:
diff changeset
5833 }
Ritor1
parents:
diff changeset
5834 result = v16;
Ritor1
parents:
diff changeset
5835 }
Ritor1
parents:
diff changeset
5836 return result;
Ritor1
parents:
diff changeset
5837 }
Ritor1
parents:
diff changeset
5838
Ritor1
parents:
diff changeset
5839 //----- (0046A7C8) --------------------------------------------------------
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
5840 int __fastcall _46A6AC_spell_render_d3d(int a1, int a2, int a3)
0
Ritor1
parents:
diff changeset
5841 {
Ritor1
parents:
diff changeset
5842 unsigned int v3; // eax@2
Ritor1
parents:
diff changeset
5843 int v4; // ecx@2
Ritor1
parents:
diff changeset
5844 unsigned int v5; // eax@2
Ritor1
parents:
diff changeset
5845 unsigned int v6; // eax@4
Ritor1
parents:
diff changeset
5846 unsigned int v7; // edi@4
Ritor1
parents:
diff changeset
5847 unsigned __int16 v8; // ax@4
Ritor1
parents:
diff changeset
5848 float v9; // ST00_4@9
Ritor1
parents:
diff changeset
5849 int v10; // ecx@11
Ritor1
parents:
diff changeset
5850 unsigned int v12; // [sp+10h] [bp-14h]@1
Ritor1
parents:
diff changeset
5851 int v13; // [sp+14h] [bp-10h]@1
Ritor1
parents:
diff changeset
5852 int v14; // [sp+18h] [bp-Ch]@1
Ritor1
parents:
diff changeset
5853 int v15; // [sp+1Ch] [bp-8h]@1
Ritor1
parents:
diff changeset
5854 unsigned int a1a; // [sp+20h] [bp-4h]@1
Ritor1
parents:
diff changeset
5855
Ritor1
parents:
diff changeset
5856 v13 = a1;
Ritor1
parents:
diff changeset
5857 v14 = a2;
Ritor1
parents:
diff changeset
5858 v15 = 0;
Ritor1
parents:
diff changeset
5859 a1a = 0;
Ritor1
parents:
diff changeset
5860 v12 = pRenderer->GetBillboardDrawListSize();
Ritor1
parents:
diff changeset
5861 if ( (signed int)v12 > 0 )
Ritor1
parents:
diff changeset
5862 {
Ritor1
parents:
diff changeset
5863 do
Ritor1
parents:
diff changeset
5864 {
Ritor1
parents:
diff changeset
5865 v3 = pRenderer->GetParentBillboardID(a1a);
Ritor1
parents:
diff changeset
5866 v4 = pBillboardRenderList[v3].sZValue;
194
650d96af8855 Vis overhaul; sprites can be picked by mouse
Nomad
parents: 190
diff changeset
5867 v5 = (unsigned __int16)pBillboardRenderList[v3].object_pid;
848
ceef50611567 * AI fixed (temporary)
zipi
parents: 838
diff changeset
5868 if ( PID_TYPE(v5) == OBJECT_Actor)
0
Ritor1
parents:
diff changeset
5869 {
Ritor1
parents:
diff changeset
5870 if ( v4 <= (unsigned int)(a3 << 16) )
Ritor1
parents:
diff changeset
5871 {
848
ceef50611567 * AI fixed (temporary)
zipi
parents: 838
diff changeset
5872 v6 = PID_ID(v5);
0
Ritor1
parents:
diff changeset
5873 v7 = v6;
Ritor1
parents:
diff changeset
5874 v8 = pActors[v6].uAIState;
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
5875 if ( v8 != Dead )
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
5876 {
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
5877 if ( v8 != Dying )
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
5878 {
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
5879 if ( v8 != Removed )
0
Ritor1
parents:
diff changeset
5880 {
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
5881 if ( v8 != Disabled )
0
Ritor1
parents:
diff changeset
5882 {
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
5883 if ( v8 != Summoned )
0
Ritor1
parents:
diff changeset
5884 {
Ritor1
parents:
diff changeset
5885 v9 = (double)a3;
Ritor1
parents:
diff changeset
5886 if ( pGame->pVisInstance->DoesRayIntersectBillboard(v9, a1a) )
Ritor1
parents:
diff changeset
5887 {
Ritor1
parents:
diff changeset
5888 if ( v15 < v14 - 1 )
Ritor1
parents:
diff changeset
5889 {
Ritor1
parents:
diff changeset
5890 v10 = v15++;
Ritor1
parents:
diff changeset
5891 *(int *)(v13 + 4 * v10) = v7;
Ritor1
parents:
diff changeset
5892 }
Ritor1
parents:
diff changeset
5893 }
Ritor1
parents:
diff changeset
5894 }
Ritor1
parents:
diff changeset
5895 }
Ritor1
parents:
diff changeset
5896 }
Ritor1
parents:
diff changeset
5897 }
Ritor1
parents:
diff changeset
5898 }
Ritor1
parents:
diff changeset
5899 }
Ritor1
parents:
diff changeset
5900 }
Ritor1
parents:
diff changeset
5901 ++a1a;
Ritor1
parents:
diff changeset
5902 }
Ritor1
parents:
diff changeset
5903 while ( (signed int)a1a < (signed int)v12 );
Ritor1
parents:
diff changeset
5904 }
Ritor1
parents:
diff changeset
5905 return v15;
Ritor1
parents:
diff changeset
5906 }
Ritor1
parents:
diff changeset
5907
Ritor1
parents:
diff changeset
5908 //----- (0046A89E) --------------------------------------------------------
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
5909 int __fastcall _46A89E_immolation_effect(int a1, int a2, int a3)
0
Ritor1
parents:
diff changeset
5910 {
Ritor1
parents:
diff changeset
5911 signed int v3; // edi@1
90
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
5912 Actor *v4; // esi@2
0
Ritor1
parents:
diff changeset
5913 int v5; // ebx@3
Ritor1
parents:
diff changeset
5914 int v6; // eax@3
Ritor1
parents:
diff changeset
5915 int v7; // ebx@3
Ritor1
parents:
diff changeset
5916 unsigned int v8; // ecx@3
Ritor1
parents:
diff changeset
5917 int v9; // edx@4
Ritor1
parents:
diff changeset
5918 unsigned int v10; // edx@6
Ritor1
parents:
diff changeset
5919 unsigned int v11; // edx@8
Ritor1
parents:
diff changeset
5920 __int16 v12; // ax@10
Ritor1
parents:
diff changeset
5921 int v13; // ecx@15
Ritor1
parents:
diff changeset
5922 int v15; // [sp+4h] [bp-18h]@1
Ritor1
parents:
diff changeset
5923 int v16; // [sp+8h] [bp-14h]@1
Ritor1
parents:
diff changeset
5924 int v17; // [sp+Ch] [bp-10h]@3
Ritor1
parents:
diff changeset
5925 int v18; // [sp+10h] [bp-Ch]@3
Ritor1
parents:
diff changeset
5926 int v19; // [sp+18h] [bp-4h]@1
Ritor1
parents:
diff changeset
5927
Ritor1
parents:
diff changeset
5928 v3 = 0;
Ritor1
parents:
diff changeset
5929 v15 = a2;
Ritor1
parents:
diff changeset
5930 v16 = a1;
Ritor1
parents:
diff changeset
5931 v19 = 0;
Ritor1
parents:
diff changeset
5932 if ( (signed int)uNumActors > 0 )
Ritor1
parents:
diff changeset
5933 {
1202
0dbf6c4dd029 arrays to std::arrays phase 1
Grumpy7
parents: 1167
diff changeset
5934 v4 = pActors.data();//[0].uAIState;
0
Ritor1
parents:
diff changeset
5935 do
Ritor1
parents:
diff changeset
5936 {
90
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
5937 v5 = abs(v4->vPosition.x - pParty->vPosition.x);
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
5938 v17 = abs(v4->vPosition.y - pParty->vPosition.y);
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
5939 v18 = abs(v4->vPosition.z - pParty->vPosition.z);
0
Ritor1
parents:
diff changeset
5940 v6 = v5;
Ritor1
parents:
diff changeset
5941 v7 = v17;
Ritor1
parents:
diff changeset
5942 v8 = v18;
Ritor1
parents:
diff changeset
5943 if ( v6 < v17 )
Ritor1
parents:
diff changeset
5944 {
Ritor1
parents:
diff changeset
5945 v9 = v6;
Ritor1
parents:
diff changeset
5946 v6 = v17;
Ritor1
parents:
diff changeset
5947 v7 = v9;
Ritor1
parents:
diff changeset
5948 }
Ritor1
parents:
diff changeset
5949 if ( v6 < v18 )
Ritor1
parents:
diff changeset
5950 {
Ritor1
parents:
diff changeset
5951 v10 = v6;
Ritor1
parents:
diff changeset
5952 v6 = v18;
Ritor1
parents:
diff changeset
5953 v8 = v10;
Ritor1
parents:
diff changeset
5954 }
Ritor1
parents:
diff changeset
5955 if ( v7 < (signed int)v8 )
Ritor1
parents:
diff changeset
5956 {
Ritor1
parents:
diff changeset
5957 v11 = v8;
Ritor1
parents:
diff changeset
5958 v8 = v7;
Ritor1
parents:
diff changeset
5959 v7 = v11;
Ritor1
parents:
diff changeset
5960 }
Ritor1
parents:
diff changeset
5961 if ( (signed int)(((unsigned int)(11 * v7) >> 5) + (v8 >> 2) + v6) <= a3 )
Ritor1
parents:
diff changeset
5962 {
90
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
5963 v12 = v4->uAIState;
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
5964 if ( v4->uAIState != 5 )
0
Ritor1
parents:
diff changeset
5965 {
Ritor1
parents:
diff changeset
5966 if ( v12 != 4 )
Ritor1
parents:
diff changeset
5967 {
Ritor1
parents:
diff changeset
5968 if ( v12 != 11 )
Ritor1
parents:
diff changeset
5969 {
Ritor1
parents:
diff changeset
5970 if ( v12 != 19 )
Ritor1
parents:
diff changeset
5971 {
Ritor1
parents:
diff changeset
5972 if ( v12 != 17 )
Ritor1
parents:
diff changeset
5973 {
Ritor1
parents:
diff changeset
5974 v13 = v19++;
Ritor1
parents:
diff changeset
5975 *(int *)(v16 + 4 * v13) = v3;
Ritor1
parents:
diff changeset
5976 if ( v19 >= v15 - 1 )
Ritor1
parents:
diff changeset
5977 break;
Ritor1
parents:
diff changeset
5978 }
Ritor1
parents:
diff changeset
5979 }
Ritor1
parents:
diff changeset
5980 }
Ritor1
parents:
diff changeset
5981 }
Ritor1
parents:
diff changeset
5982 }
Ritor1
parents:
diff changeset
5983 }
Ritor1
parents:
diff changeset
5984 ++v3;
90
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
5985 ++v4;
0
Ritor1
parents:
diff changeset
5986 }
Ritor1
parents:
diff changeset
5987 while ( v3 < (signed int)uNumActors );
Ritor1
parents:
diff changeset
5988 }
Ritor1
parents:
diff changeset
5989 return v19;
Ritor1
parents:
diff changeset
5990 }
Ritor1
parents:
diff changeset
5991
Ritor1
parents:
diff changeset
5992 //----- (0046A99B) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
5993 int sub_46A99B()
0
Ritor1
parents:
diff changeset
5994 {
Ritor1
parents:
diff changeset
5995 int v0; // ebx@1
Ritor1
parents:
diff changeset
5996 signed int v1; // ecx@1
Ritor1
parents:
diff changeset
5997 signed int v2; // esi@1
Ritor1
parents:
diff changeset
5998 int v3; // edx@1
Ritor1
parents:
diff changeset
5999 signed int v4; // eax@1
Ritor1
parents:
diff changeset
6000 int v5; // ecx@2
Ritor1
parents:
diff changeset
6001 int *v6; // eax@3
Ritor1
parents:
diff changeset
6002 int v7; // ecx@3
Ritor1
parents:
diff changeset
6003 int v8; // edx@5
Ritor1
parents:
diff changeset
6004 int v9; // edi@6
Ritor1
parents:
diff changeset
6005 unsigned __int8 v10; // zf@14
Ritor1
parents:
diff changeset
6006 char v11; // sf@14
Ritor1
parents:
diff changeset
6007 char v12; // of@14
Ritor1
parents:
diff changeset
6008 int *v14; // esi@19
Ritor1
parents:
diff changeset
6009 signed int v15; // ebx@19
Ritor1
parents:
diff changeset
6010 int i; // edi@20
Ritor1
parents:
diff changeset
6011 int v17; // ecx@21
Ritor1
parents:
diff changeset
6012 int v18; // edi@26
Ritor1
parents:
diff changeset
6013 int v19; // esi@27
Ritor1
parents:
diff changeset
6014 unsigned int v20; // ecx@27
Ritor1
parents:
diff changeset
6015 BLVFace *v21; // eax@32
Ritor1
parents:
diff changeset
6016 unsigned int v22; // ecx@33
Ritor1
parents:
diff changeset
6017 const char *v23; // eax@35
Ritor1
parents:
diff changeset
6018 const char *v24; // ecx@36
Ritor1
parents:
diff changeset
6019 LevelDecoration *v25; // ecx@43
Ritor1
parents:
diff changeset
6020 LevelDecoration *v26; // edi@43
Ritor1
parents:
diff changeset
6021 __int16 v27; // ax@43
Ritor1
parents:
diff changeset
6022 int v28; // [sp+Ch] [bp-18h]@1
Ritor1
parents:
diff changeset
6023 int v29; // [sp+14h] [bp-10h]@2
Ritor1
parents:
diff changeset
6024 int v30; // [sp+18h] [bp-Ch]@1
Ritor1
parents:
diff changeset
6025 signed int v31; // [sp+1Ch] [bp-8h]@3
Ritor1
parents:
diff changeset
6026 int v32; // [sp+20h] [bp-4h]@1
Ritor1
parents:
diff changeset
6027
Ritor1
parents:
diff changeset
6028 v0 = 0;
692
066e2b29b30f viewport.cpp added
Gloval
parents: 677
diff changeset
6029 v1 = (signed int)(viewparams->uScreen_BttmR_Y + viewparams->uScreen_topL_Y) >> 1;
066e2b29b30f viewport.cpp added
Gloval
parents: 677
diff changeset
6030 v2 = (signed int)(viewparams->uScreen_topL_X + viewparams->uScreen_BttmR_X) >> 1;
0
Ritor1
parents:
diff changeset
6031 v3 = v1 - 50;
Ritor1
parents:
diff changeset
6032 v32 = 0;
Ritor1
parents:
diff changeset
6033 v4 = 100;
Ritor1
parents:
diff changeset
6034 v30 = v1 - 50;
Ritor1
parents:
diff changeset
6035 v28 = v1 + 50;
Ritor1
parents:
diff changeset
6036 if ( v1 - 50 >= v1 + 50 )
Ritor1
parents:
diff changeset
6037 return 0;
Ritor1
parents:
diff changeset
6038 v5 = 640 * v3;
Ritor1
parents:
diff changeset
6039 v29 = 640 * v3;
Ritor1
parents:
diff changeset
6040 while ( 2 )
Ritor1
parents:
diff changeset
6041 {
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6042 v6 = &pRenderer->pActiveZBuffer[v2 + v5 - v4 / 2]-1;
0
Ritor1
parents:
diff changeset
6043 v7 = v0;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6044 //while ( 1 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6045 for( int i = 0; i < 100; i++)
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6046 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6047 ++v6;
0
Ritor1
parents:
diff changeset
6048 v8 = *v6;
Ritor1
parents:
diff changeset
6049 if ( (unsigned int)*v6 <= 0x2000000 )
Ritor1
parents:
diff changeset
6050 {
Ritor1
parents:
diff changeset
6051 v9 = 0;
Ritor1
parents:
diff changeset
6052 if ( v7 > 0 )
Ritor1
parents:
diff changeset
6053 {
Ritor1
parents:
diff changeset
6054 do
Ritor1
parents:
diff changeset
6055 {
Ritor1
parents:
diff changeset
6056 if ( dword_7201B0_zvalues[v9] == (unsigned __int16)v8 )
Ritor1
parents:
diff changeset
6057 break;
Ritor1
parents:
diff changeset
6058 ++v9;
Ritor1
parents:
diff changeset
6059 }
Ritor1
parents:
diff changeset
6060 while ( v9 < v0 );
Ritor1
parents:
diff changeset
6061 }
Ritor1
parents:
diff changeset
6062 if ( v9 == v0 )
Ritor1
parents:
diff changeset
6063 {
Ritor1
parents:
diff changeset
6064 if ( v8 & 7 )
Ritor1
parents:
diff changeset
6065 {
Ritor1
parents:
diff changeset
6066 dword_720020_zvalues[v7] = v8;
Ritor1
parents:
diff changeset
6067 dword_7201B0_zvalues[v7] = (unsigned __int16)v8;
Ritor1
parents:
diff changeset
6068 ++v7;
Ritor1
parents:
diff changeset
6069 ++v0;
Ritor1
parents:
diff changeset
6070 v32 = v0;
Ritor1
parents:
diff changeset
6071 if ( v7 == 99 )
Ritor1
parents:
diff changeset
6072 {
Ritor1
parents:
diff changeset
6073 v12 = 0;
Ritor1
parents:
diff changeset
6074 v10 = v0 == 0;
Ritor1
parents:
diff changeset
6075 v11 = v0 < 0;
Ritor1
parents:
diff changeset
6076 goto LABEL_18;
Ritor1
parents:
diff changeset
6077 }
Ritor1
parents:
diff changeset
6078 }
Ritor1
parents:
diff changeset
6079 }
Ritor1
parents:
diff changeset
6080 }
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6081 }
0
Ritor1
parents:
diff changeset
6082 v4 = -1;
Ritor1
parents:
diff changeset
6083 ++v30;
Ritor1
parents:
diff changeset
6084 v5 = v29 + 640;
Ritor1
parents:
diff changeset
6085 v29 += 640;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6086 if ( v30 >= v28 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6087 break;
0
Ritor1
parents:
diff changeset
6088 }
Ritor1
parents:
diff changeset
6089 v12 = 0;
Ritor1
parents:
diff changeset
6090 v10 = v0 == 0;
Ritor1
parents:
diff changeset
6091 v11 = v0 < 0;
Ritor1
parents:
diff changeset
6092 if ( !v0 )
Ritor1
parents:
diff changeset
6093 return 0;
Ritor1
parents:
diff changeset
6094 LABEL_18:
Ritor1
parents:
diff changeset
6095 if ( !((unsigned __int8)(v11 ^ v12) | v10) )
Ritor1
parents:
diff changeset
6096 {
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
6097 v14 = dword_720020_zvalues.data();
0
Ritor1
parents:
diff changeset
6098 v15 = 1;
Ritor1
parents:
diff changeset
6099 do
Ritor1
parents:
diff changeset
6100 {
Ritor1
parents:
diff changeset
6101 for ( i = v15; i < v32; ++i )
Ritor1
parents:
diff changeset
6102 {
Ritor1
parents:
diff changeset
6103 v17 = dword_720020_zvalues[i];
Ritor1
parents:
diff changeset
6104 if ( v17 < *v14 )
Ritor1
parents:
diff changeset
6105 {
Ritor1
parents:
diff changeset
6106 dword_720020_zvalues[i] = *v14;
Ritor1
parents:
diff changeset
6107 *v14 = v17;
Ritor1
parents:
diff changeset
6108 }
Ritor1
parents:
diff changeset
6109 }
Ritor1
parents:
diff changeset
6110 ++v15;
Ritor1
parents:
diff changeset
6111 ++v14;
Ritor1
parents:
diff changeset
6112 }
Ritor1
parents:
diff changeset
6113 while ( v15 - 1 < v32 );
Ritor1
parents:
diff changeset
6114 v0 = v32;
Ritor1
parents:
diff changeset
6115 }
Ritor1
parents:
diff changeset
6116 v18 = 0;
Ritor1
parents:
diff changeset
6117 if ( v0 <= 0 )
Ritor1
parents:
diff changeset
6118 return 0;
Ritor1
parents:
diff changeset
6119 while ( 1 )
Ritor1
parents:
diff changeset
6120 {
Ritor1
parents:
diff changeset
6121 v19 = dword_720020_zvalues[v18] & 0xFFFF;
848
ceef50611567 * AI fixed (temporary)
zipi
parents: 838
diff changeset
6122 v20 = PID_ID(dword_720020_zvalues[v18]);
ceef50611567 * AI fixed (temporary)
zipi
parents: 838
diff changeset
6123 if ( PID_TYPE(dword_720020_zvalues[v18]) == OBJECT_Item)
0
Ritor1
parents:
diff changeset
6124 {
Ritor1
parents:
diff changeset
6125 if ( v20 >= 0x3E8 )
Ritor1
parents:
diff changeset
6126 return 0;
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
6127 if ( !(pSpriteObjects[v20].uAttributes & 0x10) )
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
6128 {
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
6129 v23 = pSpriteObjects[v20].stru_24.GetDisplayName();
0
Ritor1
parents:
diff changeset
6130 v24 = v23;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6131 GameUI_SetFooterString(v24);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6132 return v19;
0
Ritor1
parents:
diff changeset
6133 }
Ritor1
parents:
diff changeset
6134 }
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6135 else
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6136 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6137 if ( PID_TYPE(dword_720020_zvalues[v18]) == OBJECT_Actor)
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6138 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6139 if ( v20 >= 0xBB8 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6140 return 0;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6141 v24 = (const char *)&pActors[v20];
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6142 GameUI_SetFooterString(v24);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6143 return v19;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6144 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6145 if ( PID_TYPE(dword_720020_zvalues[v18]) == OBJECT_Decoration)
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6146 break;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6147 if ( PID_TYPE(dword_720020_zvalues[v18]) == OBJECT_BModel)
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6148 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6149 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6150 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6151 v21 = &pIndoor->pFaces[v20];
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6152 if ( BYTE3(v21->uAttributes) & 2 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6153 v22 = pIndoor->pFaceExtras[v21->uFaceExtraID].uEventID;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6154 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6155 else
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6156 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6157 if ( (dword_720020_zvalues[v18] & 0xFFFFu) >> 9 < pOutdoor->uNumBModels )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6158 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6159 v22 = pOutdoor->pBModels[(dword_720020_zvalues[v18] & 0xFFFFu) >> 9].pFaces[v20 & 0x3F].sCogTriggeredID;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6160 if ( v22 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6161 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6162 v23 = GetEventHintString(v22);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6163 if ( v23 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6164 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6165 v24 = v23;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6166 GameUI_SetFooterString(v24);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6167 return v19;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6168 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6169 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6170 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6171 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6172 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6173 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6174 ++v18;
0
Ritor1
parents:
diff changeset
6175 if ( v18 >= v0 )
Ritor1
parents:
diff changeset
6176 return 0;
Ritor1
parents:
diff changeset
6177 }
Ritor1
parents:
diff changeset
6178 v25 = &pLevelDecorations[v20];
Ritor1
parents:
diff changeset
6179 v26 = v25;
Ritor1
parents:
diff changeset
6180 v27 = v25->field_16_event_id;
Ritor1
parents:
diff changeset
6181 if ( v27 )
Ritor1
parents:
diff changeset
6182 {
428
24936a5ff8ca level hints
Gloval
parents: 424
diff changeset
6183 v23 = GetEventHintString(v27);
0
Ritor1
parents:
diff changeset
6184 if ( !v23 )
Ritor1
parents:
diff changeset
6185 return v19;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6186 v24 = v23;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6187 GameUI_SetFooterString(v24);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6188 return v19;
0
Ritor1
parents:
diff changeset
6189 }
Ritor1
parents:
diff changeset
6190 if ( v25->IsInteractive() )
Ritor1
parents:
diff changeset
6191 v24 = pNPCTopics[stru_5E4C90._decor_events[v26->_idx_in_stru123 - 75] + 379].pTopic;
Ritor1
parents:
diff changeset
6192 else
Ritor1
parents:
diff changeset
6193 v24 = pDecorationList->pDecorations[v26->uDecorationDescID].field_20;
994
3431f6abc786 GameUI clean
Nomad
parents: 990
diff changeset
6194 GameUI_SetFooterString(v24);
0
Ritor1
parents:
diff changeset
6195 return v19;
Ritor1
parents:
diff changeset
6196 }
Ritor1
parents:
diff changeset
6197
Ritor1
parents:
diff changeset
6198 //----- (0046BDA8) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
6199 unsigned int GetGravityStrength()
0
Ritor1
parents:
diff changeset
6200 {
Ritor1
parents:
diff changeset
6201 int v0; // eax@1
Ritor1
parents:
diff changeset
6202
Ritor1
parents:
diff changeset
6203 v0 = ~LOBYTE(pGame->uFlags2) & 8;
Ritor1
parents:
diff changeset
6204 LOBYTE(v0) = v0 | 2;
Ritor1
parents:
diff changeset
6205 return (unsigned int)v0 >> 1;
Ritor1
parents:
diff changeset
6206 }
Ritor1
parents:
diff changeset
6207
Ritor1
parents:
diff changeset
6208 //----- (0046BDC0) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
6209 void UpdateUserInput_and_MapSpecificStuff()
0
Ritor1
parents:
diff changeset
6210 {
Ritor1
parents:
diff changeset
6211 if ( dword_6BE364_game_settings_1 & 0x80 )
Ritor1
parents:
diff changeset
6212 {
Ritor1
parents:
diff changeset
6213 LOBYTE(dword_6BE364_game_settings_1) = dword_6BE364_game_settings_1 & 0x7F;
Ritor1
parents:
diff changeset
6214 }
Ritor1
parents:
diff changeset
6215 else
Ritor1
parents:
diff changeset
6216 {
630
1b813023fcbd Tilesets change according to current season
Nomad
parents: 619
diff changeset
6217 if (uCurrentlyLoadedLevelType == LEVEL_Indoor)
0
Ritor1
parents:
diff changeset
6218 BLV_UpdateUserInputAndOther();
630
1b813023fcbd Tilesets change according to current season
Nomad
parents: 619
diff changeset
6219 else if (uCurrentlyLoadedLevelType == LEVEL_Outdoor)
0
Ritor1
parents:
diff changeset
6220 ODM_UpdateUserInputAndOther();
630
1b813023fcbd Tilesets change according to current season
Nomad
parents: 619
diff changeset
6221
783
b27dd658ea77 Taveling by foot fixed.
Nomad
parents: 775
diff changeset
6222 area_of_effect__damage_evaluate();
0
Ritor1
parents:
diff changeset
6223 }
Ritor1
parents:
diff changeset
6224 }
Ritor1
parents:
diff changeset
6225
Ritor1
parents:
diff changeset
6226 //----- (0046BFFA) --------------------------------------------------------
Ritor1
parents:
diff changeset
6227 bool __fastcall _46BFFA_check_object_intercept(unsigned int uLayingItemID, signed int a2)
Ritor1
parents:
diff changeset
6228 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6229 //SpriteObject *v2; // esi@1
0
Ritor1
parents:
diff changeset
6230 ObjectDesc *v3; // ebx@1
Ritor1
parents:
diff changeset
6231 unsigned __int16 v5; // cx@9
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6232 //unsigned __int16 v6; // cx@14
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6233 //signed int v7; // edx@14
0
Ritor1
parents:
diff changeset
6234 unsigned int v8; // eax@19
Ritor1
parents:
diff changeset
6235 unsigned int v9; // edi@19
Ritor1
parents:
diff changeset
6236 signed int v10; // ebx@19
Ritor1
parents:
diff changeset
6237 char *v11; // edx@20
Ritor1
parents:
diff changeset
6238 unsigned __int16 v12; // ax@23
Ritor1
parents:
diff changeset
6239 int v13; // eax@27
Ritor1
parents:
diff changeset
6240 unsigned int v14; // ebx@33
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6241 //unsigned __int16 v15; // ax@35
0
Ritor1
parents:
diff changeset
6242 int v16; // eax@36
Ritor1
parents:
diff changeset
6243 unsigned int v17; // eax@37
Ritor1
parents:
diff changeset
6244 __int16 v18; // di@37
Ritor1
parents:
diff changeset
6245 signed int v19; // edx@37
Ritor1
parents:
diff changeset
6246 unsigned __int8 v20; // sf@37
Ritor1
parents:
diff changeset
6247 char *v21; // ecx@38
Ritor1
parents:
diff changeset
6248 unsigned __int16 v22; // ax@41
Ritor1
parents:
diff changeset
6249 unsigned int v23; // eax@46
Ritor1
parents:
diff changeset
6250 signed int v24; // ebx@46
Ritor1
parents:
diff changeset
6251 char *v25; // edx@47
Ritor1
parents:
diff changeset
6252 int v26; // edx@54
Ritor1
parents:
diff changeset
6253 int v27; // edx@55
Ritor1
parents:
diff changeset
6254 int v28; // edx@56
Ritor1
parents:
diff changeset
6255 int v29; // edx@57
Ritor1
parents:
diff changeset
6256 unsigned __int16 v30; // ax@60
Ritor1
parents:
diff changeset
6257 unsigned int v31; // ecx@60
Ritor1
parents:
diff changeset
6258 int v32; // edi@60
Ritor1
parents:
diff changeset
6259 unsigned int v33; // eax@65
Ritor1
parents:
diff changeset
6260 signed int v34; // edx@65
Ritor1
parents:
diff changeset
6261 char *v35; // ecx@66
Ritor1
parents:
diff changeset
6262 unsigned __int16 v36; // ax@69
Ritor1
parents:
diff changeset
6263 int v37; // ST14_4@72
Ritor1
parents:
diff changeset
6264 int v38; // eax@72
Ritor1
parents:
diff changeset
6265 int v39; // ST10_4@72
Ritor1
parents:
diff changeset
6266 int v40; // ST0C_4@72
Ritor1
parents:
diff changeset
6267 int v41; // edx@76
Ritor1
parents:
diff changeset
6268 int v42; // edx@77
Ritor1
parents:
diff changeset
6269 int v43; // edx@78
Ritor1
parents:
diff changeset
6270 unsigned __int8 v44; // zf@79
Ritor1
parents:
diff changeset
6271 int v45; // edx@79
Ritor1
parents:
diff changeset
6272 unsigned __int16 v46; // ax@80
Ritor1
parents:
diff changeset
6273 int v47; // eax@81
Ritor1
parents:
diff changeset
6274 int v48; // edx@87
Ritor1
parents:
diff changeset
6275 int v49; // edx@88
Ritor1
parents:
diff changeset
6276 int v50; // edx@89
Ritor1
parents:
diff changeset
6277 unsigned int v51; // eax@93
Ritor1
parents:
diff changeset
6278 signed int v52; // ebx@93
Ritor1
parents:
diff changeset
6279 char *v53; // edx@94
Ritor1
parents:
diff changeset
6280 unsigned __int16 v54; // ax@98
Ritor1
parents:
diff changeset
6281 unsigned int v55; // ecx@98
Ritor1
parents:
diff changeset
6282 signed int v56; // ebx@98
Ritor1
parents:
diff changeset
6283 char *v57; // edx@99
Ritor1
parents:
diff changeset
6284 unsigned __int16 v58; // ax@102
Ritor1
parents:
diff changeset
6285 unsigned __int16 v59; // ax@107
Ritor1
parents:
diff changeset
6286 unsigned int v60; // ecx@107
Ritor1
parents:
diff changeset
6287 signed int v61; // ebx@107
Ritor1
parents:
diff changeset
6288 char *v62; // edx@108
Ritor1
parents:
diff changeset
6289 unsigned __int16 v63; // ax@111
Ritor1
parents:
diff changeset
6290 int v64; // ebx@114
Ritor1
parents:
diff changeset
6291 signed int v65; // eax@114
Ritor1
parents:
diff changeset
6292 unsigned int v66; // edi@123
Ritor1
parents:
diff changeset
6293 unsigned __int16 v67; // ax@124
Ritor1
parents:
diff changeset
6294 unsigned int v68; // ecx@124
Ritor1
parents:
diff changeset
6295 signed int v69; // ebx@124
Ritor1
parents:
diff changeset
6296 char *v70; // edx@125
Ritor1
parents:
diff changeset
6297 unsigned __int16 v71; // ax@128
Ritor1
parents:
diff changeset
6298 unsigned int v72; // ebx@131
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6299 //int v73; // ST14_4@132
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6300 //int v74; // ST10_4@132
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6301 //int v75; // ebx@132
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6302 //int v76; // ST0C_4@132
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6303 //unsigned __int16 v77; // ax@132
0
Ritor1
parents:
diff changeset
6304 int v78; // eax@133
Ritor1
parents:
diff changeset
6305 char v79; // zf@139
Ritor1
parents:
diff changeset
6306 unsigned int v80; // eax@140
Ritor1
parents:
diff changeset
6307 signed int v81; // edx@140
Ritor1
parents:
diff changeset
6308 char *v82; // ecx@141
Ritor1
parents:
diff changeset
6309 unsigned __int16 v83; // ax@144
Ritor1
parents:
diff changeset
6310 unsigned __int16 v84; // ax@151
Ritor1
parents:
diff changeset
6311 unsigned int v85; // ecx@151
Ritor1
parents:
diff changeset
6312 signed int v86; // ebx@151
Ritor1
parents:
diff changeset
6313 char *v87; // edx@152
Ritor1
parents:
diff changeset
6314 unsigned __int16 v88; // ax@155
Ritor1
parents:
diff changeset
6315 unsigned int v89; // eax@158
Ritor1
parents:
diff changeset
6316 int v90; // ST34_4@159
Ritor1
parents:
diff changeset
6317 int v91; // eax@159
Ritor1
parents:
diff changeset
6318 unsigned int v92; // eax@163
Ritor1
parents:
diff changeset
6319 unsigned int v93; // eax@177
Ritor1
parents:
diff changeset
6320 char *v94; // ecx@178
Ritor1
parents:
diff changeset
6321 unsigned __int16 v95; // ax@181
Ritor1
parents:
diff changeset
6322 unsigned __int16 v96; // ax@184
Ritor1
parents:
diff changeset
6323 int v97; // eax@185
Ritor1
parents:
diff changeset
6324 unsigned __int16 v98; // ax@191
Ritor1
parents:
diff changeset
6325 unsigned int v99; // ecx@191
Ritor1
parents:
diff changeset
6326 char v100; // ST18_1@198
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6327 //int v101; // ST14_4@198
0
Ritor1
parents:
diff changeset
6328 int v102; // eax@198
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6329 //int v103; // ST10_4@198
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6330 //int v104; // ST0C_4@198
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6331 //unsigned __int16 v105; // ax@200
0
Ritor1
parents:
diff changeset
6332 signed int v106; // eax@208
Ritor1
parents:
diff changeset
6333 unsigned int v107; // edx@220
Ritor1
parents:
diff changeset
6334 signed int v108; // ebx@225
Ritor1
parents:
diff changeset
6335 unsigned int v109; // eax@234
Ritor1
parents:
diff changeset
6336 signed int v110; // ebx@234
Ritor1
parents:
diff changeset
6337 char *v111; // ecx@235
Ritor1
parents:
diff changeset
6338 unsigned __int16 v112; // ax@238
Ritor1
parents:
diff changeset
6339 unsigned __int16 v113; // si@241
Ritor1
parents:
diff changeset
6340 int v114; // eax@242
Ritor1
parents:
diff changeset
6341 int v115; // eax@245
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6342 //signed int v116; // eax@245
0
Ritor1
parents:
diff changeset
6343 unsigned __int16 v117; // ax@251
Ritor1
parents:
diff changeset
6344 unsigned int v118; // ecx@251
Ritor1
parents:
diff changeset
6345 signed int v119; // ebx@251
Ritor1
parents:
diff changeset
6346 char *v120; // edx@252
Ritor1
parents:
diff changeset
6347 unsigned __int16 v121; // ax@255
Ritor1
parents:
diff changeset
6348 unsigned int v122; // eax@260
Ritor1
parents:
diff changeset
6349 char *v123; // edx@261
Ritor1
parents:
diff changeset
6350 int v124; // eax@267
Ritor1
parents:
diff changeset
6351 int v125; // [sp-20h] [bp-4Ch]@28
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6352 //signed int v126; // [sp-1Ch] [bp-48h]@27
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6353 //unsigned int v127; // [sp-18h] [bp-44h]@27
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6354 //signed int v128; // [sp-14h] [bp-40h]@27
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6355 //signed int v129; // [sp-10h] [bp-3Ch]@27
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6356 //int v130; // [sp-Ch] [bp-38h]@27
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6357 //unsigned int v131; // [sp-8h] [bp-34h]@27
0
Ritor1
parents:
diff changeset
6358 char v132; // [sp-8h] [bp-34h]@131
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6359 //int v133; // [sp-4h] [bp-30h]@27
0
Ritor1
parents:
diff changeset
6360 char v134; // [sp-4h] [bp-30h]@131
Ritor1
parents:
diff changeset
6361 signed int v135; // [sp-4h] [bp-30h]@217
Ritor1
parents:
diff changeset
6362 int v136; // [sp+Ch] [bp-20h]@208
Ritor1
parents:
diff changeset
6363 int v137; // [sp+10h] [bp-1Ch]@208
Ritor1
parents:
diff changeset
6364 signed int v138; // [sp+14h] [bp-18h]@207
Ritor1
parents:
diff changeset
6365 signed int v139; // [sp+18h] [bp-14h]@208
Ritor1
parents:
diff changeset
6366 char *v140; // [sp+1Ch] [bp-10h]@61
Ritor1
parents:
diff changeset
6367 signed int v141; // [sp+1Ch] [bp-10h]@117
Ritor1
parents:
diff changeset
6368 unsigned int v142; // [sp+1Ch] [bp-10h]@158
Ritor1
parents:
diff changeset
6369 signed int v143; // [sp+1Ch] [bp-10h]@172
Ritor1
parents:
diff changeset
6370 char *v144; // [sp+1Ch] [bp-10h]@192
Ritor1
parents:
diff changeset
6371 signed int v145; // [sp+20h] [bp-Ch]@1
Ritor1
parents:
diff changeset
6372 signed int v146; // [sp+20h] [bp-Ch]@60
Ritor1
parents:
diff changeset
6373 int v147; // [sp+20h] [bp-Ch]@72
Ritor1
parents:
diff changeset
6374 signed int v148; // [sp+20h] [bp-Ch]@158
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6375 //int v149; // [sp+20h] [bp-Ch]@198
0
Ritor1
parents:
diff changeset
6376 unsigned __int16 v150; // [sp+20h] [bp-Ch]@208
Ritor1
parents:
diff changeset
6377 int v151; // [sp+24h] [bp-8h]@1
Ritor1
parents:
diff changeset
6378 signed int v152; // [sp+24h] [bp-8h]@208
Ritor1
parents:
diff changeset
6379 unsigned int v153; // [sp+28h] [bp-4h]@1
Ritor1
parents:
diff changeset
6380
Ritor1
parents:
diff changeset
6381 v153 = uLayingItemID;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6382 //v2 = &pSpriteObjects[uLayingItemID];
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6383 v3 = &pObjectList->pObjects[pSpriteObjects[uLayingItemID].uObjectDescID];
0
Ritor1
parents:
diff changeset
6384 v145 = a2;
848
ceef50611567 * AI fixed (temporary)
zipi
parents: 838
diff changeset
6385 v151 = PID_TYPE(a2);
ceef50611567 * AI fixed (temporary)
zipi
parents: 838
diff changeset
6386 if ( PID_TYPE(a2) == OBJECT_Actor)
ceef50611567 * AI fixed (temporary)
zipi
parents: 838
diff changeset
6387 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6388 if ( PID_TYPE(pSpriteObjects[uLayingItemID].spell_caster_pid) == OBJECT_Actor
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6389 && !pActors[PID_ID(pSpriteObjects[uLayingItemID].spell_caster_pid)].GetActorsRelation(&pActors[PID_ID(a2)]) )
0
Ritor1
parents:
diff changeset
6390 return 1;
Ritor1
parents:
diff changeset
6391 }
Ritor1
parents:
diff changeset
6392 else
Ritor1
parents:
diff changeset
6393 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6394 if ( PID_TYPE(a2) == OBJECT_Player && PID_TYPE(pSpriteObjects[uLayingItemID].spell_caster_pid) == OBJECT_Player)
0
Ritor1
parents:
diff changeset
6395 return 1;
Ritor1
parents:
diff changeset
6396 }
Ritor1
parents:
diff changeset
6397 if ( pParty->bTurnBasedModeOn == 1 )
Ritor1
parents:
diff changeset
6398 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6399 v5 = pSpriteObjects[uLayingItemID].uAttributes;
0
Ritor1
parents:
diff changeset
6400 if ( v5 & 4 )
Ritor1
parents:
diff changeset
6401 {
1450
8ff3c675a726 more renaming TE
Gloval
parents: 1445
diff changeset
6402 --pTurnEngine->pending_actions;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6403 pSpriteObjects[uLayingItemID].uAttributes = v5 & 0xFFFB;
0
Ritor1
parents:
diff changeset
6404 }
Ritor1
parents:
diff changeset
6405 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6406 if ( v151 == OBJECT_BModel && PID_TYPE(pSpriteObjects[uLayingItemID].spell_caster_pid) != OBJECT_Player)
1280
89210052dbb4 bugfix PID_ID(v2->spell_caster_pid)==1000
Gloval
parents: 1276
diff changeset
6407 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6408 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
6409 BYTE2(pActors[PID_ID(pSpriteObjects[uLayingItemID].spell_caster_pid)].uAttributes) |= 4;
1280
89210052dbb4 bugfix PID_ID(v2->spell_caster_pid)==1000
Gloval
parents: 1276
diff changeset
6410 }
89210052dbb4 bugfix PID_ID(v2->spell_caster_pid)==1000
Gloval
parents: 1276
diff changeset
6411
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6412 //v6 = v2->uType;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6413 //v7 = v2->uType;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6414 if ( pSpriteObjects[uLayingItemID].uType > 3060 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6415 {
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6416 if ( pSpriteObjects[uLayingItemID].uType > 6090 )
0
Ritor1
parents:
diff changeset
6417 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6418 if ( pSpriteObjects[uLayingItemID].uType > 8090 )
0
Ritor1
parents:
diff changeset
6419 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6420 if ( pSpriteObjects[uLayingItemID].uType == 9010 )
0
Ritor1
parents:
diff changeset
6421 goto LABEL_247;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6422 if ( pSpriteObjects[uLayingItemID].uType != 9030 )
0
Ritor1
parents:
diff changeset
6423 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6424 if ( pSpriteObjects[uLayingItemID].uType != 9040 )
0
Ritor1
parents:
diff changeset
6425 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6426 if ( pSpriteObjects[uLayingItemID].uType != 9080 )
0
Ritor1
parents:
diff changeset
6427 return 0;
Ritor1
parents:
diff changeset
6428 LABEL_191:
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6429 v98 = pSpriteObjects[uLayingItemID].uType + 1;
0
Ritor1
parents:
diff changeset
6430 v99 = pObjectList->uNumObjects;
Ritor1
parents:
diff changeset
6431 v32 = 0;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6432 pSpriteObjects[uLayingItemID].uType = v98;
0
Ritor1
parents:
diff changeset
6433 v146 = 0;
Ritor1
parents:
diff changeset
6434 if ( (signed int)v99 > 0 )
Ritor1
parents:
diff changeset
6435 {
Ritor1
parents:
diff changeset
6436 v144 = (char *)&pObjectList->pObjects->uObjectID;
Ritor1
parents:
diff changeset
6437 while ( v98 != *(short *)v144 )
Ritor1
parents:
diff changeset
6438 {
Ritor1
parents:
diff changeset
6439 ++v146;
Ritor1
parents:
diff changeset
6440 v144 += 56;
Ritor1
parents:
diff changeset
6441 if ( v146 >= (signed int)v99 )
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6442 {
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6443 pSpriteObjects[uLayingItemID].uObjectDescID = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6444 if ( !v32 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6445 SpriteObject::OnInteraction(v153);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6446 v100 = pSpriteObjects[uLayingItemID].field_61;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6447 pSpriteObjects[uLayingItemID].uSpriteFrameID = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6448 v102 = 8 * v153;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6449 LOBYTE(v102) = PID(OBJECT_Item,v153);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6450 pSpriteObjects[uLayingItemID].vVelocity.x = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6451 pSpriteObjects[uLayingItemID].vVelocity.y = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6452 pSpriteObjects[uLayingItemID].vVelocity.z = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6453 stru_50FE08.Add(v102, 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v100, v32);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6454 if (v3->uFlags & OBJECT_DESC_TRIAL_PARTICLE)
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6455 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
6456 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v32 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6457 v47 = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6458 else
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6459 v47 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6460 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6461 pAudioPlayer->PlaySound((SoundID)v125, v102, v32, -1, v32, v47, v32, v32);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6462 return 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6463 }
0
Ritor1
parents:
diff changeset
6464 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6465 pSpriteObjects[uLayingItemID].uObjectDescID = v146;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6466 if ( v146 == (short)v32 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6467 SpriteObject::OnInteraction(v153);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6468 v100 = pSpriteObjects[uLayingItemID].field_61;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6469 pSpriteObjects[uLayingItemID].uSpriteFrameID = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6470 v102 = 8 * v153;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6471 LOBYTE(v102) = PID(OBJECT_Item,v153);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6472 pSpriteObjects[uLayingItemID].vVelocity.x = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6473 pSpriteObjects[uLayingItemID].vVelocity.y = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6474 pSpriteObjects[uLayingItemID].vVelocity.z = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6475 stru_50FE08.Add(v102, 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v100, v32);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6476 if (v3->uFlags & OBJECT_DESC_TRIAL_PARTICLE)
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6477 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
6478 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v32 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6479 v47 = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6480 else
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6481 v47 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6482 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6483 pAudioPlayer->PlaySound((SoundID)v125, v102, v32, -1, v32, v47, v32, v32);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6484 return 0;
0
Ritor1
parents:
diff changeset
6485 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6486 pSpriteObjects[uLayingItemID].uObjectDescID = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6487 if ( !v32 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6488 SpriteObject::OnInteraction(v153);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6489 v100 = pSpriteObjects[uLayingItemID].field_61;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6490 pSpriteObjects[uLayingItemID].uSpriteFrameID = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6491 v102 = 8 * v153;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6492 LOBYTE(v102) = PID(OBJECT_Item,v153);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6493 pSpriteObjects[uLayingItemID].vVelocity.x = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6494 pSpriteObjects[uLayingItemID].vVelocity.y = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6495 pSpriteObjects[uLayingItemID].vVelocity.z = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6496 stru_50FE08.Add(v102, 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v100, v32);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6497 if (v3->uFlags & OBJECT_DESC_TRIAL_PARTICLE)
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6498 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
6499 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v32 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6500 v47 = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6501 else
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6502 v47 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6503 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6504 pAudioPlayer->PlaySound((SoundID)v125, v102, v32, -1, v32, v47, v32, v32);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6505 return 0;
0
Ritor1
parents:
diff changeset
6506 }
Ritor1
parents:
diff changeset
6507 goto LABEL_93;
Ritor1
parents:
diff changeset
6508 }
Ritor1
parents:
diff changeset
6509 LABEL_172:
Ritor1
parents:
diff changeset
6510 v143 = 17030;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6511 switch ( pSpriteObjects[uLayingItemID].uType )
0
Ritor1
parents:
diff changeset
6512 {
Ritor1
parents:
diff changeset
6513 case 0x1798u:
Ritor1
parents:
diff changeset
6514 v143 = 15040;
Ritor1
parents:
diff changeset
6515 break;
Ritor1
parents:
diff changeset
6516 case 0xFAAu:
Ritor1
parents:
diff changeset
6517 v143 = 13010;
Ritor1
parents:
diff changeset
6518 break;
Ritor1
parents:
diff changeset
6519 case 0x2346u:
Ritor1
parents:
diff changeset
6520 v143 = 18030;
Ritor1
parents:
diff changeset
6521 break;
Ritor1
parents:
diff changeset
6522 }
Ritor1
parents:
diff changeset
6523 v138 = 1;
141
cca78efb377e Constants -> enums
Nomad
parents: 135
diff changeset
6524 if ( v151 != OBJECT_Actor)
0
Ritor1
parents:
diff changeset
6525 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6526 if ( pSpriteObjects[uLayingItemID].uType != 9030 || pSpriteObjects[uLayingItemID].spell_skill != 4 )
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6527 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6528 SpriteObject::OnInteraction(v153);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6529 return 0;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6530 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6531 pSpriteObjects[uLayingItemID]._46BEF1_apply_spells_aoe();
0
Ritor1
parents:
diff changeset
6532 LABEL_233:
Ritor1
parents:
diff changeset
6533 if ( !v138 )
Ritor1
parents:
diff changeset
6534 {
Ritor1
parents:
diff changeset
6535 v109 = pObjectList->uNumObjects;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6536 ++pSpriteObjects[uLayingItemID].uType;
0
Ritor1
parents:
diff changeset
6537 v110 = 0;
Ritor1
parents:
diff changeset
6538 if ( (signed int)v109 <= 0 )
Ritor1
parents:
diff changeset
6539 {
Ritor1
parents:
diff changeset
6540 LABEL_238:
Ritor1
parents:
diff changeset
6541 v112 = 0;
Ritor1
parents:
diff changeset
6542 }
Ritor1
parents:
diff changeset
6543 else
Ritor1
parents:
diff changeset
6544 {
Ritor1
parents:
diff changeset
6545 v111 = (char *)&pObjectList->pObjects->uObjectID;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6546 while ( pSpriteObjects[uLayingItemID].uType != *(short *)v111 )
0
Ritor1
parents:
diff changeset
6547 {
Ritor1
parents:
diff changeset
6548 ++v110;
Ritor1
parents:
diff changeset
6549 v111 += 56;
Ritor1
parents:
diff changeset
6550 if ( v110 >= (signed int)v109 )
Ritor1
parents:
diff changeset
6551 goto LABEL_238;
Ritor1
parents:
diff changeset
6552 }
Ritor1
parents:
diff changeset
6553 v112 = v110;
Ritor1
parents:
diff changeset
6554 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6555 pSpriteObjects[uLayingItemID].uObjectDescID = v112;
0
Ritor1
parents:
diff changeset
6556 if ( !v112 )
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
6557 SpriteObject::OnInteraction(v153);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6558 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6559 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6560 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6561 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6562 v113 = pSpriteObjects[uLayingItemID].uSoundID;
0
Ritor1
parents:
diff changeset
6563 if ( v113 )
Ritor1
parents:
diff changeset
6564 v114 = (signed __int16)v113 + 4;
Ritor1
parents:
diff changeset
6565 else
Ritor1
parents:
diff changeset
6566 v114 = 0;
Ritor1
parents:
diff changeset
6567 v115 = 8 * v153;
862
f4394e320312 * PID mistake fixed
zipi
parents: 857
diff changeset
6568 LOBYTE(v115) = PID(OBJECT_Item,v153);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6569 v125 = v143 + 1;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6570 pAudioPlayer->PlaySound((SoundID)v125, v115, 0, -1, 0, v114, 0, 0);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6571 return 0;
0
Ritor1
parents:
diff changeset
6572 }
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
6573 SpriteObject::OnInteraction(v153);
0
Ritor1
parents:
diff changeset
6574 return 0;
Ritor1
parents:
diff changeset
6575 }
Ritor1
parents:
diff changeset
6576 v106 = v145;
Ritor1
parents:
diff changeset
6577 v150 = 0;
848
ceef50611567 * AI fixed (temporary)
zipi
parents: 838
diff changeset
6578 v139 = PID_ID(v106);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6579 v137 = pSpriteObjects[uLayingItemID].spell_level;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6580 v152 = pSpriteObjects[uLayingItemID].spell_skill;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6581 v136 = pSpriteObjects[uLayingItemID].spell_id;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6582 if ( pSpriteObjects[uLayingItemID].uType == 9030 )
0
Ritor1
parents:
diff changeset
6583 {
Ritor1
parents:
diff changeset
6584 v150 = 2;
Ritor1
parents:
diff changeset
6585 if ( v152 == 2 )
Ritor1
parents:
diff changeset
6586 {
Ritor1
parents:
diff changeset
6587 v150 = 3;
Ritor1
parents:
diff changeset
6588 }
Ritor1
parents:
diff changeset
6589 else
Ritor1
parents:
diff changeset
6590 {
Ritor1
parents:
diff changeset
6591 if ( v152 >= 3 )
Ritor1
parents:
diff changeset
6592 v150 = 4;
Ritor1
parents:
diff changeset
6593 }
Ritor1
parents:
diff changeset
6594 BYTE2(pActors[v139].uAttributes) |= 8u;
Ritor1
parents:
diff changeset
6595 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6596 if ( pSpriteObjects[uLayingItemID].uType == 6040 )
0
Ritor1
parents:
diff changeset
6597 {
Ritor1
parents:
diff changeset
6598 v135 = 7;
Ritor1
parents:
diff changeset
6599 }
Ritor1
parents:
diff changeset
6600 else
Ritor1
parents:
diff changeset
6601 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6602 if ( pSpriteObjects[uLayingItemID].uType == 8030 )
0
Ritor1
parents:
diff changeset
6603 {
Ritor1
parents:
diff changeset
6604 v135 = 9;
Ritor1
parents:
diff changeset
6605 }
Ritor1
parents:
diff changeset
6606 else
Ritor1
parents:
diff changeset
6607 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6608 if ( pSpriteObjects[uLayingItemID].uType != 9030 )
0
Ritor1
parents:
diff changeset
6609 {
Ritor1
parents:
diff changeset
6610 v107 = v136;
Ritor1
parents:
diff changeset
6611 LABEL_222:
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6612 if ( pSpriteObjects[uLayingItemID].uType != 9030 || v152 != 4 )
0
Ritor1
parents:
diff changeset
6613 {
Ritor1
parents:
diff changeset
6614 v108 = v139;
Ritor1
parents:
diff changeset
6615 if ( stru_50C198.GetMagicalResistance(&pActors[v139], v107) )
Ritor1
parents:
diff changeset
6616 {
Ritor1
parents:
diff changeset
6617 v138 = 0;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6618 if ( pSpriteObjects[uLayingItemID].uType == 8030 )
0
Ritor1
parents:
diff changeset
6619 {
Ritor1
parents:
diff changeset
6620 pActors[v108].uAIState = Standing;
Ritor1
parents:
diff changeset
6621 pActors[v108].UpdateAnimation();
Ritor1
parents:
diff changeset
6622 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6623 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
6624 v152, v150, 0, 0);
0
Ritor1
parents:
diff changeset
6625 }
Ritor1
parents:
diff changeset
6626 }
Ritor1
parents:
diff changeset
6627 else
Ritor1
parents:
diff changeset
6628 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6629 pSpriteObjects[uLayingItemID]._46BEF1_apply_spells_aoe();
0
Ritor1
parents:
diff changeset
6630 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6631 pSpriteObjects[uLayingItemID].spell_level = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6632 pSpriteObjects[uLayingItemID].spell_skill = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6633 pSpriteObjects[uLayingItemID].spell_id = 0;
0
Ritor1
parents:
diff changeset
6634 goto LABEL_233;
Ritor1
parents:
diff changeset
6635 }
Ritor1
parents:
diff changeset
6636 v135 = 10;
Ritor1
parents:
diff changeset
6637 }
Ritor1
parents:
diff changeset
6638 }
Ritor1
parents:
diff changeset
6639 v107 = v135;
Ritor1
parents:
diff changeset
6640 goto LABEL_222;
Ritor1
parents:
diff changeset
6641 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6642 if ( pSpriteObjects[uLayingItemID].uType == 8090 || pSpriteObjects[uLayingItemID].uType == 7030 || pSpriteObjects[uLayingItemID].uType == 7090 || pSpriteObjects[uLayingItemID].uType == 8000 )
0
Ritor1
parents:
diff changeset
6643 goto LABEL_93;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6644 if ( pSpriteObjects[uLayingItemID].uType == 8010 )
0
Ritor1
parents:
diff changeset
6645 {
Ritor1
parents:
diff changeset
6646 if ( v151 == 3
848
ceef50611567 * AI fixed (temporary)
zipi
parents: 838
diff changeset
6647 && MonsterStats::BelongsToSupertype(pActors[PID_ID(v145)].pMonsterInfo.uID, MONSTER_SUPERTYPE_UNDEAD) )
0
Ritor1
parents:
diff changeset
6648 sub_43A97E(v153, v145);
Ritor1
parents:
diff changeset
6649 v93 = pObjectList->uNumObjects;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6650 ++pSpriteObjects[uLayingItemID].uType;
0
Ritor1
parents:
diff changeset
6651 v9 = 0;
Ritor1
parents:
diff changeset
6652 v52 = 0;
Ritor1
parents:
diff changeset
6653 if ( (signed int)v93 > 0 )
Ritor1
parents:
diff changeset
6654 {
Ritor1
parents:
diff changeset
6655 v94 = (char *)&pObjectList->pObjects->uObjectID;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6656 while ( pSpriteObjects[uLayingItemID].uType != *(short *)v94 )
0
Ritor1
parents:
diff changeset
6657 {
Ritor1
parents:
diff changeset
6658 ++v52;
Ritor1
parents:
diff changeset
6659 v94 += 56;
Ritor1
parents:
diff changeset
6660 if ( v52 >= (signed int)v93 )
Ritor1
parents:
diff changeset
6661 goto LABEL_181;
Ritor1
parents:
diff changeset
6662 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6663 v95 = v52;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6664 pSpriteObjects[uLayingItemID].uObjectDescID = v95;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6665 if ( v95 == (short)v9 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6666 SpriteObject::OnInteraction(v153);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6667 v96 = pSpriteObjects[uLayingItemID].uSoundID;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6668 pSpriteObjects[uLayingItemID].vVelocity.z = v9;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6669 pSpriteObjects[uLayingItemID].vVelocity.y = v9;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6670 pSpriteObjects[uLayingItemID].vVelocity.x = v9;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6671 pSpriteObjects[uLayingItemID].uSpriteFrameID = v9;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6672 if ( v96 == (short)v9 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6673 v97 = 0;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6674 else
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6675 v97 = (signed __int16)v96 + 4;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
6676 v92 = v153;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6677 v124 = 8 * v92;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6678 LOBYTE(v124) = v124 | 2;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6679 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6680 pAudioPlayer->PlaySound((SoundID)v125, v124, v9, -1, v9, v97, v9, v9);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6681 return 0;
0
Ritor1
parents:
diff changeset
6682 }
Ritor1
parents:
diff changeset
6683 goto LABEL_181;
Ritor1
parents:
diff changeset
6684 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6685 v79 = pSpriteObjects[uLayingItemID].uType == 8030;
0
Ritor1
parents:
diff changeset
6686 }
Ritor1
parents:
diff changeset
6687 else
Ritor1
parents:
diff changeset
6688 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6689 if ( pSpriteObjects[uLayingItemID].uType == 6090 )
0
Ritor1
parents:
diff changeset
6690 goto LABEL_93;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6691 if ( pSpriteObjects[uLayingItemID].uType <= 4070 )
0
Ritor1
parents:
diff changeset
6692 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6693 if ( pSpriteObjects[uLayingItemID].uType != 4070 )
0
Ritor1
parents:
diff changeset
6694 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6695 v48 = pSpriteObjects[uLayingItemID].uType - 3090;
0
Ritor1
parents:
diff changeset
6696 if ( v48 )
Ritor1
parents:
diff changeset
6697 {
Ritor1
parents:
diff changeset
6698 v49 = v48 - 2;
Ritor1
parents:
diff changeset
6699 if ( v49 )
Ritor1
parents:
diff changeset
6700 {
Ritor1
parents:
diff changeset
6701 v50 = v49 - 908;
Ritor1
parents:
diff changeset
6702 if ( !v50 )
Ritor1
parents:
diff changeset
6703 goto LABEL_93;
Ritor1
parents:
diff changeset
6704 v45 = v50 - 30;
Ritor1
parents:
diff changeset
6705 v44 = v45 == 0;
Ritor1
parents:
diff changeset
6706 goto LABEL_91;
Ritor1
parents:
diff changeset
6707 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6708 v54 = pSpriteObjects[uLayingItemID].uType - 1;
0
Ritor1
parents:
diff changeset
6709 v55 = pObjectList->uNumObjects;
Ritor1
parents:
diff changeset
6710 v9 = 0;
Ritor1
parents:
diff changeset
6711 v56 = 0;
Ritor1
parents:
diff changeset
6712 v44 = pObjectList->uNumObjects == 0;
Ritor1
parents:
diff changeset
6713 v20 = (pObjectList->uNumObjects & 0x80000000u) != 0;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6714 pSpriteObjects[uLayingItemID].uType = v54;
0
Ritor1
parents:
diff changeset
6715 if ( v20 | v44 )
Ritor1
parents:
diff changeset
6716 {
Ritor1
parents:
diff changeset
6717 LABEL_102:
Ritor1
parents:
diff changeset
6718 v58 = 0;
Ritor1
parents:
diff changeset
6719 }
Ritor1
parents:
diff changeset
6720 else
Ritor1
parents:
diff changeset
6721 {
Ritor1
parents:
diff changeset
6722 v57 = (char *)&pObjectList->pObjects->uObjectID;
Ritor1
parents:
diff changeset
6723 while ( v54 != *(short *)v57 )
Ritor1
parents:
diff changeset
6724 {
Ritor1
parents:
diff changeset
6725 ++v56;
Ritor1
parents:
diff changeset
6726 v57 += 56;
Ritor1
parents:
diff changeset
6727 if ( v56 >= (signed int)v55 )
Ritor1
parents:
diff changeset
6728 goto LABEL_102;
Ritor1
parents:
diff changeset
6729 }
Ritor1
parents:
diff changeset
6730 v58 = v56;
Ritor1
parents:
diff changeset
6731 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6732 pSpriteObjects[uLayingItemID].uObjectDescID = v58;
0
Ritor1
parents:
diff changeset
6733 if ( !v58 )
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
6734 SpriteObject::OnInteraction(v153);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6735 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6736 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6737 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6738 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
0
Ritor1
parents:
diff changeset
6739 sub_43A97E(v153, v145);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6740 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v9 )
0
Ritor1
parents:
diff changeset
6741 v16 = 0;
Ritor1
parents:
diff changeset
6742 else
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6743 v16 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6744 v124 = 8 * v153;
0
Ritor1
parents:
diff changeset
6745 LOBYTE(v124) = v124 | 2;
1456
5c95f2246c2a TE mostly working
Gloval
parents: 1450
diff changeset
6746 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6747 pAudioPlayer->PlaySound((SoundID)v125, v124, v9, -1, v9, v16, v9, v9);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6748 return 0;
0
Ritor1
parents:
diff changeset
6749 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6750 v59 = pSpriteObjects[uLayingItemID].uType + 2;
0
Ritor1
parents:
diff changeset
6751 v60 = pObjectList->uNumObjects;
Ritor1
parents:
diff changeset
6752 v9 = 0;
Ritor1
parents:
diff changeset
6753 v61 = 0;
Ritor1
parents:
diff changeset
6754 v44 = pObjectList->uNumObjects == 0;
Ritor1
parents:
diff changeset
6755 v20 = (pObjectList->uNumObjects & 0x80000000u) != 0;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6756 pSpriteObjects[uLayingItemID].uType = v59;
0
Ritor1
parents:
diff changeset
6757 if ( v20 | v44 )
Ritor1
parents:
diff changeset
6758 {
Ritor1
parents:
diff changeset
6759 LABEL_111:
Ritor1
parents:
diff changeset
6760 v63 = 0;
Ritor1
parents:
diff changeset
6761 }
Ritor1
parents:
diff changeset
6762 else
Ritor1
parents:
diff changeset
6763 {
Ritor1
parents:
diff changeset
6764 v62 = (char *)&pObjectList->pObjects->uObjectID;
Ritor1
parents:
diff changeset
6765 while ( v59 != *(short *)v62 )
Ritor1
parents:
diff changeset
6766 {
Ritor1
parents:
diff changeset
6767 ++v61;
Ritor1
parents:
diff changeset
6768 v62 += 56;
Ritor1
parents:
diff changeset
6769 if ( v61 >= (signed int)v60 )
Ritor1
parents:
diff changeset
6770 goto LABEL_111;
Ritor1
parents:
diff changeset
6771 }
Ritor1
parents:
diff changeset
6772 v63 = v61;
Ritor1
parents:
diff changeset
6773 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6774 pSpriteObjects[uLayingItemID].uObjectDescID = v63;
0
Ritor1
parents:
diff changeset
6775 if ( !v63 )
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
6776 SpriteObject::OnInteraction(v153);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6777 v64 = pSpriteObjects[uLayingItemID].uFacing - stru_5C6E00->uIntegerDoublePi;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6778 v44 = pSpriteObjects[uLayingItemID].spell_skill == 4;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6779 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6780 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6781 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
0
Ritor1
parents:
diff changeset
6782 v65 = 7;
Ritor1
parents:
diff changeset
6783 if ( v44 )
Ritor1
parents:
diff changeset
6784 v65 = 9;
Ritor1
parents:
diff changeset
6785 if ( v65 > 0 )
Ritor1
parents:
diff changeset
6786 {
Ritor1
parents:
diff changeset
6787 v141 = v65;
Ritor1
parents:
diff changeset
6788 do
Ritor1
parents:
diff changeset
6789 {
Ritor1
parents:
diff changeset
6790 v64 += (signed int)stru_5C6E00->uIntegerHalfPi >> 1;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6791 pSpriteObjects[uLayingItemID].Create(v64, 0, 1000, 0);
0
Ritor1
parents:
diff changeset
6792 --v141;
Ritor1
parents:
diff changeset
6793 }
Ritor1
parents:
diff changeset
6794 while ( v141 );
Ritor1
parents:
diff changeset
6795 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6796 SpriteObject::OnInteraction(v153);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6797 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v9 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6798 v16 = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6799 else
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6800 v16 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6801 v124 = 8 * v153;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6802 LOBYTE(v124) = v124 | 2;
1456
5c95f2246c2a TE mostly working
Gloval
parents: 1450
diff changeset
6803 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6804 pAudioPlayer->PlaySound((SoundID)v125, v124, v9, -1, v9, v16, v9, v9);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6805 return 0;
0
Ritor1
parents:
diff changeset
6806 }
Ritor1
parents:
diff changeset
6807 if ( v151 == 6 || v151 == 5 || (v66 = 0, !v151) )
Ritor1
parents:
diff changeset
6808 return 1;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6809 v67 = pSpriteObjects[uLayingItemID].uType + 1;
0
Ritor1
parents:
diff changeset
6810 v68 = pObjectList->uNumObjects;
Ritor1
parents:
diff changeset
6811 v69 = 0;
Ritor1
parents:
diff changeset
6812 v44 = pObjectList->uNumObjects == 0;
Ritor1
parents:
diff changeset
6813 v20 = (pObjectList->uNumObjects & 0x80000000u) != 0;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6814 pSpriteObjects[uLayingItemID].uType = v67;
0
Ritor1
parents:
diff changeset
6815 if ( v20 | v44 )
Ritor1
parents:
diff changeset
6816 {
Ritor1
parents:
diff changeset
6817 LABEL_128:
Ritor1
parents:
diff changeset
6818 v71 = 0;
Ritor1
parents:
diff changeset
6819 }
Ritor1
parents:
diff changeset
6820 else
Ritor1
parents:
diff changeset
6821 {
Ritor1
parents:
diff changeset
6822 v70 = (char *)&pObjectList->pObjects->uObjectID;
Ritor1
parents:
diff changeset
6823 while ( v67 != *(short *)v70 )
Ritor1
parents:
diff changeset
6824 {
Ritor1
parents:
diff changeset
6825 ++v69;
Ritor1
parents:
diff changeset
6826 v70 += 56;
Ritor1
parents:
diff changeset
6827 if ( v69 >= (signed int)v68 )
Ritor1
parents:
diff changeset
6828 goto LABEL_128;
Ritor1
parents:
diff changeset
6829 }
Ritor1
parents:
diff changeset
6830 v71 = v69;
Ritor1
parents:
diff changeset
6831 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6832 pSpriteObjects[uLayingItemID].uObjectDescID = v71;
0
Ritor1
parents:
diff changeset
6833 if ( !v71 )
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
6834 SpriteObject::OnInteraction(v153);
0
Ritor1
parents:
diff changeset
6835 v134 = 0;
Ritor1
parents:
diff changeset
6836 v72 = v153;
Ritor1
parents:
diff changeset
6837 v132 = 0;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6838 pSpriteObjects[uLayingItemID].vVelocity.z = v66;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6839 pSpriteObjects[uLayingItemID].vVelocity.y = v66;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6840 pSpriteObjects[uLayingItemID].vVelocity.x = v66;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6841 pSpriteObjects[uLayingItemID].uSpriteFrameID = v66;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6842 stru_50FE08.Add(PID(OBJECT_Item,v72), 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v132, v134);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6843 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v66 )
0
Ritor1
parents:
diff changeset
6844 v78 = 0;
Ritor1
parents:
diff changeset
6845 else
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6846 v78 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6847 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6848 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
6849 return 0;
0
Ritor1
parents:
diff changeset
6850 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6851 if ( pSpriteObjects[uLayingItemID].uType == 4090 )
0
Ritor1
parents:
diff changeset
6852 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6853 v84 = pSpriteObjects[uLayingItemID].uType + 2;
0
Ritor1
parents:
diff changeset
6854 v85 = pObjectList->uNumObjects;
Ritor1
parents:
diff changeset
6855 v9 = 0;
Ritor1
parents:
diff changeset
6856 v86 = 0;
Ritor1
parents:
diff changeset
6857 v44 = pObjectList->uNumObjects == 0;
Ritor1
parents:
diff changeset
6858 v20 = (pObjectList->uNumObjects & 0x80000000u) != 0;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6859 pSpriteObjects[uLayingItemID].uType = v84;
0
Ritor1
parents:
diff changeset
6860 if ( v20 | v44 )
Ritor1
parents:
diff changeset
6861 {
Ritor1
parents:
diff changeset
6862 LABEL_155:
Ritor1
parents:
diff changeset
6863 v88 = 0;
Ritor1
parents:
diff changeset
6864 }
Ritor1
parents:
diff changeset
6865 else
Ritor1
parents:
diff changeset
6866 {
Ritor1
parents:
diff changeset
6867 v87 = (char *)&pObjectList->pObjects->uObjectID;
Ritor1
parents:
diff changeset
6868 while ( v84 != *(short *)v87 )
Ritor1
parents:
diff changeset
6869 {
Ritor1
parents:
diff changeset
6870 ++v86;
Ritor1
parents:
diff changeset
6871 v87 += 56;
Ritor1
parents:
diff changeset
6872 if ( v86 >= (signed int)v85 )
Ritor1
parents:
diff changeset
6873 goto LABEL_155;
Ritor1
parents:
diff changeset
6874 }
Ritor1
parents:
diff changeset
6875 v88 = v86;
Ritor1
parents:
diff changeset
6876 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6877 pSpriteObjects[uLayingItemID].uObjectDescID = v88;
0
Ritor1
parents:
diff changeset
6878 if ( !v88 )
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
6879 SpriteObject::OnInteraction(v153);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6880 v89 = pSpriteObjects[uLayingItemID].uFacing - stru_5C6E00->uIntegerDoublePi;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6881 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6882 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6883 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
0
Ritor1
parents:
diff changeset
6884 v142 = v89;
Ritor1
parents:
diff changeset
6885 v148 = 7;
Ritor1
parents:
diff changeset
6886 do
Ritor1
parents:
diff changeset
6887 {
Ritor1
parents:
diff changeset
6888 pRnd->SetRange(-128, 128);
Ritor1
parents:
diff changeset
6889 v90 = pRnd->GetInRange();
Ritor1
parents:
diff changeset
6890 pRnd->SetRange(5, 500);
Ritor1
parents:
diff changeset
6891 v91 = pRnd->GetInRange();
Ritor1
parents:
diff changeset
6892 v142 += (signed int)stru_5C6E00->uIntegerHalfPi >> 1;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6893 pSpriteObjects[uLayingItemID].Create(v90 + v142, 0, v91, 0);
0
Ritor1
parents:
diff changeset
6894 --v148;
Ritor1
parents:
diff changeset
6895 }
Ritor1
parents:
diff changeset
6896 while ( v148 );
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6897 SpriteObject::OnInteraction(v153);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6898 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v9 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6899 v16 = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6900 else
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6901 v16 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6902 v124 = 8 * v153;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6903 LOBYTE(v124) = v124 | 2;
1456
5c95f2246c2a TE mostly working
Gloval
parents: 1450
diff changeset
6904 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id-1] + 1;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6905 pAudioPlayer->PlaySound((SoundID)v125, v124, v9, -1, v9, v16, v9, v9);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6906 return 0;
0
Ritor1
parents:
diff changeset
6907 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6908 if ( pSpriteObjects[uLayingItemID].uType == 4092 )
0
Ritor1
parents:
diff changeset
6909 {
Ritor1
parents:
diff changeset
6910 v80 = pObjectList->uNumObjects;
Ritor1
parents:
diff changeset
6911 v66 = 0;
Ritor1
parents:
diff changeset
6912 v81 = 0;
Ritor1
parents:
diff changeset
6913 v44 = pObjectList->uNumObjects == 0;
Ritor1
parents:
diff changeset
6914 v20 = (pObjectList->uNumObjects & 0x80000000u) != 0;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6915 pSpriteObjects[uLayingItemID].uType = 4091;
0
Ritor1
parents:
diff changeset
6916 if ( v20 | v44 )
Ritor1
parents:
diff changeset
6917 {
Ritor1
parents:
diff changeset
6918 LABEL_144:
Ritor1
parents:
diff changeset
6919 v83 = 0;
Ritor1
parents:
diff changeset
6920 }
Ritor1
parents:
diff changeset
6921 else
Ritor1
parents:
diff changeset
6922 {
Ritor1
parents:
diff changeset
6923 v82 = (char *)&pObjectList->pObjects->uObjectID;
Ritor1
parents:
diff changeset
6924 while ( *(short *)v82 != 4091 )
Ritor1
parents:
diff changeset
6925 {
Ritor1
parents:
diff changeset
6926 ++v81;
Ritor1
parents:
diff changeset
6927 v82 += 56;
Ritor1
parents:
diff changeset
6928 if ( v81 >= (signed int)v80 )
Ritor1
parents:
diff changeset
6929 goto LABEL_144;
Ritor1
parents:
diff changeset
6930 }
Ritor1
parents:
diff changeset
6931 v83 = v81;
Ritor1
parents:
diff changeset
6932 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6933 pSpriteObjects[uLayingItemID].uObjectDescID = v83;
0
Ritor1
parents:
diff changeset
6934 if ( !v83 )
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
6935 SpriteObject::OnInteraction(v153);
0
Ritor1
parents:
diff changeset
6936 v134 = 0;
Ritor1
parents:
diff changeset
6937 v72 = v153;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6938 v132 = pSpriteObjects[uLayingItemID].field_61;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6939 pSpriteObjects[uLayingItemID].vVelocity.z = v66;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6940 pSpriteObjects[uLayingItemID].vVelocity.y = v66;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6941 pSpriteObjects[uLayingItemID].vVelocity.x = v66;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6942 pSpriteObjects[uLayingItemID].uSpriteFrameID = v66;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6943 stru_50FE08.Add(PID(OBJECT_Item,v72), 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v132, v134);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6944 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v66 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6945 v78 = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6946 else
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6947 v78 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6948 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6949 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
6950 return 0;
0
Ritor1
parents:
diff changeset
6951 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6952 if ( pSpriteObjects[uLayingItemID].uType == 4100 || pSpriteObjects[uLayingItemID].uType == 6010 )
0
Ritor1
parents:
diff changeset
6953 goto LABEL_93;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6954 v79 = pSpriteObjects[uLayingItemID].uType == 6040;
0
Ritor1
parents:
diff changeset
6955 }
Ritor1
parents:
diff changeset
6956 if ( !v79 )
Ritor1
parents:
diff changeset
6957 return 0;
Ritor1
parents:
diff changeset
6958 goto LABEL_172;
Ritor1
parents:
diff changeset
6959 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6960 if ( pSpriteObjects[uLayingItemID].uType == 3060 )
0
Ritor1
parents:
diff changeset
6961 goto LABEL_93;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6962 if ( pSpriteObjects[uLayingItemID].uType <= 555 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6963 {
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6964 if ( pSpriteObjects[uLayingItemID].uType == 555 )
0
Ritor1
parents:
diff changeset
6965 {
Ritor1
parents:
diff changeset
6966 sub_43A97E(v153, v145);
Ritor1
parents:
diff changeset
6967 v23 = pObjectList->uNumObjects;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6968 ++pSpriteObjects[uLayingItemID].uType;
0
Ritor1
parents:
diff changeset
6969 v18 = 0;
Ritor1
parents:
diff changeset
6970 v24 = 0;
Ritor1
parents:
diff changeset
6971 if ( (signed int)v23 <= 0 )
Ritor1
parents:
diff changeset
6972 {
Ritor1
parents:
diff changeset
6973 LABEL_41:
Ritor1
parents:
diff changeset
6974 v22 = 0;
Ritor1
parents:
diff changeset
6975 }
Ritor1
parents:
diff changeset
6976 else
Ritor1
parents:
diff changeset
6977 {
Ritor1
parents:
diff changeset
6978 v25 = (char *)&pObjectList->pObjects->uObjectID;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6979 while ( pSpriteObjects[uLayingItemID].uType != *(short *)v25 )
0
Ritor1
parents:
diff changeset
6980 {
Ritor1
parents:
diff changeset
6981 ++v24;
Ritor1
parents:
diff changeset
6982 v25 += 56;
Ritor1
parents:
diff changeset
6983 if ( v24 >= (signed int)v23 )
Ritor1
parents:
diff changeset
6984 goto LABEL_41;
Ritor1
parents:
diff changeset
6985 }
Ritor1
parents:
diff changeset
6986 v22 = v24;
Ritor1
parents:
diff changeset
6987 }
Ritor1
parents:
diff changeset
6988 LABEL_42:
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6989 pSpriteObjects[uLayingItemID].uObjectDescID = v22;
0
Ritor1
parents:
diff changeset
6990 if ( v22 == v18 )
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
6991 SpriteObject::OnInteraction(v153);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6992 pSpriteObjects[uLayingItemID].vVelocity.z = v18;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6993 pSpriteObjects[uLayingItemID].vVelocity.y = v18;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6994 pSpriteObjects[uLayingItemID].vVelocity.x = v18;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6995 pSpriteObjects[uLayingItemID].uSpriteFrameID = v18;
0
Ritor1
parents:
diff changeset
6996 }
Ritor1
parents:
diff changeset
6997 else
Ritor1
parents:
diff changeset
6998 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
6999 switch ( pSpriteObjects[uLayingItemID].uType )
0
Ritor1
parents:
diff changeset
7000 {
Ritor1
parents:
diff changeset
7001 case 500:
Ritor1
parents:
diff changeset
7002 case 505:
Ritor1
parents:
diff changeset
7003 case 510:
Ritor1
parents:
diff changeset
7004 case 515:
Ritor1
parents:
diff changeset
7005 case 520:
Ritor1
parents:
diff changeset
7006 case 525:
Ritor1
parents:
diff changeset
7007 case 530:
Ritor1
parents:
diff changeset
7008 case 535:
Ritor1
parents:
diff changeset
7009 case 540:
Ritor1
parents:
diff changeset
7010 sub_43A97E(v153, v145);
Ritor1
parents:
diff changeset
7011 v8 = pObjectList->uNumObjects;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7012 ++pSpriteObjects[uLayingItemID].uType;
0
Ritor1
parents:
diff changeset
7013 v9 = 0;
Ritor1
parents:
diff changeset
7014 v10 = 0;
Ritor1
parents:
diff changeset
7015 if ( (signed int)v8 <= 0 )
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7016 {
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7017 v12 = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7018 goto LABEL_24;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7019 }
0
Ritor1
parents:
diff changeset
7020 v11 = (char *)&pObjectList->pObjects->uObjectID;
Ritor1
parents:
diff changeset
7021 break;
Ritor1
parents:
diff changeset
7022 case 545:
Ritor1
parents:
diff changeset
7023 case 550:
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7024 if ( pSpriteObjects[uLayingItemID].stru_24.uItemID != 405 && pSpriteObjects[uLayingItemID].stru_24.uSpecEnchantmentType != 3 )
0
Ritor1
parents:
diff changeset
7025 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7026 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7027 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7028 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7029 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
0
Ritor1
parents:
diff changeset
7030 sub_43A97E(v153, v145);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7031 SpriteObject::OnInteraction(v153);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7032 if ( pSpriteObjects[uLayingItemID].uSoundID == 0 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7033 v16 = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7034 else
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7035 v16 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7036 v124 = 8 * v153;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7037 LOBYTE(v124) = v124 | 2;
1456
5c95f2246c2a TE mostly working
Gloval
parents: 1450
diff changeset
7038 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7039 pAudioPlayer->PlaySound((SoundID)v125, v124, 0, -1, 0, v16, 0, 0);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7040 return 0;
0
Ritor1
parents:
diff changeset
7041 }
Ritor1
parents:
diff changeset
7042 v17 = pObjectList->uNumObjects;
Ritor1
parents:
diff changeset
7043 v18 = 0;
Ritor1
parents:
diff changeset
7044 v19 = 0;
Ritor1
parents:
diff changeset
7045 v44 = pObjectList->uNumObjects == 0;
Ritor1
parents:
diff changeset
7046 v20 = (pObjectList->uNumObjects & 0x80000000u) != 0;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7047 pSpriteObjects[uLayingItemID].uType = 600;
0
Ritor1
parents:
diff changeset
7048 if ( v20 | v44 )
Ritor1
parents:
diff changeset
7049 goto LABEL_41;
Ritor1
parents:
diff changeset
7050 v21 = (char *)&pObjectList->pObjects->uObjectID;
Ritor1
parents:
diff changeset
7051 while ( *(short *)v21 != 600 )
Ritor1
parents:
diff changeset
7052 {
Ritor1
parents:
diff changeset
7053 ++v19;
Ritor1
parents:
diff changeset
7054 v21 += 56;
Ritor1
parents:
diff changeset
7055 if ( v19 >= (signed int)v17 )
Ritor1
parents:
diff changeset
7056 goto LABEL_41;
Ritor1
parents:
diff changeset
7057 }
Ritor1
parents:
diff changeset
7058 v22 = v19;
Ritor1
parents:
diff changeset
7059 goto LABEL_42;
Ritor1
parents:
diff changeset
7060 default:
Ritor1
parents:
diff changeset
7061 return 0;
Ritor1
parents:
diff changeset
7062 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7063 while ( pSpriteObjects[uLayingItemID].uType != *(short *)v11 )
0
Ritor1
parents:
diff changeset
7064 {
Ritor1
parents:
diff changeset
7065 ++v10;
Ritor1
parents:
diff changeset
7066 v11 += 56;
Ritor1
parents:
diff changeset
7067 if ( v10 >= (signed int)v8 )
Ritor1
parents:
diff changeset
7068 {
Ritor1
parents:
diff changeset
7069 v12 = 0;
Ritor1
parents:
diff changeset
7070 goto LABEL_24;
Ritor1
parents:
diff changeset
7071 }
Ritor1
parents:
diff changeset
7072 }
Ritor1
parents:
diff changeset
7073 v12 = v10;
Ritor1
parents:
diff changeset
7074 LABEL_24:
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7075 pSpriteObjects[uLayingItemID].uObjectDescID = v12;
0
Ritor1
parents:
diff changeset
7076 if ( !v12 )
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
7077 SpriteObject::OnInteraction(v153);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7078 v44 = pSpriteObjects[uLayingItemID].uType == 555;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7079 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7080 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7081 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7082 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
0
Ritor1
parents:
diff changeset
7083 if ( !v44 )
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7084 {
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7085 v13 = 8 * v153;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7086 LOBYTE(v13) = PID(OBJECT_Item,v153);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7087 pAudioPlayer->PlaySound(SOUND_8, v13, v9, -1, v9, v9, v9, v9);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7088 return 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7089 }
0
Ritor1
parents:
diff changeset
7090 }
Ritor1
parents:
diff changeset
7091 return 0;
Ritor1
parents:
diff changeset
7092 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7093 if ( pSpriteObjects[uLayingItemID].uType > 1100 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7094 {
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7095 v41 = pSpriteObjects[uLayingItemID].uType - 2030;
0
Ritor1
parents:
diff changeset
7096 if ( !v41 )
Ritor1
parents:
diff changeset
7097 goto LABEL_247;
Ritor1
parents:
diff changeset
7098 v42 = v41 - 30;
Ritor1
parents:
diff changeset
7099 if ( v42 )
Ritor1
parents:
diff changeset
7100 {
Ritor1
parents:
diff changeset
7101 v43 = v42 - 40;
Ritor1
parents:
diff changeset
7102 if ( !v43 )
Ritor1
parents:
diff changeset
7103 goto LABEL_59;
Ritor1
parents:
diff changeset
7104 v45 = v43 - 910;
Ritor1
parents:
diff changeset
7105 v44 = v45 == 0;
Ritor1
parents:
diff changeset
7106 LABEL_91:
Ritor1
parents:
diff changeset
7107 if ( !v44 && v45 != 20 )
Ritor1
parents:
diff changeset
7108 return 0;
Ritor1
parents:
diff changeset
7109 }
Ritor1
parents:
diff changeset
7110 LABEL_93:
Ritor1
parents:
diff changeset
7111 sub_43A97E(v153, v145);
Ritor1
parents:
diff changeset
7112 v51 = pObjectList->uNumObjects;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7113 ++pSpriteObjects[uLayingItemID].uType;
0
Ritor1
parents:
diff changeset
7114 v9 = 0;
Ritor1
parents:
diff changeset
7115 v52 = 0;
Ritor1
parents:
diff changeset
7116 if ( (signed int)v51 > 0 )
Ritor1
parents:
diff changeset
7117 {
Ritor1
parents:
diff changeset
7118 v53 = (char *)&pObjectList->pObjects->uObjectID;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7119 while ( pSpriteObjects[uLayingItemID].uType != *(short *)v53 )
0
Ritor1
parents:
diff changeset
7120 {
Ritor1
parents:
diff changeset
7121 ++v52;
Ritor1
parents:
diff changeset
7122 v53 += 56;
Ritor1
parents:
diff changeset
7123 if ( v52 >= (signed int)v51 )
Ritor1
parents:
diff changeset
7124 goto LABEL_181;
Ritor1
parents:
diff changeset
7125 }
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
7126 v95 = v52;
0
Ritor1
parents:
diff changeset
7127 }
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
7128 else
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
7129 {
0
Ritor1
parents:
diff changeset
7130 LABEL_181:
Ritor1
parents:
diff changeset
7131 v95 = 0;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
7132 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7133 pSpriteObjects[uLayingItemID].uObjectDescID = v95;
0
Ritor1
parents:
diff changeset
7134 if ( v95 == (short)v9 )
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
7135 SpriteObject::OnInteraction(v153);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7136 v96 = pSpriteObjects[uLayingItemID].uSoundID;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7137 pSpriteObjects[uLayingItemID].vVelocity.z = v9;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7138 pSpriteObjects[uLayingItemID].vVelocity.y = v9;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7139 pSpriteObjects[uLayingItemID].vVelocity.x = v9;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7140 pSpriteObjects[uLayingItemID].uSpriteFrameID = v9;
0
Ritor1
parents:
diff changeset
7141 if ( v96 == (short)v9 )
Ritor1
parents:
diff changeset
7142 v97 = 0;
Ritor1
parents:
diff changeset
7143 else
Ritor1
parents:
diff changeset
7144 v97 = (signed __int16)v96 + 4;
Ritor1
parents:
diff changeset
7145 v92 = v153;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7146 v124 = 8 * v92;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7147 LOBYTE(v124) = v124 | 2;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7148 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7149 pAudioPlayer->PlaySound((SoundID)v125, v124, v9, -1, v9, v97, v9, v9);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7150 return 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7151 }
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7152 if ( pSpriteObjects[uLayingItemID].uType == 1100 )
0
Ritor1
parents:
diff changeset
7153 goto LABEL_93;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7154 v26 = pSpriteObjects[uLayingItemID].uType - 600;
0
Ritor1
parents:
diff changeset
7155 if ( !v26 )
Ritor1
parents:
diff changeset
7156 {
Ritor1
parents:
diff changeset
7157 v33 = pObjectList->uNumObjects;
Ritor1
parents:
diff changeset
7158 v34 = 0;
Ritor1
parents:
diff changeset
7159 v44 = pObjectList->uNumObjects == 0;
Ritor1
parents:
diff changeset
7160 v20 = (pObjectList->uNumObjects & 0x80000000u) != 0;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7161 pSpriteObjects[uLayingItemID].uType = 601;
0
Ritor1
parents:
diff changeset
7162 if ( v20 | v44 )
Ritor1
parents:
diff changeset
7163 {
Ritor1
parents:
diff changeset
7164 LABEL_69:
Ritor1
parents:
diff changeset
7165 v36 = 0;
Ritor1
parents:
diff changeset
7166 }
Ritor1
parents:
diff changeset
7167 else
Ritor1
parents:
diff changeset
7168 {
Ritor1
parents:
diff changeset
7169 v35 = (char *)&pObjectList->pObjects->uObjectID;
Ritor1
parents:
diff changeset
7170 while ( *(short *)v35 != 601 )
Ritor1
parents:
diff changeset
7171 {
Ritor1
parents:
diff changeset
7172 ++v34;
Ritor1
parents:
diff changeset
7173 v35 += 56;
Ritor1
parents:
diff changeset
7174 if ( v34 >= (signed int)v33 )
Ritor1
parents:
diff changeset
7175 goto LABEL_69;
Ritor1
parents:
diff changeset
7176 }
Ritor1
parents:
diff changeset
7177 v36 = v34;
Ritor1
parents:
diff changeset
7178 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7179 pSpriteObjects[uLayingItemID].uObjectDescID = v36;
0
Ritor1
parents:
diff changeset
7180 if ( !v36 )
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
7181 SpriteObject::OnInteraction(v153);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7182 v37 = pSpriteObjects[uLayingItemID].vPosition.z;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7183 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
0
Ritor1
parents:
diff changeset
7184 v38 = 8 * v153;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7185 v39 = pSpriteObjects[uLayingItemID].vPosition.y;
862
f4394e320312 * PID mistake fixed
zipi
parents: 857
diff changeset
7186 LOBYTE(v38) = PID(OBJECT_Item,v153);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7187 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7188 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7189 v40 = pSpriteObjects[uLayingItemID].vPosition.x;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7190 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
0
Ritor1
parents:
diff changeset
7191 v147 = v38;
Ritor1
parents:
diff changeset
7192 stru_50FE08.Add(v38, 512, v40, v39, v37, 0, 0);
1410
38df78aba732 deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents: 1409
diff changeset
7193 if (v3->uFlags & OBJECT_DESC_TRIAL_PARTICLE)
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7194 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
7195 pAudioPlayer->PlaySound(SOUND_8, v147, 0, -1, 0, 0, 0, 0);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7196 return 0;
0
Ritor1
parents:
diff changeset
7197 }
Ritor1
parents:
diff changeset
7198 v27 = v26 - 410;
Ritor1
parents:
diff changeset
7199 if ( !v27 )
Ritor1
parents:
diff changeset
7200 goto LABEL_93;
Ritor1
parents:
diff changeset
7201 v28 = v27 - 40;
Ritor1
parents:
diff changeset
7202 if ( !v28 )
Ritor1
parents:
diff changeset
7203 goto LABEL_191;
Ritor1
parents:
diff changeset
7204 v29 = v28 - 10;
Ritor1
parents:
diff changeset
7205 if ( v29 )
Ritor1
parents:
diff changeset
7206 {
Ritor1
parents:
diff changeset
7207 if ( v29 != 20 )
Ritor1
parents:
diff changeset
7208 return 0;
Ritor1
parents:
diff changeset
7209 LABEL_59:
Ritor1
parents:
diff changeset
7210 if ( v151 != 3 )
Ritor1
parents:
diff changeset
7211 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7212 v30 = pSpriteObjects[uLayingItemID].uType + 1;
0
Ritor1
parents:
diff changeset
7213 v31 = pObjectList->uNumObjects;
Ritor1
parents:
diff changeset
7214 v32 = 0;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7215 pSpriteObjects[uLayingItemID].uType = v30;
0
Ritor1
parents:
diff changeset
7216 v146 = 0;
Ritor1
parents:
diff changeset
7217 if ( (signed int)v31 > 0 )
Ritor1
parents:
diff changeset
7218 {
Ritor1
parents:
diff changeset
7219 v140 = (char *)&pObjectList->pObjects->uObjectID;
Ritor1
parents:
diff changeset
7220 while ( v30 != *(short *)v140 )
Ritor1
parents:
diff changeset
7221 {
Ritor1
parents:
diff changeset
7222 ++v146;
Ritor1
parents:
diff changeset
7223 v140 += 56;
Ritor1
parents:
diff changeset
7224 if ( v146 >= (signed int)v31 )
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7225 {
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7226 v46 = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7227 pSpriteObjects[uLayingItemID].uObjectDescID = v46;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7228 if ( v46 == (short)v32 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7229 SpriteObject::OnInteraction(v153);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7230 v100 = pSpriteObjects[uLayingItemID].field_61;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7231 pSpriteObjects[uLayingItemID].uSpriteFrameID = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7232 v102 = 8 * v153;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7233 LOBYTE(v102) = PID(OBJECT_Item,v153);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7234 pSpriteObjects[uLayingItemID].vVelocity.x = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7235 pSpriteObjects[uLayingItemID].vVelocity.y = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7236 pSpriteObjects[uLayingItemID].vVelocity.z = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7237 stru_50FE08.Add(v102, 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v100, v32);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7238 if (v3->uFlags & OBJECT_DESC_TRIAL_PARTICLE)
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7239 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
7240 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v32 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7241 v47 = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7242 else
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7243 v47 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7244 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7245 pAudioPlayer->PlaySound((SoundID)v125, v102, v32, -1, v32, v47, v32, v32);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7246 return 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7247 }
0
Ritor1
parents:
diff changeset
7248 }
Ritor1
parents:
diff changeset
7249 v46 = v146;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7250 pSpriteObjects[uLayingItemID].uObjectDescID = v46;
0
Ritor1
parents:
diff changeset
7251 if ( v46 == (short)v32 )
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
7252 SpriteObject::OnInteraction(v153);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7253 v100 = pSpriteObjects[uLayingItemID].field_61;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7254 pSpriteObjects[uLayingItemID].uSpriteFrameID = v32;
0
Ritor1
parents:
diff changeset
7255 v102 = 8 * v153;
862
f4394e320312 * PID mistake fixed
zipi
parents: 857
diff changeset
7256 LOBYTE(v102) = PID(OBJECT_Item,v153);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7257 pSpriteObjects[uLayingItemID].vVelocity.x = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7258 pSpriteObjects[uLayingItemID].vVelocity.y = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7259 pSpriteObjects[uLayingItemID].vVelocity.z = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7260 stru_50FE08.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
7261 if (v3->uFlags & OBJECT_DESC_TRIAL_PARTICLE)
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7262 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
7263 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v32 )
0
Ritor1
parents:
diff changeset
7264 v47 = 0;
Ritor1
parents:
diff changeset
7265 else
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7266 v47 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7267 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7268 pAudioPlayer->PlaySound((SoundID)v125, v102, v32, -1, v32, v47, v32, v32);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7269 return 0;
0
Ritor1
parents:
diff changeset
7270 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7271 v46 = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7272 pSpriteObjects[uLayingItemID].uObjectDescID = v46;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7273 if ( v46 == (short)v32 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7274 SpriteObject::OnInteraction(v153);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7275 v100 = pSpriteObjects[uLayingItemID].field_61;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7276 pSpriteObjects[uLayingItemID].uSpriteFrameID = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7277 v102 = 8 * v153;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7278 LOBYTE(v102) = PID(OBJECT_Item,v153);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7279 pSpriteObjects[uLayingItemID].vVelocity.x = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7280 pSpriteObjects[uLayingItemID].vVelocity.y = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7281 pSpriteObjects[uLayingItemID].vVelocity.z = v32;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7282 stru_50FE08.Add(v102, 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v100, v32);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7283 if (v3->uFlags & OBJECT_DESC_TRIAL_PARTICLE)
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7284 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
7285 if ( pSpriteObjects[uLayingItemID].uSoundID == (short)v32 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7286 v47 = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7287 else
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7288 v47 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7289 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7290 pAudioPlayer->PlaySound((SoundID)v125, v102, v32, -1, v32, v47, v32, v32);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7291 return 0;
0
Ritor1
parents:
diff changeset
7292 }
Ritor1
parents:
diff changeset
7293 return 1;
Ritor1
parents:
diff changeset
7294 }
Ritor1
parents:
diff changeset
7295 LABEL_247:
Ritor1
parents:
diff changeset
7296 if ( v151 == 6 || v151 == 5 || (v9 = 0, !v151) )
Ritor1
parents:
diff changeset
7297 return 1;
Ritor1
parents:
diff changeset
7298 if ( v151 != 2 )
Ritor1
parents:
diff changeset
7299 {
Ritor1
parents:
diff changeset
7300 sub_43A97E(v153, v145);
Ritor1
parents:
diff changeset
7301 v122 = pObjectList->uNumObjects;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7302 ++pSpriteObjects[uLayingItemID].uType;
0
Ritor1
parents:
diff changeset
7303 v52 = 0;
Ritor1
parents:
diff changeset
7304 if ( (signed int)v122 > 0 )
Ritor1
parents:
diff changeset
7305 {
Ritor1
parents:
diff changeset
7306 v123 = (char *)&pObjectList->pObjects->uObjectID;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7307 while ( pSpriteObjects[uLayingItemID].uType != *(short *)v123 )
0
Ritor1
parents:
diff changeset
7308 {
Ritor1
parents:
diff changeset
7309 ++v52;
Ritor1
parents:
diff changeset
7310 v123 += 56;
Ritor1
parents:
diff changeset
7311 if ( v52 >= (signed int)v122 )
Ritor1
parents:
diff changeset
7312 goto LABEL_181;
Ritor1
parents:
diff changeset
7313 }
Ritor1
parents:
diff changeset
7314 v95 = v52;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7315 pSpriteObjects[uLayingItemID].uObjectDescID = v95;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7316 if ( v95 == (short)v9 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7317 SpriteObject::OnInteraction(v153);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7318 v96 = pSpriteObjects[uLayingItemID].uSoundID;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7319 pSpriteObjects[uLayingItemID].vVelocity.z = v9;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7320 pSpriteObjects[uLayingItemID].vVelocity.y = v9;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7321 pSpriteObjects[uLayingItemID].vVelocity.x = v9;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7322 pSpriteObjects[uLayingItemID].uSpriteFrameID = v9;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7323 if ( v96 == (short)v9 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7324 v97 = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7325 else
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7326 v97 = (signed __int16)v96 + 4;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7327 v92 = v153;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7328 v124 = 8 * v92;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7329 LOBYTE(v124) = v124 | 2;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7330 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7331 pAudioPlayer->PlaySound((SoundID)v125, v124, v9, -1, v9, v97, v9, v9);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7332 return 0;
0
Ritor1
parents:
diff changeset
7333 }
Ritor1
parents:
diff changeset
7334 goto LABEL_181;
Ritor1
parents:
diff changeset
7335 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7336 v117 = pSpriteObjects[uLayingItemID].uType + 1;
0
Ritor1
parents:
diff changeset
7337 v118 = pObjectList->uNumObjects;
Ritor1
parents:
diff changeset
7338 v119 = 0;
Ritor1
parents:
diff changeset
7339 v44 = pObjectList->uNumObjects == 0;
Ritor1
parents:
diff changeset
7340 v20 = (pObjectList->uNumObjects & 0x80000000u) != 0;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7341 pSpriteObjects[uLayingItemID].uType = v117;
0
Ritor1
parents:
diff changeset
7342 if ( v20 | v44 )
Ritor1
parents:
diff changeset
7343 {
Ritor1
parents:
diff changeset
7344 v121 = 0;
Ritor1
parents:
diff changeset
7345 }
Ritor1
parents:
diff changeset
7346 else
Ritor1
parents:
diff changeset
7347 {
Ritor1
parents:
diff changeset
7348 v120 = (char *)&pObjectList->pObjects->uObjectID;
Ritor1
parents:
diff changeset
7349 while ( v117 != *(short *)v120 )
Ritor1
parents:
diff changeset
7350 {
Ritor1
parents:
diff changeset
7351 ++v119;
Ritor1
parents:
diff changeset
7352 v120 += 56;
Ritor1
parents:
diff changeset
7353 if ( v119 >= (signed int)v118 )
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7354 {
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7355 v121 = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7356 pSpriteObjects[uLayingItemID].uObjectDescID = v121;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7357 if ( !v121 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7358 SpriteObject::OnInteraction(v153);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7359 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7360 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7361 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7362 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7363 v13 = 8 * v153;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7364 LOBYTE(v13) = PID(OBJECT_Item,v153);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7365 pAudioPlayer->PlaySound(SOUND_8, v13, v9, -1, v9, v9, v9, v9);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7366 return 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7367 }
0
Ritor1
parents:
diff changeset
7368 }
Ritor1
parents:
diff changeset
7369 v121 = v119;
Ritor1
parents:
diff changeset
7370 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7371 pSpriteObjects[uLayingItemID].uObjectDescID = v121;
0
Ritor1
parents:
diff changeset
7372 if ( !v121 )
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
7373 SpriteObject::OnInteraction(v153);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7374 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7375 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7376 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7377 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
0
Ritor1
parents:
diff changeset
7378 v13 = 8 * v153;
862
f4394e320312 * PID mistake fixed
zipi
parents: 857
diff changeset
7379 LOBYTE(v13) = PID(OBJECT_Item,v153);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
7380 pAudioPlayer->PlaySound(SOUND_8, v13, v9, -1, v9, v9, v9, v9);
0
Ritor1
parents:
diff changeset
7381 return 0;
Ritor1
parents:
diff changeset
7382 }