annotate Game.cpp @ 208:af624eaf2fc5 tip

14.01.13
author Ritor1
date Mon, 14 Jan 2013 10:39:01 +0600
parents 8e3fea954768
children
rev   line source
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1 #include "Game.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
2 #include "Party.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
3 #include "IndoorCamera.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
4 #include "Math.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
5 #include "LightmapBuilder.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
6 #include "Viewport.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
7 #include "Time.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
8 #include "Outdoor.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
9 #include "Overlays.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
10 #include "stru279.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
11 #include "AudioPlayer.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
12 #include "LOD.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
13 #include "OSInfo.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
14 #include "GUIWindow.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
15 #include "Party.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
16 #include "TurnEngine.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
17 #include "stru157.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
18 #include "VideoPlayer.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
19 #include "Bink_Smacker.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
20 #include "Events.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
21 #include "Arcomage.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
22
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
23 //#include "MM7.h"
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
24
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
25
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
27
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
28
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
29
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
30 Game *pGame;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
31
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
32
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
33
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
34
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
36 //----- (00435694) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
37 void Game::ToggleFlags2(unsigned int uFlag)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
38 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
39 unsigned int v2; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
40
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
41 v2 = this->uFlags2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
42 if ( v2 & uFlag )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
43 this->uFlags2 = v2 & ~uFlag;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
44 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
45 this->uFlags2 = uFlag | v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
46 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
47
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
48 //----- (0044103C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
49 void Game::Draw()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
50 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
51 float v2; // ST24_4@11
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
52 //double v3; // ST28_8@11
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
53 int v4; // edi@26
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
54 int v5; // eax@35
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
55
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
56 uFlags2 &= 0xFFFFFFFDu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
57 if ( pParty->_497FC5_check_party_perception_against_level() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
58 uFlags2 |= 2u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
59 pIndoorCamera->sRotationX = pParty->sRotationX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
60 pIndoorCamera->sRotationY = pParty->sRotationY;
197
6109a4e23903 run new game (29.12.12)
Ritor1
parents: 101
diff changeset
61 pIndoorCamera->pos.x = pParty->vPosition.x - ((unsigned __int64)(stru_5C6E00->SinCos(pParty->sRotationY)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
62 * (signed __int64)pParty->field_18) >> 16);
197
6109a4e23903 run new game (29.12.12)
Ritor1
parents: 101
diff changeset
63 pIndoorCamera->pos.y = pParty->vPosition.y - ((unsigned __int64)(stru_5C6E00->SinCos(pParty->sRotationY - stru_5C6E00->uIntegerHalfPi)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
64 * (signed __int64)pParty->field_18) >> 16);
58
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
65 pIndoorCamera->pos.z = pParty->vPosition.z + pParty->sEyelevel;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
66 pIndoorCamera->Initialize2();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
67 pIndoorCameraD3D->CreateWorldMatrixAndSomeStuff();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
68 pIndoorCameraD3D->_4374E8_ProllyBuildFrustrum();
47
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
69
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
70 if ( pVideoPlayer->AnyMovieLoaded() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
71 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
72 if ( pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
73 goto LABEL_22;
47
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
74 pRenderer->BeginSceneD3D();
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
75 pMouse->DrawCursorToTarget();
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
76 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
77 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
78 {
206
c38d2f00e3ad 9.01.13
Ritor1
parents: 205
diff changeset
79 if ( pParty->vPosition.x != pParty->vPrevPosition.x | pParty->sRotationY != pParty->sPrevRotationY | pParty->vPosition.y != pParty->vPrevPosition.z
c38d2f00e3ad 9.01.13
Ritor1
parents: 205
diff changeset
80 | pParty->sRotationX != pParty->sPrevRotationX | pParty->vPosition.z != pParty->vPrevPosition.y | pParty->sEyelevel != pParty->sPrevEyelevel )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
81 pParty->uFlags |= 2u;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
82 pParty->vPrevPosition.x = pParty->vPosition.x;
58
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
83 pParty->vPrevPosition.y = pParty->vPosition.z;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
84 //v0 = &pRenderer;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
85 pParty->sPrevRotationY = pParty->sRotationY;
58
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
86 pParty->vPrevPosition.z = pParty->vPosition.y;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
87 pParty->sPrevRotationX = pParty->sRotationX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
88 pParty->sPrevEyelevel = pParty->sEyelevel;
47
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
89 pRenderer->BeginSceneD3D();
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
90
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
91 if ( !pRenderer->pRenderD3D )
47
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
92 pMouse->DrawCursorToTarget();
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
93 if ( !sub_4226C2() || viewparams->field_48 == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
94 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
95 if ( pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
96 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
97 v2 = (double)(((signed int)pMiscTimer->uTotalGameTimeElapsed >> 2) & 0x1F) * 0.032258064 * 6.0;
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
98 //v3 = v2 + 6.7553994e15;
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
99 //pRenderer->field_1036A8_bitmapid = LODWORD(v3);
3
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
100 pRenderer->field_1036A8_bitmapid = floorf(v2 + 0.5f);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
101 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
102
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
103 if (uCurrentlyLoadedLevelType == LEVEL_Indoor)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
104 pIndoor->Draw();
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
105 else if (uCurrentlyLoadedLevelType == LEVEL_Outdoor)
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
106 pOutdoor->Draw();
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
107
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
108 if (pRenderer->pRenderD3D)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
109 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
110 pDecalBuilder->DrawBloodsplats();
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
111 if (pRenderer->pRenderD3D)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
112 pGame->pLightmapBuilder->DrawLightmaps(2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
113 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
114 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
115 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
116 pRenderer->DrawBillboards_And_MaybeRenderSpecialEffects_And_EndScene();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
117 LABEL_22:
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
118 pRenderer->BeginScene();
47
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
119 if (pRenderer->pRenderD3D)
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
120 pMouse->DrawCursorToTarget();
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
121 if (pOtherOverlayList->field_3EC)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
122 viewparams->bRedrawGameUI = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
123 v4 = viewparams->bRedrawGameUI;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
124 GameUI_DrawStatusBar();
47
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
125 if (!viewparams->bRedrawGameUI)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
126 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
127 GameUI_DrawRightPanelItems();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
128 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
129 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
130 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
131 GameUI_DrawRightPanelFrames();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
132 GameUI_DrawStatusBar_2();
47
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
133 viewparams->bRedrawGameUI = false;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
134 }
47
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
135 if (!pVideoPlayer->pSmackerMovie)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
136 {
52
0f4ed4f0f472 BLV minimap: 1/3
Nomad
parents: 47
diff changeset
137 GameUI_DrawMinimap(488, 16, 625, 133, viewparams->uMinimapZoom, pParty->uFlags & 2);
47
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
138 if (v4)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
139 {
47
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
140 if ( !sub_4226C2() && pRenderer->pRenderD3D)
206
c38d2f00e3ad 9.01.13
Ritor1
parents: 205
diff changeset
141 pRenderer->FillRectFast(pViewport->uViewportX, pViewport->uViewportY, pViewport->uViewportZ - pViewport->uViewportX,
c38d2f00e3ad 9.01.13
Ritor1
parents: 205
diff changeset
142 pViewport->uViewportW - pViewport->uViewportY + 1, pRenderer->uTargetGMask | pRenderer->uTargetBMask);
47
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
143 viewparams->field_48 = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
144 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
145 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
146 v5 = pOtherOverlayList->field_3EC;
47
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
147 pOtherOverlayList->field_3EC = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
148 viewparams->bRedrawGameUI = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
149 GameUI_DrawPartySpells();
206
c38d2f00e3ad 9.01.13
Ritor1
parents: 205
diff changeset
150 //if (v4 || pParty->pHirelings[0].evtc || pParty->pHirelings[1].evtc )
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
151 //DrawHiredNPCs();//Ritor1: it's temporarily
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
152 GameUI_DrawPortraits(v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
153 GameUI_DrawLifeManaBars();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
154 GameUI_DrawCharacterSelectionFrame();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
155 if ( sub_44100D() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
156 draw_right_panel();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
157 if ( !pVideoPlayer->AnyMovieLoaded() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
158 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
159 pStru6Instance->DrawPlayerBuffAnims();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
160 pOtherOverlayList->_441964(v4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
161 GameUI_DrawTorchlightAndWizardEye();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
162 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
163 GUI_UpdateWindows();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
164 pParty->_4909F4();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
165 ++stru_51076C.field_8;
47
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
166 dword_5B5924 = 0;
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
167 if (v4)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
168 pMouse->field_14 = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
169 pMouse->_469EA4();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
170 pMouse->DrawCursor();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
171 pMouse->_469E1C();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
172 pRenderer->EndScene();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
173 pRenderer->Present();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
174 pParty->uFlags &= 0xFFFFFFFDu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
175 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
176
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
177
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
178 //----- (0047A815) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
179 void Game::DrawParticles()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
180 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
181 pParticleEngine->Draw();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
182 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
183
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
184 //----- (00463149) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
185 void Game::Loop()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
186 {
26
93bf1d5f6a6d Game loading.
Nomad
parents: 23
diff changeset
187 //signed int v0; // ebp@3
93bf1d5f6a6d Game loading.
Nomad
parents: 23
diff changeset
188 //signed int v1; // esi@4
27
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
189 //Render *v2; // edi@7
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
190 //signed int v3; // esi@7
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
191 signed int pNewNPCsCount; // ecx@58
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
192 char *pFlags; // eax@59
204
22730e77fa32 7.01.13(SoundVolumeLevel)
Ritor1
parents: 202
diff changeset
193 Player *pPlayer; // esi@65
22730e77fa32 7.01.13(SoundVolumeLevel)
Ritor1
parents: 202
diff changeset
194 OtherOverlay *pOtherOverlay; // esi@67
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
195 signed int v8; // edi@67
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
196 int pPlayerNum; // edi@69
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
197 int *pHealth; // esi@71
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
198 signed int v11; // esi@78
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
199 int v12; // eax@83
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
200 const char *pLocationName; // [sp-4h] [bp-68h]@74
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
201 bool bLoading; // [sp+10h] [bp-54h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
202 signed int bLoadinga; // [sp+10h] [bp-54h]@19
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
203 signed int v16; // [sp+14h] [bp-50h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
204 int v17[4]; // [sp+18h] [bp-4Ch]@80
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
205 MSG Msg; // [sp+28h] [bp-3Ch]@20
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
206 char Source[64]; // [sp+44h] [bp-20h]@76
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
207
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
208 bLoading = uCurrentMenuID == MENU_LOAD;
23
509744251c8e Player-related members
Nomad
parents: 3
diff changeset
209 SetCurrentMenuID((MENU_STATE)-1);
26
93bf1d5f6a6d Game loading.
Nomad
parents: 23
diff changeset
210 if (bLoading)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
211 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
212 pParty->Reset();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
213 dword_6BE340 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
214 uGameState = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
215 LoadGame(uLoadGameUI_SelectedSlot);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
216 }
26
93bf1d5f6a6d Game loading.
Nomad
parents: 23
diff changeset
217
93bf1d5f6a6d Game loading.
Nomad
parents: 23
diff changeset
218 for (uint i = 1; i < 5; ++i)
93bf1d5f6a6d Game loading.
Nomad
parents: 23
diff changeset
219 for (uint j = 1; j < 6; ++j)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
220 {
26
93bf1d5f6a6d Game loading.
Nomad
parents: 23
diff changeset
221 sprintf(pTmpBuf, "data\\lloyd%d%d.pcx", i, j);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
222 remove(pTmpBuf);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
223 }
26
93bf1d5f6a6d Game loading.
Nomad
parents: 23
diff changeset
224
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
225 LoadPlayerPortraintsAndVoices();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
226 pIcons_LOD->dword_11B84 = pIcons_LOD->uNumLoadedFiles;
27
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
227 pAudioPlayer->SetMusicVolume(pSoundVolumeLevels[uMusicVolimeMultiplier] * 64.0);
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
228
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
229 while ( 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
230 {
27
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
231 v16 = 1;
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
232 if (pMessageQueue_50CBD0->uNumMessages)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
233 pMessageQueue_50CBD0->uNumMessages = pMessageQueue_50CBD0->pMessages[0].field_8 != 0;
27
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
234
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
235 pPartyActionQueue->uNumActions = 0;
27
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
236 if (pParty->bTurnBasedModeOn)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
237 {
27
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
238 pTurnEngine->End(false);
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
239 pParty->bTurnBasedModeOn = false;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
240 }
27
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
241 DoPrepareWorld(bLoading, 1);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
242 pEventTimer->Resume();
3
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
243 dword_6BE364_game_settings_1 |= 0x80;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
244 dword_6BE340 = 2;
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 31
diff changeset
245 // uGame_if_0_else_ui_id__11_save__else_load__8_drawSpellInfoPopup__22_final_window__26_keymapOptions__2_options__28_videoOptions = 0;
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 31
diff changeset
246 pCurrentScreen = 0;
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
247 if (pAsyncMouse)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
248 pAsyncMouse->Resume();
31
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 29
diff changeset
249 if (pGame->pKeyboardInstance->bUsingAsynKeyboard && pAsyncKeyboard )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
250 pAsyncKeyboard->Resume();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
251 if ( pRenderer->pRenderD3D )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
252 pGame->pVisInstance->_4C1A02();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
253 bLoadinga = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
254 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
255 {
27
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
256 while ( PeekMessageA(&Msg, 0, 0, 0, PM_REMOVE) )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
257 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
258 if ( Msg.message == WM_QUIT )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
259 Game_DeinitializeAndTerminate(0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
260 TranslateMessage(&Msg);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
261 DispatchMessageA(&Msg);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
262 }
31
f4450ff595fe BLV loading (looks like) done.
Nomad
parents: 29
diff changeset
263 if (dword_6BE364_game_settings_1 & 0x0100 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
264 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
265 WaitMessage();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
266 continue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
267 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
268 pGame->_44EEA7();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
269 GameUI_WritePointedObjectStatusString();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
270 ProcessInputActions();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
271 GameUI_MsgProc();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
272 if ( pArcomageGame->bGameInProgress )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
273 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
274 ArcomageGame::Loop();
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
275 //LABEL_89:
27
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
276 pRenderer->Present();
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
277 continue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
278 }
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
279 if (pAsyncMouse)
27
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
280 pAsyncMouse->_46B736_consume_click_lists(1);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
281 if ( pVideoPlayer->pSmackerMovie && !SmackWait(pVideoPlayer->pSmackerMovie) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
282 {
27
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
283 pRenderer->BeginScene();
47
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
284 pMouse->DrawCursorToTarget();
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
285 pVideoPlayer->SmackUpdatePalette(pVideoPlayer->hWindow);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
286 pMouse->_469EA4();
27
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
287 pRenderer->EndScene();
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
288 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
289 if ( pVideoPlayer->pBinkMovie && !BinkWait(pVideoPlayer->pBinkMovie) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
290 {
27
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
291 pRenderer->BeginScene();
47
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
292 pMouse->DrawCursorToTarget();
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
293 pVideoPlayer->BinkUpdatePalette(pVideoPlayer->hWindow);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
294 pMouse->_469EA4();
27
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
295 pRenderer->EndScene();
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
296 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
297 pEventTimer->Update();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
298 pMiscTimer->Update();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
299 OnTimer(0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
300 GameUI_StatusBar_UpdateTimedString(0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
301 if ( pMiscTimer->bPaused && !pEventTimer->bPaused )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
302 pMiscTimer->Resume();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
303 if ( pEventTimer->bTackGameTime && !pParty->bTurnBasedModeOn )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
304 pEventTimer->bTackGameTime = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
305 if ( !pEventTimer->bPaused && !uGameState )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
306 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
307 if ( !pEventTimer->bTackGameTime )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
308 _494035_timed_effects__water_walking_damage__etc();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
309 if ( dword_6BE364_game_settings_1 & 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
310 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
311 dword_6BE364_game_settings_1 &= 0xFFFFFFFEu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
312 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
313 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
314 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
315 sub_401A91_AI();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
316 sub_46BDC0_UpdateUserInput_and_MapSpecificStuff();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
317 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
318 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
319 if ( v16 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
320 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
321 v16 = 0;
27
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
322 viewparams->bRedrawGameUI = true;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
323 }
197
6109a4e23903 run new game (29.12.12)
Ritor1
parents: 101
diff changeset
324 //pAudioPlayer->_4AAFCF();Ritor1: it's temporarily
27
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
325 if (uGameState == 1)
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
326 //goto LABEL_96;
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
327 {
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
328 bLoadinga = 1;
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
329 continue;
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
330 }
27
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
331 if (uGameState == 2)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
332 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
333 pAudioPlayer->StopChannels(-1, -1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
334 PrepareWorld(0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
335 uGameState = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
336 continue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
337 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
338 if ( (signed int)uGameState <= 2 )
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
339 //goto LABEL_85;
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
340 pGame->Draw();
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
341 continue;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
342 if ( (signed int)uGameState <= 5 || uGameState == 7 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
343 {
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
344 //LABEL_96:
27
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
345 bLoadinga = 1;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
346 continue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
347 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
348 if ( uGameState != 8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
349 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
350 if ( uGameState != 9 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
351 {
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
352 //LABEL_85:
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
353 pGame->Draw();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
354 continue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
355 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
356 pRenderer->BeginScene();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
357 GUI_UpdateWindows();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
358 pRenderer->EndScene();
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
359 //goto LABEL_89;
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
360 pRenderer->Present();
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
361 continue;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
362 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
363 pAudioPlayer->StopChannels(-1, -1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
364 memset(pParty->pHirelings, 0, 0x4Cu);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
365 memset(&pParty->pHirelings[1], 0, 0x4Cu);
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
366 pNewNPCsCount = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
367 if ( (signed int)pNPCStats->uNumNewNPCs > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
368 {
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
369 pFlags = (char *)&pNPCStats->pNewNPCData[0].uFlags;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
370 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
371 {
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
372 if ( *((int *)pFlags + 6) )
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
373 *pFlags &= 0x7Fu;
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
374 ++pNewNPCsCount;
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
375 pFlags += 76;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
376 }
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
377 while ( pNewNPCsCount < (signed int)pNPCStats->uNumNewNPCs );
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
378 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
379 pVideoPlayer->PlayDeathMovie();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
380 if ( pVideoPlayer->AnyMovieLoaded() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
381 pVideoPlayer->Unload();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
382 SaveGame(0, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
383 ++pParty->uNumDeaths;
204
22730e77fa32 7.01.13(SoundVolumeLevel)
Ritor1
parents: 202
diff changeset
384 pPlayer = pParty->pPlayers;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
385 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
386 {
204
22730e77fa32 7.01.13(SoundVolumeLevel)
Ritor1
parents: 202
diff changeset
387 pPlayer->SetVariable(VAR_Award, 85);
22730e77fa32 7.01.13(SoundVolumeLevel)
Ritor1
parents: 202
diff changeset
388 ++pPlayer;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
389 }
204
22730e77fa32 7.01.13(SoundVolumeLevel)
Ritor1
parents: 202
diff changeset
390 while ( (signed int)pPlayer < (signed int)pParty->pHirelings );
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
391 pParty->field_764 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
392 pParty->uTimePlayed += 0x276000ui64;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
393 LOWORD(pParty->uFlags) &= 0xFDFBu;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
394 pParty->SetGold(0);
204
22730e77fa32 7.01.13(SoundVolumeLevel)
Ritor1
parents: 202
diff changeset
395 pOtherOverlay = pOtherOverlayList->pOverlays;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
396 v8 = 50;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
397 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
398 {
204
22730e77fa32 7.01.13(SoundVolumeLevel)
Ritor1
parents: 202
diff changeset
399 pOtherOverlay->Reset();
22730e77fa32 7.01.13(SoundVolumeLevel)
Ritor1
parents: 202
diff changeset
400 ++pOtherOverlay;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
401 --v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
402 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
403 while ( v8 );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
404 memset(pParty->pPartyBuffs, 0, 0x140u);
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
405 pPlayerNum = 1;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
406 if ( pParty->bTurnBasedModeOn == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
407 {
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
408 pTurnEngine->End(1);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
409 pParty->bTurnBasedModeOn = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
410 }
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
411 pHealth = &pParty->pPlayers[0].sHealth;//193C
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
412 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
413 {
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
414 memset(pHealth - 0x64F, 0, 0xA0u);//(pConditions, 0, 160)
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
415 memset(pHealth - 0x67, 0, 0x180u);//(pPlayerBuffs[0], 0, 384)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
416 *pHealth = 1;
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
417 pHealth += 1743; //6CF
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
418 uActiveCharacter = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
419 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
420 while ( (signed int)pHealth < (signed int)&pParty->field_871C[567] );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
421 if ( (unsigned __int16)_449B57_test_bit(pParty->_award_bits, 136) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
422 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
423 pParty->vPosition.x = -17331; // respawn in harmondale
58
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
424 pParty->vPosition.y = 12547;
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
425 pParty->vPosition.z = 465;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
426 pParty->sRotationY = 0;
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
427 pLocationName = "out02.odm";
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
428 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
429 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
430 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
431 pParty->vPosition.x = 12552; // respawn on emerald isle
58
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
432 pParty->vPosition.y = 1816;
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
433 pParty->vPosition.z = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
434 pParty->sRotationY = 512;
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
435 pLocationName = "out01.odm";
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
436 }
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
437 strcpy(Source, pLocationName);
58
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
438 pParty->uFallStartY = pParty->vPosition.z;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
439 pParty->sRotationX = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
440 pParty->uFallSpeed = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
441 pParty->field_6E4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
442 pParty->field_6E0 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
443 if ( _strcmpi(Source, pCurrentMapName) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
444 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
445 strcpy(pCurrentMapName, Source);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
446 _5B65A8_npcdata_uflags_or_other = pParty->vPosition.x;
58
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
447 _5B65AC_npcdata_fame_or_other = pParty->vPosition.y;
41cbaabde2cb BLV render
Nomad
parents: 52
diff changeset
448 _5B65B0_npcdata_rep_or_other = pParty->vPosition.z;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
449 _5B65B4_npcdata_loword_house_or_other = pParty->sRotationY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
450 _5B65B8_npcdata_hiword_house_or_other = pParty->sRotationX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
451 dword_5B65C0 = 1;
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
452 PrepareWorld(1);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
453 }
101
8be5293b6b33 odm loading
Nomad
parents: 68
diff changeset
454 InitializeActors();
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
455 v11 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
456 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
457 {
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
458 if ( pPlayers[pPlayerNum]->CanAct() )
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
459 v17[v11++] = pPlayerNum;
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
460 ++pPlayerNum;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
461 }
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
462 while ( pPlayerNum <= 4 );
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
463 if ( v11 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
464 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
465 v12 = rand();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
466 pPlayers[v17[v12 % v11]]->PlaySound(99, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
467 }
205
6d982dfab925 8.01.13
Ritor1
parents: 204
diff changeset
468 ShowStatusBarString(pGlobalTXT_LocalizationStrings[524], 2u);// "Once again you've cheated death!.." "Âû ñíîâà îáõèòðèëè ñìåðòü! …"
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
469 uGameState = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
470 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
471 while ( !bLoadinga );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
472 dword_6BE340 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
473 pEventTimer->Pause();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
474 ResetCursor_Palettes_LODs_Level_Audio_SFT_Windows();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
475 if ( uGameState == 3 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
476 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
477 sub_491E3A();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
478 LoadPlayerPortraintsAndVoices();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
479 uGameState = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
480 pIcons_LOD->dword_11B84 = pIcons_LOD->uNumLoadedFiles;
27
be2066176d89 On level initialization
Nomad
parents: 26
diff changeset
481 bLoading = true;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
482 continue;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
483 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
484 break;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
485 }
204
22730e77fa32 7.01.13(SoundVolumeLevel)
Ritor1
parents: 202
diff changeset
486 pCurrentScreen = 16;//îêíî âèäåî ðîëèêà
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
487 sub_491E3A();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
488 }
3
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
489
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
490
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
491
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
492 //----- (0044F192) --------------------------------------------------------
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
493 void Game::PrepareBloodsplats()
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
494 {
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
495 for (uint i = 0; i < uNumBloodsplats; ++i)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
496 {
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
497 pBloodsplatContainer->AddBloodsplat(
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
498 pBloodsplats[i].x,
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
499 pBloodsplats[i].y,
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
500 pBloodsplats[i].z,
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
501 pBloodsplats[i].radius,
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
502 pBloodsplats[i].r,
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
503 pBloodsplats[i].g,
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
504 pBloodsplats[i].b);
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
505 }
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
506 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
507
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
508
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
509 //----- (0044F120) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
510 void Game::PushStationaryLights(int a2)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
511 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
512 signed int v3; // ebx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
513 char *v4; // esi@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
514
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
515 auto v2 = this;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
516 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
517 if ( (signed int)this->uNumStationaryLights > 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
518 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
519 v4 = (char *)&this->pStationaryLights[0].vRGBColor.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
520 do
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
521 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
522 pStationaryLightsStack->AddLight(
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
523 (signed __int64)*((float *)v4 - 4),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
524 (signed __int64)*((float *)v4 - 3),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
525 (signed __int64)*((float *)v4 - 2),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
526 (signed __int64)*((float *)v4 + 2),
29
e62134245ab0 On BLV loading.
Nomad
parents: 27
diff changeset
527 (signed __int64)*((float *)v4 - 1),
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
528 (signed __int64)*(float *)v4,
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
529 (signed __int64)*((float *)v4 + 1),
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
530 byte_4E94D0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
531 ++v3;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
532 v4 += 28;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
533 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
534 while ( v3 < (signed int)v2->uNumStationaryLights );
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
535 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
536 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
537 // 4E94D0: using guessed type char byte_4E94D0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
538
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
539 //----- (0044F0FD) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
540 void Game::_44F0FD()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
541 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
542 ToggleFlags(0x40u);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
543
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
544 if ( !(uFlags & 0x40) )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
545 {
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
546 uNumBloodsplats = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
547 field_E0C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
548 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
549 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
550
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
551 //----- (0044F0D8) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
552 void Game::ToggleFlags(uint uMask)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
553 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
554 if (uFlags & uMask)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
555 uFlags &= ~uMask;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
556 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
557 uFlags |= uMask;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
558 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
559
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
560
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
561 //----- (0044F07B) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
562 bool Game::_44F07B()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
563 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
564 if (!pKeyboardInstance->IsKeyBeingHeld(VK_SHIFT) &&
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
565 !pKeyboardInstance->IsKeyBeingHeld(VK_LSHIFT) &&
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
566 !pKeyboardInstance->IsKeyBeingHeld(VK_LSHIFT) ||
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
567
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
568 (pKeyboardInstance->WasKeyPressed(VK_F11) == 0 &&
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
569 pKeyboardInstance->WasKeyPressed(VK_F11)))
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
570 return true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
571 return false;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
572 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
573
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
574 //----- (0044EEA7) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
575 bool Game::_44EEA7()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
576 {
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
577 //Game *v1; // esi@1
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
578 double v2; // st7@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
579 float depth; // ST00_4@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
580 bool result; // eax@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
581 unsigned int v5; // eax@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
582 __int64 v6; // kr00_8@21
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
583 unsigned int y; // [sp+4h] [bp-24h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
584 unsigned int x; // [sp+8h] [bp-20h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
585 bool v9; // [sp+Ch] [bp-1Ch]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
586 stru157 *v10; // [sp+10h] [bp-18h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
587 stru157 *v11; // [sp+14h] [bp-14h]@2
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
588 POINT a2; // [sp+20h] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
589
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
590 //v1 = this;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
591 ++qword_5C6DF0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
592 pParticleEngine->UpdateParticles();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
593 pMouseInstance->GetCursorPos(&a2);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
594 if ( sub_4637E0_is_there_popup_onscreen() )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
595 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
596 v11 = &a5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
597 v10 = &stru_F93E30;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
598 v9 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
599 x = a2.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
600 y = a2.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
601 v2 = GetPickDepth();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
602 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
603 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
604 {
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
605 if ( uFlags2 & 0x10 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
606 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
607 v11 = &a5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
608 v10 = &stru_F93E1C;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
609 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
610 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
611 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
612 static bool __init_flag = false;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
613 static stru157 static_sub_44EEA7_stru157;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
614 if (!__init_flag)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
615 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
616 __init_flag = true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
617 static_sub_44EEA7_stru157.field_8 = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
618 static_sub_44EEA7_stru157.field_0 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
619 static_sub_44EEA7_stru157.field_4 = 2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
620 static_sub_44EEA7_stru157.field_C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
621 static_sub_44EEA7_stru157.field_10 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
622 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
623 v11 = &a5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
624 v10 = &static_sub_44EEA7_stru157;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
625 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
626 v2 = 5120.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
627 v9 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
628 x = a2.y;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
629 y = a2.x;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
630 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
631 depth = v2;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
632
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
633 PickMouse(depth, y, x, v9, v10, v11);
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
634 pLightmapBuilder->std__vector_000004_size = 0;
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
635 pLightmapBuilder->std__vector_183808_size = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
636 pDecalBuilder->std__vector_pDecals_size = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
637 pDecalBuilder->field_308008 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
638 result = _44F07B();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
639 if ( result )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
640 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
641 if ( uFlags & 8 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
642 LOBYTE(pStru10Instance->field_4) = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
643 if ( pRenderer->pRenderD3D && uCurrentlyLoadedLevelType == LEVEL_Outdoor)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
644 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
645 v5 = GetLevelFogColor();
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
646 pRenderer->uFogColor = v5 & 0xFFFFFF;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
647 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
648 if (uFlags & 0x0400)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
649 uFlags2 |= 0x01;
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
650 if ( !pRenderer->pRenderD3D && uCurrentlyLoadedLevelType == LEVEL_Outdoor && pMobileLightsStack->uNumLightsActive )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
651 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
652 uFlags2 |= 0x01;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
653 field_E10 = qword_5C6DF0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
654 }
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
655 v6 = qword_5C6DF0 - field_E10;
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
656 if ( qword_5C6DF0 - field_E10 == 1 )
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
657 uFlags2 |= v6;
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
658 if (uNumStationaryLights_in_pStationaryLightsStack != pStationaryLightsStack->uNumLightsActive )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
659 {
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
660 uFlags2 |= 1u;
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
661 uNumStationaryLights_in_pStationaryLightsStack = pStationaryLightsStack->uNumLightsActive;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
662 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
663 _44E904();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
664 LOBYTE(result) = 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
665 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
666 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
667 }
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
668
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
669
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
670 //----- (0044EDE4) --------------------------------------------------------
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
671 bool Game::AlterGamma(BLVFace *pFace, unsigned int *pColor)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
672 {
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
673 if (pGame->uFlags2 & 2 && pFace->uAttributes & 2)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
674 {
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
675 *pColor = ReplaceHSV(*pColor, 1.0, fSaturation, -1.0);
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
676 return true;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
677 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
678 else
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
679 return false;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
680 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
681
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
682 //----- (0044EE30) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
683 bool Game::_44EE30(ODMFace *a2, int a3)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
684 {
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
685 if (uFlags2 & 0x2 && a2->uAttributes & 0x02)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
686 {
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
687 *(int *)a3 = ReplaceHSV(*(int *)a3, 1.0, fSaturation, -1.0);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
688 return true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
689 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
690 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
691 return false;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
692 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
693
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
694
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
695 //----- (004645FA) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
696 void Game::Deinitialize()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
697 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
698 struct tagRECT Rect; // [sp+0h] [bp-10h]@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
699
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
700 if (pAsyncMouse)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
701 pAsyncMouse->Suspend();
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
702 if (pGame->pKeyboardInstance->bUsingAsynKeyboard && pAsyncKeyboard)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
703 pAsyncKeyboard->Suspend();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
704 WriteWindowsRegistryInt("startinwindow", pRenderer->bWindowMode);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
705 if ( GetWindowRect(hWnd, &Rect) && pRenderer->bWindowMode )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
706 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
707 WriteWindowsRegistryInt("window X", Rect.left);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
708 WriteWindowsRegistryInt("window Y", Rect.top);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
709 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
710 WriteWindowsRegistryInt("debug flags", stru_51076C.registry_debug_flags);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
711 WriteWindowsRegistryInt("valAlwaysRun", bAlwaysRun);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
712 pItemsTable->Release();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
713 pNPCStats->Release();
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
714 if (pAsyncKeyboard)
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
715 pAsyncKeyboard->Release();
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
716 if (pAsyncMouse)
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
717 pAsyncMouse->Release();
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
718 if (pMouse)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
719 pMouse->Deactivate();
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
720
207
8e3fea954768 10.01.13(MainMenu)
Ritor1
parents: 206
diff changeset
721 pAudioPlayer->Release();//error
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
722 pNew_LOD->FreeSubIndexAndIO();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
723 pGames_LOD->FreeSubIndexAndIO();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
724 ClipCursor(0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
725 Game::Destroy();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
726 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
727
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
728 //----- (0044EE7C) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
729 bool Game::draw_debug_outlines()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
730 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
731 if (uFlags & 0x04)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
732 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
733 pLightmapBuilder->DrawDebugOutlines(-1);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
734 pDecalBuilder->DrawDecalDebugOutlines();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
735 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
736 return true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
737 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
738
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
739 //----- (0044EC23) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
740 int Game::_44EC23(stru148 *a2, int *a3, signed int a4)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
741 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
742 double v4; // st7@4
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
743 //double v5; // ST00_8@4
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
744 signed int v6; // eax@5
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
745 //double v7; // ST00_8@6
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
746 signed int result; // eax@8
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
747 //double v9; // ST00_8@9
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
748 //double v10; // ST00_8@11
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
749 float a2a; // [sp+14h] [bp+8h]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
750 float a3a; // [sp+18h] [bp+Ch]@4
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
751 float a3b; // [sp+18h] [bp+Ch]@6
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
752 float a4a; // [sp+1Ch] [bp+10h]@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
753 float a4b; // [sp+1Ch] [bp+10h]@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
754
59
5159d2e6f559 BLV render
Nomad
parents: 58
diff changeset
755 if ( this->uFlags2 & 2 && a2->field_59 == 5 && a2->pODMFace->uAttributes & 2 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
756 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
757 v4 = (double)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
758 a2a = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
759 *a3 |= 2u;
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
760 a3a = (1.0 - this->fSaturation) * v4;
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
761 //v5 = a3a + 6.7553994e15;
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
762 //if ( SLODWORD(v5) >= 0 )
3
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
763 if (floorf(a3a + 0.5f) >= 0 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
764 {
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
765 a3b = (1.0 - this->fSaturation) * a2a;
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
766 //v7 = a3b + 6.7553994e15;
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
767 //v6 = LODWORD(v7);
3
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
768 v6 = floorf(a3b + 0.5f);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
769 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
770 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
771 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
772 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
773 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
774 if ( a4 >= v6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
775 {
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
776 a4a = (1.0 - fSaturation) * a2a;
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
777 //v9 = a4a + 6.7553994e15;
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
778 //if ( SLODWORD(v9) >= 0 )
3
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
779 if (floorf(a4a + 0.5f) >= 0)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
780 {
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
781 a4b = (1.0 - fSaturation) * a2a;
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
782 //v10 = a4b + 6.7553994e15;
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
783 //result = LODWORD(v10);
3
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
784 result = floorf(a4b + 0.5f);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
785 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
786 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
787 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
788 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
789 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
790 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
791 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
792 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
793 result = a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
794 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
795 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
796 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
797 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
798 result = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
799 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
800 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
801 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
802
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
803
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
804
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
805 //----- (00465C8B) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
806 Game *Game::Create()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
807 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
808 return new Game;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
809 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
810
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
811 //----- (00465CF3) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
812 void Game::Destroy()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
813 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
814 if (pGame)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
815 delete pGame;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
816 pGame = nullptr;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
817 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
818
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
819 //----- (0044ED0A) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
820 signed int Game::_44ED0A(BLVFace *a2, int *a3, signed int a4)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
821 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
822 double v4; // st7@3
52
0f4ed4f0f472 BLV minimap: 1/3
Nomad
parents: 47
diff changeset
823 //double v5; // ST00_8@3
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
824 signed int v6; // eax@4
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
825 //double v7; // ST00_8@5
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
826 signed int result; // eax@7
52
0f4ed4f0f472 BLV minimap: 1/3
Nomad
parents: 47
diff changeset
827 //double v9; // ST00_8@8
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
828 //double v10; // ST00_8@10
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
829 float v11; // [sp+14h] [bp+8h]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
830 float v12; // [sp+18h] [bp+Ch]@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
831 float v13; // [sp+18h] [bp+Ch]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
832 float v14; // [sp+1Ch] [bp+10h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
833 float v15; // [sp+1Ch] [bp+10h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
834
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
835 if ( this->uFlags2 & 2 && a2->uAttributes & 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
836 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
837 v4 = (double)a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
838 v11 = v4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
839 *a3 |= 2u;
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
840 v12 = (1.0 - this->fSaturation) * v4;
52
0f4ed4f0f472 BLV minimap: 1/3
Nomad
parents: 47
diff changeset
841 //v5 = v12 + 6.7553994e15;
0f4ed4f0f472 BLV minimap: 1/3
Nomad
parents: 47
diff changeset
842 if (floorf(v12 + 0.5f)/* SLODWORD(v5)*/ >= 0 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
843 {
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
844 v13 = (1.0 - this->fSaturation) * v11;
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
845 //v7 = v13 + 6.7553994e15;
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
846 //v6 = LODWORD(v7);
3
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
847 v6 = floorf(v13 + 0.5f);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
848 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
849 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
850 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
851 v6 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
852 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
853 if ( a4 >= v6 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
854 {
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
855 v14 = (1.0 - fSaturation) * v11;
52
0f4ed4f0f472 BLV minimap: 1/3
Nomad
parents: 47
diff changeset
856 //v9 = v14 + 6.7553994e15;
0f4ed4f0f472 BLV minimap: 1/3
Nomad
parents: 47
diff changeset
857 if (floorf(v14 + 0.5f)/* SLODWORD(v9)*/ >= 0 )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
858 {
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
859 v15 = (1.0 - fSaturation) * v11;
2
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
860 //v10 = v15 + 6.7553994e15;
2ca04ccb612a NoCD, main menu, various
Nomad
parents: 0
diff changeset
861 //result = LODWORD(v10);
3
540178ef9b18 Main menu functionality
Nomad
parents: 2
diff changeset
862 result = floorf(v15 + 0.5f);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
863 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
864 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
865 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
866 result = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
867 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
868 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
869 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
870 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
871 result = a4;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
872 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
873 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
874 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
875 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
876 result = -1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
877 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
878 return result;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
879 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
880
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
881
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
882 //----- (0044E4B7) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
883 Game::Game()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
884 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
885 uNumStationaryLights = 0;
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
886 uNumBloodsplats = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
887 field_E0C = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
888 field_E10 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
889 uNumStationaryLights_in_pStationaryLightsStack = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
890 bGammaControlInitialized = false;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
891 uFlags = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
892 uFlags2 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
893 uSomeGammaStartTime = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
894 uSomeGammaDeltaTime = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
895
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
896 pThreadWardInstance = new ThreadWard;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
897 pParticleEngine = new ParticleEngine;
47
8a8dd0164b12 BLV render
Nomad
parents: 46
diff changeset
898 pMouse = pMouseInstance = new Mouse(pThreadWardInstance);
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
899 pLightmapBuilder = new LightmapBuilder;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
900 pVisInstance = new Vis;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
901 pStru6Instance = new stru6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
902 pIndoorCameraD3D = new IndoorCameraD3D;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
903 pStru9Instance = new stru9;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
904 pStru10Instance = new stru10;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
905 pStru11Instance = new stru11;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
906 pStru12Instance = new stru12(pStru11Instance);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
907 pCShow = new CShow;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
908 pKeyboardInstance = new Keyboard;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
909 pGammaController = new GammaController;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
910
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
911 uFlags |= 0x0800;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
912 uFlags2 |= 0x24;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
913
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
914 _44F0FD();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
915
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
916 bWinNT4_0 = false;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
917 if (pVersion->pVersionInfo.dwPlatformId == VER_PLATFORM_WIN32_NT &&
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
918 pVersion->pVersionInfo.dwMajorVersion == 4)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
919 bWinNT4_0 = true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
920 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
921
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
922 //----- (0044E7F3) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
923 Game::~Game()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
924 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
925 if (pGammaController)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
926 delete pGammaController;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
927 if (pKeyboardInstance)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
928 delete pKeyboardInstance;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
929 if (pCShow)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
930 delete pCShow;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
931 if (pStru12Instance)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
932 delete pStru12Instance;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
933 if (pStru11Instance)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
934 delete pStru11Instance;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
935 if (pStru10Instance)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
936 delete pStru10Instance;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
937 if (pStru9Instance)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
938 delete pStru9Instance;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
939 if (pIndoorCameraD3D)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
940 delete pIndoorCameraD3D;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
941 if (pStru6Instance)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
942 delete pStru6Instance;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
943 if (pVisInstance)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
944 delete pVisInstance;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
945 if (pLightmapBuilder)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
946 delete pLightmapBuilder;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
947 if (pMouseInstance)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
948 delete pMouseInstance;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
949 if (pParticleEngine)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
950 delete pParticleEngine;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
951 if (pThreadWardInstance)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
952 delete pThreadWardInstance;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
953 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
954
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
955 //----- (0044E904) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
956 void Game::_44E904()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
957 {
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
958 //Game *v1; // esi@1
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
959 unsigned __int64 v2; // qax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
960 unsigned int v3; // ecx@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
961 int v4; // edi@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
962 unsigned __int8 v5; // cf@7
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
963 double v6; // st7@13
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
964 double v7; // st7@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
965 signed __int64 v8; // [sp+Ch] [bp-8h]@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
966
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
967 //v1 = this;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
968 v2 = pEventTimer->Time();
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
969 v4 = (v2 - uSomeGammaStartTime) >> 32;
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
970 v3 = v2 - LODWORD(uSomeGammaStartTime);
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
971 v8 = v2 - uSomeGammaStartTime;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
972 if ( v4 < 0
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
973 || SHIDWORD(v2) < ((unsigned int)v2 < LODWORD(uSomeGammaStartTime)) + HIDWORD(uSomeGammaStartTime) | v4 == 0
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
974 && v3 <= 0x80 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
975 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
976 if ( v4 > 0 || v4 >= 0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
977 goto LABEL_12;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
978 v3 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
979 v4 = 0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
980 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
981 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
982 {
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
983 if ( uSomeGammaDeltaTime )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
984 {
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
985 LODWORD(uSomeGammaDeltaTime) = 0;
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
986 HIDWORD(uSomeGammaDeltaTime) = 0;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
987 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
988 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
989 {
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
990 LODWORD(uSomeGammaDeltaTime) = v3;
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
991 HIDWORD(uSomeGammaDeltaTime) = v4;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
992 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
993 v5 = __CFADD__(v3, -128);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
994 v3 -= 128;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
995 v4 = v5 + v4 - 1;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
996 }
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
997 uSomeGammaStartTime = v2;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
998 v8 = __PAIR__(v4, v3);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
999 LABEL_12:
45
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
1000 if ( uSomeGammaDeltaTime )
bcc051713d20 BLV render & seffects
Nomad
parents: 31
diff changeset
1001 v6 = (double)(signed __int64)(uSomeGammaDeltaTime - __PAIR__(v4, v3));
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1002 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1003 v6 = (double)v8;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1004 v7 = v6 * 0.0078125;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1005 if ( v7 < 0.0 || v7 <= 1.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1006 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1007 if ( v7 < 0.0 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1008 v7 = 0.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1009 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1010 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1011 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1012 v7 = 1.0;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1013 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1014 if ( pRenderer->pRenderD3D )
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
1015 fSaturation = v7;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1016 else
68
fdacbc653945 BLV render: first image
Nomad
parents: 59
diff changeset
1017 fSaturation = (1.0 - 0.5) * v7 + 0.5;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1018 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1019
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1020 //----- (0044EA17) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1021 bool Game::InitializeGammaController()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1022 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1023 if (pVersion->pVersionInfo.dwPlatformId != VER_PLATFORM_WIN32_NT ||
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1024 pVersion->pVersionInfo.dwMajorVersion != 4 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1025 pGammaController->InitializeFromSurface(pRenderer->pFrontBuffer4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1026
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1027 bGammaControlInitialized = true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1028 uSomeGammaStartTime = pEventTimer->Time();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1029 return true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1030 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1031
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1032 //----- (0044EA5E) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1033 char Game::PickMouse(float fPickDepth, unsigned int uMouseX, unsigned int uMouseY, bool bOutline, stru157 *a5, stru157 *a6)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1034 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1035 char result; // al@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1036 std::string v10; // [sp-4h] [bp-24h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1037 float v11; // [sp+4h] [bp-1Ch]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1038 float v12; // [sp+8h] [bp-18h]@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1039 const char *v13; // [sp+Ch] [bp-14h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1040 int v14; // [sp+10h] [bp-10h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1041 std::string *v15; // [sp+18h] [bp-8h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1042 int a3; // [sp+1Fh] [bp-1h]@5
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1043
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1044 auto v7 = this;
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 31
diff changeset
1045 if (!pCurrentScreen && pRenderer->pRenderD3D)
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1046 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1047 if (!pVisInstance)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1048 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1049 MessageBoxW(nullptr, L"The 'Vis' object pointer has not been instatiated, but CGame::Pick() is trying to call through it.", nullptr, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1050 ExitProcess(0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1051 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1052
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1053 if ( (signed int)uMouseX >= (signed int)pViewport->uScreenX
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1054 && (signed int)uMouseX <= (signed int)pViewport->uScreenZ
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1055 && (signed int)uMouseY >= (signed int)pViewport->uScreenY
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1056 && (signed int)uMouseY <= (signed int)pViewport->uScreenW )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1057 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1058 v14 = (int)a6;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1059 v12 = (double)(signed int)uMouseY;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1060 v11 = (double)(signed int)uMouseX;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1061 pVisInstance->PickMouse(fPickDepth, v11, v12, a5, a6);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1062
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1063 if (bOutline)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1064 OutlineSelection();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1065 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1066 return true;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1067 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1068 return false;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1069 }
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 31
diff changeset
1070 // 4E28F8: using guessed type int pCurrentScreen;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1071
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1072 //----- (0044EB12) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1073 bool Game::_44EB12(bool bOutline, stru157 *a3, stru157 *a4)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1074 {
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 31
diff changeset
1075 if ( !pCurrentScreen && pVisInstance && pRenderer->pRenderD3D )
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1076 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1077 bool r = pVisInstance->_4C05CC(&pVisInstance->stru1, a3, a4);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1078
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1079 if (bOutline)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1080 OutlineSelection();
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1081 return r;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1082 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1083 return false;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1084 }
44
916bec351934 22.10.12(pCurrentScreen)
Ritor1
parents: 31
diff changeset
1085 // 4E28F8: using guessed type int pCurrentScreen;
0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1086
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1087 //----- (0044EB5A) --------------------------------------------------------
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1088 void Game::OutlineSelection()
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1089 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1090 Vis *v1; // eax@1
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1091 Vis_stru1_stru0 *v2; // eax@3
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1092 void *v3; // edx@9
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1093 int v4; // eax@10
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1094 int v5; // eax@11
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1095 int v6; // eax@14
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1096 int v7; // eax@15
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1097 const char *v9; // [sp-8h] [bp-14h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1098 int v10; // [sp-4h] [bp-10h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1099 char v11; // [sp+0h] [bp-Ch]@18
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1100 int a3; // [sp+Ah] [bp-2h]@8
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1101
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1102 v1 = this->pVisInstance;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1103 if ( v1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1104 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1105 v2 = (Vis_stru1_stru0 *)((signed int)v1->stru1.uNumPointers <= 0 ? 0 : v1->stru1.array_1804[0]);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1106 if ( v2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1107 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1108 if ( v2->uObjectType == 1 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1109 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1110 MessageBoxW(nullptr, L"Sprite outline currently Unsupported", nullptr, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1111 ExitProcess(0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1112 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1113
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1114 if ( v2->uObjectType == 2 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1115 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1116 v3 = v2->pObjectInfo; // TODO 2 objects for indoor/outdoor
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1117 // some clues in header for Vis_stru1_stru0
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1118 if (uCurrentlyLoadedLevelType == LEVEL_Outdoor)
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1119 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1120 v4 = *((int *)v3 + 11);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1121 if ( v4 & 0x10000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1122 v5 = v4 & 0xFFFEFFFF;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1123 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1124 v5 = v4 | 0x10000;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1125 *((int *)v3 + 11) = v5;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1126 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1127 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1128 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1129 v6 = *((int *)v3 + 7);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1130 if ( v6 & 0x10000 )
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1131 v7 = v6 & 0xFFFEFFFF;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1132 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1133 v7 = v6 | 0x10000;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1134 *((int *)v3 + 7) = v7;
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1135 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1136 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1137 else
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1138 {
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1139 MessageBoxW(nullptr, L"Undefined CObjectInfo type requested in CGame::outline_selection()", nullptr, 0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1140 ExitProcess(0);
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1141 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1142 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1143 }
8b8875f5b359 Initial commit
Nomad
parents:
diff changeset
1144 }