annotate mm7_2.cpp @ 2158:10f03a70ab6d

m
author Ritor1
date Fri, 10 Jan 2014 17:56:19 +0600
parents 0a1438c16c2b
children 00bd098f6435
rev   line source
0
Ritor1
parents:
diff changeset
1 #include <io.h>
Ritor1
parents:
diff changeset
2 #include <direct.h>
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1543
diff changeset
3
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1543
diff changeset
4 #include "OSAPI.h"
1016
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
5
1262
0aeac0b9ca30 included header cleanup
Grumpy7
parents: 1254
diff changeset
6 #include "Texture.h"
0aeac0b9ca30 included header cleanup
Grumpy7
parents: 1254
diff changeset
7 #include "mm7_data.h"
2152
d44b7775fc06 Removed DirectDraw2 compatibility.
Nomad
parents: 2151
diff changeset
8 #include "mm7_unsorted_subs.h"
1016
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
9 #include "VideoPlayer.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
10 #include "Sprites.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
11 #include "BSPModel.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
12
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
13 #include "LightmapBuilder.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
14 #include "DecalBuilder.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
15 #include "ParticleEngine.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
16 #include "Mouse.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
17 #include "Keyboard.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
18 #include "CShow.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
19 #include "GammaControl.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
20 #include "stru6.h"
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
21
1935
1cbfb6e50e48 moving _4BBF61_summon_actor under Actor
Grumpy7
parents: 1919
diff changeset
22 #include "Actor.h"
1016
c45d51b3f4f4 Included header files cleanup
Grumpy7
parents: 994
diff changeset
23 #include "Vis.h"
0
Ritor1
parents:
diff changeset
24 #include "MapInfo.h"
Ritor1
parents:
diff changeset
25 #include "Game.h"
Ritor1
parents:
diff changeset
26 #include "GUIWindow.h"
Ritor1
parents:
diff changeset
27 #include "GUIFont.h"
Ritor1
parents:
diff changeset
28 #include "Party.h"
Ritor1
parents:
diff changeset
29 #include "AudioPlayer.h"
Ritor1
parents:
diff changeset
30 #include "Outdoor.h"
1637
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
31 #include "Outdoor_stuff.h"
0
Ritor1
parents:
diff changeset
32 #include "Overlays.h"
Ritor1
parents:
diff changeset
33 #include "Arcomage.h"
Ritor1
parents:
diff changeset
34 #include "LOD.h"
Ritor1
parents:
diff changeset
35 #include "Actor.h"
Ritor1
parents:
diff changeset
36 #include "Events.h"
Ritor1
parents:
diff changeset
37 #include "Viewport.h"
Ritor1
parents:
diff changeset
38 #include "FrameTableInc.h"
2037
7a9477135943 Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents: 2035
diff changeset
39 #include "OurMath.h"
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
40 #include "SpriteObject.h"
0
Ritor1
parents:
diff changeset
41 #include "ObjectList.h"
Ritor1
parents:
diff changeset
42 #include "Chest.h"
Ritor1
parents:
diff changeset
43 #include "PaletteManager.h"
Ritor1
parents:
diff changeset
44 #include "DecorationList.h"
Ritor1
parents:
diff changeset
45 #include "SaveLoad.h"
Ritor1
parents:
diff changeset
46 #include "stru123.h"
522
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
47 #include "stru176.h"
2044
28cb79ae2f6f Time.h rename
Ritor1
parents: 2043
diff changeset
48 #include "Timer.h"
0
Ritor1
parents:
diff changeset
49 #include "IconFrameTable.h"
Ritor1
parents:
diff changeset
50 #include "GUIProgressBar.h"
Ritor1
parents:
diff changeset
51 #include "Bink_Smacker.h"
Ritor1
parents:
diff changeset
52 #include "PlayerFrameTable.h"
Ritor1
parents:
diff changeset
53 #include "TurnEngine.h"
Ritor1
parents:
diff changeset
54 #include "FactionTable.h"
Ritor1
parents:
diff changeset
55 #include "StorylineTextTable.h"
Ritor1
parents:
diff changeset
56 #include "Random.h"
924
a78f08dbeb88 CastSpellInfo
Ritor1
parents: 920
diff changeset
57 #include "CastSpellInfo.h"
0
Ritor1
parents:
diff changeset
58 #include "stru298.h"
Ritor1
parents:
diff changeset
59 #include "Events2D.h"
Ritor1
parents:
diff changeset
60 #include "Log.h"
1299
8c2f689b5f0b folder UI
Ritor1
parents: 1297
diff changeset
61 #include "UI\UIHouses.h"
189
038a4d09406f new texts file, fix text rendender error
Gloval
parents: 184
diff changeset
62 #include "texts.h"
522
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
63 #include "MM7.h"
1262
0aeac0b9ca30 included header cleanup
Grumpy7
parents: 1254
diff changeset
64 #include "Lights.h"
1815
bd899dfd976c MainMenuWindow
Nomad
parents: 1803
diff changeset
65 #include "NewUI/MainMenu.h"
1828
35c1e4ff6ba7 party_finds_gold to Party::PartyFindsGold, cleaned up, moved Level/Decoration.h reference out of Indoor.h
Grumpy7
parents: 1826
diff changeset
66 #include "Level/Decoration.h"
2052
71a814f4482a Moved implementation to cpp
Nomad
parents: 2050
diff changeset
67 #include "LuaVM.h"
71a814f4482a Moved implementation to cpp
Nomad
parents: 2050
diff changeset
68
71a814f4482a Moved implementation to cpp
Nomad
parents: 2050
diff changeset
69 //#include "lib/lua/lua.h"
2033
e78fa9082174 UIControl module
Ritor1
parents: 2032
diff changeset
70
1913
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
71 int __stdcall aWinProc(HWND hWnd, UINT Msg, WPARAM wParam, unsigned int lParam);
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
72 int __stdcall InsertMM7CDDialogFunc(HWND hDlg, int a2, __int16 a3, int a4);
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
73 bool __fastcall FindMM7CD(HWND hWnd, char *pCDDrive);
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
74 bool __fastcall Initialize(HINSTANCE hInst, char *pCmdLine);
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
75
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
76 //----- (004A1780) mm6_chinese---------------------------------------------
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
77 __int64 fixpoint_div(int a1, int a2)
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
78 {
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
79 return ((__int64)a1 << 16) / a2;
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
80 }
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
81
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
82 __int64 fixpoint_sub_unknown(int a1, int a2)
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
83 {
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
84 return (((__int64)a1 << 16) * a2) >> 16;
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
85 }
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
86
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
87 //----- (0042EBBE) --------------------------------------------------------
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
88 //----- (004453C0) mm6-----------------------------------------------------
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
89 //----- (004A1760) mm6_chinese---------------------------------------------
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
90 __int64 fixpoint_mul(int a1, int a2)
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
91 {
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
92 return ((__int64)a1 * (__int64)a2) >> 16;
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
93 }
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
94
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
95 __int64 fixpoint_dot(int x1, int x2, int y1, int y2, int z1, int z2)
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
96 {
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
97 return fixpoint_mul(x1, x2) +
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
98 fixpoint_mul(y1, y2) +
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
99 fixpoint_mul(z1, z2);
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
100 }
ab1c03cc2219 mm7_1.cpp remove
Ritor1
parents: 1902
diff changeset
101
0
Ritor1
parents:
diff changeset
102 //----- (004BB756) --------------------------------------------------------
1413
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
103 int UseNPCSkill(NPCProf profession)
0
Ritor1
parents:
diff changeset
104 {
1413
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
105 switch (profession)
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
106 {
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
107 case Healer:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
108 {
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
109 for (int i = 0; i < 4; ++i)
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
110 pParty->pPlayers[i].sHealth = pParty->pPlayers[i].GetMaxHealth();
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
111 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
112 break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
113
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
114 case ExpertHealer:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
115 {
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
116 for (int i = 0; i < 4; ++i)
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
117 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1948
diff changeset
118 Player* player = &pParty->pPlayers[i];
1413
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
119 player->sHealth = player->GetMaxHealth();
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
120
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
121 for (int j = 0; j < 14; ++j)
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
122 player->pConditions[i] = 0;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
123 player->pConditions[18] = 0;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
124 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
125 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
126 break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
127
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
128 case MasterHealer:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
129 {
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
130 for (int i = 0; i < 4; ++i)
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
131 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1948
diff changeset
132 Player* player = &pParty->pPlayers[i];
1413
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
133 player->sHealth = player->GetMaxHealth();
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
134
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1948
diff changeset
135 int v5 = LODWORD(player->pConditions[19]);//*((int *)v4 - 32);
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1948
diff changeset
136 int v6 = HIDWORD(player->pConditions[19]);//*((int *)v4 - 31);
1826
bdac32c645c5 Changing arrays in class Player to std::array
Grumpy7
parents: 1823
diff changeset
137 memset(player->pConditions.data(), 0, 0xA0u);
1413
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
138
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
139 __debugbreak();
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
140 *(int *)&player->pActiveSkills[8] = v5;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
141 *(int *)&player->pActiveSkills[10] = v6;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
142 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
143 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
144 break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
145
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
146 case Cook:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
147 {
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
148 if (pParty->uNumFoodRations >= 13)
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
149 return 1;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
150
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
151 Party::GiveFood(1);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
152 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
153 break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
154
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
155 case Chef:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
156 {
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
157 if (pParty->uNumFoodRations >= 13)
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
158 return 1;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
159
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
160 if (pParty->uNumFoodRations == 13)
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
161 Party::GiveFood(1);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
162 else
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
163 Party::GiveFood(2);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
164 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
165 break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
166
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
167 case WindMaster:
0
Ritor1
parents:
diff changeset
168 {
1413
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
169 if (uCurrentlyLoadedLevelType == LEVEL_Indoor)
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
170 {
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
171 ShowStatusBarString(pGlobalTXT_LocalizationStrings[494], 2);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
172 pAudioPlayer->PlaySound(SOUND_203, 0, 0, -1, 0, 0, 0, 0);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
173 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
174 else
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
175 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1948
diff changeset
176 int v19 = pOtherOverlayList->_4418B1(10008, 203, 0, 65536);
1413
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
177 pParty->pPartyBuffs[PARTY_BUFF_FLY].Apply(pParty->uTimePlayed + 60 * (256 * 2), 3, 1, v19, 0);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
178 pParty->pPartyBuffs[PARTY_BUFF_FLY].uFlags |= 1u;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
179 pAudioPlayer->PlaySound(SOUND_11090, 0, 0, -1, 0, 0, 0, 0);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
180 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
181 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
182 break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
183
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
184 case WaterMaster:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
185 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1948
diff changeset
186 int v20 = pOtherOverlayList->_4418B1(10005, 201, 0, 65536);
1413
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
187 pParty->pPartyBuffs[PARTY_BUFF_WATER_WALK].Apply(pParty->uTimePlayed + 60 * (256 * (2 + 1)), 3, 0, v20, 0);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
188 pParty->pPartyBuffs[PARTY_BUFF_WATER_WALK].uFlags |= 1u;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
189 pAudioPlayer->PlaySound(SOUND_12040, 0, 0, -1, 0, 0, 0, 0);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
190 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
191 break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
192
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
193 case GateMaster:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
194 {
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
195 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 0, 0);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
196 dword_50C9DC = 195;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
197 ptr_50C9E0 = GetNPCData(sDialogue_SpeakingActorNPC_ID);
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
198 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
199 break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
200
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
201 case Acolyte: _42777D_CastSpell_UseWand_ShootArrow(46, 0, 133, 0, 0); break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
202 case Piper: _42777D_CastSpell_UseWand_ShootArrow(51, 0, 133, 0, 0); break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
203 case FallenWizard: _42777D_CastSpell_UseWand_ShootArrow(86, 0, 133, 0, 0); break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
204
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
205 case Teacher:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
206 case Instructor:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
207 case Armsmaster:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
208 case Weaponsmaster:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
209 case Apprentice:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
210 case Mystic:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
211 case Spellmaster:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
212 case Trader:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
213 case Merchant:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
214 case Scout:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
215 case Herbalist:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
216 case Apothecary:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
217 case Tinker:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
218 case Locksmith:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
219 case Fool:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
220 case ChimneySweep:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
221 case Porter:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
222 case QuarterMaster:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
223 case Factor:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
224 case Banker:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
225 case Horseman:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
226 case Bard:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
227 case Enchanter:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
228 case Cartographer:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
229 case Explorer:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
230 case Pirate:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
231 case Squire:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
232 case Psychic:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
233 case Gypsy:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
234 case Diplomat:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
235 case Duper:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
236 case Burglar:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
237 case Acolyte2:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
238 case Initiate:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
239 case Prelate:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
240 case Monk:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
241 case Sage:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
242 case Hunter:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
243 break;
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
244
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
245 default:
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
246 assert(false && "Invalid enum value");
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
247 }
3881d2f94eb1 UseNPCSkill
Nomad
parents: 1411
diff changeset
248 return 0;
0
Ritor1
parents:
diff changeset
249 }
Ritor1
parents:
diff changeset
250
Ritor1
parents:
diff changeset
251 //----- (004BBA85) --------------------------------------------------------
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
252 void CheckBountyRespawnAndAward()
0
Ritor1
parents:
diff changeset
253 {
Ritor1
parents:
diff changeset
254 int i; // eax@2
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
255 int rand_monster_id; // edx@3
0
Ritor1
parents:
diff changeset
256
Ritor1
parents:
diff changeset
257 uDialogueType = 83;
Ritor1
parents:
diff changeset
258 pDialogueWindow->Release();
Ritor1
parents:
diff changeset
259 pDialogueWindow = GUIWindow::Create(0, 0, 640, 350, WINDOW_MainMenu, 0, 0);
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
260 pBtn_ExitCancel = pDialogueWindow->CreateButton(471, 445, 169, 35, 1, 0, UIMSG_Escape, 0, 0, pGlobalTXT_LocalizationStrings[34],// "Cancel"
945
0d96349d8c87 Restoring inlined methods
Nomad
parents: 940
diff changeset
261 pIcons_LOD->GetTexture(uExitCancelTextureId), 0);
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
262 pDialogueWindow->CreateButton(0, 0, 0, 0, 1, 0, UIMSG_BuyInShop_Identify_Repair, 0, 0, "", 0);
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
263 pDialogueWindow->CreateButton(480, 160, 140, 30, 1, 0, UIMSG_0, 83, 0, "", 0);
972
c8a0f6d89c70 Some inqury on selecting Knight bug.
Nomad
parents: 970
diff changeset
264 pDialogueWindow->_41D08F_set_keyboard_control_group(1, 1, 0, 2);
747
585490c29945 House dialogue ids appended
Nomad
parents: 736
diff changeset
265 dialog_menu_id = HOUSE_DIALOGUE_OTHER;
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
266 //get new monster for hunting
1747
cecb080929c4 Party_stru0 renamed to PartyTimeStruct, fixed its members, renamed Party::field_3C to Party::PartyTimes, started Player::SetVariable refactoring start
Grumpy7
parents: 1736
diff changeset
267 if ( pParty->PartyTimes.bountyHunting_next_generation_time[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] < (signed __int64)pParty->uTimePlayed )
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
268 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
269 pParty->monster_for_hunting_killed[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] = false;
1747
cecb080929c4 Party_stru0 renamed to PartyTimeStruct, fixed its members, renamed Party::field_3C to Party::PartyTimes, started Player::SetVariable refactoring start
Grumpy7
parents: 1736
diff changeset
270 pParty->PartyTimes.bountyHunting_next_generation_time[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] = (signed __int64)((double)(0x12750000 * (pParty->uCurrentMonth + 12i64 * pParty->uCurrentYear - 14015)) * 0.033333335);
0
Ritor1
parents:
diff changeset
271 for ( i = rand(); ; i = rand() )
Ritor1
parents:
diff changeset
272 {
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
273 rand_monster_id = i % 258 + 1;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
274 pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] = rand_monster_id;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
275 if ( (unsigned __int16)rand_monster_id < 0x73u || (unsigned __int16)rand_monster_id > 0x84u )
0
Ritor1
parents:
diff changeset
276 {
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
277 if ( ((unsigned __int16)rand_monster_id < 0xEBu || (unsigned __int16)rand_monster_id > 0xFCu)
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
278 && ((unsigned __int16)rand_monster_id < 0x85u || (unsigned __int16)rand_monster_id > 0x96u)
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
279 && ((unsigned __int16)rand_monster_id < 0x97u || (unsigned __int16)rand_monster_id > 0xBAu)
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
280 && ((unsigned __int16)rand_monster_id < 0xC4u || (unsigned __int16)rand_monster_id > 0xC6u) )
0
Ritor1
parents:
diff changeset
281 break;
Ritor1
parents:
diff changeset
282 }
Ritor1
parents:
diff changeset
283 }
Ritor1
parents:
diff changeset
284 }
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
285 bountyHunting_monster_id_for_hunting = pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)];
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
286 if ( !pParty->monster_for_hunting_killed[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
287 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
288 bountyHunting_text = pNPCTopics[351].pText;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
289 if ( !pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
290 bountyHunting_text = pNPCTopics[353].pText;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
291 }
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
292 else//get prize
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
293 {
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
294 if ( pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] )
0
Ritor1
parents:
diff changeset
295 {
1828
35c1e4ff6ba7 party_finds_gold to Party::PartyFindsGold, cleaned up, moved Level/Decoration.h reference out of Indoor.h
Grumpy7
parents: 1826
diff changeset
296 pParty->PartyFindsGold(100 * pMonsterStats->pInfos[(unsigned __int16)pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)]].uLevel, 0);
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
297 for ( uint i = 0; i < 4; ++i )
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
298 pParty->pPlayers[i].SetVariable(VAR_Award, 86);
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
299 pParty->uNumBountiesCollected += 100 * pMonsterStats->pInfos[pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)]].uLevel;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
300 pParty->monster_id_for_hunting[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] = 0;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
301 pParty->monster_for_hunting_killed[(int)((char *)window_SpeakInHouse->ptr_1C - 102)] = false;
0
Ritor1
parents:
diff changeset
302 }
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
303 bountyHunting_text = pNPCTopics[352].pText;
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
304 }
0
Ritor1
parents:
diff changeset
305 }
Ritor1
parents:
diff changeset
306
Ritor1
parents:
diff changeset
307 //----- (004BBCDD) --------------------------------------------------------
1914
28fdf4e567ad Arena_SelectionFightLevel
Ritor1
parents: 1913
diff changeset
308 void Arena_SelectionFightLevel()
0
Ritor1
parents:
diff changeset
309 {
Ritor1
parents:
diff changeset
310 signed int v0; // ebp@3
90
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
311 Actor *v1; // eax@4
0
Ritor1
parents:
diff changeset
312 __int16 v2; // cx@5
Ritor1
parents:
diff changeset
313 int v3; // esi@8
Ritor1
parents:
diff changeset
314 Player *v4; // esi@14
Ritor1
parents:
diff changeset
315 GUIButton *v5; // eax@18
Ritor1
parents:
diff changeset
316 GUIButton *v6; // esi@19
Ritor1
parents:
diff changeset
317 size_t v7; // [sp+10h] [bp-4h]@4
Ritor1
parents:
diff changeset
318
Ritor1
parents:
diff changeset
319 if ( pParty->field_7B5_in_arena_quest )
Ritor1
parents:
diff changeset
320 {
Ritor1
parents:
diff changeset
321 if ( pParty->field_7B5_in_arena_quest == -1 )
Ritor1
parents:
diff changeset
322 {
Ritor1
parents:
diff changeset
323 uDialogueType = 92;
Ritor1
parents:
diff changeset
324 }
Ritor1
parents:
diff changeset
325 else
Ritor1
parents:
diff changeset
326 {
Ritor1
parents:
diff changeset
327 v0 = 0;
90
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
328 if ( (signed int)uNumActors > 0 )
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
329 {
1202
0dbf6c4dd029 arrays to std::arrays phase 1
Grumpy7
parents: 1167
diff changeset
330 v1 = pActors.data();//[0].uAIState;
90
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
331 v7 = uNumActors;
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
332 do
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
333 {
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
334 v2 = v1->uAIState;
848
ceef50611567 * AI fixed (temporary)
zipi
parents: 838
diff changeset
335 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
336 ++v0;
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
337 ++v1;
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
338 --v7;
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
339 }
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
340 while ( v7 );
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
341 }
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
342 if ( v0 >= (signed int)uNumActors || (signed int)uNumActors <= 0)
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
343 {
0
Ritor1
parents:
diff changeset
344 uDialogueType = 91;
1861
a86c60679949 changing most of party arrays to std::arrays, some minor cleanups in actor.cpp
Grumpy7
parents: 1842
diff changeset
345 v4 = pParty->pPlayers.data();
1529
61458df2cb4f bountyHunting fix
Ritor1
parents: 1517
diff changeset
346 ++*((char *)&pParty->monster_for_hunting_killed[3] + (unsigned __int8)pParty->field_7B5_in_arena_quest + 1);
0
Ritor1
parents:
diff changeset
347 do
Ritor1
parents:
diff changeset
348 {
Ritor1
parents:
diff changeset
349 v4->SetVariable(VAR_Award, (unsigned __int8)pParty->field_7B5_in_arena_quest + 3);
Ritor1
parents:
diff changeset
350 ++v4;
Ritor1
parents:
diff changeset
351 }
1861
a86c60679949 changing most of party arrays to std::arrays, some minor cleanups in actor.cpp
Grumpy7
parents: 1842
diff changeset
352 while ( (signed int)v4 < (signed int)pParty->pHirelings.data() );
1828
35c1e4ff6ba7 party_finds_gold to Party::PartyFindsGold, cleaned up, moved Level/Decoration.h reference out of Indoor.h
Grumpy7
parents: 1826
diff changeset
353 pParty->PartyFindsGold(gold_transaction_amount, 0);
0
Ritor1
parents:
diff changeset
354 pAudioPlayer->PlaySound((SoundID)14060, 0, 0, -1, 0, 0, 0, 0);
Ritor1
parents:
diff changeset
355 pParty->field_7B5_in_arena_quest = -1;
Ritor1
parents:
diff changeset
356 }
Ritor1
parents:
diff changeset
357 else
Ritor1
parents:
diff changeset
358 {
Ritor1
parents:
diff changeset
359 uDialogueType = 90;
Ritor1
parents:
diff changeset
360 pParty->vPosition.x = 3849;
Ritor1
parents:
diff changeset
361 pParty->vPosition.y = 5770;
Ritor1
parents:
diff changeset
362 pParty->vPosition.z = 1;
Ritor1
parents:
diff changeset
363 pParty->uFallStartY = 1;
Ritor1
parents:
diff changeset
364 pParty->sRotationY = 512;
Ritor1
parents:
diff changeset
365 pParty->sRotationX = 0;
Ritor1
parents:
diff changeset
366 pParty->uFallSpeed = 0;
Ritor1
parents:
diff changeset
367 pAudioPlayer->PlaySound((SoundID)14060, 0, 0, -1, 0, 0, 0, 0);
Ritor1
parents:
diff changeset
368 }
Ritor1
parents:
diff changeset
369 }
Ritor1
parents:
diff changeset
370 }
Ritor1
parents:
diff changeset
371 else
Ritor1
parents:
diff changeset
372 {
Ritor1
parents:
diff changeset
373 uDialogueType = 89;
Ritor1
parents:
diff changeset
374 v5 = pDialogueWindow->pControlsHead;
Ritor1
parents:
diff changeset
375 if ( v5 )
Ritor1
parents:
diff changeset
376 {
Ritor1
parents:
diff changeset
377 do
Ritor1
parents:
diff changeset
378 {
Ritor1
parents:
diff changeset
379 v6 = v5->pNext;
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1546
diff changeset
380 free(v5);
0
Ritor1
parents:
diff changeset
381 v5 = v6;
Ritor1
parents:
diff changeset
382 }
Ritor1
parents:
diff changeset
383 while ( v6 );
Ritor1
parents:
diff changeset
384 }
Ritor1
parents:
diff changeset
385 pDialogueWindow->pControlsHead = 0;
Ritor1
parents:
diff changeset
386 pDialogueWindow->pControlsTail = 0;
Ritor1
parents:
diff changeset
387 pDialogueWindow->uNumControls = 0;
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
388 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
389 pIcons_LOD->GetTexture(uExitCancelTextureId), 0);
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
390 pDialogueWindow->CreateButton(0x1E0u, 0xA0u, 0x8Cu, 0x1Eu, 1, 0, UIMSG_SelectNPCDialogueOption, 0x55u, 0, "", 0);
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
391 pDialogueWindow->CreateButton(0x1E0u, 0xBEu, 0x8Cu, 0x1Eu, 1, 0, UIMSG_SelectNPCDialogueOption, 0x56u, 0, "", 0);
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
392 pDialogueWindow->CreateButton(0x1E0u, 0xDCu, 0x8Cu, 0x1Eu, 1, 0, UIMSG_SelectNPCDialogueOption, 0x57u, 0, "", 0);
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
393 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
394 pDialogueWindow->_41D08F_set_keyboard_control_group(4, 1, 0, 1);
0
Ritor1
parents:
diff changeset
395 }
Ritor1
parents:
diff changeset
396 }
Ritor1
parents:
diff changeset
397
Ritor1
parents:
diff changeset
398 //----- (004BC109) --------------------------------------------------------
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
399 void ArenaFight()
0
Ritor1
parents:
diff changeset
400 {
Ritor1
parents:
diff changeset
401 int v0; // edi@1
Ritor1
parents:
diff changeset
402 char *v1; // eax@7
Ritor1
parents:
diff changeset
403 Player *v2; // edi@9
Ritor1
parents:
diff changeset
404 int v3; // eax@10
Ritor1
parents:
diff changeset
405 signed int v4; // esi@10
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
406 //signed __int64 v5; // qax@18
0
Ritor1
parents:
diff changeset
407 signed int v6; // ebx@34
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
408 //char *v7; // edi@34
0
Ritor1
parents:
diff changeset
409 int v8; // eax@37
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
410 //int v9; // esi@43
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
411 //int v10; // eax@44
0
Ritor1
parents:
diff changeset
412 unsigned __int8 v11; // sf@44
Ritor1
parents:
diff changeset
413 unsigned __int8 v12; // of@44
Ritor1
parents:
diff changeset
414 signed int v13; // eax@49
Ritor1
parents:
diff changeset
415 int v14; // esi@49
Ritor1
parents:
diff changeset
416 int v15; // edx@50
Ritor1
parents:
diff changeset
417 int v16; // eax@51
Ritor1
parents:
diff changeset
418 signed int v17; // ecx@51
Ritor1
parents:
diff changeset
419 int v18; // edx@53
Ritor1
parents:
diff changeset
420 int i; // edi@55
Ritor1
parents:
diff changeset
421 int monster_y; // ST18_4@56
Ritor1
parents:
diff changeset
422 int v21; // eax@56
Ritor1
parents:
diff changeset
423 signed int v22; // [sp-4h] [bp-144h]@51
Ritor1
parents:
diff changeset
424 __int16 v23[100]; // [sp+Ch] [bp-134h]@39
Ritor1
parents:
diff changeset
425 GUIWindow window; // [sp+D4h] [bp-6Ch]@1
Ritor1
parents:
diff changeset
426 __int16 monster_ids[6]; // [sp+128h] [bp-18h]@56
Ritor1
parents:
diff changeset
427 int v26; // [sp+134h] [bp-Ch]@1
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
428 //int v27; // [sp+138h] [bp-8h]@23
0
Ritor1
parents:
diff changeset
429 int num_monsters; // [sp+13Ch] [bp-4h]@17
Ritor1
parents:
diff changeset
430
Ritor1
parents:
diff changeset
431 v26 = 0;
Ritor1
parents:
diff changeset
432 pParty->field_7B5_in_arena_quest = uDialogueType;
Ritor1
parents:
diff changeset
433 memcpy(&window, pDialogueWindow, sizeof(window));
819
9359c114f98c More on screenshot
Nomad
parents: 818
diff changeset
434 window.uFrameWidth = game_viewport_width;
0
Ritor1
parents:
diff changeset
435 window.uFrameZ = 452;
Ritor1
parents:
diff changeset
436 v0 = pFontArrus->CalcTextHeight(pGlobalTXT_LocalizationStrings[575], &window, 13, 0) + 7;
Ritor1
parents:
diff changeset
437 pRenderer->BeginSceneD3D();
Ritor1
parents:
diff changeset
438
Ritor1
parents:
diff changeset
439 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor )
Ritor1
parents:
diff changeset
440 pIndoor->Draw();
Ritor1
parents:
diff changeset
441 else if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor )
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
442 pOutdoor->Draw();
0
Ritor1
parents:
diff changeset
443
Ritor1
parents:
diff changeset
444 pRenderer->DrawBillboards_And_MaybeRenderSpecialEffects_And_EndScene();
Ritor1
parents:
diff changeset
445 pRenderer->BeginScene();
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
446 //if ( pRenderer->pRenderD3D )
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
447 pRenderer->FillRectFast(pViewport->uViewportTL_X, pViewport->uViewportTL_Y,
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
448 pViewport->uViewportBR_X - pViewport->uViewportTL_X,
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
449 pViewport->uViewportBR_Y - pViewport->uViewportTL_Y + 1,
2155
0a1438c16c2b Render decoupling.
Nomad
parents: 2154
diff changeset
450 0x7FF);
0
Ritor1
parents:
diff changeset
451
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1948
diff changeset
452 Texture* pTex = pIcons_LOD->GetTexture(uTextureID_Leather);
1496
ab6bf38b2940 UIGame.cpp cleaning(continue)
Ritor1
parents: 1480
diff changeset
453 pRenderer->GetLeather(8, 352 - v0, pTex, pTex->uTextureHeight - v0);
0
Ritor1
parents:
diff changeset
454
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
455 pRenderer->DrawTextureIndexed(8, 347 - v0, pTexture_591428);
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
456 v1 = FitTextInAWindow(pGlobalTXT_LocalizationStrings[575], pFontArrus, &window, 0xDu, 0);//Ïîæàëóéñòà, ïîäîæäèòå ïîêà ÿ âûçûâàþ ñóùåñòâ. Óäà÷è.
0
Ritor1
parents:
diff changeset
457 pDialogueWindow->DrawText(pFontArrus, 13, 354 - v0, 0, v1, 0, 0, 0);
Ritor1
parents:
diff changeset
458 pRenderer->EndScene();
Ritor1
parents:
diff changeset
459 pRenderer->Present();
Ritor1
parents:
diff changeset
460 pParty->vPosition.x = 3849;
Ritor1
parents:
diff changeset
461 pParty->vPosition.y = 5770;
Ritor1
parents:
diff changeset
462 pParty->vPosition.z = 1;
Ritor1
parents:
diff changeset
463 pParty->uFallStartY = 1;
Ritor1
parents:
diff changeset
464 pParty->sRotationY = 512;
Ritor1
parents:
diff changeset
465 pParty->sRotationX = 0;
Ritor1
parents:
diff changeset
466 pParty->uFallSpeed = 0;
437
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
467 /*if ( (signed int)pMessageQueue_50CBD0->uNumMessages < 40 )
0
Ritor1
parents:
diff changeset
468 {
990
087a9af8e0ec MessageParam
Ritor1
parents: 987
diff changeset
469 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].eType = UIMSG_Escape;
0
Ritor1
parents:
diff changeset
470 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 1;
Ritor1
parents:
diff changeset
471 *(&pMessageQueue_50CBD0->uNumMessages + 3 * pMessageQueue_50CBD0->uNumMessages + 3) = 0;
Ritor1
parents:
diff changeset
472 ++pMessageQueue_50CBD0->uNumMessages;
437
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
473 }*/
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
474 pMessageQueue_50CBD0->AddMessage(UIMSG_Escape, 1, 0);
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
475 //v2 = pParty->pPlayers.data();
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
476 for ( uint i = 0; i < 4; i++ )
0
Ritor1
parents:
diff changeset
477 {
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
478 v3 = pParty->pPlayers[i].GetActualLevel();
0
Ritor1
parents:
diff changeset
479 v4 = v26;
Ritor1
parents:
diff changeset
480 if ( v3 > v26 )
Ritor1
parents:
diff changeset
481 {
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
482 v26 = pParty->pPlayers[i].GetActualLevel();
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
483 v4 = pParty->pPlayers[i].GetActualLevel();
0
Ritor1
parents:
diff changeset
484 }
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
485 //++v2;
0
Ritor1
parents:
diff changeset
486 }
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
487 //while ( (signed int)v2 < (signed int)pParty->pHirelings.data() );
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
488 if ( uDialogueType == DIALOGUE_ARENA_SELECT_PAGE )
0
Ritor1
parents:
diff changeset
489 {
Ritor1
parents:
diff changeset
490 num_monsters = v4;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
491 v4 /= 2;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
492 }
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
493 else if ( uDialogueType == DIALOGUE_ARENA_SELECT_SQUIRE )
0
Ritor1
parents:
diff changeset
494 {
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
495 //v5 = (signed __int64)((double)v26 * 1.5);
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
496 num_monsters = (int)((double)v26 * 1.5);
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
497 v4 /= 2;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
498 }
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
499 else if ( uDialogueType == DIALOGUE_ARENA_SELECT_KNIGHT )
0
Ritor1
parents:
diff changeset
500 {
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
501 //LODWORD(v5) = 2 * v4;
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
502 num_monsters = 2 * v4;
0
Ritor1
parents:
diff changeset
503 v4 /= 2;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
504 }
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
505 else if ( uDialogueType == DIALOGUE_ARENA_SELECT_CHAMPION )
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
506 {
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
507 num_monsters = 2 * v4;
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
508 v4 /= 2;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
509 }
0
Ritor1
parents:
diff changeset
510 if ( v4 < 1 )
Ritor1
parents:
diff changeset
511 v4 = 1;
Ritor1
parents:
diff changeset
512 if ( v4 > 100 )
Ritor1
parents:
diff changeset
513 v4 = 100;
Ritor1
parents:
diff changeset
514 if ( num_monsters > 100 )
Ritor1
parents:
diff changeset
515 num_monsters = 100;
Ritor1
parents:
diff changeset
516 if ( v4 < 2 )
Ritor1
parents:
diff changeset
517 v4 = 2;
Ritor1
parents:
diff changeset
518 if ( num_monsters < 2 )
Ritor1
parents:
diff changeset
519 num_monsters = 2;
Ritor1
parents:
diff changeset
520 v6 = 0;
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
521 //v27 = 1;
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
522 //v7 = (char *)&pMonsterStats->pInfos[1].uLevel;
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
523 for ( uint i = 1; i <= 258; i++ )
0
Ritor1
parents:
diff changeset
524 {
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
525 if ( pMonsterStats->pInfos[i].uAIType != 1 )//if ( v7[8] != 1 )
0
Ritor1
parents:
diff changeset
526 {
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
527 if ( !MonsterStats::BelongsToSupertype(pMonsterStats->pInfos[i].uID, MONSTER_SUPERTYPE_8) ) //!MonsterStats::BelongsToSupertype(*((short *)v7 + 22), MONSTER_SUPERTYPE_8)
0
Ritor1
parents:
diff changeset
528 {
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
529 //v8 = (unsigned __int8)pMonsterStats->pInfos[i].uLevel;
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
530 if ( pMonsterStats->pInfos[i].uLevel >= v4 )
0
Ritor1
parents:
diff changeset
531 {
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
532 if ( pMonsterStats->pInfos[i].uLevel <= num_monsters )
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
533 v23[v6++] = i;
0
Ritor1
parents:
diff changeset
534 }
Ritor1
parents:
diff changeset
535 }
Ritor1
parents:
diff changeset
536 }
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
537 // ++v27;
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
538 //v7 += 88;
0
Ritor1
parents:
diff changeset
539 }
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
540 //while ( (signed int)v7 <= (signed int)&pMonsterStats->pInfos[258].uLevel );
0
Ritor1
parents:
diff changeset
541 num_monsters = 6;
Ritor1
parents:
diff changeset
542 if ( v6 < 6 )
Ritor1
parents:
diff changeset
543 num_monsters = v6;
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
544 //v9 = 0;
0
Ritor1
parents:
diff changeset
545 if ( num_monsters > 0 )
Ritor1
parents:
diff changeset
546 {
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
547 for ( uint i = 0; i < num_monsters; i++ )
0
Ritor1
parents:
diff changeset
548 {
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
549 //v10 = rand();
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
550 //++v9;
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
551 //v12 = __OFSUB__(v9, num_monsters);
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
552 //v11 = v9 - num_monsters < 0;
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
553 //*((short *)&window.pControlsTail + v9 + 1) = v23[rand() % v6];
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
554 monster_ids[i] = v23[rand() % v6];
0
Ritor1
parents:
diff changeset
555 }
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
556 //while ( v11 ^ v12 );
0
Ritor1
parents:
diff changeset
557 }
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
558 if ( uDialogueType == DIALOGUE_ARENA_SELECT_PAGE )
0
Ritor1
parents:
diff changeset
559 {
Ritor1
parents:
diff changeset
560 v16 = rand();
Ritor1
parents:
diff changeset
561 v17 = 3;
Ritor1
parents:
diff changeset
562 v22 = 50;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
563 v18 = v16 % v17;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
564 v13 = v22;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
565 v14 = v18 + 6;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
566 }
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
567 else if ( uDialogueType == DIALOGUE_ARENA_SELECT_SQUIRE )
0
Ritor1
parents:
diff changeset
568 {
Ritor1
parents:
diff changeset
569 v16 = rand();
Ritor1
parents:
diff changeset
570 v17 = 7;
Ritor1
parents:
diff changeset
571 v22 = 100;
Ritor1
parents:
diff changeset
572 v18 = v16 % v17;
Ritor1
parents:
diff changeset
573 v13 = v22;
Ritor1
parents:
diff changeset
574 v14 = v18 + 6;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
575 }
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
576 else if ( uDialogueType == DIALOGUE_ARENA_SELECT_KNIGHT )
0
Ritor1
parents:
diff changeset
577 {
Ritor1
parents:
diff changeset
578 v15 = rand() % 11;
Ritor1
parents:
diff changeset
579 v13 = 200;
Ritor1
parents:
diff changeset
580 v14 = v15 + 10;
Ritor1
parents:
diff changeset
581 }
Ritor1
parents:
diff changeset
582 else
Ritor1
parents:
diff changeset
583 {
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
584 if ( uDialogueType == DIALOGUE_ARENA_SELECT_CHAMPION )
0
Ritor1
parents:
diff changeset
585 {
Ritor1
parents:
diff changeset
586 v13 = 500;
Ritor1
parents:
diff changeset
587 v14 = 20;
Ritor1
parents:
diff changeset
588 }
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
589 //else
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
590 //{
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
591 //v14 = v27;
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
592 //v13 = gold_transaction_amount;
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
593 //}
0
Ritor1
parents:
diff changeset
594 }
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
595 gold_transaction_amount = v26 * v13;
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
596 for ( i = 0; i < v14; ++i )
0
Ritor1
parents:
diff changeset
597 {
2135
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
598 //monster_y = pMonsterArenaPlacements[i].y;
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
599 //v21 = rand();
e99081a3a66a Arena works
Ritor1
parents: 2133
diff changeset
600 Actor::_4BBF61_summon_actor(monster_ids[rand() % num_monsters], pMonsterArenaPlacements[i].x, pMonsterArenaPlacements[i].y, 1);
0
Ritor1
parents:
diff changeset
601 }
Ritor1
parents:
diff changeset
602 pAudioPlayer->PlaySound((SoundID)14060, 0, 0, -1, 0, 0, 0, 0);
Ritor1
parents:
diff changeset
603 }
Ritor1
parents:
diff changeset
604
Ritor1
parents:
diff changeset
605 //----- (004BD8B5) --------------------------------------------------------
1919
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
606 int HouseDialogPressCloseBtn()
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;
1917
4ecc099ef876 sub_4BD8B5 converted to switch clause
zipi
parents: 1914
diff changeset
614 if ( pDialogueNPCCount == 0)
1919
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
615 return 0;
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
616
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
617 if ( dialog_menu_id == HOUSE_DIALOGUE_SHOP_BUY_SPECIAL && ShopTexture )
0
Ritor1
parents:
diff changeset
618 {
1919
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
619 ShopTexture->Release();
1917
4ecc099ef876 sub_4BD8B5 converted to switch clause
zipi
parents: 1914
diff changeset
620 ShopTexture = 0;
4ecc099ef876 sub_4BD8B5 converted to switch clause
zipi
parents: 1914
diff changeset
621 }
4ecc099ef876 sub_4BD8B5 converted to switch clause
zipi
parents: 1914
diff changeset
622
1919
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
623 switch(dialog_menu_id)
1917
4ecc099ef876 sub_4BD8B5 converted to switch clause
zipi
parents: 1914
diff changeset
624 {
1919
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
625 case -1:
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
626 _4B4224_UpdateNPCTopics((int)((char *)pDialogueNPCCount - 1));
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
627 pVideoPlayer->_4BF5B2();
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
628 break;
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
629
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
630 case HOUSE_DIALOGUE_SHOP_DISPLAY_EQUIPMENT:
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
631 case HOUSE_DIALOGUE_LEARN_SKILLS:
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
632 case HOUSE_DIALOGUE_TAVERN_ARCOMAGE_MAIN:
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
633 pVideoPlayer->_4BF5B2();
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
634 UI_CreateEndConversationButton();
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
635 dialog_menu_id = HOUSE_DIALOGUE_MAIN;
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
636 InitializaDialogueOptions(in_current_building_type);
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
637 break;
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
638
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
639 case HOUSE_DIALOGUE_SHOP_SELL:
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
640 case HOUSE_DIALOGUE_SHOP_IDENTIFY:
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
641 case HOUSE_DIALOGUE_SHOP_REPAIR:
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
642 UI_CreateEndConversationButton();
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
643 dialog_menu_id = HOUSE_DIALOGUE_SHOP_DISPLAY_EQUIPMENT;
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
644 InitializaDialogueOptions_Shops(in_current_building_type);
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
645 break;
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
646
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
647 case HOUSE_DIALOGUE_TAVERN_ARCOMAGE_RULES:
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
648 case HOUSE_DIALOGUE_TAVERN_ARCOMAGE_VICTORY_CONDITIONS:
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
649 case HOUSE_DIALOGUE_TAVERN_ARCOMAGE_RESULT:
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
650 pVideoPlayer->_4BF5B2();
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
651 UI_CreateEndConversationButton();
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
652 dialog_menu_id = HOUSE_DIALOGUE_TAVERN_ARCOMAGE_MAIN;
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
653 InitializaDialogueOptions_Tavern(in_current_building_type);
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
654 break;
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
655
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
656 case HOUSE_DIALOGUE_NULL:
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
657 case HOUSE_DIALOGUE_MAIN:
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
658 pDialogueNPCCount = 0;
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
659 pDialogueWindow->Release();
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
660 dialog_menu_id = HOUSE_DIALOGUE_NULL;
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
661 pDialogueWindow = 0;
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
662 pIcons_LOD->SyncLoadedFilesCount();
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
663
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
664 if ( uNumDialogueNPCPortraits == 1 )
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
665 return 0;
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
666
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
667 pBtn_ExitCancel = window_SpeakInHouse->pControlsHead;
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
668 if ( uNumDialogueNPCPortraits > 0 )
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
669 {
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
670 for ( uint i = 0; i < (unsigned int)uNumDialogueNPCPortraits; ++i )
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
671 {
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
672 HouseNPCPortraitsButtonsList[i] = window_SpeakInHouse->CreateButton(pNPCPortraits_x[uNumDialogueNPCPortraits - 1][i],
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
673 pNPCPortraits_y[uNumDialogueNPCPortraits - 1][i],
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
674 63, 73, 1, 0, UIMSG_ClickHouseNPCPortrait, i, 0, byte_591180[i].data(), 0, 0, 0);
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
675 }
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
676 }
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
677
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
678 pVideoPlayer->_4BF5B2();
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
679 break;
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
680
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
681 default:
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
682 pVideoPlayer->_4BF5B2();
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
683 dialog_menu_id = HOUSE_DIALOGUE_MAIN;
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
684 InitializaDialogueOptions(in_current_building_type);
140ca8123384 Tavern rest fix
Ritor1
parents: 1917
diff changeset
685 break;
0
Ritor1
parents:
diff changeset
686 }
1917
4ecc099ef876 sub_4BD8B5 converted to switch clause
zipi
parents: 1914
diff changeset
687 return 1;
0
Ritor1
parents:
diff changeset
688 }
Ritor1
parents:
diff changeset
689
Ritor1
parents:
diff changeset
690 //----- (004BF91E) --------------------------------------------------------
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
691 unsigned int GameOverMenu(void *ecx0)
0
Ritor1
parents:
diff changeset
692 {
1838
211dfe2d8db1 changing global char* vars to const char* vars
Grumpy7
parents: 1828
diff changeset
693 const char *v1; // eax@2
0
Ritor1
parents:
diff changeset
694 unsigned int result; // eax@3
89
98cd93e14777 pointer fixes
zipi
parents: 82
diff changeset
695 Player *v3; // eax@7
1838
211dfe2d8db1 changing global char* vars to const char* vars
Grumpy7
parents: 1828
diff changeset
696 const char *v4; // ST24_4@9
0
Ritor1
parents:
diff changeset
697 int v5; // eax@9
1838
211dfe2d8db1 changing global char* vars to const char* vars
Grumpy7
parents: 1828
diff changeset
698 const char *v6; // eax@10
211dfe2d8db1 changing global char* vars to const char* vars
Grumpy7
parents: 1828
diff changeset
699 const char *v7; // edx@10
211dfe2d8db1 changing global char* vars to const char* vars
Grumpy7
parents: 1828
diff changeset
700 const char *v8; // ecx@12
211dfe2d8db1 changing global char* vars to const char* vars
Grumpy7
parents: 1828
diff changeset
701 const char *v9; // eax@14
0
Ritor1
parents:
diff changeset
702 unsigned int v10; // eax@25
Ritor1
parents:
diff changeset
703 GUIWindow pWindow; // [sp+34h] [bp-9Ch]@1
1532
3c33f3e44f71 Fix and clean aWinProc and related
yoctozepto
parents: 1529
diff changeset
704 //MSG Msg; // [sp+88h] [bp-48h]@22
0
Ritor1
parents:
diff changeset
705 unsigned int v14; // [sp+A4h] [bp-2Ch]@5
Ritor1
parents:
diff changeset
706 void *v15; // [sp+A8h] [bp-28h]@1
1838
211dfe2d8db1 changing global char* vars to const char* vars
Grumpy7
parents: 1828
diff changeset
707 const char *pInString; // [sp+ACh] [bp-24h]@5
0
Ritor1
parents:
diff changeset
708 unsigned int v17; // [sp+B0h] [bp-20h]@5
Ritor1
parents:
diff changeset
709 unsigned int v18; // [sp+B4h] [bp-1Ch]@5
Ritor1
parents:
diff changeset
710 unsigned int v19; // [sp+B8h] [bp-18h]@5
Ritor1
parents:
diff changeset
711 int v20; // [sp+BCh] [bp-14h]@7
89
98cd93e14777 pointer fixes
zipi
parents: 82
diff changeset
712 Player *i; // [sp+C0h] [bp-10h]@7
0
Ritor1
parents:
diff changeset
713 GUIFont *pFont; // [sp+C4h] [bp-Ch]@1
Ritor1
parents:
diff changeset
714 unsigned __int64 v23; // [sp+C8h] [bp-8h]@5
Ritor1
parents:
diff changeset
715
Ritor1
parents:
diff changeset
716 v15 = ecx0;
Ritor1
parents:
diff changeset
717
Ritor1
parents:
diff changeset
718 RGBTexture _this; // [sp+Ch] [bp-C4h]@1
Ritor1
parents:
diff changeset
719 //RGBTexture::RGBTexture(&this);
Ritor1
parents:
diff changeset
720
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
721 dword_6BE364_game_settings_1 &= ~GAME_SETTINGS_4000;
0
Ritor1
parents:
diff changeset
722 bGameoverLoop = 1;
Ritor1
parents:
diff changeset
723 pVideoPlayer->bStopBeforeSchedule = 0;
Ritor1
parents:
diff changeset
724 pAudioPlayer->StopChannels(-1, -1);
Ritor1
parents:
diff changeset
725 pRenderer->BeginScene();
Ritor1
parents:
diff changeset
726 pRenderer->ClearBlack();
Ritor1
parents:
diff changeset
727 pRenderer->EndScene();
Ritor1
parents:
diff changeset
728 pRenderer->Present();
165
Ritor1
parents: 162
diff changeset
729 pVideoPlayer->pResetflag = 0;
484
4bd56919f075 avard quest guild bits
Gloval
parents: 481
diff changeset
730 _449B57_test_bit(pParty->_quest_bits, 99);
0
Ritor1
parents:
diff changeset
731 _this.Load("winbg.pcx", 2);
Ritor1
parents:
diff changeset
732 pRenderer->BeginScene();
Ritor1
parents:
diff changeset
733 pRenderer->DrawTextureRGB(0, 0, &_this);
Ritor1
parents:
diff changeset
734 pRenderer->EndScene();
Ritor1
parents:
diff changeset
735 free(_this.pPixels);
Ritor1
parents:
diff changeset
736 _this.pPixels = 0;
336
ea55d6414029 Event_proceccor preliminary
Gloval
parents: 328
diff changeset
737 window_SpeakInHouse = GUIWindow::Create(0, 0, 640, 480, WINDOW_MainMenu, 0, 0);
0
Ritor1
parents:
diff changeset
738 pWindow.uFrameX = 75;
Ritor1
parents:
diff changeset
739 pWindow.uFrameY = 60;
Ritor1
parents:
diff changeset
740 pWindow.uFrameWidth = 469;
Ritor1
parents:
diff changeset
741 pWindow.uFrameHeight = 338;
Ritor1
parents:
diff changeset
742 pWindow.uFrameZ = 543;
Ritor1
parents:
diff changeset
743 pWindow.uFrameW = 397;
180
c5bd7a825ef2 come back
Ritor1
parents: 178
diff changeset
744 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
745 if ( pParty->IsPartyGood() )
2133
e378232bfd36 screenshot
Ritor1
parents: 2128
diff changeset
746 v1 = pGlobalTXT_LocalizationStrings[675];//"Splendid job! With the activation of the Gate, a thousand worlds lie at your feet. Perhaps on one of them you will find the Ancients themselves, and return with the fruits their great civilization has to offer your world and your kingdom."
0
Ritor1
parents:
diff changeset
747 else
Ritor1
parents:
diff changeset
748 {
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
749 result = pParty->IsPartyEvil();
0
Ritor1
parents:
diff changeset
750 if ( !(short)result )
Ritor1
parents:
diff changeset
751 return result;
2133
e378232bfd36 screenshot
Ritor1
parents: 2128
diff changeset
752 v1 = pGlobalTXT_LocalizationStrings[676];//"Brilliant! The completion of the Heavenly Forge has provided enough Ancient weapons to crush all resistance to your plans. Soon the world will bow to your every whim! Still, you can't help but wonder what was beyond the Gate the other side was trying so hard to build."
0
Ritor1
parents:
diff changeset
753 }
Ritor1
parents:
diff changeset
754 pInString = v1;
Ritor1
parents:
diff changeset
755 v23 = pParty->uTimePlayed - 138240;
Ritor1
parents:
diff changeset
756 v19 = (unsigned int)((signed __int64)((double)(pParty->uTimePlayed - 138240) * 0.234375) / 60 / 60) / 0x18;
Ritor1
parents:
diff changeset
757 v14 = (unsigned int)((signed __int64)((double)(pParty->uTimePlayed - 138240) * 0.234375) / 60 / 60) / 0x18 / 0x1C / 0xC;
Ritor1
parents:
diff changeset
758 v18 = (unsigned int)((signed __int64)((double)(pParty->uTimePlayed - 138240) * 0.234375) / 60 / 60) / 0x18 / 0x1C % 0xC;
Ritor1
parents:
diff changeset
759 v17 = v19 % 0x1C;
Ritor1
parents:
diff changeset
760 if ( !v19 )
Ritor1
parents:
diff changeset
761 v19 = 1;
Ritor1
parents:
diff changeset
762 pRenderer->BeginScene();
2133
e378232bfd36 screenshot
Ritor1
parents: 2128
diff changeset
763 pWindow.DrawTitleText(pFont, 1, 0x23, 1, pGlobalTXT_LocalizationStrings[9], 3);//Congratulations!
0
Ritor1
parents:
diff changeset
764 v23 = 0i64;
Ritor1
parents:
diff changeset
765 v20 = 0;
2133
e378232bfd36 screenshot
Ritor1
parents: 2128
diff changeset
766 for ( uint i = 0; i < 4; i++ )
89
98cd93e14777 pointer fixes
zipi
parents: 82
diff changeset
767 {
2133
e378232bfd36 screenshot
Ritor1
parents: 2128
diff changeset
768 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[129], pParty->pPlayers[i].pName, pParty->pPlayers[i].GetBaseLevel(), pClassNames[pParty->pPlayers[i].classType]);//%s the Level %u %s
e378232bfd36 screenshot
Ritor1
parents: 2128
diff changeset
769 pWindow.DrawTitleText(pFont, 1, i * (LOBYTE(pFont->uFontHeight) - 2) + LOBYTE(pFont->uFontHeight) + 46, 1, pTmpBuf.data(), 3);
e378232bfd36 screenshot
Ritor1
parents: 2128
diff changeset
770 v23 += pParty->pPlayers[i].uExperience;//__PAIR__(*(int *)(i - 4), *(int *)(i - 8));
0
Ritor1
parents:
diff changeset
771 }
Ritor1
parents:
diff changeset
772 v23 = (signed __int64)v23 / v19;
2133
e378232bfd36 screenshot
Ritor1
parents: 2128
diff changeset
773 v6 = FitTextInAWindow(pInString, pFont, &pWindow, 0xC, 0);
e378232bfd36 screenshot
Ritor1
parents: 2128
diff changeset
774 pWindow.DrawTitleText(pFont, 1, 5 * (LOBYTE(pFont->uFontHeight) + 11), 1, v6, 0);
e378232bfd36 screenshot
Ritor1
parents: 2128
diff changeset
775 strcpy(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[37]);//Total Time:
0
Ritor1
parents:
diff changeset
776 v7 = pGlobalTXT_LocalizationStrings[56];
Ritor1
parents:
diff changeset
777 if ( v17 != 1 )
Ritor1
parents:
diff changeset
778 v7 = pGlobalTXT_LocalizationStrings[57];
Ritor1
parents:
diff changeset
779 v8 = pGlobalTXT_LocalizationStrings[146];
Ritor1
parents:
diff changeset
780 if ( v18 != 1 )
Ritor1
parents:
diff changeset
781 v8 = pGlobalTXT_LocalizationStrings[148];
Ritor1
parents:
diff changeset
782 v9 = pGlobalTXT_LocalizationStrings[245];
Ritor1
parents:
diff changeset
783 if ( v14 != 1 )
Ritor1
parents:
diff changeset
784 v9 = pGlobalTXT_LocalizationStrings[132];
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
785 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
786 strcat(pTmpBuf.data(), pTmpBuf2.data());
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
787 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
788 sprintf(pTmpBuf.data(), pGlobalTXT_LocalizationStrings[94], v23);
2133
e378232bfd36 screenshot
Ritor1
parents: 2128
diff changeset
789 pWindow.DrawTitleText(pFont, 1, pWindow.uFrameHeight, 1u, pTmpBuf.data(), 3);
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
790 dword_6BE364_game_settings_1 |= GAME_SETTINGS_4000;
0
Ritor1
parents:
diff changeset
791 pRenderer->EndScene();
Ritor1
parents:
diff changeset
792 pRenderer->Present();
2153
d28d3c006077 Some Render decoupling.
Nomad
parents: 2152
diff changeset
793 //if ( pRenderer->pRenderD3D )
0
Ritor1
parents:
diff changeset
794 pRenderer->pBeforePresentFunction();
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
795 pRenderer->SaveWinnersCertificate("MM7_Win.Pcx");
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1546
diff changeset
796 free(pFont);
336
ea55d6414029 Event_proceccor preliminary
Gloval
parents: 328
diff changeset
797 window_SpeakInHouse->Release();
ea55d6414029 Event_proceccor preliminary
Gloval
parents: 328
diff changeset
798 window_SpeakInHouse = 0;
0
Ritor1
parents:
diff changeset
799 if ( v15 == (void *)2 )
Ritor1
parents:
diff changeset
800 {
Ritor1
parents:
diff changeset
801 result = pMessageQueue_50CBD0->uNumMessages;
Ritor1
parents:
diff changeset
802 }
Ritor1
parents:
diff changeset
803 else
Ritor1
parents:
diff changeset
804 {
Ritor1
parents:
diff changeset
805 LODWORD(v23) = GetTickCount() + 5000;
Ritor1
parents:
diff changeset
806 while ( (unsigned int)v23 > GetTickCount() )
Ritor1
parents:
diff changeset
807 ;
1532
3c33f3e44f71 Fix and clean aWinProc and related
yoctozepto
parents: 1529
diff changeset
808 for (MSG msg; PeekMessage(&msg, 0, 0, 0, PM_REMOVE);)
0
Ritor1
parents:
diff changeset
809 {
1532
3c33f3e44f71 Fix and clean aWinProc and related
yoctozepto
parents: 1529
diff changeset
810 if (msg.message == WM_QUIT)
0
Ritor1
parents:
diff changeset
811 Game_DeinitializeAndTerminate(0);
1532
3c33f3e44f71 Fix and clean aWinProc and related
yoctozepto
parents: 1529
diff changeset
812 TranslateMessage(&msg);
3c33f3e44f71 Fix and clean aWinProc and related
yoctozepto
parents: 1529
diff changeset
813 DispatchMessage(&msg);
0
Ritor1
parents:
diff changeset
814 }
Ritor1
parents:
diff changeset
815 if ( pMessageQueue_50CBD0->uNumMessages )
Ritor1
parents:
diff changeset
816 {
Ritor1
parents:
diff changeset
817 LOBYTE(v10) = pMessageQueue_50CBD0->pMessages[0].field_8 != 0;
Ritor1
parents:
diff changeset
818 pMessageQueue_50CBD0->uNumMessages = v10;
Ritor1
parents:
diff changeset
819 }
Ritor1
parents:
diff changeset
820 pKeyActionMap->ResetKeys();
Ritor1
parents:
diff changeset
821 pKeyActionMap->uLastKeyPressed = 0;
Ritor1
parents:
diff changeset
822 do
Ritor1
parents:
diff changeset
823 {
1532
3c33f3e44f71 Fix and clean aWinProc and related
yoctozepto
parents: 1529
diff changeset
824 for (MSG msg; PeekMessage(&msg, 0, 0, 0, PM_REMOVE);)
0
Ritor1
parents:
diff changeset
825 {
1532
3c33f3e44f71 Fix and clean aWinProc and related
yoctozepto
parents: 1529
diff changeset
826 if (msg.message == WM_QUIT)
0
Ritor1
parents:
diff changeset
827 Game_DeinitializeAndTerminate(0);
1532
3c33f3e44f71 Fix and clean aWinProc and related
yoctozepto
parents: 1529
diff changeset
828 TranslateMessage(&msg);
3c33f3e44f71 Fix and clean aWinProc and related
yoctozepto
parents: 1529
diff changeset
829 DispatchMessage(&msg);
0
Ritor1
parents:
diff changeset
830 }
Ritor1
parents:
diff changeset
831 }
Ritor1
parents:
diff changeset
832 while ( !pKeyActionMap->uLastKeyPressed );
Ritor1
parents:
diff changeset
833 result = pMessageQueue_50CBD0->uNumMessages;
Ritor1
parents:
diff changeset
834 if ( pMessageQueue_50CBD0->uNumMessages )
Ritor1
parents:
diff changeset
835 {
Ritor1
parents:
diff changeset
836 result = pMessageQueue_50CBD0->pMessages[0].field_8 != 0;
Ritor1
parents:
diff changeset
837 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0;
Ritor1
parents:
diff changeset
838 }
Ritor1
parents:
diff changeset
839 }
Ritor1
parents:
diff changeset
840 if ( v15 )
Ritor1
parents:
diff changeset
841 {
437
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
842 /*if ( (signed int)result < 40 )
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
843 {
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
844 pMessageQueue_50CBD0->pMessages[result].eType = UIMSG_Quit;
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
845 }*/
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
846 pMessageQueue_50CBD0->AddMessage(UIMSG_Quit, 1, 0);
0
Ritor1
parents:
diff changeset
847 }
Ritor1
parents:
diff changeset
848 else
Ritor1
parents:
diff changeset
849 {
437
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
850 pMessageQueue_50CBD0->AddMessage(UIMSG_ShowFinalWindow, 1, 0);
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
851 /*if ( (signed int)result < 40 )
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
852 {
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
853 pMessageQueue_50CBD0->pMessages[result].eType = UIMSG_C5;
0
Ritor1
parents:
diff changeset
854 pMessageQueue_50CBD0->pMessages[pMessageQueue_50CBD0->uNumMessages].param = 1;
Ritor1
parents:
diff changeset
855 result = 3 * pMessageQueue_50CBD0->uNumMessages + 3;
Ritor1
parents:
diff changeset
856 *(&pMessageQueue_50CBD0->uNumMessages + result) = 0;
Ritor1
parents:
diff changeset
857 ++pMessageQueue_50CBD0->uNumMessages;
437
0a1ea44b4a0a ui mesages & spellcasting
Nomad
parents: 434
diff changeset
858 }*/
0
Ritor1
parents:
diff changeset
859 }
Ritor1
parents:
diff changeset
860 bGameoverLoop = 0;
Ritor1
parents:
diff changeset
861 return result;
Ritor1
parents:
diff changeset
862 }
Ritor1
parents:
diff changeset
863
1391
cc9a3a24d61d Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents: 1359
diff changeset
864
cc9a3a24d61d Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents: 1359
diff changeset
865
cc9a3a24d61d Moved stru11, stru12 and some SW Rendering stuff to the archives.
Nomad
parents: 1359
diff changeset
866
0
Ritor1
parents:
diff changeset
867 //----- (00451007) --------------------------------------------------------
1148
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
868 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
869 unsigned short *pDst, int dstWidth, int dstHeight, int dstPitch,
Ritor1
parents:
diff changeset
870 int a10, int a11)
Ritor1
parents:
diff changeset
871 {
Ritor1
parents:
diff changeset
872 int result; // eax@1
Ritor1
parents:
diff changeset
873 float v17; // ST3C_4@12
Ritor1
parents:
diff changeset
874 float v18; // ST38_4@12
Ritor1
parents:
diff changeset
875 unsigned int v19; // esi@12
Ritor1
parents:
diff changeset
876 int v21; // eax@18
Ritor1
parents:
diff changeset
877 unsigned int v22; // ecx@25
Ritor1
parents:
diff changeset
878 unsigned int v23; // eax@29
1146
b4ade2580ae3 sub_451007_scale_image_bicubic cleanup - some variable renaming, code shuffling
Grumpy7
parents: 1145
diff changeset
879 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
880 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
881 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
882 unsigned int widthRatioPlusOne; // [sp+14h] [bp-74h]@218
0
Ritor1
parents:
diff changeset
883 int v160; // [sp+3Ch] [bp-4Ch]@13
Ritor1
parents:
diff changeset
884 unsigned __int16 *v175; // [sp+4Ch] [bp-3Ch]@13
Ritor1
parents:
diff changeset
885 unsigned __int16 *v193; // [sp+5Ch] [bp-2Ch]@7
Ritor1
parents:
diff changeset
886 signed int v231; // [sp+78h] [bp-10h]@7
Ritor1
parents:
diff changeset
887 __int64 v240; // [sp+7Ch] [bp-Ch]@12
Ritor1
parents:
diff changeset
888 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
889 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
890 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
891 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
892 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
893 int field_0_bits;
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
894 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
895
1146
b4ade2580ae3 sub_451007_scale_image_bicubic cleanup - some variable renaming, code shuffling
Grumpy7
parents: 1145
diff changeset
896 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
897 switch(field0value)
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
898 {
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
899 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
900 break;
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
901 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
902 break;
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
903 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
904 break;
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
905 default:
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
906 return field0value;
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
907 }
1144
f544cd6f7168 sub_451007_scale_image_bicubic cleanup - preparations for further condition body extractions
Grumpy7
parents: 1140
diff changeset
908 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
909 switch(field20value)
1129
9362028fccd1 sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents: 1128
diff changeset
910 {
1148
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
911 case 8: field_20_bits = 1;
1129
9362028fccd1 sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents: 1128
diff changeset
912 break;
1148
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
913 case 16: field_20_bits = 2;
1129
9362028fccd1 sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents: 1128
diff changeset
914 break;
1148
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
915 case 32: field_20_bits = 4;
1129
9362028fccd1 sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents: 1128
diff changeset
916 break;
9362028fccd1 sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents: 1128
diff changeset
917 default:
1144
f544cd6f7168 sub_451007_scale_image_bicubic cleanup - preparations for further condition body extractions
Grumpy7
parents: 1140
diff changeset
918 return field20value;
1129
9362028fccd1 sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents: 1128
diff changeset
919 }
1148
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
920
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
921 result = (int)pDst;
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
922 v193 = pDst;
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
923 v231 = 0;
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
924 if ( dstHeight <= 0 )
1129
9362028fccd1 sub_451007_scale_image_bicubic cleanup - extracting common bodies from conditions
Grumpy7
parents: 1128
diff changeset
925 return result;
1600
0016b08ab621 stru350::sub_451007_scale_image_bicubic - fixing a memory access bug
Grumpy7
parents: 1546
diff changeset
926
1148
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
927 do
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
928 {
1149
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
929 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
930 {
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
931 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
932 widthRatio = bankersRounding(a6s);
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
933 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
934 widthRatioPlusOne = bankersRounding(a6t);
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
935 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
936 heightRatio = bankersRounding(v17);
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
937 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
938 heightRatioPlusOne = bankersRounding(v18);
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
939 v251 = 0;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
940 v19 = (heightRatioPlusOne - heightRatio) * (widthRatioPlusOne - widthRatio);
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
941 v252 = 0;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
942 a6b = 0;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
943 v240 = 0i64;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
944
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
945 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
946 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
947 {
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
948 int ratioDiff = widthRatioPlusOne - widthRatio;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
949 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
950 {
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
951 if(field0value == 32)
1600
0016b08ab621 stru350::sub_451007_scale_image_bicubic - fixing a memory access bug
Grumpy7
parents: 1546
diff changeset
952 v21 = _450FB1(((int*)v175)[i]);
1149
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
953 else if(field0value == 16)
1600
0016b08ab621 stru350::sub_451007_scale_image_bicubic - fixing a memory access bug
Grumpy7
parents: 1546
diff changeset
954 v21 = _450FB1(((_WORD*)v175)[i]);
1901
Ritor1
parents: 1861
diff changeset
955 else if (field0value == 8)
1600
0016b08ab621 stru350::sub_451007_scale_image_bicubic - fixing a memory access bug
Grumpy7
parents: 1546
diff changeset
956 v21 = _450FB1(((unsigned __int8*)v175)[i]);
1149
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
957 v240 += ((unsigned int)v21 >> 24);
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
958 a6b += BYTE2(v21);
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
959 v252 += BYTE1(v21);
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
960 v251 += (unsigned __int8)v21;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
961 }
1901
Ritor1
parents: 1861
diff changeset
962 if (field0value == 32)
1149
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
963 v175 += 2 * srcPitch;
1901
Ritor1
parents: 1861
diff changeset
964 else if (field0value == 16)
1149
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
965 v175 += srcPitch;
1901
Ritor1
parents: 1861
diff changeset
966 else if (field0value == 8)
1149
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
967 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
968 }
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
969 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
970 if ( v19 )
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
971 {
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
972 a6b /= v19;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
973 v252 /= v19;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
974 v251 /= v19;
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 ( v22 != 255 )
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
977 v22 &= 0x7FFFFFFFu;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
978 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
979 *(_DWORD *)v193 = v23;
05b30ed00d7c sub_451007_scale_image_bicubic cleanup - changing if+dowhile pair to for
Grumpy7
parents: 1148
diff changeset
980 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
981 }
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
982 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
983 ++v231;
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
984 result = v231;
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
985 }
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
986 while(v231 < dstHeight);
ee6bccef32e8 sub_451007_scale_image_bicubic cleanup - final condition collapsing, remaining labels removed, etc
Grumpy7
parents: 1147
diff changeset
987 return result;
0
Ritor1
parents:
diff changeset
988 }
Ritor1
parents:
diff changeset
989
Ritor1
parents:
diff changeset
990 //----- (0044F57C) --------------------------------------------------------
Ritor1
parents:
diff changeset
991 void SpawnEncounter(MapInfo *pMapInfo, SpawnPointMM7 *spawn, int a3, int a4, int a5)
Ritor1
parents:
diff changeset
992 {
Ritor1
parents:
diff changeset
993 //MapInfo *v5; // esi@1
Ritor1
parents:
diff changeset
994 //SpawnPointMM7 *v6; // ebx@1
Ritor1
parents:
diff changeset
995 int v7; // eax@2
Ritor1
parents:
diff changeset
996 char v8; // zf@5
Ritor1
parents:
diff changeset
997 int v9; // edi@9
Ritor1
parents:
diff changeset
998 int v10; // eax@9
Ritor1
parents:
diff changeset
999 int v11; // ecx@9
Ritor1
parents:
diff changeset
1000 int v12; // edx@9
Ritor1
parents:
diff changeset
1001 int v13; // eax@9
Ritor1
parents:
diff changeset
1002 int v14; // eax@14
Ritor1
parents:
diff changeset
1003 int v15; // ecx@14
Ritor1
parents:
diff changeset
1004 int v16; // eax@19
Ritor1
parents:
diff changeset
1005 int v17; // ecx@19
Ritor1
parents:
diff changeset
1006 int v18; // esi@31
Ritor1
parents:
diff changeset
1007 //int pPosX; // ecx@32
Ritor1
parents:
diff changeset
1008 //int v20; // edx@32
Ritor1
parents:
diff changeset
1009 //int v21; // eax@32
Ritor1
parents:
diff changeset
1010 Actor *pMonster; // esi@35
Ritor1
parents:
diff changeset
1011 int v23; // edx@36
Ritor1
parents:
diff changeset
1012 signed int v24; // edi@36
Ritor1
parents:
diff changeset
1013 int v25; // ecx@36
Ritor1
parents:
diff changeset
1014 unsigned __int16 v26; // ax@47
Ritor1
parents:
diff changeset
1015 MonsterDesc *v27; // edi@48
Ritor1
parents:
diff changeset
1016 signed int v28; // eax@48
Ritor1
parents:
diff changeset
1017 __int16 v29; // cx@50
Ritor1
parents:
diff changeset
1018 __int16 v30; // ax@50
Ritor1
parents:
diff changeset
1019 __int16 v31; // ax@50
Ritor1
parents:
diff changeset
1020 int v32; // eax@50
Ritor1
parents:
diff changeset
1021 int v33; // edi@50
Ritor1
parents:
diff changeset
1022 int v34; // eax@50
Ritor1
parents:
diff changeset
1023 int v35; // eax@50
Ritor1
parents:
diff changeset
1024 int v36; // eax@50
Ritor1
parents:
diff changeset
1025 int v37; // eax@51
Ritor1
parents:
diff changeset
1026 int v38; // eax@52
Ritor1
parents:
diff changeset
1027 int v39; // edi@52
Ritor1
parents:
diff changeset
1028 std::string v40; // [sp-18h] [bp-100h]@60
Ritor1
parents:
diff changeset
1029 void *v41; // [sp-14h] [bp-FCh]@50
Ritor1
parents:
diff changeset
1030 //void *v42; // [sp-10h] [bp-F8h]@50
Ritor1
parents:
diff changeset
1031 //size_t v43; // [sp-Ch] [bp-F4h]@50
Ritor1
parents:
diff changeset
1032 const char *v44; // [sp-8h] [bp-F0h]@13
Ritor1
parents:
diff changeset
1033 char *pTexture; // [sp-4h] [bp-ECh]@9
Ritor1
parents:
diff changeset
1034 char Str[32]; // [sp+Ch] [bp-DCh]@60
Ritor1
parents:
diff changeset
1035 char Str2[120]; // [sp+2Ch] [bp-BCh]@29
Ritor1
parents:
diff changeset
1036 unsigned int uFaceID; // [sp+A4h] [bp-44h]@52
Ritor1
parents:
diff changeset
1037 MonsterInfo *Src; // [sp+A8h] [bp-40h]@50
Ritor1
parents:
diff changeset
1038 int v50; // [sp+ACh] [bp-3Ch]@47
Ritor1
parents:
diff changeset
1039 char Source[32]; // [sp+B0h] [bp-38h]@20
Ritor1
parents:
diff changeset
1040 int v52; // [sp+D0h] [bp-18h]@34
Ritor1
parents:
diff changeset
1041 int v53; // [sp+D4h] [bp-14h]@34
Ritor1
parents:
diff changeset
1042 int pSector; // [sp+D8h] [bp-10h]@32
Ritor1
parents:
diff changeset
1043 int pPosX; // [sp+DCh] [bp-Ch]@32
Ritor1
parents:
diff changeset
1044 int v56; // [sp+E0h] [bp-8h]@8
Ritor1
parents:
diff changeset
1045 int v57; // [sp+E4h] [bp-4h]@1
Ritor1
parents:
diff changeset
1046
Ritor1
parents:
diff changeset
1047 //auto a2 = spawn;
Ritor1
parents:
diff changeset
1048 v57 = 0;
Ritor1
parents:
diff changeset
1049 //v5 = pMapInfo;
Ritor1
parents:
diff changeset
1050 //v6 = spawn;
Ritor1
parents:
diff changeset
1051 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor )
Ritor1
parents:
diff changeset
1052 v7 = pOutdoor->ddm.field_C_alert;
Ritor1
parents:
diff changeset
1053 else if (uCurrentlyLoadedLevelType == LEVEL_Outdoor)
Ritor1
parents:
diff changeset
1054 v7 = pIndoor->dlv.field_C_alert;
Ritor1
parents:
diff changeset
1055 else
Ritor1
parents:
diff changeset
1056 v7 = 0;
Ritor1
parents:
diff changeset
1057 if (v7)
Ritor1
parents:
diff changeset
1058 v8 = (spawn->uAttributes & 1) == 0;
Ritor1
parents:
diff changeset
1059 else
Ritor1
parents:
diff changeset
1060 v8 = (spawn->uAttributes & 1) == 1;
Ritor1
parents:
diff changeset
1061 if (v8)
Ritor1
parents:
diff changeset
1062 return;
Ritor1
parents:
diff changeset
1063 //result = (void *)(spawn->uIndex - 1);
Ritor1
parents:
diff changeset
1064 v56 = 1;
Ritor1
parents:
diff changeset
1065 switch (spawn->uIndex - 1)
Ritor1
parents:
diff changeset
1066 {
Ritor1
parents:
diff changeset
1067 case 0u:
Ritor1
parents:
diff changeset
1068 v9 = pMapInfo->uEncounterMonster1AtLeast;
Ritor1
parents:
diff changeset
1069 v10 = rand();
Ritor1
parents:
diff changeset
1070 v11 = pMapInfo->uEncounterMonster1AtMost;
Ritor1
parents:
diff changeset
1071 pTexture = pMapInfo->pEncounterMonster1Texture;
Ritor1
parents:
diff changeset
1072 v12 = v10 % (v11 - v9 + 1);
237
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
1073 v13 = pMapInfo->Dif_M1;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1074 v57 = v13;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1075 v56 = v9 + v12;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1076 strcpy(Source, pTexture);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1077 break;
0
Ritor1
parents:
diff changeset
1078 case 3u:
Ritor1
parents:
diff changeset
1079 pTexture = pMapInfo->pEncounterMonster1Texture;
Ritor1
parents:
diff changeset
1080 v44 = "%s A";
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1081 sprintf(Source, v44, pTexture);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1082 break;
0
Ritor1
parents:
diff changeset
1083 case 4u:
Ritor1
parents:
diff changeset
1084 pTexture = pMapInfo->pEncounterMonster2Texture;
Ritor1
parents:
diff changeset
1085 v44 = "%s A";
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1086 sprintf(Source, v44, pTexture);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1087 break;
0
Ritor1
parents:
diff changeset
1088 case 5u:
Ritor1
parents:
diff changeset
1089 pTexture = pMapInfo->pEncounterMonster3Texture;
Ritor1
parents:
diff changeset
1090 v44 = "%s A";
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1091 sprintf(Source, v44, pTexture);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1092 break;
0
Ritor1
parents:
diff changeset
1093 case 1u:
Ritor1
parents:
diff changeset
1094 v9 = pMapInfo->uEncounterMonster2AtLeast;
Ritor1
parents:
diff changeset
1095 v14 = rand();
Ritor1
parents:
diff changeset
1096 v15 = pMapInfo->uEncounterMonster2AtMost;
Ritor1
parents:
diff changeset
1097 pTexture = pMapInfo->pEncounterMonster2Texture;
Ritor1
parents:
diff changeset
1098 v12 = v14 % (v15 - v9 + 1);
237
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
1099 v13 = pMapInfo->Dif_M2;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1100 v57 = v13;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1101 v56 = v9 + v12;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1102 strcpy(Source, pTexture);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1103 break;
0
Ritor1
parents:
diff changeset
1104 case 6u:
Ritor1
parents:
diff changeset
1105 pTexture = pMapInfo->pEncounterMonster1Texture;
Ritor1
parents:
diff changeset
1106 v44 = "%s B";
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1107 sprintf(Source, v44, pTexture);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1108 break;
0
Ritor1
parents:
diff changeset
1109 case 7u:
Ritor1
parents:
diff changeset
1110 pTexture = pMapInfo->pEncounterMonster2Texture;
Ritor1
parents:
diff changeset
1111 v44 = "%s B";
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1112 sprintf(Source, v44, pTexture);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1113 break;
0
Ritor1
parents:
diff changeset
1114 case 8u:
Ritor1
parents:
diff changeset
1115 pTexture = pMapInfo->pEncounterMonster3Texture;
Ritor1
parents:
diff changeset
1116 v44 = "%s B";
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1117 sprintf(Source, v44, pTexture);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1118 break;
0
Ritor1
parents:
diff changeset
1119 case 2u:
Ritor1
parents:
diff changeset
1120 v9 = pMapInfo->uEncounterMonster3AtLeast;
Ritor1
parents:
diff changeset
1121 v16 = rand();
Ritor1
parents:
diff changeset
1122 v17 = pMapInfo->uEncounterMonster3AtMost;
Ritor1
parents:
diff changeset
1123 pTexture = pMapInfo->pEncounterMonster3Texture;
Ritor1
parents:
diff changeset
1124 v12 = v16 % (v17 - v9 + 1);
237
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
1125 v13 = pMapInfo->Dif_M3;
0
Ritor1
parents:
diff changeset
1126 v57 = v13;
Ritor1
parents:
diff changeset
1127 v56 = v9 + v12;
Ritor1
parents:
diff changeset
1128 strcpy(Source, pTexture);
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1129 break;
0
Ritor1
parents:
diff changeset
1130 case 9u:
Ritor1
parents:
diff changeset
1131 pTexture = pMapInfo->pEncounterMonster1Texture;
Ritor1
parents:
diff changeset
1132 v44 = "%s C";
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1133 sprintf(Source, v44, pTexture);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1134 break;
0
Ritor1
parents:
diff changeset
1135 case 0xAu:
Ritor1
parents:
diff changeset
1136 pTexture = pMapInfo->pEncounterMonster2Texture;
Ritor1
parents:
diff changeset
1137 v44 = "%s C";
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1138 sprintf(Source, v44, pTexture);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1139 break;
0
Ritor1
parents:
diff changeset
1140 case 0xBu:
Ritor1
parents:
diff changeset
1141 pTexture = pMapInfo->pEncounterMonster3Texture;
Ritor1
parents:
diff changeset
1142 v44 = "%s C";
Ritor1
parents:
diff changeset
1143 sprintf(Source, v44, pTexture);
Ritor1
parents:
diff changeset
1144 break;
Ritor1
parents:
diff changeset
1145 default:
Ritor1
parents:
diff changeset
1146 return;
Ritor1
parents:
diff changeset
1147 }
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1148 if (Source[0] == '0')
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1149 return;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1150 v57 += a3;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1151 if ( v57 > 4 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1152 v57 = 4;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1153 strcpy(Str2, Source);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1154 if ( a4 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1155 v56 = a4;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1156 v18 = v56;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1157 if ( (signed int)(v56 + uNumActors) >= 500 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1158 return;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1159 pSector = 0;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1160 pPosX = spawn->vPosition.x;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1161 a4 = spawn->vPosition.y;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1162 a3 = spawn->vPosition.z;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1163 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1164 pSector = pIndoor->GetSector(spawn->vPosition.x, spawn->vPosition.y, spawn->vPosition.z);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1165 v53 = 0;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1166 v52 = (((uCurrentlyLoadedLevelType != LEVEL_Outdoor) - 1) & 0x40) + 64;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1167 if ( v18 <= 0 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1168 return;
0
Ritor1
parents:
diff changeset
1169 for (uint i = v53; i < v56; ++i)
Ritor1
parents:
diff changeset
1170 {
Ritor1
parents:
diff changeset
1171 pMonster = &pActors[uNumActors];
Ritor1
parents:
diff changeset
1172 pActors[uNumActors].Reset();
Ritor1
parents:
diff changeset
1173 if ( v57 )
Ritor1
parents:
diff changeset
1174 {
Ritor1
parents:
diff changeset
1175 v23 = rand() % 100;
Ritor1
parents:
diff changeset
1176 v24 = 3;
Ritor1
parents:
diff changeset
1177 v25 = (unsigned __int16)word_4E8152[3 * v57];
Ritor1
parents:
diff changeset
1178 if ( v23 >= v25 )
Ritor1
parents:
diff changeset
1179 {
Ritor1
parents:
diff changeset
1180 if ( v23 < v25 + (unsigned __int16)word_4E8152[3 * v57 + 1] )
Ritor1
parents:
diff changeset
1181 v24 = 2;
Ritor1
parents:
diff changeset
1182 }
Ritor1
parents:
diff changeset
1183 else
Ritor1
parents:
diff changeset
1184 {
Ritor1
parents:
diff changeset
1185 v24 = 1;
Ritor1
parents:
diff changeset
1186 }
Ritor1
parents:
diff changeset
1187 if ( v24 == 1 )
Ritor1
parents:
diff changeset
1188 {
Ritor1
parents:
diff changeset
1189 pTexture = Source;
Ritor1
parents:
diff changeset
1190 v44 = "%s A";
Ritor1
parents:
diff changeset
1191 }
Ritor1
parents:
diff changeset
1192 else
Ritor1
parents:
diff changeset
1193 {
Ritor1
parents:
diff changeset
1194 if ( v24 == 2 )
Ritor1
parents:
diff changeset
1195 {
Ritor1
parents:
diff changeset
1196 pTexture = Source;
Ritor1
parents:
diff changeset
1197 v44 = "%s B";
Ritor1
parents:
diff changeset
1198 }
Ritor1
parents:
diff changeset
1199 else
Ritor1
parents:
diff changeset
1200 {
Ritor1
parents:
diff changeset
1201 if ( v24 != 3 )
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1202 continue;
0
Ritor1
parents:
diff changeset
1203 pTexture = Source;
Ritor1
parents:
diff changeset
1204 v44 = "%s C";
Ritor1
parents:
diff changeset
1205 }
Ritor1
parents:
diff changeset
1206 }
Ritor1
parents:
diff changeset
1207 sprintf(Str2, v44, pTexture);
Ritor1
parents:
diff changeset
1208 }
751
6005142abce0 monster init refactored
Gloval
parents: 736
diff changeset
1209 v50 = pMonsterList->GetMonsterIDByName(Str2);
0
Ritor1
parents:
diff changeset
1210 pTexture = Str2;
751
6005142abce0 monster init refactored
Gloval
parents: 736
diff changeset
1211 if ( (signed __int16)v50 == -1 )
0
Ritor1
parents:
diff changeset
1212 {
Ritor1
parents:
diff changeset
1213 sprintf(Str, "Can't create random monster: '%s'! See MapStats.txt and Monsters.txt!", pTexture);
Ritor1
parents:
diff changeset
1214 MessageBoxA(nullptr, Str, nullptr, 0);
Ritor1
parents:
diff changeset
1215 ExitProcess(0);
Ritor1
parents:
diff changeset
1216 }
751
6005142abce0 monster init refactored
Gloval
parents: 736
diff changeset
1217 v27 = &pMonsterList->pMonsters[(signed __int16)v50];
6005142abce0 monster init refactored
Gloval
parents: 736
diff changeset
1218 v28 = pMonsterStats->FindMonsterByTextureName(pTexture);
0
Ritor1
parents:
diff changeset
1219 if ( !v28 )
Ritor1
parents:
diff changeset
1220 v28 = 1;
Ritor1
parents:
diff changeset
1221 Src = &pMonsterStats->pInfos[v28];
Ritor1
parents:
diff changeset
1222 strcpy(pMonster->pActorName, Src->pName);
Ritor1
parents:
diff changeset
1223 pMonster->sCurrentHP = Src->uHP;
Ritor1
parents:
diff changeset
1224 assert(sizeof(MonsterInfo) == 88);
Ritor1
parents:
diff changeset
1225 memcpy(&pMonster->pMonsterInfo, Src, sizeof(MonsterInfo));
Ritor1
parents:
diff changeset
1226 pMonster->word_000086_some_monster_id = v50 + 1;
Ritor1
parents:
diff changeset
1227 pMonster->uActorRadius = v27->uMonsterRadius;
Ritor1
parents:
diff changeset
1228 pMonster->uActorHeight = v27->uMonsterHeight;
Ritor1
parents:
diff changeset
1229 pMonster->uMovementSpeed = v27->uMovementSpeed;
Ritor1
parents:
diff changeset
1230 pMonster->vInitialPosition.x = spawn->vPosition.x;
Ritor1
parents:
diff changeset
1231 pMonster->vPosition.x = spawn->vPosition.x;
Ritor1
parents:
diff changeset
1232 pMonster->uTetherDistance = 256;
Ritor1
parents:
diff changeset
1233 pMonster->vInitialPosition.y = a4;
Ritor1
parents:
diff changeset
1234 pMonster->vPosition.y = a4;
Ritor1
parents:
diff changeset
1235 pTexture = 0;
Ritor1
parents:
diff changeset
1236 pMonster->vInitialPosition.z = a3;
Ritor1
parents:
diff changeset
1237 pMonster->vPosition.z = a3;
Ritor1
parents:
diff changeset
1238 pMonster->uSectorID = pSector;
Ritor1
parents:
diff changeset
1239 pMonster->uGroup = spawn->uGroup;
Ritor1
parents:
diff changeset
1240 pMonster->PrepareSprites((char)pTexture);
Ritor1
parents:
diff changeset
1241 pMonster->pMonsterInfo.uHostilityType = MonsterInfo::Hostility_Friendly;
Ritor1
parents:
diff changeset
1242 v32 = rand();
Ritor1
parents:
diff changeset
1243 v33 = v32 % 2048;
323
d720a13e2273 Very basic picking & entering houses
Nomad
parents: 322
diff changeset
1244 v34 = stru_5C6E00->Cos(v32 % 2048);
0
Ritor1
parents:
diff changeset
1245 a4 = v34;
Ritor1
parents:
diff changeset
1246 a3 = (unsigned __int64)(v34 * (signed __int64)v52) >> 16;
Ritor1
parents:
diff changeset
1247 pPosX = a3 + spawn->vPosition.x;
323
d720a13e2273 Very basic picking & entering houses
Nomad
parents: 322
diff changeset
1248 v35 = stru_5C6E00->Sin(v33);
0
Ritor1
parents:
diff changeset
1249 a4 = v35;
Ritor1
parents:
diff changeset
1250 a3 = (unsigned __int64)(v35 * (signed __int64)v52) >> 16;
Ritor1
parents:
diff changeset
1251 a4 = a3 + spawn->vPosition.y;
Ritor1
parents:
diff changeset
1252 v36 = spawn->vPosition.z;
Ritor1
parents:
diff changeset
1253 a3 = spawn->vPosition.z;
Ritor1
parents:
diff changeset
1254 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor )
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1255 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1256 if ( a5 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1257 pMonster->uAttributes |= 0x080000;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1258 ++uNumActors;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1259 continue;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1260 }
0
Ritor1
parents:
diff changeset
1261 v37 = pIndoor->GetSector(pPosX, a4, v36);
Ritor1
parents:
diff changeset
1262 if ( v37 == pSector )
Ritor1
parents:
diff changeset
1263 {
723
256211e8243a ODM_GetFloorLevel & BLV_GetFloorLevel
Ritor1
parents: 722
diff changeset
1264 v38 = BLV_GetFloorLevel(pPosX, a4, a3, v37, &uFaceID);
0
Ritor1
parents:
diff changeset
1265 v39 = v38;
Ritor1
parents:
diff changeset
1266 if ( v38 != -30000 )
Ritor1
parents:
diff changeset
1267 {
Ritor1
parents:
diff changeset
1268 if ( abs(v38 - a3) <= 1024 )
Ritor1
parents:
diff changeset
1269 {
Ritor1
parents:
diff changeset
1270 a3 = v39;
Ritor1
parents:
diff changeset
1271 if ( a5 )
Ritor1
parents:
diff changeset
1272 pMonster->uAttributes |= 0x080000;
Ritor1
parents:
diff changeset
1273 ++uNumActors;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1274 continue;
0
Ritor1
parents:
diff changeset
1275 }
Ritor1
parents:
diff changeset
1276 }
Ritor1
parents:
diff changeset
1277 }
Ritor1
parents:
diff changeset
1278 ;
Ritor1
parents:
diff changeset
1279 //v53 = (char *)v53 + 1;
Ritor1
parents:
diff changeset
1280 //result = v53;
Ritor1
parents:
diff changeset
1281 }
Ritor1
parents:
diff changeset
1282 //while ( (signed int)v53 < v56 );
Ritor1
parents:
diff changeset
1283 }
Ritor1
parents:
diff changeset
1284
Ritor1
parents:
diff changeset
1285 //----- (0044FA4C) --------------------------------------------------------
Ritor1
parents:
diff changeset
1286 signed int __fastcall sub_44FA4C_spawn_light_elemental(int a1, int a2, int a3)
Ritor1
parents:
diff changeset
1287 {
Ritor1
parents:
diff changeset
1288 signed int v3; // ecx@6
90
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
1289 Actor *v4; // edx@7
0
Ritor1
parents:
diff changeset
1290 signed int result; // eax@13
Ritor1
parents:
diff changeset
1291 Actor *v6; // esi@16
Ritor1
parents:
diff changeset
1292 char *v7; // ebx@16
Ritor1
parents:
diff changeset
1293 MonsterDesc *v8; // edi@16
Ritor1
parents:
diff changeset
1294 unsigned __int16 v9; // ax@16
Ritor1
parents:
diff changeset
1295 int v10; // ebx@16
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1296 //int v11; // edi@16
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1297 //int v12; // eax@16
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1298 //int v13; // ecx@16
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1299 //int v14; // ebx@16
0
Ritor1
parents:
diff changeset
1300 const char *v15; // [sp-4h] [bp-24h]@2
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1301 //unsigned __int16 v16; // [sp+0h] [bp-20h]@1
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1302 //int v17; // [sp+4h] [bp-1Ch]@1
0
Ritor1
parents:
diff changeset
1303 unsigned int uFaceID; // [sp+8h] [bp-18h]@16
Ritor1
parents:
diff changeset
1304 int v19; // [sp+Ch] [bp-14h]@16
Ritor1
parents:
diff changeset
1305 size_t v20; // [sp+10h] [bp-10h]@6
Ritor1
parents:
diff changeset
1306 int v21; // [sp+14h] [bp-Ch]@14
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1307 //int v22; // [sp+18h] [bp-8h]@14
0
Ritor1
parents:
diff changeset
1308 unsigned int v23; // [sp+1Ch] [bp-4h]@6
Ritor1
parents:
diff changeset
1309
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1310 //v16 = a2;
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1311 //v17 = a1;
0
Ritor1
parents:
diff changeset
1312 if ( a2 == 4 )
Ritor1
parents:
diff changeset
1313 {
Ritor1
parents:
diff changeset
1314 v15 = "Elemental Light C";
Ritor1
parents:
diff changeset
1315 }
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1316 else if ( a2 == 3 )
0
Ritor1
parents:
diff changeset
1317 v15 = "Elemental Light B";
Ritor1
parents:
diff changeset
1318 else
Ritor1
parents:
diff changeset
1319 v15 = "Elemental Light A";
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1320
751
6005142abce0 monster init refactored
Gloval
parents: 736
diff changeset
1321 v23 = pMonsterList->GetMonsterIDByName(v15);
0
Ritor1
parents:
diff changeset
1322 v3 = 0;
Ritor1
parents:
diff changeset
1323 v20 = uNumActors;
Ritor1
parents:
diff changeset
1324 if ( (signed int)uNumActors > 0 )
Ritor1
parents:
diff changeset
1325 {
1202
0dbf6c4dd029 arrays to std::arrays phase 1
Grumpy7
parents: 1167
diff changeset
1326 v4 = pActors.data();//[0].uAIState;
90
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
1327 while ( v4->uAIState != Removed )
0
Ritor1
parents:
diff changeset
1328 {
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1329 ++v3;
90
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
1330 ++v4;
0
Ritor1
parents:
diff changeset
1331 if ( v3 >= (signed int)uNumActors )
90
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
1332 break;
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
1333 }
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
1334 if( v3 < (signed int)uNumActors )
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
1335 v20 = v3;
d61f6bc04bf2 more pointer fixes
zipi
parents: 89
diff changeset
1336 }
0
Ritor1
parents:
diff changeset
1337 if ( v20 != uNumActors || (result = uNumActors + 1, (signed int)(uNumActors + 1) < 500) )
Ritor1
parents:
diff changeset
1338 {
Ritor1
parents:
diff changeset
1339 v21 = 0;
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1340 //v22 = pParty->vPosition.z;
0
Ritor1
parents:
diff changeset
1341 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor )
Ritor1
parents:
diff changeset
1342 v21 = pIndoor->GetSector(pParty->vPosition.x, pParty->vPosition.y, pParty->vPosition.z);
Ritor1
parents:
diff changeset
1343 v6 = &pActors[v20];
Ritor1
parents:
diff changeset
1344 v7 = (char *)&pMonsterStats->pInfos[v23 + 1];
Ritor1
parents:
diff changeset
1345 v19 = (((uCurrentlyLoadedLevelType != LEVEL_Outdoor) - 1) & 0x40) + 64;
Ritor1
parents:
diff changeset
1346 v6->Reset();
Ritor1
parents:
diff changeset
1347 v8 = &pMonsterList->pMonsters[v23];
Ritor1
parents:
diff changeset
1348 strcpy(v6->pActorName, *(const char **)v7);
Ritor1
parents:
diff changeset
1349 v6->sCurrentHP = *((short *)v7 + 32);
Ritor1
parents:
diff changeset
1350 memcpy(&v6->pMonsterInfo, v7, 0x58u);
Ritor1
parents:
diff changeset
1351 v6->word_000086_some_monster_id = v23 + 1;
Ritor1
parents:
diff changeset
1352 v6->uActorRadius = v8->uMonsterRadius;
Ritor1
parents:
diff changeset
1353 v6->uActorHeight = v8->uMonsterHeight;
Ritor1
parents:
diff changeset
1354 v9 = v8->uMovementSpeed;
Ritor1
parents:
diff changeset
1355 v6->pMonsterInfo.uTreasureDiceRolls = 0;
Ritor1
parents:
diff changeset
1356 v6->pMonsterInfo.uTreasureType = 0;
Ritor1
parents:
diff changeset
1357 v6->pMonsterInfo.uExp = 0;
Ritor1
parents:
diff changeset
1358 v6->uMovementSpeed = v9;
Ritor1
parents:
diff changeset
1359 v10 = rand() % 2048;
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1640
diff changeset
1360 //v11 = pParty->vPosition.x + fixpoint_mul(stru_5C6E00->Cos(v10), v19);
323
d720a13e2273 Very basic picking & entering houses
Nomad
parents: 322
diff changeset
1361 uFaceID = stru_5C6E00->Sin(v10);
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1362 //v12 = pParty->vPosition.y;
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1640
diff changeset
1363 //v13 = fixpoint_mul(uFaceID, v19);
7182930263b3 fixpoint functions renaming
zipi
parents: 1640
diff changeset
1364 //v14 = pParty->vPosition.y + fixpoint_mul(uFaceID, v19);
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1365 //LOWORD(v12) = v22;
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1640
diff changeset
1366 v6->vInitialPosition.x = pParty->vPosition.x + fixpoint_mul(stru_5C6E00->Cos(v10), v19);
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1367 v6->vPosition.x = v6->vInitialPosition.x;
1643
7182930263b3 fixpoint functions renaming
zipi
parents: 1640
diff changeset
1368 v6->vInitialPosition.y = pParty->vPosition.y + fixpoint_mul(uFaceID, v19);
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1369 v6->vPosition.y = v6->vInitialPosition.y;
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1370 v6->vInitialPosition.z = pParty->vPosition.z;
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1371 v6->vPosition.z = v6->vInitialPosition.z;
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1372 //LOWORD(v12) = v21;
0
Ritor1
parents:
diff changeset
1373 v6->uTetherDistance = 256;
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1374 v6->uSectorID = v21;
0
Ritor1
parents:
diff changeset
1375 v6->PrepareSprites(0);
Ritor1
parents:
diff changeset
1376 v6->pMonsterInfo.uHostilityType = MonsterInfo::Hostility_Friendly;
Ritor1
parents:
diff changeset
1377 v6->uAlly = 9999;
Ritor1
parents:
diff changeset
1378 v6->uGroup = 0;
Ritor1
parents:
diff changeset
1379 v6->uCurrentActionTime = 0;
Ritor1
parents:
diff changeset
1380 v6->uAIState = Summoned;
Ritor1
parents:
diff changeset
1381 v6->uCurrentActionLength = 256;
Ritor1
parents:
diff changeset
1382 v6->UpdateAnimation();
Ritor1
parents:
diff changeset
1383 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1384 || (result = pIndoor->GetSector(v6->vPosition.x, v6->vPosition.y, v6->vPosition.z),
0
Ritor1
parents:
diff changeset
1385 result == v21)
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1386 && (result = BLV_GetFloorLevel(v6->vPosition.x, v6->vPosition.y, v6->vPosition.z, result, &uFaceID), result != -30000)
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1387 && (result = abs(result - pParty->vPosition.z), result <= 1024) )
0
Ritor1
parents:
diff changeset
1388 {
Ritor1
parents:
diff changeset
1389 if ( v20 == uNumActors )
Ritor1
parents:
diff changeset
1390 ++uNumActors;
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1391 v6->uSummonerID = PID(OBJECT_Player, a1);
1948
7fd4bfa175fd pActorBuffs[2] to pActorBuffs[ACTOR_BUFF_SUMMONED]
Grumpy7
parents: 1935
diff changeset
1392 result = v6->pActorBuffs[ACTOR_BUFF_SUMMONED].Apply(pParty->uTimePlayed + (a3 * 128) / 30.0f,
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1393 a2,
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
1394 a1,
0
Ritor1
parents:
diff changeset
1395 0,
Ritor1
parents:
diff changeset
1396 0);
Ritor1
parents:
diff changeset
1397 }
Ritor1
parents:
diff changeset
1398 }
Ritor1
parents:
diff changeset
1399 return result;
Ritor1
parents:
diff changeset
1400 }
Ritor1
parents:
diff changeset
1401
Ritor1
parents:
diff changeset
1402 //----- (0044FFD8) --------------------------------------------------------
Ritor1
parents:
diff changeset
1403 int MapInfo::SpawnRandomTreasure(SpawnPointMM7 *a2)
Ritor1
parents:
diff changeset
1404 {
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1405 //MapInfo *v2; // ebx@1
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1406 //SpawnPointMM7 *v3; // esi@1
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1407 //int v4; // eax@1
0
Ritor1
parents:
diff changeset
1408 int v5; // edx@1
Ritor1
parents:
diff changeset
1409 int v6; // eax@1
Ritor1
parents:
diff changeset
1410 int v7; // ecx@1
Ritor1
parents:
diff changeset
1411 int v8; // ebx@1
Ritor1
parents:
diff changeset
1412 int v9; // eax@1
Ritor1
parents:
diff changeset
1413 signed int v10; // ebx@1
Ritor1
parents:
diff changeset
1414 signed int result; // eax@1
Ritor1
parents:
diff changeset
1415 signed __int64 v12; // qtt@1
Ritor1
parents:
diff changeset
1416 int v13; // ebx@1
Ritor1
parents:
diff changeset
1417 int v14; // edx@10
Ritor1
parents:
diff changeset
1418 signed int v15; // ebx@20
Ritor1
parents:
diff changeset
1419 unsigned __int16 v16; // dx@20
1417
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1420 ObjectDesc *v17; // ecx@21
0
Ritor1
parents:
diff changeset
1421 unsigned __int16 v18; // ax@24
Ritor1
parents:
diff changeset
1422 int v19; // ST0C_4@27
Ritor1
parents:
diff changeset
1423 int v20; // ST08_4@27
Ritor1
parents:
diff changeset
1424 int v21; // ST04_4@27
Ritor1
parents:
diff changeset
1425 int v22; // eax@27
Ritor1
parents:
diff changeset
1426 signed int v23; // ebx@29
Ritor1
parents:
diff changeset
1427 unsigned __int16 v24; // dx@29
1417
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1428 ObjectDesc *v25; // ecx@30
0
Ritor1
parents:
diff changeset
1429 unsigned __int16 v26; // ax@33
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1430 //int v27; // ecx@35
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1431 //int v28; // eax@35
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1432 //int v29; // esi@35
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1433 //__int16 v30; // ax@35
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
1434 SpriteObject a1a; // [sp+Ch] [bp-7Ch]@1
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1435 //int v32; // [sp+7Ch] [bp-Ch]@1
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1436 //int v33; // [sp+80h] [bp-8h]@1
0
Ritor1
parents:
diff changeset
1437 int v34; // [sp+84h] [bp-4h]@1
Ritor1
parents:
diff changeset
1438
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1439 //auto a1 = this;
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1440 //v2 = a1;
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1441 //v3 = a2;
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1442 //v4 = rand();
0
Ritor1
parents:
diff changeset
1443 v34 = 0;
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1444 v5 = rand() % 100;
436
4a42c2f97aa2 some itemgen crashes fixed
Gloval
parents: 434
diff changeset
1445 // v6 = 2 * (v2->Treasure_prob + 7 * v3->uIndex) - 14;
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1446 v7 = (unsigned __int8)byte_4E8168[a2->uIndex - 1][2 * Treasure_prob];
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1447 v8 = (unsigned __int8)byte_4E8168[a2->uIndex - 1][2 * Treasure_prob + 1];
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1448 //v32 = v5;
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1449 //v33 = v7;
0
Ritor1
parents:
diff changeset
1450 v9 = rand();
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1451 v10 = v8 - v7 + 1;
0
Ritor1
parents:
diff changeset
1452 v12 = v9;
Ritor1
parents:
diff changeset
1453 result = v9 / v10;
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1454 v13 = v7 + (unsigned __int64)(v12 % v10);
0
Ritor1
parents:
diff changeset
1455 if ( v13 < 7 )
Ritor1
parents:
diff changeset
1456 {
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1457 if ( v5 < 20 )
0
Ritor1
parents:
diff changeset
1458 return result;
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1459 if ( v5 >= 60 )
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1460 {
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1461 v19 = a2->vPosition.z;
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1462 v20 = a2->vPosition.y;
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1463 v21 = a2->vPosition.x;
0
Ritor1
parents:
diff changeset
1464 v22 = rand();
Ritor1
parents:
diff changeset
1465 return sub_450521_ProllyDropItemAt(v13, v22 % 27 + 20, v21, v20, v19, 0);
Ritor1
parents:
diff changeset
1466 }
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1467 if ( a2->uIndex == 1 )
0
Ritor1
parents:
diff changeset
1468 {
Ritor1
parents:
diff changeset
1469 v14 = rand() % 51 + 50;
1417
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1470 a1a.stru_24.uItemID = 197;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1471 v34 = v14;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1472 }
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1473 else if ( a2->uIndex == 2 )
0
Ritor1
parents:
diff changeset
1474 {
1417
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1475 v14 = rand() % 101 + 100;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1476 a1a.stru_24.uItemID = 197;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1477 v34 = v14;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1478 }
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1479 else if ( a2->uIndex == 3 )
0
Ritor1
parents:
diff changeset
1480 {
Ritor1
parents:
diff changeset
1481 v14 = rand() % 301 + 200;
1417
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1482 a1a.stru_24.uItemID = 198;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1483 v34 = v14;
0
Ritor1
parents:
diff changeset
1484 }
1417
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1485 else if ( a2->uIndex == 4 )
0
Ritor1
parents:
diff changeset
1486 {
1417
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1487 v14 = rand() % 501 + 500;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1488 a1a.stru_24.uItemID = 198;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1489 v34 = v14;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1490 }
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1491 else if ( a2->uIndex == 5 )
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1492 {
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1493 v14 = rand() % 1001 + 1000;
0
Ritor1
parents:
diff changeset
1494 a1a.stru_24.uItemID = 199;
Ritor1
parents:
diff changeset
1495 v34 = v14;
Ritor1
parents:
diff changeset
1496 }
1417
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1497 else if ( a2->uIndex == 6 )
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1498 {
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1499 v14 = rand() % 3001 + 2000;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1500 a1a.stru_24.uItemID = 199;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1501 v34 = v14;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1502 }
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1503 v15 = 0;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1504 v16 = pItemsTable->pItems[a1a.stru_24.uItemID].uSpriteID;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1505 a1a.uType = pItemsTable->pItems[a1a.stru_24.uItemID].uSpriteID;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1506 v18 = 0;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1507 for( int i = 0; i < pObjectList->uNumObjects; i++ )
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1508 {
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1509 if ( pObjectList->pObjects[i].uObjectID == v16 )
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1510 {
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1511 v18 = i;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1512 break;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1513 }
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1514 }
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1515 a1a.stru_24.SetIdentified();
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1516 a1a.uObjectDescID = v18;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1517 a1a.stru_24.uSpecEnchantmentType = v34;
0
Ritor1
parents:
diff changeset
1518 }
Ritor1
parents:
diff changeset
1519 else
Ritor1
parents:
diff changeset
1520 {
1417
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1521 result = a1a.stru_24.GenerateArtifact();
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1522 if ( !result )
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1523 return result;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1524 v23 = 0;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1525 v24 = pItemsTable->pItems[a1a.stru_24.uItemID].uSpriteID;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1526 a1a.uType = pItemsTable->pItems[a1a.stru_24.uItemID].uSpriteID;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1527 v26 = 0;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1528 for( int i = 0; i < pObjectList->uNumObjects; i++ )
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1529 {
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1530 if( v24 == pObjectList->pObjects[i].uObjectID )
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1531 {
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1532 v26 = i;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1533 break;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1534 }
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1535 }
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1536 a1a.uObjectDescID = v26;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1537 a1a.stru_24.Reset();
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1538 }
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1539 a1a.vPosition.y = a2->vPosition.y;
0
Ritor1
parents:
diff changeset
1540 a1a.uAttributes = 0;
Ritor1
parents:
diff changeset
1541 a1a.uSoundID = 0;
Ritor1
parents:
diff changeset
1542 a1a.uFacing = 0;
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1543 a1a.vPosition.z = a2->vPosition.z;
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1544 a1a.vPosition.x = a2->vPosition.x;
822
c232f160e6f3 Named SpriteObject spell-related fields.
Nomad
parents: 820
diff changeset
1545 a1a.spell_skill = 0;
c232f160e6f3 Named SpriteObject spell-related fields.
Nomad
parents: 820
diff changeset
1546 a1a.spell_level = 0;
c232f160e6f3 Named SpriteObject spell-related fields.
Nomad
parents: 820
diff changeset
1547 a1a.spell_id = 0;
823
c1da83d8223f More spell renames
Nomad
parents: 822
diff changeset
1548 a1a.spell_target_pid = 0;
822
c232f160e6f3 Named SpriteObject spell-related fields.
Nomad
parents: 820
diff changeset
1549 a1a.spell_caster_pid = 0;
0
Ritor1
parents:
diff changeset
1550 a1a.uSpriteFrameID = 0;
472
7dfe960c323c BLV_UpdateDoors
Nomad
parents: 471
diff changeset
1551 a1a.uSectorID = pIndoor->GetSector(a2->vPosition.x, a2->vPosition.y, a2->vPosition.z);;
0
Ritor1
parents:
diff changeset
1552 return a1a.Create(0, 0, 0, 0);
Ritor1
parents:
diff changeset
1553 }
Ritor1
parents:
diff changeset
1554
Ritor1
parents:
diff changeset
1555 //----- (00450521) --------------------------------------------------------
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
1556 int __fastcall sub_450521_ProllyDropItemAt(int ecx0, signed int a2, int a3, int a4, int a5, unsigned __int16 a6)
0
Ritor1
parents:
diff changeset
1557 {
Ritor1
parents:
diff changeset
1558 int v6; // edi@1
Ritor1
parents:
diff changeset
1559 int v7; // esi@1
Ritor1
parents:
diff changeset
1560 signed int v8; // edi@1
Ritor1
parents:
diff changeset
1561 unsigned __int16 v9; // cx@1
Ritor1
parents:
diff changeset
1562 char *v10; // edx@2
Ritor1
parents:
diff changeset
1563 unsigned __int16 v11; // ax@5
515
cb0ad52d6a26 LayingItem -> SpriteObject (long-waited rename, old name was inaccurate and confused people)
Nomad
parents: 496
diff changeset
1564 SpriteObject a1; // [sp+8h] [bp-70h]@1
0
Ritor1
parents:
diff changeset
1565
Ritor1
parents:
diff changeset
1566 v6 = ecx0;
Ritor1
parents:
diff changeset
1567 v7 = a2;
Ritor1
parents:
diff changeset
1568 pItemsTable->GenerateItem(v6, v7, &a1.stru_24);
Ritor1
parents:
diff changeset
1569 v8 = 0;
Ritor1
parents:
diff changeset
1570 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
1571 a1.uType = pItemsTable->pItems[a1.stru_24.uItemID].uSpriteID;
1417
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1572 v11 = 0;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1573 for( int i = 0; i < pObjectList->uNumObjects; i++ )
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1574 {
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1575 if( v9 == pObjectList->pObjects[i].uObjectID )
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1576 {
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1577 v11 = i;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1578 break;
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1579 }
1dd0c79e1502 more mm7_2 cleaning
zipi
parents: 1416
diff changeset
1580 }
0
Ritor1
parents:
diff changeset
1581 a1.uObjectDescID = v11;
Ritor1
parents:
diff changeset
1582 a1.vPosition.y = a4;
Ritor1
parents:
diff changeset
1583 a1.vPosition.x = a3;
Ritor1
parents:
diff changeset
1584 a1.vPosition.z = a5;
Ritor1
parents:
diff changeset
1585 a1.uFacing = a6;
Ritor1
parents:
diff changeset
1586 a1.uAttributes = 0;
Ritor1
parents:
diff changeset
1587 a1.uSectorID = pIndoor->GetSector(a3, a4, a5);
Ritor1
parents:
diff changeset
1588 a1.uSpriteFrameID = 0;
Ritor1
parents:
diff changeset
1589 return a1.Create(0, 0, 0, 0);
Ritor1
parents:
diff changeset
1590 }
Ritor1
parents:
diff changeset
1591
Ritor1
parents:
diff changeset
1592 //----- (0045063B) --------------------------------------------------------
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1593 int __fastcall _45063B_spawn_some_monster(MapInfo *a1, int a2)
0
Ritor1
parents:
diff changeset
1594 {
Ritor1
parents:
diff changeset
1595 signed int v2; // edi@1
Ritor1
parents:
diff changeset
1596 Actor *v3; // esi@2
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1597 //signed __int64 v4; // qax@3
0
Ritor1
parents:
diff changeset
1598 int result; // eax@8
Ritor1
parents:
diff changeset
1599 int v6; // edi@11
Ritor1
parents:
diff changeset
1600 int v7; // ebx@11
Ritor1
parents:
diff changeset
1601 int v8; // edi@11
Ritor1
parents:
diff changeset
1602 int v9; // ebx@12
Ritor1
parents:
diff changeset
1603 int v10; // eax@12
Ritor1
parents:
diff changeset
1604 char v11; // zf@16
Ritor1
parents:
diff changeset
1605 int v12; // edi@20
Ritor1
parents:
diff changeset
1606 int v13; // eax@20
Ritor1
parents:
diff changeset
1607 int v14; // ebx@20
Ritor1
parents:
diff changeset
1608 int v15; // eax@20
Ritor1
parents:
diff changeset
1609 int v16; // eax@20
Ritor1
parents:
diff changeset
1610 int v17; // eax@20
Ritor1
parents:
diff changeset
1611 int v18; // eax@21
Ritor1
parents:
diff changeset
1612 SpawnPointMM7 v19; // [sp+Ch] [bp-38h]@1
Ritor1
parents:
diff changeset
1613 int v20; // [sp+24h] [bp-20h]@11
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1614 //MapInfo *v21; // [sp+28h] [bp-1Ch]@1
0
Ritor1
parents:
diff changeset
1615 int v22; // [sp+2Ch] [bp-18h]@3
Ritor1
parents:
diff changeset
1616 int v23; // [sp+30h] [bp-14h]@11
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1617 //int v24; // [sp+34h] [bp-10h]@1
0
Ritor1
parents:
diff changeset
1618 unsigned int uFaceID; // [sp+38h] [bp-Ch]@10
Ritor1
parents:
diff changeset
1619 int v26; // [sp+3Ch] [bp-8h]@11
Ritor1
parents:
diff changeset
1620 int v27; // [sp+40h] [bp-4h]@11
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1621
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1622 if (!uNumActors)
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1623 return 0;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1624
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1625 //v21 = a1;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1626 //v24 = a2;
0
Ritor1
parents:
diff changeset
1627 v2 = 0;
1202
0dbf6c4dd029 arrays to std::arrays phase 1
Grumpy7
parents: 1167
diff changeset
1628 v3 = pActors.data();
0
Ritor1
parents:
diff changeset
1629 while ( 1 )
Ritor1
parents:
diff changeset
1630 {
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1631 if (v3->pMonsterInfo.uID >= 121 && v3->pMonsterInfo.uID <= 123 || // Dwarf FemaleC A-C
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1632 v3->pMonsterInfo.uID >= 124 && v3->pMonsterInfo.uID <= 126 || // Dwarf MaleA A-C
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1633 v3->pMonsterInfo.uID >= 133 && v3->pMonsterInfo.uID <= 135 || // Peasant Elf FemaleA A-C
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1634 !v3->CanAct())
0
Ritor1
parents:
diff changeset
1635 {
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1636 ++v2;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1637 ++v3;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1638
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1639 if (v2 >= uNumActors)
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1640 return 0;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1641
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1642 continue;
0
Ritor1
parents:
diff changeset
1643 }
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1644
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1645 break;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1646 //v22 = v3->pMonsterInfo.uID - 1;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1647 //v4 = (signed __int64)((double)v22 * 0.3333333333333333);
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1648 //if ( (int)v4 != 40 )
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1649 //{
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1650 // if ( (int)v4 != 41 && (int)v4 != 44 && v3->CanAct() )
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1651 // break;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1652 //}
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1653 //++v2;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1654 //++v3;
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1655 //if ( v2 >= (signed int)uNumActors )
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1656 // goto LABEL_8;
0
Ritor1
parents:
diff changeset
1657 }
Ritor1
parents:
diff changeset
1658 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor )
Ritor1
parents:
diff changeset
1659 {
Ritor1
parents:
diff changeset
1660 v22 = 0;
Ritor1
parents:
diff changeset
1661 uFaceID = 0;
Ritor1
parents:
diff changeset
1662 while ( 1 )
Ritor1
parents:
diff changeset
1663 {
Ritor1
parents:
diff changeset
1664 ++uFaceID;
Ritor1
parents:
diff changeset
1665 v6 = rand() % 1024 + 512;
Ritor1
parents:
diff changeset
1666 v7 = rand() % (signed int)stru_5C6E00->uIntegerDoublePi;
323
d720a13e2273 Very basic picking & entering houses
Nomad
parents: 322
diff changeset
1667 v20 = stru_5C6E00->Cos(v7);
0
Ritor1
parents:
diff changeset
1668 v23 = (unsigned __int64)(v20 * (signed __int64)v6) >> 16;
Ritor1
parents:
diff changeset
1669 v19.vPosition.x = pParty->vPosition.x + v23;
323
d720a13e2273 Very basic picking & entering houses
Nomad
parents: 322
diff changeset
1670 v20 = stru_5C6E00->Sin(v7);
0
Ritor1
parents:
diff changeset
1671 v23 = (unsigned __int64)(v20 * (signed __int64)v6) >> 16;
Ritor1
parents:
diff changeset
1672 v8 = 0;
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1673 v19.uIndex = a2;
0
Ritor1
parents:
diff changeset
1674 v19.vPosition.y = v23 + pParty->vPosition.y;
Ritor1
parents:
diff changeset
1675 v19.vPosition.z = pParty->vPosition.z;
Ritor1
parents:
diff changeset
1676 v26 = 0;
Ritor1
parents:
diff changeset
1677 v27 = 0;
723
256211e8243a ODM_GetFloorLevel & BLV_GetFloorLevel
Ritor1
parents: 722
diff changeset
1678 v19.vPosition.z = ODM_GetFloorLevel(
0
Ritor1
parents:
diff changeset
1679 v19.vPosition.x,
Ritor1
parents:
diff changeset
1680 v23 + pParty->vPosition.y,
Ritor1
parents:
diff changeset
1681 pParty->vPosition.z,
Ritor1
parents:
diff changeset
1682 0,
Ritor1
parents:
diff changeset
1683 &v26,
Ritor1
parents:
diff changeset
1684 &v27,
Ritor1
parents:
diff changeset
1685 0);
Ritor1
parents:
diff changeset
1686 v23 = 0;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1687 for( int i = 0; i < pOutdoor->uNumBModels; i++ )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1688 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1689 v9 = abs(v19.vPosition.y - pOutdoor->pBModels[i].vBoundingCenter.y);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1690 v10 = abs(v19.vPosition.x - pOutdoor->pBModels[i].vBoundingCenter.x);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1691 if ( int_get_vector_length(v10, v9, 0) < pOutdoor->pBModels[i].sBoundingRadius + 256 )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1692 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1693 v22 = 1;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1694 break;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1695 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
1696 }
0
Ritor1
parents:
diff changeset
1697 v11 = uFaceID == 100;
Ritor1
parents:
diff changeset
1698 if ( uFaceID >= 100 )
Ritor1
parents:
diff changeset
1699 break;
Ritor1
parents:
diff changeset
1700 if ( v22 )
Ritor1
parents:
diff changeset
1701 {
Ritor1
parents:
diff changeset
1702 v11 = uFaceID == 100;
Ritor1
parents:
diff changeset
1703 break;
Ritor1
parents:
diff changeset
1704 }
Ritor1
parents:
diff changeset
1705 }
Ritor1
parents:
diff changeset
1706 }
Ritor1
parents:
diff changeset
1707 else
Ritor1
parents:
diff changeset
1708 {
Ritor1
parents:
diff changeset
1709 v26 = 0;
Ritor1
parents:
diff changeset
1710 v22 = pIndoor->GetSector(pParty->vPosition.x, pParty->vPosition.y, pParty->vPosition.z);
Ritor1
parents:
diff changeset
1711 do
Ritor1
parents:
diff changeset
1712 {
Ritor1
parents:
diff changeset
1713 ++v26;
Ritor1
parents:
diff changeset
1714 v12 = rand() % 512 + 256;
Ritor1
parents:
diff changeset
1715 v13 = rand();
Ritor1
parents:
diff changeset
1716 v14 = v13 % (signed int)stru_5C6E00->uIntegerDoublePi;
323
d720a13e2273 Very basic picking & entering houses
Nomad
parents: 322
diff changeset
1717 v15 = stru_5C6E00->Cos(v13 % (signed int)stru_5C6E00->uIntegerDoublePi);
0
Ritor1
parents:
diff changeset
1718 v20 = v15;
Ritor1
parents:
diff changeset
1719 v23 = (unsigned __int64)(v15 * (signed __int64)v12) >> 16;
Ritor1
parents:
diff changeset
1720 v19.vPosition.x = pParty->vPosition.x + v23;
323
d720a13e2273 Very basic picking & entering houses
Nomad
parents: 322
diff changeset
1721 v16 = stru_5C6E00->Sin(v13 % (signed int)stru_5C6E00->uIntegerDoublePi);
0
Ritor1
parents:
diff changeset
1722 v20 = v16;
Ritor1
parents:
diff changeset
1723 v23 = (unsigned __int64)(v16 * (signed __int64)v12) >> 16;
Ritor1
parents:
diff changeset
1724 v19.vPosition.y = v23 + pParty->vPosition.y;
Ritor1
parents:
diff changeset
1725 v19.vPosition.z = pParty->vPosition.z;
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1726 v19.uIndex = a2;
0
Ritor1
parents:
diff changeset
1727 v17 = pIndoor->GetSector(v19.vPosition.x, v23 + pParty->vPosition.y, pParty->vPosition.z);
Ritor1
parents:
diff changeset
1728 if ( v17 == v22 )
Ritor1
parents:
diff changeset
1729 {
723
256211e8243a ODM_GetFloorLevel & BLV_GetFloorLevel
Ritor1
parents: 722
diff changeset
1730 v18 = BLV_GetFloorLevel(v19.vPosition.x, v19.vPosition.y, v19.vPosition.z, v17, &uFaceID);
0
Ritor1
parents:
diff changeset
1731 v19.vPosition.z = v18;
Ritor1
parents:
diff changeset
1732 if ( v18 != -30000 )
Ritor1
parents:
diff changeset
1733 {
Ritor1
parents:
diff changeset
1734 if ( abs(v18 - pParty->vPosition.z) <= 1024 )
Ritor1
parents:
diff changeset
1735 break;
Ritor1
parents:
diff changeset
1736 }
Ritor1
parents:
diff changeset
1737 }
Ritor1
parents:
diff changeset
1738 }
Ritor1
parents:
diff changeset
1739 while ( v26 < 100 );
Ritor1
parents:
diff changeset
1740 v11 = v26 == 100;
Ritor1
parents:
diff changeset
1741 }
Ritor1
parents:
diff changeset
1742 if ( v11 )
Ritor1
parents:
diff changeset
1743 {
Ritor1
parents:
diff changeset
1744 result = 0;
Ritor1
parents:
diff changeset
1745 }
Ritor1
parents:
diff changeset
1746 else
Ritor1
parents:
diff changeset
1747 {
1415
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1748 SpawnEncounter(a1, &v19, 0, 0, 1);
ff495bf260d9 LevelDecoration::GetGlobalEvent
Nomad
parents: 1414
diff changeset
1749 result = a2;
0
Ritor1
parents:
diff changeset
1750 }
Ritor1
parents:
diff changeset
1751 return result;
Ritor1
parents:
diff changeset
1752 }
Ritor1
parents:
diff changeset
1753
Ritor1
parents:
diff changeset
1754 //----- (00450AAA) --------------------------------------------------------
Ritor1
parents:
diff changeset
1755 void RespawnGlobalDecorations()
Ritor1
parents:
diff changeset
1756 {
1822
5f9eeb7bf8e6 Finishing Player.cpp, fixing some bugs
Grumpy7
parents: 1783
diff changeset
1757 memset(stru_5E4C90_MapPersistVars._decor_events.data(), 0, 125);
0
Ritor1
parents:
diff changeset
1758
Ritor1
parents:
diff changeset
1759 uint decorEventIdx = 0;
Ritor1
parents:
diff changeset
1760 for (uint i = 0; i < uNumLevelDecorations; ++i)
Ritor1
parents:
diff changeset
1761 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1948
diff changeset
1762 LevelDecoration* decor = &pLevelDecorations[i];
0
Ritor1
parents:
diff changeset
1763
1514
965af46e8793 Rename LevelDecoration::field_16_event_id to LevelDecoration::uEventID.
yoctozepto
parents: 1513
diff changeset
1764 if (!decor->uEventID)
0
Ritor1
parents:
diff changeset
1765 {
Ritor1
parents:
diff changeset
1766 if (decor->IsInteractive())
Ritor1
parents:
diff changeset
1767 {
Ritor1
parents:
diff changeset
1768 if (decorEventIdx < 124)
Ritor1
parents:
diff changeset
1769 {
Ritor1
parents:
diff changeset
1770 decor->_idx_in_stru123 = decorEventIdx + 75;
1736
c6fe09a06712 Player::CompareVariable finished, renamed stru_5E4C90 to stru_5E4C90_MapPersistVars, party::field_4A0 to party::CounterEventValues
Grumpy7
parents: 1706
diff changeset
1771 stru_5E4C90_MapPersistVars._decor_events[decorEventIdx++] = decor->GetGlobalEvent();
0
Ritor1
parents:
diff changeset
1772 }
Ritor1
parents:
diff changeset
1773 }
Ritor1
parents:
diff changeset
1774 }
Ritor1
parents:
diff changeset
1775 }
Ritor1
parents:
diff changeset
1776 }
Ritor1
parents:
diff changeset
1777
Ritor1
parents:
diff changeset
1778 //----- (00450B0A) --------------------------------------------------------
Ritor1
parents:
diff changeset
1779 bool __fastcall SpawnActor(unsigned int uMonsterID)
Ritor1
parents:
diff changeset
1780 {
Ritor1
parents:
diff changeset
1781 unsigned int v1; // ebx@1
Ritor1
parents:
diff changeset
1782 bool result; // eax@2
Ritor1
parents:
diff changeset
1783 MonsterDesc *v3; // esi@5
Ritor1
parents:
diff changeset
1784 MonsterInfo *v4; // edi@5
Ritor1
parents:
diff changeset
1785 Vec3_int_ v5; // ST08_12@5
Ritor1
parents:
diff changeset
1786 unsigned int v6; // ecx@5
Ritor1
parents:
diff changeset
1787 Actor *v7; // eax@7
Ritor1
parents:
diff changeset
1788 Actor actor; // [sp+4h] [bp-350h]@5
Ritor1
parents:
diff changeset
1789 Vec3_int_ pOut; // [sp+348h] [bp-Ch]@5
Ritor1
parents:
diff changeset
1790
Ritor1
parents:
diff changeset
1791 v1 = uMonsterID;
Ritor1
parents:
diff changeset
1792 if ( uNumActors == 499 )
Ritor1
parents:
diff changeset
1793 {
Ritor1
parents:
diff changeset
1794 result = 0;
Ritor1
parents:
diff changeset
1795 }
Ritor1
parents:
diff changeset
1796 else
Ritor1
parents:
diff changeset
1797 {
Ritor1
parents:
diff changeset
1798 if ( (signed int)uMonsterID >= (signed int)pMonsterList->uNumMonsters )
Ritor1
parents:
diff changeset
1799 v1 = 0;
Ritor1
parents:
diff changeset
1800 v3 = &pMonsterList->pMonsters[v1];
Ritor1
parents:
diff changeset
1801 v4 = &pMonsterStats->pInfos[v1 + 1];
Ritor1
parents:
diff changeset
1802 memset(&actor, 0, 0x344u);
Ritor1
parents:
diff changeset
1803 strcpy(actor.pActorName, v4->pName);
Ritor1
parents:
diff changeset
1804 actor.sCurrentHP = LOWORD(v4->uHP);
Ritor1
parents:
diff changeset
1805 memcpy(&actor.pMonsterInfo, &pMonsterStats->pInfos[v1 + 1], 0x58u);
Ritor1
parents:
diff changeset
1806 actor.word_000086_some_monster_id = v1 + 1;
Ritor1
parents:
diff changeset
1807 actor.uActorRadius = v3->uMonsterRadius;
Ritor1
parents:
diff changeset
1808 actor.uActorHeight = v3->uMonsterHeight;
Ritor1
parents:
diff changeset
1809 actor.uMovementSpeed = v3->uMovementSpeed;
Ritor1
parents:
diff changeset
1810 v5 = pParty->vPosition;
Ritor1
parents:
diff changeset
1811 Vec3_int_::Rotate(200, pParty->sRotationY, 0, v5, &pOut.x, &pOut.z, &pOut.y);
Ritor1
parents:
diff changeset
1812 actor.vInitialPosition.x = pOut.x;
Ritor1
parents:
diff changeset
1813 actor.vPosition.x = pOut.x;
Ritor1
parents:
diff changeset
1814 actor.uTetherDistance = 256;
Ritor1
parents:
diff changeset
1815 actor.vInitialPosition.y = LOWORD(pOut.z);
Ritor1
parents:
diff changeset
1816 actor.vPosition.y = LOWORD(pOut.z);
Ritor1
parents:
diff changeset
1817 actor.vInitialPosition.z = LOWORD(pOut.y);
Ritor1
parents:
diff changeset
1818 actor.vPosition.z = LOWORD(pOut.y);
Ritor1
parents:
diff changeset
1819 pSprites_LOD->DeleteSomeSprites();
Ritor1
parents:
diff changeset
1820 pPaletteManager->ResetNonTestLocked();
Ritor1
parents:
diff changeset
1821 v6 = uNumActors - 1;
Ritor1
parents:
diff changeset
1822 if ( dword_5C6DF8 == 1 )
Ritor1
parents:
diff changeset
1823 {
Ritor1
parents:
diff changeset
1824 dword_5C6DF8 = 0;
Ritor1
parents:
diff changeset
1825 v6 = uNumActors++;
Ritor1
parents:
diff changeset
1826 }
Ritor1
parents:
diff changeset
1827 v7 = &pActors[v6];
Ritor1
parents:
diff changeset
1828 memcpy(v7, &actor, 0x344u);
Ritor1
parents:
diff changeset
1829 v7->PrepareSprites(1);
Ritor1
parents:
diff changeset
1830 result = 1;
Ritor1
parents:
diff changeset
1831 }
Ritor1
parents:
diff changeset
1832 return result;
Ritor1
parents:
diff changeset
1833 }
Ritor1
parents:
diff changeset
1834 // 5C6DF8: using guessed type int dword_5C6DF8;
Ritor1
parents:
diff changeset
1835
Ritor1
parents:
diff changeset
1836 //----- (00450DA3) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
1837 int GetAlertStatus()
0
Ritor1
parents:
diff changeset
1838 {
Ritor1
parents:
diff changeset
1839 int result; // eax@2
Ritor1
parents:
diff changeset
1840
Ritor1
parents:
diff changeset
1841 if ( uCurrentlyLoadedLevelType == LEVEL_Indoor )
Ritor1
parents:
diff changeset
1842 result = pOutdoor->ddm.field_C_alert;
Ritor1
parents:
diff changeset
1843 else
Ritor1
parents:
diff changeset
1844 result = uCurrentlyLoadedLevelType == LEVEL_Outdoor ? pIndoor->dlv.field_C_alert : 0;
Ritor1
parents:
diff changeset
1845 return result;
Ritor1
parents:
diff changeset
1846 }
Ritor1
parents:
diff changeset
1847
Ritor1
parents:
diff changeset
1848 //----- (00450DDE) --------------------------------------------------------
Ritor1
parents:
diff changeset
1849 stru350 *stru350::_450DDE()
Ritor1
parents:
diff changeset
1850 {
Ritor1
parents:
diff changeset
1851 _450DF1(&stru_4E82A4, &stru_4E82A4);
Ritor1
parents:
diff changeset
1852 return this;
Ritor1
parents:
diff changeset
1853 }
Ritor1
parents:
diff changeset
1854
Ritor1
parents:
diff changeset
1855 //----- (00450DF1) --------------------------------------------------------
Ritor1
parents:
diff changeset
1856 bool stru350::_450DF1(const stru355 *p1, const stru355 *p2)
Ritor1
parents:
diff changeset
1857 {
Ritor1
parents:
diff changeset
1858 //stru350 *v3; // esi@1
Ritor1
parents:
diff changeset
1859 //void *result; // eax@1
Ritor1
parents:
diff changeset
1860 unsigned int v5; // ecx@2
Ritor1
parents:
diff changeset
1861 int v6; // edi@2
Ritor1
parents:
diff changeset
1862 int v7; // edx@2
Ritor1
parents:
diff changeset
1863 unsigned int v8; // ecx@8
Ritor1
parents:
diff changeset
1864 int v9; // edi@8
Ritor1
parents:
diff changeset
1865 int v10; // edx@8
Ritor1
parents:
diff changeset
1866 int v11; // ecx@12
Ritor1
parents:
diff changeset
1867 int v12; // edi@12
Ritor1
parents:
diff changeset
1868 unsigned int v13; // ecx@12
Ritor1
parents:
diff changeset
1869 int v14; // edx@12
Ritor1
parents:
diff changeset
1870 int v15; // ecx@16
Ritor1
parents:
diff changeset
1871 unsigned int v16; // edx@16
Ritor1
parents:
diff changeset
1872 int v17; // ecx@16
Ritor1
parents:
diff changeset
1873 int v18; // edi@16
Ritor1
parents:
diff changeset
1874 char v19; // zf@20
Ritor1
parents:
diff changeset
1875 unsigned int v20; // ecx@21
Ritor1
parents:
diff changeset
1876 int v21; // edi@21
Ritor1
parents:
diff changeset
1877 int v22; // edx@21
Ritor1
parents:
diff changeset
1878 unsigned int v23; // ecx@27
Ritor1
parents:
diff changeset
1879 int v24; // edi@27
Ritor1
parents:
diff changeset
1880 int v25; // edx@27
Ritor1
parents:
diff changeset
1881 int v26; // ecx@31
Ritor1
parents:
diff changeset
1882 int v27; // edi@31
Ritor1
parents:
diff changeset
1883 unsigned int v28; // ecx@31
Ritor1
parents:
diff changeset
1884 int v29; // edx@31
Ritor1
parents:
diff changeset
1885 int v30; // ebx@35
Ritor1
parents:
diff changeset
1886 int v31; // ecx@35
Ritor1
parents:
diff changeset
1887 int v32; // edi@35
Ritor1
parents:
diff changeset
1888 int v33; // edx@35
Ritor1
parents:
diff changeset
1889 unsigned int i; // ecx@35
Ritor1
parents:
diff changeset
1890 int v35; // ecx@39
Ritor1
parents:
diff changeset
1891 unsigned int v36; // edx@39
Ritor1
parents:
diff changeset
1892 int v37; // ecx@39
Ritor1
parents:
diff changeset
1893 int v38; // ebx@39
Ritor1
parents:
diff changeset
1894
Ritor1
parents:
diff changeset
1895 //v3 = this;
Ritor1
parents:
diff changeset
1896 memcpy(&field_0, p1, sizeof(stru355));
Ritor1
parents:
diff changeset
1897 memcpy(&field_20, p2, sizeof(stru355));
Ritor1
parents:
diff changeset
1898 //result = memcpy(&v3->field_20, p2, 0x20u);
Ritor1
parents:
diff changeset
1899 //LOBYTE(result) = 1;
Ritor1
parents:
diff changeset
1900 if (field_0.field_4 & 1)
Ritor1
parents:
diff changeset
1901 {
Ritor1
parents:
diff changeset
1902 v5 = field_0.field_1C;
Ritor1
parents:
diff changeset
1903 v6 = 0;
Ritor1
parents:
diff changeset
1904 v7 = 0;
Ritor1
parents:
diff changeset
1905 while ( !(v5 & 1) )
Ritor1
parents:
diff changeset
1906 {
Ritor1
parents:
diff changeset
1907 ++v6;
Ritor1
parents:
diff changeset
1908 v5 >>= 1;
Ritor1
parents:
diff changeset
1909 }
Ritor1
parents:
diff changeset
1910 do
Ritor1
parents:
diff changeset
1911 {
Ritor1
parents:
diff changeset
1912 v5 >>= 1;
Ritor1
parents:
diff changeset
1913 ++v7;
Ritor1
parents:
diff changeset
1914 }
Ritor1
parents:
diff changeset
1915 while ( v5 & 1 );
Ritor1
parents:
diff changeset
1916 field_40 = 32 - v7 - v6;
Ritor1
parents:
diff changeset
1917 }
Ritor1
parents:
diff changeset
1918 else
Ritor1
parents:
diff changeset
1919 {
Ritor1
parents:
diff changeset
1920 field_40 = 0;
Ritor1
parents:
diff changeset
1921 }
Ritor1
parents:
diff changeset
1922 v8 = field_0.field_10;
Ritor1
parents:
diff changeset
1923 v9 = 0;
Ritor1
parents:
diff changeset
1924 v10 = 0;
Ritor1
parents:
diff changeset
1925 while ( !(v8 & 1) )
Ritor1
parents:
diff changeset
1926 {
Ritor1
parents:
diff changeset
1927 ++v9;
Ritor1
parents:
diff changeset
1928 v8 >>= 1;
Ritor1
parents:
diff changeset
1929 }
Ritor1
parents:
diff changeset
1930 do
Ritor1
parents:
diff changeset
1931 {
Ritor1
parents:
diff changeset
1932 v8 >>= 1;
Ritor1
parents:
diff changeset
1933 ++v10;
Ritor1
parents:
diff changeset
1934 }
Ritor1
parents:
diff changeset
1935 while ( v8 & 1 );
Ritor1
parents:
diff changeset
1936 v11 = 24 - v10 - v9;
Ritor1
parents:
diff changeset
1937 v12 = 0;
Ritor1
parents:
diff changeset
1938 field_48 = v11;
Ritor1
parents:
diff changeset
1939 v13 = field_0.field_14;
Ritor1
parents:
diff changeset
1940 v14 = 0;
Ritor1
parents:
diff changeset
1941 while ( !(v13 & 1) )
Ritor1
parents:
diff changeset
1942 {
Ritor1
parents:
diff changeset
1943 ++v12;
Ritor1
parents:
diff changeset
1944 v13 >>= 1;
Ritor1
parents:
diff changeset
1945 }
Ritor1
parents:
diff changeset
1946 do
Ritor1
parents:
diff changeset
1947 {
Ritor1
parents:
diff changeset
1948 v13 >>= 1;
Ritor1
parents:
diff changeset
1949 ++v14;
Ritor1
parents:
diff changeset
1950 }
Ritor1
parents:
diff changeset
1951 while ( v13 & 1 );
Ritor1
parents:
diff changeset
1952 v15 = 16 - v14;
Ritor1
parents:
diff changeset
1953 v16 = field_0.field_18;
Ritor1
parents:
diff changeset
1954 field_50 = v15 - v12;
Ritor1
parents:
diff changeset
1955 v17 = 0;
Ritor1
parents:
diff changeset
1956 v18 = 0;
Ritor1
parents:
diff changeset
1957 while ( !(v16 & 1) )
Ritor1
parents:
diff changeset
1958 {
Ritor1
parents:
diff changeset
1959 ++v17;
Ritor1
parents:
diff changeset
1960 v16 >>= 1;
Ritor1
parents:
diff changeset
1961 }
Ritor1
parents:
diff changeset
1962 do
Ritor1
parents:
diff changeset
1963 {
Ritor1
parents:
diff changeset
1964 v16 >>= 1;
Ritor1
parents:
diff changeset
1965 ++v18;
Ritor1
parents:
diff changeset
1966 }
Ritor1
parents:
diff changeset
1967 while ( v16 & 1 );
Ritor1
parents:
diff changeset
1968 v19 = (field_20.field_4 & 1) == 0;
Ritor1
parents:
diff changeset
1969 field_58 = v17 - v18 + 8;
Ritor1
parents:
diff changeset
1970 if ( v19 )
Ritor1
parents:
diff changeset
1971 {
Ritor1
parents:
diff changeset
1972 field_44 = 0;
Ritor1
parents:
diff changeset
1973 }
Ritor1
parents:
diff changeset
1974 else
Ritor1
parents:
diff changeset
1975 {
Ritor1
parents:
diff changeset
1976 v20 = field_20.field_1C;
Ritor1
parents:
diff changeset
1977 v21 = 0;
Ritor1
parents:
diff changeset
1978 v22 = 0;
Ritor1
parents:
diff changeset
1979 while ( !(v20 & 1) )
Ritor1
parents:
diff changeset
1980 {
Ritor1
parents:
diff changeset
1981 ++v21;
Ritor1
parents:
diff changeset
1982 v20 >>= 1;
Ritor1
parents:
diff changeset
1983 }
Ritor1
parents:
diff changeset
1984 do
Ritor1
parents:
diff changeset
1985 {
Ritor1
parents:
diff changeset
1986 v20 >>= 1;
Ritor1
parents:
diff changeset
1987 ++v22;
Ritor1
parents:
diff changeset
1988 }
Ritor1
parents:
diff changeset
1989 while ( v20 & 1 );
Ritor1
parents:
diff changeset
1990 field_44 = 32 - v22 - v21;
Ritor1
parents:
diff changeset
1991 }
Ritor1
parents:
diff changeset
1992 v23 = field_20.field_10;
Ritor1
parents:
diff changeset
1993 v24 = 0;
Ritor1
parents:
diff changeset
1994 v25 = 0;
Ritor1
parents:
diff changeset
1995 while ( !(v23 & 1) )
Ritor1
parents:
diff changeset
1996 {
Ritor1
parents:
diff changeset
1997 ++v24;
Ritor1
parents:
diff changeset
1998 v23 >>= 1;
Ritor1
parents:
diff changeset
1999 }
Ritor1
parents:
diff changeset
2000 do
Ritor1
parents:
diff changeset
2001 {
Ritor1
parents:
diff changeset
2002 v23 >>= 1;
Ritor1
parents:
diff changeset
2003 ++v25;
Ritor1
parents:
diff changeset
2004 }
Ritor1
parents:
diff changeset
2005 while ( v23 & 1 );
Ritor1
parents:
diff changeset
2006 v26 = 24 - v25 - v24;
Ritor1
parents:
diff changeset
2007 v27 = 0;
Ritor1
parents:
diff changeset
2008 field_4C = v26;
Ritor1
parents:
diff changeset
2009 v28 = field_20.field_14;
Ritor1
parents:
diff changeset
2010 v29 = 0;
Ritor1
parents:
diff changeset
2011 while ( !(v28 & 1) )
Ritor1
parents:
diff changeset
2012 {
Ritor1
parents:
diff changeset
2013 ++v27;
Ritor1
parents:
diff changeset
2014 v28 >>= 1;
Ritor1
parents:
diff changeset
2015 }
Ritor1
parents:
diff changeset
2016 do
Ritor1
parents:
diff changeset
2017 {
Ritor1
parents:
diff changeset
2018 v28 >>= 1;
Ritor1
parents:
diff changeset
2019 ++v29;
Ritor1
parents:
diff changeset
2020 }
Ritor1
parents:
diff changeset
2021 while ( v28 & 1 );
Ritor1
parents:
diff changeset
2022 v30 = 0;
Ritor1
parents:
diff changeset
2023 v31 = 16 - v29 - v27;
Ritor1
parents:
diff changeset
2024 v32 = field_20.field_18;
Ritor1
parents:
diff changeset
2025 field_54 = v31;
Ritor1
parents:
diff changeset
2026 v33 = 0;
Ritor1
parents:
diff changeset
2027 for ( i = v32; !(i & 1); i >>= 1 )
Ritor1
parents:
diff changeset
2028 ++v30;
Ritor1
parents:
diff changeset
2029 do
Ritor1
parents:
diff changeset
2030 {
Ritor1
parents:
diff changeset
2031 i >>= 1;
Ritor1
parents:
diff changeset
2032 ++v33;
Ritor1
parents:
diff changeset
2033 }
Ritor1
parents:
diff changeset
2034 while ( i & 1 );
Ritor1
parents:
diff changeset
2035 v35 = 32 - v33;
Ritor1
parents:
diff changeset
2036 v36 = v32;
Ritor1
parents:
diff changeset
2037 field_5C = v35 - v30;
Ritor1
parents:
diff changeset
2038 v37 = 0;
Ritor1
parents:
diff changeset
2039 v38 = 0;
Ritor1
parents:
diff changeset
2040 while ( !(v36 & 1) )
Ritor1
parents:
diff changeset
2041 {
Ritor1
parents:
diff changeset
2042 ++v37;
Ritor1
parents:
diff changeset
2043 v36 >>= 1;
Ritor1
parents:
diff changeset
2044 }
Ritor1
parents:
diff changeset
2045 do
Ritor1
parents:
diff changeset
2046 {
Ritor1
parents:
diff changeset
2047 v36 >>= 1;
Ritor1
parents:
diff changeset
2048 ++v38;
Ritor1
parents:
diff changeset
2049 }
Ritor1
parents:
diff changeset
2050 while ( v36 & 1 );
Ritor1
parents:
diff changeset
2051 field_5C = v37 - v38 + 8;
Ritor1
parents:
diff changeset
2052 return true;
Ritor1
parents:
diff changeset
2053 }
Ritor1
parents:
diff changeset
2054
Ritor1
parents:
diff changeset
2055 //----- (00450F55) --------------------------------------------------------
Ritor1
parents:
diff changeset
2056 unsigned int stru350::_450F55(int a2)
Ritor1
parents:
diff changeset
2057 {
Ritor1
parents:
diff changeset
2058 int v2 = a2 & stru_4E82A4.field_1C;
Ritor1
parents:
diff changeset
2059 if (field_20.field_4 & 1)
Ritor1
parents:
diff changeset
2060 v2 = (unsigned int)v2 >> this->field_44;
Ritor1
parents:
diff changeset
2061 return v2 & field_20.field_1C |
Ritor1
parents:
diff changeset
2062 field_20.field_10 & ((a2 & (unsigned int)stru_4E82A4.field_10) >> field_4C) |
Ritor1
parents:
diff changeset
2063 field_20.field_14 & ((a2 & (unsigned int)stru_4E82A4.field_14) >> field_54) |
Ritor1
parents:
diff changeset
2064 field_20.field_18 & ((a2 & (unsigned int)stru_4E82A4.field_18) >> field_5C);
Ritor1
parents:
diff changeset
2065 }
Ritor1
parents:
diff changeset
2066
Ritor1
parents:
diff changeset
2067 //----- (00450FB1) --------------------------------------------------------
Ritor1
parents:
diff changeset
2068 int stru350::_450FB1(int a2)
Ritor1
parents:
diff changeset
2069 {
Ritor1
parents:
diff changeset
2070 int v2 = 0;
Ritor1
parents:
diff changeset
2071 int v4 = field_0.field_4 & 1;
Ritor1
parents:
diff changeset
2072 if ( v4 )
Ritor1
parents:
diff changeset
2073 v2 = a2 & field_0.field_1C;
Ritor1
parents:
diff changeset
2074 if ( v4 )
Ritor1
parents:
diff changeset
2075 v2 <<= field_40;
Ritor1
parents:
diff changeset
2076 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
2077 }
Ritor1
parents:
diff changeset
2078
Ritor1
parents:
diff changeset
2079 //----- (00452442) --------------------------------------------------------
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1546
diff changeset
2080 unsigned int __fastcall _452442_color_cvt(unsigned __int16 a1, unsigned __int16 a2, int a3, int a4)
0
Ritor1
parents:
diff changeset
2081 {
Ritor1
parents:
diff changeset
2082 int v4; // ebx@0
Ritor1
parents:
diff changeset
2083 __int16 v5; // ST14_2@1
Ritor1
parents:
diff changeset
2084 __int16 v6; // dx@1
Ritor1
parents:
diff changeset
2085 int v7; // ecx@1
Ritor1
parents:
diff changeset
2086 __int16 v8; // ST10_2@1
Ritor1
parents:
diff changeset
2087 int v9; // edi@1
Ritor1
parents:
diff changeset
2088 unsigned __int16 v10; // dh@1@1
Ritor1
parents:
diff changeset
2089 int v11; // ebx@1
Ritor1
parents:
diff changeset
2090 int v12; // ebx@1
Ritor1
parents:
diff changeset
2091 __int16 a3a; // [sp+1Ch] [bp+8h]@1
Ritor1
parents:
diff changeset
2092
Ritor1
parents:
diff changeset
2093 v5 = a2 >> 2;
Ritor1
parents:
diff changeset
2094 v6 = (unsigned __int16)a4 >> 2;
Ritor1
parents:
diff changeset
2095 v8 = a1 >> 2;
Ritor1
parents:
diff changeset
2096 a3a = (unsigned __int16)a3 >> 2;
Ritor1
parents:
diff changeset
2097 LOWORD(v7) = a3a;
Ritor1
parents:
diff changeset
2098 v9 = v7;
Ritor1
parents:
diff changeset
2099 LOWORD(v4) = ((unsigned __int16)a4 >> 2) & 0xE0;
Ritor1
parents:
diff changeset
2100 LOWORD(v7) = a3a & 0xE0;
Ritor1
parents:
diff changeset
2101 LOWORD(v9) = v9 & 0x1C00;
Ritor1
parents:
diff changeset
2102 v11 = v7 + v4;
Ritor1
parents:
diff changeset
2103 LOWORD(v7) = v5 & 0xE0;
Ritor1
parents:
diff changeset
2104 v12 = v7 + v11;
Ritor1
parents:
diff changeset
2105 LOWORD(v7) = v8 & 0xE0;
1409
c9e3b93ec570 Highlighted locations with "using uninitialized variable" warning.
Nomad
parents: 1408
diff changeset
2106 __debugbreak(); // warning C4700: uninitialized local variable 'v10' used
848
ceef50611567 * AI fixed (temporary)
zipi
parents: 838
diff changeset
2107 return (PID_TYPE(v8) + PID_TYPE(v5) + PID_TYPE(a3a) + PID_TYPE(v6)) | (v7 + v12) | ((v8 & 0x1C00)
0
Ritor1
parents:
diff changeset
2108 + (v5 & 0x1C00)
Ritor1
parents:
diff changeset
2109 + v9
Ritor1
parents:
diff changeset
2110 + (__PAIR__(v10, (unsigned __int16)a4 >> 2) & 0x1C00));
Ritor1
parents:
diff changeset
2111 }
Ritor1
parents:
diff changeset
2112
Ritor1
parents:
diff changeset
2113 //----- (0045281E) --------------------------------------------------------
Ritor1
parents:
diff changeset
2114 // Calculates atan2(y/x)
Ritor1
parents:
diff changeset
2115 // return value: angle in integer format (multiplier of Pi/1024)
Ritor1
parents:
diff changeset
2116 unsigned int stru193_math::Atan2(int x, int y)
Ritor1
parents:
diff changeset
2117 {
Ritor1
parents:
diff changeset
2118 signed int quadrant;
Ritor1
parents:
diff changeset
2119 __int64 dividend;
Ritor1
parents:
diff changeset
2120 int quotient;
Ritor1
parents:
diff changeset
2121 int lowIdx;
Ritor1
parents:
diff changeset
2122 int highIdx;
Ritor1
parents:
diff changeset
2123 int angle;
Ritor1
parents:
diff changeset
2124
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1948
diff changeset
2125 int X = x;
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1948
diff changeset
2126 int Y = y;
0
Ritor1
parents:
diff changeset
2127
Ritor1
parents:
diff changeset
2128 if ( abs(X) < 65536 )
Ritor1
parents:
diff changeset
2129 {
Ritor1
parents:
diff changeset
2130 if ( (abs(Y) >> 15) >= abs(X) )
Ritor1
parents:
diff changeset
2131 X = 0;
Ritor1
parents:
diff changeset
2132 }
Ritor1
parents:
diff changeset
2133
Ritor1
parents:
diff changeset
2134 if ( !X )
Ritor1
parents:
diff changeset
2135 {
Ritor1
parents:
diff changeset
2136 if ( Y > 0 )
Ritor1
parents:
diff changeset
2137 {
Ritor1
parents:
diff changeset
2138 return uIntegerHalfPi; //Pi/2
Ritor1
parents:
diff changeset
2139 }
Ritor1
parents:
diff changeset
2140 else
Ritor1
parents:
diff changeset
2141 {
Ritor1
parents:
diff changeset
2142 return uIntegerHalfPi + uIntegerPi; //3*(Pi/2)
Ritor1
parents:
diff changeset
2143 }
Ritor1
parents:
diff changeset
2144 }
Ritor1
parents:
diff changeset
2145
Ritor1
parents:
diff changeset
2146 if ( Y )
Ritor1
parents:
diff changeset
2147 {
Ritor1
parents:
diff changeset
2148 if ( X < 0 )
Ritor1
parents:
diff changeset
2149 {
Ritor1
parents:
diff changeset
2150 X = -X;
Ritor1
parents:
diff changeset
2151 if ( Y > 0 )
Ritor1
parents:
diff changeset
2152 {
Ritor1
parents:
diff changeset
2153 quadrant = 4;
Ritor1
parents:
diff changeset
2154 }
Ritor1
parents:
diff changeset
2155 else
Ritor1
parents:
diff changeset
2156 {
Ritor1
parents:
diff changeset
2157 quadrant = 3;
Ritor1
parents:
diff changeset
2158 }
Ritor1
parents:
diff changeset
2159 }
Ritor1
parents:
diff changeset
2160 else
Ritor1
parents:
diff changeset
2161 {
Ritor1
parents:
diff changeset
2162 if ( Y > 0 )
Ritor1
parents:
diff changeset
2163 {
Ritor1
parents:
diff changeset
2164 quadrant = 1;
Ritor1
parents:
diff changeset
2165 }
Ritor1
parents:
diff changeset
2166 else
Ritor1
parents:
diff changeset
2167 {
Ritor1
parents:
diff changeset
2168 quadrant = 2;
Ritor1
parents:
diff changeset
2169 }
Ritor1
parents:
diff changeset
2170 }
Ritor1
parents:
diff changeset
2171
Ritor1
parents:
diff changeset
2172 if ( Y < 0 )
Ritor1
parents:
diff changeset
2173 Y = -Y;
Ritor1
parents:
diff changeset
2174
Ritor1
parents:
diff changeset
2175 LODWORD(dividend) = Y << 16;
Ritor1
parents:
diff changeset
2176 HIDWORD(dividend) = Y >> 16;
Ritor1
parents:
diff changeset
2177 quotient = dividend / X;
Ritor1
parents:
diff changeset
2178
Ritor1
parents:
diff changeset
2179 //looks like binary search
Ritor1
parents:
diff changeset
2180 {
Ritor1
parents:
diff changeset
2181 int i;
Ritor1
parents:
diff changeset
2182 highIdx = uIntegerHalfPi;
Ritor1
parents:
diff changeset
2183 lowIdx = 0;
Ritor1
parents:
diff changeset
2184
Ritor1
parents:
diff changeset
2185 for (i = 0; i < 6; ++i)
Ritor1
parents:
diff changeset
2186 {
Ritor1
parents:
diff changeset
2187 if (quotient <= pTanTable[(lowIdx + highIdx) / 2])
Ritor1
parents:
diff changeset
2188 highIdx = (lowIdx + highIdx) / 2;
Ritor1
parents:
diff changeset
2189 else
Ritor1
parents:
diff changeset
2190 lowIdx = (lowIdx + highIdx) / 2;
Ritor1
parents:
diff changeset
2191 }
Ritor1
parents:
diff changeset
2192 }
Ritor1
parents:
diff changeset
2193
Ritor1
parents:
diff changeset
2194 angle = lowIdx + 1;
Ritor1
parents:
diff changeset
2195 while ( angle < (highIdx - 1) && quotient >= pTanTable[angle] )
Ritor1
parents:
diff changeset
2196 ++angle;
Ritor1
parents:
diff changeset
2197
Ritor1
parents:
diff changeset
2198 switch (quadrant)
Ritor1
parents:
diff changeset
2199 {
Ritor1
parents:
diff changeset
2200 case 1: //X > 0, Y > 0
Ritor1
parents:
diff changeset
2201 return angle;
Ritor1
parents:
diff changeset
2202
Ritor1
parents:
diff changeset
2203 case 2: //X > 0, Y < 0
Ritor1
parents:
diff changeset
2204 return uIntegerDoublePi - angle; //2*Pi - angle
Ritor1
parents:
diff changeset
2205
Ritor1
parents:
diff changeset
2206 case 3: //X > 0, Y < 0
Ritor1
parents:
diff changeset
2207 return uIntegerPi + angle; //Pi + angle
Ritor1
parents:
diff changeset
2208
Ritor1
parents:
diff changeset
2209 case 4: //X < 0, Y > 0
Ritor1
parents:
diff changeset
2210 return uIntegerPi - angle; //Pi - angle
Ritor1
parents:
diff changeset
2211 }
Ritor1
parents:
diff changeset
2212
Ritor1
parents:
diff changeset
2213 //should newer get here
Ritor1
parents:
diff changeset
2214 return 0;
Ritor1
parents:
diff changeset
2215 }
Ritor1
parents:
diff changeset
2216
Ritor1
parents:
diff changeset
2217 if ( X < 0 ) //Y == 0, X < 0
Ritor1
parents:
diff changeset
2218 return uIntegerPi;
Ritor1
parents:
diff changeset
2219
Ritor1
parents:
diff changeset
2220 return 0;
Ritor1
parents:
diff changeset
2221 }
Ritor1
parents:
diff changeset
2222
Ritor1
parents:
diff changeset
2223 //----- (00452969) --------------------------------------------------------
Ritor1
parents:
diff changeset
2224 stru193_math::stru193_math()
Ritor1
parents:
diff changeset
2225 {
Ritor1
parents:
diff changeset
2226 double v3; // ST18_8@2
1214
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
2227
0
Ritor1
parents:
diff changeset
2228 this->pTanTable[0] = 0;
Ritor1
parents:
diff changeset
2229 this->pCosTable[0] = 65536;
Ritor1
parents:
diff changeset
2230 this->pInvCosTable[0] = 65536;
1214
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
2231 for(int i = 1; i < (signed int)this->uIntegerHalfPi; i++)
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
2232 {
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
2233 v3 = (double)i * 3.141592653589793 / (double)uIntegerPi;
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
2234 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
2235 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
2236 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
2237 }
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
2238 for(int i = this->uIntegerHalfPi; i < 520; i++)
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
2239 {
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
2240 this->pTanTable[i] = 0xEFFFFFFFu;
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
2241 this->pCosTable[i] = 0;
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
2242 this->pInvCosTable[i] = 0xEFFFFFFFu;
0
Ritor1
parents:
diff changeset
2243 }
Ritor1
parents:
diff changeset
2244 }
Ritor1
parents:
diff changeset
2245
Ritor1
parents:
diff changeset
2246 //----- (00452A9E) --------------------------------------------------------
295
640a176c030f sub_42ECB5
Nomad
parents: 271
diff changeset
2247 int integer_sqrt(int val)
0
Ritor1
parents:
diff changeset
2248 {
Ritor1
parents:
diff changeset
2249 signed int result; // eax@2
295
640a176c030f sub_42ECB5
Nomad
parents: 271
diff changeset
2250 unsigned int v2; // edx@3
271
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2251 unsigned int v3; // edi@3
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2252 //signed int v4; // ebx@3
0
Ritor1
parents:
diff changeset
2253 int v5; // esi@4
Ritor1
parents:
diff changeset
2254
295
640a176c030f sub_42ECB5
Nomad
parents: 271
diff changeset
2255 if (val < 1)
640a176c030f sub_42ECB5
Nomad
parents: 271
diff changeset
2256 return val;
271
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2257
0
Ritor1
parents:
diff changeset
2258 v2 = 0;
295
640a176c030f sub_42ECB5
Nomad
parents: 271
diff changeset
2259 v3 = val;
0
Ritor1
parents:
diff changeset
2260 result = 0;
271
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2261 //v4 = 16;
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2262 for (uint i = 0; i < 16; ++i)
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2263 {
0
Ritor1
parents:
diff changeset
2264 result *= 2;
271
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2265 v2 = (v3 >> 30) | 4 * v2;
0
Ritor1
parents:
diff changeset
2266 v5 = 2 * result + 1;
Ritor1
parents:
diff changeset
2267 v3 *= 4;
295
640a176c030f sub_42ECB5
Nomad
parents: 271
diff changeset
2268 if ( v2 >= v5 )
0
Ritor1
parents:
diff changeset
2269 {
Ritor1
parents:
diff changeset
2270 ++result;
Ritor1
parents:
diff changeset
2271 v2 -= v5;
Ritor1
parents:
diff changeset
2272 }
271
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2273 //--v4;
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2274 }
1f0af5cac2dd _42ECB5_PlayerAttacksActor
Nomad
parents: 267
diff changeset
2275 //while ( v4 );
295
640a176c030f sub_42ECB5
Nomad
parents: 271
diff changeset
2276 if ( val - result * result >= (unsigned int)(result - 1) )
0
Ritor1
parents:
diff changeset
2277 ++result;
295
640a176c030f sub_42ECB5
Nomad
parents: 271
diff changeset
2278 return result;
0
Ritor1
parents:
diff changeset
2279 }
Ritor1
parents:
diff changeset
2280
2152
d44b7775fc06 Removed DirectDraw2 compatibility.
Nomad
parents: 2151
diff changeset
2281
0
Ritor1
parents:
diff changeset
2282
Ritor1
parents:
diff changeset
2283 //----- (00452B2E) --------------------------------------------------------
Ritor1
parents:
diff changeset
2284 int __fastcall GetDiceResult(unsigned int uNumDice, unsigned int uDiceSides)
Ritor1
parents:
diff changeset
2285 {
Ritor1
parents:
diff changeset
2286 int v3; // esi@1
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2287
0
Ritor1
parents:
diff changeset
2288 v3 = 0;
Ritor1
parents:
diff changeset
2289 if ( uDiceSides )
Ritor1
parents:
diff changeset
2290 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2291 for ( uint i = 0; i < uNumDice; ++i)
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2292 v3 += rand() % uDiceSides + 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2293 return v3;
0
Ritor1
parents:
diff changeset
2294 }
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2295 return 0;
0
Ritor1
parents:
diff changeset
2296 }
Ritor1
parents:
diff changeset
2297
Ritor1
parents:
diff changeset
2298 //----- (00453F62) --------------------------------------------------------
Ritor1
parents:
diff changeset
2299 void MapStats::Initialize()
Ritor1
parents:
diff changeset
2300 {
237
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2301 char work_str[32]; // [sp+Ch] [bp-34h]@3
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2302 int work_str_pos;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2303 int work_str_len;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2304 int i;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2305 char* test_string;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2306 unsigned char c;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2307 bool break_loop;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2308 unsigned int temp_str_len;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2309 char* tmp_pos;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2310 int decode_step;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2311 int item_counter;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2312
0
Ritor1
parents:
diff changeset
2313 if ( pMapStatsTXT_Raw )
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1546
diff changeset
2314 free(pMapStatsTXT_Raw);
237
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2315 pMapStatsTXT_Raw = NULL;
0
Ritor1
parents:
diff changeset
2316 pMapStatsTXT_Raw = (char *)pEvents_LOD->LoadRaw("MapStats.txt", 0);
Ritor1
parents:
diff changeset
2317 strtok(pMapStatsTXT_Raw, "\r");
237
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2318 strtok(NULL, "\r");
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2319 strtok(NULL, "\r");
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2320
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2321 for (i=1; i<77; ++i)
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2322 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2323 test_string = strtok(NULL, "\r") + 1;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2324 break_loop = false;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2325 decode_step=0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2326 do
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2327 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2328 c = *(unsigned char*)test_string;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2329 temp_str_len = 0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2330 while((c!='\t')&&(c>0))
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2331 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2332 ++temp_str_len;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2333 c=test_string[temp_str_len];
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2334 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2335 tmp_pos=test_string+temp_str_len;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2336 if (*tmp_pos == 0)
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2337 break_loop = true;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2338 *tmp_pos = 0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2339 if (temp_str_len)
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2340 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2341 switch (decode_step)
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2342 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2343 case 1:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2344 pInfos[i].pName = RemoveQuotes(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2345 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2346 case 2:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2347 pInfos[i].pFilename = RemoveQuotes(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2348 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2349 case 3:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2350 pInfos[i].uNumResets = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2351 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2352 case 4:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2353 pInfos[i].uFirstVisitedAt = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2354 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2355 case 5:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2356 pInfos[i]._per = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2357 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2358 case 6:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2359 pInfos[i].uRespawnIntervalDays = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2360 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2361 case 7:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2362 pInfos[i]._alert_days = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2363 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2364 case 8:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2365 pInfos[i]._steal_perm = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2366 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2367 case 9:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2368 pInfos[i].LockX5 = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2369 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2370 case 10:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2371 pInfos[i].Trap_D20 = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2372 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2373 case 11:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2374 pInfos[i].Treasure_prob = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2375 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2376 case 12:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2377 pInfos[i].Encounter_percent = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2378 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2379 case 13:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2380 pInfos[i].EncM1percent = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2381 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2382 case 14:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2383 pInfos[i].EncM2percent = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2384 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2385 case 15:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2386 pInfos[i].EncM3percent = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2387 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2388 case 16:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2389 pInfos[i].pEncounterMonster1Texture = RemoveQuotes(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2390 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2391 case 18:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2392 pInfos[i].Dif_M1 = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2393 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2394 case 19:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2395 pInfos[i].uEncounterMonster1AtLeast = 1;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2396 pInfos[i].uEncounterMonster1AtMost = 1;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2397 strcpy(work_str, test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2398 work_str_pos = 0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2399 work_str_len=strlen(work_str);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2400 if (work_str_len )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2401 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2402 while (work_str[work_str_pos] != '-' )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2403 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2404 ++work_str_pos;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2405 if (work_str_pos >= work_str_len )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2406 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2407 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2408 work_str[work_str_pos] = 0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2409 pInfos[i].uEncounterMonster1AtLeast = atoi(work_str);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2410 if ( work_str_pos < work_str_len )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2411 pInfos[i].uEncounterMonster1AtMost = atoi(&work_str[work_str_pos + 1]);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2412 else
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2413 pInfos[i].uEncounterMonster1AtMost = pInfos[i].uEncounterMonster1AtLeast;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2414 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2415 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2416 case 20:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2417 pInfos[i].pEncounterMonster2Texture = RemoveQuotes(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2418 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2419 case 22:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2420 pInfos[i].Dif_M2 = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2421 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2422 case 23:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2423 pInfos[i].uEncounterMonster2AtLeast = 1;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2424 pInfos[i].uEncounterMonster2AtMost = 1;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2425 strcpy(work_str, test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2426 work_str_pos = 0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2427 work_str_len=strlen(work_str);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2428 if (work_str_len )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2429 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2430 while (work_str[work_str_pos] != '-' )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2431 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2432 ++work_str_pos;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2433 if (work_str_pos >= work_str_len )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2434 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2435 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2436 work_str[work_str_pos] = 0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2437 pInfos[i].uEncounterMonster2AtLeast = atoi(work_str);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2438 if ( work_str_pos < work_str_len )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2439 pInfos[i].uEncounterMonster2AtMost = atoi(&work_str[work_str_pos + 1]);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2440 else
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2441 pInfos[i].uEncounterMonster2AtMost = pInfos[i].uEncounterMonster2AtLeast;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2442 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2443 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2444 case 24:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2445 pInfos[i].pEncounterMonster3Texture = RemoveQuotes(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2446 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2447 case 26:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2448 pInfos[i].Dif_M3 = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2449 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2450 case 27:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2451 pInfos[i].uEncounterMonster3AtLeast = 1;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2452 pInfos[i].uEncounterMonster3AtMost = 1;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2453 strcpy(work_str, test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2454 work_str_pos = 0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2455 work_str_len=strlen(work_str);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2456 if (work_str_len )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2457 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2458 while (work_str[work_str_pos] != '-' )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2459 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2460 ++work_str_pos;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2461 if (work_str_pos >= work_str_len )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2462 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2463 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2464 work_str[work_str_pos] = 0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2465 pInfos[i].uEncounterMonster3AtLeast = atoi(work_str);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2466 if ( work_str_pos < work_str_len )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2467 pInfos[i].uEncounterMonster3AtMost = atoi(&work_str[work_str_pos + 1]);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2468 else
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2469 pInfos[i].uEncounterMonster3AtMost = pInfos[i].uEncounterMonster3AtLeast;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2470 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2471 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2472 case 28:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2473 pInfos[i].uRedbookTrackID = atoi(test_string);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2474 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2475 case 29:
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2476 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2477 if ( !strcmp(test_string, "CAVE") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2478 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2479 pInfos[i].uEAXEnv = 8;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2480 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2481 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2482 if ( !strcmp(test_string, "STONEROOM") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2483 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2484 pInfos[i].uEAXEnv = 5;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2485 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2486 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2487 if ( !strcmp(test_string, "MOUNTAINS") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2488 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2489 pInfos[i].uEAXEnv = 17;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2490 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2491 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2492 if ( !strcmp(test_string, "PLAIN") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2493 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2494 pInfos[i].uEAXEnv = 19;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2495 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2496 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2497 if ( !strcmp(test_string, "FOREST") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2498 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2499 pInfos[i].uEAXEnv = 15;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2500 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2501 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2502 if ( !strcmp(test_string, "CITY") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2503 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2504 pInfos[i].uEAXEnv = 16;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2505 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2506 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2507 if ( !strcmp(test_string, "UNDERWATER") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2508 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2509 pInfos[i].uEAXEnv = 22;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2510 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2511 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2512 if ( !strcmp(test_string, "ARENA") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2513 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2514 pInfos[i].uEAXEnv = 9;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2515 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2516 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2517 if ( !strcmp(test_string, "GENERIC") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2518 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2519 pInfos[i].uEAXEnv = 0;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2520 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2521 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2522 if ( !strcmp(test_string, "PADDEDCELL") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2523 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2524 pInfos[i].uEAXEnv = 1;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2525 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2526 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2527 if ( !strcmp(test_string, "ROOM") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2528 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2529 pInfos[i].uEAXEnv = 2;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2530 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2531 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2532 if ( !strcmp(test_string, "BATHROOM") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2533 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2534 pInfos[i].uEAXEnv = 3;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2535 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2536 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2537 if ( !strcmp(test_string, "LIVINGROOM") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2538 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2539 pInfos[i].uEAXEnv = 4;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2540 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2541 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2542 if ( !strcmp(test_string, "AUDITORIUM") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2543 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2544 pInfos[i].uEAXEnv = 6;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2545 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2546 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2547 if ( !strcmp(test_string, "CONCERTHALL") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2548 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2549 pInfos[i].uEAXEnv = 7;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2550 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2551 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2552 if ( !strcmp(test_string, "HANGAR") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2553 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2554 pInfos[i].uEAXEnv = 10;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2555 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2556 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2557 if ( !strcmp(test_string, "CARPETEDHALLWAY") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2558 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2559 pInfos[i].uEAXEnv = 11;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2560 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2561 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2562 if ( !strcmp(test_string, "HALLWAY") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2563 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2564 pInfos[i].uEAXEnv = 12;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2565 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2566 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2567 if ( !strcmp(test_string, "STONECORRIDOR") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2568 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2569 pInfos[i].uEAXEnv = 13;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2570 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2571 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2572 if ( !strcmp(test_string, "ALLEY") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2573 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2574 pInfos[i].uEAXEnv = 14;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2575 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2576 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2577 if ( !strcmp(test_string, "QUARRY") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2578 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2579 pInfos[i].uEAXEnv = 18;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2580 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2581 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2582 if ( !strcmp(test_string, "PARKINGLOT") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2583 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2584 pInfos[i].uEAXEnv = 20;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2585 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2586 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2587 if ( !strcmp(test_string, "SEWERPIPE") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2588 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2589 pInfos[i].uEAXEnv = 21;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2590 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2591 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2592 if ( !strcmp(test_string, "DRUGGED") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2593 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2594 pInfos[i].uEAXEnv = 23;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2595 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2596 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2597 if ( !strcmp(test_string, "DIZZY") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2598 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2599 pInfos[i].uEAXEnv = 24;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2600 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2601 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2602 if ( !strcmp(test_string, "PSYCHOTIC") )
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2603 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2604 pInfos[i].uEAXEnv = 25;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2605 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2606 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2607 pInfos[i].uEAXEnv = 26;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2608
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2609 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2610 break;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2611 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2612 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2613 else
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2614 {
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2615 break_loop = true;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2616 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2617 ++decode_step;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2618 test_string=tmp_pos+1;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2619 } while ((decode_step<31)&&!break_loop);
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2620 }
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2621
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2622 uNumMaps = 77;
0
Ritor1
parents:
diff changeset
2623 }
Ritor1
parents:
diff changeset
2624 // 453F62: using guessed type char Str[32];
Ritor1
parents:
diff changeset
2625
Ritor1
parents:
diff changeset
2626 //----- (004547A3) --------------------------------------------------------
767
45615cacad31 Fog fixed
Nomad
parents: 762
diff changeset
2627 MAP_TYPE MapStats::GetMapInfo(const char *Str2)
45615cacad31 Fog fixed
Nomad
parents: 762
diff changeset
2628 {
45615cacad31 Fog fixed
Nomad
parents: 762
diff changeset
2629 assert(uNumMaps >= 2);
45615cacad31 Fog fixed
Nomad
parents: 762
diff changeset
2630
45615cacad31 Fog fixed
Nomad
parents: 762
diff changeset
2631 for (uint i = 1; i < uNumMaps; ++i)
1165
29a8defbad9e temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents: 1150
diff changeset
2632 if (!_stricmp(pInfos[i].pFilename, Str2))
767
45615cacad31 Fog fixed
Nomad
parents: 762
diff changeset
2633 return (MAP_TYPE)i;
45615cacad31 Fog fixed
Nomad
parents: 762
diff changeset
2634
45615cacad31 Fog fixed
Nomad
parents: 762
diff changeset
2635 assert(false && "Map not found!");
0
Ritor1
parents:
diff changeset
2636 }
Ritor1
parents:
diff changeset
2637
Ritor1
parents:
diff changeset
2638 //----- (004547E4) --------------------------------------------------------
Ritor1
parents:
diff changeset
2639 void FactionTable::Initialize()
Ritor1
parents:
diff changeset
2640 {
237
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2641 int i;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2642 char* test_string;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2643 unsigned char c;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2644 bool break_loop;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2645 unsigned int temp_str_len;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2646 char* tmp_pos;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2647 int decode_step;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2648 int item_counter;
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2649
0
Ritor1
parents:
diff changeset
2650 if ( pHostileTXT_Raw )
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1546
diff changeset
2651 free(pHostileTXT_Raw);
237
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2652 pHostileTXT_Raw = NULL;
0
Ritor1
parents:
diff changeset
2653 pHostileTXT_Raw = (char *)pEvents_LOD->LoadRaw("hostile.txt", 0);
Ritor1
parents:
diff changeset
2654 strtok(pHostileTXT_Raw, "\r");
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2655 for ( i=0; i < 89; ++i )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2656 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2657 test_string = strtok(NULL, "\r") + 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2658 break_loop = false;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2659 decode_step=0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2660 do
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2661 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2662 c = *(unsigned char*)test_string;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2663 temp_str_len = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2664 while((c!='\t') && (c > 0))
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2665 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2666 ++temp_str_len;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2667 c = test_string[temp_str_len];
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2668 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2669 tmp_pos=test_string+temp_str_len;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2670 if (*tmp_pos == 0)
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2671 break_loop = true;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2672 *tmp_pos = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2673 if (temp_str_len)
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2674 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2675 if ( decode_step >= 1 && decode_step < 90 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2676 relations[decode_step-1][i] = atoi(test_string);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2677 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2678 else
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2679 break_loop = true;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2680 ++decode_step;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2681 test_string=tmp_pos+1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2682 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2683 while ((decode_step < 92) && !break_loop );
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2684 }
237
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2685 if ( pHostileTXT_Raw)
0
Ritor1
parents:
diff changeset
2686 {
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1546
diff changeset
2687 free(pHostileTXT_Raw);
237
2799737f8a74 more text parsers refactor
Gloval
parents: 234
diff changeset
2688 pHostileTXT_Raw = NULL;
0
Ritor1
parents:
diff changeset
2689 }
Ritor1
parents:
diff changeset
2690 }
Ritor1
parents:
diff changeset
2691
Ritor1
parents:
diff changeset
2692 //----- (00458244) --------------------------------------------------------
1783
a3e86ec5d3ce Player.cpp cosmetics
Grumpy7
parents: 1765
diff changeset
2693 unsigned int SkillToMastery( unsigned int skill_value )
1067
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
2694 {
1064
655fde266d96 GetSkillBonus cleaning in progress
Gloval
parents: 1058
diff changeset
2695 switch (skill_value & 0x1C0)
983
1462a5f12b65 Character Skills tab drawing fixed.
Nomad
parents: 982
diff changeset
2696 {
1462a5f12b65 Character Skills tab drawing fixed.
Nomad
parents: 982
diff changeset
2697 case 0x100: return 4; // Grandmaster
1462a5f12b65 Character Skills tab drawing fixed.
Nomad
parents: 982
diff changeset
2698 case 0x80: return 3; // Master
1462a5f12b65 Character Skills tab drawing fixed.
Nomad
parents: 982
diff changeset
2699 case 0x40: return 2; // Expert
1462a5f12b65 Character Skills tab drawing fixed.
Nomad
parents: 982
diff changeset
2700 case 0x00: return 1; // Normal
1409
c9e3b93ec570 Highlighted locations with "using uninitialized variable" warning.
Nomad
parents: 1408
diff changeset
2701 }
c9e3b93ec570 Highlighted locations with "using uninitialized variable" warning.
Nomad
parents: 1408
diff changeset
2702 assert(false);
c9e3b93ec570 Highlighted locations with "using uninitialized variable" warning.
Nomad
parents: 1408
diff changeset
2703 return 0;
0
Ritor1
parents:
diff changeset
2704 }
Ritor1
parents:
diff changeset
2705
Ritor1
parents:
diff changeset
2706 //----- (0045828B) --------------------------------------------------------
Ritor1
parents:
diff changeset
2707 unsigned int __fastcall GetSpellColor(signed int a1)
Ritor1
parents:
diff changeset
2708 {
1799
dfafcd39c67b GetSpellColor, DrawSkyD3D()(continue)
Ritor1
parents: 1798
diff changeset
2709 if ( a1 == 0 )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2710 return Color16(0, 0, 0);
1799
dfafcd39c67b GetSpellColor, DrawSkyD3D()(continue)
Ritor1
parents: 1798
diff changeset
2711 if ( a1 < 12 )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2712 return Color16(255, 85, 0);
1799
dfafcd39c67b GetSpellColor, DrawSkyD3D()(continue)
Ritor1
parents: 1798
diff changeset
2713 if ( a1 < 23 )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2714 return Color16(150, 212, 255);
1799
dfafcd39c67b GetSpellColor, DrawSkyD3D()(continue)
Ritor1
parents: 1798
diff changeset
2715 if ( a1 < 34 )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2716 return Color16(0, 128, 255);
1799
dfafcd39c67b GetSpellColor, DrawSkyD3D()(continue)
Ritor1
parents: 1798
diff changeset
2717 if ( a1 < 45 )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2718 return Color16(128, 128, 128);
1799
dfafcd39c67b GetSpellColor, DrawSkyD3D()(continue)
Ritor1
parents: 1798
diff changeset
2719 if ( a1 < 56 )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2720 return Color16(225, 225, 225);
1799
dfafcd39c67b GetSpellColor, DrawSkyD3D()(continue)
Ritor1
parents: 1798
diff changeset
2721 if ( a1 < 67 )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2722 return Color16(235, 15, 255);
1799
dfafcd39c67b GetSpellColor, DrawSkyD3D()(continue)
Ritor1
parents: 1798
diff changeset
2723 if ( a1 < 78 )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2724 return Color16(255, 128, 0);
1799
dfafcd39c67b GetSpellColor, DrawSkyD3D()(continue)
Ritor1
parents: 1798
diff changeset
2725 if ( a1 < 89 )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2726 return Color16(255, 255, 155);
1799
dfafcd39c67b GetSpellColor, DrawSkyD3D()(continue)
Ritor1
parents: 1798
diff changeset
2727 if ( a1 < 100 )
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
2728 return Color16(192, 192, 240);
0
Ritor1
parents:
diff changeset
2729 }
Ritor1
parents:
diff changeset
2730
Ritor1
parents:
diff changeset
2731 //----- (004610AA) --------------------------------------------------------
1637
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
2732 void __fastcall PrepareToLoadODM(unsigned int bLoading, ODMRenderParams *a2)
0
Ritor1
parents:
diff changeset
2733 {
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
2734 pGameLoadingUI_ProgressBar->Reset(27);
0
Ritor1
parents:
diff changeset
2735 pSoundList->_4A9D79(0);
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
2736 uCurrentlyLoadedLevelType = LEVEL_Outdoor;
2099
7edf389d49fc pCurrentPosActiveItem
Ritor1
parents: 2098
diff changeset
2737 ODM_LoadAndInitialize(pCurrentMapName, a2);
7edf389d49fc pCurrentPosActiveItem
Ritor1
parents: 2098
diff changeset
2738 if ( !bLoading )
0
Ritor1
parents:
diff changeset
2739 TeleportToStartingPoint(uLevel_StartingPointType);
Ritor1
parents:
diff changeset
2740 viewparams->_443365();
Ritor1
parents:
diff changeset
2741 PlayLevelMusic();
Ritor1
parents:
diff changeset
2742 }
Ritor1
parents:
diff changeset
2743 // 6BE35C: using guessed type int uLevel_StartingPointType;
Ritor1
parents:
diff changeset
2744
Ritor1
parents:
diff changeset
2745 //----- (00461103) --------------------------------------------------------
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
2746 void _461103_load_level_sub()
0
Ritor1
parents:
diff changeset
2747 {
Ritor1
parents:
diff changeset
2748 //GUIProgressBar *v0; // ebx@1
Ritor1
parents:
diff changeset
2749 //signed int v1; // ebp@1
Ritor1
parents:
diff changeset
2750 //char *v2; // esi@2
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2751 //__int16 v3; // cx@3
0
Ritor1
parents:
diff changeset
2752 int v4; // edx@8
Ritor1
parents:
diff changeset
2753 //size_t v5; // edi@14
Ritor1
parents:
diff changeset
2754 signed int v6; // esi@14
Ritor1
parents:
diff changeset
2755 //char *v7; // edx@15
Ritor1
parents:
diff changeset
2756 signed int v8; // ecx@16
Ritor1
parents:
diff changeset
2757 int v9; // ecx@23
Ritor1
parents:
diff changeset
2758 MonsterInfo *v10; // ebx@23
Ritor1
parents:
diff changeset
2759 //int *v11; // esi@23
Ritor1
parents:
diff changeset
2760 int v12; // esi@25
Ritor1
parents:
diff changeset
2761 int v13; // eax@26
Ritor1
parents:
diff changeset
2762 __int16 v14; // ax@41
Ritor1
parents:
diff changeset
2763 //signed int v15; // [sp+10h] [bp-4Ch]@1
Ritor1
parents:
diff changeset
2764 //signed int v16; // [sp+10h] [bp-4Ch]@14
Ritor1
parents:
diff changeset
2765 signed int v17; // [sp+14h] [bp-48h]@3
Ritor1
parents:
diff changeset
2766 signed int v18; // [sp+14h] [bp-48h]@23
Ritor1
parents:
diff changeset
2767 int v19; // [sp+18h] [bp-44h]@1
Ritor1
parents:
diff changeset
2768 signed int v20; // [sp+18h] [bp-44h]@14
Ritor1
parents:
diff changeset
2769 int v21[16]; // [sp+1Ch] [bp-40h]@17
Ritor1
parents:
diff changeset
2770
598
f8a4a2e0b4c9 fixed random iten generator, chest generator
Gloval
parents: 569
diff changeset
2771 GenerateItemsInChest();
0
Ritor1
parents:
diff changeset
2772 pGameLoadingUI_ProgressBar->Progress();
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2773 pParty->uFlags |= 2;
0
Ritor1
parents:
diff changeset
2774 pParty->field_7B5_in_arena_quest = 0;
Ritor1
parents:
diff changeset
2775 dword_5C6DF8 = 1;
291
0ea5fbd16edb NPC mostly done
Gloval
parents: 271
diff changeset
2776 pNPCStats->uNewlNPCBufPos = 0;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
2777 v19 = pMapStats->GetMapInfo(pCurrentMapName);
0
Ritor1
parents:
diff changeset
2778
Ritor1
parents:
diff changeset
2779 //v15 = 0;
Ritor1
parents:
diff changeset
2780 for (uint i = 0; i < uNumActors; ++i)
Ritor1
parents:
diff changeset
2781 //if ( (signed int)uNumActors > 0 )
Ritor1
parents:
diff changeset
2782 {
2099
7edf389d49fc pCurrentPosActiveItem
Ritor1
parents: 2098
diff changeset
2783 //Actor* pActor = &pActors[i];
0
Ritor1
parents:
diff changeset
2784 //v2 = (char *)&pActors[0].uNPC_ID;
Ritor1
parents:
diff changeset
2785 //do
Ritor1
parents:
diff changeset
2786 //{
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2787 //v3 = pActors[i].pMonsterInfo.uID;
0
Ritor1
parents:
diff changeset
2788 v17 = 0;
2099
7edf389d49fc pCurrentPosActiveItem
Ritor1
parents: 2098
diff changeset
2789 if ( pActors[i].pMonsterInfo.uID >= 115 && pActors[i].pMonsterInfo.uID <= 186
7edf389d49fc pCurrentPosActiveItem
Ritor1
parents: 2098
diff changeset
2790 || pActors[i].pMonsterInfo.uID >= 232 && pActors[i].pMonsterInfo.uID <= 249 )
0
Ritor1
parents:
diff changeset
2791 v17 = 1;
Ritor1
parents:
diff changeset
2792 //v1 = 0;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2793 v4 = (pActors[i].pMonsterInfo.uID - 1) % 3;
0
Ritor1
parents:
diff changeset
2794 if ( 2 == v4 )
Ritor1
parents:
diff changeset
2795 {
2099
7edf389d49fc pCurrentPosActiveItem
Ritor1
parents: 2098
diff changeset
2796 if ( pActors[i].sNPC_ID && pActors[i].sNPC_ID < 5000 )
0
Ritor1
parents:
diff changeset
2797 continue;
Ritor1
parents:
diff changeset
2798 }
Ritor1
parents:
diff changeset
2799 else
Ritor1
parents:
diff changeset
2800 {
Ritor1
parents:
diff changeset
2801 if ( v4 != 1 )
Ritor1
parents:
diff changeset
2802 {
2099
7edf389d49fc pCurrentPosActiveItem
Ritor1
parents: 2098
diff changeset
2803 if ( v4 == 0 && pActors[i].sNPC_ID == 0 )
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2804 pActors[i].sNPC_ID = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2805 continue;
0
Ritor1
parents:
diff changeset
2806 }
Ritor1
parents:
diff changeset
2807 }
2099
7edf389d49fc pCurrentPosActiveItem
Ritor1
parents: 2098
diff changeset
2808 if ( pActors[i].sNPC_ID > 0 && pActors[i].sNPC_ID < 5000 )
0
Ritor1
parents:
diff changeset
2809 continue;
Ritor1
parents:
diff changeset
2810 if ( v17 )
Ritor1
parents:
diff changeset
2811 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2812 pNPCStats->InitializeAdditionalNPCs(&pNPCStats->pAdditionalNPC[pNPCStats->uNewlNPCBufPos], pActors[i].pMonsterInfo.uID, 0, v19);
291
0ea5fbd16edb NPC mostly done
Gloval
parents: 271
diff changeset
2813 v14 = LOWORD(pNPCStats->uNewlNPCBufPos) + 5000;
0ea5fbd16edb NPC mostly done
Gloval
parents: 271
diff changeset
2814 ++pNPCStats->uNewlNPCBufPos;
2099
7edf389d49fc pCurrentPosActiveItem
Ritor1
parents: 2098
diff changeset
2815 pActors[i].sNPC_ID = v14;
0
Ritor1
parents:
diff changeset
2816 continue;
Ritor1
parents:
diff changeset
2817 }
2099
7edf389d49fc pCurrentPosActiveItem
Ritor1
parents: 2098
diff changeset
2818 pActors[i].sNPC_ID = 0;
0
Ritor1
parents:
diff changeset
2819 //++v15;
Ritor1
parents:
diff changeset
2820 //v2 += 836;
Ritor1
parents:
diff changeset
2821 //}
Ritor1
parents:
diff changeset
2822 //while ( v15 < (signed int)uNumActors );
Ritor1
parents:
diff changeset
2823 }
Ritor1
parents:
diff changeset
2824
Ritor1
parents:
diff changeset
2825 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
2826
Ritor1
parents:
diff changeset
2827 //v5 = uNumActors;
Ritor1
parents:
diff changeset
2828 v6 = 0;
Ritor1
parents:
diff changeset
2829 v20 = 0;
Ritor1
parents:
diff changeset
2830 //v16 = v1;
Ritor1
parents:
diff changeset
2831
Ritor1
parents:
diff changeset
2832 for (uint i = 0; i < uNumActors; ++i)
Ritor1
parents:
diff changeset
2833 {
Ritor1
parents:
diff changeset
2834 //v7 = (char *)&pActors[0].pMonsterInfo;
Ritor1
parents:
diff changeset
2835 //do
Ritor1
parents:
diff changeset
2836 //{
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2837 for ( v8 = 0; v8 < v6; ++v8 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2838 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2839 if ( v21[v8] == pActors[i].pMonsterInfo.uID - 1 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2840 break;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2841 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2842
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2843 if ( v8 == v6 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2844 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2845 v21[v6++] = pActors[i].pMonsterInfo.uID - 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2846 v20 = v6;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2847 if ( v6 == 16 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2848 break;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2849 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2850 //++v16;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2851 //v7 += 836;
0
Ritor1
parents:
diff changeset
2852 //}
Ritor1
parents:
diff changeset
2853 //while ( v16 < (signed int)v5 );
Ritor1
parents:
diff changeset
2854 }
Ritor1
parents:
diff changeset
2855
Ritor1
parents:
diff changeset
2856 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
2857
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2858 for ( int _v0 = 0; _v0 < v6; ++_v0 )
0
Ritor1
parents:
diff changeset
2859 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2860 for ( v18 = 4; v18; --v18 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2861 pSoundList->LoadSound(pMonsterList->pMonsters[v21[_v0]].pSoundSampleIDs[4 - v18], 0);
0
Ritor1
parents:
diff changeset
2862 v12 = 0;
Ritor1
parents:
diff changeset
2863 do
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
2864 v13 = pSoundList->LoadSound(v12++ + word_4EE088_sound_ids[pMonsterStats->pInfos[v21[_v0] + 1].uSpell1ID], 1);
0
Ritor1
parents:
diff changeset
2865 while ( v13 );
Ritor1
parents:
diff changeset
2866 }
Ritor1
parents:
diff changeset
2867 //v0 = pGameLoadingUI_ProgressBar;
Ritor1
parents:
diff changeset
2868 //v1 = 0;
Ritor1
parents:
diff changeset
2869
Ritor1
parents:
diff changeset
2870 pGameLoadingUI_ProgressBar->Progress();
Ritor1
parents:
diff changeset
2871
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
2872 if (dword_6BE368_debug_settings_2 & DEBUG_SETTINGS_NO_ACTORS)
0
Ritor1
parents:
diff changeset
2873 uNumActors = 0;
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
2874 if ( dword_6BE368_debug_settings_2 & DEBUG_SETTINGS_NO_DECORATIONS)
0
Ritor1
parents:
diff changeset
2875 uNumLevelDecorations = 0;
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
2876 init_event_triggers();
0
Ritor1
parents:
diff changeset
2877
Ritor1
parents:
diff changeset
2878 pGameLoadingUI_ProgressBar->Progress();
1638
ccde94f02b75 class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents: 1637
diff changeset
2879
1640
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
2880 pGame->pIndoorCameraD3D->vPartyPos.x = 0;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
2881 pGame->pIndoorCameraD3D->vPartyPos.y = 0;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
2882 pGame->pIndoorCameraD3D->vPartyPos.z = 100;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
2883 pGame->pIndoorCameraD3D->sRotationX = 0;
afc1c3514dd5 Some common code from ODM and BLV RenderParams moved to IndoorCameraD3D
Nomad
parents: 1638
diff changeset
2884 pGame->pIndoorCameraD3D->sRotationY = 0;
1638
ccde94f02b75 class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents: 1637
diff changeset
2885 viewparams->bRedrawGameUI = true;
783
b27dd658ea77 Taveling by foot fixed.
Nomad
parents: 775
diff changeset
2886 uLevel_StartingPointType = MapStartPoint_Party;
0
Ritor1
parents:
diff changeset
2887 pSprites_LOD->_461397();
Ritor1
parents:
diff changeset
2888 pPaletteManager->LockTestAll();
Ritor1
parents:
diff changeset
2889 if ( pParty->pPickedItem.uItemID != 0 )
Ritor1
parents:
diff changeset
2890 pMouse->SetCursorBitmapFromItemID(pParty->pPickedItem.uItemID);
Ritor1
parents:
diff changeset
2891 }
Ritor1
parents:
diff changeset
2892
Ritor1
parents:
diff changeset
2893 //----- (004613C4) --------------------------------------------------------
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
2894 void init_event_triggers()
0
Ritor1
parents:
diff changeset
2895 {
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
2896 uint id = pDecorationList->GetDecorIdByName("Event Trigger");
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
2897
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
2898 num_event_triggers = 0;
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
2899 for (uint i = 0; i < uNumLevelDecorations; ++i)
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
2900 if (pLevelDecorations[i].uDecorationDescID == id)
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
2901 event_triggers[num_event_triggers++] = i;
0
Ritor1
parents:
diff changeset
2902 }
Ritor1
parents:
diff changeset
2903
Ritor1
parents:
diff changeset
2904 //----- (004627B7) --------------------------------------------------------
762
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
2905 void MainMenu_Loop()
0
Ritor1
parents:
diff changeset
2906 {
Ritor1
parents:
diff changeset
2907 GUIButton *pButton; // eax@27
Ritor1
parents:
diff changeset
2908 unsigned int pControlParam; // ecx@35
Ritor1
parents:
diff changeset
2909 int v10; // ecx@36
Ritor1
parents:
diff changeset
2910 int v11; // ecx@37
Ritor1
parents:
diff changeset
2911 unsigned int pY; // [sp-18h] [bp-54h]@39
Ritor1
parents:
diff changeset
2912 Texture *pTexture; // [sp-14h] [bp-50h]@39
Ritor1
parents:
diff changeset
2913 GUIButton *pButton2; // [sp+0h] [bp-3Ch]@27
Ritor1
parents:
diff changeset
2914 GUIWindow *pWindow; // [sp+4h] [bp-38h]@11
Ritor1
parents:
diff changeset
2915
151
9abdd40a107b pCurrentScreen
Ritor1
parents: 150
diff changeset
2916 pCurrentScreen = SCREEN_GAME;
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
2917
0
Ritor1
parents:
diff changeset
2918 pGUIWindow2 = 0;
Ritor1
parents:
diff changeset
2919 pAudioPlayer->StopChannels(-1, -1);
Ritor1
parents:
diff changeset
2920 pMouse->RemoveHoldingItem();
762
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
2921
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
2922 pIcons_LOD->_inlined_sub2();
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
2923
165
Ritor1
parents: 162
diff changeset
2924 pWindow_MainMenu = GUIWindow::Create(0, 0, 640, 480, WINDOW_MainMenu, 0, 0);
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1948
diff changeset
2925 Texture* pNew = pIcons_LOD->LoadTexturePtr("title_new", TEXTURE_16BIT_PALETTE);
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1948
diff changeset
2926 Texture* pLoad = pIcons_LOD->LoadTexturePtr("title_load", TEXTURE_16BIT_PALETTE);
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1948
diff changeset
2927 Texture* pCredits = pIcons_LOD->LoadTexturePtr("title_cred", TEXTURE_16BIT_PALETTE);
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1948
diff changeset
2928 Texture* pExit = pIcons_LOD->LoadTexturePtr("title_exit", TEXTURE_16BIT_PALETTE);
948
5a2dbb00c399 Code cleaning.
Nomad
parents: 947
diff changeset
2929
5a2dbb00c399 Code cleaning.
Nomad
parents: 947
diff changeset
2930 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
2931 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
2932 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
2933 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
2934
0
Ritor1
parents:
diff changeset
2935 pTexture_PCX.Release();
Ritor1
parents:
diff changeset
2936 pTexture_PCX.Load("title.pcx", 0);
Ritor1
parents:
diff changeset
2937 SetCurrentMenuID(MENU_MAIN);
1984
b00f5bb7d930 Added back window position saving
zipi
parents: 1980
diff changeset
2938 SetForegroundWindow(window->GetApiHandle());
b00f5bb7d930 Added back window position saving
zipi
parents: 1980
diff changeset
2939 SendMessageW(window->GetApiHandle(), WM_ACTIVATEAPP, 1, 0);
0
Ritor1
parents:
diff changeset
2940 while (GetCurrentMenuID() == MENU_MAIN || GetCurrentMenuID() == MENU_SAVELOAD)
Ritor1
parents:
diff changeset
2941 {
Ritor1
parents:
diff changeset
2942 POINT pt;
Ritor1
parents:
diff changeset
2943 pMouse->GetCursorPos(&pt);
Ritor1
parents:
diff changeset
2944 pWindow = pWindow_MainMenu;
165
Ritor1
parents: 162
diff changeset
2945 if ( GetCurrentMenuID() == MENU_SAVELOAD)
0
Ritor1
parents:
diff changeset
2946 {
151
9abdd40a107b pCurrentScreen
Ritor1
parents: 150
diff changeset
2947 if ( pCurrentScreen != SCREEN_LOADGAME )
0
Ritor1
parents:
diff changeset
2948 {
Ritor1
parents:
diff changeset
2949 pTexture_PCX.Release();
Ritor1
parents:
diff changeset
2950 pTexture_PCX.Load("lsave640.pcx", 0);
Ritor1
parents:
diff changeset
2951 pGUIWindow2 = GUIWindow::Create(0, 0, 640, 480, WINDOW_MainMenu, 0, 0);
151
9abdd40a107b pCurrentScreen
Ritor1
parents: 150
diff changeset
2952 pCurrentScreen = SCREEN_LOADGAME;
1033
3a5c8df8381d * UI cleans and moves
Nomad
parents: 1031
diff changeset
2953 LoadUI_Load(0);
0
Ritor1
parents:
diff changeset
2954 }
Ritor1
parents:
diff changeset
2955 pWindow = pGUIWindow_CurrentMenu;
Ritor1
parents:
diff changeset
2956 }
Ritor1
parents:
diff changeset
2957
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
2958 for (MSG msg; PeekMessageW(&msg, 0, 0, 0, PM_REMOVE);)
0
Ritor1
parents:
diff changeset
2959 {
Ritor1
parents:
diff changeset
2960 if (msg.message == WM_QUIT)
Ritor1
parents:
diff changeset
2961 Game_DeinitializeAndTerminate(0);
Ritor1
parents:
diff changeset
2962 TranslateMessage(&msg);
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
2963 DispatchMessageW(&msg);
0
Ritor1
parents:
diff changeset
2964 }
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
2965
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
2966 if (dword_6BE364_game_settings_1 & GAME_SETTINGS_APP_INACTIVE)
0
Ritor1
parents:
diff changeset
2967 {
Ritor1
parents:
diff changeset
2968 WaitMessage();
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
2969 continue;
0
Ritor1
parents:
diff changeset
2970 }
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
2971
0
Ritor1
parents:
diff changeset
2972 pRenderer->BeginScene();
Ritor1
parents:
diff changeset
2973 pRenderer->DrawTextureRGB(0, 0, &pTexture_PCX);
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
2974
165
Ritor1
parents: 162
diff changeset
2975 GUI_MainMenuMessageProc();
0
Ritor1
parents:
diff changeset
2976 GUI_UpdateWindows();
1038
39f42990698f Cleanings
Nomad
parents: 1033
diff changeset
2977
165
Ritor1
parents: 162
diff changeset
2978 if (GetCurrentMenuID() != MENU_MAIN)
Ritor1
parents: 162
diff changeset
2979 {
961
5a12082c803d UIMSG and WINDOW_Type(continue)
Ritor1
parents: 957
diff changeset
2980 if (GetCurrentMenuID() == MENU_LoadingProcInMainMenu)
0
Ritor1
parents:
diff changeset
2981 {
1405
c0b273d33338 RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents: 1404
diff changeset
2982 pIcons_LOD->RemoveTexturesPackFromTextureList();
0
Ritor1
parents:
diff changeset
2983 pGUIWindow_CurrentMenu->Release();
Ritor1
parents:
diff changeset
2984 pGUIWindow_CurrentMenu = 0;
151
9abdd40a107b pCurrentScreen
Ritor1
parents: 150
diff changeset
2985 pCurrentScreen = SCREEN_GAME;
0
Ritor1
parents:
diff changeset
2986 viewparams->bRedrawGameUI = 1;
Ritor1
parents:
diff changeset
2987 }
Ritor1
parents:
diff changeset
2988 }
Ritor1
parents:
diff changeset
2989 else
Ritor1
parents:
diff changeset
2990 {
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
2991 if ( !pModalWindow )// ???
0
Ritor1
parents:
diff changeset
2992 {
Ritor1
parents:
diff changeset
2993 pButton = pWindow->pControlsHead;
Ritor1
parents:
diff changeset
2994 for ( pButton = pWindow->pControlsHead; pButton; pButton = pButton->pNext )
Ritor1
parents:
diff changeset
2995 {
Ritor1
parents:
diff changeset
2996 if ( pt.x >= (signed int)pButton->uX && pt.x <= (signed int)pButton->uZ
Ritor1
parents:
diff changeset
2997 && pt.y >= (signed int)pButton->uY && pt.y <= (signed int)pButton->uW
Ritor1
parents:
diff changeset
2998 && pWindow == pWindow_MainMenu )
Ritor1
parents:
diff changeset
2999 {
832
dfd683c4f538 Hotkeys fixed
Nomad
parents: 831
diff changeset
3000 pControlParam = pButton->msg_param;
0
Ritor1
parents:
diff changeset
3001 switch (pControlParam) // ïîäñâåòêà êíîïîê
Ritor1
parents:
diff changeset
3002 {
Ritor1
parents:
diff changeset
3003 case 0:
Ritor1
parents:
diff changeset
3004 pTexture = pNew;
Ritor1
parents:
diff changeset
3005 pY = 172;
Ritor1
parents:
diff changeset
3006 break;
Ritor1
parents:
diff changeset
3007 case 1:
Ritor1
parents:
diff changeset
3008 pTexture = pLoad;
Ritor1
parents:
diff changeset
3009 pY = 227;
Ritor1
parents:
diff changeset
3010 break;
Ritor1
parents:
diff changeset
3011 case 2:
Ritor1
parents:
diff changeset
3012 pTexture = pCredits;
Ritor1
parents:
diff changeset
3013 pY = 282;
Ritor1
parents:
diff changeset
3014 break;
Ritor1
parents:
diff changeset
3015 case 3:
Ritor1
parents:
diff changeset
3016 pTexture = pExit;
Ritor1
parents:
diff changeset
3017 pY = 337;
Ritor1
parents:
diff changeset
3018 break;
Ritor1
parents:
diff changeset
3019 }
Ritor1
parents:
diff changeset
3020 pRenderer->DrawTextureIndexed(495, pY, pTexture); //ïîäñâåòêà êíîïîê
Ritor1
parents:
diff changeset
3021 }
Ritor1
parents:
diff changeset
3022 }
Ritor1
parents:
diff changeset
3023 }
Ritor1
parents:
diff changeset
3024 }
Ritor1
parents:
diff changeset
3025 pRenderer->EndScene();
Ritor1
parents:
diff changeset
3026 pRenderer->Present();
Ritor1
parents:
diff changeset
3027 }
970
e3123a1dea82 PlayerCreationUI_Draw little clean
Ritor1
parents: 966
diff changeset
3028 GUI_MainMenuMessageProc();
0
Ritor1
parents:
diff changeset
3029 pRenderer->BeginScene();
Ritor1
parents:
diff changeset
3030 GUI_UpdateWindows();
Ritor1
parents:
diff changeset
3031 pRenderer->EndScene();
Ritor1
parents:
diff changeset
3032 pRenderer->Present();
961
5a12082c803d UIMSG and WINDOW_Type(continue)
Ritor1
parents: 957
diff changeset
3033 pTexture_PCX.Release();
0
Ritor1
parents:
diff changeset
3034 if ( pGUIWindow2 )
Ritor1
parents:
diff changeset
3035 {
Ritor1
parents:
diff changeset
3036 pGUIWindow2->Release();
Ritor1
parents:
diff changeset
3037 pGUIWindow2 = 0;
Ritor1
parents:
diff changeset
3038 }
Ritor1
parents:
diff changeset
3039 pWindow_MainMenu->Release();
1405
c0b273d33338 RemoveTexturesPackFromTextureList and RemoveTexturesFromTextureList
Ritor1
parents: 1404
diff changeset
3040 pIcons_LOD->RemoveTexturesPackFromTextureList();
0
Ritor1
parents:
diff changeset
3041 }
Ritor1
parents:
diff changeset
3042
Ritor1
parents:
diff changeset
3043
Ritor1
parents:
diff changeset
3044 //----- (00464479) --------------------------------------------------------
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1546
diff changeset
3045 void ResetCursor_Palettes_LODs_Level_Audio_SFT_Windows()
0
Ritor1
parents:
diff changeset
3046 {
Ritor1
parents:
diff changeset
3047 int v0; // esi@9
Ritor1
parents:
diff changeset
3048
Ritor1
parents:
diff changeset
3049 if (pMouse)
Ritor1
parents:
diff changeset
3050 pMouse->SetCursorBitmap("MICON1");
Ritor1
parents:
diff changeset
3051
Ritor1
parents:
diff changeset
3052 pPaletteManager->ResetNonLocked();
Ritor1
parents:
diff changeset
3053 pBitmaps_LOD->ReleaseAll2();
Ritor1
parents:
diff changeset
3054 pSprites_LOD->DeleteSomeOtherSprites();
Ritor1
parents:
diff changeset
3055 pIcons_LOD->ReleaseAll2();
2152
d44b7775fc06 Removed DirectDraw2 compatibility.
Nomad
parents: 2151
diff changeset
3056
0
Ritor1
parents:
diff changeset
3057 if (uCurrentlyLoadedLevelType == LEVEL_Indoor)
Ritor1
parents:
diff changeset
3058 pIndoor->Release();
Ritor1
parents:
diff changeset
3059 else if (uCurrentlyLoadedLevelType == LEVEL_Outdoor)
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1546
diff changeset
3060 pOutdoor->Release();
0
Ritor1
parents:
diff changeset
3061
Ritor1
parents:
diff changeset
3062 pAudioPlayer->StopChannels(-1, -1);
Ritor1
parents:
diff changeset
3063 pSoundList->_4A9D79(0);
Ritor1
parents:
diff changeset
3064 uCurrentlyLoadedLevelType = LEVEL_null;
Ritor1
parents:
diff changeset
3065 pSpriteFrameTable->ResetSomeSpriteFlags();
Ritor1
parents:
diff changeset
3066 v0 = uNumVisibleWindows;
349
672b83584b0f GetActorTintColor
Nomad
parents: 336
diff changeset
3067 pParty->armageddon_timer = 0;
0
Ritor1
parents:
diff changeset
3068 while ( v0 > 0 )
Ritor1
parents:
diff changeset
3069 pWindowList[pVisibleWindowsIdxs[v0--] - 1].Release();
Ritor1
parents:
diff changeset
3070 }
Ritor1
parents:
diff changeset
3071
Ritor1
parents:
diff changeset
3072 //----- (004646F0) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
3073 void PrepareWorld(unsigned int _0_box_loading_1_fullscreen)
0
Ritor1
parents:
diff changeset
3074 {
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
3075 //if ( pRenderer->pRenderD3D )
0
Ritor1
parents:
diff changeset
3076 pGame->pVisInstance->_4C1A02();
Ritor1
parents:
diff changeset
3077 pEventTimer->Pause();
Ritor1
parents:
diff changeset
3078 pMiscTimer->Pause();
Ritor1
parents:
diff changeset
3079 pParty->uFlags = 2;
1517
c3da3c2985b8 Clean CastSpellInfo. (1)
yoctozepto
parents: 1514
diff changeset
3080 CastSpellInfoHelpers::_427D48();
0
Ritor1
parents:
diff changeset
3081 ResetCursor_Palettes_LODs_Level_Audio_SFT_Windows();
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
3082 DoPrepareWorld(0, (_0_box_loading_1_fullscreen == 0) + 1);
0
Ritor1
parents:
diff changeset
3083 pMiscTimer->Resume();
Ritor1
parents:
diff changeset
3084 pEventTimer->Resume();
Ritor1
parents:
diff changeset
3085 }
Ritor1
parents:
diff changeset
3086
Ritor1
parents:
diff changeset
3087 //----- (00464761) --------------------------------------------------------
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1546
diff changeset
3088 void Game_DeinitializeAndTerminate(int exitCode)
0
Ritor1
parents:
diff changeset
3089 {
1586
c24e91e9a108 Replace minor Windows constants.
yoctozepto
parents: 1583
diff changeset
3090 SetPriorityClass(GetCurrentProcess(), NORMAL_PRIORITY_CLASS);
0
Ritor1
parents:
diff changeset
3091 ResetCursor_Palettes_LODs_Level_Audio_SFT_Windows();
Ritor1
parents:
diff changeset
3092 pGame->Deinitialize();
2155
0a1438c16c2b Render decoupling.
Nomad
parents: 2154
diff changeset
3093 pRenderer->Release();
1802
633f81bb3ae7 HWND -> class OSWindow
Nomad
parents: 1747
diff changeset
3094 delete window;
633f81bb3ae7 HWND -> class OSWindow
Nomad
parents: 1747
diff changeset
3095 //if ( !DestroyWindow(hWnd) )
633f81bb3ae7 HWND -> class OSWindow
Nomad
parents: 1747
diff changeset
3096 // GetLastError();
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1546
diff changeset
3097 exit(exitCode);
0
Ritor1
parents:
diff changeset
3098 }
Ritor1
parents:
diff changeset
3099
Ritor1
parents:
diff changeset
3100 //----- (004647AB) --------------------------------------------------------
762
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
3101 void FinalInitialization()
0
Ritor1
parents:
diff changeset
3102 {
Ritor1
parents:
diff changeset
3103 pViewport->SetScreen(viewparams->uSomeX, viewparams->uSomeY, viewparams->uSomeZ, viewparams->uSomeW);
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3104 pViewport->SetFOV(flt_6BE3A0 * 65536.0f);
0
Ritor1
parents:
diff changeset
3105
1638
ccde94f02b75 class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents: 1637
diff changeset
3106 //pIndoorCamera = new IndoorCamera;
ccde94f02b75 class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents: 1637
diff changeset
3107 //pIndoorCamera->Initialize(65, viewparams->uScreen_BttmR_X - viewparams->uScreen_topL_X + 1,
ccde94f02b75 class IndoorCamera split into BLVRenderParams and ODMRenderParams
Nomad
parents: 1637
diff changeset
3108 // viewparams->uScreen_BttmR_Y - viewparams->uScreen_topL_Y + 1);
0
Ritor1
parents:
diff changeset
3109
Ritor1
parents:
diff changeset
3110 InitializeTurnBasedAnimations(&stru_50C198);
762
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
3111 pBitmaps_LOD->_inlined_sub1();
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
3112 pSprites_LOD->_inlined_sub1();
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
3113 pIcons_LOD->_inlined_sub1();
0
Ritor1
parents:
diff changeset
3114 }
Ritor1
parents:
diff changeset
3115 // 6BE3A0: using guessed type float flt_6BE3A0;
Ritor1
parents:
diff changeset
3116
Ritor1
parents:
diff changeset
3117 //----- (00464839) --------------------------------------------------------
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1546
diff changeset
3118 char Is_out15odm_underwater()
0
Ritor1
parents:
diff changeset
3119 {
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3120 return _stricmp(pCurrentMapName, "out15.odm") == 0;
0
Ritor1
parents:
diff changeset
3121 }
Ritor1
parents:
diff changeset
3122
Ritor1
parents:
diff changeset
3123 //----- (00464851) --------------------------------------------------------
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1546
diff changeset
3124 void SetUnderwaterFog()
0
Ritor1
parents:
diff changeset
3125 {
Ritor1
parents:
diff changeset
3126 day_fogrange_1 = 50;
Ritor1
parents:
diff changeset
3127 day_fogrange_2 = 5000;
Ritor1
parents:
diff changeset
3128 }
Ritor1
parents:
diff changeset
3129
Ritor1
parents:
diff changeset
3130 //----- (00464866) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
3131 void DoPrepareWorld(unsigned int bLoading, int _1_fullscreen_loading_2_box)
0
Ritor1
parents:
diff changeset
3132 {
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
3133 //int v2; // esi@1
0
Ritor1
parents:
diff changeset
3134 char *v3; // eax@1
Ritor1
parents:
diff changeset
3135 //char *v4; // eax@1
Ritor1
parents:
diff changeset
3136 unsigned int v5; // eax@3
Ritor1
parents:
diff changeset
3137 //size_t v6; // ecx@10
Ritor1
parents:
diff changeset
3138 //char *v7; // eax@11
Ritor1
parents:
diff changeset
3139 char Str1[20]; // [sp+Ch] [bp-18h]@1
Ritor1
parents:
diff changeset
3140 unsigned int v9; // [sp+20h] [bp-4h]@1
Ritor1
parents:
diff changeset
3141
Ritor1
parents:
diff changeset
3142 v9 = bLoading;
Ritor1
parents:
diff changeset
3143 ResetCursor_Palettes_LODs_Level_Audio_SFT_Windows();
Ritor1
parents:
diff changeset
3144 pDecalBuilder->Reset(0);
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
3145 pGameLoadingUI_ProgressBar->Initialize(_1_fullscreen_loading_2_box == 1 ? GUIProgressBar::TYPE_Fullscreen :
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
3146 GUIProgressBar::TYPE_Box);
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3147 strcpy(Str1, pCurrentMapName);
0
Ritor1
parents:
diff changeset
3148 v3 = strtok(Str1, ".");
Ritor1
parents:
diff changeset
3149 strcpy(Str1, v3);
Ritor1
parents:
diff changeset
3150 Level_LoadEvtAndStr(Str1);
Ritor1
parents:
diff changeset
3151 LoadLevel_InitializeLevelEvt();
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3152 strcpy(Str1, pCurrentMapName);
0
Ritor1
parents:
diff changeset
3153 _strrev(Str1);
Ritor1
parents:
diff changeset
3154 strtok(Str1, ".");
Ritor1
parents:
diff changeset
3155 _strrev(Str1);
Ritor1
parents:
diff changeset
3156
Ritor1
parents:
diff changeset
3157 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
3158 pSpriteObjects[i].uObjectDescID = 0;
0
Ritor1
parents:
diff changeset
3159
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3160 v5 = pMapStats->GetMapInfo(pCurrentMapName);
1541
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3161 bUnderwater = false;
0
Ritor1
parents:
diff changeset
3162 uLevelMapStatsID = v5;
Ritor1
parents:
diff changeset
3163 pGame->uFlags2 &= 0xFFFFFFF7u;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3164 if ( !_stricmp(pCurrentMapName, "out15.odm") )
0
Ritor1
parents:
diff changeset
3165 {
1541
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3166 bUnderwater = true;
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1546
diff changeset
3167 pGame->uFlags2 |= GAME_FLAGS_2_ALTER_GRAVITY;
0
Ritor1
parents:
diff changeset
3168 }
831
9c3f28b31b4a Party actions in blv
Nomad
parents: 827
diff changeset
3169 pParty->floor_face_pid = 0;
1104
5d5c78088274 strcmpi to stricmp conversion
Grumpy7
parents: 1067
diff changeset
3170 if ( _stricmp(Str1, "blv") )
0
Ritor1
parents:
diff changeset
3171 PrepareToLoadODM(v9, 0);
Ritor1
parents:
diff changeset
3172 else
Ritor1
parents:
diff changeset
3173 PrepareToLoadBLV(v9);
Ritor1
parents:
diff changeset
3174 pAudioPlayer->SetMapEAX();
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
3175 _461103_load_level_sub();
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3176 if ( !_stricmp(pCurrentMapName, "d11.blv") || !_stricmp(pCurrentMapName, "d10.blv") )
0
Ritor1
parents:
diff changeset
3177 {
1583
75fafd8ced59 Allocator (CMemory) bye-bye
Nomad
parents: 1546
diff changeset
3178 //spawning grounds & walls of mist - no loot & exp from monsters
0
Ritor1
parents:
diff changeset
3179
Ritor1
parents:
diff changeset
3180 for (uint i = 0; i < uNumActors; ++i)
Ritor1
parents:
diff changeset
3181 {
Ritor1
parents:
diff changeset
3182 pActors[i].pMonsterInfo.uTreasureType = 0;
Ritor1
parents:
diff changeset
3183 pActors[i].pMonsterInfo.uTreasureDiceRolls = 0;
Ritor1
parents:
diff changeset
3184 pActors[i].pMonsterInfo.uExp = 0;
Ritor1
parents:
diff changeset
3185 }
Ritor1
parents:
diff changeset
3186 }
Ritor1
parents:
diff changeset
3187 bDialogueUI_InitializeActor_NPC_ID = 0;
Ritor1
parents:
diff changeset
3188 OnMapLoad();
Ritor1
parents:
diff changeset
3189 pGameLoadingUI_ProgressBar->Progress();
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
3190 memset(&pRenderer->pBillboardRenderListD3D, 0, sizeof(pRenderer->pBillboardRenderListD3D));
0
Ritor1
parents:
diff changeset
3191 pGameLoadingUI_ProgressBar->Release();
Ritor1
parents:
diff changeset
3192 _flushall();
Ritor1
parents:
diff changeset
3193 }
Ritor1
parents:
diff changeset
3194
Ritor1
parents:
diff changeset
3195 //----- (004649EF) --------------------------------------------------------
Ritor1
parents:
diff changeset
3196 int __fastcall ReadWindowsRegistryInt(const char *pKey, int uDefValue)
Ritor1
parents:
diff changeset
3197 {
Ritor1
parents:
diff changeset
3198 int v3; // [sp+4h] [bp-24h]@1
Ritor1
parents:
diff changeset
3199 DWORD cbData; // [sp+8h] [bp-20h]@1
Ritor1
parents:
diff changeset
3200 LPCSTR lpValueName; // [sp+Ch] [bp-1Ch]@1
Ritor1
parents:
diff changeset
3201 DWORD dwDisposition; // [sp+10h] [bp-18h]@2
Ritor1
parents:
diff changeset
3202 BYTE Data[4]; // [sp+14h] [bp-14h]@5
Ritor1
parents:
diff changeset
3203 HKEY hKey; // [sp+18h] [bp-10h]@1
Ritor1
parents:
diff changeset
3204 HKEY phkResult; // [sp+1Ch] [bp-Ch]@1
Ritor1
parents:
diff changeset
3205 HKEY v10; // [sp+20h] [bp-8h]@1
Ritor1
parents:
diff changeset
3206 HKEY v11; // [sp+24h] [bp-4h]@1
Ritor1
parents:
diff changeset
3207
Ritor1
parents:
diff changeset
3208 v3 = uDefValue;
Ritor1
parents:
diff changeset
3209 lpValueName = pKey;
Ritor1
parents:
diff changeset
3210 v11 = 0;
Ritor1
parents:
diff changeset
3211 v10 = 0;
Ritor1
parents:
diff changeset
3212 hKey = 0;
Ritor1
parents:
diff changeset
3213 phkResult = 0;
Ritor1
parents:
diff changeset
3214 cbData = 4;
27
7fb7febacb46 13.01.13 (for Zipi)
Ritor1
parents: 26
diff changeset
3215 if ( !RegOpenKeyExA(HKEY_LOCAL_MACHINE, "SOFTWARE", 0, KEY_READ|KEY_WOW64_32KEY, &hKey) )// for 64 bit
0
Ritor1
parents:
diff changeset
3216 {
Ritor1
parents:
diff changeset
3217 if ( !RegCreateKeyExA(hKey, "New World Computing", 0, "", 0, 0xF003Fu, 0, &phkResult, &dwDisposition) )
Ritor1
parents:
diff changeset
3218 {
Ritor1
parents:
diff changeset
3219 if ( !RegCreateKeyExA(phkResult, "Might and Magic VII", 0, "", 0, 0xF003Fu, 0, &v10, &dwDisposition) )
Ritor1
parents:
diff changeset
3220 {
Ritor1
parents:
diff changeset
3221 if ( !RegCreateKeyExA(v10, "1.0", 0, "", 0, 0xF003Fu, 0, &v11, &dwDisposition) )
Ritor1
parents:
diff changeset
3222 {
Ritor1
parents:
diff changeset
3223 if ( RegQueryValueExA(v11, lpValueName, 0, 0, Data, &cbData) )
Ritor1
parents:
diff changeset
3224 {
Ritor1
parents:
diff changeset
3225 *(int *)Data = v3;
Ritor1
parents:
diff changeset
3226 RegSetValueExA(v11, lpValueName, 0, 4u, Data, 4u);
Ritor1
parents:
diff changeset
3227 }
Ritor1
parents:
diff changeset
3228 RegCloseKey(v11);
Ritor1
parents:
diff changeset
3229 }
Ritor1
parents:
diff changeset
3230 RegCloseKey(v10);
Ritor1
parents:
diff changeset
3231 }
Ritor1
parents:
diff changeset
3232 RegCloseKey(phkResult);
Ritor1
parents:
diff changeset
3233 }
Ritor1
parents:
diff changeset
3234 RegCloseKey(hKey);
Ritor1
parents:
diff changeset
3235 }
Ritor1
parents:
diff changeset
3236 return *(int *)Data;
Ritor1
parents:
diff changeset
3237 }
Ritor1
parents:
diff changeset
3238
Ritor1
parents:
diff changeset
3239 //----- (00464B02) --------------------------------------------------------
Ritor1
parents:
diff changeset
3240 void __fastcall WriteWindowsRegistryString(const char *pKey, const char *pString)
Ritor1
parents:
diff changeset
3241 {
Ritor1
parents:
diff changeset
3242 size_t v2; // eax@5
Ritor1
parents:
diff changeset
3243 const char *lpValueName; // [sp+4h] [bp-1Ch]@1
Ritor1
parents:
diff changeset
3244 const char *Str; // [sp+8h] [bp-18h]@1
Ritor1
parents:
diff changeset
3245 DWORD dwDisposition; // [sp+Ch] [bp-14h]@2
Ritor1
parents:
diff changeset
3246 HKEY hKey; // [sp+10h] [bp-10h]@1
Ritor1
parents:
diff changeset
3247 HKEY phkResult; // [sp+14h] [bp-Ch]@1
Ritor1
parents:
diff changeset
3248 HKEY v8; // [sp+18h] [bp-8h]@1
Ritor1
parents:
diff changeset
3249 HKEY v9; // [sp+1Ch] [bp-4h]@1
Ritor1
parents:
diff changeset
3250
Ritor1
parents:
diff changeset
3251 Str = pString;
Ritor1
parents:
diff changeset
3252 lpValueName = pKey;
Ritor1
parents:
diff changeset
3253 v9 = 0;
Ritor1
parents:
diff changeset
3254 v8 = 0;
Ritor1
parents:
diff changeset
3255 hKey = 0;
Ritor1
parents:
diff changeset
3256 phkResult = 0;
Ritor1
parents:
diff changeset
3257 if ( !RegOpenKeyExA(HKEY_LOCAL_MACHINE, "SOFTWARE", 0, 0x2001Fu, &hKey) )
Ritor1
parents:
diff changeset
3258 {
Ritor1
parents:
diff changeset
3259 if ( !RegCreateKeyExA(hKey, "New World Computing", 0, "", 0, 0xF003Fu, 0, &phkResult, &dwDisposition) )
Ritor1
parents:
diff changeset
3260 {
Ritor1
parents:
diff changeset
3261 if ( !RegCreateKeyExA(phkResult, "Might and Magic VII", 0, "", 0, 0xF003Fu, 0, &v8, &dwDisposition) )
Ritor1
parents:
diff changeset
3262 {
Ritor1
parents:
diff changeset
3263 if ( !RegCreateKeyExA(v8, "1.0", 0, "", 0, 0xF003Fu, 0, &v9, &dwDisposition) )
Ritor1
parents:
diff changeset
3264 {
Ritor1
parents:
diff changeset
3265 v2 = strlen(Str);
Ritor1
parents:
diff changeset
3266 RegSetValueExA(v9, lpValueName, 0, 1u, (const BYTE *)Str, v2 + 1);
Ritor1
parents:
diff changeset
3267 RegCloseKey(v9);
Ritor1
parents:
diff changeset
3268 }
Ritor1
parents:
diff changeset
3269 RegCloseKey(v8);
Ritor1
parents:
diff changeset
3270 }
Ritor1
parents:
diff changeset
3271 RegCloseKey(phkResult);
Ritor1
parents:
diff changeset
3272 }
Ritor1
parents:
diff changeset
3273 RegCloseKey(hKey);
Ritor1
parents:
diff changeset
3274 }
Ritor1
parents:
diff changeset
3275 }
Ritor1
parents:
diff changeset
3276
Ritor1
parents:
diff changeset
3277 //----- (00464BEF) --------------------------------------------------------
Ritor1
parents:
diff changeset
3278 void __fastcall ReadWindowsRegistryString(const char *pKeyName, char *pOutString, int uBufLen, const char *pDefaultValue)
Ritor1
parents:
diff changeset
3279 {
Ritor1
parents:
diff changeset
3280 LSTATUS (__stdcall *v4)(HKEY); // esi@1
Ritor1
parents:
diff changeset
3281 LSTATUS result; // eax@7
Ritor1
parents:
diff changeset
3282 DWORD Type; // [sp+Ch] [bp-24h]@5
Ritor1
parents:
diff changeset
3283 LPCSTR lpValueName; // [sp+10h] [bp-20h]@1
Ritor1
parents:
diff changeset
3284 DWORD cbData; // [sp+14h] [bp-1Ch]@1
Ritor1
parents:
diff changeset
3285 LPBYTE Dest; // [sp+18h] [bp-18h]@1
Ritor1
parents:
diff changeset
3286 DWORD dwDisposition; // [sp+1Ch] [bp-14h]@2
Ritor1
parents:
diff changeset
3287 HKEY phkResult; // [sp+20h] [bp-10h]@1
Ritor1
parents:
diff changeset
3288 HKEY hKey; // [sp+24h] [bp-Ch]@1
Ritor1
parents:
diff changeset
3289 HKEY v13; // [sp+28h] [bp-8h]@1
Ritor1
parents:
diff changeset
3290 HKEY v14; // [sp+2Ch] [bp-4h]@1
Ritor1
parents:
diff changeset
3291
Ritor1
parents:
diff changeset
3292 cbData = uBufLen;
Ritor1
parents:
diff changeset
3293 Dest = (LPBYTE)pOutString;
Ritor1
parents:
diff changeset
3294 lpValueName = pKeyName;
Ritor1
parents:
diff changeset
3295 v14 = 0;
Ritor1
parents:
diff changeset
3296 v13 = 0;
Ritor1
parents:
diff changeset
3297 hKey = 0;
Ritor1
parents:
diff changeset
3298 phkResult = 0;
Ritor1
parents:
diff changeset
3299 v4 = RegCloseKey;
Ritor1
parents:
diff changeset
3300 if ( RegOpenKeyExA(HKEY_LOCAL_MACHINE, "SOFTWARE", 0, 0x2001Fu, &hKey)
Ritor1
parents:
diff changeset
3301 || RegCreateKeyExA(hKey, "New World Computing", 0, "", 0, 0xF003Fu, 0, &phkResult, &dwDisposition)
Ritor1
parents:
diff changeset
3302 || RegCreateKeyExA(phkResult, "Might and Magic VII", 0, "", 0, 0xF003Fu, 0, &v13, &dwDisposition)
Ritor1
parents:
diff changeset
3303 || RegCreateKeyExA(v13, "1.0", 0, "", 0, 0xF003Fu, 0, &v14, &dwDisposition) )
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3304 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3305 result = (LSTATUS)strncpy((char *)Dest, pDefaultValue, uBufLen);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3306 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3307 else if ( RegQueryValueExA(v14, lpValueName, 0, &Type, Dest, &cbData) )
0
Ritor1
parents:
diff changeset
3308 {
Ritor1
parents:
diff changeset
3309 RegCloseKey(v14);
Ritor1
parents:
diff changeset
3310 v14 = 0;
Ritor1
parents:
diff changeset
3311 result = (LSTATUS)strncpy((char *)Dest, pDefaultValue, uBufLen);
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3312 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3313 else
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3314 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3315 v4 = RegCloseKey;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3316 RegCloseKey(v14);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3317 v14 = 0;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3318 RegCloseKey(v13);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3319 v13 = 0;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3320 RegCloseKey(phkResult);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3321 phkResult = 0;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3322 result = RegCloseKey(hKey);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3323 hKey = 0;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3324 }
0
Ritor1
parents:
diff changeset
3325 if ( v14 )
Ritor1
parents:
diff changeset
3326 result = v4(v14);
Ritor1
parents:
diff changeset
3327 if ( v13 )
Ritor1
parents:
diff changeset
3328 result = v4(v13);
Ritor1
parents:
diff changeset
3329 if ( hKey )
Ritor1
parents:
diff changeset
3330 result = v4(hKey);
Ritor1
parents:
diff changeset
3331 if ( phkResult )
Ritor1
parents:
diff changeset
3332 result = v4(phkResult);
Ritor1
parents:
diff changeset
3333 }
Ritor1
parents:
diff changeset
3334
Ritor1
parents:
diff changeset
3335 //----- (00464D32) --------------------------------------------------------
Ritor1
parents:
diff changeset
3336 void __fastcall WriteWindowsRegistryInt(const char *pKey, int val)
Ritor1
parents:
diff changeset
3337 {
Ritor1
parents:
diff changeset
3338 const char *lpValueName; // [sp+4h] [bp-1Ch]@1
Ritor1
parents:
diff changeset
3339 BYTE Data[4]; // [sp+8h] [bp-18h]@1
Ritor1
parents:
diff changeset
3340 DWORD dwDisposition; // [sp+Ch] [bp-14h]@2
Ritor1
parents:
diff changeset
3341 HKEY hKey; // [sp+10h] [bp-10h]@1
Ritor1
parents:
diff changeset
3342 HKEY phkResult; // [sp+14h] [bp-Ch]@1
Ritor1
parents:
diff changeset
3343 HKEY v7; // [sp+18h] [bp-8h]@1
Ritor1
parents:
diff changeset
3344 HKEY v8; // [sp+1Ch] [bp-4h]@1
Ritor1
parents:
diff changeset
3345
Ritor1
parents:
diff changeset
3346 *(int *)Data = val;
Ritor1
parents:
diff changeset
3347 lpValueName = pKey;
Ritor1
parents:
diff changeset
3348 v8 = 0;
Ritor1
parents:
diff changeset
3349 v7 = 0;
Ritor1
parents:
diff changeset
3350 hKey = 0;
Ritor1
parents:
diff changeset
3351 phkResult = 0;
Ritor1
parents:
diff changeset
3352 if ( !RegOpenKeyExA(HKEY_LOCAL_MACHINE, "SOFTWARE", 0, 0x2001Fu, &hKey) )
Ritor1
parents:
diff changeset
3353 {
Ritor1
parents:
diff changeset
3354 if ( !RegCreateKeyExA(hKey, "New World Computing", 0, "", 0, 0xF003Fu, 0, &phkResult, &dwDisposition) )
Ritor1
parents:
diff changeset
3355 {
Ritor1
parents:
diff changeset
3356 if ( !RegCreateKeyExA(phkResult, "Might and Magic VII", 0, "", 0, 0xF003Fu, 0, &v7, &dwDisposition) )
Ritor1
parents:
diff changeset
3357 {
Ritor1
parents:
diff changeset
3358 if ( !RegCreateKeyExA(v7, "1.0", 0, "", 0, 0xF003Fu, 0, &v8, &dwDisposition) )
Ritor1
parents:
diff changeset
3359 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
3360 RegSetValueExA(v8, lpValueName, 0, 4, Data, 4);
0
Ritor1
parents:
diff changeset
3361 RegCloseKey(v8);
Ritor1
parents:
diff changeset
3362 }
Ritor1
parents:
diff changeset
3363 RegCloseKey(v7);
Ritor1
parents:
diff changeset
3364 }
Ritor1
parents:
diff changeset
3365 RegCloseKey(phkResult);
Ritor1
parents:
diff changeset
3366 }
Ritor1
parents:
diff changeset
3367 RegCloseKey(hKey);
Ritor1
parents:
diff changeset
3368 }
Ritor1
parents:
diff changeset
3369 }
Ritor1
parents:
diff changeset
3370
Ritor1
parents:
diff changeset
3371 //----- (00464E17) --------------------------------------------------------
Ritor1
parents:
diff changeset
3372 bool __fastcall CheckMM7CD(char c)
Ritor1
parents:
diff changeset
3373 {
Ritor1
parents:
diff changeset
3374 char DstBuf[256]; // [sp+Ch] [bp-218h]@1
Ritor1
parents:
diff changeset
3375 char strCommand[256]; // [sp+10Ch] [bp-118h]@1
Ritor1
parents:
diff changeset
3376 char Filename[20]; // [sp+20Ch] [bp-18h]@1
Ritor1
parents:
diff changeset
3377
Ritor1
parents:
diff changeset
3378
Ritor1
parents:
diff changeset
3379 wchar_t pMagicPath[1024];
1165
29a8defbad9e temporary _CRT_SECURE_NO_WARNINGS to remove some warnings
Grumpy7
parents: 1150
diff changeset
3380 swprintf(pMagicPath, wcslen(L"%C:\\anims\\magic7.vid"), L"%C:\\anims\\magic7.vid", c);
0
Ritor1
parents:
diff changeset
3381 if (GetFileAttributesW(pMagicPath) == -1)
Ritor1
parents:
diff changeset
3382 return false;
Ritor1
parents:
diff changeset
3383
Ritor1
parents:
diff changeset
3384 wsprintfA(strCommand, "open %c: type cdaudio alias CD", c);
Ritor1
parents:
diff changeset
3385 if (!mciSendStringA(strCommand, DstBuf, 0xFFu, 0))
Ritor1
parents:
diff changeset
3386 {
Ritor1
parents:
diff changeset
3387 wsprintfA(strCommand, "info CD UPC wait");
Ritor1
parents:
diff changeset
3388 mciSendStringA(strCommand, DstBuf, 0xFFu, 0);
Ritor1
parents:
diff changeset
3389 wsprintfA(strCommand, "close CD");
Ritor1
parents:
diff changeset
3390 mciSendStringA(strCommand, DstBuf, 0xFFu, 0);
Ritor1
parents:
diff changeset
3391 }
Ritor1
parents:
diff changeset
3392
Ritor1
parents:
diff changeset
3393 memcpy(Filename, "X:\\anims\\magic7.vid", sizeof(Filename));
Ritor1
parents:
diff changeset
3394 *Filename = c;
Ritor1
parents:
diff changeset
3395
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1948
diff changeset
3396 FILE* f = fopen(Filename, "rb");
0
Ritor1
parents:
diff changeset
3397 if (!f)
Ritor1
parents:
diff changeset
3398 return false;
Ritor1
parents:
diff changeset
3399
Ritor1
parents:
diff changeset
3400 if (!fseek(f, 0, SEEK_END))
Ritor1
parents:
diff changeset
3401 {
Ritor1
parents:
diff changeset
3402 if (!fseek(f, -100, SEEK_CUR))
Ritor1
parents:
diff changeset
3403 fread(DstBuf, 1u, 0x64u, f);
Ritor1
parents:
diff changeset
3404
Ritor1
parents:
diff changeset
3405 fclose(f);
Ritor1
parents:
diff changeset
3406 return true;
Ritor1
parents:
diff changeset
3407 }
Ritor1
parents:
diff changeset
3408 fclose(f);
Ritor1
parents:
diff changeset
3409 return false;
Ritor1
parents:
diff changeset
3410 }
Ritor1
parents:
diff changeset
3411
Ritor1
parents:
diff changeset
3412 //----- (00464F1B) --------------------------------------------------------
Ritor1
parents:
diff changeset
3413 signed int __stdcall InsertMM7CDDialogFunc(HWND hDlg, int a2, __int16 a3, int a4)
Ritor1
parents:
diff changeset
3414 {
Ritor1
parents:
diff changeset
3415 char v4; // zf@3
Ritor1
parents:
diff changeset
3416 int v6; // eax@10
Ritor1
parents:
diff changeset
3417 int v7; // eax@11
Ritor1
parents:
diff changeset
3418 int v8; // eax@12
Ritor1
parents:
diff changeset
3419 int v9; // eax@13
Ritor1
parents:
diff changeset
3420 BOOL (__stdcall *v10)(HWND, int, LPCSTR); // edi@15
Ritor1
parents:
diff changeset
3421 const CHAR *v11; // [sp-Ch] [bp-Ch]@15
Ritor1
parents:
diff changeset
3422 INT_PTR v12; // [sp-4h] [bp-4h]@5
Ritor1
parents:
diff changeset
3423
Ritor1
parents:
diff changeset
3424 if ( a2 == 272 )
Ritor1
parents:
diff changeset
3425 {
Ritor1
parents:
diff changeset
3426 hInsertCDWindow = hDlg;
Ritor1
parents:
diff changeset
3427 v6 = (GetUserDefaultLangID() & 0x3FF) - 7;
Ritor1
parents:
diff changeset
3428 if ( v6 )
Ritor1
parents:
diff changeset
3429 {
Ritor1
parents:
diff changeset
3430 v7 = v6 - 3;
Ritor1
parents:
diff changeset
3431 if ( v7 )
Ritor1
parents:
diff changeset
3432 {
Ritor1
parents:
diff changeset
3433 v8 = v7 - 2;
Ritor1
parents:
diff changeset
3434 if ( v8 )
Ritor1
parents:
diff changeset
3435 {
Ritor1
parents:
diff changeset
3436 v9 = v8 - 4;
Ritor1
parents:
diff changeset
3437 if ( v9 )
Ritor1
parents:
diff changeset
3438 {
Ritor1
parents:
diff changeset
3439 if ( v9 != 5 )
Ritor1
parents:
diff changeset
3440 return 0;
Ritor1
parents:
diff changeset
3441 SetWindowTextA(hDlg, "Wloz CD-ROM numer 2");
Ritor1
parents:
diff changeset
3442 v10 = SetDlgItemTextA;
Ritor1
parents:
diff changeset
3443 SetDlgItemTextA(hDlg, 1010, "Wloz CD-ROM numer 2 Might and Magic® VII.");
Ritor1
parents:
diff changeset
3444 v11 = "Odwolaj";
Ritor1
parents:
diff changeset
3445 }
Ritor1
parents:
diff changeset
3446 else
Ritor1
parents:
diff changeset
3447 {
Ritor1
parents:
diff changeset
3448 SetWindowTextA(hDlg, "Inserire il secondo CD");
Ritor1
parents:
diff changeset
3449 v10 = SetDlgItemTextA;
Ritor1
parents:
diff changeset
3450 SetDlgItemTextA(hDlg, 1010, "Inserire il secondo CD di Might and Magic® VII.");
Ritor1
parents:
diff changeset
3451 v11 = "Annulla";
Ritor1
parents:
diff changeset
3452 }
Ritor1
parents:
diff changeset
3453 }
Ritor1
parents:
diff changeset
3454 else
Ritor1
parents:
diff changeset
3455 {
Ritor1
parents:
diff changeset
3456 SetWindowTextA(hDlg, "Insérez le CD 2");
Ritor1
parents:
diff changeset
3457 v10 = SetDlgItemTextA;
Ritor1
parents:
diff changeset
3458 SetDlgItemTextA(hDlg, 1010, "Insérez Might & Magic® VII CD 2.");
Ritor1
parents:
diff changeset
3459 v11 = "Supprimer";
Ritor1
parents:
diff changeset
3460 }
Ritor1
parents:
diff changeset
3461 }
Ritor1
parents:
diff changeset
3462 else
Ritor1
parents:
diff changeset
3463 {
Ritor1
parents:
diff changeset
3464 SetWindowTextA(hDlg, "Por favor, inserte disco 2");
Ritor1
parents:
diff changeset
3465 v10 = SetDlgItemTextA;
Ritor1
parents:
diff changeset
3466 SetDlgItemTextA(hDlg, 1010, "Por favor, inserte disco 2 de Might & Magic® VII.");
Ritor1
parents:
diff changeset
3467 v11 = "Cancelar";
Ritor1
parents:
diff changeset
3468 }
Ritor1
parents:
diff changeset
3469 }
Ritor1
parents:
diff changeset
3470 else
Ritor1
parents:
diff changeset
3471 {
Ritor1
parents:
diff changeset
3472 SetWindowTextA(hDlg, "Bitte CD 2 einlegen");
Ritor1
parents:
diff changeset
3473 v10 = SetDlgItemTextA;
Ritor1
parents:
diff changeset
3474 SetDlgItemTextA(hDlg, 1010, "Bitte CD 2 von Might and Magic® VII einlegen.");
Ritor1
parents:
diff changeset
3475 v11 = "Abbrechen";
Ritor1
parents:
diff changeset
3476 }
Ritor1
parents:
diff changeset
3477 v10(hDlg, 2, v11);
Ritor1
parents:
diff changeset
3478 return 0;
Ritor1
parents:
diff changeset
3479 }
Ritor1
parents:
diff changeset
3480 if ( a2 == 273 )
Ritor1
parents:
diff changeset
3481 {
Ritor1
parents:
diff changeset
3482 if ( a3 == 2 )
Ritor1
parents:
diff changeset
3483 {
Ritor1
parents:
diff changeset
3484 v12 = 0;
Ritor1
parents:
diff changeset
3485 EndDialog(hDlg, v12);
Ritor1
parents:
diff changeset
3486 return 1;
Ritor1
parents:
diff changeset
3487 }
Ritor1
parents:
diff changeset
3488 v4 = a3 == 1;
Ritor1
parents:
diff changeset
3489 }
Ritor1
parents:
diff changeset
3490 else
Ritor1
parents:
diff changeset
3491 {
Ritor1
parents:
diff changeset
3492 v4 = a2 == 1025;
Ritor1
parents:
diff changeset
3493 }
Ritor1
parents:
diff changeset
3494 if ( v4 )
Ritor1
parents:
diff changeset
3495 {
Ritor1
parents:
diff changeset
3496 v12 = 1;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3497 EndDialog(hDlg, v12);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
3498 return 1;
0
Ritor1
parents:
diff changeset
3499 }
Ritor1
parents:
diff changeset
3500 return 0;
Ritor1
parents:
diff changeset
3501 }
Ritor1
parents:
diff changeset
3502
Ritor1
parents:
diff changeset
3503 //----- (00465061) --------------------------------------------------------
Ritor1
parents:
diff changeset
3504 bool __fastcall FindMM7CD(HWND hWnd, char *pCDDrive)
Ritor1
parents:
diff changeset
3505 {
Ritor1
parents:
diff changeset
3506 char drive[4] = {'X', ':', '\\', 0};
Ritor1
parents:
diff changeset
3507
Ritor1
parents:
diff changeset
3508 bool bGotCDFromRegistry = false;
Ritor1
parents:
diff changeset
3509
Ritor1
parents:
diff changeset
3510 HKEY hSoftware = nullptr,
Ritor1
parents:
diff changeset
3511 hNWC = nullptr,
Ritor1
parents:
diff changeset
3512 hMM7 = nullptr,
Ritor1
parents:
diff changeset
3513 hVersion = nullptr;
Ritor1
parents:
diff changeset
3514 if (!RegOpenKeyExA(HKEY_LOCAL_MACHINE, "SOFTWARE", 0, 0x2001Fu, &hSoftware))
Ritor1
parents:
diff changeset
3515 {
Ritor1
parents:
diff changeset
3516 if (!RegOpenKeyExA(hSoftware, "New World Computing", 0, 0x2001Fu, &hNWC))
Ritor1
parents:
diff changeset
3517 {
Ritor1
parents:
diff changeset
3518 if (!RegOpenKeyExA(hNWC, "Might and Magic VII", 0, 0x2001Fu, &hMM7))
Ritor1
parents:
diff changeset
3519 {
Ritor1
parents:
diff changeset
3520 if (!RegOpenKeyExA(hMM7, "1.0", 0, 0x2001Fu, &hVersion))
Ritor1
parents:
diff changeset
3521 {
Ritor1
parents:
diff changeset
3522 DWORD cbData = 3;
Ritor1
parents:
diff changeset
3523 if (!RegQueryValueExA(hVersion, "CDDrive", 0, 0, (BYTE *)drive, &cbData))
Ritor1
parents:
diff changeset
3524 bGotCDFromRegistry = true;
Ritor1
parents:
diff changeset
3525 }
Ritor1
parents:
diff changeset
3526 RegCloseKey(hVersion);
Ritor1
parents:
diff changeset
3527 }
Ritor1
parents:
diff changeset
3528 RegCloseKey(hMM7);
Ritor1
parents:
diff changeset
3529 }
Ritor1
parents:
diff changeset
3530 RegCloseKey(hNWC);
Ritor1
parents:
diff changeset
3531 }
Ritor1
parents:
diff changeset
3532 RegCloseKey(hSoftware);
Ritor1
parents:
diff changeset
3533
Ritor1
parents:
diff changeset
3534 if (bGotCDFromRegistry)
Ritor1
parents:
diff changeset
3535 if (CheckMM7CD(*drive))
Ritor1
parents:
diff changeset
3536 {
Ritor1
parents:
diff changeset
3537 cMM7GameCDDriveLetter = *drive;
Ritor1
parents:
diff changeset
3538 return true;
Ritor1
parents:
diff changeset
3539 }
Ritor1
parents:
diff changeset
3540
Ritor1
parents:
diff changeset
3541 while (true)
Ritor1
parents:
diff changeset
3542 {
Ritor1
parents:
diff changeset
3543 for (uint i = 0; i < 26; ++i)
Ritor1
parents:
diff changeset
3544 {
Ritor1
parents:
diff changeset
3545 drive[0] = 'A' + i;
Ritor1
parents:
diff changeset
3546
Ritor1
parents:
diff changeset
3547 if (GetDriveTypeA(drive) == DRIVE_CDROM)
Ritor1
parents:
diff changeset
3548 if (CheckMM7CD(*drive))
Ritor1
parents:
diff changeset
3549 {
Ritor1
parents:
diff changeset
3550 cMM7GameCDDriveLetter = *drive;
Ritor1
parents:
diff changeset
3551 WriteWindowsRegistryString("CDDrive", drive);
Ritor1
parents:
diff changeset
3552 return true;
Ritor1
parents:
diff changeset
3553 }
Ritor1
parents:
diff changeset
3554 }
Ritor1
parents:
diff changeset
3555
1802
633f81bb3ae7 HWND -> class OSWindow
Nomad
parents: 1747
diff changeset
3556 if (DialogBoxParamA(GetModuleHandleW(nullptr), "InsertCD", hWnd, (DLGPROC)InsertMM7CDDialogFunc, 0))
0
Ritor1
parents:
diff changeset
3557 continue;
Ritor1
parents:
diff changeset
3558 return false;
Ritor1
parents:
diff changeset
3559 }
Ritor1
parents:
diff changeset
3560 }
Ritor1
parents:
diff changeset
3561
1655
a7eebb6ee7a2 Window Resize (change arguments to MM7_Initialize)
Nomad
parents: 1643
diff changeset
3562
a7eebb6ee7a2 Window Resize (change arguments to MM7_Initialize)
Nomad
parents: 1643
diff changeset
3563
0
Ritor1
parents:
diff changeset
3564 //----- (004651F4) --------------------------------------------------------
1655
a7eebb6ee7a2 Window Resize (change arguments to MM7_Initialize)
Nomad
parents: 1643
diff changeset
3565 bool MM7_Initialize(int game_width, int game_height)
0
Ritor1
parents:
diff changeset
3566 {
Ritor1
parents:
diff changeset
3567 wchar_t pCurrentDir[1024];
Ritor1
parents:
diff changeset
3568 _wgetcwd(pCurrentDir, 1024);
Ritor1
parents:
diff changeset
3569
Ritor1
parents:
diff changeset
3570 wchar_t pMM6IniFile[1024];
293
27670273a6ff little fix npc gen
Gloval
parents: 291
diff changeset
3571 wsprintfW(pMM6IniFile, L"%s\\mm6.ini", pCurrentDir);
0
Ritor1
parents:
diff changeset
3572
Ritor1
parents:
diff changeset
3573 bCanLoadFromCD = GetPrivateProfileIntW(L"settings", L"use_cd", 1, pMM6IniFile);
Ritor1
parents:
diff changeset
3574 if (bNoCD)
Ritor1
parents:
diff changeset
3575 bCanLoadFromCD = false;
Ritor1
parents:
diff changeset
3576 if (bCanLoadFromCD)
Ritor1
parents:
diff changeset
3577 {
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3578 Log::Warning(L"Checking for CD...");
1802
633f81bb3ae7 HWND -> class OSWindow
Nomad
parents: 1747
diff changeset
3579 if (!FindMM7CD(nullptr, &cMM7GameCDDriveLetter))
0
Ritor1
parents:
diff changeset
3580 return false;
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3581 Log::Warning(L"...done.");
0
Ritor1
parents:
diff changeset
3582 }
Ritor1
parents:
diff changeset
3583
Ritor1
parents:
diff changeset
3584
Ritor1
parents:
diff changeset
3585 srand(GetTickCount());
1802
633f81bb3ae7 HWND -> class OSWindow
Nomad
parents: 1747
diff changeset
3586
633f81bb3ae7 HWND -> class OSWindow
Nomad
parents: 1747
diff changeset
3587 window = OSWindow::Create(L"Might and Magic® Trilogy", game_width, game_height);
0
Ritor1
parents:
diff changeset
3588
Ritor1
parents:
diff changeset
3589 pRenderer = Render::Create();
Ritor1
parents:
diff changeset
3590 if (!pRenderer)
Ritor1
parents:
diff changeset
3591 {
Ritor1
parents:
diff changeset
3592 Log::Warning(L"Render creation failed");
Ritor1
parents:
diff changeset
3593 return false;
Ritor1
parents:
diff changeset
3594 }
Ritor1
parents:
diff changeset
3595 else
Ritor1
parents:
diff changeset
3596 {
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
3597 //bool bWindowMode = ReadWindowsRegistryInt("startinwindow", false);
1802
633f81bb3ae7 HWND -> class OSWindow
Nomad
parents: 1747
diff changeset
3598 //uint uDefaultDevice = ReadWindowsRegistryInt("D3D Device", 1);
0
Ritor1
parents:
diff changeset
3599 bool bColoredLights = ReadWindowsRegistryInt("Colored Lights", false);
Ritor1
parents:
diff changeset
3600 uint uLevelOfDetail = ReadWindowsRegistryInt("Detail Level", 1);
Ritor1
parents:
diff changeset
3601 uint bTinting = ReadWindowsRegistryInt("Tinting", 1) != 0;
Ritor1
parents:
diff changeset
3602
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
3603 if (!pRenderer->Initialize(window, bColoredLights, uLevelOfDetail, bTinting))
0
Ritor1
parents:
diff changeset
3604 {
Ritor1
parents:
diff changeset
3605 Log::Warning(L"Render failed to initialize");
Ritor1
parents:
diff changeset
3606 return false;
Ritor1
parents:
diff changeset
3607 }
Ritor1
parents:
diff changeset
3608 }
492
Gloval
parents: 484
diff changeset
3609
351
5f36449527c6 stru351 -> summoned/spell-enchanted item
Nomad
parents: 350
diff changeset
3610 game_starting_year = 1168;
0
Ritor1
parents:
diff changeset
3611
Ritor1
parents:
diff changeset
3612 pParty = new Party;
147
c70fea5013aa 12.02.13
Ritor1
parents: 120
diff changeset
3613 memset(&pParty->pHirelings, 0, sizeof(pParty->pHirelings));
0
Ritor1
parents:
diff changeset
3614 pParty->uWalkSpeed = GetPrivateProfileIntW(L"debug", L"walkspeed", 384, pMM6IniFile);
Ritor1
parents:
diff changeset
3615 pParty->uDefaultEyelevel = GetPrivateProfileIntW(L"party", L"eyelevel", 160, pMM6IniFile);
Ritor1
parents:
diff changeset
3616 pParty->sEyelevel = pParty->uDefaultEyelevel;
Ritor1
parents:
diff changeset
3617 pParty->uDefaultPartyHeight = GetPrivateProfileIntW(L"party", L"height", 192, pMM6IniFile);
Ritor1
parents:
diff changeset
3618 pParty->uPartyHeight = pParty->uDefaultPartyHeight;
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3619
0
Ritor1
parents:
diff changeset
3620 MM6_Initialize(pMM6IniFile);
Ritor1
parents:
diff changeset
3621
Ritor1
parents:
diff changeset
3622 pKeyActionMap = new KeyboardActionMapping;
Ritor1
parents:
diff changeset
3623
Ritor1
parents:
diff changeset
3624 pEventTimer = Timer::Create();
Ritor1
parents:
diff changeset
3625 pEventTimer->Initialize();
Ritor1
parents:
diff changeset
3626
Ritor1
parents:
diff changeset
3627 OnTimer(1);
Ritor1
parents:
diff changeset
3628 GameUI_StatusBar_UpdateTimedString(1);
Ritor1
parents:
diff changeset
3629 pGame = Game::Create();
Ritor1
parents:
diff changeset
3630 pMouse = pGame->pMouseInstance;
1655
a7eebb6ee7a2 Window Resize (change arguments to MM7_Initialize)
Nomad
parents: 1643
diff changeset
3631
0
Ritor1
parents:
diff changeset
3632
Ritor1
parents:
diff changeset
3633 pIcons_LOD = new LODFile_IconsBitmaps;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3634 if (!pIcons_LOD->Load("data\\icons.lod", "icons"))
0
Ritor1
parents:
diff changeset
3635 {
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3636 MessageBoxW(nullptr, L"Some files are missing\n\nPlease Reinstall.",
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3637 L"Files Missing", MB_ICONEXCLAMATION);
0
Ritor1
parents:
diff changeset
3638 return false;
Ritor1
parents:
diff changeset
3639 }
Ritor1
parents:
diff changeset
3640 pIcons_LOD->dword_011BA4 = 0;
Ritor1
parents:
diff changeset
3641
Ritor1
parents:
diff changeset
3642 pEvents_LOD = new LODFile_IconsBitmaps;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3643 if (!pEvents_LOD->Load("data\\events.lod", "icons"))
0
Ritor1
parents:
diff changeset
3644 {
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3645 MessageBoxW(nullptr, L"Some files are missing\n\nPlease Reinstall.",
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3646 L"Files Missing", MB_ICONEXCLAMATION);
0
Ritor1
parents:
diff changeset
3647 return false;
Ritor1
parents:
diff changeset
3648 }
Ritor1
parents:
diff changeset
3649
Ritor1
parents:
diff changeset
3650 InitializeGameText();
Ritor1
parents:
diff changeset
3651
Ritor1
parents:
diff changeset
3652 pBitmaps_LOD = new LODFile_IconsBitmaps;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3653 if (!pBitmaps_LOD->Load("data\\bitmaps.lod", "bitmaps"))
0
Ritor1
parents:
diff changeset
3654 {
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3655 MessageBoxA(nullptr, pGlobalTXT_LocalizationStrings[63],
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3656 pGlobalTXT_LocalizationStrings[184], MB_ICONEXCLAMATION);
0
Ritor1
parents:
diff changeset
3657 return false;
Ritor1
parents:
diff changeset
3658 }
Ritor1
parents:
diff changeset
3659
Ritor1
parents:
diff changeset
3660 pSprites_LOD = new LODFile_Sprites;
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3661 if (!pSprites_LOD->LoadSprites("data\\sprites.lod"))
0
Ritor1
parents:
diff changeset
3662 {
Ritor1
parents:
diff changeset
3663 MessageBoxA(nullptr,
Ritor1
parents:
diff changeset
3664 pGlobalTXT_LocalizationStrings[63],
Ritor1
parents:
diff changeset
3665 pGlobalTXT_LocalizationStrings[184], MB_ICONEXCLAMATION);
Ritor1
parents:
diff changeset
3666 return false;
Ritor1
parents:
diff changeset
3667 }
Ritor1
parents:
diff changeset
3668
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3669
1543
Nomad
parents: 1542
diff changeset
3670 #if 0
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3671 if (_access("../MM_VI/data/icons.lod", 0) == 0)
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3672 {
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3673 pIcons_LOD_mm6 = new LODFile_IconsBitmaps;
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3674 if (!pIcons_LOD_mm6->Load("../MM_VI/data/icons.lod", "icons"))
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3675 {
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3676 delete pIcons_LOD_mm6;
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3677 pIcons_LOD_mm6 = nullptr;
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3678 Log::Warning(L"Unable to load mm6:icons.lod");
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3679 }
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3680 }
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3681 else
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3682 Log::Warning(L"Unable to find mm6:icons.lod");
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3683
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3684 if (_access("../MM_VI/data/bitmaps.lod", 0) == 0)
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3685 {
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3686 pBitmaps_LOD_mm6 = new LODFile_IconsBitmaps;
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3687 if (!pBitmaps_LOD_mm6->Load("../MM_VI/data/bitmaps.lod", "bitmaps"))
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3688 {
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3689 delete pBitmaps_LOD_mm6;
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3690 pBitmaps_LOD_mm6 = nullptr;
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3691 Log::Warning(L"Unable to load mm6:bitmaps.lod");
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3692 }
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3693 }
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3694 else
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3695 Log::Warning(L"Unable to find mm6:bitmaps.lod");
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3696
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3697 auto mm6_sprite_container_name = bUseLoResSprites ? "../MM_VI/data/spriteLO.lod"
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3698 : "../MM_VI/data/sprites.lod";
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3699 if (_access(mm6_sprite_container_name, 0) == 0)
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3700 {
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3701 pSprites_LOD_mm6 = new LODFile_Sprites;
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3702 if (!pSprites_LOD_mm6->LoadSprites(mm6_sprite_container_name))
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3703 {
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3704 delete pSprites_LOD_mm6;
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3705 pSprites_LOD_mm6 = nullptr;
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3706 Log::Warning(L"Unable to load mm6:sprites.lod");
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3707 }
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3708 }
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3709 else
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3710 Log::Warning(L"Unable to find mm6:sprites.lod");
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3711
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3712
1541
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3713 if (_access("../mm8/data/icons.lod", 0) == 0)
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3714 {
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3715 pIcons_LOD_mm8 = new LODFile_IconsBitmaps;
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3716 if (!pIcons_LOD_mm8->Load("../mm8/data/icons.lod", "icons"))
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3717 {
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3718 delete pIcons_LOD_mm8;
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3719 pIcons_LOD_mm8 = nullptr;
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3720 Log::Warning(L"Unable to load mm8:icons.lod");
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3721 }
0
Ritor1
parents:
diff changeset
3722 }
Ritor1
parents:
diff changeset
3723 else
1541
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3724 Log::Warning(L"Unable to find mm8:icons.lod");
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3725
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3726
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3727 if (_access("../mm8/data/bitmaps.lod", 0) == 0)
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3728 {
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3729 pBitmaps_LOD_mm8 = new LODFile_IconsBitmaps;
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3730 if (!pBitmaps_LOD_mm8->Load("../mm8/data/bitmaps.lod", "bitmaps"))
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3731 {
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3732 delete pBitmaps_LOD_mm8;
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3733 pBitmaps_LOD_mm8 = nullptr;
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3734 Log::Warning(L"Unable to load mm8:bitmaps.lod");
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3735 }
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3736 }
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3737 else
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3738 Log::Warning(L"Unable to find mm8:bitmaps.lod");
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3739
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3740
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3741 if (_access("../mm8/data/sprites.lod", 0) == 0)
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3742 {
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3743 pSprites_LOD_mm8 = new LODFile_Sprites;
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3744 if (!pSprites_LOD_mm8->LoadSprites("../mm8/data/sprites.lod"))
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3745 {
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3746 delete pSprites_LOD_mm8;
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3747 pSprites_LOD_mm8 = nullptr;
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3748 Log::Warning(L"Unable to load mm8:sprites.lod");
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3749 }
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3750 }
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3751 else
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3752 Log::Warning(L"Unable to find mm8:sprites.lod");
1543
Nomad
parents: 1542
diff changeset
3753 #endif
1541
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
3754
0
Ritor1
parents:
diff changeset
3755 {
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3756 void *sft_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("dsft.bin", 1) : nullptr,
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3757 *sft_mm8 = nullptr;
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3758 void *sft_mm7 = pEvents_LOD->LoadRaw("dsft.bin", 1);
0
Ritor1
parents:
diff changeset
3759 pSpriteFrameTable = new SpriteFrameTable;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3760 pSpriteFrameTable->FromFile(sft_mm6, sft_mm7, sft_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3761 free(sft_mm6);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3762 free(sft_mm7);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3763 free(sft_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3764
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3765 void *tft_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("dtft.bin", 1) : nullptr,
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3766 *tft_mm8 = nullptr;
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3767 void *tft_mm7 = pEvents_LOD->LoadRaw("dtft.bin", 1);
0
Ritor1
parents:
diff changeset
3768 pTextureFrameTable = new TextureFrameTable;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3769 pTextureFrameTable->FromFile(tft_mm6, tft_mm7, tft_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3770 free(tft_mm6);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3771 free(tft_mm7);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3772 free(tft_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3773
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3774 void *tiles_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("dtile.bin", 1) : nullptr,
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3775 *tiles_mm8 = nullptr;
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3776 void *tiles_mm7 = pEvents_LOD->LoadRaw("dtile.bin", 1);
0
Ritor1
parents:
diff changeset
3777 pTileTable = new TileTable;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3778 pTileTable->FromFile(tiles_mm6, tiles_mm7, tiles_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3779 free(tiles_mm6);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3780 free(tiles_mm7);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3781 free(tiles_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3782
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3783 void *pft_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("dpft.bin", 1) : nullptr,
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3784 *pft_mm8 = nullptr;
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3785 void *pft_mm7 = pEvents_LOD->LoadRaw("dpft.bin", 1);
0
Ritor1
parents:
diff changeset
3786 pPlayerFrameTable = new PlayerFrameTable;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3787 pPlayerFrameTable->FromFile(pft_mm6, pft_mm7, pft_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3788 free(pft_mm6);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3789 free(pft_mm7);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3790 free(pft_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3791
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3792 void *ift_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("dift.bin", 1) : nullptr,
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3793 *ift_mm8 = nullptr;
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3794 void *ift_mm7 = pEvents_LOD->LoadRaw("dift.bin", 1);
0
Ritor1
parents:
diff changeset
3795 pIconsFrameTable = new IconFrameTable;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3796 pIconsFrameTable->FromFile(ift_mm6, ift_mm7, ift_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3797 free(ift_mm6);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3798 free(ift_mm7);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3799 free(ift_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3800
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3801 void *decs_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("ddeclist.bin", 1) : nullptr,
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3802 *decs_mm8 = nullptr;
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3803 void *decs_mm7 = pEvents_LOD->LoadRaw("ddeclist.bin", 1);
0
Ritor1
parents:
diff changeset
3804 pDecorationList = new DecorationList;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3805 pDecorationList->FromFile(decs_mm6, decs_mm7, decs_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3806 free(decs_mm6);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3807 free(decs_mm7);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3808 free(decs_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3809
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3810 void *objs_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("dobjlist.bin", 1) : nullptr,
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3811 *objs_mm8 = nullptr;
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3812 void *objs_mm7 = pEvents_LOD->LoadRaw("dobjlist.bin", 1);
0
Ritor1
parents:
diff changeset
3813 pObjectList = new ObjectList;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3814 pObjectList->FromFile(objs_mm6, objs_mm7, objs_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3815 free(objs_mm6);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3816 free(objs_mm7);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3817 free(objs_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3818
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3819 void *mons_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("dmonlist.bin", 1) : nullptr,
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3820 *mons_mm8 = nullptr;
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3821 void *mons_mm7 = pEvents_LOD->LoadRaw("dmonlist.bin", 1);
0
Ritor1
parents:
diff changeset
3822 pMonsterList = new MonsterList;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3823 pMonsterList->FromFile(mons_mm6, mons_mm7, mons_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3824 free(mons_mm6);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3825 free(mons_mm7);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3826 free(mons_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3827
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3828 void *chests_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("dchest.bin", 1) : nullptr,
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3829 *chests_mm8 = nullptr;
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3830 void *chests_mm7 = pEvents_LOD->LoadRaw("dchest.bin", 1);
0
Ritor1
parents:
diff changeset
3831 pChestList = new ChestList;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3832 pChestList->FromFile(chests_mm6, chests_mm7, chests_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3833 free(chests_mm6);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3834 free(chests_mm7);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3835 free(chests_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3836
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3837 void *overlays_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("doverlay.bin", 1) : nullptr,
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3838 *overlays_mm8 = nullptr;
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3839 void *overlays_mm7 = pEvents_LOD->LoadRaw("doverlay.bin", 1);
0
Ritor1
parents:
diff changeset
3840 pOverlayList = new OverlayList;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3841 pOverlayList->FromFile(overlays_mm6, overlays_mm7, overlays_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3842 free(overlays_mm6);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3843 free(overlays_mm7);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3844 free(overlays_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3845
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3846 void *sounds_mm6 = pIcons_LOD_mm6 ? pIcons_LOD_mm6->LoadRaw("dsounds.bin", 1) : nullptr,
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3847 *sounds_mm8 = nullptr;
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3848 void *sounds_mm7 = pEvents_LOD->LoadRaw("dsounds.bin", 1);
0
Ritor1
parents:
diff changeset
3849 pSoundList = new SoundList;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3850 pSoundList->FromFile(sounds_mm6, sounds_mm7, sounds_mm8);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3851 free(sounds_mm6);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3852 free(sounds_mm7);
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
3853 free(sounds_mm8);
0
Ritor1
parents:
diff changeset
3854 }
Ritor1
parents:
diff changeset
3855
Ritor1
parents:
diff changeset
3856
Ritor1
parents:
diff changeset
3857
492
Gloval
parents: 484
diff changeset
3858
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
3859 if (dword_6BE368_debug_settings_2 & DEBUG_SETTINGS_RUN_IN_WIDOW)
0
Ritor1
parents:
diff changeset
3860 {
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
3861 //window->SetWindowedMode(game_width, game_height);
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
3862 pRenderer->SwitchToWindow();
0
Ritor1
parents:
diff changeset
3863 }
Ritor1
parents:
diff changeset
3864 else
Ritor1
parents:
diff changeset
3865 {
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
3866 __debugbreak(); // Nomad
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
3867 window->SetFullscreenMode();
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
3868 pRenderer->InitializeFullscreen();
0
Ritor1
parents:
diff changeset
3869 }
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3870
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3871 uSoundVolumeMultiplier = min(9, ReadWindowsRegistryInt("soundflag", 9));
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3872 uMusicVolimeMultiplier = min(9, ReadWindowsRegistryInt("musicflag", 9));
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3873 uVoicesVolumeMultiplier = min(9, ReadWindowsRegistryInt("CharVoices", 9));
0
Ritor1
parents:
diff changeset
3874 bShowDamage = ReadWindowsRegistryInt("ShowDamage", 1) != 0;
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3875
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3876 uGammaPos = min(4, ReadWindowsRegistryInt("GammaPos", 4));
0
Ritor1
parents:
diff changeset
3877 pGame->pGammaController->Initialize(uGammaPos * 0.1 + 0.6);
Ritor1
parents:
diff changeset
3878
Ritor1
parents:
diff changeset
3879 if ( ReadWindowsRegistryInt("Bloodsplats", 1) )
591
a463d7784d33 missed Merge
zipi
parents: 589
diff changeset
3880 pGame->uFlags2 |= GAME_FLAGS_2_DRAW_BLOODSPLATS;
0
Ritor1
parents:
diff changeset
3881 else
733
700b58aac975 MonsterPopup preview doll fixed
Nomad
parents: 731
diff changeset
3882 pGame->uFlags2 &= ~GAME_FLAGS_2_DRAW_BLOODSPLATS;
0
Ritor1
parents:
diff changeset
3883
Ritor1
parents:
diff changeset
3884 uTurnSpeed = ReadWindowsRegistryInt("TurnDelta", 0);
Ritor1
parents:
diff changeset
3885
Ritor1
parents:
diff changeset
3886 if (!bNoSound)
1802
633f81bb3ae7 HWND -> class OSWindow
Nomad
parents: 1747
diff changeset
3887 pAudioPlayer->Initialize();
0
Ritor1
parents:
diff changeset
3888
1262
0aeac0b9ca30 included header cleanup
Grumpy7
parents: 1254
diff changeset
3889 pVideoPlayer = new VideoPlayer();
1802
633f81bb3ae7 HWND -> class OSWindow
Nomad
parents: 1747
diff changeset
3890 pVideoPlayer->Initialize(window);
0
Ritor1
parents:
diff changeset
3891
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
3892 dword_6BE364_game_settings_1 |= GAME_SETTINGS_4000;
0
Ritor1
parents:
diff changeset
3893
Ritor1
parents:
diff changeset
3894 switch ( uTurnSpeed )
Ritor1
parents:
diff changeset
3895 {
731
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
3896 case 0: // undefined turn option
1067
a19cdcaa36fe merge error
zipi
parents: 1065
diff changeset
3897 __debugbreak(); // really shouldn't use this mode
731
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
3898 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
3899 break;
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
3900
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
3901 case 1u: // 16x
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
3902 Log::Warning(L"x16 Turn Speed"); // really shouldn't use this mode
0
Ritor1
parents:
diff changeset
3903 uTurnSpeed = 128;
731
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
3904 break;
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
3905
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
3906 case 2u: // 32x
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
3907 Log::Warning(L"x32 Turn Speed"); // really shouldn't use this mode
0
Ritor1
parents:
diff changeset
3908 uTurnSpeed = 64;
731
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
3909 break;
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
3910
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
3911 case 3u: // smooth
0
Ritor1
parents:
diff changeset
3912 uTurnSpeed = 0;
731
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
3913 break;
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
3914 }
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
3915
0
Ritor1
parents:
diff changeset
3916 return true;
Ritor1
parents:
diff changeset
3917 }
Ritor1
parents:
diff changeset
3918
Ritor1
parents:
diff changeset
3919 //----- (00465D0B) --------------------------------------------------------
1802
633f81bb3ae7 HWND -> class OSWindow
Nomad
parents: 1747
diff changeset
3920 void SecondaryInitialization()
0
Ritor1
parents:
diff changeset
3921 {
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3922 //__int16 v4; // ax@4
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3923 //signed int v5; // esi@5
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3924 //int v6; // ecx@6
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3925 //int v7; // edx@7
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3926 //ObjectDesc *v8; // eax@7
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3927 //char pContainer[32]; // [sp+10h] [bp-Ch]@9
0
Ritor1
parents:
diff changeset
3928
1802
633f81bb3ae7 HWND -> class OSWindow
Nomad
parents: 1747
diff changeset
3929 pMouse->Initialize(window);
0
Ritor1
parents:
diff changeset
3930
Ritor1
parents:
diff changeset
3931 pItemsTable = new ItemsTable;
Ritor1
parents:
diff changeset
3932 pItemsTable->Initialize();
Ritor1
parents:
diff changeset
3933
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
3934 //pBitmaps_LOD->can_load_hardware_sprites = 1;
2069
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
3935 //pBitmaps_LOD->SetupPalettes(pRenderer->uTargetRBits, pRenderer->uTargetGBits, pRenderer->uTargetBBits);
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
3936 pBitmaps_LOD->SetupPalettes(5, 6, 5);
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
3937 //pIcons_LOD->SetupPalettes(pRenderer->uTargetRBits, pRenderer->uTargetGBits, pRenderer->uTargetBBits);
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
3938 pIcons_LOD->SetupPalettes(5, 6, 5);
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
3939 //pPaletteManager->SetColorChannelInfo(pRenderer->uTargetRBits, pRenderer->uTargetGBits, pRenderer->uTargetBBits);
259df09dfb50 32bits almost there
Nomad
parents: 2061
diff changeset
3940 pPaletteManager->SetColorChannelInfo(5, 6, 5);
762
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
3941
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
3942 pPaletteManager->SetMistColor(128, 128, 128);
0
Ritor1
parents:
diff changeset
3943 pPaletteManager->RecalculateAll();
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
3944 //pSprites_LOD->can_load_hardware_sprites = 1;
0
Ritor1
parents:
diff changeset
3945 pObjectList->InitializeSprites();
Ritor1
parents:
diff changeset
3946 pOverlayList->InitializeSprites();
Ritor1
parents:
diff changeset
3947 if (!bNoSound)
Ritor1
parents:
diff changeset
3948 pSoundList->Initialize();
Ritor1
parents:
diff changeset
3949
Ritor1
parents:
diff changeset
3950
Ritor1
parents:
diff changeset
3951 for (uint i = 0; i < 4; ++i)
Ritor1
parents:
diff changeset
3952 {
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3953 static const char *pUIAnimNames[4] =
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3954 {
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3955 "glow03", "glow05",
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3956 "torchA", "wizeyeA"
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3957 };
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3958 static unsigned short _4E98D0[4][4] =
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3959 {
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3960 {479, 0, 329, 0},
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3961 {585, 0, 332, 0},
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3962 {468, 0, 0, 0},
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3963 {606, 0, 0, 0}
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3964 };
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3965
0
Ritor1
parents:
diff changeset
3966 pUIAnims[i]->uIconID = pIconsFrameTable->FindIcon(pUIAnimNames[i]);
Ritor1
parents:
diff changeset
3967 pIconsFrameTable->InitializeAnimation(pUIAnims[i]->uIconID);
Ritor1
parents:
diff changeset
3968
Ritor1
parents:
diff changeset
3969 pUIAnims[i]->uAnimLength = 0;
Ritor1
parents:
diff changeset
3970 pUIAnims[i]->uAnimTime = 0;
Ritor1
parents:
diff changeset
3971 pUIAnims[i]->x = _4E98D0[i][0];
Ritor1
parents:
diff changeset
3972 pUIAnims[i]->y = _4E98D0[i][2];
Ritor1
parents:
diff changeset
3973 }
Ritor1
parents:
diff changeset
3974
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3975 for (unsigned int i = 0; i < pObjectList->uNumObjects; ++i)
0
Ritor1
parents:
diff changeset
3976 {
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3977 pObjectList->pObjects[i].uParticleTrailColor = pObjectList->pObjects[i].uParticleTrailColorB |
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3978 ((unsigned int)pObjectList->pObjects[i].uParticleTrailColorG << 8) |
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3979 ((unsigned int)pObjectList->pObjects[i].uParticleTrailColorR << 16);
0
Ritor1
parents:
diff changeset
3980 }
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3981
0
Ritor1
parents:
diff changeset
3982 MainMenuUI_Create();
Ritor1
parents:
diff changeset
3983 pGame->pStru6Instance->LoadAnimations();
Ritor1
parents:
diff changeset
3984
Ritor1
parents:
diff changeset
3985 for (uint i = 0; i < 7; ++i)
Ritor1
parents:
diff changeset
3986 {
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3987 char container_name[64];
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3988 sprintf(container_name, "HDWTR%03u", i);
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
3989 pRenderer->pHDWaterBitmapIDs[i] = pBitmaps_LOD->LoadTexture(container_name);
0
Ritor1
parents:
diff changeset
3990 }
Ritor1
parents:
diff changeset
3991
Ritor1
parents:
diff changeset
3992 pNPCStats = new NPCStats;
110
aa9b34eb3da4 NPC(Margaret) fix
Ritor1
parents: 102
diff changeset
3993 memset(pNPCStats->pNPCData, 0, 0x94BCu);
0
Ritor1
parents:
diff changeset
3994 pNPCStats->Initialize();
Ritor1
parents:
diff changeset
3995
Ritor1
parents:
diff changeset
3996 Initialize_GlobalEVT();
762
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
3997 pBitmaps_LOD->_inlined_sub0();
cf2fbac6edc9 Misc cleaning
Nomad
parents: 757
diff changeset
3998 pSprites_LOD->_inlined_sub0();
0
Ritor1
parents:
diff changeset
3999 pPaletteManager->LockAll();
Ritor1
parents:
diff changeset
4000
Ritor1
parents:
diff changeset
4001 _mkdir("Saves");
Ritor1
parents:
diff changeset
4002 for (uint i = 0; i < 5; ++i)
Ritor1
parents:
diff changeset
4003 for (uint j = 0; j < 6; ++j)
Ritor1
parents:
diff changeset
4004 {
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
4005 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
4006 remove(pTmpBuf.data());
0
Ritor1
parents:
diff changeset
4007 }
Ritor1
parents:
diff changeset
4008
Ritor1
parents:
diff changeset
4009 Initialize_GamesLOD_NewLOD();
1051
05c62d166182 004C1D2B cleaned
Nomad
parents: 1038
diff changeset
4010 _576E2C_current_minimap_zoom = 512;
0
Ritor1
parents:
diff changeset
4011 dword_576E28 = 9;
Ritor1
parents:
diff changeset
4012 }
Ritor1
parents:
diff changeset
4013
522
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
4014 void IntegrityTest()
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
4015 {
1869
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4016 static_assert(sizeof(MovieHeader) == 44, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4017 static_assert(sizeof(SoundDesc_mm6) == 112, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4018 static_assert(sizeof(SoundDesc) == 120, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4019 static_assert(sizeof(OverlayDesc) == 8, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4020 static_assert(sizeof(ChestDesc) == 36, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4021 static_assert(sizeof(ObjectDesc_mm6) == 52, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4022 static_assert(sizeof(ObjectDesc) == 56, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4023 static_assert(sizeof(DecorationDesc) == 84, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4024 static_assert(sizeof(IconFrame) == 32, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4025 static_assert(sizeof(PlayerFrame) == 10, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4026 static_assert(sizeof(TextureFrame) == 20, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4027 static_assert(sizeof(SpriteFrame) == 60, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4028 static_assert(sizeof(RenderVertexSoft) == 0x30, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4029 static_assert(sizeof(RenderBillboard) == 0x34, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4030 static_assert(sizeof(Texture) == 0x48, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4031 static_assert(sizeof(RGBTexture) == 0x28, "Wrong type size");
2154
9bd7522cdbbb Render decoupling.
Nomad
parents: 2153
diff changeset
4032 //static_assert(sizeof(LODFile_IconsBitmaps) == 0x11BB8 + 4, "Wrong type size"); // + virtual dtor ptr
1869
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4033 static_assert(sizeof(AudioPlayer) == 0xC84, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4034 static_assert(sizeof(SoundDesc) == 0x78, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4035 static_assert(sizeof(stru339_spell_sound) == 0xAFD8, "Wrong type size");
2137
d24ee391fd1f libavcodec playing movies and houses, loops not working yet
zipi
parents: 2135
diff changeset
4036 //static_assert(sizeof(VideoPlayer) == 0x108 + 4, "Wrong type size");
1869
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4037 static_assert(sizeof(MovieHeader) == 0x2C, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4038 static_assert(sizeof(DecorationDesc) == 0x54, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4039 static_assert(sizeof(ObjectDesc) == 0x38, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4040 static_assert(sizeof(OverlayDesc) == 0x8, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4041 static_assert(sizeof(ChestDesc) == 0x24, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4042 static_assert(sizeof(TileDesc) == 0x1A, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4043 static_assert(sizeof(MonsterDesc_mm6) == 148, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4044 static_assert(sizeof(MonsterDesc) == 152, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4045 static_assert(sizeof(Timer) == 0x28, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4046 static_assert(sizeof(OtherOverlay) == 0x14, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4047 static_assert(sizeof(ItemGen) == 0x24, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4048 static_assert(sizeof(SpriteObject) == 0x70, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4049 static_assert(sizeof(ItemDesc) == 0x30, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4050 static_assert(sizeof(ItemsTable) == 0x117A0, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4051 static_assert(sizeof(Chest) == 0x14CC, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4052 static_assert(sizeof(MapInfo) == 0x44, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4053 static_assert(sizeof(SpellInfo) == 0x24, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4054 static_assert(sizeof(SpellData) == 0x14, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4055 static_assert(sizeof(SpellBuff) == 0x10, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4056 static_assert(sizeof(AIDirection) == 0x1C, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4057 static_assert(sizeof(ActorJob) == 0xC, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4058 static_assert(sizeof(Actor) == 0x344, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4059 static_assert(sizeof(LevelDecoration) == 0x20, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4060 static_assert(sizeof(KeyboardActionMapping) == 0x20C, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4061 static_assert(sizeof(UIAnimation) == 0xD, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4062 static_assert(sizeof(SpawnPointMM7) == 0x18, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4063 static_assert(sizeof(ODMFace) == 0x134, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4064 static_assert(sizeof(BSPNode) == 0x8, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4065 static_assert(sizeof(BSPModel) == 0xBC, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4066 static_assert(sizeof(OutdoorLocation) == 0x1C28C, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4067 static_assert(sizeof(BLVFace) == 0x60, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4068 static_assert(sizeof(BLVFaceExtra) == 0x24, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4069 static_assert(sizeof(BLVSector) == 0x74, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4070 static_assert(sizeof(BLVLightMM7) == 0x10, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4071 static_assert(sizeof(BLVDoor) == 0x50, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4072 static_assert(sizeof(IndoorLocation) == 0x690, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4073 //static_assert(sizeof(ODMRenderParams) == 0x74, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4074 static_assert(sizeof(Mouse) == 0x114, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4075 static_assert(sizeof(Particle_sw) == 0x68, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4076 static_assert(sizeof(Particle) == 0x68, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4077 static_assert(sizeof(ParticleEngine) == 0xE430, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4078 static_assert(sizeof(Lightmap) == 0xC1C, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4079 static_assert(sizeof(LightmapBuilder) == 0x3CBC38, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4080 static_assert(sizeof(Vis_SelectionList) == 0x2008, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4081 static_assert(sizeof(Vis) == 0x20D0, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4082 static_assert(sizeof(PlayerBuffAnim) == 0x10, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4083 static_assert(sizeof(ProjectileAnim) == 0x1C, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4084 static_assert(sizeof(stru6) == 0x5F8, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4085 static_assert(sizeof(IndoorCameraD3D_Vec3) == 0x10, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4086 static_assert(sizeof(IndoorCameraD3D_Vec4) == 0x18, "Wrong type size"); //should be 14 (10 vec3 + 4 vdtor) but 18 coz of his +4 from own vdtor, but it is odd since vdtor already present from vec3
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4087 //static_assert(sizeof(IndoorCameraD3D) == 0x1A1384, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4088 static_assert(sizeof(StationaryLight) == 0xC, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4089 static_assert(sizeof(LightsStack_StationaryLight_) == 0x12C8, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4090 static_assert(sizeof(MobileLight) == 0x12, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4091 static_assert(sizeof(LightsStack_MobileLight_) == 0x1C28, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4092 static_assert(sizeof(Game) == 0xE78, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4093 static_assert(sizeof(stru141_actor_collision_object) == 0xA8, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4094 static_assert(sizeof(ActionQueue) == 0x7C, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4095 static_assert(sizeof(NPCData) == 0x4C, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4096 static_assert(sizeof(NPCStats) == 0x17FFC, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4097 static_assert(sizeof(BspRenderer) == 0x53740, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4098 static_assert(sizeof(PaletteManager) == 0x267AF0, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4099 static_assert(sizeof(ViewingParams) == 0x26C, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4100 //static_assert(sizeof(IndoorCamera) == 0x50, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4101 static_assert(sizeof(Bloodsplat) == 0x28, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4102 static_assert(sizeof(BloodsplatContainer) == 0xA0C, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4103 static_assert(sizeof(TrailParticle) == 0x18, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4104 static_assert(sizeof(EventIndex) == 0xC, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4105 static_assert(sizeof(_2devent) == 0x34, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4106 static_assert(sizeof(stru176) == 0x20, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4107 static_assert(sizeof(SavegameHeader) == 0x64, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4108 static_assert(sizeof(SavegameList) == 0x3138, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4109 static_assert(sizeof(StorylineText) == 0x160, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4110 static_assert(sizeof(FactionTable) == 0x1EF1, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4111 static_assert(sizeof(Decal) == 0xC20, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4112 static_assert(sizeof(DecalBuilder) == 0x30C038, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4113 static_assert(sizeof(MonsterInfo) == 0x58, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4114 static_assert(sizeof(MonsterStats) == 0x5BA0, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4115 static_assert(sizeof(RenderD3D) == 0x148, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4116 // static_assert(sizeof(Render) == 0x129844, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4117 static_assert(sizeof(Player) == 0x1B3C, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4118 static_assert(sizeof(PartyTimeStruct) == 0x678, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4119 static_assert(sizeof(Party) == 0x16238, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4120 static_assert(sizeof(GUIButton) == 0xBC, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4121 static_assert(sizeof(GUIWindow) == 0x54, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4122 static_assert(sizeof(GUIProgressBar) == 0x1B8, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4123 static_assert(sizeof(GUIFont) == 0x1020, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4124 // static_assert(sizeof(stru262_TurnBased) == 0x40, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4125 static_assert(sizeof(ArcomageGame) == 0xFB, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4126 static_assert(sizeof(CastSpellInfo) == 0x14, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4127 static_assert(sizeof(ArcomageCard) == 0x6C, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4128 static_assert(sizeof(stru320) == 0x3FC, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4129 static_assert(sizeof(TravelInfo) == 0x20, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4130 static_assert(sizeof(stru336) == 0x798, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4131 static_assert(sizeof(Vec3_short_) == 6, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4132 static_assert(sizeof(BLVFace) == 96, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4133 static_assert(sizeof(BLVFaceExtra) == 36, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4134 static_assert(sizeof(BLVSector) == 116, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4135 static_assert(sizeof(LevelDecoration) == 32, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4136 static_assert(sizeof(BLVLightMM7) == 16, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4137 static_assert(sizeof(BSPNode) == 8, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4138 static_assert(sizeof(SpawnPointMM7) == 24, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4139 static_assert(sizeof(DDM_DLV_Header) == 40, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4140 static_assert(sizeof(Actor) == 836, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4141 static_assert(sizeof(SpriteObject) == 112, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4142 static_assert(sizeof(Chest) == 5324, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4143 static_assert(sizeof(stru123) == 0xC8, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4144 static_assert(sizeof(BLVMapOutline) == 12, "Wrong type size");
bc7a6ee34316 IntegrityTest size tests changed to static_asserts
Grumpy7
parents: 1861
diff changeset
4145 static_assert(sizeof(LODSprite) == 0x28, "Wrong type size");
522
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
4146 }
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
4147
168
ee11772d0ad2 New sky (turn on -new_sky console command)
Nomad
parents: 141
diff changeset
4148 bool new_sky = false;
1765
53c0453f4eb2 new_draw_object_dist
Ritor1
parents: 1747
diff changeset
4149 bool new_draw_object_dist = true;
2128
0d0aa7c1ccdd Savegame_screenshot continue
Ritor1
parents: 2121
diff changeset
4150 bool change_seasons = false;
894
df0ffbb70cc6 all_magic flag
Ritor1
parents: 891
diff changeset
4151 bool all_magic = true;
1511
Ritor1
parents: 1507
diff changeset
4152 bool wizard_eye = false;
1837
303a56458f7b viewing_angle
Ritor1
parents: 1836
diff changeset
4153 bool debug_information = false;
303a56458f7b viewing_angle
Ritor1
parents: 1836
diff changeset
4154 bool show_picked_face = false;
1507
a109bb203e28 UIGame.cpp cleaning(continue) GameUI_DrawMinimap
Ritor1
parents: 1506
diff changeset
4155 bool draw_debug_line = false;
2082
c15871e2d743 wakingsound and runingsound
Ritor1
parents: 2069
diff changeset
4156 bool new_speed = false;
2043
2ccf638342d6 int max_flight_height and GetCeilingHeight function
Ritor1
parents: 2042
diff changeset
4157 int max_flight_height = 4000;
2034
cc197a3b6eff GetScriptFileLocation
Ritor1
parents: 2033
diff changeset
4158
2037
7a9477135943 Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents: 2035
diff changeset
4159
7a9477135943 Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents: 2035
diff changeset
4160
7a9477135943 Renamed Math.h -> OurMath.h (file resolution was sometimes ambiguous)
Nomad
parents: 2035
diff changeset
4161
0
Ritor1
parents:
diff changeset
4162 //----- (00462C94) --------------------------------------------------------
Ritor1
parents:
diff changeset
4163 bool MM_Main(const wchar_t *pCmdLine)
Ritor1
parents:
diff changeset
4164 {
522
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
4165 IntegrityTest();
1706
7153ee05d088 Fixed window shrink due to menu
Nomad
parents: 1659
diff changeset
4166
246
1bfe546561c4 sprintfex
Nomad
parents: 234
diff changeset
4167 char test[1024];
522
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
4168 sprintfex(test, "^Pi[%s]: çíàõàð^R[ü;êà;]", "Çîëòàí");
61343380715b Origianl structures integrity test added
Nomad
parents: 520
diff changeset
4169
2052
71a814f4482a Moved implementation to cpp
Nomad
parents: 2050
diff changeset
4170 lua = new LuaVM;
71a814f4482a Moved implementation to cpp
Nomad
parents: 2050
diff changeset
4171 lua->Initialize();
2031
e21db9518295 Lua included
Ritor1
parents: 2021
diff changeset
4172
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
4173 bool bNoMargareth = false;
0
Ritor1
parents:
diff changeset
4174 if (pCmdLine && *pCmdLine)
Ritor1
parents:
diff changeset
4175 {
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
4176 //if (wcsstr(pCmdLine, L"-usedefs"))
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
4177 // bDebugResouces = 1;
0
Ritor1
parents:
diff changeset
4178 if (wcsstr(pCmdLine, L"-window"))
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
4179 dword_6BE368_debug_settings_2 |= DEBUG_SETTINGS_RUN_IN_WIDOW;
0
Ritor1
parents:
diff changeset
4180
Ritor1
parents:
diff changeset
4181 if (wcsstr(pCmdLine, L"-nointro"))
Ritor1
parents:
diff changeset
4182 bNoIntro = true;//dword_6BE364_game_settings_1 |= 4;
Ritor1
parents:
diff changeset
4183 if (wcsstr(pCmdLine, L"-nologo"))
Ritor1
parents:
diff changeset
4184 bNoLogo = true;//dword_6BE364_game_settings_1 |= 8;
Ritor1
parents:
diff changeset
4185 if (wcsstr(pCmdLine, L"-nosound"))
Ritor1
parents:
diff changeset
4186 bNoSound = true; //dword_6BE364_game_settings_1 |= 0x10;
Ritor1
parents:
diff changeset
4187
Ritor1
parents:
diff changeset
4188 bWalkSound = ReadWindowsRegistryInt("WalkSound", 1) != 0;
Ritor1
parents:
diff changeset
4189 if (wcsstr(pCmdLine, L"-nowalksound"))
Ritor1
parents:
diff changeset
4190 bWalkSound = false;//dword_6BE364_game_settings_1 |= 0x20;
256
c5e5c5146957 -novideo command arg
Nomad
parents: 254
diff changeset
4191 if (wcsstr(pCmdLine, L"-novideo"))
0
Ritor1
parents:
diff changeset
4192 {
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
4193 dword_6BE364_game_settings_1 |= GAME_SETTINGS_NO_HOUSE_ANIM;
0
Ritor1
parents:
diff changeset
4194 bNoVideo = true;
Ritor1
parents:
diff changeset
4195 }
Ritor1
parents:
diff changeset
4196 if (wcsstr(pCmdLine, L"-nocd"))
Ritor1
parents:
diff changeset
4197 bNoCD = true;
168
ee11772d0ad2 New sky (turn on -new_sky console command)
Nomad
parents: 141
diff changeset
4198 if (wcsstr(pCmdLine, L"-new_sky"))
ee11772d0ad2 New sky (turn on -new_sky console command)
Nomad
parents: 141
diff changeset
4199 new_sky = true;
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
4200 if (wcsstr(pCmdLine, L"-nomarg"))
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
4201 bNoMargareth = true;
0
Ritor1
parents:
diff changeset
4202 }
Ritor1
parents:
diff changeset
4203
Ritor1
parents:
diff changeset
4204
731
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
4205 /*v8 = _4AC1C9_get_cpu_speed(0, (Vec4_int_ *)a2);
0
Ritor1
parents:
diff changeset
4206 Rect.left = *(int *)v8;
Ritor1
parents:
diff changeset
4207 Rect.top = *(int *)(v8 + 4);
Ritor1
parents:
diff changeset
4208 Rect.right = *(int *)(v8 + 8);
Ritor1
parents:
diff changeset
4209 Rect.bottom = *(int *)(v8 + 12);
731
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
4210 uCPUSpeed = Rect.bottom;*/
de482c901171 Moved unused CPU detection stuff to a separate file.
Nomad
parents: 728
diff changeset
4211 uCPUSpeed = 2048; // about 2GHz
4
8e33efd39355 15.01.13(work)
Ritor1
parents: 3
diff changeset
4212
2035
cef3439340fa .i rename
Ritor1
parents: 2034
diff changeset
4213 //constructors();
4
8e33efd39355 15.01.13(work)
Ritor1
parents: 3
diff changeset
4214
1655
a7eebb6ee7a2 Window Resize (change arguments to MM7_Initialize)
Nomad
parents: 1643
diff changeset
4215 if (!MM7_Initialize(640, 480))
734
2f4e33c1ed24 stru154
Nomad
parents: 733
diff changeset
4216 {
2f4e33c1ed24 stru154
Nomad
parents: 733
diff changeset
4217 Log::Warning(L"MM init: failed");
2f4e33c1ed24 stru154
Nomad
parents: 733
diff changeset
4218 pGame->Deinitialize();
2f4e33c1ed24 stru154
Nomad
parents: 733
diff changeset
4219 return 1;
2f4e33c1ed24 stru154
Nomad
parents: 733
diff changeset
4220 }
0
Ritor1
parents:
diff changeset
4221
Ritor1
parents:
diff changeset
4222 pEventTimer->Pause();
1397
eb02a65e5c82 Quick Spell fixed.
Nomad
parents: 1391
diff changeset
4223
373
edd2d8b7e3c4 Interface reloading fix & party alignment enum
Nomad
parents: 366
diff changeset
4224 SetUserInterface(PartyAlignment_Neutral, false);
0
Ritor1
parents:
diff changeset
4225 ShowIntroVideo_and_LoadingScreen();
Ritor1
parents:
diff changeset
4226 WriteWindowsRegistryInt("Ran once", 1);
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
4227 dword_6BE364_game_settings_1 |= GAME_SETTINGS_4000;
0
Ritor1
parents:
diff changeset
4228 pGame->InitializeGammaController();
Ritor1
parents:
diff changeset
4229 SecondaryInitialization();
1541
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
4230 pRenderer->SetRasterClipRect(0, 0, 639, 479);
0
Ritor1
parents:
diff changeset
4231 FinalInitialization();
Ritor1
parents:
diff changeset
4232
Ritor1
parents:
diff changeset
4233 Log::Warning(L"MM: entering main loop");
Ritor1
parents:
diff changeset
4234 while ( 1 )
Ritor1
parents:
diff changeset
4235 {
1980
c1c74df0a33e changing most of auto types to their actual types
Grumpy7
parents: 1948
diff changeset
4236 MainMenuWindow* main_menu_window = MainMenuWindow::Create();
1815
bd899dfd976c MainMenuWindow
Nomad
parents: 1803
diff changeset
4237 window->AddControl(main_menu_window);
bd899dfd976c MainMenuWindow
Nomad
parents: 1803
diff changeset
4238
165
Ritor1
parents: 162
diff changeset
4239 MainMenu_Loop();
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4240 uGameState = GAME_STATE_PLAYING;
0
Ritor1
parents:
diff changeset
4241 while ( 1 )
Ritor1
parents:
diff changeset
4242 {
2098
7810cb3a5fb7 Popup window in MainMenu not shown
Ritor1
parents: 2082
diff changeset
4243 if (uGameState == GAME_FINISHED || GetCurrentMenuID() == MENU_EXIT_GAME)
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4244 {
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4245 pGame->Deinitialize();
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4246 return true;
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4247 }
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4248
165
Ritor1
parents: 162
diff changeset
4249 if (GetCurrentMenuID() == MENU_NEWGAME)
0
Ritor1
parents:
diff changeset
4250 {
Ritor1
parents:
diff changeset
4251 if ( pAudioPlayer->hAILRedbook )
165
Ritor1
parents: 162
diff changeset
4252 AIL_redbook_stop(pAudioPlayer->hAILRedbook);
Ritor1
parents: 162
diff changeset
4253 pParty->Reset();
783
b27dd658ea77 Taveling by foot fixed.
Nomad
parents: 775
diff changeset
4254 pOtherOverlayList->Reset();
b27dd658ea77 Taveling by foot fixed.
Nomad
parents: 775
diff changeset
4255
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
4256 strcpy(pCurrentMapName, pStartingMapName);
165
Ritor1
parents: 162
diff changeset
4257 pParty->CreateDefaultParty(0);
0
Ritor1
parents:
diff changeset
4258 PlayerCreationUI_Initialize();
165
Ritor1
parents: 162
diff changeset
4259 if ( PlayerCreationUI_Loop() )
0
Ritor1
parents:
diff changeset
4260 {
Ritor1
parents:
diff changeset
4261 DeleteCCharFont();
165
Ritor1
parents: 162
diff changeset
4262 break;
0
Ritor1
parents:
diff changeset
4263 }
Ritor1
parents:
diff changeset
4264 DeleteCCharFont();
Ritor1
parents:
diff changeset
4265 bFlashQuestBook = true;
1397
eb02a65e5c82 Quick Spell fixed.
Nomad
parents: 1391
diff changeset
4266 PlayFullscreenMovie(MOVIE_Emerald);
eb02a65e5c82 Quick Spell fixed.
Nomad
parents: 1391
diff changeset
4267 //pGame->pCShow->PlayMovie(MOVIE_Emerald, 0);
837
bebc19f3d2af Save/load work with some problems
Gloval
parents: 821
diff changeset
4268 SaveNewGame();
1052
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
4269
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
4270 if (bNoMargareth)
d48c762de563 -nomarg
Nomad
parents: 1051
diff changeset
4271 _449B7E_toggle_bit(pParty->_quest_bits, PARTY_QUEST_EMERALD_MARGARETH_OFF, 1);
165
Ritor1
parents: 162
diff changeset
4272 pGame->Loop();
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4273
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4274 if (uGameState == GAME_STATE_NEWGAME_OUT_GAMEMENU)
165
Ritor1
parents: 162
diff changeset
4275 {
Ritor1
parents: 162
diff changeset
4276 SetCurrentMenuID(MENU_NEWGAME);
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4277 uGameState = GAME_STATE_PLAYING;
165
Ritor1
parents: 162
diff changeset
4278 continue;
Ritor1
parents: 162
diff changeset
4279 }
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4280 else if (uGameState == GAME_STATE_GAME_QUITTING_TO_MAIN_MENU)
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4281 break;
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4282
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4283 assert(false && "Invalid game state");
165
Ritor1
parents: 162
diff changeset
4284 }
Ritor1
parents: 162
diff changeset
4285 if (GetCurrentMenuID() == MENU_CREDITS)
0
Ritor1
parents:
diff changeset
4286 {
Ritor1
parents:
diff changeset
4287 if ( pAudioPlayer->hAILRedbook )
165
Ritor1
parents: 162
diff changeset
4288 AIL_redbook_stop(pAudioPlayer->hAILRedbook);
1033
3a5c8df8381d * UI cleans and moves
Nomad
parents: 1031
diff changeset
4289 MainMenuUI_Credits_Loop();
0
Ritor1
parents:
diff changeset
4290 break;
Ritor1
parents:
diff changeset
4291 }
961
5a12082c803d UIMSG and WINDOW_Type(continue)
Ritor1
parents: 957
diff changeset
4292 if (GetCurrentMenuID() == MENU_5 || GetCurrentMenuID() == MENU_LoadingProcInMainMenu)
2
89240115d392 MainMenuBtn(work)
Ritor1
parents: 0
diff changeset
4293 {
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4294 uGameState = GAME_STATE_PLAYING;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4295 pGame->Loop();
2
89240115d392 MainMenuBtn(work)
Ritor1
parents: 0
diff changeset
4296 }
4
8e33efd39355 15.01.13(work)
Ritor1
parents: 3
diff changeset
4297 else
961
5a12082c803d UIMSG and WINDOW_Type(continue)
Ritor1
parents: 957
diff changeset
4298 {
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
4299 if (GetCurrentMenuID() == MENU_DebugBLVLevel)
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4300 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4301 pMouse->Activate(0);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4302
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4303 pParty->Reset();
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4304 pParty->CreateDefaultParty(1);
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1543
diff changeset
4305
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1543
diff changeset
4306 __debugbreak();
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1543
diff changeset
4307 /*extern void CreateDefaultBLVLevel();
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
4308 CreateDefaultBLVLevel();
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
4309
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1543
diff changeset
4310 OPENFILENAMEA ofn;
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4311 if ( !GetOpenFileNameA((LPOPENFILENAMEA)&ofn) )
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4312 {
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4313 pMouse->Activate(1);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4314 break;
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4315 }
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4316 _chdir("..\\");
1545
c4ab816fcc5e assert, Abortf, AbortWithError -> Assert, Error
Nomad
parents: 1543
diff changeset
4317 strcpy(pCurrentMapName, ofn.lpstrFileTitle);*/
1416
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4318 pMouse->Activate(1);
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4319 pGame->Loop();
b69805ffeb4b mm7_2.cpp cleaning
zipi
parents: 1415
diff changeset
4320 }
492
Gloval
parents: 484
diff changeset
4321 }
1214
0d6c7ff3cddd simplified stru193_math constructor and class definition
Grumpy7
parents: 1205
diff changeset
4322 if ( uGameState == GAME_STATE_LOADING_GAME )
961
5a12082c803d UIMSG and WINDOW_Type(continue)
Ritor1
parents: 957
diff changeset
4323 {
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4324 SetCurrentMenuID(MENU_5);
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4325 uGameState = GAME_STATE_PLAYING;
0
Ritor1
parents:
diff changeset
4326 continue;
961
5a12082c803d UIMSG and WINDOW_Type(continue)
Ritor1
parents: 957
diff changeset
4327 }
165
Ritor1
parents: 162
diff changeset
4328 if ( uGameState == GAME_STATE_NEWGAME_OUT_GAMEMENU )
101
2fb33d31ca0d 8.02.13
Ritor1
parents: 90
diff changeset
4329 {
2fb33d31ca0d 8.02.13
Ritor1
parents: 90
diff changeset
4330 SetCurrentMenuID(MENU_NEWGAME);
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4331 uGameState = GAME_STATE_PLAYING;
0
Ritor1
parents:
diff changeset
4332 continue;
101
2fb33d31ca0d 8.02.13
Ritor1
parents: 90
diff changeset
4333 }
907
f3ccfc765502 RentRoom
Ritor1
parents: 900
diff changeset
4334 if ( uGameState == GAME_STATE_GAME_QUITTING_TO_MAIN_MENU)// from the loaded game
f3ccfc765502 RentRoom
Ritor1
parents: 900
diff changeset
4335 {
0
Ritor1
parents:
diff changeset
4336 pAudioPlayer->StopChannels(-1, -1);
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4337 uGameState = GAME_STATE_PLAYING;
0
Ritor1
parents:
diff changeset
4338 break;
907
f3ccfc765502 RentRoom
Ritor1
parents: 900
diff changeset
4339 }
0
Ritor1
parents:
diff changeset
4340 }
Ritor1
parents:
diff changeset
4341 if (!bNoSound && pAudioPlayer->hAILRedbook)
Ritor1
parents:
diff changeset
4342 {
328
8e23edf57e27 little fix
Ritor1
parents: 327
diff changeset
4343 pAudioPlayer->SetMusicVolume(pSoundVolumeLevels[uMusicVolimeMultiplier] * 64.0f);
0
Ritor1
parents:
diff changeset
4344 AIL_redbook_stop(pAudioPlayer->hAILRedbook);
1541
86cb7398d2a8 mm8 icons
Nomad
parents: 1477
diff changeset
4345 unsigned int startms, end_ms;
0
Ritor1
parents:
diff changeset
4346 AIL_redbook_track_info(pAudioPlayer->hAILRedbook, 0xE, &startms, &end_ms);
Ritor1
parents:
diff changeset
4347 AIL_redbook_play(pAudioPlayer->hAILRedbook, startms + 1, end_ms);
Ritor1
parents:
diff changeset
4348 }
Ritor1
parents:
diff changeset
4349 }
2050
bf89a2e9eea1 LuaClass.h
Ritor1
parents: 2044
diff changeset
4350 //lua_close(L);
0
Ritor1
parents:
diff changeset
4351 pGame->Deinitialize();
734
2f4e33c1ed24 stru154
Nomad
parents: 733
diff changeset
4352 return 1;
0
Ritor1
parents:
diff changeset
4353 }
Ritor1
parents:
diff changeset
4354
Ritor1
parents:
diff changeset
4355 //----- (004637E0) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
4356 char sub_4637E0_is_there_popup_onscreen()
0
Ritor1
parents:
diff changeset
4357 {
Ritor1
parents:
diff changeset
4358 return dword_507BF0_is_there_popup_onscreen == 1;
Ritor1
parents:
diff changeset
4359 }
Ritor1
parents:
diff changeset
4360 // 507BF0: using guessed type int dword_507BF0_is_there_popup_onscreen;
Ritor1
parents:
diff changeset
4361
Ritor1
parents:
diff changeset
4362 //----- (00466082) --------------------------------------------------------
Ritor1
parents:
diff changeset
4363 void MM6_Initialize(const wchar_t *pIniFilename)
Ritor1
parents:
diff changeset
4364 {
Ritor1
parents:
diff changeset
4365 //int v0; // eax@1
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
4366 //UINT v1; // eax@18
0
Ritor1
parents:
diff changeset
4367 size_t v2; // eax@31
Ritor1
parents:
diff changeset
4368 size_t v3; // ebx@32
Ritor1
parents:
diff changeset
4369 size_t v4; // edi@36
Ritor1
parents:
diff changeset
4370 //char v5[120]; // [sp+Ch] [bp-17Ch]@1
Ritor1
parents:
diff changeset
4371 //char String[120]; // [sp+84h] [bp-104h]@32
Ritor1
parents:
diff changeset
4372 char pDefaultGroundTexture[16]; // [sp+FCh] [bp-8Ch]@32
Ritor1
parents:
diff changeset
4373 //char pIniFilename[120]; // [sp+10Ch] [bp-7Ch]@1
Ritor1
parents:
diff changeset
4374 unsigned int v9; // [sp+184h] [bp-4h]@28
Ritor1
parents:
diff changeset
4375
Ritor1
parents:
diff changeset
4376 //_getcwd(v5, 120);
Ritor1
parents:
diff changeset
4377 //sprintfex(pIniFilename, "%s\\mm6.ini", v5);
Ritor1
parents:
diff changeset
4378 viewparams = new ViewingParams;
819
9359c114f98c More on screenshot
Nomad
parents: 818
diff changeset
4379 game_viewport_x = viewparams->uScreen_topL_X = GetPrivateProfileIntW(L"screen", L"vx1", 8, pIniFilename);
9359c114f98c More on screenshot
Nomad
parents: 818
diff changeset
4380 game_viewport_y = viewparams->uScreen_topL_Y = GetPrivateProfileIntW(L"screen", L"vy1", 8, pIniFilename);
9359c114f98c More on screenshot
Nomad
parents: 818
diff changeset
4381 game_viewport_z = viewparams->uScreen_BttmR_X = GetPrivateProfileIntW(L"screen", L"vx2", 468, pIniFilename);
9359c114f98c More on screenshot
Nomad
parents: 818
diff changeset
4382 game_viewport_w = viewparams->uScreen_BttmR_Y = GetPrivateProfileIntW(L"screen", L"vy2", 351, pIniFilename);
9359c114f98c More on screenshot
Nomad
parents: 818
diff changeset
4383 game_viewport_width = game_viewport_z - game_viewport_x;
9359c114f98c More on screenshot
Nomad
parents: 818
diff changeset
4384 game_viewport_height = game_viewport_w - game_viewport_y + 1;
0
Ritor1
parents:
diff changeset
4385
Ritor1
parents:
diff changeset
4386
Ritor1
parents:
diff changeset
4387 pAudioPlayer = new AudioPlayer;
Ritor1
parents:
diff changeset
4388 pAudioPlayer->uMixerChannels = GetPrivateProfileIntW(L"settings", L"mixerchannels", 16, pIniFilename);
Ritor1
parents:
diff changeset
4389 if ( pAudioPlayer->uMixerChannels > 16 )
Ritor1
parents:
diff changeset
4390 pAudioPlayer->uMixerChannels = 16;
Ritor1
parents:
diff changeset
4391
Ritor1
parents:
diff changeset
4392
Ritor1
parents:
diff changeset
4393 if (GetPrivateProfileIntW(L"debug", L"nomonster", 0, pIniFilename))
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
4394 dword_6BE368_debug_settings_2 |= DEBUG_SETTINGS_NO_ACTORS;
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
4395 if (ReadWindowsRegistryInt("startinwindow", 0))
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
4396 dword_6BE368_debug_settings_2 |= DEBUG_SETTINGS_RUN_IN_WIDOW;
0
Ritor1
parents:
diff changeset
4397 if (GetPrivateProfileIntW(L"debug", L"showFR", 0, pIniFilename))
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
4398 dword_6BE368_debug_settings_2 |= DEBUG_SETTINGS_0002_SHOW_FR;
0
Ritor1
parents:
diff changeset
4399 if (GetPrivateProfileIntW(L"debug", L"nodamage", 0, pIniFilename))
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
4400 dword_6BE368_debug_settings_2 |= DEBUG_SETTINGS_NO_DAMAGE;
0
Ritor1
parents:
diff changeset
4401 if (GetPrivateProfileIntW(L"debug", L"nodecoration", 0, pIniFilename))
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
4402 dword_6BE368_debug_settings_2 |= DEBUG_SETTINGS_NO_DECORATIONS;
0
Ritor1
parents:
diff changeset
4403
Ritor1
parents:
diff changeset
4404 wchar_t pStartingMapNameW[1024];
Ritor1
parents:
diff changeset
4405 GetPrivateProfileStringW(L"file", L"startmap", L"out01.odm", pStartingMapNameW, 0x20u, pIniFilename);
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
4406 sprintf(pStartingMapName, "%S", pStartingMapNameW);
0
Ritor1
parents:
diff changeset
4407
Ritor1
parents:
diff changeset
4408 v9 = 0;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
4409 if ( strlen(pStartingMapName) )
0
Ritor1
parents:
diff changeset
4410 {
Ritor1
parents:
diff changeset
4411 do
Ritor1
parents:
diff changeset
4412 {
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
4413 if ( pStartingMapName[v9] == ' ' )
0
Ritor1
parents:
diff changeset
4414 pStartingMapName[v9] = 0;
Ritor1
parents:
diff changeset
4415 ++v9;
1477
7ef4b64f6329 * LODFile::LoadBitmaps & LODFile::LoadIconsOrEvents are merged into LODFile::Load
Nomad
parents: 1467
diff changeset
4416 v2 = strlen(pStartingMapName);
0
Ritor1
parents:
diff changeset
4417 }
Ritor1
parents:
diff changeset
4418 while ( v9 < v2 );
Ritor1
parents:
diff changeset
4419 }
Ritor1
parents:
diff changeset
4420
1637
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
4421 pODMRenderParams = new ODMRenderParams;
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
4422 pODMRenderParams->outdoor_no_mist = GetPrivateProfileIntW(L"debug", L"noMist", 0, pIniFilename);
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
4423 pODMRenderParams->bNoSky = GetPrivateProfileIntW(L"outdoor", L"nosky", 0, pIniFilename);
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
4424 pODMRenderParams->bDoNotRenderDecorations = GetPrivateProfileIntW(L"render", L"nodecorations", 0, pIniFilename);
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
4425 pODMRenderParams->outdoor_no_wavy_water = GetPrivateProfileIntW(L"outdoor", L"nowavywater", 0, pIniFilename);
0
Ritor1
parents:
diff changeset
4426 outdoor_grid_band_1 = GetPrivateProfileIntW(L"outdoor", L"gridband1", 10, pIniFilename);
Ritor1
parents:
diff changeset
4427 outdoor_grid_band_2 = GetPrivateProfileIntW(L"outdoor", L"gridband2", 15, pIniFilename);
Ritor1
parents:
diff changeset
4428 outdoor_grid_band_3 = GetPrivateProfileIntW(L"outdoor", L"gridband3", 25, pIniFilename);
1637
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
4429 pODMRenderParams->terrain_gamma = GetPrivateProfileIntW(L"outdoor", L"ter_gamma", 0, pIniFilename);
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
4430 pODMRenderParams->building_gamme = GetPrivateProfileIntW(L"outdoor", L"bld_gamma", 0, pIniFilename);
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
4431 pODMRenderParams->shading_dist_shade = GetPrivateProfileIntW(L"shading", L"dist_shade", 2048, pIniFilename);
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
4432 pODMRenderParams->shading_dist_shademist = GetPrivateProfileIntW(L"shading", L"dist_shademist", 4096, pIniFilename);
1765
53c0453f4eb2 new_draw_object_dist
Ritor1
parents: 1747
diff changeset
4433
53c0453f4eb2 new_draw_object_dist
Ritor1
parents: 1747
diff changeset
4434 int dist = 0x2000;
53c0453f4eb2 new_draw_object_dist
Ritor1
parents: 1747
diff changeset
4435 extern bool new_draw_object_dist;
53c0453f4eb2 new_draw_object_dist
Ritor1
parents: 1747
diff changeset
4436 if ( new_draw_object_dist )
53c0453f4eb2 new_draw_object_dist
Ritor1
parents: 1747
diff changeset
4437 dist = 0x6000;
53c0453f4eb2 new_draw_object_dist
Ritor1
parents: 1747
diff changeset
4438 pODMRenderParams->shading_dist_mist = GetPrivateProfileIntW(L"shading", L"dist_mist", dist, pIniFilename);
0
Ritor1
parents:
diff changeset
4439
Ritor1
parents:
diff changeset
4440 wchar_t pDefaultSkyTextureW[1024];
Ritor1
parents:
diff changeset
4441 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
4442 sprintf(pDefaultSkyTexture.data(), "%S", pDefaultSkyTextureW);
0
Ritor1
parents:
diff changeset
4443
Ritor1
parents:
diff changeset
4444 wchar_t pDefaultGroundTextureW[1024];
Ritor1
parents:
diff changeset
4445 GetPrivateProfileStringW(L"textures", L"default", L"dirt", pDefaultGroundTextureW, 0x10u, pIniFilename);
Ritor1
parents:
diff changeset
4446 sprintf(pDefaultGroundTexture, "%S", pDefaultGroundTextureW);
Ritor1
parents:
diff changeset
4447
Ritor1
parents:
diff changeset
4448 wchar_t pFloat[1024];
Ritor1
parents:
diff changeset
4449 GetPrivateProfileStringW(L"debug", L"recmod1", L"1.0", pFloat, 0x10u, pIniFilename);
Ritor1
parents:
diff changeset
4450 swscanf(pFloat, L"%f", &flt_6BE3A4_debug_recmod1);
Ritor1
parents:
diff changeset
4451
Ritor1
parents:
diff changeset
4452 GetPrivateProfileStringW(L"debug", L"recmod2", L"1.0", pFloat, 0x10u, pIniFilename);
Ritor1
parents:
diff changeset
4453 swscanf(pFloat, L"%f", &flt_6BE3A8_debug_recmod2);
Ritor1
parents:
diff changeset
4454
Ritor1
parents:
diff changeset
4455 flt_6BE3AC_debug_recmod1_x_1_6 = flt_6BE3A4_debug_recmod1 * 1.666666666666667;
Ritor1
parents:
diff changeset
4456
Ritor1
parents:
diff changeset
4457 v3 = 0;
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
4458 if ( strlen(pDefaultSkyTexture.data()) )
0
Ritor1
parents:
diff changeset
4459 {
Ritor1
parents:
diff changeset
4460 do
Ritor1
parents:
diff changeset
4461 {
Ritor1
parents:
diff changeset
4462 if ( pDefaultSkyTexture[v3] == ' ' )
Ritor1
parents:
diff changeset
4463 pDefaultSkyTexture[v3] = 0;
Ritor1
parents:
diff changeset
4464 ++v3;
Ritor1
parents:
diff changeset
4465 }
1205
8c02e6f74b29 arrays to std::arrays phase 2 - mm7_data.h converted
Grumpy7
parents: 1203
diff changeset
4466 while ( v3 < strlen(pDefaultSkyTexture.data()) );
0
Ritor1
parents:
diff changeset
4467 }
Ritor1
parents:
diff changeset
4468 v4 = 0;
Ritor1
parents:
diff changeset
4469 if ( strlen(pDefaultGroundTexture) )
Ritor1
parents:
diff changeset
4470 {
Ritor1
parents:
diff changeset
4471 do
Ritor1
parents:
diff changeset
4472 {
Ritor1
parents:
diff changeset
4473 if ( pDefaultGroundTexture[v4] == ' ' )
Ritor1
parents:
diff changeset
4474 pDefaultGroundTexture[v4] = 0;
Ritor1
parents:
diff changeset
4475 ++v4;
Ritor1
parents:
diff changeset
4476 }
Ritor1
parents:
diff changeset
4477 while ( v4 < strlen(pDefaultGroundTexture) );
Ritor1
parents:
diff changeset
4478 }
Ritor1
parents:
diff changeset
4479
Ritor1
parents:
diff changeset
4480 MM7Initialization();
Ritor1
parents:
diff changeset
4481 }
Ritor1
parents:
diff changeset
4482
Ritor1
parents:
diff changeset
4483 //----- (004666D5) --------------------------------------------------------
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
4484 void MM7Initialization()
0
Ritor1
parents:
diff changeset
4485 {
Ritor1
parents:
diff changeset
4486 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor )
Ritor1
parents:
diff changeset
4487 {
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
4488 /*if (byte_6BE388_graphicsmode == 0)
0
Ritor1
parents:
diff changeset
4489 {
Ritor1
parents:
diff changeset
4490 outdoor_grid_band_1 = 10;
Ritor1
parents:
diff changeset
4491 outdoor_grid_band_2 = 15;
Ritor1
parents:
diff changeset
4492 outdoor_grid_band_3 = 20;
1637
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
4493 pODMRenderParams->shading_dist_mist = 8192;
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
4494 pODMRenderParams->bNoSky = false;
0
Ritor1
parents:
diff changeset
4495 LOBYTE(viewparams->field_20) = 0;
2151
92511cd8fcdb Cleaned some variables.
Nomad
parents: 2137
diff changeset
4496 }*/
1637
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
4497 pODMRenderParams->shading_dist_shade = 2048;
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
4498 pODMRenderParams->terrain_gamma = 0;
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
4499 pODMRenderParams->building_gamme = 0;
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
4500 pODMRenderParams->shading_dist_shademist = 4096;
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
4501 pODMRenderParams->outdoor_no_wavy_water = 0;
1410
38df78aba732 deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents: 1409
diff changeset
4502 //_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
4503 {
1637
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
4504 pODMRenderParams->outdoor_grid_band_3 = outdoor_grid_band_3;
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
4505 pODMRenderParams->uPickDepth = outdoor_grid_band_3 * 512;
1410
38df78aba732 deleted stru220.h and stru220 (bezier terrain stuff)
Nomad
parents: 1409
diff changeset
4506 }
0
Ritor1
parents:
diff changeset
4507 }
Ritor1
parents:
diff changeset
4508 else
Ritor1
parents:
diff changeset
4509 {
Ritor1
parents:
diff changeset
4510 LOBYTE(viewparams->field_20) = 0;
Ritor1
parents:
diff changeset
4511 }
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4512 pParty->uFlags |= 2;
692
066e2b29b30f viewport.cpp added
Gloval
parents: 677
diff changeset
4513 viewparams->uSomeY = viewparams->uScreen_topL_Y;
066e2b29b30f viewport.cpp added
Gloval
parents: 677
diff changeset
4514 viewparams->uSomeX = viewparams->uScreen_topL_X;
066e2b29b30f viewport.cpp added
Gloval
parents: 677
diff changeset
4515 viewparams->uSomeZ = viewparams->uScreen_BttmR_X;
066e2b29b30f viewport.cpp added
Gloval
parents: 677
diff changeset
4516 viewparams->uSomeW = viewparams->uScreen_BttmR_Y;
066e2b29b30f viewport.cpp added
Gloval
parents: 677
diff changeset
4517
066e2b29b30f viewport.cpp added
Gloval
parents: 677
diff changeset
4518 pViewport->SetScreen(viewparams->uScreen_topL_X, viewparams->uScreen_topL_Y, viewparams->uScreen_BttmR_X, viewparams->uScreen_BttmR_Y);
0
Ritor1
parents:
diff changeset
4519 if ( uCurrentlyLoadedLevelType == LEVEL_Outdoor )
1637
2c71fa8913d2 class OutdoorCamera -> ODMRenderParams
Nomad
parents: 1603
diff changeset
4520 pODMRenderParams->Initialize();
0
Ritor1
parents:
diff changeset
4521 }
Ritor1
parents:
diff changeset
4522
Ritor1
parents:
diff changeset
4523 //----- (00466C40) --------------------------------------------------------
Ritor1
parents:
diff changeset
4524 const wchar_t *MENU_STATE_to_string(MENU_STATE m)
Ritor1
parents:
diff changeset
4525 {
Ritor1
parents:
diff changeset
4526 switch (m)
Ritor1
parents:
diff changeset
4527 {
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4528 case -1: return L"-1";
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4529 case MENU_MAIN: return L"MENU_MAIN";
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4530 case MENU_NEWGAME: return L"MENU_NEWGAME";
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4531 case MENU_CREDITS: return L"MENU_CREDITS";
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4532 case MENU_SAVELOAD: return L"MENU_SAVELOAD";
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4533 case MENU_EXIT_GAME: return L"MENU_EXIT_GAME";
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4534 case MENU_5: return L"MENU_5";
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4535 case MENU_CREATEPARTY: return L"MENU_CREATEPARTY";
165
Ritor1
parents: 162
diff changeset
4536 case MENU_NAMEPANELESC: return L"MENU_NAMEPANELESC";
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4537 case MENU_CREDITSPROC: return L"MENU_CREDITSPROC";
961
5a12082c803d UIMSG and WINDOW_Type(continue)
Ritor1
parents: 957
diff changeset
4538 case MENU_LoadingProcInMainMenu: return L"MENU_LoadingProcInMainMenu";
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
4539 case MENU_DebugBLVLevel: return L"MENU_DebugBLVLevel";
165
Ritor1
parents: 162
diff changeset
4540 case MENU_CREDITSCLOSE: return L"MENU_CREDITSCLOSE";
982
08fd1436ef35 enums & lod
Nomad
parents: 978
diff changeset
4541 default: return L"unk";
0
Ritor1
parents:
diff changeset
4542 };
Ritor1
parents:
diff changeset
4543 };
Ritor1
parents:
diff changeset
4544 void SetCurrentMenuID(MENU_STATE uMenu)
Ritor1
parents:
diff changeset
4545 {
2006
30c2b575d25c signed fixes
zipi
parents: 2000
diff changeset
4546 sCurrentMenuID = uMenu;
0
Ritor1
parents:
diff changeset
4547
Ritor1
parents:
diff changeset
4548 Log::Warning(L"CurrentMenu = %s", MENU_STATE_to_string(uMenu));
Ritor1
parents:
diff changeset
4549 }
Ritor1
parents:
diff changeset
4550
Ritor1
parents:
diff changeset
4551 //----- (00466CA0) --------------------------------------------------------
Ritor1
parents:
diff changeset
4552 MENU_STATE GetCurrentMenuID()
Ritor1
parents:
diff changeset
4553 {
2006
30c2b575d25c signed fixes
zipi
parents: 2000
diff changeset
4554 return sCurrentMenuID;
0
Ritor1
parents:
diff changeset
4555 }
Ritor1
parents:
diff changeset
4556
Ritor1
parents:
diff changeset
4557
Ritor1
parents:
diff changeset
4558 //----- (0046A89E) --------------------------------------------------------
1459
2ca62c9e7b3c Function names
Nomad
parents: 1458
diff changeset
4559 int __fastcall _46A89E_immolation_effect(int a1, int a2, int a3)
0
Ritor1
parents:
diff changeset
4560 {
Ritor1
parents:
diff changeset
4561 int v5; // ebx@3
Ritor1
parents:
diff changeset
4562 int v6; // eax@3
Ritor1
parents:
diff changeset
4563 int v7; // ebx@3
Ritor1
parents:
diff changeset
4564 unsigned int v8; // ecx@3
Ritor1
parents:
diff changeset
4565 int v9; // edx@4
Ritor1
parents:
diff changeset
4566 unsigned int v10; // edx@6
Ritor1
parents:
diff changeset
4567 unsigned int v11; // edx@8
Ritor1
parents:
diff changeset
4568 int v13; // ecx@15
Ritor1
parents:
diff changeset
4569 int v17; // [sp+Ch] [bp-10h]@3
Ritor1
parents:
diff changeset
4570 int v18; // [sp+10h] [bp-Ch]@3
Ritor1
parents:
diff changeset
4571 int v19; // [sp+18h] [bp-4h]@1
Ritor1
parents:
diff changeset
4572
Ritor1
parents:
diff changeset
4573 v19 = 0;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4574 for ( uint i = 0; i < (signed int)uNumActors; ++i )
0
Ritor1
parents:
diff changeset
4575 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4576 v5 = abs(pActors[i].vPosition.x - pParty->vPosition.x);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4577 v17 = abs(pActors[i].vPosition.y - pParty->vPosition.y);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4578 v18 = abs(pActors[i].vPosition.z - pParty->vPosition.z);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4579 v6 = v5;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4580 v7 = v17;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4581 v8 = v18;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4582 if ( v6 < v17 )
0
Ritor1
parents:
diff changeset
4583 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4584 v9 = v6;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4585 v6 = v17;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4586 v7 = v9;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4587 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4588 if ( v6 < v18 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4589 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4590 v10 = v6;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4591 v6 = v18;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4592 v8 = v10;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4593 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4594 if ( v7 < (signed int)v8 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4595 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4596 v11 = v8;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4597 v8 = v7;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4598 v7 = v11;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4599 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4600 if ( (signed int)(((unsigned int)(11 * v7) >> 5) + (v8 >> 2) + v6) <= a3 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4601 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4602 if ( pActors[i].uAIState != Dead && pActors[i].uAIState != Dying && pActors[i].uAIState != Removed
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4603 && pActors[i].uAIState != Disabled && pActors[i].uAIState != Summoned )
0
Ritor1
parents:
diff changeset
4604 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4605 __debugbreak();// *(int *)(a1 + 4 * v13) = i; ÷òî ýòî òàêîå?
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4606 v13 = v19++;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4607 *(int *)(a1 + 4 * v13) = i;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4608 if ( v19 >= a2 - 1 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4609 break;
0
Ritor1
parents:
diff changeset
4610 }
Ritor1
parents:
diff changeset
4611 }
Ritor1
parents:
diff changeset
4612 }
Ritor1
parents:
diff changeset
4613 return v19;
Ritor1
parents:
diff changeset
4614 }
Ritor1
parents:
diff changeset
4615
Ritor1
parents:
diff changeset
4616 //----- (0046BDA8) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
4617 unsigned int GetGravityStrength()
0
Ritor1
parents:
diff changeset
4618 {
Ritor1
parents:
diff changeset
4619 int v0; // eax@1
Ritor1
parents:
diff changeset
4620
Ritor1
parents:
diff changeset
4621 v0 = ~LOBYTE(pGame->uFlags2) & 8;
Ritor1
parents:
diff changeset
4622 LOBYTE(v0) = v0 | 2;
Ritor1
parents:
diff changeset
4623 return (unsigned int)v0 >> 1;
Ritor1
parents:
diff changeset
4624 }
Ritor1
parents:
diff changeset
4625
Ritor1
parents:
diff changeset
4626 //----- (0046BDC0) --------------------------------------------------------
1458
934074e7fcc1 ModalWindow
Nomad
parents: 1456
diff changeset
4627 void UpdateUserInput_and_MapSpecificStuff()
0
Ritor1
parents:
diff changeset
4628 {
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
4629 if (dword_6BE364_game_settings_1 & GAME_SETTINGS_0080_SKIP_USER_INPUT_THIS_FRAME)
0
Ritor1
parents:
diff changeset
4630 {
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
4631 dword_6BE364_game_settings_1 &= ~GAME_SETTINGS_0080_SKIP_USER_INPUT_THIS_FRAME;
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
4632 return;
0
Ritor1
parents:
diff changeset
4633 }
2061
b2a434d65344 GAME_SETTINGS_* defines introduced
Nomad
parents: 2059
diff changeset
4634
630
1b813023fcbd Tilesets change according to current season
Nomad
parents: 619
diff changeset
4635 if (uCurrentlyLoadedLevelType == LEVEL_Indoor)
0
Ritor1
parents:
diff changeset
4636 BLV_UpdateUserInputAndOther();
630
1b813023fcbd Tilesets change according to current season
Nomad
parents: 619
diff changeset
4637 else if (uCurrentlyLoadedLevelType == LEVEL_Outdoor)
0
Ritor1
parents:
diff changeset
4638 ODM_UpdateUserInputAndOther();
630
1b813023fcbd Tilesets change according to current season
Nomad
parents: 619
diff changeset
4639
783
b27dd658ea77 Taveling by foot fixed.
Nomad
parents: 775
diff changeset
4640 area_of_effect__damage_evaluate();
0
Ritor1
parents:
diff changeset
4641 }
Ritor1
parents:
diff changeset
4642
Ritor1
parents:
diff changeset
4643 //----- (0046BFFA) --------------------------------------------------------
Ritor1
parents:
diff changeset
4644 bool __fastcall _46BFFA_check_object_intercept(unsigned int uLayingItemID, signed int a2)
Ritor1
parents:
diff changeset
4645 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4646 ObjectDesc *object; // ebx@1
0
Ritor1
parents:
diff changeset
4647 unsigned int v8; // eax@19
Ritor1
parents:
diff changeset
4648 signed int v10; // ebx@19
Ritor1
parents:
diff changeset
4649 char *v11; // edx@20
Ritor1
parents:
diff changeset
4650 unsigned __int16 v12; // ax@23
Ritor1
parents:
diff changeset
4651 int v13; // eax@27
Ritor1
parents:
diff changeset
4652 unsigned int v14; // ebx@33
Ritor1
parents:
diff changeset
4653 int v16; // eax@36
Ritor1
parents:
diff changeset
4654 unsigned int v17; // eax@37
Ritor1
parents:
diff changeset
4655 __int16 v18; // di@37
Ritor1
parents:
diff changeset
4656 signed int v19; // edx@37
Ritor1
parents:
diff changeset
4657 unsigned __int8 v20; // sf@37
Ritor1
parents:
diff changeset
4658 char *v21; // ecx@38
Ritor1
parents:
diff changeset
4659 unsigned __int16 v22; // ax@41
Ritor1
parents:
diff changeset
4660 unsigned int v23; // eax@46
Ritor1
parents:
diff changeset
4661 signed int v24; // ebx@46
Ritor1
parents:
diff changeset
4662 char *v25; // edx@47
Ritor1
parents:
diff changeset
4663 int v26; // edx@54
Ritor1
parents:
diff changeset
4664 int v27; // edx@55
Ritor1
parents:
diff changeset
4665 int v28; // edx@56
Ritor1
parents:
diff changeset
4666 int v29; // edx@57
Ritor1
parents:
diff changeset
4667 unsigned __int16 v30; // ax@60
Ritor1
parents:
diff changeset
4668 unsigned int v31; // ecx@60
Ritor1
parents:
diff changeset
4669 int v32; // edi@60
Ritor1
parents:
diff changeset
4670 unsigned int v33; // eax@65
Ritor1
parents:
diff changeset
4671 signed int v34; // edx@65
Ritor1
parents:
diff changeset
4672 char *v35; // ecx@66
Ritor1
parents:
diff changeset
4673 unsigned __int16 v36; // ax@69
Ritor1
parents:
diff changeset
4674 int v37; // ST14_4@72
Ritor1
parents:
diff changeset
4675 int v38; // eax@72
Ritor1
parents:
diff changeset
4676 int v39; // ST10_4@72
Ritor1
parents:
diff changeset
4677 int v40; // ST0C_4@72
Ritor1
parents:
diff changeset
4678 int v41; // edx@76
Ritor1
parents:
diff changeset
4679 int v42; // edx@77
Ritor1
parents:
diff changeset
4680 int v43; // edx@78
Ritor1
parents:
diff changeset
4681 unsigned __int8 v44; // zf@79
Ritor1
parents:
diff changeset
4682 int v45; // edx@79
Ritor1
parents:
diff changeset
4683 unsigned __int16 v46; // ax@80
Ritor1
parents:
diff changeset
4684 int v47; // eax@81
Ritor1
parents:
diff changeset
4685 int v48; // edx@87
Ritor1
parents:
diff changeset
4686 int v49; // edx@88
Ritor1
parents:
diff changeset
4687 int v50; // edx@89
Ritor1
parents:
diff changeset
4688 signed int v52; // ebx@93
Ritor1
parents:
diff changeset
4689 char *v53; // edx@94
Ritor1
parents:
diff changeset
4690 unsigned __int16 v54; // ax@98
Ritor1
parents:
diff changeset
4691 unsigned int v55; // ecx@98
Ritor1
parents:
diff changeset
4692 signed int v56; // ebx@98
Ritor1
parents:
diff changeset
4693 char *v57; // edx@99
Ritor1
parents:
diff changeset
4694 unsigned __int16 v58; // ax@102
Ritor1
parents:
diff changeset
4695 unsigned __int16 v59; // ax@107
Ritor1
parents:
diff changeset
4696 unsigned int v60; // ecx@107
Ritor1
parents:
diff changeset
4697 signed int v61; // ebx@107
Ritor1
parents:
diff changeset
4698 char *v62; // edx@108
Ritor1
parents:
diff changeset
4699 unsigned __int16 v63; // ax@111
Ritor1
parents:
diff changeset
4700 int v64; // ebx@114
Ritor1
parents:
diff changeset
4701 signed int v65; // eax@114
Ritor1
parents:
diff changeset
4702 unsigned int v66; // edi@123
Ritor1
parents:
diff changeset
4703 unsigned __int16 v67; // ax@124
Ritor1
parents:
diff changeset
4704 unsigned int v68; // ecx@124
Ritor1
parents:
diff changeset
4705 signed int v69; // ebx@124
Ritor1
parents:
diff changeset
4706 char *v70; // edx@125
Ritor1
parents:
diff changeset
4707 unsigned __int16 v71; // ax@128
Ritor1
parents:
diff changeset
4708 unsigned int v72; // ebx@131
Ritor1
parents:
diff changeset
4709 int v78; // eax@133
Ritor1
parents:
diff changeset
4710 char v79; // zf@139
Ritor1
parents:
diff changeset
4711 unsigned int v80; // eax@140
Ritor1
parents:
diff changeset
4712 signed int v81; // edx@140
Ritor1
parents:
diff changeset
4713 char *v82; // ecx@141
Ritor1
parents:
diff changeset
4714 unsigned __int16 v83; // ax@144
Ritor1
parents:
diff changeset
4715 unsigned __int16 v84; // ax@151
Ritor1
parents:
diff changeset
4716 unsigned int v85; // ecx@151
Ritor1
parents:
diff changeset
4717 signed int v86; // ebx@151
Ritor1
parents:
diff changeset
4718 char *v87; // edx@152
Ritor1
parents:
diff changeset
4719 unsigned __int16 v88; // ax@155
Ritor1
parents:
diff changeset
4720 unsigned int v89; // eax@158
Ritor1
parents:
diff changeset
4721 int v90; // ST34_4@159
Ritor1
parents:
diff changeset
4722 int v91; // eax@159
Ritor1
parents:
diff changeset
4723 unsigned int v92; // eax@163
Ritor1
parents:
diff changeset
4724 unsigned int v93; // eax@177
Ritor1
parents:
diff changeset
4725 char *v94; // ecx@178
Ritor1
parents:
diff changeset
4726 unsigned __int16 v95; // ax@181
Ritor1
parents:
diff changeset
4727 unsigned __int16 v96; // ax@184
Ritor1
parents:
diff changeset
4728 int v97; // eax@185
Ritor1
parents:
diff changeset
4729 unsigned __int16 v98; // ax@191
Ritor1
parents:
diff changeset
4730 char v100; // ST18_1@198
Ritor1
parents:
diff changeset
4731 int v102; // eax@198
Ritor1
parents:
diff changeset
4732 signed int v106; // eax@208
Ritor1
parents:
diff changeset
4733 unsigned int v107; // edx@220
Ritor1
parents:
diff changeset
4734 signed int v108; // ebx@225
Ritor1
parents:
diff changeset
4735 unsigned int v109; // eax@234
Ritor1
parents:
diff changeset
4736 signed int v110; // ebx@234
Ritor1
parents:
diff changeset
4737 char *v111; // ecx@235
Ritor1
parents:
diff changeset
4738 unsigned __int16 v112; // ax@238
Ritor1
parents:
diff changeset
4739 unsigned __int16 v113; // si@241
Ritor1
parents:
diff changeset
4740 int v114; // eax@242
Ritor1
parents:
diff changeset
4741 int v115; // eax@245
Ritor1
parents:
diff changeset
4742 unsigned __int16 v117; // ax@251
Ritor1
parents:
diff changeset
4743 unsigned int v118; // ecx@251
Ritor1
parents:
diff changeset
4744 signed int v119; // ebx@251
Ritor1
parents:
diff changeset
4745 char *v120; // edx@252
Ritor1
parents:
diff changeset
4746 unsigned __int16 v121; // ax@255
Ritor1
parents:
diff changeset
4747 unsigned int v122; // eax@260
Ritor1
parents:
diff changeset
4748 char *v123; // edx@261
Ritor1
parents:
diff changeset
4749 int v124; // eax@267
Ritor1
parents:
diff changeset
4750 int v125; // [sp-20h] [bp-4Ch]@28
Ritor1
parents:
diff changeset
4751 char v132; // [sp-8h] [bp-34h]@131
Ritor1
parents:
diff changeset
4752 char v134; // [sp-4h] [bp-30h]@131
Ritor1
parents:
diff changeset
4753 signed int v135; // [sp-4h] [bp-30h]@217
Ritor1
parents:
diff changeset
4754 int v136; // [sp+Ch] [bp-20h]@208
Ritor1
parents:
diff changeset
4755 int v137; // [sp+10h] [bp-1Ch]@208
Ritor1
parents:
diff changeset
4756 signed int v138; // [sp+14h] [bp-18h]@207
Ritor1
parents:
diff changeset
4757 signed int v139; // [sp+18h] [bp-14h]@208
Ritor1
parents:
diff changeset
4758 char *v140; // [sp+1Ch] [bp-10h]@61
Ritor1
parents:
diff changeset
4759 signed int v141; // [sp+1Ch] [bp-10h]@117
Ritor1
parents:
diff changeset
4760 unsigned int v142; // [sp+1Ch] [bp-10h]@158
Ritor1
parents:
diff changeset
4761 signed int v143; // [sp+1Ch] [bp-10h]@172
Ritor1
parents:
diff changeset
4762 char *v144; // [sp+1Ch] [bp-10h]@192
Ritor1
parents:
diff changeset
4763 signed int v146; // [sp+20h] [bp-Ch]@60
Ritor1
parents:
diff changeset
4764 int v147; // [sp+20h] [bp-Ch]@72
Ritor1
parents:
diff changeset
4765 signed int v148; // [sp+20h] [bp-Ch]@158
Ritor1
parents:
diff changeset
4766 unsigned __int16 v150; // [sp+20h] [bp-Ch]@208
Ritor1
parents:
diff changeset
4767 signed int v152; // [sp+24h] [bp-8h]@208
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4768
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4769 //ïðèìåíåíèå: ôàåðáîëò â õðàìå ëóíû
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4770 object = &pObjectList->pObjects[pSpriteObjects[uLayingItemID].uObjectDescID];
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4771 //v151 = PID_TYPE(a2);
848
ceef50611567 * AI fixed (temporary)
zipi
parents: 838
diff changeset
4772 if ( PID_TYPE(a2) == OBJECT_Actor)
ceef50611567 * AI fixed (temporary)
zipi
parents: 838
diff changeset
4773 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4774 if ( PID_TYPE(pSpriteObjects[uLayingItemID].spell_caster_pid) == OBJECT_Actor
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4775 && !pActors[PID_ID(pSpriteObjects[uLayingItemID].spell_caster_pid)].GetActorsRelation(&pActors[PID_ID(a2)]) )
0
Ritor1
parents:
diff changeset
4776 return 1;
Ritor1
parents:
diff changeset
4777 }
Ritor1
parents:
diff changeset
4778 else
Ritor1
parents:
diff changeset
4779 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4780 if ( PID_TYPE(a2) == OBJECT_Player && PID_TYPE(pSpriteObjects[uLayingItemID].spell_caster_pid) == OBJECT_Player)
0
Ritor1
parents:
diff changeset
4781 return 1;
Ritor1
parents:
diff changeset
4782 }
Ritor1
parents:
diff changeset
4783 if ( pParty->bTurnBasedModeOn == 1 )
Ritor1
parents:
diff changeset
4784 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4785 if ( pSpriteObjects[uLayingItemID].uAttributes & 4 )
0
Ritor1
parents:
diff changeset
4786 {
1450
8ff3c675a726 more renaming TE
Gloval
parents: 1445
diff changeset
4787 --pTurnEngine->pending_actions;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4788 pSpriteObjects[uLayingItemID].uAttributes &= 0xFFFB;
0
Ritor1
parents:
diff changeset
4789 }
Ritor1
parents:
diff changeset
4790 }
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4791 if ( PID_TYPE(a2) == 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
4792 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4793 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
4794 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
4795 }
89210052dbb4 bugfix PID_ID(v2->spell_caster_pid)==1000
Gloval
parents: 1276
diff changeset
4796
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4797 //v6 = v2->uType;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4798 //v7 = v2->uType;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4799 if ( pSpriteObjects[uLayingItemID].uType > 3060 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4800 {
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4801 if ( pSpriteObjects[uLayingItemID].uType > 6090 )
0
Ritor1
parents:
diff changeset
4802 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4803 if ( pSpriteObjects[uLayingItemID].uType > 8090 )
0
Ritor1
parents:
diff changeset
4804 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4805 if ( pSpriteObjects[uLayingItemID].uType == 9010 )
0
Ritor1
parents:
diff changeset
4806 goto LABEL_247;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4807 if ( pSpriteObjects[uLayingItemID].uType != 9030 )
0
Ritor1
parents:
diff changeset
4808 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4809 if ( pSpriteObjects[uLayingItemID].uType != 9040 )
0
Ritor1
parents:
diff changeset
4810 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4811 if ( pSpriteObjects[uLayingItemID].uType != 9080 )
0
Ritor1
parents:
diff changeset
4812 return 0;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4813 v95 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4814 pSpriteObjects[uLayingItemID].uType = pSpriteObjects[uLayingItemID].uType + 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4815 for ( v146 = 0; v146 < (signed int)pObjectList->uNumObjects; ++v146 )
0
Ritor1
parents:
diff changeset
4816 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4817 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v146].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4818 v95 = v146;
0
Ritor1
parents:
diff changeset
4819 }
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4820 pSpriteObjects[uLayingItemID].uObjectDescID = v95;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4821 if ( !v95 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4822 SpriteObject::OnInteraction(uLayingItemID);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4823 v100 = pSpriteObjects[uLayingItemID].field_61;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4824 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4825 v102 = 8 * uLayingItemID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4826 LOBYTE(v102) = PID(OBJECT_Item, uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4827 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4828 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4829 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4830 AttackerInfo.Add(v102, 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v100, 0);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4831 if (object->uFlags & OBJECT_DESC_TRIAL_PARTICLE)
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4832 trail_particle_generator.GenerateTrailParticles(pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, object->uParticleTrailColor);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4833 if ( !pSpriteObjects[uLayingItemID].uSoundID )
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4834 v47 = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4835 else
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4836 v47 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4837 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4838 pAudioPlayer->PlaySound((SoundID)v125, v102, 0, -1, 0, v47, 0, 0);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4839 return 0;
0
Ritor1
parents:
diff changeset
4840 }
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4841 sub_43A97E(uLayingItemID, a2);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4842 ++pSpriteObjects[uLayingItemID].uType;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4843 v95 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4844 for ( v52 = 0; v52 < (signed int)pObjectList->uNumObjects; ++v52 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4845 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4846 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v52].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4847 v95 = v52;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4848 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4849 pSpriteObjects[uLayingItemID].uObjectDescID = v95;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4850 if ( !v95 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4851 SpriteObject::OnInteraction(uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4852 v96 = pSpriteObjects[uLayingItemID].uSoundID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4853 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4854 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4855 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4856 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4857 if ( !v96 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4858 v97 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4859 else
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4860 v97 = (signed __int16)v96 + 4;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4861 v124 = 8 * uLayingItemID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4862 LOBYTE(v124) = v124 | 2;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4863 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4864 pAudioPlayer->PlaySound((SoundID)v125, v124, 0, -1, 0, v97, 0, 0);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4865 return 0;
0
Ritor1
parents:
diff changeset
4866 }
Ritor1
parents:
diff changeset
4867 LABEL_172:
Ritor1
parents:
diff changeset
4868 v143 = 17030;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4869 switch ( pSpriteObjects[uLayingItemID].uType )
0
Ritor1
parents:
diff changeset
4870 {
Ritor1
parents:
diff changeset
4871 case 0x1798u:
Ritor1
parents:
diff changeset
4872 v143 = 15040;
Ritor1
parents:
diff changeset
4873 break;
Ritor1
parents:
diff changeset
4874 case 0xFAAu:
Ritor1
parents:
diff changeset
4875 v143 = 13010;
Ritor1
parents:
diff changeset
4876 break;
Ritor1
parents:
diff changeset
4877 case 0x2346u:
Ritor1
parents:
diff changeset
4878 v143 = 18030;
Ritor1
parents:
diff changeset
4879 break;
Ritor1
parents:
diff changeset
4880 }
Ritor1
parents:
diff changeset
4881 v138 = 1;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4882 if ( PID_TYPE(a2) != OBJECT_Actor)
0
Ritor1
parents:
diff changeset
4883 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4884 if ( pSpriteObjects[uLayingItemID].uType != 9030 || pSpriteObjects[uLayingItemID].spell_skill != 4 )
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4885 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4886 SpriteObject::OnInteraction(uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4887 return 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4888 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4889 pSpriteObjects[uLayingItemID]._46BEF1_apply_spells_aoe();
0
Ritor1
parents:
diff changeset
4890 LABEL_233:
Ritor1
parents:
diff changeset
4891 if ( !v138 )
Ritor1
parents:
diff changeset
4892 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4893 ++pSpriteObjects[uLayingItemID].uType;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4894 v112 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4895 for ( v110 = 0; v110 < (signed int)pObjectList->uNumObjects; ++v110 )
0
Ritor1
parents:
diff changeset
4896 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4897 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v110].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4898 v112 = v110;
0
Ritor1
parents:
diff changeset
4899 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4900 pSpriteObjects[uLayingItemID].uObjectDescID = v112;
0
Ritor1
parents:
diff changeset
4901 if ( !v112 )
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4902 SpriteObject::OnInteraction(uLayingItemID);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4903 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4904 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4905 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4906 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4907 v113 = pSpriteObjects[uLayingItemID].uSoundID;
0
Ritor1
parents:
diff changeset
4908 if ( v113 )
Ritor1
parents:
diff changeset
4909 v114 = (signed __int16)v113 + 4;
Ritor1
parents:
diff changeset
4910 else
Ritor1
parents:
diff changeset
4911 v114 = 0;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4912 v115 = 8 * uLayingItemID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4913 LOBYTE(v115) = PID(OBJECT_Item, uLayingItemID);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4914 v125 = v143 + 1;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4915 pAudioPlayer->PlaySound((SoundID)v125, v115, 0, -1, 0, v114, 0, 0);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4916 return 0;
0
Ritor1
parents:
diff changeset
4917 }
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4918 SpriteObject::OnInteraction(uLayingItemID);
0
Ritor1
parents:
diff changeset
4919 return 0;
Ritor1
parents:
diff changeset
4920 }
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4921 v106 = a2;
0
Ritor1
parents:
diff changeset
4922 v150 = 0;
848
ceef50611567 * AI fixed (temporary)
zipi
parents: 838
diff changeset
4923 v139 = PID_ID(v106);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4924 v137 = pSpriteObjects[uLayingItemID].spell_level;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4925 v152 = pSpriteObjects[uLayingItemID].spell_skill;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4926 v136 = pSpriteObjects[uLayingItemID].spell_id;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4927 if ( pSpriteObjects[uLayingItemID].uType == 9030 )
0
Ritor1
parents:
diff changeset
4928 {
Ritor1
parents:
diff changeset
4929 v150 = 2;
Ritor1
parents:
diff changeset
4930 if ( v152 == 2 )
Ritor1
parents:
diff changeset
4931 {
Ritor1
parents:
diff changeset
4932 v150 = 3;
Ritor1
parents:
diff changeset
4933 }
Ritor1
parents:
diff changeset
4934 else
Ritor1
parents:
diff changeset
4935 {
Ritor1
parents:
diff changeset
4936 if ( v152 >= 3 )
Ritor1
parents:
diff changeset
4937 v150 = 4;
Ritor1
parents:
diff changeset
4938 }
Ritor1
parents:
diff changeset
4939 BYTE2(pActors[v139].uAttributes) |= 8u;
Ritor1
parents:
diff changeset
4940 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4941 if ( pSpriteObjects[uLayingItemID].uType == 6040 )
0
Ritor1
parents:
diff changeset
4942 {
Ritor1
parents:
diff changeset
4943 v135 = 7;
Ritor1
parents:
diff changeset
4944 }
Ritor1
parents:
diff changeset
4945 else
Ritor1
parents:
diff changeset
4946 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4947 if ( pSpriteObjects[uLayingItemID].uType == 8030 )
0
Ritor1
parents:
diff changeset
4948 {
Ritor1
parents:
diff changeset
4949 v135 = 9;
Ritor1
parents:
diff changeset
4950 }
Ritor1
parents:
diff changeset
4951 else
Ritor1
parents:
diff changeset
4952 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4953 if ( pSpriteObjects[uLayingItemID].uType != 9030 )
0
Ritor1
parents:
diff changeset
4954 {
Ritor1
parents:
diff changeset
4955 v107 = v136;
Ritor1
parents:
diff changeset
4956 LABEL_222:
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4957 if ( pSpriteObjects[uLayingItemID].uType != 9030 || v152 != 4 )
0
Ritor1
parents:
diff changeset
4958 {
Ritor1
parents:
diff changeset
4959 v108 = v139;
Ritor1
parents:
diff changeset
4960 if ( stru_50C198.GetMagicalResistance(&pActors[v139], v107) )
Ritor1
parents:
diff changeset
4961 {
Ritor1
parents:
diff changeset
4962 v138 = 0;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4963 if ( pSpriteObjects[uLayingItemID].uType == 8030 )
0
Ritor1
parents:
diff changeset
4964 {
Ritor1
parents:
diff changeset
4965 pActors[v108].uAIState = Standing;
Ritor1
parents:
diff changeset
4966 pActors[v108].UpdateAnimation();
Ritor1
parents:
diff changeset
4967 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4968 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
4969 v152, v150, 0, 0);
0
Ritor1
parents:
diff changeset
4970 }
Ritor1
parents:
diff changeset
4971 }
Ritor1
parents:
diff changeset
4972 else
Ritor1
parents:
diff changeset
4973 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4974 pSpriteObjects[uLayingItemID]._46BEF1_apply_spells_aoe();
0
Ritor1
parents:
diff changeset
4975 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4976 pSpriteObjects[uLayingItemID].spell_level = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4977 pSpriteObjects[uLayingItemID].spell_skill = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
4978 pSpriteObjects[uLayingItemID].spell_id = 0;
0
Ritor1
parents:
diff changeset
4979 goto LABEL_233;
Ritor1
parents:
diff changeset
4980 }
Ritor1
parents:
diff changeset
4981 v135 = 10;
Ritor1
parents:
diff changeset
4982 }
Ritor1
parents:
diff changeset
4983 }
Ritor1
parents:
diff changeset
4984 v107 = v135;
Ritor1
parents:
diff changeset
4985 goto LABEL_222;
Ritor1
parents:
diff changeset
4986 }
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4987 if ( pSpriteObjects[uLayingItemID].uType == 8090
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4988 || pSpriteObjects[uLayingItemID].uType == 7030
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4989 || pSpriteObjects[uLayingItemID].uType == 7090 || pSpriteObjects[uLayingItemID].uType == 8000 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4990 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4991 sub_43A97E(uLayingItemID, a2);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4992 ++pSpriteObjects[uLayingItemID].uType;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4993 v95 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4994 for ( v52 = 0; v52 < (signed int)pObjectList->uNumObjects; ++v52 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4995 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4996 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v52].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4997 v95 = v52;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4998 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
4999 pSpriteObjects[uLayingItemID].uObjectDescID = v95;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5000 if ( !v95 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5001 SpriteObject::OnInteraction(uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5002 v96 = pSpriteObjects[uLayingItemID].uSoundID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5003 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5004 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5005 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5006 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5007 if ( !v96 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5008 v97 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5009 else
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5010 v97 = (signed __int16)v96 + 4;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5011 v124 = 8 * uLayingItemID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5012 LOBYTE(v124) = v124 | 2;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5013 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5014 pAudioPlayer->PlaySound((SoundID)v125, v124, 0, -1, 0, v97, 0, 0);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5015 return 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5016 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5017 if ( pSpriteObjects[uLayingItemID].uType == 8010 )
0
Ritor1
parents:
diff changeset
5018 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5019 if ( PID_TYPE(a2) == 3
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5020 && MonsterStats::BelongsToSupertype(pActors[PID_ID(a2)].pMonsterInfo.uID, MONSTER_SUPERTYPE_UNDEAD) )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5021 sub_43A97E(uLayingItemID, a2);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5022 ++pSpriteObjects[uLayingItemID].uType;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5023 //v9 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5024 v95 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5025 for ( v52 = 0; v52 < (signed int)pObjectList->uNumObjects; ++v52 )
0
Ritor1
parents:
diff changeset
5026 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5027 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v52].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5028 v95 = v52;
0
Ritor1
parents:
diff changeset
5029 }
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5030 pSpriteObjects[uLayingItemID].uObjectDescID = v95;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5031 if ( !v95 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5032 SpriteObject::OnInteraction(uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5033 v96 = pSpriteObjects[uLayingItemID].uSoundID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5034 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5035 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5036 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5037 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5038 if ( !v96 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5039 v97 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5040 else
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5041 v97 = (signed __int16)v96 + 4;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5042 v92 = uLayingItemID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5043 v124 = 8 * v92;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5044 LOBYTE(v124) = v124 | 2;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5045 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5046 pAudioPlayer->PlaySound((SoundID)v125, v124, 0, -1, 0, v97, 0, 0);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5047 return 0;
0
Ritor1
parents:
diff changeset
5048 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5049 v79 = pSpriteObjects[uLayingItemID].uType == 8030;
0
Ritor1
parents:
diff changeset
5050 }
Ritor1
parents:
diff changeset
5051 else
Ritor1
parents:
diff changeset
5052 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5053 if ( pSpriteObjects[uLayingItemID].uType == 6090 )
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5054 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5055 sub_43A97E(uLayingItemID, a2);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5056 ++pSpriteObjects[uLayingItemID].uType;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5057 v95 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5058 for ( v52 = 0; v52 < (signed int)pObjectList->uNumObjects; ++v52 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5059 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5060 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v52].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5061 v95 = v52;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5062 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5063 pSpriteObjects[uLayingItemID].uObjectDescID = v95;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5064 if ( !v95 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5065 SpriteObject::OnInteraction(uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5066 v96 = pSpriteObjects[uLayingItemID].uSoundID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5067 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5068 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5069 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5070 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5071 if ( !v96 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5072 v97 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5073 else
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5074 v97 = (signed __int16)v96 + 4;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5075 v124 = 8 * uLayingItemID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5076 LOBYTE(v124) = v124 | 2;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5077 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5078 pAudioPlayer->PlaySound((SoundID)v125, v124, 0, -1, 0, v97, 0, 0);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5079 return 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5080 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5081 if ( pSpriteObjects[uLayingItemID].uType <= 4070 )
0
Ritor1
parents:
diff changeset
5082 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5083 if ( pSpriteObjects[uLayingItemID].uType != 4070 )
0
Ritor1
parents:
diff changeset
5084 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5085 v48 = pSpriteObjects[uLayingItemID].uType - 3090;
0
Ritor1
parents:
diff changeset
5086 if ( v48 )
Ritor1
parents:
diff changeset
5087 {
Ritor1
parents:
diff changeset
5088 v49 = v48 - 2;
Ritor1
parents:
diff changeset
5089 if ( v49 )
Ritor1
parents:
diff changeset
5090 {
Ritor1
parents:
diff changeset
5091 v50 = v49 - 908;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5092 if ( v49 == 908 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5093 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5094 sub_43A97E(uLayingItemID, a2);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5095 ++pSpriteObjects[uLayingItemID].uType;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5096 v95 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5097 for ( v52 = 0; v52 < (signed int)pObjectList->uNumObjects; ++v52 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5098 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5099 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v52].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5100 v95 = v52;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5101 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5102 pSpriteObjects[uLayingItemID].uObjectDescID = v95;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5103 if ( !v95 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5104 SpriteObject::OnInteraction(uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5105 v96 = pSpriteObjects[uLayingItemID].uSoundID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5106 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5107 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5108 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5109 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5110 if ( !v96 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5111 v97 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5112 else
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5113 v97 = (signed __int16)v96 + 4;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5114 v124 = 8 * uLayingItemID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5115 LOBYTE(v124) = v124 | 2;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5116 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5117 pAudioPlayer->PlaySound((SoundID)v125, v124, 0, -1, 0, v97, 0, 0);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5118 return 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5119 }
0
Ritor1
parents:
diff changeset
5120 v45 = v50 - 30;
Ritor1
parents:
diff changeset
5121 v44 = v45 == 0;
Ritor1
parents:
diff changeset
5122 goto LABEL_91;
Ritor1
parents:
diff changeset
5123 }
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5124 //v9 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5125 pSpriteObjects[uLayingItemID].uType = pSpriteObjects[uLayingItemID].uType - 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5126 v58 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5127 for ( v56 = 0; v56 < (signed int)pObjectList->uNumObjects; ++v56 )
0
Ritor1
parents:
diff changeset
5128 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5129 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v56].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5130 v58 = v56;
0
Ritor1
parents:
diff changeset
5131 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5132 pSpriteObjects[uLayingItemID].uObjectDescID = v58;
0
Ritor1
parents:
diff changeset
5133 if ( !v58 )
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5134 SpriteObject::OnInteraction(uLayingItemID);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5135 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5136 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5137 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5138 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5139 sub_43A97E(uLayingItemID, a2);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5140 if ( !pSpriteObjects[uLayingItemID].uSoundID )
0
Ritor1
parents:
diff changeset
5141 v16 = 0;
Ritor1
parents:
diff changeset
5142 else
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5143 v16 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5144 v124 = 8 * uLayingItemID;
0
Ritor1
parents:
diff changeset
5145 LOBYTE(v124) = v124 | 2;
1456
5c95f2246c2a TE mostly working
Gloval
parents: 1450
diff changeset
5146 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5147 pAudioPlayer->PlaySound((SoundID)v125, v124, 0, -1, 0, v16, 0, 0);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5148 return 0;
0
Ritor1
parents:
diff changeset
5149 }
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5150 //v9 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5151 pSpriteObjects[uLayingItemID].uType = pSpriteObjects[uLayingItemID].uType + 2;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5152 v63 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5153 for ( v61 = 0; v61 < (signed int)pObjectList->uNumObjects; ++v61 )
0
Ritor1
parents:
diff changeset
5154 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5155 if ( v59 == pObjectList->pObjects[v61].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5156 v63 = v61;
0
Ritor1
parents:
diff changeset
5157 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5158 pSpriteObjects[uLayingItemID].uObjectDescID = v63;
0
Ritor1
parents:
diff changeset
5159 if ( !v63 )
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5160 SpriteObject::OnInteraction(uLayingItemID);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5161 v64 = pSpriteObjects[uLayingItemID].uFacing - stru_5C6E00->uIntegerDoublePi;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5162 v44 = pSpriteObjects[uLayingItemID].spell_skill == 4;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5163 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5164 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5165 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
0
Ritor1
parents:
diff changeset
5166 v65 = 7;
Ritor1
parents:
diff changeset
5167 if ( v44 )
Ritor1
parents:
diff changeset
5168 v65 = 9;
Ritor1
parents:
diff changeset
5169 if ( v65 > 0 )
Ritor1
parents:
diff changeset
5170 {
Ritor1
parents:
diff changeset
5171 v141 = v65;
Ritor1
parents:
diff changeset
5172 do
Ritor1
parents:
diff changeset
5173 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5174 v64 += (signed int)stru_5C6E00->uIntegerHalfPi / 2;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5175 pSpriteObjects[uLayingItemID].Create(v64, 0, 1000, 0);
0
Ritor1
parents:
diff changeset
5176 --v141;
Ritor1
parents:
diff changeset
5177 }
Ritor1
parents:
diff changeset
5178 while ( v141 );
Ritor1
parents:
diff changeset
5179 }
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5180 SpriteObject::OnInteraction(uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5181 if ( !pSpriteObjects[uLayingItemID].uSoundID )
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5182 v16 = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5183 else
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5184 v16 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5185 v124 = 8 * uLayingItemID;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5186 LOBYTE(v124) = v124 | 2;
1456
5c95f2246c2a TE mostly working
Gloval
parents: 1450
diff changeset
5187 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5188 pAudioPlayer->PlaySound((SoundID)v125, v124, 0, -1, 0, v16, 0, 0);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5189 return 0;
0
Ritor1
parents:
diff changeset
5190 }
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5191 //v66 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5192 if ( PID_TYPE(a2) == 6 || PID_TYPE(a2) == 5 || !PID_TYPE(a2) )
0
Ritor1
parents:
diff changeset
5193 return 1;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5194 pSpriteObjects[uLayingItemID].uType = pSpriteObjects[uLayingItemID].uType + 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5195 v71 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5196 for ( v69 = 0; v69 < (signed int)pObjectList->uNumObjects; ++v69 )
0
Ritor1
parents:
diff changeset
5197 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5198 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v69].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5199 v71 = v69;
0
Ritor1
parents:
diff changeset
5200 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5201 pSpriteObjects[uLayingItemID].uObjectDescID = v71;
0
Ritor1
parents:
diff changeset
5202 if ( !v71 )
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5203 SpriteObject::OnInteraction(uLayingItemID);
0
Ritor1
parents:
diff changeset
5204 v134 = 0;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5205 v72 = uLayingItemID;
0
Ritor1
parents:
diff changeset
5206 v132 = 0;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5207 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5208 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5209 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5210 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
2059
f9698295c0bd AttackerInfo, MerchandiseTest
Ritor1
parents: 2057
diff changeset
5211 AttackerInfo.Add(PID(OBJECT_Item,v72), 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v132, v134);
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5212 if ( !pSpriteObjects[uLayingItemID].uSoundID )
0
Ritor1
parents:
diff changeset
5213 v78 = 0;
Ritor1
parents:
diff changeset
5214 else
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5215 v78 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5216 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5217 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
5218 return 0;
0
Ritor1
parents:
diff changeset
5219 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5220 if ( pSpriteObjects[uLayingItemID].uType == 4090 )
0
Ritor1
parents:
diff changeset
5221 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5222 //v9 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5223 pSpriteObjects[uLayingItemID].uType = pSpriteObjects[uLayingItemID].uType + 2;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5224 v88 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5225 for ( v86 = 0; v86 < (signed int)pObjectList->uNumObjects; ++v86 )
0
Ritor1
parents:
diff changeset
5226 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5227 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v86].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5228 v88 = v86;
0
Ritor1
parents:
diff changeset
5229 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5230 pSpriteObjects[uLayingItemID].uObjectDescID = v88;
0
Ritor1
parents:
diff changeset
5231 if ( !v88 )
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5232 SpriteObject::OnInteraction(uLayingItemID);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5233 v89 = pSpriteObjects[uLayingItemID].uFacing - stru_5C6E00->uIntegerDoublePi;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5234 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5235 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5236 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
0
Ritor1
parents:
diff changeset
5237 v142 = v89;
Ritor1
parents:
diff changeset
5238 v148 = 7;
Ritor1
parents:
diff changeset
5239 do
Ritor1
parents:
diff changeset
5240 {
Ritor1
parents:
diff changeset
5241 pRnd->SetRange(-128, 128);
Ritor1
parents:
diff changeset
5242 v90 = pRnd->GetInRange();
Ritor1
parents:
diff changeset
5243 pRnd->SetRange(5, 500);
Ritor1
parents:
diff changeset
5244 v91 = pRnd->GetInRange();
Ritor1
parents:
diff changeset
5245 v142 += (signed int)stru_5C6E00->uIntegerHalfPi >> 1;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5246 pSpriteObjects[uLayingItemID].Create(v90 + v142, 0, v91, 0);
0
Ritor1
parents:
diff changeset
5247 --v148;
Ritor1
parents:
diff changeset
5248 }
Ritor1
parents:
diff changeset
5249 while ( v148 );
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5250 SpriteObject::OnInteraction(uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5251 if ( !pSpriteObjects[uLayingItemID].uSoundID )
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5252 v16 = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5253 else
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5254 v16 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5255 v124 = 8 * uLayingItemID;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5256 LOBYTE(v124) = v124 | 2;
1456
5c95f2246c2a TE mostly working
Gloval
parents: 1450
diff changeset
5257 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id-1] + 1;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5258 pAudioPlayer->PlaySound((SoundID)v125, v124, 0, -1, 0, v16, 0, 0);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5259 return 0;
0
Ritor1
parents:
diff changeset
5260 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5261 if ( pSpriteObjects[uLayingItemID].uType == 4092 )
0
Ritor1
parents:
diff changeset
5262 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5263 //v66 = 0;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5264 pSpriteObjects[uLayingItemID].uType = 4091;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5265 v83 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5266 for ( v81 = 0; v81 < (signed int)pObjectList->uNumObjects; ++v81 )
0
Ritor1
parents:
diff changeset
5267 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5268 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v81].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5269 v83 = v81;
0
Ritor1
parents:
diff changeset
5270 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5271 pSpriteObjects[uLayingItemID].uObjectDescID = v83;
0
Ritor1
parents:
diff changeset
5272 if ( !v83 )
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5273 SpriteObject::OnInteraction(uLayingItemID);
0
Ritor1
parents:
diff changeset
5274 v134 = 0;
2102
0db53678ff48 RasterLine2D, DIALOGUE_EVT_A etc.
Ritor1
parents: 2101
diff changeset
5275 //v72 = uLayingItemID;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5276 v132 = pSpriteObjects[uLayingItemID].field_61;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5277 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5278 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5279 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5280 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
2102
0db53678ff48 RasterLine2D, DIALOGUE_EVT_A etc.
Ritor1
parents: 2101
diff changeset
5281 AttackerInfo.Add(PID(OBJECT_Item, uLayingItemID), 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v132, v134);
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5282 if ( !pSpriteObjects[uLayingItemID].uSoundID )
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5283 v78 = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5284 else
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5285 v78 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5286 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
2102
0db53678ff48 RasterLine2D, DIALOGUE_EVT_A etc.
Ritor1
parents: 2101
diff changeset
5287 pAudioPlayer->PlaySound((SoundID)v125, pSpriteObjects[uLayingItemID].vPosition.x, 0, -1, 0, v78, 0, 0);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5288 return 0;
0
Ritor1
parents:
diff changeset
5289 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5290 if ( pSpriteObjects[uLayingItemID].uType == 4100 || pSpriteObjects[uLayingItemID].uType == 6010 )
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5291 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5292 sub_43A97E(uLayingItemID, a2);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5293 ++pSpriteObjects[uLayingItemID].uType;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5294 v95 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5295 for ( v52 = 0; v52 < (signed int)pObjectList->uNumObjects; ++v52 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5296 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5297 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v52].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5298 v95 = v52;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5299 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5300 pSpriteObjects[uLayingItemID].uObjectDescID = v95;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5301 if ( !v95 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5302 SpriteObject::OnInteraction(uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5303 v96 = pSpriteObjects[uLayingItemID].uSoundID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5304 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5305 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5306 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5307 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5308 if ( !v96 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5309 v97 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5310 else
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5311 v97 = (signed __int16)v96 + 4;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5312 v124 = 8 * uLayingItemID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5313 LOBYTE(v124) = v124 | 2;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5314 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5315 pAudioPlayer->PlaySound((SoundID)v125, v124, 0, -1, 0, v97, 0, 0);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5316 return 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5317 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5318 v79 = pSpriteObjects[uLayingItemID].uType == 6040;
0
Ritor1
parents:
diff changeset
5319 }
Ritor1
parents:
diff changeset
5320 if ( !v79 )
Ritor1
parents:
diff changeset
5321 return 0;
Ritor1
parents:
diff changeset
5322 goto LABEL_172;
Ritor1
parents:
diff changeset
5323 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5324 if ( pSpriteObjects[uLayingItemID].uType == 3060 )
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5325 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5326 sub_43A97E(uLayingItemID, a2);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5327 ++pSpriteObjects[uLayingItemID].uType;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5328 v95 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5329 for ( v52 = 0; v52 < (signed int)pObjectList->uNumObjects; ++v52 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5330 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5331 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v52].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5332 v95 = v52;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5333 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5334 pSpriteObjects[uLayingItemID].uObjectDescID = v95;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5335 if ( !v95 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5336 SpriteObject::OnInteraction(uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5337 v96 = pSpriteObjects[uLayingItemID].uSoundID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5338 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5339 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5340 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5341 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5342 if ( !v96 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5343 v97 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5344 else
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5345 v97 = (signed __int16)v96 + 4;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5346 v124 = 8 * uLayingItemID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5347 LOBYTE(v124) = v124 | 2;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5348 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5349 pAudioPlayer->PlaySound((SoundID)v125, v124, 0, -1, 0, v97, 0, 0);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5350 return 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5351 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5352 if ( pSpriteObjects[uLayingItemID].uType <= 555 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5353 {
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5354 if ( pSpriteObjects[uLayingItemID].uType == 555 )
0
Ritor1
parents:
diff changeset
5355 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5356 sub_43A97E(uLayingItemID, a2);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5357 ++pSpriteObjects[uLayingItemID].uType;
0
Ritor1
parents:
diff changeset
5358 v18 = 0;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5359 v22 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5360 v25 = (char *)&pObjectList->pObjects->uObjectID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5361 for ( v24 = 0; v24 < (signed int)pObjectList->uNumObjects; ++v24 )
0
Ritor1
parents:
diff changeset
5362 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5363 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v24].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5364 v22 = v24;
0
Ritor1
parents:
diff changeset
5365 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5366 pSpriteObjects[uLayingItemID].uObjectDescID = v22;
0
Ritor1
parents:
diff changeset
5367 if ( v22 == v18 )
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5368 SpriteObject::OnInteraction(uLayingItemID);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5369 pSpriteObjects[uLayingItemID].vVelocity.z = v18;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5370 pSpriteObjects[uLayingItemID].vVelocity.y = v18;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5371 pSpriteObjects[uLayingItemID].vVelocity.x = v18;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5372 pSpriteObjects[uLayingItemID].uSpriteFrameID = v18;
0
Ritor1
parents:
diff changeset
5373 }
Ritor1
parents:
diff changeset
5374 else
Ritor1
parents:
diff changeset
5375 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5376 switch ( pSpriteObjects[uLayingItemID].uType )
0
Ritor1
parents:
diff changeset
5377 {
Ritor1
parents:
diff changeset
5378 case 500:
Ritor1
parents:
diff changeset
5379 case 505:
Ritor1
parents:
diff changeset
5380 case 510:
Ritor1
parents:
diff changeset
5381 case 515:
Ritor1
parents:
diff changeset
5382 case 520:
Ritor1
parents:
diff changeset
5383 case 525:
Ritor1
parents:
diff changeset
5384 case 530:
Ritor1
parents:
diff changeset
5385 case 535:
Ritor1
parents:
diff changeset
5386 case 540:
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5387 sub_43A97E(uLayingItemID, a2);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5388 ++pSpriteObjects[uLayingItemID].uType;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5389 v12 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5390 for ( v10 = 0; v10 < (signed int)pObjectList->uNumObjects; ++v10 )
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5391 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5392 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v10].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5393 v12 = v10;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5394 }
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5395 pSpriteObjects[uLayingItemID].uObjectDescID = v12;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5396 if ( !v12 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5397 SpriteObject::OnInteraction(uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5398 v44 = pSpriteObjects[uLayingItemID].uType == 555;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5399 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5400 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5401 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5402 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5403 if ( !v44 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5404 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5405 v13 = 8 * uLayingItemID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5406 LOBYTE(v13) = PID(OBJECT_Item, uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5407 pAudioPlayer->PlaySound(SOUND_8, v13, 0, -1, 0, 0, 0, 0);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5408 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5409 return 0;
0
Ritor1
parents:
diff changeset
5410 case 545:
Ritor1
parents:
diff changeset
5411 case 550:
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5412 if ( pSpriteObjects[uLayingItemID].stru_24.uItemID != 405 && pSpriteObjects[uLayingItemID].stru_24.uSpecEnchantmentType != 3 )
0
Ritor1
parents:
diff changeset
5413 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5414 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5415 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5416 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5417 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5418 sub_43A97E(uLayingItemID, a2);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5419 SpriteObject::OnInteraction(uLayingItemID);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5420 if ( pSpriteObjects[uLayingItemID].uSoundID == 0 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5421 v16 = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5422 else
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5423 v16 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5424 v124 = 8 * uLayingItemID;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5425 LOBYTE(v124) = v124 | 2;
1996
f7e8c4d4a01b sound id fix
zipi
parents: 1985
diff changeset
5426 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id] + 1;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5427 pAudioPlayer->PlaySound((SoundID)v125, v124, 0, -1, 0, v16, 0, 0);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5428 return 0;
0
Ritor1
parents:
diff changeset
5429 }
Ritor1
parents:
diff changeset
5430 v18 = 0;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5431 pSpriteObjects[uLayingItemID].uType = 600;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5432 v22 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5433 for ( v19 = 0; v19 < (signed int)pObjectList->uNumObjects; ++v19 )
0
Ritor1
parents:
diff changeset
5434 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5435 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v19].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5436 v22 = v19;
0
Ritor1
parents:
diff changeset
5437 }
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5438 pSpriteObjects[uLayingItemID].uObjectDescID = v22;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5439 if ( !v22 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5440 SpriteObject::OnInteraction(uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5441 pSpriteObjects[uLayingItemID].vVelocity.z = v18;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5442 pSpriteObjects[uLayingItemID].vVelocity.y = v18;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5443 pSpriteObjects[uLayingItemID].vVelocity.x = v18;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5444 pSpriteObjects[uLayingItemID].uSpriteFrameID = v18;
0
Ritor1
parents:
diff changeset
5445 default:
Ritor1
parents:
diff changeset
5446 return 0;
Ritor1
parents:
diff changeset
5447 }
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5448 v12 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5449 for ( v10; v10 < (signed int)v8; ++v10 )
0
Ritor1
parents:
diff changeset
5450 {
Ritor1
parents:
diff changeset
5451 v11 += 56;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5452 if ( pSpriteObjects[uLayingItemID].uType != *(short *)v11 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5453 v12 = v10;
0
Ritor1
parents:
diff changeset
5454 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5455 pSpriteObjects[uLayingItemID].uObjectDescID = v12;
0
Ritor1
parents:
diff changeset
5456 if ( !v12 )
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5457 SpriteObject::OnInteraction(uLayingItemID);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5458 v44 = pSpriteObjects[uLayingItemID].uType == 555;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5459 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5460 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5461 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5462 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
0
Ritor1
parents:
diff changeset
5463 if ( !v44 )
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5464 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5465 v13 = 8 * uLayingItemID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5466 LOBYTE(v13) = PID(OBJECT_Item, uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5467 pAudioPlayer->PlaySound(SOUND_8, v13, 0, -1, 0, 0, 0, 0);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5468 return 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5469 }
0
Ritor1
parents:
diff changeset
5470 }
Ritor1
parents:
diff changeset
5471 return 0;
Ritor1
parents:
diff changeset
5472 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5473 if ( pSpriteObjects[uLayingItemID].uType > 1100 )
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5474 {
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5475 v41 = pSpriteObjects[uLayingItemID].uType - 2030;
0
Ritor1
parents:
diff changeset
5476 if ( !v41 )
Ritor1
parents:
diff changeset
5477 goto LABEL_247;
Ritor1
parents:
diff changeset
5478 v42 = v41 - 30;
Ritor1
parents:
diff changeset
5479 if ( v42 )
Ritor1
parents:
diff changeset
5480 {
Ritor1
parents:
diff changeset
5481 v43 = v42 - 40;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5482 if ( v42 == 40 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5483 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5484 if ( PID_TYPE(a2) != 3 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5485 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5486 //v32 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5487 pSpriteObjects[uLayingItemID].uType = pSpriteObjects[uLayingItemID].uType + 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5488 v46 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5489 for ( v146 = 0; v146 < (signed int)pObjectList->uNumObjects; ++v146 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5490 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5491 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v146].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5492 v46 = v146;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5493 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5494 pSpriteObjects[uLayingItemID].uObjectDescID = v46;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5495 if ( !v46 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5496 SpriteObject::OnInteraction(uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5497 v100 = pSpriteObjects[uLayingItemID].field_61;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5498 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5499 v102 = 8 * uLayingItemID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5500 LOBYTE(v102) = PID(OBJECT_Item, uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5501 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5502 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5503 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5504 AttackerInfo.Add(v102, 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v100, 0);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5505 if (object->uFlags & OBJECT_DESC_TRIAL_PARTICLE)
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5506 trail_particle_generator.GenerateTrailParticles(pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, object->uParticleTrailColor);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5507 if ( !pSpriteObjects[uLayingItemID].uSoundID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5508 v47 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5509 else
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5510 v47 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5511 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5512 pAudioPlayer->PlaySound((SoundID)v125, v102, 0, -1, 0, v47, 0, 0);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5513 return 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5514 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5515 return 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5516 }
0
Ritor1
parents:
diff changeset
5517 v45 = v43 - 910;
Ritor1
parents:
diff changeset
5518 v44 = v45 == 0;
Ritor1
parents:
diff changeset
5519 LABEL_91:
Ritor1
parents:
diff changeset
5520 if ( !v44 && v45 != 20 )
Ritor1
parents:
diff changeset
5521 return 0;
Ritor1
parents:
diff changeset
5522 }
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5523 sub_43A97E(uLayingItemID, a2);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5524 ++pSpriteObjects[uLayingItemID].uType;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5525 v95 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5526 for ( v52 = 0; v52 < (signed int)pObjectList->uNumObjects; ++v52 )
0
Ritor1
parents:
diff changeset
5527 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5528 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v52].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5529 v95 = v52;
0
Ritor1
parents:
diff changeset
5530 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5531 pSpriteObjects[uLayingItemID].uObjectDescID = v95;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5532 if ( !v95 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5533 SpriteObject::OnInteraction(uLayingItemID);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5534 v96 = pSpriteObjects[uLayingItemID].uSoundID;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5535 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5536 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5537 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5538 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5539 if ( !v96 )
0
Ritor1
parents:
diff changeset
5540 v97 = 0;
Ritor1
parents:
diff changeset
5541 else
Ritor1
parents:
diff changeset
5542 v97 = (signed __int16)v96 + 4;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5543 v124 = 8 * uLayingItemID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5544 LOBYTE(v124) = v124 | 2;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5545 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5546 pAudioPlayer->PlaySound((SoundID)v125, v124, 0, -1, 0, v97, 0, 0);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5547 return 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5548 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5549 if ( pSpriteObjects[uLayingItemID].uType == 1100 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5550 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5551 sub_43A97E(uLayingItemID, a2);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5552 ++pSpriteObjects[uLayingItemID].uType;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5553 v95 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5554 for ( v52 = 0; v52 < (signed int)pObjectList->uNumObjects; ++v52 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5555 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5556 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v52].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5557 v95 = v52;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5558 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5559 pSpriteObjects[uLayingItemID].uObjectDescID = v95;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5560 if ( !v95 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5561 SpriteObject::OnInteraction(uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5562 v96 = pSpriteObjects[uLayingItemID].uSoundID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5563 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5564 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5565 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5566 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5567 if ( !v96 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5568 v97 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5569 else
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5570 v97 = (signed __int16)v96 + 4;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5571 v92 = uLayingItemID;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5572 v124 = 8 * v92;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5573 LOBYTE(v124) = v124 | 2;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5574 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5575 pAudioPlayer->PlaySound((SoundID)v125, v124, 0, -1, 0, v97, 0, 0);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5576 return 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5577 }
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5578 v26 = pSpriteObjects[uLayingItemID].uType - 600;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5579 if ( pSpriteObjects[uLayingItemID].uType == 600 )
0
Ritor1
parents:
diff changeset
5580 {
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5581 pSpriteObjects[uLayingItemID].uType = 601;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5582 v36 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5583 for ( v34 = 0; v34 < (signed int)pObjectList->uNumObjects; ++v34 )
0
Ritor1
parents:
diff changeset
5584 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5585 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v34].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5586 v36 = v34;
0
Ritor1
parents:
diff changeset
5587 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5588 pSpriteObjects[uLayingItemID].uObjectDescID = v36;
0
Ritor1
parents:
diff changeset
5589 if ( !v36 )
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5590 SpriteObject::OnInteraction(uLayingItemID);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5591 v37 = pSpriteObjects[uLayingItemID].vPosition.z;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5592 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5593 v38 = 8 * uLayingItemID;
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5594 v39 = pSpriteObjects[uLayingItemID].vPosition.y;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5595 LOBYTE(v38) = PID(OBJECT_Item, uLayingItemID);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5596 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5597 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5598 v40 = pSpriteObjects[uLayingItemID].vPosition.x;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5599 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
0
Ritor1
parents:
diff changeset
5600 v147 = v38;
2059
f9698295c0bd AttackerInfo, MerchandiseTest
Ritor1
parents: 2057
diff changeset
5601 AttackerInfo.Add(v38, 512, v40, v39, v37, 0, 0);
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5602 if (object->uFlags & OBJECT_DESC_TRIAL_PARTICLE)
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5603 trail_particle_generator.GenerateTrailParticles(pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, object->uParticleTrailColor);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5604 pAudioPlayer->PlaySound(SOUND_8, v147, 0, -1, 0, 0, 0, 0);
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5605 return 0;
0
Ritor1
parents:
diff changeset
5606 }
Ritor1
parents:
diff changeset
5607 v27 = v26 - 410;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5608 if ( v26 == 410 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5609 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5610 sub_43A97E(uLayingItemID, a2);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5611 ++pSpriteObjects[uLayingItemID].uType;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5612 v95 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5613 for ( v52 = 0; v52 < (signed int)pObjectList->uNumObjects; ++v52 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5614 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5615 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v52].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5616 v95 = v52;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5617 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5618 pSpriteObjects[uLayingItemID].uObjectDescID = v95;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5619 if ( !v95 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5620 SpriteObject::OnInteraction(uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5621 v96 = pSpriteObjects[uLayingItemID].uSoundID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5622 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5623 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5624 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5625 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5626 if ( !v96 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5627 v97 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5628 else
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5629 v97 = (signed __int16)v96 + 4;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5630 v124 = 8 * uLayingItemID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5631 LOBYTE(v124) = v124 | 2;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5632 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5633 pAudioPlayer->PlaySound((SoundID)v125, v124, 0, -1, 0, v97, 0, 0);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5634 return 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5635 }
0
Ritor1
parents:
diff changeset
5636 v28 = v27 - 40;
Ritor1
parents:
diff changeset
5637 if ( !v28 )
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5638 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5639 v95 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5640 pSpriteObjects[uLayingItemID].uType = pSpriteObjects[uLayingItemID].uType + 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5641 for ( v146 = 0; v146 < (signed int)pObjectList->uNumObjects; ++v146 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5642 {
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5643 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v146].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5644 v95 = v146;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5645 }
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5646 pSpriteObjects[uLayingItemID].uObjectDescID = v95;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5647 if ( !v95 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5648 SpriteObject::OnInteraction(uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5649 v100 = pSpriteObjects[uLayingItemID].field_61;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5650 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5651 v102 = 8 * uLayingItemID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5652 LOBYTE(v102) = PID(OBJECT_Item, uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5653 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5654 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5655 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5656 AttackerInfo.Add(v102, 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v100, 0);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5657 if (object->uFlags & OBJECT_DESC_TRIAL_PARTICLE)
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5658 trail_particle_generator.GenerateTrailParticles(pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, object->uParticleTrailColor);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5659 if ( !pSpriteObjects[uLayingItemID].uSoundID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5660 v47 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5661 else
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5662 v47 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5663 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5664 pAudioPlayer->PlaySound((SoundID)v125, v102, 0, -1, 0, v47, 0, 0);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5665 return 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5666 }
0
Ritor1
parents:
diff changeset
5667 v29 = v28 - 10;
Ritor1
parents:
diff changeset
5668 if ( v29 )
Ritor1
parents:
diff changeset
5669 {
Ritor1
parents:
diff changeset
5670 if ( v29 != 20 )
Ritor1
parents:
diff changeset
5671 return 0;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5672 if ( PID_TYPE(a2) != 3 )
0
Ritor1
parents:
diff changeset
5673 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5674 //v32 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5675 pSpriteObjects[uLayingItemID].uType = pSpriteObjects[uLayingItemID].uType + 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5676 v46 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5677 for ( v146 = 0; v146 < (signed int)pObjectList->uNumObjects; ++v146 )
0
Ritor1
parents:
diff changeset
5678 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5679 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v146].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5680 v46 = v146;
0
Ritor1
parents:
diff changeset
5681 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5682 pSpriteObjects[uLayingItemID].uObjectDescID = v46;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5683 if ( !v46 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5684 SpriteObject::OnInteraction(uLayingItemID);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5685 v100 = pSpriteObjects[uLayingItemID].field_61;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5686 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5687 v102 = 8 * uLayingItemID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5688 LOBYTE(v102) = PID(OBJECT_Item, uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5689 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5690 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5691 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5692 AttackerInfo.Add(v102, 512, pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, v100, 0);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5693 if (object->uFlags & OBJECT_DESC_TRIAL_PARTICLE)
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5694 trail_particle_generator.GenerateTrailParticles(pSpriteObjects[uLayingItemID].vPosition.x, pSpriteObjects[uLayingItemID].vPosition.y, pSpriteObjects[uLayingItemID].vPosition.z, object->uParticleTrailColor);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5695 if ( !pSpriteObjects[uLayingItemID].uSoundID )
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5696 v47 = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5697 else
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5698 v47 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5699 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5700 pAudioPlayer->PlaySound((SoundID)v125, v102, 0, -1, 0, v47, 0, 0);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5701 return 0;
0
Ritor1
parents:
diff changeset
5702 }
Ritor1
parents:
diff changeset
5703 return 1;
Ritor1
parents:
diff changeset
5704 }
Ritor1
parents:
diff changeset
5705 LABEL_247:
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5706 //v9 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5707 if ( PID_TYPE(a2) == 6 || PID_TYPE(a2) == 5 || !PID_TYPE(a2) )
0
Ritor1
parents:
diff changeset
5708 return 1;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5709 if ( PID_TYPE(a2) != 2 )
0
Ritor1
parents:
diff changeset
5710 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5711 sub_43A97E(uLayingItemID, a2);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5712 ++pSpriteObjects[uLayingItemID].uType;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5713 v95 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5714 for ( v52 = 0; v52 < (signed int)pObjectList->uNumObjects; ++v52 )
0
Ritor1
parents:
diff changeset
5715 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5716 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v52].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5717 v95 = v52;
0
Ritor1
parents:
diff changeset
5718 }
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5719 pSpriteObjects[uLayingItemID].uObjectDescID = v95;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5720 if ( !v95 )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5721 SpriteObject::OnInteraction(uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5722 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5723 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5724 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5725 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5726 if ( !pSpriteObjects[uLayingItemID].uSoundID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5727 v97 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5728 else
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5729 v97 = (signed __int16)pSpriteObjects[uLayingItemID].uSoundID + 4;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5730 v124 = 8 * uLayingItemID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5731 LOBYTE(v124) = v124 | 2;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5732 v125 = word_4EE088_sound_ids[pSpriteObjects[uLayingItemID].spell_id - 1] + 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5733 pAudioPlayer->PlaySound((SoundID)v125, v124, 0, -1, 0, v97, 0, 0);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5734 return 0;
0
Ritor1
parents:
diff changeset
5735 }
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5736 pSpriteObjects[uLayingItemID].uType = pSpriteObjects[uLayingItemID].uType + 1;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5737 v121 = 0;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5738 for ( v119 = 0; v119 < (signed int)pObjectList->uNumObjects; ++v119 )
0
Ritor1
parents:
diff changeset
5739 {
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5740 if ( pSpriteObjects[uLayingItemID].uType == pObjectList->pObjects[v119].uObjectID )
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5741 v121 = v119;
0
Ritor1
parents:
diff changeset
5742 }
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5743 pSpriteObjects[uLayingItemID].uObjectDescID = v121;
0
Ritor1
parents:
diff changeset
5744 if ( !v121 )
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5745 SpriteObject::OnInteraction(uLayingItemID);
1429
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5746 pSpriteObjects[uLayingItemID].vVelocity.z = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5747 pSpriteObjects[uLayingItemID].vVelocity.y = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5748 pSpriteObjects[uLayingItemID].vVelocity.x = 0;
c7489dd19f88 BuildingType_Tavern and CastSpellInfo_PushCastSpellInfo fix
Ritor1
parents: 1417
diff changeset
5749 pSpriteObjects[uLayingItemID].uSpriteFrameID = 0;
2101
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5750 v13 = 8 * uLayingItemID;
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5751 LOBYTE(v13) = PID(OBJECT_Item,uLayingItemID);
ee2724b9ca05 RasterLine2D fix and etc.
Ritor1
parents: 2099
diff changeset
5752 pAudioPlayer->PlaySound(SOUND_8, v13, 0, -1, 0, 0, 0, 0);
0
Ritor1
parents:
diff changeset
5753 return 0;
Ritor1
parents:
diff changeset
5754 }